@charset "UTF-8";
table.price tr.price span.selling_price,
table.price tr.price span.taxin,
table.price tr.price span.discount_rate,
table.price tr.sp_price span.special_price,
table.price tr.sp_price span.taxin,
table.price tr.sp_price span.discount_rate {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

section#itemDetail-wrap table.price th {
  font-size: 14px !important;
}

section#itemDetail-wrap table.spec td,
section#itemDetail-wrap table.spec th {
  padding-top: 15px;
  padding-bottom: 15px;
}

article#Detail #main-column h1 {
  font-size: 34px !important;
  margin-bottom: 30px;
  font-weight: 600;
}

section#itemDetail-wrap .itemOutline .infoArea li {
  width: 224px !important;
}

article#Detail .itemOutline ul.infoArea {
  height: auto !important;
  margin-top: 30px !important;
}

.cancel {
  display: none;
}

#wrapper #contents {
  padding: 0 !important;
}

.description > p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.description .journal {
  display: none !important;
}

#itemDetail-cont {
  justify-content: center;
  display: flex;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 50px 20px !important;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #itemDetail-cont {
    flex-direction: column;
    padding-top: 10px !important;
  }
}
#itemDetail-cont .itemThumb-wrap {
  width: 55% !important;
  margin: 0 !important;
  max-width: 640px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #itemDetail-cont .itemThumb-wrap {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-cont .itemThumb-wrap {
    width: 100% !important;
    margin-bottom: 9.0666666667vw !important;
  }
}
#itemDetail-cont .itemOutline {
  width: 45% !important;
  margin: 0 !important;
  padding-left: 50px !important;
  max-width: 560px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #itemDetail-cont .itemOutline {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #itemDetail-cont .itemOutline {
    padding: 0 !important;
    width: 100% !important;
  }
}
#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
  margin-bottom: 20px;
}

.itemThumb {
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .itemThumb {
    width: 100%;
    overflow-x: auto;
  }
}
.itemThumb ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .itemThumb ul {
    display: flex;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
  }
}
.itemThumb ul li {
  width: auto !important;
  height: auto !important;
  float: unset !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .itemThumb ul li {
    width: 60px !important;
    height: auto !important;
    margin: 0 !important;
    float: unset !important;
  }
}
.itemThumb ul li img {
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .itemThumb ul li img {
    vertical-align: bottom;
    width: auto;
  }
}
#contents {
  max-width: 100% !important;
  padding-bottom: 0 !important;
}

.product__index {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .product__index {
    padding: 0 0 0;
  }
}

.product__index--inner {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
.product__index--inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .product__index--inner {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.product__index--lists {
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 1200px) {
  .product__index--lists {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    gap: 30px;
  }
}

.product__index--list {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 26px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  background: url(../img/common/arrow_bottom.svg) no-repeat;
  background-size: 10px;
  font-weight: 600;
  background-position: top 40% left 90%;
}
@media screen and (max-width: 768px) {
  .product__index--list {
    font-size: 14px;
  }
}
.product__index--list:hover {
  border-bottom: 3px solid #187A41;
  color: #187A41;
  background: url(../img/common/arrow_bottom_g.svg) no-repeat;
  background-size: 10px;
  background-position: top 40% left 90%;
}

.product__movie {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .product__movie {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__movie {
    padding: 0vw 5.3333333333vw;
  }
}
.product__movie--inner {
  max-width: 800px;
  margin: 0 auto;
}
.product__movie iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .product__movie iframe {
    height: 220px;
  }
}

.product__intro {
  padding: 50px 40px 50px;
}
@media screen and (max-width: 768px) {
  .product__intro {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}
.product__intro--inner {
  max-width: 1000px;
  margin: 0 auto;
  background: #F7F7EF;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product__intro--inner {
    padding: 10.6666666667vw 5.3333333333vw;
    display: block;
  }
}
.product__intro--img {
  width: 25%;
}
.product__intro--img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product__intro--img {
    width: 100%;
    margin-bottom: 20px;
  }
  .product__intro--img img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product__intro--contents {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .product__intro--contents {
    width: 100%;
  }
}
.product__intro--contents .subTitle {
  color: #187A41;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.product__intro--contents h3 {
  font-size: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .product__intro--contents h3 {
    font-size: 20px;
  }
}
.product__intro--contents p {
  font-size: 14px;
  line-height: 1.7;
}

.product__feature {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .product__feature {
    padding: 8vw 6.6666666667vw 16vw;
  }
}
.product__feature--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.product__feature .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product__feature .section__title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__feature--img {
    margin-bottom: 16vw;
  }
}
.product__feature--img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product__feature--img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.product__feature--contents {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .product__feature--contents {
    width: 100%;
  }
}
.product__feature--contents h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product__feature--contents h3 {
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.product__feature--contents p {
  line-height: 1.5;
}
.product__feature--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product__feature--box {
    flex-direction: column;
  }
}
.product__feature--box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .product__feature--box:nth-of-type(even) {
    flex-direction: column;
  }
}
.product__feature--box + .product__feature--box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .product__feature--box + .product__feature--box {
    margin-top: 10.6666666667vw;
  }
}

.howto {
  padding: 70px 40px;
  background: #187A41;
}
@media screen and (max-width: 768px) {
  .howto {
    padding: 8vw 0 9.3333333333vw;
  }
}
.howto__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.howto .section__title {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto .section__title {
    padding: 0 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.howto__listsWrap {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  padding: 10px 0;
}
.howto__listsWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .howto__listsWrap {
    padding: 20px 6.6666666667vw;
  }
}
.howto__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .howto__lists {
    width: -moz-max-content;
    width: max-content;
    gap: 50px;
  }
}
.howto__list {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .howto__list {
    width: 257px;
  }
}
.howto__list--num {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto__list--num {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
.howto__list--img {
  margin-bottom: 10px;
}
.howto__list--text {
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
}
.howto__list + .howto__list {
  position: relative;
}
.howto__list + .howto__list::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -28%;
  top: 52%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_right_wh.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .howto__list + .howto__list::before {
    left: -14%;
  }
}

.care {
  padding: 70px 40px;
  background: #F7F7EF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care {
    padding: 8vw 0 9.3333333333vw;
  }
}
.care__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.care .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .care .section__title {
    padding: 0 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.care__listsWrap {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  padding: 10px 0;
}
.care__listsWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .care__listsWrap {
    padding: 20px 6.6666666667vw;
  }
}
.care__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .care__lists {
    width: -moz-max-content;
    width: max-content;
    gap: 50px;
  }
}
.care__list {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .care__list {
    width: 257px;
  }
}
.care__list--num {
  font-size: 60px;
  font-weight: 600;
  display: block;
  margin-bottom: 40px;
  color: #187A41;
}
@media screen and (max-width: 768px) {
  .care__list--num {
    margin-bottom: 20px;
    font-size: 42px;
  }
}
.care__list--img {
  margin-bottom: 10px;
}
.care__list--text {
  line-height: 1.6;
  font-size: 14px;
}
.care__list + .care__list {
  position: relative;
  position: relative;
}
.care__list + .care__list::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -28%;
  top: 52%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_right_g.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .care__list + .care__list::before {
    left: -14%;
  }
}

.gallery {
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 16vw 6.6666666667vw;
  }
}
.gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gallery .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gallery .section__title {
    margin-bottom: 8vw;
  }
}
.gallery__slider {
  position: relative;
  overflow: hidden;
}
.gallery__slider .swiper-button-next:after,
.gallery__slider .swiper-button-prev:after {
  display: none;
}
.gallery__slider .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .gallery__slider .swiper-button-prev {
    left: -5px;
    width: 20px;
  }
}
.gallery__slider .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .gallery__slider .swiper-button-next {
    right: 0;
    width: 20px;
  }
}

.recommend {
  padding: 80px 40px !important;
  overflow: hidden;
}
.recommend .swiper-button-next:after,
.recommend .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 16vw 6.6666666667vw !important;
  }
}
.recommend .swiper {
  overflow: visible;
}
.recommend form,
.recommend h2 {
  max-width: 1200px;
  margin: 0 auto;
}
.recommend h2 {
  margin-bottom: 50px;
  font-size: 0;
  font-weight: 600;
}
.recommend h2::after {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  content: "あなたにおすすめの商品";
}
@media screen and (max-width: 768px) {
  .recommend h2::after {
    font-size: 26px;
  }
}
.recommend .swiper-button-prev {
  top: 40%;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .recommend .swiper-button-prev {
    left: -10px;
  }
}
.recommend .swiper-button-next {
  top: 40%;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .recommend .swiper-button-next {
    right: -10px;
  }
}

.userreview {
  padding: 80px 40px 50px !important;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .userreview {
    padding: 16vw 6.6666666667vw !important;
  }
}
.userreview h2 {
  text-align: left;
  border-top: 0 !important;
  position: relative;
  display: block;
  color: #000 !important;
  font-size: 32px !important;
  font-weight: bold !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .userreview h2 {
    font-size: 6.9333333333vw !important;
    margin-bottom: 8vw !important;
  }
}
.userreview .more__btn {
  width: 230px;
  text-align: center;
  font-size: 16px;
}

.userreview_list {
  max-width: 1200px;
  margin: 50px auto 40px !important;
}
@media screen and (max-width: 768px) {
  .userreview_list {
    margin: 8vw auto 0 !important;
  }
}

.size {
  padding: 60px 40px 30px;
}
@media screen and (max-width: 768px) {
  .size {
    padding: 16vw 0;
  }
}
.size__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.size .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .size .section__title {
    padding: 0 6.6666666667vw;
    margin-bottom: 0vw;
  }
}
.size__tabsWrap {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  padding: 10px 0;
}
.size__tabsWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .size__tabsWrap {
    padding: 20px 6.6666666667vw;
  }
}
.size__tabs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .size__tabs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 6.6666666667vw;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 8vw;
  }
}
.size__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #187A41;
  padding-bottom: 15px;
  border-bottom: 1px solid #187A41;
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .size__tab {
    font-size: 16px;
    padding: 0 15px 15px;
  }
}
.size__tab.active {
  border-bottom: 3px solid #187A41;
  opacity: 1;
  margin-bottom: -2px;
}
.size__contents {
  display: none;
}
.size__contents.show {
  display: block;
}
.size__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .size__box {
    display: block;
    padding: 0 6.6666666667vw;
  }
}
.size__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .size__img {
    width: 100%;
  }
}
.size__img img {
  margin-bottom: 15px;
}
.size__img a {
  text-decoration: underline !important;
  font-size: 14px;
}
.size__table {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .size__table {
    margin-top: 9.3333333333vw;
    width: 100%;
  }
}
.size__table td {
  text-align: center;
  border: 1px solid #000;
  padding: 15px 10px;
  box-sizing: border-box;
  width: 25%;
  font-size: 14px;
}
.size__table thead td {
  background: #F4F4F4;
}

.product__detail {
  padding: 50px 40px 80px;
}
@media screen and (max-width: 768px) {
  .product__detail {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}
.product__detail--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.product__detail--table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product__detail--table {
    margin-top: 6.6666666667vw;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .product__detail--table tr {
    display: flex;
    flex-direction: column;
  }
}
.product__detail--table th {
  background: #F4F4F4;
  border: 1px solid #000;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product__detail--table th {
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 0;
  }
}
.product__detail--table td {
  border: 1px solid #000;
  font-size: 14px;
  padding: 15px 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .product__detail--table td {
    width: 100%;
    padding: 15px 20px;
    border-top: 0;
    border-bottom: 0;
  }
}

.itemSearch {
  padding: 70px 40px;
  background: #F7F7EF;
}
@media screen and (max-width: 768px) {
  .itemSearch {
    padding: 18.6666666667vw 6.6666666667vw;
  }
}
.itemSearch__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.itemSearch__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .itemSearch__lists {
    margin-top: 8vw;
    justify-content: space-between;
    gap: 15px 0;
  }
}
.itemSearch__list {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #187A41;
  font-size: 14px;
  text-align: center;
  width: 140px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .itemSearch__list {
    width: 47%;
  }
}
.itemSearch__list:hover {
  opacity: 1;
  background: #187A41;
  color: #fff;
}

[id] {
  scroll-margin-top: 117px;
}

#contents #main-column {
  padding: 0 !important;
}

#itemDetail-wrap,
#Detail {
  border: none !important;
}

#main-column {
  border: none !important;
}

#Detail .journal {
  display: none !important;
}

.productSku {
  font-size: 12px;
  margin-bottom: 10px;
}

.itemThumb ul {
  display: none !important;
}

.mainSlider .mainPrev,
.mainSlider .mainNext {
  color: #000;
  /* 矢印の色 */
}

.mainSlider .mainPrev {
  left: 10px;
}

.mainSlider .mainNext {
  right: 10px;
}

.column5 h3 {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-bottom: 10px;
  font-weight: normal !important;
}

#main-column .column4 p.price,
#main-column .column5 p.price,
#main-column .column4 p.sp_price,
#main-column .column5 p.sp_price #main-column .column4 p.fx_price,
#main-column .column5 p.fx_price,
#main-column .column4 p.rg_price,
#main-column .column5 p.rg_price {
  font-size: 14px !important;
  text-align: left;
  color: #000 !important;
}

p.price span.selling_price,
p.price span.taxin {
  color: #000 !important;
}

.column4 .itemThumb-wrap,
.column5 .itemThumb-wrap {
  margin-bottom: 20px;
}

#main-column {
  margin-bottom: 0 !important;
}

.userreview_user {
  font-weight: bold;
}/*# sourceMappingURL=product.css.map */