@charset "UTF-8";
.p-product {
  margin-bottom: 90px;
}

.p-product input[type=text],
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}

/* form */
.p-product-main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1399px) {
  .p-product-main {
    display: block;
    padding: 0 20px;
  }
}

.p-product-img {
  width: 55%;
}

@media screen and (max-width: 1399px) {
  .p-product-img {
    width: 100%;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-img .p-product-info {
    margin-top: 45px;
    padding: 0 20px;
  }
}

.p-product-img__main {
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}

.p-product-img__main-item {
  position: relative;
  text-align: center;
}

.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-img__main-item img {
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}

@media screen and (max-width: 1399px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1399px) {
  .p-product-thumb-list__item {
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    width: 20%;
  }
}

.p-product-thumb-list__item.is-current, .p-product-thumb-list__item:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-product-img__main .slick-next,
.p-product-img__main .slick-prev {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next,
  .p-product-img__main .slick-prev {
    width: 45px;
    height: 45px;
  }
}

.p-product-img__main .slick-next:before,
.p-product-img__main .slick-prev:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before,
  .p-product-img__main .slick-prev:before {
    top: 15px;
  }
}

.p-product-img__main .slick-prev {
  left: 15px;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0;
  }
}

.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}

.p-product-img__main .slick-next {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0;
  }
}

.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}

/***** 商品情報 *****/
.p-product-info {
  width: 45%;
  padding: 0 50px;
}

@media screen and (min-width: 1025px) {
  .p-product-info {
    position: sticky;
    top: 110px;
  }
}

@media screen and (max-width: 1399px) {
  .p-product-info {
    width: 100%;
    padding: 0 0px;
  }
}

.p-product-info__ttl {
  margin: 15px 0 25px;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    margin: 15px 0 25px;
    font-size: 2.4rem;
  }
}

.p-product-info__ttl img {
  vertical-align: middle;
}

.p-product-info__id {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}

.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
}

/* オプション table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}

.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}

.p-product-option-tbl table div {
  display: inline-block !important;
}

.p-product-option-tbl th {
  min-width: 100px;
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}

.p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}

.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}

.p-product-option-tbl input {
  margin-top: 0;
}

.p-cart-form__point {
  font-size: 1.2rem;
  border: 1px solid #ccc;
  padding: 3px 10px;
  color: #666;
  display: inline-block;
}

/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-product-option-select__box {
  margin-top: 15px;
}

.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.c-form__unit-label {
  font-size: 1.3rem;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .c-form__unit-label {
    font-size: 1.2rem;
  }
}

/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-product-name__box {
  margin-top: 15px;
}

.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

.p-product-name__body input {
  width: 100%;
}

/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-product-form-stock__input {
  display: flex;
  align-items: center;
}

.p-product-form-stock__input input {
  width: 60px;
}

.p-product-form-stock__unit {
  margin-left: 10px;
}

.p-product-form-stock__stock {
  margin-left: 25px;
}

/* ボタン */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-product-form-btn__cart {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .p-product-form-btn__cart {
    flex: 1;
    width: auto;
  }
}

.p-product-form-btn__favorite {
  width: 50px;
}

.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}

.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.p-product-form__error-message {
  color: #B60005;
  margin-top: 15px;
}

/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.p-product-sns-list__item {
  margin-right: 20px;
}

/* link */
.p-product-link-list {
  margin-top: 40px;
  padding: 20px 20px 20px 40px;
  border: 1px solid #EFEFEF;
}

.p-product-link-list__item {
  margin-bottom: 5px;
  font-size: 1.4rem;
  list-style: disc;
}

/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.p-product-detail {
  margin-top: 75px;
  padding: 0 0 0 50px;
}

@media screen and (max-width: 1399px) {
  .p-product-detail {
    display: block;
    padding: 0 20px;
  }
}

.p-product-explain__body {
  line-height: 2;
}

.p-product-other {
  width: 50%;
  order: -1;
}

@media screen and (max-width: 1399px) {
  .p-product-other {
    width: 100%;
  }
}

/* おすすめ商品 */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}

.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}

.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}

.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}

@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}

.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}

/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}

.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}

.p-product-review__heading {
  margin-bottom: 15px;
}

.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}

.p-product-review-info__item.is-type {
  margin-right: 35px;
}

.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}

.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}

.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}

.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}

.p-product-review__rate.is-color {
  fill: #ffdc00;
}

/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.p-product-review-reply__ttl {
  font-weight: bold;
}

.p-product-review-reply__body,
.p-product-review-reply__date {
  font-size: 12px;
}

.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}

.p-product-review__btn a {
  display: inline-block;
  padding: 15px 25px;
  border: 1px solid #131313;
}

@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.table-bordered {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #EFEFEF;
}

.table th, .table td {
  border-top: 1px solid #EFEFEF;
  padding: 12px 0;
}

.table-bordered th, .table-bordered td {
  border-left: 0;
}

.cell_2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cell_2 div {
  margin-right: 5px;
}

.btn_more {
  text-align: center;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .btn_more {
    margin: 20px auto;
  }
}

.btn_more a {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  line-height: 1;
  min-width: 260px;
  font-size: 1.6rem;
  border: solid 3px #131313;
  text-decoration: none;
  background: #FFFFFF;
  color: #131313;
  font-weight: bold;
}

.btn_more a span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 3px;
  margin-top: -2px;
  background-color: #131313;
  transition: 0.3s;
}

.btn_more a:hover span:after {
  right: -3px;
  transition: 0.3s;
}

.section {
  padding: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0 0;
  }
}

.section_title {
  text-align: center;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 26px;
  }
}

.section_title:before {
  content: "";
  background: #fff100;
  width: 4px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .section_title:before {
    height: 32px;
  }
}

.section_title h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 2.2rem;
  }
}

.section_title h2 strong {
  font-size: 135%;
  margin-left: 0.05em;
  padding-left: 0.15em;
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.section_title .title_en {
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.section_title_sub {
  text-align: center;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .section_title_sub {
    margin-bottom: 20px;
  }
}

.section_title_sub:after {
  content: "";
  background: #fff100;
  width: 4px;
  height: 30px;
  display: block;
  margin: 10px auto 0;
}

.section_title_sub h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0;
}

.section_title_sub .title_en {
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.youtube_area {
  max-width: 780px;
  margin: 120px auto 60px;
}

@media screen and (max-width: 767px) {
  .youtube_area {
    margin: 60px auto 30px;
  }
}

.youtube_area .tit {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .youtube_area .tit {
    margin-bottom: 20px;
  }
}

.youtube_area .tit h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.youtube_area .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_area .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.flow_section {
  background: #f9f9f4;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .flow_section {
    padding-bottom: 45px;
  }
}

.flow_section .reed {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: bolder;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .flow_section .reed {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.flow_section .img_delivery {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .flow_section .img_delivery {
    padding: 0 10%;
  }
}

.flow_section .hosoku {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .flow_section .hosoku {
    padding: 0 7%;
  }
}

.flow_section .hosoku li {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  list-style: disc;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .flow_section .hosoku li {
    font-size: 1.2rem;
  }
}

.flow_section .hosoku li a {
  text-decoration: underline;
}

.support_section {
  background: #f9f9f4;
  padding-bottom: 90px;
}

@media screen and (max-width: 1399px) {
  .support_section {
    padding-bottom: 25px;
  }
}

.support_section .reed {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .support_section .reed {
    padding: 0 7%;
    margin-bottom: 20px;
  }
}

.support_section .reed .tit_support {
  max-width: 480px;
  margin: 0 auto 46px;
}

.support_section .reed p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .support_section .reed p {
    font-size: 1.2rem;
    text-align: left;
  }
}

.support_section .ico_scroll {
  margin: 0 auto 50px;
  width: 76px;
}

@media screen and (min-width: 1025px) {
  .support_section .ico_scroll {
    display: none;
  }
}

.support_section ul {
  text-align: center;
  padding: 0 20px;
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1399px) {
  .support_section ul {
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.support_section ul .list {
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 5px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFFFFF;
}

@media screen and (min-width: 1025px) {
  .support_section ul .list {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1399px) {
  .support_section ul .list {
    flex: 0 0 90px;
    font-size: 1rem;
    width: auto;
    height: auto;
    background: none;
  }
}

.support_section ul .list img {
  width: 135px;
  padding: 20px 0 10px;
}

@media screen and (max-width: 1399px) {
  .support_section ul .list img {
    width: 90px;
    padding: 10px 0;
  }
}

.support_section ul .list .ico_free {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
}

@media screen and (max-width: 1399px) {
  .support_section ul .list .ico_free {
    width: 30px;
    top: -5px;
    left: 0;
  }
}

.support_section .whats_section {
  max-width: 980px;
  margin: 60px auto;
  background: #FFFFFF;
  padding: 40px;
}

@media screen and (max-width: 1399px) {
  .support_section .whats_section {
    margin: 30px auto;
    padding: 7%;
  }
}

.support_section .whats_section h3 {
  display: inline-block;
  background: #fff100;
  color: #000 !important;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .support_section .whats_section h3 {
    font-size: 1.6rem;
    line-height: 1.78;
  }
}

.support_section .whats_section .whats_section_inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.support_section .whats_section .whats_section_inr .img_nokaji {
  width: 220px;
}

@media screen and (max-width: 1399px) {
  .support_section .whats_section .whats_section_inr .img_nokaji {
    width: 100%;
    padding: 0 30%;
  }
}

.support_section .whats_section .whats_section_inr .txt {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  margin: auto;
  padding: 40px 20px 0 40px;
}

@media screen and (max-width: 1399px) {
  .support_section .whats_section .whats_section_inr .txt {
    width: 100%;
    padding: 7%;
  }
}

.support_section .whats_section .whats_section_inr .txt p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .support_section .whats_section .whats_section_inr .txt p {
    font-size: 1.2rem;
  }
}

.kodawari_section {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .kodawari_section {
    padding-bottom: 45px;
  }
}

.kodawari_section .reed {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kodawari_section .reed {
    margin-bottom: 20px;
    padding: 0 7%;
  }
}

.kodawari_section .kodawari_section_block {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block {
    margin-bottom: 0;
  }
}

.kodawari_section .kodawari_section_block.left_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.kodawari_section .kodawari_section_block.left_block .inr {
  padding: 0 0 0 5%;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block.left_block .inr {
    padding: 0 7%;
  }
}

.kodawari_section .kodawari_section_block.right_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.kodawari_section .kodawari_section_block.right_block .inr {
  padding: 0 5% 0 0;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block.right_block .inr {
    padding: 0 7%;
  }
}

.kodawari_section .kodawari_section_block .img {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block .img {
    width: 100%;
  }
}

.kodawari_section .kodawari_section_block .inr {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block .inr {
    width: 100%;
    padding: 0 20px;
  }
}

.kodawari_section .kodawari_section_block .inr p {
  text-align: justify;
}

.kodawari_section .kodawari_section_block .inr p span {
  font-size: 9rem;
  font-family: Arial,sans-serif;
  color: #fff100;
  line-height: 1;
  font-weight: bold;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block .inr p span {
    font-size: 7rem;
    margin-top: 0;
  }
}

.kodawari_section .kodawari_section_block .inr h3 {
  font-size: 3rem;
  line-height: 1.35;
  font-weight: bold;
  margin: -1.2em 0 0.7em;
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block .inr h3 {
    font-size: 2rem;
    margin-top: -1.5em;
  }
}

@media screen and (max-width: 767px) {
  .kodawari_section .kodawari_section_block .inr .txt p {
    font-size: 1.2rem;
  }
}

.step_section {
  background: #f9f9f4;
  padding-bottom: 90px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .step_section {
    padding: 45px 7%;
  }
}

.step_section .reed {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .step_section .reed {
    margin-bottom: 20px;
    text-align: left;
  }
}

@media screen and (min-width: 1399px) {
  .step_section .step_section_list {
    margin-left: -50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1399px) {
  .step_section .step_section_list {
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.step_section .step_section_list li {
  width: -webkit-calc(25% - 50px);
  width: calc(25% - 50px);
  margin-left: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .step_section .step_section_list li {
    flex: 0 0 80%;
    margin: 0 25px;
  }
}

.step_section .step_section_list li:last-child .img:before {
  display: none;
}

@media screen and (max-width: 1399px) {
  .step_section .step_section_list li {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-bottom: 5%;
  }
}

.step_section .step_section_list li .img {
  position: relative;
}

.step_section .step_section_list li .img:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #fff100;
  border-bottom: 15px solid transparent;
}

.step_section .step_section_list li .img .number {
  font-size: 2rem;
  font-family: Arial,sans-serif;
  color: #131313;
  background: #fff100;
  padding: 15px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: 0;
}

.step_section .step_section_list li dl {
  margin: 5px;
  text-align: center;
}

.step_section .step_section_list li dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.step_section .ico_scroll {
  margin: 0 auto 50px;
  width: 76px;
}

@media screen and (min-width: 1025px) {
  .step_section .ico_scroll {
    display: none;
  }
}

.syurui_section {
  max-width: 1080px;
  margin: auto;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .syurui_section {
    padding: 45px 7%;
  }
}

.syurui_section .syurui_section_inr {
  text-align: center;
}

.syurui_section .syurui_section_inr .img {
  max-width: 480px;
  margin: 0 auto 50px;
}

.syurui_section .syurui_section_inr p {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kisoku_section {
    padding: 45px 7%;
    margin-bottom: 45px;
  }
}

.kisoku_section .important {
  border: 3px solid #e52520;
  padding: 18px 30px;
  text-align: center;
  font-weight: bold;
  max-width: 680px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .kisoku_section .important {
    margin-bottom: 45px;
    padding: 10px;
  }
}

.kisoku_section .important h3 {
  font-size: 3rem;
  color: #e52520;
}

@media screen and (max-width: 767px) {
  .kisoku_section .important h3 {
    font-size: 2rem;
  }
}

.kisoku_section .important p {
  font-size: 1.4rem;
}

.kisoku_section .important p strong {
  font-size: 1.6rem;
  color: #e52520;
}

@media screen and (max-width: 767px) {
  .kisoku_section .important p {
    font-size: 1.2rem;
  }
}

.kisoku_section .bottom90 {
  margin-bottom: 90px;
}

.kisoku_section .reed_block {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .kisoku_section .reed_block {
    font-size: 1.4rem;
    margin: 30px auto;
  }
}

.kisoku_section .kisoku_section_inr .kisoku_row {
  margin-bottom: 20px;
}

.kisoku_section .kisoku_section_inr .kisoku_row table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kisoku_section .kisoku_section_inr .kisoku_row table {
    border-bottom: 2px solid #131313;
  }
}

.kisoku_section .kisoku_section_inr .kisoku_row table th {
  vertical-align: middle;
  background: #fff181;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  border: 2px solid #131313;
  width: 240px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .kisoku_section .kisoku_section_inr .kisoku_row table th {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.kisoku_section .kisoku_section_inr .kisoku_row table th.nagasa {
  background: #e52520;
  color: #FFFFFF;
}

.kisoku_section .kisoku_section_inr .kisoku_row table th.omosa {
  background: #131313;
  color: #FFFFFF;
}

.kisoku_section .kisoku_section_inr .kisoku_row table td {
  padding: 20px;
  vertical-align: top;
  border: 2px solid #131313;
  background: #FFFFFF;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .kisoku_section .kisoku_section_inr .kisoku_row table td {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
}

.kisoku_section .kisoku_section_inr .kisoku_row table td p {
  font-size: 1.3rem;
  margin: 1em 0;
}

.kisoku_section .kisoku_section_inr .kisoku_row table td dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.kisoku_section .kisoku_section_inr .kisoku_row table td dl dd {
  line-height: 1.7;
  font-size: 2rem;
  font-weight: bold;
}

.kisoku_section .kisoku_section_inr .kisoku_row table td dl dd span {
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.kisoku_section .kisoku_section_inr .kisoku_row table td dl dd strong {
  font-size: 2.6rem;
}

.kisoku_section .kisoku_section_inr .kisoku_row table td ul {
  margin-top: 10px;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .kisoku_section .kisoku_section_inr .kisoku_row table td ul {
    font-size: 1.2rem;
  }
}

.kisoku_section .kisoku_section_inr .kisoku_row table td ul li {
  list-style: disc;
  line-height: 1.7;
}

.kisoku_section .kisoku_section_inr .kisoku_row table td ul li strong {
  font-weight: bold;
  color: #e52520;
}

.kisoku_section .kisoku_section_inr .kisoku_row table .img {
  max-width: 360px;
  text-align: center;
}

.kisoku_section .img_delivery {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .kisoku_section .img_delivery {
    padding: 0 4%;
  }
}

.kisoku_section .sample_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 0 90px -60px;
}

@media screen and (max-width: 767px) {
  .kisoku_section .sample_block {
    margin: 0;
  }
}

.kisoku_section .sample_block .sample_block_inr {
  width: -webkit-calc(33.33333% - 60px);
  width: calc(33.33333% - 60px);
  margin-left: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kisoku_section .sample_block .sample_block_inr {
    width: 100%;
    padding: 0 10%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.kisoku_section .sample_block .sample_block_inr h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0 0.3em;
}

@media screen and (max-width: 767px) {
  .kisoku_section .sample_block .sample_block_inr h4 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .kisoku_section .sample_block .sample_block_inr p {
    font-size: 1.2rem;
  }
}

.kisoku_section .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row {
    margin-top: 45px;
  }
}

.kisoku_section .row .img_map {
  width: 60%;
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row .img_map {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.kisoku_section .row .txt_map {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row .txt_map {
    width: 100%;
  }
}

.kisoku_section .row .txt_map h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row .txt_map h4 {
    font-size: 1.4rem;
    text-align: center;
  }
}

.kisoku_section .row .txt_map p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row .txt_map p {
    font-size: 1.5rem;
    text-align: center;
  }
}

.kisoku_section .row .txt_map .area01 {
  background: #e97951;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row .txt_map .area01 {
    font-size: 1.5rem;
    display: block;
    padding: 2px 20px;
    text-align: center;
    margin: 0 20%;
  }
}

.kisoku_section .row .txt_map .area02 {
  background: #d9de58;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .kisoku_section .row .txt_map .area02 {
    font-size: 1.5rem;
    display: block;
    padding: 2px 20px;
    text-align: center;
    margin: 0 20%;
  }
}

.kisoku_section .row .txt_map .hosoku {
  margin-top: 50px;
}

.kisoku_section .hosoku {
  margin-left: 2em;
}

.kisoku_section .hosoku li {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  list-style: disc;
  line-height: 1.7;
}

.kisoku_section .hosoku li a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr {
    padding: 0 7%;
  }
}

.faq_section .faq_section_inr .faq_section_inr_title h3 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
  color: #131313;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr .faq_section_inr_title h3 {
    font-size: 1.6rem;
  }
}

.faq_section .faq_section_inr .faq_section_inr_title h3:after {
  content: " ";
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background: #131313;
  margin: 15px auto;
}

.faq_section .faq_section_inr dl {
  max-width: 980px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl {
    margin-bottom: 15px;
  }
}

.faq_section .faq_section_inr dl .ac_active {
  background-color: #fff100;
}

.faq_section .faq_section_inr dl .ac_active .icon__mark:after {
  display: none;
}

.faq_section .faq_section_inr dl dt {
  position: relative;
  cursor: pointer;
  display: block;
  border: 3px solid #131313;
  font-size: 1.6rem;
  padding: 16px 50px;
  position: relative;
  background: #ffffff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl dt {
    padding: 8px 36px 8px 12px;
    font-size: 1.3rem;
    line-height: 1.4;
    border: 2px solid #131313;
  }
}

.faq_section .faq_section_inr dl dt .icon__mark {
  position: absolute;
  right: 0;
  top: 5px;
  width: 50px;
  height: 50px;
}

.faq_section .faq_section_inr dl dt .icon__mark:after, .faq_section .faq_section_inr dl dt .icon__mark:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 3px solid #131313;
  transform: translateX(-50%);
}

.faq_section .faq_section_inr dl dt .icon__mark:after {
  top: 12px;
  left: 0;
  transform: rotate(90deg);
}

.faq_section .faq_section_inr dl dt .number {
  width: 30px;
  font-size: 3rem;
  color: #131313;
  font-family: Arial,sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl dt .number {
    font-size: 1.8rem;
    width: 30px;
    text-align: center;
  }
}

.faq_section .faq_section_inr dl dt .inr {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl dt .inr {
    padding-left: 10px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.faq_section .faq_section_inr dl dt:hover {
  background-color: #fff100;
}

.faq_section .faq_section_inr dl dd {
  background-color: #fff181;
  margin-top: 18px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl dd {
    padding: 12px 20px;
    font-size: 1.25rem;
    margin-top: 8px;
  }
}

.faq_section .faq_section_inr dl dd .inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.faq_section .faq_section_inr dl dd .inr .number {
  width: 50px;
  font-size: 3.6rem;
  color: #131313;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl dd .inr .number {
    font-size: 1.8rem;
    width: 30px;
    text-align: center;
  }
}

.faq_section .faq_section_inr dl dd .inr .inr {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 40px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .faq_section .faq_section_inr dl dd .inr .inr {
    padding-left: 10px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

.faq_section .faq_section_inr dl dd .inr .inr a {
  text-decoration: underline;
}

.faq_section .acMenu dd {
  display: none;
}


.pochisupa_warp .container{
  padding: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}