body {
	padding:0;
	margin:0;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 950px;
	margin:0 auto;
	color: #000000;	
	font-size:14px;
	text-align: left;
	overflow: hidden;
}

.main_box {
	max-width: 800px;
	margin:0 auto;
}

.st_wrap img {
	width:100%;
	margin: 0;
}

.st_wrap p {
	padding:3%;
	margin:0;
	line-height: 1.8;
	font-size:20px;
	font-weight: bold;
}

.st_wrap2 {
	clear: both;
	width:45%;
	max-width: 460px;
	padding: 0;
	margin:0 auto;
	color: #000000;	
	background-color: #ffffff;
	font-size:14px;
}


.pc {
	display:block;
}
.sp {
	display:none;
}
.clear {
	clear:both;
}


.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 1.9s ease-in-out forwards;
    }

.zoom {
      width: 100%;
      overflow: hidden;
    }

    @keyframes animationZoom1 {
      0% { transform:scale(1.15)} 
      100% { transform:scale(1.0)} 
    }

.link {
  padding: 10px;
}

.container{
  width: 100%;
  margin: 6% 0 10%;
}

.img_fade{
  width: 100%;
  filter: blur(100px);
  animation: blur-anim2 2s linear forwards;
}

@keyframes blur-anim2 {
  100% {  filter: blur(0); }
}



.lead {
	width: 95%;
	margin: 0 auto 5%;
	font-size: 12px;
	line-height: 2.2;
	text-align: center;
	letter-spacing: 0.1em;
}

.lead p {
	width: 94%;
	margin: 2% auto 5%;
	font-size: 15px;
	line-height: 1.8;
}

.lead2 {
	width: 95%;
	margin: 5% auto;
	font-size: 12px;
	line-height: 2.2;
	text-align: center;
	letter-spacing: 0.2em;
}

.lead3 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.slide1 {
  position: relative;
  width: 100%;
  height: 150%;
  overflow: hidden;
  padding-top: 150%;
}

.slide-image1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0;
  animation: slider-1 9s linear infinite;
}

.slide-image1 a {
  color: #fff;
}

.slide-image1:nth-child(1) {
  animation-delay: -2s;
}

.slide-image1:nth-child(2) {
  animation-delay: 1s;
}

.slide-image1:nth-child(3) {
  animation-delay: 4s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slide2 {
  position: relative;
  width: 100%;
  height: 206.6%;
  overflow: hidden;
	padding-top: 206.6%;
}

.slide-image2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0;
  animation: slider-2 15s linear infinite;
}

.slide-image2 a {
  color: #fff;
}

.slide-image2:nth-child(1) {
  animation-delay: -2s;
}

.slide-image2:nth-child(2) {
  animation-delay: 3s;
}

.slide-image2:nth-child(3) {
  animation-delay: 8s;
}

@keyframes slider-2 {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.slide3 {
  position: relative;
  width: 100%;
  height: 148.6%;
  overflow: hidden;
	padding-top: 148.6%;
}

.slide-image3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0;
  animation: slider-3 12s linear infinite;
}

.slide-image3 a {
  color: #fff;
}

.slide-image3:nth-child(1) {
  animation-delay: -2s;
}

.slide-image3:nth-child(2) {
  animation-delay: 2s;
}

.slide-image3:nth-child(3) {
  animation-delay: 6s;
}

@keyframes slider-3 {
  0% {
    opacity: 0;
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.item_name_box {
	position: relative;
	width: 100%;
	margin-top: 3%;
}

.item_name_float {
	float: left;
	width:75%;
	margin:0 5% 0 0;
	padding-bottom: 2%;
	text-align: right;
}

.check_btn {
	position: relative;
	float: left;
	width:20%;
	padding:0%;
	z-index: 99;
}

.check_btn img {
	width: 100%;
}


.check_btn2 {
	position: relative;
	float: left;
	width:20%;
	padding:0%;
	z-index: 1;
}

.check_btn2 img {
	width: 100%;
}

.block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bg_box1 {
	width: 37%;
	z-index: 20;
	height: auto;
	padding: 3% 32%;
	position: -webkit-sticky;
	position: sticky;
	top: 5%;
	background-color: #fff;
}

.title_box {
	width: 70%;	
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
}

.title_box p {
	font-size: 12px;
}

.title_box img {
	width: 100%;
}

.title_box a {
	color: #000;
	text-decoration: none;
}

.title_box a:hover {
	color: #000;
	text-decoration: none;
}


.copy_box {
	width: 100%;	
	margin: 0 auto;
	background-image: url("../images/copy_bg.gif");
	background-size: contain;
	background-repeat: no-repeat;
}

.copy_box img {
	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-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 {
	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%;
}


.style_box {
	width: 96%;
	margin: 10% auto 3%;
}

.style_box img {
	width: 100%;
}


.slideshow_box1 {
   position: relative;
   width: 100%;
	padding: 0;
	background-image: url("../images/style_l_1.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#slideshow1 {
   position: relative;
   width: 100%;
   height:auto;
   padding-top: 150%;
}
#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;
}

.slideshow_box2 {
   position: relative;
   width: 100%;
	padding: 0;
	background-image: url("../images/style_l_4.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#slideshow2 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
	padding-top: 154%;
}
#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%;
	padding: 0;
   height:auto;
	padding-top: 144%;
}
#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;
}

#slideshow4 {
   position: relative;
   width: 100%;
	padding: 0;
   height:auto;
	padding-top: 167%;
}
#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: 166%;
}
#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: 122%;
}
#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;
}

.line_box {
	width: 3%;
	margin: 0 2.5%;
	padding: 0;
	position: relative;
	z-index: 1;
}

.line_box img {
	width: 100%;
}

.float_box {
	float: left;
	width: 50%;
	margin: 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.float_box img {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

.float_box p {
	color: #000;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	right: 0;
	margin-top: -9%;
}

.float_box ul  {
	width: 100%;
	padding: 0;
	margin: 0;
}

.float_box ul li {
	width: 100%;
	border-bottom: 1px #000 solid;
	text-align: left;
	list-style: none;
	margin-top: 5%;
	padding-bottom: 0%;
}

.float_box a {
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
}

.float_box a:hover {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.float_box2 {
	float: left;
	width: 3%;
	margin: 0 2.5% -2%;
	padding: 0;
}

.float_box2 img {
	width: 100%;
	padding-bottom: 10%;
}

.float_box3 {
	float: left;
	width: 23%;
	margin: 10% 1% 0;
	padding: 0;
}

.float_box3 img {
	width: 100%;
	padding-bottom: 10%;
}


.color_box1 {
	width: 100%;
	background-color: #715b42;
	margin: -2% 0 0;
	padding-bottom: 5%;
}

.title_lead_l {
	width: 100%;
	text-align: right;
	font-size: 70px;
	margin: 1% auto 0;
	padding-top: 9%;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #000;
}

.title_lead_m {
	width: 100%;
	text-align: left;
	font-size: 18px;
	margin: 0% auto 5%;
	color: #000;
	line-height: 1.3;
}

.title_25 {
	font-size: 25px;
}

.title_lead {
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	padding: 3% 0;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #fff;
}

.title_lead2 {
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin: 5% auto 10%;
	padding-top: 2%;
	line-height: 1.8;
	letter-spacing: 0.6;
	color: #fff;
}

.title_lead2_1 {
	width: 96%;
	text-align: center;
	font-size: 11px;
	margin: 0% auto 4%;
	line-height: 2.0;
	letter-spacing: 1.0;
}

.title_lead2_2_l {
	width: 100%;
	font-size: 14px;
	margin: 0% auto 4%;
	line-height: 1.8;
	letter-spacing: 1.0;
	text-align: left;
}

.title_lead2_3_l {
	width: 100%;
	font-size: 10px;
	margin: 0% auto 4%;
	line-height: 2.0;
	letter-spacing: 1.0;
	text-align: left;
}

.title_lead2_2_r {
	width: 100%;
	font-size: 14px;
	margin: 0% auto 4%;
	line-height: 1.8;
	letter-spacing: 1.0;
	text-align: right;
}

.title_lead2_3_r {
	width: 100%;
	font-size: 10px;
	margin: 0% auto 4%;
	line-height: 2.0;
	letter-spacing: 1.0;
	text-align: right;
}

.subtitle_img {
	width: 100%;
	margin: 3% 0;
}

.subtitle_img img {
	width: 100%;
}

.subtitle_txt {
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin: 5% auto 10%;
	padding: 0 0 1% ;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #000;
}

.subtitle_txt2 {
	width: 96%;
	text-align: right;
	font-size: 14px;
	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;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}

.subtitle_txt2_l {
	font-size: 42px;
	line-height: 1.2;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: left;
}

.subtitle_txt1_r {
	font-size: 32px;
	line-height: 1.2;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: right;
}

.subtitle_txt2_r {
	font-size: 42px;
	line-height: 1.2;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align: right;
}

.thum_box {
	width: 100%;
	margin: 0 auto 0px;
	text-align: center;
}

.width_box {
	width: 35%;
	margin: auto;
	position: relative;
	z-index: 10;
}

.img_over_bg {
	width: 98%;
	margin: 0 2% 0 0;
	padding-top: 110%;
	padding-bottom: 18%;
}

.img_over {
	overflow:		hidden;
	position:		relative;	/* 相対位置指定 */
	z-index: 10;
}

.img_over a {
	color: #000;
	text-decoration: none;
}

.img_over a:hover {
	color: #000;
	text-decoration: underline;
}

.img_over img {
	width: 100%;
}

.caption {
	text-align: center;
	color: #000;
	font-size: 13px;
	line-height: 1.8;
}

.img_over .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255,255,255,0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.8s ease;
}
.img_over:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.img_box1 {
	width: 40%;
	margin: auto;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	line-height: 1.8;
	font-size: 12px;
}

.img_box1 a {
	color: #000;
	text-decoration: none;
}

.img_box1 a:hover {
	color: #000;
	text-decoration: underline;
}

.img_box1 img {
	width: 100%;
}

.img_box2 {
	position: relative;
	width: 76%;
	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;
	width: 86%;
	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;
	width: 96%;
	padding: 0;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	z-index: 5;
	margin-bottom: 14%;
}

.img_box5 a {
	color: #fff;
	text-decoration: none;
	line-height: 1.8;
	font-size: 14px;
}

.img_box5 a:hover {
	color: #fff;
	text-decoration: underline;
}

.font_size_12 {
	font-size: 12px;
}

.font_size_11 {
	font-size: 11px;
}

.font_size_10 {
	font-size: 10px;
}

.sns_img {
	width:  5%;
	margin: 10% 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:60%;
	margin:5% auto 1%;
	padding:2% 0;
	text-decoration: none;
	color:#fff;
	font-size:12px;
	background-color:#222;
	border: solid 1px #000;
	line-height: 1.4;
	text-align: center;
}

.btn_all a:hover{
	text-decoration: none;
	color:#fff;
	opacity: 0.6;
}

a.btn_all2{
	display:block;
	width:80%;
	margin:5% auto 1%;
	padding:2% 0;
	text-decoration: none;
	color:#000;
	font-size:16px;
	background-color:#fff;
	border: solid 1px #000;
	line-height: 1.4;
}

.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-top: 0;
	padding-bottom: 2%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	font-size:12px;
	overflow: hidden;
}
	
.main_box {
	max-width: 100%;
	margin:0 auto;
}
	
.pc {
	display:none;
}
.sp {
	display:block;
}
	
.float_box {
	font-size: 11px;
}

.float_box img {
	margin-bottom: 4%;
}
	
.float_box p {
	font-size: 11px;
	margin-top: -10%;
}

.float_box a {
	font-size: 11px;
}

.float_box a:hover {
	font-size: 11px;
}
	
.img_box1 {
	width: 92%;
}
	
.item_name_box {
	position: relative;
	width: 100%;
	margin-top: 3%;
}

.item_name_float {
	float: left;
	width:75%;
	margin:0 5% 2% 0;
	padding-top: 1%;
	padding-bottom: 0;
	text-align: right;
}
	
.slide1 {
  position: relative;
  width: 100%;
  height: 150%;
  overflow: hidden;
  padding-top: 150%;
}
	
.slide2 {
  position: relative;
  width: 100%;
  height: 206.6%;
  overflow: hidden;
	padding-top: 206.6%;
}
	
.slide3 {
  position: relative;
  width: 100%;
  height: 148.6%;
  overflow: hidden;
	padding-top: 148.6%;
}
	
	
.width_box {
	width: 100%;
	margin: auto;
}
	
.bg_box1 {
	width: 90%;
	z-index: 20;
	height: auto;
	padding: 3% 5%;
	position: -webkit-sticky;
	position: sticky;
	top: 5%;
	background-color: #fff;
}
	
.title_box {
	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 ;
}

#slideshow1 {
   position: relative;
   width: 100%;
   height:auto;
	padding-top: 150%;
}
	
#slideshow2 {
   position: relative;
   width: 100%;
   height:auto;
	padding-top: 154%;
}
	
.caption {
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 1.8;
}

	
.title_lead_l {
	width: 100%;
	text-align: right;
	font-size: 70px;
	margin: 1% auto 0;
	padding-top: 12%;
	letter-spacing: 1.0;
	line-height: 1.8;
	color: #000;
}
	
.title_lead_m {
	width: 100%;
	text-align: left;
	font-size: 17px;
	margin: 8% auto 5%;
	letter-spacing: 1.0;
	color: #000;
}
	
.title_lead {
	font-size: 11px;
}
	
.title_lead2 {
	font-size: 11px;
	margin: 10% auto 10%;
}
	
.subtitle_txt {
	width: 96%;
	text-align: left;
	font-size: 12px;
	margin: 5% auto 0;
	padding: 0 0 1% 4%;
	letter-spacing: 1.0;
	line-height: 1.8;
}
	
.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;
}
	
.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;
}
	
.sns_txt_s {
	margin: 2% auto;
	font-family: 'Inter', sans-serif;
	font-size: 11px;
}
	
a.btn_all{
	display:block;
	width:80%;
	margin:5% auto 4%;
	padding:3% 0;
	text-decoration: none;
	color:#fff;
	font-size:16px;
	text-align: center;
}
	
.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%;
}

}
