@charset "UTF-8";

/* 共通部分の上書き */
@media (max-width: 750px) {
    body {
        font-size: 28rem;
    }
    .l-gnav_text {
        font-size: 32rem;
    }
}


@media (min-width: 751px) {
    .l-main {
        font-size: 16px;
        line-height: 1.5;
    }
    .sp_only {
        display: none !important;
    }
}
@media (max-width: 750px) {
    html {
        font-size: 1px;
        font-size: 0.133vw; /* 750:1px=100vw:Xvw */
    }
    .l-main {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .pc_only {
        display: none !important;
    }
}

/* animation */
.animation_bg_line {
    width: 0;
    overflow: hidden;
    transition: width 0.6s;
}
.animation_slide_in {
    opacity: 0;
    transition: opacity 0.5s, transform 0.4s;
}
.animation_slide_up {
    opacity: 0;
    transition: opacity 0.6s, transform 0.5s;
}
.animation_slide_up.is_animated,
.is_animated .animation_slide_up {
    opacity: 1;
    transform: translateY(0);
}
.content .animation_bg_line {
    transition-delay: 0.2s;
}
@media (min-width: 751px) {
    .animation_bg_line {
        top: -60px;
        left: 50%;
        transform: translateX(-1308px);
        transition-duration: 1.2s;
    }
    .animation_slide_up {
        transform: translateY(60px);
    }
    .content.goods_animated .animation_bg_line,
    .content .animation_bg_line img {
        width: 2787px;
    }
}
@media (max-width: 750px) {
    .animation_bg_line {
        top: -150rem;
        left: 0;
    }
    .animation_slide_up {
        transform: translateY(50rem);
    }
    .content.goods_animated .animation_bg_line,
    .content .animation_bg_line img {
        width: 750rem;
    }
}

/* commons */
.l-main {
    font-family: '秀英丸ゴシック B', 'Shuei MaruGo B', メイリオ, Meiryo, sans-serif;
    font-weight: 700;
}
.l-main img {
    max-width: none;
}
body.is_no_scroll {
    overflow: hidden;
}
img {
    vertical-align: bottom;
}
.font_shuei_lighter {
    font-family: '秀英丸ゴシック L', 'Shuei MaruGo L';
    font-weight: 400;
}
.font_palt {
    font-feature-settings: 'palt';
}
.wrap {
    color: #000;
    background-color: #fff100;
    overflow: hidden;
}
.inner {
    position: relative;
    margin: 0 auto;
}
.content {
    position: relative;
    z-index: 1;
}
.content_frame {
    overflow: hidden;
}
@media (min-width: 751px) {
    .wrap {
        min-width: 1248px;
    }
    .frame {
        border: 24px solid #ffd900;
        border-bottom: 0;
    }
    .inner {
        width: 1200px;
        padding: 0 24px;
    }
    /* hover */
    .default_hover {
        transition: opacity 0.4s;
        opacity: 1;
    }
    body:not(.tablet) .default_hover:hover {
        opacity: 0.7;
    }
}
@media (max-width: 750px) {
    .frame {
        border: 16rem solid #ffd900;
        border-bottom: 0;
    }
    .inner {
        padding: 0 24rem;
    }
}

/* link_list */
.link_list_item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.link_list_item_btn::before,
.link_list_item_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link_item_inner {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
}
.link_item_txt {
    display: block;
}
.link_item_txt_small_mark {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_debut50.png) no-repeat center / 100% auto;
}
@media (min-width: 751px) {
    .link_list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .link_list_item {
        width: 565px;
    }
    .link_list_item + .link_list_item {
        margin-left: 25px;
    }
    .link_list_item_btn {
        height: 127px;
        transition: color 0.3s;
    }
    .link_list_item_btn::before,
    .link_list_item_btn::after {
        transition: opacity 0.3s;
    }
    .link_list_item_btn::before {
        background: url(../images/link_item_bg_off.png?v=2) no-repeat center / 100% auto;
        opacity: 1;
    }
    .link_list_item_btn::after {
        background: url(../images/link_item_bg_on.png?v=2) no-repeat center / 100% auto;
        opacity: 0;
    }
    .link_list_item_btn:hover {
        color: #fff100;
    }
    .link_list_item_btn:hover::before {
        opacity: 0;
    }
    .link_list_item_btn:hover::after {
        opacity: 1;
    }
    .link_item_txt {
        font-size: 24px;
    }
    .link_item_txt_small {
        font-size: 16px;
        line-height: 40px;
    }
    .link_item_txt_small_mark {
        width: 99px;
        height: 40px;
        margin-right: 8px;
    }
}
@media (max-width: 750px) {
    .link_list {
        width: 586rem;
        margin: 0 auto;
    }
    .link_list_item + .link_list_item {
        margin-top: 26rem;
    }
    .link_list_item_btn {
        height: 144rem;
    }
    .link_list_item_btn::before {
        background: url(../images/sp/link_item_bg_off.png?v=2) no-repeat center / 100% auto;
    }
    .link_item_txt {
        font-size: 28rem;
    }
    .link_item_txt_small {
        font-size: 20rem;
        line-height: 2.3;
    }
    .link_item_txt_small_mark {
        width: 110rem;
        height: 46rem;
        margin-right: 4rem;
    }
}

/* mv */
.mv {
    position: relative;
    top: 0;
}
.mv_dec {
    position: absolute;
}
.animation_mv_ttl {
    scale: 1;
    opacity: 1;
}
.mv_notes {
    position: absolute;
}
.mv_smart {
    position: relative;
    margin-inline: auto;
}
.mv_txt {
    position: absolute;
    font-style: italic;
    letter-spacing: 0.02em;
    transform: rotate(-9.2deg);
}
.mv_fukidashi {
    position: absolute;
}
@media (max-width: 1296px) and (min-width: 751px) {
    .mv_txt {
        font-size: 15px;
    }
}
@media (min-width: 751px) {
    .mv {
        padding: 0 0 60px;
        margin-top: -10px;
    }
    .mv_dec_line_1 {
        top: -173px;
    }
    .mv_dec_line_2 {
        top: 473px;
    }
    .mv_dec_line_1,
    .mv_dec_line_1 img {
        width: 2025px;
        left: calc(50% - 1296px);
        transform: translateX(0);
    }
    .mv_dec_line_2,
    .mv_dec_line_2 img {
        width: 2615px;
        left: calc(50% - 1297px);
        transform: translateX(0);
    }
    .mv_inner {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
    .mv_dec_1_1 {
        top: 265px;
        left: 66px;
        width: 141px;
        z-index: 1;
    }
    .mv_dec_1_2 {
        top: 293px;
        left: 781px;
        width: 174px;
    }
    .mv_dec_1_3 {
        top: 533px;
        left: 895px;
        width: 210px;
    }
    .mv_dec_2_1 {
        top: 179px;
        left: -71px;
        width: 61px;
    }
    .mv_dec_2_2 {
        top: 442px;
        left: -20px;
        width: 58px;
    }
    .mv_dec_2_3 {
        top: 706px;
        left: -102px;
        width: 61px;
    }
    .mv_dec_2_4 {
        top: 17px;
        left: 1217px;
        width: 59px;
    }
    .mv_dec_2_5 {
        top: 178px;
        left: 1127px;
        width: 61px;
    }
    .mv_dec_2_6 {
        top: 420px;
        left: 890px;
        width: 57px;
    }
    .mv_dec_2_7 {
        top: 430px;
        left: 1144px;
        width: 58px;
    }
    .mv_dec_3_1 {
        top: 440px;
        left: -160px;
        width: 334px;
    }
    .mv_dec_3_2 {
        top: 200px;
        left: 1042px;
        width: 243px;
    }
    .mv_ttl {
        width: 801px;
        margin-left: 76px;
        margin-top: 44px;
    }
    .mv_notes {
        top: 32px;
        left: -266px;
        width: 301px;
    }
    .mv_smart {
        width: 619px;
        margin-top: -80px;
    }
    .mv_txt {
        top: 628px;
        right: 330px;
        font-size: 16px;
    }
    .mv_fukidashi {
        top: 41px;
        right: 129px;
        width: 210px;
    }
}
@media (max-width: 750px) {
    .mv {
        left: -16rem;
        width: calc(100% + 32rem);
        padding: 252rem 0 118rem;
        border-left: 16rem solid transparent;
        border-right: 16rem solid transparent;
    }
    .mv_dec_line_1,
    .mv_dec_line_2 {
        left: -16rem;
    }
    .mv_dec_line_1 {
        top: -100rem;
    }
    .mv_dec_line_2 {
        top: 975rem;
    }
    .mv_dec_line_1,
    .mv_dec_line_2,
    .mv_dec_line_1 img,
    .mv_dec_line_2 img {
        width: 100vw;
    }
    .mv_dec_1_1 {
        top: 417rem;
        left: -4rem;
        width: 107rem;
    }
    .mv_dec_1_2 {
        top: 540rem;
        left: 532rem;
        width: 164rem;
    }
    .mv_dec_1_3 {
        top: 911rem;
        left: 590rem;
        width: 136rem;
    }
    .mv_dec_2_1 {
        top: 229rem;
        left: 47rem;
        width: 60rem;
    }
    .mv_dec_2_2 {
        top: 40rem;
        left: 443rem;
        width: 56rem;
    }
    .mv_dec_2_3 {
        top: 864rem;
        left: 655rem;
        width: 58rem;
    }
    .mv_dec_2_4 {
        top: 945rem;
        left: 29rem;
        width: 58rem;
    }
    .mv_dec_2_5 {
        top: 649rem;
        left: 592rem;
        width: 61rem;
    }
    .mv_dec_2_6 {
        top: 851rem;
        left: 12rem;
        width: 56rem;
    }
    .mv_dec_2_7 {
        top: 234rem;
        left: 662rem;
        width: 46rem;
    }

    .animation_mv_ttl {
        position: relative;
    }
    .mv_ttl {
        width: 686rem;
        margin-top: -240rem;
        margin-left: -14rem;
    }
    .mv_notes {
        position: relative;
        margin-top: 10rem;
        left: 0;
        width: 430rem;
        margin-inline: auto;
    }
    .mv_smart {
        width: 616rem;
        margin-top: 20rem;
    }
    .mv_txt {
        top: 628rem;
        left: 108rem;
        font-size: 17rem;
    }
    .mv_fukidashi {
        top: -2rem;
        left: 516rem;
        width: 198rem;
    }
}

/* anchor */
.anchor_list {
    display: flex;
    justify-content: space-between;
}
.anchor_list_item {
    text-align: center;
}
.anchor_list_item a {
    display: block;
    color: #000;
    text-decoration: none;
}
@media (min-width: 751px) {
    .anchor {
        padding-top: 98px;
    }
    .anchor_list_item {
        width: 48.53%;
        transition: transform 0.3s;
    }
    .anchor_list_item:nth-child(1) {
        background: url(../images/anchor_list_item_bg_1.png) no-repeat center / contain;
    }
    .anchor_list_item:nth-child(2) {
        background: url(../images/anchor_list_item_bg_2.png) no-repeat center / contain;
    }
    .anchor_list_item:hover {
        transform: translateY(-6px);
    }
    .anchor_list_item a {
        padding: 20px 0 48px;
    }
    .anchor_item_txt {
        font-size: 18px;
    }
    .anchor_item_txt_large {
        font-size: 24px;
    }
}
@media (max-width: 750px) {
    .anchor_list_item {
        width: 330rem;
    }
    .anchor_list_item:nth-child(1) {
        background: url(../images/sp/anchor_list_item_bg_1.png) no-repeat center / contain;
    }
    .anchor_list_item:nth-child(2) {
        background: url(../images/sp/anchor_list_item_bg_2.png) no-repeat center / contain;
    }
    .anchor_list_item a {
        padding: 22rem 0 46rem;
    }
    .anchor_item_txt {
        font-size: 22rem;
        line-height: 1.45;
    }
    .anchor_item_txt_large {
        font-size: 28rem;
        line-height: 1;
    }
}

/* smart */
.smart_ttl {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    background-color: #50c9ea;
    border: 1px solid #000;
}
.smart_ttl span {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    color: #000;
}
.smart_detail_percent {
    position: relative;
    z-index: 1;
}
.smart_detail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smart_detail_dec {
    position: absolute;
    transition-delay: 0.5s;
}
.is_animated .smart_detail_dec {
    opacity: 1;
    transform: translate(0, 0);
}
.smart_bnr_item a {
    overflow: hidden;
    display: block;
}
.acuvue_bnr_item {
    overflow: hidden;
}
@media (min-width: 751px) {
    .smart {
        margin-top: 45px;
    }
    .smart_dec {
        min-height: 20px;
        background: url(../images/smart_dec.png) no-repeat center / 100% auto;
    }
    .smart_ttl {
        font-size: 32px;
        width: 536px;
        padding: 3px 0;
        margin: 0 auto 25px;
    }
    .smart_detail_percent {
        width: 51.6%;
    }
    .smart_detail_dec_1{
        top: -15.6%;
        width: 9.37%;
        left: 12.3%;
        transform: translate(-50px, -20px);
    }
    .smart_detail_dec_2{
        top: 85%;
        width: 13.7%;
        left: 9.6%;
        transform: translate(-55px, 30px);
    }
    .smart_detail_dec_3 {
        top: -13.5%;
        width: 13.57%;
        right: 16%;
        transform: translate(50px, -30px);
    }
    .smart_detail_dec_4 {
        top: 75%;
        width: 9.5%;
        right: 13.5%;
        transform: translate(60px, 40px);
    }
    .smart_bnr {
        width: 504px;
        margin: 23px auto 24px;
    }
    .acuvue_bnr {
        width: 504px;
        margin: 64px auto 0;
    }
    .smart_bnr_item a {
        border-radius: 16px;
        box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.2);
    }
    .acuvue_bnr_item {
        border-radius: 16px;
    }
    .smart .link_list {
        margin: 65px auto;
    }
}
@media (max-width: 750px) {
    .smart {
        margin-top: 42rem;
    }
    .smart_dec {
        min-height: 20rem;
        background: url(../images/sp/smart_dec.png) no-repeat center / 100% auto;
    }
    .smart_ttl {
        font-size: 36rem;
        width: 562rem;
        padding: 4rem 0;
        margin: 0 auto 24rem;
    }
    .smart_detail_percent {
        width: 596rem;
    }
    .smart_detail_dec_1 {
        left: -10rem;
        top: -39rem;
        width: 104rem;
        transform: translate(-50px, -20px);
    }
    .smart_detail_dec_2 {
        top: 162rem;
        width: 162rem;
        left: -7rem;
        transform: translate(-55px, 30px);
    }
    .smart_detail_dec_3 {
        right: -11rem;
        top: -14rem;
        width: 157rem;
        transform: translate(50px, -30px);
    }
    .smart_detail_dec_4 {
        top: 147rem;
        width: 110rem;
        right: -8rem;
        transform: translate(60px, 40px);
    }
    .smart_bnr {
        width: 430rem;
        margin: 25rem auto;
    }
    .acuvue_bnr {
        width: 430rem;
        margin: 65rem auto 0;
    }
    .smart_bnr_item a {
        border-radius: 16rem;
        box-shadow: 6rem 8rem 30rem 0 rgba(0, 0, 0, 0.2);
    }
    .acuvue_bnr_item {
        border-radius: 16rem;
    }
    .smart .link_list {
        margin: 50rem auto;
    }
}

/* item_anchor */
.item_anchor_list {
    display: flex;
    justify-content: space-between;
}
.item_anchor_list_item {
    transition: transform 0.3s;
}
.item_anchor_list_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    text-decoration: none;
}
.item_anchor_dec {
    position: absolute;
    opacity: 0;
}
.is_animated .item_anchor_dec_1 {
    animation: anchorStarAnim_1 0.6s 0.38s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.is_animated .item_anchor_dec_2 {
    animation: anchorStarAnim_1 0.6s 0.5s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
@keyframes anchorStarAnim_1 {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    99.9% {
        opacity: 1;
        transform: rotate(360deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}
@media (min-width: 751px) {
    .item_anchor .inner {
        padding: 0 18px 0 24px;
    }
    .item_anchor_list {
        margin: 82px auto 30px;
    }
    .item_anchor_list_item {
        width: 216px;
    }
    .item_anchor_list_item:nth-child(1) {
        background: url(../images/item_anchor_bg_1.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(2) {
        background: url(../images/item_anchor_bg_2.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(3) {
        background: url(../images/item_anchor_bg_3.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(4) {
        background: url(../images/item_anchor_bg_4.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(5) {
        background: url(../images/item_anchor_bg_5.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:hover {
        transform: translateY(-6px);
    }
    .item_anchor_list_item a {
        height: 99px;
        padding-bottom: 20px;
    }
    .item_anchor_dec_1 {
        top: -23px;
        left: 88px;
        width: 38px;
        height: 36px;
        background: url(../images/sp/star_dec_1.png) no-repeat center / contain;
    }
    .item_anchor_dec_2 {
        top: -27px;
        left: 131px;
        width: 24px;
        height: 23px;
        background: url(../images/sp/star_dec_2.png) no-repeat center / contain;
    }
    .show .item_anchor_dec {
        opacity: 1;
        animation: none;
    }
    .item_anchor_list_item:hover .item_anchor_dec_1 {
        animation: anchorStarAnim_2 0.6s 0.08s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    }
    .item_anchor_list_item:hover .item_anchor_dec_2 {
        animation: anchorStarAnim_2 0.6s 0.2s cubic-bezier(0.5, 1, 0.89, 1) forwards;
    }
    @keyframes anchorStarAnim_2 {
        0% {
            opacity: 1;
            transform: rotate(0deg);
        }
        99.9% {
            transform: rotate(360deg);
        }
        100% {
            opacity: 1;
            transform: rotate(0deg);
        }
    }
    .item_anchor_item_txt {
        font-size: 28px;
    }
}
@media (max-width: 750px) {
    .item_anchor_list {
        margin: 105rem auto 25rem;
    }
    .item_anchor_list_item {
        width: 118rem;
    }
    .item_anchor_list_item:nth-child(1) {
        background: url(../images/sp/item_anchor_bg_1.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(2) {
        background: url(../images/sp/item_anchor_bg_2.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(3) {
        background: url(../images/sp/item_anchor_bg_3.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(4) {
        background: url(../images/sp/item_anchor_bg_4.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item:nth-child(5) {
        background: url(../images/sp/item_anchor_bg_5.png) no-repeat center / 100% auto;
    }
    .item_anchor_list_item a {
        height: 202rem;
        padding: 0 8rem 10rem 0;
    }
    .item_anchor_dec_1 {
        top: -25rem;
        left: 33rem;
        width: 48rem;
        height: 46rem;
        background: url(../images/star_dec_1.png) no-repeat center / contain;
    }
    .item_anchor_dec_2 {
        top: -40rem;
        left: 78rem;
        width: 32rem;
        height: 30rem;
        background: url(../images/star_dec_2.png) no-repeat center / contain;
    }
    .item_anchor_item_txt {
        font-size: 32rem;
        writing-mode: vertical-rl;
    }
}

/* goods */
.goods .animation_slide_up {
    transition-delay: 0.6s;
}
.is_animated .goods_ttl_wrap {
    width: 100%;
}
.goods_ttl_wrap {
    text-align: center;
    width: 0;
    transition: width 0.4s 0.2s;
}
.goods_ttl_inner {
    display: inline-block;
    position: relative;
}
.goods_dec {
    position: absolute;
    opacity: 0;
}
.goods_dec_1,
.goods_dec_3 {
    transition: transform 0.5s 0.9s, opacity 0.4s 0.9s;
}
.goods_dec_2,
.goods_dec_4 {
    transition: transform 0.5s 1.1s, opacity 0.4s 1.1s;
}
.is_animated .goods_dec {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.goods_swiper_slide {
    background-color: #FFBA00;
}
.goods_swiper_slide > a {
    text-decoration: none;
    color: #000;
}
.goods_swiper_slide::before {
    content: "";
    position: absolute;
    background-color: #000;
    transform-origin: right bottom;
    transform: rotate(-45deg);
}
.goods_swiper_slide_inner {
    position: relative;
    background-color: #fff;
}
.goods_tag {
    text-align: center;
    color: #000;
    background: #FFBA00;
    position: absolute;
    top: 0;
    left: 0;
}
.goods_tag_list {
    display: flex;
    flex-wrap: wrap;
}
.goods_price_normal {
    position: absolute;
}
.goods_price_coupon {
    position: absolute;
    color: #eb0000;
}
.goods_price_coupon_debut {
    color: #fff;
    background-color: #eb0000;
}
.goods_price_coupon_detail {
    font-family: '新丸ゴ B', 'Shin Maru Go Bold', メイリオ, Meiryo, sans-serif;
    font-weight: 700;
}
.goods_price_coupon_tax {
    font-family: '秀英丸ゴシック B', 'Shuei MaruGo B', メイリオ, Meiryo, sans-serif;
    font-weight: 700;
}
.goods_price_coupon_fukidashi {
    position: absolute;
}
.goods_price_coupon_fukidashi_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
}
.goods_price_coupon_fukidashi img {
    position: relative;
}
.swiper_button_arrow_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.swiper_button_arrow {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.swiper_button_arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper_button_prev::before {
    transform: rotate(-90deg);
}
.swiper_button_next::before {
    transform: rotate(90deg);
}
@media (min-width: 751px) {
    .goods + .goods {
        margin-top: 40px;
    }
    .goods_ttl_wrap {
        height: 132px;
    }
    .goods_ttl_inner {
        padding: 0 110px;
    }
    .goods_ttl {
        font-size: 28px;
        padding: 45px 0;
    }
    .goods_ttl_small {
        font-size: 24px;
    }
    .goods_dec_1,
    .goods_dec_3 {
        top: 43px;
        width: 38px;
        height: 36px;
        background: url(../images/star_dec_1.png?v=9) no-repeat center / contain;
    }
    .goods_dec_2,
    .goods_dec_4 {
        top: 37px;
        width: 28px;
        height: 27px;
        background: url(../images/star_dec_2.png?v=9) no-repeat center / contain;
    }
    .goods_dec_1 {
        left: 40px;
        transform: translate(80px, 0) rotate(160deg);
    }
    .goods_dec_2 {
        left: 0;
        transform: translate(60px, 0) rotate(120deg);
    }
    .goods_dec_3 {
        right: 40px;
        transform: translate(-80px, 0) rotate(-160deg);
    }
    .goods_dec_4 {
        right: 0;
        transform: translate(-60px, 0) rotate(-120deg);
    }
    .goods_swiper_wrap {
        margin-top: -24px;
    }
    .goods_swiper {
        padding-bottom: 45px;
        padding-top: 6px;
        margin-bottom: -6px;
        transform: translateY(-6px);
    }
    .goods_swiper_slide {
        width: 357px;
        padding: 0 9px 9px 0;
        border: 2px solid #000;
        border-radius: 16px;
        transition: transform .3s;
    }
    .goods_swiper_slide:hover {
        transform: translateY(-6px);
    }
    .goods_swiper_slide::before {
        bottom: 3px;
        right: 3px;
        width: 2px;
        height: 50px;
    }
    .goods_swiper_slide_inner {
        height: 550px;
        padding: 59px 31px 31px;
        border: 2px solid #000;
        border-radius: 16px;
        margin: -2px 0 0 -2px;
    }
    .goods_tag {
        width: 112px;
        padding: 10px 0;
        font-size: 16px;
        border-radius: 14px 22px 22px 0;
    }
    .goods_tag_list {
        margin: 17px 0 0 -8px;
    }
    .goods_tag_list_item {
        font-size: 16px;
        padding: 4px 6px;
        margin: 8px 0 0 8px;
    }
    .goods_brand {
        font-size: 18px;
        margin-top: 10px;
    }
    .goods_name {
        font-size: 24px;
        line-height: 1.33;
        margin-top: 4px;
    }
    .goods_price_normal {
        bottom: 100px;
        left: 31px;
        font-size: 18px;
    }
    .goods_price_coupon {
        display: flex;
        align-items: center;
        bottom: 35px;
        left: 31px;
        font-size: 32px;
        width: 300px;
    }
    .goods_price_coupon_debut {
        font-size: 18px;
        text-align: center;
        line-height: 1.11;
        padding: 6px 8px;
        border-radius: 8px;
        margin-right: 6px;
    }
    .goods_price_coupon_detail {
        display: flex;
        align-items: baseline;
    }
    .goods_price_coupon_large_txt {
        font-size: 48px;
    }
    .goods_price_coupon_tax {
        position: absolute;
        bottom: -15px;
        right: 8px;
        font-size: 18px;
    }
    .goods_price_coupon_fukidashi {
        top: -74px;
        right: -42px;
        width: 152px;
    }
    .goods_price_coupon_fukidashi_shadow {
        top: 4px;
        right: -7px;
        clip-path: polygon(0% 100%, 7% 22%, 100% 0%, 93% 78%);
    }
    .swiper_button_arrow_wrap {
        height: 80px;
    }
    .swiper_button_arrow {
        width: 80px;
        height: 80px;
    }
    .swiper_button_prev {
        left: 0;
    }
    .swiper_button_next {
        right: 0;
    }
    .swiper_button_arrow::before {
        background: url(../images/swiper_aroow.png?v=9) no-repeat center 28px / 32px auto;
        transition: background-position 0.2s;
    }
    .swiper_button_arrow:hover::before {
        background-position-y: 23px;
    }
}
@media (max-width: 750px) {
    .goods + .goods {
        margin-top: 35rem;
    }
    .goods_ttl_wrap {
        height: 183rem;
    }
    .goods_ttl_inner {
        padding: 0 36rem;
    }
    .goods_ttl {
        font-size: 32rem;
        padding: 32rem 0 55rem;
    }
    .goods_ttl_small {
        font-size: 28rem;
    }
    .goods_dec_1,
    .goods_dec_3 {
        bottom: 56rem;
        width: 48rem;
        height: 46rem;
        background: url(../images/sp/star_dec_1.png?v=9) no-repeat center / contain;
    }
    .goods_dec_2,
    .goods_dec_4 {
        bottom: 76rem;
        width: 32rem;
        height: 30rem;
        background: url(../images/sp/star_dec_2.png?v=9) no-repeat center / contain;
    }
    .goods_dec_1 {
        left: 46rem;
        transform: translate(80rem, 0) rotate(160deg);
    }
    .goods_dec_2 {
        left: 0;
        transform: translate(60rem, 0) rotate(120deg);
    }
    .goods_dec_3 {
        right: 46rem;
        transform: translate(-80rem, 0) rotate(-160deg);
    }
    .goods_dec_4 {
        right: 0;
        transform: translate(-60rem, 0) rotate(-120deg);
    }
    .goods_swiper_wrap {
        margin-top: -40rem;
    }
    .goods_swiper {
        padding-bottom: 90rem;
    }
    .goods_swiper .swiper-wrapper {
        margin-left: -171rem;
    }
    .goods_swiper_slide {
        width: 327rem;
        padding: 0 9rem 9rem 0;
        border: 1px solid #000;
        border-radius: 16rem;
    }
    .goods_swiper_slide::before {
        bottom: 3rem;
        right: 3rem;
        width: 1px;
        height: 50rem;
    }
    .goods_swiper_slide_inner {
        height: 616rem;
        padding: 65rem 24rem 0;
        border: 1px solid #000;
        border-radius: 16rem;
        margin: -1px 0 0 -1px;
    }
    .goods_tag {
        width: 120rem;
        padding: 9rem 0;
        font-size: 18rem;
        border-radius: 14rem 22rem 22rem 0;
    }
    .goods_tag_list {
        align-items: baseline;
        min-height: 88rem;
        margin: 10rem 0 0 -12rem;
    }
    .goods_tag_list_item {
        font-size: 20rem;
        padding: 3rem 4rem;
        margin: 8rem 0 0 8rem;
    }
    .goods_brand {
        font-size: 20rem;
        margin-top: 12rem;
    }
    .goods_name {
        font-size: 26rem;
        line-height: 1.31;
        width: 105%;
        margin-top: 5rem;
    }
    .goods_price_normal {
        bottom: 147rem;
        left: 22rem;
        font-size: 20rem;
    }
    .goods_price_normal_30 {
        bottom: 110rem;
    }
    .goods_price_coupon {
        bottom: 18rem;
        left: 22rem;
        font-size: 32rem;
    }
    .goods_price_normal_30 + .goods_price_coupon {
        bottom: 38rem;
    }
    .goods_price_coupon_debut {
        font-size: 20rem;
        text-align: center;
        line-height: 1.11;
        padding: 6rem 8rem;
        border-radius: 8rem;
        margin-right: 6rem;
    }
    .goods_price_coupon_detail {
        font-size: 40rem;
        line-height: 1;
    }
    .goods_price_coupon_large_txt {
        font-size: 56rem;
        line-height: 1;
    }
    .goods_price_coupon_off {
        font-size: 40rem;
    }
    .goods_price_coupon_tax {
        display: block;
        font-size: 20rem;
    }
    .goods_price_coupon_fukidashi {
        bottom: 26rem;
        left: 215rem;
        width: 90rem;
    }
    .goods_price_normal_30 + .goods_price_coupon .goods_price_coupon_fukidashi {
        bottom: 6rem;
    }
    .goods_price_coupon_fukidashi_shadow {
        top: 6rem;
        right: -7rem;
        clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 80% 100%);
    }
    .swiper_button_arrow_wrap {
        height: 96rem;
    }
    .swiper_button_arrow {
        width: 96rem;
        height: 96rem;
    }
    .swiper_button_prev {
        left: 12rem;
        bottom: 30rem;
    }
    .swiper_button_next {
        right: 12rem;
        bottom: 30rem;
    }
    .swiper_button_arrow::before {
        background: url(../images/swiper_aroow.png?v=9) no-repeat center 32rem / 38rem auto;
    }
}

/* debut */
.debut .goods_ttl_wrap,
.debut .goods_tag_list_item,
.debut .goods_price_coupon_fukidashi_shadow,
.debut .swiper_button_arrow {
    background-color: #ffba00;
}

/* popular */
.popular .goods_ttl_wrap,
.popular .goods_tag_list_item,
.popular .goods_price_coupon_fukidashi_shadow,
.popular .swiper_button_arrow {
    background-color: #ff7697;
}
@media (min-width: 751px) {
    .popular .goods_swiper_slide_inner {
        height: 560px;
    }
}
@media (max-width: 750px) {
    .popular .goods_swiper_slide_inner {
        height: 610rem;
    }
    .popular .goods_ttl_inner {
        padding: 0 88rem;
    }
}

/* colour */
.colour .goods_ttl_wrap,
.colour .goods_tag_list_item,
.colour .goods_price_coupon_fukidashi_shadow,
.colour .swiper_button_arrow {
    background-color: #50c9ea;
}
@media (min-width: 751px) {
    .colour .goods_swiper_slide_inner {
        height: 550px;
    }
}
@media (max-width: 750px) {
    .colour .goods_ttl_inner {
        padding: 0;
    }
}

/* dual_use */
.dual_use .goods_ttl_wrap,
.dual_use .goods_tag_list_item,
.dual_use .goods_price_coupon_fukidashi_shadow,
.dual_use .swiper_button_arrow {
    background-color: #a688fc;
}
@media (max-width: 750px) {
    .dual_use .goods_ttl_inner {
        padding: 0 90rem;
    }
    .dual_use .goods_ttl_wrap {
        height: 231rem;
    }
    .dual_use .goods_swiper_slide_inner {
        height: 615rem;
    }
}

/* astigmatism */
.astigmatism .goods_ttl_wrap,
.astigmatism .goods_tag_list_item,
.astigmatism .goods_price_coupon_fukidashi_shadow,
.astigmatism .swiper_button_arrow {
    background-color: #9be200;
}
@media (max-width: 750px) {
    .astigmatism .goods_ttl_inner {
        padding: 0;
    }
    .astigmatism .goods_swiper_slide_inner {
        height: 620rem;
    }
}

/* more */
.more_detail {
    position: relative;
    text-align: center;
}
.more_detail_fukidashi {
    position: absolute;
}
.more_detail_txt {
    color: #000;
}
.more_detail_dec {
    position: absolute;
    transition-delay: 0.5s;
}
.is_animated .more_detail_dec {
    opacity: 1;
    transform: translate(0, 0);
}
@media (min-width: 751px) {
    .more {
        margin-top: 25px;
    }
    .more_detail {
        padding-top: 28px;
    }
    .more_detail_fukidashi {
        top: 138px;
        left: 365px;
        font-size: 20px;
        line-height: 1.4;
    }
    .more_detail_percent {
        width: 469px;
        margin-left: 340px;
        margin-top: 18px;
    }
    .more_detail_txt {
        font-size: 16px;
        margin-top: 18px;
    }
    .more_detail_dec_1 {
        width: 148px;
        top: 25px;
        left: 147px;
        transform: translate(-50px, -50px);
    }
    .more_detail_dec_2 {
        top: 173px;
        left: 106px;
        width: 215px;
        transform: translate(-70px, 50px);
    }
    .more_detail_dec_3 {
        top: 26px;
        left: 832px;
        width: 215px;
        transform: translate(50px, -50px);
    }
    .more_detail_dec_4 {
        top: 205px;
        left: 847px;
        width: 170px;
        transform: translate(70px, 50px);
    }
    .more .link_list {
        margin-top: 20px;
        padding-bottom: 27px;
    }
}
@media (max-width: 750px) {
    .more {
        margin-top: 16rem;
    }
    .more_detail {
        padding-top: 0rem;
    }
    .more_detail_fukidashi {
        top: 124rem;
        left: 114rem;
        font-size: 22rem;
        line-height: 1.45;
        z-index: 2;
    }
    .more_detail_percent {
        position: relative;
        z-index: 1;
        width: 492rem;
        margin-left: 90rem;
        margin-top: 20rem;
    }
    .more_detail_txt {
        font-size: 22rem;
        line-height: 1.45;
        margin-top: 22rem;
    }
    .more_detail_dec_1 {
        top: 14rem;
        width: 106rem;
        left: -11rem;
        transform: translate(-50rem, -50rem);
    }
    .more_detail_dec_2 {
        top: 215rem;
        left: -8rem;
        width: 158rem;
        transform: translate(-70rem, 50rem);
    }
    .more_detail_dec_3 {
        top: 35rem;
        width: 161rem;
        left: 526rem;
        transform: translate(50rem, -50rem);
    }
    .more_detail_dec_4 {
        top: 201rem;
        left: 575rem;
        width: 106rem;
        transform: translate(70rem, 50rem);
    }
    .more .link_list {
        margin-top: 16rem;
        padding-bottom: 10rem;
    }
}

/* content_dec */
.content_dec {
    position: absolute;
}

/* merit */
.merit .inner {
    position: relative;
    z-index: 1;
}
.merit_ttl_wrap {
    position: relative;
}
.merit_ttl_dec {
    position: absolute;
}
.is_animated .merit_ttl_dec {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.merit_ttl_dec_1 {
    transition-delay: 1.4s;
}
.merit_ttl_dec_2 {
    transition-delay: 1.4s;
}
.merit_ttl_chara {
    transition-delay: 1s;
}
.merit_ttl {
    transition-delay: 0.6s;
}
.merit_txt {
    transition-delay: 0.8s;
}
.merit_list_item {
    position: relative;
}
.merit_bg_dec {
    position: absolute;
    right: 0;
    background-color: #fff;
}
.merit_list_ttl {
    position: relative;
    color: #fff;
    text-shadow: 1px 2px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    background-color: #50c9ea;
    z-index: 1;
}
.merit_list_txt_wrap {
    position: relative;
    text-align: justify;
    background-color: #fff;
}
.merit_list_txt_small {
    font-size: 77.7%;
}
.merit_list_icon {
    position: absolute;
    z-index: 1;
}
@media (min-width: 751px) {
    .merit {
        padding: 346px 0 258px;
    }
    .merit .content_bg {
        height: 892px;
    }
    .merit .inner {
        top: -280px;
    }
    .merit_ttl_dec_1 {
        top: 67px;
        left: 103px;
        width: 57px;
        transform: translate(80px, 30px) rotate(80deg);
    }
    .merit_ttl_dec_2 {
        top: -37px;
        right: 185px;
        width: 61px;
        transform: translate(-70px, 50px) rotate(-70deg);
    }
    .merit_ttl_chara {
        top: -20px;
        right: -60px;
        width: 303px;
    }
    .merit_ttl {
        width: 681px;
        margin-left: 210px;
    }
    .merit_txt {
        width: 697px;
        margin: 16px auto 0;
    }
    .merit_list {
        margin-top: 32px;
    }
    .merit_list_item + .merit_list_item {
        margin-top: 29px;
    }
    .merit_bg_dec,
    .merit_list_ttl,
    .merit_list_txt_wrap {
        border-radius: 16px;
    }
    .merit_bg_dec {
        top: 14px;
        width: 212px;
        height: 80px;
    }
    .merit_list_ttl {
        font-size: 28px;
        line-height: 1.78;
        width: 940px;
        padding: 0 0 5px 120px;
    }
    .merit_list_txt_wrap {
        display: flex;
        align-items: center;
        min-height: 115px;
        padding: 22px 40px 7px 120px;
        margin-top: -18px;
    }
    .merit_list_icon {
        top: -34px;
        left: -16px;
        width: 112px;
    }
    .merit_list_txt {
        font-size: 18px;
        line-height: 1.78;
    }
}
@media (max-width: 750px) {
    .merit {
        padding: 132rem 0 0;
        margin-top: 126rem;
    }
    .merit .content_bg {
        height: 1690rem;
    }
    .merit .inner {
        top: -220rem;
    }
    .merit_ttl_dec_1 {
        top: 266rem;
        left: 22rem;
        width: 58rem;
        transform: translate(80rem, 30rem) rotate(80deg);
    }
    .merit_ttl_dec_2 {
        top: -31rem;
        left: 383rem;
        width: 64rem;
        transform: translate(-70rem, 50rem) rotate(-70deg);
    }
    .merit_ttl_chara {
        top: 45rem;
        right: -60rem;
        width: 202rem;
        z-index: 1;
    }
    .merit_ttl {
        width: 614rem;
        margin-left: 29rem;
    }
    .merit_txt {
        position: relative;
        width: 574rem;
        margin: 26rem auto 0;
        z-index: 1;
    }
    .merit_list {
        margin-top: 33rem;
    }
    .merit_list_item + .merit_list_item {
        margin-top: 27rem;
    }
    .merit_bg_dec,
    .merit_list_ttl,
    .merit_list_txt_wrap {
        border-radius: 16rem;
    }
    .merit_bg_dec {
        top: 62rem;
        width: 81rem;
        height: 90rem;
    }
    .merit_list_ttl {
        font-size: 32rem;
        text-shadow: 1rem 2rem 0 #000, -1rem 1rem 0 #000, 1rem -1rem 0 #000, -1rem -1rem 0 #000;
        line-height: 1.5;
        width: 696rem;
        height: 118rem;
        background-color: transparent;
        padding: 0 0 0 150rem;
    }
    .merit_list_ttl_1 {
        padding-top: 40rem;
    }
    .merit_list_ttl::before,
    .merit_list_ttl::after {
        content: '';
        position: absolute;
        border-radius: 16rem;
        z-index: -1;
    }
    .merit_list_ttl::before {
        bottom: -20rem;
        right: 60rem;
        width: 60rem;
        height: 60rem;
        background-color: #fff;
    }
    .merit_list_ttl::after {
        top: 0;
        left: 0;
        width: 592rem;
        height: 100%;
        background-color: #4fc8e9;
    }
    .merit_list_txt_wrap {
        padding: 26rem 34rem 25rem 34rem;
    }
    .merit_list_icon {
        top: -123rem;
        left: 0rem;
        width: 123rem;
    }
    .merit_list_txt {
        font-size: 24rem;
        line-height: 1.5;
    }
}

/* target */
.target .inner {
    position: relative;
    z-index: 1;
}
.target_ttl_wrap {
    position: relative;
}
.target_ttl_dec {
    position: absolute;
}
.is_animated .target_ttl_dec {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.target_ttl_dec_1 {
    transition-delay: 1.2s;
}
.target_ttl_dec_2 {
    transition-delay: 1.2s;
}
.target_ttl {
    transition-delay: 0.6s;
}
.target_txt {
    transition-delay: 0.8s;
}
.target_table {
    width: 100%;
    overflow: hidden;
}
.target_table th {
    color: #fff;
    text-align: center;
    background-color: #000;
}
.target_table .icon_yes,
.target_table .icon_no {
    position: relative;
}
.target_table .icon_yes::before,
.target_table .icon_no::before,
.target_table .icon_no::after {
    content: '';
    position: absolute;
}
.target_table .icon_yes::before {
    border-radius: 50%;
}
.target_table .icon_no::before,
.target_table .icon_no::after {
    height: 2px;
    background-color: #c9c9c9;
}
.target_table td {
    text-align: justify;
    background-color: #fff;
}
.target_table th.dark {
    color: #c9c9c9;
}
.target_table td.dark {
    background-color: #c9c9c9;
}
.target_shop {
    text-align: center;
}
.target_shop_list {
    display: flex;
}
.target_shop_list_item {
    overflow: hidden;
    background-color: #fff;
}
.target_shop_name_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110%;
    margin-left: -5%;
}
@media (min-width: 751px) {
    .target {
        padding: 350px 0 355px;
        margin-top: -194px;
    }
    .target .content_bg {
        height: 550px;
    }
    .target .inner {
        top: -260px;
    }
    .target_ttl_dec_1 {
        top: 63px;
        left: 96px;
        width: 56px;
        transform: translate(80px, 30px) rotate(80deg);
    }
    .target_ttl_dec_2 {
        top: 158px;
        right: 165px;
        width: 58px;
        transform: translate(-60px, -30px) rotate(-90deg);
    }
    .target_ttl {
        width: 681px;
        margin-left: 197px;
    }
    .target_txt {
        width: 833px;
        margin: 16px auto 0;
    }
    .target_table_wrap {
        margin-top: 32px;
    }
    .target_table {
        border-radius: 16px;
    }
    .target_table th,
    .target_table td {
        width: 25%;
    }
    .target_table th + th,
    .target_table td + td {
        border-left: 2px solid #ffcc03;
    }
    .target_table th {
        font-size: 24px;
        padding: 22px 0;
    }
    .target_table .icon_yes,
    .target_table .icon_no {
        padding-left: 48px;
    }
    .target_table .icon_yes::before,
    .target_table .icon_no::before,
    .target_table .icon_no::after {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .target_table .icon_yes::before {
        width: 32px;
        height: 32px;
        border: 2px solid #fff;
    }
    .target_table .icon_no::before,
    .target_table .icon_no::after {
        width: 34px;
        height: 2px;
        transform-origin: center top;
    }
    .target_table .icon_no::before {
        transform: rotate(45deg) translateY(-50%);
    }
    .target_table .icon_no::after {
        transform: rotate(-45deg) translateY(-50%);
    }
    .target_table td {
        font-size: 18px;
        vertical-align: top;
        line-height: 1.78;
        padding: 23px 40px;
    }
    .target_shop {
        margin-top: 60px;
    }
    .target_shop_ttl {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .target_shop_list {
        justify-content: space-between;
    }
    .target_shop_list_item {
        width: 216px;
        height: 144px;
        padding: 24px 28px 0;
        border-radius: 16px;
        box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.2);
    }
    .target_shop_name_wrap {
        height: 48px;
        margin-top: 10px;
    }
    .target_shop_name {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 750px) {
    .target {
        padding: 20rem 0 150rem;
        margin-top: 300rem;
    }
    .target .content_bg {
        height: 1150rem;
    }
    .target .inner {
        top: -215rem;
    }
    .target_ttl_dec_1 {
        top: -42rem;
        left: 350rem;
        width: 57rem;
        transform: translate(40rem, 60rem) rotate(80deg);
    }
    .target_ttl_dec_2 {
        top: 235rem;
        right: 30rem;
        width: 58rem;
        transform: translate(-180rem, -80rem) rotate(-90deg);
    }
    .target_ttl {
        width: 613rem;
        margin-left: 30rem;
    }
    .target_txt {
        width: 598rem;
        margin: 25rem auto 0;
    }
    .target_table_wrap {
        margin-top: 33rem;
    }
    .target_table {
        border-radius: 16rem;
    }
    .target_table tr + tr th,
    .target_table tr + tr td {
        border-top: 1px solid #ffcc03;
    }
    .target_table th {
        font-size: 22rem;
        width: 15%;
        border-right: 1px solid #ffcc03;
    }
    .target_table .icon_yes,
    .target_table .icon_no {
        top: 27rem;
    }
    .target_table .icon_yes {
        padding-top: 50rem;
    }
    .target_table .icon_no {
        padding-top: 30rem;
    }
    .target_table .icon_yes::before,
    .target_table .icon_no::before,
    .target_table .icon_no::after {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .target_table .icon_yes::before {
        width: 32rem;
        height: 32rem;
        border: 1px solid #fff;
    }
    .target_table .icon_no::before,
    .target_table .icon_no::after {
        width: 34rem;
        height: 1px;
        transform-origin: left center;
    }
    .target_table .icon_no::before {
        transform: rotate(45deg) translateX(-50%);
    }
    .target_table .icon_no::after {
        transform: rotate(-45deg) translateX(-50%);
    }
    .target_table td {
        font-size: 24rem;
        line-height: 1.5;
        width: 85%;
        padding: 25rem 32rem;
    }
    .target_shop {
        margin-top: 78rem;
    }
    .target_shop_ttl {
        font-size: 30rem;
        margin-bottom: 20rem;
    }
    .target_shop_list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .target_shop_list_item {
        width: 208rem;
        height: 160rem;
        padding: 24rem 28rem 0;
        border-radius: 16rem;
        box-shadow: 0 6rem 0 0 rgba(0, 0, 0, 0.2);
        margin-right: 20rem;
    }
    .target_shop_list_item:nth-child(3n) {
        margin-right: 0;
    }
    .target_shop_list_item:nth-child(n + 4) {
        margin-top: 25rem;
    }
    .target_shop_name_wrap {
        height: 56rem;
        margin-top: 10rem;
    }
    .target_shop_name {
        font-size: 22rem;
        line-height: 1.5;
    }
}

/* howto */
.howto .inner {
    position: relative;
    z-index: 1;
}
.howto_ttl_wrap {
    position: relative;
}
.howto_ttl_dec {
    position: absolute;
}
.is_animated .howto_ttl_dec {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.howto_ttl_dec_1 {
    transition-delay: 1.2s;
}
.howto_ttl_dec_2 {
    transition-delay: 1.2s;
}
.howto_ttl {
    transition-delay: 0.6s;
}
.howto_txt {
    transition-delay: 0.8s;
}
.howto_detail {
    background-color: #fff;
}
.howto_detail_ttl {
    text-align: center;
}
.howto_notes {
    background-color: #f5f5f5;
}
.howto_notes_list_item {
    text-indent: -1em;
    line-height: 1.5;
    margin-left: 1em;
}
@media (min-width: 751px) {
    .howto {
        padding: 374px 0 442px;
        margin-top: -182px;
    }
    .howto .content_dec_top {
        padding-top: 10px;
    }
    .howto .content_bg {
        height: 426px;
    }
    .howto .inner {
        top: -295px;
    }
    .howto_ttl_dec_1 {
        top: 152px;
        left: 106px;
        width: 59px;
        transform: translate(90px, -20px) rotate(100deg);
    }
    .howto_ttl_dec_2 {
        top: 165px;
        right: 145px;
        width: 61px;
        transform: translate(-70px, -50px) rotate(-80deg);
    }
    .howto_ttl {
        width: 681px;
        margin-left: 210px;
    }
    .howto_txt {
        width: 746px;
        margin: 16px auto 0;
    }
    .howto_detail {
        padding: 58px 64px 65px;
        border-radius: 16px;
        margin-top: 32px;
    }
    .howto_detail_ttl {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .howto_notes {
        padding: 26px 40px;
        margin-top: 32px;
    }
    .howto_notes_ttl {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .howto_notes_list_item {
        font-size: 16px;
    }
}
@media (max-width: 750px) {
    .howto {
        padding: 170rem 0 130rem;
        margin-top: 60px;
    }
    .howto .content_dec_top {
        padding-top: 10rem;
    }
    .howto .content_bg {
        height: 1050rem;
    }
    .howto .inner {
        top: -210rem;
    }
    .howto_ttl_dec_1 {
        top: -40rem;
        left: 84rem;
        width: 60rem;
        transform: translate(160rem, 70rem) rotate(100deg);
    }
    .howto_ttl_dec_2 {
        top: 206rem;
        right: 22rem;
        width: 61rem;
        transform: translate(-150rem, -60rem) rotate(-80deg);
    }
    .howto_ttl {
        width: 613rem;
        margin-left: 30rem;
    }
    .howto_txt {
        width: 561rem;
        margin: 24rem auto 0;
    }
    .howto_detail {
        padding: 45rem 28rem;
        border-radius: 16rem;
        margin-top: 32rem;
    }
    .howto_detail_ttl {
        font-size: 30rem;
        margin-bottom: 22rem;
    }
    .howto_notes {
        padding: 26rem 36rem;
        margin-top: 25rem;
    }
    .howto_notes_ttl {
        font-size: 26rem;
        margin-bottom: 8rem;
    }
    .howto_notes_list_item {
        font-size: 20rem;
    }
}

/* conclusion */
.conclusion_dec {
    position: absolute;
}
.is_animated .conclusion_dec {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
}
.conclusion_dec_1 {
    transition-delay: 0.6s;
}
.conclusion_dec_2 {
    transition-delay: 0.8s;
}
.conclusion_dec_3 {
    transition-delay: 0.9s;
}
.conclusion_dec_4 {
    transition-delay: 0.8s;
}
.conclusion_dec_chara {
    transition-delay: 1.2s;
}
.conclusion_fukidashi_1 {
    position: absolute;
    transition-delay: 0.2s;
}
.conclusion_fukidashi_2 {
    position: absolute;
    transition-delay: 0.2s;
}
.conclusion_fukidashi_txt {
    position: absolute;
    text-align: center;
    line-height: 1.75;
}
.conclusion_fukidashi_txt span {
    color: #eb0000;
    line-height: 1;
}
@media (min-width: 751px) {
    .conclusion {
        height: 408px;
        margin-top: -105px;
    }
    .conclusion_dec_1 {
        top: 71px;
        left: -24px;
        width: 254px;
        transform: translate(50px, 0px) rotate(0deg);
    }
    .conclusion_dec_2 {
        top: 228px;
        left: 252px;
        width: 51px;
        transform: translate(90px, -30px) rotate(80deg);
    }
    .conclusion_dec_3 {
        top: 261px;
        left: 342px;
        width: 63px;
        transform: translate(80px, -60px) rotate(70deg);
    }
    .conclusion_dec_4 {
        top: -2px;
        left: 793px;
        width: 56px;
        transform: translate(-65px, 50px) rotate(-70deg);
    }
    .conclusion_dec_chara {
        top: -34px;
        right: 34px;
        width: 284px;
    }
    .conclusion_fukidashi_1 {
        top: 10px;
        left: 161px;
        width: 576px;
    }
    .conclusion_fukidashi_2 {
        top: 132px;
        left: 496px;
        width: 473px;
    }
    .conclusion_fukidashi_txt {
        top: 28px;
        font-size: 24px;
    }
    .conclusion_fukidashi_1 .conclusion_fukidashi_txt {
        left: 40px;
    }
    .conclusion_fukidashi_2 .conclusion_fukidashi_txt {
        left: 63px;
    }
    .conclusion_fukidashi_txt span {
        font-size: 40px;
    }
}
@media (max-width: 750px) {
    .conclusion {
        height: 470rem;
        margin-top: -20rem;
    }
    .conclusion_dec_1 {
        top: 193rem;
        left: -15rem;
        width: 256rem;
        transform: translate(50rem, 30rem) rotate(0deg);
    }
    .conclusion_dec_2 {
        top: 345rem;
        left: 433rem;
        width: 44rem;
        transform: translate(90rem, -30rem) rotate(80deg);
    }
    .conclusion_dec_3 {
        top: 357rem;
        left: 277rem;
        width: 63rem;
        transform: translate(80rem, -60rem) rotate(70deg);
    }
    .conclusion_dec_4 {
        top: 32rem;
        right: 75rem;
        width: 56rem;
        transform: translate(-65rem, 50rem) rotate(-70deg);
    }
    .conclusion_dec_chara {
        top: -115rem;
        right: -52rem;
        width: 200rem;
    }
    .conclusion_fukidashi_1 {
        top: 0;
        left: 46rem;
        width: 489rem;
    }
    .conclusion_fukidashi_2 {
        top: 156rem;
        left: 204rem;
        width: 473rem;
    }
    .conclusion_fukidashi_txt {
        top: 26rem;
        font-size: 24rem;
    }
    .conclusion_fukidashi_1 .conclusion_fukidashi_txt {
        left: 40rem;
    }
    .conclusion_fukidashi_2 .conclusion_fukidashi_txt {
        left: 63rem;
    }
    .conclusion_fukidashi_txt span {
        font-size: 40rem;
    }
}

/* bnr_area */
.bnr_area {
    background-color: #fff;
}
.bnr_area_list {
    margin: 0 auto;
}
.bnr_area_txt {
    text-align: center;
}
@media (min-width: 751px) {
    .bnr_area {
        padding: 119px 0 56px;
    }
    .bnr_area_list {
        width: 640px;
    }
    .bnr_area_list li {
        box-shadow: 10px 17px 40px 0 rgba(0, 0, 0, 0.3);
    }
    .bnr_area_txt {
        font-size: 24px;
        margin-top: 115px;
    }
    .ziguzagu_line_wrap {
        width: 673px;
        margin-inline: auto;
    }
}
@media (max-width: 750px) {
    .bnr_area {
        padding: 80rem 0 70rem;
    }
    .bnr_area_list {
        width: 640rem;
    }
    .bnr_area_list li {
        box-shadow: 10rem 17rem 40rem 0 rgba(0, 0, 0, 0.3);
    }
    .bnr_area_txt {
        font-size: 28rem;
        line-height: 1.5;
        margin-top: 75rem;
    }
    .ziguzagu_line_wrap {
        margin-inline: auto;
    }
}

/* footer */
.footer {
    color: #fff;
    background-color: #e60012;
}
.footer_copy {
    text-align: center;
}
@media (min-width: 751px) {
    .footer {
        padding: 30px 0;
    }
    .footer_copy {
        font-size: 16px;
    }
}
@media (max-width: 750px) {
    .footer {
        padding: 25rem 0;
    }
    .footer_copy {
        font-size: 20rem;
    }
}

/* floating_btn */
.floating_btn_wrap {
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 0.4s;
}
.is_animation_load .floating_btn_wrap {
    transform: translate(0, -50%);
}
.floating_btn_wrap::before,
.floating_btn_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
    z-index: -1;
}
.floating_btn_wrap::before {
    background: url(../images/floating_btn_bg_off.png) no-repeat center / 100% auto;
    opacity: 1;
}
.floating_btn_wrap::after {
    background: url(../images/floating_btn_bg_on.png) no-repeat center / 100% auto;
    opacity: 0;
}
.floating_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 180px;
    height: 87px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
}
.floating_btn_inner {
    display: block;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 1.33;
    padding-left: 40px;
}
.floating_btn_icon {
    position: absolute;
    top: 50%;
    left: 22px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s, background-color 0.3s;
}
.floating_btn_icon::before,
.floating_btn_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 14px;
    background-color: #000;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s;
}
.floating_btn_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 751px) {
    .floating_btn_wrap {
        top: 50%;
        transform: translate(100%, -50%);
    }
    .floating_btn_wrap:hover::before {
        opacity: 0;
    }
    .floating_btn_wrap:hover::after {
        opacity: 1;
    }
    .floating_btn {
        padding-bottom: 8px;
    }
    .floating_btn_inner {
        transition: color 0.3s;
    }
    .floating_btn:hover .floating_btn_inner {
        color: #ffe34f;
    }
    .floating_btn:hover .floating_btn_icon {
        background-color: #fff;
        transform: translateY(-50%) rotate(180deg);
    }
    .floating_btn:hover .floating_btn_icon::before,
    .floating_btn:hover .floating_btn_icon::after {
        background-color: #000;
    }
}
@media (max-width: 750px) {
    .floating_btn_wrap {
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        background-color: #fff;
        padding: 24rem 0 16rem;
        display: none;
        opacity: 0;
    }
    .is_animation_load .floating_btn_wrap {
        transform: translate(0, 0);
    }
    .floating_btn_wrap::before,
    .floating_btn_wrap::after {
        display: none;
    }
    .floating_btn_wrap.is_show_floating_btn {
        display: block;
        animation: showFloatingBtnShow forwards 0.4s;
    }
    @keyframes showFloatingBtnShow {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .floating_btn,
    .floating_btn_inner {
        color: #fff;
    }
    .floating_btn {
        width: 486rem;
        height: 88rem;
        background: url(../images/sp/floating_btn_bg_off.png?v=1) no-repeat center / 100% auto;
        padding-bottom: 10rem;
        margin: 0 auto;
    }
    .floating_btn_inner {
        font-size: 24rem;
        padding-left: 0;
        margin-top: 0;
    }
    .floating_btn_icon {
        display: none;
    }
}

/* popup */
.popup_wrap {
    display: none;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.popup_close {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.popup_inner {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_inner::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.popup_coupon_inner {
    display: inline-block;
    width: 1240px;
}
.popup_coupon_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 100px 0;
    width: calc(100% - 1px);
}
.popup_coupon_cover {
    display: inline-block;
    position: relative;
}
.popup_coupon_detail {
    position: absolute;
    top: 61%;
    right: 4.1%;
    font-weight: 700;
    text-align: center;
    width: 20%;
}
.popup_coupon_detail_year {
    display: block;
    font-size: 19px;
    line-height: 1;
}
.popup_coupon_detail_date_month {
    font-size: 28px;
}
.popup_coupon_detail_date {
    display: block;
    font-size: 25px;
    line-height: 1;
}
.popup_coupon_detail_txt {
    display: block;
    font-size: 19px;
    line-height: 1.4;
}
.popup_print_btn_wrap {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}
.popup_print_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 325px;
    height: 79px;
    background: url(../images/popup_print_btn.png) no-repeat center / contain;
    border: none;
    cursor: pointer;
    overflow: hidden;
}
.popup_print_btn_txt {
    display: inline-block;
    font-size: 20px;
    padding: 0 50px 6px 0;
}
@media (max-width: 750px) {
    /* popup */
    .popup_close {
        top: 40rem;
        right: 40rem;
        width: 72rem;
    }
    .popup_close img {
        width: 100%;
    }
    .popup_coupon_inner {
        width: 100%;
    }
    .popup_coupon_wrap {
        margin: 0;
    }
    .popup_coupon_cover {
        vertical-align: middle;
        width: 96vw;
        padding-top: 64%;
        margin: 2vw 0;
    }
    .popup_coupon {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .popup_coupon_detail {
        top: 63.5%;
    }
    .popup_coupon_detail_year {
        font-size: 3vw;
    }
    .popup_coupon_detail_date_month {
        font-size: 4vw;
    }
    .popup_coupon_detail_date {
        font-size: 3.6vw;
    }
    .popup_coupon_detail_txt {
        font-size: 2.5vw;
    }
}

.swiper_control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: relative;
    display: flex;
    gap: 0 16px;
    align-items: center;
    justify-content: center;
}
.swiper_toggle_wrap {
    position: relative;
    z-index: 11;
}
.swiper_toggle_wrap .swiper_pause {
    display: block;
}
.swiper_toggle_wrap .swiper_play {
    display: none;
}
.swiper_toggle_wrap.is-paused .swiper_pause {
    display: none;
}
.swiper_toggle_wrap.is-paused .swiper_play {
    display: block;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
    border:1px solid #000;
}
.swiper-pagination-bullet-active {
    background: #000;
}
.swiper_toggle_wrap {
    padding:0;
    border: none;
    border-radius: 50%;
    overflow:hidden;
    cursor: pointer;
}
.swiper_pause,
.swiper_play {
    width: 32px;
    height: 32px;
}
.swiper_pause {
    background: #fff url(../images/icon_pause.svg) no-repeat;
    background-size: contain;
}
.swiper_play {
    background: #fff url(../images/icon_play.svg) no-repeat;
    background-size: contain;
}
@media (max-width: 750px) {
    .swiper_control {
        gap: 40rem;
    }
    .swiper-pagination {
        gap: 0 32rem;
    }
    .swiper-pagination-bullet {
        width: 24rem;
        height: 24rem;
    }
    .swiper_pause,
    .swiper_play {
        width: 64rem;
        height: 64rem;
    }
    .target_dec_bg {
        margin-top: -95rem;
    }
}
