@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .loadTrigger {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
  /* ここを変更 */
  animation-duration: 2.5s;
  /* ここも変更 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

body.active {
  overflow: hidden;
}

.box-wrapper {
  font-weight: 400;
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #775540;
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*intro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look01 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look02 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look03 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look04 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look05 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look06 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look07 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look08 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look09 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look10 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look11 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look12 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look13 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look14 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*footer */
  /*-----------------------------*/
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: #775540;
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
.box-wrapper .noto {
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.box-wrapper .eng {
  font-family: "mencken-std-head", sans-serif;
}
.box-wrapper p {
  line-height: 1.6;
}
.box-wrapper .container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 897px;
  container-type: inline-size;
}
.box-wrapper .container img {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    position: relative;
    aspect-ratio: 1280/828;
    background-image: url(../images/top1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper #hero .hero-ttl {
    width: 34.140625%;
    position: absolute;
    top: 17.734375vw;
    left: 9.53125vw;
  }
  .box-wrapper #hero .hero-logo {
    width: 12.96875%;
    position: absolute;
    top: 1.5625vw;
    right: 2.34375vw;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero {
    position: relative;
    aspect-ratio: 390/560;
    background-image: url(../images/top2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper #hero .hero-ttl {
    width: 74.8717948718%;
    position: absolute;
    top: 61.0256410256vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .box-wrapper #hero .hero-logo {
    width: 30.5128205128%;
    position: absolute;
    bottom: 4.6153846154vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #intro {
    background-color: #F7EFE1;
    padding-top: 107px;
  }
  .box-wrapper #intro .intro-desc {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #intro {
    background-color: #F7EFE1;
    padding-top: 80px;
  }
  .box-wrapper #intro .intro-desc {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .look-credit {
    margin-top: 50px;
  }
  .box-wrapper .look-credit .credit {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .box-wrapper .look-credit .credit:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .look-credit .credit a {
    text-decoration: underline;
  }
  .credit a {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look-credit {
    margin-top: 48px;
  }
  .box-wrapper .look-credit .credit {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .box-wrapper .look-credit .credit:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .look-credit .credit a {
    text-decoration: underline;
  }
  .credit a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look01 {
    padding-top: 141px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look01 .look01-img {
    width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look01 {
    padding-top: 86px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look01 .look01-img {
    width: 290px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look02 {
    padding-top: 150px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look02 .look02-img01 {
    width: 450px;
  }
  .box-wrapper #look02 .look02-img02 {
    margin-top: 50px;
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look02 {
    padding-top: 92px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look02 .look02-img01 {
    width: 290px;
  }
  .box-wrapper #look02 .look02-img02 {
    margin-top: 32px;
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look03 {
    padding-top: 100px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look03 .look03-img {
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look03 {
    padding-top: 95px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look03 .look03-img {
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look04 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look04 .look04-wrap {
    display: flex;
    gap: 40px;
    padding: 0 35px;
    justify-content: center;
  }
  .box-wrapper #look04 .look04-wrap img {
    flex: 1;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look04 {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look04 .look04-container {
    padding-left: 0;
    padding-right: 0;
  }
  .box-wrapper #look04 .look04-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .box-wrapper #look04 .look04-wrap img {
    flex: 1;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look05 {
    padding-top: 150px;
  }
  .box-wrapper #look05 .look05-img01 {
    width: 450px;
  }
  .box-wrapper #look05 .look05-img02 {
    margin-top: 30px;
    width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look05 {
    padding-top: 116px;
  }
  .box-wrapper #look05 .look05-img01 {
    width: 290px;
  }
  .box-wrapper #look05 .look05-img02 {
    margin-top: 30px;
    width: 290px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look06 {
    padding-top: 150px;
  }
  .box-wrapper #look06-container {
    max-width: 1030px;
  }
  .box-wrapper #look06 .look06-wrap {
    display: flex;
    gap: 20px;
  }
  .box-wrapper #look06 .look06-wrap img {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look06 {
    padding-top: 72px;
  }
  .box-wrapper #look06-container {
    padding-left: 0;
    padding-right: 0;
  }
  .box-wrapper #look06 .look06-wrap {
    display: flex;
    gap: 12px;
  }
  .box-wrapper #look06 .look06-wrap img {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look07 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .box-wrapper #look07 .look07-img {
    width: 450px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .box-wrapper #look07 .look07-img {
    width: 290px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look08 {
    padding-top: 100px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look08 .look08-img01 {
    width: 450px;
  }
  .box-wrapper #look08 .look08-img02 {
    width: 380px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look08 {
    padding-top: 50px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look08 .look08-img01 {
    width: 290px;
  }
  .box-wrapper #look08 .look08-img02 {
    width: 245px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look09 {
    padding-top: 120px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look09 .look09-img {
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look09 {
    padding-top: 91px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look09 .look09-img {
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look10 {
    padding-top: 150px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look10 .look10-wrap {
    display: flex;
    gap: 40px;
    padding: 0 35px;
    justify-content: center;
  }
  .box-wrapper #look10 .look10-wrap img {
    flex: 1;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look10 {
    padding-top: 100px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look10 .look10-container {
    padding: 0;
  }
  .box-wrapper #look10 .look10-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .box-wrapper #look10 .look10-wrap img {
    flex: 1;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look11 {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look11 .look11-img {
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look11 {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #F7EFE1;
  }
  .box-wrapper #look11 .look11-img {
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look12 {
    padding-top: 100px;
  }
  .box-wrapper #look12 .look12-img01 {
    width: 450px;
  }
  .box-wrapper #look12 .look12-img02 {
    width: 450px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look12 {
    padding-top: 115px;
  }
  .box-wrapper #look12 .look12-img01 {
    width: 290px;
  }
  .box-wrapper #look12 .look12-img02 {
    width: 290px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look13 {
    padding-top: 150px;
  }
  .box-wrapper #look13 .look13-img {
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look13 {
    padding-top: 130px;
  }
  .box-wrapper #look13 .look13-img {
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look14 {
    padding-top: 150px;
    padding-bottom: 132px;
  }
  .box-wrapper #look14 .look14-img01 {
    width: 450px;
  }
  .box-wrapper #look14 .look14-img02 {
    margin-top: 50px;
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look14 {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .box-wrapper #look14 .look14-img01 {
    width: 290px;
  }
  .box-wrapper #look14 .look14-img02 {
    margin-top: 30px;
    width: 245px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    background-color: #CB9968;
    padding-top: 83px;
    padding-bottom: 133px;
  }
  .box-wrapper #footer .footer-camp {
    border: 2px solid white;
    padding: 36px 15px 52px;
  }
  .box-wrapper #footer .footer-camp__ttl {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: white;
  }
  .box-wrapper #footer .footer-camp__sub {
    margin-top: 12px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: white;
  }
  .box-wrapper #footer .footer-camp__desc {
    margin-top: 42px;
    text-align: center;
    font-size: 14px;
    color: white;
  }
  .box-wrapper #footer .footer-camp__link {
    margin: 44px auto 0;
    width: 357px;
    height: 68px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    font-size: 18px;
    font-weight: bold;
  }
  .box-wrapper #footer .footer-camp__link img {
    position: absolute;
    width: 18px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
  .box-wrapper #footer .footer-insta {
    margin-top: 81px;
  }
  .box-wrapper #footer .footer-insta__ttl {
    text-align: center;
    font-size: 36px;
    color: white;
    font-weight: bold;
  }
  .box-wrapper #footer .footer-insta__desc {
    margin-top: 32px;
    text-align: center;
    font-size: 14px;
    color: white;
  }
  .box-wrapper #footer .footer-insta .live {
    margin: 50px auto 0;
    color: blue;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    background-color: #CB9968;
    padding-top: 30px;
    padding-bottom: 56px;
  }
  .box-wrapper #footer .footer-camp {
    border: 2px solid white;
    padding: 27px;
  }
  .box-wrapper #footer .footer-camp__ttl {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: white;
  }
  .box-wrapper #footer .footer-camp__sub {
    margin-top: 8px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: white;
  }
  .box-wrapper #footer .footer-camp__desc {
    margin-top: 23px;
    text-align: center;
    font-size: 11px;
    color: white;
  }
  .box-wrapper #footer .footer-camp__link {
    margin: 28px auto 0;
    width: 290px;
    height: 56px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: bold;
  }
  .box-wrapper #footer .footer-camp__link img {
    position: absolute;
    width: 15px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .box-wrapper #footer .footer-insta {
    margin-top: 38px;
  }
  .box-wrapper #footer .footer-insta__ttl {
    text-align: center;
    font-size: 26px;
    color: white;
    font-weight: bold;
  }
  .box-wrapper #footer .footer-insta__desc {
    margin-top: 22px;
    text-align: center;
    font-size: 11px;
    color: white;
  }
  .box-wrapper #footer .footer-insta .live {
    margin: 30px auto 0;
    width: 288px;
    color: blue;
    display: flex;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */