@charset "UTF-8";

/* ::::::::::  parts  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.globalHeader .siteLogo a img {
  border-right: 1px solid #cacaca;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .globalHeader .siteLogo a img {
    width: 145px;
    padding-right: 15px;
  }
}


@media (max-width: 767px) {
  .globalHeader {
    justify-content: space-between;
  }

  .group .globalHeader .headerMenu {
    display: none;
  }

  .globalHeader .siteLogo {
    display: flex;
  }
}


.group .globalNav .btn a {
  width: 100%;
  min-width: auto;
}

.siteLogo .sitetxt {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 20px;
}


@media (max-width: 767px) {
  .siteLogo .sitetxt {
    font-size: 0.89rem;
    margin-left: 15px;
  }
}

.siteLogo .sitetxt>span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .siteLogo .sitetxt>span {
    font-size: 0.83rem
  }
}

.group .globalHeader .headerMenu {
  margin-right: 220px;
}

@media (max-width: 1300px) {
  .group .globalHeader .headerMenu {
    gap: 1vw;
    margin-right: 160px;
  }
}

.wrapper {
  padding-block: 75px;
}

@media (max-width: 767px) {
  .wrapper {
    padding-block: 100px;
  }
}

@media (max-width: 767px) {
  .secTitle01 .en {
    line-height: inherit;
  }
}

.subheading {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  .subheading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.subheading2 {
  font-size: 1.9rem;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  .subheading2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.wrapper hr {
  width: 180px;
  margin: 55px 0 40px;
  display: inline-block;
  height: 1px;
  background: #14230a;
}

@media (max-width: 767px) {
  .wrapper hr {
    width: 80px;
    margin: 40px 0 30px;
    height: auto;
  }
}

.linkSitetop {
  background: #5a473b;
  height: 100%;
  position: absolute;
  right: 0;
  width: 220px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  bottom: -1px;
}

@media (max-width: 1300px) {
  .linkSitetop {
    width: 180px;
  }
}

.bg_color02 .bgWhite {
  background: #fff;
  padding: 60px;
}

@media (max-width: 767px) {
  .bg_color02 .bgWhite {
    padding: 50px 20px;
    margin-bottom: 30px;
  }
}

.partTxt {
  margin: 30px 0 20px;
  font-size: 2.3rem;
  line-height: 2;
  font-weight: 600;
}

@media (max-width: 767px) {
  .partTxt {
    margin: 20px 0;
    font-size: 1.8rem;
  }

  .partTxt.midashi {
    margin: 25px 0 15px;
    font-size: 1.5rem;
  }
}

.partTxt.line.pc {
  margin-bottom: 10px;
}

.caption {
  background: #ccb072;
  color: #fff;
  margin-bottom: 20px;
  font-size: 2rem;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .caption {
    font-size: 1.5rem;
    padding: 10px;
    line-height: 2;
  }
}

.memories .caption {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .memories .caption {
    font-size: 1.7rem;
  }
}

.table01 {
  margin: 30px 0 60px;
}

@media (max-width: 767px) {
  .table01 {
    margin: 30px 0 0;
  }

  .table01 tr:last-child td {
    border-bottom: none;
  }
}


.table01 ul li {
  position: relative;
  padding-left: 1.2em;
  /* 点の分だけ左に余白 */
}

.table01 ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}


@media (max-width: 1024px) {
  .titleArea+section .wrapper {
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: -20px;
  }
}

.note {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}


.tab {
  display: none;
}

@media (max-width: 1024px) {
  .tab {
    display: block;
  }

  .tab_pc {
    display: none;
  }
}

/* =========================================================
kv
========================================================= */
.kvPhoto::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .kv .textBlock {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: 350px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .kvPhoto img {
    object-position: right;
  }
}

.kvLogo {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  animation: fadeUp 1.4s cubic-bezier(.22, 1, .36, 1) forwards;
}

/* 順番に表示 */
.kvLogo:nth-child(1) {
  animation-delay: 1.4s;
}

.kvLogo:nth-child(2) {
  animation-delay: 1.8s;
}

.kvLogo:nth-child(3) {
  animation-delay: 2.2s;
}


@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.kvLogo:last-child {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .kvLogo img {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .secTitle01:first-child {
    margin-bottom: 30px;
  }
}

html[lang="en"] .globalHeader a {
  letter-spacing: 0.5px;
  font-size: 1.4rem;
}

/* =========================================================
anniversary
========================================================= */
.anniversary .wrapper {
  text-align: center;
  padding-bottom: 40px;
}


.anniversary .wrapper .plan_list p {
  font-size: 2.3rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .anniversary .wrapper .plan_list p {
    font-size: 2rem;
  }
}

.anniversary .wrapper .plan_list .plan_link {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .anniversary .wrapper .plan_list .plan_link {
    display: block;
    margin-top: 0;
  }
}

.anniversary .wrapper .plan_list .plan_link li {
  width: 240px;
  height: 240px;
}

@media (max-width: 1300px) {
  .anniversary .wrapper .plan_list .plan_link li {
    width: 220px;
    height: 170px;
  }
}

@media (max-width: 767px) {
  .anniversary .wrapper .plan_list .plan_link li {
    width: 100%;
    height: auto;
  }
}

.anniversary .wrapper .plan_list .plan_link li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #5A473B;
  color: #fff;
  border-radius: 100%;
  padding: 30px 0;
  font-weight: 600;
  line-height: 2;
  font-size: 1.7rem;
  position: relative;
}

html[lang="en"] .anniversary .wrapper .plan_list .plan_link li a {
  line-height: 1.8;
  font-size: 1.5rem;
}

@media (max-width: 1300px) {
  .anniversary .wrapper .plan_list .plan_link li a {

    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .anniversary .wrapper .plan_list .plan_link li a {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    background: none;
    color: inherit;
    border-radius: 0;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #cacaca;
    text-align: left;
     font-size: 1.55rem;
  }
}

.anniversary .wrapper .plan_list .plan_link li a img {
  display: block;
  margin: 0 auto 20px;
  width: 60px;
}

@media (max-width: 1024px) {
  .anniversary .wrapper .plan_list .plan_link li a img {
    margin: -10px auto 10px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  .anniversary .wrapper .plan_list .plan_link li a img {
    display: none;
  }
}

.anniversary .wrapper .plan_list .plan_link li a svg {
  transform: rotate(90deg);
  display: block;
  margin: 20px auto 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
.anniversary .wrapper .plan_list .plan_link li a svg {
    bottom: 13px;
  }
}


@media (max-width: 767px) {
  .anniversary .wrapper .plan_list .plan_link li a svg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    left: auto;
  }
}

@media (max-width: 767px) {
  .check {
    width: 30px;
    background: #5a473b;
    height: 30px;
    margin-right: 12px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    min-height: 30px;
    min-width: 30px;
  }

  .check::before {
    content: "";
    display: block;
    height: 5px;
    width: 14px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 7px;
    top: 10px;
  }
}

/* =========================================================
about
========================================================= */
.about .wrapper {
  align-items: center;
  gap: 150px;
}

@media (max-width: 1400px) {
  .about .wrapper {
    gap: 8vw;
  }
}

@media (max-width: 767px) {
  .about .wrapper .subheading {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .about .flex {
    flex-wrap: wrap-reverse;
    display: flex;
  }
}

.about .textBlock {
  /* width: calc(50% - 75px); */
  width: calc(50% - 15px);
}

html[lang="en"] .about .textBlock {
  width: calc(50% - 5px);
  line-height: 1.8;
}

@media (max-width: 1400px) {
  .about .textBlock {
    width: calc(50% - 2.5vw);
  }

  html[lang="en"] .about .textBlock {
    width: calc(50% - 2.5vw);
  }
}

@media (max-width: 1024px) {
  .about .textBlock {
    width: 100%;
    margin-top: 50px;
  }

  html[lang="en"] .about .textBlock {
    width: 100%;
  }
}


.about .textBlock .logo {
  gap: 15px;
  margin: 0 0 30px;
}

@media (max-width: 1024px) {
  .about .textBlock .logo {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .about .textBlock .logo li {
    width: calc(50% - 5px);
  }
}

.about .photo {
  flex-shrink: 1;
  width: calc(50vw - 75px);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 1400px) {
  .about .photo {
    width: 46vw;
  }
}

@media (max-width: 1024px) {
  .about .photo {
    width: auto;
    padding-bottom: 20px;
    margin-inline: calc(50% - 50vw);
  }
}

.about .photo img {
  width: 100%;
}



/* =========================================================
from_manager 
========================================================= */

.about .wrapper .from_manager {
  background: #5a473b;
  color: #fff;
  padding: 50px;
  position: relative;
  gap: 70px;
  margin-top: 60px;
  align-items: inherit;
}

@media (max-width: 767px) {
  .about .wrapper .from_manager {
    padding: 30px;
    margin-top: 40px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap-reverse;
  }
}

.about .wrapper .from_manager::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/common/bg_cross.svg);
  width: 33%;
  height: 100%;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .about .wrapper .from_manager::before {
    background-size: 77px auto;
    width: 50%;
  }
}

.about .wrapper .from_manager>p span {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .about .wrapper .from_manager>p span {
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
  }
}

@media (max-width: 1024px) {
  .about .wrapper .from_manager p.box {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
  }
}



.about .wrapper .from_manager .manager_photo {
  width: 300px;
  height: 400px;
  flex-shrink: 0;
}

html[lang="zh-hans"] .about .wrapper .from_manager .manager_photo, html[lang="zh-hant"] .about .wrapper .from_manager .manager_photo {
  height: 320px;
}

@media (max-width: 1024px) {
  .about .wrapper .from_manager .manager_photo {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  html[lang="zh-hans"] .about .wrapper .from_manager .manager_photo, html[lang="zh-hant"] .about .wrapper .from_manager .manager_photo {
    height: auto;
  }
}



.about .wrapper .from_manager .manager_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 1024px) {
  .about .wrapper .from_manager .manager_photo p {
    text-align: right;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 1.5rem;
    font-weight: bold;
  }
}




.about .wrapper .from_manager .manager_photo p {
  text-align: right;
  margin-top: 10px;
}

.about .wrapper .from_manager .manager_photo span {
  margin-top: -5px;
  display: block;
  font-size: 1.7rem;
}

/* =========================================================
anniversary
========================================================= */
.anniversary {
  position: relative;
}

.anniversary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url(../../img/5th-anniversary/bg_line.svg);
  width: 100%;
  height: 50%;
  background-size: cover;
}

@media (max-width: 1024px) {
  .anniversary::before {
    background-size: 150%;
    height: 30%;
  }
}

/* =========================================================
revolution
========================================================= */
.revolution .wrapper {
  align-items: flex-start;
  gap: 150px;
  padding-top: 0;
}

@media (max-width: 1024px) {
  .revolution .wrapper {
    display: block;
    gap: 8vw;
  }
}

@media (max-width: 1024px) {
  .revolution .flex {
    flex-wrap: wrap;
    display: flex;
  }
}

.revolution .wrapper .textBlock {
  width: calc(48% - 68px);
}



@media (max-width: 1024px) {
  .revolution .wrapper .textBlock {
    width: calc(50% - 2.5vw);
    margin-top: 100px;
    width: 100%;
  }
}

@media (max-width:767px) {
  .revolution .wrapper .textBlock {
    margin-top: 50px;
  }
}

.revolution .photo {
  flex-shrink: 1;
  width: calc(51vw - 75px);
  margin-left: calc(50% - 50vw);
}


.revolution .photo img {
  width: 100%;
}

@media (max-width: 1400px) {
  .revolution .photo {
    width: 46vw;
  }
}

@media (max-width: 10230px) {
  .revolution .photo:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .revolution .photo {
    width: auto;
    margin-inline: calc(50% - 50vw);
  }

  .revolution .photo img {
    width: 100vw;
  }
}


@media (max-width: 1024px) {
  .revolution .wrapper .subheading {
    font-size: 2rem;
  }
}

.revolution .wrapper .history-list {
  display: flex;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .revolution .wrapper .history-list {
    display: block;
    padding: 10px 0;
  }
}

.revolution .wrapper .history-list:last-child {
  padding-bottom: 0;
}

.revolution .wrapper .history-list dt {
  min-width: 120px;
  font-weight: 600;
}

.revolution .wrapper .history-list dd {
  margin: 0;
}


/* =========================================================
kvSlide
========================================================= */
.Slide {
  display: flex;
  animation: scroll-left 40s infinite linear 0.5s both;
  width: max-content;
  height: 100%;
  position: relative;
}

.Slide::before {
  content: "";
  background: rgba(0, 0, 0, 0.17);
  position: absolute;
  width: 100%;
  height: 340px;
}


.SlideWrap {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  width: 100%;
}

@media (max-width: 767px) {
  .SlideWrap {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.SlideWrap::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
}

@media (max-width: 767px) {
  .SlideWrap::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.Slide.paused {
  animation-play-state: paused;
}

.Slide .slideCell {
  flex: 0 0 340px;
  width: 340px;
  aspect-ratio: 1 / 1;
}

@media (max-width: 767px) {
  .Slide .slideCell {
    flex: 0 0 200px;
    width: 200px;
  }
}

.Slide .slideCell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Slide+.slick-dotsWrap {
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}


.Slide+.slick-dotsWrap .slick-pause {
  border-radius: 50%;
  border: 1px solid;
  color: #fff;
  width: 47px;
  height: 47px;
}

@media (max-width: 767px) {
  .Slide+.slick-dotsWrap .slick-pause {
    width: 30px;
    height: 30px;
  }
}

.Slide+.slick-dotsWrap .slick-pause svg {
  width: 12px;
  height: 17px;
}

@media (max-width: 767px) {
  .Slide+.slick-dotsWrap .slick-pause svg {
    width: 8px;
    height: 13px;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}



/* =========================================================
memories
========================================================= */
@media (max-width: 767px) {
  .memories.bg_color02 {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}

.memories .wrapper .textBlock {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .memories .wrapper .textBlock {
    text-align: left;
  }
}

.memories .wrapper {
  margin-top: -170px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .memories .wrapper {
    margin-top: 0px;
    padding: 70px 0 50px;
  }
}

@media (max-width: 767px) {
  .memories .wrapper .table01 {
    margin-top: -20px;
  }
}

.memories .wrapper .center {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .memories .wrapper .center {
    text-align: left;
    border-top: 1px solid #cacaca;
    padding-top: 15px;
    font-weight: inherit;
  }
}

.memories .wrapper .btn {
  text-align: center;
}


.memories .wrapper .voiceList {
  display: flex;
  gap: 50px;
}

@media (max-width: 767px) {
  .memories .wrapper .voiceList {
    display: block;
  }
}

.memories .wrapper .voiceList .voiceItem {
  display: flex;
  background: #fff;
  padding: 30px;
  flex: 1;
}

@media (max-width: 767px) {
  .memories .wrapper .voiceList .voiceItem {
    display: block;
    background: none;
    padding: 0;
  }
}

.memories .wrapper .voiceList .voiceItem .voiceImg {
  width: 120px;
  flex-shrink: 0;
  border: 1px solid #cacaca;
  position: relative;
  max-height: 180px;
}

@media (max-width: 767px) {
  .memories .wrapper .voiceList .voiceItem .voiceImg {
    width: 100%;
    border: none;
    position: relative;
    aspect-ratio: 350 / 220;
    max-height: inherit;
    display: block;
    background: #fff;
  }
}


.memories .wrapper .voiceList .voiceItem .voiceImg img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .memories .wrapper .voiceList .voiceItem .voiceImg img {
    width: auto;
    height: initial;
    position: inherit;
    object-fit: contain;
    height: -webkit-fill-available;
  }
}

.voiceBody {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .voiceBody {
    margin: 20px 0;
  }
}

.voiceName {
  font-weight: bold;
  margin-bottom: 12px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  line-height: 1;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .voiceName {
    border-bottom: none;
    padding-bottom: 8px;
  }
}

/* =========================================================
project
========================================================= */
@media (max-width: 767px) {
  .project .wrapper {
    padding: 60px 0 100px;
  }
}

.project .wrapper .textBlock {
  text-align: center;
}

.project .wrapper .textBlock .subheading {
  margin-bottom: -8px;
}

@media (max-width: 767px) {
  .project .wrapper .textBlock .subheading {
    margin-bottom: 10px;
  }
}

.project .wrapper .part {
  padding: 60px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .project .wrapper .part {
    padding: 50px 20px;
    margin-top: 50px;
  }

  .project .wrapper #part01 {
    margin-top: 30px;
  }
}

.project .wrapper .part .num {
  font-family: "Montserrat";
  line-height: 32px;
  display: inline-block;
  font-size: 3.2rem;
  color: #ccb072;
  border-bottom: 2px solid #ccb072;
  padding-bottom: 20px;
  font-weight: 600;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .project .wrapper .part .num {
    display: table;
    font-size: 2.6rem;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.project .wrapper .part .num span {
  font-size: 4.9rem;
  font-weight: bold;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .project .wrapper .part .num span {
    font-size: 4.1rem;
  }
}


.project .wrapper .part .partTxt span {
  font-size: 1.5rem;
  display: block;
  margin-top: 20px;
  line-height: 1.9;
  font-weight: normal;
}
.project .wrapper .part .partTxt span.sp{
  display: none !important;
}
@media (max-width: 767px) {
  .project .wrapper .part .partTxt span.sp {
    font-size: 1.3rem;
    display: block !important;
  }
}

.project .wrapper .part .part04 .partTxt span {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .project .wrapper .part .part04 .partTxt span {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.pro .project .wrapper .part .partTxt span.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .project .wrapper .part .partTxt span.pc {
    display: none !important;
  }

  .project .wrapper .part .partTxt span.sp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .project .wrapper .part .partTxt img {
    margin-top: 20px;
  }
}

.project .wrapper .part .partTxt .span_midashi {
  font-size: 2.3rem !important;
  font-weight: bold !important;
  border-top: 1px solid #cacaca;
  padding-top: 30px;
  margin-top: 40px !important;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .project .wrapper .part .partTxt .span_midashi {
    font-size: 1.5rem !important;
  }
}

.project .wrapper .part .btnList {
  justify-content: center;
}

@media (max-width: 767px) {
  .project .wrapper .part .btnList {
    margin-top: 15px;
  }
}

.project .wrapper .part .btn {
  text-align: center;
}

@media (max-width: 767px) {
  .project .wrapper .part .btn a {
    text-align: left;
  }
}

.project .wrapper .part .flex {
  gap: 50px;
  margin-bottom: 60px;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .project .wrapper .part .flex {
    margin-bottom: 0px;
  }
}

.project .wrapper .part li .flex {
  margin-bottom: 0;
}


.project .wrapper .part .artistList>li .iconLink.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .project .wrapper .part .artistList>li .iconLink.sp {
    display: flex !important;
    margin-top: 15px;
  }

  .project .wrapper .part .artistList>li .iconLink.pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .project .wrapper .part .flex.part01 img {
    margin: 10px 0;
  }
}

.project .wrapper .part .flex.part02 img {
  width: 300px;
}

.project .wrapper .part .flex.part03 img {
  width: 360px;
}


.project .wrapper .part .flex.part04 .txtBox {
  width: 100%;
}

.project .wrapper .part .flex.part04 img {
  width: 370px;
  height: 406px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .project .wrapper .part .flex.part04 img {
    height: auto;
    width: auto;
  }
}

@media (max-width: 767px) {
  .project .wrapper .part .flex img {
    width: 100% !important;
    margin: 30px 0 15px;
  }
}

.project .wrapper .part .line_ul {
  margin-top: -30px;
  padding-bottom: 10px;
  background: rgba(204, 176, 114, 0.16);
  padding: 20px 25px;
}

@media (max-width: 767px) {
  .project .wrapper .part .line_ul {
    margin-top: -5px;
    border-bottom: none;
    background: none;
    padding: 0;
  }

}

.project .wrapper .part .line_ul li {
  display: flex;
  ;
}

.project .wrapper .part .line_ul li .day {
  min-width: 295px;
  width: 295px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .project .wrapper .part .line_ul li {
    display: block;
    margin-bottom: 10px;
  }

  .project .wrapper .part .line_ul li span.tokuten {
    display: block;
  }

  .project .wrapper .part .line_ul li .day {
    min-width: 100%;
    width: 100%;
  }
}

.float {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .float {
    margin-bottom: 40px;
  }
}

.float img.pc {
  float: right;
  width: 520px;
  height: 310px;
  margin-left: 40px;
  margin-bottom: 20px;
}

.float::after {
  content: "";
  display: block;
  clear: both;
}

.project .wrapper .table01 {
  margin-top: 0px;
}


@media (max-width: 767px) {
  .project .wrapper .table01 {
    margin-top: 0px;
  }
}

/* =========================================================
project   artist
========================================================= */
.project .wrapper .part .artistList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 50px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .project .wrapper .part .artistList {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

.project .wrapper .part .artistList>li {
  width: calc(34.8% - 50px);
  position: relative;
}

@media (max-width: 767px) {
  .project .wrapper .part .artistList>li {
    width: 100%;
  }
}

.project .wrapper .part .artistList>li .artistImg {
  margin-bottom: 16px;
  text-align: center;
}

.project .wrapper .part .artistList>li .artistImg img {
  max-width: 100%;
  height: auto;
}

.project .wrapper .part .artistList>li .artistCom {
  margin: 20px 0 5px;
  font-size: 13px;
  line-height: 2;
}

.project .wrapper .part .artistList>li .artistName {
  font-size: 1.7rem;
  margin: -4px 0 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .project .wrapper .part .artistList>li .artistName {
    font-size: 1.5rem;
    margin: -4px 0 8px;
  }
}

.project .wrapper .part .artistList>li .artistName span {
  font-size: 1.3rem;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .project .wrapper .part .artistList>li .artistName span {
    font-size: 1.2rem;
  }
}



.project .wrapper .part .artistList>li .artistText {
  font-size: 1.3rem;
  line-height: 1.8;
}

.project .wrapper .part .artistList>li .iconLink {}

@media (max-width: 767px) {

  .project .wrapper .part .artistList>li .iconLink li a img {
    width: 39px;
    height: 39px;
  }
}

/* SP */
@media (max-width: 767px) {
  .project .wrapper .part .artistList {
    flex-direction: column;
  }
}

.project .wrapper .table01 span.season {
  position: relative;
  font-weight: 600;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .project .wrapper .table01 span.season {
    display: block;
    position: relative;
  }
}

.project .wrapper .table01 span.season::after {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #14230a;
  position: absolute;
  bottom: 1px;
  left: 0;
}

@media (max-width: 767px) {
  .project .wrapper .table01 span.season::after {
    content: "";
    width: 57px;
    bottom: 5px;

  }
}

/* =========================================================
faq
========================================================= */
.faq .wrapper {
  padding-block: 135px;
}

@media (max-width: 767px) {
  .faq .wrapper {
    padding-block: 60px;
  }
}

.faq .textBlock {
  text-align: center;
}

@media (max-width: 767px) {
  .faq .textBlock .secTitle01 {
    text-align: left;
  }
}

.faq h2 .ja span {
  font-size: 2.7rem;
}

@media (max-width: 1400px) {
  .faq h2 .ja span {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .faq h2 .ja span {
    font-size: 2.1rem;
    display: block;
  }
}

@media (max-width: 767px) {
  .faqList {
    margin: 40px 0;
  }
}

.faqList h3 {
  cursor: pointer;
  background: #fff;
}

@media (max-width: 1024px) {
  .faqList h3 {
    margin-top: 0;
  }
}

.faqList h3::before, .faqList h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: #CCB072;
  width: 20px;
  height: 2px;
  margin: auto;
}

@media (max-width: 1024px) {
  .faqList h3::before, .faqList h3::after {
    width: 18px;
  }
}

.faqList h3::after {
  top: 0;
  bottom: 0;
  right: 24px;
  width: 2px;
  height: 20px;
}

@media (max-width: 1024px) {
  .faqList h3::after {
    height: 18px;
  }
}

.faqList h3.active {
  background: rgba(204, 176, 114, 0.16);
}

.faqList h3.active::after {
  opacity: 0;
}

.faqList h3 .icon {
  color: #CCB072;
}

.faqList h3:first-of-type {
  border-top: 1px solid #CACACA;
}

.faqList h3,
.faqList p.answer {
  position: relative;
  border-bottom: 1px solid #CACACA;
  padding: 25px 50px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

@media (max-width: 1024px) {

  .faqList h3,
  .faqList p.answer {
    padding: 19px 44px;
  }
}

.faqList h3 .icon,
.faqList p.answer .icon {
  position: absolute;
  top: 17px;
  left: 16px;
  letter-spacing: 0.1em;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 2.1rem;
}

@media (max-width: 1024px) {

  .faqList h3 .icon,
  .faqList p.answer .icon {
    top: 12px;
    left: 10px;
    font-size: 1.9rem;
  }
}

.faqList p.answer {
  display: none;
  border-top: none;
  background: rgba(202, 202, 202, 0.38);
  padding-right: 50px;
}

@media (max-width: 1024px) {
  .faqList p.answer {
    padding-right: 25px;
  }
}

.faqList p.answer .icon {
  color: #5A473B;
  top: 19px;
}

@media (max-width: 1024px) {
  .faqList p.answer .icon {
    top: 12px;
  }
}

.faqList p.answer a {
  text-decoration: underline;
  color: #CCB072;
}




/* =========================================================
future
========================================================= */

.future {
  background: #5a473b;
  color: #fff;
  padding: 30px 50px;
  position: relative;
  gap: 50px;
}

@media (max-width: 767px) {
  .future {
    padding: 0;
  }
}

.future::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/common/bg_cross.svg);
  width: 33%;
  height: 100%;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .future::before {
    background-size: 77px auto;
    width: 50%;
  }
}

.future .wrapper .textBlock {
  /* width: calc(50% - 75px); */
  width: calc(52% - 0px);
}

@media (max-width: 1400px) {
  .future .wrapper .textBlock {
    width: calc(50% - 2.5vw);
  }
}

@media (max-width: 1024px) {
  .future .wrapper .textBlock {
    width: calc(50% - 2vw);
  }
}

@media (max-width: 767px) {
  .future .wrapper .textBlock {
    width: 100%;
  }
}

.future .wrapper .photo {
  flex-shrink: 1;
  width: calc(50vw - 155px);
  margin-left: calc(50% - 50vw);
}

@media (max-width: 1400px) {
  .future .wrapper .photo {
    width: 46vw;
  }
}



@media (max-width:767px) {
  .future .wrapper .photo {
    width: auto;
    margin-inline: calc(50% - 50vw);
  }
}

.future .wrapper img {
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
}

html[lang="en"] .future .wrapper img {
  height: 700px;
}


@media (max-width:1024px) {
  .future .wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  html[lang="en"] .future .wrapper img {
    height: 100%;
  }
}

.future .wrapper .textBlock .en {
  color: #fff;
}



/* =========================================================
hotel
========================================================= */
.hotel {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../../img/5th-anniversary/bg_hotel.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .hotel {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url(../../img/5th-anniversary/bg_hotel_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.hotel .wrapper {
  padding-block: 120px;
}

@media (max-width: 767px) {
  .hotel .wrapper {
    padding-block: 80px;
  }
}


.hotel .hotelTxt {
  color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 2.3rem;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .hotel .hotelTxt {
    font-size: 1.8rem;
  }
}

.hotelList {
  margin: 50px 0 80px;
  gap: 0 70px;
}

@media (max-width: 767px) {
  .hotelList {
    margin: 50px 0;
  }
}

.hotelList .listItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
}

@media (max-width: 767px) {
  .hotelList .listItem+.listItem {
    margin-top: 40px;
  }
}

.hotelList .photo {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hotelList .photo {
    margin-bottom: 20px;
  }
}

.hotelList .photo img {
  width: 100%;
  height: auto;
}

.hotelList hgroup {
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hotelList hgroup {
    display: block;
    padding-bottom: 25px;
    border-bottom: none;
  }
}

.hotelList hgroup .secTitle02 {
  margin: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .hotelList hgroup .secTitle02 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.iconLink {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.iconLink li a {
  display: grid;
  place-content: center;
}

.hotelList .adress {
  color: #fff;
}

@media (max-width: 767px) {
  .hotelList .adress {
    margin-bottom: 10px;
  }
}

.hotelList .btnList {
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .hotelList .btnList {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .hotelList .btnList .btn {
    width: calc(50% - 6px);
  }
}

.hotelList .btnList .btn a {
  min-width: 100%;
}


.line-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 3.1rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .line-text {
    display: block;
    font-size: 2.3rem;
  }
}

.line-text .text {
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 767px) {
  .line-text .text {
    white-space: normal;
  }
}

.line-text .line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .line-text .line {
    display: none;
  }
}



/* ::::::::::  footer:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media (max-width: 767px) {
  .globalFooter .wrapper {
    flex-direction: initial;
    align-items: center;
    justify-content: center;
    padding-block: 80px 50px;
  }
}


.globalFooter .hotelName {
  font-size: 2.3rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-weight: bold;
}

@media (max-width: 767px) {
  .globalFooter .hotelName {
    font-size: 1.4rem;
  }
}

.globalFooter .hotelName span {
  display: block;
  font-size: 2.2rem;
  margin-top: -15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .globalFooter .hotelName span {
    font-size: 1.3rem;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .globalFooter .footerRight {
    width: 100%;
  }

  .globalFooter .footerSubNav {
    width: 100%;
    text-align: left;
  }

  .copyright {
    width: 100%;
  }
}

.globalFooter .footerHr {
  height: 0;
}

.globalFooter .logo img {
  margin-top: 10px;
  text-align: center;
  border-right: 1px solid #cacaca;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .globalFooter .logo img {
    width: 160px;
  }
}

.gnavList02 {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 40px;
  margin: 20px 0;
}

.gnavList02 li {
  width: calc(50% - 20px);
}

html[lang="en"] .gnavList02 li {
  width: 100%
}

.gnavList02 li a {
  font-size: 1.5rem;
  font-weight: bold;
}

.globalNav .snsTitle {
  border-top: 1px solid;
  margin-top: 30px;
  padding-top: 20px;
}


html[lang=en] .btn .btnLink::before, .btn a::before {
  width: 20px;
}

@media (max-width: 767px) {
  html[lang=en] .btn .btnLink::before, .btn a::before {
    width: 40px;
  }
}


html[lang="zh-hans"] .from_manager .exclude_zh {
  display: none;
}