﻿@charset "utf-8";
/*レビュー一覧*/
/*星の色*/
.fs-c-rating__value,.fs-c-reviewStars::before {
    color: #c80909;
}
/*購入者の背景*/
.fs-c-reviewerStatus {
    background-color: #614a20;
    font-size: 1em;
    min-width: 12em;
    margin: .4em auto .5em;
}
/*レビュー本文*/
.fs-c-reviewBody {
    background-color: #f2f2f2;
    border: 0;
}

h2.fs-c-productListItem__productName.fs-c-productName,
h3.product-name,.fs-c-productListCarousel__list span.fs-c-productName__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
h2.fs-c-productListItem__productName.fs-c-productName span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fs-l-pageMain {
    max-width: 1200px;
}
nav.fs-c-breadcrumb {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}
.fs-c-breadcrumb__list {
    padding: 8px 0;
}
body:not(#fs_ProductDetails):not(#fs_ProductCategory):not(#fs_ProductSearch):not(#fs_Top) .fs-l-page main.fs-l-main .fs-l-pageMain {
    max-width: 1100px;
    margin: 0 auto;
}
/*ボタン系*/
.btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    height: 60px;
    border-radius: 3em;
    text-decoration: none;
    position: relative;
}

.btn.btn-bg a {
    padding: 5px 40px;
    background-color: #9e2324;
    color: #fff;
}

.btn.btn-bg a::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 32px;
}

header .btn_close, footer .btn_close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3em;
    padding: 0;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 400px;
    height: 55px;
    background-color: #ccc;
    color: #222;
}

nav#hd_menubox .hd_btn_close {
    padding: 30px 3.2vw 80px;
}

/*見出し*/
h1.fs-c-heading.fs-c-heading--page {
    font-size: 40px;
    text-align: center;
    border-bottom: 0;
    color: #9e2324;
    line-height: 1.25;
    font-weight: bold;
}

h1.fs-c-heading.fs-c-heading--page::after {
    content: "";
    display: block;
    width: 200px;
    height: 17px;
    margin: .2em auto .625em;
    background: url(../images/top/@2x/ttl_bg01.png) no-repeat center;
    background-size: contain;
}

h2.top-title-border {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin: 0 auto;
    padding: .65em 0;
}

h2.top_title {
    font-size: 1em;
    font-weight: bold;
    color: #9e2324;
    margin: 0 auto 2.2em;
}

h2.top_title span {
    display: inline-block;
    font-size: 2.5em;
    margin-right: .25em;
}

h2.top_title::after {
    content: "";
    display: block;
    width: 200px;
    height: 17px;
    margin: .625em 0;
    background: url(../images/top/@2x/ttl_bg01.png) no-repeat center;
    background-size: contain;
}

h2.title, h2.fs-c-subSection__title, h2.fs-c-documentArticle__heading, h2.fs-p-announcement__title, h2.fs-p-heading--lv2, h2.fs-c-wishlistProduct__title, h2.fs-c-featuredProduct__title {
    background: repeating-linear-gradient(90deg,#3c3736,#3c3736 1px,#494443 1px,#494443 4px);
}

h3.title, h2.fs-c-documentColumn__heading, h3.fs-c-documentColumn__heading, h3.fs-c-subSection__title {
    color: #9e2324;
    font-weight: bold;
}

/*TOP*/
body#fs_Top .fs-l-main {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

body#fs_Top .fs-l-pageMain {
    max-width: 100%;
}

/*スライダー*/
.fs-l-page .fs-c-slick .slick-slide {
    margin: 0 10px;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    background-color: #222;
    border-radius: 50%;
}

.fs-l-page .fs-c-slick .slick-dots li {
    height: 18px;
    width: 18px;
    margin: 7px 9px 0;
}

.fs-l-page .fs-c-slick .slick-dots li button {
    height: 18px;
    width: 18px;
    padding: 0;
    background-color: #f39800;
    border-radius: 50%;
}

.fs-l-page .fs-c-slick .slick-dots li button:before {
    display: none;
}

.fs-l-page .fs-c-slick .slick-dots li.slick-active button {
    background-color: #9e2324;
}

/*新着情報*/
section.top-news {
    padding-bottom: 20px;
}

ul.fs-p-dateList {
    font-size: 14px;
}

.fs-p-dateList > li {
    border-color: #c9c9c9;
    padding-top: 7px;
}

.fs-p-dateList > li:last-child {
    padding-bottom: 7px;
}

.fs-pt-list--noMarker > li + li, .fs-pt-list--unordered > li + li, .fs-pt-list--ordered > li + li, .fs-pt-list--note > li + li {
    margin-top: 7px;
}

.fs-p-dateList > li time:first-child {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 24px;
}

/*おすすめ商品・新着商品*/
section.top-recommend a, section.top-new a, section.top-ranking a {
    text-decoration: none;
}

section.top-recommend, section.top-new {
    padding: 36px 0;
}

.row.product-list {
    margin: 0 auto;
}

.row.product-list li {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .3s;
}

.row.product-list li:hover {
    background-color: #fef3e2;
}

.product-list .image {
    text-align: center;
}

.row.product-list li:hover img {
    opacity: 1;
}

h3.product-name {
    font-size: 14px;
    line-height: 1.71;
    margin: 1em auto .1em;
}

p.product-price {
    font-size: 14px;
}

body#fs_Top h3.product-name, body#fs_Top p.product-price {
    text-align: center;
}

.txt-red {
    color: #9e2324;
}

/*ランキング*/
section.top-ranking {
    padding: 75px 0;
    background: url(../images/top/@1x/bg02.png) no-repeat 63.5vw -55px,url(../images/top/@1x/bg02.png) no-repeat -105px 113%;
    background-color: #fef3e2;
}

ul.tab-area.flex {
    border-bottom: 2px solid #9e2324;
    padding: 0 10px;
}

li.tab {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    width: 20%;
    min-width: 130px;
    max-width: 220px;
    height: 50px;
    border-radius: 2em 2em 0 0;
    background-color: #c5c5c5;
    font-weight: bold;
    margin-right: 1px;
    cursor: pointer;
    transition: .3s;
}

li.tab.is-active, li.tab:hover {
    background-color: #9e2324;
    color: #fff;
}

section.top-ranking ul.panel-area {
    margin-bottom: 50px;
}

section.top-ranking li.panel {
    display: none;
    padding: 15px 20px 25px;
    background: #fff;
}

section.top-ranking li.panel.is-active {
    display: block;
}

section.top-ranking .row.product-list li::before {
    content: "";
    display: block;
    width: 50px;
    height: 56px;
    margin: 0 auto 10px;
}

section.top-ranking .row.product-list li:nth-child(1)::before {
    background: url(../images/top/@2x/rank01.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(2)::before {
    background: url(../images/top/@2x/rank02.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(3)::before {
    background: url(../images/top/@2x/rank03.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(4)::before {
    background: url(../images/top/@2x/rank04.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(5)::before {
    background: url(../images/top/@2x/rank05.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(6)::before {
    background: url(../images/top/@2x/rank06.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(7)::before {
    background: url(../images/top/@2x/rank07.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(8)::before {
    background: url(../images/top/@2x/rank08.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking .row.product-list li:nth-child(9)::before {
    background: url(../images/top/@2x/rank09.png) no-repeat bottom center;
    background-size: contain;
}

section.top-ranking p.btn.btn-bg a {
    margin: 0 auto;
}

/*カテゴリーから探す*/
body#fs_Top .fs-l-pageMain > section.top-category {
    padding: 75px 0 0;
    background-color: #9e2324;
}

section.top-category .container {
    padding: 0 20px;
    box-sizing: content-box;
}

section.top-category h2.top_title {
    color: #fff;
}

section.top-category li a {
    display: block;
    position: relative;
    overflow: hidden;
}

section.top-category li a img {
    opacity: 1;
    height: 500px;
    object-fit: cover;
    transform: scale(1.2);
}

section.top-category li a h3 {
    font-size: 34px;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    top: calc(47% - .882em);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

section.top-category li a h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #fff;
    margin: .7em auto 0;
}

section.top-category li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 250px rgba(158,35,36, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.5);
    transition: .4s;
}

section.top-category li a:hover::after {
    box-shadow: unset;
}

/*メンジョイについて*/
section.top-about {
    background: #040509 url(../images/top/@1x/bg04.jpg) no-repeat;
    background-size: 920px;
    background-position-y: 47%;
    background-position-x: 56vw;
    padding-top: 75px;
    padding-bottom: 75px;
}

section.top-about h2.top_title {
    color: #fff;
}

section.top-about h2.top_title::after {
    background: url(../images/top/@2x/ttl_bg02.png) no-repeat center;
    background-size: contain;
}

section.top-about p.txt {
    color: #fff;
    padding-right: 400px;
}

.top-about p.btn.btn-bg a {
    max-width: 312px;
    margin: 30px 0 38px;
}

/*最近チェックした商品*/
#fs-recommend--flick,div#fs-recommend--flick_history {
    padding: 35px 0 0;
}

#fs-recommend--flick .rcmd-slick-slide,div#fs-recommend--flick_history .rcmd-slick-slide {
    padding: 15px;
}

h2.heading {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 1.5em auto;
}

div#fs-recommend--flick_history h3.product-name,div#fs-recommend--flick h3.product-name {
    margin-top: .5em;
    line-height: 1.4;
}

/*森ちゃんのラーメンフェスタ*/
.fs-body-category-sumatan nav.fs-c-breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
}
.fs-body-category-sumatan #mainvisual {
	background: url(https://coollandmenjoy.itembox.design/item/images/sumatan/ra-men_mv.jpg) no-repeat center / auto 751px;
}
.fs-body-category-sumatan #mainvisual .inner {
	position: relative;
	margin: 0 auto;
    max-width: 1200px;
    height: 751px;
}
.fs-body-category-sumatan #mainvisual .road {
	position: absolute;
    top: 47.27030626%;
    left: 38%;
    bottom: 0;
    width: 22%;
    height: 14.64713715%;
}
.fs-body-category-sumatan #mainvisual #rect {
    position: absolute;
    top:0;
	bottom:0;
	margin: auto;
    width:18.93939394%;
    padding:10px 0px;
    text-align:center;
    color:#fff;
}
.fs-body-category-sumatan .fs-l-main {
	margin-top: 90px;
}
.fs-body-category-sumatan .fs-l-main .ib {
	display: inline-block;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox.top {
    margin-top: 66px;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox p:nth-of-type(n+2) {
	margin-top: 45px;
}
.fs-body-category-sumatan .fs-c-productList__controller {
	padding-bottom: 12px;
	border-bottom: 0;
	background: url(https://coollandmenjoy.itembox.design/item/images/sumatan/ra-men_line.png) repeat-x left bottom;
}
.fs-body-category-sumatan .fs-c-productList__list + .fs-c-productList__controller {
	padding-top: 25px;
	padding-bottom: 0;
	border-top: 0;
	background: url(https://coollandmenjoy.itembox.design/item/images/sumatan/ra-men_line.png) repeat-x left top;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox.bottom {
    margin-top: 30px;
}
.fs-body-category-sumatan .floatbox {
	background: url(https://coollandmenjoy.itembox.design/item/images/sumatan/ra-men_cart_bg.jpg) repeat-x center bottom;
}
.fs-body-category-sumatan .floatbox.fixed {
	display: none;
	position: fixed;
	z-index: 98;
	bottom: 0;
	left: 0;
	right: 0;
}
.fs-body-category-sumatan .floatbox .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 14px 20px;
	justify-content: center;
}
.fs-body-category-sumatan .floatbox .button {
	position: relative;
	max-width: 808px;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.fs-body-category-sumatan .floatbox .button:hover {
	-webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
}
.fs-body-category-sumatan .floatbox .button .fs-p-cartItemNumber {
    position: absolute;
    left: 24.5%;
    top: -10%;
    font-size: 15px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.fs-body-category-sumatan .floatbox .button a:hover img {
    opacity: 1;
}

/*商品詳細*/
@media screen and (min-width: 960px) {
    .fs-l-product1 .fs-l-productLayout, .fs-l-product2 .fs-l-productLayout, .fs-l-product3 .fs-l-productLayout, .fs-l-product4 .fs-l-productLayout {
        grid-template-columns: 50% calc(50% - 100px / 2);
    }
    body#fs_Top .fs-l-page main.fs-l-main::before {
        content: "";
        display: block;
        width: 446px;
        height: 540px;
        background: url(../images/top/@1x/bg01.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: -135px;
        right: 20px;
        z-index: -1;
    }
    body:not(#fs_Top) .fs-l-page main.fs-l-main::before {
        content: "";
        display: block;
        width: 740px;
        height: 370px;
        background: url(../images/dtl/@1x/bg.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: -20px;
        right: -100px;
        z-index: -1;
    }
    section.top-about {
        background-size: 1100px;
        background-position-x: 47.5vw;
    }
}

.fs-l-product4 .fs-l-productLayout > * > .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 0;
}

.fs-c-productPointDisplay {
    background-color: #fff;
    color: #222;
    padding: 0 0 15px;
    margin: 0;
}

.fs-c-productQuantityAndWishlist, .fs-c-productActionButton.fs-c-buttonContainer {
    background-color: #fff;
}

main.fs-l-main {
    max-width: 100%;
    position: relative;
}

main.fs-l-main section.fs-l-pageMain {
    margin: 0 auto;
}

.fs-c-productCarouselMainImage {
    max-width: 600px;
}

div#fs_productCarouselMainImage {
    border: 0;
}

.fs-c-productCarouselMainImage__image > img {
    max-width: 500px;
}

.fs-l-page .fs-c-productCarouselMainImage .fs-c-slick .slick-slide {
    margin: 0 25px;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
    border-color: #9e2324;
    border-width: 3px;
}

.fs-c-productCarouselMainImage__thumbnailList, .fs-c-productThumbnail {
    max-width: 500px;
    margin: 0 auto;
}

.fs-c-productCarouselMainImage__thumbnailList > li, .fs-c-productThumbnail__image {
    flex-basis: 150px;
    flex-shrink: 0;
    margin: 0 25px 25px 0;
}

.fs-c-productCarouselMainImage__thumbnailList > li:nth-child(3n) {
    margin-right: 0;
}

.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
    max-width: 500px;
    margin: 0 auto;
}

.fs-c-productMarks .fs-c-productMark__mark {
    border: 1px solid;
    padding: .5em .65em;
}

h1.fs-c-productNameHeading.fs-c-heading {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 .35em;
    font-weight: 400;
}

span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::after {
    content: "点";
}

h1.fs-c-productNameHeading.fs-c-heading span.fs-c-productNameHeading__copy {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.fs-l-product4 .fs-l-productLayout > * > * {
    margin-bottom: 15px;
}

.fs-c-productNumber {
    background-color: #d9d9d9;
    padding: 0 .65em;
}

.fs-c-productNumber__number {
    font-weight: 400;
}

.fs-c-productPrice.fs-c-productPrice--selling {
    color: #9e2324;
}

.fs-c-button--particular {
    color: #222;
    border: 0;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    font-size: 20px;
    margin-left: 2px;
    color: #a9a9a9;
}

.fs-l-product4 .fs-l-productLayout > * > .fs-c-productQuantityAndWishlist {
    border-top: 1px solid;
    padding-top: 25px;
    margin-bottom: 0;
}

.fs-c-productActionButton.fs-c-buttonContainer {
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

button.fs-c-button--addToCart--detail.fs-c-button--primary {
    height: 60px;
    font-size: 20px;
    min-width: 90%;
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
    max-width: 500px;
}

.fs-l-product4 .fs-l-productLayout > * > .fs-c-returnedSpecialContract, .fs-l-product4 .fs-l-productLayout > * > .fs-c-inquiryAboutProduct {
    margin: 0 0 3px;
    font-size: 14px;
    padding: 0;
}

.fs-l-product4 .fs-l-productLayout__item--3 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.fs-l-product4 .fs-l-productLayout > * > section.product-dtl {
    margin-bottom: 65px;
}

section.product-dtl .txt + .txt {
    margin-top: 5em;
}

section.product-dtl> div.image img {
    margin: 1.5em auto 0;
}

body#fs_ProductDetails form#fs_form {
    border-bottom: 0;
}

.fs-c-returnedSpecialContract__link a, button.fs-c-button--inquiryAboutProduct.fs-c-button--plain span, p.dtl_shopping a {
    margin-left: 13px;
}

.table {
    font-size: 16px;
}

.table > tbody tr th {
    font-weight: 400;
    width: 18.1818%;
}

.address-box {
    max-width: 1000px;
    margin: 0 auto;
}

.address-box .address-list {
    width: 60%;
}

.address-box .image {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 35%;
    max-width: 300px;
    max-height: 300px;
}

.address-box dl {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
}

.address-box dt {
    min-width: 100px;
}

/*商品詳細コラボ*/
.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
  }
  .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
h2.collabo_ttl {
    font-size: 34px;
    text-align: center;
}

h2.collabo_ttl span span {
    font-size: 1.294em;
}

.dtl-collabo section.container {
    padding: 0 20px;
}

.dtl-collabo section.container p.txt {
    margin-bottom: 2.5em;
}

h2.collabo_cnt_ttl {
    font-size: 34px;
    text-align: center;
    border: 1px solid;
}

h2.collabo_cnt_ttl {
    padding: 18px;
    max-width: 1060px;
    margin: 0 auto;
}

h2.collabo_cnt_ttl span {
    font-size: 1.47059em;
}

section.dtl-collabo-cnt {
    margin: 70px auto;
}

section.collabo_cnt {
    position: relative;
    margin-top: 70px;
}

section.collabo_cnt::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c5c5c5;
    transform: translateY(40px);
}

section.collabo_cnt .inner{
    max-width: 650px;
    position: relative;
}

.icon_collabo-men {
    position: absolute;
    top: 0;
    right: -690px;
    width: 117%;
}

.icon_collabo-men img.js-animation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.icon_collabo-men img.js-animation {
    transform: translate(-200px,200px);
    opacity: 0;
    transition: .2s ease-in;
}

.icon_collabo-men img.js-animation.is-show,section.collabo_cnt.collabo_cnt02 .icon_collabo-men img.js-animation.is-show {
    transform: translate(0);
    opacity: 1;
}

section.collabo_cnt.collabo_cnt02 .inner{
    margin-left: auto;
}

section.collabo_cnt.collabo_cnt02 .icon_collabo-men {
    top: 40px;
    right: 0;
    left: -690px;
}

section.collabo_cnt.collabo_cnt02 .icon_collabo-men img.js-animation {
    right: auto;
    left: 0;
}

section.collabo_cnt.collabo_cnt02 .icon_collabo-men img.js-animation {
    transform: translate(200px,200px);
    opacity: 0;
}

section.collabo_cnt.collabo_cnt03 .icon_collabo-men {
    top: 65px;
}

p.icon_collabo {
    text-align: center;
}

section.collabo_cnt h3.txt-red {
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: .7em auto .4em;
}

.collabo-shop>p.center {
    background-color: #f39800;
    color: #fff;
    font-size: 20px;
    padding: 2px 0;
    margin: 30px auto;
}

.collabo-shop li {
    margin: 0 7px 14px;
    line-height: 1.25;
}

.collabo-shop li p.image {
    margin-bottom: 1.1em;
}

/*商品一覧*/

ul.fs-c-subgroupList {
    margin-top: 60px;
    margin-left: -10px;
}

.fs-c-subgroupList__link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    border: 0;
    border-radius: 3em;
    background-color: #9e2324;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    padding: 0 30px;
}

a.fs-c-subgroupList__link:visited {
    color: #fff;
}

.fs-c-subgroupList__link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
}

.fs-c-subgroupList__link .fs-c-subgroupList__label {
    padding: 0;
}

.fs-c-subgroupList__link:hover {
    background-color: #f39800;
}

.fs-c-subgroupList__item {
    flex-basis: calc(33.3333% - 10px);
    margin: 10px 0 10px 10px;
}

.fs-c-productList__controller {
    border-bottom: 1px solid #c5c5c5;
    padding: 0 30px;
}

.fs-c-sortItems__list > li a {
    border-radius: 3em;
}

li.fs-c-sortItems__list__item.is-active, .fs-c-pagination__item.is-active {
    background-color: #363636;
    border-radius: 3em;
}

.fs-c-sortItems__list__item__label {
    padding: 4px 20px;
}

.fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 18px 0;
}


.fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem {
    padding: 25px 20px;
}

.fs-c-productListItem__viewMoreImageButton {
    display: flex;
    margin-top: -29px;
    transform: translateY(0);
}

.fs-c-button--plain.fs-c-button--viewMoreImage::before {
    font-size: 2em;
    color: #fff;
    background-color: #363636;
}

span.fs-c-productPrice__main__label {
    display: none;
}

span.fs-c-price__currencyMark {
    font-size: 14px;
}

.fs-c-productListItem__control .fs-c-button--plain {
    background-color: #f39800;
    border-radius: 3em;
    transition: .3s;
}

.fs-c-productList__list+.fs-c-productList__controller {
    border-bottom: 0;
    border-top: 1px solid #c5c5c5;
    margin-top: 35px;
}

.fs-c-productList .fs-c-productList__controller:first-child {
    margin-bottom: 35px;
}

.fs-c-productListItem__control .fs-c-button--plain:hover {
    background-color: #9e2324;
    opacity: 1;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    color: #c1c1c1;
}

.fs-c-productListItem__productName {
    margin: 4px auto;
    line-height: 1.4;
}

.fs-c-productList .fs-c-productMarks {
    margin: 1em 0 0;
}

.fs-c-button--particular:hover {
    background-color: #fff;
    color: #666;
}

.fs-c-button--particular:hover::before {
    color: #fea4a4;
}

button.fs-c-button--plain:not(.fs-c-button--cancel--cart):not(.fs-c-button--inquiryAboutProduct):not(.fs-c-button--addToCart--list) {
    color: #fff;
}

/*ご利用ガイド*/
dl.fs-c-explainList {
    background-color: #fef3e2;
}

.fs-c-documentArticle a {
    color: #f39800;
    transition: 0s;
}

.fs-c-documentArticle a.image {
    border: 0;
}

/*よくあるご質問*/

div#faq .btn.btn-bg a {
    max-width: 100%;
}

div#faq .btn.btn-bg a::after {
    transform: rotate(135deg);
    top: calc(50% - 9px);
}

div#faq ul.row li {
    margin-bottom: 20px;
}

div#faq ul.row {
    margin-bottom: 40px;
}

#faq dt::before {
    font-size: 26px;
    color: #9e2324;
}

#faq dt {
    display: flex;
    align-items: center;
    padding: 12px 70px;
    text-indent: -47px;
}

#faq dd::before {
    font-size: 26px;
    color: #f39800;
}

#faq dd {
    padding-left: 70px;
    text-indent: -47px;
    background-color: #fef3e2;
}

/*会員登録*/
div#register {
    margin-bottom: 65px;
}

div#register h2 {
    margin-bottom: 35px;
}

div#register ul li {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 26px 28px;
    border: 1px solid #f39800;
    background: url(../images/regist/@2x/frame01.png) no-repeat,url(../images/regist/@2x/frame02.png) no-repeat,url(../images/regist/@2x/frame03.png) no-repeat,url(../images/regist/@2x/frame04.png) no-repeat;
    background-size: 18px 18px;
    background-position: top left,top right,bottom left,bottom right;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.55;
}

div#register ul li p.image {
    margin-right: 2.1vw;
}

div#register ul li span {
    font-size: 1.5em;
}

div#register ul li span.register-small {
    font-size: 1.2em;
}


/*当店について*/
section.about-sec .image {
    display: flex;
    align-items: flex-end;
    max-width: 600px;
    max-height: 350px;
}

section.about-sec .bg-white {
    padding: 40px 20px;
    background-color: rgba(255,255,255,.8);
    max-width: 500px;
    position: absolute;
    top: 50px;
}

section.about-sec {
    max-width: 1000px;
    margin: 0 auto 70px;
}

section.about-sec.about-sec01 .bg-white {
    right: 0;
}

h2.about_ttl {
    font-size: 23px;
    margin: 0 auto .4em;
    color: #9e2324;
    font-weight: bold;
}

section.about-sec h3.bold {
    font-size: 18px;
    margin: .5em auto;
}

section.about-sec.about-sec02 .image {
    margin-left: auto;
}

section.fs-l-pageMain .fs-c-documentColumn__content p + h3.about_ttl {
    font-size: 18px;
    color: #9e2324;
    font-weight: bold;
    margin: 1em auto .4em;
}

article.fs-c-documentArticle.about li.col {
    margin-bottom: 30px;
}

/*ランキング*/
section.top-ranking.ranking {
    background: transparent;
    padding: 0;
}

section.top-ranking.ranking ul.flex {
    margin-bottom: 70px;
}

section.top-ranking.ranking ul.flex li {
    width: 20%;
    text-align: center;
}

section.top-ranking.ranking ul.flex li a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
}

section.top-ranking.ranking ul.flex li a:hover {
    background-color: #fef3e2;
}

section.top-ranking.ranking ul.flex li a::before {
    content: "";
    display: block;
    width: 98px;
    height: 70px;
    margin: 0 auto 7px;
}

section.top-ranking.ranking ul.flex li:nth-child(1) a::before {
    background: url(../images/ranking/@2x/link01.png) no-repeat center;
    background-size: contain;
}

section.top-ranking.ranking ul.flex li:nth-child(2) a::before {
    background: url(../images/ranking/@2x/link02.png) no-repeat center;
    background-size: contain;
}

section.top-ranking.ranking ul.flex li:nth-child(3) a::before {
    background: url(../images/ranking/@2x/link03.png) no-repeat center;
    background-size: contain;
}

section.top-ranking.ranking ul.flex li:nth-child(4) a::before {
    background: url(../images/ranking/@2x/link04.png) no-repeat center;
    background-size: contain;
}

section.top-ranking.ranking ul.flex li:nth-child(5) a::before {
    background: url(../images/ranking/@2x/link05.png) no-repeat center;
    background-size: contain;
}

section.top-ranking.ranking ul.flex li:nth-child(6) a::before {
    background: url(../images/ranking/link06.png) no-repeat center;
    background-size: contain;
}

section.top-ranking.ranking ul.flex li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 8px auto 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #9e2324 transparent transparent transparent;
}

section.top-ranking.ranking div.container+div.container {
    margin-top: 70px;
}

/*マイページ*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    color: #222;
}
body#fs_Login th.fs-c-inputTable__headerCell {
    width: 35%;
}
.fs-body-my-top .fs-p-accountInfo p.txt {
    font-size: .9em;
    padding: .5em 1em;
}

@media (min-width: 768px) {
    header+.fs-pt-carousel.fs-c-slick {
        margin-top: 20px;
    }

    section.top-ranking .col-md-15:not(:first-child) {
        width: 19%;
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%;
        height: 100%;
    }

    section.top-ranking .col-md-15:first-child {
        width: 24%;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }

    section.top-ranking .col-md-15:nth-child(6) {
        margin-left: 24%;
    }
}

@media (max-width: 1200px) {

    .icon_collabo-men {
        position: static;
        top: auto;
        right: auto;
        margin: 0 auto;
        width: 100%;
    }

    .icon_collabo-men img.js-animation {
        max-width: 230px;
        width: 36%;
    }

    section.collabo_cnt .inner {
        margin: 0 auto;
    }

    section.collabo_cnt h3.txt-red {
        margin: 0 auto .4em;
    }
	
	.fs-body-category-sumatan #mainvisual {
		background-size: 160% auto;
	}
	.fs-body-category-sumatan #mainvisual .inner {
		height: 62.58333333vw;
	}
}
@media (max-width: 960px) {
    div#register {
        max-width: 500px;
        margin: 0 auto 65px;
    }
    div#register ul li {
        width: 100%;
        margin: 5px 0;
        font-size: 16px;
    }
}

/*店舗紹介*/
#shoplist {
	margin-left: -50px;
	margin-right: -50px;
}
#shoplist .shoplist {
	margin-left: -25px;
	margin-right: -25px;
}
#shoplist .shoplist > li {
	padding-left: 25px;
	padding-right: 25px;
}
#shoplist .shoplist > li:nth-child(n+5) {
	margin-top: 65px;
}
#shoplist .shoplist li a {
	cursor: pointer;
}
#shoplist .shoplist > li > .pic {
	border: 1px solid #c5c5c5;
}
#shoplist .shoplist > li > .txt {
	margin-top: 10px;
	font-size: 14px;
}
#shoplist .modal_box {
	display: none;
    position: fixed;
    z-index: 10001;
	top: 0 !important;
	left: 0 !important;
    right: 0;
	bottom: 0;
    margin: auto;
    max-width: 960px;
	max-height: 90vh;
    -webkit-overflow-scrolling: touch;
    transform: translate(0%,0%);
    border-radius: 10px;
	overflow: hidden !important;
}
#shoplist .modal_box .close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    z-index: 2;
}
#shoplist .modal_box .scrbox {
	height: 100%;
	overflow-y: scroll;
}
#shoplist .modal_box .scrbox::-webkit-scrollbar {
    width: 10px;
}
#shoplist .modal_box .scrbox::-webkit-scrollbar-track {
	box-shadow: inset 10px 0 0 #ccc;
	
}
#shoplist .modal_box .scrbox::-webkit-scrollbar-thumb {
	background-color: #666;
}
#shoplist .modal_box .whtbox {
    padding: 90px 6.25% 45px;
    background: #fff;
}
#shoplist .modal_box .whtbox > .flex {
	justify-content: space-between;
	align-items: flex-end;
}	
#shoplist .modal_box .whtbox .img {
	flex-basis: 30.23809524%;
}
#shoplist .modal_box .whtbox .cnt {
	flex-basis: 65.11904762%;
}
#shoplist .modal_box .whtbox .cnt .cmt {
	position: relative;
	margin-top: 20px;
	padding: 30px;
	border-radius: 10px;
	background: #f3f3f3;
}
#shoplist .modal_box .whtbox .cnt .cmt:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 28px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 25px solid #f3f3f3;
    border-bottom: 10px solid transparent;
}
#shoplist .modal_box .whtbox .cnt .title {
	align-items: center;
}
#shoplist .modal_box .whtbox .cnt .title dt {
	flex: 0 0 73px;
	margin-right: 27px;
}
#shoplist .modal_box .whtbox .cnt .title dd {
	line-height: 1.2;
	font-weight: bold;
	font-size: 22px;
}

#shoplist .modal_box .whtbox .picbox {
	margin: 40px -6px 0;
}
#shoplist .modal_box .whtbox .picbox li {
	padding-right: 6px;
	padding-left: 6px;
}
#shoplist .modal_box .clrbox {
    padding: 45px 6.25%;
	background: #fff8ed;
}
#shoplist .modal_box .clrbox .prdbox form {
    padding: 0 1%;
	border-radius: 5px;
	background: #fff8ed;
	overflow: hidden;
}
#shoplist .modal_box .clrbox .prdbox form:nth-child(n+3) {
	margin-top: 20px;
}
#shoplist .modal_box .clrbox .prdbox form button {
	position: relative;
	justify-content: space-between;
	padding: 20px 10px;
	border: 1px solid #c8c8c8;
	border-bottom: 4px solid #adadad;
	border-radius: 5px;
	background: #f0f0f1 url(https://coollandmenjoy.itembox.design/item/images/shoplist/prd/prd_bg.jpg) repeat-x left top;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#shoplist .modal_box .clrbox .prdbox form button:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	right: 5px;
	height: 3px;
	background: #9e2324;
}
#shoplist .modal_box .clrbox .prdbox form button:hover {
	text-decoration: none;
	transform:translateY(3px);
}
#shoplist .modal_box .clrbox .prdbox form button:hover img {
	opacity: 1;
}
#shoplist .modal_box .clrbox .prdbox form button .pic {
	flex-basis: 47%;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox {
	flex-basis: 46%;
	text-align: left;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .txt {
	display: block;
	font-size: 15px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .price {
	display: block;
    margin-top: 5px;
	line-height: 1.2;
	font-size: 16px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .price .num {
	font-weight: bold;
	font-size: 26px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .price .tax {
	font-size: 12px;
}
#shoplist .modal_box .clrbox .info {
	margin-top: 40px;
	font-size: 12px;
}
#shoplist .modal_box .clrbox .map {
	margin-top: 15px;
}
.modal_bg {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
