@charset "UTF-8";

/* -----------------------------------------------
common
----------------------------------------------- */
main {
  font-family: 'Noto Sans JP', sans-serif;
}
.false .fs-c-productPrice--member {
  display: none;
}
.true .fs-c-productPrices .fs-c-productPrice:nth-last-child(2) {
  display: none;
}
.sec_heading {
  text-align: center;
}

@media screen and (max-width: 750px) {
  main .inner_wrap {
    width: 89.86%;
  }
  #responsive_wrap .sec_heading h2 {
    width: 263px;
    margin: 0 auto;
  }
  #responsive_wrap .sec_heading strong {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: normal;
    display: inline-block;
  }
}

@media screen and (min-width: 751px) {
  main .inner_wrap {
    width: 94.92%;
    max-width: 1272px;
  }
  #responsive_wrap .sec_heading h2 {
    width: 428px;
    margin: 0 auto;
  }
  #responsive_wrap .sec_heading strong {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: normal;
    display: inline-block;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap .slider_item .img img {
  aspect-ratio: 1/0.821;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .mv_wrap .slider_item .img {
    width: 100%;
  }
  .mv_wrap .slider_item .text {
    width: 100%;
    padding: 24px 5.07% 47px;
    text-align: center;
  }
  .mv_wrap .text h1 {
    font-size: 1.7rem;
    line-height: 1.23;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin: 0;
  }
  .mv_wrap .text strong {
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 1.23;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: block;
  }
  .mv_wrap .text p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
  .mv_wrap .text .more {
    margin-top: 15px;
  }
  .mv_wrap .text .more a {
    width: 170px;
    height: 34px;
    margin: 0 auto;
    border: 1px solid #231815;
    border-radius: 3px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.07em;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s;
  }
  .mv_wrap .text .more a:hover {
    background-color: #231815;
    color: #fff;
  }
  .mv_wrap .slick-prev,
  .mv_wrap .slick-next {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    box-shadow: 0 4px 3px #f2f2f2;
    top: auto;
    left: auto;
    bottom: 0;
    transform: translate(0, 0);
    z-index: 2;
  }
  .mv_wrap .slick-prev {
    right: 53px;
  }
  .mv_wrap .slick-prev:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #7d7e4e;
    border-left: 1px solid #7d7e4e;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mv_wrap .slick-next {
    right: 18px;
  }
  .mv_wrap .slick-next:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #7d7e4e;
    border-right: 1px solid #7d7e4e;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@media screen and (min-width: 751px) {
  .mv_wrap {
    max-width: 1340px;
    margin: 0 auto;
  }
  .mv_wrap .slider_item {
    display: -webkit-flex;
    display: flex!important;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .mv_wrap .slider_item .img {
    width: 60.9%;
  }
  .mv_wrap .slider_item .text {
    width: 39.1%;
    padding: 10px 2% 10px 8.65%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .mv_wrap .text h1 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 0;
  }
  .mv_wrap .text strong {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.43;
    letter-spacing: 0.08em;
    font-weight: 500;
    display: block;
  }
  .mv_wrap .text p {
    margin-top: 19px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
  .mv_wrap .text .more {
    margin-top: 47px;
    margin-bottom: 8px;
  }
  .mv_wrap .text .more a {
    width: 194px;
    height: 44px;
    border: 1px solid #231815;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.07em;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s;
  }
  .mv_wrap .text .more a:hover {
    background-color: #231815;
    color: #fff;
  }
}

/* -----------------------------------------------
tokusyu_wrap
----------------------------------------------- */
.tokusyu_product_wrap {
  position: relative;
}
.tokusyu_product_wrap .text span {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 300;
  color: #48bb88;
  display: block;
}
.tokusyu_product_wrap strong {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}
.tokusyu_product_wrap p {
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .tokusyu_wrap {
    padding: 52px 0 26px;
  }
  .tokusyu_wrap .scroll_wrap {
    width: calc(100vw - 5.07%);
    margin: 29px 0 0;
    padding-bottom: 20px;
    margin-left: 5.07%;
    overflow: scroll hidden;
  }
  .tokusyu_product_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tokusyu_product_item {
    width: 269px;
    min-width: 269px;
    padding-right: 20px;
  }
  .tokusyu_product_wrap .text {
    margin-top: 25px;
  }
  .tokusyu_product_wrap strong {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .tokusyu_product_wrap p {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.62;
  }
}

@media screen and (min-width: 751px) {
  .tokusyu_wrap {
    padding: 170px 0 153px;
  }
  #responsive_wrap .tokusyu_heading h2 {
    width: 350px;
  }
  .tokusyu_product_wrap {
    margin: 73px auto 0;
  }
  .tokusyu_product_wrap .slick-list {
    padding: 0 160px;
  }
  .tokusyu_product_wrap .slick-slide {
    width: 356px;
    padding-right: 26px;
  } 
  .tokusyu_product_wrap .img {
    position: relative;
  }
  .tokusyu_product_wrap .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tokusyu_product_wrap .tokusyu_product_item a:hover .img::after {
    background-color: rgba(255,255,255,.1);
  }
  .tokusyu_product_wrap .text {
    margin-top: 25px;
  }
  .tokusyu_product_wrap strong {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.47;
  }
  .tokusyu_product_wrap p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.64;
  }
  .tokusyu_product_wrap .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 38px);
    cursor: pointer;
  }
  .tokusyu_product_wrap .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/torinohito/common/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  .tokusyu_product_wrap .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/torinohito/common/prev_arrow_hover.svg);
  }
  .tokusyu_product_wrap .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/torinohito/common/next_arrow.svg);
    left: calc(50% + 560px);
  }
  .tokusyu_product_wrap .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/torinohito/common/next_arrow_hover.svg);
  }
}

@media screen and (min-width: 1340px) {
  .tokusyu_product_wrap {
    max-width: 1340px;
  }
}

/* -----------------------------------------------
slider_product
----------------------------------------------- */
.slider_product_inner {
  position: relative;
}
.slider_product .fs-c-productName__copy,
.slider_product .fs-c-productListItem__productDescription {
  display: none;
}
.slider_product .fs-c-productMarks .fs-c-productMark__mark:not(.shop_name_tori) {
  display: none;
}
.fs-c-productMark__item {
  margin-top: 6px;
  /* display: inline-block; */
}
.slider_product .shop_name_tori {
  display: block;
  font-size: 10px;
  font-weight: 500;
  height: auto;
  border-radius: 0;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}
.slider_product .shop_name_tori .fs-c-productMark__label {
  opacity: .65;
  display: block;
  text-align: left;
  line-height: 1.2;
  font-size: inherit;
}
.slider_product .fs-c-productPrice {
  -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* .slider_product .fs-c-productPrice .fs-c-price__value {
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: .02em;
  text-align: left;
}
.slider_product .fs-c-productPrice .fs-c-productPrice__addon {
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: .02em;
  text-align: left;
}
.slider_product .fs-c-productPrice .fs-c-productPrice__addon span {
  font-size: 13px;
} */
.fs-c-productPrice * {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .02em;
  text-align: left;
}
.slider_product > .fs-c-productListCarousel__ctrl {
  display: none;
}
.slider_product .fs-c-productListItem__productDescription {
  display: none;
}
.slider_product .fs-c-productListItem__control {
  display: block;
}
.slider_product .fs-c-button--addToWishList--icon,
.slider_product .fs-c-button--removeFromWishList--icon {
  display: none;
}
.slider_product .fs-c-productListItem__control .fs-c-button--plain {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #7c804e;
  background-color: #fff;
  color: #7c804e;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fs-c-productListItem__control {
  display: none;
}
.fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fs-c-productPrice__addon__label:before {
  content: '（';
}
.fs-c-productPrice__addon__label::after {
  content: '）';
}
.fs-c-productPrice--subscription .fs-c-productPrice__main__label {
  display: none;
}
.fs-c-button--carousel .fs-c-button__label {
  display: none;
}
.slider_product .fs-c-mark--coolDelivery {
  display: none;
}

@media screen and (max-width: 750px) {
  .slider_product {
    margin: 28px calc(50% - 50vw);
    width: 100vw;
  }
  .slider_product .fs-c-productListCarousel__list {
    /* padding-bottom: 20px; */
    /* padding-left: 8%; */
    overflow: scroll hidden;
    position: relative;
    width: 100%;
    margin-left: 5.07%;
  }
  .slider_product .fs-c-productListCarousel__list__itemTrack {
    /* min-width: 790px; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
  }
  .slider_product .fs-c-productListCarousel__list__item {
    width: 158px;
    min-width: 158px;
    padding: 15px 16px 35px;
    background-color: #f8f8f8;
  }
  .slider_product .fs-c-productListCarousel__list__item + .fs-c-productListCarousel__list__item {
    margin-left: 9px;
  }
  .slider_product .fs-c-productListCarousel__list__item:last-child {
    position: relative;
  }
  .slider_product .fs-c-productListCarousel__list__item:last-child::after {
    content: '';
    width: 9px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .slider_product .fs-c-productListItem__image__image {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .slider_product .fs-c-productListItem__productName {
    padding-top: 5px;
    margin-top: 0;
  }
  .slider_product .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .slider_product .fs-c-productMarks {
    margin-top: 5px;
  }
  .slider_product .shop_name_tori {
    margin-top: 5px;
    opacity: .65;
    font-size: 9px;
  }
  .slider_product .fs-c-productPrices {
    margin-top: 11px;
    margin-bottom: 5px;
  }
  .slider_product .fs-c-productPrice .fs-c-price__value {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .02em;
    text-align: left;
  }
  .slider_product .fs-c-productListItem__control {
    /* margin-top: 10px; */
    display: none;
  }
  .slider_product .fs-c-productListItem__control .fs-c-button--plain {
    height: 30px;
  }
  .slider_product_inner + .more_wrap {
    margin-top: 33px;
  }
  .slider_product_inner + .more_wrap a {
    width: 170px;
    height: 34px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    border: 1px solid #7c804e;
    color: #7c804e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (min-width: 751px) {
  main .slider_product_inner {
    width: 94.92%;
    max-width: 1272px;
  }
  .slider_product {
    margin-top: 51px;
    /* width: 100vw; */
  }
  .slider_product .slick-slider {
    position: static;
  }
  .slider_product .slick-slide {
    width: 202px;
    margin-right: 12px;
    /* margin-right: 26px; */
  }
  .slider_product .fs-c-productListCarousel__list__item {
    padding: 20px 11.88% 19px;
    background-color: #f8f8f8;
  }
  .slider_product .fs-c-productListItem__image__image {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .slider_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a {
    position: relative;
  }
  .slider_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  .slider_product .fs-c-productListCarousel__list__item:hover .fs-c-productListItem__image a::after {
    background-color: rgba(255,255,255,.1);
  }
  .slider_product .fs-c-productMarks {
    margin-top: 0;
  }
  .slider_product .fs-c-productListItem__productName {
    padding-top: 17px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .slider_product .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: .02em;
    text-align: left;
    /* font-weight: bold; */
  }
  .slider_product .fs-c-productListItem__prices {
    margin: 8px 0 0;
  }
  .slider_product .fs-c-productListItem__control {
    margin-top: 18px;
  }
  .slider_product .fs-c-productListItem__control .fs-c-button--plain {
    height: 35px;
    transition: all .3s;
  }
  .slider_product .fs-c-productListItem__control .fs-c-button--plain:hover {
    border: 1px solid #7c804e;
    background-color: #7c804e;
    color: #fff;
  }
  .slider_product .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 38px);
    cursor: pointer;
  }
  .slider_product .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/torinohito/common/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  .slider_product .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/torinohito/common/prev_arrow_hover.svg);
  }
  .slider_product .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/torinohito/common/next_arrow.svg);
    left: calc(50% + 560px);
  }
  .slider_product .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/torinohito/common/next_arrow_hover.svg);
  }
  .slider_product_inner + .more_wrap {
    margin-top: 51px;
  }
  .slider_product_inner + .more_wrap a {
    width: 252px;
    height: 36px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    border: 1px solid #7c804e;
    color: #7c804e;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s;
  }
  .slider_product_inner + .more_wrap a:hover {
    background-color: #7c804e;
    color: #fff;
  }
}

/* -----------------------------------------------
pickup_wrap
----------------------------------------------- */
.pickup_wrap {
  background-color: #f9f9f9;
}
.pickup_wrap .fs-c-productListCarousel__list__item {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .pickup_wrap {
    padding: 56px 0 39px;
  }
}

@media screen and (min-width: 751px) {
  .pickup_wrap {
    padding: 110px 0 104px;
  }
  #responsive_wrap .pickup_heading h2 {
    width: 392px;
  }
}

/* -----------------------------------------------
tsukuruhito_wrap
----------------------------------------------- */

@media screen and (max-width: 750px) {
  .tsukuruhito_wrap {
    padding: 50px 0 39px;
  }
}

@media screen and (min-width: 751px) {
  .tsukuruhito_wrap {
    padding: 106px 0 104px;
  }
  #responsive_wrap .tsukuruhito_heading h2 {
    width: 391px;
  }
}

/* -----------------------------------------------
teshigoto_wrap
----------------------------------------------- */
.teshigoto_wrap {
  background-color: #f9f9f9;
}
.teshigoto_wrap .fs-c-productListCarousel__list__item {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .teshigoto_wrap {
    padding: 68px 0 39px;
  }
}

@media screen and (min-width: 751px) {
  .teshigoto_wrap {
    padding: 130px 0 104px;
  }
  #responsive_wrap .teshigoto_heading h2 {
    width: 416px;
  }
}

/* -----------------------------------------------
sakezukuri_wrap
----------------------------------------------- */

@media screen and (max-width: 750px) {
  .sakezukuri_wrap {
    padding: 73px 0 39px;
  }
}

@media screen and (min-width: 751px) {
  .sakezukuri_wrap {
    padding: 133px 0 104px;
  }
  #responsive_wrap .sakezukuri_heading h2 {
    width: 388px;
  }
}

/* -----------------------------------------------
ranking_wrap
----------------------------------------------- */
.ranking_wrap {
  background-color: #ebe9e0;
}
.ranking_product_inner {
  position: relative;
}
.ranking_product_wrap .img {
  position: relative;
}
.ranking_product_wrap .img > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ranking_product_wrap .rank_num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.ranking_product_wrap .text dt {
  font-size: 13px;
  line-height: 1.61;
  letter-spacing: 0;
  font-weight: bold;
}
.ranking_product_wrap .text dd {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
.ranking_product_wrap .text .to_detail {
  margin-top: 20px;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #7c804e;
  color: #7c804e;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
  .ranking_wrap {
    padding: 52px 0 48px;
  }
  .ranking_product_inner {
    margin-top: 29px;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 8%;
    overflow-x: scroll;
    position: relative;
    width: 100vw!important;
  }
  .ranking_wrap #_rcmdjp_display_1 {
    margin-top: 29px;
    padding-top: 28px;
    position: relative;
    width: calc(100vw - 5.07%);
    padding-bottom: 20px;
    overflow: scroll hidden;
  }
  .ranking_product_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ranking_produtct_item {
    width: 270px;
    min-width: 270px;
    padding-right: 20px;
  }
  .ranking_product_wrap .rank_num {
    width: 60px;
    height: 47px;
    top: -28px;
  }
  .ranking_product_wrap .text {
    margin-top: 13px;
  }
  .ranking_product_wrap .text .to_detail {
    height: 25px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 751px) {
  .ranking_wrap {
    padding: 103px 0 114px;
  }
  .ranking_heading strong {
    color: #7d7e4e;
  }
  main .ranking_product_inner {
    width: auto;
    max-width: 1340px;
  }
  .ranking_product_wrap {
    margin-top: 85px;
    /* width: 100vw; */
    width: 100%;
    position: static;
    /* margin-left: 103px; */
  }
  .ranking_product_wrap .slick-list {
    padding-top: 48px;
  }
  .ranking_product_wrap .slick-slide {
    width: 279px;
    margin-right: 23px;
  }
  .ranking_product_wrap .rank_num {
    width: 86px;
    height: 66px;
    top: -48px;
  }
  .ranking_product_wrap .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  .ranking_product_wrap a:hover .img::after {
    background-color: rgba(255,255,255,.1);
  }
  .ranking_product_wrap .text {
    margin-top: 15px;
  }
  .ranking_product_wrap .text .to_detail {
    height: 35px;
    transition: all .3s;
  }
  .ranking_product_wrap .text .to_detail:hover {
    border: 1px solid #7c804e;
    background-color: #7c804e;
    color: #fff;
  }
  .ranking_product_wrap .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 50px);
    cursor: pointer;
  }
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/torinohito/common/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/torinohito/common/prev_arrow_hover.svg);
  }
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/torinohito/common/next_arrow.svg);
    left: calc(50% + 560px);
  }
  .ranking_product_wrap .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/torinohito/common/next_arrow_hover.svg);
  }
}

/* @media screen and (min-width: 1340px) {
  .ranking_product_wrap {
    max-width: calc(1340px - 103px);
  }
} */

/* -----------------------------------------------
rec_cat_wrap
----------------------------------------------- */
.rec_cat_wrap {
  font-family: 'Noto Sans JP', sans-serif;
}
.rec_cat_heading {
  text-align: center;
}
.rec_cat_wrap .text_link_wrap ul {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.rec_cat_wrap .text_link_wrap li a {
  letter-spacing: 0;
  color: #fff;
  background-color: #7d7e4e;
  border-radius: 18px;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.rec_cat_wrap .img_link_wrap li a {
  display: block;
}

@media screen and (max-width: 750px) {
  .rec_cat_wrap {
    /* width: 91.3%;
    margin: 0 auto; */
    padding: 63px 0 33px;
  }
  .rec_cat_heading h2 {
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rec_cat_heading p {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .rec_cat_wrap .text_link_wrap {
    margin-top: 22px;
  }
  .rec_cat_wrap .text_link_wrap ul {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .rec_cat_wrap .text_link_wrap li {
    margin: 0 13px 9px;
  }
  .rec_cat_wrap .text_link_wrap li a {
    padding: 10px 18px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .rec_cat_wrap .img_link_wrap {
    margin-top: 47px;
  }
  .rec_cat_wrap .img_link_wrap ul {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .rec_cat_wrap .img_link_wrap li {
    width: 100%;
  }
  .rec_cat_wrap .img_link_wrap li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 751px) {
  .osusume-cat_wrap .inner_wrap {
    max-width: 1028px;
  }
  .rec_cat_wrap {
    padding-top: 134px;
    padding-bottom: 79px;
  }
  .rec_cat_heading h2 {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rec_cat_heading p {
    margin: 13px 0 0;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .rec_cat_wrap .text_link_wrap {
    margin-top: 40px;
  }
  .rec_cat_wrap .text_link_wrap ul {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
  }
  .rec_cat_wrap .text_link_wrap li {
    margin: 0 2px 14px;
  }
  .rec_cat_wrap .text_link_wrap li a {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 1.2;
  }
  .rec_cat_wrap .text_link_wrap li a:hover {
    opacity: 0.8;
  }
  .rec_cat_wrap .img_link_wrap {
    margin-top: 57px;
  }
  .rec_cat_wrap .img_link_wrap ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rec_cat_wrap .img_link_wrap li {
    width: 47.72%;
  }
  .rec_cat_wrap .img_link_wrap li:nth-child(even) {
    margin-left: 4.54%;
  }
  .rec_cat_wrap .img_link_wrap li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .rec_cat_wrap .img_link_wrap li a {
    position: relative;
  }
  .rec_cat_wrap .img_link_wrap li a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  .rec_cat_wrap .img_link_wrap li a:hover::after {
    background-color: rgba(255,255,255,.4);
  }
}

/* -----------------------------------------------
info_wrap
----------------------------------------------- */
.info_wrap .sec_heading h2 {
  letter-spacing: 0.1em;
  font-weight: bold;
}
.info_wrap .sec_heading span {
  letter-spacing: 0.07em;
  font-weight: bold;
}
.information_content li .info_fx {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.information_content li {
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid #eae9e8;
}
.information_content li:first-child {
  border-top: 1px solid #eae9e8;
}
.information_content li:nth-child(n + 6) {
  display: none;
}
.information_content time {
  margin-right: 4.4%;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  width: 5em;
}
.information_content li span {
  line-height: 1.4;
  letter-spacing: 0;
  width: calc(100% - 5em - 4.4%);
  display: inline-block;
}
.information_content li a span:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .info_wrap {
    padding: 33px 0 44px;
  }
  .info_wrap .sec_heading {
    text-align: center;
    margin-bottom: 30px;
  }
  .info_wrap .sec_heading h2 {
      display: block;
      font-size: 2.05rem;
      margin-bottom: 12px;
  }
  .info_wrap .sec_heading span {
      display: block;
      font-size: 0.8rem;
  }
  .information_content time {
    font-size: 1.05rem;
  }
  .information_content li span {
    font-size: 1.3rem;
  }
  .information_more {
    height: 36px;
    width: 46.4%;
    margin: 33px auto 0;
    text-align: center;
    border: 1px solid #d2d2d0;
  }
  .information_more a {
    font-size: 1.2rem;
    text-align: center;
    line-height: 36px;
  }
}

@media screen and (min-width: 751px) {
  .info_wrap {
    padding: 77px 0 81px;
  }
  .info_wrap .inner_wrap {
    max-width: 1028px;
  }
  .info_wrap .sec_heading {
    text-align: left;
    margin-bottom: 48px;
  }
  .info_wrap .sec_heading h2 {
      display: inline-block;
      font-size: 28px;
      margin-right: 4%;
  }
  .info_wrap .sec_heading span {
      display: inline-block;
      font-size: 16px;
  }
  .information_content time {
    font-size: 14px;
  }
  .information_content li span {
    font-size: 15px;
  }
  .information_more {
    text-align: right;
    margin-top: 15px;
  }
  .information_more a {
    padding-right: 2em;
    position: relative;
  }
  .information_more a:hover {
    opacity: 0.6;
  }
  .information_more a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  /* .information {
    padding-bottom: 70px;
  } */
}

/* -----------------------------------------------
torinohito_cat_wrap
----------------------------------------------- */
.torinohito_cat_wrap {
  width: 100vw;
}
.torinohito_cat_wrap .section-header {
  margin-bottom: 40px;
}
.torinohito_cat_wrap .section-header__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
}
.torinohito_cat_wrap .section-sub-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.02em;
  vertical-align:middle;
}
.torinohito_cat_wrap .new-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  word-break: break-word;
}
.torinohito_cat_wrap .grid-item {
  flex: 0 0 16.66667%;
  align-items: stretch;
  display: flex;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.torinohito_cat_wrap .collection-item {
  position: relative;
  display: block;
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 5px;
}
.torinohito_cat_wrap .collection-image--circle {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all .2s ease;
}
.torinohito_cat_wrap .collection-image-wrap:after{
  content:"";
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  background-color:rgba(0, 0, 0, 0.027);
  pointer-events:none;
  transition:all 0.2s ease;
  border-radius: 50%;
}
.torinohito_cat_wrap .collection-image img{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  -o-object-fit:contain;
    object-fit:contain;
  padding:var(--collectionTileMargin);
}
.torinohito_cat_wrap .collection-image--is-collection img{
  -o-object-fit:cover;
    object-fit:cover;
}
.torinohito_cat_wrap .collection-item__title {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  margin-top: 5px;
  padding: 0 7%;
}
.torinohito_cat_wrap .section-header__title {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.torinohito_cat_wrap .section-sub-title {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 750px) {
  .torinohito_cat_wrap {
    margin: 31px calc(50% - 50vw) 32px;
  }
  .torinohito_cat_inner {
    width: 91.73%;
    margin: 0 auto;
  }
  .torinohito_cat_wrap .section-header {
    margin-bottom: 25px;
  }
  .torinohito_cat_wrap .section-header .section-header__title {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .torinohito_cat_wrap .section-header .section-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .torinohito_cat_wrap .collection-item__title {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .torinohito_cat_wrap .grid-item {
    flex: 0 0 33.33333%;
  }
  .torinohito_cat_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 44px 0 46px;
  }
  .torinohito_cat_wrap .section-header__title {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  .torinohito_cat_wrap .section-sub-title {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 751px) {
  .torinohito_cat_wrap {
    margin: 54px calc(50% - 50vw) 60px;
  }
  .torinohito_cat_inner {
    width: 94.62%;
    max-width: 1268px;
    margin: 0 auto;
  }
  .torinohito_cat_wrap .collection-item {
    margin-bottom: 15px;
  }
  .torinohito_cat_wrap .collection-image-wrap:hover{
    transform:translateY(-3px);
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.1)
  }
  .torinohito_cat_wrap .collection-image-wrap:hover:after{
    background-color:transparent;
  }
  .torinohito_cat_wrap .collection-item:active .collection-image-wrap{
    transform:scale(0.97);
    transition:transform 0.05s ease-out
  }
  .torinohito_cat_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 76px 0 35px;
  }
  
}

/* -----------------------------------------------
生産者一覧
----------------------------------------------- */
.creator_wrap {
  width: 100vw;
}
.creator_wrap .section-header {
  margin-bottom: 40px;
}
.creator_wrap .section-header__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
}
.creator_wrap .section-sub-title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.02em;
  vertical-align:middle;
}
.creator_wrap .new-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  word-break: break-word;
}
.creator_wrap .grid-item {
  flex: 0 0 16.66667%;
  align-items: stretch;
  display: flex;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.creator_wrap .collection-item {
  position: relative;
  display: block;
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 5px;
}
.creator_wrap .collection-image--circle {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all .2s ease;
}
.creator_wrap .collection-image-wrap:after{
  content:"";
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1;
  background-color:rgba(0, 0, 0, 0.027);
  pointer-events:none;
  transition:all 0.2s ease;
  border-radius: 50%;
}
.creator_wrap .collection-image img{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  -o-object-fit:contain;
    object-fit:contain;
  padding:var(--collectionTileMargin);
}
.creator_wrap .collection-image--is-collection img{
  -o-object-fit:cover;
    object-fit:cover;
}
.creator_wrap .collection-item__title {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  margin-top: 5px;
  padding: 0 7%;
}
.creator_wrap .section-header__title {
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.creator_wrap .section-sub-title {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 750px) {
  .creator_wrap {
    margin: 31px calc(50% - 50vw) 32px;
  }
  .creator_inner {
    width: 91.73%;
    margin: 0 auto;
  }
  .creator_wrap .section-header {
    margin-bottom: 25px;
  }
  .creator_wrap .section-header .section-header__title {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .creator_wrap .section-header .section-sub-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .creator_wrap .collection-item__title {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .creator_wrap .grid-item {
    flex: 0 0 33.33333%;
  }
  .creator_container{
    padding: 26px 0 24px;
  }
  .creator_container + .creator_container{
    padding: 24px 0 24px;
  }
  .creator_wrap {
    width: auto;
    margin: 0;
  }
  .creator_wrap .section-header {
    margin-bottom: 21px;
  }
  .creator_wrap .section-header__title {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.07em;
  }
  .creator_wrap .section-sub-title {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .creator_wrap .scroll_wrap {
    width: calc(100vw - 5.07%);
    margin: 0;
    padding-bottom: 20px;
    overflow: scroll hidden;
  }
  .creator_wrap .new-grid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
  .creator_wrap .grid-item {
    width: 139px;
    flex: none;
    padding: 0;
    margin-bottom: 0;
  }
  .creator_wrap .grid-item + .grid-item {
    margin-left: 21px;
  }
  .creator_wrap .grid-item:last-child {
    position: relative;
  }
  .creator_wrap .grid-item:last-child::after {
    content: '';
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
  }
}

@media screen and (min-width: 751px) {
  .creator_wrap {
    margin: 54px calc(50% - 50vw) 60px;
  }
  .creator_inner {
    width: 94.62%;
    max-width: 1268px;
    margin: 0 auto;
  }
  .creator_wrap .collection-item {
    margin-bottom: 15px;
  }
  .creator_wrap .collection-image-wrap:hover{
    transform:translateY(-3px);
    box-shadow:0 3px 10px rgba(0, 0, 0, 0.1)
  }
  .creator_wrap .collection-image-wrap:hover:after{
    background-color:transparent;
  }
  .creator_wrap .collection-item:active .collection-image-wrap{
    transform:scale(0.97);
    transition:transform 0.05s ease-out
  }
  .creator_container{
    padding: 63px 0 53px;
  }
  .creator_container + .creator_container{
    padding: 38px 0 53px;
  }
  .creator_wrap {
    width: auto;
    margin: 0;
  }
  .creator_wrap .new-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .creator_wrap .slick-list {
    padding-top: 3px;
    margin-top: -3px;
  }
  .creator_wrap .slick-slide {
    width: 180px;
    margin-right: 22px;
  }
  .creator_wrap .grid-item {
    flex: none;
    align-items: normal;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .creator_wrap .collection-item__title {
    margin-top: 12px;
  }
  .creator_wrap .fs-c-productListCarousel__ctrl {
    width: 40px;
    min-width: auto;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 50px);
    cursor: pointer;
  }
  .creator_wrap .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/torinohito/common/prev_arrow.svg);
    left: calc(50% + 510px);
  }
  .creator_wrap .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/torinohito/common/prev_arrow_hover.svg);
  }
  .creator_wrap .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/torinohito/common/next_arrow.svg);
    left: calc(50% + 560px);
  }
  .creator_wrap .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/torinohito/common/next_arrow_hover.svg);
  }
}

/* -----------------------------------------------
product_history
----------------------------------------------- */
.product_history .CrossHead {
  display: none;
}
.product_history li:nth-child(8) {
  display: none;
}
.product_history .section-header {
  margin-bottom: 40px;
}
.product_history .section-header__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
}
.product_history .section-sub-title {
  font-family: 'Montserrat', sans-serif;;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  vertical-align:middle;
}

@media screen and (max-width: 750px) {
  .product_history {
    width: 91.3%;
    margin: 53px auto 0;
  }
  .product_history .section-header {
    margin-bottom: 20px;
  }
  .product_history .section-header .section-header__title {
    font-family: Noto Sans JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .02em;
    text-align: left;
  }
  .product_history .section-sub-title {
    font-family: 'Montserrat', sans-serif;;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .product_history + br {
    display: none;
  }
  .product_history .scroll_wrap {
    overflow-x: scroll;
    width: 100%;
  }
  .product_history ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .product_history li {
    width: 135px;
    min-width: 135px;
    /* padding: 13px 16px; */
    background-color: #f8f8f8;
  }
  .product_history li + li {
    margin-left: 11px;
  }
  .product_history li a {
    padding: 13px 16px;
    display: block;
    height: 100%;
  }
  .product_history li img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
  .product_history li dt {
    margin-top: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
  }
  .product_history li dd {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .02em;
    text-align: left;
  }
}

@media screen and (min-width: 751px) {
  .product_history {
    margin-top: 118px;
    margin-bottom: 0!important;
    margin-left: auto;
    margin-right: auto;
    width: 94.62%;
    max-width: 1268px;
  }
  .product_history ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .product_history li {
    width: 13.4%;
    /* padding: 15px 1.57% 18px; */
    background-color: #f5f5f5;
  }
  .product_history li + li {
    margin-left: 0.94%;
  }
  .product_history li a {
    padding: 15px 11.76% 18px;
    display: block;
    height: 100%;
  }
  .product_history dt {
    margin-top: 23px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .02em;
    text-align: left;
    /* font-weight: bold; */
  }
  .product_history dd {
    margin-top: 14px;
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .02em;
    text-align: left;
  }
}

/* -----------------------------------------------
モーダル
----------------------------------------------- */
.modal_container {
  display: none;
}

.cc-modal-open.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
}

/* .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
} */

.modal_body {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.modal_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #d78577;
}

.modal_close::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_fx .m_pickup_wrap strong {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
}

.modal_pickup > .fs-c-productListCarousel__ctrl {
  display: none;
}

.modal_pickup .fs-c-productMarks {
  display: none;
}

.modal_pickup .fs-c-productListItem__productName a {
  display: block;
}

.modal_pickup .fs-c-productName__name {
  letter-spacing: 0;
  display: block;
}

.modal_pickup .fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.modal_fx .text strong {
  line-height: 1.38;
  letter-spacing: 0.07em;
  font-weight: bold;
}

.modal_wrap .fs-c-productName__copy {
  display: none;
}

@media screen and (max-width: 750px) {
  .modal_body {
    width: 96.26%;
    height: calc(100vh - 115px);
    padding-bottom: 23px;
    overflow-y: auto;
  }

  .modal_close {
    width: 30px;
    height: 30px;
  }

  .modal_close::before {
    width: 2px;
    height: 16px;
  }
  
  .modal_close::after {
    width: 2px;
    height: 16px;
  }
  
  .modal_fx .text_wrap {
    padding: 0 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_fx .m_pickup_wrap {
    order: 2;
    margin-top: 41px;
  }

  .modal_fx .m_pickup_wrap strong {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .modal_pickup {
    margin-top: 17px;
  }

  .modal_pickup .fs-c-productListCarousel__list {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .modal_pickup .fs-c-productListCarousel__list__itemTrack {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_pickup .fs-c-productListCarousel__list__item {
    width: 110px;
    min-width: 110px;
    margin-right: 15px;
  }

  .modal_pickup .fs-c-productListItem__productName a {
    padding-top: 12px;
    font-size: 1.1rem;
  }

  .modal_pickup .fs-c-productName__name {
    line-height: 1.52;
    height: 3.04em;
  }

  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 14px;
  }
  
  .modal_pickup .fs-c-productPrice {
    font-size: 1.1rem;
  }

  .modal_fx .text {
    order: 1;
  }

  .modal_fx .text {
    margin-top: 19px;
  }

  .modal_fx .text strong {
    font-size: 1.7rem;
  }

  .modal_fx .text p {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.68;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .modal_body {
    width: 1100px;
    max-width: 1100px;
    height: 564px;
    min-height: 564px;
    padding: 40px;
  }

  .modal_close {
    width: 40px;
    height: 40px;
  }

  .modal_close::before {
    width: 2px;
    height: 20px;
  }
  
  .modal_close::after {
    width: 2px;
    height: 20px;
  }

  .modal_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .modal_fx .img_wrap {
    width: 484px;
  }
  
  .modal_fx .text_wrap {
    width: 486px;
  }

  .modal_fx .m_pickup_wrap strong {
    font-size: 18px;
    letter-spacing: 0.2em;
  }

  .modal_pickup {
    margin-top: 19px;
  }

  .modal_pickup .fs-c-productListCarousel__list {
    overflow: visible;
  }
  
  .modal_pickup .slick-slide {
    width: 194px;
    padding-right: 44px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl {
    width: 38px;
    min-width: auto;
    position: absolute;
    z-index: 99;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl--prev {
    top: 56px;
    left: -19px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl--next {
    top: 56px;
    right: -19px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled,
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 0;
  }
  
  .modal_pickup .fs-c-productListItem__productName a {
    padding-top:14px;
    font-size: 13px;
  }

  .modal_pickup .fs-c-productName__name {
    line-height: 1.2;
    height: 2.7em;
  }

  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 10px;
  }
  
  .modal_pickup .fs-c-productPrice {
    font-size: 13px;
  }

  .modal_fx .text {
    margin-top: 55px;
  }

  .modal_fx .text strong {
    font-size: 18px;
  }

  .modal_fx .text p {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.07em;
  }
}

/* 予約商品のテキスト削除 */
.fs-c-productListCarousel span.fs-c-mark--preorder.fs-c-mark {
  display: none;
}
.fs-c-productListCarousel span.fs-c-productPrice__main__label {
  display: none;
}