@charset "utf-8";

/*
/ Reset & Common
*/
#primary {
	padding-left:0;
	padding-right:0;
}
.hc2024 * {
	margin:0;
	padding:0;
    box-sizing: border-box;
    font-weight:200;
    line-height:1;
}
@media screen and (max-width:750px) {
    .hc2024 * {
        font-weight:400;
    }
}
.hc2024 {
    width:100%;
    max-width:1920px;
    margin:0 auto;
    color:#3E2B2F;
}
.hc2024 a:focus,
.hc2024 a:hover,
.hc2024 a:active {
	outline: none!important;
	outline-offset: 0!important;
}
.hc2024 h1,
.hc2024 h2,
.hc2024 h3,
.hc2024 h4,
.hc2024 h5 {
    font-weight:normal;
}
.content-asset .hc2024 p,
.content-asset .hc2024 ol,
.content-asset .hc2024 ul,
.content-asset .hc2024 li {
    margin:0;
    padding:0;
    line-height:1;
}
.hc2024 picture,
.hc2024 img {
	display:block;
	width:100%;
}
.hc2024 .gotham {font-family: "Gotham", serif; line-height:1;}
.hc2024 .gotham-book {font-family: "Gotham Book", serif; line-height:1;}
.hc2024 .view_pc {display:block;}
.hc2024 .view_sp {display:none;}
@media screen and (max-width:750px) {
    .hc2024 .view_pc {display:none;}
    .hc2024 .view_sp {display:block;}
}
/* fade in out */
.hc2024 .fade,
.hc2024 .dt_fade {
    opacity: 0;
    transition: opacity 1s;
}
@media screen and (max-width:750px) {
    .hc2024 .sp_fade {
        opacity: 0;
        transition: opacity 1s;
    }
}
.hc2024 .fade_on,
.hc2024 .dt_fade_on {
    opacity: 1;
}
@media screen and (max-width:750px) {
    .hc2024 .sp_fade_on {
        opacity: 1;
    }
}
.hc2024 a{transition: 0.3s;}
.hc2024 .lp-inner{
	max-width:750px;
    margin:0 auto;
}
.hc2024 .disp-blk {display:block;}
.hc2024 .bg-pink {background-color:#d693a4;}
.hc2024 .bg-light-pink {background-color:#eac9d1;}
.hc2024 .txt-center {text-align:center;}
.hc2024 .btn-common {
    width:686px;
    margin:0 auto;
    padding:3px;
    border:2px solid #3e2b2f;
    background:#FFF;
    font-size:21px;
    text-align:center;
}
@media screen and (max-width:750px) {
    .hc2024 .btn-common {
        width:91.466vw;
        font-size:2.8vw;
    }
}
.hc2024 .btn-common a {
    padding:14px 0;
    border:1px solid #3e2b2f;
    background:#f2dbe3;
    color:#3E2B2F;
    font-weight:400;
    text-decoration: none;
    transition: 0.3s;
}
@media screen and (max-width:750px) {
    .hc2024 .btn-common a {
        padding:1.866vw 0;
    }
}
@media screen and (min-width:751px) {
    .hc2024 .aon:hover {opacity:0.5;}
}


/*
/   LP
*/

/* Section kv*/
.hc2024 .section-kv {background:#fcf7f2;}

/* Section head*/
.hc2024 .section-head {
    padding:60px 0;
    color:white;
}
@media screen and (max-width:750px) {
    .hc2024 .section-head {
        padding:8vw 0;
    }
}
.hc2024 .section-head .head-title {
    width:634px;
    margin:0 auto;
    font-size:30px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-head .head-title {
        width:84.533vw;
        font-size:4vw;
    }
}
.hc2024 .section-head .head-text {
    margin:30px 0 20px;
    font-size:21px;
    line-height:calc(37 / 21);
    letter-spacing:-0.01em;
}
@media screen and (max-width:750px) {
    .hc2024 .section-head .head-text {
        margin:4vw 0 2.666vw;
        font-size:2.8vw;
    }
}

/* Section nav*/
.hc2024 .section-nav {padding:60px 0;}
@media screen and (max-width:750px) {
    .hc2024 .section-nav {padding:8vw 0;}
}
.hc2024 .section-nav .lp-inner {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:17px 14px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .lp-inner {
        gap:2.266vw 1.866vw;
    }
}
.hc2024 .section-nav .nav-wrap {
    width:336px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-wrap {
        width:44.8vw;
    }
}
.hc2024 .section-nav .nav-wrap .anav {
    position:relative;
    width:100%;
}
.hc2024 .section-nav .nav-wrap .anav-bottom {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    padding-bottom:8px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-wrap .anav-bottom {
        padding-bottom:1.066vw;
    }
}
.hc2024 .section-nav .nav-wrap .anav-bottom img {
    width:107px;
    height:13px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-wrap .anav-bottom img {
        width:14.266vw;
        height:1.733vw;
    }
}
.hc2024 .section-nav .nav-ttl {
    margin:11px auto 7px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-ttl {
        margin:1.466vw auto 0.933vw;
    }
}
.hc2024 .section-nav .nav-ttl1 {
    width:128px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-ttl1 {
        width:17.066vw;
    }
}
.hc2024 .section-nav .nav-ttl2 {
    width:148px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-ttl2 {
        width:19.733vw;
    }
}
.hc2024 .section-nav .nav-ttl3 {
    width:358px;
    margin-top:15px;
    margin-left:-6px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-ttl3 {
        width:47.733vw;
        margin-top:2vw;
        margin-left:-0.8vw;
    }
}
.hc2024 .section-nav .nav-ttl4 {
    width:141px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-ttl4 {
        width:18.8vw;
    }
}
.hc2024 .section-nav .nav-date {
    font-size:16px;
    font-weight:400;
}
@media screen and (max-width:750px) {
    .hc2024 .section-nav .nav-date {
        font-size:2.133vw;
    }
}

/* Section tabBtn*/
/*.hc2024 .section-tabBtn {position:sticky;}*/
.hc2024 .section-tabBtn .lp-inner {
    display:flex;
    flex-wrap:nowrap;
    justify-content: center;
    gap:0 4px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-tabBtn .lp-inner {
        gap:0 0.533vw;
    }
}
.hc2024 .section-tabBtn .tabBtn {
    display:flex;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: center;
    width:168px;
    height:60px;
    padding-top:3px;
    border-radius:12px 12px 0 0;
    background:#eac9d1;
}
@media screen and (max-width:750px) {
    .hc2024 .section-tabBtn .tabBtn {
        width:22.4vw;
        height:8vw;
        padding-top:0.4vw;
        border-radius:1.6vw 1.6vw 0 0;
    }
}
.hc2024 .section-tabBtn .tabBtn.tabAct {
    background:#bf4d74;
}
.hc2024 .section-tabBtn .tabBtn path {
    fill:#BF4D74;
}
.hc2024 .section-tabBtn .tabBtn.tabAct path {
    fill:#eac9d1;
}
.hc2024 .section-tabBtn .tabBtn .tabBtn1 {
    width:113px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-tabBtn .tabBtn .tabBtn1 {
        width:15.066vw;
    }
}
.hc2024 .section-tabBtn .tabBtn .tabBtn2 {
    width:130px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-tabBtn .tabBtn .tabBtn2 {
        width:17.333vw;
    }
}
.hc2024 .section-tabBtn .tabBtn .tabBtn3 {
    width:130px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-tabBtn .tabBtn .tabBtn3 {
        width:17.333vw;
    }
}
.hc2024 .section-tabBtn .tabBtn .tabBtn4 {
    width:124px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-tabBtn .tabBtn .tabBtn4 {
        width:16.533vw;
    }
}
@media screen and (min-width:751px) {
    .hc2024 .section-tabBtn .tabBtn:hover {
        background:#bf4d74;
        cursor: pointer;
    }
    .hc2024 .section-tabBtn .tabBtn:hover path {
        fill:#eac9d1;
    }
}

/* Section col*/
.hc2024 .section-col {
    display:none;
}
.hc2024 .section-col.col-show {
    display:block;
}
.hc2024 .section-col .mt {
    margin-top:40px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .mt {
        margin-top:5.333vw;
    }
}
.hc2024 .section-col .mb {
    margin-bottom:40px;
}
@media screen and (max-width:750px) {
.hc2024 .section-col .mb {
    margin-bottom:5.333vw;
}
}
.hc2024 .section-col .lp-inner {
    padding:60px 0;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .lp-inner {
        padding:8vw 0;
    }
}
.hc2024 .section-col .col-ttl img {
    max-width:750px;
    margin:0 auto;
}
/* 商品名（EN） */
.hc2024 .section-col .col-prodName {
    margin:0 auto;
}
/* 商品名（JP） */
.hc2024 .section-col .col-prodNameJp {
    margin-top:22px;
    margin-bottom:8px;
    font-size:21px;
    font-weight:600;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodNameJp {
        margin-top:2.933vw;
        margin-bottom:1.066vw;
        font-size:2.8vw;
    }
}
/* 商品価格 */
.hc2024 .section-col .col-prodPrice {
    font-size:18px;
    font-weight:400;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodPrice {
        font-size:2.4vw;
    }
}
/* 商品イメージ */
.hc2024 .section-col .col-prodImg {
    width:630px;
    margin-bottom:34px;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodImg {
        width:84vw;
        margin-bottom:4.533vw;
    }
}
/* 商品説明 */
.hc2024 .section-col .col-prodDiscription {
    font-size:18px;
    font-weight:500;
    line-height: 1.777;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodDiscription {
        font-size:2.4vw;
    }
}
/* 販売店舗 */
.hc2024 .section-col .col-prodShop {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:6px;
    max-width:686px;
    margin-top:34px;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodShop {
        gap:0.8vw;
        max-width:91.466vw;
        margin-top:4.533vw;
    }
}
.hc2024 .section-col .col-prodShop p {
    padding:5px 0;
    border-radius:15px;
    background:#bf4d74;
    color:#FFF;
    font-size:20px;
    font-weight:400;
    text-align:center;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodShop p {
        padding:0.666vw 0;
        border-radius:2vw;
        font-size:2.666vw;
    }
}
.hc2024 .section-col .col-prodShopTop {
    width:100%;
}
.hc2024 .section-col .col-prodShopBottom {
    width:340px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodShopBottom {
        width:45.333vw;
    }
}
.hc2024 .section-col p.col-prodShop-off {
    background:#f2dbe3;
}
/* セット内容 */
.hc2024 .section-col .col-prodSet {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    padding:3px;
    border:2px solid #bf4d74;
    border-radius:20px;
    background:#FFF;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodSet {
        width:80vw;
        padding:0.4vw;
        border-radius:2.666vw;
    }
}
.hc2024 .section-col .col-prodSet-inner {
    width:100%;
    padding-top:21px;
    padding-bottom:18px;
    border:1px solid #bf4d74;
    border-radius:17.5px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodSet-inner {
        padding-top:2.8vw;
        padding-bottom:2.4vw;
        border-radius:2.333vw;
    }
}
.hc2024 .section-col .col-prodSetTtl {
    line-height: 0;
}
.hc2024 .section-col .col-prodSetTtl span {
    padding:0 23px 3px;
    border-bottom:1px solid #bf4d74;
    font-size:18px;
    font-weight:400;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodSetTtl span {
        padding:0 3.066vw 0.4vw;
        font-size:2.4vw;
    }
}
.hc2024 .section-col .col-prodSetTtl span em {
    font-size:12px;
    font-style: normal;
    font-weight:400;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodSetTtl span em {
        font-size:1.6vw;
    }
}
.hc2024 .section-col .col-prodSet p {
    font-size:18px;
    font-weight:400;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodSet p {
        font-size:2.4vw;
    }
}
/* YouTube */
.hc2024 .section-col .mov-wrap {
    width:686px;
    margin:0 auto 40px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .mov-wrap {
        width:91.466vw;
        margin:0 auto 5.333vw;
    }
}
.hc2024 .section-col .mov-box {
    position:relative;
    width:100%;
    padding-top:177.777%;
}
.hc2024 .section-col .mov-box iframe {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
}

/* コレクション1-1 */
.hc2024 .section-col .col-1-1 .col-prodName {max-width:544px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-1 .col-prodName {max-width:72.533vw;}
}
.hc2024 .section-col .col-1-1 .col-prodSetTtl {
    margin-bottom:34px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-1 .col-prodSetTtl {
        margin-bottom:4.533vw;
    }
}
.hc2024 .section-col .col-1-1-set {
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    gap:0 23px;
    padding-left:22px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-1-set {
        gap:0 3.066vw;
        padding-left:2.933vw;
    }
}
.hc2024 .section-col .col-1-1-set p {
    line-height: 1.666;
    text-align:left;
}
/* コレクション1-2 */
.hc2024 .section-col .col-1-2 .col-prodName {max-width:673px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-2 .col-prodName {max-width:89.733vw;}
}
.hc2024 .section-col .col-1-2 .col-prodNameJp {padding-top:5px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-2 .col-prodNameJp {padding-top:0.666vw}
}
.hc2024 .section-col .col-1-2 .col-prodSetTtl {
    margin-bottom:34px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-2 .col-prodSetTtl {
        margin-bottom:4.533vw;
    }
}
.hc2024 .section-col .col-1-2-set p {
    line-height: 1.666;
    text-align:left;
}
.hc2024 .section-col .col-1-2-set {
    padding-left:13px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-2-set {
        padding-left:1.733vw;
    }
}
/* コレクション1-3 */
.hc2024 .section-col .col-1-3 .col-prodName {max-width:611px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-3 .col-prodName {max-width:81.466vw;}
}
.hc2024 .section-col .col-1-3 .col-prodNameJp {padding-top:5px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-3 .col-prodNameJp {padding-top:0.666vw}
}
.hc2024 .section-col .col-1-3 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-3 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-1-3-set p {
    line-height: 1.666;
}
/* コレクション1-4 */
.hc2024 .section-col .col-1-4 .col-prodName {max-width:386px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4 .col-prodName {max-width:51.466vw;}
}
.hc2024 .section-col .col-1-4 .col-prodNameJp {
    margin-top:10px;
    margin-bottom:9px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4 .col-prodNameJp {
        margin-top:1.333vw;
        margin-bottom:1.2vw;
    }
}
.hc2024 .section-col .col-1-4 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-1-4-set {
    padding-left:32px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4-set {
        padding-left:4.266vw;
    }
}
.hc2024 .section-col .col-1-4-set p {
    padding-left:22px;
    line-height: 1.666;
    text-align:left;
    text-indent: -22px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4-set p {
        padding-left:2.933vw;
        text-indent: -2.933vw;
    }
}
.hc2024 .section-col .col-1-4-set-img {
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:540px;
    margin:9px 0 7px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4-set-img {
        width:72vw;
        margin:1.2vw 0 0.933vw;
    }
}
.hc2024 .section-col .col-1-4-set-img div {
    width:260px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4-set-img div {
        width:34.666vw;
    }
}
.hc2024 .section-col .col-1-4-set-img div img {
    width:240px;
    margin-left:7px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4-set-img div img {
        width:32vw;
        margin-left:0.933vw;
    }
}
.hc2024 .section-col .col-1-4-set-img div span {
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:400;
    line-height:1.125;
    letter-spacing:-0.05em;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-1-4-set-img div span {
        margin-top:1.066vw;
        font-size:2.133vw;
    }
}
/* コレクション2 共通 */
.hc2024 .section-col .col-prodShop p.col-prodShopHankyu {
    width:100%;
    margin-top:14px;
    border:2px solid #bf4d74;
    border-radius:30px;
    background:#FFF;
    color:#bf4d74;
    font-weight:400;
    line-height:1.2;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-prodShop p.col-prodShopHankyu {
        margin-top:1.866vw;
        border-radius:4vw;
    }
}
/* コレクション2-1 */
.hc2024 .section-col .col-2-1 .col-prodName {max-width:625px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1 .col-prodName {max-width:83.333vw;}
}
.hc2024 .section-col .col-2-1 .col-prodNameJp {
    margin:10px 0;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1 .col-prodNameJp {
        margin:1.333vw 0;
    }
}
.hc2024 .section-col .col-2-1 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-2-1-set p {
    margin-left:35px;
    padding-left:18px;
    line-height: 1.666;
    text-align:left;
    text-indent: -18px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1-set p {
        margin-left:4.666vw;
        padding-left:2.4vw;
        text-indent: -2.4vw;
    }
}
.hc2024 .section-col .col-2-1-set-img {
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    width:530px;
    margin-top:10px;
    margin-left:23px;
    padding-bottom:6px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1-set-img {
        width:70.666vw;
        margin-top:1.333vw;
        margin-left:3.066vw;
        padding-bottom:0.8vw;
    }
}
.hc2024 .section-col .col-2-1-set-img div {
    width:170px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1-set-img div {
        width:22.666vw;
    }
}
.hc2024 .section-col .col-2-1-set-img div span {
    display:block;
    width:160px;
    margin-top:8px;
    margin-left:10px;
    font-size:16px;
    font-weight:400;
    line-height:1.125;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-1-set-img div span {
        width:21.333vw;
        margin-top:1.066vw;
        margin-left:1.333vw;
        font-size:2.133vw;
    }
}
/* コレクション2-2 */
.hc2024 .section-col .col-2-2 .col-prodName {max-width:586px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-2 .col-prodName {max-width:78.133vw;}
}
.hc2024 .section-col .col-2-2 .col-prodNameJp {
    margin-bottom:2px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-2 .col-prodNameJp {
        margin-bottom:0.266vw;
    }
}
.hc2024 .section-col .col-2-2 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-2 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-2-2-set p {
    margin-left:70px;
    line-height: 1.666;
    text-align:left;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-2-set p {
        margin-left:9.333vw;
    }
}
.hc2024 .section-col .col-2-2-set p span {
    position:relative;
    z-index:1;
    margin-left:70px;
    padding:0 10px;
    font-weight:400;
    text-align:center;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-2-set p span {
        margin-left:9.333vw;
        padding:0 1.333vw;
    }
}
.hc2024 .section-col .col-2-2-set p span::after {
    display:block;
    position:absolute;
    z-index:-1;
    bottom:0;
    left:0;
    width:100%;
    height:9.5px;
    background:#eac9d1;
    content:'';
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-2-set p span::after {
        height:1.266vw;
    }
}
/* コレクション2-3 */
.hc2024 .section-col .col-2-3 .col-prodName {max-width:575px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-3 .col-prodName {max-width:76.666vw;}
}
.hc2024 .section-col .col-2-3 .col-prodNameJp {
    margin-top:23px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-3 .col-prodNameJp {
        margin-top:3.066vw;
    }
}
.hc2024 .section-col .col-2-3 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-3 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-2-3-set p {
    margin-left:75px;
    line-height: 1.666;
    text-align:left;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-3-set p {
        margin-left:10vw;
    }
}
.hc2024 .section-col .col-aboutAv {
    width:670px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #bf4d74;
    text-align:center;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-aboutAv {
        width:89.333vw;
    }
}
.hc2024 .section-col .aboutAvTtl {
    padding:12.5px 0;
    border-bottom:1px solid #bf4d74;
    background:rgba(255,255,255,0.4);
    color:#fff;
    font-size:32px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .aboutAvTtl {
        padding:1.666vw 0;
        font-size:3.066vw;
    }
}
.hc2024 .section-col .aboutAvTtl span {
    vertical-align:text-bottom;
}
.hc2024 .section-col .aboutAvDetail {
    padding:15px 0 30px;
    background:rgba(255,255,255,1);
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .aboutAvDetail {
        padding:2vw 0 4vw;
    }
}
.hc2024 .section-col .aboutAvDetail p {
    margin-bottom:5px;
    font-size:18px;
    font-weight:500;
    line-height:1.777;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .aboutAvDetail p {
        margin-bottom:0.666vw;
        font-size:2.4vw;
    }
}
.hc2024 .section-col .aboutAvDetail .aboutAvImg {
    display:block;
    width:583px;
    margin-left:44px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .aboutAvDetail .aboutAvImg {
        width:77.733vw;
        margin-left:5.866vw;
    }
}
/* コレクション2-4 */
.hc2024 .section-col .col-2-4 .col-prodName {max-width:622px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-4 .col-prodName {max-width:622vw;}
}
.hc2024 .section-col .col-2-4 .col-prodNameJp {
    margin-top:10px;
    margin-bottom:10px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-4 .col-prodNameJp {
        margin-top:1.333vw;
        margin-bottom:1.333vw;
    }
}
.hc2024 .section-col .col-2-4 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-2-4 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-2-4-set p {
    line-height: 1.666;
}
/* コレクション3-1 */
.hc2024 .section-col .col-3-1 .col-prodName {max-width:625px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1 .col-prodName {max-width:83.333vw;}
}
.hc2024 .section-col .col-3-1 .col-prodNameJp {
    margin:10px 0 9px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1 .col-prodNameJp {
        margin:1.333vw 0 1.2vw;
    }
}
.hc2024 .section-col .col-3-1 .col-prodSet {
    margin-top:35px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1 .col-prodSet {
        margin-top:4.666vw;
    }
}
.hc2024 .section-col .col-3-1 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-3-1-set p {
    margin-left:97px;
    padding-left:18px;
    line-height: 1.666;
    text-align:left;
    text-indent: -18px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1-set p {
        margin-left:12.933vw;
        padding-left:2.4vw;
        text-indent: -2.4vw;
    }
}
.hc2024 .section-col .col-3-1-set-img {
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    width:530px;
    margin-top:10px;
    margin-left:23px;
    padding-bottom:6px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1-set-img {
        width:70.666vw;
        margin-top:1.333vw;
        margin-left:3.066vw;
        padding-bottom:0.8vw;
    }
}
.hc2024 .section-col .col-3-1-set-img div {
    width:170px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1-set-img div {
        width:22.666vw;
    }
}
.hc2024 .section-col .col-3-1-set-img div span {
    display:block;
    width:160px;
    margin-top:8px;
    margin-left:10px;
    font-size:16px;
    font-weight:400;
    line-height:1.125;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-1-set-img div span {
        width:21.333vw;
        margin-top:1.066vw;
        margin-left:1.333vw;
        font-size:2.133vw;
    }
}
/* コレクション3-2 */
.hc2024 .section-col .col-3-2 .col-prodName {max-width:524px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2 .col-prodName {max-width:69.866vw;}
}
.hc2024 .section-col .col-3-2 .col-prodNameJp {
    margin:10px 0 9px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2 .col-prodNameJp {
        margin:1.333vw 0 1.2vw;
    }
}
.hc2024 .section-col .col-3-2 .col-prodSet {
    margin-top:35px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2 .col-prodSet {
        margin-top:4.666vw;
    }
}
.hc2024 .section-col .col-3-2 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-3-2-set p {
    margin-left:98px;
    line-height: 1.666;
    text-align:left;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2-set p {
        margin-left:13.066vw;
    }
}
.hc2024 .section-col .col-3-2-set p span {
    position:relative;
    z-index:1;
    margin-left:70px;
    padding:0 10px;
    font-weight:400;
    text-align:center;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2-set p span {
        margin-left:9.333vw;
        padding:0 1.333vw;
    }
}
.hc2024 .section-col .col-3-2-set p span::after {
    display:block;
    position:absolute;
    z-index:-1;
    bottom:0;
    left:0;
    width:100%;
    height:9.5px;
    background:#eac9d1;
    content:'';
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2-set p span::after {
        height:1.266vw;
    }
}
.hc2024 .section-col .col-3-2-set-img {
    width:520px;
    margin-top:15px;
    margin-left:34px;
    padding-bottom:10px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-3-2-set-img {
        width:69.333vw;
        margin-top:2vw;
        margin-left:4.533vw;
        padding-bottom:1.333vw;
    }
}
/* コレクション4-1 */
.hc2024 .section-col .col-4-1 .col-prodName {max-width:640px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1 .col-prodName {max-width:85.333vw;}
}
.hc2024 .section-col .col-4-1 .col-prodNameJp {
    margin:11px 0 8px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1 .col-prodNameJp {
        margin:1.466vw 0 1.066vw;
    }
}
.hc2024 .section-col .col-4-1 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-4-1-set {
    padding-bottom:6px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set {
        padding-bottom:0.8vw;
    }
}
.hc2024 .section-col .col-4-1-set p {
    margin-left:95px;
    padding-left:18px;
    line-height: 1.666;
    text-indent:-18px;
    text-align:left;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set p {
        margin-left:12.666vw;
        padding-left:2.4vw;
        text-indent:-2.4vw;
    }
}
.hc2024 .section-col .col-4-1-set p span {
    position: relative;
    z-index: 1;
    margin-left: 17px;
    padding: 0 10px;
    font-weight: 400;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set p span {
        margin-left: 2.266vw;
        padding: 0 1.333vw;
    }
}
.hc2024 .section-col .col-4-1-set p span::after {
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9.5px;
    background: #eac9d1;
    content: '';
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set p span::after {
        height: 1.266vw;
    }
}
.hc2024 .section-col .col-4-1-set-img {
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    width:540px;
    margin:7px 0 0 32px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set-img {
        width:72vw;
        margin:0.933vw 0 0 4.266vw;
    }
}
.hc2024 .section-col .col-4-1-set-img div {
    width:260px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set-img div {
        width:34.666vw;
    }
}
.hc2024 .section-col .col-4-1-set-img div img {
    width:240px;
    margin-left:7px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set-img div img {
        width:32vw;
        margin-left:0.933vw;
    }
}
.hc2024 .section-col .col-4-1-set-img div span {
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:400;
    line-height:1.125;
    letter-spacing:-0.05em;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-1-set-img div span {
        margin-top:1.066vw;
        font-size:2.133vw;
    }
}
/* コレクション4-2 */
.hc2024 .section-col .col-4-2 .col-prodName {max-width:424px;}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2 .col-prodName {max-width:56.533vw;}
}
.hc2024 .section-col .col-4-2 .col-prodNameJp {
    margin:10px 0 9px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2 .col-prodNameJp {
        margin:1.333vw 0 1.2vw;
    }
}
.hc2024 .section-col .col-4-2 .col-prodSetTtl {
    margin-bottom:33px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2 .col-prodSetTtl {
        margin-bottom:4.4vw;
    }
}
.hc2024 .section-col .col-4-2-set {
    padding-bottom:7px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2-set {
        padding-bottom:0.933vw;
    }
}
.hc2024 .section-col .col-4-2-set p {
    margin-left:72px;
    padding-left:18px;
    line-height: 1.666;
    text-indent:-18px;
    text-align:left;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2-set p {
        margin-left:9.6vw;
        padding-left:2.4vw;
        text-indent:-2.4vw;
    }
}
.hc2024 .section-col .col-4-2-set-img {
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    width:490px;
    margin:20px 0 0 49px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2-set-img {
        width:65.3333vw;
        margin:2.666vw 0 0 6.533vw;
    }
}
.hc2024 .section-col .col-4-2-set-img div {
    width:230px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2-set-img div {
        width:30.666vw;
    }
}
.hc2024 .section-col .col-4-2-set-img div span {
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:400;
    line-height:1.125;
    letter-spacing:-0.05em;
}
@media screen and (max-width:750px) {
    .hc2024 .section-col .col-4-2-set-img div span {
        margin-top:1.066vw;
        font-size:2.133vw;
    }
}

/* Section iconic items*/
.hc2024 .section-iconic-items {
    background:#fcf7f2;
}
.hc2024 .section-iconic-items .lp-inner {
    padding:54px 0 60px;
}
@media screen and (max-width:750px) {
    .hc2024 .section-iconic-items .lp-inner {
        padding:7.2vw 0 8vw;
    }
}
.hc2024 .section-iconic-items .iconicItemcTtl {
    font-size:21px;
    font-weight:500;
    line-height:1.333;
}
@media screen and (max-width:750px) {
    .hc2024 .section-iconic-items .iconicItemcTtl {
        font-size:2.8vw;
    }
}
.hc2024 .section-iconic-items .iconicItemsWrap {
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    width:670px;
    margin:0 auto;
}
@media screen and (max-width:750px) {
    .hc2024 .section-iconic-items .iconicItemsWrap {
        width:89.333vw;
    }
}
.hc2024 .section-iconic-items .iconicItemsWrap a {
    width:330px;
    text-decoration:none;
}
@media screen and (max-width:750px) {
    .hc2024 .section-iconic-items .iconicItemsWrap a {
        width:44vw;
    }
}
.hc2024 .section-iconic-items .iconicItemsWrap a p {
    width:100%;
    margin-bottom:13px;
    padding:14px 0 9px;
    background:#eac9d1;
    font-size:18px;
    font-weight:400;
    line-height:1.111;
}
@media screen and (max-width:750px) {
    .hc2024 .section-iconic-items .iconicItemsWrap a p {
        margin-bottom:1.733vw;
        padding:1.866vw 0 1.2vw;
        font-size:2.4vw;
    }
}
.hc2024 .section-iconic-items .iconicItemsWrap a p span {
    display:block;
    margin-top:11px;
    font-weight:400;
    line-height:1;
}
@media screen and (max-width:750px) {
    .hc2024 .section-iconic-items .iconicItemsWrap a p span {
        margin-top:1.466vw;
    }
}
