@charset "euc-jp";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
/* CSS Document */
p,a {
	font-family: 'Noto Serif JP', serif;	
}

.text_h {
	font-family: 'Hannari','Noto Serif JP', serif;
}

.visual {
	background-image: url(../img/visual.jpg);
	background-position: center;
	background-size: cover;
	padding: 50px 0 40px;
}

.main {
	width: 860px;
	height: 869px;
	margin: 0 auto;
	background-image: url(../img/mainbg.png);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

/* .main::after {
	content: url(../img/campaing.png);
	position: absolute;
	width: 366px;
	height: auto;
	left: 0;
	bottom: 83%;
	display: block;
} */
h1{
	margin-bottom: 10px;
}
h1 img {
	width: 82%;
	margin-top: 60px;
}
@media screen and (max-width:1024px){
	h1 img {
		width: 100%;
	}
}
@media screen and (max-width:415px) {
	h1 img {
		width: 82%;
	}
}
.finish_image{
	width: 70%;
}
@media screen and (max-width:1024px){
	.finish_image{
		width: 60%;
		margin-top: 0;
	}
}
@media screen and (max-width:415px) {
	.finish_image{
		width: 73%;
	}
}
.social ul {
	width: 300px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}

.social ul li {
	width: 120px;
	/* margin-right: 20px; */
	/* float: left; */
}

.social ul li:first-child {
	width: 132px;
}

/* .social ul li:nth-child(2) {
	margin-right: 0;
} */

.social ul li span {
	text-align: center;
}

.social ul li a {
	width: 98px;
	height: 98px;
	margin: 0 auto 6px;
	text-align: center;
	border-radius: 50%;
}

.social a:hover {
	display: block!important;
}

.social .insta {
	background-image: linear-gradient(163deg, rgba(200,28,205,1) 0%, rgba(254,31,171,1) 49%, rgba(255,121,47,1) 90%); 
}
.social .tw {
	background-color: #55acee;
}

.social a i {
	color: #fff;
	font-size: 3em;
	/* margin-top: 8%; */
}

.social .tw i {
	margin-top: 10%;
}

.main_text {
	/* margin-bottom: 18px; */
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -2px;
}

.main_text span {
	color: #bd232d;
	font-size: 26px;
}

.main_text span span {
	font-size: 32px;
}

.time {
	width: 560px;
	margin: 0 auto;
	font-size: 25px;
	border-bottom: 1px solid #000;
}

.time span {
	color: #bd232d;
	font-size: 25px;
}

.time span span {
	font-size: 40px;
}

.term {
	margin: 54px 0 75px;
	text-align: center;
	position: relative;
}

.term h2 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.term_time {
	margin-bottom: 16px;
	font-size: 32px;
	line-height: 50px;
}

.term p span {
	color: #bd232d;
	font-size: 32px;
}

.term p span span {
	font-size:42px;
}

.term_deta {
	font-size: 32px;
}

.term_deta span {
	font-size: 32px;
	color: #bd232d;
}

.term_deta span span {
	font-size: 55px;
}

.popular {
	width: 600px;
	margin: 20px auto 0;
	padding: 30px;
	border: 2px solid #bd232d;
	font-size: 20px;
}

.pop-text,
.pop-text strong {
	font-size: 24px;
}

.popular-btn {
	display: block;
	width: 320px;
	margin: 20px auto 14px;
	padding: 10px 10px 16px;
	color: #fff;
	background-color: #bd232d;
}

.popular-btn:hover {
	display: block!important;
}

nav {
	background-color: #bd232d;
}
nav ul {
	width: 1200px;
	margin: 0 auto 120px;
	padding: 5px 0 18px;
}
nav ul li {
	width: 300px;
	float: left;
	text-align: center;
}
nav ul li a {
	display: inline;
	font-size: 40px;
	color: #fff;
	background-image: url(../img/arrow_w.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 40px;
	padding-bottom: 10px;
}

a:hover {
	display: inline!important;
}

.wrap {
	position: relative;
	padding-bottom: 100px;
}

.sidenav {
	width: 86px;
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: 6%;
}

.fixed {
	position: fixed;
	top: 28%;
}

.sidenav li a {
	width: 86px;
	height: 86px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-color: #bd232d;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.sidenav li a span {
	font-size: 22px;
	margin-top: -5px;
	line-height: 29px;
}

.sponly {
	display: none;
}

.sidenav li a:hover {
	display: flex!important;
}

section h3 {
	font-size: 55px;
	font-weight: 200;
	letter-spacing: 15px;
	position: relative;
	text-align: center;
	/* padding-left: 16px; */
	padding-bottom: 10px;
	margin-top: -90px;
}

/* section h3::before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	height: 2px;
	background:#c55555;
	bottom: 0;
	left: 0;
	z-index: -2;
}

section h3::after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color:#c55555;
	background-color:#fff;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(-45deg);
	-ms-transform: translate(-50%, 50%) rotate(-45deg);
	transform: translate(-50%, 50%) rotate(-45deg);
} */

.item {
	margin-bottom: 180px;
}

/* .item h3 {
	width: 230px;
	margin: 0 auto;
} */

.item ul {
	width: 80%;
	margin: 60px auto;
}

.item ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.item ul li:nth-child(3n) {
	margin-right: 0;
}

.item .circle {
	width: 11px;
	margin: 0 auto 10px;
	height: 11px;
	border-radius: 50%;
	background: #bd232d;
	opacity: .4;
}

.item .more {
	width: 125px;
	margin: 28px auto 0;
	padding: 5px 0 20px;
	display: block;
	border-radius: 18px;
	background: #bd232d;
	opacity: .4;
	font-size: 30px;
	color: #fff;
	line-height: 9px;
	text-align: center;
}

.item p {
	font-size: 32px;
	text-align: center;
	margin-bottom: 42px;
}

.item p em {
	color: #bd232d;
	font-size: 36px;
}

.item p span {
	font-size: 32px;
	background: linear-gradient(transparent 66%, #fff799 50%);
}

.item p strong {
	font-size: 38px;
	font-weight: normal;
}

/* .item_textarea {
	background-image: url(../img/textbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	margin-bottom: 30px;
} */

.item a {
	width: 690px;
	color: #fff;
	margin: 0 auto 60px;
	padding: 10px 0 15px;
	background-color: #bd232d;
	font-size: 40px;
	text-align: center;
	position: relative;
	border-radius: 5px;
}

.item a::after {
	position: absolute;
	content: url(../img/arrow_right.png);
	width: 22px;
	right: 34px;
	bottom: 20px;
}

.item a:hover {
	display: block!important;
}

/* .entry h3 {
	width: 296px;
	margin: 0 auto 150px;
} */

/* .entry h3::before {
	width: 88%;
	height: 2px;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
} */

.entry ol {
	width: 1200px;
	margin: 90px auto 130px;
}

.entry ol .step {
	position: relative;
	width: 380px;
	height: 514px;
	box-sizing: border-box;
	/* border: 3px solid #bd232d; */
	float: left;
	padding: 45px 27px;
	margin-right: 2%;
	background: #fffbef;
}

.entry ol .step1 {
	padding-top: 50px;
}

.entry ol li:nth-child(3) {
	margin-right: 0;
}

.entry ol li h4 {
	position: absolute;
	top: -9%;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* background-color: #fff; */
	font-size: 35px;
	font-weight: 600;
	color: #bd232d;
}

.entry ol li p {
	font-size: 24px;
	line-height: 43px;
}

.entry ol li:first-child p {
	font-size: 20px;
	line-height: 35px;
}

.entry h4 em {
	font-size: 50px;
	font-weight: 600;
}

.entry .imgarea .meiwalogo {
	width: 221px;
	margin: 20px auto 0;
	display: block;
}

.entry .step .social {
	width: 100%;
	margin: 0 auto;
}

.entry .step .social ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.entry .step .social ul li {
	width: 148px;
	margin-right: 0;
	/* float: left; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.entry .step .social ul li:first-child {
	width: 132px;
}

.entry .step2 .imgarea {
	width: 90%;
	margin: 50px auto 0;
	box-sizing: border-box;
}

.entry .step2 p {
	margin-top: 60px;
}

.entry .step2 .imgarea img {
	width: 47%;
}

.entry .step2 img:last-child {
	margin-left: 2%;
}

.entry .step3 p {
	margin-top: 60px;
}

.entry .step3 > img {
	width: 133px;
	margin: 60px auto 0;
	display: block;
}

.target {
	margin-bottom: 130px;
}

/* .target h3 {
	width: 234px;
	margin: 0 auto 70px;
} */

.target p {
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 60px;
}

.form {
	text-align: left;
	margin-bottom: 150px;
}

/* .form h3 {
	width: 296px;
	margin: 0 auto 90px;
} */

/* .form h3::before {
	width: 88%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
} */

.form ul,.form ol {
	width: 85%;
	margin: 0 auto;
}

.form ul li h4 {
	font-size: 35px;
	color: #bd232d;
	margin-top: 60px;
	margin-bottom: 30px;
}

.form ul li:first-child h4 {
	margin-top: 0;
}

.form p {
	font-size: 20px;
	line-height: 35px;
}
.form .p_margin {
	margin-bottom: 30px;
}

.form ol {
	margin: 60px auto;
}

.form ol li {
	font-size: 20px;
	margin-bottom: 25px;
}

#accordion {
	width: 77%;
	margin: 0 auto;
}
#accordion .ft-ttl {
	position:relative;
	margin-bottom: 40px;
}
#accordion .ft-ttl h2 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	background-color:#fff;
	position: relative;
	z-index: 5;
	display: block;
	padding: 0 20px;
	width: 53%;
	margin: 0 auto;
}
#accordion .ft-ttl p {
	background:#333;
	width:100%;
	height:1px;
	position:absolute;
	top:50%;
}
#accordion .panel {
	border-bottom: 1px solid #333;
}

#accordion .panel p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.accordion {
	background-color: #fff;
	border: none;
	color: #444;
	cursor: pointer;
	padding: 30px 0 ;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	font-weight:bold;
}
.accordion.active {
	border-bottom:none;
}

.accordion:after {
	content: '\002B';
	color: #333;
	font-weight: bold;
	float: right;
	font-size:22px;
	margin-right: 0;
}

.panel {
	text-align: left;
	padding: 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel p {
	padding-bottom: 40px;
}

.active:after {
  content: "\2212";
}

.tab_br {
	display: none;
}



/*  modal*/
.modal {
	position: relative;
	z-index: 800;
}

.modalBg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	z-index: 900;
}
.modalBox {
	width:84%;
	padding: 6vw;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 50%;
	left: 50%;
	right: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	z-index: 1000;
	box-shadow:0px 0px 20px -9px #666666;

}
.modalBox_sns {
	width:100%;
}
.modalBox_sns  .slick-slide{
	display: flex;
	justify-content: center;
}
.modalBox_sns img{
	width: auto;
	height: 72vw;
}
.modalBox_txt {
	width: 100%;
}
.modalBox_txt_ttl {
	width: 100%;
	margin-bottom: 6.666vw;
}
.modalBox_txt_thx {
	width: 100%;
	margin-bottom: 5.333vw;
}
.modalBox_txt_msg {
	max-width: 350px;
	width: 100%;
	font-size: 3.2vw;
	color: #452222;
	line-height: 1.8;
	margin: 0 auto 5.333vw;
}
.modalBox_txt_close {
	width: 100%;
	max-width: 170px;
	cursor: pointer;
	text-align: center;
	background-color: #452222;
	border-radius: 10vw;
	margin: 0 auto;
	font-size: 3.2vw;
	line-height: 3;
	color: #fff;
}
.slick-list {
	border-radius: 5px;
}
.slick-dots li button:before {
	content: none!important;
}
.slick-dots li {
	width: 5px!important;
	height: 5px!important;
	border-radius: 10vw;
	background-color: #cccccc;
	margin: 0 7px!important;
}
.slick-dots li.slick-active {
	background-color: #452222;
}
.slick-dots {
	bottom: -25px!important;
}



@media only screen and (max-width: 1024px)  {
	body {
		overflow-x: hidden;
	}
	
	.main {
		width: 82%;
		height: 82vw;
		background-size: cover;
	}

	h1 {
		width: 70%;
		margin: 0 auto 10px!important;
	}
	
	.main_text {
		font-size: 2.3vw;
		line-height: 34px;
	}
	
	.main_text span {
		font-size: 2.6vw;
	}
	
	.main_text span span {
		font-size: 3vw;
	}
	
	.time {
		width: 70%;
		/* min-width: 346px; */
		font-size: 2.6vw;
	}
	
	.time span {
		font-size: 2.8vw;
	}
	
	.time span span {
		font-size: 3.8vw;
	}
	
	.social ul {
		width: 300px;
		margin: 20px auto 0;
	}
	
	.social ul li {
		margin-right: 0;
	}
	
	.social ul li:first-child {
		width: 48%;
	}
	
	.social ul li:nth-child(2) {
		width: 52%;
	}
	
	.social ul li a {
		width: 78px;
		height: 78px;
	}
	
	.social ul li span {
		font-size: 1.7vw;
	}
	
	.social a i {
		font-size: 2.5rem;
		margin-top: 26%;
	}
	
	.term h2 {
		width: 80%;
	}
	
	nav ul {
		width: 92%;
		margin: 0 auto;
	}
	
	nav ul li {
		width: 23%;
	}
	
	nav ul li:first-child {
		width: 22%;
	}
	
	nav ul li:nth-child(2) {
		margin-right: 2%;
	}
	
	nav ul li:nth-child(3) {
		margin-right: 4%;
	}
	
	nav ul li a {
		font-size: 4vw;
		padding-right: 18%;
	}
	
	/* .item h3 {
		margin-top: -60%;
	} */
	
	.sidenav {
		display: none;
	}
	
	.item ul {
		width: 90%;
	}
	
	.item a {
		width: 90%;
	}
	
	.entry ol {
		width: 90%;
	}
	
	.entry ol .step {
		width: 100%;
		height: auto;
		margin-bottom:12%;
	}
	
	#entry ol .step1 h4 {
		top: -24%;
	}

	.entry ol li h4 {
		top: -29%;
	}
	
	/* #entry ol .step2 h4 {
		top: -29%;
	} */
	
	#entry ol .step3 h4 {
		top: -29%;
	}
	
	.step1 p br {
		display: none;
	}
	
	.step p {
		width: 67%;
		float: left;
	}
	
	.entry .step .imgarea {
		float: right;
		width: 30%;
		margin: 0;
	}
	
	.entry .imgarea .meiwalogo {
		width: 70%;
		margin: 0 auto;
	}
	
	.social ul li span {
		font-size: 1.4vw;
	}
	
	.entry .step .social ul {
		margin-top: 5%;
	}
	
	.entry .step .social ul li {
		width: 40%;
	}
	
	/* .entry .step .social ul li:first-child {
		width: 37%;
	} */
	
	.tab_br {
		display: block;
	}
	
	.sponly {
		display: none;
	}

	.entry .step p {
		margin: 2% 0;
	}
	
	.entry .step2 .imgarea img {
		margin-right: 5%;
		width: 43%;
	}
	
	.entry .step3 > img {
		margin: 0;
		width: 16%;
	}

	.sponly {
		display: block;
	}
}

@media screen and (min-width:769px) and (max-width:800px) {
	


	.main {
		height: 656px;
	}
	
	.item ul {
		width: 87%;
	}
	
	.item ul li {
		margin-right: 4%;
	}
	
	.entry .step .social {
		width: 94%;
	}
	
	.entry .step1 .imgarea {
		width: 29%;
	}
	
	.entry .step .social ul li {
		width: 34%;
	}
	
	.social ul li a {
		margin-bottom: 0;
	}
	
	.social ul li span {
		font-size: 1vw;
		letter-spacing: .05rem;
	}
	
	.entry .step .social ul li:first-child {
		width: 31%;
	}
	
	/* #entry ol .step2 h4 {
		top: -29%;
	} */
}
	
@media only screen and (max-width: 599px) {
	.visual {
		padding: 20% 0;
		background-image: url(../img/visualsp.jpg);
		background-size: cover;
		background-position: center;
	}
	
	h1 {
		width: 90%;
	}
	
	h1 img {
		margin-top: 8%;
	}
	
	.main {
		width: 93.5vw;
		height: 52.5vh;
		max-width: 390px;
		min-width: 300px;
		min-height: 351px;
	}
	
	.main::after {
		content: "";
		background-image: url(../img/campaing.png);
		background-size: cover;
		width: 43vw;
		height: 11vh;
		bottom: 85%;
	}
	
	.main_text {
		font-size: 3vw;
		line-height: 1rem;
		margin: 3% 0 2%;
	}
	
	.time {
		font-size: 3vw;
		border-bottom: 1px solid #282828;
		width: 70%;
		min-width: 200px;
		margin: 3% auto 0;
	}
	
	.time span {
		font-size: 3vw;
	}
	
	.time span span {
		font-size: 4.8vw;
	}
	
	.social ul {
		width: 55%;
		margin-top: 5%;
	}
	
	.social ul li a {
		width: 10vw;
		height: 10vw;
	}
	
	.social ul li span {
		display: block;
		margin-top: -5%;
	}
	
	.social ul li a i {
		font-size: 1.2rem;
		margin-top: 28%;
	}

	.popular {
		width: 90%;
		margin: 4% auto 0;
		padding: 5%;
		padding-top: 3%;
	}

	.pop-text {
		font-size: 1.3rem;
	}

	.pop-text strong {
		font-size: 1.3rem;
	}

	.popular-btn {
		width: 100%;
		font-size: 1.2rem;
		padding: 4%;
		margin: auto;
		margin-top: 4%;
	}
	
	.term h2 {
		padding-bottom: 10%;
	}
	
	.term_time {
		font-size: 4.5vw;
		line-height: 2rem;
	}

	.term_time img {
		width: 70%;
	}

	.term .term_time span {
		font-size: 5vw;
	}
	
	.term .term_time span span {
		font-size: 7vw;
	}
	
	.term_deta {
		font-size: 4.5vw;
	}
	
	.term .term_deta span {
		font-size: 4.5vw;
	}
	
	.term .term_deta span span {
		font-size: 7vw;
	}
	
	nav {
		width: 92%;
		margin: 0 auto!important;
		background-color: transparent;
	}
	
	nav ul {
		width: 100%;
	}
	
	nav ul li {
		background-color: #bd232d;
		border-radius: 5px;
		margin-right: 4%;
		margin-bottom: 4%;
		width: 48%!important;
		padding: 3% 0 5%;
	}
	
	nav ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	nav ul li a {
		font-size: 6vw;
	}
	
	nav ul li:first-child a {
		margin-left: 3%;
	}
	
	section h3 {
		font-size: 8vw;
		margin: -45px auto 0;
		width: 70%;
	}
	
	/* section h3::after {
		width: 20px;
		height: 20px;
		bottom: 1%;
	} */
	
	.wrap {
		padding-bottom: 10%;
	}
	
	.item {
		margin-bottom: 28%;
	}
	
	/* .item h3 {
		width: 70%;
	} */
	
	.item ul {
		margin: 5% auto;
	}
	
	.item ul li {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	
	.item .circle {
		width: 1.8vw;
		height: 1vh;
	}
	
	.item .more {
		width: 17%;
		padding: 1% 2% 4%;
		border-radius: 15px;
		font-size: 5vw;
		margin-top: 4%;
	}
	
	.item p {
		font-size: 5vw;
		margin-bottom: 4%;
	}
	
	.item p em {
		font-size: 5vw;
	}
	
	.item p em strong {
		font-size: 7.5vw;
	}
	
	.item p span {
		font-size: 5vw;
	}
	
	.item_textarea {
		background-size: 80%;
		margin-top: 0%;
		padding-bottom: 6%;
	}
	
	.item a {
		font-size: 6.5vw;
	}
	
	.item a::after {
		content: "";
		width: 2.5vw;
		height: 2vh;
		background-image: url(../img/arrow_right.png);
		background-size: cover;
		right: 4%;
		bottom: 40%;
	}
	
	.entry h3 {
		margin-bottom: 20%;
	}
	
	/* .entry h3::before {
		width: 55%;
	} */
	
	.entry ol {
		margin-bottom: 14%;
	}
	
	.entry ol li {
		padding: 2%;
		margin-bottom: 12%;
	}
	
	.entry ol .step {
		width: 100%;
		padding: 8% 6%;
		margin-bottom: 12%;
	}
	
	.entry ol .step3 {
		padding: 5% 2%;
	}
	
	.entry .step p {
		margin: 0;
	}
	
	.entry .step .imgarea {
		width: 36%; 
	}
	
	.entry .imgarea .meiwalogo {
		width: 90%;
	}
	
	#entry ol .step h4 {
		font-size: 6vw;
		width: 26%;
		text-align: center;
	}
	
	#entry ol .step1 h4 {
		top: -16%;
	}

	/* #entry ol .step2 h4 {
		top: -30%;
	} */
	
	#entry ol .step3 h4 {
		top: -28%;
	}
	
	.entry .step3 > img {
		width: 24%;
		margin: 0 auto;
	}	
	

	#entry ol .step h4 em {
		font-size: 9vw;
	}
	
	.entry ol li p,
	.entry ol li:first-child p {
		font-size: 3.7vw;
		line-height: 1.8rem;
		font-weight: 200;
		width: 60%;
	}

	#entry .step1 p {
		width: 62%;
	}
	
	.entry .step2 p {
		width: 68%;
	}
	
	.entry .step3 p {
		margin-top: 5%;
	}

	.entry .step1 .imgarea {
		width: 37%;
	}
	
	.entry .step2 .imgarea {
		width: 32%;
		margin-top: 5%;
	}
	
	.entry .step2 .imgarea img {
		width: 40%;
		float: left;
	}
	
	.entry .step .social {
		width: 100%;
	}
	
	.entry .step .social ul {
		width: 100%;
	}
	
	/* .entry .step .social ul li,
	.entry .step .social ul li:first-child {
		width: 50%;
	} */
	
	.entry .step .social ul li a {
		width: 14vw;
		height: 14vw;
	}
	
	.entry .step .social ul li span {
		font-size: 1.6vw;
	}
	
	
	.entry .step .social ul li a i {
		font-size: 1.6rem;
	}
	
	.step1 p .tab_br {
		display: block;
	}
	
	/* section h3::before {
		width: 80%;
		margin: 0 auto;
		right: 0;
	} */
	
	.target {
		margin-bottom: 30%;
	}
	
	/* .target h3 {
		width: 50%;
		margin-bottom: 14%;
	} */
	
	.target p {
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: left;
		font-size: 3.7vw;
		margin-bottom: 8%;
	}
	
	.target p br {
		display: none;
	}
	
	.form {
		margin-bottom: 26%;
	}
	
	.form h3 {
		letter-spacing: .3rem;
		padding-left: 0;
		margin-bottom: 14%;
	}
	
	/* .form h3::before {
		width: 46%;
	} */
	
	.form ul li h4 {
		font-size: 6.4vw;
		margin-top: 12%;
		margin-bottom: 6%;
	}
	.form ul, .form ol {
		width: 90%;
	}
	.form ul li p {
		width: 90%;
		margin: 0 auto;
		display: block;
		text-align: left;
		font-size: 4vw;
		line-height: 1.5rem;
	}
	
	/* .form ol {
		width: 90%;
		margin: 7% auto 0;
	} */
	
	.form ol li {
		width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size: 4vw;
		line-height: 1.5rem;
		margin-bottom: 7%;
	}
	
	.form .p_margin {
		margin-bottom: 10%;
	}
	
	.form p span {
		font-size: 3vw;
	}
	
	.pc_br {
		display: none;
	}
	
	#accordion {
		width: 90%;
	}
	
	#accordion .ft-ttl h2 {
		font-size: 9vw;
	}
	
	#accordion .ft-ttl {
		margin-bottom: 0;
	}
	
/*���ޡ��ȥۥ������*/

}

@media only screen and (max-width: 414px) {
	.main {
		width: 97vw;
		height: 97vw;
		max-width: 401px;
		min-width: 300px;
		min-height: 300px;
	}
	
	.time {
		width: 69%;
	}
	
	/* #entry ol .step2 h4 {
		top: -39%;
	} */
	
	#entry ol .step3 h4 {
		top: -28%;
	}
}

@media only screen and (max-width: 375px) {
	.main {
		width: 98vw;
		height:98vw;
	}
	
	.main::after {
		height: 20vw;
	}
}


@media only screen and (max-width: 360px) {
	.main {
		width: 97.5vw;
		height: 97.5vw;
		min-height: 300px;
	}
	
	.main::after {
		width: 41vw;
		height: 18vw;
		min-height: 66px
	}
	
	.time {
		width: 50%;
		min-width: 175px;
	}
	
	.time span span {
		font-size: 3.6vw;
	}
}









/*modal*/









/*------------------------------------------------
					responsive
------------------------------------------------*/
@media screen and (min-width: 768px) {
	header .mainImg .mainImg1 {
		max-width: 609px;
		width: 100%;
		margin: 0 auto;
		padding: 110px 0 30px;
	}
	header .mainImg .mainImg2 {
		max-width: 620px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px;
	}
	.modalBox_txt_ttl {
		margin-bottom: 40px;
	}
	.modalBox_txt_thx {
		margin: 0 auto 30px;
	}
	.modalBox_txt_msg {
		margin: 0 auto 25px;
	}
	.modalBox_sns{
		max-width: 380px;
	}
	.modalBox_sns .slick-slide{
		display: flex;
		justify-content: center;
	}
	.modalBox_sns img{
		width: auto;
		height: 380px;
	}
	.modalBox_txt {
		width: 50%;
	}
	.modalBox_txt_msg {
		font-size: 18px;
	}
	.modalBox_txt_close {
		font-size: 20px;
	}
	.award .button {
		width:80%;
		text-align:center;
		margin:0 auto;
	}
	.award .button span {
		background-size: auto;
	}
	.award .button.three span {
		background-size: auto;
	}

}
@media screen and (min-width: 1280px) {
	.pc-hide {display:none;}
	.pc-show {display:block;}
	.award p br {display:inline-block;}

	header h1 {
		background:url('../img/head_bg.png') center center no-repeat;
	}
	header .visual {
		background:url('../img/visual.jpg') center top no-repeat #fafafa;
		padding:2% 10px 7%;
		margin-top:-43px;
		background-size:auto;
	}
	header .visual img {
		padding:10% 0 3%;
	}
	header .visual .text {
		padding:25px 20px 6%;
		font-size:24px;
	}
	header .visual .text strong {
		font-size:28px;
	}
	header .visual .text strong span {
		font-size:34px;
	}

	#closeHead h1 {
		background:url('../img/head_bg.png') center center no-repeat;
		background-color: transparent;
		position: absolute;
		width: 100%;
		top: 0;
	}
	#closeHead .visual {
		background:url('../img/visual.jpg') center top no-repeat #fafafa;
		background-size:auto;
		margin-top: 50px;
	}
	#closeHead .mainImg img {
		display: block;
	}
	#closeHead .mainImg .mainImg1 {
		max-width: 609px;
		width: 100%;
		margin: 0 auto;
		padding: 110px 0 30px;
	}
	#closeHead .mainImg .mainImg2 {
		max-width: 620px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px;
	}
	#closeHead .visual .text {
		padding: 0 0 5%;
	}
	#closeHead .visual .text .text-bb {
		font-size:34px;
	}
	#closeHead .visual .text .text-bb::after {
		height: 13px;
		bottom: 3px;
	}

	/*  modal*/
	.modalBox {
		max-width: 940px;
		padding: 50px 50px 30px;
	}
	.modalBox_sns {
		max-width: 380px;
	}
	.modalBox_txt {
		width: initial;
	}
	.modalBox_txt_ttl {
		max-width: 420px;
		margin-bottom: 40px;
	}
	.modalBox_txt_thx {
		max-width: 385px;
		margin: 0 auto 30px;
	}
	.modalBox_txt_msg {
		font-size: 18px;
		margin: 0 auto 25px;
	}
	.modalBox_txt_close {
		font-size: 20px;
		line-height: 2.5;
	}
	.slick-dots {
		bottom: -30px!important;
	}

	/*social network*/
	.social {
		margin-bottom: 40px;
	}
	.social a.insta,
	.time a.insta {
		background-image: linear-gradient(to bottom right, #df0cb0, #ff7d2f);
		margin:0 1% 0 1%;
	}
	.social a,
	.time a {
		display:inline-block;
		float:none;
		width:25%;
		border-radius:80px;
		padding:30px 0;
	}
	.social a i,
	.time a i {
		font-size:3em;
	}

	.social p {
	font-size: 22px;
	padding: 0;
	}

	.contents .title h2 {
		padding:7% 0 0;
	}
	.contents .title p {
		font-size:20px;
		padding:30px 0;
	}


	.award .align {
		display:inline-block;
	}
	.award p {
		font-size:22px;
		padding:40px 0;
	}
	.award .award-box, .award .small {
		display:inline-block;
		vertical-align:top;
		width:48%;
	}
	.award .award-box {
		padding:0 20px 50px;
	}
	.award .button {
		width:100%;
	}
	.award .button a {
		font-size:20px;
	}
	.award .button span {
		font-size:18px;
		background:url('../img/arrow_right.jpg') 76% no-repeat;
		background-size:auto;
	}
	.award .button.three span {
		background:url('../img/arrow_right.jpg') 88% no-repeat;
		background-size:auto;
	}
	.award .small {
		padding:0 20px;
	}
	.award .small p {
		background:#fafafa;
		padding:40px;
		border-radius:10px;
		font-size:18px;
	}


	.pink-bg {
		padding:6% 0;
	}
	.campaign {
		padding-bottom:10%;
	}
	.campaign .box {
		display:inline-block;
		margin:40px 0 20px;
		width:45.60%;
		padding-bottom: 35px;
	}
	.campaign .height {
		padding-top: 48px;
		padding-bottom: 35px;
	}

	.campaign .img-box {
		display:inline-block;
		margin-top:-15%;
		padding:0 23px;
		vertical-align:middle;
	}
	.campaign img.arrow-btm {
		transform: rotate(-90deg);
	}



	.campaign .social {
		padding:0;
	}
	.campaign .social img {
		display:inline-block;
		width:46%;
	}
	.campaign .social a {
		vertical-align:top;
		margin-top:25px;
	}

	.campaign.item ul {
		padding:5% 0 0;
	}
	.campaign.item li {
		float:none;
		display:inline-block;
		width:32%;
		margin:0 0 23px 9px !important;
	}
	.campaign.item li.two {
		width:48%;
		text-align:right;
		margin:0 9px 23px !important;
	}
	.campaign.item li a span {
		font-size:18px;
		background:url('../img/arrow_right.png') 68% no-repeat;
		background-size:auto;
		display:block;
		padding:5% 0;
	}

	.campaign.item li.two.right {
		text-align:left;
	}
	.campaign.item li:nth-child(2n+2) {
		margin-left:0;
	}
	.campaign.item li a {display:inline-block;}


	.campaign.time .text-box {
		padding:20px 0 0;
	}
	.campaign.time .text-box p {
		font-size:38px;
	}
	.campaign.time .text-box p span {
		font-size:47px;
	}
	.campaign.time .text-box p {
		padding:20px 0;
	}
	.campaign.time .text-box p.gray {
		font-size:23px;
		padding:0;
		margin: 0 0 5%;
	}

	.accordion:after {
		color: #333;
		float: right;
		font-size:22px;
	}

	#accordion {
		padding:6% 0;
	}
	#accordion .ft-ttl {
		margin-bottom:20px;
	}
	#accordion .ft-ttl h2 {
		font-size:42px;
		/* padding:0 18%; */
	}

}


/* waku */

.outside {
	width: 1000px;
	margin: 120px auto 0;
	border: 2px solid #000;
}
.inside {
	width: 978px;
	margin: 11px auto;
	border: 2px solid #000;
}

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

.outside {
	width: 94%;
	margin: 120px auto 0;
}
.inside {
	width: 98%;
	margin: 1% auto;
}
}

@media only screen and (max-width: 599px) {
.outside {
	width: 94%;
	margin: 60px auto 0;
}
.inside {
	width: 98%;
	margin: 1% auto;
}
}