@charset "UTF-8";

/*-----------------------------------

top

-----------------------------------*/
body {
font-size:16px;
}

/*---------共通----------*/
.red_p {
color:#D23E3A;
}
@media screen and (max-width: 640px) {
.sp { display: none !important; }
.pc { display: block !important; }
}
.sp { display: block !important; }
.pc { display: none !important; }

/*---------sec1----------*/
.about_box {
display: flex;
margin: 100px 0;
}

.sec1_bg_p {
font-size: 54px;
color: #E4E4E4;
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
line-height:50px;
margin-bottom: 40px;
position: absolute;
Z-INDEX: -1;
}

.sec1_right_box {
margin: 0 0 0 140px;
}

.sec1_right_box h2 {
font-size: 45px;
line-height:68px;
text-align:100px;
margin-top: 100px;
margin-bottom: 70px;
position: relative;
}

.sec1_right_box p {
line-height: 30px;
text-align:50px;
}

.sec1_left_box {
height:645px ;
}
.sec1_img {
height: auto;
width: 100vw;
}
.sec1_block {
margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
.about_box {
display: flex;
flex-direction: column;
margin-top:50px;
margin-bottom: 50px;
}
.sec1_right_box {
margin:0;
}
.sec1_right_box h2 {
font-size: 30px;
line-height: 48px;
margin-bottom: 15px;
letter-spacing:-3px;
}

.sec1_left_box {
height: auto;
}
.sec1_img {
margin-bottom:20px;
}
.sec1_bg_p {
	font-size:50px;
}
}

/*---------sec2----------*/
.contents_inner_prd {
width: 1600px;
margin: 0 auto;
}
.sec2_bg {
background-image: url('https://image.raku-uru.jp/01/25985/28/home_bg01_1703143212832.png');
background-repeat: no-repeat;
background-position: center;
width: 100vw;
height: auto;
background-size: cover;
display: flex;
justify-content: center;
}

.product_contents {
display: flex;
flex-direction: row;
margin-bottom: 160px;
justify-content: center;
}

.product_left {
display: flex;
flex-direction: column;
align-items: center;
max-width: 600px;
margin: 0 20px;
position: relative;
z-index: 1;
}
.product_right {
display: flex;
flex-direction: column;
max-width: 600px;
margin: 0 20px;
justify-content: center;
position: relative;
z-index: 1;
}

.product_box {
margin-top: 160px;
}
.bg_number {
color: #FFF;
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;
font-size: 200px;
letter-spacing: -15px;
position: relative;
left: 300px;
top: -80px;
z-index: 0;
display: flex;
}

.bg_number::before {
content: '';
background-color: #FFF;
height: 4px;
width: 145px;
transform: rotate(-70deg);
margin-right: -40px;
margin-top: 12px;
}

.light-w {
font-weight: 300;
font-size: 220px;
}

.product_left h2 {
font-size: 32px;
letter-spacing: 10px;
line-height: 65px;
z-index: 1;
}

.p_box {
font-size: 16px;
letter-spacing: 4px;
line-height: 30px;
z-index: 1;
}
.buy_btn {
display: flex;
justify-content: center;
background-color: #2B2B2B;
color: #FFF;
width: 248px;
height: 60px;
font-weight: bold;
align-items: center;
margin-top: 40px;
position: relative;
left:65%;
}
.cart_icon {
margin-right: 30px;
display: flex;

}
.buy_btn p::after {
content: '';
display: inline-block;
vertical-align: middle;
color: #FFF;
line-height: 1;
width: 11px;
height: 11px;
border: 2px solid currentColor;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
margin-left: 45px;
}

.sp_img {
display:none;
}

@media screen and (max-width: 640px) {
.product_contents {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom:80px;
}
.buy_btn {
left: 50%;
transform: translateX(-50%);
}
.sp_img {
display: flex;
width:90vw;
flex-direction: column;
align-items: flex-end;
margin-bottom:30px;
}
.product_right {
display:none;
}

.product_left h2 {
font-size: 28px;
letter-spacing: -1px;
line-height: 39px;
}

.bg_number {
left: 25%;
top: -10px;
font-size: 130px;
}
.bg_number::before {
width: 100px;
}
.product_box {
margin-top:50px;
}

.sec2_bg {
background-image: url(https://image.raku-uru.jp/01/25985/18/home_bg01_sp_1703143206133.png);
}

.p_box {
font-size: 15px;
letter-spacing: 2px;
line-height: 30px;
}
}

/*---------sec3----------*/
.recommend_title_axcel {
background: #FFF;
color: #2B2B2B;
position: relative;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
max-width: 500px;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 3px;
}
.recommend_title_axcel::before {
content: '';
display: block;
position: absolute;
right: 0;
left: 0;
height: 70px;
border: 3px solid #2B2B2B;
}
.recommend_title_axcel::after{
content: '';
position: absolute;
background-color: white;
width: 20px;
height: 10px;
top: -2px;
left: 18px;
}
.axcel_title_deco{
content:'';
position: absolute;
background-color: white;
width: 20px;
height: 10px;
bottom: -5px;
right: 24px;
}
.recommend_mid_p {
margin: 60px 0 30px 0;
font-size: 22px;
font-weight: bold;
letter-spacing: 10px;
line-height: 36px;
}
.recommend_box {
display: flex;
flex-direction: row;
margin-top: 160px;
margin-bottom: 160px;
justify-content: flex-end;
}
.recommend_box_right {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items:center;
}
.rc_3rdbox {
margin-bottom: 160px;
}

.recommend_box_left{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items:center;
}

.recommend_left {
display: flex;
flex-direction: column;
max-width: 650px;
margin: 0 40px 0 0;
}

.recommend_right {
display: flex;
flex-direction: column;
max-width: 650px;
margin: 0 0 0 40px;
}

.recommend_right .caption {
display: flex;
justify-content: flex-end;
}

.recommend_text_left {
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
right: 0;
max-width: 500px;
position: relative;
top: -100px;
}
.recommend_text_right {
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
left: 0;
max-width: 500px;
position: relative;
top: -100px;
}

.recommend_deco {
position: relative;
right: -300px;
bottom: -100px;
z-index: 0;
vertical-align: middle;
}
.recommend_title {
position: relative;
display: block;
}
.recommend_title h2 {
position: relative;
font-size: 36px;
font-weight: bold;
letter-spacing: 5px;
line-height: 62px;
vertical-align: middle;
z-index: 1;
}

.image_wrap_rightbox {
position: absolute;
transform: translatex(-55%);
max-width: 980px;
display:flex;
}
.recommend_img_rightpart{
position:relative;
overflow: hidden;
}

.image_wrap_leftbox{
position: absolute;
transform: translatex(55%);
max-width: 980px;
display:flex;
}

.recommend_img_leftpart {
position:relative;
overflow: hidden;
}

.sp_wrap_l {
display: none;
}
.sp_wrap_r {
display: none;
}

@media screen and (max-width: 640px) {
.caption {
font-size:13px;
margin: 2px;
}
.recommend_right {
display: none;	
}
.recommend_box {
display: flex;
flex-direction: column;
align-items: center;
margin-top:80px;
margin-bottom:80px;
}

.recommend_left{
margin:0;
}

.recommend_text_left {
display: flex;
align-items: flex-start;
flex-direction: column;
}

.recommend_deco_r {
position: relative;
z-index: 1;
width: 35vw;
right:0;
transform: translateX(165%);
top: 45px;
}
.recommend_deco_l {
position: relative;
z-index: 1;
width: 35vw;
left: 0;
transform: translateX(-10%);
top: 45px;
}	

.image_wrap_rightbox {
display:none;
}
.image_wrap_leftbox {
display:none;
}
.sp_wrap_l {
position: absolute;
left:-30px;
width: 100vw;
z-index: 0;
display:flex;
}
.sp_wrap_r {
position: absolute;
width: 100vw;
z-index: 0;
display:flex;
}
.rc_sp_img {
display: flex;
width: 90vw;
margin-bottom: 250px;
}
.recommend_title h2 {
font-size:30px;
line-height:45px;
letter-spacing:2px;
}

.recommend_mid_p {
margin: 10px 0;
font-size:20px;
letter-spacing:1px;
}
.rc_3rdbox {
margin-bottom: 0;
}
.recommend_right {
margin: 20px 10px;
}
.recommend_title_axcel {
font-size: 16px;
letter-spacing:-1px;
margin-bottom:60px;
}
.recommend_title_axcel::before {
height: 55px;
}
.recommend_title_axcel::after{
height: 13px;
top: -22px;
left: 18px;
}
.axcel_title_deco{
height:13px;
right:24px;
bottom:-23px;
}
}
/*---------news----------*/
.sec4_block {
background-image: url(https://image.raku-uru.jp/01/25985/22/news_bg01_1703143208672.png);
width:100vw;
background-repeat: no-repeat;
background-position: center;
padding: 100px 0;

}
.news_wrap {
display: flex;
flex-direction: row;
background-color:#FFF;
justify-content: center;
align-items: center;
}
.news_text{
margin: 50px 100px 50px 20px;
}
.news_text p {
color: #2B2B2B;
margin: 18px 0;
}

.news_title {
margin: 0 150px;
font-size: 22px;
font-weight: 500;
letter-spacing: 5px;

}
.news_text_line {
display: flex;
flex-direction: column;
}
.news_text_line::after {
content: '';
border-bottom: 1px solid #2B2B2B;
display: block;
width: 600px;
}

.news_right {
display: inline-block;
vertical-align: middle;
color: #2B2B2B;
line-height: 1;
width: 12px;
height: 12px;
border: 2px solid currentColor;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateX(-25%) rotate(45deg);
position: relative;
right: -300px;
}


@media screen and (max-width: 640px) {
.news_wrap {
display: flex;
flex-direction:column;
padding:35px 5px 25px 5px;
}

.news_text {
margin: 20px 0;
}
.news_text_line {
display: flex;
flex-direction: column;
align-items: center;
}

.news_text_line::after {
content: '';
border-bottom: 1px solid #2B2B2B;
display: block;
width: 280px;
}

.news {
font-size:16px;
}

.sec4_block {
	padding: 40px 0;
}
}
/*---------SNS----------*/
.sns_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.other_sns {
display: flex;
color: #FFF;
font-weight: bold;
background-color: #2B2B2B;
justify-content: center;
flex-direction: row;
align-items: center;
}

.instagram_inner {
display: flex;
flex-direction: column;
align-items: center;
}

.instagram_inner h2 {
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 32px;
margin: 60px 0;
}
.sns_grp  a {
color: #FFF;
display: flex;
align-items: center;
flex-direction: row;
margin: 25px 40px;
}
.sns_grp img {
margin-right: 15px;
}
.photo_box {
margin-bottom: 60px;
}

.sns_sp_img{
display: none;
}

@media screen and (max-width: 640px) {

.photo_box{
display: none;
}

.other_sns {
display: flex;
flex-direction: column;
align-items: flex-start;
position:relative;
padding:10px 0;
}

.sns_grp a{
position:relative;
left: 23vw;
margin: 10px 40px;
}
.sns_sp_img{
display: flex;
width: 90vw;
justify-content: center;
}
.instagram_inner h2 {
margin: 35px 0;
}
.instagram_inner {
margin-bottom: 50px;
}
}
