@charset "utf-8";

/* normalize
------------------------------ */
body,html{height:100%;-webkit-text-size-adjust:none}blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}audio,embed,iframe,img,object,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}i{font-style:normal}img{max-width:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}::selection{background:#666;color:#fff}::-moz-selection{background:#666;color:#fff}
*, *::before, *::after { box-sizing: border-box; }

/* clearfix
------------------------------ */
.clearfix::after { display:table; content:""; clear:both }

/* base
------------------------------ */
body {
	height: auto;
	background: #fff;
	color: #444;
	font-family: -apple-system,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	overflow-x: auto;
}

/* page
============================== */
.site_header { position: absolute; }

/* フェードイン */
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 500ms;
  transition-timing-function: ease-out;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.section--kv h1{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


.section--kv p{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.section--kv .img {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (min-width: 1000px){
	html,body { font-size: 20px; /* font-size: 1.5vw; */ line-height: 1.8; }
.sp-only{display: none;}
.pc-only{display: block;}
}
@media screen and (max-width: 1000px){
	html,body { font-size: 14px; line-height: 1.8; }
	main { overflow: hidden; }
.sp-only{display: block;}
.pc-only{display: none;}
}

@media screen and (min-width: 1000px){
/* kv
------------------------------ */
.section--kv{
  min-height: 768px;
  height: 100vh;
  padding: 0;
  background: url(../images/kv_bg.jpg) no-repeat center center;
  background-size: cover ;
  position: relative;
}

.section--kv img{
  width: 100%;
}

.section--kv h1{
  position: absolute;
  top: 20.8%;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 343px;
}

	.section--kv p.read{
  position: absolute;
  top: 47.26%;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 384px;
  height: 122px;
  background: url(../images/kv_com_read.png) no-repeat top center;
  background-size: 384px 122px;
  text-indent: -9999px;
}
	
.section--kv p.txt{
		z-index: 2;
  position: absolute;
  bottom: 20%;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 640px;
  height: 94px;
  background: url(../images/kv_com_txt.png) no-repeat top left;
  background-size: 517px 94px;
  text-indent: -9999px;
}
	
	.section--kv .img{
		z-index: 2;
  position: absolute;
  bottom: 3%;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
  height: 334px;
		background: url(../images/kv_com_img.png) no-repeat top right;
  background-size: 306px 334px;
		 text-indent: -9999px;
}
	
	
.section--kv .band{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: 0 auto;
	background-color:#EB7A8A;
	height: 120px;
}	
	
	.section--kv .band p{
		width: 656px;
		margin: 28px auto 0;
		font-size: 15px;
		font-weight: bold;
		padding-left: 1em;
		text-indent: -1.2em;
		color: #FFF;
		line-height: 1.6;
	}
		.section--kv .band p span{
		font-size: 12px;
	}
	
/* common
------------------------------ */
#main-contents h2{
  /*font-size: 26px;*/
  font-family: -apple-system,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#main-contents .ttl{
	position: relative;
	padding-top: 60px;
	padding-bottom: 30px;
	}
	
#main-contents .ttl h2{
	font-size: 30px;
	text-align: center;
}

#main-contents .ttl h2:before{
	content: "";
	padding-left: 54px;
	padding-top: 9px;
	padding-bottom: 40px;
	background-image: url(../images/ttl_bgLeft.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto;
}
	
#main-contents .ttl h2:after{
	content: "";
	padding-right: 54px;
		padding-top: 9px;
	padding-bottom: 40px;
	background-image: url(../images/ttl_bgRight.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto;
}
	
	#main-contents .ttl span{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	
	#main-contents .sttl{
	position: relative;
	padding-top: 80px;
	padding-bottom: 14px;
	}
	
#main-contents .sttl h3{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
	
#main-contents .sttl span{
	content: "";
	display: inline-block;
	width: 46px;
	padding: 2px 0;
	background-color: #F09CA8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
	
/* design
------------------------------ */	
#main-contents #design{
	margin-top: 75px;
	background-image: url(../images/txtbg_award.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

#main-contents #design span{
	padding: 16px;
	background-image: url(../images/txt_award.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto;
}
	
/* theme
------------------------------ */
#main-contents .theme_bg2{
		width: 1032px;
	margin: 80px auto 0;
  padding: 32px 0;
	background-color: red;
  background: url(../images/theme_bg.jpg) no-repeat center center;
  background-size: cover;
}

	#main-contents #theme2{
		padding: 0;
		margin: 0;
	}
	
#main-contents #theme2 .inner2{
	margin: 0;
  padding: 0;
  color: #FFF;
  text-align: center;
}

#main-contents #theme2 .inner2 .inner_bg2{
  margin: 0 auto;
	padding: 0;
  height: 142px;
  width: 912px;
  background-image: url(../images/icon_themeTL.svg), url(../images/icon_themeBR.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 41px 37px, 41px 37px;
  background-position: top left, bottom right;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: center;
}

#main-contents #theme2 h2{
	font-size: 26px;
  width: 100%;
  line-height: 1;
	margin-bottom: 0;
}

#main-contents #theme2 h3{
  width: 100%;
  font-size: 34px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
}

#main-contents #theme2 p{
	font-size: 17px;
   width: 100%;
  letter-spacing: 0.1em;
  line-height: 1
}
	
/* gel
------------------------------ */	
#main-contents #gel{
	margin-top: 80px;
	background-image: url(../images/txtbg_gel.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

#main-contents #sf{
	margin-top: 80px;
	background-image: url(../images/txtbg_sf.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

.product_box{
	width: 1032px;
	margin: 66px auto 0;
	display: flex;
}
	
.product_box.mt0{
	width: 1032px;
	margin: 20px auto 0;
	display: flex;
}

.product_box .product{
	width: 630px;
	position: relative;
}

.product_box .product .icon_a{
	position: absolute;
	top: 0;
	left: -46px;
	width: 177px;
}

.product_box .product .product_img.gelimg{
	display: block;
	width: 392px;
	margin: 109px auto 0;
	padding-left: 64px;
}

.product_box .product .product_img.sfimg{
	display: block;
	width: 174px;
	margin: 54px auto 0;
}

.product_box .product .icon_a img,
.product_box .product .product_img img{
	width: 100%;
}

.product_box .explanation{
	width: 400px;
}

.product_box .explanation dl{
	position: relative;
	margin-top: 46px;
}

.product_box .explanation dl dt{
	position: absolute;
	color: #D17681;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	padding-top: 10px;
	z-index: 2;
}

.product_box .explanation dl dd{
	padding-top: 36px;
	font-size: 18px;
}

.product_box .explanation dl::before{
	position: absolute;
	content: "";
	width: 48px;
	padding: 10px 0;
	background-color: #FFEAED;
	font-size: 17px;
	top: 0;
	left: -15px;
	z-index: 1;
}

.product_box .explanation dl.e_theme dd,
.product_box .explanation dl.e_author dd{
	font-weight: bold;
	line-height: 1;
	font-size: 24px;
}

.product_box .explanation dl.e_concept dd{
	font-size: 18px;
}

.product_box .explanation dl.e_theme dd span,
.product_box .explanation dl.e_author dd span{
	font-weight: normal;
	font-size: 16px;
}

.comment_box{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 1032px;
	margin: 52px auto 0;
	background-color: #F7F7F7;
	border-radius: 20px;
	padding: 30px 40px 20px 0;
	box-sizing: border-box;
}

.comment_box .comment{
	width: 764px;
}

.comment_box .comment h4{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-left: 40px;
	margin-top: 16px;
	letter-spacing: 0.1em;
}

.comment_box .comment h4::before{
	position: absolute;
	content: "";
	width: 25px;
	padding: 3px 0 0;
	background-color: #F09CA8;
	top: 9px;
	left: 0px;
	z-index: 1;
}

.comment_box .comment p{
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-left: 40px;
	margin-top: 20px;
	line-height: 1.5;
}

.comment_box .photo{
	width: 180px;
}

.comment_box .photo img{
	border: 1px solid #FFF;
	box-shadow: -20px 20px 14px rgba(0, 0, 0, .1);
}

.btn{
	margin: 40px auto 0;
}

.btn ul{
	display: flex;
	justify-content: center;
}

.btn ul li{
	margin: 0 23px;
	width: 420px;
}

.btn a{
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 50px;
	height: 93px;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	box-sizing: border-box;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

.btn a.linkbtn{
	background-image: url(../images/icon_linkbtn.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: right 40px center;
}

.btn a.linkbtn img{
	width: 274px;
}

	.btn a:hover{
		opacity: .7;
	}

/* story
------------------------------ */	
#main-contents #story{
	margin-top: 200px;
	background-image: url(../images/txtbg_story.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

#main-contents #story span{
	padding: 16px;
	background-image: url(../images/txt_story.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto;
}
	
.story_bg{
	min-height: 1180px;
	background-image: url(../images/bg_story.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1282px auto;
}

.story_bg p{
	margin-top: 80px;
	font-size: 16px;
	text-align: center;
}

.story_bg .story_img{
	width: 1032px;
	margin: 100px auto 0;
	padding-bottom: 10px;
}

.story_bg .story_img p{
	margin-top: 0px;
	font-size: 14px;
}

.story_bg .story_img img{
	width: 667px;
	box-shadow: -20px 20px 14px rgba(0, 0, 0, .1);
}

.story_bg .story_img1{
	text-align: left;
	width:100%;
}

.story_bg .story_img1 p{
	text-align: left;
}

.story_bg .story_img2{
	text-align: right;
	width:100%;
}

.story_bg .story_img2 p{
	text-align: right;
}

/* ceremony
------------------------------ */	
#main-contents #ceremony{
	margin-top: 200px;
	background-image: url(../images/txtbg_ceremony.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}

#main-contents #ceremony span{
	padding: 16px;
	background-image: url(../images/txt_ceremony.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto;
}

p.ceremony_txt{
	margin: 60px auto 60px;
	font-size: 16px;
	line-height: 1.625;
	text-align: center;
}

.ceremony_img{
	width: 1032px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.ceremony_img p{
	font-size: 14px;
	line-height: 1.5;
}

.ceremony_img img{
	box-shadow: -20px 20px 14px rgba(0, 0, 0, .1);
}

.ceremony_img1,.ceremony_img2{
	text-align: left;
	width: 500px;
}

ul.sns_list {
	display: flex;
	justify-content: center;
	padding: 160px 0 70px;
}

ul.sns_list  li{
	margin: 0 17px;
	width: 58.5px;
}

ul.sns_list  li img{
	width: 100%;
}

.site_footer_only p.logo{
	padding: 20px 0 0;
}
	
}

@media screen and (max-width: 1000px){
	/* kv
------------------------------ */
.section--kv{
  min-height: 667px;
  height: 100vh;
  
  padding: 0;
  background: url(../images/kv_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.section--kv img{
  width: 100%;
}

.section--kv h1{
	display: none;
  position: absolute;
  top:16.7vh;
  left:0;
  right: 0;
  margin: 0 auto;
  max-width: 276px;
  width: 90%;
  /*max-width: 332px;
  width: 90%;*/
}
	
.section--kv p.read{
		z-index: 2;
	position: absolute;
 top:20.7vh;
	left:0;
  right: 0;
  margin: 0 auto;
  max-width: 314px;
  width: 90%;
  min-height: 260px;
  background: url(../images/kv_com_read_sp.png) no-repeat top center;
  background-size: 100% auto;
  text-indent: -9999px;
}	

.section--kv p.txt{
		z-index: 2;
	position: absolute;
 bottom:13.4vh;
	left:0;
  right: 0;
  margin: 0 auto;
  max-width: 338px;
  width: 90%;
  min-height: 189px;
  background: url(../images/kv_com_txt_sp.png) no-repeat top center;
  background-size: 100% auto;
  text-indent: -9999px;
}
	
.section--kv .img{
		display: none;
}
	
.section--kv .band{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: 0 auto;
	background-color:#EB7A8A;
	height: 15.5vh;
	display: flex;
	align-items: center;
	justify-content: center;
}	
	
	.section--kv .band p{
		width: 90%;
		font-size: 12px;
		font-weight: bold;
		padding-left: 0;
		color: #FFF;
		line-height: 1.5;
	}
		.section--kv .band p span{
		font-size: 10px;
	}


/* common
------------------------------ */
#main-contents h2{
  font-family: -apple-system,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#main-contents .ttl{
	position: relative;
	padding-top: 26px;
	padding-bottom: 30px;
	}
	
#main-contents .ttl h2{
	font-size: 21px;
	text-align: center;
	line-height: 1.3;
}

#main-contents .ttl h2:before{
	content: "";
	padding-left: 42px;
	padding-bottom: 20px;
	background-image: url(../images/ttl_bgLeft.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 42px;
}
	
#main-contents .ttl h2:after{
	content: "";
	padding-right: 42px;
	padding-bottom: 20px;
	background-image: url(../images/ttl_bgRight.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 42px;
}
	
	#main-contents .ttl span{
		position: absolute;
		bottom: -4px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	
	#main-contents .sttl{
	position: relative;
	padding-top: 35px;
	padding-bottom: 14px;
	}
	
#main-contents .sttl h3{
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
	
#main-contents .sttl span{
	content: "";
	display: inline-block;
	width: 46px;
	padding: 2px 0;
	background-color: #F09CA8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

	/* design
------------------------------ */	
#main-contents #design{
	margin-top: 50px;
	background-image: url(../images/txtbg_award.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 55px;
}

#main-contents #design span{
	padding: 16px;
	background-image: url(../images/txt_award.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 10px;
}

/* theme
------------------------------ */
#main-contents #theme2 .inner2{
  color: #FFF;
  padding: 24px 35px;
  background: url(../images/theme_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
	margin-top: 44px;
}

#main-contents #theme2 .inner2 .inner_bg2{
  margin: 0 auto;
  background-image: url(../images/icon_themeTL.svg), url(../images/icon_themeBR.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 25px 25px, 25px 25px;
  background-position: top left, bottom right;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: center;
}

#main-contents #theme2 h2{
  width: 100%;
  line-height: 1;
  margin-bottom: 14px;
	font-size: 18px;
}

#main-contents #theme2 h3{
  width: 100%;
  font-size: 22px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 14px;
}

#main-contents #theme2 p{
   width: 100%;
	font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
	padding-bottom: 4px
}

/* gel
------------------------------ */	
#main-contents #gel{
	margin-top: 40px;
	background-image: url(../images/txtbg_gel.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 66px;
}

#main-contents #sf{
	margin-top: 40px;
	background-image: url(../images/txtbg_sf.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 47px;
}

.product_box{
	width: 100%;
	margin: 20px auto 0;

}

.product_box .product{
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.product_box .product .icon_a{
	position: absolute;
	top:0;
	left: 0;
	width: 93px;
}

.product_box .product .product_img.gelimg{
	display: block;
	width: 196px;
	margin: 20px auto 0;
	padding-top: 45px;
	padding-bottom: 2px;
}

.product_box .product .product_img.sfimg{
	display: block;
	width: 103px;
	margin: 20px auto 0;
	padding-top: 45px;
	padding-bottom: 10px;
}

.product_box .product .icon_a img,
.product_box .product .product_img img{
	width: 100%;
}

.product_box .explanation{
	width: 90%;
	padding-left: 5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.product_box .explanation dl.e_theme,
.product_box .explanation dl.e_author{
width: 50%;
}
	.product_box .explanation dl.e_concept{
		width: 100%;
	}
	
	
.product_box .explanation dl{
	position: relative;
	margin-top: 30px;
}

.product_box .explanation dl dt{
	position: absolute;
	color: #D17681;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding-top: 12px;
	z-index: 2;
}

.product_box .explanation dl dd{
	padding-top: 46px;
	font-size: 14px;
}

.product_box .explanation dl::before{
	position: absolute;
	content: "";
	width: 48px;
	padding: 10px 0;
	background-color: #FFEAED;
	font-size: 17px;
	top: 0;
	left: -15px;
	z-index: 1;
}

.product_box .explanation dl.e_theme dd,
.product_box .explanation dl.e_author dd{
	font-weight: bold;
	line-height: 1;
	font-size: 20px;
}

.product_box .explanation dl.e_concept dd{
	font-size: 14px;
	padding-right: 20px;
}

.product_box .explanation dl.e_theme dd span,
.product_box .explanation dl.e_author dd span{
	font-weight: normal;
	font-size: 13px;
}

.comment_box{
	width: 90%;
	margin: 30px auto 0;
	background-color: #F7F7F7;
	border-radius: 20px;
		padding: 22px 0;
	box-sizing: border-box;
}

.comment_box .comment{
	width: 90%;
	margin: 0 auto;

}

.comment_box .comment h4{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding-left: 30px;
	margin-top: 10px;
}

.comment_box .comment h4::before{
	position: absolute;
	content: "";
	width: 17px;
	padding: 3px 0 0;
	background-color: #F09CA8;
	top: 6px;
	left: 0px;
	z-index: 1;
}

.comment_box .comment p{
	font-size: 12px;
	margin-top: 12px;
	line-height: 1.5;
}

.comment_box .photo{
	width: 112px;
	margin: 0 auto
}

.comment_box .photo img{
	border: 2px solid #FFF;
	box-shadow: -20px 20px 14px rgba(0, 0, 0, .1);
	border-radius: 50%;
}

.btn{
	padding-top: 10px;
	margin: 0 auto;
}

.btn ul{
	width: 80%;
	margin: 0 auto;
}

.btn ul li{
	width: 100%;
	margin-top: 20px;
}

.btn a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 72px;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	vertical-align: middle;
	font-size: 16px;
		color: #000;
	text-decoration: none;
	padding-left: 30px;
}

.btn a.linkbtn{
	background-image: url(../images/icon_linkbtn.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.btn a.linkbtn img{
	width: 205px;
}	
	
/* story
------------------------------ */	
#main-contents #story{
	margin-top: 90px;
	background-image: url(../images/txtbg_story.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 58px;
}


#main-contents #story span{
	padding: 16px;
	background-image: url(../images/txt_story.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 10px;
}
	
.story_bg{
	background-image: url(../images/bg_story_sp.png);
	background-repeat: no-repeat;
	background-position: center 10em;
	background-size: 100% auto;
}

.story_bg p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

.story_bg .story_img{
	padding: 9% 0 0;
}

.story_bg .story_img p{
	margin: 0px 20px;
	font-size: 12px;
	line-height: 1;
}

.story_bg .story_img img{
	width: 68.8%;
	box-shadow: -20px 20px 14px rgba(0, 0, 0, .1);
}

.story_bg .story_img1{
	text-align: left;
	width:100%;
}

.story_bg .story_img1 p{
	text-align: left;
}

.story_bg .story_img2{
	margin-top: 60px;
	text-align: right;
	padding-bottom: 24px;
	width:100%;
}

.story_bg .story_img2 p{
	text-align: right;
}

/* ceremony
------------------------------ */	
#main-contents #ceremony{
	margin-top: 95px;
	background-image: url(../images/txtbg_ceremony.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 58px;
}

#main-contents #ceremony span{
	padding: 16px;
	background-image: url(../images/txt_ceremony.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 10px;
}
	#main-contents #ceremony.ttl span{
		position: absolute;
		bottom: 16px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#main-contents #ceremony.ttl{
		text-align: center;
	}
	
	#main-contents #ceremony.ttl h2{
		display: inline-block;
		padding: 0 42px 20px;
		background-image: url(../images/ttl_bgLeft.svg),url(../images/ttl_bgRight.svg);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: auto 42px,auto 42px;
		
	}	
	
#main-contents #ceremony.ttl h2:before{
	display: none;
	/*content: "";
	padding-left: 42px;
	padding-bottom: 20px;
	background-image: url(../images/ttl_bgLeft.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 42px;*/
}
	
#main-contents #ceremony.ttl h2:after{
	display: none;
	/*
	content: "";
	padding-right: 42px;
	padding-bottom: 20px;
	background-image: url(../images/ttl_bgright.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 42px;*/
}

p.ceremony_txt{
	margin: 8px auto 0;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	padding-bottom: 10px;
}

.ceremony_img{
	margin: 0 auto;
}

.ceremony_img p{
	font-size: 12px;
	line-height: 1.666;
}

.ceremony_img img{
	box-shadow: -20px 20px 14px rgba(0, 0, 0, .1);
}

.ceremony_img1,.ceremony_img2{
	text-align: left;
	width: 90%;
	margin: 40px auto 0;
}

ul.sns_list {
	display: flex;
	justify-content: center;
	padding: 100px 0 67.5px;
}

ul.sns_list  li{
	margin: 0 17px;
	width: 58.5px;
}

ul.sns_list  li img{
	width: 100%;
}

.site_footer_only p.logo{
	padding: 20px 0 0;
}

}

/* _footer.scss
/* ============================== */
.site_footer_only a{
	text-decoration: none;
}

.site_footer_only {
  background: #303030;
  text-align: center;
  position: relative;
}

.site_footer_only .logo svg {
  fill: #aaa;
}

.site_footer_only .nav--support {
  background: #f5f5f5;
}

.site_footer_only .nav--support li {
  display: inlie-block;
}

.site_footer_only .nav--support a {
  color: #444;
}

.site_footer_only .nav--sns li {
  display: inline-block;
  color: #ddd;
}

.site_footer_only .nav--sns a {
  font-family: "Montserrat", "游ゴシック";
  font-weight: 400;
  font-style: normal;
  padding: 5px;
}

.site_footer_only .nav--sns .fab {
  font-size: 30px;
  position: relative;
  left: -10px;
  top: 5px;
}

.site_footer_only .nav--sns .fa-twitter::before {
  font-size: 0.9em;
}

.site_footer_only .nav--footer li {
  display: inline-block;
  color: #ddd;
}

.site_footer_only .nav--footer li:not(:last-child)::after {
  content: '|';
  opacity: 0.5;
}

.site_footer_only .nav--footer a {
  padding: 0 0.5em;
}

.site_footer_only .copyright {
  font-family: "Montserrat", "游ゴシック";
  font-weight: 400;
  font-style: normal;
  color: #ddd;
  opacity: 0.5;
  margin-top: 0.5rem;
}

.site_footer_only .btn--pagetop {
  display: block;
  font-family: "Montserrat", "游ゴシック";
  font-weight: bold;
  font-style: normal;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  border: 1px solid;
  position: fixed;
  bottom: -5em;
  border-radius: 50%;
  z-index: 99;
}

.site_footer_only .btn--pagetop::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-top: 2px solid;
  border-right: 2px solid;
  margin: 0 auto;
  transform: rotate(-45deg);
}

@media screen and (min-width: 900px) {

  .site_footer_only {
    padding: 0 0 40px;
  }

  .site_footer_only .logo svg {
    width: 130px;
    height: 50px;
    margin: 0 0 30px;
  }

  .site_footer_only .nav--support {
    font-size: 14px;
    padding: 40px 5%;
    margin: 0 0 60px;
  }

  .site_footer_only .nav--support li {
    display: inline-block;
  }

  .site_footer_only .nav--support li:not(:last-child)::after {
    content: '/';
    opacity: 0.5;
    margin: 0 0.5em;
  }

  .site_footer_only .nav--sns {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .site_footer_only .nav--sns li {
    margin: 0 1em;
  }

  .site_footer_only .nav--sns a {
    padding: 0.5em;
  }

  .site_footer_only .nav--footer {
    font-size: 14px;
  }

  .site_footer_only .copyright {
    font-size: 12px;
  }

  .site_footer_only .nav--support a:hover,
  .site_footer_only .nav--sns a:hover,
  .site_footer_only .nav--footer a:hover {
    color: #eb5e44;
  }

  .site_footer_only .btn--pagetop {
    font-size: 14px;
    width: 80px;
    height: 80px;
    right: 30px;
    opacity: 0;
  }

  .site_footer_only .btn--pagetop::before {
    margin-top: 20px;
  }

  .site_footer_only .btn--pagetop:hover {
    background: #fff;
    color: #eb5e44;
  }
}

@media screen and (max-width: 900px) {

  .site_footer_only {
    padding: 0 0 30px;
  }

  .site_footer_only .logo svg {
    width: 100px;
    height: 30px;
  }

  .site_footer_only .nav--support {
    font-size: 12px;
    padding: 20px 5% 30px;
    margin: 0 0 20px;
  }

  .site_footer_only .nav--support::after {
    display: table;
    content: "";
    clear: both;
  }

  .site_footer_only .nav--support li {
    width: 50%;
    float: left;
  }

  .site_footer_only .nav--support li:nth-child(odd) {
    padding-right: 4%;
  }

  .site_footer_only .nav--support li:nth-child(even) {
    padding-left: 4%;
  }

  .site_footer_only .nav--support a {
    display: block;
    font-size: 11px;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
  }

  .site_footer_only .nav--sns {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .site_footer_only .nav--sns li {
    display: block;
    width: 180px;
    text-align: left;
    margin: 0 auto;
  }

  .site_footer_only .nav--sns li:last-child {
    padding-left: 31px;
    padding-top: 11px;
  }

  .site_footer_only .nav--sns a {
    padding: 5px;
  }

  .site_footer_only .nav--footer {
    padding: 0 10%;
  }

  .site_footer_only .nav--footer li:nth-child(n)::after {
    content: none;
  }

  .site_footer_only .nav--footer a {
    font-size: 10px;
  }

  .site_footer_only .copyright {
    font-size: 10px;
  }

  .site_footer_only .btn--pagetop {
    font-size: 10px;
    width: 50px;
    height: 50px;
    right: 10px;
  }

  .site_footer_only .btn--pagetop::before {
    margin-top: 13px;
  }
}
