@charset "UTF-8";
/*color*/
/*util*/
@-webkit-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes btn_anim {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-moz-keyframes btn_anim {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes btn_anim {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes btn_anim_sp {
  0% {
    transform: translateY(0);
  }
  3.57143% {
    transform: translateY(0);
  }
  7.14286% {
    transform: translateY(0);
  }
  14.28571% {
    transform: translateY(-12vw);
  }
  17.85714% {
    transform: translateY(0);
  }
  21.42857% {
    transform: translateY(-12vw);
  }
  28.57143% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes btn_anim_sp {
  0% {
    transform: translateY(0);
  }
  3.57143% {
    transform: translateY(0);
  }
  7.14286% {
    transform: translateY(0);
  }
  14.28571% {
    transform: translateY(-12vw);
  }
  17.85714% {
    transform: translateY(0);
  }
  21.42857% {
    transform: translateY(-12vw);
  }
  28.57143% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes btn_anim_sp {
  0% {
    transform: translateY(0);
  }
  3.57143% {
    transform: translateY(0);
  }
  7.14286% {
    transform: translateY(0);
  }
  14.28571% {
    transform: translateY(-12vw);
  }
  17.85714% {
    transform: translateY(0);
  }
  21.42857% {
    transform: translateY(-12vw);
  }
  28.57143% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*============================
mixin
============================*/
/*============================
easing
============================*/
/*size*/
/*size*/
@media screen and (min-width: 759px) {
  body .sp {
    display: none !important;
  }
  body #wrapper {
    opacity: 0;
  }
  body #wrapper div.inner {
    text-align: center;
  }
  body #wrapper .modal {
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  body #wrapper .modal .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 640px;
    height: auto;
    background: #ffffff;
    border: solid 2px #b38d3b;
    box-sizing: border-box;
    padding: 42px 0 34px;
  }
  body #wrapper .modal .modal_inner .close {
    position: absolute;
    top: -28px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .close span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal .modal_inner .logo {
    width: 154px;
    margin: auto;
  }
  body #wrapper .modal .modal_inner h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.27625em;
    color: #b38d3b;
    margin-top: 35px;
    text-align: center;
  }
  body #wrapper .modal .modal_inner h2 .ico {
    display: inline-block;
    width: 20px;
    line-height: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area {
    position: relative;
    width: 580px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: solid 2px #e1e1e1;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl {
    font-size: 16px;
    line-height: 2.275em;
    color: #000000;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    margin-left: 8px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl span {
    margin-left: 107px;
    display: inline-block;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 12px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li {
    width: 100%;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    width: 140px;
    font-size: 14px;
    line-height: 2.14286em;
    text-align: center;
    position: absolute;
    top: -42px;
    left: -20px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area {
    position: relative;
    width: 140px;
    height: 34px;
    line-height: 0;
    left: -20px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn {
    border-radius: 10px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 15px;
    line-height: 2.43333em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li:nth-child(2) .txt {
    left: 130px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(4) {
    padding-top: 7px;
    border-top: solid 2px #e1e1e1;
    box-sizing: border-box;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) {
    padding-top: 7px;
    margin-top: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) .ttl span {
    margin-left: 60px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set {
    padding-top: 7px;
    border-top: solid 2px #e1e1e1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set ul {
    width: 140px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .list_wrap {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul {
    width: 500px;
    height: 135px;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a {
    width: 242px;
    display: block;
    border: 1px solid #b38d3b;
    border-radius: 2px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a > img {
    width: 152px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a .ico {
    position: absolute;
    width: 11px;
    line-height: 0;
    top: 45px;
    right: 7px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no {
    border: none;
    background: #eeeeee;
    pointer-events: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no > img {
    opacity: 0.5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no .ico {
    display: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a:hover > img {
    opacity: 0.6;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(3), body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(4) {
    margin-top: 12px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .inner_close {
    width: 85px;
    font-weight: bold;
    font-size: 18px;
    line-height: 2.02333em;
    color: #b38d3b;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .inner_close .ico {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .inner_close .ico span {
    width: 100%;
    height: 2px;
    background: #b38d3b;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .inner_close .ico span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal.open {
    opacity: 1;
  }
  body #wrapper #main {
    float: none;
    margin: 0 auto;
  }
  body #wrapper #main section sup {
    font-size: 50%;
    vertical-align: super;
  }
  body #wrapper #main section .btn_area {
    position: relative;
    width: 473px;
    height: 62px;
    line-height: 0;
    margin: 35px auto 0;
  }
  body #wrapper #main section .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper #main section .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper #main section .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper #main section .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper #main section .btn_area .btn a .t {
    position: relative;
    background: #b38c3b;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.86778em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.04em;
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus::before, body #wrapper #main section .btn_area .btn a .t .icon_plus::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus::after {
    transform: rotate(90deg);
  }
  body #wrapper #main section .share_voice {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  body #wrapper #main section .share_voice .txt_ttl {
    font-size: 22px;
    line-height: 1.09545em;
    text-align: center;
  }
  body #wrapper #main section .share_voice .hash_tag {
    position: relative;
    width: 365px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 43px;
  }
  body #wrapper #main section .share_voice .hash_tag li {
    font-size: 18px;
    line-height: 1.33889em;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section .share_voice .hash_tag li span {
    position: relative;
    width: 30px;
    height: 31px;
    font-size: 18px;
    line-height: 1.33889em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
  }
  body #wrapper #main section .share_voice .hash_tag li span::before {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #000000;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body #wrapper #main section .share_voice .hash_tag::before, body #wrapper #main section .share_voice .hash_tag::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #b38d3b;
    position: absolute;
    left: 0;
  }
  body #wrapper #main section .share_voice .hash_tag::before {
    top: 0;
  }
  body #wrapper #main section .share_voice .hash_tag::after {
    bottom: 0;
  }
  body #wrapper #main section .share_voice .btn_wrap {
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area {
    width: 360px;
    height: 60px;
    margin-top: 30px;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a .t {
    font-size: 18px;
    line-height: 1.86778em;
    color: #b38d3b;
    background: #ffffff;
    letter-spacing: 0.04em;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a .arw {
    width: 61px;
    height: 7px;
    right: 19px;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a::before {
    content: "";
    width: 29px;
    height: 24px;
    background: url(../../img/underlayer_cmn/twitter_logo.png) no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 17px;
    left: 100px;
    z-index: 2;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a:hover .arw {
    transform: translateX(10px);
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area:nth-child(2) .btn a::before {
    width: 25px;
    height: 25px;
    background: url(../../img/underlayer_cmn/instagram_logo.png) no-repeat top left;
    background-size: cover;
  }
  body #wrapper #main section .gold_bg {
    background: #edd18d;
    padding-bottom: 20px;
  }
  body #wrapper #main section .gold_bg h2 {
    position: relative;
    overflow: hidden;
    font-size: 38px;
    line-height: 1.095em;
    text-align: center;
    color: #ffffff;
    background: url(../../img/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 40px 0;
  }
  body #wrapper #main section .gold_bg h2::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section .gold_bg h2.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section .gold_bg .wrap {
    width: 735px;
    margin: 30px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section .gold_bg .wrap .img {
    width: 92px;
    margin-right: 20px;
    margin-top: 10px;
  }
  body #wrapper #main section .gold_bg .wrap .txt {
    width: 510px;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
    margin-top: -10px;
  }
  body #wrapper #main section .gold_bg .wrap .txt sup {
    font-size: 75%;
  }
  body #wrapper #main section .gold_bg .wrap .txt span {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
  }
  body #wrapper #main section .gold_bg .note {
    width: 922px;
    margin: 2px auto 0;
    font-size: 12px;
    line-height: 2.66667em;
    text-align: right;
  }
  body #wrapper #main section .gold_bg .note span {
    position: relative;
    top: 3px;
  }
  body #wrapper #main section .golden_repair {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  body #wrapper #main section .golden_repair .ttl {
    font-size: 34px;
    line-height: 0.94118em;
    margin-top: 30px;
    text-align: center;
  }
  body #wrapper #main section .golden_repair .sub_ttl {
    width: 814px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 7px auto 0;
    text-align: right;
  }
  body #wrapper #main section .golden_repair .sub_ttl span {
    position: relative;
    top: 3px;
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  body #wrapper #main section .golden_repair .list_ttl {
    position: relative;
    overflow: hidden;
    width: 1101px;
    font-size: 18px;
    line-height: 1.77778em;
    text-align: center;
    color: #ffffff;
    margin: 1px auto 0;
    padding: 1px 0;
    background: url(../../img/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
  }
  body #wrapper #main section .golden_repair .list_ttl::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section .golden_repair .list_ttl.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section .golden_repair ul {
    width: 656px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section .golden_repair ul li {
    position: relative;
    width: 171px;
    height: 171px;
    background: url(../../img/underlayer_cmn/golden_repair_item_bg.png) no-repeat top right;
    background-size: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
    padding-left: 46px;
    left: -28px;
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section .golden_repair ul li.anim {
    opacity: 1;
  }
  body #wrapper #main section .golden_repair ul li::after {
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -55px;
    left: 0;
    background: url(../../img/underlayer_cmn/golden_repair_item01.png) no-repeat top left;
    background-size: 108px;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(2) {
    left: 0;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(2)::after {
    background: url(../../img/underlayer_cmn/golden_repair_item02.png) no-repeat top left;
    background-size: 108px;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(3) {
    left: 13px;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(3)::after {
    background: url(../../img/underlayer_cmn/golden_repair_item03.png) no-repeat top left;
    background-size: 108px;
  }
  body #wrapper #main section .golden_repair span {
    display: block;
    width: 814px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 54px auto 0;
    text-align: right;
  }
  body #wrapper #main section#fv > picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#about .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  body #wrapper #main section#about .product .product_wrap {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#about .product .product_wrap .img {
    position: relative;
    width: 407px;
    left: -20px;
  }
  body #wrapper #main section#about .product .product_wrap .img .white {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.71429em;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l {
    position: relative;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl {
    width: 419px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl span {
    display: block;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl span.yellow {
    color: #f1daa3;
    font-size: 16px;
    line-height: 2em;
    margin-top: 2px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail {
    position: relative;
    width: 470px;
    height: 119px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li {
    width: 113px;
    height: 113px;
    background: url(../../img/underlayer_cmn/detail_item_bg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    color: #000000;
    margin: 0;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li span {
    font-size: 70%;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li span span {
    position: relative;
    display: inline-block;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(1) {
    left: -5px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(2) {
    left: 100px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(3) {
    right: 150px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(4) {
    right: 45px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .note {
    margin-top: 15px;
  }
  body #wrapper #main section#about .line {
    display: block;
    position: relative;
  }
  body #wrapper #main section#about .about_txt {
    position: relative;
    z-index: 2;
    margin: 40px auto 0;
  }
  body #wrapper #main section#about .about_txt p {
    font-size: 18px;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .about_txt p.bottom {
    margin-top: 50px;
  }
  body #wrapper #main section#about .about_txt p.big {
    margin: 12px auto 0;
    font-size: 24px;
    line-height: 1.2em;
  }
  body #wrapper #main section#about .about_txt .note {
    width: 900px;
    margin: 35px auto 0;
  }
  body #wrapper #main section#about .about_txt .note p {
    font-size: 11px;
    line-height: 1.5em;
    text-align: left;
    color: #c6c6c6;
  }
  body #wrapper #main section#about .about_txt .note p:nth-child(2) {
    margin-top: 30px;
  }
  body #wrapper #main section#about .attention {
    width: 1101px;
    margin: auto;
    margin-top: 135px;
    padding-bottom: 40px;
    border: solid #9b9386 1px;
    box-sizing: border-box;
  }
  body #wrapper #main section#about .attention h2 {
    width: 548px;
    margin: -70px auto 0;
    image-rendering: -webkit-optimize-contrast;
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#about .attention .sub_ttl {
    color: #f1daa3;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    margin-top: 7px;
  }
  body #wrapper #main section#about .attention p {
    margin: 40px auto 0;
    font-size: 15px;
    line-height: 2em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .attention .gold_ttl {
    position: relative;
    width: 900px;
    height: 61px;
    margin: 43px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4b443;
    background: linear-gradient(135deg, #e4b443 0%, #865b00 100%);
    overflow: hidden;
  }
  body #wrapper #main section#about .attention .gold_ttl::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section#about .attention .gold_ttl p {
    font-size: 26px;
    line-height: 1.15385em;
    color: #ffffff;
    text-align: center;
    margin: 0;
  }
  body #wrapper #main section#about .attention .gold_ttl.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section#about .attention .note {
    width: 900px;
    margin: 25px auto 0;
  }
  body #wrapper #main section#about .attention .note p {
    color: #c6c6c6;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 0;
    text-align: left;
  }
  body #wrapper #main section#about .attention .note p span {
    position: relative;
    top: 3px;
  }
  body #wrapper #main section#ion .damage .yellow_bg {
    background-color: #f1daa3;
    padding-top: 37px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .ttl {
    font-size: 22px;
    line-height: 1.45455em;
    text-align: center;
  }
  body #wrapper #main section#ion .damage .yellow_bg .ttl sup {
    font-size: 75%;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap {
    width: 1101px;
    margin: 15px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box {
    width: 660px;
    height: 554px;
    background: #051a2b;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .ttl {
    position: relative;
    font-size: 18px;
    line-height: 1.77778em;
    text-align: center;
    color: #ffffff;
    padding: 2px 0;
    background: #b38d3b;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .img {
    position: relative;
    width: 202px;
    margin: 20px auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .img .bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20%);
    transition: all 1s;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .img .bubble.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .img span {
    display: block;
    font-size: 12px;
    line-height: 2.66667em;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .txt {
    position: relative;
    font-size: 15px;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .txt span {
    padding: 0.5px;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .yellow_txt {
    color: #f1daa3;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    margin-top: 13px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example {
    width: 255px;
    margin: 15px auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .example_ttl {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 2.28571em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::before, body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    background: #7e7e7e;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::before {
    right: 125px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::after {
    left: 200px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .img_wrap {
    width: 232px;
    margin-left: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .img_wrap .img {
    width: 50px;
    margin-top: 6px;
    margin-right: 14px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .img_wrap .txt {
    text-align: left;
    margin-top: 0;
    left: -6px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box .example .img_wrap .txt::after {
    content: none;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) {
    position: relative;
    width: 421px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1).anim::after {
    right: -60px;
    opacity: 1;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1)::after {
    content: "";
    width: 80px;
    height: 230px;
    background: url(../../img/underlayer_cmn/box_arrow.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .ttl {
    background: transparent;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .ttl::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1daa3;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .img {
    width: 302px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .img span {
    margin-top: 3px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .txt::after {
    content: "";
    width: 35%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .example .img_wrap {
    width: 145px;
    margin: auto;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .example .img_wrap .txt {
    left: 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .example .img_wrap .img {
    width: 39px;
    margin-right: 5px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex {
    position: relative;
    margin: 20px auto 0;
    width: 1101px;
    background: #051a2b;
    padding-bottom: 42px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex .ttl {
    padding: 35px 0;
    background: #000000;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex .ttl .sub_ttl {
    font-size: 18px;
    line-height: 1.77778em;
    text-align: center;
    color: #f1daa3;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex .ttl img {
    width: 500px;
    margin: 17px auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex .ttl::after {
    content: none;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex .img {
    width: 897px;
    margin: 40px auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .premiumex span {
    font-size: 12px;
    line-height: 1.6em;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    right: 102px;
  }
  body #wrapper #main section#product_info .white_bg {
    width: 1101px;
    background: #ffffff;
  }
  body #wrapper #main section#product_info .white_bg .img {
    width: 810px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .img li {
    width: 390px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .img li span:nth-child(1) {
    width: 110px;
  }
  body #wrapper #main section#product_info .white_bg .img li span:nth-child(2) {
    width: 160px;
  }
  body #wrapper #main section#product_info .white_bg .img li:nth-child(2) span:nth-child(1) {
    width: 114px;
  }
  body #wrapper #main section#product_info .white_bg .txt {
    width: 810px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .txt li {
    width: 365px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .txt li span {
    width: 119px;
    height: 28px;
    border: solid 1px #7e7e7e;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.6em;
    padding-top: 2px;
  }
  body #wrapper #main section#product_info .white_bg .txt li span:nth-child(1), body #wrapper #main section#product_info .white_bg .txt li span:nth-child(3) {
    width: 119px;
  }
  body #wrapper #main section#product_info .white_bg .txt li span:nth-child(2), body #wrapper #main section#product_info .white_bg .txt li span:nth-child(4) {
    width: 166px;
    margin-left: 60px;
  }
  body #wrapper #main section#product_info .white_bg .txt li:nth-child(2) {
    justify-content: flex-end;
  }
  body #wrapper #main section#product_info .white_bg .more_damage {
    width: 905px;
    margin: 25px auto 0;
  }
  body #wrapper #main section#product_info .white_bg .more_damage .ttl {
    width: 100%;
    margin: auto;
    font-size: 18px;
    line-height: 1.77778em;
    text-align: center;
    color: #b38d3b;
    padding-bottom: 10px;
    border-bottom: 2px solid #b38d3b;
    box-sizing: border-box;
  }
  body #wrapper #main section#product_info .white_bg .more_damage p {
    width: 100%;
    font-size: 15px;
    line-height: 2em;
    margin-top: 15px;
    text-align: left;
  }
  body #wrapper #main section#product_info .white_bg .more_damage p:nth-child(3) {
    margin-top: 0%;
  }
  body #wrapper #main section#product_info .white_bg.set {
    background: #fff4d9;
    background: linear-gradient(to bottom, #fff4d9 0%, #ffffff 50%);
    background: -moz-linear-gradient(top, #fff4d9 0%, white 50%);
    background: -webkit-linear-gradient(to bottom, #fff4d9 0%, white 50%);
    margin: 40px auto 0;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl {
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
  }
  body #wrapper #main section#product_info .white_bg.set .img {
    width: 242px;
    margin-top: 30px;
  }
  body #wrapper #main section#content_footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section#content_footer ul li {
    position: relative;
  }
  body #wrapper #main section#content_footer ul li::before, body #wrapper #main section#content_footer ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#content_footer ul li::before {
    z-index: 2;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1), body #wrapper #main section#content_footer ul li:nth-child(2) {
    width: 50%;
    height: 170px;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1):hover .inner .img::after, body #wrapper #main section#content_footer ul li:nth-child(2):hover .inner .img::after {
    transform: translateY(-50%) translateX(10px);
  }
  body #wrapper #main section#content_footer ul li:nth-child(1) .inner, body #wrapper #main section#content_footer ul li:nth-child(2) .inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1) .inner .txt, body #wrapper #main section#content_footer ul li:nth-child(2) .inner .txt {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3em;
    text-align: left;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1) .inner .txt span, body #wrapper #main section#content_footer ul li:nth-child(2) .inner .txt span {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 16px;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1) .inner .img, body #wrapper #main section#content_footer ul li:nth-child(2) .inner .img {
    position: relative;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1) .inner .img::after, body #wrapper #main section#content_footer ul li:nth-child(2) .inner .img::after {
    content: "";
    width: 14px;
    height: 22px;
    background: url(../../img/underlayer_cmn/arrow_w.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#content_footer ul li.mask::before {
    background: #a06209;
    background: linear-gradient(90deg, #a06209 0%, #ebae51 100%);
  }
  body #wrapper #main section#content_footer ul li.mask::after {
    background: #ebae51;
    background: linear-gradient(90deg, #ebae51 0%, #a06209 100%);
  }
  body #wrapper #main section#content_footer ul li.mask:hover::before {
    opacity: 0;
  }
  body #wrapper #main section#content_footer ul li.basic::before {
    background: #b32123;
    background: linear-gradient(90deg, #b32123 0%, #781413 100%);
  }
  body #wrapper #main section#content_footer ul li.basic::after {
    background: #781413;
    background: linear-gradient(90deg, #781413 0%, #b32123 100%);
  }
  body #wrapper #main section#content_footer ul li.basic:hover::before {
    opacity: 0;
  }
  body #wrapper #main section#content_footer ul li.intensiverepair::before {
    background: #000101;
    background: linear-gradient(90deg, #000101 0%, #004688 100%);
  }
  body #wrapper #main section#content_footer ul li.intensiverepair::after {
    background: #004688;
    background: linear-gradient(90deg, #004688 0%, #000101 100%);
  }
  body #wrapper #main section#content_footer ul li.intensiverepair:hover::before {
    opacity: 0;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) {
    width: 100%;
    background: #f8e4b9;
    background: -moz-radial-gradient(center, ellipse cover, #f8e4b9 0%, #f7d284 41%, #f4b84b 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f8e4b9 0%, #f7d284 41%, #f4b84b 100%);
    background: radial-gradient(ellipse at center, #f8e4b9 0%, #f7d284 41%, #f4b84b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e4b9', endColorstr='#f4b84b',GradientType=1 );
    box-sizing: border-box;
    border: 1px solid #b38d3b;
    padding: 85px 0 37px;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) .inner figure {
    width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) .inner figure span {
    position: absolute;
    opacity: 0.6;
    line-height: 0;
    width: 100%;
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) .inner .btn_area {
    position: relative;
    width: 360px;
    line-height: 0;
    margin: auto;
    margin-top: -33px;
    z-index: 2;
  }
}
@media screen and (min-width: 759px) {
  body #wrapper {
    background: #fff3d8;
  }
  body #wrapper .modal {
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  body #wrapper .modal .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 640px;
    height: 390px;
    background: #ffffff;
    border: solid 2px #b38d3b;
    box-sizing: border-box;
    padding: 42px 0 34px;
  }
  body #wrapper .modal .modal_inner .close {
    position: absolute;
    top: -28px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .close span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal .modal_inner .logo {
    width: 154px;
    margin: auto;
  }
  body #wrapper .modal .modal_inner h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.27625em;
    color: #b38d3b;
    margin-top: 35px;
    text-align: center;
  }
  body #wrapper .modal .modal_inner h2 .ico {
    display: inline-block;
    width: 20px;
    line-height: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .list_wrap {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul {
    width: 500px;
    height: 135px;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a {
    width: 242px;
    display: block;
    border: 1px solid #b38d3b;
    border-radius: 2px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a > img {
    width: 152px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a .ico {
    position: absolute;
    width: 11px;
    line-height: 0;
    top: 45px;
    right: 7px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no {
    border: none;
    background: #eeeeee;
    pointer-events: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no > img {
    opacity: 0.5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no .ico {
    display: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a:hover > img {
    opacity: 0.6;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(3), body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(4) {
    margin-top: 12px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .inner_close {
    width: 85px;
    font-weight: bold;
    font-size: 18px;
    line-height: 2.02333em;
    color: #b38d3b;
    text-align: center;
    margin: 180px auto 0;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .inner_close .ico {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .inner_close .ico span {
    width: 100%;
    height: 2px;
    background: #b38d3b;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .inner_close .ico span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal.open {
    opacity: 1;
  }
  body #wrapper #main section#lineup {
    padding: 70px 0 0 0;
    text-align: center;
  }
  body #wrapper #main section#lineup h1 {
    color: #000000;
    font-size: 38px;
    line-height: 1.28947em;
    font-weight: bold;
  }
  body #wrapper #main section#lineup h2 {
    background: #b38d3b;
    color: white;
    font-size: 28px;
    line-height: 1.26em;
    padding: 25px 0;
    position: relative;
    z-index: 5;
  }
  body #wrapper #main section#lineup h2 span {
    display: block;
    font-size: 16px;
    line-height: 2.205em;
  }
  body #wrapper #main section#lineup .inner {
    width: 100%;
    margin: auto;
    padding: 60px 0 0 0;
  }
  body #wrapper #main section#lineup .inner .inner_wrap {
    width: 900px;
    margin: auto;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#lineup .inner .inner_wrap.clear {
    clear: both;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap {
    width: 50%;
    float: left;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap #oil_c {
    margin-top: 33px;
  }

  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img {
    position: relative;
    width: 320px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .copy {
    font-size: 16px;
    line-height: 2.205em;
    margin: 0 0 15px 0;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img h3 {
    font-size: 26px;
    line-height: 1.3em;
    font-weight: bold;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap #oil_c h3 span {
    font-size: 0.6em;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img > figure .img {
    line-height: 0;
    width: 188px;
    margin: 30px auto 0;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img#mask_c > figure .img {
    margin-top: 75px;
    margin-bottom: 45px;
  }

  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap #oil_c > figure .img {
    margin-top: 62px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area {
    width: 100%;
    height: 60px;
    margin: 30px 0 0 0;
    cursor: pointer;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area .btn .icon_plus {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area .btn .icon_plus::before, body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area .btn .icon_plus::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #b59141;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area .btn .icon_plus::after {
    transform: rotate(90deg);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img .btn_area.active .btn .icon_plus::after {
    transform: rotate(0deg);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img::after {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    top: -22px;
    left: -12px;
    border: 0px solid #b38d3b;
    box-sizing: border-box;
    transition: 0.25s linear;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .txt_img.active::after {
    border: 2px solid #b38d3b;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap {
    width: 250%;
    position: relative;
    padding: 50px 0 0 0;
    transform: translateX(-10%);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_moist {
    margin-bottom: 50px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_volume {
    margin-bottom: 50px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list {
    overflow: hidden;
    height: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents {
    padding: 42px 0 50px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .ttl {
    font-size: 24px;
    line-height: 1.51667em;
    color: #ffffff;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .txt {
    font-size: 14px;
    line-height: 1.6em;
    color: #ffffff;
    margin: 20px 0 0 0;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list {
    width: 900px;
    margin: 30px auto 0;
    padding: 50px 0 40px 0;
    background: #ffffff;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap {
    position: relative;
    width: 490px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap > .ttl {
    position: absolute;
    top: 0;
    left: -120px;
    font-size: 18px;
    line-height: 2.02222em;
    color: #b38d3b;
    writing-mode: vertical-rl;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap > .ttl::after {
    content: "";
    width: 1px;
    height: 100px;
    background: #b38d3b;
    position: absolute;
    bottom: -135px;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 288px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 116px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 131px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap .img:nth-child(3) {
    width: 181px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area {
    position: relative;
    width: 100%;
    margin: 33px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    border-top: solid 2px #e1e1e1;
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area .ttl {
    font-size: 16px;
    line-height: 2.275em;
    color: #000000;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    margin-left: 8px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area .ttl span {
    margin-left: 138px;
    display: inline-block;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 12px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area {
    position: relative;
    width: 140px;
    height: 34px;
    line-height: 0;
    left: -20px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn {
    border-radius: 10px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 15px;
    line-height: 2.43333em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(4) {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_intensiverepair .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(4) {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: none;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(4) .ttl span {
    margin-left: 107px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) {
    margin-top: 0;
    padding-bottom: 5px;
    /* border-bottom: solid 2px #e1e1e1; */
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) .ttl span {
    margin-left: 107px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area.one {
    padding-bottom: 5px;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap:nth-child(2), body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap:nth-child(3) {
    margin-top: 50px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area {
    position: relative;
    width: 470px;
    height: 60px;
    line-height: 0;
    margin: 30px auto 0;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn:hover .arw {
    transform: translateY(-50%) translateX(10px);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .t {
    position: relative;
    font-size: 18px;
    line-height: 1.57667em;
    font-weight: bold;
    letter-spacing: 0.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .arw {
    height: 20px;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#intensiverepair_accordion {
    background: #051a2b;
    margin-bottom: 50px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#mask_accordion {
    background: #252525;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#mask_accordion .list .list_item > .product_wrap .img_wrap .img {
    width: 170px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#mask_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 170px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion {
    background: #95000c;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img {
    width: 116px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 131px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(3) {
    width: 151px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(4) {
    width: 181px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5), body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) {
    border-top: none;
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) .ttl span, body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) .ttl span {
    margin-left: 107px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap {
    width: 89px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion {
    background: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img {
    width: 116px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 131px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(3) {
    width: 151px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(4) {
    width: 181px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5), body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) {
    border-top: none;
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) .ttl span, body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) .ttl span {
    margin-left: 107px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap {
    width: 89px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#heyashan_accordion {
    background: #d5eddd;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents > .ttl, body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents > .txt {
    color: #9c5608;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 366.6px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#water_accordion {
    background: #f6e0c5;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents > .ttl, body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents > .txt {
    color: #9c5608;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 293px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 104px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 139px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#oil_accordion {
    background: #940f3a;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#oil_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 453px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#oil_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#oil_accordion::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 23%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 0px 12px;
    border-color: transparent transparent #940f3a transparent;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#milk_accordion {
    background: #b30f29;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#milk_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 373.8px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap .accordion_list#milk_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_intensiverepair::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 69%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #051a2b transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_intensiverepair.active {
    margin-bottom: 30px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_intensiverepair.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_mask::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 29%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #252525 transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_mask.active {
    margin-bottom: 50px;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_mask.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_moist::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 69%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #95000c transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_moist.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_volume::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 29%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #b38d3b transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_volume.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_heyashan::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 69%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #d5eddd transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_heyashan.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_water::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 69%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #f6e0c5 transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_water.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_oil::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 29%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #940f3a transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_oil.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_milk::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 29%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #b30f29 transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap .accordion_wrap#accordion_wrap_milk.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap:nth-child(2) {
    float: right;
  }
  body #wrapper #main section#lineup .inner .inner_wrap > .product_wrap:nth-child(2) .accordion_wrap {
    transform: translateX(-50%);
  }
  body #wrapper #main section#lineup .inner .example {
    width: 900px;
    margin: 40px auto 0;
    float: left;
    clear: both;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#lineup .inner .example table {
    width: 100%;
    background: #ffffff;
  }
  body #wrapper #main section#lineup .inner .example tr.txt {
    padding: 15px 0;
  }
  body #wrapper #main section#lineup .inner .example tr.s td {
    letter-spacing: -0.06em;
  }
  body #wrapper #main section#lineup .inner .example th, body #wrapper #main section#lineup .inner .example td {
    padding: 5px;
    border: 1px solid #b38d3b;
  }
  body #wrapper #main section#lineup .inner .example td {
    width: 25%;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .example td > figure {
    padding: 30px 0;
  }
  body #wrapper #main section#lineup .inner .example td > figure .img {
    height: 139px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  body #wrapper #main section#lineup .inner .example td > figure figcaption {
    width: 100%;
    margin: 30px 0 0 0;
  }
  body #wrapper #main section#lineup .inner .example td.intensiverepair figure .img {
    width: 116px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example td.mask figure .img {
    width: 98px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example td.moist figure .img {
    width: 118px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example td.volume figure .img {
    width: 115px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example th {
    width: 50%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
  }
  body #wrapper #main section#lineup .inner .example th.premium {
    background: #000000;
  }
  body #wrapper #main section#lineup .inner .example th.basic {
    background: #95000c;
  }
  body #wrapper #main section#lineup .inner .step {
    width: 900px;
    margin: auto;
    padding-top: 74px;
    padding-bottom: 120px;
    float: left;
    clear: both;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#lineup .inner .step .ttl {
    width: 100%;
    font-size: 26px;
    line-height: 1.35692em;
    text-align: center;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap {
    width: 100%;
    height: 339px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.ex {
    margin-top: 150px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .ttl {
    position: relative;
    width: 100%;
    height: 26px;
    font-size: 16px;
    line-height: 2.25em;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .ttl p {
    position: relative;
    z-index: 2;
    margin-left: 10px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .ttl span {
    display: table;
    width: 210px;
    height: 100%;
    background: #051a2b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care {
    position: relative;
    width: 581px;
    height: 100%;
    border: solid #a67734 1px;
    padding-bottom: 30px;
    border-radius: 5px;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care .ttl {
    width: 100%;
    height: 45px;
    font-size: 18px;
    line-height: 1.575em;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #a67734;
    box-sizing: border-box;
    font-weight: bold;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care ul {
    width: 376px;
    margin: 25px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care ul li {
    width: 130px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care ul li .img {
    width: 85px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care ul li:nth-child(2) {
    position: relative;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .day_care ul li:nth-child(2)::before {
    content: "";
    width: 14px;
    height: 24px;
    background: url(../../img/underlayer_cmn/arrow_b.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care {
    position: relative;
    width: 270px;
    height: 100%;
    background: #ffffff;
    border: solid 1px #a67734;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.5s;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care .ttl {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #a67734;
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care .ttl p {
    font-size: 16px;
    line-height: 1.5625em;
    color: #000000;
    font-weight: bold;
    margin: 0;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care .ttl img {
    position: relative;
    top: 2px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care ul {
    width: 131px;
    margin: 35px auto 0;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care ul span {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care ul li {
    width: 100%;
    margin: 35px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care ul li .img {
    width: 114px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap .week_care::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto;
    content: "and";
    width: 76px;
    height: 76px;
    font-size: 20px;
    line-height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic {
    margin-top: 30px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .ttl span {
    width: 167px;
    background: #9f0a15;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul {
    width: 557px;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li {
    position: relative;
    width: 162px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li .img {
    width: 144px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li:nth-child(2) .img {
    width: 147px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li:nth-child(2)::before {
    background: url(../../img/underlayer_cmn/arrow_r.png) no-repeat top left;
    background-size: contain;
    left: -20px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li:nth-child(3) {
    border: solid 2px #fce4b7;
    padding-bottom: 12px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li:nth-child(3) .img {
    width: 114px;
    margin-top: 15px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .day_care ul li:nth-child(3)::before {
    content: "";
    width: 14px;
    height: 24px;
    background: url(../../img/underlayer_cmn/arrow_r.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .week_care::before {
    content: "or";
    width: 76px;
    height: 76px;
    font-size: 20px;
    line-height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
    left: -60px;
  }
  body #wrapper #main section#lineup .inner .step .care_wrap.basic .week_care::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -270px;
    z-index: -1;
    width: calc(766px / 2);
    height: calc(736px / 2);
    background: url(../../img/underlayer_cmn/pacshot_flwr.png) 0 0 no-repeat;
    background-size: 100%;
  }

  body #wrapper #main section#lineup .inner .step .care_and {
    width: 1100px;
    margin: 80px auto 0;
    /* opacity: 0; */
    /* transform: translateY(-10%); */
    /* transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1); */
    /* transition-delay: 2s; */
  }

  body #wrapper #main section#lineup .inner .step .care_and ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 581px;
    height: 180px;
    display: flex;
    border: solid 1px #a67734;
    box-sizing: border-box;
    border-radius: 5px;
    /* opacity: 0; */
    /* transform: translateY(-10%); */
    /* transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1); */
    /* transition-delay: 2s; */
    background-color: #fff;
    position: relative;
  }
  body #wrapper #main section#lineup .inner .step .care_and ul::before {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "and";
    width: 76px;
    height: 76px;
    font-size: 20px;
    line-height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup .inner .step .care_and ul li:nth-child(1) {
    width: 100%;
    transform: translateX(-30px);
  }

  body #wrapper #main section#lineup .inner .step .care_and ul li:nth-child(2) {
    position: absolute;
    top: -30px;
    right: 130px;
  }
  body #wrapper #main section#lineup .inner .step .care_and ul li .txt {
    font-size: 16px;
    line-height: 2em;
    color: #000;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .step .care_and ul li .img {
    width: calc(156px / 2);
  }
  body #wrapper #main section#lineup .inner .step .care_and ul li span {
    display: block;
    width: 100%;
    margin-left: -30px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
  }

  body #wrapper #main section#lineup #daily {
    margin-top: 40px;
  }
  body #wrapper #main section#lineup #daily .inner .product_wrap .txt_img > figure .img {
    height: 225px;
    display: flex;
    align-items: flex-end;
  }
  body #wrapper #main section#lineup #basic {
    background: #fff3d8;
    background: -moz-linear-gradient(top, #fff3d8 0%, white 50%);
    background: -webkit-linear-gradient(top, #fff3d8 0%, white 50%);
    background: linear-gradient(to bottom, #fff3d8 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff3d8",endColorstr="#ffffff",GradientType=1);
  }
  body #wrapper #main section#lineup #outbuss .inner {
    padding: 66px 0 53px 0;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap > .product_wrap:nth-child(1) .txt_img > figure .img {
    margin-top: 65px;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap:nth-child(2) > .product_wrap:nth-child(1) .txt_img {
    width: 340px;
    margin-top: 40px;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap:nth-child(2) > .product_wrap:nth-child(1) .txt_img > figure .img {
    margin-top: 70px;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap:nth-child(2) > .product_wrap:nth-child(1) .txt_img .btn_area {
    width: 300px;
    margin: 30px auto 0;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap:nth-child(2) > .product_wrap:nth-child(1) .txt_img::after {
    left: -16px;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap:nth-child(2) > .product_wrap:nth-child(2) .txt_img {
    margin-top: 40px;
  }
  body #wrapper #main section#lineup #outbuss .inner .inner_wrap:nth-child(2) > .product_wrap:nth-child(2) .txt_img > figure .img {
    margin-top: 70px;
  }
  body #wrapper #main section#lineup #outbuss .inner .product_wrap .txt_img > figure .img {
    width: 100%;
    height: 224px;
    display: flex;
    align-items: flex-end;
  }
  #bnr{
    background: #000;
    padding: 0px 0 50px;
    border-bottom: 1px solid #b38d3b;
  }
  #bnr .bnr-box{
    background: #fff;
    width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  #bnr a{
    display: block;
    transition: 0.4s;
  }
  #bnr a:hover{
    opacity: 0.8;
  }
  
}
/*size*/
@media screen and (max-width: 758px) {
  body {
    /*
    background: url(../../img/products/_guide_sp.jpg) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    //background-position-y: -80px;
    //background-position-y: -667px;
    background-position-y: 3px;
    #wrapper{
    	opacity: 0.6 !important;
    }
    #header{
    	@include opacity(0.6);
    	position: absolute;
    }
    .footer-nav, .footer-nav .inner {
    	background: none;
    }*/
  }
  body #wrapper {
    background: #fff3d8;
    opacity: 0;
  }
  body #wrapper div.inner {
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body #wrapper .modal {
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  body #wrapper .modal .modal_inner {
    width: 89.73333vw;
    height: 130vw;
    background: #ffffff;
    border: solid 2px #b38d3b;
    box-sizing: border-box;
    padding: 10.13333vw 0 5.46667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    z-index: 2;
  }
  body #wrapper .modal .modal_inner.out {
    height: 130vw;
  }
  body #wrapper .modal .modal_inner.out .inner_close {
    margin-top: 85vw;
  }
  body #wrapper .modal .modal_inner .close {
    position: absolute;
    top: -28px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
    z-index: 2;
  }
  body #wrapper .modal .modal_inner .close span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal .modal_inner .logo {
    width: 27.86667vw;
    margin: auto;
  }
  body #wrapper .modal .modal_inner h2 {
    font-weight: bold;
    font-size: 3.69733vw;
    line-height: 1.92319em;
    color: #b38d3b;
    margin-top: 8vw;
    text-align: center;
  }
  body #wrapper .modal .modal_inner h2 .ico {
    display: inline-block;
    width: 4.4vw;
    line-height: 0;
    margin: 0 1.33333vw 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .list_wrap {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 32vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul {
    width: 78.66667vw;
    margin: auto;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li p {
    font-weight: bold;
    font-size: 3.73333vw;
    line-height: 1.23643em;
    width: 100%;
    text-align: center;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a {
    width: 100%;
    display: block;
    border: 1px solid #b38d3b;
    border-radius: 2px;
    height: 16vw;
    box-sizing: border-box;
    position: relative;
    margin-top: 4vw;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a > img {
    width: 31.73333vw;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a .ico {
    position: absolute;
    width: 2vw;
    line-height: 0;
    top: 2.8vw;
    right: 1.73333vw;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no {
    border: none;
    background: #eeeeee;
    pointer-events: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no > img {
    opacity: 0.5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no .ico {
    display: none;
  }
  body #wrapper .modal .modal_inner .inner_close {
    width: 21.6vw;
    font-weight: bold;
    font-size: 4.53333vw;
    line-height: 1.67794em;
    color: #b38d3b;
    text-align: center;
    margin: 87vw auto 0;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .inner_close .ico {
    position: relative;
    display: inline-block;
    width: 3.86667vw;
    height: 3.86667vw;
    line-height: 0;
    margin: -0.5vw 1.6vw 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .inner_close .ico span {
    width: 100%;
    height: 2px;
    background: #b38d3b;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .inner_close .ico span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal.open {
    opacity: 1;
  }
  body #wrapper #main {
    float: none;
    margin: 0 auto;
  }
  body #wrapper #main section#lineup {
    padding: 18vw 0 0 0;
    text-align: center;
  }
  body #wrapper #main section#lineup h1 {
    color: #000000;
    line-height: 1em;
    font-size: 52px;
    font-size: 6.93333vw;
    font-weight: bold;
    margin: 0 0 10vw 0;
  }
  body #wrapper #main section#lineup h2 {
    position: relative;
    z-index: 5;
    background: #b38d3b;
    color: white;
    font-size: 38px;
    font-size: 5.06667vw;
    line-height: 0.92842em;
    padding: 3.33333vw 0;
  }
  body #wrapper #main section#lineup h2 span {
    display: block;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.176em;
    margin-bottom: 2.93333vw;
  }
  body #wrapper #main section#lineup .inner {
    padding: 14.66667vw 0 2.8vw 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap {
    margin-top: 9.46666vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap:nth-child(1) {
    margin-top: 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .copy {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1em;
    margin: 0 0 4vw 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap h3 {
    font-size: 60px;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.3;
  }
  body #wrapper #main section#lineup .inner .product_wrap h3 span {
    font-size: 0.6em;
  }

  body #wrapper #main section#lineup .inner .product_wrap figure .img {
    line-height: 0;
    width: 58.66667vw;
    margin: 10.66667vw auto 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .btn_area {
    width: 69.86667vw;
    margin: 8vw auto 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .btn_area .btn .icon_plus {
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  body #wrapper #main section#lineup .inner .product_wrap .btn_area .btn .icon_plus::before, body #wrapper #main section#lineup .inner .product_wrap .btn_area .btn .icon_plus::after {
    content: "";
    width: 3.2vw;
    height: 2px;
    background-color: #c7ab6f;
    position: absolute;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#lineup .inner .product_wrap .btn_area .btn .icon_plus::after {
    transform: rotate(90deg);
  }
  body #wrapper #main section#lineup .inner .product_wrap .btn_area.active .btn .icon_plus::after {
    transform: rotate(0deg);
  }
  body #wrapper #main section#lineup .inner .product_wrap .txt_img {
    position: relative;
  }
  body #wrapper #main section#lineup .inner .product_wrap .txt_img::after {
    content: "";
    width: 88.26667vw;
    height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 0px solid #b38d3b;
    box-sizing: border-box;
    transition: 0.25s linear;
  }
  body #wrapper #main section#lineup .inner .product_wrap .txt_img.active::after {
    border: 2px solid #b38d3b;
  }
  body #wrapper #main section#lineup .inner .product_wrap #heyashan_c figure .img, body #wrapper #main section#lineup .inner .product_wrap #water_c figure .img, body #wrapper #main section#lineup .inner .product_wrap #oil_c figure .img, body #wrapper #main section#lineup .inner .product_wrap #milk_c figure .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap {
    position: relative;
    padding: 15.6vw 0 0 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list {
    overflow: hidden;
    height: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents {
    padding: 11.06667vw 0 10.66667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .ttl {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 0.91em;
    color: #ffffff;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.6em;
    color: #ffffff;
    margin: 5.73333vw 0 0 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list {
    width: 93.6vw;
    margin: 8vw auto 0;
    padding: 20vw 0 8vw 0;
    background: #ffffff;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap {
    position: relative;
    width: 80.26667vw;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap > .ttl {
    position: absolute;
    top: -9.86667vw;
    left: -4.26667vw;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.21333em;
    color: #b38d3b;
    writing-mode: vertical-rl;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap > .ttl::after {
    content: "";
    width: 1px;
    height: 18.66667vw;
    background: #b38d3b;
    position: absolute;
    bottom: -22vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 64.8vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 20.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 21.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .img_wrap .img:nth-child(3) {
    width: 30.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area {
    position: relative;
    width: 100%;
    margin: 6.66667vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.66667vw;
    border-top: solid 2px #e1e1e1;
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area .ttl {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.37143em;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area .ttl span {
    margin-left: 13vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul {
    width: 33.33333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 1vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area {
    position: relative;
    width: 33.33333vw;
    height: 10.66667vw;
    line-height: 0;
    margin-top: 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn {
    z-index: 1;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2vw;
    padding: 1.5px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 1.5vw;
    line-height: 11vw;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn .arw {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 0;
    left: 0;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn {
    border-radius: 2vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area ul li .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2.6em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(4) {
    margin-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(4) .ttl span {
    margin-left: 5.86667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) {
    margin-top: 0;
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) .ttl span {
    margin-left: 5.86667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap .purchase_btn_area.one {
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap:nth-child(2), body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents .list .list_item > .product_wrap:nth-child(3) {
    margin-top: 20vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area {
    position: relative;
    width: 88vw;
    height: 12vw;
    line-height: 0;
    margin: 5.6vw auto 0;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn {
    z-index: 1;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2vw;
    padding: 1.5px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 1.5vw;
    line-height: 11vw;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .arw {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 0;
    left: 0;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .t {
    position: relative;
    font-size: 30.45px;
    font-size: 4.06vw;
    line-height: 1.57668em;
    font-weight: bold;
    letter-spacing: 0.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list .list_contents > .btn_area .btn .arw {
    height: 2vw;
    right: 3.5vw;
    top: -1vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#intensiverepair_accordion {
    background: #051a2b;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#mask_accordion {
    background: #252525;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#mask_accordion .list .list_item > .product_wrap .img_wrap .img {
    width: 29.86667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#mask_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 29.73333vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion {
    background: #95000c;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap {
    width: 67.73333vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img {
    width: 20.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 21.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(3) {
    width: 25vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(4) {
    width: 30.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5), body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) {
    border-top: none;
    margin-top: 0;
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) .ttl span, body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) .ttl span {
    margin-left: 5.86667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap {
    width: 15.46667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#moist_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion {
    background: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap {
    width: 67.73333vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img {
    width: 20.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 21.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(3) {
    width: 25vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .img_wrap .img:nth-child(4) {
    width: 30.5vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5), body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) {
    border-top: none;
    margin-top: 0;
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(5) .ttl span, body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap .purchase_btn_area:nth-child(6) .ttl span {
    margin-left: 5.86667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap {
    width: 15.46667vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#volume_accordion .list .list_item > .product_wrap.treatment_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#heyashan_accordion {
    background: #d5eddd;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents > .ttl, body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents > .txt {
    color: #9c5608;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#heyashan_accordion .list_contents .list .list_item > .product_wrap .purchase_btn_area {
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#water_accordion {
    background: #f6e0c5;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents > .ttl, body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents > .txt {
    color: #9c5608;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 50.53333vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 18vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#water_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img:nth-child(2) {
    width: 24vw;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#oil_accordion {
    background: #940f3a;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#oil_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#oil_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#oil_accordion .list_contents .list .list_item > .product_wrap .purchase_btn_area {
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#milk_accordion {
    background: #b30f29;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#milk_accordion .list_contents .list .list_item > .product_wrap .img_wrap {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#milk_accordion .list_contents .list .list_item > .product_wrap .img_wrap .img {
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap .accordion_list#milk_accordion .list_contents .list .list_item > .product_wrap .purchase_btn_area {
    padding-bottom: 2.66667vw;
    border-bottom: solid 2px #e1e1e1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_intensiverepair::before {
    content: "";
    position: absolute;
    top: 9.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #051a2b transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_intensiverepair.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_mask::before {
    content: "";
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #252525 transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_mask.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_moist::before {
    content: "";
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #95000c transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_moist.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_volume::before {
    content: "";
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #b38d3b transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_volume.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_heyashan::before {
    content: "";
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #d5eddd transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_heyashan.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_water::before {
    content: "";
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #f6e0c5 transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_water.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_oil::before {
    content: "";
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #940f3a transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_oil.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_milk::before {
    content: "";
    position: absolute;
    top: 9vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.93333vw 8vw 4.93333vw;
    border-color: transparent transparent #b30f29 transparent;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.25s;
  }
  body #wrapper #main section#lineup .inner .product_wrap .accordion_wrap#accordion_wrap_milk.active::before {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .example {
    width: 88.26667vw;
    margin: 8vw auto 0;
  }
  body #wrapper #main section#lineup .inner .example table {
    width: 100%;
    background: #ffffff;
  }
  body #wrapper #main section#lineup .inner .example th, body #wrapper #main section#lineup .inner .example td {
    padding: 4.66667vw;
    border: 1px solid #b38d3b;
  }
  body #wrapper #main section#lineup .inner .example td {
    width: 25%;
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.3em;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .example td > figure .img {
    height: 26.66667vw;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  body #wrapper #main section#lineup .inner .example td > figure figcaption {
    width: 100%;
    margin: 6.66667vw 0 0 0;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 0.91429em;
    font-weight: bold;
  }
  body #wrapper #main section#lineup .inner .example td.intensiverepair figure .img {
    width: 22.13333vw;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example td.mask figure .img {
    width: 18.66667vw;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example td.moist figure .img {
    width: 22.53333vw;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example td.volume figure .img {
    width: 22.13333vw;
    margin: auto;
  }
  body #wrapper #main section#lineup .inner .example th {
    width: 50%;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.06667em;
  }
  body #wrapper #main section#lineup .inner .example th.premium {
    background: #000000;
  }
  body #wrapper #main section#lineup .inner .example th.basic {
    background: #95000c;
  }
  body #wrapper #main section#lineup .inner .step {
    padding-top: 13.33333vw;
  }
  body #wrapper #main section#lineup .inner .step .ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.2em;
    text-align: center;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap {
    width: 88.26667vw;
    margin: 8vw auto 0;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap {
    width: 100%;
    margin-top: 6vw;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .ttl {
    position: relative;
    width: 60%;
    height: 8vw;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.73333vw;
    line-height: 1.3em;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .ttl p {
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .ttl span {
    width: 100%;
    height: 100%;
    background: #051a2b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80vw;
    margin: 6.4vw auto 0;
    padding-bottom: 5.4vw;
    border: solid 2px #a67734;
    box-sizing: border-box;
    opacity: 1;
    background: transparent;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care {
    height: 130vw;
  }

  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care .ttl {
    width: 17.33333vw;
    height: 100%;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.3em;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 2px #a67734;
    position: absolute;
    top: 0;
    left: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul {
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul li {
    width: 60vw !important;
    margin: auto;
    display: flex;
    align-items: center;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul li .img {
    width: 11.2vw;
    margin-right: 6vw;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul li .txt {
    margin-left: 3vw;
    font-size: 3.46667vw;
    line-height: 1.23077em;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul li:nth-child(2) {
    position: relative;
    margin-top: 11.46667vw;
    width: 100%;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul li:nth-child(2)::before {
    content: "";
    width: 6vw;
    height: 4.53333vw;
    background: url(../../img/underlayer_cmn/arrow_b.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -8.53333vw;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .day_care ul li.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care {
    position: relative;
    width: 88.26667vw;
    margin: 8vw auto 0;
    background: #ffffff;
    border: solid 2px #a67734;
    box-sizing: border-box;
    opacity: 1;
    transform: translateY(0%);
    background: transparent;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.ex .week_care::before {
    content: "and";
    width: 13.6vw;
    height: 13.6vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.81265em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: -12vw;
    /* right: 0;
    left: 0;
    margin: 0 auto; */
    z-index: 2;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.ex .week_care {
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care .ttl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 2px #a67734;
    border-bottom: solid 2px #a67734;
    color: #000;
    background-color: #fff;
    font-weight: bold;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care ul {
    display: flex;
    justify-content: center;
    gap: 0 6vw;
    padding: 3vw 0;
    background-color: #fff;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care ul span {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6em;
    text-align: center;
    margin-top: 3.5vw;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4vw 0;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care ul li .img {
    width: 15.73333vw;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care ul li .txt {
    
    font-size: 3.46667vw;
    line-height: 1.23077em;
    color: #000000;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap .week_care::before {
    content: "and";
    width: 13.6vw;
    height: 13.6vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.81265em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    bottom: -9vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .ttl span {
    background: #9f0a15;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul {
    top: 50%;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul li {
    position: relative;
    
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul li .img {
    width: 22.53333vw;
    margin: 0;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul li::before {
    content: "";
    width: 6vw;
    height: 4.53333vw;
    background: url(../../img/underlayer_cmn/arrow_r.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -8.53333vw;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul li:nth-child(1)::before {
    content: none;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul li:nth-child(3) {
    margin-top: 10vw;
    border: solid 2px #fce4b7;
    padding: 4vw 0;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care ul li:nth-child(3) .img img {
    width: 17.86667vw;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_wrap.basic .day_care::after {
    content: "or";
    width: 13.6vw;
    height: 13.6vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.81265em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    bottom: -11vw;
    z-index: 1;
    left: 60%;
    transform: translateX(-50%);
  }

  body #wrapper #main section#lineup .inner .step .step_wrap .care_and {
    margin-top: 5vw;
    border: solid 2px #a67734;    
    position: relative;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .ex+.care_and::after {
    content: "and";
    width: 13.6vw;
    height: 13.6vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.81265em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: -11vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_and ul {
    position: relative;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5vw;
    padding: 4vw 2vw;
    background-color: #fff;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_and ul li {
    text-align: center;
    font-size: 4vw;
    color: #000;
  }
  body #wrapper #main section#lineup .inner .step .step_wrap .care_and ul li img {
    width: 14vw;
  }

  body #wrapper #main section#lineup .inner .clear {
    margin-top: 6.13334vw;
  }
  body #wrapper #main section#lineup #basic {
    background: #fff;
    background: -moz-linear-gradient(top, #fff3d8 29%, white 34%);
    background: -webkit-linear-gradient(top, #fff3d8 29%, white 34%);
    background: linear-gradient(to bottom, #fff3d8 29%, #ffffff 34%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff3d8",endColorstr="#ffffff",GradientType=1);
    padding-bottom: 13.33333vw;
  }
  body #wrapper #main section#lineup #basic.active {
    background: #fff3d8;
    background: -moz-linear-gradient(top, #fff3d8 50%, white 70%);
    background: -webkit-linear-gradient(top, #fff3d8 50%, white 70%);
    background: linear-gradient(to bottom, #fff3d8 50%, #ffffff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff3d8",endColorstr="#ffffff",GradientType=1);
  }
  body #wrapper #main section#lineup #moist .inner {
    padding: 16vw 0 14vw 0;
  }
  body #wrapper #main section#lineup #moist .inner .copy {
    margin: 0 0 3.6vw 0;
  }
  body #wrapper #main section#lineup #moist .inner h3 {
    margin: 0 0 11.5vw 0;
  }
  body #wrapper #main section#lineup #moist .inner figure {
    margin: 0 0 8vw 0;
  }
  body #wrapper #main section#lineup #moist .inner figure .img {
    margin-bottom: 5vw;
  }
  body #wrapper #main section#lineup #repair {
    background: #dcae70;
  }
  body #wrapper #main section#lineup #repair .inner {
    padding: 14.5vw 0 14vw 0;
  }
  body #wrapper #main section#lineup #repair .copy {
    color: #9e5709;
  }
  body #wrapper #main section#lineup #repair h3 {
    color: #9e5709;
    margin: 0 0 10vw 0;
  }
  body #wrapper #main section#lineup #repair .img {
    margin-bottom: 5vw;
  }
  body #wrapper #main section#lineup #repair figure {
    margin: 0 0 9.5vw 0;
  }
  body #wrapper #main section#lineup #mask {
    background: #272727;
  }
  body #wrapper #main section#lineup #mask .copy {
    color: #f6daa8;
  }
  body #wrapper #main section#lineup #mask h3 {
    color: #f6daa8;
    margin: 0 0 13vw 0;
  }
  body #wrapper #main section#lineup #mask .inner {
    padding: 15vw 0 15vw 0;
  }
  body #wrapper #main section#lineup #mask .inner .copy {
    line-height: 1.7em;
    margin: 0 0 2vw 0;
  }
  body #wrapper #main section#lineup #mask .inner figure {
    position: relative;
    margin: 0 0 8.1vw 0;
  }
  body #wrapper #main section#lineup #mask .inner figure .img {
    width: 64%;
  }
  body #wrapper #main section#lineup #mask .inner figure span {
    position: absolute;
    line-height: 0;
  }
  body #wrapper #main section#lineup #mask .inner figure span.ico {
    top: -7vw;
    left: 4.9%;
    width: 20.3%;
  }
  body #wrapper #main section#lineup #mask .inner figure span.tsumekae {
    width: 37.5%;
    top: -9.2vw;
    right: 1.8%;
    z-index: -1;
  }
  body #wrapper #main section#lineup #step {
    background: #fcf2dd;
  }
  body #wrapper #main section#lineup #step h3 {
    color: #cd8101;
    font-size: 45px;
    font-size: 6vw;
    margin: 0 0 6vw 0;
  }
  body #wrapper #main section#lineup #step .inner {
    margin: 0 6.6%;
    width: 86.8%;
    padding: 10vw 0 6vw 0;
  }
  body #wrapper #main section#lineup #step .inner .steps {
    float: left;
    width: 80%;
    position: relative;
    overflow: hidden;
  }
  body #wrapper #main section#lineup #step .inner .steps .arw {
    display: block;
    line-height: 0;
    width: 2.8%;
    margin: 0 0 0 21%;
  }
  body #wrapper #main section#lineup #step .inner .steps > div {
    padding: 7vw 0 0 0;
    position: relative;
  }
  body #wrapper #main section#lineup #step .inner .steps > div .ttl {
    color: #a4001c;
    font-weight: bold;
    font-size: 38px;
    font-size: 5.06667vw;
    width: 40%;
    height: 27.4vw;
    line-height: 110px;
    border: 1px solid #b38d3b;
    border-radius: 50%;
  }
  body #wrapper #main section#lineup #step .inner .steps > div .or {
    font-weight: bold;
    font-size: 26px;
    font-size: 3.46667vw;
    color: #cd8101;
    line-height: 1.6em;
    margin: 0 0 11.5vw 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div .or .b {
    font-size: 46px;
    font-size: 6.13333vw;
  }
  body #wrapper #main section#lineup #step .inner .steps > div figure {
    padding: 5vw 0 0 0;
    position: absolute;
    top: 0;
    right: 2%;
    width: 64%;
  }
  body #wrapper #main section#lineup #step .inner .steps > div figure .img {
    display: block;
    line-height: 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div figure figcaption {
    color: #a4001c;
    font-weight: bold;
    font-size: 26px;
    font-size: 3.46667vw;
    position: absolute;
    top: 0;
    width: 100%;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step1 {
    margin: 0 0 7vw 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step1 + .arw {
    margin-bottom: 3.6vw;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step2 {
    padding: 4vw 0 0 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step2 .ttl {
    margin-bottom: 10vw;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step2 + .arw {
    width: 4%;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 {
    padding: 0;
    margin: -4vw 0 0 0;
    overflow: hidden;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 .ttl_area {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 40%;
    padding: 12.5vw 0 0 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 .ttl_area .ttl {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    padding: 6vw 0 0 0;
    margin: 0 0 12.5vw 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 .ttl_area .ttl.last {
    padding: 11vw 0 0 0;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 .figure_area {
    overflow: hidden;
    padding: 5vw 0 9vw 0;
    float: right;
    width: 64%;
    background: rgba(179, 141, 59, 0.12);
    border-radius: 10px;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 .figure_area figure {
    width: 100%;
    position: relative;
  }
  body #wrapper #main section#lineup #step .inner .steps > div.step3 .figure_area figure.l {
    margin: 0 0 16.5vw 0;
  }
  body #wrapper #main section#lineup #step .inner .status {
    float: right;
    width: 15.5%;
    font-size: 32px;
    font-size: 4.26667vw;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    margin: 5vw 0 0 0;
  }
  body #wrapper #main section#lineup #step .inner .status li {
    writing-mode: vertical-rl;
    width: 100%;
    height: 179vw;
    line-height: 13vw;
    border-radius: 10px;
    margin: 0 0 2vw 0;
  }
  body #wrapper #main section#lineup #step .inner .status li .n {
    writing-mode: lr;
    line-height: 5vw;
  }
  body #wrapper #main section#lineup #step .inner .status li:first-child {
    background: rgba(205, 129, 1, 0.45);
  }
  body #wrapper #main section#lineup #step .inner .status li:last-child {
    height: 66vw;
    background: rgba(205, 129, 1, 0.7);
  }
  body #wrapper #main section#lineup #use {
    background: #c2a462;
  }
  body #wrapper #main section#lineup #use .inner {
    margin: 0 6.6%;
    width: 86.8%;
    padding: 6vw 0 12vw 0;
    overflow: hidden;
  }
  body #wrapper #main section#lineup #use .inner h3 {
    color: #ffffff;
    font-size: 52px;
    font-size: 6.93333vw;
    line-height: 1.4em;
    margin: 0 0 5.5vw 0;
  }
  body #wrapper #main section#lineup #use .inner h3 .s {
    font-size: 38px;
    font-size: 5.06667vw;
  }
  body #wrapper #main section#lineup #use .inner > div figure {
    position: relative;
    margin: 0 0 7vw 0;
  }
  body #wrapper #main section#lineup #use .inner > div figure .img {
    width: 48.5%;
    line-height: 0;
    margin: 0 0 0 5%;
    z-index: 1;
    position: relative;
  }
  body #wrapper #main section#lineup #use .inner > div figure figcaption {
    color: #ffffff;
    font-size: 44px;
    font-size: 5.86667vw;
    border: 1px solid white;
    width: 55%;
    height: 48vw;
    border-radius: 50%;
    top: 2vw;
    position: absolute;
    right: 0;
    box-sizing: border-box;
  }
  body #wrapper #main section#lineup #use .inner > div figure figcaption p {
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body #wrapper #main section#lineup #use .inner > div figure figcaption .s {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  body #wrapper #main section#lineup #use .inner > div a {
    display: block;
    background: #ffffff;
    color: #b38d3b;
    font-size: 28px;
    font-size: 3.73333vw;
    height: 12vw;
    line-height: 12vw;
    margin: 0 0 0 11%;
    width: 78%;
    position: relative;
  }
  body #wrapper #main section#lineup #use .inner > div a span {
    width: 4%;
    height: 1px;
    background: #b38d3b;
    display: block;
    right: 7%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section#lineup #use .inner > div a span:after {
    content: '';
    display: block;
    position: absolute;
    background: #b38d3b;
    width: 100%;
    height: 100%;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body #wrapper #main section#lineup #use .inner > div.l {
    margin: 0 0 8vw 0;
  }
  body #wrapper #main section#lineup #use .inner > div.l figure figcaption {
    line-height: 1.4em;
    padding: 14vw 0 0 0;
  }
  body #wrapper #main section#lineup #use .inner > div.r figure {
    margin: 0 0 13vw 0;
    padding: 11vw 0 0 0;
  }
  body #wrapper #main section#lineup #use .inner > div.r figure .img {
    width: 53%;
    margin: 0 0 0 2%;
    position: relative;
  }
  body #wrapper #main section#lineup #use .inner > div.r figure figcaption {
    line-height: 1.4em;
    padding: 9vw 0 0 0;
  }
  body #wrapper #main section#lineup #use .float {
    border: 1.5px solid white;
    width: 92%;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(192, 156, 78, 0.9);
  }
  body #wrapper #main section#lineup #use .float .close {
    position: absolute;
    width: 14px;
    top: 18px;
    right: 18px;
  }
  body #wrapper #main section#lineup #use .float .inner {
    padding: 12vw 0;
    text-align: left;
    color: #ffffff;
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2em;
  }
  body #wrapper #main section#lineup #use .float .inner p {
    margin: 0 0 2vw 0;
  }
  body #wrapper #main section#lineup #use .float .inner p.notice {
    margin: 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
  body #wrapper #main section#lineup #use .float#float1 {
    top: 17vw;
  }
  body #wrapper #main section#lineup #use .float#float2 {
    bottom: 4vw;
  }
  body #wrapper #main section#lineup #water {
    background: #f5d1a2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5d1a2 0%, #f6e1c5 50%, #f5d1a2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5d1a2 0%, #f6e1c5 50%, #f5d1a2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5d1a2 0%, #f6e1c5 50%, #f5d1a2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d1a2', endColorstr='#f5d1a2',GradientType=0 );
    /* IE6-9 */
  }
  body #wrapper #main section#lineup #water .copy {
    color: #b38d3b;
  }
  body #wrapper #main section#lineup #water h3 {
    color: #b38d3b;
    margin: 0 0 4vw 0;
    white-space: nowrap;
    letter-spacing: -0.3vw;
  }
  body #wrapper #main section#lineup #water .inner {
    padding: 13.5vw 0 12vw 0;
  }
  body #wrapper #main section#lineup #water .inner figure {
    margin: 0 0 6vw 0;
  }
  body #wrapper #main section#lineup #water .inner figure .img {
    position: relative;
    right: 3%;
  }
  body #wrapper #main section#lineup #shampoo {
    background: #d5eddd;
  }
  body #wrapper #main section#lineup #shampoo .inner {
    padding: 15vw 0 13vw 0;
  }
  body #wrapper #main section#lineup #shampoo .inner .copy {
    color: #b38d3b;
  }
  body #wrapper #main section#lineup #shampoo .inner h3 {
    margin: 0 0 3vw 0;
    color: #b38d3b;
  }
  body #wrapper #main section#lineup #shampoo .inner figure {
    margin: 0 0 6vw 0;
  }
  body #wrapper #main section#lineup #oil {
    background: #940f3a;
  }
  body #wrapper #main section#lineup #oil .inner {
    padding: 14.5vw 0 13.5vw 0;
  }
  body #wrapper #main section#lineup #oil .inner figure {
    margin: 0 0 6vw 0;
  }
  body #wrapper #main section#lineup #oil .copy {
    color: #f6daa8;
  }
  body #wrapper #main section#lineup #oil h3 {
    color: #f6daa8;
    margin: 0 0 10vw 0;
  }
  body #wrapper #main section#lineup #milk {
    background: #b30f29;
  }
  body #wrapper #main section#lineup #milk .copy {
    color: #f6daa8;
  }
  body #wrapper #main section#lineup #milk h3 {
    color: #f6daa8;
    margin: 0 0 3vw 0;
  }
  body #wrapper #main section#lineup #milk .inner {
    padding: 14.5vw 0 12.7vw 0;
  }
  body #wrapper #main section#lineup #milk .inner figure {
    margin: 0 0 6vw 0;
  }
  #bnr{
    background: #000;
    padding: 0px 0 30px;
    border-bottom: 1px solid #b38d3b;
  }
  #bnr a{
    display: block;
    width: 88.2666644vw;
    height: auto;
    margin: 0 auto;
  }
  #bnr a img{
    width: 100%;
    height: auto;
  }
}
