@charset "UTF-8";
/*color*/
/*util*/
@-webkit-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes scroll {
  0% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  10% {
    height: 2px;
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
  20% {
    height: 6px;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes btn_anim {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-moz-keyframes btn_anim {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes btn_anim {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes btn_anim_sp {
  0% {
    transform: translateY(0);
  }
  3.57143% {
    transform: translateY(0);
  }
  7.14286% {
    transform: translateY(0);
  }
  14.28571% {
    transform: translateY(-12vw);
  }
  17.85714% {
    transform: translateY(0);
  }
  21.42857% {
    transform: translateY(-12vw);
  }
  28.57143% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes btn_anim_sp {
  0% {
    transform: translateY(0);
  }
  3.57143% {
    transform: translateY(0);
  }
  7.14286% {
    transform: translateY(0);
  }
  14.28571% {
    transform: translateY(-12vw);
  }
  17.85714% {
    transform: translateY(0);
  }
  21.42857% {
    transform: translateY(-12vw);
  }
  28.57143% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes btn_anim_sp {
  0% {
    transform: translateY(0);
  }
  3.57143% {
    transform: translateY(0);
  }
  7.14286% {
    transform: translateY(0);
  }
  14.28571% {
    transform: translateY(-12vw);
  }
  17.85714% {
    transform: translateY(0);
  }
  21.42857% {
    transform: translateY(-12vw);
  }
  28.57143% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*============================
mixin
============================*/
/*============================
easing
============================*/
/*size*/
/*size*/
@media screen and (min-width: 759px) {
  body .sp {
    display: none !important;
  }
  body #wrapper {
    opacity: 0;
  }
  body #wrapper div.inner {
    text-align: center;
  }
  body #wrapper .modal {
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  body #wrapper .modal .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 640px;
    height: auto;
    background: #ffffff;
    border: solid 2px #b38d3b;
    box-sizing: border-box;
    padding: 42px 0 34px;
  }
  body #wrapper .modal .modal_inner .close {
    position: absolute;
    top: -28px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .close span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal .modal_inner .logo {
    width: 154px;
    margin: auto;
  }
  body #wrapper .modal .modal_inner h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.27625em;
    color: #b38d3b;
    margin-top: 35px;
    text-align: center;
  }
  body #wrapper .modal .modal_inner h2 .ico {
    display: inline-block;
    width: 20px;
    line-height: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area {
    position: relative;
    width: 580px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: solid 2px #e1e1e1;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl {
    font-size: 16px;
    line-height: 2.275em;
    color: #000000;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
    margin-left: 8px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area .ttl span {
    margin-left: 107px;
    display: inline-block;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 12px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li {
    width: 100%;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    width: 140px;
    font-size: 14px;
    line-height: 2.14286em;
    text-align: center;
    position: absolute;
    top: -42px;
    left: -20px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area {
    position: relative;
    width: 140px;
    height: 34px;
    line-height: 0;
    left: -20px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    color: #b38d3b;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn .arw {
    z-index: 1;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-animation: btn_anim 5s linear infinite;
    -moz-animation: btn_anim 5s linear infinite;
    animation: btn_anim 5s linear infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #d99f00;
    /* Old browsers */
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:hover .arw.r {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn:hover .arw.b {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn {
    border-radius: 10px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a {
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .btn_area .btn a .t {
    background: #b38d3b;
    color: white;
    font-size: 15px;
    line-height: 2.43333em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li:nth-child(2) .txt {
    left: 130px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(4) {
    padding-top: 7px;
    border-top: solid 2px #e1e1e1;
    box-sizing: border-box;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) {
    padding-top: 7px;
    margin-top: 0;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area:nth-child(5) .ttl span {
    margin-left: 60px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set {
    padding-top: 7px;
    border-top: solid 2px #e1e1e1;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area#set ul {
    width: 140px;
  }
  body #wrapper .modal .modal_inner .purchase_btn_area.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .list_wrap {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul {
    width: 500px;
    height: 135px;
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a {
    width: 242px;
    display: block;
    border: 1px solid #b38d3b;
    border-radius: 2px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a > img {
    width: 152px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a .ico {
    position: absolute;
    width: 11px;
    line-height: 0;
    top: 45px;
    right: 7px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no {
    border: none;
    background: #eeeeee;
    pointer-events: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no > img {
    opacity: 0.5;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a.no .ico {
    display: none;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li a:hover > img {
    opacity: 0.6;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(3), body #wrapper .modal .modal_inner .list_wrap > ul li:nth-child(4) {
    margin-top: 12px;
  }
  body #wrapper .modal .modal_inner .list_wrap > ul.open {
    opacity: 1;
  }
  body #wrapper .modal .modal_inner .inner_close {
    width: 85px;
    font-weight: bold;
    font-size: 18px;
    line-height: 2.02333em;
    color: #b38d3b;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
  }
  body #wrapper .modal .modal_inner .inner_close .ico {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 0;
    margin: -2px 5px 0 0;
    vertical-align: middle;
  }
  body #wrapper .modal .modal_inner .inner_close .ico span {
    width: 100%;
    height: 2px;
    background: #b38d3b;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  body #wrapper .modal .modal_inner .inner_close .ico span:nth-child(2) {
    transform: rotate(-45deg);
  }
  body #wrapper .modal.open {
    opacity: 1;
  }
  body #wrapper .modal#movie_modal .modal_inner {
    width: 940px;
    background: transparent;
    border: none;
  }
  body #wrapper .modal#movie_modal .modal_inner .close {
    top: 20px;
  }
  body #wrapper .modal#movie_modal .container {
    width: 100%;
  }
  body #wrapper .modal#movie_modal .container > iframe {
    width: 940px;
    height: 528px;
  }
  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: 22px;
    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: 20px;
    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: #051a2b;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #051a2b 21%, #051a2b 50%, #051a2b 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #051a2b 21%, #051a2b 50%, #051a2b 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #051a2b 21%, #051a2b 50%, #051a2b 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#051a2b', endColorstr='#051a2b',GradientType=0 );
    /* IE6-9 */
  }
  body #wrapper #main section#about {
    padding-top: 38px;
    padding-bottom: 77px;
  }
  body #wrapper #main section#about .bg {
    background: url(../../img/intensiverepair/about_bg.png) no-repeat top center;
    background-size: 100% 35%;
  }
  body #wrapper #main section#about .pie_chart {
    position: relative;
    width: 250px;
    margin: auto;
    z-index: 2;
  }
  body #wrapper #main section#about .pie_chart .txt {
    position: absolute;
    width: 100%;
    top: 48%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
  }
  body #wrapper #main section#about .pie_chart .txt span {
    display: inline-block;
    margin-top: 5px;
    font-size: 30px;
  }
  body #wrapper #main section#about .pie_chart .txt span img {
    width: 128px;
  }
  body #wrapper #main section#about .about_txt p.bottom {
    margin-top: 35px;
  }
  body #wrapper #main section#about .about_txt p.big {
    margin: 10px auto 0;
  }
  body #wrapper #main section#about .about_txt .line {
    margin: 33px auto 0;
    width: 80px;
    height: 2px;
    background: #7e7e7e;
  }
  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: 22px auto 0;
  }
  body #wrapper #main section#about .attention .gold_ttl {
    width: 900px;
    height: 61px;
    margin: 40px auto 0;
    background: url(../../img/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 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 {
    font-size: 26px;
    line-height: 1.15385em;
    color: #ffffff;
    text-align: center;
    margin: 0;
  }
  body #wrapper #main section#about .attention .note p span {
    top: 2px;
  }
  body #wrapper #main section#about .attention .product {
    margin-top: 54px;
  }
  body #wrapper #main section#about .attention .product .product_wrap {
    width: 908px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l {
    width: 478px;
    top: 47px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .ttl {
    width: 419px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail {
    width: 470px;
    height: 119px;
    margin: 25px auto 0;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail li {
    width: 113px;
    height: 113px;
  }
  body #wrapper #main section#about .attention .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 .attention .product .product_wrap .wrap_l .detail li span span {
    top: 2px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail li:nth-child(1) {
    left: -5px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail li:nth-child(2) {
    left: 100px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail li:nth-child(3) {
    right: 150px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail li:nth-child(4) {
    right: 45px;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .detail li.anim {
    opacity: 1;
  }
  body #wrapper #main section#about .attention .product .product_wrap .wrap_l .note {
    margin-top: 15px;
  }
  body #wrapper #main section#about .movie {
    width: 900px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#about .movie .moveie_inner figure {
    position: relative;
    width: 440px;
    z-index: 1;
    cursor: pointer;
  }
  body #wrapper #main section#about .movie .moveie_inner figure .play_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    border: 0.05em solid currentColor;
    border-radius: 50%;
    color: #ffffff;
    font-size: 55px;
    z-index: 2;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#about .movie .moveie_inner figure .play_btn::before {
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.15em solid transparent;
    border-left: 0.3em solid currentColor;
    box-sizing: border-box;
    content: "";
  }
  body #wrapper #main section#about .movie .moveie_inner figure:hover .play_btn {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
  body #wrapper #main section#about .movie .moveie_inner figcaption {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-top: 13px;
  }
  body #wrapper #main section#ion .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#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 .wrap {
    width: 677px;
    margin: 40px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#ion .gold_bg .wrap .img {
    width: 92px;
    margin-right: 25px;
  }
  body #wrapper #main section#ion .gold_bg .wrap .txt {
    width: 510px;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#ion .gold_bg .wrap .txt sup {
    font-size: 75%;
  }
  body #wrapper #main section#ion .gold_bg .wrap .txt span {
    position: relative;
    padding: 5px;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
  }
  body #wrapper #main section#ion .gold_bg .note {
    width: 922px;
    margin: 2px auto 0;
    font-size: 12px;
    line-height: 2.66667em;
    text-align: right;
  }
  body #wrapper #main section#ion .gold_bg .note span {
    position: relative;
    top: 3px;
  }
  body #wrapper #main section#ion .damage .yellow_bg {
    background-color: #f1daa3;
    padding-top: 45px;
  }
  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: 166px;
    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: 40px 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: 36px;
    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#ion .damage .yellow_bg .golden_repair {
    padding-bottom: 50px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .golden_repair .ttl {
    font-size: 34px;
    line-height: 0.94118em;
    margin-top: 30px;
  }
  body #wrapper #main section#ion .damage .yellow_bg .golden_repair .sub_ttl span {
    top: 2px;
  }
  body #wrapper #main section#step {
    padding-top: 74px;
  }
  body #wrapper #main section#step h2 {
    width: 386px;
    margin: auto;
  }
  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;
  }
  body #wrapper #main section#step .care_wrap .day_care {
    position: relative;
    width: 586px;
    height: 100%;
    background: #0c2f4c;
    padding-bottom: 30px;
    border-radius: 5px;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  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: #f1daa3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #000000;
    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;
  }
  body #wrapper #main section#step .care_wrap .day_care ul li .img {
    width: 170px;
    margin: auto;
  }
  body #wrapper #main section#step .care_wrap .day_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
    color: #f1daa3;
    text-align: center;
  }
  body #wrapper #main section#step .care_wrap .day_care ul li:nth-child(2) {
    position: relative;
  }
  body #wrapper #main section#step .care_wrap .day_care ul li:nth-child(2)::before {
    content: "";
    width: 14px;
    height: 24px;
    background: url(../../img/underlayer_cmn/arrow_yellow.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    margin: auto;
    transform: rotate(-90deg);
  }
  body #wrapper #main section#step .care_wrap .week_care {
    position: relative;
    width: 272px;
    height: 100%;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.5s;
  }
  body #wrapper #main section#step .care_wrap .week_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#step .care_wrap .week_care .ttl {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 1.5625em;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #ffffff;
    box-sizing: border-box;
    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: 35px auto 0;
  }
  body #wrapper #main section#step .care_wrap .week_care ul span {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li {
    width: 100%;
    margin: 35px auto 0;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li .img {
    width: 114px;
  }
  body #wrapper #main section#step .care_wrap .week_care ul li .txt {
    font-size: 16px;
    line-height: 2em;
    color: #ffffff;
    text-align: center;
  }
  body #wrapper #main section#step .care_wrap .week_care::before {
    content: "";
    width: 15px;
    height: 24px;
    background: url(../../img/underlayer_cmn/arrow_yellow.png) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    margin: auto;
    transform: rotate(-90deg);
  }
  body #wrapper #main section#product_info {
    padding-top: 72px;
    padding-bottom: 97px;
  }
  body #wrapper #main section#product_info h2 {
    width: 140px;
    margin: auto;
  }
  body #wrapper #main section#product_info .white_bg {
    margin: 10px auto 0;
    padding: 55px 0 40px;
  }
  body #wrapper #main section#product_info .white_bg .img {
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #wrapper #main section#product_info .white_bg .img li {
    width: 355px;
    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: 15px auto 0;
    display: flex;
    justify-content: space-between;
    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: 80px;
  }
  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;
    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: 37px 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 li.mask .inner {
    justify-content: flex-end;
    margin-left: -55px;
  }
  body #wrapper #main section#content_footer ul li.mask .inner .img {
    width: 83px;
    margin-left: 98px;
  }
  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;
  }
}
/*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: -8vw;
    right: 0;
    display: inline-block;
    width: 6.26667vw;
    height: 6.26667vw;
    line-height: 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 .modal#movie_modal .modal_inner {
    width: 89.33333vw;
    background: transparent;
    border: none;
  }
  body #wrapper .modal#movie_modal .modal_inner .close {
    top: 2vw;
  }
  body #wrapper .modal#movie_modal .container {
    width: 100%;
  }
  body #wrapper .modal#movie_modal .container > iframe {
    width: 89.33333vw;
    height: 50.26667vw;
  }
  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 {
    background: #edd18d;
    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: 4.5vw;
    text-align:Center;
    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: #051a2b;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #051a2b 21%, #051a2b 50%, #051a2b 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #051a2b 21%, #051a2b 50%, #051a2b 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #051a2b 21%, #051a2b 50%, #051a2b 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#051a2b', endColorstr='#051a2b',GradientType=0 );
    /* IE6-9 */
  }
  body #wrapper .modal .modal_inner .purchase_btn_area ul li .txt {
    text-align: left;
  }
  body #wrapper #main section#about {
    padding-top: 11.06667vw;
  }
  body #wrapper #main section#about .bg {
    background: url(../../img/intensiverepair/about_bg_sp.png) no-repeat top center;
    background-size: 100% 20%;
  }
  body #wrapper #main section#about .pie_chart {
    position: relative;
    width: 56.8vw;
    margin: auto;
    z-index: 2;
  }
  body #wrapper #main section#about .pie_chart .txt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 36.98px;
    font-size: 4.93067vw;
    line-height: 1.5em;
    font-weight: 600;
    text-align: center;
  }
  body #wrapper #main section#about .pie_chart .txt span {
    display: inline-block;
    margin-top: 2vw;
  }
  body #wrapper #main section#about .pie_chart .txt span img {
    width: 28.53333vw;
  }
  body #wrapper #main section#about .about_txt {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 5.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: 4.86667vw;
  }
  body #wrapper #main section#about .about_txt p.big {
    margin: 1.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: 5.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 {
    margin: 3.33333vw auto 0;
  }
  body #wrapper #main section#about .attention .gold_ttl {
    width: 78.4vw;
    height: 25.86667vw;
    margin: 6vw auto 0;
    background: url(../../img/intensiverepair/gold_bg.jpg) repeat-y top left;
    background-size: 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 .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#about .movie {
    width: 88.26667vw;
    margin: 10.66667vw auto 0;
  }
  body #wrapper #main section#about .movie .moveie_inner figure {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  body #wrapper #main section#about .movie .moveie_inner figure .play_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    border: 0.05em solid currentColor;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14.66667vw;
    z-index: 2;
  }
  body #wrapper #main section#about .movie .moveie_inner figure .play_btn::before {
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.15em solid transparent;
    border-left: 0.3em solid currentColor;
    box-sizing: border-box;
    content: "";
  }
  body #wrapper #main section#about .movie .moveie_inner figcaption {
    font-size: 3.46667vw;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-top: 3.33333vw;
  }
  body #wrapper #main section#about .movie .moveie_inner:nth-child(2) {
    margin-top: 7.33333vw;
  }
  body #wrapper #main section#ion .gold_bg .txt {
    margin: 0vw auto 0;
  }
  body #wrapper #main section#ion .damage .yellow_bg {
    background-color: #f1daa3;
    padding-top: 3.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.5vw;
    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#step .day_care {
    position: relative;
    width: 88.26667vw;
    margin: 6.4vw auto 0;
    background: #0c2f4c;
    padding-top: 4.66667vw;
    padding-bottom: 5.4vw;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#step .day_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#step .day_care .ttl {
    width: 17.33333vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.3em;
    color: #f1daa3;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 2px #000000;
  }
  body #wrapper #main section#step .day_care ul {
    width: 70.93333vw;
    margin: 0 0 0 auto;
  }
  body #wrapper #main section#step .day_care ul li {
    width: 42.33333vw;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#step .day_care ul li .img {
    width: 11.2vw;
    margin-right: 5.73333vw;
  }
  body #wrapper #main section#step .day_care ul li .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.23077em;
    color: #f1daa3;
  }
  body #wrapper #main section#step .day_care ul li:nth-child(2) {
    position: relative;
    margin-top: 11.46667vw;
    width: 100%;
    justify-content: center;
  }
  body #wrapper #main section#step .day_care ul li:nth-child(2)::before {
    content: "";
    width: 6vw;
    height: 4.53333vw;
    background: url(../../img/underlayer_cmn/arrow_yellow.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -8.53333vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  body #wrapper #main section#step .week_care {
    position: relative;
    width: 88.26667vw;
    margin: 11.46667vw auto 0;
    border: solid 2px #ffffff;
    opacity: 0;
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.5s;
  }
  body #wrapper #main section#step .week_care.anim {
    opacity: 1;
  }
  body #wrapper #main section#step .week_care .ttl {
    width: 17.33333vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 2px #ffffff;
  }
  body #wrapper #main section#step .week_care .ttl p {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  body #wrapper #main section#step .week_care .ttl p span {
    text-combine-upright: all;
  }
  body #wrapper #main section#step .week_care ul {
    width: 70.93333vw;
    margin: 0 0 0 auto;
  }
  body #wrapper #main section#step .week_care ul span {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6em;
    text-align: center;
    margin-top: 3.5vw;
  }
  body #wrapper #main section#step .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 .week_care ul li .img {
    width: 15.73333vw;
    margin-right: 5.73333vw;
  }
  body #wrapper #main section#step .week_care ul li .txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.23077em;
    color: #ffffff;
  }
  body #wrapper #main section#step .week_care::before {
    content: "";
    width: 6vw;
    height: 4.53333vw;
    background: url(../../img/underlayer_cmn/arrow_yellow.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -8.53333vw;
    right: -17vw;
    left: 0;
    margin: auto;
  }
  body #wrapper #main section#product_info {
    padding-top: 13.33333vw;
    padding-bottom: 10.66667vw;
  }
  body #wrapper #main section#product_info h2 {
    width: 33.6vw;
    margin: auto;
  }
  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 li span:nth-child(2) {
    margin-top: 1.33333vw;
  }
  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 .ttl {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
  }
  body #wrapper #main section#content_footer ul li.mask .inner .img {
    width: 13.73333vw;
  }
  body #wrapper #main section#content_footer ul li.basic .inner .img {
    width: 27.06667vw;
  }
}
