@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  background: #F1EEE9;
}

body.navOn {
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.05em;
  line-height: 140%;
}

#mainContent {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: clip;
}

a {
  color: #000000;
}
.commonWidth {
  margin: 0 auto;
}

.wrapWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.roShine {
  text-shadow: 0 0 0 #ffffff;
  transition: text-shadow 1s;
  transition-timing-function: cubic-bezier(0.56, 1.39, 0.7, 1.19);
}
.roShine:hover {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.5em #fff, 0 0 1em #b2ebf5, 0 0 1.1em #b2ebf5, 0 0 1.2em #b2ebf5;
}

.errorText {
  text-align: center;
}

.commonBackArea {
  border-top: solid 1px #000000;
  display: flex;
  justify-content: center;
}
.commonBackArea .commonButtonBack {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.commonBackArea .commonButtonBack .arrow {
  background: url(../images/icon_back_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.commonMovieLink {
  position: relative;
  display: block;
}
.commonMovieLink .video {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.commonMovieLink .filter {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.commonMovieLink .icon {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: min(20%, 74px);
  aspect-ratio: 1/1;
  background: url(../images/icon_movie_play.svg) center center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90vw;
  }
  .wrapWidth {
    width: 94vw;
  }
  .commonWidthSp {
    width: 90vw;
    margin: 0 auto;
  }
  .inWidth {
    width: 86vw;
  }
  #pageContent {
    padding-top: 78px;
  }
  .contentArea {
    padding-bottom: 70px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonBackArea {
    margin: 56px 0 0 0;
    padding: 32px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(90vw, 1200px);
  }
  .wrapWidth {
    width: min(94vw, 1340px);
  }
  .commonWidthPc {
    width: min(90vw, 1200px);
    margin: 0 auto;
  }
  .inWidth {
    width: min(86vw, 1080px);
  }
  #pageContent {
    padding-top: 100px;
  }
  .contentArea {
    padding-bottom: 190px;
    min-height: calc(100vh - 100px - 100px);
  }
  .errorText {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .commonBackArea {
    margin: 80px 0 0 0;
    padding: 40px 0 0 0;
  }
}
.sectionTitle .titleEn {
  font-family: "Albert Sans", serif;
  color: #8FB873;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.sectionTitle .titleEn::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #8FB873;
}

.commonBtn {
  display: flex;
  background: #8FB873;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  width: 100%;
  height: 42px;
}
.commonBtn .btnText {
  color: #000000;
  border-right: solid 1px #000000;
}
.commonBtn .btnArrow {
  background: url(../images/arrow_link.svg) center center no-repeat;
  background-size: 10px;
  position: relative;
  left: 0;
  transition: left 0.2s;
}
.commonBtn:hover .btnArrow {
  left: 4px;
}

.commonArrowIcon {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 18px;
  height: 20px;
}
.commonArrowIcon .line {
  width: 1px;
  background: #000000;
}
.commonArrowIcon .arrow {
  width: 17px;
  background: url(../images/arrow_link.svg) right center no-repeat;
  background-size: 10px;
  position: relative;
  left: 0;
  transition: left 0.2s;
}

.commonArrowWrap:hover .arrow {
  left: 4px !important;
}

.innerPageTop {
  border-bottom: solid 1px #000000;
}
.innerPageTop .titleCol .titleEn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: #8FB873;
  font-family: "Albert Sans", serif;
  font-weight: 500;
}
.innerPageTop .titleCol .titleEn::before {
  content: "";
  background: #8FB873;
  width: 10px;
  height: 1px;
}
.innerPageTop .pnkzCol {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
}
.innerPageTop .pnkzCol .pnkzList {
  color: #9D9D9D;
}
.innerPageTop .pnkzCol a.pnkzList {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .sectionTitle .titleJp {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .sectionTitle .titleEn {
    font-size: 13px;
  }
  .commonBtn .btnText {
    font-size: 14px;
    padding: 0 0 0 20px;
    width: calc(100% - 24px);
  }
  .commonBtn .btnArrow {
    width: 24px;
    height: 24px;
  }
  .innerPageTop {
    padding: 60px 0 16px 0;
  }
  .innerPageTop .titleCol {
    padding: 0 0 10px 0;
  }
  .innerPageTop .titleCol .titleJp {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 8px 0;
  }
  .innerPageTop .titleCol .titleEn {
    font-size: 13px;
  }
  .innerPageTop .pnkzCol {
    justify-content: flex-start;
    font-size: 13px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .sectionTitle .titleJp {
    font-size: 18px;
    padding: 0 0 6px 0;
  }
  .sectionTitle .titleEn {
    font-size: 13px;
  }
  .commonBtn .btnText {
    font-size: 14px;
    padding: 0 0 0 20px;
    width: calc(100% - 24px);
  }
  .commonBtn .btnArrow {
    width: 24px;
    height: 24px;
  }
  .innerPageTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 80px 0 40px 0;
  }
  .innerPageTop .titleCol {
    width: 33%;
  }
  .innerPageTop .titleCol .titleJp {
    font-size: clamp(17px, 2.33vw, 28px);
    padding: 0 0 12px 0;
  }
  .innerPageTop .titleCol .titleEn {
    font-size: 13px;
  }
  .innerPageTop .pnkzCol {
    justify-content: flex-end;
    width: 65%;
    font-size: 13px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.pnkzArea {
  line-height: 220%;
  color: #ffffff;
}
.pnkzArea * {
  line-height: 220%;
}
.pnkzArea .pnkzList {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pnkzArea {
    padding: 100px 0 40px 0;
  }
  .pnkzArea .pnkzList {
    font-size: 13px;
  }
  .pnkzArea .pnkzArrow {
    margin: 0 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .pnkzArea {
    padding: 40px 0 90px 0;
  }
  .pnkzArea .pnkzList {
    font-size: clamp(14px, 1.17vw, 14px);
  }
  .pnkzArea .pnkzArrow {
    margin: 0 8px;
  }
}
.commonColWrap {
  display: flex;
}
.commonColWrap .commonColSide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.commonColWrap .commonColSide .slideLink {
  color: #9D9D9D;
  padding-left: 14px;
  position: relative;
}
.commonColWrap .commonColSide .slideLink.current {
  color: #000000;
}
.commonColWrap .commonColSide .slideLink.current::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8FB873;
}
@media only screen and (max-width: 767px) {
  .commonColWrap {
    row-gap: 40px;
    padding: 60px 0 0 0;
    flex-direction: column;
  }
  .commonColWrap .commonColSide {
    position: fixed;
    z-index: 8;
    left: 0;
    width: min(90%, 240px);
    background: #8FB873;
    row-gap: 16px;
    padding: 32px 24px 130px 20px;
    transition: opacity 0.5s, bottom 0.5s;
    opacity: 0;
    bottom: -500px;
  }
  .commonColWrap .commonColSide.on {
    opacity: 1;
    bottom: 0;
  }
  .commonColWrap .commonColSide .slideLink {
    font-size: 14px;
    color: #ffffff;
  }
  .commonColWrap .commonColSide .slideLink.current::before {
    background-color: #ffffff !important;
  }
}
@media print, screen and (min-width: 768px) {
  .commonColWrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 110px 0 0 0;
    position: relative;
  }
  .commonColWrap .commonColSide {
    width: 23.75%;
    position: absolute;
    top: 155px;
    left: 0;
    row-gap: 12px;
  }
  .commonColWrap .commonColSide .slideLink {
    font-size: clamp(10px, 1.17vw, 14px);
  }
  .commonColWrap .commonColSide.fix {
    position: fixed;
    left: calc((100% - min(90vw, 1200px)) / 2);
  }
  .commonColWrap .commonColSide.end {
    position: absolute;
    bottom: 0px;
    top: unset;
  }
  .commonColWrap .commonColMain {
    width: 75%;
    padding-top: 40px;
  }
}
.commonPagerArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.commonPagerArea .arrow {
  background: url(../images/pager_arrow_back.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 26px;
  cursor: pointer;
}
.commonPagerArea .arrow.next {
  background-image: url(../images/pager_arrow_next.svg);
}
.commonPagerArea .numBox {
  font-family: "Albert Sans", serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width: 40px;
  display: flex;
  justify-content: center;
}
.commonSlideArea {
  background: #ffffff;
}
.commonSlideArea .slideArea {
  overflow-x: hidden;
  overflow-y: clip;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox {
  display: block;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox {
  position: relative;
  aspect-ratio: 370/250;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox .text {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  left: -1px;
  bottom: -1px;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 4px;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .title {
  color: #8FB873;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .date {
  font-family: "Albert Sans", serif;
  color: #9D9D9D;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .position {
  color: #8FB873;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .name {
  font-weight: 500;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .year {
  color: #9D9D9D;
}
.commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .commonArrowIcon {
  height: 38px !important;
}

@media only screen and (max-width: 767px) {
  .commonSlideArea {
    padding: 0px 0 40px 0;
  }
  .commonSlideArea .slideArea {
    margin: 0 16px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox .text {
    font-size: 14px;
    padding: 4px 4px 4px 0;
    max-width: 94%;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow {
    margin-top: 14px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .title {
    font-size: 13px;
    padding: 0 0 4px 0;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .date {
    font-size: 13px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .position {
    font-size: 13px;
    padding: 0 0 4px 0;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .name {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .year {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonSlideArea {
    padding: 0px 0 70px 0;
  }
  .commonSlideArea .slideArea {
    width: min(94%, 785px);
    margin: 0 auto;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .imgBox .text {
    font-size: clamp(14px, 1.17vw, 14px);
    padding: 2px 4px 2px 0;
    max-width: 90%;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow {
    margin-top: 10px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .title {
    font-size: 13px;
    padding: 0 0 6px 0;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .date {
    font-size: 13px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .position {
    font-size: 13px;
    padding: 0 0 6px 0;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .name {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .commonSlideArea .slideArea .swiper-wrapper .swiper-slide .slideBox .dataRow .dataIn .nameWrap .year {
    font-size: 13px;
  }
}
.commonBackBtnArea {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .commonBackBtnArea {
    padding-right: 16px;
    padding-top: 40px;
  }
  .commonBackBtnArea .btnWrap {
    width: 164px;
  }
}
@media print, screen and (min-width: 768px) {
  .commonBackBtnArea {
    padding-right: 6.66%;
    padding-top: 72px;
  }
  .commonBackBtnArea .btnWrap {
    width: 182px;
  }
}
.secHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: height 0.5s;
  z-index: 50;
}
.secHeader .secHeaderIn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.secHeader .secHeaderIn .linkArea {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.menuButtonArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  transition: height 0.5s;
}
.menuButtonArea #menuButton {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.menuButtonArea #menuButton span {
  display: inline-block;
  transition: transform 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #000000;
}
.menuButtonArea #menuButton span:nth-of-type(1) {
  top: 20%;
}
.menuButtonArea #menuButton span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.menuButtonArea #menuButton span:nth-of-type(3) {
  top: 80%;
}

@media only screen and (max-width: 767px) {
  .secHeader {
    height: 78px;
    padding: 0 20px 0 20px;
    background: #F1EEE9;
  }
  .secHeader .secHeaderIn .logoArea {
    width: 57px;
  }
  .secHeader .secHeaderIn .linkArea {
    display: none;
  }
  .secHeader .secHeaderIn .hoverMenu {
    display: none;
  }
  .secHeader .secHeaderIn .instaArea {
    padding-right: 60px;
  }
  .menuButtonArea {
    height: 78px;
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .secHeader {
    height: 100px;
    -moz-column-gap: min(1.4vw, 20px);
         column-gap: min(1.4vw, 20px);
    background: #F1EEE9;
  }
  .secHeader .secHeaderIn {
    padding: 0 calc(min(1.4vw, 20px) + 52px) 0 min(3.3vw, 48px);
  }
  .secHeader .secHeaderIn .logoArea {
    width: min(6vw, 72px);
  }
  .secHeader .secHeaderIn .linkArea {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .secHeader .secHeaderIn .linkArea .linkList {
    margin: 0 min(1vw, 12px);
    font-size: clamp(10px, 1.17vw, 14px);
  }
  .secHeader .secHeaderIn .linkArea .linkList.inMenu {
    background: url(../images/header_menu_icon_off.svg) right center no-repeat;
    background-size: 12px;
    padding-right: 14px;
  }
  .secHeader .secHeaderIn .linkArea .linkList.inMenu.on {
    background-image: url(../images/header_menu_icon_on.svg);
  }
  .secHeader .secHeaderIn .linkArea .btnWrap {
    width: min(16.2vw, 182px);
  }
  .secHeader .secHeaderIn .linkArea .btnWrap.first {
    margin-left: 16px;
  }
  .secHeader .secHeaderIn .linkArea .btnWrap .commonBtn .btnText {
    font-size: clamp(10px, 1.17vw, 14px);
    padding-left: 10%;
  }
  .secHeader .secHeaderIn .instaArea {
    display: none;
  }
  .secHeader .secHeaderIn .hoverMenu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1EEE9;
    border-top: solid 1px #9D9D9D;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
  }
  .secHeader .secHeaderIn .hoverMenu.on {
    opacity: 1;
    pointer-events: inherit;
  }
  .secHeader .secHeaderIn .hoverMenu .hoverMenuLink {
    border-right: solid 1px #9D9D9D;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
    padding: 0 20px;
  }
  .secHeader .secHeaderIn .hoverMenu .hoverMenuLink:first-of-type {
    border-left: solid 1px #9D9D9D;
  }
  .secHeader.under {
    height: 65px;
    border-bottom: solid 1px #9D9D9D;
  }
  .menuButtonArea {
    height: 100px;
    right: min(1.4vw, 20px);
  }
  .menuButtonArea.under {
    height: 65px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .secHeader .secHeaderIn .linkArea .linkList {
    display: none;
  }
}
.secMenu {
  position: fixed;
  left: 0;
  right: 37px;
  top: 22px;
  pointer-events: none;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}
.secMenu .menuButtonArea {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.secMenu .menuButtonArea .menuTrigger {
  pointer-events: all;
  cursor: pointer;
  position: relative;
  width: 75px;
  height: 35px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 23px;
  backdrop-filter: blur(10px);
}
.secMenu .menuButtonArea .menuTrigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(109, 109, 109) 50%, rgb(255, 255, 255) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.secMenu .menuButtonArea .menuTrigger span {
  display: inline-block;
  transition: transform 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  left: calc(50% - 12px);
}
.secMenu .menuButtonArea .menuTrigger span:nth-of-type(1) {
  top: 35%;
}
.secMenu .menuButtonArea .menuTrigger span:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.secMenu .menuButtonArea .menuTrigger span:nth-of-type(3) {
  top: 65%;
}

@media only screen and (max-width: 767px) {
  .secMenu {
    right: 20px;
  }
  .secMenu .menuButtonArea .menuTrigger .close {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .secMenu {
    right: 20px;
  }
  .secMenu .menuButtonArea .menuTrigger .close {
    bottom: -20px;
  }
}
body.navOn .menuButtonArea .menuTrigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
body.navOn .menuButtonArea .menuTrigger span:nth-of-type(2) {
  opacity: 0;
}
body.navOn .menuButtonArea .menuTrigger span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.globalNavWrap {
  pointer-events: none;
  opacity: 0;
}
.globalNavWrap .globalNav {
  background: #ffffff;
}
.globalNavWrap .globalNav .globalNavInner {
  position: relative;
  padding: 104px 0 0 0;
}
.globalNavWrap .globalNav .globalNavInner .globalNavMenu {
  margin: 0 24px;
  border-top: solid 1px #9D9D9D;
  border-bottom: solid 1px #9D9D9D;
  padding: 24px 0 32px 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
.globalNavWrap .globalNav .globalNavInner .globalNavMenu .menuList .menuLink {
  font-size: 16px;
  padding: 4px 0;
  display: inline-block;
}
.globalNavWrap .globalNav .globalNavInner .globalNavMenu .menuList .menuChild {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.globalNavWrap .globalNav .globalNavInner .globalNavMenu .menuList .menuChild .childLink {
  font-size: 14px;
  color: #9D9D9D;
  padding: 4px 0;
}
.globalNavWrap .globalNav .globalNavInner .globalNavSns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 32px 0 100px 0;
}

body.navOn .globalNavWrap {
  pointer-events: inherit;
  opacity: 1;
}
body.navOn .globalNavWrap .globalNav {
  width: min(90vw, 360px);
}

.secCommonContact {
  position: relative;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secCommonContact .contactIn .faqArea .faqTitle {
  color: #ffffff;
}
.secCommonContact .contactIn .faqArea .faqCaption {
  color: #ffffff;
  line-height: 200%;
}
.secCommonContact .contactIn .listArea {
  display: flex;
}
.secCommonContact .contactIn .listArea .list {
  width: 50%;
  border-right: solid 1px #ffffff;
}
.secCommonContact .contactIn .listArea .list:last-of-type {
  border-right: none;
}
.secCommonContact .contactIn .listArea .list .titleJp {
  color: #ffffff;
  text-align: center;
}
.secCommonContact .contactIn .listArea .list .titleEn {
  color: #8FB873;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secCommonContact {
    background-image: url(../images/common_contact_bg_sp.jpg);
    padding: 40px 0;
  }
  .secCommonContact .contactIn .faqArea .faqTitle {
    font-size: 18px;
    padding: 0 0 6px 0;
    text-align: center;
  }
  .secCommonContact .contactIn .faqArea .faqCaption {
    font-size: 13px;
    padding: 0 0 14px 0;
    text-align: center;
  }
  .secCommonContact .contactIn .faqArea .faqBtnWrap {
    width: 210px;
    padding-bottom: 34px;
    margin: 0 auto;
  }
  .secCommonContact .contactIn .listArea {
    border-top: solid 1px #ffffff;
  }
  .secCommonContact .contactIn .listArea .list {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .secCommonContact .contactIn .listArea .list .titleJp {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 12px 0 8px 0;
  }
  .secCommonContact .contactIn .listArea .list .titleEn {
    font-size: 13px;
    padding: 0 0 18px 0;
  }
  .secCommonContact .contactIn .listArea .list .btnWrap {
    width: min(78%, 133px);
    padding-bottom: 16px;
  }
  .secCommonContact .contactIn .listArea .list .btnWrap .commonBtn .btnText {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
@media print, screen and (min-width: 768px) {
  .secCommonContact {
    background-image: url(../images/common_contact_bg_pc.jpg);
    padding: 90px 0;
  }
  .secCommonContact .contactIn {
    display: flex;
    min-height: 240px;
  }
  .secCommonContact .contactIn .faqArea {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 20px;
  }
  .secCommonContact .contactIn .faqArea .faqTitle {
    font-size: clamp(14px, 1.67vw, 20px);
    padding: 0 0 12px 0;
  }
  .secCommonContact .contactIn .faqArea .faqCaption {
    font-size: clamp(14px, 1.17vw, 14px);
    padding: 0 0 22px 0;
  }
  .secCommonContact .contactIn .faqArea .faqBtnWrap {
    width: 220px;
    padding-bottom: 40px;
  }
  .secCommonContact .contactIn .listArea {
    width: 50%;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }
  .secCommonContact .contactIn .listArea .list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .secCommonContact .contactIn .listArea .list .titleJp {
    font-size: clamp(14px, 1.5vw, 18px);
    padding: 0 0 12px 0;
  }
  .secCommonContact .contactIn .listArea .list .titleEn {
    font-size: 13px;
    padding: 0 0 52px 0;
  }
  .secCommonContact .contactIn .listArea .list .btnWrap {
    width: min(90%, 182px);
    padding-bottom: 40px;
  }
}
.secFooter {
  position: relative;
  z-index: 1;
  background: #F1EEE9;
}
.secFooter .secFooterIn .companyCol .companyMain .info .contact .tel {
  font-family: "Albert Sans", serif;
}
.secFooter .secFooterIn .companyCol .snsRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 48px 0 68px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 28px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .logo {
    width: 90px;
    padding: 0 0 8px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info {
    text-align: center;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .name {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 16px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .address {
    font-size: 13px;
    padding: 0 0 12px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .contact .tel {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 4px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .contact .time {
    font-size: 12px;
  }
  .secFooter .secFooterIn .companyCol .snsRow {
    padding: 0 0 46px 0;
    -moz-column-gap: 18px;
         column-gap: 18px;
    justify-content: center;
  }
  .secFooter .secFooterIn .companyCol .copyright {
    font-size: 13px;
    text-align: center;
  }
  .secFooter .secFooterIn .linkCol {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter {
    padding: 56px 0 56px 0;
  }
  .secFooter .secFooterIn {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1.5%;
         column-gap: 1.5%;
    width: min(100%, 1150px);
  }
  .secFooter .secFooterIn .companyCol {
    width: min(49%, 430px);
  }
  .secFooter .secFooterIn .companyCol .companyMain {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 18px;
         column-gap: 18px;
    row-gap: 16px;
    padding: 0 0 120px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .logo {
    width: 110px;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info {
    width: 300px;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .name {
    font-size: clamp(14px, 1.25vw, 15px);
    padding: 0 0 10px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .address {
    font-size: 13px;
    padding: 0 0 6px 0;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .contact {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .contact .tel {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secFooter .secFooterIn .companyCol .companyMain .info .contact .time {
    font-size: 12px;
  }
  .secFooter .secFooterIn .companyCol .snsRow {
    padding: 0 0 18px 0;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .secFooter .secFooterIn .companyCol .copyright {
    font-size: 13px;
  }
  .secFooter .secFooterIn .linkCol {
    width: min(24%, 190px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    font-size: clamp(14px, 1.17vw, 14px);
  }
}
.footerFollow {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  display: flex;
  background: #8FB873;
  align-items: center;
}
.footerFollow .link {
  background: #8FB873;
  width: calc(50% - 1px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerFollow .border {
  background: #000000;
  width: 2px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .footerFollow .link {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .footerFollow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sideMenuContents {
    display: none;
  }
  .sideMenuContents.active {
    display: block;
  }
  .sideMenuContents {
    position: fixed;
    z-index: 9;
    left: 12px;
    bottom: 56px;
    width: 70px;
    height: 70px;
  }
  .sideMenuContents .contentsIn {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sideMenuContents .contentsIn .openBtn {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8FB873;
    border-radius: 50%;
    opacity: 1;
    font-size: 17px;
    transition: opacity 0.5s;
  }
  .sideMenuContents .contentsIn .closeBtn {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
  }
  .sideMenuContents.on .contentsIn .openBtn {
    opacity: 0;
    pointer-events: none;
  }
  .sideMenuContents.on .contentsIn .closeBtn {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media print, screen and (min-width: 768px) {
  .sideMenuContents {
    display: none;
  }
}
/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}
.commonErrorText a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(14px, 1.83vw, 22px);
  }
}
.featherlight-loading * {
  background-color: transparent !important;
}

.featherlight-iframe .featherlight-content {
  max-width: 96%;
  aspect-ratio: 560/315;
}

.featherlight .featherlight-inner {
  max-width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding: 1px 1px 0 !important;
    border-bottom-width: 1px !important;
  }
}/*# sourceMappingURL=common.css.map */