@charset "UTF-8";

#header {
    display: none
}

.inner {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.s-inner {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}
section {
    font-family: "Noto Sans JP", sans-serif;
}
body {
    margin:0;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: initial;
}
.block-headernav ul.block-headernav--item-list > li {
    padding-bottom: 0
}
h2 {
    font-weight: bold;
    background: transparent;
    padding: 0;
}
h3 {
    padding: 0;
}
.fc_orange {
    color: #E94816;
}
.bk_yellow {
    background: linear-gradient(180deg, transparent 80%, yellow 80%);
}

html[data-browse-mode="S"] .pc {
    display: none;
}
html[data-browse-mode="P"] .sp {
    display: none;
}



/****************************
*** Header
*****************************/
.plusta-header {
    height: 100px;
    text-align: center;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    background: #fff;
    width: 100%;
}
.plusta-header img {
    width: 190px;
}

html[data-browse-mode="S"] .plusta-header {
    height: 65px;
    padding: 2px 0;
}
html[data-browse-mode="S"] .plusta-header img {
    width: 130px;
}


/****************************
*** MV
*****************************/
.mv {
    position: relative;
    margin-top: 100px;
}
.mv_main {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    margin: 0;
    height: 80%;
}
html[data-browse-mode="P"] .mv_main img {
    height: 100%;
}
html[data-browse-mode="S"] .mv {
    margin-top: 65px;
}
html[data-browse-mode="S"] .mv_main {
    width: 97.55%;
    height: auto;
    left: 50%;
}

.loop-slider-wrapper {
    width: 100%;
}

.loop-slider {
    pointer-events: none;
    width: 100%;
}

.loop-slider.embla {
    overflow: hidden
}

.loop-slider .embla__container:has(.embla__slide:nth-child(6):last-child) {
    display: flex;
    animation: loop-slide3 60s infinite linear;
}

.loop-slider .embla__container:has(.embla__slide:nth-child(8):last-child) {
    display: flex;
    animation: loop-slide4 80s infinite linear;
}

.loop-slider .embla__container:has(.embla__slide:nth-child(10):last-child) {
    display: flex;
    animation: loop-slide5 80s infinite linear;
}

.loop-slider .embla__slide {
    flex: 0 0 30%;
}

.loop-slider .embla__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    aspect-ratio: 1 / 1;
    min-height: 500px;
    min-width: 500px;
}

@media screen and (max-width: 767px) {
    .loop-slider-wrapper {
        margin-top: 50px;
    }
    .loop-slider .embla__slide {
        flex:0 0 80%
    }
    .loop-slider .embla__container:has(.embla__slide:nth-child(6):last-child) {
        display: flex;
        animation: loop-slide3_sp 30s infinite linear;
    }
    
    .loop-slider .embla__container:has(.embla__slide:nth-child(8):last-child) {
        display: flex;
        animation: loop-slide4_sp 40s infinite linear;
    }
    
    .loop-slider .embla__container:has(.embla__slide:nth-child(10):last-child) {
        display: flex;
        animation: loop-slide5_sp 50s infinite linear;
    }
}
@keyframes loop-slide3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-90%);
    }
}

@keyframes loop-slide4 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-120%);
    }
}

@keyframes loop-slide5 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-150%);
    }
}

.mv_link_wrapper {
    margin-top: 120px;
}
.mv_link {
    width: 400px;
    height: 70px;
    margin: 0 auto;
    background:#F9BA3B;
    color: #444444;
    display: block;
    border-radius: 6px;
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position:relative;
}
.mv_link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
html[data-browse-mode="S"] .mv_link_wrapper {
    margin-top: calc((40 / 390) * 100vw);
}
html[data-browse-mode="S"] .mv_link {
    width: calc((270 / 390) * 100vw);
    height: calc((48 / 390) * 100vw);
    line-height: calc((48 / 390) * 100vw);
    font-size: calc((15 / 390) * 100vw);
}


/****************************
*** ANCHOR
*****************************/
.anchor-list {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.anchor-item {
    position: relative;
    width: calc((100% - 40px) / 3);
    background: #fff;
    border: 1px solid #E94816;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E94816;
    font-size: 25px;
    flex-direction: column;
    padding: 20px 0 43px;
    font-weight: bold;
    line-height: 41px;
}
.anchor-item:nth-of-type(2) {
    padding-top: 27px;
}
.anchor-item span {
    font-size: 15px;
    /* display: block; */
    line-height: 17px;
}
.anchor-item.free-shipping-item img {
    position: absolute;
    top: -30px;
    right: 5px;
}
.anchor-item::after {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 2px solid #E94816;
    border-right: 2px solid #E94816;
    position: absolute;
    top: 80%;
    left: 48%;
    transform: translateY(-50%) rotate(135deg);
}

html[data-browse-mode="S"] .anchor-list {
    gap: calc((10 / 390) * 100vw);
    margin-top: calc((40 / 390) * 100vw);
    margin-bottom: calc((40 / 390) * 100vw);
    flex-wrap: wrap;
}
html[data-browse-mode="S"] .anchor-item {
     width: 100%;
     padding: calc((9 / 390) * 100vw) calc((30 / 390) * 100vw) calc((10 / 390) * 100vw) 0;
     text-align: center;
     line-height: calc((24 / 390) * 100vw);
     font-size: calc((17 / 390) * 100vw);
}html[data-browse-mode="S"] .anchor-item span {
    font-size: calc((12 / 390) * 100vw);
}

html[data-browse-mode="S"] .anchor-item:nth-of-type(2) span {
    font-size: calc((14 / 390) * 100vw);
}
html[data-browse-mode="S"] .anchor-item.free-shipping-item img {
    width: calc((47 / 390) * 100vw);
    top: calc((-15 / 390) * 100vw);
    right: calc((3 / 390) * 100vw);
}
html[data-browse-mode="S"]  .anchor-item::after {
    top: 50%;
    left: initial;
    right: 15px;
    width: 12px;
    height: 12px;
}



/****************************
*** ABOUT
*****************************/
.about_img {
    text-align: center;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.about_img img {
    width: 100%;
    margin: 0 auto;
}
.about_ttl_area {
    text-align: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: -39px;
    padding-top: 30px;
    position: relative;
}
.about_ttl {
    color: #E94816;
    font-weight: bold;
    font-size: 46px;
    position: relative;
    margin: 0;
}
.about_ttl span {
    font-size: 40px;
}
.about_ttl span.about_ttl_catch {
    display: block;
    font-size: 28px;
}
.about_ttl span.about_ttl_sub {
    display: block;
    font-size: 20px;
}
.about_ttl::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #F8DBD2;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); 
}
.about_desc {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
}
.about_content {
    position: relative;
    margin-top: 60px;
    width: 100%;
}
.about_content_01 {
    padding-top: 100px;
    position: relative;
    width: 50%;
    padding-left: 42px;
}
.about_content_01_txt {
    position: absolute;
    top: 430px;
    right: 55px;
    text-align: center;
    transform: rotate(3deg);
    font-size: 20px;
    font-weight: 500;
}
.about_content_02 {
    position: absolute;
    right: 41px;
    top:0;
}
.about_content_02_txt {
    position: absolute;
    top: 45px;
    left: 59px;
    font-size: 20px;
    text-align: center;
    transform: rotate(-3deg);
    font-weight: 500;
}
.about_content_03 {
    position: absolute;
    right: 74px;
    bottom:0;
}
.about_content_03_txt {
    position: absolute;
    top: 185px;
    left: 247px;
    font-size: 20px;
    text-align: center;
    transform: rotate(-3deg);
    font-weight: 500;
}
.about_content_04 {
    height: 300px;
    width: 50%;
    position: relative;
}
.about_content_04_txt {
    font-size: 30px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
}


@media screen and (max-width: 1199px) {
    html[data-browse-mode="P"] .about_content_01 {
        width: calc((635 / 1200) * 100vw);
        max-width: calc(50% - calc((20 / 1200) * 100vw));
        padding-left: calc((20 / 1200) * 100vw);
        padding-top: calc((100 / 1200) * 100vw);
    }
    html[data-browse-mode="P"] .about_content_01_img, .about_content_01_img img {
        width: 100%;
    }
   html[data-browse-mode="P"]  .about_content_01_txt {
        font-size: calc((20 / 1200) * 100vw);
        top: calc((430 / 1200) * 100vw);
        right: calc((55 / 1200) * 100vw);
    }
    html[data-browse-mode="P"] .about_content_02 {
        width: calc((555 / 1200) * 100vw);
        right: calc((0 / 1200) * 100vw);
    }
    html[data-browse-mode="P"] .about_content_02_img, .about_content_02_img img {
        width: 100%;
    }
    html[data-browse-mode="P"] .about_content_02_txt {
        font-size: calc((20 / 1200) * 100vw);
        top: calc((50 / 1200) * 100vw);
        left: calc((60 / 1200) * 100vw);
    }
    html[data-browse-mode="P"] .about_content_03 {
        width: calc((515 / 1200) * 100vw);
        right: calc((84 / 1200) * 100vw);
    }
   html[data-browse-mode="P"]  .about_content_03_img, .about_content_03_img img {
        width: 100%;
    }
    html[data-browse-mode="P"] .about_content_03_txt {
        font-size: calc((20 / 1200) * 100vw);
        top: calc((190 / 1200) * 100vw);
        left: calc((247 / 1200) * 100vw);
    }
    html[data-browse-mode="P"] .about_content_04 {
        height: calc((300 / 1200) * 100vw);
    }
    html[data-browse-mode="P"] .about_content_04_txt {
        font-size: calc((30 / 1200) * 100vw);
    }
}


html[data-browse-mode="S"] .about_ttl_area {
    margin-top: calc((-55 / 390) *100vw);
    padding-top: calc((20 / 390) *100vw);
}
html[data-browse-mode="S"] .about_ttl {
    font-size: calc((23 / 390) *100vw);
}
html[data-browse-mode="S"] .about_ttl span {
    font-size: calc((19 / 390) *100vw);
}
html[data-browse-mode="S"] .about_ttl span.about_ttl_sub {
    font-size: calc((14 / 390) *100vw);
}
html[data-browse-mode="S"] .about_ttl span.about_ttl_catch {
    font-size: calc((20 / 390) *100vw);
}
html[data-browse-mode="S"] .about_ttl::after {
    width: calc((80 / 390) *100vw);
    height: calc((3 / 390) *100vw);
    bottom: calc((-20 / 390) *100vw);
}
html[data-browse-mode="S"] .about_desc {
    font-size: calc((17 / 390) *100vw);
    font-weight: 500;
    margin-top: calc((40 / 390) * 100vw);
}
html[data-browse-mode="S"] .about_content {
    width: 92%;
    margin-top: calc((25 / 390) * 100vw);
    display: flex;
    flex-wrap: wrap;
}
html[data-browse-mode="S"] .about_content_01 {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    order: 1;
}
html[data-browse-mode="S"] .about_content_01_txt {
    top: calc((105 / 390) * 100vw);
    right: calc((25 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
    transform: rotate(7deg);
}

html[data-browse-mode="S"] .about_content_02 {
    position: relative;
    right: initial;
    width: 100%;
    order: 2;
}
html[data-browse-mode="S"] .about_content_02_txt {
    top: calc((110 / 390) * 100vw);
    left: calc((15 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
    transform: rotate(-6deg);
}
html[data-browse-mode="S"] .about_content_03 {
    position: relative;
    order: 3;
    width: 100%;
    right: initial;
    margin-top: calc((20 / 390) * 100vw);
}
html[data-browse-mode="S"] .about_content_03_txt {
    top: calc((105 / 390) * 100vw);
    left: calc((191 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
    transform: rotate(6deg);
}
html[data-browse-mode="S"] .about_content_04 {
    height: initial;
    width: 100%;
    position: relative;
    order: 4;
    margin-top: calc((30 / 390) * 100vw);
}
html[data-browse-mode="S"] .about_content_04_txt {
    font-size: calc((20 / 390) * 100vw);
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    line-height: 1.56;
}


/****************************
*** MERIT
*****************************/
.merit {
    position: relative;
    padding-bottom: 120px;
    padding-top: 120px;
}
.merit_ttl_area {
    background: #E94816;
    text-align: center;
    padding: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 60px;
}
.merit_ttl_sub {
    font-size: 22px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.merit_ttl_sub::before {
    content:"";
    background: url(/img/freepage/plusta/icon_merit-ttl-l.png);
    width: 27px;
    height: 35px;
    display: inline-block;
}
.merit_ttl_sub::after {
    content:"";
    background: url(/img/freepage/plusta/icon_merit-ttl-r.png);
    width: 27px;
    height: 35px;
    display: inline-block;
}
.merit_ttl {
    font-size: 46px;
    margin: 0;
}
.merit_block {
    background: #fff;
    border: 1px solid #E94816;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}
.merit_block_inner {
    display: flex;
    justify-content: left;
    gap: 40px;
}
.merit_flug {
    font-family: "Oswald", sans-serif;
    background: #E94816;
    width: 60px;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
    color: #fff;
    font-size: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    font-weight: bold;
    line-height: 1;
    margin-top: -1px;
}
.merit_flug span {
    display: block;
    font-size: 16px;
    letter-spacing: -0.25em;
}
.merit_img {
    width: 180px;
    align-self: flex-end;
    padding-bottom: 40px;
}
.merit_txt {
    align-self: center;
    width: calc(100% - 320px);
    padding: 40px 0;
}
.merit_block_ttl {
    font-size: 20px;
    font-weight: bold;
}
.merit_block_ttl span.md {
    font-size: 24px;
}
.merit_block_ttl span.lg {
    font-size: 28px;
}
.merit_block_ttl span.sm {
    font-size: 20px
}
.merit_block_ttl span.ruby {
    background-image: radial-gradient(circle at center, #E94816 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 3px;
    display: inline-block;
    margin-top: 5px;
}
.merit_desc {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 24px;
}
.merit_shinkansen {
    position: absolute;
    top: 100px;
    left: calc(50% + 50px);
}

html[data-browse-mode="S"] .merit {
    padding-bottom: calc((50 / 390) * 100vw);
    padding-top: calc((50 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_ttl_area {
    padding: calc((35 / 390) * 100vw) calc((35 / 390) * 100vw) calc((25 / 390) * 100vw);
    margin-bottom: 0;
}

html[data-browse-mode="S"] .merit_ttl_sub {
    font-size: calc((18 / 390) * 100vw);
     gap: calc((7 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_ttl {
    font-size: calc((25 / 390) * 100vw);
    line-height: 1.45;
    margin-top: calc((15 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_shinkansen {
    top: calc((35 / 390) * 100vw);
    left: initial;
    width: calc((390 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_block_inner {
    display: inherit;
}
html[data-browse-mode="S"] .merit_block {
    margin: calc((30 / 390) * 100vw) auto 0;
    width: 97.5%;
    position:relative;
}
html[data-browse-mode="S"] .merit_flug {
    position: absolute;
    width: calc((60 / 390) * 100vw);
    height: calc((100 / 390) * 100vw);
    font-size: calc((40 / 390) * 100vw);
    gap: calc((6 / 390) * 100vw);
    left: calc((15 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_img {
    width: 100%;
    text-align: center;
    max-height: calc((105 / 390) * 100vw);
    position: absolute;
    top: calc((125 / 390) * 100vw);
    padding-bottom: 0;
}
html[data-browse-mode="S"] .merit_block:first-of-type .merit_img {
    top: calc((180 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_block:nth-of-type(2) .merit_img {
    top: calc((110 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_img img {
     max-height: calc((105 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_txt {
    width: 100%;
    padding: calc((20 / 390) * 100vw) 0;
}
html[data-browse-mode="S"] .merit_block_ttl {
    padding-left: calc((85 / 390) * 100vw);
    font-size: calc((16 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_block_ttl span.lg {
    font-size: calc((25 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_block_ttl span.md {
    font-size: calc((16 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_block_ttl span.sm {
    font-size: calc((18 / 390) * 100vw);
}
html[data-browse-mode="S"] .merit_desc {
    margin-top: calc((145 / 390) * 100vw);
    padding: 0 calc((10 / 390) * 100vw);
}


/****************************
*** RECOMMEND
*****************************/
.recommend {
    background: #FBF3E2;
    padding-top: 120px;
    padding-bottom: 120px;
}
.recommend_ttl_area {
    text-align: center;
    color:#E94816;
    font-weight: bold;
    margin-bottom: 40px;
}
.recommend_ttl_sub {
    font-size: 26px;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.recommend_ttl_sub::before {
    content:"";
    background: url(/img/freepage/plusta/icon_rec-ttl-l.png) no-repeat;
    width: 18px;
    height: 25px;
    display: inline-block;
}
.recommend_ttl_sub::after {
    content:"";
    background: url(/img/freepage/plusta/icon_rec-ttl-r.png) no-repeat;
    width: 18px;
    height: 25px;
    display: inline-block;
}
.recommend_ttl {
    font-size: 46px;
    margin: 0;
}
.recommend_block {
    /* background: #fff;
    padding: 55px 50px 50px; */
    border-radius: 15px;
    margin-top: 30px;
}
.recommend_block_ttl {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    padding-left: 50px;
    display: flex;
}
.recommend_block_ttl_num {
    font-size: 30px;
    border-right: 2px solid #E94816;
    padding-right: 10px;
    margin-right: 30px;
    height: fit-content;
}
.recommend_block_list {
    background: #FFF2EE;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    padding: 30px 40px;
    position: relative;
    margin-top: 30px;
}
.recommend_block_list::after {
    content:"";
    position: absolute;
    background: #FFF2EE;
    width: 180px;
    height: 20px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.recommend_block_item {
    width: calc((100% - 210px) / 4);
    position: relative;
}
.recommend_block_item::after {
    content:"";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background: url(/img/freepage/plusta/icon_rec_plus.png) no-repeat;
    width: 30px;
    height: 30px;
}
.recommend_block_item:last-of-type:after {
    content: none;
}
.recommend_block_item_pref {
    text-align:center;
    width: 150px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 20px;
    padding: 2px 0;
    position: relative;
    max-width: 95%;
    font-weight: 500;
}
.recommend_block_item_img {
    margin-top: -15px;
    width: 100%;
}
.recommend_block_item_img img {
    width: 100%;
}
.recommend_block_item_ttl {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.recommend_block_item_price {
    margin-top: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}
.recommend_block_item_price .yen {
    font-size: 15px;
}
.recommend_block_item_price .tax {
    font-size: 13px;
}
.recommend_block_total_price {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.recommend_block_total_price span.price {
    font-size: 30px;
}
.recommend_block_total_price span.yen {
    font-size: 18px;
}
.recommend_block_footer {
    text-align: center;
    position: relative;
}
.recommend_block_footer_desc {
    color: #E94816;
    font-size: 20px;
    font-weight: bold;
    margin: 1em 0;
}
.recommend_block_footer_link {
    background: #E94816;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px #FFFF40;
}
.recommend_block_footer_link::before {
    content:"";
    width: 26px;
    height: 26px;
    background: url(/img/freepage/plusta/addcart_btn_icon.png);
    margin-right: 10px;
}
.recommend_block_footer img {
    position: absolute;
    left: calc(50% + 200px);
    transform: translateX(-50%);
    top: -55px;
}

html[data-browse-mode="S"] .recommend {
    padding-top: calc((40 / 390) * 100vw);
    padding-bottom: calc((50 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_ttl_area {
    margin-bottom: calc((20 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_ttl_sub {
    font-size: calc((18 / 390) * 100vw);
    gap: calc((11 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_ttl_sub::before {
    width: calc((18 / 390) * 100vw);
    height: calc((25 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_ttl_sub::after {
    content:"";
    background: url(/img/freepage/plusta/icon_rec-ttl-r.png) no-repeat;
    width: 18px;
    height: 25px;
    display: inline-block;
}
html[data-browse-mode="S"] .recommend_ttl {
    font-size: calc((28 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block {
    /* padding: calc((25 / 390) * 100vw) calc((10 / 390) * 100vw) calc((35 / 390) * 100vw); */
    margin: calc((20 / 390) * 100vw) calc((10 / 390) * 100vw) 0 calc((10 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_ttl {
    font-size: calc((18 / 390) * 100vw);
    display: flex;
    padding-left: calc((10 / 390) * 100vw);
    align-items: flex-end;
}
html[data-browse-mode="S"] .recommend_block_ttl_num {
    font-size: calc((26 / 390) * 100vw);
    padding-right: 0;
    margin-right: 0;
    height: max-content;
    border-right: none;
}
html[data-browse-mode="S"] .recommend_block_ttl_txt {
    margin-left: calc((10 / 390) * 100vw);
    padding-left: calc((10 / 390) * 100vw);
    border-left: calc((2 / 390) * 100vw) solid #E94816;
}
html[data-browse-mode="S"] .recommend_block_list {
    gap: calc((30 / 390) * 100vw);
    padding: calc((20 / 390) * 100vw) calc((10 / 390) * 100vw);
    margin-top: calc((20 / 390) * 100vw);
    flex-wrap: wrap;
}
html[data-browse-mode="S"] .recommend_block_list::after {
    width: calc((80 / 390) * 100vw);
    height: calc((20 / 390) * 100vw);
    bottom: calc((-20 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_item {
    width: calc((100% - calc((30 / 390) * 100vw)) / 2);
    position: relative;
}
html[data-browse-mode="S"] .recommend_block_item::after {
    transform: translateY(-50%);
    width: calc((20 / 390) * 100vw);
    height: calc((20 / 390) * 100vw);
    background-size: cover;
    right: calc((-25 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_item:nth-of-type(2):after {
    content: none;
}
html[data-browse-mode="S"] .recommend_block_item_pref {
    width: calc((110 / 390) * 100vw);
    padding: calc((2 / 390) * 100vw)0;
    max-width: 95%;
    font-size: calc((13 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_item_img {
    margin-top: calc((-12.5 / 390) * 100vw);
    width: 100%;
}
html[data-browse-mode="S"] .recommend_block_item_img img {
    width: 100%;
}
html[data-browse-mode="S"] .recommend_block_item_ttl {
    font-size: calc((12 / 390) * 100vw);
    margin-top: calc((10 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_item_price {
    margin-top: calc((10 / 390) * 100vw);
    font-size: calc((14 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_item_price .yen {
    font-size: calc((12 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_item_price .tax {
    font-size: calc((10 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_total_price {
    margin-top: calc((27 / 390) * 100vw);
    font-size: calc((13 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_total_price span.price {
    font-size: calc((25 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_total_price span.yen {
    font-size: calc((16 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_footer_desc {
    font-size: calc((16 / 390) * 100vw);
    margin: 1em 0 0.5em;
}
html[data-browse-mode="S"] .recommend_block_footer_link {
    width: calc((290 / 390) * 100vw);
    height: calc((60 / 390) * 100vw);
    font-size: calc((16 / 390) * 100vw);
    box-shadow: 2px 2px #FFFF40;
}
html[data-browse-mode="S"] .recommend_block_footer_link::before {
    width: calc((26 / 390) * 100vw);
    height: calc((26 / 390) * 100vw);
    margin-right: calc((10 / 390) * 100vw);
}
html[data-browse-mode="S"] .recommend_block_footer img {
    left: calc(50% + calc((130 / 390) * 100vw));
    top: calc((-50 / 390) * 100vw);
    width: calc((72 / 390) * 100vw);
    height: calc((72 / 390) * 100vw);
}



/****************************
*** SEARCH
*****************************/
.search {
    padding-bottom: 120px;
}
.search_ttl_area {
    padding-top: 120px;
    text-align: center;
}
.search_ttl {
    font-size: 35px;
    margin: 0;
}
.search_content {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 40px;
}
.search_content .plus-img-wrap {
    width: calc((100% - 40px) / 2);
    position: relative;
}
.search_content .plus-img-wrap a *,
.search_content .plus-img-wrap a:hover,
.search_content .plus-img-wrap a:hover * {
    opacity: 1;
}
.search_content .plus-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    transition: 0.3s;
}
.search_content .plus-img-wrap:hover .plus-bg {
    background: rgba(0,0,0,0.1);
}
.search_content .plus-img-wrap img {
    aspect-ratio: 24 / 7;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.search_content .plus-img-wrap a {
    width: 100%;
    height: 100%;
    display: block;
}
.search_content .plus-img-wrap .plus-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 26px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.search_content .plus-img-wrap .plus-text span {
    display: block;
    font-size: 19px;
    width: 100%;
}
.search_content_price {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.search_content_price_item {
    width: calc((100% - 75px) / 4);
    text-align: center;
    background: #fff;
    border: 1px solid #E9734E;
    border-radius: 4px;
    color: #E9734E;
    font-size: 20px;
    padding: 19px 0;
    font-weight: 700;
}
.search_footer_link_wrapper {
    margin-top: 140px;
}
.search_footer_link {
    width: 400px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #444444;
    background: #F9BA3B;
    margin: 0 auto;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
}
.search_footer_link::before {
    content:"";
    width: 10px;
    height: 10px;
    border-left: 1px solid #444444;
    border-top: 1px solid #444444;
    position: absolute;
    top: 52.5%;
    left: 20px;
    transform: translateY(-50%) rotate(-45deg);
}


html[data-browse-mode="S"] .search {
    padding-bottom: calc((50 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_ttl_area {
    padding-top: calc((50 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_ttl {
    font-size: calc((23 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_content {
    margin-top: calc((20 / 390) * 100vw);
    gap: calc((10 / 390) * 100vw) calc((20 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_content .plus-img-wrap {
    width: calc((100% - calc((20 / 390) * 100vw)) / 2);
}

html[data-browse-mode="S"] .search_content .plus-img-wrap img {
    aspect-ratio: 165 / 88;
}
html[data-browse-mode="S"] .search_content .plus-img-wrap .plus-text {
    font-size: calc((15 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_content .plus-img-wrap .plus-text span {
    font-size: calc((12 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_content_price {
    margin-top: calc((20 / 390) * 100vw);
    gap: calc((10 / 390) * 100vw) calc((20 / 390) * 100vw);
    flex-wrap: wrap;
}
html[data-browse-mode="S"] .search_content_price_item {
    width: calc((100% - calc((20 / 390) * 100vw)) / 2);
    font-size: calc((14 / 390) * 100vw);
    padding: calc((10 / 390) * 100vw) 0;
}
html[data-browse-mode="S"] .search_footer_link_wrapper {
    margin-top: calc((50 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_footer_link {
    width: calc((270 / 390) * 100vw);
    height: calc((48 / 390) * 100vw);
    font-size: calc((15 / 390) * 100vw);
}
html[data-browse-mode="S"] .search_footer_link::before {
    width: calc((14 / 390) * 100vw);
    height: calc((14 / 390) * 100vw);
}