@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

@font-face {
	font-family: 'Noto Sans Japanese Medium';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NotoSansCJKjp/NotoSansCJKjp-Medium_sub.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans Japanese Bold';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSansCJKjp/NotoSansMonoCJKjp-Bold_sub.woff') format('woff');
}

@font-face {
	font-family: 'Roboto-Bold';
	font-style: normal;
	src: url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: "Hiragino Kaku Gothic Pro", " ヒラギノ角ゴ Pro W3", " メイリオ", Meiryo, sans-serif;
}

body {
	min-width: 1076px;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #374dad;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
}

@media screen and (max-width:599px) {
html,article {	html,body,article {
min-width: 0;	min-width: 0;
width: 100%;	width: 100%;
overflow-x: hidden;	overflow-x: hidden;
}	}
body {	
min-width: 0;	
width: 100%;	
}	

	main {
		
	}
}

/* -------------------------------------------------
	box
------------------------------------------------- */

.box1057 {
	width: 1057px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:599px) {
	.box1057 {
		width: auto;
	}
	.box-sp {
		width: calc(342 / 375 * 100%);
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-normal {
	margin-bottom: 55px;
	color: #fff;
	font-family: 'Baloo_Bhaina';
	font-size: 38px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
}

@media screen and (max-width:599px) {
	.h-normal {
		margin-bottom: 30px;
		font-size: 30px;
	}
}

/* -------------------------------------------------
	note
------------------------------------------------- */

.note-style1 {
	margin-top: 1em;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:599px) {
	.note-style1 {
		font-size: 12px;
	}
}

/* -------------------------------------------------
	btn
------------------------------------------------- */

.btn-style1 {
	width: 423px;
	height: 64px;
	margin: 0 auto;
	display: block;
	position: relative;
	color: #fff !important;
	text-decoration: none !important;
}
.btn-style1:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.btn-style1 span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	letter-spacing: 0.15em;
	position: relative;
	z-index: 5;
}
.btn-style1::before {
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: #fb8a00;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: transform 0.2s ease-out;
}
.btn-style1::after {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	transform: translateY(-60%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 5;
}

.btn-style2 {
	width: 244px;
	height: 36px;
	margin-top: 34px;
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
	color: #ed8200 !important;
	border: solid 1px #ed8200;
	border-radius: 5px;
	box-sizing: border-box;
	transition: background 0.2s ease-out;
	text-decoration: none !important;
}
.btn-style2:hover {
	text-decoration: none !important;
}

@media print, screen and (min-width:600px) {
	.btn-style1:hover::before {
		transform: scale(1.06);
	}
	/*.btn-style2:not(.no-hover):hover {
		background: #fcecd7;
	}*/
	.btn-style2:not(.no-hover):hover {
		background: #fb8a00;
		color: #fff !important;
	}
}

@media screen and (max-width:599px) {
	.btn-style1 {
		width: calc(322 / 375 * 100vw);
		max-width: 423px;
		height: 55px;
	}
	.btn-style1 span {
		font-size: 18px;
	}
	.btn-style1::before {
		border-radius: 5px;
	}
	.btn-style1::after {
		right: 20px;
	}
}

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

header {
	background: #8266a0;
	height: 45px;
}

header .logos {
	height: 100%;
	padding: 0 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logos a {
	width: 100%;
	display: block;
}
header .logos .left-logo img {
	width: 194px;
}
header .logos .right-logo img {
	width: 156px;
}

@media screen and (max-width:599px) {
	header {
		height: 32px;
	}

	header .logos {
		height: 100%;
		padding: 0;
		justify-content: center;
	}
	header .logos .left-logo img {
		width: 163px;
	}
}

/* -------------------------------------------------
	firstview
------------------------------------------------- */

.firstview {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 90px;
}

@media all and (-ms-high-contrast:none){ /* なぜか「Win7+IE11」だけで画像が小さくなるので、100%にする。 */
	*::-ms-backdrop, .firstview img {width:100%;}
}

.firstview h1 {
	margin: 0;
}
.firstview .row{
	display: flex;
}
.firstview .justify-center{
	justify-content: center;
}
.firstview .h1-ttl img{
 max-width: 597px;
 margin: 0 auto;
 display: block;
}
.firstview .symbol-catch img{
	padding-top:10px;
}
.firstview .ttl{
	margin-top:60px;
}

.firstview .lead-block {
	width: 763px;
	margin: 16px auto 0;
	padding: 15px 0 7px;
	border-top: solid 2px #824a9b;
	border-bottom: solid 2px #824a9b;
	text-align: center;
}
.firstview .lead-block p {
	color: #7e318e;
	font-size: 22px;
	font-family: 'Noto Sans Japanese Medium';
	letter-spacing: 0.1em;
}
.firstview .lead-block p:nth-child(2) {
	margin-top: 9px;
}
.firstview .lead-block p img {
	height: 40px;
	margin-left: 12px;
	display: inline-block;
	vertical-align: -9px;
}

.firstview .btn-style1 {
	margin-top: 30px;
}

#scroll {
	width: 61px;
	height: 60px;
	display: block;
	background: #8266a0;
	font-size: 0;
	text-indent: 70px;
	color: transparent;
	overflow: hidden;
	position: fixed;
	bottom: -60px;
	left: calc(50% - 30px);
	z-index: 20;
	transition: bottom 0.4s ease-out;
}
#scroll.on {
	bottom: 0;
}
#scroll::before,
#scroll::after {
	width: 5px;
	height: 49px;
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 2px);
	top: 11px;
	background: #bebebe;
}
#scroll::after {
	height: 0;
	background: #fff;
	animation: scroll-anim 1.5s ease 0s infinite;
}
@keyframes scroll-anim {
	0% { height:0; top:11px; }
	45% { height:49px; top:11px; }
	55% { height:49px; top:11px; }
	100% { height:49px; top:60px; }
}

@media (max-width: 599px) {
	.firstview {
		width: auto;
		padding: 20px 0 55px;
	}
	.firstview .sp-box {
		margin-left: 4.53%;
		margin-right: 4.53%;
	}
	.firstview .col-xs-4{
		padding-right: 0!important;
	}
	.firstview .three-symbol{
		margin-top:10px;
	}
	.firstview .symbol-catch{
		display: none;
	}
	.firstview .ttl{
		margin-top:20px;
	}
	
	.firstview .lead-block {
		width: 100%;
		margin: 13px auto 0;
		padding: 11px 0 9px;
	}
	.firstview .lead-block p {
		font-size: 16px;
		letter-spacing: 0;
	}
	.firstview .lead-block p:nth-child(2) {
		margin-top: 4px;
	}
	.firstview .lead-block p img {
		margin: 5px 0 0;
		vertical-align: 0;
	}
	
	.firstview .btn-style1 {
		margin-top: 18px;
	}
}

/* -------------------------------------------------
	online
------------------------------------------------- */

#online {
	padding: 80px 0 55px;
	background: #fdfbed;
	border-bottom: solid 2px #fff;
	text-align: center;
}
#online .large {
	font-size: 35px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
	display: block;
	color: #7e318e;
}
#online .large.l2 {
	margin-top: -13px;
}
#online .large.l2 .zero {
	font-family: 'Roboto-Bold';
	font-size: 70px;
	color: #fb8900;
	display: inline-block;
	vertical-align: baseline;
}
#online .large.l2 .yen {
	font-family: 'Noto Sans Japanese Bold';
	font-size: 36px;
	color: #fb8900;
	display: inline-block;
	vertical-align: baseline;
}
#online .lead {
	margin: 0.5em 0 1em;
	font-size: 24px;
	color: #7e318e;
	font-family: 'Noto Sans Japanese Medium';
}
#online ul {
	width: 840px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	background: url(../img/plus.png) no-repeat center center;
}
#online ul li {
	width: 366px;
	height: 366px;
	padding: 5px;
	box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transform-origin: left center;
	transition: transform 0.2s ease-in;
	overflow: hidden;
}
#online ul li.with-anim::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	right: 30%;
	top: 30%;
	width: 200%;
	height: 35%;
	background: #fc8800;
	margin-left: -50%;
	transform: rotate(140deg);
	transform-origin: right center;
	opacity: 0;
	animation: anim1 2.6s ease-in-out 0s infinite;
}
@keyframes anim1 {
	0% {opacity: 0; transform: rotate(140deg);}
	5% {opacity: 0;}
	20% {opacity: 1;}
	70% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0; transform: rotate(860deg);}
}
#online ul li::after {
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: 3;
	background: #fdfbed;
	content: "";
	display: block;
	left: 5px;
	top: 5px;
}
#online ul li span {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #d4d4d2;
	content: "";
	display: block;
	left: 0;
	top: 0;
}
#online ul li img {
	z-index: 4;
}
#online ul li:first-child img {
	width: 206px;
	position: relative;
	left: 5px;
}
#online ul li:last-child img {
	width: 253px;
	position: relative;
	left: 8px;
}
#online .sub-text {
	margin: 2.2em 0 1em;
	color: #373737;
	font-size: 18px;
	font-family: 'Noto Sans Japanese Bold';
	letter-spacing: 0.1em;
}

@media (max-width: 599px) {
	#online {
		padding: 35px 0 55px;
		background: #fdfbed;
		border-bottom-width: 7px;
	}
	#online .large {
		font-size: 23px;
		line-height: 1;
	}
	#online .large.l2 {
		margin-top: 8px;
	}
	#online .large.l2 .zero {
		font-size: 42px;
		vertical-align: -5px;
	}
	#online .large.l2 .yen {
		font-size: 23px;
	}
	#online .lead {
		margin: 0.4em 0 1.8em;
		font-size: 17px;
		line-height: 1.5;
	}
	#online ul {
		width: auto;
		display: block;
	}
	#online ul li {
		width: 100%;
	}
	#online ul li + li {
		margin-top: 95px;
	}
	#online ul li:last-child img {
		left: 7px;
	}
	#online .sub-text {
		font-size: 16px;
	}
}

/* -------------------------------------------------
	feature
------------------------------------------------- */

#feature {
	padding: 65px 0 75px;
	background: #f4f4f1;
	text-align: center;
}
#feature .inner {
	width: 838px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast:none){ /* なぜか「Win7+IE11」だけで画像が小さくなるので、100%にする。 */
	*::-ms-backdrop, #feature ul img {width:100%;}
}

#feature .headline {
	font-size: 35px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
	color: #7e318e;
}
#feature .lead {
	margin-top: 0.5em;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Medium';
	color: #7e318e;
}
#feature .desc {
	margin-top: 2.3em;
	font-size: 18px;
}
#feature ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
#feature ul li {
	width: 244px;
	margin-right: 53px;
}
#feature ul li .note {
	margin-top: 6px;
	font-size: 12px;
	color: #fb8900;
	text-align: left;
}
#feature .more {
	padding: 15px 0;
	margin-top: 40px;
	display: block;
	border: solid 3px #e8e0d6;
	background: #fff;
}
#feature .more:hover {
	text-decoration: none;
}
#feature .more .text1 {
	color: #6d6d6d;
	font-size: 18px;
}
#feature .more .text2 {
	color: #814a9b;
	font-size: 16px;
	font-family: 'Noto Sans Japanese Bold';
}
#feature .more .text2 .num {
	margin: 0 3px;
	font-size: 40px;
	font-family: 'Roboto-Bold';
	display: inline-block;
	vertical-align: middle;
}
#feature .more .btn-style2 {
	margin-top: 10px;
}
#feature .member {
	margin: 2em 0 1.4em;
	color: #373737;
	font-size: 18px;
	font-family: 'Noto Sans Japanese Bold';
	letter-spacing: 0.1em;
}

@media print, screen and (min-width:600px) {
	#feature ul li:nth-child(3n) {
		margin-right: 0;
	}
	#feature ul li:nth-child(3) ~ li {
		margin-top: 33px;
	}
	#feature ul li a {
		transition: opacity 0.2s ease-out;
	}
	#feature ul li a:hover {
		opacity: 0.7;
	}
	#feature .more {
		transition: background 0.2s ease-out;
	}
	#feature .more:hover {
		background: #f1ece6;
		text-decoration: none;
	}
	#feature .more .btn-style2 {
		transition: all 0.2s ease-out;
	}
	#feature .more:hover .btn-style2 {
		background: #fb8a00;
		color: #fff!important;
	}
}

@media (max-width: 599px) {
	#feature {
		padding: 53px 0;
	}
	#feature .inner {
		width: auto;
	}
	#feature .headline {
		line-height: 1.4;
		font-size: 23px;
	}
	#feature .lead {
		margin-top: 0.6em;
		font-size: 17px;
		line-height: 1.5;
	}
	#feature .desc {
		margin-top: 1.5em;
		line-height: 1.4;
		font-size: 14px;
	}
	#feature ul {
		margin-top: 20px;
		display: block;
		text-align: center;
	}
	#feature ul li {
		width: 271px;
		margin: 0 auto;
		display: block;
	}
	#feature ul li + li {
		margin-top: 50px;
	}
	#feature ul li a {
		width: 271px;
		padding: 13px;
		display: block;
		background: #fff;
		box-sizing: border-box;
	}
	#feature ul li a img {
		width: 244px;
	}
	#feature ul li .note {
		margin-top: 9px;
		position: absolute;
	}
	#feature .more {
		margin-top: 50px;
		border-color: #e7bb53;
	}
	#feature .more .btn-style2 {
		margin-top: 6px;
	}
	#feature .member {
		margin: 2em 0 1em;
		font-size: 16px;
		line-height: 1.4;
	}
}

/* -------------------------------------------------
	yomipo
------------------------------------------------- */

#yomipo {
	padding: 80px 0 70px;
	text-align: center;
}
#yomipo .headline .large {
	font-size: 35px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
	display: block;
	color: #7e318e;
}
#yomipo .headline img {
	margin-top: 20px;
	width: 327px;
}
#yomipo .lead {
	margin-top: 34px;
	font-size: 20px;
	color: #060000;
}
#yomipo .desc {
	margin-top: 30px;
	font-size: 18px;
	color: #ed8200;
}
#yomipo .desc strong {
	margin-top: 7px;
	font-size: 28px;
	display: block;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
}
#yomipo ul {
	margin-top: 17px;
	display: flex;
	justify-content: center;
}
#yomipo ul li {
	width: 244px;
}
#yomipo ul li + li {
	margin-left: 52px;
}

@media (max-width: 599px) {
	#yomipo {
		padding: 50px 0 60px;
	}
	#yomipo .headline .large {
		font-size: 23px;
		line-height: 1.3;
	}
	#yomipo .headline img {
		width: 254px;
	}
	#yomipo .lead {
		margin-top: 28px;
		font-size: 16px;
		line-height: 1.5;
		text-align: left;
	}
	#yomipo .desc strong {
		font-size: 24px;
	}
	#yomipo ul {
		display: block;
	}
	#yomipo ul li {
		width: 100%;
	}
	#yomipo ul li + li {
		margin: 19px 0 0;
	}
	#yomipo ul li img {
		width: 244px;
	}
}

/* -------------------------------------------------
	regist
------------------------------------------------- */

#regist {
	padding: 70px 0 60px;
	text-align: center;
	background: #e6ebee;
}
#regist .headline {
	color: #7e318e;
	position: relative;
}
#regist .headline .large {
	font-size: 35px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
}
#regist .headline::after {
	width: 139px;
	height: 103px;
	background: url(../img/fukidashi.png) no-repeat 0 0;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(320px,-50%);
}
#regist .lead {
	margin-top: 10px;
	font-size: 20px;
	color: #7e318e;
	font-family: 'Noto Sans Japanese Medium';
}
#regist .step {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#regist .step li:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}
#regist .step li:nth-child(2)::before,
#regist .step li:nth-child(2)::after {
	content: "";
	width: 0;
	height: 0;
	margin: 0 35px;
	border-width: 16px 0 16px 25px;
	border-color: transparent transparent transparent #ef8429;
	border-style: solid;
	display: inline-block;
}
#regist .desc {
	margin-top: 35px;
	font-size: 16px;
	font-family: 'Noto Sans Japanese Medium';
	color: #262626;
}
#regist .desc strong {
	margin-top: 8px;
	font-size: 18px;
	font-family: 'Noto Sans Japanese Bold';
	display: block;
}
#regist .btn-style1 {
	margin-top: 20px;
}
#regist .note {
	margin-top: 38px;
	color: #151515;
}

@media (max-width: 599px) {
	#regist {
		padding: 50px 0;
	}
	#regist .headline .large {
		font-size: 23px;
	}
	#regist .headline .sub {
		width: 182px;
		height: 30px;
		background: #fff;
		border-radius: 15px;
		font-size: 17px;
		font-family: 'Noto Sans Japanese Medium';
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 5px auto 0;
	}
	#regist .headline::after {
		display: none;
	}
	#regist .lead {
		margin-top: 0.8em;
		font-size: 17px;
		line-height: 1.5;
	}
	#regist .step {
		margin-top: 25px;
		display: block;
	}
	#regist .step li {
		width: 140px;
		margin: 0 auto;
		position: relative;
	}
	#regist .step li:nth-child(2) {
		display: block;
		width: 244px;
		padding: 40px 0;
	}
	#regist .step li:nth-child(2)::before,
	#regist .step li:nth-child(2)::after {
		margin: 0;
		border-width: 18px 12px 0 12px;
		border-color: #ef8429 transparent transparent transparent;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	#regist .step li:nth-child(2)::after {
		top: auto;
		bottom: 10px;
	}
	#regist .desc {
		margin-top: 25px;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: -1px;
		white-space: nowrap;
	}
	#regist .desc strong {
		margin-top: 0px;
		font-size: 16px;
	}
	#regist .btn-style1 {
		margin-top: 17px;
	}
	#regist .note {
		margin-top: 30px;
		line-height: 1.5;
		text-align: left;
	}
}

/* -------------------------------------------------
	campaign
------------------------------------------------- */

#campaign {
	padding: 65px 0 60px;
	text-align: center;
}
#campaign .cam-box {
	margin-bottom: 40px;
	padding: 40px 0;
	border: solid 5px #bda2cc;
}
#campaign .cam-box .lead {
	font-size: 18px;
	font-weight: bold;
	color: #040404;
}
#campaign .cam-box .headline {
	margin-top: 0.5em;
	font-size: 35px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans Japanese Bold';
	display: block;
	color: #7e318e;
}
#campaign .cam-box .headline strong {
	font-family: 'Noto Sans Japanese Bold';
	color: #f00;
}
#campaign .cam-box .date {
	margin-top: 1em;
	font-size: 24px;
	color: #7e318e;
}
#campaign .cam-box .choice {
	width: 993px;
	margin: 15px auto 0;
	padding: 0.7em 0 0.6em;
	background: #a888ba;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#campaign .cam-box ul {
	width: 993px;
	margin: 34px auto 0;
	text-align: left;
}
#campaign .cam-box ul li {
	position: relative;
	box-sizing: border-box;
}
#campaign .cam-box ul li .title {
	font-size: 18px;
	font-family: 'Noto Sans Japanese Bold';
}
#campaign .cam-box ul li .title .small {
	font-size: 16px;
	font-family: 'Noto Sans Japanese Bold';
	vertical-align: 1px;
	display: inline-block;
}
#campaign .cam-box ul li .desc {
	margin-top: 0.7em;
	font-size: 16px;
	line-height: 1.3;
}
#campaign .cam-box ul li .desc span{
	font-size: 13px;
}
#campaign .cam-box ul li .sub {
	font-size: 14px;
	line-height: 1.3;
}

#campaign .price {
	width: 321px;
	margin: 0 auto;
	display: block;
}
#campaign .note-style1 {
	margin-top: 1.5em;
}
#campaign .btn-style1 {
	margin-top: 35px;
}

#campaign .note{
	display: table;
    margin: 2em auto 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

@media print, screen and (min-width:600px) {
	#campaign .cam-box ul li:first-child {
		width: 555px;
		padding-left: 100px;
		float: left;
	}
	#campaign .cam-box ul li:not(:first-child) {
		width: calc(993px - 555px);
		padding-left: 37px;
		float: right;
	}
	#campaign .cam-box ul li:nth-child(2) {
		margin-top: -15px;
	}
	#campaign .cam-box ul li:nth-child(3) {
		margin: 8px 0;
	}
	#campaign .cam-box ul li:first-child .fig {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#campaign .cam-box ul li:not(:first-child) .fig {
		display: inline-block;
		position: absolute;
		left: 0;
	}
	#campaign .cam-box ul li:first-child .fig {
		width: 82px;
	}
	#campaign .cam-box ul li:nth-child(2) .fig {
		width: 28px;
		top: 5px;
	}
	#campaign .cam-box ul li:nth-child(3) .fig {
		width: 26px;
		top: 10px;
	}
	#campaign .cam-box ul li:nth-child(4) .fig {
		width: 24px;
		top: 10px;
	}
	#campaign .cam-box ul li:not(:first-child) .title {
		padding-right: 1em;
		display: inline-block;
		vertical-align: 0;
	}
	#campaign .cam-box ul li:not(:first-child) .title .small {
		margin-left: 0.5em;
	}
	#campaign .cam-box ul li:not(:first-child) .desc {
		display: inline-block;
		vertical-align: 1px;
	}
}

@media (max-width: 599px) {
	#campaign {
		padding: 40px 0 60px;
	}
	
	#campaign .cam-box {
		margin-bottom: 35px;
		padding: 30px 0 40px;
	}
	#campaign .cam-box .lead {
		font-size: 16px;
		line-height: 1.3;
	}
	#campaign .cam-box .headline {
		margin-top: 0.7em;
		font-size: 24px;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
	#campaign .cam-box .date {
		font-size: 18px;
	}
	#campaign .cam-box .choice {
		width: auto;
		padding: 0.7em 1em 0.6em;
		margin: 15px 17px 0;
		font-size: 14px;
	}

	#campaign .cam-box ul {
		width: auto;
		margin: 7px 17px 0;
	}
	#campaign .cam-box ul li {
		padding: 20px 0 17px 47px;
		border-bottom: solid 1px #a888ba;
	}
	#campaign .cam-box ul li .fig {
		position: absolute;
		left: 0;
		top: 20px;
	}
	#campaign .cam-box ul li:first-child .fig {
		width: 32px;
	}
	#campaign .cam-box ul li:nth-child(2) .fig {
		width: 26px;
		left: 3px;
	}
	#campaign .cam-box ul li:nth-child(3) .fig {
		width: 26px;
		left: 2px;
	}
	#campaign .cam-box ul li:nth-child(4) .fig {
		width: 26px;
		left: 5px;
	}
	#campaign .cam-box ul li .title {
		font-size: 18px;
	}
	#campaign .cam-box ul li .title .small {
		font-size: 16px;
	}
	#campaign .cam-box ul li .desc {
		font-size: 15px;
	}
	
	#campaign .price {
		width: 90%;
		max-width: 320px;
	}
	#campaign .note{
	width: 90%;
    margin: 1em auto 0;
}

}

/* -------------------------------------------------
	other-info
------------------------------------------------- */

#other-info {
	padding: 75px 0 80px;
	background: #f4f3ef;
}
#other-info .headline {
	font-size: 35px;
	color: #6c6b6b;
	font-family: 'Noto Sans Japanese Medium';
	text-align: center;
	letter-spacing: 0.1em;
}
#other-info .info-lead {
	width: 750px;
	margin: 2em auto 0;
	font-size: 14px;
	color: #151515;
	line-height: 1.5;
}
#other-info ul {
	margin-top: 52px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#other-info ul li {
	width: 329px;
}
#other-info ul li .title {
	margin-top: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #010101;
}
#other-info ul li .desc {
	margin-top: 7px;
	font-size: 13px;
}
#other-info ul li a {
	margin-top: 8px;
	font-size: 12px;
	display: inline-block;
}
#other-info ul li a::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #000;
	border-style: solid;
	margin-left: 5px;
}

@media (max-width: 599px) {
	#other-info {
		padding: 60px 0;
	}
	#other-info .headline {
		font-size: 23px;
	}
	#other-info .info-lead {
		width: auto;
	}
	#other-info ul {
		margin-top: 25px;
	}
	#other-info ul li {
		width: 100%;
		text-align: center;
	}
	#other-info ul li + li {
		margin-top: 40px;
	}
	#other-info ul li img {
		width: 96%;
		max-width: 360px;
	}
	#other-info ul li .title {
		margin-top: 12px;
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	padding: 43px 0 22px;
	text-align: center;
}
footer .logo img {
	height: 28px;
}
footer .copyright {
	margin-top: 1.5em;
	font-size: 13px;
	color: #2b2b2b;
}

@media (max-width: 599px) {
	footer {
		padding: 24px 0 28px;
	}
}

/* -------------------------------------------------
	region-modal
------------------------------------------------- */

.modal-wrap {
	display: none;
}

#region-modal {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}
#region-modal .modal-title {
	padding: 25px 18px 15px;
	font-size: 24px;
	border-bottom: solid 1px #dcdcdc;
}
#region-modal .modal-body {
	padding: 15px 18px;
}
#region-modal .modal-lead {
	font-size: 14px;
	line-height: 1.5;
}
#region-modal dl {
	margin-top: 15px;
	padding: 18px 4.5%;
	background-color: #e8effd;
	border-radius: 10px;
}
#region-modal dt {
	margin-bottom: 5px;
	color: #0a68b0;
	font-size: 19px;
	line-height: 1.2;
	font-weight: bold;
}
#region-modal dd {
	font-size: 14px;
	line-height: 1.5;
}
#region-modal dd + dt {
	margin-top: 20px;
}
#region-modal ul {
	margin-top: 15px;
	list-style-type: disc;
	margin-left: 25px;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 599px) {
	#region-modal {
		width: 100%;
		border-radius: 5px;
	}
	#region-modal .modal-title {
		padding: 15px 13px 10px;
		font-size: 15px;
	}
	#region-modal .modal-body {
		padding: 15px 13px;
	}
	#region-modal .modal-lead {
		font-size: 13px;
		line-height: 1.4;
	}
	#region-modal dl {
		margin-top: 13px;
		padding: 10px 4.5%;
		border-radius: 5px;
	}
	#region-modal dt {
		font-size: 14px;
	}
	#region-modal dd {
		font-size: 13px;
		line-height: 1.4;
	}
	#region-modal dd + dt {
		margin-top: 15px;
	}
	#region-modal ul {
		font-size: 13px;
		line-height: 1.4;
	}
}

/* -------------------------------------------------
	step animation
------------------------------------------------- */

/* step */

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.0, 1.0, 1.0);
    transform: scale3d(1.0, 1.0, 1.0);
  }

  35% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  70% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.0, 1.0, 1.0);
    transform: scale3d(1.0, 1.0, 1.0);
  }

  35% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  70% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@media print, screen and (min-width:600px) {
	
	#regist .step li img {
		opacity: 0;
	}
	
	#regist .step.on li img {
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 0.75s;
		animation-duration: 0.75s;
		-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
	}
	#regist .step.on li:nth-child(2) img {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
	#regist .step.on li:nth-child(3) img {
		-webkit-animation-delay: 1.0s;
		animation-delay: 1.0s;
	}
}



.note2 {	
font-size: 14px!important;	
margin-top: 30px;	
color: #151515;	
}	
@media print, screen and (min-width:600px) {	
.firstview .note2 {	
margin-top: 30px;	
color: #151515;	
text-align: center;	
}	
}	
@media print, screen and (max-width:599px) {	
.firstview .note2 {	
margin: 30px auto 0;	
color: #151515;	
width: 85%;	
line-height: 1.5;	
}	
#online .note2 {	
margin: 30px auto 0;	
color: #151515;	
width: 95%;	
line-height: 1.5;	
text-align: left;	
}	
#feature .note2 {	
margin: 30px auto 0;	
color: #151515;	
width: 95%;	
line-height: 1.5;	
text-align: left;	
}	
.camp-area .note2 {	
margin: 30px auto 0;	
color: #151515;	
width: 95%;	
line-height: 1.5;	
text-align: left;	
}	
}	

/* -------------------------------------------------
	other
------------------------------------------------- */

/* responsive */

@media print, screen and (min-width:600px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:599px) {
	.sp-none {
		display: none !important;
	}
}

/* clearfix */

.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: "";
	height: 0;
	display: block;
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 1057px !important;
	}
}
