 html {
    height: 100%;
    width: 100%;
}
 body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #4e4d4d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
    overflow: auto;
    height: 100%;
    background-image: url(../img/background.webp?1222);
    position: relative;
 }
 img {
    max-width: 100%;
}
.side-wrap {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.side {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100vh;
    pointer-events: auto;
    width: clamp(173px, 50vw, calc((100% - 720px) / 2));
}
.left { 
    left: 0; 
}
.right { 
    right: 16px; 
}
/* 中央スクロール */
.center {
    position: relative;
    z-index: 0;
    height: 100vh;
    overflow-y: auto;
}

/* ★中央の可変領域 */
.center-inner {
    max-width: 720px; 
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    width: 55vw;
}
br.sp{
    display: none;
}
@media only screen and (max-width: 1280px) {
    .side {
        width: 21.8vw;
    }
}
@media only screen and (max-width: 976px) {
    br.sp{
        display: block;
    }
    br.pc{
        display: none;
    }
    .center {
        width: 100%;
    }
    .center-inner {
        width: 100%;
        max-width: none;
        overflow: hidden;
    } 
}
/* FV */
#main h2.smt {
    display: none;
}
#main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#main img.mv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 0;
    transition: opacity .3s;
}
/* 読み込み完了後に再生 */
#main img.mv-img.is-show {
    animation: zoomFade 2s ease-out forwards;
}

/* 拡大 → フェード → 静止 */
@keyframes zoomFade {
    0% {
    transform: scale(1.1);
    opacity: 0;
    }
    50% {
    opacity: .5;
    }
    100% {
    transform: scale(1.0);
    opacity: 1;
    }
}

.fv_anniversary_logo {
    max-width: 100px;
    display: block;
    margin: auto;
    width: min(10vw, 100px);
}
.fv_collection{
    max-width: 190px;
    background: #FF9D98;
    padding: 16px 20px 23px;
    border-radius: 20px;
    box-sizing: border-box;
    width: 80%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    position: relative;
}
.fv_anniversary_title {
    max-width: 165px;
    width: 100%;
    margin: 6px auto 16px;
}
.fv_collection_btn_box{
    display: grid;
    align-items: stretch;
    gap: 5px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
}
.fv_collection_btn a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.fv_collection_btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.fv_collection_btn a:hover::after {
    opacity: 0.2;
}
.fv_collection_btn a img{
    display: block;
    width: 100%;
    height: auto;
}
.side.left{
    display: flex;
    align-items: center;   
    justify-content: center; 
}
@media only screen and (max-width: 976px) {
    #main h2.pc {
        display: none;
    }
    #main h2.smt {
        display: block;
    }
    .fv_collection{
        display: none;
    }
    .left, .right {
        position: static;
        width: 0;
        height: auto;
        max-width: 0;
}
}
/* DESIGNER MESSAGE */
.designer_messege{
    position: relative;
    background: #CFF1F7;
    padding-top: 5%;
    padding-bottom: 13.2%;
}
.t-bg_blue {
    position: absolute;
    top: 1px;
    transform: translateY(-100%);
    width: 100%;
    height: min(4.2vw, 49px);
    background-image: url(../img/bg_blue.webp);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
}
.b-bg_blue {
    position: absolute;
    height: min(4.2vw, 49px);
    background-position: 50% 0;
    background-size: auto 100%;
    bottom: 1px;
    width: 100%;
    background-image: url(../img/bg_blue_b.webp);
    background-repeat: repeat-x;
    background-size: cover;
    transform: translateY(100%);
    z-index: 1;
}
.designer_messege_title {
    max-width: 417px;
    text-align: center;
    margin: auto;
    width: 80%;
}
.designer_messege_text{
    font-size: min(1.7vw, 18px);
    letter-spacing: 1px;
    line-height: 1.9;
    text-align: center;
    font-feature-settings: "palt";
}
.designer_messege_text_area{
    padding-top: 7.25%;
    padding-left: min(3vw, 40px);
    padding-right: min(3vw, 40px);
}
.designer_messege_text_ptb{
    padding-top: 5.5%;
    padding-bottom: 5.5%;
}
@media only screen and (max-width: 976px) {
    .designer_messege_text{
        font-size: min(3.7vw, 27px);
    }
    .designer_messege_title {
        max-width: 547px;
        width: 77%;
    }
    .t-bg_blue {
        height: min(8vw, 100px);
    }
    .designer_messege {
        padding-top: 10%;
        padding-bottom: 19.2%;
    }
    .b-bg_blue{
        height: min(8vw, 100px);
    }
}

/* PASSION FOR THE DESIGN */
.passion_design{
    position: relative;
    background: #fff;
    margin-top: min(4.2vw, 49px);
    padding-top: 11.1%;
    padding-bottom: 16%;
}
.passion_design_title{
    max-width: 529px;
    text-align: center;
    margin: auto;
    width: 80%;
}
.design-lead{
    font-size: min(1.7vw, 18px);
    letter-spacing: 1px;
    line-height: 1.9;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 7.2%;
    margin-bottom: 10.4%;
}
.design-content {
    display: flex;
    align-items: end;
    gap: min(3vw, 40px);
    padding-left: min(3vw, 40px);
    padding-right: min(3vw, 40px);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 11.1%;
}
.design-content.design-content_re{
    flex-direction: row-reverse;
    align-items: center; 
}
.design_title{
    font-size: min(2.4vw, 24px);
    letter-spacing: 0.2px;
    line-height: 1;
    margin-bottom: 5%;
    color: #FF9D98;
    font-feature-settings: "palt";
    text-align: left;
}
.design-text{
    font-size: min(1.7vw, 18px);
    letter-spacing: 0.2px;
    line-height: 1.3;
    text-align: justify; 
}
.design-image img{
    max-width: 320px;
    height: auto;
    display: block;
    width: 100%;
}
.design-text_box{
    max-width: 280px;
    width: 75%;
}
.design-content_full{
    display: flex;
    align-items: center;
    gap: min(3vw, 40px);
    padding-right: min(3vw, 40px);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 11.1%;
}
.design-content_full .design-image img {
    max-width: 390px;
    height: auto;
    display: block;
    width: 100%;
}
.design-content_full .design-text_box {
    max-width: 250px;
    width: 60%;
}
.design-content_half{
    display: flex;
    align-items: center;
    gap: min(3vw, 40px);
    padding-left: min(3vw, 40px);
    width: 100%;
    box-sizing: border-box;
}
.design-content_half .design-text_box {
    max-width: 320px;
    width: 75%;
}
.illust_01{
    position: absolute;
    z-index: 2;
    bottom: -15%;
    right: 30px;
    width: min(13vw, 172px); 
}
.design-image .sp{
    display: none;
}
@media only screen and (max-width: 976px) {
    .passion_design_title {
        max-width: 687px;
        width: 80%;
    }
    .design-lead{
        font-size: min(3.7vw, 27px);
        margin-top: 4.7%;
    }
    .design-content{
        flex-direction: column;
        align-items: center;
        gap: min(8vw, 45px);
        padding-right: min(11vw, 125px);
        padding-left: min(11vw, 125px);
    }
    .design-content.design-content_re {
        flex-direction: column;
        align-items: center;
    }
    .design-content_full{
        flex-direction: column;
        padding-right: 0px;
        gap: min(9.1vw, 45px);
    }
    .design-content_half{
        flex-direction: column-reverse;
        padding: 0;
        gap: min(5vw, 45px);
    }
    .design-image .sp{
        display: block;
        max-width: 600px;
        width: 94%;
        margin: inherit;
        margin-left: auto;
    }
    .design-image .pc{
        display: none;
    }
    .design-image img {
        max-width: 500px;
    }
    .design-image img {
        max-width: 500px;
        margin: auto;
    }
    .design-image{
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .design-content_full .design-image{
        padding: 0px;
    }
    .design-text_box {
        max-width: inherit;
        width: 95%;
    }
    .design_title {
        font-size: min(4.6vw, 32px);
        margin-bottom: min(3.6vw, 25px);
    }
    .design-text {
        font-size: min(3.6vw, 24px);
    }
    .design-content_full .design-image img {
        max-width: inherit;
    }
    .design-content_full .design-text_box {
        max-width: inherit;
        padding-left: min(11vw, 125px);
        padding-right: min(11vw, 125px);
        box-sizing: border-box;
        width: 100%;
    }
    .design-content_half .design-text_box {
        max-width: inherit;
        width: auto;
        padding-right: min(11vw, 125px);
        padding-left: min(11vw, 125px);
    }
    .design-content_half .design-image {
        padding: 0px;
        padding-left: min(14vw, 125px);
        box-sizing: border-box;
    }
    .illust_01 {
        bottom: -12.7%;
        right: 5%;
        width: min(31vw, 215px);
    }
    .passion_design {
        margin-top: min(8vw, 100px);
        padding-top: 18.1%;
        padding-bottom: 40%;
    }
}

/* 30TH ANNIVERSARY COLLECTION */
.anniversary_collection{
    position: relative;
    background: #FFB1AD;
    margin-top: min(4.2vw, 49px);
    padding-top: 5.3%;
    padding-bottom: 25%;
}
.t-bg_pink{
    position: absolute;
    top: 1px;
    transform: translateY(-100%);
    width: 100%;
    background-image: url(../img/bg_pink.webp);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
    height: min(4.2vw, 49px);
}
.b-bg_pink{
    position: absolute;
    bottom: 1px;
    width: 100%;
    background-image: url(../img/bg_pink_bm.webp);
    background-size: cover;
    transform: translateY(100%);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
    height: min(4.2vw, 49px);
}
.illust_02 {
    position: absolute;
    z-index: 2;
    top: -185px;
    top: -1.5%;
    left: 5px;
    width: min(13vw, 172px);
}
.anniversary_collection_title {
    max-width: 401px;
    text-align: center;
    margin: auto;
    width: 80%;
    margin-bottom: 11.5%;
}
.item_img{
    position: relative;
    line-height: 0;
}
.c_center_item .item_img{
    max-width: 560px;
    margin: auto;
    margin-bottom: 16px;
}
.data{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.c_flex_item{
    display: flex;
    flex-direction: column;
}
.c_center_item {
    max-width: 560px;
    margin: auto;
    width: 79%;
    margin: auto;
    padding-left: min(2.5vw, 30px);
    padding-right: min(2.5vw, 30px);
}
.item a {
    display: none;
}
.item .item-data {
    text-align: left;
    font-size: min(1.3vw, 14px);
    vertical-align: middle;
    margin-right: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.7;
}
.item.item-link .data .btn-link .btn {
    display: inline-block;
}
.item.item-link .btn-link a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.data .btn {
    background: url(../img/btn_store_on-sm.webp) no-repeat;
    background-size: contain;
    width: 111px;
    max-width: 100%;
    margin: 0;
    position: relative;
    display: none;
    vertical-align: middle;
    line-height: 1;
}
/* ふだんは非表示 */
.data .item-data.btn-link .btn {
    display: none;
}
.item-data:hover .btn img {
    transition: 0.6s all;
    opacity: 0;
    visibility: hidden;
}
.item_img .illust_03 {
    position: absolute;
    z-index: 2;
    top: 3.7%;
    left: -14%;
    width: min(19vw, 230px);
}
.item_img .illust_message {
    position: absolute;
    z-index: 4;
    top: -2.4%;
    right: -23.4%;
    width: min(27.5vw, 350px);
}
.item_img .illust_04{
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: -4.4%;
    margin: auto 0;
    right: -10.4%;
    width: min(12vw, 130px);
}
.collection_box{
    display: flex;
    margin-top: 9.7%;
    padding-left: min(2.5vw, 30px);
    padding-right: min(2.5vw, 30px);
    gap: min(1.4vw, 18px);
}
.c_lr_item {
    max-width: 320px;
}
.c_lr_item .item_img,.c_rb_item .item_img,.c_lh_item .item_img,.c_lw_item .item_img,.c_rh_item .item_img,.c_cf_item .item_img{
    margin-bottom: 16px;
}
.item_flex_s{
    display: flex;
    align-items: start;
    padding-right: min(2.5vw, 30px);
    gap: min(1.4vw, 18px);
}
.item_img_h{
    max-width: 320px;
    width: 47%;
    z-index: 1;
}
.collection_box_cl{
    margin-top: 9.7%;
    position: relative;
    margin-bottom: 9.7%;
    box-sizing: border-box;
}
.item_img .illust_05 {
    position: absolute;
    z-index: 2;
    top: -32%;
    left: -35%;
    width: min(18vw, 240px);
}
.c_rb_item {
    max-width: 460px;
    width: 70%;
    margin-left: auto;
    padding-left: min(2.5vw, 30px);
    margin-top: -35%;
}
.item_img .illust_06 {
    position: absolute;
    z-index: 2;
    top: 6%;
    right: -15%;
    width: min(15vw, 180px);
}
.c_lh_item {
    max-width: 460px;
    width: 70%;
    padding-right: min(2.5vw, 30px);
    position: relative;
    z-index: 2;
}
.data_pl{
    padding-left: min(2.5vw, 30px);
}
.data_pr{
    padding-right: min(2.5vw, 30px);   
}
.data_pr_pc{
    padding-right: min(2.5vw, 30px);     
}
.item_img .illust_07 {
    position: absolute;
    z-index: 2;
    top: -11%;
    left: 4%;
    width: min(11vw, 125px);
}
.item_img .illust_08 {
    position: absolute;
    z-index: 2;
    top: 16%;
    right: -24%;
    width: min(17vw, 200px);
}
.c_fw_item{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 9.7%;
    margin-top: 9.7%;
    padding-left: min(2.5vw, 30px);
    padding-right: min(2.5vw, 30px);
}
.c_fw_item .item_img{
    max-width: 360px;
}
.c_fw_item .data {
    gap: 18px;
}
.item_img .illust_09 {
    position: absolute;
    z-index: 4;
    top: -6.4%;
    margin: auto 0;
    right: -8%;
    width: min(18vw, 210px);
}
.item_img .illust_10 {
    position: absolute;
    z-index: 4;
    bottom: 19%;
    margin: auto 0;
    left: -12%;
    width: min(18vw, 220px)
}
.c_lw_item{
    max-width: 600px;
    width: 85%;
    padding-right: min(2.5vw, 30px);
    margin-top: 9.7%;
}
.item_img .illust_11 {
    position: absolute;
    z-index: 4;
    top: 13%;
    left: -8%;
    width: min(12vw, 140px);
}
.item_img .illust_12 {
    position: absolute;
    z-index: 4;
    top: -10%;
    left: 15%;
    width: min(12vw, 125px);
}
.item_img .illust_13 {
    position: absolute;
    z-index: 4;
    bottom: 5%;
    right: -11%;
    width: min(12vw, 120px);
}
.item_img .illust_14 {
    position: absolute;
    z-index: 4;
    top: -6.7%;
    left: -12%;
    width: min(15vw, 172px);
}
.item_img .illust_15 {
    position: absolute;
    z-index: 4;
    bottom: 19%;
    right: -33%;
    width: min(17.6vw, 200px);
}
.c_rh_item {
    max-width: 460px;
    width: 70%;
    padding-left: min(2.5vw, 30px);
    margin-left: auto;
    margin-bottom: 9.7%;
    margin-top: 9.7%;
}
.illust_16{
    position: absolute;
    z-index: 4;
    top: 2%;
    bottom: 0px;
    margin: auto 0;
    left: -34%;
    width: min(24vw, 280px);
}
.illust_17{
    position: absolute;
    z-index: 4;
    top: 2%;
    right: 1%;
    width: min(12vw, 120px);
}
.illust_18{
    position: absolute;
    z-index: 4;
    bottom: 9%;
    left: -10.9%;
    width: min(9.7vw, 100px);
}
.illust_19{
    position: absolute;
    z-index: 4;
    bottom: 21%;
    left: 10%;
    width: min(6.5vw, 60px);
}
.illust_20{
    position: absolute;
    z-index: 4;
    bottom: 0;
    right: -9%;
    width: min(8.2vw, 108px);
}
.item_flex_er{
    display: flex;
    align-items: end;
    gap: min(1.4vw, 18px);
    margin-left: auto;
    flex-direction: row-reverse;
    margin-top: -33.7%;  
}
.data_pl_pc {
    padding-left: min(2.5vw, 30px);
}
.collection_box_cw {
    margin-top: 9.7%;
    position: relative;
    margin-bottom: 9.7%;
    box-sizing: border-box;
}
.illust_21{
    position: absolute;
    z-index: 4;
    top: 5%;
    right: -17%;
    width: min(10.2vw, 120px);    
}
.illust_22 {
    position: absolute;
    z-index: 4;
    bottom: 29%;
    left: -36.9%;
    right: 0px;
    width: min(14.3vw, 180px);
}
.c_fwr_item{
    flex-direction: row;
}
.illust_23{
    position: absolute;
    z-index: 4;
    right: 0px;
    top: -6%;
    width: min(25.2vw, 280px);  
}
.collection_center{
    position: relative;
}
.illust_24{
    position: absolute;
    z-index: 4;
    right: 5%;
    top: -20%;
    width: min(17.6vw, 200px);
}
.c_cf_item {
    max-width: 100%;
    margin-top: 12.5%;
}
.illust_25 {
    position: absolute;
    z-index: 4;
    left: 22%;
    top: -14.7%;
    width: min(18.7vw, 245px);
}
.illust_26{
    position: absolute;
    z-index: 4;
    left: -10%;
    top: 17%;
    width: min(9.7vw, 120px);   
}
.illust_27{
    position: absolute;
    z-index: 4;
    right: -22%;
    bottom: 20%;
    width: min(15vw, 175px); 
}
.item_supplement{
    text-align: right;
    font-size: min(1.1vw, 12px);
    font-feature-settings: "palt";
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: min(2.5vw, 30px);
    padding-right: min(2.5vw, 30px);
    margin-top: 8%;
}
.illust_28{
    position: absolute;
    z-index: 4;
    right: 1.5%;
    bottom: -0.7%;
    width: min(18vw, 180px);  
}
.c_center_item_mt{
    margin-top: 10px;
}
@media only screen and (max-width: 976px){
     body {
        background: #fff;
     }
    .item .item-data {
        font-size: min(2.5vw, 19px);
        font-size: 80%;
    }
    .item.item-link .data .btn-link .btn {
        width: 90px;
        margin-left: 4px;
    }
    .c_center_item {
        max-width: 680px;
        padding-left: min(9vw, 60px);
        padding-right: min(9vw, 60px);
        width: 82%;
    }
    .c_center_item .item_img {
        max-width: 680px;
        margin-bottom: 10px;
    }
    .collection_box {
        margin-top: 11.3%;
        display: block;
        padding: 0;
    }
    .c_lr_item {
        max-width: 600px;
        width: 80%;
        margin: inherit;
    }
    .data_pl_sp{
        padding-left: min(9vw, 60px);
    }
    .data_pr_sp{
        padding-right: min(9vw, 60px);
    }
    .sp_pr_item{
        padding-right: min(9vw, 60px);
    }
    .c_lr_item .item_img, .c_rb_item .item_img, .c_lh_item .item_img, .c_lw_item .item_img, .c_rh_item .item_img, .c_cf_item .item_img {
        margin-bottom: 10px;
    }
    .sp_pl_item{
        padding-left: min(9vw, 60px);
        margin-left: auto;
        margin-top: 11.3%;
    }
    .item_flex_s {
        max-width: 480px;
        flex-direction: column;
        margin-left: inherit;
        width: 70%;
        padding-right: min(9vw, 60px);
    }
    .item_img_h {
        max-width: 480px;
        width: 100%;
    }
    .c_rb_item {
        max-width: 620px;
        width: 80%;
        position: inherit;
        top: 0;
    }
    .item_img .illust_06 {
        top: -11%;
        right: 2%;
        width: min(31vw, 240px);
    }
    .collection_box_cl {
        padding-bottom: 0;
        margin-bottom: 11.3%;
    }
    .c_lh_item {
        max-width: 620px;
        width: 80%;
        padding-right: min(9vw, 60px);
        padding-left: 0;
        margin-right: auto;
        margin-left: inherit;
    }
    .item_img .illust_07 {
        top: -8%;
        left: 4%;
        width: min(21vw, 125px);
    }
    .item_img .illust_08 {
        top: 16%;
        right: -14%;
        width: min(29vw, 200px);
    }
    .c_fw_item .data_pl {
        padding-left: 0px;
    }
    .c_fw_item .data{
        gap: min(3.3vw, 30px);
    }
    .c_fw_item {
        padding-right: min(9vw, 60px);
        padding-left: min(9vw, 60px);
        margin-top: 11.3%;
        margin-bottom: 11.3%;
    }
    .c_lw_item {
        max-width: 680px;
        margin-top: 11.3%;
        padding-right: min(9vw, 60px);
    }
    .item_img .illust_11 {
        bottom: 0;
        top: 24%;
        left: 2%;
        width: min(21vw, 120px);
    }
    .item_img .illust_12 {
        top: 3%;
        left: 23%;
        width: min(20vw, 125px);
    }
    .item_img .illust_13 {
        bottom: 10%;
        right: -11%;
        width: min(19.5vw, 120px);
    }
    .data_pl {
        padding-left: min(9vw, 60px);
    }
    .c_sp_pl_item{
        max-width: 480px;
        width: 65%;
        padding-left: min(9vw, 60px);
        padding-right: min(9vw, 60px);
    }
    .item_img .illust_14 {
        top: 2.5%;
        left: -13.7%;
        width: min(30.1vw, 215px);
    }
    .item_img .illust_15 {
        bottom: 1%;
        right: -34%;
        width: min(29.6vw, 200px);
    }
    .illust_16 {
        top: 2%;
        bottom: 0px;
        left: -18.1%;
        width: min(36vw, 280px);
    }
    .illust_17 {
        top: 2.8%;
        right: 5%;
        width: min(16vw, 120px);
    }
    .illust_18 {
        bottom: 11%;
        left: -6.9%;
        width: min(14.5vw, 100px);
    }
    .illust_19 {
        bottom: 21%;
        left: 10%;
        width: min(9.5vw, 60px);
    }
    .c_sp_pr_item {
        max-width: 480px;
        width: 65%;
        padding-left: min(9vw, 60px);
        padding-right: min(9vw, 60px);
        margin-left: auto;
        margin-top: 11.3%;
    }
    .c_rh_item {
        max-width: 620px;
        width: 80%;
        margin-bottom: 11.3%;
    }
    .illust_20 {
        right: 0px;
        width: min(18.2vw, 135px);
    }
    .data_pl_pc {
        padding-left: 0px;
    }
    .item_flex_er {
        flex-direction: column;
        align-items: start;
        position: inherit;
        top: 0;
        max-width: 480px;
        width: 65%;
        padding-left: min(9vw, 60px);
        padding-right: min(9vw, 60px);
        margin-top: 11.3%;
    }
    .data_pr_pc{
        padding-right: 0;     
    }
    .illust_21 {
        top: 14%;
        right: -7%;
        width: min(21.2vw, 120px);
    }
    .illust_22 {
        bottom: 0;
        top: 25%;
        left: -21%;
        right: 0px;
        width: min(32.2vw, 180px);
    }
    .illust_23 {
        right: 0px;
        top: -5.7%;
        width: min(40.2vw, 280px);
    }
    .collection_box_cw {
        margin-top: 11.3%;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
    .illust_24 {
        right: -7%;
        top: -19%;
        width: min(28.6vw, 200px);
    }
    .illust_25 {
        left: 22%;
        top: -11.6%;
        width: min(30.8vw, 245px);
    }
    .illust_26 {
        left: 4%;
        top: 7.5%;
        width: min(15.5vw, 120px);
    }
    .illust_27 {
        right: 0;
        left: -16%;
        bottom: 12%;
        width: min(27vw, 175px);
    }
    .item_supplement{
        font-size: min(2vw, 15px);
        padding-left: min(9vw, 60px);
        padding-right: min(9vw, 60px);
    }
    .illust_28 {
        width: min(31vw, 200px);
        right: 6.5%;
        bottom: -0.4%;
    }
    .anniversary_collection {
        padding-bottom: 36%;
        padding-top: 12.9%;
    }
    .t-bg_pink {
        height: min(6.9vw, 100px);
    }
    .illust_02 {
        top: -1.3%;
        width: min(31vw, 215px);
    }
    .anniversary_collection_title {
        max-width: 521px;
        margin-bottom: 11.5%;
    }
    .item_img .illust_03 {
        top: 3.7%;
        left: -12%;
        width: min(29.5vw, 230px);
    }
    .item_img .illust_message {
        top: -3.4%;
        right: -7%;
        width: min(43.5vw, 350px);
    }
    .item_img .illust_04 {
        bottom: -4.4%;
        margin: auto 0;
        right: 2.6%;
        width: min(17vw, 130px);
    }
    .item_img .illust_05 {
        top: -18%;
        left: -13%;
        width: min(37.2vw, 240px);
    }
    .c_fw_item .item_img {
        width: 140%;
    }
    .item_img .illust_09 {
        width: min(30.9vw, 210px);
    }
    .item_img .illust_10 {
        bottom: 19%;
        left: -10.7%;
        width: min(31vw, 220px);
    }
    .b-bg_pink{
        height: min(8vw, 100px);
    }
    .c_center_item_mt{
        margin-top: min(3.6vw, 25px);
    }
    .c_cf_item {
        margin-top: 12.8%;
    }

    /*微調整*/
    .co_05 {
        margin-top: 16vw;
    }
    .co_05 .data {
        width: 100%;
    }
    .co_04 .data,
    .co_10 .data {
        width: 130%;
    }
    .co_11 .data,
    .co_17 .data {
        width: 110%;
    }
}

footer{
    padding-top: 11%;
    padding-bottom: 9%;
}
.footer_btn_box{
    display: flex;
    justify-content: center;
    gap: min(1.9vw, 25px);
    flex-direction: column;
    align-items: center;
    margin: 15% 0;
}
.footer_btn_box .sp{
    display: none;
}
.footer_btn_box .brand_link a {
    background: url(../img/btn_brand_on.png) no-repeat center top;
    background-size: contain;
}
.footer_btn_box .shoplist_link a {
    background: url(../img/btn_shop_on.png) no-repeat center top;
    background-size: contain;
}
.footer_btn_box .webstore_link a {
    background: url(../img/btn_webstore_on.png) no-repeat center top;
    background-size: contain;
}
.footer_btn_box .webstore_link a img, .footer_btn_box .shoplist_link a img, .footer_btn_box .brand_link a img{
    transition: 0.6s;
}
.footer_btn_box .webstore_link,.footer_btn_box .webstore_bnr,.footer_btn_box .shoplist_link,.footer_btn_box .brand_link{
    max-width: 480px;
    width: 80%;
    display: inline-block;
}
.footer_btn_box .webstore_link a:hover img, .footer_btn_box .shoplist_link a:hover img, .footer_btn_box .brand_link a:hover img{
    opacity: 0;
}
.footer_btn_box .webstore_link a:hover, .footer_btn_box .shoplist_link a:hover, .footer_btn_box .brand_link a:hover{
    opacity: 1;
}
.footer_btn_box .webstore_link a, .footer_btn_box .shoplist_link a, .footer_btn_box .brand_link a {
    display: block;
    line-height: 0;
}
.tsumorishisato_logo{
    display: block;
    width: min(22vw, 250px);
    margin: auto;
}
@media only screen and (max-width: 976px){
    .footer_btn_box .sp{
        display: block;
    }
    .footer_btn_box .pc{
        display: none;
    }
    .footer_btn_box .brand_link a {
        background: url(../img/btn_brand_on_sp.png) no-repeat center top;
        background-size: contain;
    }
    .footer_btn_box .shoplist_link a {
        background: url(../img/btn_shop_on_sp.png) no-repeat center top;
        background-size: contain;
    }
    .footer_btn_box .webstore_link a {
        background: url(../img/btn_webstore_on_sp.png) no-repeat center top;
        background-size: contain;
    }
    .footer_btn_box .webstore_link,.footer_btn_box .webstore_bnr,.footer_btn_box .shoplist_link,.footer_btn_box .brand_link{
        max-width: 500px;
        display: inline-block;
        width: 70%;
    }
    footer {
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .tsumorishisato_logo {
        width: min(38vw, 250px);
    }
    .footer_btn_box {
        gap: min(3.1vw, 25px);
    }
}

/* ハンバーガーメニュー */
.menu_btn{
    max-width: 54px;
    position: fixed;
    z-index: 1001;
    z-index: 5;
    right: 25px;
    top: 10px;
}
.menu_btn_link{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.menu_btn_link img{
    display: block;
    border-radius: 50%;
}
/* メニュー開いたらハンバーガーを隠す */
body.menu-open .menu_btn{
    opacity: 0;
    pointer-events: none;
    transition: .2s;
}
.menu_overlay{
    position: fixed;
    background: rgba(0,0,0,0.01);
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
    height: 100%;
}

/* 右側スライドメニュー */
.side_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: clamp(173px, 50vw, calc((100% - 704px) / 2));
    height: 100vh;
    background: rgb(255 177 173 / 65%);
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 1002;
    padding: min(3vw, 25px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 閉じるボタン */
.menu_close{
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
    max-width: 27px;
}
.menu_close img{
    display: block;
}
/* メニューOPEN状態 */
.side_menu.is-open{
    transform: translateX(0);
    background: rgb(255 177 173 / 65%);
}
.menu_overlay.is-show{
    opacity: 1;
    visibility: visible;
}
/* メニューの中身 */
.menu_list{
    list-style: none;
    padding: 0;
    max-width: 240px;
    width: 100%;
}
.menu_list li{
    margin-bottom: 27%;
    text-align: center;
}
.menu_list a {
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: 0.6s;
    position: relative;
    display: block;
}
.top_menu_item_link{
    max-width: 35px;
    width: 100%;
}
.messege_menu_item_link{
    max-width: 184px;
    width: 100%;
}
.topics_menu_item_link{
    max-width: 65px;
    width: 100%;
}
.design_menu_item_link{
    max-width: 234px;
    width: 100%;
}
.collection_menu_item_link_01{
    max-width: 178px;
    width: 100%;
}
.collection_menu_item_link_02{
    max-width: 117px;
    width: 100%;
}
.side_menu-inner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_anniversary_title.sp{
    display: none;
}
.menu_logo.sp{
    display: none;
}
.menu_item_link{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 6px 0 10px;
}
.menu_item_link span{
    display: block;
    position: relative;
    transition: .6s;
}
.menu_item_link span::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0);
    opacity: 0;
    transition: .6s;
}
.menu_item_link:hover span::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,1);
    opacity: 1;
}
.menu_btn_link .sp{
    display: none;
}
.menu_list li:last-child {
    margin-bottom: 0%;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 1324px){
    .side_menu {
        width: 23.4vw;
    }
}
@media only screen and (max-width: 976px){
    .menu_btn_link .pc{
        display: none;
    }
    .menu_btn_link .sp{
        display: block;
        border-radius: 0%;
    }
    .menu_list li {
        margin-bottom: 17%;
    }
    .side_menu-inner {
        width: 100%;
        display: block;
        margin-top: 17%;
    }
    .side_menu {
        width: 100%;
        height: 100%;
        padding-top: 8.75%;
        padding-left: min(6vw, 100px);
        padding-right: min(6vw, 100px);
        padding-bottom: 7.25%;
        display: block;
        overflow-y: auto;
        background: rgb(255 177 173 / 0%);
    }
    .side_menu.is-open {
        background: rgb(255 177 173 / 85%);
    }
    .menu_anniversary_title.sp {
        display: block;
        width: 98%;
        max-width: 818px;
        margin: auto;
    }
    .menu_logo.sp {
        display: block;
        text-align: center;
        margin-top: 30%;
    }
    .menu_logo.sp a{
        display: inline-block;
    }
    .menu_logo.sp img{
        display: block;
        width: min(38vw, 285px);
    }
    .menu_list {
        max-width: 600px;
        width: 80%;
        margin: auto;
    }
    .menu_btn {
        max-width: none;
        width: 7%;
        right: 4%;
        top: 2%;
    }
    .menu_close {
        top: 2%;
        right: 4%;
        max-width: 41px;
        width: 6%;
    }
    .top_menu_item_link {
        max-width: 86px;
        width: 18%;
    }
    .messege_menu_item_link {
        max-width: 461px;
        width: 90%;
    }
    .topics_menu_item_link{
        max-width: 162px;
        width: 32%;
    }
    .design_menu_item_link {
        max-width: 586px;
        width: 100%;
    }
    .collection_menu_item_link_01 {
        max-width: 445px;
        width: 80%;
    }
    .collection_menu_item_link_02 {
        max-width: 293px;
        width: 54%;
    }
}
@media only screen and (max-width: 480px) {
    .menu_list {
        width: 85%;
    }
}

.page-link_collection_top{
    padding-top: 7vw;
    margin-top: -7vw;
    display: block;
}
.page-link_collection{
    padding-top: 4vw;
    margin-top: -4vw;
    display: block;
}
.page-link_section{
    padding-top: 7vw;
    margin-top: -7vw;
    display: block;    
}
.page-link_section_collection {
    padding-top: 10vw;
    margin-top: -10vw;
    display: block;
}
@media only screen and (max-width: 976px){
    .page-link_section{
        padding-top: 17vw;
        margin-top: -17vw; 
    }
    .page-link_section_collection {
        padding-top: 32vw;
        margin-top: -32vw;
    }
}
@media only screen and (max-width: 480px){
    .page-link_section{
        padding-top: 26vw;
        margin-top: -26vw; 
    }
    .page-link_section_collection {
        padding-top: 35vw;
        margin-top: -35vw;
    }
}

/* トピックス */
.topics {
    position: relative;
    background: #FFF2F2;
    padding-top: min(4.2vw, 49px);
    padding-bottom: 10.4%;
}
.topics_title {
    max-width: 146px;
    text-align: center;
    margin: auto;
    width: 80%;
    padding-top: 11.1%;
}
.b-bg_l_pink {
    position: absolute;
    height: min(4.2vw, 49px);
    background-position: 50% 0;
    background-size: auto 100%;
    bottom: 1px;
    width: 100%;
    background-image: url(../img/bg_l_pink_bm.webp);
    background-repeat: repeat-x;
    background-size: cover;
    transform: translateY(100%);
    z-index: 1;
}
.topics_link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 25px;
}
.topics_contents{
    position: relative;
    border: 2px solid #FF9D98;
    background: #fff;
    border-radius: 25px;
    max-width: 552px;
    width: 80%;
    margin: auto;
    margin-top: 7.2%;
}
.topics_box{
    padding: min(4.4vw, 50px);
    max-width: 450px;
}
.fair_title{
    font-size: min(2.4vw, 24px);
    letter-spacing: 0.2px;
    line-height: 1;
    margin-bottom: 4.6%;
    color: #FF9D98;
    font-feature-settings: "palt";
    text-align: center;
}
.fair_text {
    font-size: min(1.7vw, 18px);
    letter-spacing: 0.6px;
    line-height: 1.6;
    font-feature-settings: "palt";
    text-align: left;
}
.topics_text_box{
    padding-top: min(4.4vw, 48px);
}
.topics_img {
    position: relative;
}
.topics_img::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.topics_contents:hover .topics_img::after {
    opacity: 0.2;
}

@media only screen and (max-width: 976px){
    .topics_contents {
        border-radius: min(4.4vw, 32px);
        max-width: 683px;
        width: 90%;
        margin-top: 10.4%;
    }
    .topics {
        padding-top: min(8vw, 100px);
        padding-bottom: 18.4%;
    }
    .fair_title {
        font-size: min(4.7vw, 36px);
    }
    .fair_text {
        font-size: min(3.7vw, 27px);
        letter-spacing: 1.2px;
    }
    .topics_title {
        max-width: 190px;
        padding-top: 17.9%;
        width: 26.5%;
    }
    .topics_box {
        padding-left: min(4vw, 52px);
        padding-right: min(4vw, 52px);
        padding-top: min(8vw, 70px);
        padding-bottom: min(7vw, 70px);
        max-width: 580px;
    }
    .topics_text_box {
        padding-top: min(6.2vw, 58px);
        width: 90%;
        margin: auto;
    }
    .topics_link {
        border-radius: min(4.4vw, 32px);
    }
    .b-bg_l_pink {
        height: min(8vw, 100px);
    }
}
/* メッセージ・パッションアニメーション */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}
.js-fade-item {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.js-fade-item.is-show {
    opacity: 1;
    transform: translateY(0);
}

/* コレクションエリア画像アニメーション */
.img-wrap {
    overflow: hidden;
}
.img-wrap_border {
    border-radius: 10%;
}
.js-img-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.js-img-animate img {
    display: block;
    transform: scale(1.1);
    transition: transform 2s ease;
}
.js-img-animate.is-show {
    opacity: 1;
    transform: translateY(0);
}
/* フェードアップ後にズーム開始 */
.js-img-animate.is-show img {
    transform: scale(1);
    transition-delay: 0.3s; /* 時間差 */
}

/**** wacoalヘッダー・フッター非表示 ****/
#pw_header,
#foot,
#section_commonmenu,
.foot_sns,
.ctxt_footer_common,
.regulation-style-2017,
.global-footer {
    display: none;
}
#sb-site {
    min-height: auto;
    background: initial;
}