@charset "UTF-8";
.u-orange {
  color: #FE7449;
}

.u-red {
  color: #FF0707;
}

.u-black {
  color: #333;
}

/*c-carousel*/
.c-carousel {
  margin: 0 -8px;
}
@media screen and (max-width: 980px) {
  .c-carousel {
    margin: 0 -20px 0 -20px;
  }
}
.c-carousel .c-carousel-item {
  padding: 10px 10px;
  display: block !important;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item {
    width: 35vw;
    padding: 0 0px 0 20px;
  }
}
.c-carousel .c-carousel-item .item-rank {
  display: block;
  height: 38px;
  margin-top: -10px;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-rank {
    margin-top: 0;
  }
}
.c-carousel .c-carousel-item .item-rank span {
  display: inline-block;
  width: 38px;
  height: 28px;
  margin-left: -5px;
}
.c-carousel .c-carousel-item .item-thumb {
  border: none;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}
.c-carousel .c-carousel-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-carousel .c-carousel-item .item-thumb .item-icons img {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  -o-object-fit: none;
     object-fit: none;
}
.c-carousel .c-carousel-item .item-info {
  color: #333;
  padding: 10px 10px;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-info {
    padding: 10px 0;
  }
}
.c-carousel .c-carousel-item .item-info .item-tag {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-info .item-tag {
    font-size: 12px;
  }
}
.c-carousel .c-carousel-item .item-info .item-title {
  margin-top: 5px;
  min-height: 50px;
  /*
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  */
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-info .item-title {
    font-size: 14px;
    min-height: 40px;
  }
}
.c-carousel .c-carousel-item .item-info .item-price-num {
  color: #333;
  font-size: 25px;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-info .item-price-num {
    font-size: 18px;
  }
}
.c-carousel .c-carousel-item .item-info .item-price-num.original-price {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-info .item-price-num.original-price {
    font-size: 14px;
  }
}
.c-carousel .c-carousel-item .item-info .item-bottom {
  display: block;
}
.c-carousel .c-carousel-item .item-info .item-tax {
  color: #333;
}
@media screen and (max-width: 980px) {
  .c-carousel .c-carousel-item .item-info .item-tax {
    font-size: 11px;
  }
}
.c-carousel .c-carousel-item .item-info .sale-discount-rate {
  display: inline-block;
  margin-top: 5px;
}
.c-carousel .c-carousel-item .item-info .item-price.sale .item-price-num {
  color: #FE7449;
}
.c-carousel .c-carousel-item.m-rank1 .item-rank span {
  background: url("../img/index/lanking_icn01.svg") no-repeat center center/contain;
}
.c-carousel .c-carousel-item.m-rank2 .item-rank span {
  background: url("../img/index/lanking_icn02.svg") no-repeat center center/contain;
}
.c-carousel .c-carousel-item.m-rank3 .item-rank span {
  background: url("../img/index/lanking_icn03.svg") no-repeat center center/contain;
}
.c-carousel .slick-arrow {
  font-size: 0;
  color: transparent;
  width: 45px;
  height: 54px;
  top: 82px;
}
.c-carousel .slick-arrow:after {
  content: none;
}
.c-carousel .slick-arrow.slick-prev, .c-carousel .slick-arrow.slick-next {
  border: none;
  -webkit-transform: none;
          transform: none;
  will-change: opacity;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .c-carousel .slick-arrow.slick-prev:hover, .c-carousel .slick-arrow.slick-next:hover {
    opacity: 0.7;
  }
}
.c-carousel .slick-arrow.slick-prev {
  background: url("../img/index/carousel_arw_prev.svg") no-repeat center center/contain;
  left: -8px;
}
@media screen and (max-width: 1030px) {
  .c-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}
.c-carousel .slick-arrow.slick-next {
  background: url("../img/index/carousel_arw_next.svg") no-repeat center center/contain;
  right: -15px;
}
@media screen and (max-width: 1030px) {
  .c-carousel .slick-arrow.slick-next {
    right: 0;
  }
}
.c-carousel .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.c-faq-list dt {
  background: #FE7449;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  padding: 14px 40px 16px 58px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 980px) {
  .c-faq-list dt {
    font-size: 14px;
    padding: 10px 40px 12px 48px;
  }
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .c-faq-list dt:hover {
    opacity: 0.6;
  }
}
.c-faq-list dt:before {
  content: "Q.";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .c-faq-list dt:before {
    font-size: 20px;
  }
}
.c-faq-list dt:after {
  content: "";
  width: 19px;
  height: 11px;
  background: url("../img/common/util_icn_arw_under_wh.svg") no-repeat center center/contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 980px) {
  .c-faq-list dt:after {
    width: 15px;
    height: 9px;
  }
}
.c-faq-list dt.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-faq-list dd {
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 20px 25px 20px 60px;
  border-radius: 8px;
  display: none;
  margin-top: 5px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-faq-list dd {
    font-size: 14px;
    padding: 15px 15px 15px 50px;
  }
}
.c-faq-list dd:before {
  content: "A.";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 17px;
  top: 20px;
  color: #FE7449;
}
@media screen and (max-width: 980px) {
  .c-faq-list dd:before {
    font-size: 20px;
    left: 18px;
    top: 15px;
  }
}
.c-faq-list dd ul li + li {
  margin-top: 10px;
}
.c-faq-list + .c-faq-list {
  margin-top: 13px;
}

.c-underhead {
  background: #fff;
  padding: 30px 0 60px;
  border-radius: 0 0 60px 60px;
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .c-underhead {
    margin-top: 0px;
    padding: 20px 0 40px;
    border-radius: 0 0 20px 20px;
  }
}
.c-underhead .-pagettl {
  font-size: 35px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .c-underhead .-pagettl {
    font-size: 24px;
  }
}
.c-underhead .-ankerlist {
  max-width: 1200px;
  width: 90%;
  margin: 30px auto 0;
}
.c-underhead .-ankerlist ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 10px;
}
@media screen and (max-width: 980px) {
  .c-underhead .-ankerlist ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 5px;
  }
}
.c-underhead .-ankerlist ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 700;
  background: #FFD6B7;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  border-radius: 8px;
  border: 1px solid #FE7449;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.c-underhead .-ankerlist ul li a span {
  display: block;
}
@media screen and (max-width: 980px) {
  .c-underhead .-ankerlist ul li a {
    font-size: 14px;
    padding: 6px 5px;
  }
}
.c-underhead + .main-contents-inner.m-under {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .c-underhead + .main-contents-inner.m-under {
    margin-top: 30px;
  }
}

.c-post h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .c-post h1 {
    font-size: 22px;
  }
}
.c-post h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #FE7449;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-post h2 {
    font-size: 20px;
  }
}
.c-post h2:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FE7449;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.c-post h3 {
  font-size: 16px;
  font-weight: 700;
  color: #FE7449;
  margin: 32px 0 15px;
}
@media screen and (max-width: 980px) {
  .c-post h3 {
    margin: 15px 0;
  }
}
.c-post hr {
  margin: 50px 0;
  border: none;
  border-top: 1px dashed #666;
}
.c-post .catchcopy {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  margin: 40px 0 15px;
}
@media screen and (max-width: 980px) {
  .c-post .catchcopy {
    font-size: 18px;
    margin: 20px 0;
  }
}
.c-post ul {
  margin-top: 1px;
  margin-left: 0;
}
.c-post ul li {
  font-size: 16px;
  font-weight: 700;
  padding-left: 22px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-post ul li {
    font-size: 14px;
    padding-left: 18px;
  }
}
.c-post ul li:before {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #FE7449;
  position: absolute;
  left: 2px;
  top: 4px;
}
@media screen and (max-width: 980px) {
  .c-post ul li:before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
}
.c-post ul li + li {
  margin-top: 38px;
}
@media screen and (max-width: 980px) {
  .c-post ul li + li {
    margin-top: 20px;
  }
}
.c-post ul.m-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 980px) {
  .c-post ul.m-row {
    display: block;
  }
}
.c-post ul.m-row li + li {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .c-post ul.m-row li + li {
    margin-top: 8px;
  }
}
.c-post ul.m-thin li + li {
  margin-top: 10px;
}
.c-post ol {
  counter-reset: item;
}
.c-post ol li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 22px;
  line-height: 1.3;
  position: relative;
}
.c-post ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.c-post ol li + li {
  margin-top: 10px;
}
.c-post ol.m-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 980px) {
  .c-post ol.m-row {
    display: block;
  }
}
.c-post ol.m-row li + li {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .c-post ol.m-row li + li {
    margin-top: 8px;
  }
}
.c-post table {
  margin: 30px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FE7449;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .c-post table {
    margin: 20px 0;
  }
}
.c-post table caption {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .c-post table caption {
    font-size: 12px;
  }
}
.c-post table tr th, .c-post table tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 20px;
  border: 1px solid #FE7449;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .c-post table tr th, .c-post table tr td {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.c-post table tr th {
  width: 157px;
  vertical-align: middle;
  background: #FFD6B7;
  text-align: left;
}
@media screen and (max-width: 1030px) {
  .c-post table tr th {
    width: auto;
    white-space: nowrap;
  }
}
.c-post table thead th {
  background: #FE7449;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 980px) {
  .c-post table thead th {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .c-post table.m-blocktbl th, .c-post table.m-blocktbl td {
    display: block;
  }
}
.c-post p {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .c-post p {
    font-size: 14px;
  }
}

.c-itemgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 10px;
}
@media screen and (max-width: 980px) {
  .c-itemgrid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-itemgrid .item {
  display: block;
  width: 100%;
}
.c-itemgrid .item .item-thumb {
  border: none;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}
.c-itemgrid .item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-itemgrid .item .item-thumb .item-icons img {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  -o-object-fit: auto;
     object-fit: auto;
}
.c-itemgrid .item .item-info {
  color: #333;
  padding: 10px 0px;
}
@media screen and (max-width: 980px) {
  .c-itemgrid .item .item-info {
    padding: 10px 0;
  }
}
.c-itemgrid .item .item-info .item-tag {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 980px) {
  .c-itemgrid .item .item-info .item-tag {
    font-size: 12px;
  }
}
.c-itemgrid .item .item-info .item-title {
  font-size: 16px;
  margin-top: 5px;
  min-height: 60px;
  /*
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  */
}
@media screen and (max-width: 980px) {
  .c-itemgrid .item .item-info .item-title {
    font-size: 14px;
    min-height: 40px;
  }
}
.c-itemgrid .item .item-info .item-price-num {
  color: #333;
  font-size: 25px;
}
@media screen and (max-width: 980px) {
  .c-itemgrid .item .item-info .item-price-num {
    font-size: 18px;
  }
}
.c-itemgrid .item .item-info .item-price-num.original-price {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .c-itemgrid .item .item-info .item-price-num.original-price {
    font-size: 14px;
  }
}
.c-itemgrid .item .item-info .item-bottom {
  display: block;
}
.c-itemgrid .item .item-info .item-tax {
  color: #333;
}
@media screen and (max-width: 980px) {
  .c-itemgrid .item .item-info .item-tax {
    font-size: 11px;
  }
}
.c-itemgrid .item .item-info .sale-discount-rate {
  display: inline-block;
  margin-top: 5px;
}
.c-itemgrid .item .item-info .item-price.sale .item-price-num {
  color: #FE7449;
}

.u-tac {
  text-align: center;
}

/*関連商品、最近チェックしたアイテム…などの連動系コンテンツ*/
.c-associated {
  margin-top: 100px;
  padding: 0 20px;
  margin-left: -20px;
  width: 100%;
}
@media print, screen and (min-width: 981px) {
  .c-associated {
    width: 650px;
  }
}
.c-associated-ttl {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 5px 15px;
}
@media screen and (max-width: 980px) {
  .c-associated-ttl {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
.c-associated .c-carousel .c-carousel-item .item-info .item-tag {
  padding-bottom: 0;
  color: #707070;
  border-bottom: 1px solid #707070;
}
.c-associated .c-carousel .c-carousel-item .item-info .item-title {
  font-size: 16px;
  color: #707070;
}
.c-associated .c-carousel .c-carousel-item .item-info .item-price {
  color: #707070;
}
.c-associated .c-carousel .c-carousel-item .item-info .item-tax {
  font-size: 12px;
}
.c-associated .c-carousel + .c-associated-ttl {
  margin-top: 60px;
}

/*margin*/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}