
body {
	background: #000;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	position: relative;
    left: 0;
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
	transition: all .3s;
}
a:hover {
	filter: brightness(1.1);
}
p {
	line-height: 1.6;
}

form#mail_form dl dt.req-2::before {
  content: "必須";
  display: inline-block;
  margin-left: 1em;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background: #c30003;
  border-radius: 5px;
}
.center {
  text-align: center;
}
/*==================================================================================
ヘッダー
==================================================================================*/
header {
	width: 100%;
	background: url("../img/main_bg.png") center top / cover no-repeat;
	padding: 20px 0 0!important;
	position: relative;
	z-index: 9999;
    overflow: hidden;
}
header::before {
	content: "";
	display: block;
	width: 100%;
	height: 8%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
header::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/main_shine.png") center center / contain no-repeat;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 3
}
header .container {
	max-width: 1600px;
}
header .container::before {
	content: "";
	display: block;
	width: 110%;
	max-width: 1600px;
	height: 100%;
	background: url("../img/main_bg_person.png") center bottom 25% / contain no-repeat;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
header img {
	max-width: 1400px;
	margin: auto;
	position: relative;
	z-index: 2;
}
header.entry::before{
	display: none;
}
header.entry .container::before {
	bottom: -20%;
}
header.entry img {
    max-width: 640px;
}

/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
main {
	position: relative;
	z-index: 2;
}
section {
	padding: 60px 0!important;
	position: relative;
}
.container {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 10;
}
.max960 {
    max-width: 960px;
    margin: auto;
}
.boad {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	position: relative;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.separation {
	border-bottom: 1px #999 solid;
	margin: 20px 0;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.align_start {
	align-items: flex-start;
}
.row.align_end {
	align-items: flex-end;
}
.row.align_center {
	align-items: center;
}
.row.just_center {
	justify-content: center;
}
.row.just_start {
	justify-content: flex-start
}
.col2 {
	width: 48%;
}
.col3 {
	width: 32%;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_120 {
	margin-bottom: 120px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_40 {
	margin-right: 40px;
}
.ml_30{
	margin-left: 30px;
}

/* フォント */
h2 {
	padding-left: 200px!important;
	position: relative;
}
h2::after {
	content: "";
	display: block;
	width: 240px;
	height: 100%;
	background: url("../img/boat02.png") left bottom / contain no-repeat;
	position: absolute;
	top: 0;
	left: -30px;
}
#osaka h2::after {
	background-image: url("../img/boat03.png");
}
#fukuoka h2::after {
	background-image: url("../img/boat04.png");
}
h2 img {
	width: 200px;
	pointer-events: none;
}
h3 span {
	display: inline-block;
	padding: .4em .8em;
	background: #000;
	border-radius: 5px;
	color: #fff;
	transform: skewX(-5deg);
}
h3.red span {
	background: #c30d23;
}

.font_14 {
	font-size: 14px;
	line-height: 1.2;
}
.font_16 {
	font-size: 16px;
}
.font_18 {
	font-size: 18px;
}
.font_20 {
	font-size: 20px;
}
.font_24 {
	font-size: 24px;
}
.font_30 {
	font-size: 30px;
}
.font_42 {
	font-size: 42px;
	line-height: 1;
}
.font_50 {
	font-size: 50px;
	line-height: 1;
}
.font_60 {
	font-size: 60px;
	line-height: 1;
}
.font_80 {
	font-size: 80px;
	line-height: 1;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.bold {
	font-weight: 700;
}
.heavy {
	font-weight: 900;
}
.red {
	color: #e60012;
}
.white {
	color: #fff;
}
.sat {
	color: #009fe8;
}
.sun {
	color: #c30d23;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.anker {
	padding-top: 60px;
	margin-top: -60px;
}
.wrap {
	display: inline-block;
	white-space: nowrap;
}
.line1 {
	line-height: 1;
}
.line1_2 {
	line-height: 1.2;
}
.line1_4 {
	line-height: 1.4;
}
.skewX {
	transform: skewX(-5deg);
}

/* ボタン */
.btn {
	display: block;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.btn img {
	max-width: 460px;
	margin: auto;
	transition: all .3s;
}
.btn:hover {
	filter: none;
}
.btn:hover img {
	filter: brightness(1.2);
}
.btn_place {
	display: block;
	box-sizing: border-box;
	padding: .6em 2em;
	border-radius: 100px;
	border: 3px #000 solid;
	background: #fff;
	color: #000;
	position: relative;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.btn_place.osaka {
	border-color: #c30d23;
	color: #c30d23;
}
.btn_place.fukuoka {
	border-color: #009fe8;
	color: #009fe8;
}
.btn_place::before {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	box-sizing: border-box;
	border: 2px #000 solid;
	border-radius: 100px;
	background: #efefef;
	position: absolute;
	top: 4px;
	left: 4px;
}
.btn_place.osaka::before {
	border-color: #c30d23;
	background: #fceaea;
	color: #c30d23;
}
.btn_place.fukuoka::before {
	border-color: #009fe8;
	background: #e0f4fe;
	color: #009fe8;
}
.btn_place::after {
	content: "\025bc";
	display: block;
	font-size: .4em;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.btn_place span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.link {
	text-decoration: underline;
}
/* アニメーション -----------*/
.animated.fadeinup {
	animation: fadeinup 1s;
}
@keyframes fadeinup {
	0% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinup.second {
	animation: fadeinup_2nd 1.2s;
}
@keyframes fadeinup_2nd {
	0% {opacity: 0; transform: translateY(30px);}
	20% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinright {
	animation: fadeinright .6s;
}
@keyframes fadeinright {
	0% {opacity: 0; transform: translateX(30px);}
	100% {opacity: 1; transform: translateX(0);}
}

/*==================================================================================
INDEX
==================================================================================*/
section#expo {
	padding: min(10vw,60px) 0 3vw!important;
    background: #fff;
}
h1 {
	position: relative;
}
h1::after {
	content: "";
	display: block;
	width: 20%;
	height: 100%;
/*	background: url("../img/boat01.png") center top / contain no-repeat;*/
	position: absolute;
    top: -80%;
	right: -5%;
}
/*---------------------------------------------*/
.cont {
	width: calc(100% - 160px);
	padding-top: 5px;
}
section#tokyo,
section#osaka,
section#fukuoka {
	padding: min(14vw,240px) 0 0!important; 
}
section#osaka {
	background: #c30d23;
}
section#fukuoka {
	background: #009fe8;
}
section#tokyo::before,
section#osaka::before,
section#fukuoka::before,
section#info::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/sec_bg01.png") center top / contain no-repeat;
	position: absolute;
	top: -1%;
	left: 0;
}
section#osaka::before {
	background-image: url("../img/sec_bg02.png");
}
section#fukuoka::before {
	background-image: url("../img/sec_bg03.png");
}
section#info::before {
	background-image: url("../img/sec_bg04.png");
}
/* 募集要項 ---------------------------------------------*/
section#info {
	padding: min(14vw,240px) 0 120px!important; 
}
section#info h2 {
	padding-left: 0!important;
}
section#info h2::after {
	display: none;
}
section#info h2 img {
	width: 360px;
}

/*==================================================================================
エントリー
==================================================================================*/
main#entry {
    padding: 60px 0!important;
}
#confirm_field h2 {
    padding-left: 0!important;
}
#confirm_field h2::after {
    display: none;
}

/*==================================================================================
プライバシーポリシー
==================================================================================*/
section#policy h2 {
    padding-left: 0!important;
	margin-bottom: 15px;
	border-bottom: 2px #998577 dashed;
}
section#policy h2::after {
    display: none;
}

/*==================================================================================
サンクスページ
==================================================================================*/
section#thanks {
	min-height: calc(100vh - 165px - 320px);
	box-sizing: border-box;
}
section#thanks h2 {
    padding-left: 0!important;
    padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px #998577 dashed;
}
section#thanks h2::after {
    display: none;
}

/*==================================================================================
フッター
==================================================================================*/
footer {
	padding: 20px 0!important;
	background: #fff;
	position: relative;
}
footer img {
	width: 200px;
	margin: auto;
	position: relative;
	z-index: 2;
	pointer-events: none;
}



.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}



@media screen and (max-width : 960px) {
	.pc {display: none;}
	.tb {display: inline;}
	
	p { font-size: 14px;line-height: 1.4}
	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header .container {
		padding: 0;
	}
	/*==================================================================================
	共通
	==================================================================================*/
	/* レイアウト */
	section {
		padding: 30px 0!important;
	}
	.container {
		max-width: 680px;
	}
	.boad {
		padding: 20px;
		border-radius: 10px;
	}
	.col2,
	.col3 {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
	.col2:last-child,
	.col3:last-child {
		margin-bottom: 0;
	}
	.tb100 {
		width: 100%;
		margin-bottom: 20px;
	}
	.tb100:last-child {
		margin-bottom: 0;
	}
	.mb_10 {
		margin-bottom: 8px;
	}
	.mb_20 {
		margin-bottom: 15px;
	}
	.mb_30 {
		margin-bottom: 20px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
	.mb_120 {
		margin-bottom: 80px;
	}
	.mr_20 {
		margin-right: 10px;
	}
	.mr_40 {
		margin-right: 25px;
	}
	/* フォント */
	h2 {
		padding-left: max(25%,100px)!important;
	}
	h2::after {
		width: max(25%,100px);
		left: 0;
	}
	h2 img {
		width: max(30%,100px);
	}
	.font_16 {
		font-size: 14px;
	}
	.font_18 {
		font-size: 14px;
	}
	.font_20 {
		font-size: 16px;
	}
	.font_24 {
		font-size: 20px;
	}
	.font_30 {
		font-size: 24px;
	}
	.font_42 {
		font-size: 28px;
	}
	.font_50 {
		font-size: 34px;
	}
	.font_60 {
		font-size: 40px;
	}
	.font_80 {
		font-size: 50px;
	}
	/* ボタン */
	.btn {
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
	}
	.btn img {
		max-width: 360px;
	}
	.btn_place {
		border: 2px #000 solid;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	.btn_place::before {
		content: "";
		display: block;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border: 1px #000 solid;
		top: 3px;
		left: 3px;
	}
	.btn_place::after {
		right: 20px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#expo {
		padding: min(12vw,60px) 0 min(8vw, 40px)!important;
	}
    h1 {
        font-size: 20px!important;
    }
	h1::after {
		display: none;
	}
	/*---------------------------------------------*/
	.cont {
		width: 100%;
		padding-top: 0;
	}
	section#tokyo,
	section#osaka,
	section#fukuoka {
		padding: min(14vw,240px) 0 40px!important; 
	}
	/* 募集要項 ---------------------------------------------*/
	section#info {
		padding: min(14vw,240px) 0 40px!important; 
	}
	section#info .cont {
		margin-top: 6px;
	}
	section#info h2 img {
		width: max(40%,180px);
	}
	/*==================================================================================
	エントリー
	==================================================================================*/
	section#entry .boad {
		padding: 20px 0;
	}
	/*==================================================================================
	フッター
	==================================================================================*/
    footer img {
        width: 160px;
    }
}


@media screen and (max-width : 460px) {
	.tb {display: none;}
	.sp {display: inline;}
	/*==================================================================================
	共通
	==================================================================================*/
	.sp100 {
		width: 100%;
		margin-bottom: 10px;
	}
	.sp100:last-child {
		margin-bottom: 0;
	}
	/* フォント */
	.font_20 {
		font-size: 16px;
	}
	.font_24 {
		font-size: 18px;
	}
	.font_30 {
		font-size: 20px;
	}
	.font_42 {
		font-size: 24px;
	}
	.font_50 {
		font-size: 28px;
	}
	.font_60 {
		font-size: 30px;
	}
	.font_80 {
		font-size: 40px;
	}
	/* ボタン */
	.btn img {
		max-width: 300px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#expo .row:first-child {
		margin-bottom: 40px;
	}
	h1 {
        font-size: 16px!important;
	}
	/* 募集要項 ---------------------------------------------*/
	section#info .row:first-child .font_30 {
		font-size: 16px;
	}
}


