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


#smr_pages {
	width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom:0;
	color:#000000;
	background: #FFF;
	font-size:17px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

#smr_pages img { width: 100%; height: auto; }


#page_top {
	bottom: 77px!important;
}


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


.mt_0 {margin-top: 0!important;}
.mb_0 {margin-bottom: 0!important;}


.container_ {

}


.bg_wrap {

	padding-bottom: 10%;
}

.main_wap {
	width:100%;
	margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
}


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

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


.top_imgwrap {
	width: 46.15%;
	margin: 0 auto;
	padding-top: 120px;
}


.smr_header {
	width: 100%;
	margin: 0 auto 15px auto;
	letter-spacing:10px;
	color: #FFF;
	position: relative;
}

.smr_header p.ttltxt01{
	width: 30%;
	text-align: center;
	position: absolute;
	top:26.5%;
	left: 66%;
	line-height: 1.2em;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size:1.5vw;
	color: #2b2b2b;
	z-index: 9;
	box-sizing: border-box;
}


.smr_header p.ttltxt01 span {letter-spacing: 4px;}


.smr_header p.ttltxt02{
	width: 40%;
	text-align: center;
	position: absolute;
	top: 32%;
	left: 61%;
	line-height: 1.2em;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 3.5vw;
	color: #2b2b2b;
	z-index: 9;
	box-sizing: border-box;
}


.smr_header p.ttltxt02 span {letter-spacing: 4px;	}


.smr_header p.ttltxt03{
	width: 30%;
	text-align: center;
	position: absolute;
	top: 41.5%;
	left: 66%;
	line-height: 1.2em;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size:1.2vw;
	color: #2b2b2b;
	z-index: 9;
	box-sizing: border-box;
}

.smr_header p.ttltxt03 span {letter-spacing: 3px;}

.m_ttl_wrap {
	font-size: 26px;
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 110px auto 60px auto;
	letter-spacing: 1px;
	line-height: 1.4em;
	}	
	

.m_ttl_wrap01 {
	color: #000;
	font-size: 70px;
	font-family: "bebas-kai", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 200px auto 0 auto;
	letter-spacing: 1px;
	line-height: 1.4em;
	}

.m_ttl_wrap01 .s_txt {
		font-size: 80%;
	}	

.m_ttl_wrap02 {
	color: #000;
	font-size: 70px;
	font-family: "bebas-kai", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin: 200px auto 0 auto;
	letter-spacing: 1px;
	line-height: 1.4em;
	}


.txt_01 {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 2.3em;
}


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


.p_txt {
	font-size: 15px;
}


.s_ttl_wrap {
	margin: 150px auto;
	text-align: center;
	font-size: 60px;
	color: #4f546e;
	letter-spacing: 5px;
}


.LR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto 10px auto;
}

.LR_wrap .d_box:first-of-type {
	width: 46%;
	margin: 0 1% 0 0;
}

.LR_wrap .d_box{width: 46%;margin: 0;}



/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);	
  display: none;
  position: fixed;
  top: 13%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: auto;
  overflow-y: scroll;
  z-index: 99;
}


.open_wrap {position: relative;}

.plus_wrap {
    background: transparent;
    padding: 0 5px !important;
    border: none;
    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: 35px;
	right: 18px;
	z-index: 0;
}


.dli-plus {
	display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 2.2em;
    height: 0.07em;
    background: currentColor;
    border-radius: 0.07em;
    position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


.popup::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: auto;
}


/* チェックボックスの初期設定 */
#popup-on, #popup-on02, #popup-on03, #popup-on04, #popup-on05, #popup-on06, #popup-on07, #popup-on08, #popup-on09, #popup-on10, #popup-on11, #popup-on12{
  display: none;
}


/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{display: block;}
#popup-on02:checked + .popup{display: block;}
#popup-on03:checked + .popup{display: block;}
#popup-on04:checked + .popup{display: block;}
#popup-on05:checked + .popup{display: block;}
#popup-on06:checked + .popup{display: block;}
#popup-on07:checked + .popup{display: block;}
#popup-on08:checked + .popup{display: block;}
#popup-on09:checked + .popup{display: block;}
#popup-on10:checked + .popup{display: block;}
#popup-on11:checked + .popup{display: block;}
#popup-on12:checked + .popup{display: block;}


/* 閉じるアイコン（右上） */
.icon-close{
  position: absolute;
  top:6%;
  right:1%;
}

.closeicon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
  vertical-align: middle;
}

.closeicon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: rotate(90deg);
}

/* 閉じるボタン */
.btn-close{
  cursor: pointer;
  text-align: center;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

/* ポップアップの内容 */
.popup-content{
  padding: 40px 50px 40px 43px;
  width: 90%;
	background: #FFF;
}


.p_upLR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.p_upLR_wrap .L_box{
	width: 49%;
	margin: 0 10px 0 0;
}

.p_upLR_wrap .R_box{
	width: 49%;
	margin: 90px 0 0 0;
}

.p_upLR_wrap .R_box img {
	margin-bottom: 10px;
}

.p_upLR_wrap .p_txtwrap {
	margin: 30px 0 0 0;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 15px;	
	line-height: 2.2em;	
}



ul.all_itemwrap {
	width: 880px;
	margin: 120px auto 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


ul.all_itemwrap li.itembox {
	width: 280px;
	margin: 0 10px 10px 0;
/*	aspect-ratio: 1 / 1;*/
	list-style: none;
	color: #FFF;
	align-items: center;
}

ul.all_itemwrap li.itembox:nth-child(3n) {
	margin-right: 0!important;
}



ul.all_itemwrap li.itembox p{
  position: absolute;
  inset: 0;                 /* 上下左右0 */
  display: flex;
  align-items: center;     /* 縦中央 */
  justify-content: center; /* 横中央 */
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  pointer-events: none;	
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
}



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


ul.LR_txtwrap {
	width: 85%;
	margin: 50px auto 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
    line-height: 1.8em;	
}

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

ul.LR_txtwrap li.L_box {
	width: 40%;
	text-align: left;
	list-style: none;
}


ul.LR_txtwrap li.R_box {
	width: 60%;
	text-align: right;
	list-style: none;
}


.LR_wrap .d_box .style_wbox02_txt{
	margin-top:3%; 
}



.btn_wrap{margin:150px auto 50px auto;}
.btn_box{width:500px;margin:0 auto 3% auto;}
.btn_01,.btn_02 {
	display: block;
	position: relative;
	padding: 1.5em 2em;
	text-align: center;
	font-size:18px;
	text-decoration: none!important;
	color: #444444!important;
	background: #FFF;
	border: solid 1px #444444;

}
.btn_01:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_01:visited { color: #444444!important; }

.btn_02:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_02:visited { color: #444444!important; }


.b_ilne {
	height: 0;
	border: solid 0.01em #807f7d;
	margin-bottom: 13%;
}



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

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

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


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


a img {border:none;}
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #555; }
a:active { color: #000; }
a,.link_txt{color:#000;}

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

.mar_B10 {margin: 0px 0px 10px 0px;}
.mar_B20 {margin: 0px 0px 20px 0px;}
.mar_B30 {margin: 0px 0px 30px 0px;}
.mar_B40 {margin: 0px 0px 40px 0px;}
.mar_B50 {margin: 0px 0px 40px 0px;}
.mar_B60 {margin: 0px 0px 60px 0px;}
.mar_B80 {margin: 0px 0px 80px 0px;}
.mar_B90 {margin: 0px 0px 90px 0px;}
.mar_B100 {margin: 0px 0px 100px 0px;}
.pad_B100 { padding: 0px 0px 100px 0px;}

.ft_120 { font-size:120%; font-weight:bold;}
.ft_150 { font-size:150%; font-weight:bold; line-height:1.4em;}
.ft_85 { font-size:85%;}

@media only screen and (max-width: 980px) {
	
	
#smr_pages img { width: 100%; height: auto; }

#smr_pages {
	width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom:0;
	color:#000000;
	background: #FFF;
}
#smr_pages {
	font-size:130%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
	
.pc_only {display:none;	}
.sp_only {display: block;}	
	
	
.main_wap {
	width:100%;
	margin: 0 auto 0 auto;
}
	
.top_imgwrap {
	width: 60%;
	margin: 0 auto;
	padding-top: 10%;
}	

	
.smr_header {
	width: 100%;
	margin: 0 auto 2% auto;
	padding-top: 5%;
	color: #FFF;
	position: relative;
}
	
.smr_header p.ttltxt01{
	width: 100%;
	text-align: center;
	margin: 0 0 0 6px;
	position: absolute;
	top: 15%;
	left: 0;	
	line-height: 1.2em;
	font-size:3.2vw;

}
	
	
.smr_header p.ttltxt01 span {
	font-size: 100%;	
	letter-spacing: 2px;
	}
	
	
.smr_header p.ttltxt02{
	width: 100%;
	text-align: center;
	margin: 0 0 0 6px;
	position: absolute;
	top: 19.1%;
	left: 0;
	line-height: 1.3em;
	font-size:7.2vw;

}
	
	
.smr_header p.ttltxt02 span {
	font-size: 100%;
	letter-spacing: 2px;
	}	
	
.smr_header p.ttltxt03{
	width: 100%;
	text-align: center;
	margin: 0 0 0 6px;
	position: absolute;
	top: 26.5%;
	left: 0;	
	line-height: 1.2em;
	font-size:3.1vw;
}
	
	
.smr_header p.ttltxt03 span {
	font-size: 100%;	
	letter-spacing: 2px;
	}		
	
	
	
.m_ttl_wrap {
	font-size: 18px;	
	text-align: center;
	margin:10% auto 5% auto;
	letter-spacing: 1px;
    line-height: 1.3em;	
	}	

.m_ttl_wrap01 {
    font-size: 33px;
    text-align: center;
    margin: 10% auto 5% auto;
    letter-spacing: 1px;
    line-height: 1.4em;
}	
	
.m_ttl_wrap01 .s_txt {
		font-size: 80%;
	}	
	

.m_ttl_wrap02 {
    font-size: 33px;
    text-align: center;
    margin: 10% auto 5% auto;
    letter-spacing: 1px;
    line-height: 1.4em;
}	
	

.txt_01 {
	width: 80%;
	margin: 0 auto;
	padding: 10% 0 5% 0;
	font-size: 14px;
}

.txt_01 p {
	font-size: 14px;
	margin: 0 0 7% 0;
}
	

.s_ttl_wrap {
	margin: 15% auto;
	text-align: center;
	font-size: 35px;
	color: #4f546e;
	letter-spacing: 5px;
	line-height: 1.2em;
}
	
.s_ttl_wrap span {
	font-size: 35px;
}	

	
	
.LR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 2% auto;
}


.LR_wrap .d_box {
	width: 49%;
	margin: 0;
	text-align: center;	
}
	
.LR_wrap .d_box:first-of-type {
	width: 49%;
	margin: 0 2% 0 0;
	text-align: center;	
}	

	
/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 10.7%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90vw;
  height: auto;
  overflow-y: scroll;
  z-index: 99;
}
	
	
.plus_wrap {
	bottom: 10px;
	right: 4px;	

	}	

	
/* 閉じるアイコン（右上） */
.icon-close{
  position: absolute;
  top: 3%;
  right: 3%;
}

.closeicon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
  vertical-align: middle;
}

.closeicon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: rotate(90deg);
}	


/* ポップアップの内容 */
.popup-content{
  padding: 0;
  width: 100%;
}


.p_upLR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.p_upLR_wrap .L_box{
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;	
}
	
	
.p_upLR_wrap .L_box .img_wrap {
		order: 2;
	}	

.p_upLR_wrap .L_box .p_txtwrap {
	width: 90%;
	margin: 10% auto 5% auto;
	text-align: left;
	line-height: 2.2em;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 12px;
	order: 1;
}	
	
	

.p_upLR_wrap .R_box{
	width: 90%;
	margin: 10% auto 10% auto;
}

.p_upLR_wrap .R_box img {
	margin-bottom: 0;
}


.p_upLR_wrap .R_box .imgwrap01 {
	width: 90%;
	text-align: left;
	margin-bottom: 10%;
	}	
.p_upLR_wrap .R_box .imgwrap02 {
	width: 90%;
	margin-left: auto;
	}		
	
ul.all_itemwrap {
	width: 95%;
	margin: 15% auto 0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

	
ul.all_itemwrap li.itembox:nth-child(2n) {
	margin-right: 0!important;
}
	
ul.all_itemwrap li.itembox:nth-child(3n) {
	margin-right: 2%!important;
}
	
ul.all_itemwrap li.itembox:nth-child(6) {
	margin-right: 0!important;
}		
	

ul.all_itemwrap li.itembox {
	width: 45%;
	margin: 0 2% 2% 0;
/*	aspect-ratio: 1 / 1;*/
	list-style: none;
	color: #FFF;
	background-color: #676869;
	align-items: center;
	position: relative;
	overflow: hidden;
}

ul.all_itemwrap li.itembox p{
  position: absolute;
  inset: 0;                 /* 上下左右0 */
  display: flex;
  align-items: center;     /* 縦中央 */
  justify-content: center; /* 横中央 */
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
  pointer-events: none;	
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
}
	
ul.LR_txtwrap {
	width: 90%;
	margin: 15% auto 5% auto;
	display: flex;
	flex-wrap: wrap;
}

ul.LR_txtwrap li.L_box {
	width: 100%;
	text-align: left;
	list-style: none;
	font-size: 90%;	
}


ul.LR_txtwrap li.R_box {
	width: 100%;
	text-align: left;
	list-style: none;
	font-size: 80%;
	margin-top: 5%;
}
	
ul.LR_txtwrap li.R_box a.s_space {
	margin-right: 5%;
}	
	
	
.c_imgwrap {
	width: 100%;
	margin: 10% auto 0 auto;
}
	
.c_imgwrap02 {
	width: 100%;
	margin: 0 auto;
}	
	


.btn_wrap{
	margin:20% auto 0 auto;
}
	
.btn_wrap02{
	margin:0 auto 30% auto;
}	

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

	
.btn_01 {
	display: block;
	position: relative;
	width: 80%;
	margin:0 auto;
	padding: 1.2em;
	text-align: center;
	font-size:15px;
	text-decoration: none;

}
	
	
.b_ilne {
	height: 0;
	border: solid 0.01em #807f7d;
	margin-bottom: 23%;
}	
	
}

