@charset "UTF-8";
.u-color-red {
  color: #DC0216;
}

.clearfix, .event-price-list, .event-sample-box-item, .event-section {
  display: block;
  clear: both;
}

.spnav-tab-contents {
  background: #FDF2E2;
  position: fixed;
  display: none;
  bottom: 78px;
  padding: 20px 0 10px;
  z-index: 99999;
}
.spnav-tab-contents .top-lineup-list {
  width: 90%;
  margin: 0 auto;
}

.pc-event-floatbnr {
  position: fixed;
  display: block;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  width: 240px;
}

.sp-event-floatbnr {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-event-floatbnr {
    display: none;
  }

  .sp-event-floatbnr {
    position: fixed;
    display: block;
    bottom: 80px;
    right: 5px;
    z-index: 999;
  }
}
.event-title--lv1 {
  font-weight: bold;
  text-align: center;
  font-size: 150%;
  /*line-height: 2.2;*/
	line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .event-title--lv1 {
	  line-height: 1.5;
    font-size: 133%;
  }
}
.event-title--lv1__image {
  display: block;
  margin: 10px auto 0px;
}

@media screen and (max-width: 767px) {
  .event-title--lv1__image {
    height: 12px;
	  margin-top: 10px;
  }
}
.event-title--lv3 {
  font-weight: bold;
  text-align: center;
  font-size: 150%;
  line-height: 2.2;
  margin-bottom: 20px;
}

.event-title--lv4 {
  font-weight: bold;
  text-align: center;
  font-size: 125%;
  line-height: 2.2;
  margin-bottom: 20px;
}
.event-title-sub{
	font-size: 125%;
	font-family:  Helvetica,Arial, "sans-serif";
	color:#DC0216;
	font-weight: bold;
	text-align: center;
}
.event-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .event-section {
    margin-bottom: 60px;
  }
}
.event-section__text {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .event-section__text {
    text-align: left;
  }
}
.event-sample-box {
  display: block;
  text-align: center;
  width: 75%;
  margin: 0 auto 40px;
}
.event-sample-box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .event-sample-box {
    width: 100%;
  }
}
.event-sample-box-item {
  display: block;
  clear: both;
  width: 96%;
  height: auto;
  margin: 0 auto 60px;
}
.event-sample-box-item li {
  float: left;
  width: 48%;
  padding-bottom: 100px;
  text-align: center;
}
.event-sample-box-item li:nth-child(2n) {
  float: right;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .event-sample-box-item {
    width: 100%;
  }
  .event-sample-box-item li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .event-sample-box-item li:nth-child(2n) {
    float: none;
    width: 100%;
  }
}
.event-noshi-howto {
  background: #F2F2F2;
  margin-bottom: 60px;
  text-align: center;
}
.event-noshi-howto img {
  width: 480px;
}

.event-main-pc {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.event-main-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .event-main-pc {
    display: none;
  }

  .event-main-sp {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.event-banner-pc {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.event-banner-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .event-banner-pc {
    display: none;
  }

  .event-banner-sp {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
}
.event-ranking li {
  position: relative;
  width: 17% !important;
  margin: 0 1% !important;
}
.event-ranking .ranking-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
.event-ranking .top-newproduct-item__title {
  min-height: 48px;
}
.event-ranking .top-newproduct-item__btn--cart {
  width: 100%;
}
.event-ranking .top-newproduct-item__btn--detail img {
  width: 100%;
}
.event-ranking .top-newproduct-item__price {
  font-size: 112%;
}

@media screen and (max-width: 767px) {
  .event-ranking li {
    position: relative;
    width: 30% !important;
    margin: 0 1% !important;
  }
  .event-ranking li:nth-child(4), .event-ranking li:nth-child(5) {
    display: none;
  }
  .event-ranking .ranking-icon {
    position: absolute;
    left: 4px;
    top: -10px;
  }
  .event-ranking .top-newproduct-item__title {
    min-height: auto;
    font-size: 84%;
  }
  .event-ranking .top-newproduct-item__price {
    font-size: 108%;
  }
}
.event-price-list li {
  float: left;
  width: 31%;
  margin: 0 1%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .event-price-list li {
    float: left;
    width: 48%;
    margin: 0 1%;
    display: inline-block;
  }
}
/* カスタマーサポート */
.support-item {
  text-align: center;
  width: 88%;
  margin: 0 auto;
}

.support-item__wrap {
  border-radius: 14px;
  border: 4px solid #dd071d;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 20px;
}

.support-item__title {
  margin-bottom: 10px;
}

.support-item__link {
  display: block;
  color: #222222;
}

/*共通*/
.btn--blue {
  background: #1A2575;
  border: 1px solid #1A2575;
  color: #fff;
  width: 360px;
  max-width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.btn--blue:visited {
  color: #fff;
}
.btn--blue:hover {
  background: #fff;
  color: #1A2575;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn--blue {
    width: 270px;
    height: 45px;
  }
}

#fs_ProductDetails .fs-c-button--plain.btn--blue {
  color: #fff;
}
#fs_ProductDetails .fs-c-button--plain.btn--blue:hover {
  color: #1A2575;
}

#fs_ProductDetails .fs-c-button--plain.link--blue {
  color: #3572b0;
}
#fs_ProductDetails .fs-c-button--plain.link--blue .fs-c-button__label {
  text-decoration: underline;
}

.btn--blue.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "";
}

.btn--outline-blue {
  background: #fff;
  color: #1A2575;
  border: 1px solid #1A2575;
  width: 360px;
  max-width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.btn--outline-blue:visited {
  color: #1A2575;
}
.btn--outline-blue:hover {
  background: #1A2575;
  color: #fff;
  text-decoration: none;
}

.text-accent01 {
  color: #DD071D;
  font-weight: bold;
  background: url(https://fundokin2111.itembox.design/item/img/common/part/ico--accent-left.svg) left center no-repeat, url(https://fundokin2111.itembox.design/item/img/common/part/ico--accent-right.svg) right center no-repeat;
  padding: 5px 20px;
  display: inline-block;
}

.text-accent02 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  background: #DD071D;
}
.text-accent02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #DD071D;
}

.text-accent03 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #DD071D;
  font-size: 1.125rem;
  background: #fff;
	border: 3px solid #DD071D;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	width: auto;
	white-space: nowrap;
}
.text-accent03:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #DD071D;
}
.text-accent03 strong{
	font-size: 172%;
	font-weight: bold;
}
.fs-c-orderHistoryItem__product .btn--blue,
.fs-c-cartTable__row .btn--blue {
  width: auto;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #1e5d9b;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}

/*レビューキャンペーン*/
@media screen and (max-width: 767px) {
  .review-campaign p {
    font-size: 15px;
  }
}

.review-campaign .fs-c-subgroup {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .review-campaign .fs-c-subgroup {
    margin-left: -2%;
    margin-right: -2%;
    width: calc(100% + 4%);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.review-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(https://fundokin2111.itembox.design/item/img/event/review202208/review-step/pic--line.svg) top 60px center no-repeat;
}
.review-step__title {
  color: #DD071D;
  font-weight: bold;
  font-size: 1.25rem;
}
.review-step li {
  width: 30%;
  text-align: center;
  margin: 0px 15px;
}
@media screen and (max-width: 767px) {
  .review-step {
    display: block;
    background: none;
  }
  .review-step li {
    width: 100%;
    margin: 0px;
    padding-bottom: 60px;
    position: relative;
  }
  .review-step li::after {
    content: url(https://fundokin2111.itembox.design/item/img/event/review202208/review-step/pic--line-sp.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
  }
  .review-step li:last-of-type {
    padding-bottom: 0px;
  }
  .review-step li:last-of-type::after {
    content: "";
  }
}

.review-present .btn--blue {
  margin-top: 60px;
}

.review-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.review-type li {
  width: calc(50% - 7px);
}
.review-type .btn--blue {
  background: url(https://fundokin2111.itembox.design/item/img/common/part/ico--arrow-down-w.svg) bottom 8px center no-repeat, #1A2575;
}
.review-type .btn--blue:hover {
  background: url(https://fundokin2111.itembox.design/item/img/common/part/ico--arrow-down-b.svg) bottom 8px center no-repeat, #fff;
}
.review-type .btn--outline-blue {
  background: url(https://fundokin2111.itembox.design/item/img/common/part/ico--arrow-down-b.svg) bottom 8px center no-repeat, #fff;
}
.review-type .btn--outline-blue:hover {
  background: url(https://fundokin2111.itembox.design/item/img/common/part/ico--arrow-down-w.svg) bottom 8px center no-repeat, #1A2575;
}
@media screen and (max-width: 767px) {
  .review-type {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .review-type .btn--blue {
    height: 65px;
  }
}

.review-howto {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.review-howto li {
  margin-bottom: 50px;
}
.review-howto__image {
  width: 335px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}

.review-attention {
  border: 3px solid #DD071D;
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 720px;
  max-width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .review-attention {
    padding: 25px;
  }
}

/**/
.float_review-btn a {
  display: none;
  position: fixed;
  width: 235px;
  height: 40px;
  border: 1.5px solid #DD071D;
  color: #DD071D;
  border-radius: 20px;
  background: #fff;
  font-size: 0.94rem;
  font-weight: bold;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .float_review-btn a {
    display: block;
  }
}

/*Catalog*/
.bg-or {
  background-color: #F4E7E0;
}

.catalog-section__title {
  text-indent: -9999px;
  background: url(https://fundokin2111.itembox.design/item/img/catalog/pic--top.jpg) center/contain no-repeat;
  width: 600px;
  max-width: 100%;
  height: 1017px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-section__lede {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 40px;
}
.catalog-section__image {
  width: 600px;
  margin-bottom: 60px;
}
.catalog-section .bg-or {
  width: 500px;
  padding: 40px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px auto;
}
.catalog-section .bg-or.catalog-detail {
  margin-bottom: 50px;
}
.catalog-section .iframe-wrapper {
  position: relative;
  height: 830px;
  overflow: hidden;
}
.catalog-section .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-section__title {
    height: 550px;
  }
  .catalog-section .bg-or {
    width: 100%;
    padding: 30px 12px;
  }
  .catalog-section__lede {
    font-size: 1.38em;
    margin-top: 34px;
    margin-bottom: 35px;
  }
  .catalog-section .iframe-wrapper {
    height: 1300px;
  }
}

.catalog-recommend__title {
  text-indent: -9999px;
  background: url(https://fundokin2111.itembox.design/item/img/catalog/txt--01.svg) center/contain no-repeat;
  width: 383px;
  max-width: 100%;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.catalog-recommend__list li {
  list-style: none;
  background: url(https://fundokin2111.itembox.design/item/img/catalog/bgi--recommend.png) center/contain no-repeat;
  width: 465px;
  max-width: 100%;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 45px;
  font-weight: bold;
  font-size: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.catalog-recommend__list li::before {
  margin-right: 10px;
  height: 35px;
}
.catalog-recommend__list li:nth-of-type(1):before {
  content: url(https://fundokin2111.itembox.design/item/img/catalog/txt--num01.svg);
}
.catalog-recommend__list li:nth-of-type(2):before {
  content: url(https://fundokin2111.itembox.design/item/img/catalog/txt--num02.svg);
}
.catalog-recommend__list li:nth-of-type(3):before {
  content: url(https://fundokin2111.itembox.design/item/img/catalog/txt--num03.svg);
}
@media screen and (max-width: 767px) {
  .catalog-recommend__title {
    width: 275px;
    margin-bottom: 20px;
  }
  .catalog-recommend__list li {
    background: url(https://fundokin2111.itembox.design/item/img/catalog/bgi--recommend.png) center/cover no-repeat;
    font-size: 1em;
    padding-left: 17px;
    height: 48px;
    margin-bottom: 10px;
  }
  .catalog-recommend__list li::before {
    margin-right: 3px;
    height: 25px;
  }
  .catalog-recommend__list li:nth-of-type(1):before {
    content: url(https://fundokin2111.itembox.design/item/img/catalog/txt--num01-sp.svg);
  }
  .catalog-recommend__list li:nth-of-type(2):before {
    content: url(https://fundokin2111.itembox.design/item/img/catalog/txt--num02-sp.svg);
  }
  .catalog-recommend__list li:nth-of-type(3):before {
    content: url(https://fundokin2111.itembox.design/item/img/catalog/txt--num03-sp.svg);
  }
}

.catalog-detail__title {
  font-size: 1.38em;
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
}
.catalog-detail__list {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
}
.catalog-detail__list li {
  background: url(https://fundokin2111.itembox.design/item/img/catalog/pic--border.svg) bottom center repeat-x;
  padding: 20px 0px;
  font-weight: bold;
  font-size: 1.25em;
}
.catalog-detail__list li::before {
  content: url(https://fundokin2111.itembox.design/item/img/catalog/pic--dot.svg);
  margin-left: 15px;
  margin-right: 15px;
}
.catalog-detail__list li:last-of-type {
  background: none;
}
.catalog-detail__link {
  font-weight: bold;
  font-size: 1.13em;
  display: block;
  text-align: center;
}
.catalog-detail button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: bold;
  font-size: 1.13em;
  display: block;
  text-align: center;
  color: #1A2575;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
}
.catalog-detail .fs-c-productImageModal__inner {
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding-bottom: 30px;
}
.catalog-detail .fs-c-productImageModal__close {
  font-style: 6em;
}
.catalog-detail .fs-c-productImageModalCarousel__figure__image {
  width: 600px;
  max-width: 100%;
  max-height: none;
  margin-bottom: 25px;
  border: 1px solid #ccc;
}
.catalog-detail .fs-c-productImageModal__close-bottom {
  position: relative;
  width: 75px;
  height: 102px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  right: 0px;
}
.catalog-detail .fs-c-productImageModal__close-bottom::before {
  content: url(https://fundokin2111.itembox.design/item/img/catalog/ico--close.svg);
}
@media screen and (max-width: 767px) {
  .catalog-detail__title {
    font-size: 1.13em;
  }
  .catalog-detail__list {
    padding: 15px;
  }
  .catalog-detail__list li {
    padding: 10px 0px;
    font-size: 1em;
  }
  .catalog-detail button {
    font-size: 1em;
  }
  .catalog-detail .fs-c-productImageModal__inner {
    width: calc(100% - 30px);
    margin-top: 60px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-detail .fs-c-productImageModalCarousel__figure__image {
    display: block;
  }
  .catalog-detail .fs-c-productImageModalCarousel__figure {
    max-width: calc(100vw - 60px);
  }
  .catalog-detail .fs-c-productImageModal__close-bottom {
    width: 33px;
    height: 48px;
  }
  .catalog-detail .fs-c-productImageModal__close-bottom::before {
    content: url(https://fundokin2111.itembox.design/item/img/catalog/ico--close-sp.svg);
  }
}

.fs-c-fsLogin .fs-c-inputInformation__link .fs-c-textLink {
  background: #1A2575;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 0.8em 1.6em;
  width: 240px;
  margin: 0 auto;
}

.fs-c-buttonContainer--login .fs-c-button--login.fs-c-button--primary {
  background: #DD071D;
  border: 1px solid #DD071D;
}

.fs-l-footer {
  border-top: none;
}

/*フッター*/
.footer-info {
  padding-bottom: 57px;
  border-bottom: 1px solid #DFDFDF;
}
.footer-info__title {
  font-size: 1.13em;
  font-weight: bold;
  border-bottom: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer-info__title img {
  margin-right: 10px;
}
.footer-info dt {
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-info dd {
  font-size: 0.88em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-info .col {
    margin-bottom: 50px;
  }
  .footer-info .col:last-of-type {
    margin: 0px;
  }
}

.footer-bottom {
  padding-top: 30px;
}
.footer-bottom address {
  font-style: normal;
  font-size: 0.88em;
  margin-left: 15px;
  margin-right: 15px;
}
.footer-bottom ol {
  font-size: 0.88em;
}
@media screen and (max-width: 767px) {
  .footer-bottom address {
    text-align: center;
  }
  .footer-bottom.row-sp-reverse .center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.fs-l-footer .foot_menu ol {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  .fs-l-footer .foot_menu ol {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 30px !important;
  }
  .fs-l-footer .foot_menu ol li:first-of-type {
    border-left: none;
  }
}

.fs-l-footer .foot_menu {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .fs-l-footer .foot_menu {
    padding-bottom: 100px !important;
  }
}

.fs-l-footer a.btn--blue {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 15px;
}
.fs-l-footer a.btn--blue img {
  margin-right: 10px;
}
.fs-l-footer a.btn--blue:hover {
  color: #1A2575;
}

.foot_menu a.btn--link {
  color: #1A2575;
  font-weight: bold;
  text-decoration: underline;
}

/*カラムの設定*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .row {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .row.row-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.col,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .col,
.col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col + .col {
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .col + .col {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .row-sp-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .row-sp-reverse .col {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .row-sp-reverse .col:first-of-type {
    margin: 30px 0px;
  }
}

/* 2022winter nabe */
.nabe2022-lineup .fs-c-slick .slick-slide{
	padding: 0px 20px;
}
.nabe2022-lineup{
	position: relative;
}
.nabe2022-lineup .text-accent03{
	font-size: 113%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;

	letter-spacing:1.5px;
}
.nabe2022-lineup .event-title--lv1{
	margin-bottom: 	0px;
	margin-top: 20px;
}
.nabe2022-lineup .event-title-sub{
	margin-bottom: 	40px;
}
.nabe2022-lineup .top-newproduct-item__btn--cart{
	width: 100%;
}
.nabe2022-lineup .fs-c-subgroup{
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.nabe2022-lineup .fs-c-subgroup{
		padding-bottom: 40px;
	}
}
.nabe2022 .btn-banner{
	width: 560px;
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.nabe2022 .event-title--lv1 strong{
	font-size: 143%;
	line-height: 1;
}
.nabe2022 .fs-c-productList__list__item {
	border: none;
}
.nabe2022 .section-intro .event-section__text{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.nabe2022 .section-intro .event-section__text{
		text-align:left;
	}
}
#fs_ProductDetails .fs-c-buttonContainer {
    margin: 0px auto;
}

ul.cate_pv > li::before{
	border-radius: 0px!important;
	width: 42px!important;
	height: 42px!important;
}

.ouen-campaign-intro{
	padding: 140px 0 320px;
	background:
		url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro01.png) top 140px right/205px auto no-repeat,
		url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro02.png) top 330px left/210px auto no-repeat,
		url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro03.png) bottom 80px right/335px auto no-repeat;
}
@media screen and (max-width: 767px) {
	.ouen-campaign-intro{
		padding: 140px 0 250px;
		background:url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro03.png) bottom 80px right/230px auto no-repeat;
	}
}
.ouen-campaign-intro__title{
	position: relative;
	margin-bottom: 60px;
}
.ouen-campaign-intro__title::before{
	background: url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--funtocook.svg) center/contain no-repeat;
	content:"";
	width: 180px;
	height: 97px;
	left: 60px;
	top: -100px;
	position: absolute;
}
.ouen-campaign-intro__title-sub{
	color:#14A573;
	font-size: 150%;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.ouen-campaign-intro{
		padding: 80px 0 300px;
		background:url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro03.png) bottom 80px right/230px auto no-repeat;
	}
	.ouen-campaign-intro__01{
		padding-bottom: 630px;
		background:
		url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro01.png) bottom 360px right/205px auto no-repeat,
		url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--intro02.png) bottom 0px left/223px auto no-repeat;
	}
	.ouen-campaign-intro__title img{
		width: 280px;
	}
	.ouen-campaign-intro__title::before{
		width: 120px;
		height: 65px;
		left: 10px;
		top: -80px;
	}
	.ouen-campaign-intro p{
		text-align:left;
	}
}
.ouen-campaign-about{
	background: #FBFDEF;
	padding: 70px 50px;
	position: relative;
	margin-top: 100px;
}
.ouen-campaign-about::before{
	content: url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/bgi--about01.svg);
	position: absolute;
	top: -85px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.ouen-campaign-about{
		padding: 30px 15px;
		
	}
}
.ouen-campaign-item{
	background: #fff;
	padding: 70px 25px;
	margin: 60px auto;
	position: relative;
}
.ouen-campaign-item::before{
	background: url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/bgi--about02.svg) center/contain no-repeat;
	content: "";
	position: absolute;
	top: -30px;
	right: -10px;
	width: 250px;
	height: 130px;
}
.ouen-campaign-item p{
	font-size: 94%;
}
.ouen-campaign-item__list{
	display: flex;
	flex-wrap: wrap;
}
.ouen-campaign-item__list .fs-c-productList__list__item{
	width: calc(25% - 10px);
    margin:15px 5px;
	border-bottom: none;
}
.ouen-campaign-item__list .fs-c-productListItem__imageContainer{
	   border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
	.ouen-campaign-item{
	padding: 30px 15px;
	}
	.ouen-campaign-item::before{
		width: 150px;
		height: 76px;
	}
	.ouen-campaign-item__list .fs-c-productList__list__item{
		width: calc(50% - 10px);
	}
}
.ouen-campaign-example__table{
	width: 100%;
	margin-bottom: 60px;
}
.ouen-campaign-example__table td{
	border:1px solid #219B6B;
	width: 50%;
	padding-top: 35px;
	padding-bottom: 35px;
}
.ouen-campaign-example__image{
	width: 295px;
}
.ouen-campaign-example__image2{
	width: 370px;
	max-width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
	.ouen-campaign-example__table td{
		width: 100%;
		display: block;	
	}
}
.event-section__inner{
	width: 600px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.ouen-campaign-example__title-sub{
	font-size: 113%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.ouen-campaign-callenge{
	padding-top: 120px;
	background:  url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--challenge-top.svg) top 30px right/258px auto no-repeat;
}
.ouen-campaign-callenge__title{
	margin-bottom: 60px;
	text-align: center;
}
.ouen-campaign-callenge__title-sub{
	background: #F2F2F2;
	font-size: 113%;
	font-weight: bold;
	padding: 4px 40px;
	border-radius: 24px;
}
.ouen-campaign-callenge .fs-c-productList__list{
	grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
}
.ouen-campaign-callenge .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer{
	height: auto;
	border:none;
}
.ouen-campaign-callenge .fs-c-productList__list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ouen-campaign-callenge .fs-c-productList__list__item{
	width: calc(25% - 24px);
	margin: 5px;
}
@media screen and (max-width: 767px) {
	.ouen-campaign-callenge{
		padding-top: 190px;
		background:  url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/pic--challenge-top.svg) top 0px right/200px auto no-repeat;
	}
	.ouen-campaign-callenge__title{
		margin-bottom: 30px;
	}
	.ouen-campaign-callenge__title img{
		width: 280px;
	}
	.ouen-campaign-callenge__title-sub{
		display: block;
		font-size: 100%;
		padding: 4px 20px;
	}
	.ouen-campaign-callenge .fs-c-productList__list__item{
		width: calc(50% - 24px);
		margin: 5px;
	}
}
.ouen-campaign-movie__title-sub{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 60px;
	font-size: 125%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.ouen-campaign-movie__title-sub{
		font-size: 100%;
	}
}
.ouen-campaign-movie__title-sub::before{
	content: url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/ico--left.svg);
	margin-right: 10px;
}
.ouen-campaign-movie__title-sub::after{
	content: url(https://fundokin2111.itembox.design/item/img/event/ouen_spring2023/ico--right.svg);
	margin-left: 10px;
}
.ouen-campaign-movie .event-title--lv4{
	margin-top: 46px;
}
.btn--black{
	background: #222222;
    border: 1px solid #222222;
    color: #fff;
    width: 360px;
    max-width: 100%;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.btn--black:hover,
.btn--black:visited{
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
/*醤油カテゴリ*/
.cate_rank__title{
			display: flex;
			align-items: center;
			font-size: 2rem;
			font-weight: bold;
			border-bottom: 1px solid #000;
			padding-bottom: 5px;
			margin-bottom: 30px;
		}
		.cate_rank__title::before{
			content: url('https://fundokin2111.itembox.design/item/img/common/part/ico--crown.svg');
			margin-right: 15px;
		}
		.section-title{
			border-bottom: 1px solid #000;
			padding-bottom: 5px;
			font-size: 2rem;
			font-weight: bold;
		}
		.section-shouyu{
			width: 960px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 95px;
			max-width: 100%;
		}
		.section-shouyu a{
			color:#000;
		}
		.section-shouyu li a:hover{
			text-decoration: none;
		}
		.section-shouyu-type__list,
		.section-shouyu-usage__list,
		.section-shouyu-series__list{
			display: flex;
			margin: 30px 15px;
			flex-wrap: wrap;
		}
		.section-shouyu-type__list li{
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
			list-style: none;
			margin: 0px 17px;
			font-size: 1.4rem;
			color:#000;
		}

		.section-shouyu-type__list li p{
			font-size: 1.4rem;
		}
		.section-shouyu-type__title{
			font-size: 1.6rem;
			margin-top: 5px;
			margin-bottom: 5px;
			text-align: center;
		}
		.section-shouyu-type__title.shouyu-type01{
			color:#AC8024;
		}
		.section-shouyu-type__title.shouyu-type02{
			color:#BF303A;
		}
		.section-shouyu-type__title.shouyu-type03{
			color:#D35729;
		}
		.section-shouyu-type__title.shouyu-type04{
			color:#304D5F;
		}
		.section-shouyu-type__title.shouyu-type05{
			color:#366030;
		}
		.section-shouyu-type__title.shouyu-type06{
			color:#728038;
		}
		.section-shouyu-type__list.list-banner{
			margin: 55px 60px 30px;
		}
		.section-shouyu-usage__inner{
			background: #F2F2F2;
			width: 100%;
			max-width: 100%;
			padding: 20px 0px;
			box-sizing: border-box;
			margin-top: 15px;
		}
		.section-shouyu-usage__list{
			margin: 0px 10px;
		}
		.section-shouyu-usage__list li{
			flex-basis: 0;
			flex-grow: 1;
			max-width: 100%;
			list-style: none;
			margin: 0px 10px;
			font-size: 1.2rem;
		}
		.section-shouyu-usage__title{
			font-size: 1.6rem;
			text-align: center;
		}
		.section-shouyu-series__list li{
			flex: 0 calc(20% - 30px);
    		max-width: calc(20% - 30px);
			list-style: none;
			margin: 10px;
		}
		.section-contact{
			margin: 30px auto 100px;
			padding-top: 110px;
			width: 460px;
			max-width: 100%;
			position: relative;
		}
		.section-contact__inner{
			background: #F7F7F7;
			padding: 30px;
		}
		.section-contact__inner p{
			font-size: 1.4rem;
		}
		.section-contact::before{
			content:"";
			background: url('https://fundokin2111.itembox.design/item/img/common/pic--contact.png') center/contain no-repeat;
			width: 411px;
			max-width: 100%;
			height: 123px;
			position: absolute;
			top: 0px;
			left: 50%;
			transform: translateX(-50%);
		}
		.section-contact .btn-contact{
			background: #333333;
			display: flex;
			justify-content: center;
			align-items: center;
			color:#fff;
			width: 240px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			padding: 10px;
		}
		.section-contact .btn-contact img{
			margin-right: 15px;
		}
		.section-contact .btn-contact:hover{
			text-decoration: none;
		}
		@media screen and (max-width: 767px){
			.category-shouyu{
				padding: 8px;
			}
			.section-title{
				font-size: 1.8rem;
			}
			.section-shouyu-type__list,
			.section-shouyu-usage__list,
			.section-shouyu-series__list{
				margin: 30px 0px;
			}
			.section-shouyu-type__list li{
				flex: 0 calc(50% - 24px);
    			max-width: calc(50% - 24px);
    			margin: 0px 12px 40px;
			}
			.section-shouyu-type__list.list-banner{
				margin:0px auto;
				display: block;
			}
			.section-shouyu-type__list.list-banner li{
				flex: 0 100%;
    			max-width: 100%;
    			margin: 0px 0px 20px;
			}
			.section-shouyu-usage__list{
				margin: 0px auto;
				justify-content: center;
			}
			.section-shouyu-usage__list li{
				flex: 0 calc(50% - 24px);
    			max-width: calc(50% - 24px);
    			margin-bottom: 30px;
			}
			.section-shouyu-usage__inner{
				padding-bottom: 5px;
			}
			.section-shouyu-series__list li{
				flex: 0 calc(50% - 24px);
    			max-width: calc(50% - 24px);
    			margin: 0px 12px 30px;
			}
		}
		
/* トップ新商品カルーセル上書き */
 @media screen and (min-width: 768px) {
	.top-newproduct .top-newproduct-item__image{
		width:auto !important;
		height : 254px;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.top-newproduct .top-newproduct-item__image{
		width:auto !important;
		height : 40vw;
		display: block;
		margin: 0 auto;
	}
}
.bnr_area .sidenav-searcharea-banner img{
	display: block;
	width: 100%;
}
