@charset "UTF-8";
.sup {
  font-size: 50%;
  vertical-align: top;
}

#main-product {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}

#main-product .btn a:not(.ghost) {
  min-width: 320px;
  padding: 11px 40px 10px;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 5px 50px 0 rgba(133, 40, 40, 0.5);
  box-shadow: 0 5px 50px 0 rgba(133, 40, 40, 0.5);
}

h1 {
  font-size: 3.375rem;
}

#product-copy .copy {
  font-size: 1.75rem;
  border-bottom: none;
}

#product-copy .copy rt {
  font-size: .69rem;
  font-weight: normal;
}

#product-txt {
  height: auto;
}

#product-txt #product-title {
  padding-top: 0;
}

#product-txt .sub {
  font-size: 1.437rem;
  font-weight: normal;
}

#product-txt .label {
  background: #62aac5;
}

.product-badge {
  float: right;
  margin-right: 14px;
  text-align: right;
}

.product-badge::after {
  display: block;
  clear: both;
  content: "";
}

.product-badge ul {
  margin-bottom: 0;
}

.product-badge ul li {
  display: inline-block;
  padding-left: 10px;
}

.product-badge ul li::before {
  display: none;
}

#special-cart-box,
#special-cart-box-dummy {
  clear: both;
}

#special-cart-box .cart-price-set h3 {
  margin-bottom: 0;
  font-weight: bold;
}

#special-cart-box .cart-price-set h3::after {
  display: none;
}

#special-cart-box .cart-price-set dd.note {
  top: -10px;
  width: 100%;
  margin-left: 25px;
  padding-left: 1rem;
  font-size: 0.875rem;
}

#special-cart-box .form-caption {
  padding-right: 15px;
}

#special-cart-box .cart-price-set .cart-btn-set.off {
  margin: 5px 0 15px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e6e1db;
}

#special-cart-box .cart-price-set .cart-btn-set.off .col-right {
  padding-top: 10px;
}

#special-cart-box .cart-price-set .cart-btn-set {
  margin: 5px 0 15px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e6e1db;
}

#special-cart-box .cart-price-set .cart-btn-set .col-right {
  padding-top: 0;
}

.tab.product-tab {
  position: relative;
  z-index: 9;
}

.tab.product-tab th {
  min-width: 7em;
}

.tab.product-tab .memo {
  color: #000;
}

.tab.product-tab .supecification {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-top: 1px solid #e6e1db;
  background: #fff;
  color: #555;
  font-size: 0.875rem;
}

.tab.product-tab .supecification .note {
  margin-bottom: 0;
}

/* ---------------------------------------------

  each section setting

---------------------------------------------- */
#main-product .inner {
  max-width: 1170px;
  padding-top: 80px;
  margin: auto;
}

#main-product .inner ul li {
  padding: 0;
}

#main-product h2 {
  color: #333;
  font-weight: bold;
}

#main-product h2 > span {
  padding: 5px 0 0 !important;
}

#main-product h2 span::before,
#main-product h2 span::after {
  display: none;
}

.heading0 {
  margin-bottom: 35px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #555;
  text-align: center;
}

.text-box {
  width: 800px;
  margin: 0 auto;
  font-size: 1.25rem;
}

strong {
  color: #333;
}

/* -------------------------------------------
   product-section01
---------------------------------------------- */
.product-section01 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  line-height: 2;
  z-index: 1;
}

.product-section01::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 564px;
  background: url(../images/section01-bg-bottom.jpg) no-repeat right bottom;
  background-size: cover;
  content: "";
  z-index: -1;
}

.product-section01::after {
  display: block;
  position: absolute;
  left: 0;
  top: -200px;
  width: 100%;
  height: 220px;
  background: url(../images/section01-bg-top.png) no-repeat center bottom;
  background-size: cover;
  content: "";
}

.product-section01 .inner {
  padding: 70px 0 355px !important;
}

.product-section01 h2 {
  margin-bottom: 45px;
  font-size: 3rem;
}
.product-section01 h2 span {
  display: block;
  margin-bottom: 10px;
  padding-top: 0 !important;
  font-size: 1.75rem;
  font-weight: normal;
}

.product-section01 .scroll-bar {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
  width: 2px;
  height: 117px;
  margin: auto;
  overflow: hidden;
  z-index: 3;
}

.product-section01 .scroll-bar:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 117px;
  margin: auto;
  background: #caa983;
  opacity: .5;
  content: "";
  -webkit-animation: scroll-bar 1s ease-in-out infinite;
  animation: scroll-bar 1s ease-in-out infinite;
}

@-webkit-keyframes scroll-bar {
  0%, 100% {
    top: 0;
    height: 117px;
  }
  50% {
    top: 117px;
    height: 0;
  }
  51% {
    top: 0;
    height: 0;
  }
}
@keyframes scroll-bar {
  0%, 100% {
    top: 0;
    height: 117px;
  }
  50% {
    top: 117px;
    height: 0;
  }
  51% {
    top: 0;
    height: 0;
  }
}
/* -------------------------------------------
  product-section02
------------------------------------------- */
.product-section02 {
  position: relative;
  z-index: 1;
}
.product-section02::before {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 800px;
  background: url(../images/section02-bg.png) no-repeat center bottom;
  background-size: 100% 800px;
  content: "";
  z-index: -1;
}

.product-section02 h2 {
  font-size: 2.25rem;
}

.product-section02 h2 span {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.75rem;
  line-height: 1.92;
}

.product-section02 .text-box {
  margin: 0 auto 30px;
}
.product-section02 .img-box {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 70px;
}
.product-section02 .img-box dl.col1-2 {
  width: calc(50% - 30px);
  margin-right: 30px;
}
.product-section02 .img-box dl.col1-2 dt {
  width: 100%;
  height: 42px;
  padding-top: 5px;
  text-align: center;
}
.product-section02 .img-box dl.col1-2 dd {
  width: 100%;
  padding: 0;
}
.product-section02 .img-box dl.our-product dt {
  padding-top: 0;
  color: #f45c5c;
  font-size: 1.25rem;
  font-weight: bold;
}
.product-section02 .img-ballon {
  position: relative;
  margin-top: -180px;
}
.product-section02 .img-ballon .img {
  display: block;
  position: relative;
  bottom: -180px;
  width: 357px;
  height: 683px;
  margin: 0 auto;
  z-index: 2;
}
.product-section02 .img-ballon .ballon {
  display: inline-block;
  position: absolute;
  left: 47%;
  bottom: 20px;
  width: 227px;
  margin: 0;
  padding: 0;
  font-size: 1.437rem;
  font-weight: bold;
  text-align: center;
  transform: translateX(50%);
}
.product-section02 .img-ballon .ballon span {
  display: block;
  font-size: 1.562rem;
  line-height: 1;
}
.product-section02 .img-ballon .ballon span em {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
}
.product-section02 .img-ballon .ballon::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 227px;
  margin: auto;
  background: #fff;
  border: 15px solid #e1e3eb;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

/* -------------------------------------------
  product-section03
------------------------------------------- */
.product-section03 {
  position: relative;
  background: #fcefcf;
  z-index: 0;
}
.product-section03::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #fae3b2 0%, rgba(238, 236, 226, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fae3b2 0%, rgba(238, 236, 226, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fae3b2 0%, rgba(238, 236, 226, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: .5;
  content: "";
  z-index: -1;
}

.product-section03 .inner {
  margin: auto;
  padding-top: 210px !important;
  padding-bottom: 115px !important;
}

.product-section03 h2 {
  position: relative;
  font-size: 2.25rem;
}

.product-section03 .text-box {
  margin: 0 auto 40px;
}
.product-section03 .img-box {
  width: 870px;
  margin: 0 auto;
}

/* -------------------------------------------
  product-section04
------------------------------------------- */
.product-section04 {
  position: relative;
  background: #fde8ce;
  background-size: 100%;
  z-index: 1;
}
.product-section04::before {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../images/section04-bg.png) no-repeat center top;
  background-size: 100% 40px;
  content: "";
  z-index: 2;
}
.product-section04::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(209, 161, 118, 0) 0%, #eead8a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(209, 161, 118, 0) 0%, #eead8a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(209, 161, 118, 0) 0%, #eead8a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: .2;
  content: "";
  z-index: -1;
}
.product-section04 .inner {
  position: relative;
  padding-bottom: 100px;
}
.product-section04 .inner::before {
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  width: 218px;
  height: 109px;
  margin: auto;
  background: url(../images/feather-img01.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: 3;
}
.product-section04 h2 {
  font-size: 2.25rem;
}
.product-section04 .text-box {
  margin: 0 auto 50px;
}
.product-section04 .warm-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 22px);
  max-width: 894px;
  margin: 0 auto;
}
.product-section04 .warm-test .img-box {
  max-width: 435px;
  width: 100%;
  margin-right: 22px;
}
.product-section04 .warm-test .test-results {
  position: relative;
  width: calc(100% - 457px);
}
.product-section04 .warm-test .test-results::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 24px 18px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}
.product-section04 .warm-test .test-results {
  padding: 19px 18px 0;
  background: #fff;
}
.product-section04 .warm-test .test-results h3 {
  margin: 0 0 15px;
  padding: 6px 0;
  font-size: 1.125rem;
  background: #eef3f5;
  border-radius: 20px;
  text-align: center;
}
.product-section04 .warm-test .test-results h3::after {
  display: none;
}
.product-section04 .warm-test .test-results dl {
  width: calc(100% - 15px);
  margin-left: 15px;
}
.product-section04 .warm-test .test-results dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 13px 8px 0;
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
.product-section04 .warm-test .test-results dl dt::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: #8f8f8f;
  color: #fff;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  content: "";
  z-index: -1;
}
.product-section04 .warm-test .test-results dl dt.our-product::after {
  background: #f2646e;
}
.product-section04 .warm-test .test-results dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 73px);
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 1.125rem;
}
.product-section04 .warm-test .test-results dl dd.our-product {
  font-size: 1.187rem;
  font-weight: bold;
  line-height: 1.4;
}
.product-section04 .warm-test .test-results dl dd.our-product span {
  font-size: 1.375rem;
  color: #f2646e;
}
.product-section04 .warm-test p {
  width: 100%;
  margin-top: 10px;
}

/* -------------------------------------------
  product-section05
--------------------------------------------- */
.product-section05 {
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 240, 232, 0) 0%, rgba(255, 236, 226, 0) 15%, #ffd3bd 100%), #ffe3d3;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 240, 232, 0) 0%, rgba(255, 236, 226, 0) 15%, #ffd3bd 100%), #ffe3d3;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 240, 232, 0) 0%, rgba(255, 236, 226, 0) 15%, #ffd3bd 100%), #ffe3d3;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-section05::before {
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../images/section05-bg.png) no-repeat bottom center;
  background-size: 100% 60px;
  content: "";
  z-index: 1;
}
.product-section05 .inner {
  padding-top: 60px !important;
  padding-bottom: 70px;
}
.product-section05 .inner::before {
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  width: 218px;
  height: 109px;
  margin: auto;
  background: url(../images/feather-img02.png) no-repeat center;
  background-size: contain;
  content: "";
  z-index: 3;
}
.product-section05 h2 {
  font-size: 2.25rem;
}
.product-section05 .img-box img {
  display: block;
  margin: -105px auto -55px;
}

/* -------------------------------------------
  product-section06
--------------------------------------------- */
.product-section06 {
  background: #f8f3ed;
  padding-bottom: 70px;
}
.product-section06 h2 {
  font-size: 2.625rem;
  line-height: 1.42;
}

.favo-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.favo-reason .img-box {
  max-width: 300px;
  max-height: 440px;
  margin-right: 30px;
}

.favo-reason .msg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 66%;
  min-width: calc(100% - 330px);
  /*max-height: 440px;*/
  padding: 1.8% 3%;
  background: #fff;
  font-size: 1.125rem;
}

.favo-reason .msg-box::after {
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 24px 18px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}

.favo-reason .msg-box-inner {
  max-width: 600px;
  margin: 0 auto;
}

.favo-reason .msg-box .favo-years {
  margin-bottom: 0;
  color: #a5885f;
  font-weight: bold;
  line-height: 1.5;
}

.favo-reason .msg-box .favo-years span {
  margin: 0 5px;
  font-size: 1.75rem;
}

.favo-reason .msg-box .name {
  margin-bottom: 0;
  color: #555;
  font-weight: bold;
}

.favo-reason .msg-box .name span {
  font-size: 1.75rem;
}

.favo-reason .msg-box h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.75rem;
}

.favo-reason .msg-box h3::after {
  display: none;
}

/* -------------------------------------------
  product-voice-box
--------------------------------------------*/
#main-product .product-voice-box {
  margin: 0;
  padding: 0 3vw 120px;
  padding: 0 3vw 65px;
}

.product-voice-box .inner {
  padding-top: 0 !important;
  background: #fff;
}

.product-voice-box .bar-heading {
  margin-bottom: 0;
}

.product-voice-box .bar-heading h2 {
  text-align: left;
}

.product-voice-box-inner {
  max-width: 960px;
  margin: 0 auto;
}

.product-voice-box .product-voice {
  margin: 30px 30px 0;
}

.product-voice-box .product-voice h3 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.product-voice-box .product-voice h3::after {
  display: none;
}

.product-voice-box .btn {
  margin: 0 30px;
}

.product-voice-box .btn > * {
  margin-bottom: 30px;
}

/* ---------------------------------------------

  通販生活でしか入手できません。

----------------------------------------------- */
.conversion-section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 80px;
}

.conversion-section::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 268px;
  background: url(../images/conversion-tit-bg.jpg) no-repeat top center;
  background-size: cover;
  content: "";
}

.conversion-section h2 {
  position: relative;
  margin-bottom: 72px;
  font-size: 2.625rem;
  font-weight: bold;
}

.conversion-section .conversion-box p {
  margin-bottom: 15px;
  text-align: left;
}

.conversion-section .conversion-box p.sub {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}

.conversion-section .conversion-box h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

.conversion-section .conversion-box h3::after {
  display: none;
}

.conversion-section .conversion-box h3 span {
  font-size: 1.25rem;
}


.conversion-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

  position: relative;
  width: 100%;
  overflow: hidden;
}
.conversion-box-wrapper .img-box {
  width: 50%;
  height: auto;
  clear: both;
  overflow: hidden;
}
.conversion-box-wrapper .img-box img {
  float: right;
  width: auto;
  max-width: none;
  height: 790px;
  background-size: cover;
}

.conversion-section .conversion-box {
  position: relative;
  width: 50%;
  height: auto;
  padding: 75px 5% 50px 9%;
  background: #fff;
  z-index: 0;
}


.conversion-section .conversion-box h4 {
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.conversion-section .conversion-box h4::after {
  display: none;
}
.conversion-section .conversion-box h4.single {
  font-size: 1.75rem;
}
.conversion-section .conversion-box h4:not([class*="heading"]) {
  margin-top: 0;
}

.conversion-section .conversion-box .price {
  margin-bottom: 20px;
  color: #a5885f;
  font-size: 1.25rem;
}

.conversion-section .conversion-box .price:last-of-type {
  margin-bottom: 40px;
}

.conversion-section .conversion-box .price .num {
  padding-left: 0;
  padding-right: 0;
  color: #a5885f;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.conversion-section .conversion-box .price .postage {
  color: #333;
  font-size: 1.125rem;
}

.conversion-section .conversion-box .price p.note {
  display: block;
  margin-bottom: 0;
  color: #f2646e;
  font-size: 1rem;
}

.conversion-section .conversion-box dl dd .note {
  margin-bottom: 0;
}

.conversion-section .conversion-box .s.note {
  margin-bottom: 0;
}

/* ----------------------------------------------

  for 1920px 以上

----------------------------------------------- */
@media screen and (min-width: 1921px) {
  .product-section01 .inner {
    padding-bottom: 620px !important;
  }
}
/* ----------------------------------------------

  for 1441px 以上

----------------------------------------------- */
@media screen and (min-width: 1441px) {
  /*  product-section01
  ------------------------------------------- */
  .product-section01::after {
    background-size: 100% 220px;
  }

  .product-section01 .inner {
    padding-bottom: 530px !important;
  }
}
/* -------------------------------------------

  for 1439px

--------------------------------------------- */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  h1 {
    font-size: 3.7vw;
  }

  #product-copy .copy {
    font-size: 2vw;
  }

  .conversion-section .conversion-box h3 {
    font-size: 2.3vw;
  }
  .conversion-section .conversion-box {
    padding: 75px 5% 50px 8%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1199px) {
  h1 {
    font-size: 4.5vw;
  }

  #product-copy .copy {
    font-size: 2.6vw;
  }

  .product-section03 h2 {
    font-size: 3.25vw;
  }

  .product-section03 .inner {
    padding: 75px 7vw 80px;
  }

  .conversion-section .conversion-box h3 {
    font-size: 2.9vw;
  }
}
/* -------------------------------------------

  for 980px

--------------------------------------------- */
@media screen and (max-width: 980px) {
  .heading0 {
    font-size: 2rem;
  }

  #product-copy .copy {
    font-size: 2.6vw;
  }

  #product-txt h1 {
    font-size: 4.7vw;
  }

  #product-txt .sub {
    font-size: 1.125rem;
  }

  .product-badge {
    margin-top: 0 !important;
  }

  #main-product .inner {
    max-width: none;
    width: 100%;
    padding: 60px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main-product .btn a:not(.ghost) {
    font-size: 1rem;
  }

  #special-cart-box .cart-btn-set .col-right {
    padding-top: 10px;
  }

  .text-box {
    width: 100%;
  }

  /*  product-section01
  ----------------------------------------- */
  .product-section01 h2 {
    font-size: 2.375rem;
  }
  .product-section01 h2 span {
    font-size: 1.5rem;
  }

  /*  product-section02
  -------------------------------------- */
  .product-section02 {
    background-position: 16vw center;
  }
  .product-section02 h2 {
    font-size: 4.05vw;
  }

  /*  product-section03
  --------------------------------------- */
  .product-section03 h2 {
    font-size: 4.05vw;
  }
  .product-section03 .img-box {
    width: 100%;
  }

  /*  product-section04
  ---------------------------------------  */
  #main-product .product-section04 .inner {
    padding-bottom: 100px;
  }

  .product-section04 .inner::before {
    width: 170px;
    height: 90px;
  }
  .product-section04 h2 {
    font-size: 4.05vw;
  }
  .product-section04 .warm-test {
    width: 100%;
  }
  .product-section04 .warm-test .img-box {
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
  .product-section04 .warm-test .img-box img {
    display: block;
    margin: 0 auto;
    background-position: right;
  }
  .product-section04 .warm-test .test-results {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  .product-section04 .warm-test .test-results::before {
    top: auto;
    right: 0;
    left: 0;
    bottom: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 24px 0 24px;
    border-color: #fff transparent transparent transparent;
  }
  .product-section04 .warm-test p {
    order: 3;
  }

  /*  product-section05
  ------------------------------------------ */
  #main-product .product-section05 .inner {
    padding-bottom: 40px;
  }

  .product-section05 .inner::before {
    width: 170px;
    height: 90px;
  }
  .product-section05 h2 {
    font-size: 4.05vw;
  }
  .product-section05 .img-box img {
    margin-top: -80px;
  }

  /*  愛用中
  --------------------------------------- */
  .product-section06 h2 {
    font-size: 2rem;
  }

  .favo-reason .img-box {
    overflow: hidden;
    max-height: 100%;
  }

  .favo-reason .img-box img {
    width: auto;
  }

  .favo-reason .msg-box {
    max-height: 100%;
    font-size: 0.937rem;
  }

  .favo-reason .msg-box .favo-years {
    font-size: 1rem;
  }

  .favo-reason .msg-box .favo-years span {
    font-size: 1.5rem;
  }

  .favo-reason .msg-box .name span {
    font-size: 1.25rem;
  }

  .favo-reason .msg-box h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  /*  お客様の声
  -------------------------------------- */
  .product-voice-box .inner {
    padding: 0 !important;
  }

  .product-voice-box .product-voice h3 {
    font-size: 1.125rem;
  }

  .box.product-voice-box {
    padding: 15px 3vw 70px;
  }

  /*  conversion-section
  ------------------------------------- */
  .conversion-section {
    height: auto;
    padding-top: 65px;
  }

  .conversion-section h2 {
    margin-bottom: 67px;
    font-size: 2rem;
  }

  .conversion-section::before {
    height: 220px;
  }

  .conversion-box-wrapper {
    height:
  }
  .conversion-section .img-box {
    height: auto;
  }
  .conversion-section .img-box img {
    /* height: 700px; */
    height: 71vw;
    height: 670px;
  }
  .conversion-section .conversion-box {
    padding: 45px 4vw 30px;
  }

  .conversion-section .conversion-box .price {
    font-size: 1.125rem;
  }

  .conversion-section .conversion-box .price .num {
    font-size: 2rem;
  }

  .conversion-section .conversion-box h3 {
    font-size: 3.5vw;
  }

  .conversion-section .conversion-box h3 .sub {
    font-size: 0.88rem;
  }
}
/* -----------------------------------------------

  for 767px

------------------------------------------------- */
@media screen and (max-width: 767px) {
  #main-product .inner {
    padding-top: 40px;
  }

  #main-product .btn a:not(.ghost) {
    min-width: 100%;
    margin: 0;
    font-size: 1rem;
    -webkit-box-shadow: 0 2px 20px 0 rgba(133, 40, 40, 0.5);
    box-shadow: 0 2px 20px 0 rgba(133, 40, 40, 0.5);
  }

  .heading0 {
    font-size: 1.5rem;
  }

  #product-copy .copy br {
    display: none;
  }

  #product-copy .copy {
    font-size: 1.125rem;
  }

  #product-txt .sub {
    font-size: 0.937rem;
  }

  #product-txt h1 {
    font-size: 2.25rem;
    font-size: 1.625rem;
  }

  .product-badge {
    float: none;
    margin-top: 10px !important;
    text-align: center;
  }

  .product-badge li {
    width: 85px;
    padding-left: 0.5rem;
  }

  .text-box {
    font-size: 1rem;
  }

  /* product-section01
  ------------------------------------------ */
  #main-product .product-section01 .inner {
    padding: 20px 0 150px !important;
  }

  .product-section01 {
    background: #ffeedd;
  }
  .product-section01::before {
    min-height: 0;
    height: 250px;
    background-size: 120%;
  }

  .product-section01 h2 {
    margin-bottom: 20px;
    line-height: 1.45;
    font-size: 1.75rem;
  }
  .product-section01 h2 span {
    font-size: 1.125rem;
  }

  .product-section01 .scroll-bar {
    bottom: -28px;
    height: 65px;
  }

  .product-section01 .scroll-bar::after {
    top: 0;
    height: 65px;
  }

  @-webkit-keyframes scroll-bar {
    0%, 100% {
      top: 0;
      height: 65px;
    }
    50% {
      top: 65px;
      height: 0;
    }
    51% {
      top: 0;
      height: 0;
    }
  }
  @keyframes scroll-bar {
    0%, 100% {
      top: 0;
      height: 65px;
    }
    50% {
      top: 65px;
      height: 0;
    }
    51% {
      top: 0;
      height: 0;
    }
  }
  /*  product-section02
  ---------------------------------------- */
  .product-section02::before {
    background-size: contain;
  }

  .product-section02 .inner {
    padding-top: 60px !important;
  }

  .product-section02 h2 {
    margin-left: 0;
    font-size: 1.5rem;
  }

  .product-section02 .img-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-section02 .img-box dl.col1-2 {
    width: 100%;
    margin: 0 auto 15px;
  }
  .product-section02 .img-box dl.col1-2 dt {
    height: auto;
  }
  .product-section02 .img-box dl.col1-2 dd img {
    display: block;
    margin: 0 auto;
  }
  .product-section02 .img-box dl.our-product {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-section02 .img-box dl.our-product dt {
    font-size: 1.125rem;
  }
  .product-section02 .img-ballon .img {
    width: 52vw;
    height: auto;
    margin-left: 7.2vw;
  }
  .product-section02 .img-ballon .ballon {
    left: 22vw;
    bottom: -95px;
    width: 42vw;
    font-size: 4vw;
  }
  .product-section02 .img-ballon .ballon span {
    font-size: 6vw;
  }
  .product-section02 .img-ballon .ballon span em {
    font-size: 11vw;
  }
  .product-section02 .img-ballon .ballon::before {
    width: 42vw;
    height: 42vw;
    border: 2.5vw solid #e1e3eb;
  }

  /*  product-section03
  --------------------------------------- */
  .product-section03 h2 {
    font-size: 1.5rem;
  }
  .product-section03 .inner {
    padding-bottom: 70px !important;
  }

  .product-section03 .text-box {
    margin-bottom: 20px;
  }

  /*  product-section04
  ----------------------------------------- */
  .product-section04::before {
    top: -20px;
    height: 20px;
    background-size: 100% 20px;
  }
  .product-section04 .inner {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  .product-section04 .inner::before {
    top: -40px;
    width: 120px;
    height: 60px;
  }
  .product-section04 h2 {
    font-size: 1.5rem;
  }
  .product-section04 .text-box {
    margin-bottom: 30px;
  }
  .product-section04 .warm-test .test-results {
    padding: 15px 15px 10px;
  }
  .product-section04 .warm-test .test-results dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
  }
  .product-section04 .warm-test .test-results dl dt {
    width: 45px !important;
    height: auto;
    margin-right: 10px;
    font-size: 0.937rem;
  }
  .product-section04 .warm-test .test-results dl dt::after {
    width: 45px;
    height: 45px;
  }
  .product-section04 .warm-test .test-results dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(100% - 55px) !important;
    font-size: 1rem;
  }
  .product-section04 .warm-test .test-results dl dd br {
    display: none;
  }
  .product-section04 .warm-test .test-results dl dd.our-product {
    font-size: 1rem;
  }
  .product-section04 .warm-test .test-results dl dd.our-product span {
    display: inline-block;
    font-size: 1.125rem;
  }
  .product-section04 .warm-test p {
    font-size: .88rem;
  }

  /*  product-section05
  ------------------------------------------ */
  .product-section05::before {
    top: -30px;
    height: 30px;
    background-size: 100% 30px;
  }
  .product-section05 .inner {
    padding-top: 40px !important;
  }
  .product-section05 .inner::before {
    top: -50px;
    width: 120px;
    height: 60px;
  }
  .product-section05 h2 {
    font-size: 1.5rem;
  }
  .product-section05 .img-box img {
    margin: -40px auto -15px;
  }

  /*  愛用中
  ------------------------------------------ */
  .product-section06 {
    padding-bottom: 50px !important;
  }

  .product-section06 h2 {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .favo-reason {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 4%;
    background: #fff;
  }

  .favo-reason.last {
    margin-bottom: 30px;
  }

  .favo-reason:after {
    display: block;
    clear: both;
    content: "";
  }

  .favo-reason .img-box {
    width: 43%;
    max-width: none;
    max-height: none;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .favo-reason .msg-box {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0;
    font-size: 0.937rem;
    background: transparent;
  }

  .favo-reason .msg-box::after {
    display: none;
  }

  .favo-reason .msg-box .person-info {
    position: absolute;
    top: 22vw;
    right: 28%;
    max-width: 45%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .favo-reason .msg-box .name span {
    font-size: 1.25rem;
  }

  .favo-reason .msg-box h3 {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5;
  }

  /*  お客様の声
  ---------------------------------------- */
  #main-product .product-voice-box {
    padding-bottom: 60px;
  }

  .product-voice-box .product-voice {
    margin: 4vw;
  }

  /* Conversion section
  --------------------------------------- */
  .conversion-section {
    height: auto;
    min-height: 0;
    padding: 40px 0;
    background: #fff;
  }

  .conversion-section::before {
    top: 0;
    width: 100%;
    height: 150px;
    background-position: top left;
  }

  .conversion-section h2 {
    margin-bottom: 45px;
    font-size: 1.437rem;
  }
  .conversion-section .img-box {
    width: 100%;
  }
  .conversion-section .img-box img {
    float: none;
    width: 100%;
    height: auto;
  }

  .conversion-section .conversion-box {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    padding: 0 4vw;
  }

  .conversion-section .conversion-box h3 {
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .conversion-section .conversion-box h4 {
    font-size: 1.125rem;
  }

  .conversion-section .conversion-box h4.single {
    font-size: 1.25rem;
  }

  .conversion-section .conversion-box p.sub {
    font-size: 1rem;
  }

  .conversion-section .conversion-box ul {
    margin-bottom: 20px;
  }
  .conversion-section .conversion-box ul li {
    padding-bottom: 0;
  }
  .conversion-section .conversion-box ul li:last-child {
    margin-bottom: 0;
  }
  .conversion-section .conversion-box ul li dl dt {
    margin-bottom: 10px;
  }
  .conversion-section .conversion-box ul li dl dd {
    padding: 0;
  }
  .conversion-section .conversion-box ul li dl dd h4 {
    font-size: 1.125rem;
  }

  .conversion-section .conversion-box .price {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }

  .conversion-section .conversion-box dl dd .note {
    margin-bottom: 15px;
  }

  .conversion-section .conversion-box .price .postage {
    font-size: 1rem;
  }

  .conversion-section .conversion-box .price .num {
    font-size: 2rem;
  }

  .conversion-section .conversion-box .btn {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------

  for 430

-------------------------------------------- */
@media screen and (max-width: 430px) {
  .product-section06 h2 {
    font-size: 1.25rem;
  }
}
/* ------------------------------------------

  for 360

-------------------------------------------- */
@media screen and (max-width: 360px) {
  .product-section01 h2 {
    font-size: 1.375rem;
  }

  .product-section02 h2,
  .product-section03 h2,
  .product-section04 h2,
  .product-section05 h2 {
    font-size: 1.25rem;
  }

  .product-section06 h2 {
    font-size: 1.125rem;
  }

  .product-section02 {
    background-position: 5vw 10vw;
  }

  .product-section04 .warm-test .test-results dl dd.our-product {
    font-size: 0.937rem;
  }

  .favo-reason .msg-box .favo-years {
    font-size: 0.875rem;
  }
  .favo-reason .msg-box .favo-years span {
    margin: 0 4px;
    font-size: 1.25rem;
  }
  .favo-reason .msg-box .person-info .name {
    font-size: 0.812rem;
  }
  .favo-reason .msg-box .person-info .name span {
    font-size: 1.062rem;
  }

  .conversion-section h2 {
    font-size: 1.25rem;
  }
}
