@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;
	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:1080px;
	margin: 0 auto 150px auto;
}

.main_wap02 {
	width:90%;
	margin: 0 auto 150px auto;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.goodsfreepage1_ .wrap, .goodsfreepage2_ .wrap {
	width:100%;
	margin:0 auto;
}

.movie_wrap {
	width: 56.9%;
	margin: 0 auto 14% auto;
}

.smr_header {
	width: 100%;
	margin: 0 auto 80px auto;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:7.2vw;
	letter-spacing:10px;
	color: #FFF;
	position: relative;
}

.smr_header p {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 3.8vw;
	line-height: 1.3em;	
    letter-spacing: 5px;
    margin-right: -5px;
    position: absolute;
    top: 36%;
    left: 5%;
    z-index: 1;
}


.u_ilne {
	text-decoration: underline;
}

.g_font {
	font-family: garamond-premier-pro, serif;
	font-weight: 400;
	font-style: normal;
}



.ti_wrap00 {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-weight: 400;
font-style: normal;

}


.ti_wrap01 {
	width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 34px;
}



/*========= 流れるテキスト ===============*/

/*全共通*/

.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;
}



.img3_wrap {
	width: 95%;
	margin: 90px auto 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.img3_wrap p.ttl_wrap {
	height: auto;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 24px;
	letter-spacing: 3px;
}

.img3_wrap p {
	width: 100%;
	height: 120px;
	margin: 40px auto 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}

.img3_wrap p.l_txt {
	margin-top: 0;
	text-align: right!important;
}

.img3_wrap .L_box {
	width: 30%;
	margin: 0 4.5% 0 0;
}

.img3_wrap .C_box {
	width: 30%;
	margin: 0 4.5% 0 0;
}

.img3_wrap .R_box {
	width: 30%;
	margin: 0 0 0 0;
}



.img_c_wrap {
	width: 58.4%;
	margin:40px auto 0 auto;
}

.img_c_wrap02 {
	width: 62.1%;
	margin:40px auto 0 auto;
}



ul.p_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 130px auto;
	padding: 0;
	text-align: center;
	justify-content: center;
	font-size: 25px;
}

ul.p_link li {
	width: 22%;
	list-style: none;
	padding: 0 2%;
}

ul.p_link li .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

ul.p_link a {
	text-decoration: none!important;
	padding: 0 5% 0 0;
}


.p_link_a_wrap {
	width: 900px;
	margin: 0 auto 70px auto;
	padding: 3%;
	display: flex;
	flex-wrap: wrap;
	background: #dcebfa;
}


.p_link_a_wrap .L_box {
	width: 35%;
	margin: 0 5% 0 0;
	font-size: 34px;
}

.p_link_a_wrap .R_box {
	width: 60%;
	font-size: 16px;
	letter-spacing: 1px;
}


.txt_LRwrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px auto 20px auto;
}

.txt_wrap00 {
	width: 70%;
	margin: 0 auto 7% auto;
	text-align: center;
	font-size: 16px;
	line-height: 2.0em;
    letter-spacing: 0px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.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_wrap02 {
	width: 41.7%;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 2.0em;
    letter-spacing: 0px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.txt_wrap02 p {
	
    margin: 0 0 1.3em 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 200px auto;}
.btn_box{width:500px;margin:0 auto 2.5% auto;}
.btn_01 {
	display: block;
	position: relative;
	padding: 1.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; }

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); }
}



.f_in {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}
.f_in.scrollin{
  opacity: 1;
  transform : translate(0, 0);
}


@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://shopshirt.pro/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:130%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
	
	
.movie_wrap {
	width: 100%;
	margin: 0 auto;
}
	
.hacobune-app-container[data-v-ef40b98c] {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	}	


.main_wap, .main_wap02{
	width:100%;
	margin: 0 auto 0 auto;
}
	
.wrap {
	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-size: 7.5vw;
position: absolute;
top: 67%;
left: 5%;
z-index: 1;
line-height: 1.3em;
letter-spacing: 3px;
}
	
ul.p_link {
	width: 95%;
    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: 13px;
}
	
ul.p_link li .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}	
	
	
.p_link_a_wrap {
	width: 90%;
	margin: 0 auto 10% auto;
	padding: 5% 6%;
	display: flex;
	flex-wrap: wrap;
	background: #dcebfa;
}


.p_link_a_wrap .L_box {
	width: 100%;
	margin: 0 0 4% 0;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
}

.p_link_a_wrap .R_box {
	width: 100%;
	font-size: 13px;
	letter-spacing: 0px;
}	
	
	
	
.txt_LRwrap {
	width: 100%;
	display: block;
	margin: 10% auto 7% auto;
}

.txt_wrap00 {
	width: 80%;
    margin: 10% auto 15% auto;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.7em;
}
	
.txt_wrap00 p {
	
    margin: 0 0 1.6em 0;
	font-size: 100%;
}
	
.txt_wrap00 b {

	font-size: 100%;
}	
	
	
	
.txt_wrap00 span{

    font-size: 14px!important;

}	
	
	
.txt_wrap01 {
	width: 85%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}
	
.txt_wrap01 p {
	font-size: 13px;
	margin: 0;
	}
	
.txt_wrap02 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
}
.txt_wrap02 p {
	margin: 0 0 2.0em 0;
	font-size: 13px;
	line-height: 2em;
}


	
.ti_wrap01 p.ti_h01	{
	font-size: 200%;
	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_wrap01 {
	width: 90%;
    margin: 10% auto 5% auto;
    font-size: 18px;
}
	
.ti_wrap01 .num {
	font-size: 50px;
	line-height: 1.1em;
}

.ti_wrap01 .ttl_txt {
	margin: 0.5% 0 0 2%;
	line-height: 2em;
}

.ti_wrap01 .txt01{
	font-size: 13px;
}

.ti_wrap01 .txt02{
	font-size: 18px;
}
	
	
	
	
/*
.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: 20% auto 20% auto;
	display: block;
}
	
	
.img3_wrap p.ttl_wrap {
	margin: 0 auto 3% auto;
	text-align: center;
	font-size: 22px;
	letter-spacing: 3px;
}	
	
.img3_wrap p {
	width: 100%;
	height: auto;
	margin: 13% auto 5% auto;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;	
}	

.img3_wrap .L_box {
	width: 100%;
	margin: 5% 0 20% 0;
}

.img3_wrap .C_box {
	width: 100%;
	margin: 5% 0 20% 0;
}

.img3_wrap .R_box {
	width: 100%;
	margin: 0;
}
	
	
	
.img_c_wrap {
	width: 78%;
	margin:5% auto 0 auto;
}
	
.img_c_wrap02 {
	width: 90%;
	margin:5% auto 0 auto;
}		
	

	
.f_imgwrap {
	width: 100%;
	margin: 0 auto;
}

.tie_imgwrap {
	width: 80%;
	margin: 9% auto 10% auto;
}	
	


.btn_wrap {
	margin:7% 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:90%;
	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;
}  
	

}



