@charset "UTF-8";
/* WebFont */
/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Black-subset.woff") format("woff");
}
/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Regular-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Medium-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Bold-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Black-sub.woff") format("woff");
}
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
body {
  font-family: "Noto Sans", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  background-color: #fff;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
  text-align: center;
}

.img_right,
.txt_right {
  text-align: right;
}

/****** Base Layout Setting ********/
#header {
  background: #fff;
}

#contents {
  background: #fff;
}

/****** Header Setting ********/
.header_logo_area {
  margin-right: 100px;
}

.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
  text-decoration: none;
  color: #000;
}

.header_logo_area .header_logo a:hover {
  color: #666;
}

/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* cart area */
#cart_area {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

#cart_area p {
  margin: 0;
}

#cart_area p.cart-trigger {
  position: absolute;
  right: 65px;
}

#cart .inner {
  background: #f3f3f3;
}

/* search area */
#search {
  background: #EBEBEB;
  padding: 16px 8px;
}

#search select {
  width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */
.front_page a:hover img {
  opacity: 0.8;
}

.front_page #contents .row > div {
  padding-bottom: 8px;
}

.front_page #contents .row.no-padding > div {
  padding-bottom: 0;
}

/* Comment Area */
.front_page .comment_area h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 2px;
}

.front_page .comment_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.front_page .comment_area p {
  margin: 10px 0 15px;
}

/* Item List */
.front_page .item_comment {
  color: #444;
}

.front_page .item a {
  padding-bottom: 0;
}

.front_page .item a:hover {
  opacity: 0.8;
}

.front_page .item a:hover img {
  opacity: 1;
}

.front_page #contents_top .item_comment {
  color: #525263;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.front_page .more_link.text-warning {
  font-weight: bold;
  color: #9A947E;
}

/* news_area */
.news_contents {
  padding: 0;
}

#news_area {
  background: #F8F8F8;
}

#news_area .heading01 {
  padding: 8px;
  text-align: center;
  margin: 0;
}

/* txt_bnr */
.txt_bnr_area {
  padding: 0 0 16px;
}

.txt_bnr {
  background: #f8f8f8;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  padding: 16px;
  margin: 12px 0 0;
  text-align: center;
}

.txt_bnr strong {
  color: #DE5D50;
  font-size: 20px;
  font-size: 2rem;
}

.txt_bnr strong strong {
  font-size: 32px;
  font-size: 3.2rem;
}

.item_gallery {
  clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */
#item_detail + row {
  margin-top: -1px;
  background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Arrow */
.slick_prev,
.slick_next {
  font-size: 18px;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

#item_photo_area .slick-slide {
  text-align: center;
}

#item_photo_area .slick-slide img {
  display: inline-block;
}

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* SP */
  .pc_only {
    display: none;
  }

  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    z-index: 95;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2.34vw;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 0.13vw #eee solid;
  }
  #header .container-fluid {
    padding: 0;
  }
  #header .inner {
    max-width: none;
  }
  #header .logo {
    margin: 0;
  }
  #header .logo a {
    display: block;
    width: 45.5vw;
    height: 8.78vw;
    overflow: hidden;
    background: url(../img/common/logo.svg) no-repeat left center/contain;
    text-indent: -200vw;
  }
  #header #global_navi:before {
    content: "";
    display: block;
    width: 9.57vw;
    height: 9.57vw;
    background: #fff;
    border-radius: 50%;
    border: 0.26vw #a0840f solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    z-index: 120;
    position: fixed;
    right: 2.34vw;
    top: 2.14vw;
  }
  #header #global_navi:after {
    content: "";
    display: block;
    width: 4.29vw;
    height: 0.39vw;
    background: #fff;
    border-radius: 0.19vw;
    background: #a0840f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 120;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: fixed;
    right: 4.88vw;
    top: 6.83vw;
  }
  #header #global_navi .navi_inner:before {
    content: "";
    display: block;
    width: 4.29vw;
    height: 0.39vw;
    background: #fff;
    border-radius: 0.19vw;
    background: #a0840f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 120;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    position: fixed;
    right: 4.88vw;
    top: 5.27vw;
  }
  #header #global_navi .navi_inner:after {
    content: "";
    display: block;
    width: 4.29vw;
    height: 0.39vw;
    background: #fff;
    border-radius: 0.19vw;
    background: #a0840f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 120;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    position: fixed;
    right: 4.88vw;
    top: 8.39vw;
  }
  #header #global_navi .navi_contents {
    position: fixed;
    left: 0;
    top: 13.67vw;
    right: 0;
    z-index: 110;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-3.26vw);
            transform: translateY(-3.26vw);
    -webkit-transition: opacity .9s, -webkit-transform .9s;
    transition: opacity .9s, -webkit-transform .9s;
    transition: opacity .9s, transform .9s;
    transition: opacity .9s, transform .9s, -webkit-transform .9s;
    padding: 0;
  }
  #header #global_navi .navi_contents nav {
    padding: 5.2vw;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-size: 1.6rem;
  }
  #header #global_navi .navi_contents nav li {
    border-bottom: 0.13vw #ccc solid;
  }
  #header #global_navi .navi_contents nav li:first-child {
    border-top: 0.13vw #ccc solid;
  }
  #header #global_navi .navi_contents nav li a {
    padding: 3.25vw;
    display: block;
    color: #6a5912;
    height: 20%;
  }

  #footer {
    padding: 0;
    margin-top: 15.62vw;
    background: transparent;
    border-top: 0.13vw #eee solid;
  }
  #footer .footer_logo_area {
    margin: 0;
  }
  #footer .footer_logo_area .copyright {
    margin: 0;
    padding: 2.6vw 0;
    font-size: 1.2rem;
    color: #666;
  }
  #footer .footer_logo_area .copyright small {
    font-size: 100%;
  }

  .menu_open {
    overflow: hidden;
  }
  .menu_open:before {
    pointer-events: auto;
    opacity: 1;
    height: 100%;
  }
  .menu_open #header #global_navi:after {
    opacity: 0;
  }
  .menu_open #header #global_navi .navi_inner:before {
    top: 6.83vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .menu_open #header #global_navi .navi_inner:after {
    top: 6.83vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .menu_open #header #global_navi .navi_contents {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  #contents {
    padding-top: 13.67vw !important;
  }
  #contents.main_only {
    padding-top: 0 !important;
  }

  #page_homepage #contents {
    padding-top: 0 !important;
  }
  #page_homepage #contents > .container-fluid {
    padding: 0;
  }
  #page_homepage #contents > .inner {
    max-width: none;
  }
  #page_homepage #footer {
    margin-top: 0;
  }

  .top_ttl {
    margin: 0 0 6.51vw;
    text-align: center;
    font-size: 2.4rem;
    color: #6a5912;
    font-family: "Noto Serif";
    font-weight: 700;
  }

  .center_text {
    font-size: 1.4rem;
    font-family: "Noto Serif";
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  .center_text strong {
    font-size: 1.8rem;
    color: #a0840f;
    font-weight: 700;
  }

  .col2_box .col {
    margin: 5.2vw 0;
  }
  .col2_box .col:last-child {
    margin-bottom: 0;
  }

  .child_section {
    margin: 7.81vw 0;
  }
  .child_section h1 {
    background: #6a5912;
    padding: 1.95vw;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Noto Serif";
    font-weight: 700;
    color: #fff;
    margin: 0 0 2.6vw;
  }
  .child_section p {
    font-size: 1.4rem;
    font-family: "Noto Serif";
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
  }

  .number_list {
    counter-reset: number_list_counter;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .number_list.mincho {
    font-family: "Noto Serif";
  }
  .number_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .number_list li:before {
    counter-increment: number_list_counter;
    content: counter(number_list_counter) ".";
    margin-right: 0.65vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  #main_visual {
    position: relative;
  }
  #main_visual .mv_catch {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "Noto Serif";
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 0 2.6vw rgba(240, 164, 0, 0.3), 0 0 0.65vw rgba(240, 164, 0, 0.75), 0 0 2.6vw rgba(240, 164, 0, 0.3), 0 0 2.6vw rgba(240, 164, 0, 0.3);
  }
  #main_visual ul {
    margin-bottom: 0;
  }
  #main_visual ul li {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: no-repeat center center / cover;
  }
  #main_visual ul li:nth-child(1) {
    background-image: url(../img/top/mv_01_sp.jpg) !important;
  }
  #main_visual ul li:nth-child(2) {
    background-image: url(../img/top/mv_02_sp.jpg) !important;
  }
  #main_visual ul li:nth-child(3) {
    background-image: url(../img/top/mv_03_sp.jpg) !important;
  }
  #main_visual ul li img {
    opacity: 0;
    pointer-events: none;
  }

  .think_section {
    background: url(../img/top/think_bg.jpg) no-repeat center center/cover;
    padding: 17.57vw 0;
  }
  .think_section h1 {
    margin: 0 0 6.51vw;
    text-align: center;
    font-size: 2.4rem;
    color: #6a5912;
    font-family: "Noto Serif";
    font-weight: 700;
    text-shadow: 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3);
  }
  .think_section .think_text {
    padding: 0 1.95vw;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2;
    color: #6a5912;
    font-family: "Noto Serif";
    font-weight: 500;
    text-shadow: 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3), 0 0 1.95vw rgba(255, 255, 255, 0.3);
  }
  .think_section .think_text p {
    margin-bottom: 2.5rem;
  }
  .think_section .think_text p:last-child {
    margin-bottom: 0;
  }

  .deco_img {
    position: relative;
    overflow: hidden;
    height: 41.66vw;
  }
  .deco_img img {
    max-width: none;
    width: auto;
    height: inherit;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .about_section {
    padding: 13.02vw 0;
    background: url(../img/top/sep_border.png) repeat-x left bottom;
  }
  .about_section .about_inner {
    padding: 0 1.95vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }

  .wash_section {
    padding: 13.02vw 0;
  }
  .wash_section .wash_secret_box .item {
    background: #fff;
  }
  .wash_section .wash_secret_box .item .item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
    padding: 3.9vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: inherit;
  }
  .wash_section .wash_secret_box .item .secret_ttl {
    padding: 4.55vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0 0 1.95vw;
  }
  .wash_section .wash_secret_box .item .secret_ttl:before {
    content: "";
    width: 13.5vw;
    height: 14.48vw;
    display: block;
    background: url(../img/top/point_ttl_bg_01_g.svg) no-repeat left center/contain;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .wash_section .wash_secret_box .item .secret_ttl:after {
    content: "";
    width: 15.62vw;
    height: 15.29vw;
    display: block;
    background: url(../img/top/point_ttl_bg_02_g.svg) no-repeat left center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .wash_section .wash_secret_box .item .secret_ttl .ttl_inner {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    font-family: "Noto Serif";
    color: #6a5912;
    font-weight: 700;
    line-height: 1;
  }
  .wash_section .wash_secret_box .item .secret_ttl .ttl_inner span {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin-top: 1.3vw;
  }
  .wash_section .wash_secret_box .item:nth-child(odd) {
    background-color: #eee;
  }
  .wash_section .wash_secret_box .item:nth-child(odd) .secret_ttl:before {
    background: url(../img/top/point_ttl_bg_01_w.svg) no-repeat left center/contain;
  }
  .wash_section .wash_secret_box .item:nth-child(odd) .secret_ttl:after {
    background: url(../img/top/point_ttl_bg_02_w.svg) no-repeat left center/contain;
  }
  .wash_section .wash_secret_box .item .secret_content {
    font-size: 1.4rem;
    font-family: "Noto Serif";
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    margin: 0;
  }
  .wash_section .wash_content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1.95vw;
  }
  .wash_section .wash_content .wash_note {
    background: #fffbe8;
    padding: 2.6vw;
    margin-top: 3.9vw;
  }
  .wash_section .wash_content .wash_note h1 {
    font-size: 1.6rem;
    background: transparent;
    padding: 0;
    margin-bottom: 0.78vw;
    color: #6a5912;
    text-align: left;
  }
  .wash_section .wash_content .wash_options {
    margin-top: 3.9vw;
    border: 0.65vw #6a5912 solid;
    background: #fff;
  }
  .wash_section .wash_content .wash_options .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.95vw 0 1.95vw 32.61vw;
    border-bottom: 0.13vw #6a5912 solid;
  }
  .wash_section .wash_content .wash_options .item:last-child {
    border-bottom: none;
  }
  .wash_section .wash_content .wash_options .item.option_01 {
    background: url(../img/top/option_img_01.jpg) no-repeat left bottom/32.61vw auto;
  }
  .wash_section .wash_content .wash_options .item.option_02 {
    background: url(../img/top/option_img_02.jpg) no-repeat left center/32.61vw auto;
  }
  .wash_section .wash_content .wash_options .item h1 {
    padding: 0 1.95vw 1.95vw;
    border-bottom: 0.13vw #ccc solid;
    font-size: 1.4rem;
    font-family: "Noto Serif";
    line-height: 1.4;
    font-weight: 500;
    color: #6a5912;
    margin: 0;
  }
  .wash_section .wash_content .wash_options .item h1 strong {
    display: block;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .wash_section .wash_content .wash_options .item .option_text {
    padding: 1.95vw 1.95vw 0;
  }
  .wash_section .wash_content .wash_options .item .option_text p {
    font-size: 1.4rem;
    font-family: "Noto Serif";
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin: 0;
  }

  .bottom_slider ul {
    margin: 0;
  }

  .product_disp {
    background: url(../img/top/product_bg.jpg) no-repeat center bottom/auto 116.4vw;
    padding: 13.02vw 0;
  }
  .product_disp .product_disp_inner {
    padding: 0 1.95vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .product_disp .product_disp_inner .product_quantity_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_quantity_box_img {
    display: block;
    margin: 0 auto;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner h1 {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    border-bottom: 0.52vw #a0840f solid;
    margin-bottom: 3.9vw;
    padding: 0 2.6vw 5.2vw;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .input-group {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner input[type=hidden] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.6vw;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_price strong {
    display: inline-block;
    font-size: 3.6rem;
    color: #f33;
    margin-right: 1.3vw;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .product_quantity_controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .product_quantity_controller span {
    margin-right: 2.6vw;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .product_quantity_controller input {
    width: 20.83vw;
    text-align: right;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .no_stock {
    display: inline-block;
    padding: 2.6vw;
    background: #eee;
    color: #f33;
    font-size: 2.6rem;
  }
  .product_disp .product_disp_inner .order_input_box {
    pointer-events: none;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner {
    margin-top: 15.62vw;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner input,
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner select {
    pointer-events: none;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner section {
    margin-bottom: 15.62vw;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner section h1 {
    font-size: 2.4rem;
    color: #a0840f;
    margin-bottom: 5.2vw;
  }
  .product_disp .product_disp_inner .order_input_box.open_input {
    pointer-events: auto;
  }
  .product_disp .product_disp_inner .order_input_box.open_input .order_input_box_inner input,
  .product_disp .product_disp_inner .order_input_box.open_input .order_input_box_inner select {
    pointer-events: auto;
  }
  .product_disp .product_disp_inner .order_calc_box {
    margin-bottom: 15.62vw;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner {
    background: rgba(255, 255, 255, 0.35);
    border: 0.13vw #ddd solid;
    padding: 5.2vw;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table {
    width: 100%;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding: 2.6vw 0;
    border-bottom: 0.13vw #eee solid;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr td {
    text-align: right;
    vertical-align: top;
    padding: 2.6vw 0;
    border-bottom: 0.13vw #eee solid;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:first-child th,
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:first-child td {
    padding-top: 0;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:last-child th,
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:last-child td {
    border-bottom: none;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner .order_calc_total_box {
    margin-top: 2.6vw;
    text-align: center;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner .order_calc_total_box strong {
    font-size: 2.8rem;
    color: #f66;
  }

  .hide_input {
    position: absolute;
    opacity: 0;
  }

  .no_input {
    pointer-events: none !important;
  }
  .no_input input,
  .no_input select {
    pointer-events: none !important;
  }

  #top_panel_01 {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background: url(../img/top/bg_01.jpg) no-repeat center center/cover;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top_panel_01 .panel_inner {
    font-family: "Noto Serif";
    padding-bottom: 41.01vw;
    background: url(../img/top/panel1_img_01.png) no-repeat center bottom/auto 39.71vw;
    min-width: 53.77vw;
  }
  #top_panel_01 .panel_inner p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #6a5912;
    line-height: 1;
    text-shadow: 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 1.56vw rgba(255, 255, 255, 0.8), 0 0 1.56vw rgba(255, 255, 255, 0.8);
  }
  #top_panel_01 .panel_inner h1 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    color: #6a5912;
    line-height: 1.4;
    text-shadow: 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 0.26vw white, 0 0 1.95vw rgba(255, 183, 0, 0.2), 0 0 1.95vw rgba(255, 183, 0, 0.2), 0 0 1.95vw rgba(255, 183, 0, 0.2);
    background: url(../img/top/ribbon_01.png) no-repeat center bottom/auto 3.51vw;
    padding: 0 1.95vw 4.16vw;
  }
  #top_panel_01 .panel_inner h1 strong {
    font-size: 3.4rem;
    display: block;
  }

  #top_panel_02 {
    width: 100%;
    background: url(../img/top/bg_02.jpg) no-repeat center bottom/200vw auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 16.27vw 2.6vw 65.1vw;
  }
  #top_panel_02 section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 13.02vw;
  }
  #top_panel_02 section:last-child {
    margin-bottom: 0;
  }
  #top_panel_02 section .panel_inner {
    font-family: "Noto Serif";
  }
  #top_panel_02 section .panel_inner h1 {
    margin: 0;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    color: #6a5912;
    line-height: 1.4;
    text-shadow: 0.26vw 0vw #fff, 0.22vw 0.12vw #fff, 0.14vw 0.21vw #fff, 0.01vw 0.25vw #fff, -0.11vw 0.23vw #fff, -0.21vw 0.15vw #fff, -0.26vw 0.03vw #fff, -0.25vw -0.1vw #fff, -0.18vw -0.2vw #fff, -0.06vw -0.26vw #fff, 0.07vw -0.25vw #fff, 0.18vw -0.19vw #fff, 0.25vw -0.08vw #fff;
    background: url(../img/top/ribbon_02.png) no-repeat center bottom/auto 2.14vw;
    padding: 0 1.95vw 6.64vw;
    margin-bottom: 5.2vw;
  }
  #top_panel_02 section .panel_inner p {
    font-size: 1.6rem;
    text-align: center;
    color: #a0840f;
    line-height: 2.33;
    text-shadow: 0.26vw 0vw #fff, 0.22vw 0.12vw #fff, 0.14vw 0.21vw #fff, 0.01vw 0.25vw #fff, -0.11vw 0.23vw #fff, -0.21vw 0.15vw #fff, -0.26vw 0.03vw #fff, -0.25vw -0.1vw #fff, -0.18vw -0.2vw #fff, -0.06vw -0.26vw #fff, 0.07vw -0.25vw #fff, 0.18vw -0.19vw #fff, 0.25vw -0.08vw #fff;
  }
  #top_panel_02 section .panel_inner ul {
    list-style: none;
    font-size: 1.6rem;
    color: #a0840f;
    line-height: 1.4;
    text-shadow: 0.26vw 0vw #fff, 0.22vw 0.12vw #fff, 0.14vw 0.21vw #fff, 0.01vw 0.25vw #fff, -0.11vw 0.23vw #fff, -0.21vw 0.15vw #fff, -0.26vw 0.03vw #fff, -0.25vw -0.1vw #fff, -0.18vw -0.2vw #fff, -0.06vw -0.26vw #fff, 0.07vw -0.25vw #fff, 0.18vw -0.19vw #fff, 0.25vw -0.08vw #fff;
  }
  #top_panel_02 section .panel_inner ul li {
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top_panel_02 section .panel_inner ul li:before {
    content: "";
    width: 1.95vw;
    height: 1.95vw;
    border: 0.26vw #a0840f solid;
    display: block;
    -webkit-transform: rotate(45deg) translate(1.04vw, 1.04vw);
            transform: rotate(45deg) translate(1.04vw, 1.04vw);
    margin-right: 1.3vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #top_panel_02 section .panel_inner ul li:last-child {
    margin-bottom: 0;
  }

  .buy_now {
    border-top: 3.9vw #a30909 solid;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: url(../img/top/buy_bg.png) no-repeat top center/auto 14.97vw;
    min-height: 14.97vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    font-family: "Noto Serif";
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .buy_now .buy_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-3.26vw);
            transform: translateY(-3.26vw);
  }
  .buy_now .buy_inner:before {
    content: "▼▼▼";
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .5rem;
    margin-right: 1.95vw;
  }
  .buy_now .buy_inner:after {
    content: "▼▼▼";
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .5rem;
    margin-left: 1.95vw;
  }

  .pr_item_select {
    padding: 10.41vw 2.6vw 0;
  }

  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
}
@media only screen and (min-width: 768px) {
  /* PC */
  .sp_only {
    display: none;
  }

  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    z-index: 95;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px #eee solid;
  }
  #header .container-fluid {
    padding: 0;
  }
  #header .inner {
    max-width: none;
  }
  #header .logo {
    margin: 0;
  }
  #header .logo a {
    display: block;
    width: 233px;
    height: 45px;
    overflow: hidden;
    background: url(../img/common/logo.svg) no-repeat left center/contain;
    text-indent: -200vw;
  }
  #header #global_navi:before {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    background: #fff;
    border-radius: 50%;
    border: 2px #a0840f solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    z-index: 120;
    position: fixed;
    right: 12px;
    top: 11px;
  }
  #header #global_navi:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    background: #a0840f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 120;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: fixed;
    right: 25px;
    top: calc(35px);
  }
  #header #global_navi .navi_inner:before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    background: #a0840f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 120;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    position: fixed;
    right: 25px;
    top: calc(35px - 7px);
  }
  #header #global_navi .navi_inner:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    background: #a0840f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 120;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    position: fixed;
    right: 25px;
    top: calc(35px + 7px);
  }
  #header #global_navi .navi_contents {
    position: fixed;
    left: 0;
    top: 70px;
    right: 0;
    z-index: 110;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    -webkit-transition: opacity .9s, -webkit-transform .9s;
    transition: opacity .9s, -webkit-transform .9s;
    transition: opacity .9s, transform .9s;
    transition: opacity .9s, transform .9s, -webkit-transform .9s;
    padding: 40px 0 0;
  }
  #header #global_navi .navi_contents nav {
    width: 550px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-size: 1.6rem;
  }
  #header #global_navi .navi_contents nav li {
    border-bottom: 1px #ccc solid;
  }
  #header #global_navi .navi_contents nav li:first-child {
    border-top: 1px #ccc solid;
  }
  #header #global_navi .navi_contents nav li a {
    padding: 20px;
    display: block;
    color: #6a5912;
    height: 20%;
  }

  #footer {
    padding: 0;
    margin-top: 80px;
    background: transparent;
    border-top: 1px #eee solid;
  }
  #footer .footer_logo_area {
    margin: 0;
  }
  #footer .footer_logo_area .copyright {
    margin: 0;
    padding: 12px 0;
    font-size: 1.2rem;
    color: #666;
  }
  #footer .footer_logo_area .copyright small {
    font-size: 100%;
  }

  .top_ttl {
    margin: 0 0 50px;
    text-align: center;
    font-size: 2.8rem;
    color: #6a5912;
    font-family: "Noto Serif";
    font-weight: 700;
  }

  .center_text {
    font-size: 1.6rem;
    font-family: "Noto Serif";
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  .center_text strong {
    font-size: 2rem;
    color: #a0840f;
    font-weight: 700;
  }

  .col2_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col2_box .col {
    width: 549px;
  }

  .child_section {
    margin: 50px 0;
  }
  .child_section h1 {
    background: #6a5912;
    padding: 10px;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Noto Serif";
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
  }
  .child_section p {
    font-size: 1.4rem;
    font-family: "Noto Serif";
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
  }

  .number_list {
    counter-reset: number_list_counter;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .number_list.mincho {
    font-family: "Noto Serif";
  }
  .number_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .number_list li:before {
    counter-increment: number_list_counter;
    content: counter(number_list_counter) ".";
    margin-right: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  #main_visual {
    position: relative;
  }
  #main_visual .mv_catch {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "Noto Serif";
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 20px rgba(240, 164, 0, 0.3), 0 0 5px rgba(240, 164, 0, 0.75), 0 0 20px rgba(240, 164, 0, 0.3), 0 0 20px rgba(240, 164, 0, 0.3);
  }
  #main_visual ul {
    margin-bottom: 0;
  }
  #main_visual ul li {
    width: 100%;
    height: 100vh;
    background: no-repeat center center / cover;
  }
  #main_visual ul li img {
    opacity: 0;
    pointer-events: none;
  }

  .think_section {
    background: url(../img/top/think_bg.jpg) no-repeat center center/cover;
    min-width: 1150px;
    padding: 135px 0;
  }
  .think_section h1 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 2.8rem;
    color: #6a5912;
    font-family: "Noto Serif";
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3);
  }
  .think_section .think_text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2;
    color: #6a5912;
    font-family: "Noto Serif";
    font-weight: 500;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.3);
  }
  .think_section .think_text p {
    margin-bottom: 2.5rem;
  }
  .think_section .think_text p:last-child {
    margin-bottom: 0;
  }

  .deco_img img {
    max-width: 100%;
    width: 100%;
  }

  .about_section {
    padding: 115px 0;
    background: url(../img/top/sep_border.png) repeat-x left bottom;
  }
  .about_section .about_inner {
    width: 1150px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }

  .wash_section {
    padding: 115px 0;
  }
  .wash_section .wash_secret_box .item {
    background: #fff;
    min-height: 237px;
  }
  .wash_section .wash_secret_box .item .item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    width: calc(1150px - 16px * 2);
    margin: 0 auto;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: inherit;
  }
  .wash_section .wash_secret_box .item .secret_ttl {
    width: 341px;
    height: 135px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .wash_section .wash_secret_box .item .secret_ttl:before {
    content: "";
    width: 83px;
    height: 89px;
    display: block;
    background: url(../img/top/point_ttl_bg_01_g.svg) no-repeat left center/contain;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .wash_section .wash_secret_box .item .secret_ttl:after {
    content: "";
    width: 96px;
    height: 94px;
    display: block;
    background: url(../img/top/point_ttl_bg_02_g.svg) no-repeat left center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .wash_section .wash_secret_box .item .secret_ttl .ttl_inner {
    position: relative;
    z-index: 1;
    font-size: 2.8rem;
    font-family: "Noto Serif";
    color: #6a5912;
    font-weight: 700;
    line-height: 1;
  }
  .wash_section .wash_secret_box .item .secret_ttl .ttl_inner span {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .wash_section .wash_secret_box .item:nth-child(odd) {
    background-color: #eee;
  }
  .wash_section .wash_secret_box .item:nth-child(odd) .secret_ttl:before {
    background: url(../img/top/point_ttl_bg_01_w.svg) no-repeat left center/contain;
  }
  .wash_section .wash_secret_box .item:nth-child(odd) .secret_ttl:after {
    background: url(../img/top/point_ttl_bg_02_w.svg) no-repeat left center/contain;
  }
  .wash_section .wash_secret_box .item .secret_content {
    font-size: 1.6rem;
    font-family: "Noto Serif";
    font-weight: 400;
    line-height: 1.8;
    color: #000;
  }
  .wash_section .wash_secret_box .item:nth-child(1) .item_inner {
    background: url(../img/top/point_bg_01_w.svg) no-repeat right bottom -16px/auto 237px;
  }
  .wash_section .wash_secret_box .item:nth-child(2) .item_inner {
    background: url(../img/top/point_bg_02_g.svg) no-repeat right bottom -27px/auto 212px;
  }
  .wash_section .wash_secret_box .item:nth-child(3) .item_inner {
    background: url(../img/top/point_bg_03_w.svg) no-repeat right bottom -24px/auto 205px;
  }
  .wash_section .wash_content {
    width: 1150px;
    margin: 0 auto;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wash_section .wash_content .wash_note {
    background: #fffbe8;
    padding: 15px;
    margin-top: 20px;
  }
  .wash_section .wash_content .wash_note h1 {
    font-size: 1.6rem;
    background: transparent;
    padding: 0;
    margin-bottom: 6px;
    color: #6a5912;
    text-align: left;
  }
  .wash_section .wash_content .wash_options {
    border: 3px #6a5912 solid;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wash_section .wash_content .wash_options .item {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 0 12px 167px;
  }
  .wash_section .wash_content .wash_options .item.option_01 {
    background: url(../img/top/option_img_01.jpg) no-repeat left bottom/167px auto;
  }
  .wash_section .wash_content .wash_options .item.option_02 {
    background: url(../img/top/option_img_02.jpg) no-repeat left center/167px auto;
  }
  .wash_section .wash_content .wash_options .item h1 {
    padding: 0 12px 12px;
    border-bottom: 1px #ccc solid;
    font-size: 1.4rem;
    font-family: "Noto Serif";
    line-height: 1.4;
    font-weight: 500;
    color: #6a5912;
    margin: 0;
  }
  .wash_section .wash_content .wash_options .item h1 strong {
    display: block;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .wash_section .wash_content .wash_options .item .option_text {
    padding: 12px 12px 0;
  }
  .wash_section .wash_content .wash_options .item .option_text p {
    font-size: 1.4rem;
    font-family: "Noto Serif";
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    margin: 0;
  }

  .bottom_slider ul {
    margin: 0;
  }

  .product_disp {
    background: url(../img/top/product_bg.jpg) no-repeat center bottom;
    padding: 115px 0;
  }
  .product_disp .product_disp_inner {
    width: 900px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .product_disp .product_disp_inner .product_quantity_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_quantity_box_img {
    display: block;
    margin: 0 auto;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner h1 {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px #a0840f solid;
    margin-bottom: 15px;
    padding: 0 10px 20px;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .input-group {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner input[type=hidden] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box {
    padding: 10px 10px;
    border-bottom: 1px #ddd solid;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_controll_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_name {
    margin-bottom: 3px;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_price strong {
    display: inline-block;
    font-size: 2.6rem;
    color: #f33;
    margin-right: 5px;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .product_quantity_controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .product_quantity_controller span {
    margin-right: 10px;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .product_quantity_controller input {
    width: 80px;
    text-align: right;
  }
  .product_disp .product_disp_inner .product_quantity_box .product_contorll_box .product_contorll_box_inner .product_quantity_controll_box .product_quantity_box_quantity .no_stock {
    display: inline-block;
    padding: 10px;
    background: #eee;
    color: #f33;
    font-size: 1.6rem;
  }
  .product_disp .product_disp_inner .order_input_box {
    pointer-events: none;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner {
    margin-top: 100px;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner input,
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner select {
    pointer-events: none;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner section {
    margin-bottom: 80px;
  }
  .product_disp .product_disp_inner .order_input_box .order_input_box_inner section h1 {
    font-size: 2rem;
    color: #a0840f;
    margin-bottom: 20px;
  }
  .product_disp .product_disp_inner .order_input_box.open_input {
    pointer-events: auto;
  }
  .product_disp .product_disp_inner .order_input_box.open_input .order_input_box_inner input,
  .product_disp .product_disp_inner .order_input_box.open_input .order_input_box_inner select {
    pointer-events: auto;
  }
  .product_disp .product_disp_inner .order_calc_box {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner {
    background: rgba(255, 255, 255, 0.6);
    border: 1px #fff solid;
    padding: 40px;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table {
    width: 100%;
    min-width: 275px;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr th {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding: 15px 0;
    border-bottom: 1px #eee solid;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr td {
    text-align: right;
    vertical-align: top;
    padding: 15px 0;
    border-bottom: 1px #eee solid;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:first-child th,
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:first-child td {
    padding-top: 0;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:last-child th,
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner table tr:last-child td {
    border-bottom: none;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner .order_calc_total_box {
    margin-top: 10px;
    text-align: center;
  }
  .product_disp .product_disp_inner .order_calc_box .order_calc_box_inner .order_calc_total_box strong {
    font-size: 2.4rem;
    color: #f66;
  }
  .product_disp .product_disp_inner #order-button {
    width: 300px;
    margin: 0 auto;
  }

  .hide_input {
    position: absolute;
    opacity: 0;
  }

  .no_input {
    pointer-events: none !important;
  }
  .no_input input,
  .no_input select {
    pointer-events: none !important;
  }

  .menu_open {
    overflow: hidden;
  }
  .menu_open:before {
    pointer-events: auto;
    opacity: 1;
    height: 100%;
  }
  .menu_open #header #global_navi:after {
    opacity: 0;
  }
  .menu_open #header #global_navi .navi_inner:before {
    top: calc(35px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .menu_open #header #global_navi .navi_inner:after {
    top: calc(35px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .menu_open #header #global_navi .navi_contents {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  #contents {
    padding-top: 70px !important;
  }
  #contents.main_only {
    padding-top: 0 !important;
  }

  #page_homepage #contents {
    padding-top: 0 !important;
    -webkit-transform: none;
            transform: none;
    will-change: auto;
  }
  #page_homepage #contents > .container-fluid {
    padding: 0;
  }
  #page_homepage #contents > .inner {
    max-width: none;
    min-width: 1150px;
  }
  #page_homepage #footer {
    margin-top: 0;
  }

  /* --------- common ---------- */
  #contents {
    padding-top: 30px;
  }

  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header .header_logo_area {
    float: left;
    margin-right: 265px;
  }

  #header #drawer #search {
    position: relative;
  }

  #search {
    background: none;
    padding: 0;
  }

  #member {
    float: right;
  }

  .member ul li {
    display: inline-block;
  }

  /****** Side Setting ********/
  /****** Footer Setting ********/
  /****** Each BlockParts Setting ********/
  /* search area */
  #search select {
    width: auto;
    max-width: 180px;
  }

  /* cart */
  #cart .inner {
    position: absolute;
    right: 0;
    top: 0;
  }

  #cart_area {
    top: 0;
    right: 16px;
  }

  #cart_area p {
    border: 1px solid #D9D9D9;
    float: right;
    min-width: 256px;
  }

  #cart_area p.cart-trigger {
    position: relative;
    right: 0;
  }

  #cart_area .inner {
    min-width: 256px;
  }

  #cart_area .cart_price {
    font-size: 12px;
  }

  #cart_area .cart_price .price {
    font-size: 16px;
  }

  /* --------------------------------
  	Top Page
  -------------------------------- */
  .front_page #contents .row {
    padding-bottom: 24px;
  }

  /* Comment Area */
  .front_page .comment_area h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 8px;
  }

  .front_page .comment_area h5 {
    font-size: 20px;
    font-size: 2rem;
  }

  .front_page .comment_area p {
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0 24px;
  }

  /* news_area */
  .news_contents {
    padding: 0 16px 0 0;
  }

  #news_area .heading01 {
    padding: 16px;
    text-align: left;
  }

  #news_area {
    margin-bottom: 32px;
  }

  /* txt_bnr */
  .txt_bnr_area {
    padding-left: 16px;
  }

  .txt_bnr {
    margin: 0 0 16px;
  }

  /* --------------------------------
  	Detail Page
  -------------------------------- */
  #item_photo_area .slick-dots {
    margin: 0 -16px;
    position: relative;
    bottom: 0;
  }

  #item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both;
  }

  #item_photo_area .slick-dots li {
    width: 33.33333333%;
    height: auto;
    padding: 16px;
    margin: 0;
    float: left;
  }

  .slick-dots li button.thumbnail {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .slick-dots li button.thumbnail:hover img,
  .slick-dots li.slick-active button.thumbnail img {
    opacity: 1;
  }

  .slick-dots li button.thumbnail::before {
    display: none;
  }
}
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.extra-form {
  margin: 10px 0;
}

/*# sourceMappingURL=default.css.map */