@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#treatment ul li .txt {
    top: -32px;
  }
  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 {
    background: #edd18d;
    padding-top: 50px;
    padding-bottom: 60px !important;
  }
  body #wrapper #main section .share_voice .share_contents {
    margin-top: 50px;
  }
  body #wrapper #main section .share_voice .share_contents:first-child {
    margin-top: 0;
  }
  body #wrapper #main section .share_voice .txt_ttl {
    font-size: 26px;
    line-height: 0.92692em;
    text-align: center;
  }
  body #wrapper #main section .share_voice .hash_tag {
    position: relative;
    width: 365px;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    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: 25px;
    height: 26px;
    background: url(../../img/underlayer_cmn/twitter_logo.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: 107px;
    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: contain;
    left: 95px;
  }
  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/underlayer_cmn/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 30px 0 10px;
  }
  body #wrapper #main section .gold_bg h2 span {
    font-size: 22px;
    display: block;
  }
  body #wrapper #main section .gold_bg h2 span.notice {
    font-size: 0.35em;
    margin-right: -230px;
  }
  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/underlayer_cmn/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.anim::before {
    animation: shine 3s;
  }
  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 .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: #95000c;
  }
  body #wrapper .modal .modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl span {
    margin-left: 5px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 285px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li {
    width: 130px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area {
    width: 100%;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    left: -25px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li:nth-child(2) .txt {
    left: 130px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li:nth-child(3) .txt {
    left: 260px;
  }
  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(4) .ttl span {
    margin-left: 94px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5), body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(6) {
    padding-top: 7px;
    margin-top: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) .ttl span, body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(6) .ttl span {
    margin-left: 46px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(7) {
    padding-top: 5px;
    /* border-top: solid 2px #e1e1e1; */
    margin-top: 0px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(7) .ttl span {
    margin-left: 46px;
  }
  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: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.top .inner_close {
    margin-top: 85px;
  }
  body #wrapper .modal.open {
    opacity: 1;
  }
  body #wrapper #main section#renewal {
    background: #231815;
    padding: 60px 0 60px;
    position: relative;
  }
  body #wrapper #main section#renewal .ttl {
    width: 570px;
    height: 36px;
    margin: auto;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: url(../../img/underlayer_cmn/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
  }
  
  body #wrapper #main section#renewal .txt {
    width: 730px;
    margin: 20px auto 0;
  }
  @media screen and (min-width: 768px) {
    body #wrapper #main section#renewal .notice {
      text-align: right;
      color: #fff;
    }
  }
  body #wrapper #main section#renewal .bnr-top{
    width: 1100px;
    height: 260px;
    margin: 0px auto 60px;
    position: relative;
    background: #fff;
  }

  body #wrapper #main section#renewal .bnr-top .icon{
    position: absolute;
    width: 104px;
    height: 104px;
    top: -23px;
    left: -18px;
  }

  /*body #wrapper #main section#renewal::before{
    content: "";
    display: block;
    width: 1100px;
    height: 260px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 83px;
  }*/

  body #wrapper #main section#renewal .bnr-top a{
    transition: 0.4s;
  }
  body #wrapper #main section#renewal .bnr-top a:hover{
    opacity: 0.8;
  }
  body #wrapper #main section#renewal .bnr{
    width: 1100px;
    height: auto;
    margin: 25px auto 0;
    background: #fff;
  }
  body #wrapper #main section#renewal .bnr a{
    transition: 0.4s;
  }
  body #wrapper #main section#renewal .bnr a:hover{
    opacity: 0.8;
  }
  body #wrapper #main section#about .product {
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#about .product .product_wrap {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#about .product .product_wrap .product_item {
    width: 50%;
    padding: 55px 0 90px 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner {
    width: 400px;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .ttl {
    font-size: 18px;
    line-height: 2em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .ttl span {
    display: inline-block;
    font-size: 40px;
    line-height: 0.9em;
    padding-bottom: 10px;
    border-bottom: solid 2px #ffffff;
    margin: 23px 0 0 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .sub_txt {
    width: 340px;
    margin: 15px auto 0;
    font-size: 26px;
    letter-spacing: -0.1em;
    line-height: 1.38462em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .sub_txt span {
    display: block;
    font-size: 0.5em;
  }

  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .sub_txt.line {
    border: solid 2px #c18384;
    box-sizing: border-box;
    padding: 10px 0;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 1.25em;
    margin: 30px auto 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .sub_txt.line span {
    display: block;
    font-size: 12px;
    line-height: 1.66667em;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .product_img {
    position: relative;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .product_img .img {
    margin: 30px auto 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .product_img .caption {
    width: 100%;
    font-size: 24px;
    line-height: 1.33333em;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 345px;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .product_img .caption span {
    display: block;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .product_img .caption .scent {
    font-size: 13px;
    line-height: 1.53846em;
    margin-bottom: 35px;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .product_img .caption .type {
    font-size: 13px;
    line-height: 2.30769em;
    margin: 20px 0 0 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .explanation_img {
    position: relative;
    width: 100%;
    margin: 80px auto 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .explanation_img span {
    font-size: 12px;
    line-height: 2.25em;
    color: #ffffff;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .item_inner .btn_area {
    width: 100%;
    margin: 30px 0 0 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item.moist {
    background: #770705;
    background: -moz-linear-gradient(top, #770705 0%, #b80917 100%);
    background: -webkit-linear-gradient(top, #770705 0%, #b80917 100%);
    background: linear-gradient(to bottom, #770705 0%, #b80917 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#770705",endColorstr="#b80917",GradientType=1);
  }
  body #wrapper #main section#about .product .product_wrap .product_item.moist .item_inner {
    margin: 0 50px 0 auto;
  }
  body #wrapper #main section#about .product .product_wrap .product_item.moist .item_inner .btn_area .t {
    background: #990c12;
  }
  body #wrapper #main section#about .product .product_wrap .product_item.volume {
    background: #9d6b02;
    background: -moz-linear-gradient(top, #9d6b02 0%, #dcb14b 100%);
    background: -webkit-linear-gradient(top, #9d6b02 0%, #dcb14b 100%);
    background: linear-gradient(to bottom, #9d6b02 0%, #dcb14b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d6b02",endColorstr="#dcb14b",GradientType=1);
  }
  body #wrapper #main section#about .product .product_wrap .product_item.volume .item_inner {
    margin: 0 auto 0 50px;
  }
  body #wrapper #main section#about .product .product_wrap .product_item.volume .sub_txt.line {
    border-color: #d4bb87;
  }
  body #wrapper #main section#explanation {
    padding: 0 0 0 0;
  }
  body #wrapper #main section#explanation .contents_box {
    width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    padding-bottom: 20px;
    padding-top: 40px;
    margin-bottom: 80px;
    position: relative;
  }
  body #wrapper #main section#explanation .contents_box .abs-txt {
    position: absolute;
    right: 40px;
    bottom: 35px;
    font-size: 12px;
    color: #7a7a7a;
  }
  body #wrapper #main section#explanation .contents_box .ttl {
    position: relative;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    background: url("../../img/basic/basic-underline-pc.png") no-repeat center bottom;
    padding-bottom: 12px;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap {
    position: relative;
    width: 900px;
    height: 430px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents {
    width: 430px;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents .sub_ttl {
    width: 430px;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 1.4625em;
    text-align: center;
    border: solid 2px #b38d3b;
    box-sizing: border-box;
    padding: 10px 0;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents .img {
    position: absolute;
    width: 100%;
    margin: 20px auto 0;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents:nth-child(2) .sub_ttl {
    background: #fff3d8;
  }
  body #wrapper #main section#explanation .golden_repair {
    padding: 40px 0;
  }
  body #wrapper #main section#explanation .golden_repair .ttl {
    font-size: 26px;
    line-height: 0;
    margin: 30px auto 0;
    background: #b38d3b;
    width: 1101px;
    color: #fff;
    padding: 30px 0;
  }
  body #wrapper #main section#explanation .golden_repair .ttl ruby rt{
    font-size: 10px;
  }
  body #wrapper #main section#explanation .golden_repair .sub_ttl {
    width: 1100px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 7px auto 0;
    text-align: right;
    color: #ffffff;
  }
  body #wrapper #main section#explanation .golden_repair .sub_ttl span {
    position: relative;
    top: 3px;
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  body #wrapper #main section#explanation .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/underlayer_cmn/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
  }
  body #wrapper #main section#explanation .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#explanation .golden_repair .list_ttl.anim::before {
    animation: shine 3s;
  }

  /*ここから(PC)*/
  body #wrapper #main section .golden_repair ul#golden_repair_list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 40px auto 0;
    gap: 20px 30px;
  }
  body #wrapper #main section .golden_repair ul#golden_repair_list li {
    width: 194px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li{
    position: relative;
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li:nth-child(1) img{
    width: 100%!important;
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li.anim {
    opacity: 1;
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li img{
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li span{
    display: block;
    width: auto;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li:nth-child(2) span,
  body #wrapper #main section .golden_repair ul#golden_repair_list li:nth-child(3) span{
    bottom: -60px;
  }
  
  body #wrapper #main section .golden_repair ul#golden_repair_list li span small {
    font-size: 75%;
    letter-spacing: -.025em;
  }
  body #wrapper #main section .golden_repair ul#golden_repair_list + .text-wrap {
    max-width: 1100px;
    margin: 30px auto 0;
    text-align: right;
  }
  body #wrapper #main section .golden_repair ul#golden_repair_list + .text-wrap p {
    margin-right: 200px;
    color: #fff;
  }

  .role-box{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0 0;
    position: relative;
  }

  .role-box .abs-txt{
    position: absolute;
    right: 40px;
    bottom: 35px;
    font-size: 12px;
    color: #7a7a7a;
  }

  .role-box .role-ttl{
    font-size: 23px;
    text-align: center;
    background: url("/jp/tsubaki/assets/img/underlayer_cmn/under-line-pc.png") no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }

  .role-box .role-box-inner{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .role-box .role-box-inner .left-contents,
  .role-box .role-box-inner .right-contents{
    width: 430px;
    box-sizing: border-box;
  }

  .role-box .role-box-inner .left-contents .g-line-box,
  .role-box .role-box-inner .right-contents .g-line-box{
    border: 1px solid #b38d3b;
    text-align: center;
    padding: 10px 0 11px;
    margin-bottom: 48px;
  }

  .role-box .role-box-inner .right-contents .g-line-box{
    background: #fff3d8;
  }

  .role-box .role-box-inner .left-contents .g-line-box .middle,
  .role-box .role-box-inner .right-contents .g-line-box .middle{
    font-size: 16px;
    border-bottom: 1px solid #b38d3b;
    width: 154px;
    margin: 0 auto 10px;
    padding-bottom: 4px;
  }

  .role-box .role-box-inner .left-contents .g-line-box .sml,
  .role-box .role-box-inner .right-contents .g-line-box .sml{
    font-size: 14px;
  }

  .role-box .role-box-inner .left-contents dl,
  .role-box .role-box-inner .right-contents dl{
    font-size: 14px;
    margin-top: 15px;
  }

  .role-box .role-box-inner .right-contents dl{
    margin-left: 210px;
  }

  .role-box .role-box-inner .left-contents dl dt,
  .role-box .role-box-inner .right-contents dl dt{
    padding-bottom: 6px;
  }

  .role-box .role-box-inner .left-contents dl dd,
  .role-box .role-box-inner .right-contents dl dd{
    padding-bottom: 6px;
    line-height: 1.5;
    margin-left: 10px;
  }

  .role-box .role-box-inner .left-contents{
    position: relative;
    padding-bottom: 60px;
    background: url("/jp/tsubaki/assets/img/underlayer_cmn/role-box-left-img.png") no-repeat 195px 98px;
  }

  .role-box .role-box-inner .right-contents{
    padding-bottom: 60px;
    background: url("/jp/tsubaki/assets/img/underlayer_cmn/role-box-right-img.png") no-repeat 52px 107px;
  }

  .role-box .role-box-inner .left-contents::after{
    content: "";
    width: 80px;
    height: 170px;
    background: url(../../img/underlayer_cmn/g-arrow-pc.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 54px;
    bottom: 0;
    right: 0px;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 357px;
  }

  .role-box .role-box-inner .left-contents.anim::after {
    left: 417px;
    opacity: 1;
  }

  body #wrapper #main section .golden_repair span {
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    margin: 30px auto 0;
    color: #fff;
  }

  /*ここまで(PC)*/
  /*
  body #wrapper #main section#explanation .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#explanation .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#explanation .golden_repair ul li.anim {
    opacity: 1;
  }
  body #wrapper #main section#explanation .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#explanation .golden_repair ul li:nth-child(2) {
    left: 0;
  }
  body #wrapper #main section#explanation .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#explanation .golden_repair ul li:nth-child(3) {
    left: 13px;
  }
  body #wrapper #main section#explanation .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#explanation .golden_repair span {
    display: block;
    width: 814px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 54px auto 0;
    text-align: right;
    color: #ffffff;
  }
  */

  body #wrapper #main section#explanation .share_voice {
    background: #670407;
    background: -moz-linear-gradient(top, #670407 0%, #7c090d 100%);
    background: -webkit-linear-gradient(top, #670407 0%, #7c090d 100%);
    background: linear-gradient(to bottom, #670407 0%, #7c090d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#670407",endColorstr="#7c090d",GradientType=1);
  }
  body #wrapper #main section#explanation .share_voice .txt_ttl {
    color: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag li {
    color: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag li span::before {
    border: solid 1px #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag::before, body #wrapper #main section#explanation .share_voice .hash_tag::after {
    background: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .btn_wrap .btn_area .btn a .t {
    color: #b38d3b;
    background: #ffffff;
  }
  body #wrapper #main section#step {
    padding-top: 74px;
    padding-bottom: 112px;
  }
  body #wrapper #main section#step h2 {
    font-size: 34px;
    line-height: 1.48235em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#step .care_wrap {
    width: 1100px;
    height: 339px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  body #wrapper #main section#step .care_wrap::before {

  }

  body #wrapper #main section#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#step .care_wrap .ttl p {
    position: relative;
    z-index: 2;
    margin-left: 10px;
  }
  body #wrapper #main section#step .care_wrap .ttl span {
    width: 280px;
    height: 100%;
    background: #051a2b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body #wrapper #main section#step .care_wrap .day_care {
    position: relative;
    width: 700px;
    height: 100%;
    border: solid #a67734 1px;
    padding-bottom: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #ffffff;
  }
  body #wrapper #main section#step .care_wrap .day_care::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
  body #wrapper #main section#step .care_wrap .day_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#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#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#step .care_wrap .day_care ul li {
    width: 130px;
    margin: auto;
    opacity: 0;
    transform: translateY(-10%);
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#step .care_wrap .day_care ul li .img {
    width: 85px;
    margin: auto;
  }
  body #wrapper #main section#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#step .care_wrap .day_care ul li:nth-child(2) {
    position: relative;
  }
  body #wrapper #main section#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#step .care_wrap .day_care ul li.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#step .care_wrap .week_care {
    position: relative;
    width: 360px;
    height: 100%;
    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: #95000c;
  }
  body #wrapper #main section#step .care_wrap .week_care.anim::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#step .care_wrap .week_care.anim {
    opacity: 1;
    transform: none;
  }
  body #wrapper #main section#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;
    font-weight: bold;
  }
  body #wrapper #main section#step .care_wrap .week_care .ttl p {
    font-size: 16px;
    line-height: 1.5625em;
    color: #ffffff;
    margin: 0;
  }
  body #wrapper #main section#step .care_wrap .week_care .ttl img {
    position: relative;
    top: 2px;
  }
  body #wrapper #main section#step .care_wrap .week_care ul {
    display: flex;
    align-items: center;
    margin: 35px auto 0;
    padding: 0 20px;
  }
  body #wrapper #main section#step .care_wrap .week_care ul span {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li {
    width: 100%;
    margin: 35px auto 0;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li .img {
    width: 114px;
    margin: auto;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    color: #000000;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#step .care_wrap .week_care::before {
    content: "";
    width: 15px;
    height: 24px;
    background: url(../../img/underlayer_cmn/arrow_b.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
  }
  body #wrapper #main section#step .care_wrap.basic .ttl span {
    width: 167px;
    background: #9f0a15;
  }
  body #wrapper #main section#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#step .care_wrap.basic .day_care ul li {
    position: relative;
    width: 162px;
    margin: auto;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care ul li .img {
    width: 144px;
    margin: auto;
  }
  body #wrapper #main section#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#step .care_wrap.basic .day_care ul li:nth-child(2) .img {
    width: 147px;
  }
  body #wrapper #main section#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#step .care_wrap.basic .day_care ul li:nth-child(3) {
    border: solid 2px #fce4b7;
    padding-bottom: 12px;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care ul li:nth-child(3) .img {
    width: 114px;
    margin-top: 15px;
  }
  body #wrapper #main section#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#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#step .care_and {
    width: 1100px;
    margin: 40px 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#step .care_and ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    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: #95000c;
    position: relative;
  }
  body #wrapper #main section#step .care_and ul::before {
    position: absolute;
    top: -65px;
    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#step .care_and ul li:nth-child(1) {
    width: 100%;
    transform: translateX(-30px);
  }

  body #wrapper #main section#step .care_and ul li:nth-child(2) {
    position: absolute;
    top: -30px;
    right: 160px;
  }
  body #wrapper #main section#step .care_and ul li .txt {
    font-size: 16px;
    line-height: 2em;
    color: #fff;
    text-align: center;
  }
  body #wrapper #main section#step .care_and ul li .img {
    width: calc(156px / 2);
  }
  body #wrapper #main section#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;
    color: #ffffff;
  }

  body #wrapper #main section#another .daily_use {
    position: relative;
    width: 1100px;
    margin: 30px auto 0;
    border: solid 2px #ffffff;
    padding: 65px 0;
  }
  body #wrapper #main section#another .daily_use .ttl {
    width: 700px;
    background: #ffffff;
    color: #95000c;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.63636em;
    font-weight: bold;
  }
  body #wrapper #main section#another .daily_use > .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 2.57143em;
    width: 900px;
    color: #ffffff;
    margin: auto;
  }
  body #wrapper #main section#another .daily_use > .txt >div:nth-child(1){
    width: 140px;
    margin-right: 20px;
  }
  body #wrapper #main section#another .daily_use > .txt >div:nth-child(2) span:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
  }
  body #wrapper #main section#another .daily_use > .txt >div:nth-child(2) span:nth-child(2) {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
  }
  body #wrapper #main section#another .daily_use > .txt span {
    display: block;  
    line-height: 1.5;
  }
  body #wrapper #main section#another .daily_use > .main {
    max-width: 900px;
    margin: 40px auto 0;
  }
  body #wrapper #main section#another .daily_use > .main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    gap: 0 30px;
  }
  body #wrapper #main section#another .daily_use > .main ul li {
    text-align: center;
    width: 435px;
    padding: 30px 0;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
  }
  body #wrapper #main section#another .daily_use > .main ul li::before {
    white-space: pre;
    position: absolute;
    top: -25px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    background-color: #a77634;
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(1)::before {
    content: "艶\Aしなやかさ";
    left: -60px;
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(2)::before {
    content: "艶\Aハリ・コシ";
    right: -60px;
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1.3;
    background: url(../../img/underlayer_cmn/icon_plus.png) 0 0 / 100% no-repeat;
  }
  body #wrapper #main section#another .daily_use > .main ul li h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  body #wrapper #main section#another .daily_use > .main ul li img {
    margin-top: 20px;
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(1) img {
    width: calc(526px / 2);
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(2) img {
    width: 100px;
  }
  body #wrapper #main section#another .daily_use > .main .notice {
    text-align: right;
    max-width: 900px;
    margin: 10px auto 0;
    color: #fff;
  }

  body #wrapper #main section#another .daily_use > .foot {
    max-width: 900px;
    margin: 30px auto 0;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
  }
  body #wrapper #main section#another .daily_use > .foot ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.5;
    gap: 0 80px;
  }
  body #wrapper #main section#another .daily_use > .foot ul li {
    width: calc(100% / 2);
    padding: 30px 0;
    position: relative;
  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    margin: auto 0;
    transform: translateX(85px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(171px / 2);
    height: calc(51px /2);
    font-size: 20px;
    line-height: 1.3;
    background: url(../../img/underlayer_cmn/icon_arrow.png) 0 0 / 100% no-repeat;
  }
  body #wrapper #main section#another .daily_use > .foot ul li h3 {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
  }
  body #wrapper #main section#another .daily_use > .foot ul li h3::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 350px;
    height: 3px;
    background: #b38d3a;
  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(2) h3::before {
    bottom: -2px;
  }
  body #wrapper #main section#another .daily_use > .foot ul li h4 {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  body #wrapper #main section#another .daily_use > .foot ul li img {
  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(1) img {
    width: calc(578px / 2);
    margin-top: -10px;

  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(2) img {
    display: table;
    width: calc(542px / 2);
    margin: 0 auto;
    transform: translateY(20px);
  }
  body #wrapper #main section#another .daily_use > .foot p {
    text-align: right;
    max-width: 900px;
    margin-right: 40px;
    color: #7a7a7a;
  }

  body #wrapper #main section#step .daily_use {
    position: relative;
    width: 1100px;
    margin: 72px auto 0;
    border: solid 2px #ffffff;
    padding: 65px 0;
  }
  body #wrapper #main section#step .daily_use .ttl {
    width: 700px;
    background: #ffffff;
    color: #95000c;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.63636em;
    font-weight: bold;
  }
  body #wrapper #main section#step .daily_use > .txt {
    font-size: 14px;
    line-height: 2.57143em;
    width: 900px;
    color: #ffffff;
    margin: auto;
  }
  body #wrapper #main section#step .daily_use > .txt span {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 3em;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap {
    width: 900px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item {
    width: 440px;
    padding: 25px 0 0;
    background: #ffffff;
    border-radius: 5px;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .txt_img {
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .txt_img .img {
    width: 67px;
    margin-left: 45px;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .txt_img .txt {
    font-size: 18px;
    line-height: 1.66667em;
    margin-top: 55px;
    margin-left: 30px;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .txt_img .txt span {
    font-size: 14px;
    line-height: 2.14286em;
    display: block;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .list {
    margin-top: 25px;
    padding: 15px 0 20px;
    background: #eeeeee;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .list .img {
    width: 330px;
    margin: auto;
  }
  body #wrapper #main section#step .daily_use .treatment_item_wrap .treatment_item .list .note {
    font-size: 11px;
    line-height: 1.5em;
    margin: 10px auto 0;
    color: #7a7a7a;
    padding: 0 10px;
  }
  body #wrapper #main section#product_info {
    padding-bottom: 100px;
  }
  body #wrapper #main section#product_info h2 {
    font-size: 34px;
    line-height: 1.41176em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#product_info #spcd {
    margin-top: 20px;
    padding-top: 70px;
  }
  body #wrapper #main section#product_info .white_bg {
    position: relative;
    margin: 10px auto 0;
    padding: 55px 0;
    box-sizing: border-box;
  }
  body #wrapper #main section#product_info .white_bg + .white_bg {
    margin-top: 100px;
  }
  body #wrapper #main section#product_info .white_bg.bg2,
  body #wrapper #main section#product_info .white_bg.bg3,
  body #wrapper #main section#product_info .white_bg.bg4 {
    padding: 0 10px 10px;
  }
  body #wrapper #main section#product_info #cool {
    padding-top: 70px;
  }
  body #wrapper #main section#product_info .white_bg.bg2 {
    background-color: #ffdde2;
  }
  body #wrapper #main section#product_info .white_bg.bg3 {
    background-color: #f8ebc1;
  }
  body #wrapper #main section#product_info .white_bg.bg4 {
    background-color: #ccf6ff;
  }
  body #wrapper #main section#product_info .white_bg .ttl {
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .product_info_inner {
    padding: 0 40px 35px;
    background-color: #fff;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap {
    padding: 45px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item {
    width: 400px;
  }
  body #wrapper #main section#product_info .bg4 .product_info_item_wrap .product_info_item {
    width: 482px;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .img {
    position: relative;
    z-index: 10;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.oilshampoo .img::before {
    content: "";
    width: 254px;
    height: 176px;
    display: block;
    background: url(../../img/basic/product_oilshampoo_before_pc.png) 0 0 /contain no-repeat;
    position: absolute;
    top: 88px;
    right: -220px;
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.premiumcool .img::before {
    content: "";
    width: 254px;
    height: 176px;
    display: block;
    background: url(../../img/basic/product_premiumcool_before_pc.png) 0 0 /contain no-repeat;
    position: absolute;
    top: 88px;
    right: -220px;
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.moist.set .img::before {
    content: "";
    width: 194px;
    height: 146px;
    display: block;
    background: url(../../img/basic/product_moist_set_before_pc.png) 0 0 /contain no-repeat;
    position: absolute;
    top: 95px;
    left: -168px;
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.volume.set .img::before {
    content: "";
    width: 194px;
    height: 146px;
    display: block;
    background: url(../../img/basic/product_volume_set_before_pc.png) 0 0 /contain no-repeat;
    position: absolute;
    top: 95px;
    right: -160px;
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item + .product_info_item {
    margin-left: 60px;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .img {
    width: 270px;
    margin: auto;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .txt {
    width: 100%;
    font-size: 22px;
    line-height: 1.45455em;
    color: #b38c3b;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .type {
    text-align: center;
    font-size: 14px;
    line-height: 1.71429em;
    margin-top: 30px;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .type span {
    display: block;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .type p + p {
    margin-top: 10px;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .type:nth-child(1) span {
    margin-top: 0;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .btn_area {
    width: 400px;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.moist .btn_area a .t {
    background-color: #990c12;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1,
  body #wrapper #main section#product_info .white_bg .product_info_title.title2,
  body #wrapper #main section#product_info .white_bg .product_info_title.title4 {
    padding: 31px 0 0 235px;
    width: 100%;
    height: 90px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    text-align: left;
    letter-spacing: .04em;
    position: relative;
    box-sizing: border-box;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1 {
    background-color: #ffdde2;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title2 {
    background-color: #f8ebc1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title4 {
    background-color: #ccf6ff;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1::before,
  body #wrapper #main section#product_info .white_bg .product_info_title.title2::before {
    content: "";
    width: 249px;
    height: 249px;
    display: block;
    position: absolute;
    top: -80px;
    left: -20px;
    z-index: 10;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title4::before {
    content: "";
    width: 187px;
    height: 187px;
    display: block;
    position: absolute;
    top: -46px;
    left: 20px;
    z-index: 10;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1::before {
    background: url(../../img/basic/product_title1_before_pc.png) 0 0 /contain no-repeat;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title2::before {
    background: url(../../img/basic/product_title2_before_pc.png) 0 0 /contain no-repeat;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title4::before {
    background: url(../../img/basic/product_title4_before_pc.png) 0 0 /contain no-repeat;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #de3659;
    line-height: 1;
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.sub-title4 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #1e257d;
    line-height: 1;
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .product_info_note {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    text-align: right;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn {
    margin-top: 30px;
    padding-top: 22px;
    width: 100%;
    height: 70px;
    font-size: 22px;
    font-weight: 600;
    color: #010101;
    line-height: 1;
    text-align: center;
    letter-spacing: -.01em;
    border: 1px solid #ab7900;
    box-shadow: 2px 2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn::before,
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn::after {
    content: "";
    width: 40px;
    height: 6px;
    display: block;
    background-color: #ab7900;
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    transition: transform .3s;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn::after {
    transform: rotate(90deg);
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn.is-active::after {
    transform: rotate(0);
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_inner {
    display: none;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_img_wrap {
    display: flex;
    justify-content: space-between;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_img {
    margin-top: 40px;
  }
  body #wrapper #main section#product_info .white_bg.set {
    padding-top: 0;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl {
    padding: 15px 0;
    background: #b38d3b;
    color: #ffffff;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap {
    width: 860px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents {
    width: 400px;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents .contents_ttl {
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
    color: #b38d3b;
    font-weight: bold;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents .btn_area {
    width: 100%;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents.moist .contents_ttl {
    color: #990c12;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents.moist .btn_area a .t {
    background-color: #990c12;
  }

  body #wrapper #main section#product_info .grad-bg .inner-box{
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,244,217) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,244,217) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,244,217) 100%);
  }

  body #wrapper #main section#content_footer ul li.intensiverepair .inner {
    justify-content: flex-end;
    margin-left: -55px;
  }
  body #wrapper #main section#content_footer ul li.intensiverepair .inner .img {
    width: 83px;
    margin-left: 98px;
  }
  body #wrapper #main section#content_footer ul li.intensiverepair .inner::after {
    right: -35px;
  }
  body #wrapper #main section#content_footer ul li.mask .inner {
    margin-right: -55px;
  }
  body #wrapper #main section#content_footer ul li.mask .inner .img {
    width: 83px;
    margin-left: 98px;
  }
}
/*size*/
/*size*/
@media screen and (max-width: 758px) {
  body {
    letter-spacing: 0.06em;
  }
  body .pc {
    display: none !important;
  }
  body #wrapper {
    opacity: 0;
  }
  body #wrapper .debug {
    position: absolute;
    top: -13vw;
    left: 0;
    width: 100%;
    opacity: 0.7;
    pointer-events: none;
    z-index: 10;
  }
  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: auto;
    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 .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 .purchase_btn_area {
    position: relative;
    width: 76vw;
    margin: 8.5vw auto 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.37143em;
    font-weight: bold;
    color: #000000;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    margin-left: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -1vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li {
    width: 33.86667vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6em;
    text-align: center;
    margin-top: 4.66667vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area {
    position: relative;
    width: 33.33333vw;
    height: 10.66667vw;
    line-height: 0;
    margin: 1.33333vw auto 0;
  }
  body #wrapper .modal .modal_inner .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 .modal .modal_inner .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 .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .arw {
    position: absolute;
    z-index: 1;
    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;
    -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 .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a {
    border-radius: 2vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.71429em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t .icon_plus {
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateX(-50%);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t .icon_plus::before, body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t .icon_plus::after {
    content: "";
    width: 3.2vw;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t .icon_plus::after {
    transform: rotate(90deg);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5.33333vw;
    left: 0;
    background: #e1e1e1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set .ttl {
    font-size: 3.43333vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set ul li {
    width: 100%;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set ul li .btn_area {
    width: 100%;
  }
  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: 10.93333vw 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 sup {
    font-size: 70%;
    vertical-align: super;
  }
  body #wrapper #main section .btn_area {
    position: relative;
    width: 70vw;
    height: 12vw;
    line-height: 0;
    margin: 4.33333vw auto 0;
  }
  body #wrapper #main section .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 .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 .btn_area .btn .arw {
    position: absolute;
    z-index: 1;
    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;
    -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 .btn_area .btn a {
    border-radius: 2vw;
  }
  body #wrapper #main section .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.71429em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    letter-spacing: 0.05em;
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus {
    position: absolute;
    right: 7.5vw;
    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: 3.2vw;
    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 .btn_area .btn a .arw {
    top: 5.5vw;
  }
  body #wrapper #main section .share_voice {
    padding-top: 12vw;
    padding-bottom: 12.26667vw;
  }
  body #wrapper #main section .share_voice .share_contents {
    margin-top: 10.66667vw;
  }
  body #wrapper #main section .share_voice .share_contents:first-child {
    margin-top: 0;
  }
  body #wrapper #main section .share_voice .txt_ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section .share_voice .hash_tag {
    position: relative;
    width: 88.13333vw;
    margin: 6.66667vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.73333vw 0;
  }
  body #wrapper #main section .share_voice .hash_tag li {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 0.75313em;
    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: 5.86667vw;
    height: 5.86667vw;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 0.75313em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.33333vw;
  }
  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: 1.33333vw;
    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 {
    margin: 8vw auto 0;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a .t {
    font-size: 28.01px;
    font-size: 3.73467vw;
    line-height: 1.71403em;
    color: #b38d3b;
    background: #ffffff;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a .arw {
    position: absolute;
    width: 11.46667vw;
    top: 5.5vw;
    right: 4.26667vw;
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a::before {
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    background: url(../../img/underlayer_cmn/twitter_logo.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 3.33333vw;
    left: 17.33333vw;
    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 {
    margin-top: 5.33333vw;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area:nth-child(2) .btn a::before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(../../img/underlayer_cmn/instagram_logo.png) no-repeat top left;
    background-size: cover;
    left: 17.33333vw;
  }
  body #wrapper #main section .golden_repair {
    padding-top: 8.26667vw;
    padding-bottom: 7vw;
  }
  body #wrapper #main section#explanation .golden_repair .ttl {
    text-align: center;
    background: #b38d3b;
    font-size: 5.333333vw !important;
    line-height: 1.4 !important;
    padding: 5vw 0 4.2vw;
    color: #fff;
    width: 88.26667vw;
    margin: 0 auto;
  }

  .golden_repair .ttl ruby rt {
    font-size: 9px;
  }

  body #wrapper #main section .golden_repair .sub_ttl {
    width: 88.26667vw;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 0.87273em;
    margin: 3.66667vw auto 0;
    text-align: right;
  }
  body #wrapper #main section .golden_repair .sub_ttl span {
    display: inline-block;
    position: relative;
    top: 0.4vw;
    width: auto;
    margin-top: 0;
  }
  body #wrapper #main section .golden_repair .list_ttl {
    position: relative;
    overflow: hidden;
    width: 88.26667vw;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.6em;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    padding: 1.06667vw 0;
    background: url(../../img/underlayer_cmn/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;
  }

  /*ここから(SP)*/

  body #wrapper #main section .golden_repair ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 88.26667vw;
    margin: 3vw auto 4vw;
    position: relative;
  }
  body #wrapper #main section .golden_repair ul li {
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: calc(100% / 2);
    text-align: center;
    font-size: 3.466667vw;
  }
  body #wrapper #main section .golden_repair ul li.anim {
    opacity: 1;
  }
  
  body #wrapper #main section .golden_repair .text-wrap p {
    text-align: right;
    color: #fff;
    margin-right: 5.86666652vw;
    margin-bottom: 4vw;
  }
  
  body #wrapper #main section .golden_repair ul li:nth-child(2) img,
  body #wrapper #main section .golden_repair ul li:nth-child(3) img {
  }

  body #wrapper #main section .golden_repair ul li:nth-child(1){
    
  }
  body #wrapper #main section .golden_repair ul li:nth-child(2),
  body #wrapper #main section .golden_repair ul li:nth-child(3){
  }

  body #wrapper #main section .golden_repair ul li:nth-child(2){
  }

  body #wrapper #main section .golden_repair ul li:nth-child(3){
  }

  body #wrapper #main section .golden_repair ul#golden_repair_list li span small {
    font-size: 75%;
    letter-spacing: -.025em;
  }

  body #wrapper #main section .golden_repair .sub-txt {
    text-align: right;
    display: block;
    margin: 0 5.86666652vw;
  }

  .role-box{
    width: 88.26667vw;
    margin: 0 auto;
    background: #fff;
    padding: 7.9999998vw 0 0;
    position: relative;
  }

  .role-box .abs-txt{
    position: absolute;
    right: 2.6666666vw;
    bottom: 5.06666654vw;
    font-size: 2.933333vw;
    color: #7a7a7a;
  }

  .role-box .role-ttl{
    font-size: 5.066667vw;
    text-align: center;
    background: url("/jp/tsubaki/assets/img/underlayer_cmn/under-line-sp.png") no-repeat center bottom;
    background-size: 70.6666649vw;
    padding-bottom: 2.6666666vw;
    margin-bottom: 7.9999998vw;
    line-height: 1;
  }

  .role-box .role-box-inner{
    width: 75.9999981vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .role-box .role-box-inner .left-contents,
  .role-box .role-box-inner .right-contents{
    width: auto;
    box-sizing: border-box;
  }

  .role-box .role-box-inner .left-contents .g-line-box,
  .role-box .role-box-inner .right-contents .g-line-box{
    border: 1px solid #b38d3b;
    text-align: center;
    padding: 9px 0 10px;
    margin-bottom: 6.39999984vw;
  }

  .role-box .role-box-inner .right-contents .g-line-box{
    background: #fff3d8;
  }

  .role-box .role-box-inner .left-contents .g-line-box .middle,
  .role-box .role-box-inner .right-contents .g-line-box .middle{
    font-size: 4.266667vw;
    border-bottom: 1px solid #b38d3b;
    width: 40.5333323vw;
    margin: 0 auto 10px;
    padding-bottom: 4px;
  }

  .role-box .role-box-inner .left-contents .g-line-box .sml,
  .role-box .role-box-inner .right-contents .g-line-box .sml{
    font-size: 3.466667vw;
  }

  .role-box .role-box-inner .left-contents dl,
  .role-box .role-box-inner .right-contents dl{
    font-size: 3.466667vw;
    margin-top: 1vw;
  }

  .role-box .role-box-inner .right-contents dl{
    margin-left: 37.3333324vw;
  }

  .role-box .role-box-inner .left-contents dl dt,
  .role-box .role-box-inner .right-contents dl dt{
    padding-bottom: 0;
  }

  .role-box .role-box-inner .left-contents dl dd,
  .role-box .role-box-inner .right-contents dl dd{
    padding-bottom: 12px;
    margin-left: 3vw;
    line-height: 1.5;
  }

  .role-box .role-box-inner .left-contents{
    width: 100%;
    position: relative;
    padding-bottom: 21.3333327vw;
    background: url("/jp/tsubaki/assets/img/underlayer_cmn/role-box-left-img-sp.png") no-repeat 32.4000001vw 27vw;
    background-size: 40.7999989vw;
  }

  .role-box .role-box-inner .right-contents{
    width: 100%;
    padding-bottom: 10.6vw;
    background: url("/jp/tsubaki/assets/img/underlayer_cmn/role-box-right-img-sp.png") no-repeat 5vw 26vw;
    background-size: 40.1333323vw;
  }

  .role-box .role-box-inner .left-contents::after {
    content: "";
    width: 64.9333317vw;
    height: 15.9999996vw;
    background: url(../../img/underlayer_cmn/g-arrow-sp.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transform: translateY(-20%);
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -64vw;
  }

  .role-box .role-box-inner .left-contents.anim::after {
    transform: translateY(0%);
    opacity: 1;
  }
  

  /*ここまで(SP)*/

  /*
  body #wrapper #main section .golden_repair ul {
    width: 88.26667vw;
    margin: 5.6vw auto 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  body #wrapper #main section .golden_repair ul li {
    position: relative;
    width: 37vw;
    height: 37vw;
    background: url(../../img/underlayer_cmn/golden_repair_item_bg.png) no-repeat top right;
    background-size: 37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25.5px;
    font-size: 3.4vw;
    line-height: 1.3em;
    text-align: center;
    padding-left: 7vw;
    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: 22.4vw;
    height: 22.4vw;
    position: absolute;
    bottom: -8vw;
    left: 0;
    background: url(../../img/underlayer_cmn/golden_repair_item01.png) no-repeat top left;
    background-size: 22.4vw 22.4vw;
  }
  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: 22.4vw 22.4vw;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(3) {
    margin-top: 13.33333vw;
    margin-right: 20.4vw;
  }
  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: 22.4vw 22.4vw;
  }
  body #wrapper #main section .golden_repair span {
    display: block;
    width: 94.26667vw;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.39591em;
    margin-top: 7.66667vw;
    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 .about_txt {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 9.33333vw;
  }
  body #wrapper #main section#about .about_txt p {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .about_txt p.bottom {
    margin-top: 7.86667vw;
  }
  body #wrapper #main section#about .about_txt p.big {
    margin: 5.33333vw auto 0;
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1.68em;
  }
  body #wrapper #main section#about .about_txt p.big span {
    display: inline-block;
    margin-left: 5.5vw;
  }
  body #wrapper #main section#about .about_txt .line {
    display: block;
    width: 9.33333vw;
    height: 2px;
    margin: 9.6vw auto 0;
    background: #7e7e7e;
  }
  body #wrapper #main section#about .about_txt .note {
    width: 88.26667vw;
    margin: 7.33333vw auto 0;
  }
  body #wrapper #main section#about .about_txt .note p {
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.5em;
    text-align: left;
    color: #c6c6c6;
  }
  body #wrapper #main section#about .about_txt .note p:nth-child(2) {
    margin-top: 7vw;
  }
  body #wrapper #main section#about .attention {
    width: 88.26667vw;
    margin: auto;
    margin-top: 16.33333vw;
    padding-bottom: 9vw;
    border: solid #9b9386 2px;
    box-sizing: border-box;
  }
  body #wrapper #main section#about .attention h2 {
    width: 66.66667vw;
    margin: -4vw auto 0;
  }
  body #wrapper #main section#about .attention .sub_ttl {
    color: #f1daa3;
    font-size: 38px;
    font-size: 5.06667vw;
    line-height: 1.3em;
    text-align: center;
    margin-top: 2.5vw;
  }
  body #wrapper #main section#about .attention p {
    width: 70.66667vw;
    margin: 9.33333vw auto 0;
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2em;
    color: #ffffff;
  }
  body #wrapper #main section#about .attention .gold_ttl {
    position: relative;
    overflow: hidden;
    width: 78.4vw;
    height: 25.86667vw;
    margin: 8vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4b443;
    background: linear-gradient(135deg, #e4b443 0%, #865b00 100%);
  }
  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.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section#about .attention .gold_ttl p {
    width: 100%;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
    margin: 0;
  }
  body #wrapper #main section#about .attention .note {
    margin-top: 7.46667vw;
  }
  body #wrapper #main section#about .attention .note p {
    color: #c6c6c6;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.6em;
    margin-top: 0;
  }
  body #wrapper #main section#about .attention .note p span {
    display: inline-block;
    position: relative;
    top: 0.4vw;
  }
  body #wrapper #main section#about .attention .product {
    margin-top: 7.33333vw;
  }
  body #wrapper #main section#about .attention .product .img {
    width: 79.33333vw;
    margin: auto;
  }
  body #wrapper #main section#about .attention .product .ttl {
    width: 63.73333vw;
    margin: -1vw auto 0;
  }
  body #wrapper #main section#about .attention .product .ttl img {
    width: 57.06667vw;
    margin: auto;
    display: block;
  }
  body #wrapper #main section#about .attention .product .ttl span {
    display: block;
    text-align: center;
  }
  body #wrapper #main section#about .attention .product .ttl span.yellow {
    color: #f1daa3;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.14286em;
    margin-top: 3.26667vw;
  }
  body #wrapper #main section#about .attention .product .ttl span.white {
    color: #ffffff;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.08333em;
    margin-top: 8.26667vw;
  }
  body #wrapper #main section#about .attention .product .detail {
    position: relative;
    width: 53.6vw;
    height: 53.73333vw;
    margin: 5.46667vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #wrapper #main section#about .attention .product .detail li {
    width: 28.53333vw;
    height: 28.53333vw;
    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 .attention .product .detail li p {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.375em;
    font-weight: 600;
    color: #000000;
    margin: 0;
  }
  body #wrapper #main section#about .attention .product .detail li span {
    font-size: 50%;
    display: block;
  }
  body #wrapper #main section#about .attention .product .detail li span span {
    display: inline-block;
    position: relative;
    top: 0.4vw;
  }
  body #wrapper #main section#about .attention .product .detail li:nth-child(2) {
    top: 0;
    right: 0;
  }
  body #wrapper #main section#about .attention .product .detail li:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  body #wrapper #main section#about .attention .product .detail li:nth-child(4) {
    bottom: 0;
    right: 0;
  }
  body #wrapper #main section#about .attention .product .detail li.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .attention .product .note {
    margin-top: 2.5vw;
  }
  body #wrapper #main section#ion {
    padding-top: 10.93333vw;
  }
  body #wrapper #main section#ion .gold_bg {
    background: #edd18d;
    padding-bottom: 7.33333vw;
  }
  body #wrapper #main section#ion .gold_bg h2 {
    position: relative;
    overflow: hidden;
    font-size: 54px;
    font-size: 7.2vw;
    line-height: 1.3em;
    text-align: center;
    color: #ffffff;
    background: url(../../img/underlayer_cmn/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 9.93333vw 0;
  }
  body #wrapper #main section#ion .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#ion .gold_bg h2.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section#ion .gold_bg .img {
    width: 26.26667vw;
    margin: 9.33333vw auto 0;
  }
  body #wrapper #main section#ion .gold_bg .txt {
    margin: 2.5vw auto 0;
    font-size: 38px;
    font-size: 5.06667vw;
    line-height: 1.3em;
    text-align: center;
  }
  body #wrapper #main section#ion .gold_bg .txt sup {
    font-size: 75%;
  }
  body #wrapper #main section#ion .gold_bg .txt span {
    display: inline-block;
    position: relative;
    font-size: 54px;
    font-size: 7.2vw;
    line-height: 1.3em;
    border-bottom: 2px solid #000000;
    margin-top: 2.66667vw;
  }
  body #wrapper #main section#ion .gold_bg .note {
    width: 88.26667vw;
    margin: 4vw auto 0;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.45455em;
    text-align: right;
  }
  body #wrapper #main section#ion .gold_bg .note span {
    position: relative;
    top: 0.53333vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg {
    background-color: #f1daa3;
    padding-top: 6.66667vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#ion .damage .yellow_bg .ttl sup {
    font-size: 75%;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box {
    width: 88.26667vw;
    margin: 5vw auto 0;
    background: #051a2b;
    padding-bottom: 8.33333vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .ttl {
    position: relative;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
    padding: 2.8vw 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1daa3;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .img {
    position: relative;
    width: 60vw;
    margin: 4vw auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .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 .contents_box .img .bubble.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .img span {
    display: block;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 2.18409em;
    text-align: center;
    margin-top: 0.43333vw;
    color: #ffffff;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .txt {
    position: relative;
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
    margin-top: 2.66667vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .txt span {
    padding: 0.26667vw;
    border-bottom: 1px solid #ffffff;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .txt::after {
    content: "";
    width: 40%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .yellow_txt {
    color: #f1daa3;
    display: block;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.6em;
    text-align: center;
    margin-top: 2vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example {
    width: 47.6vw;
    margin: 6.5vw auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .example_ttl {
    width: 100%;
    position: relative;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.33333em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .example_ttl::before, body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .example_ttl::after {
    content: "";
    width: 16.26667vw;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    background: #7e7e7e;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .example_ttl::before {
    right: -7.73333vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .example_ttl::after {
    left: 7.73333vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .img_wrap {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .img_wrap .img {
    width: 10.06667vw;
    margin: 0;
    margin-right: 4vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .img_wrap .txt {
    text-align: left;
    margin-top: 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box .example .img_wrap .txt::after {
    content: none;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) {
    position: relative;
    margin-top: 11.66667vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2).anim::after {
    transform: translateY(0%);
    opacity: 1;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2)::after {
    content: "";
    width: 69.4vw;
    height: 17.46667vw;
    background: url(../../img/underlayer_cmn/box_arrow_sp.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: -17.4vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    transform: translateY(-20%);
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .ttl {
    background: #b38d3b;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .ttl::after {
    content: none;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .img {
    width: 41.26667vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .txt::after {
    content: none;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .example {
    width: 48vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .example .img_wrap {
    width: 58vw;
    margin-top: 1vw;
    margin-left: -7vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box:nth-child(2) .example .img_wrap .img {
    width: 13.66667vw;
    margin-top: 1vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex {
    position: relative;
    margin-top: 8.26667vw;
    padding-bottom: 10vw;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex .ttl {
    padding-top: 10.66667vw;
    padding-bottom: 8.4vw;
    background: #000000;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex .ttl .sub_ttl {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.3em;
    text-align: center;
    color: #f1daa3;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex .ttl img {
    width: 62.13333vw;
    margin: 4.33333vw auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex .ttl::after {
    content: none;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex .img {
    width: 75.13333vw;
    margin: 10.33333vw auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg .contents_box.premiumex span {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.39591em;
    color: #ffffff;
    position: absolute;
    bottom: 8.33333vw;
    right: 6.66667vw;
  }

  body #wrapper #main section#another .daily_use {
    position: relative;
    width: 75vw;
    margin: 8vw auto 0;
    border: solid 2px #ffffff;
    padding: 13.33333vw 6vw 6.66667vw;
  }
  body #wrapper #main section#another .daily_use .ttl {
    width: 76vw;
    background: #ffffff;
    color: #95000c;
    position: absolute;
    top: -6.66667vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.26667vw 0;
    text-align: center;
    font-size: calc(50 / 1125 * 100vw);
    font-size: 4vw;
    line-height: 1.4em;
    font-weight: bold;
  }
  body #wrapper #main section#another .daily_use > .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 2.57143em;
    color: #ffffff;
    margin: auto;
  }
  body #wrapper #main section#another .daily_use > .txt >div:nth-child(1){
    width: 25vw;
  }
  body #wrapper #main section#another .daily_use > .txt >div:nth-child(2) span:nth-child(1) {
    font-weight: bold;
    font-size: calc(40 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .txt >div:nth-child(2) span:nth-child(2) {
    margin-top: calc(10 / 1125 * 100vw);
    font-weight: bold;
    font-size: calc(46 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .txt span {
    text-align: center;
    display: block;  
    line-height: 1.5;
  }
  body #wrapper #main section#another .daily_use > .main {
    margin: calc(80 / 1125 * 100vw) auto calc(80 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.5;
    gap: calc(30 / 1125 * 100vw) 0;
  }
  body #wrapper #main section#another .daily_use > .main ul li {
    text-align: center;
    width: 100%;
    padding: calc(40 / 1125 * 100vw) 0;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
  }
  body #wrapper #main section#another .daily_use > .main ul li::before {
    white-space: pre;
    position: absolute;
    top: calc(-60 / 1125 * 100vw);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(240 / 1125 * 100vw);
    height: calc(240 / 1125 * 100vw);
    border-radius: 100px;
    font-size: calc(40 / 1125 * 100vw);
    line-height: 1.3;
    color: #fff;
    background-color: #a77634;
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(1)::before {
    content: "艶\Aしなやかさ";
    left: calc(-70 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(2)::before {
    content: "艶\Aハリ・コシ";
    left: calc(-70 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-70 / 1125 * 100vw);
    margin: 0 auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100 / 1125 * 100vw);
    height: calc(100 / 1125 * 100vw);
    border-radius: 100px;
    background: url(../../img/underlayer_cmn/icon_plus.png) 0 0 / 100% no-repeat;
  }
  body #wrapper #main section#another .daily_use > .main ul li h3 {
    text-align: center;
    margin-bottom: calc(20 / 1125 * 100vw);
    font-size: calc(36 / 1125 * 100vw);
    font-weight: bold;
  }
  body #wrapper #main section#another .daily_use > .main ul li img {
    margin-top: calc(20 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(1) img {
    width: calc(546 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .main ul li:nth-child(2) img {
    width: calc(200 / 1125 * 100vw);
  }
  body #wrapper #main section#another .daily_use > .main .notice {
    text-align: right;
    max-width: 900px;
    margin: calc(10 / 1125 * 100vw) auto 0;
    color: #fff;
  }

  body #wrapper #main section#another .daily_use > .foot {
    margin: calc(30 / 1125 * 100vw) auto 0;
    padding-bottom: calc(30 / 1125 * 100vw);
    border-radius: 5px;
    background-color: #fff;
  }
  body #wrapper #main section#another .daily_use > .foot ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    line-height: 1.5;
    padding: calc(40 / 1125 * 100vw) 0;
    gap: calc(150 / 1125 * 100vw) 0;
  }
  body #wrapper #main section#another .daily_use > .foot ul li {
    position: relative;
    width: 100%;
  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: calc(-100 / 1125 * 100vw);
    margin: 0 auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(171 / 1125 * 100vw);
    height: calc(51 / 1125 * 100vw);
    background: url(../../img/underlayer_cmn/icon_arrow_sp.png) 0 0 / 100% no-repeat;
  }
  body #wrapper #main section#another .daily_use > .foot ul li h3 {
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: calc(39 / 1125 * 100vw);
    padding-bottom: 10px;
    position: relative;
  }
  body #wrapper #main section#another .daily_use > .foot ul li h3::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 92%;
    height: 2px;
    background: #b38d3a;
  }
  body #wrapper #main section#another .daily_use > .foot ul li h4 {
    text-align: center;
    margin-top: 5px;
    font-size: calc(45 / 1125 * 100vw);
    font-weight: bold;
  }

  body #wrapper #main section#another .daily_use > .foot ul li img {
  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(1) img {
    
    width: calc(700 / 1125 * 100vw);
    margin: calc(-30 / 1125 * 100vw) auto 0;

  }
  body #wrapper #main section#another .daily_use > .foot ul li:nth-child(2) img {
    display: table;
    width: calc(650 / 1125 * 100vw);
    margin: 0 auto;
  }
  body #wrapper #main section#another .daily_use > .foot p {
    text-align: right;
    margin-right: calc(50 / 1125 * 100vw);
    color: #7a7a7a;
  }

  body #wrapper #main section#step {
    padding-top: 13.33333vw;
  }
  body #wrapper #main section#step h2 {
    width: 51.33333vw;
    margin: auto;
  }
  body #wrapper #main section#product_info {
    padding-top: 13.33333vw;
    padding-bottom: 10.66667vw;
  }
  body #wrapper #main section#product_info .white_bg {
    width: 88.66667vw;
    margin: 2.66667vw auto 0;
    background: #ffffff;
    padding: 9.6vw 0;
  }
  body #wrapper #main section#product_info .white_bg.bg2 {
    padding: 0 0 9.6vw;
  }
  body #wrapper #main section#product_info .white_bg.bg4 {
    padding: 0 0 9.6vw;
  }
  body #wrapper #main section#product_info #cool {
    padding-top: calc(70 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg .img {
    width: 76vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .img li {
    width: 36.66667vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .img li span:nth-child(1) {
    width: 14.53333vw;
  }
  body #wrapper #main section#product_info .white_bg .img li span:nth-child(2) {
    width: 20.53333vw;
  }
  body #wrapper #main section#product_info .white_bg .txt {
    width: 35.2vw;
    margin: 2.66667vw auto 0;
  }
  body #wrapper #main section#product_info .white_bg .txt li span {
    width: 100%;
    height: 6vw;
    border: solid 2px #7e7e7e;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1em;
    padding-top: 0.4vw;
  }
  body #wrapper #main section#product_info .white_bg .txt li span:nth-child(2) {
    margin-top: 1.33333vw;
  }
  body #wrapper #main section#product_info .white_bg .more_damage {
    width: 76vw;
    margin: 6.53333vw auto 0;
  }
  body #wrapper #main section#product_info .white_bg .more_damage .ttl {
    width: 70.13333vw;
    margin: auto;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.14286em;
    text-align: center;
    color: #b38d3b;
    padding-bottom: 2.66667vw;
    border-bottom: 2px solid #b38d3b;
  }
  body #wrapper #main section#product_info .white_bg .more_damage p {
    width: 70.13333vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6em;
    margin: 4.33333vw auto 0;
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .more_damage p:nth-child(3) {
    margin-top: 3vw;
  }
  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: 8vw auto 0;
  }
  body #wrapper #main section#product_info .white_bg.set .img {
    width: 53.33333vw;
    margin-top: 6.66667vw;
  }
  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 {
    width: 100%;
  }
  body #wrapper #main section#content_footer ul li:nth-child(1), body #wrapper #main section#content_footer ul li:nth-child(2) {
    height: 30.66667vw;
  }
  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: 80.66667vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 6vw;
  }
  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: 34px;
    font-size: 4.53333vw;
    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: 24px;
    font-size: 3.2vw;
    line-height: 1.3em;
    margin-bottom: 2.66667vw;
  }
  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;
    margin: 0 0 0 auto;
  }
  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: 3.33333vw;
    height: 5.86667vw;
    background: url(../../img/underlayer_cmn/arrow_w.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -8.66667vw;
    transform: translateY(-50%);
  }
  body #wrapper #main section#content_footer ul li.mask {
    background: #a06209;
    background: linear-gradient(90deg, #a06209 0%, #ebae51 100%);
  }
  body #wrapper #main section#content_footer ul li.basic {
    background: #b32123;
    background: linear-gradient(90deg, #781413 0%, #b32123 100%);
  }
  body #wrapper #main section#content_footer ul li.intensiverepair {
    background: #000101;
    background: linear-gradient(90deg, #000101 0%, #004688 100%);
  }
  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: 14.66667vw 0 4vw;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) .inner figure {
    width: 100%;
    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.8;
    line-height: 0;
    width: 192%;
    top: 19vw;
    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: 69.86667vw;
    line-height: 0;
    margin: auto;
    margin-top: -5vw;
    z-index: 2;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) .inner .btn_area .btn .arw {
    top: 5.5vw;
  }
  
  body #wrapper #main section .golden_repair ul#golden_repair_list li span small {
    font-size: 75%;
    letter-spacing: -.025em;
  }
}
@media screen and (max-width: 758px) {
  body #wrapper {
    background: #95000c;
  }
  body #wrapper .modal .modal_wrap {
    overflow: auto;
    overflow-y: scroll;
    position: relative;
    top: 18vw;
    padding-top: 8vw;
    height: 80vh;
  }
  body #wrapper .modal .modal_inner {
    top: 0;
    transform: translateX(-50%) translateY(0%);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area {
    flex-wrap: wrap;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.37143em;
    font-weight: bold;
    color: #000000;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    margin-left: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 74.93333vw;
    margin: 2.5vw auto 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    text-align: left;
    margin-top: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(7) {
    margin-top: 10.66667vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5.33333vw;
    left: 0;
    background: #e1e1e1;
  }
  body #wrapper #main section#renewal {
    background: #231815;
    padding: 8vw 0 10.6666664vw;
  }
  body #wrapper #main section#renewal .ttl {
    width: 88vw;
    margin: auto;
    font-size: 4.26667vw;
    line-height: 1.3em;
    text-align: center;
    color: #ffffff;
    background: url(../../img/underlayer_cmn/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 2.66667vw 0;
  }
  body #wrapper #main section#renewal .txt {
    width: 79.0666646vw;
    margin: 7.33333vw auto 0;
  }
  body #wrapper #main section#renewal .txt .notice {
    text-align: right;
    margin: 2vw auto 5vw;
    color: #fff;
  }

  body #wrapper #main section#renewal .bnr-top{
    width:91.067vw;
    margin-left:3.067vw;
    margin-bottom:10.667vw;
    height:59.733vw;
  }

  body #wrapper #main section#renewal .bnr{
    width: 88.2666644vw;
    margin: 5.19999987vw auto 0;
    height: auto;
  }

  body #wrapper #main section#about .product .product_wrap .product_item {
    padding: 10.66667vw 0 9.33333vw;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .ttl {
    font-size: 4.53333vw;
    line-height: 1.99176em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .ttl span {
    display: inline-block;
    font-size: 8.8vw;
    line-height: 1.02606em;
    padding-bottom: 0.4vw;
    border-bottom: solid 2px #ffffff;
    margin: 6.66667vw 0 0 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .sub_txt {
    width: 88vw;
    margin: 3.33333vw auto 0;
    font-size: 5vw;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .sub_txt span {
    display: block;
    margin-top: -5px;
    font-size: 0.5em;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .sub_txt.line {
    border: solid 2px #c18384;
    box-sizing: border-box;
    padding: 2.66667vw 0;
    font-size: 4vw;
    letter-spacing: -0.05em;
    line-height: 2em;
    margin: 3vw auto 4vw;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .sub_txt.line span {
    display: block;
    font-size: 2.93333vw;
    line-height: 1.80773em;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .product_img {
    position: relative;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .product_img .img {
    width: 99.73333vw;
    margin: 5.33333vw auto 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .product_img .caption {
    width: 100%;
    font-size: 5.86667vw;
    line-height: 1.3em;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 83.33333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#about .product .product_wrap .product_item .product_img .caption span {
    display: block;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .product_img .caption .scent {
    font-size: 3.46667vw;
    line-height: 1.52962em;
    margin-bottom: 8vw;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .product_img .caption .type {
    font-size: 3.73333vw;
    line-height: 1.6em;
    margin: 4.93333vw 0 0 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .explanation_img {
    position: relative;
    width: 88vw;
    margin: 30vw auto 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .explanation_img span {
    font-size: 2.93333vw;
    line-height: 0.87273em;
    color: #ffffff;
    position: absolute;
    bottom: -4.66667vw;
    right: 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item .btn_area {
    margin: 10.93333vw auto 0;
  }
  body #wrapper #main section#about .product .product_wrap .product_item.moist {
    background: #770705;
    background: -moz-linear-gradient(top, #770705 0%, #b80917 100%);
    background: -webkit-linear-gradient(top, #770705 0%, #b80917 100%);
    background: linear-gradient(to bottom, #770705 0%, #b80917 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#770705",endColorstr="#b80917",GradientType=1);
  }
  body #wrapper #main section#about .product .product_wrap .product_item.moist .item_inner .btn_area .t {
    background: #990c12;
  }
  body #wrapper #main section#about .product .product_wrap .product_item.volume {
    background: #9d6b02;
    background: -moz-linear-gradient(top, #9d6b02 0%, #dcb14b 100%);
    background: -webkit-linear-gradient(top, #9d6b02 0%, #dcb14b 100%);
    background: linear-gradient(to bottom, #9d6b02 0%, #dcb14b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d6b02",endColorstr="#dcb14b",GradientType=1);
  }
  body #wrapper #main section#about .product .product_wrap .product_item.volume .sub_txt.line {
    border-color: #d4bb87;
  }
  body #wrapper #main section#explanation {
    padding: 0 0 0 0;
  }

  body #wrapper #main section#explanation h2{
    position: relative;
    overflow: hidden;
    font-size: 54px;
    font-size: 7.2vw;
    line-height: 1.1em;
    text-align: center;
    color: #ffffff;
    -background: url(../../img/underlayer_cmn/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 5vw 0;
  }

  body #wrapper #main section#explanation .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#explanation .gold_bg h2.anim::before {
    animation: shine 3s;
  }

  body #wrapper #main section#explanation h2 span {
    font-size: 5.333333vw;
    display: block;
  }
  body #wrapper #main section#explanation h2 span.notice {
    text-align: right;
    margin-right: 8vw;
    font-size: 3vw;
  }
  body #wrapper #main section#explanation .contents_box {
    width: 88vw;
    margin: 0 auto;
    background: #ffffff;
    padding-bottom: 10.6vw;
    padding-top: 7.9999998vw;
    margin-bottom: 10.6666664vw;
    position: relative;
  }
  body #wrapper #main section#explanation .contents_box .abs-txt {
    position: absolute;
    right: 2.6666666vw;
    bottom: 5.06666654vw;
    font-size: 2.933333vw;
    color: #7a7a7a;
  }
  body #wrapper #main section#explanation .contents_box .ttl {
    position: relative;
    font-size: 5.066667vw;
    line-height: 1;
    text-align: center;
    padding: 0 0 2.53333327vw;
    background: url("../../img/basic/basic-underline-sp.png") no-repeat center bottom;
    background-size: 70.6666649vw;
  }
  body #wrapper #main section#explanation .contents_box .ttl span {
    font-size: 4.266667vw;
    display: block;
    padding-bottom: 2.53333327vw;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents .sub_ttl {
    width: 76vw;
    margin: 6.66667vw auto 0;
    font-size: 4.26667vw;
    line-height: 1.3em;
    text-align: center;
    border: solid 2px #b38d3b;
    box-sizing: border-box;
    padding: 3.33333vw 0;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents .img {
    position: relative;
    width: 76vw;
    margin: 4vw auto 0;
  }
  body #wrapper #main section#explanation .contents_box .contents_wrap .contents:nth-child(2) .sub_ttl {
    background: #fff3d8;
  }
  body #wrapper #main section#explanation .golden_repair .ttl {
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#explanation .golden_repair .sub_ttl {
    color: #ffffff;
  }
  body #wrapper #main section#explanation .golden_repair span {
    color: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice {
    background: #670407;
    background: -moz-linear-gradient(top, #670407 0%, #7c090d 100%);
    background: -webkit-linear-gradient(top, #670407 0%, #7c090d 100%);
    background: linear-gradient(to bottom, #670407 0%, #7c090d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#670407",endColorstr="#7c090d",GradientType=1);
  }
  body #wrapper #main section#explanation .share_voice .txt_ttl {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1.6em;
    color: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag li {
    color: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag li span::before {
    border: solid 1px #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag::before, body #wrapper #main section#explanation .share_voice .hash_tag::after {
    background: #ffffff;
  }
  body #wrapper #main section#step {
    padding-top: 13.33333vw;
  }
  body #wrapper #main section#step h2 {
    font-size: 62px;
    font-size: 8.26667vw;
    line-height: 1.3em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#step .step_wrap {
    width: 88vw;
    margin: 8vw auto 0;
  }
  body #wrapper #main section#step .step_wrap .care_wrap {
    width: 100%;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .ttl {
    position: relative;
    width: 100%;
    height: 12vw;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.3em;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .ttl p {
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .ttl span {
    width: 100%;
    height: 100%;
    background: #9f0a15;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care {
    position: relative;
    width: 100%;
    height: 146.93333vw;
    margin: 6.4vw auto 0;
    padding-bottom: 5.4vw;
    border: solid 2px #a67734;
    box-sizing: border-box;
    background: #ffffff;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#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#step .step_wrap .care_wrap .day_care ul {
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care ul li {
    width: 62.66667vw;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transform: translateY(-10%);
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care ul li .img {
    width: 22.93333vw;
    margin-right: 6vw;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care ul li .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.23077em;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care ul li:nth-child(2) {
    position: relative;
    margin-top: 11.46667vw;
  }
  body #wrapper #main section#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#step .step_wrap .care_wrap .day_care ul li.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#step .step_wrap .care_wrap .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: -7vw;
    left: 60%;
    transform: translateX(-50%);
    z-index: 2;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care {
    position: relative;
    width: 88.26667vw;
    margin: 4vw auto 0;
    border: solid 2px #ffffff;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-10%);
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 2.5s;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care .ttl {
    width: 17.33333vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 2px #ffffff;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care ul {
    width: 70.93333vw;
    margin: 0 0 0 auto;
  }
  body #wrapper #main section#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;
    color: #ffffff;
    text-align: center;
    margin-top: 3.5vw;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care ul li {
    width: 41.33333vw;
    margin: 3.86667vw auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 5vw 0;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care ul li .img {
    width: 15.73333vw;
    margin-right: 5.73333vw;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care ul li .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.23077em;
    color: #ffffff;
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .day_care ul li {
    position: relative;
  }
  body #wrapper #main section#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: -8vw;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .day_care ul li:nth-child(1)::before {
    content: none;
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .day_care ul li:nth-child(3) {
    margin-top: 10vw;
    border: solid 2px #fce4b7;
    padding: 4vw 0 5.33333vw;
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .day_care ul li:nth-child(3) .img {
    width: 17.86667vw;
    margin-left: 4.66667vw;
  }
  body #wrapper #main section#step .step_wrap .care_and {
    margin-top: 5vw;
    border: solid 2px #fce4b7;    
    position: relative;
  }
  body #wrapper #main section#step .step_wrap .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#step .step_wrap .care_and ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5vw;
    padding: 4vw 2vw;
  }
  body #wrapper #main section#step .step_wrap .care_and ul li {
    text-align: center;
    font-size: 4vw;
    color: #fff;
  }
  body #wrapper #main section#step .step_wrap .care_and ul li img {
    width: 14vw;
  }
  body #wrapper #main section#step .step_wrap .daily_use {
    position: relative;
    width: 75vw;
    margin: 14vw auto 0;
    border: solid 2px #ffffff;
    padding: 13.33333vw 6vw 6.66667vw;
  }
  body #wrapper #main section#step .step_wrap .daily_use .ttl {
    width: 76vw;
    background: #ffffff;
    color: #95000c;
    position: absolute;
    top: -6.66667vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 2.26667vw 0;
    text-align: center;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.4em;
    font-weight: bold;
  }
  body #wrapper #main section#step .step_wrap .daily_use > .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2em;
    width: 76vw;
    color: #ffffff;
    margin: auto;
  }
  body #wrapper #main section#step .step_wrap .daily_use > .txt span {
    display: block;
    text-align: right;
    margin-top: 4vw;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 2.36364em;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item {
    width: 76vw;
    margin: 6vw auto 0;
    padding: 5.33333vw 0 0;
    background: #ffffff;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .txt_img {
    width: 69.73333vw;
    margin: 0 auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .txt_img .img {
    width: 10.4vw;
    margin-left: 3.33333vw;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .txt_img .txt {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6em;
    margin-left: 6.66667vw;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .txt_img .txt span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.25em;
    display: block;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .list {
    margin-top: 4.66667vw;
    padding: 2.66667vw 0 4vw;
    background: #eeeeee;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .list .img {
    width: 69.06667vw;
    margin: auto;
  }
  body #wrapper #main section#step .step_wrap .daily_use .treatment_item .list .note {
    width: 69.06667vw;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.5em;
    margin: 4vw auto 0;
    color: #7a7a7a;
  }
  body #wrapper #main section#product_info {
    padding-top: 13.33333vw;
    padding-bottom: 10.66667vw;
  }
  body #wrapper #main section#product_info h2 {
    font-size: 62px;
    font-size: 8.26667vw;
    line-height: 1.3em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#product_info #spcd {
    margin-top: calc(10 / 750 * 100vw);
    padding-top: calc(70 / 750 * 100vw - 2.6666666vw);
  }
  body #wrapper #main section#product_info .white_bg {
    position: relative;
    width: 88.66667vw;
    margin: 2.6666666vw auto 0;
    background: #ffffff;
    padding: 8.66667vw 0 9.6vw 0;
    box-sizing: border-box;
  }
  body #wrapper #main section#product_info .white_bg + .white_bg {
    margin-top: calc(90 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg.bg2,
  body #wrapper #main section#product_info .white_bg.bg3,
  body #wrapper #main section#product_info .white_bg.bg4 {
    padding: 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg.bg2 {
    background-color: #ffdde2;
  }
  body #wrapper #main section#product_info .white_bg.bg3 {
    background-color: #f8ebc1;
  }
  body #wrapper #main section#product_info .white_bg.bg4 {
    background-color: #ccf6ff;
  }
  body #wrapper #main section#product_info .white_bg .ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 0.85714em;
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .product_info_inner {
    background-color: #fff;
  }
  body #wrapper #main section#product_info .white_bg.bg2 .product_info_inner {
    padding: calc(108 / 750 * 100vw) calc(14 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg.bg3 .product_info_inner {
    padding: calc(95 / 750 * 100vw) calc(14 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg.bg4 .product_info_inner {
    padding: calc(135 / 750 * 100vw) calc(14 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap {
    padding: calc(60 / 750 * 100vw) 0 0;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .img {
    width: calc(325 / 750 * 100vw);
    position: relative;
    z-index: 10;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.oilshampoo .img::before {
    content: "";
    width: calc(392 / 759 * 100vw);
    height: calc(234 / 759 * 100vw);
    display: block;
    background: url(../../img/basic/product_oilshampoo_before_sp.png) 0 0 /contain no-repeat;
    position: absolute;
    top: calc(-172 / 759 * 100vw);
    right: calc(-155 / 759 * 100vw);
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.premiumcool .img::before {
    content: "";
    width: calc(392 / 759 * 100vw);
    height: calc(234 / 759 * 100vw);
    display: block;
    background: url(../../img/basic/product_premiumcool_before_sp.png) 0 0 /contain no-repeat;
    position: absolute;
    top: calc(-190 / 759 * 100vw);
    right: calc(-155 / 759 * 100vw);
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.moist.set .img::before {
    content: "";
    width: calc(392 / 759 * 100vw);
    height: calc(174 / 759 * 100vw);
    display: block;
    background: url(../../img/basic/product_moist_set_before_sp.png) 0 0 /contain no-repeat;
    position: absolute;
    top: calc(-142 / 759 * 100vw);
    right: calc(-155 / 759 * 100vw);
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item.volume.set .img::before {
    content: "";
    width: calc(392 / 759 * 100vw);
    height: calc(174 / 759 * 100vw);
    display: block;
    background: url(../../img/basic/product_volume_set_before_sp.png) 0 0 /contain no-repeat;
    position: absolute;
    top: calc(-142 / 759 * 100vw);
    right: calc(-155 / 759 * 100vw);
    z-index: -1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item + .product_info_item {
    margin-top: calc(60 / 759 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg.bg3 .product_info_item_wrap .product_info_item + .product_info_item {
    margin-top: calc(210 / 759 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg .product_info_item .img {
    width: 62.8vw;
    margin: auto;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item .txt {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.45278em;
    color: #b38c3b;
    text-align: center;
    margin-top: 6.66667vw;
    width: 100%;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item .type {
    text-align: center;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6em;
    margin-top: 5.33333vw;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .type span {
    display: block;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item_wrap .product_info_item .type p + p {
    margin-top: calc(20 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg .product_info_item .type p:nth-child(1) {
    margin-top: 0;
  }
  body #wrapper #main section#product_info .white_bg .product_info_item.moist .btn_area a .t {
    background-color: #990c12;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1,
  body #wrapper #main section#product_info .white_bg .product_info_title.title2,
  body #wrapper #main section#product_info .white_bg .product_info_title.title4 {
    padding: calc(27 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(220 / 750 * 100vw);
    width: 100%;
    min-height: calc(160 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    font-weight: 600;
    color: #000;
    line-height: calc(36 / 32);
    text-align: center;
    letter-spacing: .04em;
    position: relative;
    box-sizing: border-box;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1 {
    padding-left: calc(140 / 750 * 100vw);
    background-color: #ffdde2;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title2 {
    padding-left: calc(90 / 750 * 100vw);
    background-color: #f8ebc1;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title4 {
    padding-left: calc(168 / 750 * 100vw);
    background-color: #ccf6ff;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1::before,
  body #wrapper #main section#product_info .white_bg .product_info_title.title2::before {
    content: "";
    width: calc(267 / 750 * 100vw);
    height: calc(311 / 750 * 100vw);
    display: block;
    position: absolute;
    top: calc(-80 / 750 * 100vw);
    left: calc(-66 / 750 * 100vw);
    z-index: 10;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title4::before {
    content: "";
    width: calc(226 / 750 * 100vw);
    height: calc(226 / 750 * 100vw);
    display: block;
    position: absolute;
    top: calc(-40 / 750 * 100vw);
    left: calc(-50 / 750 * 100vw);
    z-index: 10;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title1::before {
    background: url(../../img/basic/product_title1_before_sp.png) 0 0 /contain no-repeat;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title2::before {
    background: url(../../img/basic/product_title2_before_sp.png) 0 0 /contain no-repeat;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title4::before {
    background: url(../../img/basic/product_title4_before_sp.png) 0 0 /contain no-repeat;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.title3 {
    margin-top: calc(60 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    font-weight: 400;
    color: #de3659;
    line-height: calc(54 / 36);
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .product_info_title.sub-title4 {
    margin-top: calc(60 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    font-weight: 400;
    color: #1e257d;
    line-height: calc(54 / 36);
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg .product_info_note {
    margin-top: calc(50 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    font-weight: 300;
    color: #000;
    line-height: 1;
    text-align: right;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn {
    margin-top: calc(70 / 750 * 100vw);
    padding-top: calc(22 / 750 * 100vw);
    width: 100%;
    height: calc(90 / 750 * 100vw);
    font-size: calc(43 / 750 * 100vw);
    font-weight: 600;
    color: #010101;
    line-height: 1;
    text-align: center;
    letter-spacing: -.01em;
    border: calc(2 / 750 * 100vw) solid #ab7900;
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, .2);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn::before,
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn::after {
    content: "";
    width: calc(50 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    display: block;
    background-color: #ab7900;
    position: absolute;
    top: calc(50% - 3 / 750 * 100vw);
    right: calc(17 / 750 * 100vw);
    transition: transform .3s;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn::after {
    transform: rotate(90deg);
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_btn.is-active::after {
    transform: rotate(0);
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_inner {
    display: none;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_img_wrap {
    gap: 10px 0;
  }
  body #wrapper #main section#product_info .white_bg .product_info_accordion_img {
    margin-top: calc(40 / 750 * 100vw);
  }
  body #wrapper #main section#product_info .white_bg.set {
    padding-top: 0;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl {
    font-size: 4.53333vw;
    padding: 4vw 0;
    background: #b38d3b;
    color: #ffffff;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap {
    margin: 6.66667vw auto 0;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents {
    margin-top: 14vw;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents .contents_ttl {
    font-size: 4.8vw;
    line-height: 1.3em;
    text-align: center;
    color: #b38d3b;
    font-weight: bold;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents .contents_ttl span {
    font-size: 4.26667vw;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents.moist {
    margin-top: 0;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents.moist .contents_ttl {
    color: #990c12;
  }
  body #wrapper #main section#product_info .white_bg.set .set_wrap .set_contents.moist .btn_area a .t {
    background-color: #990c12;
  }
  body #wrapper #main section#content_footer ul li.intensiverepair .inner .img {
    width: 13.73333vw;
  }
  body #wrapper #main section#content_footer ul li.mask .inner .img {
    width: 13.73333vw;
  }
}

section.limited {
  float: none!important;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.limited {
    max-width: 1100px;
    margin-bottom: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.limited {
    width: 89.3333333333vw!important;
    padding-bottom: 10.6666666667vw;
    margin: 0 auto 12vw;
  }
}
section.limited > h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-color: #d51367;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.limited > h2 {
    height: 130px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.limited > h2 {
    padding: 2.6666666667vw 4vw 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  section.limited > h2 > span {
    display: table;
    margin-left: auto;
    gap: 10px;
  }
}
section.limited > h2 > span sup {
  font-size: 0.6em!important;
}
@media screen and (min-width: 768px) {
  section.limited > h2 > span span.st {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.limited > h2 > span span.st {
    display: inline-block;
    margin-top: 1.3333333333vw;
    line-height: 1.2;
    font-size: 4.8vw;
  }
}
section.limited div.head {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.limited div.head {
    padding-bottom: 70px;
    background: url(../../img/basic/limited_bg.png) 0 0/auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head {
    padding: 4vw 4vw 13.3333333333vw;
    background: url(../../img/basic/sp/limited_bg.png) 0 0/auto no-repeat;
  }
}
section.limited div.head:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../img/basic/limited_time.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.limited div.head:before {
    top: -110px;
    left: 20px;
    margin: auto;
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head:before {
    top: -22.5vw;
    left: 1.3333333333vw;
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
}
section.limited div.head h3 {
  font-weight: bold;
  text-align: center;
  color: #d51367;
}
@media screen and (min-width: 768px) {
  section.limited div.head h3 {
    padding-top: 40px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head h3 {
    font-size: 5.3333333333vw;
  }
}
section.limited div.head h3 sup {
  font-size: 0.5em!important;
}
section.limited div.head div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.limited div.head div.image {
    margin: 40px 0;
  }
  section.limited div.head div.image img {
    width: 562px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head div.image {
    margin: 5.3333333333vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head div.image img {
    width: 80vw;
  }
}
section.limited div.head h4 {
  text-align: center;
  color: #a8791b;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.limited div.head h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head h4 {
    font-size: 4.8vw;
  }
}
section.limited div.head ul {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.limited div.head ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head ul {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.head ul li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head ul li {
    line-height: 2;
    margin: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
section.limited div.head ul li sup {
  font-size: 0.5em!important;
}
section.limited div.head p {
  text-align: right;
}
@media screen and (min-width: 768px) {
  section.limited div.head p {
    margin: 20px 50px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head p {
    margin: 5.3333333333vw 0;
    font-size: 2.6666666667vw;
  }
}
section.limited div.head h5 {
  text-align: center;
  color: #d51367;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.limited div.head h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.head h5 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main {
    padding: 0 4vw;
  }
}
section.limited div.main h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d51367;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.limited div.main h2 {
    line-height: 1.6;
    height: 68px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main h2 {
    line-height: 1.25;
    flex-direction: column;
    padding: 3.3333333333vw 0;
    font-size: 4.8vw;
  }
}
section.limited div.main div.point {
  float: none!important;
  
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point h2 {
    height: 68px;
    font-size: 24px;
  }
}
section.limited div.main div.point ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul {
    gap: 0 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul {
    gap: 9.3333333333vw 0;
    flex-direction: column;
    margin-top: 8.6666666667vw;
  }
}
section.limited div.main div.point ul li {
  border: 1px solid #dba300;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li {
    max-width: 300px;
    padding: 30px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li {
    padding: 6.6666666667vw 5vw 4vw 5vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li:nth-of-type(3) div.text {
    margin-top: 20px;
  }
}
section.limited div.main div.point ul li:nth-of-type(1)::before {
  background: url(../../img/basic/point_icon1.png) 0 0/100% no-repeat;
}
section.limited div.main div.point ul li:nth-of-type(2)::before {
  background: url(../../img/basic/point_icon2.png) 0 0/100% no-repeat;
}
section.limited div.main div.point ul li:nth-of-type(3)::before {
  background: url(../../img/basic/point_icon3.png) 0 0/100% no-repeat;
}
section.limited div.main div.point ul li:before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li:before {
    top: -30px;
    left: -30px;
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li:before {
    top: -8vw;
    left: -4vw;
    width: 19.8666666667vw;
    height: 19.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li div.title {
    margin-bottom: 6.6666666667vw;
  }
}
section.limited div.main div.point ul li div.title h3 {
  text-align: center;
  color: #d51367;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.title h3 {
    letter-spacing: -0.03em;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li div.title h3 {
    font-size: 5.8666666667vw;
  }
}
section.limited div.main div.point ul li div.title h3 sup {
  font-size: 0.5em!important;
}
section.limited div.main div.point ul li div.title p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.title p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li div.title p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.image {
    margin-top: 20px;
  }
}
section.limited div.main div.point ul li div.text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.text {
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li div.text {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.text p:nth-of-type(1) {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li div.text p:nth-of-type(1) {
    line-height: 1.7;
    font-size: 3.7333333333vw;
  }
}
section.limited div.main div.point ul li div.text p:nth-of-type(1) sup {
  font-size: 0.5em!important;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.point ul li div.text p:nth-of-type(2) {
    position: absolute;
    bottom: 12px;
    right: 30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.point ul li div.text p:nth-of-type(2) {
    text-align: right;
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
section.limited div.main div.point ul li div.text p span.st {
  color: #d51367;
}
section.limited div.main div.born {
  border: 1px solid #fedeea;
}
section.limited div.main div.born {
  float: none!important;
  
}
@media screen and (min-width: 768px) {
  section.limited div.main div.born {
    margin-top: 80px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.born {
    margin-top: 12vw;
    padding-bottom: 6.6666666667vw;
  }
}
section.limited div.main div.born h2 sup {
  font-size: 0.6em;
}
section.limited div.main div.born div.image {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.born div.image {
    margin-top: 30px;
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.born div.image {
    margin-top: 4vw;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main div.born p {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.born p {
    text-align: right;
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
section.limited div.main div.notice {
  text-align: right;
}
@media screen and (min-width: 768px) {
  section.limited div.main div.notice {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.notice {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.limited div.main div.notice ul li {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.limited div.main div.notice ul li {
    
    font-size: 2.4vw;
  }
}
