/* CSS Document */
:root {
  --txt_main: #181113;
	--white: #FFFFFF;
  --red_01: #FF3B8E;
  --red_02: #E6339A;
	--pink: #FA80B8;
  --yellow: #facd32;
  --gray: #efefef;
  --gray_02: #c9c9c9;
}
#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;
	background-size: cover;
    background-position: center;
}

.stylish .ls_inner {
	padding-top: 150px;
}
.stylish .ls_inner h2 {
	text-align: center;
}
.stylish .ls_inner h2 img.logo {
	max-width: 700px;
	margin: auto;
	margin-bottom: 20px;
}
.stylish .ls_inner h2 img.main_txt {
	width: auto;
	max-width: 100%;
}
.stylish .ls_inner p.mv_txt {
	font-family: "M PLUS Rounded 1c";
	font-size: clamp(16px, 2vw, 26px);
	color: #454545;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 var(--white), -1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white);
}
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: #292929;
	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: #FFF;
	margin-bottom: 20px;
	text-align: center;
}
.box h3 span {
	padding: 0.5em 1.5em;
	background-color: #5b6aff;
	border-radius: 30px;
}
.box.box_02 h3 span {
	margin-top: 20px;
}

.box p {
	font-size: 22px;
	color: #292929;
	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 img {
	width: 100%;
	max-width: inherit;
}
.box_02 ul {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	gap: 40px;
	font-family: "M PLUS Rounded 1c";
}
.box_02 ul li {
	line-height: 2em;
	color: #292929;
	width: 30%;
	text-align: center;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	border-radius: 20px;
	font-weight: bold;
}
.box_02 ul li.lic {
	background-color: rgba(255, 206, 255, 0.5);
}
.box_02 ul li.lic.red {
	background-color: rgba(255, 206, 206, 0.5);
}
.box_02 ul li.cho {
	background-color: rgba(206, 255, 224, 0.5);
}
#wrapper .box_02 ul li a {
	color: #FFF;
}
.box_02 ul li a:hover {
	filter:brightness(110%);
}
.box_02 ul li img {
	width: 80%;
	max-width:100px;
}
.box_02 ul li p {
	color: #FFF;
	background: #ff5ba9;
	border-radius: 20px;
}
.box_02 ul li p.uha {
	background: #EF0F58;
}
.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, #000000 0%, #585858 100%);
    transition: .4s;
}
.box_02 .inner_box a.tw:hover {
	background-image: linear-gradient(45deg, #000000 50%, #585858 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 100px;
	padding: 2em;
	outline: 2px solid rgb(255, 255, 255);
    outline-offset: -6px;
	position: relative;
	border-radius: 20px;
}
.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.three::after {
	content: none;
}
.step:nth-child(even) {
	background: rgba(225, 255, 255, 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: 6em;
	padding-left: 0;
	text-indent: 0;
	position: relative;
  	display: inline-block;
  	padding: 0 45px;
	text-align: center;
	margin-bottom: 0;
}
.step .step_ttl .step_left span {
	font-size: 30px;
	color: #FFF;
	background: #5b6aff;
	border-radius: 50%;
	padding: 20px;
}
/* .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 #292929;
	border-bottom: solid 1px #292929;
}
.step .step_ttl .step_left:before {
  left:0;
}
.step .step_ttl .step_left:after {
  right: 0;
} */
.step .step_ttl .step_right {
	font-family: "M PLUS Rounded 1c";
	padding-left: 2em;
	text-indent: 0;
	width: 80%;
	margin-bottom: 0;
}
.step .step_ttl .step_right .str {
	font-weight: bold;
	color: var(--pink);
	font-size: larger;
}
.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;
}
.step.after_none p.cp_span {
	text-align: center;
	margin-bottom: 0;
	font-size: 20px;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 20px;
}
.flex_wrap figure {
	width: 45%;
	max-width: 500px;
	padding: 20px;
}
.flex_wrap .prize_a {
	background-color: rgba(255, 206, 255, 0.5);
}
.flex_wrap .prize_b {
	background-color: rgba(255, 206, 206, 0.5);
}
.flex_wrap figcaption {
	font-family: "M PLUS Rounded 1c";
	text-align: center;
}
.flex_wrap figcaption span {
	font-size: larger;
	font-weight: bold;
}
p.caution {
	text-align: left;
	text-indent: 0em;
	padding-left: 1em;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
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(209,208,255 , 0.3);
	margin-bottom: 10px;
}
.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;
	}
	.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%;
	}
	.step .step_ttl .step_right {
		padding-left: 0;
		width: 100%;
	}
	.box_02 ul li {
		width: 45%;
	}
	.box_02 ul li p {
		font-size: 14px;
	}
	.box h3 span {
		display: inline-block;
	}
	.step.after_none p.cp_span {
		text-align: left;
		font-size: 15px;
	}
	.step.after_none {
		margin-bottom: 40px;
	}
	.step .step_ttl .step_left span {
	font-size: 20px;
	padding: 10px;
}
.flex_wrap figure {
	width: 100%;
	max-width: 300px;
}
}