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

#main_wap {
	width:1080px;
	margin: 0 auto 0px auto;
}
.goodsfreepage2_ #main_wap {
	width:100%;
	margin: 0 auto 0px auto;
}

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


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

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

/*
a:visited {
	color: #000!important;
}
*/

.wrap {
	width:1200px;
	margin:0 auto 70px auto;
	color: #FFF;
	background-color: #133624;
padding-bottom: 160px;	
}

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


.wrap a:link { color: #FFF!important; }
.wrap a:visited { color: #FFF!important; }
.wrap a:hover { opacity:1!important; color: #FFF!important; }
.wrap a:active { color: #FFF!important;}


.wrap02 {
	width:1200px;
	margin: 0 auto;
	position: relative;
}


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


.goodsfreepage1_ .wrap02,.goodsfreepage2_ .wrap02 {
	width:100%;
	margin:0 auto;
}

.bg_wrap {
	background-color: #133624;
}

.headttl_txt {
	margin:0 auto 0 auto;
	padding-top: 145px;
	text-align:center;
	color: #133624;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:80px;
	line-height: 1.2em;
}

.headttl_txt span {
	letter-spacing:3px;
	margin-right:-3px;
}

.headttl_txt02 {
	margin:10px auto 0 auto;
	text-align:center;
	color: #133624;	
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:22px;
}

.headttl_txt02 span {
	letter-spacing:2px;
	margin-right:-2px;
}



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


.t_i_txt{
	width: 55.57%;
	margin:80px auto 0 auto;
	text-align:center;
	color: #133624;	
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:300;
	font-size:18px;
	line-height: 2.1em;
	letter-spacing: 1px;
}

.t_i_txt p {
	margin: 0 0 40px 0;
}


.lead_txt {
	margin:160px auto 50px auto;
	text-align:center;
	color: #133624;	
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5em;
	font-size: 40px;
}


.p_u_itemlist {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #133624;	
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 4px;
}

.goodsfreepage1_ .p_u_itemlist,.goodsfreepage2_ .p_u_itemlist{
	width: 98%;
}

.p_u_itemlist ul {

	margin: 0 auto 170px auto;
	padding: 0;
	display: flex;
	justify-content:space-between;
	
}


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


.p_u_itemlist li a:link {
	   color:#133624!important;
}

.p_u_itemlist li span.c_s{
	font-size: 12px;
}

.p_u_itemlist li span.new_r{
	font-size: 12px;
	color: #ff3101;
}

/*
.p_u_itemlist li {
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 25px;	
	display: flex;
	justify-content: space-around;
	align-items:center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.p_u_itemlist li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}
*/


.p_u_itemlist li {
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	font-size: 26px;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.p_u_itemlist li::before{
   content:"";
   display:inline-block;
   width:1px;
   height:40px;
   background-color:#133624;
   position:absolute;
   top:18px;
   left:-5px;
}

.p_u_itemlist li:last-of-type::after{
   content:"";
   display:inline-block;
   width:1px;
   height:40px;
   background-color:#133624;
   position:absolute;
   top:18px;
   right:-5px;
}




.p_u_itemlist li p.triangle{ 
     width: 0;
     height: 0;
	margin: 4% auto 0 auto;
     border-left: 6px solid transparent;
     border-right: 6px solid transparent;
     border-top: 6px solid #133624;
}


.p_u_itemlist li p.n_txt {
	height: 28px;
	color: #ff0808;
	font-size: 18px;
}


.p_u_itemlist02 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #133624;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 4px;
}

.goodsfreepage1_ .p_u_itemlist02,.goodsfreepage2_ .p_u_itemlist02{
	width: 98%;
}

.p_u_itemlist02 ul {

	margin: 0 auto 170px auto;
	padding: 0;
	display: flex;
	justify-content:space-between;
}


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

.p_u_itemlist02 li a:link {
	   color:#133624!important;
}

.p_u_itemlist02 li span.c_s{
	font-size: 12px;
}

.p_u_itemlist02 li span.new_r{
	font-size: 12px;
	color: #ff3101;
}


.p_u_itemlist02 li {
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.p_u_itemlist02 li::before{
   content:"";
   display:inline-block;
   width:1px;
   height:40px;
   background-color:#133624;
   position:absolute;
   top:40px;
   left:-5px;
}

.p_u_itemlist02 li:last-of-type::after{
   content:"";
   display:inline-block;
   width:1px;
   height:40px;
   background-color:#133624;
   position:absolute;
   top:40px;
   right:-5px;
}




.p_u_itemlist02 li p.triangle{ 
     width: 0;
     height: 0;
	margin: 4% auto 0 auto;
     border-left: 6px solid transparent;
     border-right: 6px solid transparent;
     border-top: 6px solid #133624;
}


.p_u_itemlist02 li p.n_txt {
	height: 28px;
	color: #ff0808;
	font-size: 18px;
}




.stylingbox {
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

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

.style_wrap .new_txt{
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:24px;
	color: #ff0808;
	line-height: 1.5em;
	letter-spacing: 2px;	
}



.txt_styling {
	margin:0 auto 20px auto;
	text-align:center;
	font-family: "garamond-premier-pro", serif;
	font-style: normal;
	font-weight:300;
	font-size:30px;
}

.txt_styling span {
	letter-spacing:10px;
	margin-right:-10px;
}

.txt_styling02 {
	margin:0 auto 100px auto;
	text-align:center;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:300;
	font-size:20px;
	letter-spacing: 2px;
}


.txt_styling03 {
	margin:100px auto 20px auto;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	font-size:28px;
}

.txt_styling03 span {
	letter-spacing:10px;
	margin-right:-10px;
}


.m_img_wrap {
	width: 74%;
	margin: 0 auto;
}



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

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



.b_img_wrap {
	position: relative;
	z-index: 999;
}
	
.b_imgwrap01 {
	width: 42%;
    position: absolute;
    top: -140px;
    left: -15.5%;
    z-index: 0;
}


.b_imgwrap01_2 {
	width: 44.3%;
    position: absolute;
    top: -75px;
    left: -15.5%;
    z-index: 0;
}


.b_imgwrap01_3 {
width: 46%;
position: absolute;
top: -69px;
left: -15.5%;
z-index: 0;
}


.b_imgwrap01_4 {
	width: 42%;
    position: absolute;
    top: -75px;
    left: -15.5%;
    z-index: 0;
}



.b_imgwrap01_5 {
	width: 44.3%;
    position: absolute;
    top: -135px;
    left: -15.5%;
    z-index: 0;
}



.b_imgwrap02 {
    width: 42%;
    position: absolute;
    top: -69px;
    left: 83%;
    z-index: 0;
}


.b_imgwrap02_2 {
	width: 32%;
	position: absolute;
	top: -30px;
	left: 94%;
	z-index: 0;
}


.b_imgwrap03 {
	width: 29%;
	position: absolute;
	top: 348px;
    left: 72%;
	z-index: 0;
}


.b_imgwrap04 {
	width: 44%;
	position: absolute;
	top: 348px;
    left: 72%;
	z-index: 0;
}


.b_imgwrap04_2 {
	width: 45%;
	position: absolute;
	top: 334px;
	left: 72%;
	z-index: 0;	
}

.b_imgwrap04_3 {
	width: 44%;
	position: absolute;
	top: 348px;
    left: 73%;
	z-index: 0;
}

.b_imgwrap04_4 {
	width: 44%;
	position: absolute;
	top: 348px;
    left: 73%;
	z-index: 0;
}


.b_imgwrap04_5 {
	width: 44%;
	position: absolute;
	top: 348px;
    left: 73%;
	z-index: 0;
}


@keyframes blink {
	0% {opacity: 1;}
   50% {opacity: 0;}
   100% {opacity: 1;}
}


.blink {animation: blink 2.5s linear infinite;}


.t_star {
width: 60%;
position: absolute;
top: 140px;
left: 21%;
        }


.goodsfreepage1_ .t_star,.goodsfreepage2_ .t_star{
	width: 65%;
	position: absolute;
	top: 155px;
	left: 18.5%;
}



.star {
    width: 70px;
    position: absolute;
    top: -130px;
    left: 17.5%;
        }


.star02 {
    width: 50px;
	position: absolute;
	top: 200px;
	left: -11%;	
        }


.star03 {
    width: 95px;
	position: absolute;
	top: 390px;
	left: -12.5%;	
        }


.star04 {
    width: 105px;
	height: 115px;
	position: absolute;
	top: 220px;
	left: 104.5%;	
        }

.star05 {
    width: 115px;
    position: absolute;
    top: 310px;
    left: -14%;	
        }


.star06 {
    width: 50px;
    position: absolute;
    top: -55px;
    left: -5.5%;	
        }


.star07 {
    width: 40px;
    position: absolute;
    top: 690px;
	left: 101%;	
        }

.star08 {
    width: 50px;
	position: absolute;
	top: 280px;
	left: 102.5%;	
        }


.star09 {
    width: 70px;
	position: absolute;
	top: 450px;
	left: 110.5%;	
        }


.star10 {
    width: 50px;
	position: absolute;
	top: 763px;
	left: 98.5%;	
        }



.coordinate_wrap {
	width: 90%;
	margin: 0 auto;
}



.n_txtwrap {
	margin:0 auto;
	padding: 0 0 0 0;
	text-align:center;	
	font-size: 40px;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 5px;
}	
	


.s_txtwrap {
	margin:0 auto 80px auto;
	text-align:center;	
	font-size: 60px;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1em;
}

	
.style_wbox01 {
	width: 74.1%;
	margin:0 auto 0 auto;
	text-align:center;	
	font-size:18px;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-weight: 300;
	font-style: normal;
  line-height: 2.3em;
	}
	
.style_wbox01 > .fuwatAnime{
	margin:0!important;
	}



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




.style_wbox02_txt p {
	margin: 0 0 35px 0;
}


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

}


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

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


li.price_wrap {
	margin: 0 0 15px 0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	list-style:none;
	position: relative;
	}

li.price_wrap a {
	display: block;
}



.price_left {	
/*	background:#e6e9ec;*/
	padding: 0 0 0 0;
	position: relative ;
	z-index: 3;
	}

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

.price_left:hover {
	opacity: 0.5;
}


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


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

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

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

.price_right_box a { text-decoration: none; }

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


.price_right:hover {
	opacity: 0.5;
}



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


.price_right_box02 {
	position: relative;
	top:0;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	z-index: 3;
}

.price_right_box02 a { text-decoration: none; }

.price_right02 {
    background: transparent;
    padding: 0 5px !important;
    border: solid 1px #FFF;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    color: #FFF !important;
    letter-spacing: 1px;
    position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 3;
}



.price_right02:hover {
	opacity: 0.5;
}



.styling_txt {
	width: 75%;
	margin: 65px auto 0 auto;
	text-align: left;
	line-height: 2.0em;
	letter-spacing: 1px;
}

.price_txt{
margin: 5px auto 0 auto;
text-align: left;
font-family: heisei-kaku-gothic-std,sans-serif;
font-weight: 300;
font-style: normal;
font-size: 18px;
line-height: 2.2em;
letter-spacing: 2px;
}


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



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

.btn_wrap02 {
	width: 600px;	
    margin: 170px auto 0 auto;
	font-family: heisei-kaku-gothic-std,sans-serif;	
	color: #133624;		
	position: relative;
}

.btn_wrap02 a {
/*
	position: absolute;
    top: 0;
    left: 0;
*/
    height:100%;
    width: 100%;
	color:#133624!important;
}

.btn_wrap02:hover img {
	opacity: 0.7;
	cursor: pointer;
}


.btn_wrap02 ul.btn_LRbox{
	width: 600px;
	border: solid 1px #133624;
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
}


.btn_wrap02 ul.btn_LRbox li {
	width: 50%;
	list-style: none;
}

.btn_wrap02 ul.btn_LRbox li.L_box {
	width: 50%;
	position: absolute;
    top: 30%;
    left: 10%;
	font-size: 24px;
	color:#133624;
}

.btn_wrap02 ul.btn_LRbox li.R_box {
	width: 50%;
	padding: 0 0 0 50%;
}




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


/*
.goodsfreepage2_ .btn_box {	
	width:45.2%;
	margin: 0 auto 0 auto;
	font-family: heisei-kaku-gothic-std,sans-serif;
}
*/



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

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

.btn_box:hover {
	opacity: 0.7;
}

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

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

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

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

.sns_iconwrap .R_box{
	width: 37%;
}


.cart-btn-float {
z-index: 99999!important;
}


a img {
	border:none;
}

#footer .footer_nav_ li a {
color: #fffefe!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: 1!important;
	filter: alpha(opacity=100)!important;
}

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

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





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


.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); }
}

.fuwatAnime02 {
 -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: fuwatAnime02;
 -ms-animation-name: fuwatAnime02;
 animation-name: fuwatAnime02;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime02 {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime02 {
 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); }
}


.fuwatAnime03 {
 -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: fuwatAnime03;
 -ms-animation-name: fuwatAnime03;
 animation-name: fuwatAnime03;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime03 {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime03 {
 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) {
	
#main_wap {
	width:100%;
	margin: 0 auto 0px auto;
}

#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; }
.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;
    padding-bottom: 22%;	
}
	
.wrap02 {
	width:100%;
	margin:0 auto;
	position: relative;
}	
	
	
	
footer div.page_top_ {
    z-index: 9999;
}
	
footer {
    z-index: 999;
}	

.headttl_txt {
	margin:0 auto 0;
	padding:20% 0 0 0;
	text-align:center;
	line-height: 0.8em;
	font-size: 55px;
}

.headttl_txt span{
	font-size:70%!important;
	letter-spacing: 3px;
	margin-right: -3px;
}
	

.headttl_txt02 {
	margin: 5% auto 5% auto;
	text-align:center;
	font-size: 20px;
	line-height:1em;
}

.headttl_txt02 span {
	font-size:65%!important;
	letter-spacing:1.5px;
	margin-right:-1.5px;
}	
	

	
.main_imgbox {
	width: 100%;
	margin: 7% auto 0 auto;
}
	
	

.t_i_txt{
	width: 85%;
	margin:0 auto 20% auto;
	text-align:left;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:100%;
	line-height: 2.1em;
	letter-spacing:2px;
}
	
.t_i_txt p {
	margin: 0 0 5% 0;
}	
	

.lead_txt {
	width: 90%;
	margin: 25% auto 5% auto;
	text-align: center;
	font-size: 25px;
	line-height: 2.0em;
	letter-spacing: 2px;
}	


.p_u_itemlist {
	width: 100%;
	margin: 0 auto 20% auto;
	text-align: center;
	letter-spacing: 4px;
}


.p_u_itemlist ul {
	width: 	95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.p_u_itemlist li a {
	text-decoration: none!important;
}
	
.p_u_itemlist li span.c_s{
	font-size: 10px;
}
	
.p_u_itemlist li span.new_r{
	font-size: 10px;
	color: #ff3101;
}	

.p_u_itemlist li {
	width: 32%;
    height: 20px;
    list-style-type: none;
    padding:0 0 3% 0;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 2% 0 5% 0;
}
	
.goodsfreepage1_ .p_u_itemlist li,.goodsfreepage2_ .p_u_itemlist li {
    margin: 2% 0 7% 0;
}	
	
	

.p_u_itemlist li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}
	
.p_u_itemlist li:nth-of-type(4){
	border-left: 1px solid #333;
	margin-bottom: 0;
	}	
	
.p_u_itemlist li:nth-of-type(4){
	margin-bottom: 0;
	}	
.p_u_itemlist li::before{
   display:none;
}

.p_u_itemlist li:last-of-type::after{
   display:none;
}	


.p_u_itemlist li p.triangle{ 
     width: 0;
     height: 0;
	margin: 2% auto 0 auto;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     border-top: 4px solid #000;
}
	
.p_u_itemlist a:link { color: #000!important; }
.p_u_itemlist a:visited { color: #000!important; }
.p_u_itemlist a:hover { opacity:1!important; color: #000!important; }
.p_u_itemlist a:active { color: #000!important;}
	
	
.p_u_itemlist02 {
	width: 100%;
	margin: 0 auto 15% auto;
	text-align: center;
	letter-spacing: 4px;
}


.p_u_itemlist02 ul {
	width: 	95%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.p_u_itemlist02 li a {
	text-decoration: none!important;
}
	
.p_u_itemlist02 li span.c_s{
	font-size: 10px;
}
	
.p_u_itemlist02 li span.new_r{
	font-size: 10px;
	color: #ff3101;
}	

.p_u_itemlist02 li {
	width: 24%;
    height: 20px;
    list-style-type: none;
    padding:0 0 3% 0;
/*
    border-left: 1px solid #333;
    border-right: 1px solid #333;
*/
    font-size: 14px;
    letter-spacing: 1px;
    margin: 2% 0 5% 0;
}
	
.goodsfreepage1_ .p_u_itemlist02 li,.goodsfreepage2_ .p_u_itemlist02 li {
    margin: 2% 0 9% 0;
}		
	
	

/*
.p_u_itemlist02 li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}
	
.p_u_itemlist02 li:nth-of-type(5){
	border-left: 1px solid #333;
	margin-bottom: 0;
	}	
	
.p_u_itemlist02 li:nth-of-type(4){
	margin-bottom: 0;
	}	
*/
.p_u_itemlist02 li::before{
   content:"";
   display:inline-block;
   width:1px;
   height:30px;
   background-color:#000;
   position:absolute;
   top:21px;
   left:-1px;
}
	
.p_u_itemlist02 li:nth-of-type(4)::after{
   content:"";
   display:inline-block;
   width:1px;
   height:30px;
   background-color:#000;
   position:absolute;
   top:21px;
   left:100%;
	}		
	

.p_u_itemlist02 li:last-of-type::after{
   content:"";
   display:inline-block;
   width:1px;
   height:30px;
   background-color:#000;
   position:absolute;
   top:21px;
   right:-3px;
}

.p_u_itemlist02 li p.triangle{ 
     width: 0;
     height: 0;
	margin: 2% auto 0 auto;
     border-left: 4px solid transparent;
     border-right: 4px solid transparent;
     border-top: 4px solid #000;
}
	
.p_u_itemlist02 li p.n_txt {
	height: 15px;
	color: #ff0808;
	font-size: 12px;
}	
	
.p_u_itemlist02 a:link { color: #000!important; }
.p_u_itemlist02 a:visited { color: #000!important; }
.p_u_itemlist02 a:hover { opacity:1!important; color: #000!important; }
.p_u_itemlist02 a:active { color: #000!important;}	
	

	
.stylingbox {
	margin: 0 auto;
    padding-bottom: 1%;
}

	

.style_wrap{
	width: 100%;
	margin:0 auto 0 auto;
	padding: 20% 0 0 0;
	
	}

.style_wrap .new_txt{
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:14px;
	color: #ff0808;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-right: -2px;
}
	
	
.txt_styling {
	width: 90%;
	margin:25% auto 0 auto;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-size: 450%;
	font-style: normal;
	font-weight: 300;
	line-height: 0.7em;
}	
	
.txt_styling span {
letter-spacing: 5px;
margin-right: -5px;
font-size: 50%!important;
}
	
.txt_styling02 {
	margin: 0 auto 13% auto;
	text-align: center;
	font-style: normal;
	font-weight: 300;
}
	
.txt_styling02 span {
letter-spacing: 2px;
margin-right: -2px;
font-size: 70%!important;
}
	
.txt_styling03 {
	margin: 0 auto;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-size: 450%;
	font-style: normal;
	font-weight: 300;
	line-height: 0.1em;
}	
	
.txt_styling03 span {
letter-spacing: 5px;
margin-right: -5px;
font-size: 50%!important;
}	

	
.m_img_wrap {
	width: 100%;
}	
	
	
	
.txt_01{
	font-size: 12px;
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 2.2em;
	text-align: left;
	margin: 13% auto 15% auto;
	letter-spacing: inherit;
}
	
.txt_01 p {
	padding: 6% 0 0 0;
}	
	

.b_img_wrap {
	position: relative;
	z-index: 999;
}
	
.b_imgwrap01 {
        width: 39%;
        position: absolute;
        top: -54px;
        left: -5%;
        z-index: 0;
}
	
.b_imgwrap01_2 {
	width: 42%;
    position: absolute;
    top: -50px;
    left: -9%;
    z-index: 0;
}	
	
	
.b_imgwrap01_3 {
	width: 35%;
    position: absolute;
    top: -32px;
    left: -4%;
    z-index: 0;
}	
	
.b_imgwrap01_4 {
	width: 42%;
    position: absolute;
    top: -80px;
    left: -10%;
    z-index: 0;
}		
	
.b_imgwrap01_5 {
	width: 42%;
    position: absolute;
    top: -50px;
    left: -9%;
    z-index: 0;
}	
	
	

.b_imgwrap02 {
	width: 40%;
    position: absolute;
    top: -51px;
    left: 71%;
    z-index: 0;
}
	
.b_imgwrap02_2 {
	width: 38%;
    position: absolute;
    top: -50px;
    left: 70%;
    z-index: 0;
}	
	

.b_imgwrap03 {
    width: 25%;
    position: absolute;
    top: 52%;
    left: -9%;
    z-index: 0;
}


.b_imgwrap04 {
	width: 39%;
    position: absolute;
    top: 35%;
    left: 64%;
    z-index: 0;
}
	
.b_imgwrap04_2 {
width: 43.6%;
position: absolute;
top: 117px;
left: 61%;
z-index: 0;
}	
	
.b_imgwrap04_3 {
	width: 39%;
    position: absolute;
    top: 35%;
    left: 70%;
    z-index: 0;
}
	
.b_imgwrap04_4 {
	width: 39%;
    position: absolute;
    top: 44%;
    left: 68%;
    z-index: 0;
}
	
.b_imgwrap04_5 {
	width: 39%;
    position: absolute;
    top: 41%;
    left: 64%;
    z-index: 0;
}	
	
	
.t_star {
width: 95%;
position: absolute;
top: 75px;
left: 4%;
        }
	
.goodsfreepage1_ .t_star,.goodsfreepage2_ .t_star {
width: 95%;
position: absolute;
top: 25.8%;
left: 4%;
        }	
	
	
	
.star {
    width: 30px;
    position: absolute;
    top: -41px;
    left: 22.5%;
        }


.star02 {
    width: 20px;
	position: absolute;
	top: 95px;
	left: 0.5%;	
        }


.star03 {
    width: 35px;
	position: absolute;
	top: 190px;
	left: -1%;	
        }


.star04 {
    width: 35px;
	height: 115px;
	position: absolute;
	top: 60px;
	left: 91.5%;	
        }

.star05 {
    width: 50px;
    position: absolute;
    top: 160px;
    left: -3%;	
        }


.star06 {
    width: 20px;
    position: absolute;
    top: -50px;
    left: 1.5%;	
        }


.star07 {
    width: 20px;
    position: absolute;
    top: 250px;
	left: 93%;	
        }

.star08 {
    width: 20px;
	position: absolute;
	top: 50px;
	left: 91.5%;	
        }


.star09 {
    width: 30px;
	position: absolute;
	top: 88px;
	left: 93.5%;	
        }


.star10 {
    width: 20px;
	position: absolute;
	top: 290px;
	left: 90.5%;	
        }	
	
	
	
.coordinate_wrap {
	width:80%;
	margin:0 auto;
}
	
	
	
.n_txtwrap {
	margin:0 auto 0 auto;
	padding: 0 0 0 0;
	text-align:center;	
	font-size: 16px;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
    letter-spacing: 3px;
    margin-right: -3px;	
}	
	
	
.s_txtwrap {
	margin:0 auto 10% auto;
	text-align:center;	
	font-size: 22px;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	z-index: 9999;
}	

	
.style_wbox01 {
	width: 100%;
	text-align: center;
	float: none;
	font-size: 100%;
	margin:0;

	}

	
.style_wbox02 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	float: none;
	font-size: 100%;

	}	
	
.style_wbox02_txt {
	text-align: left;
	margin: 5% 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 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 {
	width: 100%;
	margin: 0 0 2% 0;
	display:flex;
	flex-wrap:wrap;
/*	justify-content:space-between;*/
	align-items: flex-end;
	list-style:none;
	position: relative;
	}	
	
.price_left {	
	line-height: 2.3em;
	margin: 0 3% 0 0;
	}	
	
	
.price_left .item_txt {
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 100%;
	letter-spacing: 0.5px;	
}

.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: 12px;
	padding:0 0 0 0;
	z-index: 3;
}

.price_right_box a { text-decoration: none; }

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


.price_right:hover {
	opacity: 0.7;
}



.price_right a:link {
	text-decoration:none!important;
}	
	
	
	
.price_right_box02 {
	position: relative;
	top: 0;
	font-family: heisei-kaku-gothic-std,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	z-index: 3;
}

.price_right_box02 a { text-decoration: none; }

.price_right02 {
    background: transparent;
    padding: 0 3px !important;
    border: solid 1px #000;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4em;
    color: #000 !important;
    letter-spacing: 1px;
    position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
}


.price_right02:hover {
	opacity: 0.5;
}
	

.styling_txt {
	width: 80%;
	margin: 12% auto 0 auto;
	line-height: 2.2em;
	text-align: left;
	position: relative;
	z-index: 999;
}	
	

.price_txt{
	font-weight: 300;
	font-style: normal;
	line-height:2.8em; 
	margin:0 auto;
	letter-spacing:1px;
	font-size: 12px;
}	




	
.btn_wrap{	
	margin: 10% auto 15% auto;
	padding: 0;
}
	
	
.btn_wrap02 {
	width: 90%;	
    margin: 25% auto 0 auto;
	font-family: heisei-kaku-gothic-std,sans-serif;	
}


.btn_wrap02 ul.btn_LRbox{
	width: 100%;
	border: solid 1px #000;
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
}


.btn_wrap02 ul.btn_LRbox li {
	width: 50%;
	list-style: none;
}

.btn_wrap02 ul.btn_LRbox li.L_box {
	width: 50%;
	position: absolute;
    top: 27%;
    left: 8%;
	font-size: 24px;
}
	

	
.btn_wrap02 ul.btn_LRbox li.L_box p {
	font-size: 15px;
}	
	
	
.btn_wrap02 ul.btn_LRbox li.R_box {
box-sizing: content-box!important;	
}		
	

.btn_box {	
	width: 90%;
	margin: 5% auto 0 auto;
	padding: 0;
}
	

	

.view_btn{ 
	padding: 4% 0;
	text-align:center;
	font-style: normal;
	font-weight: 300;
	font-size: 110%;
	letter-spacing: 1px;
}
	
.view_btn02{
	padding: 4% 0;
	text-align:center;
	font-style: normal;
	font-weight: 300;
	font-size: 130%;
	letter-spacing: 2px;
}
	
.sns_iconwrap {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 auto 0 auto;
}

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

.sns_iconwrap .R_box{
	width: 20%;
}	


#footer .footer_nav_ li a {
color: #fffefe!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;
}


/*
.fuwatAnime {
	margin:0 0 7% 0;
}
*/


.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;
}

.wrap a:link { color: #FFF!important; }
.wrap a:visited { color: #FFF!important; }
.wrap a:hover { opacity:1!important; color: #FFF!important; }
.wrap a:active { color: #FFF!important;}	
	

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


}

