@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);
  }
}
/*============================
mixin
============================*/
/*============================
easing
============================*/
/*size*/
@media screen and (min-width: 759px) {
  body #wrapper {
    background: #580001;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #580001 21%, #97000e 50%, #580001 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #580001 21%, #97000e 50%, #580001 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #580001 21%, #97000e 50%, #580001 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580001', endColorstr='#580001',GradientType=0 );
    /* IE6-9 */
    opacity: 0;
  }
  body #wrapper img {
    -webkit-backface-visibility: hidden;
  }
  body #wrapper div.inner {
    text-align: center;
  }
  body #wrapper #main {
    float: none;
    margin: 0 auto;
  }
  body #wrapper #main .anim {
    opacity: 0;
  }
  body #wrapper #main section .inner h2 {
    font-size: 3.2em;
    line-height: 1.7em;
    color: #f1cb89;
  }
  body #wrapper #main section .inner h2.cir {
    display: inline-block;
    position: relative;
  }
  body #wrapper #main section .inner h2.cir:after {
    content: '';
    display: block;
    position: absolute;
    width: 129px;
    height: 129px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
    right: -60px;
  }
  body #wrapper #main section .inner .btn_area {
    position: absolute;
    width: 360px;
    line-height: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  body #wrapper #main section .mask_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  body #wrapper #main section .mask_bg img {
    width: 100%;
    height: auto;
    position: absolute;
    transform-origin: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  body #wrapper #main section#fv {
    background: #5d0002;
  }
  body #wrapper #main section#fv .imgBox {
    display: flex;
    align-items: baseline;
  }
  body #wrapper #main section#anker_nav {
    height: 497px;
    background-image: url("../../img/tsuya/tsuya_nav_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul {
    width: 1366px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li {
    width: 683px;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a {
    margin: auto;
    position: relative;
    display: block;
    width: 683px;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .imgBox {
    display: block;
    position: relative;
    margin-top: 62px;
    margin-bottom: 40px;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .s {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    position: absolute;
    top: 186px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .m {
    font-size: 28px;
    line-height: 1.35714;
    text-align: center;
    position: absolute;
    top: 205px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .arw {
    width: 31px;
    height: 17px;
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a:hover .arw {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(1) .s, body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(1) .m {
    color: #990c12;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(2) .s, body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(2) .m {
    color: #b38d3b;
  }
  body #wrapper #main section#tsuya, body #wrapper #main section#step {
    background: linear-gradient(0deg, #7b0009 0%, #8e090c 100%);
  }
  body #wrapper #main section#tsuya .ttlBox, body #wrapper #main section#step .ttlBox {
    background: #a00b19;
    padding: 65px 0 82px;
  }
  body #wrapper #main section#tsuya .ttlBox .ttl, body #wrapper #main section#step .ttlBox .ttl {
    color: #fff;
    font-size: 38px;
    line-height: 1.63158;
    text-align: center;
    font-weight: 600;
  }
  body #wrapper #main section#tsuya .section_inner, body #wrapper #main section#step .section_inner {
    position: relative;
    padding-top: 540px;
    padding-bottom: 78px;
  }
  body #wrapper #main section#tsuya .section_inner .movBox, body #wrapper #main section#step .section_inner .movBox {
    width: 900px;
    position: absolute;
    left: 0;
    right: 0;
    top: -46px;
    margin: auto;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .shadow, body #wrapper #main section#step .section_inner .movBox .shadow {
    display: flex;
    width: 1200px;
    margin: auto;
    position: absolute;
    top: 0;
    left: -150px;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .thumb, body #wrapper #main section#step .section_inner .movBox .thumb {
    display: flex;
    align-items: baseline;
    width: 900px;
    margin: auto;
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .play_img, body #wrapper #main section#step .section_inner .movBox .play_img {
    width: 90px;
    position: absolute;
    top: 205px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#tsuya .section_inner .movBox .mov_btn, body #wrapper #main section#step .section_inner .movBox .mov_btn {
    width: 900px;
    margin: auto;
    display: block;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .mov_btn:hover, body #wrapper #main section#step .section_inner .movBox .mov_btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .mov_btn:hover .play_img, body #wrapper #main section#step .section_inner .movBox .mov_btn:hover .play_img {
    transform: scale(1.2, 1.2);
  }
  body #wrapper #main section#tsuya .section_inner .secretBox,
  body #wrapper #main section#tsuya .section_inner .recomendBox, body #wrapper #main section#step .section_inner .secretBox,
  body #wrapper #main section#step .section_inner .recomendBox {
    width: 900px;
    margin: auto;
    position: relative;
    border: 1px solid #fff;
    padding: 50px 0 30px;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .subttlBox,
  body #wrapper #main section#tsuya .section_inner .recomendBox .subttlBox, body #wrapper #main section#step .section_inner .secretBox .subttlBox,
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox {
    width: 660px;
    height: 46px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -23px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .subttlBox .subttl,
  body #wrapper #main section#tsuya .section_inner .recomendBox .subttlBox .subttl, body #wrapper #main section#step .section_inner .secretBox .subttlBox .subttl,
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox .subttl {
    color: #990c12;
    font-size: 22px;
    line-height: 1.54545;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0, body #wrapper #main section#tsuya .section_inner .secretBox .txt1,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1, body #wrapper #main section#step .section_inner .secretBox .txt0, body #wrapper #main section#step .section_inner .secretBox .txt1,
  body #wrapper #main section#step .section_inner .recomendBox .txt0,
  body #wrapper #main section#step .section_inner .recomendBox .txt1 {
    color: #fff;
    font-size: 34px;
    line-height: 1.52941;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0.txt1, body #wrapper #main section#tsuya .section_inner .secretBox .txt1.txt1,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0.txt1,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1.txt1, body #wrapper #main section#step .section_inner .secretBox .txt0.txt1, body #wrapper #main section#step .section_inner .secretBox .txt1.txt1,
  body #wrapper #main section#step .section_inner .recomendBox .txt0.txt1,
  body #wrapper #main section#step .section_inner .recomendBox .txt1.txt1 {
    margin-top: 14px;
    font-size: 18px;
    line-height: 2.22222;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0 .kome, body #wrapper #main section#tsuya .section_inner .secretBox .txt1 .kome,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0 .kome,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1 .kome, body #wrapper #main section#step .section_inner .secretBox .txt0 .kome, body #wrapper #main section#step .section_inner .secretBox .txt1 .kome,
  body #wrapper #main section#step .section_inner .recomendBox .txt0 .kome,
  body #wrapper #main section#step .section_inner .recomendBox .txt1 .kome {
    padding-right: 14px;
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0 .kome::after, body #wrapper #main section#tsuya .section_inner .secretBox .txt1 .kome::after,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0 .kome::after,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1 .kome::after, body #wrapper #main section#step .section_inner .secretBox .txt0 .kome::after, body #wrapper #main section#step .section_inner .secretBox .txt1 .kome::after,
  body #wrapper #main section#step .section_inner .recomendBox .txt0 .kome::after,
  body #wrapper #main section#step .section_inner .recomendBox .txt1 .kome::after {
    font-size: 11px;
    content: '＊';
    position: absolute;
    top: -8px;
    left: 1px;
    width: 10px;
    height: 10px;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .imgBox,
  body #wrapper #main section#tsuya .section_inner .recomendBox .imgBox, body #wrapper #main section#step .section_inner .secretBox .imgBox,
  body #wrapper #main section#step .section_inner .recomendBox .imgBox {
    display: flex;
    align-items: baseline;
    width: 820px;
    margin: auto;
    margin-top: 20px;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .attention,
  body #wrapper #main section#tsuya .section_inner .recomendBox .attention, body #wrapper #main section#step .section_inner .secretBox .attention,
  body #wrapper #main section#step .section_inner .recomendBox .attention {
    width: 820px;
    margin: auto;
    margin-top: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 0.77917;
    display: block;
    text-align: left;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox, body #wrapper #main section#step .section_inner .voiceBox {
    width: 900px;
    margin: auto;
    margin-top: 62px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .subttlBox, body #wrapper #main section#step .section_inner .voiceBox .subttlBox {
    border-bottom: 2px solid #fff;
    display: inline-block;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .subttlBox .subttl, body #wrapper #main section#step .section_inner .voiceBox .subttlBox .subttl {
    color: #fff;
    font-size: 38px;
    line-height: 1.63158;
    display: inline-block;
    letter-spacing: 0.12em;
    display: inline-block;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul {
    width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 130px;
    margin-top: 24px;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li {
    position: relative;
    margin-top: 60px;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li .imgBox, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li .imgBox {
    display: flex;
    align-items: baseline;
    width: 332px;
    position: absolute;
    left: -282px;
    top: -22px;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li .txtBox, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li .txtBox {
    width: 650px;
    height: 179px;
    background-color: #f3e6e7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li .txtBox .txt, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li .txtBox .txt {
    padding-left: 82px;
    color: #990c12;
    font-size: 22px;
    line-height: 1.63636;
    display: inline-block;
    letter-spacing: 0.08em;
    text-align: left;
    font-weight: 600;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li:nth-child(2), body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li:nth-child(2) {
    margin-left: auto;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li:nth-child(2) .txtBox, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li:nth-child(2) .txtBox {
    width: 500px;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox, body #wrapper #main section#step .section_inner .voiceBox .btnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .txtBox, body #wrapper #main section#step .section_inner .voiceBox .btnBox .txtBox {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt, body #wrapper #main section#step .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt {
    margin-top: 56px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.08em;
    font-weight: 600;
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::before, body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::after, body #wrapper #main section#step .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::before, body #wrapper #main section#step .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::after {
    content: "";
    width: 12px;
    height: 25px;
    position: absolute;
    top: 0;
    background-image: url("../../img/tsuya/slash.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::before, body #wrapper #main section#step .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::before {
    left: -28px;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::after, body #wrapper #main section#step .section_inner .voiceBox .btnBox .txtBox .btn_deco_txt::after {
    right: -22px;
    transform: scale(-1, 1);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area {
    width: 470px;
    height: 60px;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    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#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .t, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    font-size: 1.8em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .pl, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .pl {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .under_arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .under_arw {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn:hover, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn::after, body #wrapper #main section#step .section_inner .voiceBox .btnBox .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .t, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .t {
    background: #990c12;
    color: #fff;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .under_arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .under_arw {
    right: 35px;
    top: 5px;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn:hover .under_arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn:hover .under_arw {
    transform: translateY(5px);
  }
  body #wrapper #main section#step {
    background: linear-gradient(0deg, #ceac67 0%, #d3b377 100%);
  }
  body #wrapper #main section#step .ttlBox {
    width: 100%;
    background: #c6a45f;
    padding: 65px 0 176px;
  }
  body #wrapper #main section#step .ttlBox__inner {
    width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#step .ttlBox .subttlBox {
    border-bottom: 2px solid #fff;
    display: inline-block;
  }
  body #wrapper #main section#step .ttlBox .subttlBox .subttl {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
  body #wrapper #main section#step .ttlBox .ttl {
    margin-top: 20px;
  }
  body #wrapper #main section#step .section_inner .movBox::before {
    content: "";
    position: absolute;
    width: 436px;
    height: 114px;
    top: -114px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/tsuya/experience_img0.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox .subttl {
    color: #b38c3b;
  }
  body #wrapper #main section#step .section_inner .recomendBox .imgBox {
    width: 868px;
  }
  body #wrapper #main section#products {
    background: linear-gradient(0deg, #7b0009 0%, #8e090c 100%);
    padding-bottom: 102px;
    position: relative;
  }
  body #wrapper #main section#products::before {
    content: "";
    background: linear-gradient(127deg, #e0c58a 0%, #ceac67 100%);
    width: 100%;
    height: 1187px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body #wrapper #main section#products > .ttlBox {
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
    background-image: url("../../img/tsuya/deco_arw_pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner {
    width: 900px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#products > .ttlBox .ttl {
    color: #1f1e1e;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.04em;
    font-weight: 600;
    width: 100%;
    text-align: center;
    width: 900px;
    margin: auto;
  }
  body #wrapper #main section#products > .ttlBox .limitedBox {
    margin-top: 35px;
    border: 1px solid #140402;
    padding: 12px 34px 10px 44px;
    display: inline-block;
  }
  body #wrapper #main section#products > .ttlBox .limitedBox .limited_txt {
    color: #1f1e1e;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.44em;
    font-weight: 600;
  }
  body #wrapper #main section#products > .ttlBox .txt0 {
    width: 900px;
    margin: auto;
    color: #1f1e1e;
    font-size: 28px;
    line-height: 1.64286;
    display: inline-block;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-top: 20px;
  }
  body #wrapper #main section#products .productBox {
    width: 1100px;
    margin: auto;
    margin-top: 80px;
    position: relative;
    border: 1px solid #b38c3b;
    background-color: #fff;
    padding: 114px 0 78px;
  }
  body #wrapper #main section#products .productBox .subttlBox {
    border: 1px solid #b38c3b;
    background-color: #fff;
    width: 740px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .subttlBox .subttl {
    color: #b38c3b;
    font-size: 38px;
    line-height: 0.84211;
    display: inline-block;
    letter-spacing: 0.08em;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul {
    width: 900px;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .ttlBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .ttlBox .product_subttl {
    background-color: #990c12;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.08em;
    font-weight: 300;
    text-align: center;
    padding: 9px 18px 9px 22px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .ttlBox .product_ttl {
    color: #a31f25;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .imgBox {
    width: 464px;
    display: flex;
    align-items: baseline;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul {
    width: 356px;
    margin-top: 42px;
    margin-right: 50px;
    background: linear-gradient(127deg, #a00b15 0%, #8c080c 100%);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li {
    width: 252px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li .ttlBox {
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li .ttlBox .ttl {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    display: inline-block;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li .txt {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.73333;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    width: 100%;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li:nth-child(1) {
    border-bottom: 1px solid #fff;
    padding-bottom: 46px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li:nth-child(2) {
    margin-top: 64px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area {
    width: 470px;
    height: 60px;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    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#products .productBox .productBox__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;
    font-size: 1.8em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn .pl {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn .under_arw {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#products .productBox .productBox__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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn .t {
    text-align: left;
    padding-left: 40px;
    width: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn .arw {
    height: 9px;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li > .btn_area .btn:hover .arw {
    transform: translateX(5px);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox {
    margin-top: 40px;
    border: 1px solid #990c12;
    color: #990c12;
    width: 100%;
    padding: 26px 0 40px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .txt {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area {
    width: 470px;
    height: 60px;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    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#products .productBox .productBox__ul__li .setBox .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    font-size: 1.8em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .pl {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .under_arw {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .t {
    background: #990c12;
    color: #fff;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li {
    margin-top: 80px;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .ttlBox .product_subttl {
    background-color: #b38c3b;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .ttlBox .product_ttl {
    color: #b38c3b;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .product_detail .txtBox__ul {
    background: linear-gradient(127deg, #e0c58a 0%, #b78b4c 100%);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox {
    border: 1px solid #b38c3b;
    color: #b38c3b;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area {
    width: 470px;
    height: 60px;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    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#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    font-size: 1.8em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .pl {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .under_arw {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .t {
    background: #b38c3b;
    color: #fff;
  }
  body #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  body #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  body #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 607.5px;
    z-index: 10;
  }
  body #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  body #reel .inner iframe {
    width: 100%;
    height: 607.5px;
    float: left;
  }
  body #reel .close {
    width: 85px;
    height: 85px;
    float: right;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: -60px;
    right: -60px;
    z-index: 5003;
  }
  body #reel .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #reel .close .bar span {
    background: #b38d3b;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 28px;
    content: "";
    margin: -13px 0 0 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  body #reel .close .bar:after {
    background: #b38d3b;
    width: 30px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    margin: 7px 0 0 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  body #reel .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
  body #reel .close:hover .bar {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}
@media screen and (min-width: 5324px) {
  body #wrapper #main section#products > .ttlBox {
    background-size: contain;
  }
}
/* IE11 対応 */
@media all and (-ms-high-contrast: none) {
  _:-ms-lang(x)::-ms-backdrop, body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox, body #wrapper #main section#step .section_inner .voiceBox .btnBox {
    justify-content: flex-start;
  }
}
/*size*/
@media screen and (max-width: 758px) {
  body {
    /*
    background: url(../../img/salon/_guide_sp.jpg) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    //background-position-y: -80px;
    //background-position-y: -667px;
    //background-position-y: -59px;
    #wrapper{
    	opacity: 0.6 !important;
    }
    #header{
    	@include opacity(0.6);
    	position: absolute;
    }
    .footer-nav, .footer-nav .inner {
    	background: none;
    }*/
  }
  body #wrapper {
    background: #580001;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #580001 21%, #97000e 50%, #580001 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #580001 21%, #97000e 50%, #580001 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #580001 21%, #97000e 50%, #580001 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#580001', endColorstr='#580001',GradientType=0 );
    /* IE6-9 */
    opacity: 0;
  }
  body #wrapper div.inner {
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body #wrapper #main {
    float: none;
    margin: 0 auto;
  }
  body #wrapper #main .anim {
    opacity: 0;
  }
  body #wrapper #main section .inner h2 {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1.7em;
    color: #f1cb89;
  }
  body #wrapper #main section .inner h2.cir {
    display: inline-block;
    position: relative;
  }
  body #wrapper #main section .inner h2.cir:after {
    content: '';
    display: block;
    position: absolute;
    width: 27vw;
    height: 27vw;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    right: -5vw;
  }
  body #wrapper #main section#fv {
    background: #5d0002;
  }
  body #wrapper #main section#fv .imgBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul {
    display: flex;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li {
    width: calc(100% / 2);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a {
    position: relative;
    display: block;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .imgBox {
    display: block;
    position: relative;
    margin-top: calc(82 / 750 * 100vw);
    margin-bottom: calc(57 / 750 * 100vw);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .s {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    top: calc(182 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .m {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.35714;
    text-align: center;
    position: absolute;
    top: calc(203 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
    letter-spacing: -0.08em;
    display: block;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a .arw {
    width: calc(28 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    position: absolute;
    bottom: calc(33 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li a:hover .arw {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(1) {
    background: #a00b15;
    background: -moz-linear-gradient(127deg, #a00b15 0%, #8c080c 100%);
    background: -webkit-linear-gradient(127deg, #a00b15 0%, #8c080c 100%);
    background: linear-gradient(127deg, #a00b15 0%, #8c080c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a00b15",endColorstr="#8c080c",GradientType=1);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(1) .s, body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(1) .m {
    color: #990c12;
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(2) {
    background: #e0c58a;
    background: -moz-linear-gradient(127deg, #e0c58a 0%, #b78b4c 100%);
    background: -webkit-linear-gradient(127deg, #e0c58a 0%, #b78b4c 100%);
    background: linear-gradient(127deg, #e0c58a 0%, #b78b4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0c58a",endColorstr="#b78b4c",GradientType=1);
  }
  body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(2) .s, body #wrapper #main section#anker_nav .anker_nav__ul__li:nth-child(2) .m {
    color: #b38d3b;
  }
  body #wrapper #main section#tsuya, body #wrapper #main section#step {
    background: linear-gradient(0deg, #7b0009 0%, #8e090c 100%);
  }
  body #wrapper #main section#tsuya .ttlBox, body #wrapper #main section#step .ttlBox {
    background: #a00b19;
    padding: calc(65 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .ttlBox .ttl, body #wrapper #main section#step .ttlBox .ttl {
    color: #fff;
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.63158;
    text-align: center;
    font-weight: 600;
  }
  body #wrapper #main section#tsuya .section_inner, body #wrapper #main section#step .section_inner {
    position: relative;
    padding-top: calc(388 / 750 * 100vw);
    padding-bottom: calc(114 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .movBox, body #wrapper #main section#step .section_inner .movBox {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-80 / 750 * 100vw);
    margin: auto;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .shadow, body #wrapper #main section#step .section_inner .movBox .shadow {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .thumb, body #wrapper #main section#step .section_inner .movBox .thumb {
    display: block;
    width: calc(660 / 750 * 100vw);
    margin: auto;
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .thumb:hover, body #wrapper #main section#step .section_inner .movBox .thumb:hover {
    cursor: pointer;
  }
  body #wrapper #main section#tsuya .section_inner .movBox .play_img, body #wrapper #main section#step .section_inner .movBox .play_img {
    position: absolute;
    top: calc(135 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(90 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .secretBox, body #wrapper #main section#step .section_inner .secretBox {
    background-color: #8e090c;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox,
  body #wrapper #main section#tsuya .section_inner .recomendBox, body #wrapper #main section#step .section_inner .secretBox,
  body #wrapper #main section#step .section_inner .recomendBox {
    width: calc(660 / 750 * 100vw);
    margin: auto;
    position: relative;
    border: 1px solid #fff;
    padding: calc(70 / 750 * 100vw) 0 calc(44 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .subttlBox,
  body #wrapper #main section#tsuya .section_inner .recomendBox .subttlBox, body #wrapper #main section#step .section_inner .secretBox .subttlBox,
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox {
    width: calc(570 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-30 / 750 * 100vw);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .subttlBox .subttl,
  body #wrapper #main section#tsuya .section_inner .recomendBox .subttlBox .subttl, body #wrapper #main section#step .section_inner .secretBox .subttlBox .subttl,
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox .subttl {
    color: #990c12;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.85714;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0, body #wrapper #main section#tsuya .section_inner .secretBox .txt1,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1, body #wrapper #main section#step .section_inner .secretBox .txt0, body #wrapper #main section#step .section_inner .secretBox .txt1,
  body #wrapper #main section#step .section_inner .recomendBox .txt0,
  body #wrapper #main section#step .section_inner .recomendBox .txt1 {
    color: #fff;
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.52632;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0em;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0.txt1, body #wrapper #main section#tsuya .section_inner .secretBox .txt1.txt1,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0.txt1,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1.txt1, body #wrapper #main section#step .section_inner .secretBox .txt0.txt1, body #wrapper #main section#step .section_inner .secretBox .txt1.txt1,
  body #wrapper #main section#step .section_inner .recomendBox .txt0.txt1,
  body #wrapper #main section#step .section_inner .recomendBox .txt1.txt1 {
    margin-top: calc(26 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.66667;
    letter-spacing: 0.08em;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0 .kome, body #wrapper #main section#tsuya .section_inner .secretBox .txt1 .kome,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0 .kome,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1 .kome, body #wrapper #main section#step .section_inner .secretBox .txt0 .kome, body #wrapper #main section#step .section_inner .secretBox .txt1 .kome,
  body #wrapper #main section#step .section_inner .recomendBox .txt0 .kome,
  body #wrapper #main section#step .section_inner .recomendBox .txt1 .kome {
    padding-right: calc(14 / 750 * 100vw);
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .txt0 .kome::after, body #wrapper #main section#tsuya .section_inner .secretBox .txt1 .kome::after,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt0 .kome::after,
  body #wrapper #main section#tsuya .section_inner .recomendBox .txt1 .kome::after, body #wrapper #main section#step .section_inner .secretBox .txt0 .kome::after, body #wrapper #main section#step .section_inner .secretBox .txt1 .kome::after,
  body #wrapper #main section#step .section_inner .recomendBox .txt0 .kome::after,
  body #wrapper #main section#step .section_inner .recomendBox .txt1 .kome::after {
    font-size: calc(12 / 750 * 100vw);
    content: '＊';
    position: absolute;
    top: calc(-2 / 750 * 100vw);
    left: calc(-2 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .imgBox,
  body #wrapper #main section#tsuya .section_inner .recomendBox .imgBox, body #wrapper #main section#step .section_inner .secretBox .imgBox,
  body #wrapper #main section#step .section_inner .recomendBox .imgBox {
    display: block;
    width: calc(570 / 750 * 100vw);
    margin: auto;
    margin-top: calc(52 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .secretBox .attention,
  body #wrapper #main section#tsuya .section_inner .recomendBox .attention, body #wrapper #main section#step .section_inner .secretBox .attention,
  body #wrapper #main section#step .section_inner .recomendBox .attention {
    width: calc(570 / 750 * 100vw);
    margin: auto;
    margin-top: calc(30 / 750 * 100vw);
    color: #fff;
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.72727;
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1.8em;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox, body #wrapper #main section#step .section_inner .voiceBox {
    width: calc(660 / 750 * 100vw);
    margin: auto;
    margin-top: calc(55 / 750 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .subttlBox, body #wrapper #main section#step .section_inner .voiceBox .subttlBox {
    border-bottom: 2px solid #fff;
    display: inline-block;
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .subttlBox .subttl, body #wrapper #main section#step .section_inner .voiceBox .subttlBox .subttl {
    color: #fff;
    font-size: calc(42 / 750 * 100vw);
    line-height: 2;
    display: inline-block;
    letter-spacing: 0.08em;
    display: inline-block;
    text-align: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .subttlBox::after, body #wrapper #main section#step .section_inner .voiceBox .subttlBox::after {
    content: "";
    position: absolute;
    width: calc(342 / 750 * 100vw);
    height: 2px;
    top: calc(78 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul {
    width: calc(660 / 750 * 100vw);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li {
    position: relative;
    margin-top: calc(100 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li .imgBox, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li .imgBox {
    display: block;
    width: calc(288 / 750 * 100vw);
    position: absolute;
    left: calc(-176 / 750 * 100vw);
    top: calc(-42 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li .txtBox, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li .txtBox {
    width: calc(533 / 750 * 100vw);
    height: calc(236 / 750 * 100vw);
    background-color: #f3e6e7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .voiceBox__ul__li .txtBox .txt, body #wrapper #main section#step .section_inner .voiceBox .voiceBox__ul__li .txtBox .txt {
    padding-left: calc(126 / 750 * 100vw);
    color: #990c12;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.83333;
    display: inline-block;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 600;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox, body #wrapper #main section#step .section_inner .voiceBox .btnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_deco_txt, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_deco_txt {
    margin-top: calc(76 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    color: #fff;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.08em;
    font-weight: 600;
    position: relative;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_deco_txt::before, body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_deco_txt::after, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_deco_txt::before, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_deco_txt::after {
    content: "";
    width: calc(12 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    position: absolute;
    top: 0;
    background-image: url("../../img/tsuya/slash.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_deco_txt::before, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_deco_txt::before {
    left: calc(-28 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_deco_txt::after, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_deco_txt::after {
    right: calc(-22 / 750 * 100vw);
    transform: scale(-1, 1);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area {
    width: 69.86667vw;
    height: 12vw;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
    width: calc(609 / 750 * 100vw);
    height: calc(91 / 750 * 100vw);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: calc(18 / 750 * 100vw);
    padding: 0.4vw;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .t, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: calc(16 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    position: relative;
    z-index: 1;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .pl, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .pl {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: 6.5%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .under_arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .under_arw {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn:hover, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn::after, body #wrapper #main section#step .section_inner .voiceBox .btnBox .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .t, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .t {
    background: #990c12;
    color: #fff;
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn .under_arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn .under_arw {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #wrapper #main section#tsuya .section_inner .voiceBox .btnBox .btn_area .btn:hover .under_arw, body #wrapper #main section#step .section_inner .voiceBox .btnBox .btn_area .btn:hover .under_arw {
    transform: translateY(5px);
  }
  body #wrapper #main section#step {
    background: linear-gradient(0deg, #ceac67 0%, #c6a45f 100%);
  }
  body #wrapper #main section#step .ttlBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #c6a45f;
    padding: calc(65 / 750 * 100vw) 0 calc(242 / 750 * 100vw);
  }
  body #wrapper #main section#step .ttlBox .subttlBox {
    border-bottom: 2px solid #fff;
    display: inline-block;
  }
  body #wrapper #main section#step .ttlBox .subttlBox .subttl {
    color: #fff;
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.5;
    display: inline-block;
    letter-spacing: -0.08em;
    font-weight: 600;
  }
  body #wrapper #main section#step .ttlBox .ttl {
    font-size: calc(42 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    line-height: 1.52381;
  }
  body #wrapper #main section#step .section_inner {
    background: linear-gradient(127deg, #e0c58a 0%, #ceac67 100%);
  }
  body #wrapper #main section#step .section_inner .movBox::before {
    content: "";
    position: absolute;
    width: calc(522 / 750 * 100vw);
    height: calc(137 / 750 * 100vw);
    top: calc(-137 / 750 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../../img/tsuya/experience_img0.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox {
    width: calc(610 / 750 * 100vw);
  }
  body #wrapper #main section#step .section_inner .recomendBox .subttlBox .subttl {
    color: #b38c3b;
    letter-spacing: -0.04em;
  }
  body #wrapper #main section#step .section_inner .recomendBox .imgBox {
    width: calc(599 / 750 * 100vw);
  }
  body #wrapper #main section#products {
    background: linear-gradient(0deg, #7b0009 0%, #8e090c 100%);
    padding-bottom: calc(120 / 750 * 100vw);
    position: relative;
  }
  body #wrapper #main section#products::before {
    content: "";
    background: linear-gradient(127deg, #e0c58a 0%, #ceac67 100%);
    width: calc(750 / 750 * 100vw);
    height: calc(2200 / 750 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body #wrapper #main section#products > .ttlBox {
    background-color: #fff;
    padding-top: calc(62 / 750 * 100vw);
    padding-bottom: calc(38 / 750 * 100vw);
    position: relative;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner .ttl {
    color: #1f1e1e;
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.52174;
    display: inline-block;
    letter-spacing: 0.04em;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner .limitedBox {
    margin-top: calc(33 / 750 * 100vw);
    border: 1px solid #140402;
    padding: calc(14 / 750 * 100vw) calc(26 / 750 * 100vw) calc(8 / 750 * 100vw) calc(44 / 750 * 100vw);
    display: inline-block;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner .limitedBox .limited_txt {
    color: #1f1e1e;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.68em;
    font-weight: 600;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner .txt0 {
    margin-top: calc(20 / 750 * 100vw);
    width: 100%;
    color: #1f1e1e;
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.52941;
    display: inline-block;
    letter-spacing: -0.08em;
    font-weight: 600;
    text-align: center;
  }
  body #wrapper #main section#products > .ttlBox .ttlBox_inner .txt0 .sp_letterspacing {
    letter-spacing: 0em;
  }
  body #wrapper #main section#products > .ttlBox::before {
    content: "";
    width: calc(750 / 750 * 100vw);
    height: calc(69 / 750 * 100vw);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: calc(-69 / 750 * 100vw);
    background-image: url("../../img/tsuya/deco_arw_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  body #wrapper #main section#products .productBox {
    width: calc(660 / 750 * 100vw);
    margin: auto;
    margin-top: calc(204 / 750 * 100vw);
    position: relative;
    border: 1px solid #b38c3b;
    background-color: #fff;
    padding: calc(122 / 750 * 100vw) 0 calc(76 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .subttlBox {
    border: 1px solid #b38c3b;
    background-color: #fff;
    width: calc(570 / 750 * 100vw);
    height: calc(111 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-58 / 750 * 100vw);
    margin: auto;
  }
  body #wrapper #main section#products .productBox .subttlBox .subttl {
    color: #b38c3b;
    font-size: calc(52 / 750 * 100vw);
    line-height: 1.53846;
    display: inline-block;
    letter-spacing: 0.075em;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul {
    width: calc(660 / 750 * 100vw);
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li {
    position: relative;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .ttlBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .ttlBox .product_subttl {
    background-color: #990c12;
    color: #fff;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.075em;
    font-weight: 300;
    text-align: center;
    width: calc(570 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .ttlBox .product_ttl {
    color: #a31f25;
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.52632;
    letter-spacing: 0.075em;
    font-weight: 600;
    text-align: center;
    margin-top: calc(22 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail {
    position: relative;
    margin-top: calc(8 / 750 * 100vw);
    margin-bottom: calc(111 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .imgBox {
    width: calc(570 / 750 * 100vw);
    margin: auto;
    display: block;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul {
    width: calc(570 / 750 * 100vw);
    margin: auto;
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) 0 calc(88 / 750 * 100vw);
    background: linear-gradient(127deg, #a00b15 0%, #8c080c 100%);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li {
    width: calc(505 / 750 * 100vw);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li .ttlBox {
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li .ttlBox .ttl {
    color: #fff;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    display: inline-block;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li .txt {
    margin-top: calc(13 / 750 * 100vw);
    color: #fff;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.83333;
    letter-spacing: 0.04em;
    font-weight: 600;
    text-align: center;
    width: 100%;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li:nth-child(1) {
    border-bottom: 1px solid #fff;
    padding-bottom: calc(33 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail .txtBox__ul__li:nth-child(2) {
    margin-top: calc(36 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area {
    width: 69.86667vw;
    height: 12vw;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(-75 / 750 * 100vw);
    margin: auto;
    width: calc(524 / 750 * 100vw);
    height: calc(136 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: calc(18 / 750 * 100vw);
    padding: 0.4vw;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: calc(16 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    position: relative;
    z-index: 1;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn .pl {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: 6.5%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn .under_arw {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn .t {
    text-align: center;
    width: auto;
    line-height: 1.71429;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn .arw {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: calc(86 / 750 * 100vw);
    height: calc(11 / 750 * 100vw);
    right: calc(32 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .product_detail > .btn_area .btn:hover .arw {
    transform: translateX(5px);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox {
    width: calc(570 / 750 * 100vw);
    margin: auto;
    border: 1px solid #990c12;
    color: #990c12;
    padding: calc(66 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.83333;
    letter-spacing: -0.08em;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-bottom: calc(44 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area {
    width: 69.86667vw;
    height: 12vw;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: calc(18 / 750 * 100vw);
    padding: 0.4vw;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: calc(16 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    position: relative;
    z-index: 1;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .pl {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: 6.5%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .under_arw {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#products .productBox .productBox__ul__li .setBox .btn_area .btn .t {
    background: #990c12;
    color: #fff;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li {
    margin-top: calc(80 / 750 * 100vw);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .ttlBox .product_subttl {
    background-color: #b38c3b;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .ttlBox .product_ttl {
    color: #b38c3b;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .product_detail .txtBox__ul {
    background: linear-gradient(127deg, #e0c58a 0%, #b78b4c 100%);
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox {
    border: 1px solid #b38c3b;
    color: #b38c3b;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area {
    width: 69.86667vw;
    height: 12vw;
    position: relative;
    right: 0;
    left: 0;
    line-height: 0;
    margin: auto;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn {
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: calc(18 / 750 * 100vw);
    padding: 0.4vw;
    box-sizing: border-box;
    overflow: hidden;
    background: #d9a000;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .t {
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: calc(16 / 750 * 100vw);
    line-height: calc(90 / 750 * 100vw);
    position: relative;
    z-index: 1;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    color: #b38c3b;
    text-align: center;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .pl {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: 6.5%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .under_arw {
    position: absolute;
    width: calc(22 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .arw {
    position: absolute;
    width: 61px;
    height: 7px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn:hover {
    opacity: 0.8;
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .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;
    background: -moz-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: -webkit-linear-gradient(bottom, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    background: linear-gradient(to top, #d99f00 0%, #866301 50%, #ffe785 57%, #d99f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d99f00', endColorstr='#d99f00',GradientType=0 );
  }
  body #wrapper #main section#products .productBox .productBox__ul__li.repair_li .setBox .btn_area .btn .t {
    background: #b38c3b;
    color: #fff;
  }
  body #reel {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  body #reel .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    float: left;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
  }
  body #reel .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 607.5px;
    z-index: 10;
  }
  body #reel .inner i {
    float: right;
    font-size: 2em;
    margin: 0 0 1em 0;
  }
  body #reel .inner iframe {
    width: 100%;
    height: 607.5px;
    float: left;
  }
  body #reel .close {
    width: 47.5px;
    height: 47.5px;
    float: right;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: -37px;
    right: -13px;
    z-index: 5003;
  }
  body #reel .close .bar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  body #reel .close .bar span {
    background: #b38d3b;
    width: 25px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 11px;
    content: "";
    margin: -12px 0 0 0;
    transition: 2s;
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -o-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }
  body #reel .close .bar:after {
    background: #b38d3b;
    width: 25px;
    height: 2px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    content: "";
    margin: 8px 0 0 0;
    transition: 2s;
    -webkit-transform: rotate(-45deg) translate(6px, -8px);
    -moz-transform: rotate(-45deg) translate(6px, -8px);
    -ms-transform: rotate(-45deg) translate(6px, -8px);
    -o-transform: rotate(-45deg) translate(6px, -8px);
    transform: rotate(-45deg) translate(6px, -8px);
  }
  body #reel .close .t {
    display: inline-block;
    position: absolute;
    top: 57px;
    left: 25px;
  }
}
