@charset "UTF-8";
/* ======================================================================
 product
====================================================================== */
.product_kv {
  position: relative;
}
.product_kv .kv {
  width: 100%;
}
.product_kv .kv .container {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container {
    width: 100%;
  }

  .news.news_bar_position {
    position: static;
  }
}
.product_kv .kv .container .ttl {
  text-shadow: -2px 0 7px rgba(0, 0, 0, 0.4);
  position: absolute;
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 45px;
  left: 140px;
  top: 80px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container .ttl {
    font-size: 25px;
    line-height: 1.8;
    left: 10%;
    top: 7%;
  }
}
.product_kv .kv .container .img {
  text-align: center;
  height: 750px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container .img {
    height: 500px;
  }
}
.product_kv .kv .container .img img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container .img img {
    height: 500px;
    width: auto;
  }
}
.product_kv .kv .container .copy {
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container .copy {
    bottom: 15%;
    right: 5%;
  }
}
.product_kv .kv .container .copy li {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #35b597;
  text-align: center;
  color: white;
  letter-spacing: 0.025em;
  font-size: 18px;
  width: 220px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container .copy li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    width: 170px;
    height: 30px;
    line-height: 30px;
  }
}
.product_kv .kv .container .copy li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_kv .kv .container .copy li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .product_kv .news {
    position: absolute;
  }
}

.product_slider {
  background: #f8f6f0;
  padding: 90px 0 60px;
}
@media screen and (max-width: 768px) {
  .product_slider {
    padding: 14% 0 10%;
  }
}
.product_slider .box {
  text-align: center;
}
.product_slider .box .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_slider .box .ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 4%;
  }
}
.product_slider .box .review {
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_slider .box .review {
    font-size: 14px;
  }
}
.product_slider .box .review .star {
  color: #da7b00;
}
.product_slider .box .review a {
  text-decoration: underline;
}
.product_slider .slick {
  text-align: center;
}
.product_slider .slick .img {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .product_slider .slick .img {
    margin: 30px 0 20px;
  }
  .product_slider .slick .img img {
    width: 180px;
  }
}
.product_slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.product_slider .slick-dots li {
  margin: 0 13px;
}
@media screen and (max-width: 768px) {
  .product_slider .slick-dots li {
    margin: 0 7px;
  }
}
.product_slider .slick-dots li button {
  cursor: pointer;
  outline: none;
  font-size: 0;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #898989;
  width: 14px;
  height: 14px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product_slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.product_slider .slick-dots li.slick-active button {
  background: #35b597;
}

.product_detail {
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  .product_detail {
    padding: 15% 0 7%;
  }
}
.product_detail .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .product_detail .container {
    width: 90%;
  }
}
.product_detail .container .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_detail .container .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.product_detail .container .txt {
  font-size: 22px;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_detail .container .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 7%;
  }
}
/*
.product_detail .container .txt a {
  color: #737373;
}
@media screen and (max-width: 768px) {
  .product_detail .container .txt a{
    color: #737373;
  }
}
 */
.product_detail .container .spec {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 20px 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_detail .container .spec {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 4% 0;
    line-height: 1.8;
    font-size: 12px;
  }
}
.product_detail .container .spec a {
  color: #35b597;
}

.product_order .container {
  width: 880px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .product_order .container {
    width: 90%;
    display: block;
  }
}
.product_order .container .top {
  width: 330px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top {
    width: 90%;
    margin: 0 auto;
  }
}
.product_order .container .top .date {
  background: #f8f6f0;
  text-align: center;
  padding: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .date {
    padding: 4%;
  }
}
.product_order .container .top .date .txt {
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .date .txt {
    line-height: 1.8;
    font-size: 14px;
  }
}
.product_order .container .top .date .txt span {
  color: #bc2221;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .date .txt span {
    font-size: 16px;
  }
}
.product_order .container .top .date a {
  display: block;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .date a {
    font-size: 14px;
    margin-top: 4%;
  }
}
.product_order .container .top .date a i {
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .date a i {
    font-size: 12px;
  }
}
.product_order .container .top .service > .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  margin: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .service > .txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 7% 0;
  }
}
@media screen and (max-width: 768px) {
  .product_order .container .top .service .list {
    margin-bottom: 15%;
  }
}
.product_order .container .top .service .list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #eeeeee;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .service .list li {
    margin-bottom: 4%;
  }
}
.product_order .container .top .service .list li .img {
  width: 115px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .service .list li .img {
    width: 30%;
  }
}
.product_order .container .top .service .list li .img img {
  width: 125%;
}
.product_order .container .top .service .list li .detail {
  width: 185px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .service .list li .detail {
    width: 62%;
    padding: 3% 4%;
  }
}
.product_order .container .top .service .list li .detail .ttl {
  color: #038e7c;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-bottom: 10px;
}
.product_order .container .top .service .list li .detail .ttl2 {
  letter-spacing: 0.05em;
  font-size: 12px;
      line-height: 1.2em;
	padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .product_order .container .top .service .list li .detail .ttl {
    font-size: 13px;
    margin-bottom: 4%;
  }
}
.product_order .container .top .service .list li .detail .txt {
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 16px;
}
.product_order .container .btm {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm {
    width: 100%;
  }
}
.product_order .container .btm > .box {
  border-style: solid;
  border-width: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box {
    border-width: 2px;
    margin-bottom: 15%;
  }
}
.product_order .container .btm > .box.regularly {
  border-color: #35b597;
}
.product_order .container .btm > .box.regularly > .ttl {
  background: #35b597;
}
.product_order .container .btm > .box.regularly > .ttl span {
  color: #038e7c;
}
.product_order .container .btm > .box.regularly .radio label .input input[type=radio] + span {
  background: url("../img/common/radio01_off.png") no-repeat;
  background-size: cover;
}
.product_order .container .btm > .box.regularly .radio label .input input[type=radio]:checked + span {
  background: url("../img/common/radio01_on.png") no-repeat;
  background-size: cover;
}
.product_order .container .btm > .box.regularly .submit {
  background: #35b597;
}
.product_order .container .btm > .box.single {
  border-color: #cfa972;
}
.product_order .container .btm > .box.single > .ttl {
  background: #cfa972;
}
.product_order .container .btm > .box.single .radio .box .price span {
  color: #231815;
}
.product_order .container .btm > .box.single .radio label .input input[type=radio] + span {
  background: url("../img/common/radio02_off.png") no-repeat;
  background-size: cover;
}
.product_order .container .btm > .box.single .radio label .input input[type=radio]:checked + span {
  background: url("../img/common/radio02_on.png") no-repeat;
  background-size: cover;
}
.product_order .container .btm > .box.single .submit {
  background: #cfa972;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box.gift {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box.gift .radio .box {
    margin-top: 7%;
  }
}
.product_order .container .btm > .box > .ttl {
  text-align: center;
  color: white;
  padding: 10px 20px 15px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box > .ttl {
    font-size: 18px;
    padding: 3%;
  }
}
.product_order .container .btm > .box > .ttl span {
  position: relative;
  display: inline-block;
  background: white;
  font-size: 16px;
  padding: 5px 10px;
  letter-spacing: 0.025em;
  margin: 0 20px 0 -5em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box > .ttl span {
    font-size: 14px;
  }
}
.product_order .container .btm > .box > .ttl span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -8px;
}
.product_order .container .btm > .box .merit {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .merit {
    margin: 4%;
  }
}
.product_order .container .btm > .box .merit .ttl {
  text-align: center;
  margin: 30px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .merit .ttl {
    margin: 7%;
    font-size: 16px;
  }
}
.product_order .container .btm > .box .merit .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.product_order .container .btm > .box .merit .list li {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background: #f7f5d3;
  width: 31.33%;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.005em;
  padding: 15px 0;
  min-height: 46px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .merit .list li {
    font-size: 16px;
    padding: 2% 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.product_order .container .btm > .box .merit .list li:not(:last-child) {
  margin-right: 3%;
}
.product_order .container .btm > .box .merit .list li .txt {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.product_order .container .btm > .box .merit .list li span {
  color: #bc2221;
}
.product_order .container .btm > .box .merit .list li img {
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .merit .list li img {
    width: 30px;
    left: -15px;
  }
}
.product_order .container .btm > .box .merit > .txt {
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 18px;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .merit > .txt {
    font-size: 14px;
    padding: 5% 0 0;
  }
}
.product_order .container .btm > .box .point {
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point {
    margin: 5% 4%;
  }
}
.product_order .container .btm > .box .point > .ttl {
  position: relative;
  background: #da7b00;
  color: white;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 18px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point > .ttl {
    font-size: 14px;
    padding: 3% 0;
  }
}
.product_order .container .btm > .box .point > .ttl:after {
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: bold;
  right: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point > .ttl:after {
    font-size: 12px;
    right: 4%;
    top: 35%;
  }
}
.product_order .container .btm > .box .point > .ttl.active:after {
  content: "\f102";
}
.product_order .container .btm > .box .point .list {
  display: none;
  background: #f7f5d3;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .list {
    padding: 4% 4% 8%;
  }
}
.product_order .container .btm > .box .point .list li {
  position: relative;
}
.product_order .container .btm > .box .point .list li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .list li:not(:last-child) {
    margin-bottom: 7%;
  }
}
.product_order .container .btm > .box .point .list li .ttl {
  color: #da7b00;
  border-bottom: 3px solid;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .list li .ttl {
    border-bottom: 2px solid;
    font-size: 14px;
    margin-bottom: 4%;
  }
}
.product_order .container .btm > .box .point .list li .ttl span {
  background: #da7b00;
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding: 7px 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .list li .ttl span {
    font-size: 16px;
    padding: 1% 3%;
    margin-right: 4%;
  }
}
.product_order .container .btm > .box .point .list li .txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .list li .txt {
    font-size: 14px;
  }
}
.product_order .container .btm > .box .point .list li .img {
  position: absolute;
  width: 110px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .list li .img {
    width: 77px;
  }
}
.product_order .container .btm > .box .point .list li .flow {
  margin-top: 15px;
}
.product_order .container .btm > .box .point .list li img {
  width: 100%;
}
.product_order .container .btm > .box .point .aroma {
  display: none;
  background: #f7f5d3;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma {
    padding: 5% 0 0;
  }
}
.product_order .container .btm > .box .point .aroma > .txt {
  background: white;
  margin: 0 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 0;
  text-align: center;
  color: #da7b00;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma > .txt {
    margin: 0 5%;
    font-size: 13px;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li:not(:last-child) {
  border-bottom: 1px solid #f8bc6e;
}
.product_order .container .btm > .box .point .aroma .aroma_list li a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a {
    padding: 5%;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #898989;
  font-size: 23px;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a:after {
    font-size: 14px;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .img {
  width: 65px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a .img {
    width: 17%;
    margin-right: 4%;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .img img {
  width: 100%;
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail {
  width: 305px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a .detail {
    width: 79%;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail .cat {
  letter-spacing: 0.05em;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 19px;
  color: white;
  padding: 3px 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a .detail .cat {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 5%;
    margin-bottom: 3%;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail .cat.c01 {
  background: #efaf6a;
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail .cat.c02 {
  background: #eb8baf;
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail .cat.c03 {
  background: #63c887;
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail .txt {
  color: #898989;
  font-size: 19px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a .detail .txt {
    font-size: 13px;
  }
}
.product_order .container .btm > .box .point .aroma .aroma_list li a .detail .ttl {
  letter-spacing: 0.05em;
  font-size: 23px;
  line-height: 1.4;
  color: black;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .point .aroma .aroma_list li a .detail .ttl {
    font-size: 16px;
  }
}
.product_order .container .btm > .box .radio {
  margin: 5px 25px 25px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio {
    margin: 4%;
  }
}
.product_order .container .btm > .box .radio label {
  display: block;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 2px dotted #aeaeae;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio label {
    padding: 5% 0;
  }
}
.product_order .container .btm > .box .radio label .input {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio label .input {
    font-size: 16px;
  }
}
.product_order .container .btm > .box .radio label .input input[type=radio] {
  display: none;
}
.product_order .container .btm > .box .radio label .input input[type=radio] + span {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio label .input input[type=radio] + span {
    width: 23px;
    height: 23px;
    margin-right: 4%;
  }
}
.product_order .container .btm > .box .radio label .box02 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio label .box02 {
    margin-top: 4%;
  }
}
.product_order .container .btm > .box .radio label .box02 .img {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio label .box02 .img {
    margin-top: 4%;
  }
}
.product_order .container .btm > .box .radio label .box02 .img img {
  width: 100%;
}
.product_order .container .btm > .box .radio label .box02 .txt {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio label .box02 .txt {
    font-size: 12px;
  }
}
.product_order .container .btm > .box .radio label .box02 .txt.c01 {
  color: #038e7c;
}
.product_order .container .btm > .box .radio .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box {
    padding-left: 12%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.product_order .container .btm > .box .radio .box > * {
  width: 50%;
}
.product_order .container .btm > .box .radio .box .price {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .price {
    font-size: 10px;
  }
}
.product_order .container .btm > .box .radio .box .price span {
  color: #bc2221;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .price span {
    font-size: 23px;
  }
}
@media screen and (max-width: 320px) {
  .product_order .container .btm > .box .radio .box .price span {
    font-size: 17px;
  }
}
.product_order .container .btm > .box .radio .box .detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .detail {
    font-size: 12px;
  }
}
.product_order .container .btm > .box .radio .box .detail > * {
  padding: 2px 8px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .detail > * {
    padding-left: 5px;
  }
}
.product_order .container .btm > .box .radio .box .detail .off {
  background: #bc2221;
  border: 2px solid #bc2221;
  color: white;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .detail .off {
    border: 1px solid;
  }
}
.product_order .container .btm > .box .radio .box .detail .free {
  color: #bc2221;
  border: 2px solid;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .detail .free {
    border: 1px solid;
  }
}
.product_order .container .btm > .box .radio .box .detail .fee {
  color: #bc2221;
  border: 2px solid;
  padding: 14px 8px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .box .detail .fee {
    border: 1px solid;
    padding: 8px;
  }
}
.product_order .container .btm > .box .radio > .box {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 45px;
}
.product_order .container .btm > .box .radio .submit {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  color: white;
  letter-spacing: 0.02em;
  font-size: 20px;
  padding: 0px;
  margin: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .submit {
    font-size: 16px;
    margin: 10% 0 5%;
    padding: 0%;
  }
}
.product_order .container .btm > .box .radio .submit a {
  display: block;
  padding: 17px;
}
.product_order .container .btm > .box .radio .submit i {
  font-size: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .submit a {
    padding: 3%;
  }
  .product_order .container .btm > .box .radio .submit i {
    font-size: 20px;
    margin-right: 5%;
  }
}
.product_order .container .btm > .box .radio .submit .into_cart_01, .product_order .container .btm > .box .radio .submit .into_cart_02 {
  color: white;
}
.product_order .container .btm > .box .radio > .txt {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio > .txt {
    font-size: 12px;
    padding-top: 7%;
  }
}
.product_order .container .btm > .box .radio > .txt + .submit {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio > .txt + .submit {
    margin-top: 7%;
  }
}
.product_order .container .btm > .box .radio .tea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .tea {
    margin: 7% 0 5%;
  }
}
.product_order .container .btm > .box .radio .tea .img {
  width: 60px;
  margin-right: 10px;
}
.product_order .container .btm > .box .radio .tea .img img {
  width: 100%;
}
.product_order .container .btm > .box .radio .tea .ttl {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .tea .ttl {
    font-size: 16px;
  }
}
.product_order .container .btm > .box .radio .tea .ttl span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm > .box .radio .tea .ttl span {
    font-size: 14px;
  }
}
.product_order .container .btm .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .info {
    margin-top: -10%;
  }
}
.product_order .container .btm .info .ico {
  width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .info .ico {
    width: 36px;
    margin-right: 4%;
  }
}
.product_order .container .btm .info .ico img {
  width: 100%;
}
.product_order .container .btm .info .link a {
  display: block;
  margin: 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .info .link a {
    font-size: 13px;
    margin: 4% 0;
  }
}
.product_order .container .btm .info .link a i {
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .info .link a i {
    margin-left: 1em;
    font-size: 14px;
  }
}
.product_order .container .btm .present {
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present {
    margin-bottom: 15%;
  }
}
.product_order .container .btm .present .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head {
    margin-bottom: 7%;
  }
}
.product_order .container .btm .present .head .img {
  width: 140px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .img {
    width: 25%;
    margin-right: 4%;
  }
}
.product_order .container .btm .present .head .img img {
  width: 100%;
}
.product_order .container .btm .present .head .detail {
  width: 340px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .detail {
    width: 71%;
  }
}
.product_order .container .btm .present .head .detail .txt {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .detail .txt {
    font-size: 13px;
  }
}
.product_order .container .btm .present .head .detail .ttl {
  color: #bc2221;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .detail .ttl {
    font-size: 16px;
    margin-bottom: 3%;
  }
}
.product_order .container .btm .present .head .detail .bal {
  position: relative;
  display: inline-block;
  color: #bc2221;
  border: 2px solid #bc2221;
  padding: 4px 13px;
  line-height: 1;
  font-size: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .detail .bal {
    border-width: 1px;
    font-size: 14px;
    padding: 2px 10px;
  }
}
.product_order .container .btm .present .head .detail .bal:after, .product_order .container .btm .present .head .detail .bal:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.product_order .container .btm .present .head .detail .bal:after {
  top: 8px;
  border-color: transparent white transparent transparent;
  border-width: 6px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .detail .bal:after {
    top: 5px;
    border-width: 4px;
  }
}
.product_order .container .btm .present .head .detail .bal:before {
  top: 6px;
  border-color: transparent #bc2221 transparent transparent;
  border-width: 8px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present .head .detail .bal:before {
    top: 4px;
    border-width: 5px;
  }
}
.product_order .container .btm .present > .txt {
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm .present > .txt {
    font-size: 13px;
  }
}

.product_support {
  padding: 120px 0 80px;
}
.product_support_acd {
	padding: 120px 0;
    width: 880px !important;
    padding-top: 0;
    padding-left: 0;
}
@media screen and (max-width: 768px) {
.product_support_acd {
	padding: 120px 0;
    width: 90% !important;
    padding-top: 0;
    padding-left: 0;
}
}
.product_support_acd .container .box .txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_support_acd .container .box .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .product_support {
    padding: 15% 0 5%;
  }
}
.product_support .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .product_support .container {
    width: 90%;
  }
}
.product_support .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .product_support .container > .ttl {
    font-size: 18px;
    margin-bottom: 7%;
  }
}
.product_support .container .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_support .container .img {
    margin-bottom: 5%;
  }
}
.product_support .container .img img {
  width: 100%;
}
.product_support .container .box {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .product_support .container .box {
    margin-bottom: 15%;
  }
}
.product_support .container .box .ttl {
  border-left: 6px solid #038e7c;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_support .container .box .ttl {
    border-left: 3px solid #038e7c;
    margin-bottom: 4%;
  }
}
.product_support .container .box .ttl span {
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-left: 10px;
  letter-spacing: 0.05em;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .product_support .container .box .ttl span {
    margin-left: 3%;
    font-size: 16px;
  }
}
.product_support .container .box .txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_support .container .box .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

.product_point {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .product_point {
    padding: 15% 0;
  }
}
.product_point .container {
  width: 800px;
  padding: 0 40px 10px 40px;
  background: #f1f0e0;
}
@media screen and (max-width: 768px) {
  .product_point .container {
    width: 82%;
    padding: 0 4% 2% 4%;
  }
}
.product_point .container > * {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .product_point .container > * {
    padding-top: 10%;
  }
}
.product_point .container > * .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product_point .container > * .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
  }
}
.product_point .container > * .txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_point .container > * .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.product_point .container .point .img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_point .container .point .img {
    margin-bottom: 4%;
  }
}
.product_point .container .example .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_point .container .example .list li {
    margin-bottom: 7%;
  }
}
.product_point .container .example .list li .user {
  text-align: center;
  width: 110px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product_point .container .example .list li .user {
    width: 27%;
    margin-right: 5%;
  }
}
.product_point .container .example .list li .user .name {
  letter-spacing: 0.07em;
  color: #898989;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_point .container .example .list li .user .name {
    font-size: 13px;
    margin-right: 3%;
  }
}
.product_point .container .example .list li .user img {
  width: 100%;
}
.product_point .container .example .list li .txt {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .product_point .container .example .list li .txt {
    width: 68%;
  }
}
.product_point .container .example .list li .txt span {
  color: #da7b00;
}
.product_point .container .example a {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .product_point .container .example a {
    font-size: 14px;
  }
}
.product_point .container .example a span {
  color: #038e7c;
}
.product_point .container .example a i {
  font-size: 18px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .product_point .container .example a i {
    font-size: 16px;
    margin-left: 10px;
  }
}
.product_point .container .herb .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	padding: 40px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .list {
    height: auto;
    overflow: auto;
	  padding: 0;
  }
}
.product_point .container .herb .list li {
  width: 150px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .list li {
    width: 45%;
  }
}
.product_point .container .herb .list li:not(:nth-child(4n)) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .list li:not(:nth-child(2n)) {
    margin-right: 10%;
  }
}
.product_point .container .herb .list li .img {
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .list li .img {
    margin: 0 auto 4%;
    width: 117px;
    height: 117px;
  }
}
.product_point .container .herb .list li .img img {
  width: 100%;
}
.product_point .container .herb .list li .name {
  color: #038e7c;
  display: block;
  text-decoration: underline;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .list li .name {
    font-size: 16px;
  }
}
.product_point .container .herb .list li .txt {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
	margin: 0;
}
.product_point .container .herb .more {
  text-align: center;
  color: #038e7c;
}
@media screen and (max-width: 768px) {
  .product_point .container .herb .more {
    position: relative;
  }
  .product_point .container .herb .more + .list {
    display: none;
  }
  .product_point .container .herb .more .btn {
    border: 1px solid;
    margin: 0 auto;
    font-size: 12px;
    width: 120px;
    height: 25px;
    line-height: 25px;
    position: relative;
    z-index: 1;
  }
  .product_point .container .herb .more i {
    position: relative;
    z-index: 1;
    margin-top: 3%;
  }
  .product_point .container .herb .more:before {
    content: "";
    display: block;
    bottom: 0;
    left: -5%;
    position: absolute;
    width: 110%;
    height: 200px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, #ffffff));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  }
}

.product_data {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .product_data {
    padding: 15% 0;
  }
}
.product_data .container {
  width: 740px;
}
@media screen and (max-width: 768px) {
  .product_data .container {
    width: 90%;
  }
  .product_data .container:after {
    content: "";
    display: block;
    clear: both;
  }
}
.product_data .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_data .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
  }
}
.product_data .container .slick {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_data .container .slick {
    width: 90%;
    margin: 0 auto 7%;
  }
}
.product_data .container .slick .box {
  background: #f1f0e0;
  padding: 50px;
	height: 706px !important;
}
@media screen and (max-width: 768px) {
  .product_data .container .slick .box {
    padding: 1% 2% 2% 2%;
	  height: 280px !important;
  }
}
.product_data .container .slick .box .txt {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product_data .container .slick .box .txt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10%;
  }
}
.product_data .container .slick .box .img {
  text-align: center;
}
.product_data .container .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .product_data .container .slick .slick-arrow {
    font-size: 15px;
  }
}
.product_data .container .slick .slick-arrow.slider-prev {
  left: -70px;
}
@media screen and (max-width: 768px) {
  .product_data .container .slick .slick-arrow.slider-prev {
    left: -5%;
  }
}
.product_data .container .slick .slick-arrow.slider-next {
  right: -70px;
}
@media screen and (max-width: 768px) {
  .product_data .container .slick .slick-arrow.slider-next {
    right: -5%;
  }
}
.product_data .container .btn {
  color: #038e7c;
  border: 2px solid;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_data .container .btn {
    float: right;
    font-size: 13px;
    border: 1px solid;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
.product_data .container .btn img {
  vertical-align: middle;
  width: 30px;
  margin: 0 10px 5px;
}
@media screen and (max-width: 768px) {
  .product_data .container .btn img {
    width: 24px;
    margin: 0 5px 3px 0;
  }
}
.product_data .container .btn i {
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .product_data .container .btn i {
    font-size: 12px;
    margin-left: 5px;
  }
}

.product_partner .container {
  width: 880px;
  margin-bottom: 100px;
	    margin-top:50px;
}
@media screen and (max-width: 768px) {
  .product_partner .container {
    width: 90%;
    margin-bottom: 10%;
    margin-top: 10%;
  }
}
.product_partner .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_partner .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
  }
}
.product_partner .container > .img {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_partner .container > .img {
    margin-bottom: 5%;
  }
}
.product_partner .container > .img img {
  width: 100%;
}
.product_partner .container .name {
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product_partner .container .name {
    margin-bottom: 5%;
    font-size: 16px;
  }
}
.product_partner .container .name span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .product_partner .container .name span {
    font-size: 14px;
  }
}
.product_partner .container .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .product_partner .container .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.product_quality{
	width: 880px !important;
	border-top: 1px solid #333;
	padding-top: 0;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.product_quality{
	width: 90% !important;
	border-top: 1px solid #333;
	padding-top: 0;
	padding-left: 0;
}
}

.product_quality .container {
  width: 880px;
	    padding: 0;
}
@media screen and (max-width: 768px) {
  .product_quality .container {
    width: 90%;
	  padding: 0;
  }
}
.product_quality .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_quality .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
  }
}
.product_quality .container .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product_quality .container .list li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li:nth-child(2n) .img {
    order: 2;
  }
  .product_quality .container .list li:nth-child(2n) .detail {
    padding: 2% 4% 0 0;
  }
}
.product_quality .container .list li .img {
  width: 220px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li .img {
    width: 50%;
    margin-right: 0;
  }
}
.product_quality .container .list li .img img {
  width: 100%;
}
.product_quality .container .list li .detail {
  width: 630px;
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li .detail {
    width: 46%;
    padding: 2% 0 0 4%;
  }
}
.product_quality .container .list li .detail .ttl {
  font-family: "Noto Serif JP", serif;
  position: relative;
  line-height: 1.4;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li .detail .ttl {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 0;
  }
}
.product_quality .container .list li .detail .ttl:after {
  content: "";
  display: block;
  background: #038e7c;
  width: 54px;
  height: 2px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li .detail .ttl:after {
    width: 27px;
    height: 1px;
    margin: 10% 0 5%;
  }
}
.product_quality .container .list li .detail .txt {
  letter-spacing: 0.05em;
  line-height: 1.9;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .product_quality .container .list li .detail .txt {
    font-size: 14px;
  }
}

.oilparts_howto01 {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 {
    padding-top: 15%;
  }
}
.oilparts_howto01 + .product_partner {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 + .product_partner {
    padding-top: 15%;
  }
}
.oilparts_howto01 .container {
  background: #f1f0e0;
  width: 800px;
  padding: 50px 50px 0;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container {
    width: 82%;
    padding: 4%;
  }
}
.oilparts_howto01 .container > .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.075em;
  margin: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin: 5% 0;
  }
}
.oilparts_howto01 .container .list01 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 {
    margin-bottom: 0;
  }
}
.oilparts_howto01 .container .list01 li {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 li {
    margin-bottom: 15%;
  }
}
.oilparts_howto01 .container .list01 li .ttl01 {
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 li .ttl01 {
    margin-bottom: 4%;
  }
}
.oilparts_howto01 .container .list01 li .ttl01 .img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 li .ttl01 .img {
    width: 30%;
  }
}
.oilparts_howto01 .container .list01 li .ttl01 .txt {
  padding: 0 60px;
  width: 500px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 li .ttl01 .txt {
    width: 62%;
    padding: 0 4%;
    font-size: 14px;
    line-height: 1.8;
  }
}
.oilparts_howto01 .container .list01 li .ttl02 {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 li .ttl02 {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
.oilparts_howto01 .container .list01 li .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list01 li .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.oilparts_howto01 .container .list02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: 670px;
  margin: 0 auto; */
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list02 {
    /* width: 100%; */
  }
}
.oilparts_howto01 .container .list02 li {
  width: 150px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list02 li {
    width: 45%;
    margin-bottom: 10%;
  }
}
.oilparts_howto01 .container .list02 li:not(:nth-child(4n)) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list02 li:not(:nth-child(2n)) {
    margin-right: 10%;
  }
  .oilparts_howto01 .container .list02 li:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .oilparts_howto01 .container .list02 li:not(:nth-child(2n)){
    margin-right: 10%;
  }
}
.oilparts_howto01 .container .list02 li .img {
  text-align: center;
}
.oilparts_howto01 .container .list02 li .img img {
  width: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list02 li .img{
    margin: 0 auto 4%;
    width: 117px;
    height: 117px;
  }
  .oilparts_howto01 .container .list02 li .img img {
    width: 100%;
  }
}
.oilparts_howto01 .container .list02 li .name {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list02 li .name {
    font-size: 16px;
    margin: 10% 0 5%;
  }
}
.oilparts_howto01 .container .list02 li .txt {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .oilparts_howto01 .container .list02 li .txt {
    /* font-size: 1px; */
    /* line-height: 1.8; */
  }
}

.oilparts_howto02 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.oilparts_howto02 + .product_partner {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 + .product_partner {
    padding-top: 15%;
  }
}
.oilparts_howto02 .container {
  background: #f1f0e0;
  width: 780px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container {
    width: 82%;
    padding: 4%;
  }
}
.oilparts_howto02 .container .ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.075em;
  margin: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .ttl {
    font-size: 18px;
    line-height: 1.8;
    margin: 5% 0;
  }
}
.oilparts_howto02 .container .movie iframe {
  width: 100% !important;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .movie iframe {
    height: 170px;
  }
}
.oilparts_howto02 .container .movie .btn {
  display: block;
  position: relative;
  color: white;
}
.oilparts_howto02 .container .movie .btn .play {
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
}
.oilparts_howto02 .container .movie .btn .play i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .movie .btn .play i {
    font-size: 40px;
  }
}
.oilparts_howto02 .container .movie .btn .play .txt {
  font-size: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .movie .btn .play .txt {
    font-size: 14px;
    margin-top: 5%;
  }
}
.oilparts_howto02 .container .movie > .txt {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .movie > .txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 4%;
    text-align: left;
  }
}
.oilparts_howto02 .container .box {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box {
    margin-top: 15%;
  }
}
.oilparts_howto02 .container .box .ttl01 {
  margin: 50px 0 30px;
  border-left: 6px solid;
  color: #038e7c;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .ttl01 {
    margin: 7% 0;
    border-left: 3px solid;
    font-size: 16px;
    line-height: 1.8;
  }
}
.oilparts_howto02 .container .box .ttl01 span {
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .ttl01 span {
    padding: 0 4%;
  }
}
.oilparts_howto02 .container .box .list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .list li {
    margin-bottom: 15%;
  }
}
.oilparts_howto02 .container .box .list li .detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.oilparts_howto02 .container .box .list li .detail .img {
  width: 200px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .list li .detail .img {
    width: 30%;
    margin-right: 4%;
  }
}
.oilparts_howto02 .container .box .list li .detail .img img {
  width: 100%;
}
.oilparts_howto02 .container .box .list li .detail .txt {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .list li .detail .txt {
    width: 66%;
  }
}
.oilparts_howto02 .container .box .list li .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .list li .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}
.oilparts_howto02 .container .box > .ttl02 {
  color: #038e7c;
  font-size: 22px;
  margin: 40px 0 1em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box > .ttl02 {
    font-size: 14px;
    line-height: 1.8;
    margin: 10% 0 0;
  }
}
.oilparts_howto02 .container .box > .txt {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box > .txt {
    font-size: 14px;
  }
}
.oilparts_howto02 .container .box .massage .img {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .massage .img {
    margin-bottom: 5%;
  }
}
.oilparts_howto02 .container .box .massage .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .oilparts_howto02 .container .box .massage .txt {
    font-size: 14px;
    line-height: 1.8;
  }
}

.product_privilege {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .product_privilege {
    padding-top: 10%;
  }
}
.product_privilege .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .product_privilege .container {
    width: 90%;
  }
}
.product_privilege .container > .ttl {
  color: white;
  background: #B59735;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .product_privilege .container > .ttl {
    padding: 3%;
    font-size: 16px;
  }
}
.product_privilege .container .list {
  background: #fcfaf3;
  padding: 0 30px 50px;
	margin-bottom: 20%;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list {
    padding: 0 4% 4% 4%;
    margin-bottom: 25%;
  }
}
.product_privilege .container .list li {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li {
    padding-top: 7%;
  }
}
.product_privilege .container .list li > .ttl {
  border-bottom: 3px solid #B59735;
  color: #B59735;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li > .ttl {
    font-size: 14px;
    margin-bottom: 4%;
    border-bottom-width: 2px;
  }
}
.product_privilege .container .list li > .ttl.c01 {
  border-bottom-color: #35b597;
  color: #35b597;
}
.product_privilege .container .list li > .ttl.c01 span {
  background: #35b597;
}
.product_privilege .container .list li > .ttl span {
  display: inline-block;
  vertical-align: middle;
  background: #B59735;
  color: white;
  font-size: 20px;
  padding: 5px 15px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li > .ttl span {
    font-size: 12px;
    padding: 1% 3%;
    margin-right: 3%;
  }
}
.product_privilege .container .list li .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li .box {
    display: block;
  }
}
.product_privilege .container .list li .box .img {
  width: 420px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li .box .img {
    width: 100%;
    margin: 0 0 4%;
  }
}
.product_privilege .container .list li .box .img img {
  width: 100%;
}
.product_privilege .container .list li .box .detail {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li .box .detail {
    width: 100%;
  }
}
.product_privilege .container .list li .box .detail .txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.025em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .product_privilege .container .list li .box .detail .txt {
    font-size: 13px;
  }
}

.product_set {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .product_set {
    padding-top: 15%;
  }
}
.product_set .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .product_set .container {
    width: 90%;
  }
}
.product_set .container > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_set .container > .ttl {
    font-size: 20px;
    margin-bottom: 7%;
  }
}
.product_set .container .list li {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li {
    margin-bottom: 15%;
  }
}
.product_set .container .list li .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f1f0e0;
  padding: 40px 125px;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box {
    padding: 4%;
  }
}
.product_set .container .list li .box .img {
  width: 200px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box .img {
    width: 35%;
    margin-right: 5%;
  }
}
.product_set .container .list li .box .img img {
  width: 100%;
}
.product_set .container .list li .box .detail {
  width: 350px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box .detail {
    width: 55%;
  }
}
.product_set .container .list li .box .detail .ttl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #038e7c;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box .detail .ttl {
    font-size: 16px;
    padding-bottom: 3%;
    margin-bottom: 4%;
  }
}
.product_set .container .list li .box .detail .name {
  color: #038e7c;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box .detail .name {
    font-size: 16px;
    margin-bottom: 10%;
  }
}
.product_set .container .list li .box .detail .btn {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  background: #35b597;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box .detail .btn {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
}
.product_set .container .list li .box .detail .btn i {
  margin: 0 -2em 0 2em;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li .box .detail .btn i {
    font-size: 12px;
    margin: 0 0 0 0.5em;
  }
}
.product_set .container .list li > .txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li > .txt {
    font-size: 14px;
    line-height: 1.8;
    margin: 5% 0;
  }
}
.product_set .container .list li > .spec {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .product_set .container .list li > .spec {
    font-size: 12px;
    padding: 5% 0;
  }
}
.product_set .container .list li > .spec a {
  color: #038e7c;
  text-decoration: underline;
}

.banner_link_area {
  display: flex;
  align-items: center;
}

.go-to-faq{
    position: relative;
    margin-top: 10%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display: block;
    padding: 0 0 0 1em;
    font-family: "Noto Serif JP", serif;
	font-size: 32px;
	color: #333;
}

.go-to-faq a{
    color: #333;
    line-height: 3;
}

.goto-chevron{
    position: absolute;
    top: 0;
    right: -4px;
    width: 1em;
    height: 3em;
}

/* アコーディオン */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: 400;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0;
	cursor: pointer;
    margin: 0 0 1px 0;
    border-bottom: 1px solid #333;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	color: #333;
}
@media screen and (max-width: 768px) {
    .go-to-faq{
        padding-top: 10%;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        display: block;
        padding: 0 0 0 1em;
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        color: #333;
    }
    .cp_actab label {
        font-weight: 400;
        line-height: 3;
        position: relative;
        display: block;
        padding: 0;
        cursor: pointer;
        margin: 0 0 1px 0;
        border-bottom: 1px solid #333;
        font-family: "Noto Serif JP", serif;
        font-size: 18px;
        color: #333;
    }
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	width: 100%;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 200em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	content: '-';
}

/* よく一緒に購入されている商品 */

.common_purchased_together .container .ttl04{
  width: 100%;
  background: #35b597;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.common_purchased_together .container .ttl04{
  width: 100%;
  background: #35b597;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
	}
}


@media screen and (max-width: 768px) {
  .common_purchased_together .container.ttl04{
    width: 100%;
    background: #038e7c;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.common_purchased_together {
  padding-bottom: 100px;
	padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together {
    padding-bottom: 15%;
	  padding-top: 30%;
  }
}
.common_purchased_together .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container {
    width: 85%;
  }
}
.common_purchased_together .container > .ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container > .ttl {
    margin-bottom: 7%;
  }
}
.common_purchased_together .container > .ttl span {
  display: block;
}
.common_purchased_together .container > .ttl .en {
  color: #038e7c;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container > .ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.common_purchased_together .container > .ttl .ja {
  font-family: "Noto Serif JP", serif;
  color: black;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container > .ttl .ja {
    font-size: 20px;
  }
}
.common_purchased_together .container .slick .box {
  text-align: center;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
.common_purchased_together .container .slick .box {
  text-align: center;
  margin: 0 15px;
}
}
.common_purchased_together .container .slick .box .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .img {
    margin-bottom: 5%;
  }
}
.common_purchased_together .container .slick .box .img img {
  width: 50%;
    padding: 30px 60px;
    border: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
.common_purchased_together .container .slick .box .img img {
  width: 55%;
    padding: 15px 30px;
    border: 1px solid #eaeaea;
}
}
.common_purchased_together .container .slick .box .ttl {
      letter-spacing: 0.05em;
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .ttl {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5%;
  }
}
.common_purchased_together .container .slick .box .date {
  color: #898989;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .date {
    font-size: 12px;
  }
}
.common_purchased_together .container .slick .box .item {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .box .item {
    font-size: 12px;
  }
}
.common_purchased_together .container .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 27%;
  color: #898989;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .slick-arrow {
    font-size: 15px;
  }
}
.common_purchased_together .container .slick .slick-arrow.slider-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .slick-arrow.slider-prev {
    left: -5%;
  }
}
.common_purchased_together .container .slick .slick-arrow.slider-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .common_purchased_together .container .slick .slick-arrow.slider-next {
    right: -5%;
  }
}
.cb_5p{
	width: 227px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.cb_5p_gift{
	width: 227px;
	margin: 0 auto;
	margin-bottom: 15px;
	    margin-top: 50px;
}

/* 200218 */

.gift_slider .box {
  text-align: center;
}
.gift_slider .box .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .gift_slider .box .ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 4%;
  }
}
.gift_slider .box .review {
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .gift_slider .box .review {
    font-size: 14px;
  }
}
.gift_slider .box .review .star {
  color: #da7b00;
}
.gift_slider .box .review a {
  text-decoration: underline;
}
.gift_slider .slick {
  text-align: center;
}
.gift_slider .slick .img {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .gift_slider .slick .img {
    margin: 30px 0 20px;
  }
  .gift_slider .slick .img img {
    width: 200px;
  }
}
.gift_slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.gift_slider .slick-dots li {
  margin: 0 13px;
}
@media screen and (max-width: 768px) {
  .gift_slider .slick-dots li {
    margin: 0 7px;
  }
}
.gift_slider .slick-dots li button {
  cursor: pointer;
  outline: none;
  font-size: 0;
  border: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #898989;
  width: 14px;
  height: 14px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .gift_slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.gift_slider .slick-dots li.slick-active button {
  background: #35b597;
}
.product_detail .container .small {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .product_detail .container .small {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5%;
  }
}
.product_details {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .product_details {
    padding-top: 5%;
  }
}
.product_details .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .product_details .container {
    width: 90%;
  }
}
.product_details .container .list {
  padding: 0;
	margin-bottom: 20%;
}
@media screen and (max-width: 768px) {
  .product_details .container .list {
    padding: 0;
    margin-bottom: 10%;
  }
}
.product_details .container .list li {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li {
    padding-top: 7%;
    border-bottom: 1px solid #ccc;
  }
}
.product_details .container .list li .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	background-color: #f7f7f7;
    width: 100%;
    padding: 3% 0;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .box {
	      width: 100%;
    display: flex;
	padding: 5% 0;
    background-color: #f7f7f7;
  }
}
.product_details .container .list li .box .img {
  width: 35%;
    margin: 0 5%;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .box .img {
    width: 35%;
    margin: 0 3%;
  }
}
.product_details .container .list li .box .img img {
  width: 100%;
}
.product_details .container .list li .box .title {
  width: 65%;
    margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .box .title {
        width: 65%;
	  margin-right: 3%;
  }
}
.product_details .container .list li .box .title .ttl {
  font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 2px solid #35b597;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .box .title .ttl {
    font-size: 14px;
    padding-bottom: 3%;
    margin-bottom: 4%;
	  line-height: 1.4;
  }
}
.product_details .container .list li .box .title .name {
  color: #35b597;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .box .title .name {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.product_details .container .list li .box .title .btn {
 display: block;
    width: 100%;
    text-align: center;
    color: white;
    background: #35b597;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
	    margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .box .title .btn {
        font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
.product_details .container .list li .txt {
      font-size: 20px;
    line-height: 2;
    margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .txt {
    font-size: 14px;
    line-height: 1.7;
    margin: 3% 0;
  }
}
.product_details .container .list li .capa {
      font-size: 20px;
    line-height: 2;
    margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .product_details .container .list li .capa {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 5%;
  }
}
.product_details .container > .ttl {
  color: white;
  background: #35b597;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .product_details .container > .ttl {
    padding: 3%;
    font-size: 16px;
  }
}
.gift_slider {
  background: #f8f6f0;
  padding: 90px 0 60px;
}
@media screen and (max-width: 768px) {
  .gift_slider {
    padding: 14% 0 10%;
  }
}
.product_order .container .btm_gift {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift {
    width: 100%;
	  margin-top: 10%;
  }
}
.product_order .container .btm_gift > .box.regularly {
  border-color: #35b597;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box.gift {
    margin-top: 0;
  }
}
.product_order .container .btm_gift > .box {
  border-style: solid;
  border-width: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box {
    border-width: 2px;
    margin-bottom: 15%;
  }
}
.product_order .container .btm_gift > .box.regularly > .ttl {
  background: #35b597;
}
.product_order .container .btm_gift > .box > .ttl {
  text-align: center;
  color: white;
  padding: 10px 20px 15px;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box > .ttl {
    font-size: 16px;
    padding: 3%;
  }
}
.product_order .container .btm_gift > .box > .ttl > .ttl_small {
  text-align: center;
  color: white;
  padding: 10px 0 0;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box > .ttl > .ttl_small {
        font-size: 12px;
    padding: 2%;
  }
}
.product_order .container .btm_gift > .box .con_radio {
  margin: 0 4% 8%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .con_radio {
    margin: 0 4% 8%;
  }
}
.product_order .container .btm_gift > .box .con_radio .radio {
  margin:8% 0 0;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .con_radio .radio {
    margin: 8% 0 0;
  }
}
.product_order .container .btm_gift > .box .radio .set_name {
  font-size: 18px;
	color: #231815;
	background-color: #F7F7F7;
    padding: 2% 2% 2% 3%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .set_name {
    background-color: #F7F7F7;
    padding: 2% 2% 2% 3%;
  }
}
.product_order .container .btm_gift > .box .radio .set_name p{
  font-size: 18px;
	color: #231815;
	border-left: 2px solid #35b597;
    padding-left: 3%;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .set_name p{
        font-size: 14px;
    border-left: 2px solid #35b597;
    padding-left: 3%;
    color: #231815;
    line-height: 1.5;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
	padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift {
    padding-left: 0;
	  padding-top: 5%;
	  width: 100%;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift .set {
	width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift .set {
	  width: 35%;
	      margin-right: 5%;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift .set img {
	width: 100%;
}
.product_order .container .btm_gift > .box .radio .box_gift .price {
  font-size: 15px;
	width: 45%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift .price {
    font-size: 10px;
	  width: 45%;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift .price span {
  color: #bc2221;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift .price span {
    font-size: 23px;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift .detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  font-size: 20px;
  line-height: 1.2;
	    width: 20%;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift .detail {
    font-size: 12px;
	  width: 20%;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift .detail .free {
  color: #bc2221;
  border: 2px solid;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift .detail .free {
    border: 1px solid;
  }
}
.product_order .container .btm_gift > .box .radio .box_gift .detail > * {
  padding: 2px 8px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .box_gift .detail > * {
    padding: 3px;
  }
}
.product_order .container .btm_gift > .box .radio .submit_gift {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: center;
  color: white;
  letter-spacing: 0.02em;
  font-size: 20px;
  padding: 0px;
  margin: 30px 0 10px;
	background-color: #35b597;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .submit_gift {
    font-size: 16px;
    background-color: #35b597;
    margin: 5% 0 2%;
    padding: 0%;
  }
}
.product_order .container .btm_gift > .box .radio .submit_gift a {
  display: block;
  padding: 17px;
	color: #fff;
}
.product_order .container .btm_gift > .box .radio .submit_gift i {
  font-size: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product_order .container .btm_gift > .box .radio .submit_gift a {
    padding: 3%;
	  color: #fff;
  }
  .product_order .container .btm_gift > .box .radio .submit_gift i {
    font-size: 20px;
    margin-right: 5%;
  }
}
.product_order .container .btm_gift > .box .con_radio .line {
  border-top: 1px dotted #f5f5f5;
	margin-top: 8%;
}

/* gift_other */
.gift_other {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .gift_other {
    padding-top: 0;
  }
}
.gift_other .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .gift_other .container {
    width: 90%;
  }
}
.gift_other .container > .ttl {
  color: white;
  background: #35b597;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .gift_other .container > .ttl {
    padding: 3%;
    font-size: 16px;
  }
}
.gift_other .container .list {
  padding: 0 80px 80px;
    margin-bottom: 20%;
    background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list {
    padding: 0 5% 5% 5%;
    margin-bottom: 25%;
    background-color: #f7f7f7;
  }
}
.gift_other .container .list li {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li {
    padding-top: 7%;
  }
}
.gift_other .container .list li > .ttl {
  color: #35b597;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li > .ttl {
    font-size: 13px;
    margin-bottom: 4%;
    border-bottom-width: 2px;
	  line-height: 1.2;
  }
}
.gift_other .container .list li > .ttl.c01 {
  border-bottom-color: #35b597;
  color: #35b597;
}
.gift_other .container .list li > .ttl.c01 span {
  background: #35b597;
}
.gift_other .container .list li > .ttl span {
  display: inline-block;
  vertical-align: middle;
  background: #da7b00;
  color: white;
  font-size: 20px;
  padding: 5px 15px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li > .ttl span {
    font-size: 16px;
    padding: 1% 3%;
    margin-right: 3%;
  }
}
.gift_other .container .list li .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li .box {
    display: block;
  }
}
.gift_other .container .list li .box .img {
      width: 100%;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li .box .img {
    width: 100%;
    margin: 0 0 4%;
  }
}
.gift_other .container .list li .box .img img {
  width: 100%;
}
.gift_other .container .list li .box .detail {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li .box .detail {
    width: 100%;
  }
}
.gift_other .container .list li .box .detail .txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.025em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .gift_other .container .list li .box .detail .txt {
    font-size: 13px;
  }
}

main.may2021 > div.product_kv {
	background : #f8f6f0;
}
main.may2021 > div.product_kv div.kv > div.container > h1.ttl {
	display : none;
}
main.may2021 > div.product_kv div.kv > div.container > div.img > img {
	width : auto;
	max-width : 100%;
	max-height : 450px;
}
main.may2021 > div.product_slider {
	padding : 50px 0 0 0;
	background : #ffffff;
}
main.may2021 > div.product_detail {
	padding : 60px 0　80px 0;
}
main.may2021 div.regularly > div.merit > h3 {
	overflow : hidden;
	padding : 8.76% 0 0 0;
	background : url(https://www.amoma.jp/wp-content/themes/amoma_v2/img/product/headline.png) no-repeat 0 0 / contain;
	text-indent : 100%;
	white-space : nowrap;
}
main.may2021 div.regularly > div.merit > h3 + p {
	margin : 5px 0 40px 0;
	text-align : center;
}
main.may2021 div.regularly > div.merit > p > img {
	max-width : 100%;
	height : auto;
}
div#product_order p.banner {
	margin : 20px auto 40px auto;
	text-align : center;
}
div#product_order p.banner > img {
	width : 100%;
	height : auto;
}
@media screen and (max-width: 768px) {
	main.may2021 > div.product_detail {
		padding : 60px 0;
	}
	main.may2021 > div.product_kv div.kv > div.container > div.img {
		max-height : 460px;
	}
	main.may2021 > div.product_kv div.kv > div.container > div.img > img {
		max-height : 320px;
	}
	main.may2021 div.regularly > div.merit > h3 + p {
		font-size : 0.6rem;
	}
	div#product_order p.banner {
		margin : 0 auto 60px auto;
	}
}

/* 221020〜 追加 */
.product_order .container .btm > .box.single.green-item .radio label .input input[type=radio] + span {
  background: url(../img/common/radio01_off.png) no-repeat;
  background-size: cover;
}
.product_order .container .btm > .box.single.green-item .radio label .input input[type=radio]:checked + span {
  background: url(../img/common/radio01_on.png) no-repeat;
  background-size: cover;
}

.page-link-wrp  {
  margin-bottom: 2rem;
}
.page-link-wrp a {
  font-size: 18px;
  display: inline-block;
  margin: 7px 0;
}
.yellow-marker {
  background:linear-gradient(transparent 60%, #fafa6c 60%);
}

@media screen and (max-width: 768px) {
  .container .top.img100 {
    width: 100%;
  }
  .page-link-wrp  {
    margin-bottom: 1rem;
  }
  .page-link-wrp a {
    font-size: 14px;
    margin: 3px 0;
  }
}
