/* 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";
}
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;	
	}
.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;
}

.stylish .ls_inner {
	padding-top: 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;
	margin-bottom: 40px;
}
.main-info img {
	width: 50%;
}
.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;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.box h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #888889;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.box.collabo h3 {
	text-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;
	color: #000;
}
.box h3::before {
	content: "■";
	color: #888889;
	vertical-align: text-bottom;
	padding-right: 0.6em;
}
.box.collabo h3::before {
	color: #000;
}
.box.collabo p {
	font-size: 20px;
	color: #2e2e2e;
	margin-bottom: 20px;
	text-indent: 0;
	padding-left: 0;
}
.box p {
	font-size: 20px;
	color: #888889;
	margin-bottom: 20px;
}
.box .inner_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 5rem 0;
}
.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: 500;
}
.box_02 .inner_box p {
	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 a.sns img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	max-width: inherit;
}
.box_02 .inner_box a.sns figure {
	display: block;
}
.box_02 .inner_box a.sns figure img {
	position: inherit;
	width: 100%;
	max-width: 600px;
}
.box_02 .inner_box a.collabo figure {
	display: block;
}
.box_02 .inner_box a.collabo figure img {
	position: inherit;
	width: 100%;
	max-width: 600px;
}
.box_02 .inner_box p {
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 0;
	color: #FFF;
	font-size: 20px;
	
}
.box_02 .inner_box .sns p {
	color:#EA609E;
	text-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;
}
.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%);
}
.box_02 .inner_box a.sns {
	background-image: url("img_sub/bg_btn_sns.png");
    transition: .4s;
	min-height: 150px;
	width: 48%;
	max-width: inherit;
	
}
.box_02 .inner_box a.sns:hover {
	filter: brightness(110%);
}
.box_02 .inner_box a.collabo {
	background-image: url("images/bg_ex.png");
	background-position: center center;
	background-size: cover;
    transition: .4s;
	padding: 0;
	min-height: 150px;
	width: 48%;
	max-width: inherit;
}
.box_02 .inner_box a.collabo:hover {
	filter: brightness(110%);
}
.step {
	width: 90%;
	margin: 40px auto 140px;
	padding: 2em;
	outline: 2px solid rgb(255, 255, 255);
    outline-offset: -6px;
	position: relative;
	border-radius: 20px;
	
}
.step::after {
	content: url("./img_sub/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;
}


@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%;
	}
	.box .inner_box {
		row-gap: 30px;
	}
	.box_02 .inner_box a.sns {
	width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: inherit;
}
.box_02 .inner_box a.collabo {
	width: 100%;
	min-height: inherit;
}
}