@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: 70.6px;
    display: inline-block;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 12px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li {
    width: 100%;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    width: 140px;
    font-size: 14px;
    line-height: 2.14286em;
    text-align: center;
    position: absolute;
    top: -42px;
    left: -20px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area {
    position: relative;
    width: 140px;
    height: 34px;
    line-height: 0;
    left: -20px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn {
    border-radius: 10px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 15px;
    line-height: 2.43333em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li:nth-child(2) .txt {
    left: 130px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(4) {
    padding-top: 7px;
    border-top: solid 2px #e1e1e1;
    box-sizing: border-box;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) {
    padding-top: 7px;
    margin-top: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) .ttl span {
    margin-left: 60px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set {
    padding-top: 7px;
    border-top: solid 2px #e1e1e1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set ul {
    width: 140px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .list_wrap {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul {
    width: 500px;
    height: 135px;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a {
    width: 242px;
    display: block;
    border: 1px solid #b38d3b;
    border-radius: 2px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a > img {
    width: 152px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a .ico {
    position: absolute;
    width: 11px;
    line-height: 0;
    top: 45px;
    right: 7px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no {
    border: none;
    background: #eeeeee;
    pointer-events: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no > img {
    opacity: 0.5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no .ico {
    display: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a:hover > img {
    opacity: 0.6;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(3), body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(4) {
    margin-top: 12px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .inner_close {
    width: 85px;
    font-weight: bold;
    font-size: 18px;
    line-height: 2.02333em;
    color: #b38d3b;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .inner_close .ico {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .inner_close .ico span {
    width: 100%;
    height: 2px;
    background: #b38d3b;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .inner_close .ico span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal.open {
    opacity: 1;
  }
  body #wrapper #main {
    float: none;
    margin: 0 auto;
  }
  body #wrapper #main section sup {
    font-size: 50%;
    vertical-align: super;
  }
  body #wrapper #main section .btn_area {
    position: relative;
    width: 473px;
    height: 62px;
    line-height: 0;
    margin: 35px auto 0;
  }
  body #wrapper #main section .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper #main section .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper #main section .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper #main section .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper #main section .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper #main section .btn_area .btn a .t {
    position: relative;
    background: #b38c3b;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.86778em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.04em;
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus::before, body #wrapper #main section .btn_area .btn a .t .icon_plus::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
  }
  body #wrapper #main section .btn_area .btn a .t .icon_plus::after {
    transform: rotate(90deg);
  }
  body #wrapper #main section .share_voice {
    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: 29px;
    height: 24px;
    background: url(../../img/underlayer_cmn/twitter_logo.png) no-repeat top left;
    background-size: cover;
    position: absolute;
    top: 17px;
    left: 100px;
    z-index: 2;
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area .btn a:hover .arw {
    transform: translateX(10px);
  }
  body #wrapper #main section .share_voice .btn_wrap .btn_area:nth-child(2) .btn a::before {
    width: 25px;
    height: 25px;
    background: url(../../img/underlayer_cmn/instagram_logo.png) no-repeat top left;
    background-size: cover;
  }
  body #wrapper #main section .gold_bg {
    background: #edd18d;
    padding-bottom: 20px;
  }
  body #wrapper #main section .gold_bg h2 {
    position: relative;
    overflow: hidden;
    font-size: 38px;
    line-height: 1.095em;
    text-align: center;
    color: #ffffff;
    background: url(../../img/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 40px 0;
  }
  body #wrapper #main section .gold_bg h2::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section .gold_bg h2.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section .gold_bg .wrap {
    width: 735px;
    margin: 30px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section .gold_bg .wrap .img {
    width: 92px;
    margin-right: 20px;
    margin-top: 10px;
  }
  body #wrapper #main section .gold_bg .wrap .txt {
    width: 510px;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
    margin-top: -10px;
  }
  body #wrapper #main section .gold_bg .wrap .txt sup {
    font-size: 75%;
  }
  body #wrapper #main section .gold_bg .wrap .txt span {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
  }
  body #wrapper #main section .gold_bg .note {
    width: 922px;
    margin: 2px auto 0;
    font-size: 12px;
    line-height: 2.66667em;
    text-align: right;
  }
  body #wrapper #main section .gold_bg .note span {
    position: relative;
    top: 3px;
  }
  body #wrapper #main section .golden_repair {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  body #wrapper #main section .golden_repair .ttl {
    font-size: 34px;
    line-height: 0.94118em;
    margin-top: 30px;
    text-align: center;
  }
  body #wrapper #main section .golden_repair .sub_ttl {
    width: 814px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 7px auto 0;
    text-align: right;
  }
  body #wrapper #main section .golden_repair .sub_ttl span {
    position: relative;
    top: 3px;
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  body #wrapper #main section .golden_repair .list_ttl {
    position: relative;
    overflow: hidden;
    width: 1101px;
    font-size: 18px;
    line-height: 1.77778em;
    text-align: center;
    color: #ffffff;
    margin: 1px auto 0;
    padding: 1px 0;
    background: url(../../img/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
  }
  body #wrapper #main section .golden_repair .list_ttl::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section .golden_repair .list_ttl.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section .golden_repair ul {
    width: 656px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section .golden_repair ul li {
    position: relative;
    width: 171px;
    height: 171px;
    background: url(../../img/underlayer_cmn/golden_repair_item_bg.png) no-repeat top right;
    background-size: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 1.3em;
    text-align: center;
    padding-left: 46px;
    left: -28px;
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section .golden_repair ul li.anim {
    opacity: 1;
  }
  body #wrapper #main section .golden_repair ul li::after {
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -55px;
    left: 0;
    background: url(../../img/underlayer_cmn/golden_repair_item01.png) no-repeat top left;
    background-size: 108px;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(2) {
    left: 0;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(2)::after {
    background: url(../../img/underlayer_cmn/golden_repair_item02.png) no-repeat top left;
    background-size: 108px;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(3) {
    left: 13px;
  }
  body #wrapper #main section .golden_repair ul li:nth-child(3)::after {
    background: url(../../img/underlayer_cmn/golden_repair_item03.png) no-repeat top left;
    background-size: 108px;
  }
  body #wrapper #main section .golden_repair span {
    display: block;
    width: 814px;
    font-size: 12px;
    line-height: 1.6em;
    margin: 54px auto 0;
    text-align: right;
  }
  body #wrapper #main section#fv > picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#about .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  body #wrapper #main section#about .product .product_wrap {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#about .product .product_wrap .img {
    position: relative;
    width: 407px;
    left: -20px;
  }
  body #wrapper #main section#about .product .product_wrap .img .white {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.71429em;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l {
    position: relative;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl {
    width: 419px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl span {
    display: block;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl span.yellow {
    color: #f1daa3;
    font-size: 16px;
    line-height: 2em;
    margin-top: 2px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail {
    position: relative;
    width: 470px;
    height: 119px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li {
    width: 113px;
    height: 113px;
    background: url(../../img/underlayer_cmn/detail_item_bg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    color: #000000;
    margin: 0;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li span {
    font-size: 70%;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li span span {
    position: relative;
    display: inline-block;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(1) {
    left: -5px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(2) {
    left: 100px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(3) {
    right: 150px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(4) {
    right: 45px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .note {
    margin-top: 15px;
  }
  body #wrapper #main section#about .line {
    display: block;
    position: relative;
  }
  body #wrapper #main section#about .about_txt {
    position: relative;
    z-index: 2;
    margin: 40px auto 0;
  }
  body #wrapper #main section#about .about_txt p {
    font-size: 18px;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .about_txt p.bottom {
    margin-top: 50px;
  }
  body #wrapper #main section#about .about_txt p.big {
    margin: 12px auto 0;
    font-size: 24px;
    line-height: 1.2em;
  }
  body #wrapper #main section#about .about_txt .note {
    width: 900px;
    margin: 35px auto 0;
  }
  body #wrapper #main section#about .about_txt .note p {
    font-size: 11px;
    line-height: 1.5em;
    text-align: left;
    color: #c6c6c6;
  }
  body #wrapper #main section#about .about_txt .note p:nth-child(2) {
    margin-top: 30px;
  }
  body #wrapper #main section#about .attention {
    width: 1101px;
    margin: auto;
    margin-top: 135px;
    padding-bottom: 40px;
    border: solid #9b9386 1px;
    box-sizing: border-box;
  }
  body #wrapper #main section#about .attention h2 {
    width: 548px;
    margin: -70px auto 0;
    image-rendering: -webkit-optimize-contrast;
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#about .attention .sub_ttl {
    color: #f1daa3;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    margin-top: 7px;
  }
  body #wrapper #main section#about .attention p {
    margin: 40px auto 0;
    font-size: 15px;
    line-height: 2em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#about .attention .gold_ttl {
    position: relative;
    width: 900px;
    height: 61px;
    margin: 43px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4b443;
    background: linear-gradient(135deg, #e4b443 0%, #865b00 100%);
    overflow: hidden;
  }
  body #wrapper #main section#about .attention .gold_ttl::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section#about .attention .gold_ttl.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: #fff9e2;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl span {
    margin-left: 80.5px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 140px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) .ttl span {
    margin-left: 65px;
  }
  body #wrapper #main section#about {
    padding-top: 30px;
    padding-bottom: 62px;
  }
  body #wrapper #main section#about .bg {
    background: url(../../img/mask/about_bg.png) no-repeat top center;
    background-size: 100% 35%;
  }
  body #wrapper #main section#about h2 {
    position: relative;
    width: 813px;
    margin: auto;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.5em;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#about h2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2425em;
    width: 112px;
    height: 111px;
    background: url(../../img/mask/about_h2_bg.png) no-repeat top center;
    background-size: cover;
    margin-right: 25px;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#about h2 span.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .line {
    margin: 30px auto 0;
    width: 100px;
    height: 1px;
    background: #ffffff;
    z-index: 2;
  }
  body #wrapper #main section#about .product {
    position: relative;
    margin-top: 65px;
    z-index: 2;
  }
  body #wrapper #main section#about .product .product_wrap {
    width: 890px;
    justify-content: flex-end;
  }
  body #wrapper #main section#about .product .product_wrap .img {
    position: relative;
    width: 270px;
    left: -35px;
  }
  body #wrapper #main section#about .product .product_wrap .img .white {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 14px;
    line-height: 1.71429em;
    text-align: center;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l {
    width: 551px;
    margin-top: -7px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl {
    font-size: 28px;
    line-height: 1.39286em;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .ttl span {
    font-size: 16px;
    line-height: 2em;
    display: block;
    margin-top: -4px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .txt {
    font-size: 18px;
    line-height: 1.77778em;
    margin-top: 25px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail {
    position: relative;
    width: 570px;
    height: 95px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 10px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li {
    position: relative;
    width: 95px;
    height: 95px;
    background: url(../../img/underlayer_cmn/detail_item_bg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    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: 13px;
    line-height: 1.46154em;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li span span {
    top: 2px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(2) {
    left: -8px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(3) {
    left: -13px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(4) {
    left: -18px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(5) {
    left: -20px;
  }
  body #wrapper #main section#about .product .product_wrap .wrap_l .detail li:nth-child(6) {
    left: -27px;
  }
  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 {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 20px;
  }
  body #wrapper #main section#about .product .btn a {
    margin-top: 42px;
  }
  body #wrapper #main section#explanation .gold_bg > h2 {
    padding-bottom: 35px;
  }
  body #wrapper #main section#explanation .gold_bg > h2 .wrap {
    margin-top: 33px;
  }
  body #wrapper #main section#explanation .golden_repair {
    padding-bottom: 45px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg {
    background-color: #f1daa3;
    padding-top: 37px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg > .ttl {
    font-size: 22px;
    line-height: 1.45455em;
    text-align: center;
  }
  body #wrapper #main section#explanation .damage .yellow_bg > .ttl sup {
    font-size: 75%;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box {
    width: 660px;
    height: 554px;
    background: #051a2b;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box .img {
    position: relative;
    width: 202px;
    margin: 20px auto 0;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box .img .bubble.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#explanation .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#explanation .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#explanation .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#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box .example {
    width: 255px;
    margin: 15px auto 0;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::before, body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::before {
    right: 125px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box .example .example_ttl::after {
    left: 200px;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box .example .img_wrap .img {
    width: 50px;
    margin-top: 6px;
    margin-right: 14px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box .example .img_wrap .txt {
    text-align: left;
    margin-top: 0;
    left: -6px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box .example .img_wrap .txt::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) {
    position: relative;
    width: 421px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1).anim::after {
    right: -60px;
    opacity: 1;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .ttl {
    background: transparent;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .img {
    width: 302px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .img span {
    margin-top: 3px;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .example .img_wrap {
    width: 145px;
    margin: auto;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .example .img_wrap .txt {
    left: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .box_wrap .contents_box:nth-child(1) .example .img_wrap .img {
    width: 39px;
    margin-right: 5px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl {
    padding: 55px 0 30px;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl span {
    display: block;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl span.s {
    font-size: 22px;
    line-height: 1.89091em;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl span.line {
    display: inline-block;
    border-bottom: solid #000000 2px;
    padding-bottom: 0px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point {
    position: relative;
    margin: 0px auto 0;
    width: 1101px;
    background: #ffffff;
    padding-bottom: 35px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point .ttl {
    padding: 5px 0;
    background: #a67734;
    font-size: 18px;
    line-height: 1.33889em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul {
    width: 893px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 7px;
    border-bottom: solid 1px #cccccc;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li {
    position: relative;
    width: 242px;
    background: #fff3d8;
    font-size: 18px;
    line-height: 1.3em;
    padding: 15px 0;
    text-align: center;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li .new {
    font-size: 13px;
    line-height: 1.72308em;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background: #051a2b;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: -18px;
    left: -4px;
    padding: 15px 9px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li span {
    font-size: 60%;
    position: relative;
    top: -7px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li span span {
    font-size: 70%;
    position: relative;
    top: 2px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li.g {
    background: #ededed;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li::after {
    content: "";
    width: 31px;
    height: 34px;
    background: url(../../img/underlayer_cmn/x_icon.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 42%;
    right: -60px;
    transform: translateY(-50%);
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li:nth-child(3)::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul .note {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    margin-top: 8px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b {
    align-items: flex-start;
    margin-top: 55px;
    padding-bottom: 0;
    border-bottom: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li {
    position: relative;
    width: 410px;
    background: #ffffff;
    padding: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .new {
    top: -6px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .ttl {
    width: 100%;
    height: 70px;
    font-size: 18px;
    line-height: 1.42222em;
    background: #eddcbe;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .ttl span {
    width: 100%;
    font-size: 13px;
    line-height: 1.72308em;
    display: block;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .txt {
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    margin: 20px auto 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .img {
    width: 362px;
    margin: 25px 0 0 50px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul {
    width: 100%;
    margin-top: 20px;
    align-items: flex-start;
    padding-bottom: 0;
    border-bottom: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li {
    position: relative;
    width: 45%;
    height: 225px;
    padding-top: 0;
    margin-top: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li .txt {
    margin-top: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li .img {
    margin-top: 30px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(1) .img {
    width: 175px;
    margin: 0 0 0 0;
    position: relative;
    top: -20px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(1)::before {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(1)::after {
    content: "";
    width: 16px;
    height: 223px;
    position: absolute;
    top: 0;
    right: -47px;
    background: url(../../img/mask/line_t.png) no-repeat top left;
    background-size: contain;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(2) .img {
    width: 175px;
    margin: 20px 0 0 10px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(2) .txt {
    width: 100%;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li::after {
    top: -45px;
    right: 42%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li:nth-child(1)::before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 20px;
    right: -37px;
    background: #cccccc;
  }
  body #wrapper #main section#explanation .share_voice {
    background: #a67734;
    background: -moz-linear-gradient(top, #a67734 0%, #eed69f 100%);
    background: -webkit-linear-gradient(top, #a67734 0%, #eed69f 100%);
    background: linear-gradient(to bottom, #a67734 0%, #eed69f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a67734",endColorstr="#eed69f",GradientType=1);
    padding-bottom: 65px;
  }
  body #wrapper #main section#explanation .share_voice .txt_ttl {
    color: #ffffff;
  }
  body #wrapper #main section#explanation .share_voice .hash_tag {
    margin-top: 30px;
  }
  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: 55px;
    padding-bottom: 20px;
  }
  body #wrapper #main section#step h2 {
    font-size: 34px;
    line-height: 1.48235em;
    text-align: center;
  }
  body #wrapper #main section#step .care_wrap {
    width: 905px;
    height: 339px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  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: 586px;
    height: 320px;
    border: solid #a67734 1px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  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: 75px;
    margin: auto;
  }
  body #wrapper #main section#step .care_wrap .day_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    margin-top: 0px;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#step .care_wrap .day_care ul li:nth-child(2) {
    position: relative;
    left: 15px;
  }
  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: -40px;
    bottom: 0;
    left: -45px;
    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: 272px;
    height: 320px;
    background: #ffffff;
    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;
  }
  body #wrapper #main section#step .care_wrap .week_care.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  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;
  }
  body #wrapper #main section#step .care_wrap .week_care .ttl p {
    font-size: 16px;
    line-height: 1.5625em;
    color: #000000;
    margin: 0;
    font-weight: bold;
  }
  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 {
    width: 131px;
    margin: 25px auto 0;
  }
  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;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li {
    width: 100%;
    margin: 20px 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;
  }
  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 {
    margin-top: 45px;
  }
  body #wrapper #main section#step .care_wrap.basic .ttl span {
    width: 167px;
    background: #9f0a15;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care {
    width: 610px;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care ul {
    width: 565px;
    margin: 20px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care ul li {
    position: relative;
    width: 162px;
    margin: 10px 0 0 0;
  }
  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;
    color: #000000;
    text-align: center;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care ul li:nth-child(2) {
    left: 35px;
  }
  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;
    left: 75px;
    top: 10px;
  }
  body #wrapper #main section#step .care_wrap.basic .day_care ul li:nth-child(3) .img {
    width: 114px;
    margin-top: 10px;
  }
  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: -40px;
    bottom: 0;
    left: -30px;
    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#product_info {
    padding-top: 65px;
    padding-bottom: 100px;
  }
  body #wrapper #main section#product_info h2 {
    font-size: 34px;
    line-height: 1.41176em;
    text-align: center;
  }
  body #wrapper #main section#product_info .white_bg {
    position: relative;
    width: 1101px;
    margin: 10px auto 0;
    background: #ffffff;
    padding: 55px 0 40px;
  }
  body #wrapper #main section#product_info .white_bg .trial {
    position: absolute;
    width: 231px;
    top: -15px;
    right: 20px;
  }
  body #wrapper #main section#product_info .white_bg .comment1, body #wrapper #main section#product_info .white_bg .comment2 {
    position: absolute;
    top: 35px;
    left: 189px;
    width: 142px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .comment1 span, body #wrapper #main section#product_info .white_bg .comment2 span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#product_info .white_bg .comment1::after, body #wrapper #main section#product_info .white_bg .comment2::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0c2f4c;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body #wrapper #main section#product_info .white_bg .comment2 {
    top: 145px;
  }
  body #wrapper #main section#product_info .white_bg .comment2::after {
    background: #051a2b;
  }
  body #wrapper #main section#product_info .white_bg .img {
    width: 368px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body #wrapper #main section#product_info .white_bg .img li {
    width: 45%;
  }
  body #wrapper #main section#product_info .white_bg .txt {
    width: 368px;
    margin: 25px 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;
    margin-left: 30px;
  }
  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 .txt li:nth-child(2) span {
    width: 166px;
    margin-left: 0;
  }
  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;
    border-bottom: none;
  }
  body #wrapper #main section#product_info .white_bg .more_damage .btn_area {
    margin-top: 10px;
  }
  body #wrapper #main section#product_info .white_bg.set {
    margin: 15px auto 0;
    padding-top: 0;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl {
    width: 100%;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl span {
    display: block;
    font-size: 16px;
    line-height: 3em;
    padding: 0;
    background: #c1914c;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl p {
    font-size: 22px;
    line-height: 2.18182em;
    padding: 3px 0;
    background: #a67734;
  }
  body #wrapper #main section#product_info .white_bg.set .img {
    width: 198px;
    margin-top: 48px;
  }
  body #wrapper #main section#product_info .white_bg.set .btn_area {
    margin-top: 20px;
  }
  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.basic .inner {
    justify-content: flex-start;
    margin-left: 38px;
  }
  body #wrapper #main section#content_footer ul li.basic .inner .img {
    width: 167px;
    margin-left: 58px;
  }
  body #wrapper #main section#content_footer ul li.basic .inner::after {
    right: 253px;
  }
}
/*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: 5.73333vw;
    height: 4.8vw;
    background: url(../../img/underlayer_cmn/twitter_logo.png) no-repeat top left;
    background-size: cover;
    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 .golden_repair .ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 0.7619em;
    margin-top: 6.93333vw;
  }
  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/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
  }
  body #wrapper #main section .golden_repair .list_ttl::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /*.shine span.maskのトップ0を基点*/
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
  }
  body #wrapper #main section .golden_repair .list_ttl.anim::before {
    animation: shine 3s;
  }
  body #wrapper #main section .golden_repair ul {
    width: 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/intensiverepair/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#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 .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: 4vw;
    z-index: 2;
  }
  body #wrapper #main section#content_footer ul li:nth-child(3) .inner .btn_area .btn .arw {
    top: 5.5vw;
  }
}
@media screen and (max-width: 758px) {
  body #wrapper {
    background: #fff9e2;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area {
    margin: 10.66667vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl span {
    margin-left: 9.1vw;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 33.33333vw;
  }
  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;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area {
    margin: 0;
  }
  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:nth-child(5) .ttl span {
    margin-left: 5.33333vw;
  }
  body #wrapper #main section#about {
    padding-top: 5.33333vw;
  }
  body #wrapper #main section#about .bg {
    background: url(../../img/mask/about_bg.png) no-repeat top center;
    background-size: 100% 30%;
  }
  body #wrapper #main section#about h2 {
    position: relative;
    width: 100%;
    margin: auto;
    color: #ffffff;
    font-size: 38px;
    font-size: 5.06667vw;
    line-height: 1.3em;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#about h2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.50417em;
    width: 21.33333vw;
    height: 21.33333vw;
    background: url(../../img/mask/about_h2_bg_sp.png) no-repeat top center;
    background-size: cover;
    margin: 0 4.4vw;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#about h2 span.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .line {
    display: block;
    width: 26.66667vw;
    height: 2px;
    margin: 8.26667vw auto 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#about .product {
    position: relative;
    z-index: 2;
    margin-top: 10.66667vw;
  }
  body #wrapper #main section#about .product .img {
    position: relative;
    width: 53.33333vw;
    margin: auto;
  }
  body #wrapper #main section#about .product .img .white {
    position: absolute;
    bottom: -36.93333vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    font-size: 3.2vw;
    text-align: center;
    color: #000000;
  }
  body #wrapper #main section#about .product .wrap_l {
    margin-top: 4vw;
  }
  body #wrapper #main section#about .product .ttl {
    text-align: center;
    font-size: 46px;
    font-size: 6.13333vw;
    line-height: 1.3em;
  }
  body #wrapper #main section#about .product .ttl span {
    display: block;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.14286em;
    margin-top: 4vw;
  }
  body #wrapper #main section#about .product .txt {
    margin-top: 17.33333vw;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#about .product .detail {
    position: relative;
    width: 85vw;
    height: 53.33333vw;
    margin: 3.733333vw auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    left: 3vw;
  }
  body #wrapper #main section#about .product .detail li {
    position: relative;
    width: 28.13333vw;
    height: 28vw;
    background: url(../../img/underlayer_cmn/detail_item_bg.png) no-repeat top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#about .product .detail li p {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.375em;
  }
  body #wrapper #main section#about .product .detail li span {
    font-size: 50%;
  }
  body #wrapper #main section#about .product .detail li span span {
    position: relative;
    top: 0.4vw;
  }
  body #wrapper #main section#about .product .detail li:nth-child(2), body #wrapper #main section#about .product .detail li:nth-child(5) {
    left: -3vw;
  }
  body #wrapper #main section#about .product .detail li:nth-child(3), body #wrapper #main section#about .product .detail li:nth-child(6) {
    left: -6vw;
  }
  body #wrapper #main section#about .product .detail li.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .product .note {
    width: 88.26667vw;
    margin: 6vw auto 0;
  }
  body #wrapper #main section#explanation {
    padding-top: 12.93333vw;
  }
  body #wrapper #main section#explanation .gold_bg {
    background: #edd18d;
    padding-bottom: 7.33333vw;
  }
  body #wrapper #main section#explanation .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/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 100%;
    padding: 9.93333vw 0 6vw;
  }
  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 .gold_bg .img {
    width: 26.26667vw;
    margin: 9.33333vw auto 0;
  }
  body #wrapper #main section#explanation .gold_bg .txt {
    margin: 0.5vw auto 0;
    -font-size: 38px;
    font-size: 6.5vw;
    line-height: 1.3em;
    text-align: center;
  }
  body #wrapper #main section#explanation .gold_bg .txt sup {
    font-size: 75%;
  }
  body #wrapper #main section#explanation .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#explanation .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#explanation .gold_bg .note span {
    position: relative;
    top: 0.53333vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg {
    background-color: #f1daa3;
    padding-top: 3.66667vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .ttl {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .ttl sup {
    font-size: 75%;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box {
    width: 88.26667vw;
    margin: 5vw auto 0;
    background: #051a2b;
    padding-bottom: 6.53333vw;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .contents_box .ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f1daa3;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box .img {
    position: relative;
    width: 60vw;
    margin: 4vw auto 0;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .contents_box .img .bubble.anim {
    opacity: 1;
    transform: translateY(0%);
  }
  body #wrapper #main section#explanation .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#explanation .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#explanation .damage .yellow_bg .contents_box .txt span {
    padding: 0.26667vw;
    border-bottom: 1px solid #ffffff;
  }
  body #wrapper #main section#explanation .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#explanation .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#explanation .damage .yellow_bg .contents_box .example {
    width: 47.6vw;
    margin: 6.5vw auto 0;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .contents_box .example .example_ttl::before, body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .contents_box .example .example_ttl::before {
    right: -7.73333vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box .example .example_ttl::after {
    left: 7.73333vw;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .contents_box .example .img_wrap .img {
    width: 10.06667vw;
    margin: 0;
    margin-right: 4vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box .example .img_wrap .txt {
    text-align: left;
    margin-top: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box .example .img_wrap .txt::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) {
    position: relative;
    margin-top: 11.66667vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2).anim::after {
    transform: translateY(0%);
    opacity: 1;
  }
  body #wrapper #main section#explanation .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#explanation .damage .yellow_bg .contents_box:nth-child(2) .ttl {
    background: #b38d3b;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) .ttl::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) .img {
    width: 41.26667vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) .txt::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) .example {
    width: 48vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) .example .img_wrap {
    width: 58vw;
    margin-top: 1vw;
    margin-left: -7vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .contents_box:nth-child(2) .example .img_wrap .img {
    width: 13.66667vw;
    margin-top: 1vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl {
    padding: 12.4vw 0 0.66667vw;
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl span {
    display: block;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl span.s {
    font-size: 38px;
    font-size: 5.06667vw;
    line-height: 1.3em;
    margin-bottom: 0.5vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point_ttl span.line {
    font-size: 54px;
    font-size: 7.2vw;
    line-height: 1.24444em;
    display: inline-block;
    border-bottom: solid #000000 2px;
    padding-bottom: 1vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point {
    position: relative;
    margin: 6.66667vw auto 0;
    width: 88.26667vw;
    background: #ffffff;
    padding-bottom: 6vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point .ttl {
    padding: 3.33333vw 0;
    background: #a67734;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 0.75313em;
    text-align: center;
    color: #ffffff;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul {
    width: 70.13333vw;
    margin: 9.33333vw auto 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li {
    position: relative;
    width: 100%;
    background: #fff3d8;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.3em;
    padding: 5.33333vw 0 2vw;
    text-align: center;
    margin-top: 12vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li .new {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.72308em;
    color: #ffffff;
    width: 13.33333vw;
    height: 13.33333vw;
    background: #051a2b;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: -6.66667vw;
    left: -2.66667vw;
    padding: 4.5vw 2.26667vw;
    z-index: 2;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li span {
    font-size: 60%;
    position: relative;
    top: -7px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li span span {
    font-size: 70%;
    position: relative;
    top: 2px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li.g {
    background: #ededed;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li::after {
    content: "";
    width: 6.66667vw;
    height: 6.66667vw;
    background: url(../../img/underlayer_cmn/x_icon.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 43vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li:nth-child(1) {
    margin-top: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li:nth-child(1)::after {
    top: 17vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li:nth-child(3) {
    margin-top: 33vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul li:nth-child(3)::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul .note {
    width: 70.13333vw;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.6em;
    display: block;
    position: absolute;
    top: 67vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b {
    align-items: flex-start;
    margin-top: 8vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li {
    background: #ffffff;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .new {
    top: 0vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .ttl {
    font-size: 4.26667vw;
    line-height: 1.42222em;
    background: #eddcbe;
    color: #000000;
    padding-bottom: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .ttl span {
    font-size: 2.66667vw;
    line-height: 1.72308em;
    display: block;
    margin-top: 10px;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2em;
    text-align: left;
    margin-top: 2.33333vw;
    color: #000000;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li .img {
    width: 100%;
    margin: 4.66667vw auto 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul {
    width: 100%;
    margin-top: 73px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li {
    width: 45%;
    height: auto;
    padding: 0;
    margin-top: 0;
    background: transparent;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li .txt {
    margin-top: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li .img {
    width: 29.33333vw;
    margin-top: 2.66667vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(1) {
    position: relative;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(1) .img {
    margin-top: 21.46667vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(1)::after {
    content: "";
    width: 3.33333vw;
    height: 57.06667vw;
    position: absolute;
    top: 50%;
    left: 34vw;
    transform: translateY(-50%);
    background: url(../../img/mask/line_t_sp.png) no-repeat top left;
    background-size: contain;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li:nth-child(2) {
    margin-top: 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li ul li::after {
    content: none;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li::after {
    top: -4vw;
    right: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li:nth-child(2) {
    margin-top: 5vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li:nth-child(2) .ttl {
    padding: 8.4vw 0;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .point ul.b li:nth-child(2)::after {
    top: -6vw;
  }
  body #wrapper #main section#explanation .damage .yellow_bg .golden_repair .ttl {
    line-height: 0.7619em;
    margin-top: 6.93333vw;
  }
  body #wrapper #main section#explanation .share_voice {
    background: #a67734;
    background: -moz-linear-gradient(top, #a67734 0%, #eed69f 100%);
    background: -webkit-linear-gradient(top, #a67734 0%, #eed69f 100%);
    background: linear-gradient(to bottom, #a67734 0%, #eed69f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a67734",endColorstr="#eed69f",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#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;
  }
  body #wrapper #main section#step .step_wrap {
    width: 88.26667vw;
    margin: 8vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body #wrapper #main section#step .step_wrap .care_wrap {
    width: 42.66667vw;
  }
  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: #051a2b;
    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;
    opacity: 1;
    background: transparent;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care .ttl {
    width: 100%;
    height: 10.66667vw;
    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-bottom: solid 2px #a67734;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care ul {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body #wrapper #main section#step .step_wrap .care_wrap .day_care ul li {
    width: 100%;
    margin: auto;
    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: 11.2vw;
    margin: auto;
  }
  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;
    width: 100%;
  }
  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 .week_care {
    position: relative;
    width: 88.26667vw;
    margin: 4vw auto 0;
    background: #ffffff;
    border: solid 2px #a67734;
    box-sizing: border-box;
    opacity: 1;
    transform: translateY(0%);
    background: transparent;
  }
  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 #a67734;
  }
  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;
    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: #000000;
  }
  body #wrapper #main section#step .step_wrap .care_wrap .week_care::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: -5.53333vw;
    right: 65vw;
    transform: rotate(90deg);
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .ttl span {
    background: #9f0a15;
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .day_care ul {
    top: 55%;
  }
  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 .img {
    width: 22.53333vw;
    margin: auto;
  }
  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: -8.53333vw;
    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) {
    width: 34vw;
    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;
  }
  body #wrapper #main section#step .step_wrap .care_wrap.basic .day_care::after {
    content: "or";
    width: 13.6vw;
    height: 13.6vw;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.81265em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #a67734;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
  }
  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;
  }
  body #wrapper #main section#product_info .white_bg {
    position: relative;
    width: 88.66667vw;
    margin: 2.66667vw auto 0;
    background: #ffffff;
    padding: 38.13333vw 0 9.6vw 0;
  }
  body #wrapper #main section#product_info .white_bg .trial {
    position: absolute;
    width: 29.46667vw;
    top: 4vw;
    right: 2vw;
  }
  body #wrapper #main section#product_info .white_bg .comment1, body #wrapper #main section#product_info .white_bg .comment2 {
    position: absolute;
    top: 5.73333vw;
    left: 16.53333vw;
    width: 28.93333vw;
    height: 28.93333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .comment1 span, body #wrapper #main section#product_info .white_bg .comment2 span {
    color: #ffffff;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.3em;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  body #wrapper #main section#product_info .white_bg .comment1::after, body #wrapper #main section#product_info .white_bg .comment2::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0c2f4c;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  body #wrapper #main section#product_info .white_bg .comment2 {
    left: 42.5vw;
  }
  body #wrapper #main section#product_info .white_bg .comment2::after {
    background: #051a2b;
  }
  body #wrapper #main section#product_info .white_bg .img {
    width: 54.66667vw;
    margin: 0vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body #wrapper #main section#product_info .white_bg .img li {
    width: 21.86667vw;
    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: 54.66667vw;
    margin: 2.66667vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .txt li span {
    padding: 1.5vw;
  }
  body #wrapper #main section#product_info .white_bg .txt li:nth-child(2) {
    position: relative;
    left: 5vw;
  }
  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 {
    border-bottom: none;
  }
  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 .more_damage .btn_area {
    width: 76vw;
    margin: 5.5vw auto 0;
  }
  body #wrapper #main section#product_info .white_bg.set {
    margin: 8vw auto 0;
    padding-top: 0;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl {
    width: 100%;
    color: #ffffff;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl span {
    display: block;
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.3em;
    padding: 3.06667vw 0 3.06667vw 4vw;
    background: #c1914c;
  }
  body #wrapper #main section#product_info .white_bg.set .ttl p {
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.41176em;
    padding: 4.66667vw 0 4.66667vw 4vw;
    background: #a67734;
  }
  body #wrapper #main section#product_info .white_bg.set .img {
    width: 43.86667vw;
    margin-top: 6.66667vw;
  }
  body #wrapper #main section#content_footer ul li.intensiverepair .inner .img {
    width: 13.73333vw;
  }
  body #wrapper #main section#content_footer ul li.basic .inner .img {
    width: 27.06667vw;
  }
}
