@charset "UTF-8";

/* reset */
html #rei_sp, body #rei_sp, #rei_sp div, #rei_sp span, #rei_sp object, #rei_sp iframe,
h1, #rei_sp h2, #rei_sp h3, #rei_sp h4, #rei_sp h5, #rei_sp h6, #rei_sp p, #rei_sp blockquote, #rei_sp pre,
abbr, #rei_sp address, #rei_sp cite, #rei_sp code,
del, #rei_sp dfn, #rei_sp em, #rei_sp img, #rei_sp ins, #rei_sp kbd, #rei_sp q, #rei_sp samp,
small, #rei_sp strong, #rei_sp sub, #rei_sp sup, #rei_sp var, #rei_sp b, #rei_sp i,
dl, #rei_sp dt, #rei_sp dd, #rei_sp ol, #rei_sp ul, #rei_sp li,
fieldset, #rei_sp form, #rei_sp label, #rei_sp legend,
table, #rei_sp caption, #rei_sp tbody, #rei_sp tfoot, #rei_sp thead, #rei_sp tr, #rei_sp th, #rei_sp td,
article, #rei_sp aside, #rei_sp dialog, #rei_sp figure, #rei_sp footer, #rei_sp header,
hgroup, #rei_sp menu, #rei_sp nav, #rei_sp section,
time, #rei_sp mark, #rei_sp audio, #rei_sp video {
	margin: 0;
	padding: 0;
}

#rei_sp table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
}

#rei_sp img {
	border: 0;
	vertical-align:bottom;
    width: 100%;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

#rei_sp nav ul { list-style:none;}
#rei_sp ul li { list-style: none;}

#rei_sp blockquote, #rei_sp q {	quotes:none;}

#rei_sp blockquote:before, #rei_sp blockquote:after,
#rei_sp q:before, #rei_sp q:after {
	content:'';
	content:none;
}
#rei_sp h1,#rei_sp h2,#rei_sp h3,#rei_sp h4,#rei_sp h5,#rei_sp h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
html #rei_sp {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 165%;
	font-weight: normal;
	letter-spacing: 0.1em;
    overflow: hidden;
}
#rei_sp svg{
    width: 100%;
    object-fit: contain;
    height: auto;
}

/* #rei_sp */
#rei_sp a {
	outline: none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	text-decoration: none;
    transition: all .2s;
}
@media (min-width: 768px) {
    #rei_sp a:hover{
        opacity: 0.7;
    }
}
#rei_sp input, #rei_sp select {
	vertical-align:middle;
}
#rei_sp *{
    color: #595858;
}
#rei_sp picture{
    display: flex;
    width: 100%;
}
#rei_sp .roboto{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}
@media (min-width: 768px) {
    #rei_sp .pc{
        display: inherit;
    }
    #rei_sp .sp{
        display: none !important;
    }
}
@media (max-width: 767px) {
    #rei_sp .pc{
        display: none !important;
    }
    #rei_sp .sp{
        display: inherit;
    }
}
/* header */
#rei_sp .header{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: calc(100% - 16vw);
    margin: 0 auto;
    padding: 30px 0;
}
@media (max-width: 1080px) {
    #rei_sp .header{
        width: calc(100% - 10vw);
    }
}
#rei_sp .header_left{
    width: 120px;
    display: flex;
}
#rei_sp .header_nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#rei_sp .header_nav li{
    margin-right: 30px;
}
@media (max-width: 1080px) {
    #rei_sp .header_nav li{
        margin-right: 20px;
    }
}
#rei_sp .header_nav li.header_nav_border{
    margin-right: 30px;
    padding-left: 30px;
    border-left: solid 1px rgba(89, 88, 88, 0.30);
}
@media (max-width: 1080px) {
    #rei_sp .header_nav li.header_nav_border{
        margin-right: 20px;
        padding-left: 20px;
    }
}
#rei_sp .header_nav li:last-child{
    margin-right: 0px;
}
#rei_sp .header_nav li a{
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 1080px) {
    #rei_sp .header_nav li a{
        font-size: 13px;
    }
}
#rei_sp .lines{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#rei_sp .lines .upper{
    font-size: 16px;
    margin-bottom: 4px;
}
@media (max-width: 1080px) {
    #rei_sp .lines .upper{
        font-size: 13px;
    }
}
#rei_sp .lines .lower{
    font-size: 11px;
}
@media (max-width: 767px) {
    #rei_sp{
        border-top: solid 1px rgba(0,0,0,0.2);
    }
    #rei_sp .header{
        padding: 4vw 0;
    }
    #rei_sp .header_left{
        width: 17.33333333vw;
    }
    #rei_sp .header_right__menuicon{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #rei_sp .header_right__menuicon p{
        font-size: 3.466666667vw;
        margin-right: 2.666666667vw;
        font-weight: 500;
    }
    #rei_sp .header_right__menuicon span{
        display: flex;
        width: 4.8vw;
    }
    #rei_sp .sp_menu_modal{
        opacity: 0;
        z-index: -1;
        position: fixed;
        transition: all .2s;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #rei_sp .sp_menu_modal.subnav_show{
        opacity: 1;
        z-index: 9999;
    }
    #rei_sp .sp_menu_modal_bg{
        background: rgba(232, 230, 228, 0.90);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        z-index: -1;
    }
    #rei_sp .sp_menu_modal_close{
        position: absolute;
        top: 15px;
        right: 15px;
        display: flex;
    }
    #rei_sp .sp_menu_modal_inner__ul li{
        margin-bottom: 45px;
    }
    #rei_sp .sp_menu_modal_inner__ul li:last-child{
        margin-bottom: 0px;
    }
    #rei_sp .sp_menu_modal_inner__ul li a{
        font-size: 20px;
    }
    #rei_sp .sp_menu_modal_inner__ul li a .lines{
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }
    #rei_sp .sp_menu_modal_inner__ul li a .lines .upper{
        font-size: 24px;
        margin-right: 15px;
    }
    #rei_sp .sp_menu_modal_inner__ul li a .lines .lower{
        font-size: 20px;
    }
}
/* mv */
#rei_sp .slider li{
    display: flex;
    position: relative;    
}
#rei_sp .front_txt{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: all 1s;
    transition-delay: .5s;
}
#rei_sp .slick-active .front_txt{
    opacity: 1;
}
#rei_sp .front_txt.one_rei{
    left: 59px;
    top: 117px;
}
#rei_sp .front_txt.two_rei{
    right: 135px;
    top: 117px;
}
#rei_sp .front_txt span{
    display: flex;
}
#rei_sp .front_txt span.front_txt_logo{
    margin-bottom: 40px;
}
#rei_sp .front_txt.one_rei .front_txt_logo{
    width: 181.2px;
}
#rei_sp .front_txt.one_rei .front_txt_lense{
    width: 351.9px;
}
#rei_sp .front_txt.two_rei .front_txt_logo{
    width: 208.99px;
}
#rei_sp .front_txt.two_rei .front_txt_lense{
    width: 197.13px;
}
@media (min-width: 768px) {
    #rei_sp .front_txt.one_rei{
        left: 4.930555556vw;
        top: 9.791666667vw;
    }
    #rei_sp .front_txt.two_rei{
        right: 11.25vw;
        top: 9.791666667vw;
    }
    #rei_sp .front_txt span.front_txt_logo{
        margin-bottom: 3.333333333vw;
    }
    #rei_sp .front_txt.one_rei .front_txt_logo{
        width: 15.10138889vw;
    }
    #rei_sp .front_txt.one_rei .front_txt_lense{
        width: 29.32430556vw;
    }
    #rei_sp .front_txt.two_rei .front_txt_logo{
        width: 17.41597222vw;
    }
    #rei_sp .front_txt.two_rei .front_txt_lense{
        width: 15.12708333vw;
    }
}
@media (max-width: 767px) {
    #rei_sp .slider{
        pointer-events: none;
    }
    #rei_sp .slider li{
        flex-direction: column;
    }
    #rei_sp .front_txt.one_rei{
        left: 36.53333333vw;
        top: 9.866666667vw;
    }
    #rei_sp .front_txt.two_rei{
        left: 34.13333333vw;
        top: 9.866666667vw;
        right: auto;
    }
    #rei_sp .front_txt .front_txt_lense{
        display: none;
    }
    #rei_sp .front_txt.one_rei .front_txt_logo{
        width: 27.2vw;
    }
    #rei_sp .front_txt.two_rei .front_txt_logo{
        width: 31.46666667vw;
    }
    #rei_sp .mv_lense{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 6vw 0 !important;
        background: #f7f7f7;
    }
    #rei_sp .mv_lense > span{
        display: flex;
    }
    #rei_sp .mv_lense .one_rei{
        width: 81.89333333%;
    }
    #rei_sp .mv_lense .two_rei{
        width: 45.87733333%;
    }
    #rei_sp .mv{
    }
}
/* concept */
#rei_sp .concept{
    display: flex;
    width: 650px;
    margin: auto;
    justify-content: space-between;
    position: relative;
    padding: 80px 0 140px;
}
#rei_sp .concept_txt h3{
    font-size: 20px;
    font-weight: 300;
    line-height: 220%;
    letter-spacing: 7px;
}
#rei_sp .concept_img{
    width: 323.32px;
    position: absolute;
    right: 0px;
    bottom: 60px;
}
@media (max-width: 767px) {
    #rei_sp .concept{
        flex-direction: column;
        width: calc(100% - 16vw);
        padding: 14vw 0;
    }
    #rei_sp .concept_txt h3{
        text-align: center;
        font-size: 3.6vw;
        font-weight: 300;
        line-height: 220%;
        letter-spacing: 4px;
        margin-bottom: 3vw;
    }
    #rei_sp .concept_img{
        position: relative;
        width: 80%;
        margin: 0 auto;
        bottom: auto;
        right: auto;
    }
}

/* cont_ttl */
#rei_sp .cont_ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
#rei_sp .cont_ttl p{
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: 4.8px;
    margin-bottom: 25px;
}
#rei_sp .cont_ttl p::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    opacity: 0.3;
    display: flex;
}
#rei_sp .cont_ttl h2{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.25em;
}
#rei_sp .cont_ttl h2 span.pc{
    display: inline;
}
@media (max-width: 767px) {
    #rei_sp .cont_ttl{
        margin-bottom: 8vw;
    }
    #rei_sp .cont_ttl p{
        font-size: 6.933333333vw;
        line-height: 165%;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }
    #rei_sp .cont_ttl h2{
        font-size: 3.466666667vw;
        line-height: 180%; /* 25.2px */
        letter-spacing: 1.4px;
    }
    #rei_sp .cont_ttl h2 span.pc{
        display: none;
    }
}
/* cont_01 */
#rei_sp .cont_01{
    position: relative;
    background-image: url('/assets/images/products/lense/rei_sp/bg_orange.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 120px;
    overflow: hidden;
}
#rei_sp .cont_01_bg{
    display: flex;
    width: 100%;
    position: absolute;
    top: -120px;
    mix-blend-mode: screen;
}
#rei_sp .cont_01_inner{
    width: 1040px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
@media (max-width: 767px) {
    #rei_sp .cont_01{
        padding-top: 60px;
    }
    #rei_sp .cont_01_inner{
        width: calc(100% - 10vw);
    }
}
/* tab */
#rei_sp .cont_01_inner .tab{
    display: flex;
    width: 900px;
    justify-content: space-between;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #rei_sp .cont_01_inner .tab{
        width: 100%;
    }
}
#rei_sp .cont_01_inner .tab_wrapper{
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    justify-content: space-between;
}
#rei_sp .cont_01_inner .tab_btn{
    display: flex;
    flex-direction: column;
    width: 176px;
    height: 110px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s;
    cursor: pointer;
}
@media (max-width: 767px){
    #rei_sp .cont_01_inner .tab_btn{
        width: 17.56vw;
        height: 15.04533333vw;
    }
}
#rei_sp .cont_01_inner .tab_btn:hover{
    opacity: 0.7;
}
#rei_sp .cont_01_inner .tab_btn::after{
    content: "";
    display: flex;
    width: 1px;
    height: 50px;
    background: rgba(0,0,0,0.2);
    right: -1px;
    position: absolute;
}
@media (max-width: 767px){
    #rei_sp .cont_01_inner .tab_btn::after{
        height: 8vw;
    }
}
#rei_sp .tab_one .tab_btn::after,#rei_sp .tab_two .tab_btn:last-child:after{
    content: none;
}
#rei_sp .tab_btn.tab_one,#rei_sp .tab_btn.tab_two{
    background: transparent;
}
#rei_sp .tab_btn.active .arrow{
    content: "";
    display: flex;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    background-color: transparent;
}
@media (max-width: 767px){
    #rei_sp .tab_btn.active .arrow{
        width: 12px;
        height: 6px;
        bottom: -6px;
        left: calc(50% - 6px);
    }
}
#rei_sp .tab_btn p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 180%; /* 39.6px */
    letter-spacing: 2.2px;
    opacity: 0.7;
    margin-bottom: -1px;
}
@media (max-width: 767px){
    #rei_sp .tab_btn p{
        font-size: 3vw;
        letter-spacing: 0.98px;
        margin-top: -5px;
    }
}
#rei_sp .tab_btn h3{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 180%; /* 39.6px */
    letter-spacing: 2.2px;
    opacity: 0.7;
}
@media (max-width: 767px){
    #rei_sp .tab_btn h3{
        font-size: 2.506666667vw;
        letter-spacing: 1px;
    }
}
#rei_sp .tab_btn.tab_btn.active p,#rei_sp .tab_btn.tab_btn.active h3{
    opacity: 1;
}
#rei_sp .tab_btn.tab_one p,#rei_sp .tab_btn.tab_one h3{
    color: #57AEE0;
}
#rei_sp .tab_btn.tab_two p,#rei_sp .tab_btn.tab_two h3{
    color: #FF8EA6;
}
#rei_sp .tab_btn.tab_one.active{
    background: radial-gradient(182.45% 96.33% at 50% 3.67%, #FFF 0%, #EAF7FF 43.53%, #DEF3FF 100%);
}
#rei_sp .tab_btn.tab_two.active{
    background: radial-gradient(182.45% 96.33% at 50% 3.67%, #FFF 0%, #FFEFF2 43.53%, #FFE7EC 100%);
}
#rei_sp .tab_btn.active::before{
    content: "";
    display: flex;
    width: 100%;
    height: 4px;
    bottom: 0px;
    position: absolute;
}
@media (max-width: 767px){
    #rei_sp .tab_btn.active::before{
        height: 2px;
    }
}
#rei_sp .tab_btn.tab_one.active::before{
    background: #57AEE0;
}
#rei_sp .tab_btn.tab_two.active::before{
    background: #FF8EA6;
}
#rei_sp .tab_btn .arrow{
    display: none;
}
/* tab_cont */
#rei_sp .tab_box{
    background-color: #FFFFFF;
    padding: 50px 0;
    flex-direction: column;
}
@media (max-width: 767px){
    #rei_sp .tab_box{
        padding: 5.333333333vw;
    }
}
#rei_sp .tab_box_inner{
    display: flex;
    width: 990px;
    margin: 0 0 50px 50px;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner{
        width: 100%;
        margin: 0 0 5.333333333vw 0;
        flex-direction: column;
    }
}
#rei_sp .tab_box_inner_left{
    width: 340px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
}
#rei_sp .tab_box_inner_left > span{
    display: flex;
    height: 142.55px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_left{
        width: 100%;
        padding: 8vw 0;
        height: auto;
        margin-bottom: 5.333333333vw;
    }
    #rei_sp .tab_box_inner_left > span{
        height: 21.33333333vw;
    }
}
#rei_sp .tab_box_inner_right{
    width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right{
        width: 100%;
        min-height: auto;
    }
}
#rei_sp .tab_box_inner_right_upper{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_upper{
        margin-bottom: 5.333333333vw;
        flex-direction: column;
    }
}
#rei_sp .tab_box_inner_right_upper_left p{
    font-size: 40px;
    font-weight: 400;
    line-height: 180%; /* 72px */
    letter-spacing: 4px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_upper_left p{
        font-size: 4.5vw;
        line-height: 180%; /* 36px */
        letter-spacing: 1px;
        margin-bottom: 1vw;
    }
}
#rei_sp .one_day .tab_box_inner_right_upper_left p{
    color: #57AEE0;
}
#rei_sp .two_week .tab_box_inner_right_upper_left p{
    color: #FF8EA6;
}
#rei_sp .tab_box_inner_right_upper_right{
    border-left: solid 1px rgba(0,0,0,0.2);
    padding-left: 40px;
    margin-left: 40px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_upper_right{
        padding-left: 0px;
        margin-left: 0px;
        border-left: none;
    }
}
#rei_sp .tab_box_inner_right_upper_right ul li{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.6px;
    padding-left: 25px;
    margin: 5px 0;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_upper_right ul li{
        font-size: 3.2vw;
        letter-spacing: 1.2px;
        margin: 0 0 0.8vw 0;
        padding-left: 4vw;
    }
    #rei_sp .tab_box_inner_right_upper_right ul li:last-child{
        margin: 0;
    }
}
#rei_sp .tab_box_inner_right_upper_right ul li::before{
    content: "";
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: calc(50% - 4px);
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_upper_right ul li::before{
        width: 1.370666667vw;
        height: 1.370666667vw;
        top: calc(50% - 0.552vw);
    }
}
#rei_sp .one_day .tab_box_inner_right_upper_right ul li::before{
    background-color: #57AEE0;
}
#rei_sp .two_week .tab_box_inner_right_upper_right ul li::before{
    background-color: #FF8EA6;
}
#rei_sp .tab_box_inner_right_lower{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#rei_sp .tab_box_inner_right_lower_box{
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#rei_sp .toric .tab_box_inner_right_lower_box{
    margin-right: 20px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_lower_box{
        margin-right: 3.466666667vw !important;
    }
    #rei_sp .toric .tab_box_inner_right_lower_box{
        margin-right: 2vw !important;
    }
}
#rei_sp .tab_box_inner_right_lower_box:last-child{
    margin-right: 0px;
}
#rei_sp .tab_box_inner_right_lower_box > span{
    display: flex;
    width: 97.64px;
    height: 97.64px;
    margin-bottom: 20px;
}
#rei_sp .toric .tab_box_inner_right_lower_box > span{
    width: 90px;
    height: 90px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_lower_box > span{
        width: 17.06666667vw;
        height: 17.06666667vw;
        margin-bottom: 2.666666667vw;
    }
    #rei_sp .toric .tab_box_inner_right_lower_box > span{
        width: 15vw;
        height: 15vw;
    }
}
#rei_sp .tab_box_inner_right_lower_box .ttl{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 165%; /* 23.1px */
    letter-spacing: 1.4px;
}
#rei_sp .tab_box_inner_right_lower_box .sub{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 165%; /* 23.1px */
    letter-spacing: 1.4px;
}
@media (max-width: 767px){
    #rei_sp .tab_box_inner_right_lower_box .ttl{
        font-size: 2.6vw;
    }
    #rei_sp .tab_box_inner_right_lower_box .sub{
        font-size: 2.6vw;
    }
}
#rei_sp .tab-contents-item {
    display: none;
}
#rei_sp .tab-contents-item.show {
    display: flex;
}
/* tab_box_anc */
#rei_sp .tab_box_anc a{
    width: 760px;
    height: 78px;
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
@media (max-width: 767px){
    #rei_sp .tab_box_anc a{
        width: 100%;
        height: auto;
        font-size: 3.733333333vw;
        letter-spacing: 1.4px;
        padding: 4vw 0;
    }
}
#rei_sp .tab_box_anc a::after{
    content: "";
    background-image: url('/assets/images/products/lense/rei_sp/icon_anc.svg');
    display: flex;
    width: 16px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 34px;
    top: calc(50% - 4.5px);
}
#rei_sp .tab_box_anc.blank a::after{
    background-image: url('/assets/images/products/lense/rei_sp/2501/icon_anc_blank.svg');
    width: 9px;
    height: 16px;
    right: 34px;
    top: calc(50% - 8.5px);
}
@media (max-width: 767px){
    #rei_sp .tab_box_anc a::after{
        right: 20px;
    }
    #rei_sp .tab_box_anc.blank a::after{
        right: 23px;
    }
}
#rei_sp .one_day .tab_box_anc a{
    background: linear-gradient(91deg, #97D1F2 0%, #57AEE0 100%);
}
#rei_sp .two_week .tab_box_anc a{
    background: linear-gradient(91deg, #FFC2CF 0%, #FF718F 100%);
}
#rei_sp .tab_info{
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}
@media (max-width: 767px){
    #rei_sp .tab_info{
        font-size: 2.933333333vw;
        margin-top: 5.333333333vw;
    }
}
#rei_sp .cont_02{
    position: relative;
    padding-bottom: 140px;
    padding-top: 120px;
}
#rei_sp .cont_02_overlay{
    mix-blend-mode: overlay;
    top: -62.84722222vw;
    position: absolute;
    display: flex;
    width: 100%;
}
#rei_sp .cont_02_overlay img{
    transform: translate3d(0,0,0); /* safari debag */
}
#rei_sp .cont_02_bg_white{
    position: absolute;
    top: -10.41666667vw;
    display: flex;
    width: 100%;
}
#rei_sp .cont_02 .cont_ttl{
    z-index: 1;
    position: relative;
}
#rei_sp .cont_map{
    z-index: 1;
    position: relative;
    width: 1040px;
    margin: 0 auto 140px;
}
@media (max-width: 767px){
    #rei_sp .cont_02{
        padding-bottom: 80px;
        padding-top: 80px;
    }
    #rei_sp .cont_map{
        width: calc(100% - 16vw);
        margin: 0 auto 40px;
    }
}
#rei_sp .sec_banner{
    z-index: 1;
    position: relative;
}
#rei_sp .sec_banner a{
    display: flex;
    width: 800px;
    margin: 0 auto;
}
@media (max-width: 767px){
    #rei_sp .sec_banner a{
        width: calc(100% - 16vw);
    }
}
#rei_sp .sec_03{
    background-image: url('/assets/images/products/lense/rei_sp/sec_03_bg.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    padding-bottom: 140px;
}
@media (max-width: 767px){
    #rei_sp .sec_03{
        padding-bottom: 80px;
    }
}
#rei_sp .sec_03_bg_upper{
    top: -25vw;
    position: absolute;
    display: flex;
    width: 100%;
}
/* lineup */
#rei_sp .lineup_ttl{
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    width: 1200px;
    margin: 0 auto 100px;
    padding-bottom: 100px;
}
#rei_sp .lineup_ttl.two_week{
    justify-content: flex-start;
}
@media (max-width: 767px){
    #rei_sp .lineup_ttl{
        width: calc(100% - 10vw);
        margin: 0 auto 60px;
        padding-bottom: 0px;
        flex-direction: column;
    }
    #rei_sp .lineup_ttl.two_week{
        margin: 0 auto 24px;
    }
}
#rei_sp .lineup_ttl_img{
    display: flex;
    width: 1120px;
}
@media (max-width: 767px){
    #rei_sp .lineup_ttl_img{
        width: 100%;
    }
}
#rei_sp .lineup_txt{
    background: #FFF;
    box-shadow: -20px 18px 54px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 500px;
    height: 480px;
}
#rei_sp .lineup_ttl.two_week .lineup_txt{
    left: auto;
    right: 0px;
}
@media (max-width: 767px){
    #rei_sp .lineup_txt{
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 75%;
        height: auto;
        top: -5.333333333vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin: 0 auto;
        padding: 10vw 8vw;
    }
}
#rei_sp .lineup_txt_copy{
    display: flex;
    height: 22.28px;
    margin-bottom: 50px;
}
@media (max-width: 767px){
    #rei_sp .lineup_txt_copy{
        height: 11.992vw;
        margin-bottom: 0px;
    }
}
#rei_sp .lineup_txt_logo{
    display: flex;
    height: 163.59px;
}
@media (max-width: 767px){
    #rei_sp .lineup_txt_logo{
        height: 22.072vw;
        width: 46%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #rei_sp .lineup_txt_logo img{
        height: 100%;
    }
}
#rei_sp .mels_info{
    position: absolute;
    bottom: 30px;
    right: 0px;
}
@media (max-width: 767px){
    #rei_sp .mels_info{
        position: relative;
        bottom: auto;
        right: auto;
        width: 90%;
        margin: 0 auto;
    }
}

/* lineup_box */
#rei_sp .lineup_box{
    width: 990px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 120px;
}
@media (max-width: 767px){
    #rei_sp .lineup_box{
        width: calc(100% - 16vw);
        flex-direction: column;
        margin: 0 auto 50px;
        border-bottom: solid 1px rgba(0,0,0,0.2);
        padding-bottom: 40px;
    }
}
#rei_sp .lineup_box.even{
    flex-direction: row-reverse;
}
@media (max-width: 767px){
    #rei_sp .lineup_box.even{
        flex-direction: column;
    }
    #rei_sp .lineup_box.last{
        margin: 0 auto 60px;
        border-bottom: none;
        padding-bottom: 0px;
    }
}

#rei_sp .lineup_box_image{
    width: 529px;
    position: relative;
}
@media (max-width: 767px){
    #rei_sp .lineup_box_image{
        width: 100%;
        margin-bottom: 10vw;
    }
}
#rei_sp .lineup_box_image_img{
    display: flex;
    width: 529px;
    position: relative;
}
@media (max-width: 767px){
    #rei_sp .lineup_box_image_img{
        width: 90%;
        right: -8%;
        margin-bottom: 2vw;
    }
}
#rei_sp .lineup_box:nth-child(2n) .lineup_box_image{
    right: -20px;
}
@media (max-width: 767px){
    #rei_sp .lineup_box:nth-child(2n) .lineup_box_image{
        right: 0%;
    }
}
#rei_sp .lineup_box_image > p{
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
    left: 15px;
    bottom: -10px;
}
@media (max-width: 767px){
    #rei_sp .lineup_box_image > p{
        position: relative;
        font-size: 3.733333333vw;
        text-align: center;
        letter-spacing: 0.7px;
        left: auto;
        bottom: auto;
    }
}
#rei_sp .fb p{
    color: #9E7B60;
}
#rei_sp .ib p{
    color: #98773E;
}
#rei_sp .ga p{
    color: #938D56;
}
#rei_sp .lm p{
    color: #9F7365;
}
#rei_sp .nb p{
    color: #905621;
}
#rei_sp .mb p{
    color: #637680;
}
#rei_sp .lineup_box_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 432px;
}
@media (max-width: 767px){
    #rei_sp .lineup_box_info{
        width: 100%;
    }
}
#rei_sp .lineup_box_info_logo{
    display: flex;
    height: 75.06px;
    margin-bottom: 22px;
    width: fit-content;
}
#rei_sp .lineup_box.two_week .lineup_box_info_logo{
    margin-bottom: 40px;
}
@media (max-width: 767px){
    #rei_sp .lineup_box_info_logo{
        height: 15vw;
        margin-bottom: 5vw;
    }
    #rei_sp .lineup_box.two_week .lineup_box_info_logo{
        margin-bottom: 8vw;
    }
}
#rei_sp .lineup_box_info_pkg{
    display: flex;
    height: 163px;
    width: fit-content;
    position: relative;
}
#rei_sp .toric_pkg_icon{
    display: flex;
    position: absolute;
    width: 78.88px;
    right: 0px;
    top: -10px;
}
#rei_sp .lineup_box.two_week .lineup_box_info_pkg{
    height: 216.67px;
}
@media (max-width: 767px){
    #rei_sp .lineup_box_info_pkg{
        height: 30vw;
    }
    #rei_sp .toric_pkg_icon{
        width: 20vw;
        top: -3vw;
    }
    #rei_sp .lineup_box.two_week .lineup_box_info_pkg{
        height: 40vw;
    }
}
#rei_sp .lineup_box .toric_smalltxt{
    font-size: 13px;
    text-align: center;
    color: #595858;
    margin-top: 5px;
}
/* lineup_cv */
.lineup_cv_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#rei_sp .lineup_cv{
    position: relative;
    z-index: 1;
}
#rei_sp .lineup_cv a{
    width: 760px;
    height: 78px;
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
@media (max-width: 767px){
    #rei_sp .lineup_cv a{
        width: calc(100% - 16vw);
        height: auto;
        font-size: 3.733333333vw;
        letter-spacing: 0.373333333vw;
        padding: 4vw 0;
    }
}
#rei_sp .lineup_cv a::after{
    content: "";
    background-image: url('/assets/images/products/lense/rei_sp/icon_arrow.svg');
    display: flex;
    width: 22px;
    height: 9.78px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 34px;
    top: calc(50% - 4.89px);
}
@media (max-width: 767px){
    #rei_sp .lineup_cv a::after{
        right: 20px;
    }
}
#rei_sp .lineup_cv.lineup_cv_one_day a{
    background: linear-gradient(91deg, #97D1F2 0%, #57AEE0 100%);
}
#rei_sp .lineup_cv.lineup_cv_two_week a{
    background: linear-gradient(91deg, #FFC2CF 0%, #FF718F 100%);
}

#rei_sp .tab-contents-item-under-top {
    display: none;
}
#rei_sp .tab-contents-item-under-top.show-under-top {
    display: flex;
}
#rei_sp .tab-contents-item-under {
    display: none;
}
#rei_sp .tab-contents-item-under.show-under {
    display: block;
}

/* tab-under */
#rei_sp .tab_under{
    display: flex;
    width: 761px;
    justify-content: space-between;
    margin: 0 auto 80px;
}
@media (max-width: 767px) {
    #rei_sp .tab_under{
        width: 100%;
        margin: 0 auto 9.066666667vw;
    }
}
#rei_sp .tab_under .tab_wrapper{
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#rei_sp .tab_under .tab_btn{
    display: flex;
    flex-direction: column;
    width: 253px;
    height: 110px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s;
    cursor: pointer;
}
@media (max-width: 767px){
    #rei_sp .tab_under .tab_btn{
        width: 27.832vw;
        height: 15.04533333vw;
    }
}
#rei_sp .tab_under .tab_btn:hover{
    opacity: 0.7;
}
#rei_sp .tab_under .tab_btn::after{
    content: "";
    display: flex;
    width: 1px;
    height: 50px;
    background: rgba(0,0,0,0.2);
    right: -1px;
    position: absolute;
}
@media (max-width: 767px){
    #rei_sp .tab_under .tab_btn::after{
        height: 8vw;
    }
}
#rei_sp .tab_under .tab_btn:last-child:after{
    content: none;
}
#rei_sp .tab_under .tab_btn{
    background: transparent;
}
#rei_sp .tab_under .tab_btn.active-under .arrow{
    content: "";
    display: flex;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    background-color: transparent;
}
@media (max-width: 767px){
    #rei_sp .tab_under .tab_btn.active-under .arrow{
        width: 12px;
        height: 6px;
        bottom: -6px;
        left: calc(50% - 6px);
    }
}
#rei_sp .tab_under .tab_btn p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 180%; /* 39.6px */
    letter-spacing: 2.2px;
    opacity: 0.7;
    margin-bottom: -1px;
    color: #FF8EA6;
}
@media (max-width: 767px){
    #rei_sp .tab_under .tab_btn p{
        font-size: 3.509333333vw;
        letter-spacing: 0.261333333vw;
        margin-top: -1.333333333vw;
    }
}
#rei_sp .tab_under .tab_btn h3{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 180%; /* 39.6px */
    letter-spacing: 2.2px;
    opacity: 0.7;
    color: #FF8EA6;
}
@media (max-width: 767px){
    #rei_sp .tab_under .tab_btn h3{
        font-size: 2.506666667vw;
        letter-spacing: 1px;
    }
}
#rei_sp .tab_under .tab_btn.active-under p,#rei_sp .tab_under .tab_btn.active-under h3{
    opacity: 1;
}
#rei_sp .tab_under .tab_btn.active-under{
    background: radial-gradient(182.45% 96.33% at 50% 3.67%, #FFF 0%, #FFEFF2 43.53%, #FFE7EC 100%);
}
#rei_sp .tab_under .tab_btn.active-under::before{
    content: "";
    display: flex;
    width: 100%;
    height: 4px;
    bottom: 0px;
    position: absolute;
}
@media (max-width: 767px){
    #rei_sp .tab_under .tab_btn.active-under::before{
        height: 0.533333333vw;
    }
}
#rei_sp .tab_under .tab_btn.active-under::before{
    background: #FF8EA6;
}
#rei_sp .tab_under .tab_btn .arrow{
    display: none;
}
#rei_sp .artist{
    background: #fff;
    padding: 100px 0;
}
#rei_sp .artist_inner{
    width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
}
#rei_sp .artist_inner_txt{
    margin-left: 70px;
    position: relative;
    padding-bottom: 40px;
}
#rei_sp .artist_inner_txt > p.artist_ttl_mini{
    color: #80BBD0;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.6px;
}
#rei_sp .artist_ttl{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
#rei_sp .artist_ttl p{
    color: #80BBD0;
    font-size: 34px;
    font-weight: 400;
    line-height: 180%; /* 61.2px */
    letter-spacing: 3.4px;
    margin-right: 20px;
}
#rei_sp .artist_ttl h4{
    color: #80BBD0;
    font-size: 16px;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
    letter-spacing: 4.8px;
}
#rei_sp .artist_inner_txt > p{
    font-size: 14px;
    font-weight: 300;
    line-height: 180%; /* 25.2px */
    letter-spacing: 1.4px;
}
#rei_sp .artist_inner_txt .artist_sign{
    display: flex;
    width: 191px;
    position: absolute;
    right: 0px;
}
#rei_sp .artist_inner_img{
    display: flex;
    height: 340px;
}
#rei_sp .artist_inner_img picture{
    display: flex;
}
@media (max-width: 767px){
    #rei_sp .artist{
        padding: 13.33333333vw 0;
    }
    #rei_sp .artist_inner{
        width: calc(100% - 16vw);
        flex-direction: column;
        padding: 8vw 5vw;
    }
    #rei_sp .artist_inner_txt{
        margin: 0;
    }
    #rei_sp .artist_inner_txt > p.artist_ttl_mini{
        text-align: center;
        margin-bottom: 0px;
        font-size: 3.733333333vw;
    }
    #rei_sp .artist_ttl{
        flex-direction: column;
        align-items: center;
    }
    #rei_sp .artist_ttl p{
        font-size: 6vw;
        text-align: center;
        margin-right: 0px;
        line-height: 140%;
    }
    #rei_sp .artist_ttl h4{
        text-align: center;
        font-size: 3.5vw;
    }
    #rei_sp .artist_inner_txt > p{
        text-align: center;
        font-size: 3vw;
        margin-bottom: 5.333333333vw;
    }
    #rei_sp .artist_inner_txt .artist_sign{
        position: relative;
        margin: 0 auto;
        right: auto;
        width: 65%;
    }
    #rei_sp .artist_inner_img{
        height: auto;
    }
}
/* info */
#rei_sp .info{
    width: 760px;
    margin: 0 auto;
    padding: 0 0 120px;
}
#rei_sp .info h5{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%; /* 38.4px */
    letter-spacing: 2.4px;
    margin-bottom: 30px;
}
#rei_sp .info h6{
    font-size: 20px;
    font-weight: 300;
    line-height: 175%; /* 35px */
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#rei_sp .info p{
    font-size: 14px;
    font-weight: 300;
    line-height: 175%; /* 24.5px */
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}
#rei_sp .info ul li{
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%; /* 24.5px */
    letter-spacing: 1.4px;
    padding-left: 12px;
    margin: 5px 0;
}
#rei_sp .info ul li::before{
    content: "";
    background-image: url(/assets/images/products/lense/rei_sp/icon_dot.svg);
    width: 5px;
    height: 5px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0px;
}
#rei_sp .info_column{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#rei_sp .info_column.last{
    margin-bottom: 0px;
}
#rei_sp .info_column p{
    font-size: 14px;
    font-weight: 300;
    line-height: 175%; /* 24.5px */
    letter-spacing: 1.4px;
    margin-bottom: 0px;
}
#rei_sp .info_column p span{
    display: inline;
}
#rei_sp .info_column a{
    border: 1px solid rgba(89, 88, 88, 0.30);
    font-size: 14px;
    font-weight: 600;
    line-height: 175%; /* 24.5px */
    letter-spacing: 1.4px;
    width: 200px;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 20px;
}
#rei_sp .info_column a::after{
    content: "";
    background-image: url(/assets/images/products/lense/rei_sp/info_arrow.svg);
    width: 5.61px;
    height: 7.5px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 3.75px);
    right: 15px;
}

#rei_sp .caution{
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#rei_sp .medical{
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
@media (max-width: 767px){
    #rei_sp .info{
        width: calc(100% - 16vw);
        padding: 0 0 60px;
    }
    #rei_sp .info h5{
        font-size: 14px;
        letter-spacing: 2.24px;
        margin-bottom: 20px;
    }
    #rei_sp .info h6{
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 0.84px;
        text-align: center;
    }
    #rei_sp .info p{
        font-size: 12px;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
    }
    #rei_sp .info ul li{
        font-size: 12px;
        font-weight: 300;
        line-height: 175%; /* 24.5px */
        letter-spacing: 0.6px;
        padding-left: 12px;
        margin: 5px 0;
    }
    #rei_sp .info ul li::before{
        content: "";
        background-image: url(/assets/images/products/lense/rei_sp/icon_dot.svg);
        width: 5px;
        height: 5px;
        display: flex;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 2.5px);
        left: 0px;
        top: 7px;
    }
    #rei_sp .info_column{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    #rei_sp .info_column.last{
        margin-bottom: 0px;
    }
    #rei_sp .info_column p{
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.6px;
        margin-bottom: 15px;
    }
    #rei_sp .info_column a{
        font-size: 12px;
        height: 40px;
    }
    #rei_sp .caution{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #rei_sp .medical{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
#rei_sp .osusume{
    width: 900px;
    margin: 0 auto;
}
#rei_sp .osusume_ttl{
    background: #E78A9B;
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 2px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    margin-bottom: 40px;
}
#rei_sp .osusume_banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
#rei_sp .osusume_banner a{
    width: 430px;
    display: flex;
    margin-bottom: 40px;
}
#rei_sp .osusume_banner a.last{
    margin-bottom: 0px;
}
#rei_sp .osusume_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
#rei_sp .osusume_btn a{
    width: 430px;
    display: flex;
}
@media (max-width: 767px){
    #rei_sp .osusume{
        width: calc(100% - 16vw);
    }
    #rei_sp .osusume_ttl{
        font-size: 14px;
        padding: 10px 0;
        margin-bottom: 15px;
    }
    #rei_sp .osusume_banner{
        margin-bottom: 20px;
    }
    #rei_sp .osusume_banner a{
        margin-bottom: 15px;
        width: 100%;
    }
    #rei_sp .osusume_banner a.last{
        margin-bottom: 15px;
    }
    #rei_sp .osusume_btn{
        margin-bottom: 0px;
    }
    #rei_sp .osusume_btn a{
        width: 100%;
        margin-bottom: 15px;
    }
}
.snsArea {
    width: 1000px;
    padding-bottom: 100px;
    margin: 50px auto 0;
    text-align: center;
}
@media only screen and (max-width: 767px){
.snsArea {
    width: auto;
    margin-top: 50px;
    text-align: center;
}
}

/* sec_korekara */
#rei_sp .sec_korekara{
  background: #FCF5FA;
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  #rei_sp .sec_korekara{
    padding: 50px 0 !important;
  }
}
#rei_sp .sec_korekara_ttl{
  margin: 0 auto 30px !important;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #rei_sp .sec_korekara_ttl{
    margin: 0 auto 20px !important;
  }
}
#rei_sp .sec_korekara_ttl h2{
  display: flex;
  width: 493.28px;
}
@media screen and (max-width: 767px) {
  #rei_sp .sec_korekara_ttl h2{
    width: 70%;
  }
}

#rei_sp .korekara_slider {
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_slider{
  }
}
 
#rei_sp .korekara_slider li{
  display: flex;
  flex-direction: column;
  width: fit-content;
}
#rei_sp .korekara_slider li .movie_img{
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#rei_sp .korekara_slider li .movie_img iframe{
  width: 100%;
  height: 100%;
}

#rei_sp .korekara_slider li .movie_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_slider li .movie_txt{
    padding: 6px 0;
  }
}
#rei_sp .korekara_slider li .movie_txt h3{
  color: #3FB58C;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 1.76px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_slider li .movie_txt h3{
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
#rei_sp .korekara_slider .slick-list {
  margin: 0 -30px;
}
#rei_sp .korekara_slider .slick-slide {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_slider .slick-list {
    margin: 0 -10px;
  }
  #rei_sp .korekara_slider .slick-slide {
    margin: 0 10px;
  }
}

#rei_sp .sec_korekara_slider .arrow_box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #rei_sp .sec_korekara_slider .arrow_box{
    gap: 20px;
    margin-top: 20px;
  }
}
#rei_sp .sec_korekara_slider .slide-arrow{
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 1px #FD8CB2;
  cursor: pointer;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  #rei_sp .sec_korekara_slider .slide-arrow{
    width: 35px;
    height: 35px;
  }
}
#rei_sp .sec_korekara_slider .slide-arrow:hover{
  opacity: 0.6;
}
#rei_sp .sec_korekara_slider .slide-arrow.prev-arrow::after,
#rei_sp .sec_korekara_slider .slide-arrow.next-arrow::after{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10.5px;
  display: flex;
}
#rei_sp .sec_korekara_slider .slide-arrow.prev-arrow::after{
  background-image: url(/assets/images/products/lense/rei_sp/202507/korekara_arrow_left.svg);
}
#rei_sp .sec_korekara_slider .slide-arrow.next-arrow::after{
  background-image: url(/assets/images/products/lense/rei_sp/202507/korekara_arrow_right.svg);
}
#rei_sp .sec_korekara_slider .dots_box .dots_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#rei_sp .sec_korekara_slider .dots_box .dots_wrap li{
  list-style-type: none;
}
#rei_sp .sec_korekara_slider .dots_box .dots_wrap li button{
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 1px #FD8CB2;
  cursor: pointer;
  transition: all .2s;
  text-indent: -9999px;
  background: transparent;
  position: relative;
}
#rei_sp .sec_korekara_slider .dots_box .dots_wrap li.slick-active button::after{
  content: "";
  background: #FD8CB2;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 2px;
  left: 2px;
} 
#rei_sp .korekara_banner_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_banner_wrapper{
    gap: 20px;
    padding: 40px 0 0;
  }
}
#rei_sp .korekara_banner{
  display: flex;
  width: 780px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_banner{
    width: 80%;
  }
}
#rei_sp .korekara_banner a{
  display: flex;
  width: 100%;
}
#rei_sp .korekara_banner_wrapper a{
  cursor: pointer;
  transition: all .2s;
}
#rei_sp .korekara_banner_wrapper a:hover{
  opacity: 0.6;
}
#rei_sp .korekara_cta{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#rei_sp .korekara_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#rei_sp .korekara_txt span{
  display: flex;
  width: 10px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_txt span{
    width: 8px;
    height: 15px;
  }
}
#rei_sp .korekara_txt p{
  color: #FD8CB2;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_txt p{
    font-size: 15px;
    letter-spacing: 0.75px;
  }
}
#rei_sp .korekara_cta a{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #FD8CB2;
  width: 300px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_cta a{
    width: 265px;
    height: 50px;
  }
}
#rei_sp .korekara_cta a p{
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #rei_sp .korekara_cta a p{
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
#rei_sp .korekara_cta a span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10.5px;
  position: absolute;
  right: 15px;
}

#rei_sp .mels_more_btn_sec{
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    #rei_sp .mels_more_btn_sec{
        margin-bottom: 14vw;
    }
}
#rei_sp .mels_more_btn{
    display: flex;
    border: solid 1px #16284E;
    width: 760px;
    height: 78px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 1.8px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #rei_sp .mels_more_btn{
        width: calc(100% - 16vw);
        height: auto;
        font-size: 3.733333333vw;
        letter-spacing: 0.373333333vw;
        padding: 4vw 0;
    }
}
#rei_sp .mels_more_btn p{
    color: #16284E;
}
#rei_sp .mels_more_btn .mels_icon{
    display: flex;
    width: 30px;
    height: auto;
    margin-right: 16px;
}
#rei_sp .mels_more_btn .arrow{
    display: flex;
    width: 22px;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 34px;
    top: calc(50% - 4.89px);
}
@media screen and (max-width: 767px) {
    #rei_sp .mels_more_btn .arrow{
        margin-left: 14px;
        position: relative;
        right: auto;
    }
}
