body {
	padding:0;
	margin:0;
	background-color: #f4f3f1;
}

.st_wrap {
	clear: both;
	width:50%;
	max-width: 600px;
	padding: 0 0 0.5%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	font-size:14px;
	background-color: #fbfbfb;
}

.st_wrap p {
	padding:0;
	margin:0;
}

.st_wrap2 {
	clear: both;
	width:45%;
	max-width: 460px;
	padding: 0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #fbfbfb;
	font-size:14px;
}


.pc {
	display:block;
}
.sp {
	display:none;
}
.clear {
	clear:both;
}

.bg_box1 {
	width: 100%;
	margin: auto;
	z-index: 20;
	background-image: url("https://www.dot-st.com/static/docs/andemiu/pages/230608_matsukirina/images/title.png");
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 10%;
	position: -webkit-sticky;
	position: sticky;
	top: 0%;
	background-color: rgba(255,255,255,0.0);
}

.title_typing {
  position: relative;
  width: 350px;
  margin-top: -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.title_typing span {
  display: inline-block;
  width: 23ch;
  font-family: freightbigcmp-pro, serif;
  font-size: 120px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  border-right: 1px solid transparent;
  animation: typing 8s steps(23), caret 0.8s steps(2) infinite;
  color: #231916;
}
@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes caret {
  50% {
    border-right-color: currentColor;
  }
}



.title_box {
	width: 100%;	
	margin: 0;
}

.title_box img {
	width: 100%;
}

.look_prof {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: 'Times New Roman', serif;
}

.main_mv {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.main_mv video {
	width: 100%;
}

.main_mv img {
	width: 100%;
}

.sub_mv {
	position: relative;
	z-index: 5;
}

.sub_mv video {
	width: 100%;
}

.sub_mv2 {
	width: 48%;
	margin: 2% 52% 0% 0%;
	z-index: 5;
	position: relative;
}

.sub_mv2 video {
	width: 100%;
}

.title_txt {
	position: relative;
	width: 100%;
	margin: 0.5% auto 2.5%;
	color: #000;
	font-size: 34px;
	letter-spacing: 0.4em;
	line-height: 2.0;
	text-align: center;
	background-color: #fff;
	z-index: 10;
	font-family: trajan-pro-3, serif;
	font-style: normal;
	font-weight: 400;
}

.title_txt_s {
	font-size: 12.5px;
	letter-spacing: 0.3em;
	line-height: 1.6;
}

.title_txt_m {
	font-size: 16px;
	letter-spacing: 0.3em;
	color: #bcbec0;
	margin: 1.4% auto 0.5%;
}

.title_img_box {
	float: left;
	margin: 0;
}

.title_img_box img {
	width: 100%;
}

.title_img {
	width: 100%;
	margin: 0 auto ;
	position: relative;
	z-index: 1;
}

.title_img img {
	width: 100%;
}

.title_img2 {
	width: 100%;
	margin: 0 auto 0%;
	position: relative;
	z-index: 1;
	background-image: url("../images/main_img.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.title_img2 img {
	width: 100%;
}

.float_box {
	width: 60%;
	float: left;
}

.float_box2 {
	width: 50%;
	float: left;
}

#slideshow1 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top: 125%;
}
#slideshow1 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow1 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow1 img.last-active {
   z-index: 9;
}

#slideshow1_2 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top: 155%;
}
#slideshow1_2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow1_2 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow1_2 img.last-active {
   z-index: 9;
}

#slideshow2 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 151%;
}
#slideshow2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow2 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow2 img.last-active {
   z-index: 9;
}

#slideshow3 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top: 145%;
}
#slideshow3 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow3 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow3 img.last-active {
   z-index: 9;
}

#slideshow3_2 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 147%;
}
#slideshow3_2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow3_2 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow3_2 img.last-active {
   z-index: 9;
}

#slideshow4 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top: 150%;
}
#slideshow4 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow4 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow4 img.last-active {
   z-index: 9;
}

#slideshow5 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 70%;
}
#slideshow5 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow5 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow5 img.last-active {
   z-index: 9;
}

#slideshow6 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 150%;
}
#slideshow6 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow6 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow6 img.last-active {
   z-index: 9;
}

#slideshow7 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 150%;
}
#slideshow7 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow7 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow7 img.last-active {
   z-index: 9;
}

#slideshow8 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 149%;
}
#slideshow8 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow8 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow8 img.last-active {
   z-index: 9;
}

#slideshow9 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 150%;
}
#slideshow9 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow9 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow9 img.last-active {
   z-index: 9;
}

#slideshow10 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
   padding-top: 78%;
}
#slideshow10 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow10 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow10 img.last-active {
   z-index: 9;
}

.credit_box_1 {
	position: relative;
	width: 80%;
	margin: 0;
	padding: 2%;
}

.credit_box_1 a {
	color: #000;
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
}

.credit_box_1 a:hover {
	color: #000;
	text-decoration: underline;
	font-family: 'Noto Serif JP', serif;
}

.credit_box_2 {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 2%;
	text-align: right;
}

.credit_box_2 a {
	color: #000;
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
}

.credit_box_2 a:hover {
	color: #000;
	text-decoration: underline;
	font-family: 'Noto Serif JP', serif;
}

.color_box1 {
	width: 100%;
	background-color: #715b42;
	margin: -2% 0 0;
	padding-bottom: 5%;
}

.title_25 {
	font-size: 25px;
}

.title_lead {
	position: relative;
	width: 85%;
	text-align: center;
	font-size: 13px;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1.0;
	line-height: 2.0;
	color: #000;
	margin: 4% auto 0;
	padding-bottom: 6%;
	z-index: 15;
}

.title_lead img {
	width: 100%;
}

.title_lead p {
	font-size: 20px;
	margin: 13% auto;
	line-height: 1.8;
	text-align: left;
}

.color_lead {
	position: relative;
	width: 85%;
	text-align: left;
	font-size: 13px;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1.0;
	line-height: 2.0;
	color: #fff;
	padding-bottom: 6%;
	z-index: 15;
}


.title_lead2 {
	width: 76%;
	text-align: center;
	font-size: 12px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 2%;
	padding: 2% 0;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #000;
}

.title_lead2_1 {
	width: 96%;
	text-align: center;
	font-size: 11px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 4%;
	line-height: 2.0;
	letter-spacing: 1.0;
}

.title_lead2_2_l {
	width: 100%;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 4%;
	line-height: 1.8;
	letter-spacing: 1.0;
	text-align: left;
}

.title_lead2_3_l {
	width: 100%;
	font-size: 10px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 4%;
	line-height: 2.0;
	letter-spacing: 1.0;
	text-align: left;
}

.title_lead2_2_r {
	width: 100%;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 4%;
	line-height: 1.8;
	letter-spacing: 1.0;
	text-align: right;
}

.title_lead2_3_r {
	width: 100%;
	font-size: 10px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 4%;
	line-height: 2.0;
	letter-spacing: 1.0;
	text-align: right;
}

.subtitle_box {
	overflow: hidden;
	width: 100%;
	padding: 0 0 0%;
}

.subtitle_img {
	width: 100%;
	margin: 3% 0;
}

.subtitle_img img {
	width: 100%;
}

.subtitle_txt {
	width: 96%;
	text-align: left;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	margin: 0 auto;
	padding: 0 0 1% 4%;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #fff;
}

.subtitle_txt2 {
	width: 96%;
	text-align: right;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	margin: 0 auto;
	padding: 0 4% 1% 0;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #fff;
}

.subtitle_txt1_l {
	font-size: 32px;
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}

.subtitle_txt2_l {
	font-size: 42px;
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}

.subtitle_txt1_r {
	font-size: 32px;
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: right;
}

.subtitle_txt2_r {
	font-size: 42px;
	line-height: 1.2;
	font-family: 'Playfair Display', serif;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: right;
}

.thum_box {
	width: 100%;
	margin: 0 auto 0px;
	text-align: center;
}

.scene_1 {
	width: 100%;
	margin: -7% 0 0;
	padding-top: 129.25%;
	background-image: url("../images/img_1_bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.scene_2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 144.25%;
	background-image: url("../images/img_2_bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.scene_3 {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 172.75%;
	background-image: url("../images/img_3_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.width_box {
	width: 35%;
	margin: auto;
	position: relative;
	z-index: 10;
}

.img_box_prof {
	width: 76%;
	color: #000;
	line-height: 2.0;
	font-size: 12px;
	position: relative;
	font-family: 'Noto Serif', serif;
}

.img_box1 {
	font-family: 'Noto Serif JP', serif;
	color: #000;
	line-height: 1.6;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.img_box1 a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.0;
}

.img_box1 a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	line-height: 2.0;
}

.img_box1 img {
	width: 100%;
}

.img_box1 .caption {
	font-size:		110%;
	color:			#000;
	padding-top:		4.5%;
	padding-left:		20px;
	text-align: center;
}

.img_box1 .caption a {
	color:			#000;
}

.img_box1 .caption a:hover {
	color:			#000;
}

.img_box1 .mask {
	width:			100%;
	height:		24%;
	position:		absolute;
	top:			100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(255,255,255,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.img_box1:hover .mask {
	top:			76%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask2 {
	width:			100%;
	height:			27%;
	position:		absolute;
	top:			100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(255,255,255,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.img_box1:hover .mask2 {
	top:			73%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask3 {
	width:			100%;
	height:			22.5%;
	position:		absolute;
	top:			100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(255,255,255,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.img_box1:hover .mask3 {
	top:			77.5%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask4 {
	width:			100%;
	height:			30%;
	position:		absolute;
	top:			100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(255,255,255,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.img_box1:hover .mask4 {
	top:			70%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask5 {
	width:			100%;
	height:			41%;
	position:		absolute;
	top:			100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(255,255,255,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.img_box1:hover .mask5 {
	top:			55.3%;	/* 下に降りてくるように見せる */
}

.img_box2 {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	z-index: 5;
}

.img_box2 a {
	color: #000;
	text-decoration: none;
	line-height: 1.8;
	font-size: 14px;
	padding-right: 4%;
}

.img_box2 a:hover {
	color: #000;
	text-decoration: underline;
}

.img_box2 img {
	width: 100%;
	margin-bottom: 2%;
}

.img_box3 {
	position: relative;
	padding: 0;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	z-index: 5;
}

.img_box3 a {
	color: #fff;
	text-decoration: none;
	line-height: 1.8;
	font-size: 14px;
}

.img_box3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.img_box3 img {
	width: 100%;
	margin-bottom: 2%;
}

.img_box4 {
	position: relative;
	width: 30%;
	padding: 0;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	z-index: 5;
}

.img_box4 img {
	width: 100%;
	margin-bottom: 2%;
}

.img_box5 {
	position: relative;
	background-image: url("../images/1_2_1.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.img_box5 a {
	color: #000;
	text-decoration: none;
}

.img_box5 a:hover {
	color: #000;
	text-decoration: underline;
}

.img_box5 img {
	width: 100%;
}

.font_size_12 {
	font-size: 12px;
}

.font_size_11 {
	font-size: 11px;
}

.font_size_10 {
	font-size: 10px;
}

.sns_img {
	width:  5%;
	margin: 2% auto 1%;
}
	
.sns_img img {
	width:  100%;
}	

.sns_txt {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	width: 100%;
	text-align: center;
	line-height: 1.8;
}
	
.sns_txt a {
	color: #000;
	text-decoration: none;
}
	
.sns_txt a:hover {
	color: #000;
	text-decoration: underline;
}	
	
.sns_txt_s {
	margin: 4% auto ;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	padding-bottom: 4%;
}

a.btn_all{
	display:block;
	width:65%;
	margin:5% auto 1%;
	padding:2% 0;
	text-decoration: none;
	color:#fff;
	font-size:18px;
	background-color:#000;
	border: solid 1px #000;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}

.pdg_1 {
	padding-top: 110%;
}

.pdg_1_2 {
	margin-top: -110%;
}

.pdg_2 {
	padding-top: 120%;
}

.pdg_2_2 {
	margin-top: -120%;
}

.pdg_3 {
	padding-top: 100%;
}

.pdg_3_2 {
	margin-top: -100%;
}

@media only screen and (max-width: 900px) {
	
.st_wrap {
	clear: both;
	width:100%;
	max-width: 900px;
	margin:0 auto;
	padding-bottom: 2%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	font-size:12px;
}
	
.st_wrap2 {
	clear: both;
	width:100%;
	max-width: 900px;
	padding: 0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	background-color: #ffffff;
	font-size:14px;
	overflow: hidden;
}
	
.pc {
	display:none;
}
.sp {
	display:block;
}
	
.bg_box1 {
	width: 100%;
	padding-top: 9%;
	background-image: url("https://www.dot-st.com/static/docs/andemiu/pages/230608_matsukirina/images/title.png");
}
	
.title_typing {
  width: 58%;
  margin-top: -53%;
}
	
.title_typing span {
  display: inline-block;
  width: 23ch;
  font-family: freightbigcmp-pro, serif;
  font-size: 80px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  border-right: 1px solid transparent;
  animation: typing 3s steps(23), caret 0.8s steps(1) infinite;
}
	
.width_box {
	width: 100%;
	margin: auto;
}
	
.img_box_prof {
	width: 100%;
	color: #000;
	line-height: 1.7;
	font-size: 10px;
	position: relative;
	margin: 3% 0;
}
	
.title_box {
	width: 100%;	
	margin: 0 auto;
}
	
.main_mv {
	width: 100%;
	margin: 0 auto;
}
	
.title_txt {
	width: 100%;
	font-size: 17.5px;
	padding-top: 3.5%;
	padding-bottom: 2%;
	line-height: 1.8;
}
	
.title_txt_s {
	font-size: 12.5px;
	letter-spacing: 0.3em;
}
	
.title_txt_m {
	font-size: 14px;
	letter-spacing: 0.3em;
}
	
.title_img {
	width: 100%;
	margin: 0 auto ;
}
	
.title_lead_l {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-family: 'Noto Serif', serif;
	margin: 1% auto 0;
	padding-top: 9%;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #fff;
}
	
.title_lead_m {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: 'Noto Serif', serif;
	margin: 0% auto 5%;
	letter-spacing: 1.0;
	color: #fff;
}
	
.title_lead {
	width: 94%;
	font-size: 11px;
}
	
.title_lead p {
	font-size: 16px;
	margin-bottom: 3%;
	line-height: 1.8;
}

.title_lead2 {
	font-size: 11px;
	margin: 10% auto 10%;
}
	
.color_lead {
	position: relative;
	width: 85%;
	text-align: left;
	font-size: 11px;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1.0;
	line-height: 2.0;
	color: #fff;
	padding-bottom: 6%;
	z-index: 15;
}
	
.subtitle_txt {
	width: 96%;
	text-align: left;
	font-size: 12px;
	font-family: 'Noto Serif', serif;
	margin: 0 auto;
	padding: 0 0 1% 4%;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #fff;
}
	
.subtitle_txt2 {
	width: 96%;
	text-align: right;
	font-size: 12px;
	font-family: 'Noto Serif', serif;
	margin: 0 auto;
	padding: 0 4% 1% 0;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #fff;
}
	
.img_box1 {
	font-size: 9px;
}
	
.img_box1 a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

.img_box1 a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}
	
.img_box1 .mask {
	height:			30%;
}
.img_box1:hover .mask {
	top:			70%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask2 {
	height:			35%;
}
.img_box1:hover .mask2 {
	top:			65%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask3 {
	height:			31%;
}
.img_box1:hover .mask3 {
	top:			69%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask4 {
	height:			40%;
}
.img_box1:hover .mask4 {
	top:			60%;	/* 下に降りてくるように見せる */
}

.img_box1 .mask5 {
	height:			53%;
}
.img_box1:hover .mask5 {
	top:			43.3%;	/* 下に降りてくるように見せる */
}
	
.thum_box {
	width: 100%;
}
	
.scene_1 {
	margin: 10% 0 0;
}
	
.sns_img {
	width:  10%;
}
	
.sns_img img {
	width:  100%;
}	
	
.sns_txt {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin-top: 4%;
}
	
.sns_txt_s {
	margin: 2% auto;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
}
	
a.btn_all{
	display:block;
	width:70%;
	margin:5% auto 10%;
	padding:3% 0;
	text-decoration: none;
	color:#fff;
	font-size:16px;
}
	
.pdg_1 {
	padding-top: 200%;
}

.pdg_1_2 {
	margin-top: -200%;
}

.pdg_2 {
	padding-top: 230%;
}

.pdg_2_2 {
	margin-top: -230%;
}

.pdg_3 {
	padding-top: 245%;
}

.pdg_3_2 {
	margin-top: -245%;
}

}
