@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  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;
  }
}

@font-face {
  font-family: "Quentin";
  src: url(../assets/font/Quentin.otf);
}
.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en_b {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_ita {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: italic;
}

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

.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
}

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

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .fv {
    position: relative;
    overflow: hidden;
    min-height: 160vw;
    position: sticky;
    top: 0;
  }
  .fv h1 {
    z-index: 10;
    position: absolute;
    text-align: center;
    translate: -50% 0;
    left: 50%;
    top: 72px;
    font-size: 10.6666666667vw;
  }
  .fv h1 span {
    display: block;
  }
  .fv h1 .main_title {
    letter-spacing: 0.12em;
    padding: 2.1333333333vw 0;
  }
  .fv h1 .brand_name {
    font-size: 5.6vw;
  }
  .fv h1 .cursive {
    font-size: 3.7333333333vw;
  }
  .fv .bg_animation {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }
  .fv .bg_animation .bg_anim {
    position: absolute;
  }
  .fv .bg_animation .bg_anim:nth-child(1) {
    top: 45.3333333333vw;
    left: 0;
    width: 53.3333333333vw;
  }
  .fv .bg_animation .bg_anim:nth-child(2) {
    top: 92.8vw;
    right: 16.5333333333vw;
    width: 37.3333333333vw;
  }
  .fv .bg_animation .bg_anim:nth-child(3) {
    top: 93.3333333333vw;
    right: -10.6666666667vw;
    width: 45.3333333333vw;
  }
  .fv .bg_animation .bg_anim:nth-child(4) {
    top: 48vw;
    right: -5.3333333333vw;
    width: 42.6666666667vw;
  }
  .fv .bg_animation .bg_anim:nth-child(5) {
    top: 90.6666666667vw;
    left: 0;
    width: 32vw;
  }
  .fv .gif_slider {
    width: 133.3333333333vw;
    position: relative;
    translate: -50% 0;
    left: 50%;
    margin-top: 53.3333333333vw;
  }
  .bg_section {
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
  .lead {
    padding-top: 32px;
  }
  .lead .lead_text {
    font-size: 12px;
    line-height: 1.8;
  }
  .lead .container {
    width: 84vw;
    margin: 0 auto 96px;
    background-color: #f9f9f9;
    border-radius: 10px;
  }
  .lead .container p {
    padding: 40px 64px;
  }
  .section_title {
    text-align: center;
    margin-bottom: 80px;
  }
  .section_title h2 {
    font-size: 8.5333333333vw;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
  .section_title .sub_title {
    padding-top: 1.0666666667vw;
    font-size: 4.2666666667vw;
  }
  .item_wrapper .item_li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px 2px;
  }
  .item_wrapper .item_li a {
    position: relative;
    display: grid;
    justify-content: center;
  }
  .item_wrapper .item_li .brand {
    letter-spacing: 0.04em;
  }
  .item_wrapper .item_li .item_comment {
    font-size: 3.2vw;
    position: relative;
    width: 80%;
    margin-inline: auto;
  }
  .item_wrapper .item_li .item_name {
    text-align: center;
    font-size: 4.8vw;
  }
  .item_wrapper .item_li .item_name span {
    padding-top: 1.0666666667vw;
    display: block;
    font-size: 2.9333333333vw;
  }
  .item_wrapper .item_li .buy {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 1.6vw 0 1.0666666667vw;
    font-size: 3.7333333333vw;
    max-width: 37.3333333333vw;
    margin: 2.1333333333vw auto 0;
    width: 100%;
    letter-spacing: 0.08em;
  }
  .item_wrapper .item_li .alphabet {
    font-size: 12.8vw;
    color: #dfdfdf;
    position: absolute;
    top: -32px;
    left: -4px;
    z-index: 0;
  }
  .coordinate {
    margin-top: 200px;
  }
  .coordinate .section_title {
    margin-bottom: 32px;
  }
  .coordinate_wrapper {
    overflow: hidden;
  }
  .coordinate_wrapper .coordinate_li {
    display: grid;
    gap: 80px;
    width: 80vw;
    margin: 0 auto;
  }
  .coordinate_wrapper .coordinate_li > li {
    position: relative;
    padding-top: 100px;
  }
  .coordinate_wrapper .style_title {
    font-size: 24px;
    writing-mode: vertical-rl;
    width: fit-content;
  }
  .coordinate_wrapper .coordinate_image {
    width: 74.6666666667vw;
    max-width: 340px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -64px;
  }
  .coordinate_wrapper .coordinate15 .credit {
    min-height: 540px;
  }
  .coordinate_wrapper .coordinate15 .coordinate_image {
    width: 69.3333333333vw;
  }
  .coordinate_wrapper .credit {
    padding: 24px;
    border: 1px solid #000;
    border-radius: 8px;
    min-height: 500px;
    display: grid;
    place-content: space-between;
  }
  .coordinate_wrapper .credit ol {
    display: grid;
    gap: 16px;
    font-size: 16px;
    position: relative;
    z-index: 3 !important;
  }
  .coordinate_wrapper .credit ol li a:not(li a:has(.nolink)) {
    transition: all 0.4s;
  }
  .coordinate_wrapper .credit ol li a:not(li a:has(.nolink)):hover {
    opacity: 1;
    text-decoration: underline;
  }
  .coordinate_wrapper .credit ol li a:has(.nolink) {
    text-decoration: none;
    color: #9d9d9d;
  }
  .coordinate_wrapper .credit .brand {
    display: block;
    padding-top: 4px;
    font-size: 12px;
  }
  .coordinate_wrapper .alpha_li {
    display: flex;
    font-size: 24px;
    gap: 8px;
    justify-content: right;
    padding-top: 12px;
  }
  .coordinate_wrapper .alpha_li > li:not(li:last-child) {
    display: flex;
    gap: 8px;
  }
  .coordinate_wrapper .alpha_li > li:not(li:last-child):after {
    content: "+";
    display: block;
  }
  .all_btn {
    font-size: 20;
    text-align: center;
    padding: 16px 0;
    background-color: #000;
    color: #fff;
    max-width: 320px;
    letter-spacing: 0.12em;
    margin: 200px auto 80px;
    border: 1px solid #000;
  }
  .all_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
  }
  .coming_image {
    max-width: 240px;
    margin-inline: auto;
  }
  .footer {
    margin: 140px auto 0;
    width: 86.1111111111vw;
    display: grid;
    gap: 40px;
    place-content: center;
    align-items: center;
    padding: 64px 0 80px;
    border-top: 1px solid #000;
  }
  .footer .logo {
    width: 180px;
    margin: 0 auto;
  }
  .footer .copy {
    font-size: 11px;
    text-align: center;
  }
  .top_btn {
    width: 24px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 20;
  }
  svg {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    max-height: 920px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .fv h1 {
    z-index: 10;
    position: absolute;
    text-align: center;
    translate: -50% 0;
    left: 50%;
    top: 72px;
    font-size: 5vw;
  }
  .fv h1 span {
    display: block;
  }
  .fv h1 .main_title {
    letter-spacing: 0.12em;
    padding: 0.5555555556vw 0;
  }
  .fv h1 .brand_name {
    font-size: 2.2222222222vw;
  }
  .fv h1 .cursive {
    font-size: 1.5277777778vw;
  }
  .fv .bg_animation {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }
  .fv .bg_animation .bg_anim {
    position: absolute;
  }
  .fv .bg_animation .bg_anim:nth-child(1) {
    top: 0;
    left: 19.4444444444vw;
    width: 27.7777777778vw;
  }
  .fv .bg_animation .bg_anim:nth-child(2) {
    top: 352px;
    left: 23.6111111111vw;
    width: 27.0833333333vw;
  }
  .fv .bg_animation .bg_anim:nth-child(3) {
    top: 10.4166666667vw;
    right: 4.4444444444vw;
    width: 31.9444444444vw;
  }
  .fv .bg_animation .bg_anim:nth-child(4) {
    bottom: -11.1111111111vw;
    right: 0;
    width: 29.1666666667vw;
  }
  .fv .bg_animation .bg_anim:nth-child(5) {
    bottom: -5.5555555556vw;
    left: 0;
    width: 22.2222222222vw;
  }
  .bg_section {
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
  .lead {
    padding-top: 64px;
  }
  .lead .lead_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .lead .container {
    max-width: 680px;
    padding: 40px 64px;
    margin: 0 auto 96px;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-align: center;
  }
  .section_title {
    text-align: center;
    margin-bottom: 72px;
  }
  .section_title h2 {
    font-size: 48px;
    letter-spacing: 0.12em;
    line-height: 1.2;
  }
  .section_title .sub_title {
    padding-top: 8px;
    font-size: 22px;
  }
  .item_wrapper {
    max-width: 1640px;
    margin-inline: auto;
  }
  .item_wrapper .item_li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 140px 28px;
    padding: 0 100px;
  }
  .item_wrapper .item_li a {
    position: relative;
    display: grid;
    justify-content: center;
  }
  .item_wrapper .item_li .brand {
    letter-spacing: 0.04em;
  }
  .item_wrapper .item_li .item_comment {
    font-size: 14px;
    position: relative;
    width: 80%;
    margin-inline: auto;
  }
  .item_wrapper .item_li .item_name {
    text-align: center;
    font-size: 22px;
  }
  .item_wrapper .item_li .item_name span {
    padding-top: 8px;
    display: block;
    font-size: 14px;
  }
  .item_wrapper .item_li .buy {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0 6px;
    font-size: 14px;
    max-width: 180px;
    margin: 16px auto 0;
    width: 100%;
    letter-spacing: 0.08em;
  }
  .item_wrapper .item_li .alphabet {
    font-size: 64px;
    color: #dfdfdf;
    position: absolute;
    top: -32px;
    left: 4px;
    z-index: 0;
  }
  .coordinate {
    margin-top: 260px;
  }
  .coordinate .section_title {
    margin-bottom: 32px;
  }
  .coordinate_wrapper {
    max-width: 1640px;
    margin-inline: auto;
  }
  .coordinate_wrapper .coordinate_li {
    padding: 0 160px 0 110px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
    gap: 240px 140px;
  }
  .coordinate_wrapper .coordinate_li > li {
    position: relative;
    padding-top: 200px;
  }
  .coordinate_wrapper .style_title {
    font-size: 24px;
    writing-mode: vertical-rl;
    width: fit-content;
  }
  .coordinate_wrapper .coordinate_image {
    width: 375px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -120px;
  }
  .coordinate_wrapper .credit {
    padding: 32px;
    border: 1px solid #000;
    border-radius: 8px;
    min-height: 540px;
    display: grid;
    place-content: space-between;
  }
  .coordinate_wrapper .credit ol {
    display: grid;
    gap: 16px;
    font-size: 16px;
    position: relative;
    z-index: 3;
  }
  .coordinate_wrapper .credit ol li a:not(li a:has(.nolink)) {
    transition: all 0.4s;
  }
  .coordinate_wrapper .credit ol li a:not(li a:has(.nolink)):hover {
    opacity: 1;
    text-decoration: underline;
  }
  .coordinate_wrapper .credit ol li a:has(.nolink) {
    text-decoration: none;
    color: #9d9d9d;
  }
  .coordinate_wrapper .credit .brand {
    display: block;
    padding-top: 4px;
    font-size: 12px;
  }
  .coordinate_wrapper .alpha_li {
    display: flex;
    font-size: 24px;
    gap: 8px;
    justify-content: right;
    padding-top: 12px;
  }
  .coordinate_wrapper .alpha_li > li:not(li:last-child) {
    display: flex;
    gap: 8px;
  }
  .coordinate_wrapper .alpha_li > li:not(li:last-child):after {
    content: "+";
    display: block;
  }
  .all_btn {
    font-size: 24px;
    text-align: center;
    padding: 24px 0;
    background-color: #000;
    color: #fff;
    max-width: 320px;
    letter-spacing: 0.12em;
    margin: 200px auto 80px;
    border: 1px solid #000;
  }
  .all_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
  }
  .coming_image {
    max-width: 400px;
    margin-inline: auto;
  }
  .footer {
    margin: 140px auto 0;
    width: 86.1111111111vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 64px 0 80px;
    border-top: 1px solid #000;
  }
  .footer .copy {
    font-size: 11px;
  }
  .top_btn {
    width: 24px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
  }
  svg {
    display: block;
    width: 100%;
  }
  .item10 {
    grid-column: 2/5;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .item10 a {
    width: calc((100% - 56px) / 3);
  }
  .item10 .head_image {
    width: min(470px, 32.6388888889vw);
    margin: 0 auto;
  }
  .item11 {
    grid-column: 1/4;
    grid-row: 4/5;
    display: flex;
    align-items: center;
  }
  .item11 a {
    width: calc((100% - 56px) / 3);
    margin: 0 0 0 auto;
  }
  .item11 .head_image {
    width: min(300px, 20.8333333333vw);
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */