@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #643934;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding-inline: clamp(60px, 6.0761346999vw, 83px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1200px) / 2);
  }
}

.c-link {
  display: block;
  color: inherit;
}

@media (any-hover: hover) {
  .c-link:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn .text {
  padding-top: 1px;
  padding-right: 37px;
  font-size: clamp(13px, 1.953125vw, 15px);
  line-height: 1.4666666667;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}
.c-btn .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: url(../images/btn-arrow.png) no-repeat center center/contain;
}


.c-section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-section__title-en {
  font-family: "Belleza", sans-serif;
  font-size: clamp(48px, 5vw, 60px);
  line-height: 1.3333333333;
  letter-spacing: 4.8px;
}

.c-section__title-ja {
  margin-top: -1px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
}




.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #643934;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}

.c-head {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(4%, #fffdf8), color-stop(9%, #f1dfc2), color-stop(18%, #db8266), color-stop(27%, #bd4a3b), color-stop(40%, #9a6543), color-stop(75%, #ba5932), to(#9f8064)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #fffdf8 4%, #f1dfc2 9%, #db8266 18%, #bd4a3b 27%, #9a6543 40%, #ba5932 75%, #9f8064 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
.c-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/page-head-filter.png") center/cover no-repeat;
  pointer-events: none;
}

.c-head__container {
  margin-top: 30px;
  padding-left: clamp(20px, 6.0761346999vw, 83px);
  padding-right: clamp(20px, 4.9780380673vw, 68px);
  padding-bottom: 51px;
}
@media screen and (min-width:1024px) {
  .c-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.c-head__title {
  color: #ffffff;
}

.c-head__title-en {
  font-family: "Belleza", sans-serif;
  font-size: clamp(48px, 5vw, 60px);
  line-height: 1.3333333333;
  letter-spacing: 4.8px;
}

.c-head__title-ja {
  margin-top: -1px;
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
}

.p-head__img {
  margin-top: 32px;
  margin-left: auto;
  margin-right: clamp(40px, 8.3333333333vw, 100px);
  max-width: clamp(240px, 56.9010416667vw, 437px);
  aspect-ratio: 437/264;
  height: 100%;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-head__img {
    margin-top: 0;
    margin-left: 0;
  }
}
.p-head__img img {
  border-radius: 8px;
}
.p-head__img .img-text {
  position: absolute;
  top: 35px;
  right: clamp(-100px, -9.765625vw, -40px);
  width: clamp(80px, 16.11328125vw, 165px);
  aspect-ratio: 165/149;
  z-index: 1;
}
.p-head__img .img-text img {
  border-radius: 0px;
}

.c-body {
  margin-top: -28px;
  background: #f2eee6;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:1024px) {
  .c-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
}

.c-menu {
  padding-top: 23px;
  padding-inline: 15px;
  padding-bottom: 20px;
  background: #ede7db 0% 0% no-repeat padding-box;
    max-width: 480px;
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .c-menu {
     margin-left: clamp(60px, 5.9297218155vw, 81px);
    padding-bottom: 0;
    position: sticky;
    max-width: 245px;
    width: 100%;
    height: 100%;
    top: 94px;
    z-index: 3;
  }
}
.c-menu .c-menu__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-menu .c-menu__link:hover {
    opacity: 1;
    background: #f2eee6;
    border-radius: 10px;
    padding-left: 20px;
  }
  .c-menu .c-menu__link:hover .text {
    opacity: 1;
  }
}
.c-menu .c-menu__link.js-active {
  opacity: 1;
  background: #f2eee6;
  border-radius: 10px;
  padding-block: 18px;
  padding-left: 20px;
}
.c-menu .c-menu__link.js-active .text {
  opacity: 1;
}
.c-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/page-menu-filter.png") center/cover no-repeat;
  pointer-events: none;
}

.c-menu__title {
  color: #431612;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.75px;
  font-weight: 600;
}

.c-menu__list {
  margin-top: 21px;
}
@media screen and (min-width:768px) {
  .c-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
     column-gap: 20px;
  }
}
@media screen and (min-width:1024px) {
  .c-menu__list {
    display: block;
  }
}

.c-menu__link {
  padding-block: 17px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (min-width:1024px) {
  .c-content {
    margin-left: clamp(60px, 6.2225475842vw, 85px);
  }
}



.c-breadcrumb__wrap {
  padding-top: 84px;
  margin-left: auto;
  margin-right: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 101;
}
@media screen and (min-width:1024px) {
  .c-breadcrumb__wrap {
    padding-top: 70px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #6F6F6F;
  font-weight: 300;
  letter-spacing: 0.78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 20.36px;
  margin-right: 15.55px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 80px;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
    background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width:1024px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #643934;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F2F4DC;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.drawer__menu-list .p-header__link .text-en {
  margin-top: 0;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 16px;
}
.drawer__menu-list .p-header__btn {
  max-width: 300px;
  margin-top: 20px;
}


.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:100%;
}


.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}

.instaCont {
  padding-block: 2rem;
  background: #F1EEE6;
}
.instaCont a {
  color: #643934;
}

.instaCont section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.instaCont article {
	width: 50%;
}

.instaCont section>article:nth-of-type(n + 3) {
	margin: 40px 0 0;
}

.instaCont .imgBx01 {
	position: relative;
	display: block;
	padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
	opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.instaCont .imgBx01>span {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
	display: none;
}

.instaCont .webgene-item-main-video {
	display: block;
	width: auto;
	max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: 0.85em;
  margin-inline: 10px;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
  margin-inline: 10px;
}

@media screen and (min-width:768px) {

	.instaCont article {
		width: 25%;
	}

	.instaCont section>article:nth-of-type(n + 2) {
		margin: 0;
	}

}

@media screen and (min-width:1200px) {

	.instaCont article {
		width: 25%;
	}

	.instaCont section>article:nth-of-type(n + 3) {
		margin: 0;
	}

}