/* CSS Document */
#LS_HEADER {
	z-index: 500;
}
#LS_HEADER.is-fixed {
	z-index: 500;
	background-color: rgba(255,255,255,0.1);
}
#LS_HEADER .ls_inner {
	padding-top: 0;
}

#LS_BREADCRUMBS {
	z-index: 400;
}
#LS_BREADCRUMBS .inner {
	background: inherit;
}
.ls_glonav > ul > li::after {
	z-index: 510;
}
iframe {
	border: none;
}
#wrapper .movie_set p {
  font-family: "M PLUS Rounded 1c";
}
.main-info p.note_span {
	font-family: "M PLUS Rounded 1c";
	color: #000;
	padding-top: 0;
}
a.hv:hover img {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.4s;
	filter:brightness(105%);
	border-radius: 20px;
}
.fade{
  opacity : 0;
  transition: opacity 0.5s;
}
 
.fade.view{
  opacity: 1;
}
/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}
/* ロード画面 */
.loading {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FF3B8E;
	background-image: url("./img/rogo.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 600;
}
.loading .bar {
	background-color: #fff;
	height: 1px;
	width: 0%;
	position: absolute;
    top: 60%;
    left: 0px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);	
	color: #fff;
	z-index: 601;
}
.loading .p {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 601;
}
/* ロード画面 ここまで*/
.pc_only {
		display: block;	
	}
	.sp_only {
		display: none;	
	}
	a.pc_only {
		display: block;	
	}
	a.sp_only {
		display: none;	
	}
.ls_contents {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}
.ls_contents.stylish {
    width: auto;
    background-image: url("./img/bg.jpg");
    background-attachment: fixed;
	background-size: cover;
}

.stylish .ls_inner {
	padding-top: 150px;
	padding-bottom: 150px;
}
.stylish .ls_inner h2 {
	text-align: center;
}
.stylish .ls_inner h2 img.logo {
	max-width: 450px;
	margin: auto;
	margin-bottom: 20px;
}
.stylish .ls_inner h2 img.main_txt {
	width: 100%;
}
section {
	padding-top: 40px;
}
.main-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 100px;
	padding-top: 40px;
	position: relative;
}
.main-info img {
	width: 100%;
}
.main-info a {
	display: block;
	font-weight: bold;
	font-size: 30px;
	font-family: "M PLUS Rounded 1c";
	position: absolute;
	bottom: 230px;
	right: -55px;
	text-shadow: 0px 2px 2px #ffffff, 0px 0px 2px #ffffff, 2px 0px 2px #ffffff, 0px -2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 0px 2px #fff;
}
.main-info a.pc_only {
	padding: 0.5rem;
	background: #FFF;
	border-radius: 30px;
	right: 12%;
    bottom: 7%;
    width: 14%;
	max-width: 150px;
}
.main-info a.pc_only:hover {
	opacity: 0.8;
}
.main-info a.sp_only {
	display: none;
}
.main-info p {
	width: 50%;
	padding: 1em 0.5em;
	color: #888889;
	font-size: 26px;
	line-height: 2.0;
	font-weight: bold;
}
.main-info p span {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.5!important;
}
.main-info p span.buy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 40px;
}
.main-info p span.buy a {
	width: 40%;
	min-width: 200px;
	margin-top: 20px;
}
.main-info p span.buy a img {
	width: 100%;
}
.main-info p span.buy a img:hover {
	filter: brightness(110%);
}
#wrapper .main-info p a,
#wrapper .step p a {
	color: #5f5fef;
}
#wrapper .main-info p a:hover {
	text-decoration: none;
}
.box {
	padding: 20px;
}
.box h3 {
	font-size: 26px;
	font-weight: bold;
	color: #BE9E76;
	border-bottom: 1px solid #888889;
	margin-bottom: 20px;
}
.box h3::before {
	content: "■";
	color: #BE9E76;
	vertical-align: text-bottom;
	padding-right: 0.6em;
}
.box p {
	font-size: 22px;
	color: #888889;
	margin-bottom: 20px;
}
.box .inner_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.box .txt_box {
	width: 50%;
}
.box .img_box {
	width: 40%;
	text-align: center;
}
.box .img_box img {
	width: 60%;
	text-align: center;
	margin: auto;
}
.box_02 p {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}
.box_02 ul {
	margin-bottom: 20px;
	padding-left: 1.5em;
}
.box_02 ul li {
	line-height: 2em;
	color: #888889;
	padding-left: 1em;
	text-indent: -1em;
}
.box_02 .inner_box img {
	width: 25%;
}
.box_02 .inner_box a {
	width: 35%;
	max-width: 400px;
	padding: 2em 0 2em 1em;
	text-decoration: none;
	border-radius: 10px;
	outline: 2px dotted rgb(255, 255, 255);
	outline-offset: -6px;
	position: relative;
}
.box_02 .inner_box a img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	max-width: 200px;
}
.box_02 .inner_box p {
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 0;
	color: #FFF;
	font-size: 20px;
}
.box_02 .inner_box a.tw {
	background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}
.box_02 .inner_box a.tw:hover {
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}
.box_02 .inner_box a.insta {
	background-image: linear-gradient(45deg, #fca75e 0%, #e28aff 100%);
    transition: .4s;
}
.box_02 .inner_box a.insta:hover {
	background-image: linear-gradient(45deg, #fca75e 50%, #e28aff 100%);
}
.step {
	width: 90%;
	margin: 40px auto 140px;
	padding: 2em;
	outline: 2px solid rgb(255, 255, 255);
    outline-offset: -6px;
	position: relative;
}
.step::after {
	content: url("./img/arrow.png");
	position: absolute;
	bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.step.five::after {
	content: none;
}
.step:nth-child(even) {
	background: rgba(225, 240, 247, 0.5);
	outline: 4px solid rgb(255, 255, 255);
    outline-offset: -8px;
}
.step:nth-child(odd) {
	background: rgba(255, 213, 89, 0.2);
	outline: 4px solid rgb(255, 255, 255);
    outline-offset: -8px;
}
.step .step_ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.step .step_ttl .step_left {
	width: 9em;
	padding-left: 0;
	text-indent: 0;
	position: relative;
  	display: inline-block;
  	padding: 0 45px;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	text-align: center;
}
.step .step_ttl .step_left:before, .step .step_ttl .step_left:after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 25px;
	height: 2px;
	border-top: solid 1px #888889;
	border-bottom: solid 1px #888889;
}
.step .step_ttl .step_left:before {
  left:0;
}
.step .step_ttl .step_left:after {
  right: 0;
}
.step .step_ttl .step_right {
	padding-left: 2em;
	text-indent: 0;
}
.step .img_area {
	display: flex;
	justify-content: center;
}
.step .img_area img {
	width: 25%;
}
.step .img_area img.left {
	transform: rotate(-5deg);
	padding-right: 20px;
	margin-right: 20px;
}
.step .img_area img.right {
	transform: rotate(5deg);
	padding-left: 20px;
	margin-left: 20px;
}
p.caution {
	text-align: center;
}
p.caution span {
	background: linear-gradient(transparent 70%, #daeeff 75%);
}
.step.five {
	margin-bottom: 40px;
}
.step.five .step_right {
	margin-bottom: 0;
}
.step.after_none {
	background: rgba(252,208,255 , 0.3);
}
.step.after_none::after {
	content: none;
}
.step.after_none p {
	font-size: 17px;
}
.step.after_none ul {
	padding-left: 1.5em;
}

.mv_txt {
    color: #6a6a6a;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    font-family: "M PLUS Rounded 1c";
    text-align: center;
    display: block;
    width: 80%;
    margin: 60px auto 0;
	padding-bottom: 100px;
}
.table_ttl {
    font-weight: 800;
    font-size: 4rem;
    color: #6d52b1;
    margin-bottom: .5em;
    margin-top: -50px;
    text-shadow: 0px 2px 2px #ffffff, 0px 0px 2px #ffffff, 2px 0px 2px #ffffff, 0px -2px 2px #ffffff, -2px -2px 2px #ffffff, -2px 0px 2px #fff;
}
.mv_txt table {
    max-width: 100%;
	width: 80%;
    margin: auto;
    margin-bottom: 30px;
}
.mv_txt table tr {
    padding: 10px;
    vertical-align: text-top;
}
.mv_txt table th {
    width: 20%;
    max-width: 8em;
}
.mv_txt table td {
    width: 60%;
    max-width: 420px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
/* .mv_txt table::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
} */
.mv_txt .bd {
    width: 80%;
    border-bottom: 1px dotted #6d52b1;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;	
	}
	.sp_only {
		display: block;	
	}
	.stylish .ls_inner h2 img.logo,
	.stylish .ls_inner h2 img.main_txt {
		width: 100%;
	}
	.main-info img {
		width: 100%;
	}
	.main-info p {
		width: 100%;
		font-size: 18px;
	}
	.box {
		padding: 10px;
	}
	.box h3 {
		font-size: 20px;
	}
	.box p {
		font-size: 16px;
		line-height: 1.8;
	}
	.box .txt_box {
	width: 100%;
	}
	.box .img_box {
		width: 100%;
	}
	.box .img_box img {
		width: 90%;
	}
	.box_02 ul {
		padding-left: 0.5em;
	}
	.box_02 ul li {
		font-size: 14px;
	}
	.box_02 .inner_box a.tw {
		width: 70%;
	}
	.box_02 .inner_box a.insta {
		width: 100%;
		margin-top: 20px;
	}
	.box_02 .inner_box p {
		font-size: 17px;
	}
	.step {
		width: 100%;
		padding: 20px 10px;
	}
	.step .step_ttl .step_left {
		width: 100%;
		font-size: 20px;
	}
	.step .step_ttl .step_left:before, .step .step_ttl .step_left:after {
		
	}
	.step .step_ttl .step_left:before {
	  left:10%;
	}
	.step .step_ttl .step_left:after {
	  right: 10%;
	}
	.step .step_ttl .step_right {
		padding: 10px;
	}
	.step .img_area img {
		width: 45%;
	}
	.step .img_area img.left {
		padding-right: 0;
    	margin-right: 0;
	}
	.step .img_area img.right {
		padding-left: 0;
		margin-left: 0;
	}
	p.caution {
		padding: 10px;
		text-indext: 0;
	}
	.step.after_none p {
		font-size: 15px;
	}
	.step.after_none {
		padding: 20px 15px;
	}
	.step.after_none ul {
		padding-left: 0.5em;
	}
	#LS_HEADER.open {
    background-color: #FEE5F0;
    padding-top: 90px;
    height: 100%;
	}
	.stylish .ls_inner {
	padding-top: 120px;
}
	.main-info {
	padding-bottom: 20px;
	padding-top: 20px
}
.main-info a {
	font-weight: bold;
	font-size: 16px;
	font-family: "M PLUS Rounded 1c";
	position: absolute;
	bottom: 35px;
	right: 10%;
	width: 10%;
	max-width: 4rem;
	padding: 0.5rem;
	background: #FFF;
	border-radius: 10px;
}
a.pc_only {
	display: none;	
}
.main-info a.sp_only {
	display: block;
}
.main-info p.note_span {
	font-size: 16px;
}
.table_ttl {
        font-size: 3rem;
        margin-top: -35px;
    }
	.mv_txt {
        width: 100%;
        font-size: 16px;
		padding-bottom: 40px;
    }
.mv_txt table th {
        width: 35%;
        padding: 10px;
		
    }
	.mv_txt table td {
        padding: 10px;
    }
	.mv_txt table {
		width: 100%;
	}
}