@charset "utf-8";

@media screen and (max-width:1240px) {
	/*店舗紹介*/
	#shoplist {
		margin-left: 0;
		margin-right: 0;
	}
	#shoplist .modal_box {
		max-width: 77.41935484%;
	}
}

@media screen and (max-width:768px) {
  body {
    padding-top: 0!important;
  }
  .m_fixed ,.m_absolute{
    position: static!important;
  }
  nav.fs-c-breadcrumb {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
}
  /*見出し系*/
  h2.top_title {
    font-size: 20px;
    margin-bottom: 1em;
  }

  h2.top_title span {
      font-size: 32px;
  }


  /*TOP*/
  /*スライダー*/
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: none!important;
  }

  .fs-c-slick .slick-slide img {
      min-height: auto;
  }

  .fs-l-page .fs-c-slick .slick-dots li {
    margin: 0 9px;
  }

  /*新着情報*/
  .fs-p-dateList > li time:first-child {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  /*ランキング*/
  section.top-ranking {
    background-size: 100%;
    background-position: 40vw -24px,-38vw 104%;
  }
    .sp-scroll {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }
    li.tab {
      height: 45px;
      font-size: 16px;
      border-radius: 1em 1em 0 0;
    }
    .row.product-list li {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    section.top-ranking li.panel {
      padding: 10px;
    }

    /*カテゴリーから探す*/
    section.top-category .container {
      box-sizing: border-box;
      padding: 0 3.2vw;
    }

    section.top-category ul.flex {
        display: block;
    }

    section.top-category li a img {
        height: auto;
        transform: scale(1);
    }

    section.top-category li a p.image {
        display: flex;
        align-items: center;
        height: 26vh;
    }

    /*メンジョイについて*/
    section.top-about {
      background-position-y: bottom;
      background-position-x: 0;
      background-size: 180vw;
    }

    section.top-about p.txt {
        font-size: 16px;
        padding-right: 0;
        padding-bottom: 46vw;
    }

    .top-about p.btn.btn-bg a {
        margin: 30px auto 20px;
    }

    /*最近チェックした商品*/
    #fs-recommend--flick .rcmd-slick-slide, div#fs-recommend--flick_history .rcmd-slick-slide {
      padding: 10px;
    }

    .container .fr2-carousel .rcmd-slick-list {
        margin: 0 25px;
    }

    h2.heading {
        margin: .8em auto;
    }

    #fs-recommend--flick, div#fs-recommend--flick_history {
        padding-top: 15px;
    }

    .container .fr2-carousel .rcmd-slick-arrow::before {
        width: 22px;
        height: 22px;
    }

    .container.fr2-carousel .rcmd-slick-next,.container.fr2-carousel .rcmd-slick-prev {
      width: 22px;
      height: 22px;
  }

    /*商品詳細*/
    .fs-l-productLayout__item.fs-l-productLayout__item--2 {
      max-width: 600px;
      width: 100%;
      margin: 0 auto;
  }

  .fs-l-product4 .fs-l-productLayout__item--3 {
      max-width: 768px;
  }

  .fs-c-productCarouselMainImage__image > img {
      max-width: calc(100vw - 3.2vw * 2);
  }

  .fs-c-productCarouselMainImage__thumbnailList, .fs-c-productThumbnail {
      display: block;
      white-space: nowrap;
      overflow-x: scroll;
  }

  .fs-c-productCarouselMainImage__thumbnailList > li, .fs-c-productThumbnail__image {
      display: inline-block;
      max-width: 100px;
      margin: 0 10px 0 0;
  }

  .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(3n) {
      margin-right: 10px;
  }

  h1.fs-c-productNameHeading.fs-c-heading {
      font-size: 34px;
  }

  .table {
    font-size: 14px;
  }

  /*商品一覧*/
  .fs-c-productImageModal {
    display: flex;
    align-items: center;
}

h1.fs-c-heading.fs-c-heading--page {
    font-size: 26px;
    font-weight: bold;
}

ul.fs-c-subgroupList {
    margin-top: 0;
    margin-left: -5px;
}

.fs-c-subgroupList__item {
    flex-basis: calc(50% - 5px);
    margin: 5px 0 5px 5px;
}

.fs-c-subgroupList__link {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.25;
}

.fs-c-subgroupList__link::after {
    right: 15px;
    width: 10px;
    height: 10px;
}

.fs-c-productList .fs-c-productList__controller:first-child {
    margin-bottom: 20px;
}

.fs-c-productList__controller {
    padding: 0;
}

span.fs-c-sortItems__label {
  white-space: nowrap;
}

.fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 5px 0;
}

.fs-c-productList__list article.fs-c-productList__list__item.fs-c-productListItem {
    padding: 20px 10px;
}

.fs-c-button--plain.fs-c-button--addToCart--list::before {
    display: none;
}

.fs-c-productListItem__control .fs-c-button--plain {
    min-width: auto;
    padding: 0 10px;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
    flex-wrap: wrap;
}

.fs-c-productList__list+.fs-c-productList__controller {
  padding-top: 10px;
}


/*よくあるご質問*/

div#faq ul.row li {
  margin-bottom: 15px;
}

#faq dt {
  padding: 12px 32px;
  text-indent: -23px;
}

#faq dt::before {
  font-size: 16px;
}

#faq dd {
  padding: 12px 12px 12px 32px;
  text-indent: -23px;
}

#faq dd::before {
  font-size: 16px;
}

/*会員登録*/

div#register h2 {
  font-size: 18px;
}

div#register ul li {
  margin: 10px 0;
}

/*当店について*/
section.about-sec .image {
  margin: 0 auto;
}

section.about-sec .bg-white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px auto;
}

/*ランキング*/
section.top-ranking.ranking div.container+div.container {
  margin-top: 50px;
}

section.top-ranking li.col-12.col-md-15 {
  max-width: 440px;
  margin: 0 auto;
}

/*森ちゃんのラーメンフェスタ*/
.fs-body-category-sumatan #mainvisual {
	background: url(https://coollandmenjoy.itembox.design/item/images/sp/sumatan/ra-men_mv.jpg) no-repeat center / 100% auto;
}
.fs-body-category-sumatan #mainvisual .inner {
	height: 130.46875vw;
}
.fs-body-category-sumatan #mainvisual .road {
	position: absolute;
    top: 45%;
    left: 26%;
    width: 43%;
    height: 13%;
}
.fs-body-category-sumatan #mainvisual #rect {
	width: 20.28888956%;
}
.fs-body-category-sumatan .fs-l-main {
    margin-top: 24px;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox.bottom {
    margin-top: inherit;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox.top {
    margin-top: inherit;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox p:nth-of-type(n+2) {
    margin-top: 5vw;
}
.fs-body-category-sumatan .fs-c-productList__controller,
.fs-body-category-sumatan .fs-c-productList__list + .fs-c-productList__controller {
	background-size: 20px auto;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox .button {
    margin-bottom: 35px;
}
.fs-body-category-sumatan .fs-l-pageMain .bnrbox .button .fs-p-cartItemNumber {
	font-size: 13px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    left: 5%;
}
.fs-body-category-sumatan .floatbox .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 3vw 5%;
}
.fs-body-category-sumatan .floatbox .button .fs-p-cartItemNumber {
    left: 2.5%;
    font-size: 14px;
    width: 28px;
    height: 28px;
}
.fs-body-category-sumatan div#ft_fixed li {
	border-top: 0;
}

/*店舗紹介*/
#shoplist .shoplist {
    margin-left: -5px;
    margin-right: -5px;
}
#shoplist .shoplist > li {
    padding-left: 5px;
    padding-right: 5px;
}
#shoplist .shoplist > li:nth-child(n+3) {
    margin-top: 40px;
}
#shoplist .shoplist > li > .txt {
    margin-top: 8px;
    font-size: 13px;
}
#shoplist .modal_box {
    max-width: 90%;
    overflow: inherit !important;
}
#shoplist .modal_box .close {
  top: -15px;
  right: -15px;
  width: 46px;
}
#shoplist .modal_box .whtbox {
	padding: 35px 5% 30px;
}
#shoplist .modal_box .whtbox > .flex {
    align-items: flex-start;
}
#shoplist .modal_box .whtbox .img {
    padding-top: 20px;
}
#shoplist .modal_box .whtbox .cnt {
	flex-basis: 69%;
}
#shoplist .modal_box .whtbox .cnt .title dt {
	flex: 0 0 15%;
	margin-right: 1%;
}
#shoplist .modal_box .whtbox .cnt .title dd {
    font-size: 15px;
}
#shoplist .modal_box .whtbox .cnt .cmt {
    margin-top: 10px;
    padding: 15px;
	font-size: 13px;
	border-radius: 5px;
}
#shoplist .modal_box .whtbox .cnt .cmt:before {
    left: -10px;
    top: 15px;
    border-top-width: 4px;
    border-right-width: 10px;
    border-bottom-width: 4px;
}
#shoplist .modal_box .whtbox .picbox {
    margin-top: 25px;
}
#shoplist .modal_box .whtbox .picbox li:nth-child(n+3) {
	margin-top: 12px;
}
#shoplist .modal_box .clrbox {
	padding: 30px 5%;
}
#shoplist .modal_box .clrbox .prdbox form:nth-child(n+2) {
	margin-top: 10px;
}
#shoplist .modal_box .clrbox .prdbox form button {
    padding: 20px 10px 10px;
}
#shoplist .modal_box .clrbox .prdbox form button:before {
    left: 3px;
    right: 3px;
    height: 2px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox {
    font-size: 12px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .price {
	font-size: 14px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .price .num {
	font-size: 24px;
}
#shoplist .modal_box .clrbox .prdbox form button .txtbox .price .tax {
	font-size: 11px;
}
#shoplist .modal_box .clrbox .info {
    margin: 30px 3% 0;
}
#shoplist .modal_box .clrbox .map {
    margin: 10px 3% 0;
}

}

@media screen and (max-width:600px) {
  div#register h2 {
    font-size: 18px;
  }

  div#register ul li {
    padding: 15px 10px;
    background-size: 9px 9px;
  }

  div#register ul li p.image {
    max-width: 60px;
    margin-right: 3vw;
  }

  div#register ul li span {
    font-size: 1.4em;
  }

  section.collabo_cnt h3.txt-red {
    font-size: 24px;
}

h2.collabo_ttl {
    font-size: 26px;
}

.dtl-collabo section.container {
    padding: 0 10px;
}

/*商品詳細*/
.address-box .address-list {
  width: 100%;
}

.address-box .address-list dl.d-flex {
  flex-direction: column;
  padding: 0;
}

.address-box dt,.address-box dd {
  padding: 15px;
}

.address-box dt {
  background-color: #fef3e2;
}

.address-box .address-list dl:first-child {
  border-top: 1px solid #d9d9d9;
}

.address-box .image {
  width: 100%;
  margin: 30px auto 0;
}


/*商品詳細コラボ*/
h2.collabo_cnt_ttl {
    font-size: 24px;
    padding: 15px 10px;
}

section.dtl-collabo-cnt {
    margin: 50px auto;
}

p.icon_collabo {
    width: 81px;
    margin: 0 auto;
}

section.collabo_cnt {
    margin-top: 50px;
}

.collabo-shop>p.center {
    font-size: 18px;
    margin: 20px auto;
}

.collabo-shop li {
    width: calc(50% - 14px);
    text-align: center;
}

.icon_collabo-men img.js-animation {
  transform: translate(-28vw,28vw);
}

section.collabo_cnt.collabo_cnt02 .icon_collabo-men img.js-animation {
  transform: translate(28vw,28vw);
}


/*当店について*/
section.about-sec .bg-white {
  display: block;
  position: static;
  padding: 20px 10px;
  margin: 0 auto;
}

h2.about_ttl {
  font-size: 20px;
}

section.about-sec h3.bold {
  font-size: 16px;
}

section.about-sec {
  margin-bottom: 30px;
}

article.fs-c-documentArticle.about section.fs-c-documentColumn {
  max-width: 370px;
  margin: 0 auto;
}

/*ランキング*/
section.top-ranking.ranking ul.flex {
  margin-bottom: 50px;
}

section.top-ranking.ranking ul.flex li {
  width: 33.3333%;
}

section.top-ranking.ranking ul.flex li a {
  padding: 10px 0;
  font-size: 16px;
}

section.top-ranking.ranking ul.flex li a::before {
  margin-bottom: 4px;
}

section.top-ranking.ranking ul.flex li a::after {
  margin-top: 2px;
  border-width: 8px 8px 0 8px;
}

}

@media screen and (max-width:499px) {
  ul.fs-c-accountService {
    max-width: 300px;
    margin: 0 auto;
  }
}
