@charset "UTF-8";
.pa-secMain {
  position: relative;
  user-select: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pa-secMain {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.pa-secMain_in {
  max-width: none;
}
.pa-secMain_main {
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pa-secMain_main {
    aspect-ratio: 1408/700;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secMain_main {
    aspect-ratio: 380/300;
    border-radius: 1.25vw;
  }
}
.pa-secMain_movie {
  position: relative;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .pa-secMain_movie {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secMain_movie {
    border-radius: 1.25vw;
  }
}
.pa-secMain_movie ._cover {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  inset: -10px;
  background: #fff;
  transform: scale(1.1);
  opacity: 1;
}
.pa-secMain_movie ._cover.is-hidden {
  transition: 1.6s ease-in-out;
  opacity: 0;
}
.pa-secMain_movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  min-height: 102%;
  min-width: 102%;
  max-width: 10000px;
  max-height: 10000px;
}

.pa-secEvent {
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .pa-secEvent {
    padding-top: 60px;
  }
}
.pa-secEvent_head {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head {
    max-width: 1200px;
  }
}
.pa-secEvent_head ._shoulder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head ._shoulder {
    gap: 5px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._shoulder {
    gap: 1.25vw;
    margin-right: 2.5vw;
  }
}
.pa-secEvent_head ._shoulder span {
  line-height: 1;
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head ._shoulder span:nth-of-type(1) {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._shoulder span:nth-of-type(1) {
    font-size: 2.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head ._shoulder span:nth-of-type(2) {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._shoulder span:nth-of-type(2) {
    font-size: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head ._shoulder span:nth-of-type(3) {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._shoulder span:nth-of-type(3) {
    font-size: 2.75vw;
  }
}
.pa-secEvent_head ._title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._title {
    align-items: flex-end;
  }
}
.pa-secEvent_head ._title span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head ._title span._txt1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._title span._txt1 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secEvent_head ._title span._txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_head ._title span._txt2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secEvent_main {
    margin: 40px auto 0;
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secEvent_main {
    margin-top: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .pa-secIndex {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex {
    padding: 0;
  }
}
.pa-secIndex_in {
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_in {
    padding: 70px 40px 50px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_in {
    padding: 7.5vw 5vw;
  }
}
.pa-secIndex_head ._title {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_head ._title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_head ._title {
    font-size: 5vw;
  }
}
.pa-secIndex_head ._title::before {
  content: "";
  display: block;
  background: url(../img/top/index_title_ico.svg) no-repeat center/contain;
  margin-top: -0.2%;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_head ._title::before {
    width: 25px;
    height: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_head ._title::before {
    width: 4vw;
    height: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main {
    margin-top: 6.25vw;
  }
}
.pa-secIndex_main ._list1 ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a {
  position: relative;
  display: block;
  background: #fff;
  text-decoration: none;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
}
.pa-secIndex_main ._list1 ul > li > a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a {
    padding: 20px 35px 20px 90px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a {
    padding: 3.75vw 8.75vw 3.75vw 15vw;
    border-radius: 1vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a::before {
    top: 32px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a::before {
    left: 4.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pa-secIndex_main ._list1 ul > li > a.-ico1::before {
  background: url(../img/top/index_ico1.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico1::before {
    width: 22px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico1::before {
    width: 7vw;
    height: 6.25vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a.-ico2::before {
  background: url(../img/top/index_ico2.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico2::before {
    width: 28px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico2::before {
    width: 7vw;
    height: 6.25vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a.-ico3::before {
  background: url(../img/top/index_ico3.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico3::before {
    width: 28px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico3::before {
    width: 7vw;
    height: 6.25vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a.-ico4::before {
  background: url(../img/top/index_ico4.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico4::before {
    width: 22px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a.-ico4::before {
    width: 7vw;
    height: 4.25vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #424242;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a ._title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a ._title {
    font-size: 5vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a ._body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  color: #424242;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a ._body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a ._body {
    font-size: 3vw;
    letter-spacing: 0.08em;
  }
}
.pa-secIndex_main ._list1 ul > li > a ._ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico {
    width: 64px;
    height: 64px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico {
    width: 7.5vw;
    height: 7.5vw;
    right: 2.5vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a ._ico ._circle {
  transform: rotate(-90deg); /* 上から描き始める */
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico ._circle {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico ._circle {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a ._ico ._circle ._circle_line {
  fill: none;
  stroke: #847344;
  stroke-width: 1.5;
  stroke-linecap: round;
  /* 円周 = 2πr (r=44 → 約276) */
  stroke-dasharray: 276;
  stroke-dashoffset: 276;
}
.pa-secIndex_main ._list1 ul > li > a ._ico ._arrow {
  overflow: hidden;
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico ._arrow {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico ._arrow {
    width: 3vw;
    height: 2vw;
  }
}
.pa-secIndex_main ._list1 ul > li > a ._ico ._arrow::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico ._arrow::before {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secIndex_main ._list1 ul > li > a ._ico ._arrow::before {
    width: 3vw;
    height: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secIndex_main ._list1 ul > li > a:hover {
    box-shadow: 0px 0px 0px 1px rgba(132, 115, 68, 0.8) inset;
  }
  .pa-secIndex_main ._list1 ul > li > a:hover ._ico ._circle ._circle_line {
    animation: drawCircle 0.5s ease-out forwards;
  }
  .pa-secIndex_main ._list1 ul > li > a:hover ._ico ._arrow::before {
    animation: moveArrow 0.5s ease-out forwards;
  }
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(110%);
  }
  51% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}

.pa-secSearch {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pa-secSearch {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch {
    padding-top: 27.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_in {
    max-width: 1200px;
  }
}
.pa-secSearch_head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}
.pa-secSearch_head > ._txt {
  order: 2;
  display: flex;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt {
    flex-direction: row-reverse;
    width: 240px;
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt {
    flex-direction: column;
    align-items: center;
    width: 15vw;
    min-width: 15vw;
    flex: 0 0 15vw;
  }
}
.pa-secSearch_head > ._txt ._title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._title {
    margin-right: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._title {
    margin-top: -7.5vw;
  }
}
.pa-secSearch_head > ._txt ._title ._en {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._title ._en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._title ._en {
    right: -1.25vw;
    font-size: 3.5vw;
  }
}
.pa-secSearch_head > ._txt ._title ._jp {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0) inset;
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._title ._jp {
    margin-top: 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._title ._jp {
    margin-top: 7.5vw;
    font-size: 7.5vw;
  }
}
.pa-secSearch_head > ._txt ._lead {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._lead {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._lead {
    margin-top: 5vw;
    margin-right: 1.25vw;
  }
}
.pa-secSearch_head > ._txt ._lead ._txt1 {
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._lead ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._lead ._txt1 {
    font-size: 3.5vw;
  }
}
.pa-secSearch_head > ._txt ._lead ._scroll {
  position: relative;
  writing-mode: vertical-rl;
  width: 10px;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._lead ._scroll {
    height: 10px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._lead ._scroll {
    height: 2.5vw;
    margin-top: 6.25vw;
  }
}
.pa-secSearch_head > ._txt ._lead ._scroll > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  letter-spacing: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._lead ._scroll > span {
    left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._lead ._scroll > span {
    left: 1.25vw;
    font-size: 2.75vw;
  }
}
.pa-secSearch_head > ._txt ._lead ._scroll::before {
  content: "";
  display: block;
  width: 1px;
  background: rgba(132, 115, 68, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._lead ._scroll::before {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._lead ._scroll::before {
    height: 25vw;
  }
}
.pa-secSearch_head > ._txt ._lead ._scroll::after {
  content: "";
  display: block;
  width: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_head > ._txt ._lead ._scroll::after {
    animation: drawLinePc 1.6s ease-out infinite;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._txt ._lead ._scroll::after {
    animation: drawLineSp 1.6s ease-out infinite;
    height: 25vw;
  }
}
@keyframes drawLinePc {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 200px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawLineSp {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 25vw;
  }
  100% {
    opacity: 0;
  }
}
.pa-secSearch_head > ._img {
  flex-grow: 1;
  order: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._img {
    aspect-ratio: 320/240;
    border-radius: 0 0.75vw 0.75vw 0;
    overflow: hidden;
  }
}
.pa-secSearch_head > ._img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pa-secSearch_head > ._img img {
    height: 100%;
    object-fit: cover;
  }
}
.pa-secSearch_head > ._img2 {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}
.pa-secSearch_main {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main {
    margin-top: 75px;
  }
}
.pa-secSearch_main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main::before {
    inset: -200px 40px 115px -10000px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main::before {
    inset: -20vw -2.5vw 7.5vw -10000px;
    border-radius: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 > ._txt {
    width: 630px;
    min-width: 630px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box1 > ._txt {
    padding-right: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 > ._txt .co-txtStyle1 {
    padding-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box1 > ._txt .co-txtStyle1 {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 > ._txt .co-btnStyle2 {
    margin-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box1 > ._txt .co-btnStyle2 {
    margin-top: 5vw;
  }
}
.pa-secSearch_main ._box1 > ._img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 > ._img {
    margin-right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box1 > ._img {
    margin-top: 7.5vw;
    margin-left: 5vw;
    margin-right: calc(50% - 50vw);
  }
}
.pa-secSearch_main ._box1 > ._img ._shoulder {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180%);
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 > ._img ._shoulder {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box1 > ._img ._shoulder {
    font-size: 2.75vw;
  }
}
.pa-secSearch_main ._box1 > ._img a {
  backface-visibility: hidden;
}
.pa-secSearch_main ._box1 > ._img a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box1 > ._img a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main {
    margin-top: -20vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box2 {
    margin-top: 16.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box2 .pr-swiperStyle1 .swiper {
    opacity: 1;
  }
  .pa-secSearch_main ._box2 .pr-swiperStyle1 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
  .pa-secSearch_main ._box2 .pr-swiperStyle1 .swiper-ctrl {
    display: none;
  }
  .pa-secSearch_main ._box2 .pr-swiperStyle1:has(.swiper-pagination) {
    margin-bottom: 0px;
  }
}
.pa-secSearch_main ._box2 ._btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box2 ._btn {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box2 ._btn {
    margin-top: 5vw;
  }
}
.pa-secSearch_main ._box3 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 {
    margin-top: 120px;
    aspect-ratio: 1200/735;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 {
    margin-top: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > * {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._img1 {
    width: 560px;
    top: 0;
    left: 0;
    margin-left: -84px;
    margin-top: 185px;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._img2 {
    width: 340px;
    top: 0;
    right: 0;
    margin-right: 320px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 > ._img2 {
    width: 40vw;
    margin-top: -7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._img3 {
    width: 340px;
    top: 0;
    right: 0;
    margin-top: 295px;
    margin-right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 > ._img3 {
    width: 50vw;
    margin-left: auto;
    margin-top: -41.25vw;
    margin-right: -2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._txt {
    z-index: 2;
    width: 434px;
    top: 0;
    right: 0;
    margin-top: 425px;
    margin-right: 313px;
  }
}
.pa-secSearch_main ._box3 > ._txt > a {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  background: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._txt > a {
    border-radius: 5px;
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 > ._txt > a {
    padding: 5vw;
    border-radius: 1.25vw;
    margin: -10vw 5vw 0;
  }
}
.pa-secSearch_main ._box3 > ._txt > a ._title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pa-secSearch_main ._box3 > ._txt > a ._title span {
  color: #424242;
}
.pa-secSearch_main ._box3 > ._txt > a ._title span._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._txt > a ._title span._txt1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 > ._txt > a ._title span._txt1 {
    font-size: 3.5vw;
  }
}
.pa-secSearch_main ._box3 > ._txt > a ._title span._txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._txt > a ._title span._txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 > ._txt > a ._title span._txt2 {
    font-size: 5vw;
  }
}
.pa-secSearch_main ._box3 > ._txt > a ._body {
  color: #424242;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .pa-secSearch_main ._box3 > ._txt > a ._body {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secSearch_main ._box3 > ._txt > a ._body {
    margin-top: 2.5vw;
    font-size: 3.5vw;
  }
}
.pa-secSearch_main ._box3 > ._txt > a .co-btnStyle1 {
  align-self: flex-end;
}

.pa-secLook {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
  .pa-secLook {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook {
    padding-top: 27.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_in {
    max-width: 1200px;
  }
}
.pa-secLook_head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}
.pa-secLook_head > ._txt {
  order: 2;
  display: flex;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt {
    flex-direction: row-reverse;
    width: 240px;
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt {
    flex-direction: column;
    align-items: center;
    width: 15vw;
    min-width: 15vw;
    flex: 0 0 15vw;
  }
}
.pa-secLook_head > ._txt ._title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._title {
    margin-right: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._title {
    margin-top: -7.5vw;
  }
}
.pa-secLook_head > ._txt ._title ._en {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._title ._en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._title ._en {
    right: -1.25vw;
    font-size: 3.5vw;
  }
}
.pa-secLook_head > ._txt ._title ._jp {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0) inset;
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._title ._jp {
    margin-top: 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._title ._jp {
    margin-top: 7.5vw;
    font-size: 7.5vw;
  }
}
.pa-secLook_head > ._txt ._lead {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._lead {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._lead {
    margin-top: 5vw;
    margin-right: 1.25vw;
  }
}
.pa-secLook_head > ._txt ._lead ._txt1 {
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._lead ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._lead ._txt1 {
    font-size: 3.5vw;
  }
}
.pa-secLook_head > ._txt ._lead ._scroll {
  position: relative;
  writing-mode: vertical-rl;
  width: 10px;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._lead ._scroll {
    height: 10px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._lead ._scroll {
    height: 2.5vw;
    margin-top: 6.25vw;
  }
}
.pa-secLook_head > ._txt ._lead ._scroll > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  letter-spacing: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._lead ._scroll > span {
    left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._lead ._scroll > span {
    left: 1.25vw;
    font-size: 2.75vw;
  }
}
.pa-secLook_head > ._txt ._lead ._scroll::before {
  content: "";
  display: block;
  width: 1px;
  background: rgba(132, 115, 68, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._lead ._scroll::before {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._lead ._scroll::before {
    height: 25vw;
  }
}
.pa-secLook_head > ._txt ._lead ._scroll::after {
  content: "";
  display: block;
  width: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secLook_head > ._txt ._lead ._scroll::after {
    animation: drawLinePc 1.6s ease-out infinite;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._txt ._lead ._scroll::after {
    animation: drawLineSp 1.6s ease-out infinite;
    height: 25vw;
  }
}
@keyframes drawLinePc {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 200px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawLineSp {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 25vw;
  }
  100% {
    opacity: 0;
  }
}
.pa-secLook_head > ._img {
  flex-grow: 1;
  order: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._img {
    aspect-ratio: 320/240;
    border-radius: 0 0.75vw 0.75vw 0;
    overflow: hidden;
  }
}
.pa-secLook_head > ._img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pa-secLook_head > ._img img {
    height: 100%;
    object-fit: cover;
  }
}
.pa-secLook_head > ._img2 {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}
.pa-secLook_main {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pa-secLook_main {
    margin-top: 75px;
  }
}
.pa-secLook_main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secLook_main::before {
    inset: -200px 40px 115px -10000px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main::before {
    inset: -20vw -2.5vw 7.5vw -10000px;
    border-radius: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 > ._txt {
    width: 630px;
    min-width: 630px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box1 > ._txt {
    padding-right: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 > ._txt .co-txtStyle1 {
    padding-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box1 > ._txt .co-txtStyle1 {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 > ._txt .co-btnStyle2 {
    margin-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box1 > ._txt .co-btnStyle2 {
    margin-top: 5vw;
  }
}
.pa-secLook_main ._box1 > ._img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 > ._img {
    margin-right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box1 > ._img {
    margin-top: 7.5vw;
    margin-left: 5vw;
    margin-right: calc(50% - 50vw);
  }
}
.pa-secLook_main ._box1 > ._img ._shoulder {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180%);
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 > ._img ._shoulder {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box1 > ._img ._shoulder {
    font-size: 2.75vw;
  }
}
.pa-secLook_main ._box1 > ._img a {
  backface-visibility: hidden;
}
.pa-secLook_main ._box1 > ._img a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pa-secLook_main ._box1 > ._img a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main {
    margin-top: -35vw;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main {
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main::before {
    inset: -200px 40px -120px -10000px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main::before {
    inset: -20vw -2.5vw 0vw -10000px;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box2 {
    max-width: 1120px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box2 {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secLook_main ._box2 ._btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secLook_main ._box2 ._btn {
    text-align: center;
    margin-top: 10vw;
  }
}

.pa-secExperience {
  overflow: hidden;
  padding-bottom: 0;
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secExperience {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience {
    padding-top: 27.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_in {
    max-width: 1200px;
  }
}
.pa-secExperience_head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}
.pa-secExperience_head > ._txt {
  order: 2;
  display: flex;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt {
    flex-direction: row-reverse;
    width: 240px;
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt {
    flex-direction: column;
    align-items: center;
    width: 15vw;
    min-width: 15vw;
    flex: 0 0 15vw;
  }
}
.pa-secExperience_head > ._txt ._title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._title {
    margin-right: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._title {
    margin-top: -7.5vw;
  }
}
.pa-secExperience_head > ._txt ._title ._en {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._title ._en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._title ._en {
    right: -1.25vw;
    font-size: 3.5vw;
  }
}
.pa-secExperience_head > ._txt ._title ._jp {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0) inset;
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._title ._jp {
    margin-top: 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._title ._jp {
    margin-top: 7.5vw;
    font-size: 7.5vw;
  }
}
.pa-secExperience_head > ._txt ._lead {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._lead {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._lead {
    margin-top: 5vw;
    margin-right: 1.25vw;
  }
}
.pa-secExperience_head > ._txt ._lead ._txt1 {
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._lead ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._lead ._txt1 {
    font-size: 3.5vw;
  }
}
.pa-secExperience_head > ._txt ._lead ._scroll {
  position: relative;
  writing-mode: vertical-rl;
  width: 10px;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._lead ._scroll {
    height: 10px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._lead ._scroll {
    height: 2.5vw;
    margin-top: 6.25vw;
  }
}
.pa-secExperience_head > ._txt ._lead ._scroll > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  letter-spacing: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._lead ._scroll > span {
    left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._lead ._scroll > span {
    left: 1.25vw;
    font-size: 2.75vw;
  }
}
.pa-secExperience_head > ._txt ._lead ._scroll::before {
  content: "";
  display: block;
  width: 1px;
  background: rgba(132, 115, 68, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._lead ._scroll::before {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._lead ._scroll::before {
    height: 25vw;
  }
}
.pa-secExperience_head > ._txt ._lead ._scroll::after {
  content: "";
  display: block;
  width: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._txt ._lead ._scroll::after {
    animation: drawLinePc 1.6s ease-out infinite;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._txt ._lead ._scroll::after {
    animation: drawLineSp 1.6s ease-out infinite;
    height: 25vw;
  }
}
@keyframes drawLinePc {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 200px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawLineSp {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 25vw;
  }
  100% {
    opacity: 0;
  }
}
.pa-secExperience_head > ._img {
  flex-grow: 1;
  order: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img {
    aspect-ratio: 320/240;
    border-radius: 0 0.75vw 0.75vw 0;
    overflow: hidden;
  }
}
.pa-secExperience_head > ._img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img img {
    height: 100%;
    object-fit: cover;
  }
}
.pa-secExperience_head > ._img2 {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}
.pa-secExperience_main {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main {
    margin-top: 75px;
  }
}
.pa-secExperience_main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main::before {
    inset: -200px 40px 115px -10000px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_main::before {
    inset: -20vw -2.5vw 7.5vw -10000px;
    border-radius: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 > ._txt {
    width: 630px;
    min-width: 630px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_main ._box1 > ._txt {
    padding-right: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 > ._txt .co-txtStyle1 {
    padding-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_main ._box1 > ._txt .co-txtStyle1 {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 > ._txt .co-btnStyle2 {
    margin-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_main ._box1 > ._txt .co-btnStyle2 {
    margin-top: 5vw;
  }
}
.pa-secExperience_main ._box1 > ._img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 > ._img {
    margin-right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_main ._box1 > ._img {
    margin-top: 7.5vw;
    margin-left: 5vw;
    margin-right: calc(50% - 50vw);
  }
}
.pa-secExperience_main ._box1 > ._img ._shoulder {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180%);
}
@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 > ._img ._shoulder {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_main ._box1 > ._img ._shoulder {
    font-size: 2.75vw;
  }
}
.pa-secExperience_main ._box1 > ._img a {
  backface-visibility: hidden;
}
.pa-secExperience_main ._box1 > ._img a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pa-secExperience_main ._box1 > ._img a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience {
    margin-top: -5vw;
  }
}
.pa-secExperience::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/bg2.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secExperience::before {
    inset: 0 0 50px 0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience::before {
    inset: 0 0 7.5vw 0;
  }
}
.pa-secExperience_head > ._txt ._title ._jp {
  color: #fff;
}
.pa-secExperience_head > ._txt ._lead ._txt1 {
  color: #fff;
}
.pa-secExperience_head > ._img2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 {
    aspect-ratio: 963/876;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 > * {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 > * {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 [class^=_img] {
    border-radius: 1.25vw;
    overflow: hidden;
  }
}
.pa-secExperience_head > ._img2 [class^=_img] span {
  position: absolute;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 [class^=_img] span {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 [class^=_img] span {
    right: 2.5vw;
    bottom: 2.5vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 ._img1 {
    width: 400px;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 ._img1 {
    flex-basis: 100%;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 ._img1 img {
    aspect-ratio: 4/3;
    transform-origin: center -5%;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 ._img2 {
    width: 300px;
    top: 0;
    right: 0;
    margin-right: 744px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 ._img2 {
    flex-basis: 50%;
    padding-right: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 ._img3 {
    width: 300px;
    top: 0;
    right: 0;
    margin-right: 424px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 ._img3 {
    flex-basis: 50%;
    padding-left: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 ._img4 {
    width: 400px;
    top: 0;
    right: 0;
    margin-top: 350px;
    margin-right: 568px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 ._img4 {
    width: 80vw;
    height: 60vw;
    margin-top: -7.5vw;
    transform: translateX(20vw);
  }
  .pa-secExperience_head > ._img2 ._img4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.pa-secExperience_head > ._img2 ._img4 span {
  color: #424242;
}
.pa-secExperience_head > ._img2 > ._txt {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 > ._txt {
    width: 480px;
    top: 0;
    right: 0;
    margin-top: 380px;
    margin-right: 190px;
  }
}
.pa-secExperience_head > ._img2 > ._txt > a {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  background: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 > ._txt > a {
    border-radius: 5px;
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 > ._txt > a {
    padding: 5vw;
    border-radius: 1.25vw;
    margin-top: 2.5vw;
  }
}
.pa-secExperience_head > ._img2 > ._txt > a ._title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pa-secExperience_head > ._img2 > ._txt > a ._title span {
  color: #424242;
}
.pa-secExperience_head > ._img2 > ._txt > a ._title span._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 > ._txt > a ._title span._txt1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 > ._txt > a ._title span._txt1 {
    font-size: 3.5vw;
  }
}
.pa-secExperience_head > ._img2 > ._txt > a ._title span._txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 > ._txt > a ._title span._txt2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 > ._txt > a ._title span._txt2 {
    font-size: 5vw;
  }
}
.pa-secExperience_head > ._img2 > ._txt > a ._body {
  color: #424242;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .pa-secExperience_head > ._img2 > ._txt > a ._body {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secExperience_head > ._img2 > ._txt > a ._body {
    margin-top: 2.5vw;
    font-size: 3.5vw;
  }
}
.pa-secExperience_head > ._img2 > ._txt > a .co-btnStyle1 {
  align-self: flex-end;
}
.pa-secExperience_main::before {
  display: none;
}

.pa-secKnow {
  overflow: hidden;
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secKnow {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow {
    padding-top: 27.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_in {
    max-width: 1200px;
  }
}
.pa-secKnow_head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}
.pa-secKnow_head > ._txt {
  order: 2;
  display: flex;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt {
    flex-direction: row-reverse;
    width: 240px;
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt {
    flex-direction: column;
    align-items: center;
    width: 15vw;
    min-width: 15vw;
    flex: 0 0 15vw;
  }
}
.pa-secKnow_head > ._txt ._title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._title {
    margin-right: 40px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._title {
    margin-top: -7.5vw;
  }
}
.pa-secKnow_head > ._txt ._title ._en {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._title ._en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._title ._en {
    right: -1.25vw;
    font-size: 3.5vw;
  }
}
.pa-secKnow_head > ._txt ._title ._jp {
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0) inset;
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._title ._jp {
    margin-top: 30px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._title ._jp {
    margin-top: 7.5vw;
    font-size: 7.5vw;
  }
}
.pa-secKnow_head > ._txt ._lead {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._lead {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._lead {
    margin-top: 5vw;
    margin-right: 1.25vw;
  }
}
.pa-secKnow_head > ._txt ._lead ._txt1 {
  display: block;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._lead ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._lead ._txt1 {
    font-size: 3.5vw;
  }
}
.pa-secKnow_head > ._txt ._lead ._scroll {
  position: relative;
  writing-mode: vertical-rl;
  width: 10px;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._lead ._scroll {
    height: 10px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._lead ._scroll {
    height: 2.5vw;
    margin-top: 6.25vw;
  }
}
.pa-secKnow_head > ._txt ._lead ._scroll > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  letter-spacing: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._lead ._scroll > span {
    left: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._lead ._scroll > span {
    left: 1.25vw;
    font-size: 2.75vw;
  }
}
.pa-secKnow_head > ._txt ._lead ._scroll::before {
  content: "";
  display: block;
  width: 1px;
  background: rgba(132, 115, 68, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._lead ._scroll::before {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._lead ._scroll::before {
    height: 25vw;
  }
}
.pa-secKnow_head > ._txt ._lead ._scroll::after {
  content: "";
  display: block;
  width: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_head > ._txt ._lead ._scroll::after {
    animation: drawLinePc 1.6s ease-out infinite;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._txt ._lead ._scroll::after {
    animation: drawLineSp 1.6s ease-out infinite;
    height: 25vw;
  }
}
@keyframes drawLinePc {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 200px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drawLineSp {
  0% {
    height: 0;
    opacity: 1;
  }
  30% {
    opacity: 1;
    height: 25vw;
  }
  100% {
    opacity: 0;
  }
}
.pa-secKnow_head > ._img {
  flex-grow: 1;
  order: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._img {
    aspect-ratio: 320/240;
    border-radius: 0 0.75vw 0.75vw 0;
    overflow: hidden;
  }
}
.pa-secKnow_head > ._img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._img img {
    height: 100%;
    object-fit: cover;
  }
}
.pa-secKnow_head > ._img2 {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
}
.pa-secKnow_main {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main {
    margin-top: 75px;
  }
}
.pa-secKnow_main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main::before {
    inset: -200px 40px 115px -10000px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main::before {
    inset: -20vw -2.5vw 7.5vw -10000px;
    border-radius: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 > ._txt {
    width: 630px;
    min-width: 630px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box1 > ._txt {
    padding-right: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 > ._txt .co-txtStyle1 {
    padding-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box1 > ._txt .co-txtStyle1 {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 > ._txt .co-btnStyle2 {
    margin-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box1 > ._txt .co-btnStyle2 {
    margin-top: 5vw;
  }
}
.pa-secKnow_main ._box1 > ._img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 > ._img {
    margin-right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box1 > ._img {
    margin-top: 7.5vw;
    margin-left: 5vw;
    margin-right: calc(50% - 50vw);
  }
}
.pa-secKnow_main ._box1 > ._img ._shoulder {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180%);
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 > ._img ._shoulder {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box1 > ._img ._shoulder {
    font-size: 2.75vw;
  }
}
.pa-secKnow_main ._box1 > ._img a {
  backface-visibility: hidden;
}
.pa-secKnow_main ._box1 > ._img a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box1 > ._img a:hover {
    opacity: 0.7;
  }
}
.pa-secKnow_head > ._img2 ._list1 > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .pa-secKnow_head > ._img2 ._list1 > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.5vw;
  }
}
.pa-secKnow_head > ._img2 ._list1 > ul > li {
  min-width: 0;
  min-height: 0;
}
.pa-secKnow_main::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box2 {
    padding-right: 240px;
    display: grid;
    grid-template-columns: 1fr 556px;
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box2 {
    margin-top: 12.5vw;
  }
}
.pa-secKnow_main ._box2 > ._img {
  grid-row: 1/-1;
  grid-column: 2;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box2 > ._logo {
    margin-left: 40px;
    margin-bottom: 30px;
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box2 > ._logo {
    width: 45vw;
    margin: 0 auto 5vw;
  }
}
.pa-secKnow_main ._box2 > ._img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box2 > ._img {
    width: 556px;
    min-width: 556px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box2 > ._img {
    width: 80vw;
    margin: 0 auto;
  }
}
.pa-secKnow_main ._box2 > ._img a {
  display: block;
}
.pa-secKnow_main ._box2 > ._img a ._instagram {
  pointer-events: none;
  width: 100%;
}
.pa-secKnow_main ._box2 > ._img a ._instagram iframe {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box2 > ._btn {
    margin-top: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box2 > ._btn {
    text-align: center;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box3 {
    margin-top: 110px;
    padding-right: 240px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box3 {
    margin-top: 15vw;
  }
}
.pa-secKnow_main ._box3 > ._txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box3 > ._txt {
    padding-right: 50px;
    width: 600px;
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box3 > ._txt {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box3 > ._txt .co-txtStyle1 {
    padding-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box3 > ._txt .co-txtStyle1 {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box3 > ._txt .co-btnStyle2 {
    margin-left: 80px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box3 > ._txt .co-btnStyle2 {
    margin-top: 5vw;
    align-self: center;
  }
}
.pa-secKnow_main ._box3 > ._img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box3 > ._img {
    margin-top: -7.5vw;
  }
}
.pa-secKnow_main ._box3 > ._img ._shoulder {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180%);
}
@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box3 > ._img ._shoulder {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secKnow_main ._box3 > ._img ._shoulder {
    font-size: 2.75vw;
  }
}
.pa-secKnow_main ._box3 > ._img a {
  backface-visibility: hidden;
}
.pa-secKnow_main ._box3 > ._img a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pa-secKnow_main ._box3 > ._img a:hover {
    opacity: 0.7;
  }
}

.pa-secRecommend {
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secRecommend {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secRecommend {
    padding-bottom: 0;
  }
}
.pa-secRecommend_in::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secRecommend_in::before {
    border-radius: 4px;
    inset: 120px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .pa-secRecommend_in::before {
    inset: 15vw -5vw 0;
  }
}
.pa-secRecommend_head {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.pa-secRecommend_head ._shoulder {
  position: absolute;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  writing-mode: vertical-rl;
  color: #847344;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pa-secRecommend_head ._shoulder {
    transform: translateX(-190%);
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secRecommend_head ._shoulder {
    transform: translateX(-110%);
    font-size: 3.5vw;
    margin-top: -5%;
  }
}
.pa-secRecommend_head ._title {
  background: url(../img/common/bg2.webp) repeat center center;
  background-size: 100px 100px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .pa-secRecommend_head ._title {
    padding: 45px;
    border-radius: 4px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secRecommend_head ._title {
    padding: 5vw 7.5vw;
    border-radius: 0.5vw;
    font-size: 3.5vw;
  }
}
.pa-secRecommend_main {
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .pa-secRecommend_main {
    max-width: 1200px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pa-secRecommend_main {
    margin-top: 10vw;
  }
}

.pa-secNews {
  background: url(../img/common/bg1.webp) repeat center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .pa-secNews {
    padding-top: 10px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews {
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .pa-secNews_in {
    display: flex;
  }
}
.pa-secNews_in::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pa-secNews_in::before {
    inset: 0 0 0 0;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_in::before {
    inset: 0 -5vw -7.5vw;
  }
}
.pa-secNews_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secNews_head {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_head {
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pa-secNews_head ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .pa-secNews_head ._title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_head ._title {
    font-size: 6vw;
  }
}
.pa-secNews_head ._shoulder {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pa-secNews_head ._shoulder {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_head ._shoulder {
    font-size: 3.5vw;
  }
}
.pa-secNews_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main {
    border-left: 1px solid #e5e5e5;
  }
}
.pa-secNews_main ._newsList {
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList::-webkit-scrollbar {
    width: 20px;
    height: 20px;
  }
  .pa-secNews_main ._newsList::-webkit-scrollbar-track {
    background: white;
  }
  .pa-secNews_main ._newsList::-webkit-scrollbar-thumb {
    background: rgba(66, 66, 66, 0.2);
    border-radius: 50px;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList {
    padding: 60px 80px;
    max-height: 430px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList {
    max-height: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList > ul {
    margin-bottom: 12.5vw;
    margin-right: 2.5vw;
  }
}
.pa-secNews_main ._newsList > ul > li > div, .pa-secNews_main ._newsList > ul > li > a {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div, .pa-secNews_main ._newsList > ul > li > a {
    align-items: start;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList > ul > li > div, .pa-secNews_main ._newsList > ul > li > a {
    flex-wrap: wrap;
    padding: 2vw 0;
  }
}
.pa-secNews_main ._newsList > ul > li > div ._date, .pa-secNews_main ._newsList > ul > li > a ._date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  line-height: 1.8;
  color: #848484;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div ._date, .pa-secNews_main ._newsList > ul > li > a ._date {
    font-size: 16px;
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList > ul > li > div ._date, .pa-secNews_main ._newsList > ul > li > a ._date {
    min-width: 12.5vw;
    font-size: 3.5vw;
    margin-right: 3.75vw;
  }
}
.pa-secNews_main ._newsList > ul > li > div ._category, .pa-secNews_main ._newsList > ul > li > a ._category {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div ._category, .pa-secNews_main ._newsList > ul > li > a ._category {
    min-width: 90px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList > ul > li > div ._category, .pa-secNews_main ._newsList > ul > li > a ._category {
    font-size: 3.5vw;
  }
}
.pa-secNews_main ._newsList > ul > li > div ._title, .pa-secNews_main ._newsList > ul > li > a ._title {
  position: relative;
  color: #424242;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div ._title, .pa-secNews_main ._newsList > ul > li > a ._title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList > ul > li > div ._title, .pa-secNews_main ._newsList > ul > li > a ._title {
    flex-basis: 100%;
    font-size: 3.5vw;
    margin-top: 1.25vw;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .pa-secNews_main ._newsList > ul > li > div[href] ._title, .pa-secNews_main ._newsList > ul > li > a[href] ._title {
    text-decoration: underline;
    text-decoration-color: #847344;
  }
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div[href] ._title::before, .pa-secNews_main ._newsList > ul > li > a[href] ._title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e0dbce;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div[href] ._title::after, .pa-secNews_main ._newsList > ul > li > a[href] ._title::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #847344;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  .pa-secNews_main ._newsList > ul > li > div[href] ._title::after, .pa-secNews_main ._newsList > ul > li > a[href] ._title::after {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
.pa-secNews_main ._newsList > ul > li > div[href]:hover, .pa-secNews_main ._newsList > ul > li > a[href]:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .pa-secNews_main ._newsList > ul > li > div[href]:hover ._title::after, .pa-secNews_main ._newsList > ul > li > a[href]:hover ._title::after {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */