@charset "utf-8";
/* CSS Document */
#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:17px;
	line-height: 2em;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}


#page_top {
	bottom: 77px!important;
}

.b_txt {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 600;
	font-style: normal;	
}

.main_wap {
	width:1200px;
	margin: 0 auto 80px auto;
}

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

.main_wap03 {
	width:80%;
	margin: 0 auto 150px auto;
}

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


.main_img_wrap {
  margin: 0 auto 50px;
  width: 90%;
}


.u_ilne {
	text-decoration: underline;
}

.g_font {
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	font-style: normal;
}

p.ti_h01 {
	font-size: 200%;
	text-align: center;
	line-height: 1.5em;
	font-family: "garamond-premier-pro", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.15em;
}
p.ti_h02 {
	font-size: 200%;
	text-align: center;
	line-height: 1.5em;
	font-family: "garamond-premier-pro", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.08em;
}
p.ti_h02 span {
	font-size: 15px; line-height: 1.5; display:block;
	font-family: "zen-old-mincho", sans-serif;
	color: #000!important;
	font-weight: normal;
}


.ti_h03 {
	font-size: 150%;
	text-align: center;
	line-height: 2.5em;
	font-family: Adobe Garamond Pro, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.15em;
}

.ti_wrap00 {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;

}

.ti_wrap01 {
	width: 100%;
	margin: 0 auto 1% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	line-height: 2.8em;
	font-family: "garamond-premier-pro", "zen-old-mincho", serif;
	font-style: normal;
}


.ti_wrap01 p {
	margin: 0;
}

.ti_wrap01 .num {
	font-size: 100px;
	line-height: 1.1em;
}

.ti_wrap01 .ttl_txt {
	margin: 0 0 0 50px;
}

.ti_wrap01 .txt01{
	font-size: 25px;
}

.ti_wrap01 .txt02{
	font-size: 44px;
}


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

.ti_wrap00 p,　.ti_wrap01 p{
  margin: 0 auto 1.5em 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;
  }
}

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

ul.p_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 280px auto;
	padding: 0;
	justify-content: center;
	font-size: 25px;
}

ul.p_link li {
	width: 22%;
	list-style: none;
	padding: 0 2%;
}


.txt_LRwrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.txt_wrap00 {
	width: 70%;
	margin: 0 auto 8% auto;
	text-align: center;
	font-size: 16px;
	line-height: 2.0em;
    letter-spacing: 0px;
}

.txt_wrap00 p {
	
    margin: 0 0 1.3em 0;
}


.txt_wrap01 {
	width: 32%;
	margin: 0;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2.0em;
}
.txt_wrap01 p {
	margin: 0 0 2.0em 0;
}

.txt_wrap02 {
	width: 55%;
	margin: 0 auto 0 10px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0px;
}
.txt_wrap02 p {
	margin: 0 0 1.0em 0;
	font-size: 15px;
}
.txt_wrap03 {
	margin: 0 auto -40px auto;
	text-align: center;
}
.txt_wrap03 p {
	margin: 0 0 1.0em 0;
	font-size: 17px;
}

.txt_wrap04 {
	margin: 50px auto 210px auto;
	text-align: center;
}
.txt_wrap04 p {
	margin: 0 0 1.8em 0;
	font-size: 15px;
}

.img3_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.img3_wrap p {
	width: 90%;
	margin: 55px auto 0 auto;
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;	
}

.img3_wrap .L_box {
	width: 32%;
	margin: 0 1% 0 0;
}

.img3_wrap .C_box {
	width: 32%;
	margin: 0 1% 0 0;
}

.img3_wrap .R_box {
	width: 32%;
	margin: 0 0 0 0;
}


.img2_wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.5em;
}

.img2_wrap .L_box {
	width: 35.55%;
	margin: 0 1% 0 0;
}

.img2_wrap .L_box p, .img2_wrap .R_box p {
	width: 90%;
margin: 10% auto 0 auto;
text-align: left;
font-size: 15px;
line-height: 1.5em;
}


.img2_wrap .R_box {
	width: 35.55%;
	margin: 0 0 0 0;
}



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

.img2_wrap02 .L_box {
	width: 49%;
	margin: 0 1% 0 0;
}

.img2_wrap02 .L_box p, .img2_wrap02 .R_box p {
	width: 80%;
	margin: 0 auto;
	font-size: 15px;	
}


.img2_wrap02 .R_box {
	width: 49%;
	margin: 0 0 0 0;
}

.img4_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px auto;
	text-align: center;
}

.img4_wrap .d_box {
	width: 19.2%;
    margin: 0 3% 0 0;
} 

.img4_wrap .d_box img {
	width: 100%!important;
}

.img4_wrap .d_box p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 20px auto;
}

.img4_wrap .d_box .buy_btn {
	font-size: 20px;
	padding: 4% 0;
	background: #d9d9d9;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	position: relative;
}

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


.img4_wrap .d_box:last-of-type{
	margin-right: 0;
}


.arrow{
	width: 100%;
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 90%;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index: 999;
}

.arrow_r::before{
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.LR_wrap {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin:20px auto 80px auto;
}

.LR_wrap .L_wrap{
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 16px;
    letter-spacing: 1px;
}

.LR_wrap .R_wrap{
	width: 50%;
}


.LR_wrap .L_wrap p {
	margin-top: 40px;
	font-size: 15px;
	line-height: 2.0em;
}



.LR_wrap .R_wrap .img_box p {
	width: 50%;
margin-top: 40px;
margin-left: 52%;
font-size: 15px;
line-height: 2.0em;
}


.LR_wrap .R_wrap .img_box02 {
	width: 85%;
	margin:  250px auto 0 auto;
}

.LR_wrap .R_wrap .img_box02 p {
	width: 60%;
	margin-top: 40px;
	margin-left: 44%;
	font-size: 15px;
	line-height: 2.0em;
}

.LR_wrap02 {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:150px auto 0 auto;	
}

.LR_wrap02 .L_wrap{
	width: 50%;
	margin: 170px 85px 0 0;
	font-size: 15px;
}

.LR_wrap02 .R_wrap{
	width: 40%;
	font-size: 15px;
}

.LR_wrap02 .L_wrap p {
width: 50%;
margin-top: 40px;
margin-left: 52%;
font-size: 15px;
line-height: 2.0em;
}


.LR_wrap02 .R_wrap .img_box p {
	width: 62%;
margin-top: 40px;
margin-left: 40%;
font-size: 15px;
line-height: 2.0em;
}



.img_wrap01 {
	width: 100%;
	margin: 0 auto 3% auto;
}


.img_wrap01 .L_txt {
	width: 29.1%;
	margin-top: 40px;
    margin-left: auto;
	font-size: 15px;
	line-height: 2.0em;
}





.img_wrap02 {
	width: 100%;
	margin: 0 auto 18% auto;
	display: flex;
	flex-wrap: wrap;
}

.img_wrap02 .L_box {
	width: 49.5%;
	margin: 0 1% 0 0;
}

.img_wrap02 .R_box {
	width: 49.5%;
	margin: 0;
}



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

.tie_imgwrap {
	width: 65.5%;
	margin:50px auto 0 auto;
}


.btn_wrap{margin:70px auto 120px auto;}
.btn_box{width:600px;margin:0 auto 3% auto;}
.btn_01 {
	display: block;
	position: relative;
	padding: 1.5em;
	text-align: center;
	font-size:20px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	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; }

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



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

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

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


div.smr_header_slider {
  overflow: hidden; 
  width: 100%;
  margin: auto;
}

/*　202205　追加　*/
.slider {}
.slick-img img {
  width: 100%;
  transform: scale(1.1);
}
@keyframes fadezoom {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(20px);
  }
}
.add-animation {
  animation: fadezoom 9s 0s forwards;
}


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

/*　202205　追加　*/
.fuwatAnime_x {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3.5s;
 -ms-animation-duration:3.5s;
 animation-duration:3.5s;
 -webkit-animation-name: fuwatAnime_x;
 -ms-animation-name: fuwatAnime_x;
 animation-name: fuwatAnime_x;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime_x {
 0% { opacity: 0; -webkit-transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fuwatAnime_x {
 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}


.f_in {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.f_in.scrollin{
  opacity: 1;
  transform : translate(0, 0);
}
#_capsulemenu { position: fixed; transition: 0.3s; top: 50%; left: -45px; transform: translate(0, -50%); width: 45px; height: auto; z-index: 9999; cursor: pointer; padding: 0 0 0 10px;}
#_capsulemenu.slideIn { left: 0; }
#_capsulemenu ul { margin: 0; padding: 0; width: 100%; }
#_capsulemenu ul li { width: 45px; height: 45px; }
#_capsulemenu ul li a { display: block; width: 45px; height: 45px; }
#_capsulemenu ul li a img { opacity: 0.4; }
#_capsulemenu ul li:hover a img,
#_capsulemenu ul li a.is_current img { opacity: 1.0; }



/* テンプレート02*/
.t02_wrap {
	width: 1080px;
	margin: 0 auto 5% auto;
}
.t02_box_l {
	width: 46%;
	margin: 0 8% 0 0;
	float: left;
}
.t02_box_r {
	width: 46%;
	margin: 0 0 0 0;
	float: left;
}
.t02_box_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box_ti {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	letter-spacing: 0.15em;
	text-align: center;
}
.t02_box_txt {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 85%;
}

.t02_box04 {
	width: 22%;
	margin: 0 4% 0 0;
	float: left;
}
.t02_box04:nth-child(4n) {
	margin-right: 0;	
}
.t02_box04_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 85%;
	text-align: center;
	line-height: 1.7em;
}

/* --------------------------------------------------------------------
	表示幅：固定
	表示順：左メニュー・メインコンテンツ・右メニュー
-------------------------------------------------------------------- */
div.block-footer, div.block-prod-list {
	margin: 0;
	width: 100%;
	text-align:left;
}

/* テンプレート02end*/

@media only screen and (max-width: 980px) {
	#_capsulemenu { display: none !important; }
	
div.page_top_ a {
display: block!important;
position:fixed!important;
bottom:15vw!important;
width: 11.73vw!important;
height: 11.73vw!important;
background-image: url(https://shop.shirt.co.jp/img/usr/common/icon/pagetop.png)!important;
background-position: center!important;
background-repeat: no-repeat!important;
background-size: contain!important;
text-indent: -9999px!important;
}	
	
}











@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:160%;
	line-height: 1.5em;
	font-family: "zen-old-mincho", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}


.main_wap, .main_wap02{
	width:100%;
	margin: 0 auto 0 auto;
}
	
.main_img_wrap {
  margin: 0 auto 30px;
  width: 100%;
}	
.smr_header {
	width: 100%;
	margin: 0 auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	color: #FFF;
	position: relative;
}
	
.smr_header p {
	width: 100%;
    text-align: left;
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6.8vw;
    position: absolute;
    top: 37%;
    left: 5%;
    z-index: 1;
    letter-spacing: 2px;
}
	
ul.p_link {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10% 3.5%;
    padding: 0;
    justify-content: space-between;
    font-size: 13px;
    letter-spacing: -1px;
}

ul.p_link li {
	width: 30%;
	list-style: none;
	padding: 0 1%;
	font-size: 14px;
}
	
	
	
.txt_LRwrap {
	width: 100%;
	display: block;
}

.txt_wrap00 {
	width: 80%;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.8em;
}
	
.txt_wrap00 p {
	
    margin: 0 0 1.6em 0;
	font-size: 90%;
}
	
.txt_wrap00 span{

    font-size: 14px!important;

}	
	
	
.txt_wrap01 {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
	
.txt_wrap01 p {
	font-size: 14px;
	margin: 0;
	}
	
.txt_wrap02 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}
.txt_wrap02 p {
	margin: 0 0 2.0em 0;
	font-size: 115%;
	line-height: 2em;
}

.txt_wrap03 {
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
}
.txt_wrap03 p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	
}	
	
.txt_wrap04 {
	width: 90%;
	margin: 2% auto 30% auto;
	text-align: center;
}
.txt_wrap04 p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	
}		
	

p.ti_h01 {
	font-size: 180%;
	font-family: "garamond-premier-pro", serif;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.1em;

}
p.ti_h02 {
	font-size: 180%;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	font-family: "garamond-premier-pro", serif;
	font-weight: 700;
	font-style: normal;
}
	
p.ti_h02 span {
	font-size: 12px; line-height: 1.5; display:block;
	font-family: "zen-old-mincho", sans-serif;
	color: #000!important;
	font-weight: normal;
	letter-spacing: 0.01em;
}	
	
	
p.ti_h03 {
	font-size: 150%;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.15em;
}
	
	
.ti_wrap00 {
	width: 90%;
	margin: 7% auto 0 auto;
	text-align: center;
}	

.ti_wrap01 {
	width: 90%;
	margin: 12% auto 2% auto;
}
	
.ti_wrap01 .num {
	font-size: 56px;
	line-height: 1.1em;
}

.ti_wrap01 .ttl_txt {
	margin: 0.5% 0 0 4%;
	line-height: 2em;
}

.ti_wrap01 .txt01{
	font-size: 16px;
}

.ti_wrap01 .txt02{
	font-size: 22px;
}
	
	
	
	
/*
.ti_wrap01 p {
	margin: 0 auto 1em auto;
}
	
*/
	
/*========= レイアウトのためのCSS ===============*/

.ti_wrap01 p{
/*  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;
}




	
.img3_wrap {
	width: 75%;
	margin: 0 auto;
	display: block;
}
	
.img3_wrap p {
	width: 100%;
	margin: 5% auto 10% auto;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;	
}	

.img3_wrap .L_box {
	width: 100%;
	margin: 5% 0 0 0;
}

.img3_wrap .C_box {
	width: 100%;
	margin: 5% 0 0 0;
}

.img3_wrap .R_box {
	width: 100%;
	margin: 0;
}	
	
.img2_wrap {
	width: 75%;
	margin: 0 auto;
	display: block;
	line-height: 1.5em;
}

.img2_wrap .L_box {
	width: 100%;
	margin: 0;
}

.img2_wrap .L_box p, .img2_wrap .R_box p {
	width: 100%;
    margin: 5% auto 10% auto;
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;	
}


.img2_wrap .R_box {
	width: 100%;
	margin: 0 0 0 0;
}



.img2_wrap02 {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.img2_wrap02 .L_box {
	width: 100%;
	margin: 0;
}

.img2_wrap02 .L_box p, .img2_wrap02 .R_box p {
	width: 80%;
	margin: 0 auto;
	font-size: 15px;	
}


.img2_wrap02 .R_box {
	width: 100%;
	margin: 0 0 0 0;
}
	

.img4_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 0 auto;
	text-align: center;
}

.img4_wrap .d_box {
	width: 40%;
	margin: 5% 5% 0 0;
} 

.img4_wrap .d_box img {
	width: 90%!important;
}

.img4_wrap .d_box p {
	font-size: 12px;
    line-height: 1.5em;
    margin: 10% 0;
}
	
.img4_wrap .d_box p:nth-of-type(n+3) {
	margin: 0;	
	}	


.img4_wrap .d_box:nth-of-type(even){
	margin-right: 0;
}
	
.img4_wrap .d_box .buy_btn {
	font-size: 13px;
	padding: 4% 0;
	background: #d9d9d9;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
}
	
	
.arrow{
	width: 100%;
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 85%;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index: 999;
}

.arrow_r::before{
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.LR_wrap {
	width: 100%;
	display: block;
	margin:3% auto 0 auto;
}

.LR_wrap .L_wrap{
	width: 80%;
    margin: 0 auto 5% auto;
    font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.8em;
}

.LR_wrap .R_wrap{
	width: 80%;
	margin: 0 auto;
}


.LR_wrap .L_wrap p {
	font-size: 12px;
    width: 90%;
    margin: 10% auto 20% auto;
}



.LR_wrap .R_wrap .img_box p {
	font-size: 12px;
    width: 90%;
    margin: 10% auto 20% auto;
}


.LR_wrap .R_wrap .img_box02 {
	width: 85%;
	margin:  0 auto 0 auto;
}

.LR_wrap .R_wrap .img_box02 p {
	font-size: 12px;
    width: 90%;
    margin: 10% 0 20% 0;	
}	
	
.LR_wrap02 {
	width: 100%;
	display: block;
	margin:20% auto 0 auto;	
}

.LR_wrap02 .L_wrap{
	width: 100%;
	margin: 0;
}

.LR_wrap02 .R_wrap{
	width: 100%;
}	
	
.LR_wrap02 .L_wrap p {
    font-size: 12px;
    width: 90%;
    margin: 10% auto 20% auto;
}	
	
	
.LR_wrap02 .R_wrap .img_box p {
		font-size: 12px;
    width: 90%;
    margin: 10% auto 20% auto;
}
	
	
	
	
	
.img_wrap_fuwatx {
	width: 95%!important;
	height: 220px!important;	
	margin: 0 auto 5% auto;
	overflow: hidden;
	position: relative;
}

.img_wrap_fuwatx img {	
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
}	

.img_wrap01 {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 4% 0;
}
	
.img_wrap01 .L_txt {
	font-size: 12px;
    width: 90%;
    margin: 10% auto 20% auto;
}	
	
	

.img_wrap02 {
	width: 100%;
	margin: 0 auto 15% auto;
}
	
	
.f_imgwrap {
	width: 100%;
	margin: 0 auto;
}

.tie_imgwrap {
	width: 80%;
	margin: 9% auto 10% auto;
}	
	


.btn_wrap {
	margin:10% auto 15% auto;
}

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

.btn_01 {
	display: block;
	position: relative;
	width: 85.5%;
	margin:0 auto;
	padding: 1.2em;
	text-align: center;
	font-size:105%;
	text-decoration: none;
	letter-spacing: 0.5px;

}

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

footer {
	z-index: 2;
	background: #002a46!important;
}

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

a,.link_txt{
	color:#000;
	text-decoration:underline;
}


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

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


.mar_T30 {margin: 10% 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: 19% 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 2% 0px;}
.mar_B30 {margin: 0px 0px 5% 0px;}
.mar_B40 {margin: 0px 0px 4% 0px;}
.mar_B50 {margin: 0px 0px 5% 0px;}
.mar_B100 {margin: 0px 0px 20% 0px;}
.mar_R10 {margin: 0px 1% 0px 0px;}
.mar_R20 {margin: 0px 2% 0px 0px;}
.mar_R30 {margin: 0px 3% 0px 0px;}
.mar_R40 {margin: 0px 4% 0px 0px;}
.mar_R50 {margin: 0px 5% 0px 0px;}
.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;}
.T_right {text-align: right;}

.pc_only {display:none;	}
.sp_only {display: block;}
.fb_box {
	margin: 0 10px 20px 0;
	float:right;
}


ul{  
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type: none;
}  

	
	/* テンプレート02*/
.t02_wrap {
	width: 90%;
	margin: 0 auto 5% auto;
}
.t02_box_l {
	width: 100%;
	margin: 0 0 13% 0;
	float: none;
}
.t02_box_r {
	width: 100%;
	margin: 0 0 13% 0;
	float: none;
}
.t02_box_img {
	width: 37%;
	margin: 0 0 3% 3%;
	float: right;
}
.t02_box_ti {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 135%;
	letter-spacing: 0.15em;
	text-align: left;
}
.t02_box_txt {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 105%;
}

.t02_box04 {
	width: 48%;
	margin: 0 4% 8% 0;
	float: left;
}
.t02_box04:nth-child(2n) {
	margin-right: 0;	
}
.t02_box04_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 105%;
	text-align: center;
	line-height: 1.7em;
}



/* テンプレート02end*/
	

}



