@charset "utf-8";

/* ===== style.css ===== */
/* -- body -- */
body {
    font-family: "Garamond Premier Pro", Garamond, "Times New Roman", "ryo-display-plusn", "Yu-Mintyo", "游明朝", serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000000;
    background-color: #F5F2E7;
}
@media screen and ( max-width: 1100px ) {
    body {
        font-size: 14px;
        line-height: 1.857;
    }
}


/*
    tag
*/
a {
    text-decoration: none;
    transition: opacity 0.6s;
}

img {
    max-width: 100%;
    height: auto;
}


/*
    common
*/
/* -- hide -- */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media screen and ( min-width: 1101px ) {
    .pc_hide { display: none!important; }
}
@media screen and ( max-width: 1100px ) {
    .sp_hide { display: none!important; }
}
/* -- margin -- */
.mb0 { margin-bottom: 0!important; }


/*
    wrapper
*/


/*  mv  */
#mv {
    width: 100vw;
    letter-spacing: 0.01em;
    line-height: 1;
}
#mv .mv_wrap {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    background-color: #FBF9F5;
}
#mv .mv_text_top {
    position: relative;
    top: 7%;
    left: 12%;
}
#mv .mv_text {
    position: relative;
    max-width: 50%;
}
#mv .mv_text_top .mv_text_01 {
    font-size: 30px;
    margin-bottom: 10px;
}
#mv .mv_text_top .mv_text_02 {
    font-size: 21px;
    margin-bottom: 10px;
}
#mv .mv_text_top .mv_text_03 {
    font-size: 15px;
}
#mv .mv_text_bottom {
    position: absolute;
    bottom: 7%;
    left: 12%;
}
#mv .mv_text_bottom .mv_text_main {
    font-size: 73px;
    letter-spacing: 0;
    margin-bottom: 26px;
}
#mv .mv_text_bottom .mv_text_sub {
    font-size: 26px;
    white-space: nowrap
}
#mv .mv_img img {
    height: 100vh;
}
@media screen and ( max-width: 1100px ) {
    #mv .mv_wrap {
        height: auto;
        flex-direction: column-reverse;
    }
    #mv .mv_text {
        max-width: 100%;
    }
    #mv .mv_img img {
        height: auto;
    }
    #mv .mv_text_top {
    position: static;
    margin: 20px 22px 0 10px;
    }
    #mv .mv_text_top .mv_text_01 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #mv .mv_text_top .mv_text_02 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #mv .mv_text_top .mv_text_03 {
        font-size: 10px;
        margin-bottom: 37px;
    }
    #mv .mv_text_bottom {
    position: static;
    margin: 20px 22px 0 10px;
}
#mv .mv_text_bottom .mv_text_main {
    font-size: 42px;
    letter-spacing: 0;
    margin-bottom: 26px;
}
#mv .mv_text_bottom .mv_text_sub {
    font-size: 14px;
    white-space: wrap;
    margin-bottom: 28px;
}
}


/*
    lead section
*/
#lead {
    max-width: 679px;
    margin: 170px auto;
    text-align: left;
    line-height: 2.82;
}
/*
    profile
*/
#profile {
    width: 100%;
    max-width: 838px;
    display: flex;
    gap: 50px;
    margin: 0 auto 170px;
    padding: 30px;
    align-items: center;
    position: relative;
    border: none;
}
#profile::before {
    content: "";
    position: absolute;
    inset: 0;
    border: solid 1px #C6C6C6;
    mix-blend-mode: multiply;
    pointer-events: none;
}
#profile img {
    width: 200px;
    display: inline-block;
    border: solid 9px #fff;
    box-sizing: content-box;
}
#profile h2 {
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-bottom: solid 1px #C6C6C6;
    margin-bottom: 35px;
    padding-right: 3px;
}
#profile h2::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #000000;
    border-radius: 50%;
    margin: 0 6px 4px 0px;
}

#profile .profile_title {
    font-size: 11px;
    margin-bottom: 5px;
}
#profile .profile_name {
    font-size: 20px;
    margin-bottom: 15px;
}
#profile .profile_description {
    font-size: 13px;
    line-height: 2;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    max-width: 480px;
}
@media screen and ( max-width: 1100px ) {
    #lead {
        margin: 100px auto;
        width: 86%;
    }
    #profile {
        width: 80%;
        flex-direction: column;
        gap: 34px;
    }
    #profile h2 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    #profile .profile_name {
        font-size: 19px;
    }
    #profile .profile_description {
        line-height: 1.61;
    }
}
/*
    interview
*/
#interview {
    width: 90%;
    max-width: 672px;
    margin: 0 auto;
}
#interview .interview_item{
    margin-bottom: 136px;
}
#interview .interview_item h2{
    text-align: center;
    font-size: 22px;
    margin-bottom: 55px;
}
#interview .interview_item h2 span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
#interview .interview_item p {
    font-family: "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", "Yumincho", sans-serif;
    line-height: 2.28;
    font-size: 14px;
    font-weight: 300;
}

#interview .interview_img_flex {
    display: flex;
    width: 100vw;
    max-width: 810px;
    margin-inline: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    gap: 10px;
}
#interview .interview_img_flex img {
    display: block;
    flex: 1;
    min-width: 0;
    width: 100%;
    height: auto;
}
#interview .interview_item .interview_caption {
    font-size: 11px;
    text-align: center;
    opacity: 0.6;
    margin: 13px auto 97px;
}
#interview .interview_item .interview_img_midle {
    width: 80%;
    max-width: 520px;
    margin: 110px auto 0;
}
#interview .interview_item .interview_img_small {
    width: 70%;
    max-width: 400px;
    margin: 110px auto 0;
}
#interview .interview_item .interview_img_full {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 140px;
    height: 685px;
    overflow: hidden;
}

#interview .interview_img_full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
}
@media screen and ( max-width: 1100px ) {
    #interview {
        width: 81%;
    }
    #interview .interview_item {
        margin-bottom: 100px;
    }
    #interview .interview_item h2 {
        font-size: 20px;
    }
    #interview .interview_img_flex {
        width: 80%;
        flex-direction: column;
        left: auto;
        transform: none;
        margin-top: 60px;
    }
    #interview .interview_item .interview_caption {
        margin: 13px auto 60px;
    }
    #interview .interview_item .interview_img_midle {
        margin: 60px auto 0;
        width: 100%;
    }
    #interview .interview_item .interview_img_small {
        width: 80%;
    }
    #interview .interview_item .interview_img_full {
        margin-top: 100px;
        height: 250px;
    }
}
/*
    detail
*/
#detail .detail_wrap {
    border-bottom: 1px solid #C6C6C6;
}
#detail h2 {
    font-size: 24px;
    text-align: center;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
    line-height: 1;
    padding: 18px 0 14px;
}
#detail .detail_main {
    max-width: 1084px;
    border-right: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
    margin: 0 auto;
}
#detail .detail_main figure {
    max-width: 930px;
    text-align: center;
    padding: 49px 0 54px;
    border-bottom: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
    margin: 0 auto;
}
#detail .detail_main img {
    width: 450px;
}
#detail .detail_main figcaption {
    font-family: "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", "Yumincho", sans-serif;
    width: 440px;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2;
    margin-top: 34px;
}
#detail .detail_list_wrap {
    max-width: 1084px;
    border-right: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    margin: 0 auto;
}
#detail .detail_list {
    display: flex;
    max-width: 928px;
    border-bottom: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
    line-height: 1;
    margin: 0 auto;
    padding: 56px 0;
}
#detail .detail_list p {
    font-family: "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", "Yumincho", sans-serif;
    font-size: 13px;
    line-height: 2;
    max-width: 420px;
    padding-bottom: 10px;
}
#detail .detail_list p span {
    font-family: "Garamond Premier Pro", Garamond, "Times New Roman", "ryo-display-plusn", "Yu-Mintyo", "游明朝", serif;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#detail .detail_list:nth-of-type(2) {
    border: none;
}
#detail .detail_list_wrap:first-child li {
    padding-right: 45px;
    border-right: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
}
#detail .detail_list li:nth-child(1) {
    padding-right: 45px;
}
#detail .detail_list li:nth-child(2) {
    padding-left: 45px;
    border-left: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
}
#detail .detail_list img {
    width: 100%;
    max-width: 420px;
    margin-bottom: 37px;
}
@media screen and ( max-width: 1100px ) {
    #detail h2 {
        font-size: 18px;
        padding: 12px 0 10px;
    }
    #detail .detail_main {
        width: 91%;
        padding: 0 24px;
    }
    #detail .detail_main figcaption {
        width: 100%;
        max-width: 450px;
        border-bottom: 1px solid #C6C6C6;
        mix-blend-mode: multiply;
        padding-bottom: 42px;
    }
    #detail .detail_list_wrap {
        width: 91%;
        padding: 0 24px;
    }
    #detail .detail_list {
        flex-direction: column;
        align-items: center;
        border: none;
        padding-bottom: 0;
    }
    #detail .detail_list li:nth-child(1) {
        padding: 0;
    }
    #detail .detail_main figure {
        padding: 30px 0 0;
        border: none;
    }
    #detail .detail_list p {
        padding-bottom: 42px;
        border-bottom: 1px solid #C6C6C6;
        mix-blend-mode: multiply;
    }
    #detail .detail_list li:nth-child(2) {
        padding: 42px 0 0;
        border-left: none;
    }
    #detail .detail_list:last-of-type li:last-child p {
        border: none;
    }
}
/*
    item
*/
#item {
    padding: 135px 0;
}

#item a:hover {
        opacity: 0.6;
    }

#item .item_wrapper {
    width: 90%;
    max-width: 1044px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
#item h3 {
    font-size: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
#item img {
    width: 100%;
    max-width: 452px;
    margin: 0 auto 28px;
}
#item .item_wrapper .item_box:first-child {
    padding-right: 70px;
    border-right: 1px solid #C6C6C6;
    mix-blend-mode: multiply;
}
#item .item_wrapper .item_box:last-child {
    padding-left: 70px;
}
.item-swiper {
  position: relative;
  width: 100%;
  max-width: 452px;
  margin: 0 auto 28px;
  overflow: hidden;
}

.item-swiper .swiper-wrapper {
  display: flex;
}

.item-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.item-swiper .swiper-pagination {
  position: absolute;
  right: 16px;
  bottom: 42px;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  display: flex;
  flex-direction: row;
  gap: 11px;
  z-index: 10;
  width: auto !important;
}
.item-swiper .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 !important;
  transition: opacity 0.3s, transform 0.3s;
}
/* 現在選択中の〇 */
.item-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}


@media screen and ( max-width: 1100px ) {
    #item {
        padding: 90px 0;
    }
    #item .item_wrapper {
        flex-direction: column;
        align-items: center;
    }
    #item .item_box {
        width: 100%;
        max-width: 452px;
        box-sizing: border-box;
    }
    #item .item_wrapper .item_box:first-child {
        padding: 0 0 50px;
        border-right: none;
        border-bottom: 1px solid #C6C6C6;
    }
    #item .item_wrapper .item_box:last-child {
        padding: 50px 0 0;

    }
    #item h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .item-swiper {
        margin-bottom: 0;
    }
}
/* credit */
#item .item_credit {
    font-family: "neue-haas-grotesk-display", "ryo-gothic-plusn", "Yu Gothic", sans-serif;
    letter-spacing: 0.06em;
    line-height: 1;
}
#item .item_brand {
    font-size: 13px;
    opacity: 0.55;
    margin-bottom: 8px;
}
#item .item_name {
    font-size: 18px;
    margin-bottom: 12px;
}
#item .item_name::after {
    content: "*EXCLUSIVE";
    position: relative;
    left: 10px;
    font-size: 11px;
}
#item .item_price {
    width: fit-content;
    text-decoration: underline #707070 1px;
    text-underline-offset: 4px;
    margin-bottom: 30px;
    -webkit-tap-highlight-color: transparent;
}
#item .item_price:active,
#item .item_price:focus {
    text-decoration: underline #707070 1px;
    text-underline-offset: 4px;
}
@media screen and ( max-width: 1100px ) {
    #item .item_brand {
        font-size: 11px;
    }
    #item .item_name {
        font-size: 16px;
    }
    #item .item_name::after {
        font-size: 10px;
    }
    #item .item_price {
        font-size: 16px;
    }
}
/* - footer - */
#footer {
    font-family: "neue-haas-grotesk-display", sans-serif;
    position: fixed;
    right: 29px;
    bottom: 40px;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
#footer.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.8s ease, visibility 0s;
}
#footer .footer_inner {
    text-align: center;
}
.sns_link li:not(:last-child) {
    margin-bottom: 19px;
}
.sns_link li {
    height: 16px;
}
.copy {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #797979;
    position: relative;
    left: 2px;
    margin-top: 35px;
    height: 70px;
    width: 12px;
}
.copy span {
    white-space: nowrap;
    display: block;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: 0 0;
}
@media screen and ( max-width: 1100px ) {
    #footer {
        padding: 43px 0 33px;
        position: static;
        background-color: #ffffff8c;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    #footer .footer_inner {
        width: 100%;
        align-items: end;
        justify-content: space-between;
        display: flex;
        padding: 0 20px;
    }
    #footer .sns_link {
        display: block;
        font-size: 13px;
    }
    #footer .sns_link li {
        margin-bottom: 20px;
        width: fit-content;
    }
    #footer .sns_link li:last-child {
        margin-bottom: 0;
    }
    .copy {
        font-size: 13px;
        margin-top: 0;
        overflow: visible;
        width: auto;
        height: auto;
        position: static;
        margin-bottom: 20px;
    }
    .copy span {
        transform: none;
    }
}

/* 追従ロゴ */
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 28px;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

/* スクロールして表示された状態 */
.sticky_header.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.8s ease, visibility 0s;
}

/* ロゴテキストのスタイリング */
.sticky_logo {
  font-family: "Garamond Premier Pro", Garamond, serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1;
}

.sticky_logo span {
  font-size: 14px;
  margin-left: 6px;
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .sticky_header {
    display: none;
  }
}

