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

.en_b {
  font-family: "orpheus-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cursive {
  font-family: "Caliway";
}

.ja {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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 {
  margin-top: 200px;
  text-align: center;
  position: relative;
}
footer .container {
  width: clamp(335px, 85.3333333333vw, 615px);
  margin: 0 auto;
}
footer .balloon_text {
  font-size: clamp(11px, 2.9333333333vw, 13px);
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 400px;
}
footer .balloon_text:before, footer .balloon_text:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 50%;
}
footer .balloon_text:before {
  transform: translateY(-50%) rotate(-15deg);
  left: -10px;
}
footer .balloon_text:after {
  transform: translateY(-50%) rotate(15deg);
  right: -10px;
}
footer .all_btn {
  margin: clamp(10px, 0.2666666667vw, 20px) auto 0;
  font-size: clamp(20px, 5.3333333333vw, 24px);
  padding: clamp(16px, 4.2666666667vw, 24px) 0;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  max-width: 615px;
  letter-spacing: 0.05em;
}
footer .all_btn:hover {
  background-color: #fff;
  color: #000;
}
footer .coming {
  width: clamp(225px, 60vw, 380px);
  margin: 200px auto 0;
}
footer .logo {
  width: clamp(150px, 40vw, 220px);
  margin: clamp(35px, 0.9333333333vw, 95px) auto 0;
}
footer .copy {
  font-size: 10px;
  margin-top: 20px;
  padding-bottom: 100px;
}
footer .top_btn {
  position: absolute;
  background-color: #d1d1d1;
  width: 35px;
  height: 80px;
  border-radius: 5px;
  right: 20px;
  bottom: 15px;
}
footer .top_btn span {
  position: absolute;
  width: 1px;
  height: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
  background-color: #000;
}
footer .top_btn span:before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 10px;
  position: absolute;
  transform: rotate(120deg);
  transform-origin: center;
  left: -7px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  footer .top_btn {
    transform: scale(0.8);
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv .title_wrap h2 {
  color: #6a92c1;
}
.fv .gif_slider {
  width: 100vw;
}

.lead {
  width: 300px;
  margin: 0 auto 80px;
  font-size: 13px;
  line-height: 2.3076923077;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 100px 0 80px;
    overflow: hidden;
  }
  .fv .top_bottom {
    display: grid;
  }
  .fv .gif_slider {
    width: 110vw;
    margin-left: -3vw;
  }
  .fv .title_wrap {
    grid-row: 2/3;
    position: relative;
    margin-top: 40px;
  }
  .fv .title_wrap h2 {
    font-size: 4vw;
    rotate: -2deg;
    margin-left: 5.3333333333vw;
  }
  .fv .title_wrap h1 {
    font-size: 14.1333333333vw;
    text-align: center;
  }
  .fv .title_wrap p {
    padding-top: 2.6666666667vw;
    text-align: center;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .title_wrap {
    grid-row: 2/3;
    position: relative;
    margin-top: 40px;
    margin-bottom: -10%;
  }
  .fv .title_wrap h2 {
    font-size: 2.0833333333vw;
    rotate: -2deg;
    margin-left: 25.4166666667vw;
  }
  .fv .title_wrap h1 {
    font-size: 7.9166666667vw;
    text-align: center;
  }
  .fv .title_wrap p {
    padding-top: 0.8333333333vw;
    text-align: center;
    font-size: 1.25vw;
  }
  .lead {
    padding: 180px 0 120px;
    text-align: center;
    font-size: 16px;
    line-height: 2.625;
    width: 600px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.item_wrapper {
  overflow: hidden;
}
.item_wrapper:before, .item_wrapper:after {
  content: "";
  width: 100%;
  height: 10.6666666667vw;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/images/bg.png);
}
.item_wrapper:after {
  rotate: 180deg;
}
.item_wrapper .bg {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.02);
}

.item_grid {
  display: grid;
}
.item_grid > li {
  position: relative;
  height: 100%;
}
.item_grid .alphabet {
  position: absolute;
  color: rgba(157, 157, 157, 0.15);
}
.item_grid .credit_text {
  text-align: right;
}

.item_grid > li:has(.item_image) {
  display: grid;
  place-content: center;
}

h3 {
  font-family: "AntroVectra", sans-serif;
  font-size: 35px;
  text-align: center;
  rotate: -6deg;
  margin-bottom: 70px;
  line-height: 1.5;
  color: #6a92c1;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto 70px;
}
h3 span {
  padding: 30px 0 0 100px;
}

#code {
  padding: 100px 0;
}

.code_grid > li {
  position: relative;
}
.code_grid .code_img {
  width: 290px;
  margin: 0 0 0 auto;
}
.code_grid .rt_text {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  gap: 10px;
  writing-mode: vertical-rl;
  color: #6a92c1;
  font-weight: 800;
}
.code_grid .rt_text .number {
  font-size: 32px;
}
.code_grid .rt_text ol {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.code_grid .rt_text ol li {
  display: flex;
}
.code_grid .rt_text ol li:first-child:before {
  content: "-";
}
.code_grid .rt_text ol li:not(li:last-child) {
  display: flex;
  letter-spacing: 0.2em;
}
.code_grid .rt_text ol li:not(li:last-child):after {
  content: " + ";
}

.credit {
  padding-top: 15px;
  font-size: 11px;
  display: grid;
  gap: 9px;
  position: absolute;
  top: 290px;
  left: 20px;
}
.credit:before {
  content: "";
  width: 60px;
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: 0;
}
.credit li a {
  text-decoration: underline;
  line-height: 1.4;
}
.credit li a:has(.no_click) {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .item_grid {
    padding: 0 5.3333333333vw;
    grid-template-columns: 1fr 1fr;
    gap: 25.3333333333vw 5.3333333333vw;
  }
  .item_grid > li {
    height: 100%;
  }
  .item_grid > li a {
    height: 100%;
    padding-bottom: 9.8666666667vw;
  }
  .item_grid > li:nth-child(1) .item_com, .item_grid > li:nth-child(2) .item_com, .item_grid > li:nth-child(3) .item_com, .item_grid > li:nth-child(4) .item_com, .item_grid > li:nth-child(5) .item_com, .item_grid > li:nth-child(6) .item_com, .item_grid > li:nth-child(7) .item_com, .item_grid > li:nth-child(8) .item_com {
    margin-top: -5.3333333333vw;
  }
  .item_grid .alphabet {
    font-size: 12vw;
    top: -2.6666666667vw;
    left: 2.1333333333vw;
  }
  .item_grid .credit_text {
    font-size: 3.4666666667vw;
    padding-right: 10px;
  }
  .item_grid .credit_text span {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    display: block;
  }
  .item_grid figure:not(.item_image) {
    margin-top: -5.3333333333vw;
  }
  .item_grid .item_com {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
  .item_grid .buy {
    width: 80%;
    background-color: #000;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    font-size: 2.9333333333vw;
    padding: 1.8666666667vw 0;
    position: absolute;
    translate: -50% 0;
    left: 50%;
    bottom: 0;
  }
  li:has(.item_image) {
    grid-column: 1/3;
  }
  .code_grid {
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    gap: 120px;
    overflow: hidden;
    padding-bottom: 80px;
  }
  .code_grid .code_img {
    width: min(93.3333333333vw, 400px);
  }
  .code_grid .rt_text {
    top: 50px;
  }
  .code_grid > li {
    overflow: hidden;
    padding: 0 0 100px;
  }
  .code_grid li:nth-child(odd) .credit {
    left: inherit;
    right: 20px;
  }
  .code_grid li:nth-child(odd) .code_img {
    margin: 0 auto 0 -13.3333333333vw;
  }
  .code_grid li:nth-child(even) .rt_text {
    right: inherit;
    left: 20px;
  }
  .code_grid li:nth-child(even) .code_img {
    margin: 0 -13.3333333333vw 0 auto;
  }
  .code_grid .credit {
    top: 350px;
  }
  .code_grid li:nth-child(5) .code_img {
    margin: 0 auto 0 -10.6666666667vw;
  }
  .code_grid li:nth-child(7) .code_img {
    margin: 0 auto 0 -5.3333333333vw;
  }
  .code_grid li:nth-child(9) .code_img {
    margin: 0 auto 0 -5.3333333333vw;
  }
  .code_grid li:nth-child(14) .code_img {
    margin: 0 -5.3333333333vw 0 auto;
  }
  .code_grid li:nth-child(15) .code_img {
    margin: 0 auto 0 -5.3333333333vw;
  }
  #code h3 {
    margin: 0 auto 70px 45px;
  }
}
@media screen and (min-width: 769px) {
  .item_wrapper:before, .item_wrapper:after {
    height: 8.3333333333vw;
  }
  section {
    overflow: hidden;
  }
  h3 {
    width: fit-content;
    font-size: 5.4166666667vw;
    margin: 0 auto 4.1666666667vw 4.1666666667vw;
  }
  .item_image {
    width: 41.6666666667vw;
    margin: 0 auto;
  }
  .item_grid {
    padding: 0 7.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11.6666666667vw 4.1666666667vw;
  }
  .item_grid > li:nth-child(1) .item_com, .item_grid > li:nth-child(2) .item_com, .item_grid > li:nth-child(3) .item_com, .item_grid > li:nth-child(4) .item_com, .item_grid > li:nth-child(5) .item_com, .item_grid > li:nth-child(6) .item_com, .item_grid > li:nth-child(7) .item_com, .item_grid > li:nth-child(8) .item_com {
    margin-top: -2.0833333333vw;
  }
  .item_grid .alphabet {
    font-size: 5.8333333333vw;
    top: -1.6666666667vw;
    left: 2.0833333333vw;
  }
  .item_grid .credit_text {
    font-size: 1.3333333333vw;
    padding-right: 0.8333333333vw;
  }
  .item_grid .credit_text span {
    font-size: 1vw;
    margin-top: 0.4166666667vw;
    display: block;
  }
  .item_grid figure:not(.item_image) {
    margin-top: -2.5vw;
  }
  .item_grid .item_com {
    width: 90%;
    margin: 0 auto;
    font-size: 1vw;
    line-height: 1.5;
  }
  .item_grid .buy {
    width: 70%;
    margin: 1.25vw auto 0;
    background-color: #000;
    text-align: center;
    color: #fff;
    border: 1px solid #000;
    font-size: 1.0833333333vw;
    padding: 0.5833333333vw 0;
  }
  li:has(.item_image) {
    grid-column: 1/5;
  }
  .credit {
    top: clamp(400px, 33.3333333333vw, 500px);
  }
  .code_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 230px 0;
    max-width: 1440px;
  }
  .code_grid .code_img {
    width: clamp(320px, 26.6666666667vw, 380px);
    margin: 0 0 0 auto;
  }
  .code_grid > li {
    min-width: 400px;
  }
  #code {
    padding: 100px 0 180px;
  }
}/*# sourceMappingURL=style.css.map */