@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "URWClassicoRegular";
  src: url(../assets/font/URWClassico-Regular.ttf);
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #EBE2D0;
  overflow-x: hidden;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.fv {
  position: relative;
}

.slider {
  white-space: nowrap;
  padding-bottom: 0.8cqi;
}
.slider .swiper-wrapper {
  transition-timing-function: linear;
}
.slider p {
  font-size: 3.6106666667cqi;
  color: #241F1F;
}

.sec {
  margin-bottom: 13.3333333333cqi;
}

.credit {
  display: grid;
  gap: 2.1333333333cqi;
  font-size: 3.7333333333cqi;
  width: -moz-fit-content;
  width: fit-content;
  justify-items: center;
  align-items: center;
}
.credit li a {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.credit li a .buy {
  text-decoration: underline;
}
.credit .nolink {
  color: #727272;
  pointer-events: none;
}
.credit .nolink .buy {
  text-decoration: none;
}

#sec1 {
  margin-top: 21.3333333333cqi;
}
#sec1 .img1 {
  width: 86.1333333333cqi;
}
#sec1 .img2 {
  width: 61.8666666667cqi;
  margin-right: 5.8666666667cqi;
  margin-left: auto;
}
#sec1 .img2 {
  padding-top: 5.3333333333cqi;
}
#sec1 .credit {
  width: 61.8666666667cqi;
  margin: 2.6666666667cqi 5.8666666667cqi 0 auto;
}

#sec2 .img2 {
  width: 72cqi;
  margin: -10.6666666667cqi auto;
}
#sec2 .credit {
  margin: 13.3333333333cqi auto;
}

#sec3 .img1,
#sec3 .img2 {
  width: 70.4cqi;
  margin: 0 auto;
}
#sec3 .credit {
  margin: 2.6666666667cqi auto;
}

#sec4,
#sec8 {
  margin-top: 21.3333333333cqi;
}
#sec4 .img1,
#sec8 .img1 {
  width: 86.1333333333cqi;
  margin: 0 0 0 auto;
}
#sec4 .img2,
#sec8 .img2 {
  width: 61.8666666667cqi;
  margin-left: 5.8666666667cqi;
}
#sec4 .img2,
#sec8 .img2 {
  padding-top: 5.3333333333cqi;
}
#sec4 .credit,
#sec8 .credit {
  width: 61.8666666667cqi;
  margin: 2.6666666667cqi 0 0 5.8666666667cqi;
}

#sec5 .img1,
#sec9 .img1 {
  width: 88.8cqi;
}
#sec5 .imgboxR,
#sec9 .imgboxR {
  position: relative;
  margin-top: 5.3333333333cqi;
}
#sec5 .img2,
#sec9 .img2 {
  width: 45.3333333333cqi;
  margin: 5.3333333333cqi auto 0 2.6666666667cqi;
  z-index: 1;
  position: absolute;
  top: 0;
}
#sec5 .img3,
#sec9 .img3 {
  width: 70.1333333333cqi;
  margin: -25.6cqi 0 0 auto;
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec5 .credit,
#sec9 .credit {
  width: 70.1333333333cqi;
  margin: 2.6666666667cqi 0 0 auto;
}
#sec5 .imgboxR::before,
#sec9 .imgboxR::before {
  content: "";
  display: block;
  padding-top: 128.2666666667cqi;
}

#sec6 {
  margin-bottom: 18.6666666667cqi;
}
#sec6 .image_wrapper {
  position: relative;
}
#sec6 .para_up {
  display: grid;
  gap: 4.8cqi;
  position: relative;
  z-index: 10;
}
#sec6 .img1 {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 79.2cqi;
  z-index: 1;
}
#sec6 .img2,
#sec6 .img3 {
  position: relative;
  z-index: 2;
  width: 58.6666666667cqi;
  margin: 0 auto 0 5.3333333333cqi;
}
#sec6 .img2 {
  margin-bottom: 5.3333333333cqi;
}
#sec6 .credit {
  width: 58.6666666667cqi;
  margin: 2.6666666667cqi 35.2cqi 0 5.3333333333cqi;
}

#sec7 .img2 {
  width: 72cqi;
  margin: 8cqi auto 0;
}
#sec7 .credit {
  margin: 2.6666666667cqi auto;
}

#sec10 {
  width: 94.9333333333cqi;
}
#sec10 .flex {
  display: flex;
  flex-wrap: wrap;
}
#sec10 .img1,
#sec10 .img2,
#sec10 .img3 {
  width: 50%;
}
#sec10 .credit {
  width: 50%;
  margin: -9.3333333333cqi 0 0 auto;
}

#sec11 .img1 {
  width: 72cqi;
  margin: 0 0 0 auto;
}
#sec11 .credit {
  width: 72cqi;
  margin: 2.6666666667cqi 0 0 auto;
}

#sec12 .img1 {
  width: 72cqi;
  margin: 0;
}
#sec12 .credit {
  width: 72cqi;
  margin: 2.6666666667cqi auto 0 0;
}

#sec13 .img1 {
  width: 72cqi;
  margin: 0 auto;
}
#sec13 .credit {
  width: 72cqi;
  margin: 2.6666666667cqi auto;
}

@media screen and (max-width: 768px) {
  .fv .fv_title {
    position: absolute;
    width: 50.6666666667%;
    bottom: 2.8485757121%;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .fv h1 {
    font-size: 11.7333333333cqi;
  }
  .fv p {
    font-size: 5.3333333333cqi;
    padding: 3.7333333333cqi 0 0 49.3333333333cqi;
  }
  footer {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 16cqi;
    display: grid;
    place-content: center;
  }
  footer a {
    color: #241F1F;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.2666666667cqi;
    text-align: center;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 1.0666666667vw;
  }
  footer a .icon {
    width: 2.6666666667cqi;
    padding-top: 0.5333333333vw;
  }
  footer a span:not(.icon) {
    text-decoration: underline;
  }
  footer .btn {
    width: 86.1333333333cqi;
    background-color: #DAC196;
    padding: 5.3333333333cqi 0;
    margin-bottom: 5.3333333333cqi;
  }
  footer .inner {
    margin-top: 9.6cqi;
  }
  footer .logo {
    width: 31.2cqi;
    margin: 16cqi auto 1.6cqi;
  }
  footer .copy {
    color: #241F1F;
    font-size: 2.6666666667cqi;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
  }
  .fv h1 {
    width: 29.0833333333vw;
    position: absolute;
    top: 5.3333333333vw;
    right: 5.8333333333vw;
  }
  .sec {
    margin-bottom: 8.3333333333vw !important;
  }
  #sec1 {
    width: 70.25vw;
    margin: 4vw auto 0;
  }
  #sec1 .flex {
    display: flex;
    gap: 4.4166666667vw;
    align-items: center;
  }
  #sec1 .flex .img1 {
    width: 38.3333333333vw;
  }
  #sec1 .flex .img2 {
    width: 27.5vw;
    margin: initial;
  }
  #sec1 .credit {
    margin-top: 0.8333333333vw;
    width: 100%;
  }
  #sec2 .img1 {
    width: 44.3333333333vw;
    margin: 0 auto;
  }
  #sec2 .img2 {
    width: 31.9166666667vw;
    margin-top: -4.5833333333vw;
  }
  #sec2 .credit {
    margin: 12cqi auto 0;
  }
  #sec3 .flex {
    display: flex;
    justify-content: center;
  }
  #sec3 .flex .img1,
  #sec3 .flex .img2 {
    width: 31.25vw;
    margin: initial;
  }
  #sec3 .credit {
    margin: 0.8333333333vw auto 0;
  }
  #sec4,
  #sec8 {
    width: 70.25vw;
    margin: 4vw auto 0;
  }
  #sec4 .flex,
  #sec8 .flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 4.4166666667vw;
    align-items: center;
  }
  #sec4 .flex .img1,
  #sec8 .flex .img1 {
    width: 38.3333333333vw;
  }
  #sec4 .flex .img2,
  #sec8 .flex .img2 {
    width: 27.5vw;
    margin: initial;
  }
  #sec4 .credit,
  #sec8 .credit {
    margin-top: 0.8333333333vw;
    width: 100%;
    margin-left: 0;
  }
  #sec5 .flex,
  #sec9 .flex {
    width: 88.8333333333vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #sec5 .flex .img1,
  #sec9 .flex .img1 {
    width: 39.3333333333vw;
  }
  #sec5 .flex .imgboxR,
  #sec9 .flex .imgboxR {
    width: 43.25vw;
    position: relative;
  }
  #sec5 .flex .imgboxR .img2,
  #sec9 .flex .imgboxR .img2 {
    position: absolute;
    width: 20vw;
    top: 0;
    margin: 0;
    z-index: 1;
  }
  #sec5 .flex .imgboxR .img3,
  #sec9 .flex .imgboxR .img3 {
    position: absolute;
    width: 31.1666666667vw;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  #sec5 .imgboxR::before,
  #sec9 .imgboxR::before {
    content: "";
    display: block;
    padding-top: 56.9166666667vw;
  }
  #sec5 .credit,
  #sec9 .credit {
    width: 100%;
    margin: 0.8333333333vw auto 0;
  }
  #sec6 .img1 {
    width: 35.1666666667vw;
    left: 40vw;
  }
  #sec6 .img2,
  #sec6 .img3 {
    width: 26vw;
    left: 29vw;
  }
  #sec6 .credit {
    width: 100%;
    margin: 0.8333333333vw auto 0;
  }
  #sec7 .img1 {
    width: 44.3333333333vw;
    margin: 0 auto;
  }
  #sec7 .img2 {
    width: 31.9166666667vw;
    margin-top: 2.8333333333vw;
  }
  #sec7 .credit {
    margin: 0.8333333333vw auto 0;
  }
  #sec10 {
    width: 50vw;
    margin: 0 auto;
  }
  #sec10 .flex .img1,
  #sec10 .flex .img2,
  #sec10 .flex .img3 {
    width: 25vw;
  }
  #sec10 .credit {
    width: 25vw;
    margin: -3.3333333333vw 0 0 auto;
  }
  #sec11 {
    position: relative;
    width: 50.0833333333vw;
  }
  #sec11 .img1 {
    position: absolute;
    width: 32.5vw;
    top: 0;
    right: 0;
  }
  #sec11 {
    margin: 0 auto;
  }
  #sec11 .credit {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: -3.1666666667vw 1.6666666667vw 0 0;
    width: 15.8333333333vw;
  }
  #sec11::before {
    content: "";
    display: block;
    padding-top: 86.5224625624%;
  }
  #sec12 {
    position: relative;
    margin: 0 auto;
    width: 59.3333333333vw;
  }
  #sec12 .img1 {
    position: absolute;
    width: 32.5vw;
    top: 0;
    left: 0;
  }
  #sec12 .credit {
    position: absolute;
    bottom: 0;
    left: 34.3333333333vw;
    margin: -3.1666666667vw 1.6666666667vw 0 0;
    width: 21.6666666667vw;
  }
  #sec12::before {
    content: "";
    display: block;
    padding-top: 73.0337078652%;
  }
  #sec13 {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: center;
    width: 70.25vw;
    margin: 0 auto;
  }
  #sec13 .img1 {
    width: 32.5vw;
  }
  #sec13 .credit {
    position: absolute;
    right: 1.9166666667vw;
    width: 15.1666666667vw;
    bottom: 0;
    margin: 0;
  }
  .code_wrapper {
    margin: 0 auto;
    container-type: inline-size;
  }
  .credit {
    font-size: 1.1666666667vw;
    gap: 0.6666666667vw;
  }
  footer {
    margin-top: 3.3333333333vw;
    margin-bottom: 6.3333333333vw;
    display: grid;
    place-content: center;
  }
  footer a {
    color: #241F1F;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3333333333vw;
    text-align: center;
    margin-inline: auto;
    align-items: center;
    gap: 0.4166666667vw;
  }
  footer a span:not(.icon) {
    text-decoration: underline;
  }
  footer a .icon {
    padding-top: 0.4166666667vw;
    width: 1.0833333333vw;
  }
  footer .btn {
    width: 37.5833333333vw;
    background-color: #DAC196;
    padding: 1.6666666667vw 0;
    margin-bottom: 1.6666666667vw;
  }
  footer .inner {
    margin-top: 5.5vw;
  }
  footer .logo {
    width: 9.75vw;
    margin: 5vw auto 0.5vw;
  }
  footer .copy {
    color: #241F1F;
    font-size: 0.8333333333vw;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */