@charset "utf-8";
/* CSS Document */


#page_top {
	bottom: 77px!important;
}


.container_ {
	background-color:#FFF!important;
}


.pc_only {display: block!important;}
.sp_only {display:none!important;}


.l_wrap{
	width: 100%;
	padding-bottom:100px;
}


.l_wrap a{
	text-decoration: none!important;
}



.l_wrap a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}


.wrap {
	width:1200px;
	margin:0 auto;
}

.goodsfreepage2_ .wrap {
	width:100%;
	margin:0 auto;
}

.wrap02 {
	width:83.35%;
	margin:0 auto;
}


.wrap03 {
	width:75%;
	margin:0 auto;
}


.fw_400 {
	font-weight: 400;
}


.f_in {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.f_in.scrollin{
  opacity: 1;
  transform : translate(0, 0);
}




.headttl_img {
	width: 100%;
	margin:0 auto 190px auto;
	text-align:center;
	position: relative;
}

.headttl_img p.ttltxt01{
	width: 99.5%;
	text-align: center;
	margin: 0 0 0 6px;
	position: absolute;
	top: 33%;
	line-height: 1.2em;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:3.5vw;
	color: #FFF;
	z-index: 999;
}

.headttl_img p.ttltxt02{
	width: 99.5%;
	text-align: center;
	margin: 0 0 0 6px;	
	position: absolute;
	top: 48%;
	line-height: 2.2em;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:1.5vw;
	color: #FFF;
	z-index: 999;
}




.headttl_img p.ttltxt01 span {
	letter-spacing: 5px;
	margin-right: -5px;		
	}
	
.headttl_img p.ttltxt02 span {
	letter-spacing: 2px;
	margin-right: -2px;		
	}	



.ttl_wrap01 {
	font-size: 50px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	margin: 0 auto 95px auto;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1em;
}

.ttl_wrap02 {
	font-size: 35px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.ttl_wrap03 {
	font-size: 26px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	margin: 70px auto 90px auto;
	text-align: center;
	letter-spacing: 2px;
}



.w_imgwrap {
	width: 100%;
	margin: 0 auto;
}

.w_imgwrap02 {
	width: 100%;
	margin: 90px auto 100px auto;
}



.txt_01{
	font-size:20px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal; 
	margin: 65px auto 130px auto;
	text-align: center;
	letter-spacing:1px;
	line-height: 2.3em;
}

.txt_01 p {
	margin: 0 0 30px 0;
}


.l_upwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 190px auto;
}

.l_upwrap .L_box {
	width: 43.67%;
	margin: 0 100px 0 0;
	text-align: center;
}


.goodsfreepage2_ .l_upwrap .L_box {
width: 43.67%;
margin: 0 12.66% 0 0;
}

.slick-slider {
    margin-bottom: 0!important;
}

.l_upwrap .R_box {
	width: 43.67%;
	text-align: center;
}

.l_upwrap .c_l_imgwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 35px auto;
}

.l_upwrap .c_l_imgwrap img.c_list {
	width: 75px;
	margin: 0 24px 0 0;
}

.goodsfreepage2_ .l_upwrap .c_l_imgwrap img.c_list {
	width: 60px;
	margin: 0 15px 0 0;
}


.l_upwrap .price_txt {
	font-size: 18px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
}

.l_upwrap span {
	font-size: 16px;
}



.w_imgwrap {
	width: 100%;
	margin: 150px auto 100px auto;
}

.w_imgwrap02 {
	width: 100%;
	margin: 90px auto 100px auto;
}


.smr_header {
	width: 100%;
	margin: 0 auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	font-size:7.2vw;
	letter-spacing:10px;
	color: #FFF;
	position: relative;
}


.smr_header ul {
	margin: 0!important;
	padding: 0;
}

/*
.smr_header p {
	width: 100%;
	text-align: center;
	letter-spacing:10px;
	margin-right:-10px;
	position: absolute;
	top: 34%;
	z-index: 1;
}
*/


/*　202205　追加　*/
/*========= レイアウトのためのCSS ===============*/

.ti_wrap01 p{
  margin: 0 auto 1em auto;
/*  font-size: 20px;*/
  overflow: hidden;/*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}

/*========= 流れるテキスト ===============*/

/*全共通*/


.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


.bg_wrap {
	width: 100%;
	background: #ece7de;
}



.lead_txt {
	margin:190px auto 120px auto;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1em;
}

.lead_txt span {
	font-size: 40px;
	letter-spacing:6px;
	margin-right:-6px;
}



.l_up_list {
	width: 85.99%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 90px;
}

.l_up_list .list_imgwrap {
	width: 29.19%;
	text-align: center;
	margin: 0 70px 0 0; 
}

.l_up_list .list_imgwrap:last-of-type{
	margin-right: 0;
}

.l_up_list .list_imgwrap p {
	margin: 50px auto 0 auto;
	font-size: 16px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:300;
	line-height: 1.5em;
	letter-spacing: 2px;
}





.main_img_wrap {
	width: 100%;
	margin:100px auto 30px auto;
	text-align:center;
}

.main_img_wrap ul li{
	display: none!important;
}


.ttl_txt{
	font-size:32px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.0em; 
	text-align:center;
	margin:150px auto 0 auto;
	letter-spacing: 2px;
	
}

.ttl_txt02{
	font-size:26px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:2.0em; 
	text-align:center;
	margin:20px auto 0 auto;
	letter-spacing: 2px;
	
}

.d_ttlwrap01 {
	font-size:20px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2.0em; 
	text-align: center;
	margin: 60px auto 30px auto;
	letter-spacing: 2px;	
}



.new_txtwrap {
	margin: 50px 0;
	font-size: 20px;
	color: #da3120;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	letter-spacing:2px;
}


.style_wrap {
	width: 100%;
	margin: 150px auto 100px auto;
	}
	


.l_LRwrap {
	margin: 0;
}

.l_LRwrap .txt_box {
	margin: 20px 0 0 0;
	text-align: left;
}

.LRimg_box02 {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.LRimg_box02 .Limg_box {
	width: 45.83%;
	margin: 0 100px 0 0;
}

.goodsfreepage2_ .LRimg_box02 .Limg_box {
	width: 45.83%;
	margin: 0 8.2% 0 0;
}


.LRimg_box02 .Rimg_box {
	width: 45.83%;
}


.coordinate_wrap {
	margin:0 auto;
}






.LRimg_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.LRimg_box .Limg_box {
	width: 45.83%;
	margin: 0 100px 0 0;
}

.goodsfreepage2_ .LRimg_box .Limg_box {
	width: 45.83%;
	margin: 0 8.2% 0 0;
}





.LRimg_box .Limg_box p {
	font-size: 14px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 2.3em;	
}


.goodsfreepage2_ .LRimg_box .Limg_box {
	width: 45.83%;
	margin: 0 8.3% 0 0;
}


.LRimg_box .Rimg_box {
	width: 45.83%;
}

.LRimg_box .Rimg_box p {
	font-size: 14px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 2.3em;
}


.c_imgwrap {
	width: 100%;
	margin: 0 auto 100px auto;
}



.style_wbox02_txt {
	width: 100%;
	margin: 0 auto;
	text-align:left;
}


/*
.goodsfreepage2_ .style_wbox02_txt {    
	width: 59.7%;
    margin-left: auto;
    margin-right: 1%;
    text-align: left;
}

*/

.style_wbox02_txt p {
	margin: 0 0 35px 0;
}
	
.style_wbox02 .subttl {
	width:260px;
	margin:0 auto 55px auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	font-size:40px;
	letter-spacing: 5px;
}



.style_wbox02 li {
	text-align:left;
	list-style:disc;

}


.style_wbox02_txt ul {
	padding:0!important;
	margin: 75px 0 200px 0;
	line-height:2.0em;
}

.style_wbox02_txt li:nth-child(n+2) { margin-top: 10px }


li.price_wrap {
	margin: 0 0 24px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	list-style:none;
	position: relative;
	}

li.price_wrap a {
	display: block;
}

	
li.price_wrap::before {
	position:absolute;
	top:50%;
	width:100%;
	height:1px;
	background: #000;
	display:block;
	content: "";
	z-index:0;
}

.price_left {	
	background:#FFF;
	padding: 0 10px 0 0;
	position: relative ;
	z-index: 3;
	}

.price_left a {
	text-decoration: none!important;	
}

.price_left .item_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 2px;	
}

.price_left .p_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;	
}

.price_left .size_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;	
}

	
.price_right_box {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	background:#FFF;
	padding:0 0 0 10px;
	z-index: 3;
}

.price_right_box a { text-decoration: none; }

.price_right {
	background:#FFF;
	padding:0 7px!important;
	border:solid 1px #000;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5em;
	color:#000!important;
	letter-spacing: 1px;
	position: relative ;
	z-index: 3;
}


.price_right:hover {
	background:#000;
	color:#FFF!important;
}


.price_right_cs {
	background:#FFF;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:13px;
	line-height: 1.8em;
	color:#000!important;
	letter-spacing:2px;
	position: relative ;
	z-index: 3;
}

.price_right a:link {
	text-decoration:none!important;
}





.img_600 {
	width: 75%;
	margin: 150px 0 100px 0;
}

.ml_auto {
	margin-left: auto;
}





.c_s_txt {
	margin-top: 5%;
	line-height: 1.4em;
}


.model_txtwrap {
	margin: 0 auto 200px auto;
	text-align: center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1px;
}

.f_under_line {
text-decoration: none!important;
border-bottom: 1px solid #555;
padding-bottom: 9px;
}




.sns_iconwrap {
	width: 163px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:100px auto 0 auto;
}

.sns_iconwrap .L_box{
	width: 31%;
	margin: 0 50px 0 0;
}

.sns_iconwrap .R_box{
	width: 37%;
}


.s_slink {
	margin: 0 auto 50px auto;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 2px;
}



.btn_wrap {
	margin: 190px auto 0 auto;
}

.btn_wrap02 {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}


.btn_box {	
	width:500px;
	margin: 50px auto 50px auto;
	font-family: heisei-kaku-gothic-std,sans-serif;
}

.btn_box02 {	
	width:48%;
	margin: 0 4% 0 0;
	font-family: heisei-kaku-gothic-std,sans-serif;
}

.btn_box02:last-of-type {	
	margin: 0;
}


.btn_box a:link {
	text-decoration:none!important;
}

.btn_box a:visited {
	text-decoration:none!important;
}

.view_btn {
	display: block;
	position: relative;
	padding:25px 0;
	border:solid 1px #000;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 3px;
	color:#000!important;
	text-decoration:none!important;
}

.view_btn02 {
	display: block;
	position: relative;
	padding:25px 0;
	border:solid 1px #000;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 3px;
	color:#000!important;
	text-decoration:none!important;
}


.video_wrap {
		margin: 90px auto 0 auto;
	}


a img {
	border:none;
}

#footer .footer_nav_ li a {
color: #fffefe!important;
}


.container_ a:link { color: #000!important; }
.container_ a:visited { color: #000!important; }
.container_ a:hover { color: #000!important; }
.container_ a:active { color: #000!important;}


.T_center {text-align: center;}
.T_right {text-align: right;}
.float_L {float: left;}
.float_R {float: right;}
.float_C {clear: both;
	width: 0px;
	height: 0px;}



.ft_120 { font-size:120%; font-weight:bold;}
.ft_150 { font-size:150%; font-weight:bold; text-align:center;}
.ft_title { font-size:200%; font-weight:bold; text-align:center;}
.ft_85 { font-size:85%;}
.ft_main { font-size:120%; text-align:center;}
.ft_nc {font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;}
.fb_box {margin: 0 10px 10px 0; float:right;}

.head_txt_box_2 {margin: 100px 0 100px 0;}

#item p { margin: 0 0 10px 0; padding: 0 0 0 0;}

hr {
	border:solid #333;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
} 



.link a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.main_box01 a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}

.main_box02 a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}



.fadein_img {animation-name: fadein;animation-duration: 2s;}
@keyframes fadein {
from {opacity: 0;transform: translateY(0);}
to {opacity: 1;transform: translateY(0);}
}

/*　202205　追加　*/
.fadein_img02 {padding: 10px;animation: fadeIn 5s ease 1s 1 normal backwards;}

@keyframes fadeIn {
from {opacity: 0;transform: translateX(20px);}
to {opacity: 1;transform: translateX(0);}
}


/*　202205　追加　*/
div.smr_header_slider {
  overflow: hidden; 
  width: 100%;
height: 600px;
  margin: auto;
}

/*
div.smr_header_slider li {
	height: 800px;
}
*/

/*　202205　追加　*/
.slider {}

.slick-img {
	width: 100%;
	height: 700px;
}

.slick-img img {
	
  transform: scale(1.1);
}
@keyframes fadezoom {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-160px);
  }
}
.add-animation {
  animation: fadezoom 9s 0s forwards;
}


.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:1.8s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes zoomInAnime{
  from {
	opacity: 0;  
	transform: scale(1.05);
  }

  to {
	  opacity: 1;
      transform: scale(1);
  }
}




.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(0px); -ms-transform: translateY(-0px); transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

	
@media only screen and (max-width: 980px) {
	


#header_top { padding: 0 !important; }
.fb_box { margin: 0 !important; }
.scrollbox2 { margin: 0 auto !important; position: relative; z-index: 4; background: #fff; padding-bottom: 20%;}
.scrollbox2 .style_wbox01 { padding-top: 25% !important; margin: 0 !important; }
.l_wrap { padding-bottom: 0 !important; }
/*.view_btn { margin: 10% auto 0 auto !important; }*/
footer { z-index: 5; background: #002a46; }
	




.pc_only {display:none!important;}
.sp_only {display:block!important;}

.wrap {
	width:100%;
	margin:0 auto;
}
	
.wrap02 {
	width:90%;
	margin:0 auto;
}

.wrap03 {
	width:100%;
	margin:0 auto;
}
	
	
@keyframes fadezoom {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-140px);
  }
}
.add-animation {
  animation: fadezoom 9s 0s forwards;
}


.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:1.8s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes zoomInAnime{
  from {
	opacity: 0;  
	transform: scale(1.05);
  }

  to {
	  opacity: 1;
      transform: scale(1);
  }
}
	
	
	
.slick-img {
width: 100%;
	}	

.slick-img img {
width: 100%;

}	
	


.fw_400 {
	font-weight: 400;
	font-size: 100%;
}
	
	

.headttl_img {
	width: 100%;
	margin:0 auto 0;
	padding:0;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.0em;
	letter-spacing:28px;
	position: relative;
}

.headttl_img p.ttltxt01{
	width: 100%;
	text-align: center;
	margin: 0 0 0 6px;
	position: absolute;
	top: 44.5%;
	line-height: 1.2em;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:3.5vw;
	z-index: 9999;
}

.headttl_img p.ttltxt02{
	width: 100%;
	text-align: center;
	margin: 0 0 0 6px;	
	position: absolute;
	top: 54.5%;
	line-height: 4.2em;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:1.4vw;
	z-index: 9999;
}
	
.headttl_img p.ttltxt03{
	width: 100%;
	text-align: center;
	margin: 0 0 0 6px;	
	position: absolute;
	top: 46.5%;
	line-height: 4.2em;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size:5.4vw;
	z-index: 9999;
}	
	
	
.headttl_img p.ttltxt01 span {
	letter-spacing: 3px;
    margin-right: 8px;
    font-size: 10.2vw;
	}
	
.headttl_img p.ttltxt02 span {
	letter-spacing: 3px;
    margin-right: 8px;
    font-size: 3.8vw;
	}	
	
.headttl_img p.ttltxt03 span{
	font-size:9.4vw;
	letter-spacing: 2px;
	margin-right: -9px;	
}	
		
	
	

.ttl_wrap01 {
	font-size: 26px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 23% auto 13% auto;
    text-align: center;
    letter-spacing: 2px;
}

.ttl_wrap02 {
	font-size: 18px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto 5% auto;
    text-align: center;
    letter-spacing: 2px;
}
	
.ttl_wrap03 {
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	margin: 4% auto 0 auto;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.3em;
}	

.txt_01{
	width: 90%;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 110%;
	line-height:2.0em; 
	margin: 24% auto 0 auto;
	text-align: left;
	letter-spacing:1px;
}

.txt_01 p {
	margin: 0 0 5% 0;
}
	
	
.l_upwrap {
	width: 90%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l_upwrap .L_box {
	width: 47.5%;
	margin: 0 5% 0 0;
}
.l_upwrap .R_box {
	width: 47.5%;	
}
	
.l_upwrap .c_l_imgwrap {
	display: block;
	margin: 9% auto;
}

.l_upwrap .c_l_imgwrap img.c_list {
	width: 20%;
	margin: 0 4% 0 0;
}
	
.l_upwrap .price_txt {
	font-size: 12px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
}

.l_upwrap span {
	font-size: 13px;
}
	
	


.w_imgwrap, .w_imgwrap02 {
	width: 100%;
	margin: 3% auto 0 auto;
}	
	

/*　202205　変更　*/	
.smr_header {
	width: 100%;
	margin: 0 auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	color: #FFF;
	position: relative;
}
	
div.smr_header_slider {
  overflow: hidden; 
  width: 100%;
height: 463px;
  margin: auto;
}	

/*　202205　追加　*/	
.smr_header p {
	width: 100%;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-size: 13.8vw;
	line-height: 13.8vw;
	font-style: normal;
	font-weight:300;
	position: absolute;	
	top: 26%;
	z-index: 1;
	letter-spacing: 6px;
}	
	
	
.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}	
		
	
.lead_txt {
	width: 90%;
	margin: 23% auto 11% auto;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	line-height: 2.0em;
}	

	
	
	
.lead_txt span {
	letter-spacing: 3px;
	margin-right: -3px;
	font-size: 26px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;	
}	
		
	
	

.l_up_list {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 15%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l_up_list .list_imgwrap {
	width: 45%;
	text-align: center;
	margin-bottom: 5%;
	margin-right: 5%;
}
	
.l_up_list .list_imgwrap:nth-of-type(2)	{
	margin-right: 0;
}	
	
.l_up_list .list_imgwrap:nth-of-type(3)	{
	margin-bottom: 0;
}
	
.l_up_list .list_imgwrap:nth-of-type(4)	{
	margin-bottom: 0;
	margin-right: 0;
}	
	

.l_up_list .list_imgwrap p {
	margin: 10% auto 0 auto;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}	
	
	
	
	
.main_img_wrap {
	width: 100%;
	margin:0 auto 0;
	padding:13% 0 0 0;
	text-align:center;
}


.ttl_txt{
	font-size:180%;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:2.0em; 
	text-align:center;
	margin:16% auto 0 auto;
	letter-spacing:1px;	
}
	
	.ttl_txt02{
	font-size:150%;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:2.0em; 
	text-align:center;
	margin:0 auto 3% auto;
	letter-spacing:1px;	
}


.d_ttlwrap01 {
	font-size: 14px;
    font-family: heisei-kaku-gothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.0em;
    text-align: center;
    margin: 12.5% auto 5% auto;
    letter-spacing: 1px;	
}


	
.new_txtwrap {
	margin:0;
	font-size: 150%;
	color: #da3120;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	letter-spacing:1px;
}	
	
	

.style_wrap{
	width: 100%;
	margin: 0 auto;
	display:inline;
	justify-content:flex-start;
	margin-bottom: 20%;
	
	}
	
	
	
.l_LRwrap {
	margin: 0 0 24% 0;
}
	
.l_LRwrap .LRimg_box02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	justify-content:flex-start;
}

.l_LRwrap .LRimg_box02 .Limg_box {
	width: 80%;
	margin: 0 auto;
}

.l_LRwrap .LRimg_box02 .Rimg_box {
	width: 80%;
	margin: 10% auto 0 auto;
}	
	

.l_LRwrap .txt_box {
	width: 90%;
    margin: 6% auto 0 auto;
	text-align: left;
}

	
.coordinate_wrap {
/*	width:90%;*/
	margin:0 auto;
}
		
	
	
	
.LRimg_box {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.LRimg_box .Limg_box {
	width: 100%;
	margin: 0;
}
	
.LRimg_box .Limg_box p {
	font-size: 12px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 2.3em;	
}
	

.LRimg_box .Rimg_box {
	width: 100%;
	margin: 12% 0 0 0;
}

.LRimg_box .Rimg_box p {
	font-size: 12px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 2.0em;
}	
	
	
.style_wbox02 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	float: none;
	font-size: 100%;

	}	
	
.style_wbox02_txt {
	text-align: left;
	margin: 12% auto 0 auto;
	width: 100%;
}
	
.style_wbox02_txt ul {
	margin: 0;
	}
	

.style_wbox02_txt p {
	padding: 7% 0 0 0;
	margin: 0;
	text-align:center;
}
	
.style_wbox02 .subttl {
	margin: 0 auto 10% auto;
	font-size: 280%;
	text-align: center;
}



.style_wbox02 ul {
	border-width:1px;
	text-align: center;
}

.style_wbox02 li {
	text-align:left;
	list-style:disc;
}

.style_wbox02 hr {
	width:90%;
	margin:0;
}
	
	
li.price_wrap {
	margin: 0 0 3% 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	list-style:none;
	position: relative;
	}	
	
.price_left {	
	line-height: 1.8em;
	}	
	
	
.price_left .item_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 2px;	
}

.price_left .p_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;	
}

.price_left .size_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;	
}	
	
	
.price_right_box {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	background:#FFF;
	padding:0 0 0 10px;
	z-index: 3;
}	
	
	
.price_right {
	background:#FFF;
	padding:0 7px!important;
	border:solid 1px #000;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	color:#000!important;
	letter-spacing: 1px;
	position: relative ;
	z-index: 3;
}	
	
	
	
.LRimg_box .Rimg_box .txt_box {
	margin: 10% 0 0 0;
	text-align: right;
}

	
.LRimg_box .Limg_box02 {
	width: 80%;
}

.LRimg_box .Limg_box03 {
	width: 80%;
	margin: 15% 0 0 0;
}
	

.LRimg_box .Rimg_box02 {
	width: 70%;
	margin-top: 15%;
	margin-left: auto;
/*	margin-bottom: 5%;*/
	}

	
.LRimg_box .Rimg_box03 {
	width: 70%;
	margin-top: 15%;
	margin-left: auto;
}	
	
	
.c_imgwrap {
	width: 100%;
	margin:12% auto 13% auto;
}

.c_imgwrap02 {
	width: 100%;
	margin: 0 auto;
}	
	
	
.img_600 {
	width: 80%;
	margin-top: 22%;
	margin-bottom: 5%;
}	
	



	
.styling_txt {
	width: 90%;
	margin:12% auto 5% auto;
	line-height: 2.2em;
	text-align: left;
}	
	
	
	
.model_txtwrap {
	margin: 0 auto 30% auto;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
}	
	

.f_under_line {
text-decoration: none!important;
border-bottom: 1px solid #555;
padding-bottom: 4px;
}	
	


.sns_iconwrap {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 auto 20% auto;
}

.sns_iconwrap .L_box{
	width: 18%;
	margin: 0 20% 0 0;
}

.sns_iconwrap .R_box{
	width: 20%;
}



	
.s_slink {
	margin: 0 auto 35% auto;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 2px;
}
	
	
.s_slink span {
    font-size: 100%;
    letter-spacing: 1px;
    margin-right: 1px;		
	}	


.btn_wrap {
	margin: 24% auto 15% auto;
}
	
	
.btn_wrap02 {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 25% auto;
}



.btn_box {	
	width: 90%;
	margin: 0 auto 5% auto;
}
	
.btn_box02 {	
	width: 47%;
	margin: 0 5% 0 0;
}
	
.btn_box02:last-of-type {	
	margin: 0;
}
	
	

.view_btn{ 
	padding: 5% 0;
	text-align:center;
	font-style: normal;
	font-weight: 300;
	font-size: 110%;
	letter-spacing: 2px;
}
	
.view_btn02{ 
	padding: 10% 0;
	text-align:center;
	font-style: normal;
	font-weight: 300;
	font-size: 110%;
	letter-spacing: 2px;
}	
	
.video_wrap {
		margin: 20% 0 0 0;
	}
	
.hacobune-app-container[data-v-a22fb882] {
	width: 100%;
	}
.hacobune-unit-video-outline[data-v-35cda744] {
    padding: 0;
}	


#footer .footer_nav_ li a {
color: #fffefe!important;
}


.container_ a:link { color: #000!important; }
.container_ a:visited { color: #000!important; }
.container_ a:hover { color: #000!important; }
.container_ a:active { color: #000!important; }

	



hr {
	border:solid #333;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}  



#item {
	width: 100%;
	margin: 0 auto 0 auto;
	color:#000000;
	font-size:16px;
	line-height: 1.8;
	background: #FFF;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
}


#menu_wap{
	width:100%;
	margin: 0px 0px 5% 0px;
}





.pad_T180{padding: 10% 0 0 0;}


.mar_T30 {margin: 3% 0px 0px 0px;}
.mar_T50 {margin: 10% 0px 0px 0px;}
.mar_T60 {margin: 10% 0px 0px 0px;}
.mar_T85 {margin: 10% 0px 0px 0px;}
.mar_T95 {margin: 10% 0px 0px 0px;}
.mar_T115 {margin: 10% 0px 0px 0px;}

.mar_R15 {margin: 0 2% 0 2%;}
.mar_l2 {margin: 0 0 0 2%;}


.mar_B10 {margin: 0px 0px 1% 0px;}
.mar_B20 {margin: 0px 0px 0% 0px;}
.mar_B30 {margin: 0px 0px 3% 0px;}
.mar_B40 {margin: 0px 0px 4% 0px;}
.mar_B50 {margin: 0px 0px 5% 0px;}
.mar_B100 {margin: 0px 0px 10% 0px;}
.mar_R10 {margin: 0px 1% 0px 0px;}
.mar_R20 {margin-bottom: 5%;}
.mar_R30 {margin: 0px 3% 0px 0px;}
.mar_R40 {margin: 0px 4% 0px 0px;}
.mar_R50 {margin: auto;}
.mar_L20 {margin: 0px 0px 0px 2%;}


.ft_120 { font-size:135%;}
.ft_85 { font-size:85%;}
.ft_title { font-size:200%; font-weight:bold; text-align:center;}
.ft_main { font-size:120%; text-align:center;}

.T_center_sp {text-align: left;}


.fb_box {
	margin: 0 10px 20px 0;
	float:right;
}


#item a:link { color: #000; }
#item a:visited { color: #000; }
#item a:hover { color: #000; }
#item a:active { color: #000; }




}

