@charset "utf-8";
/* CSS Document */
/*----------------------------------------
■共通設定
-----------------------------------------*/
/******************************************************************************
 * RESET
*******************************************************************************/
h1,h2,h3,h4,h5,h6,
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	background: transparent;
	font-family:YakuHanJP, "Hiragino Sans", "Meiryo", sans-serif;;
	font-weight: 400;

}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}

a{
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:hover{
	text-decoration: none;
}

a img{
	transition: .3s;
}
a:hover img{
	opacity: .75;
}

a:focus{
	outline:none;
}

li{list-style:none;}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
body{
	width: 100%;
	min-width: auto;
	max-width: 100vw;
}


/*----------------------------------------
共通クラス
-----------------------------------------*/
.background {
  background: linear-gradient(135deg, #DA0711,#700002);
}


body {
  width: 100%;
}
.box {
  max-width: 994px;
  margin: auto;
}

body article {
	width: 100%;
}

body section {
  padding: 72px;
}
body section img{
  margin: auto;
  display: block;
}

section .title {
  margin-bottom: 40px;
}
  section .title h2 {
		font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
		line-height: 1em;
    color: #B60004;
    text-align: center;
    margin-bottom: 24px;
		letter-spacing: 3.08px;
  }
  section .title p {
    font-size: 26px;
    font-weight: 800;
    color: #1D1D1D;
    text-align: center;
	letter-spacing: 2.26px;
	  line-height: 2;
}
	section .container {
		width: 100%;
		margin: auto;
    /*max-width: 970px;*/
	}
	section .inner {
		width: 90%;
		margin: auto;
	}

/*----------------------------------------
header
-----------------------------------------*/

#header{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
}

#header .box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
	padding: 0 12px;
	box-sizing: border-box;
}

#header-logo{
	height: 48px;
}
	#header-logo img{
		height: 48px;
		width: auto;
	}

		#header .header-right a{
		  display: inline-block;
			height: 60px;
		}

		#header .header-right a img{
			height:100%;
			width: auto;
		}
			#header .header-right a span{
				font-size: 16px;
				font-weight: 600;
				line-height: 21px;
				letter-spacing: 1.23px;
				display: inline-block;
			}
			#header .header-right a span.space{
				letter-spacing: -1.2px;
			}
			#header .header-right a .free{
			  font-size: 13px;
				font-weight: 600;
				background: #670002;
				display: inline-block;
				line-height: 1em;
				padding: 4px;
				margin-left: 5px;
			}

header.key {
  height: fit-content;
  width: 100%;
	margin-top: 100px;
	position: relative;
}
header.key video {
	width: 100%;
}
header.key h1{
	font-size: 40px;
	font-weight: 800;
	line-height: 1.8em;
	color: white;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  letter-spacing: 4.1px;
}

header.key h1 span{
		border: 1px solid #fff;
		padding: 10px;
	font-size:24px;
	font-weight: 800;
	margin-bottom: 20px;
	display: inline-block;
		
		
	}

/*----------------------------------------
 	各セクション
-----------------------------------------*/

section.apply {
	position: relative;
	width: 100%;
	padding: 63px;
	height: auto;
  box-sizing: border-box;
}


	section.apply::after {
		content: "";
		background-image: url(../images/online/triangle_red.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 156px;
		height: 190px;
		display: block;
		margin: auto;
		z-index: 0;
	}

a.btnFb{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: .5s;	
	background: linear-gradient(135deg, rgba(65,101,174,1),rgba(39,56,107,1));
	display: block;
	width: fit-content;
	border: 1px solid white;
	color: white;
	margin: auto;
	padding: 23px 32px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
	max-width: 600px;
}

a.btnFb span:before{
	content:" ";
	display:inline-block;
	background-image:url("../images/salon/icon_fb.png");
	background-size:contain;
    vertical-align:middle;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	top: -4px;
	position: relative;
}


a.btnFb:hover{
	opacity: .75;
}

section.why {
  background: #F6F6F6;
	position: relative;
	overflow: hidden;
}
	section.why .title {
		position: relative;
		z-index: 1;
	}
	section .background-left, section .background-right {
		position: absolute;
		bottom: 0;
		width: auto;
		height: 100%;
		z-index: 0;
		display: block;
		margin: auto;
		z-index: 0;
	}
	section .background-left {
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
		left: 0;
	}
	section .background-right {
		right: 0;
	}
  section.why .why-content {
    width: 100%;
		max-width: 600px;
		line-height: 1.5em;
		text-align: center;
		margin: auto;
		position: relative;
		z-index: 1;
  }
	section.why .why-content p {
		margin-bottom: 1.5em;
		line-height:2;
	}

section.why .why-content p.mb3 {
    margin-bottom: 3em;
}
section.merit {
  background: #EEEEEE;
}
  section.merit .merit-content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: auto;
  }
		section.merit .merit-content .merit-cell {
			border: 2px solid #1E1E1E;
			box-shadow: 5.5px 6px 0 0 #B60004;
			position: relative;
			padding: 30px 20px 20px;
			width: 31%;
			background: #F6F6F6;
			box-sizing: border-box;
			margin: 0 0 60px;
		}
		section.merit .merit-content .merit-cell h3{
			text-align: center;
			font-size: 18px;
			font-weight: 800;
			line-height: 1.5em;
			letter-spacing: 1.23px;
			margin-bottom: 8px;
			color: #B60004;
			position: relative;
			z-index: 1;
		}
		section.merit .merit-content .merit-cell img {
			margin: 0 auto 20px;
			display: block;
			position: relative;
			z-index: 1;
			width: 100%;
			height: auto;
}


		
section.merit .merit-content .merit-cell .merit-txt {
			/*
	width: 100%;
			font-size: 14px;
			min-height: 9em;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;*/
			position: relative;
			z-index: 1;
		}



section.merit .merit-content .merit-cell .merit-txt dl{
	font-size: 14px;
	
	text-align: left;
}

section.merit .merit-content .merit-cell .merit-txt dt{
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0;
}

section.merit .merit-content .merit-cell .merit-txt dd{
	margin-bottom: 10px;
	line-height: 1.5em;
	letter-spacing:0;
}

		section.merit .merit-content .merit-cell .merit-txt p {
			font-size: 14px;
			font-weight: 300;
			line-height: 1.5em;
			letter-spacing: 1.23px;
			margin-bottom: 1.5em;
			text-align: center;
		}

section.merit .merit-content .merit-cell .merit-txt p.textS{
	text-align: right;
	font-size: 12px;
	margin-top: 20px;
}

section.merit .merit-content .merit-cell .merit-txt ul{
	text-align: left;
	font-size: 14px;
			font-weight: 300;
			line-height: 1.5em;
			letter-spacing: 1.23px;
}

section.merit .merit-content .merit-cell .merit-txt p strong{
	font-size: 16px;
	font-weight: bold;
}

section.merit .merit-content .merit-cell .merit-txt li{
	margin-bottom: 10px;
}

		/*section.merit .merit-content .merit-cell .merit-txt p:nth-last-of-type(1) {
			margin-bottom: 0;
		}*/
		section.merit .merit-content .merit-cell .number {
			background-image: url(../images/online/number.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			position: absolute;
			top: -4px;
			left: -4px;
			border: 0;
			right: 0;
			width: 70px;
			height: 70px;
			z-index: 1000;
			display: block;
		}
		section.merit .merit-content .merit-cell .number p{
			font-family: 'Oswald', sans-serif;
			font-size: 18px;
			font-weight: bold;
			line-height: 26px;
			color: white;
			letter-spacing: 1.11px;
			margin: 6px 0 0 18px;
		}
		section.merit .merit-content .merit-cell::after {
			content: "";
			background-image: url(../images/online/triangle_pnk.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			position: absolute;
			bottom: 0;
			right: 0;
			z-index: 0;
			width: 31%;
			padding-top: 37.5%;
			display: block;
		}
  section.merit .note {
    width: 100%;
		background: white;
		margin: auto;
		padding: 28px 72px;
		box-sizing: border-box;
		margin: 8px auto 0;
  }
		section.merit .note p {
			margin-bottom: 1.5em;
			font-size: 16px;
			font-weight: 300;
			letter-spacing: 1.23px;
			line-height: 1.5em;
		}
		section.merit .note p:nth-last-of-type(1) {
			margin-bottom: 0;
		}



  section.guest .guest-content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: auto;
  }
		

section.guest .guest-content{
	max-width: 950px;
}
section.guest .guest-content .guestBox {
			border: 2px solid #1E1E1E;
			box-shadow: 5.5px 6px 0 0 #B60004;
			position: relative;
			padding: 16px;
			width: 48%;
			background: #F6F6F6;
			box-sizing: border-box;
			margin: 0 0 40px;
			
		}

section.guest .guest-content .guestBox img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	
}
section.guest .guest-content .guestBox p.guestCopy{
	margin:0 auto 20px;
	color: #B60004;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0;
	font-size: 15px;
}

section.guest .guest-content .guestBox h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
	letter-spacing: 0;
}

section.guest .guest-content .guestBox h3 span{
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

section.guest .guest-content .guestBox p{
	letter-spacing: 0;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: justify;
text-justify: inter-ideograph;
}
section.guest .guest-content .guestBox ul{

}
section.guest .guest-content .guestBox li{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 5px;
	text-indent: -25px;
	padding-left:25px;
}

section.guest .guest-content .guestBox li:before{
	background-image: url(../images/salon/check_org.svg);
	content: "";
	display: inline-block;
position: relative;
height: 20px;
width: 20px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
	vertical-align: middle;
	margin-right: 5px;
}


section.second_key {
	position: relative;
	padding: 0;
  width: 100%;
	overflow: hidden;
}
	section.second_key h2{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		font-size: 32px;
		font-weight: 800;
		line-height: 1.5em;
		color: white;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	  letter-spacing: 2.26px;
	}
	section.second_key img{
		width: 100%;
	}


section.flow .borderBox{
	border: 1px solid #000;
	position: relative;
	margin: 0 auto 40px;
	max-width: 950px;
}


section.flow .borderBox h3{
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	position: absolute;
	top: -10px;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
}

section.flow .borderBox h3 span{
	display: inline-block;
	padding:0 10px;
	background: #fff;
	font-weight: bold;
}

section.flow .borderBox ul{
	margin: 40px;
}

section.flow .borderBox li{
	margin: 20px;
	font-weight: bold;
	line-height: 1.5;
}

section.flow .borderBox li span{
	font-size: 90%;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}

section.flow .flowBox ul{
	text-align: center;
	margin: 0 auto;
}

section.flow .flowBox li{
	background: linear-gradient(135deg, #DA0711,#700002);
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
	max-width: 600px;
	text-align:left;
	height: 80px;
	position:relative;
	margin: 0 auto 40px;
	display: table;
	width: 100%;
}

section.flow .flowBox li dl{
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

section.flow .flowBox li dt{
	font-size: 24px;
	font-weight: bold;
	float: left;
	padding:0 20px;
	vertical-align: middle;
}

section.flow .flowBox li dd{
	width: 90%;
	line-height: 1.5;
}
section.flow .flowBox li:not(:first-child):before{
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid rgba(86,0,6,1);
  border-bottom-width: 0;
}

section.flow .flowBox li:after{
content: "";
background: linear-gradient(135deg, rgba(86,0,6,0) 0%,rgba(86,0,6,0) 50%,rgba(86,0,6,1) 51%,rgba(86,0,6,1));
position: absolute;
right: 0;
bottom: 0;
width: 60px;
height: 60px;
display: block;
z-index: 1;
}

section.flow img{
  width: 343px;
}
section.caution{
	background: #eee;
	text-align: center;
}

section.caution .note{
	background: #fff;
	padding: 40px;
	margin: 0 auto;
	max-width: 950px;
	box-sizing: border-box;
}

section.caution .note p{
	text-align: left;
	line-height: 1.8;
}

section.movie {
	padding: 41px 88px 88px;
	position: relative;
}

section.movie .container , section.faq .container , section.precaution .container{
	max-width: 970px;
}

section.movie .inner , section.faq .inner , section.precaution .inner{
	max-width: 80%;
	width: 90%;
}

section.movie::after {
		content: "";
		background-image: url(../images/online/triangle_pnk.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 259px;
		height: 314px;
		z-index: 1000;
		display: block;
		margin: auto;
		z-index: 0;
	}
	section.movie video{
		width: 100%;
		position: relative;
		z-index: 1;
	}


section.faq {
	position: relative;
}
	section.faq::after {
		content: "";
		background-image: url(../images/online/triangle_red.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
		width: 342px;
		padding-top: 415px;
		display: block;
	}
	section.faq .title h2{
		color: white;
	}
	section.faq .title p{
		color: white;
	}
	section.faq .faq-content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
	}
		section.faq .faq-content .faq-cell {
			border-radius: 4px;
			position: relative;
			padding: 20px;
			width: 48%;
			background: #F6F6F6;
			box-sizing: border-box;
			margin: 0 0 32px;
			min-height: 276px;
			position: relative;
			z-index: 1;
		}
			section.faq .faq-content .faq-cell h3{
				font-size: 18px;
				font-weight: 800;
				line-height: 1.5em;
				letter-spacing: 1.23px;
				margin-bottom: 16px;
				color: #B60004;
				position: relative;
				z-index: 1;
			}
			section.faq .faq-content .faq-cell .faq-txt {
				width: 100%;
				position: relative;
				color: #1E1E1E;
				font-size: 14px;
				font-weight: 300;
				line-height: 1.5em;
				letter-spacing: 1.23px;
				position: relative;
				z-index: 1;
				text-align: justify;
text-justify: inter-ideograph;
			}
			section.faq .faq-content .faq-cell .background{
				background-image: url(../images/online/fandq.png);
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				width: 38%;
				height: 100%;
				display: block;
				margin: auto;
				z-index: 1;
			}

section.precaution{}
	section.precaution .precaution-content {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.5em;
		letter-spacing: 1.23px;
		color: #1E1E1E;
		text-align: justify;
text-justify: inter-ideograph;
	}
section.message{
	position: relative;
}
	section.message::after {
		content: "";
		background-image: url(../images/online/triangle_red.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
		width: 342px;
		padding-top: 415px;
		display: block;
	}
	section.message h2 {
		font-size: 32px;
		font-weight: 800;
		color: white;
		letter-spacing: 1.23px;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 32px;
		position: relative;
		z-index: 1;
	}
	section.message .message-content {
		font-size: 20px;
		font-weight: 300;
		line-height: 1.5em;
		letter-spacing: 1.23px;
		color: white;
		margin: 0 auto 60px;
		position: relative;
		z-index: 1;
		text-align: center;
	}
	section.message a{
		display: block;
    width: fit-content;
    border: 1px solid white;
    color: white;
    margin: auto;
    padding: 24px 32px;
		position: relative;
		z-index: 1;
		text-align: center;
		box-sizing: border-box;
		font-size: 20px;
		font-weight: 600;
		line-height: 1em;
		letter-spacing: 0.77px;
	}


/* モーダル */

#inline_content {
	width: 800px;
	padding: 40px;
}

#inline_content h4{
	text-align: center;
	font-size: 18px;
	margin: 0 auto 40px;
	font-weight: bold;
}

#inline_content ul{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: auto;
}

#inline_content li{
width: 48%;
	text-align: center;
}


@media screen and (max-width: 1280px){
 section.merit .merit-content .merit-cell {
      width: 48%;
    }
}

/*----------------------------------------
tablet 768 ~ 1023
-----------------------------------------*/
@media screen and (max-width: 1023px){
	.tablet { display: block; }
}
@media screen and (min-width: 1024px){
	.tablet { display: none; }
}
@media screen and (max-width: 1023px){
  section .inner {
    width: 90%;
  }
  section.merit {
  }
    section.merit .merit-content {
  		width: 100%;
    }
    section.merit .merit-content .merit-cell {
      width: 48%;
    }
  section.program {
		padding: 72px 0;
	}
    section.program .program-description {
      padding: 0 72px;
      margin: 0 auto 57px;
      box-sizing: border-box;
    }
    section.program .program-description .event-content .event-description-txt {
      max-width: none;
      margin: auto;
    }
}


/*----------------------------------------
sp ~ 768
-----------------------------------------*/
@media screen and (min-width: 769px){
	.sp { display: none !important;}
	.notsp { display: block; }
}
@media screen and (max-width: 768px){
	.sp { display: block; }
	.notsp { display: none; }
}

@media screen and (max-width: 768px){
  body section {
    padding: 40px 16px;
  }
  section .title {
    margin-bottom: 40px;
  }
    section .title h2 {
      font-size: 32px;
      letter-spacing: 1.97px;
			margin-bottom: 16px;
    }
    section .title p {
      font-size: 20px;
      letter-spacing: 1.23px;
		line-height: 1.5;
    }
    section .inner {
      width: 100%;
    }
  #header {
    height: 72px;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
  }
	#header .box {
		padding: 0;
	}

  #header .container {
    padding: 0;
  }

  #header-logo{
  	height: 36px;
  }

  #header-logo img {
    height: 36px;
		width: auto;
  }

  #header .header-right a{
    width: 70%;
	height: auto;
  }
	#header .header-right a img{
    width:100%;
	height: auto;
  }
	
	#header .header-right {
    text-align: right;
}
  #header .header-right a span{
    font-size: 13px;
  }

  header.key {
    background-image: url(../images/online/key_sp.png);
    height: 66vh;
  	margin-top: 72px;
    overflow: hidden;
  }
    header.key video {
      height: 66vh;
      min-width: 100%;
      width: auto;
      margin-left: -29.333vh;
    }



	header.key h1{
      font-size: 26px;
      letter-spacing: 1.23px;
    }

	header.key h1 span{
      font-size: 20px;
      letter-spacing: 1.23px;
	margin-bottom: 10px;
    }
  section.apply {
    padding: 1rem;
  }
		section.apply::after {
			width: 79px;
			height: 96px;
		}

	a.btnFb{font-size: 1.2rem; padding: 1rem;}	
	a.btnFb span{letter-spacing: inherit;}
  section.why .why-content {
    width: 100%;
  }
	
	section.movie .inner, section.faq .inner, section.precaution .inner{
		max-width: 100%;
		width: 100%;
	}

  section.merit {
  }
    section.merit .merit-content {
  		width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    section.merit .merit-content .merit-cell {
      width: 100%;
      margin: 0 auto 32px;
    }
    section.merit .merit-content .merit-cell:nth-last-of-type(1) {
      margin-bottom: 30px;
    }
    section.merit .merit-content .merit-cell::after {
      width: 105px;
      padding-top: 127px;
      display: block;
    }
    section.merit .note {
      width: 100%;
      padding: 24px;
      margin-top: 0;
    }

  section.second_key h2{
		font-size: 20px;
	}

  section.flow img{
    width: 100%;
  }

  section.movie {
  	padding: 32px 16px;
  	position: relative;
  }
    section.movie::after {
      width: 112px;
      height: 136px;
    }

	
	
	
	section.guest .guest-content .guestBox{
		width: 100%;
	}
	
	section.guest .guest-content .guestBox p:not(.guestCopy) br{
		display: none;
		
	}
	section.flow .borderBox h3{
		font-size: 1rem;
	}
	section.flow .borderBox ul {
    margin:1.5rem 1rem 1rem;
}
	
	section.flow .borderBox li {
    margin: 0 0 1rem;
		font-size: 1rem;
		line-height: 1.5;
		letter-spacing: 0;
}
	section.flow .borderBox li span{
		line-height: 1.5;
		font-size: 80%;
		letter-spacing:0;
	}
	
section.caution .note {
    padding: 1.5rem;
	font-size: .9rem;
}

  section.faq::after {
    width: 100px;
    padding-top: 121px;
  }
    section.faq .faq-content .faq-cell {
      width: 100%;
    }
      section.faq .faq-content .faq-cell .faq-txt {
        letter-spacing: 0.96px;
      }
      section.faq .faq-content .faq-cell .background {
        width: 150px;
        height: 222px;
        top: 50px;
      }

  section.precaution{}
  	section.precaution .precaution-content {
  		font-size: 14px;
  	}
  section.message {
    padding: 32px 24px;
  }
    /*section.message h2 {
      text-align: left;
    }*/
    section.message::after {
      width: 100px;
      padding-top: 121px;
    }
    section.message .message-content {
      font-size: 18px;
      max-width: none;
      letter-spacing: 0.69px;
      margin: 0 auto 40px;
    }
    section.message a {
      width: 100%;
      padding: 24px;
      font-size: 18px;
      line-height: 1em;
      letter-spacing: 0.69px;
    }
	
	
	#inline_content {
	width: 100%;
	padding: 1rem;
		box-sizing: border-box;
}

#inline_content h4{
	font-size: 15px;
	margin: 0 auto;
	line-height: 1.8;
}


#inline_content li{
width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin-top: 1rem;
}

	
	
}
