@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "Italianno";
  src: url(../assets/font/Italianno-Regular.ttf);
}
@font-face {
  font-family: "Afrah";
  src: url(../assets/font/afrah-regular.otf);
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: meno-banner, serif;
  font-weight: 300;
  font-style: normal;
}

.ja {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "handsome-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main_it {
  font-family: meno-banner, serif;
  font-weight: 600;
  font-style: italic;
}

.cursive {
  font-family: "the-youngest", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Italianno {
  font-family: "Italianno";
}

.afrah {
  font-family: "Afrah";
}

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;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  padding: 100px 0 30px;
}
footer .container {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: solid #000 1px;
}
footer .main_it {
  font-size: 29px;
  letter-spacing: 0.03em;
}
footer .main_it span {
  font-size: 11px;
  margin-top: 5px;
  display: block;
}
footer .copy {
  font-size: 10px;
  letter-spacing: 0.03em;
}
footer .link_wrap ul {
  display: grid;
  grid-template-columns: 35px 35px;
  gap: 20px;
  margin: 200px 0 25px;
}
footer .logo {
  width: 170px;
  margin: 0 0 15px;
}

@media screen and (min-width: 769px) {
  footer {
    padding: 50px 0 100px;
  }
  footer .container {
    padding: 50px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  footer .main_it {
    font-size: 42px;
  }
  footer .main_it span {
    font-size: 24px;
  }
  footer .link_wrap ul {
    margin: 0 0 0 auto;
  }
  footer .right {
    display: grid;
    justify-content: right;
  }
  footer .link_wrap ul {
    justify-content: right;
  }
  footer .logo {
    margin: 30px 0 30px auto;
  }
  footer .logo {
    width: 240px;
  }
  footer .copy {
    text-align: right;
    font-size: 12px;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.lead .container {
  padding: 75px 0 110px;
}
.lead p {
  font-size: 14px;
  text-align: center;
  line-height: 2.1428571429;
}

.sec:not(.sec:first-child) {
  padding-top: 45.3333333333vw;
}
.sec.sec6 .code_wrapper {
  display: none;
}
.sec.sec6 .main_wrapper {
  margin-bottom: 0;
}
.sec .main_wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 21.3333333333vw;
}
.sec .main_wrapper .box {
  width: 100%;
  height: 100%;
  background-color: #be7382;
  inset: 0;
}
.sec .main_wrapper .section_title {
  position: relative;
  font-size: 10.1333333333vw;
  padding: 0 0 0 2.6666666667vw;
  z-index: 2;
}
.sec .main_wrapper .section_title span {
  position: relative;
}
.sec .main_wrapper figure {
  position: relative;
}
.sec .main_wrapper figure span {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
}
.sec .main_wrapper figure span:before,
.sec .main_wrapper figure span:after {
  content: "";
  position: absolute;
  background-color: rgba(190, 115, 130, 0.7);
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.sec .main_wrapper figure span:before {
  height: 0.5px;
  width: 100%;
}
.sec .main_wrapper figure span:after {
  height: 100%;
  width: 0.5px;
}
.sec .main_wrapper figure span.top {
  right: -10px;
  top: -10px;
}
.sec .main_wrapper figure span.bottom {
  bottom: -10px;
  left: -10px;
}
.sec .main_wrapper .main_com {
  font-size: 12px;
  width: 85.3333333333vw;
  line-height: 2;
  margin: 20px auto 0;
}
.sec .main_wrapper .main_com span {
  font-size: 16px;
  font-weight: bold;
}
.sec .main_wrapper .index_text {
  position: relative;
}
.sec .main_wrapper .index_text span {
  position: absolute;
  right: -10px;
  translate: 0 -50%;
  top: 50%;
  letter-spacing: 0.02em;
  color: rgba(190, 115, 130, 0.2);
}
.sec .code_wrapper {
  display: grid;
  gap: 95px;
}
.sec .code_wrapper .code_image {
  position: relative;
}
.sec .code_wrapper .index {
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  right: -20px;
}

.credit {
  font-size: 14px;
  width: fit-content;
  margin: 25px auto 0;
  display: grid;
  gap: 12px;
  padding-bottom: 10px;
}
.credit li a {
  display: grid;
  grid-template-columns: auto 100px;
  justify-content: space-between;
  align-items: center;
}
.credit li a:has(.nolink) .buy {
  display: none;
}
.credit .brand {
  font-size: 11px;
  padding-top: 5px;
}
.credit .buy,
.credit .nolink {
  font-family: meno-banner, serif;
  font-weight: 600;
  font-style: italic;
  padding: 6px 0;
  margin: 0 0 0 30px;
  text-align: center;
}
.credit .buy {
  background-color: #e0e0e0;
}
.credit .nolink {
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
}

@media screen and (min-width: 769px) {
  .sec {
    padding-bottom: 12.5vw;
  }
  .sec:not(.sec:first-child) {
    padding-top: 12.5vw;
  }
  .sec .main_wrapper {
    position: relative;
    padding-bottom: 1.6666666667vw;
    margin: 0 0 10vw 0;
  }
  .sec .main_wrapper .section_title {
    font-size: 6.0833333333vw;
    padding: 0;
    text-align: center;
    width: 66.6666666667vw;
  }
  .sec .main_wrapper figure {
    margin-top: -3.3333333333vw;
    width: 66.6666666667vw;
  }
  .sec .main_wrapper figure span {
    width: 6.25vw;
    height: 6.25vw;
  }
  .sec .main_wrapper figure span.top {
    top: -1.6666666667vw;
    left: -1.6666666667vw;
    right: inherit;
  }
  .sec .main_wrapper figure span.bottom {
    bottom: -1.6666666667vw;
    right: -1.6666666667vw;
    left: inherit;
  }
  .sec .main_wrapper .index_text {
    font-size: 0.8333333333vw;
    width: fit-content;
  }
  .sec .main_wrapper .index_text span {
    font-size: 8vw;
    right: -3.3333333333vw;
  }
  .sec .main_wrapper .pc_wrap {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 6vw;
    width: 33.3333333333vw;
  }
  .sec .main_wrapper .main_com {
    width: 100%;
    margin: 2.5vw 0 0 0;
    font-size: 16px;
  }
  .sec .main_wrapper .main_com span {
    font-size: 20px;
  }
  .sec .code_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 5.8333333333vw;
    width: 66.6666666667vw;
    max-width: 1250px;
    margin: 0 auto;
  }
  .sec .code_wrapper .code_wrap {
    position: relative;
  }
  .sec .code_wrapper .index {
    right: inherit;
    bottom: 0.8333333333vw;
    left: 1.25vw;
    font-size: 1.0833333333vw;
  }
  .sec:nth-child(even) .main_wrapper .section_title {
    margin: 0 0 0 auto;
  }
  .sec:nth-child(even) .main_wrapper figure {
    margin: -3.3333333333vw 0 0 auto;
  }
  .sec:nth-child(even) .main_wrapper .pc_wrap {
    right: inherit;
    left: 6vw;
  }
  .sec .main_wrapper .credit {
    margin: 25px auto 0 0;
  }
  .sec:nth-child(odd) .main_wrapper .credit {
    margin: 25px 0 0 auto;
  }
  .sec6 .credit {
    grid-template-columns: 1fr 1fr;
    gap: 12px 80px;
  }
}
@media screen and (max-width: 768px) {
  .sec .main_wrapper figure {
    margin-top: -4vw;
  }
  .sec .main_wrapper .index_text {
    text-align: right;
    position: absolute;
    font-size: 10px;
    scale: 0.8;
    right: 0;
    top: 68vw;
  }
  .sec .main_wrapper .index_text span {
    font-size: 79px;
  }
  .sec .code_wrapper {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
  .sec .code_wrapper .code_image figure {
    width: 100%;
  }
  .sec .code_wrapper .index {
    left: inherit;
    font-size: 20px;
  }
} /*# sourceMappingURL=style.css.map */
