@charset "utf-8";

/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
	/* background-image: url(../img/bg_main.png), url("../../img/bg_main.png") ;
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto, contain;
  background-position: top -500px center, top center; */
	background: url("../../img/bg_main.png") #333;
	background-repeat: repeat-y, repeat;
	background-size: contain, contain;
	background-position: top center, center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	display: inline-block;
	color: #f4435d;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	text-decoration: underline;
}
.ls-01 {
	letter-spacing: -0.1em;
}
.ls-02 {
	letter-spacing: -0.2em;
}
.ls-03 {
	letter-spacing: -0.3em;
}

@media screen and (max-width:640px) {
	.onlyPC {
		display: none !important;
	}

	.onlySP {
		display: block;
	}
}

@media screen and (min-width:641px) {
	.onlyPC {
		display: block;
	}

	.onlySP {
		display: none !important;
	}
}

/* ---------------------------------------------------------------------------
 * アニメーション
---------------------------------------------------------------------------*/
.section-slideIn {
	opacity: 0;
}

.sectionSlideIn {
	animation: sectionSlideIn 1s ease-in;
	animation-fill-mode: both;
}

@keyframes sectionSlideIn {
	from {
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.section-fadeIn {
	opacity: 0;
}

.sectionFadeIn {
	animation: sectionFadeIn 1s ease-in;
	animation-fill-mode: both;
}

@keyframes sectionFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* =============================================
 TOP
============================================= */
.header_wrap {
	position: relative;
	overflow: hidden;
}

.header {
	padding: 100px 0 50px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.header_logo {
	width: 94%;
	margin: 0 auto 30px;
}

.header_logo p {
	font-family: GSanSerif-U;
	color: #d50000;
	font-size: 3rem;
	font-style: italic;
}

@media screen and (max-width:1000px) {
	.header_logo p {
		font-size: 2.0rem;
	}
}

@media screen and (max-width:640px) {
	.header_logo p {
		font-size: 2.4rem;
	}
}

.txt_date {
	width: 94%;
	margin: 0 auto 10px;
}

.txt_date img {
	display: none;
}

.txt_date:before {
	content: "";
	width: 100%;
	padding-top: 53px;
	background: url(../img/pc/txt_date_0405_2.png) center center no-repeat;
	background-size: contain;
	display: block;
}

.txt_date.oa_0412:before {
	background: url(../img/pc/txt_date_0412.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0419:before {
	background: url(../img/pc/txt_date_0419.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0426:before {
	background: url(../img/pc/txt_date_0426.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0503:before {
	background: url(../img/pc/txt_date_0503.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0510:before {
	background: url(../img/pc/txt_date_0510.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0517:before {
	background: url(../img/pc/txt_date_0517.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0524:before {
	background: url(../img/pc/txt_date_0524.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0531:before {
	background: url(../img/pc/txt_date_0531.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0607:before {
	background: url(../img/pc/txt_date_0607.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0614:before {
	background: url(../img/pc/txt_date_0614.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0621:before {
	background: url(../img/pc/txt_date_0621.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0628:before {
	background: url(../img/pc/txt_date_0628.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0705:before {
	background: url(../img/pc/txt_date_0705.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0712:before {
	background: url(../img/pc/txt_date_0712.png) center center no-repeat;
	background-size: contain;
}

.txt_date.oa_0726:before {
	background: url(../img/pc/txt_date_0726.png) center center no-repeat;
	background-size: contain;
}

.oa_0726:before {
	padding-top: 100px;
}

.txt_catch {
	margin: 0 0 20px;
}

.txt_catch img {
	display: none;
}

.txt_catch:before {
	content: "";
	width: 100%;
	padding-top: 262px;
	background: url(../img/pc/txt_catch.png) center center no-repeat;
	background-size: contain;
	display: block;
}

.nav {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nav li {
	width: 36%;
}

.nav li:first-child {
	width: 26%;
}

.nav a {
	height: 100px;
	padding: 10px;
	border: 3px solid #000;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #000;
	position: relative;
	display: block;
	text-indent: -9999px;
}

.nav a:before {
	content: "";
	width: 24px;
	height: 23px;
	background: url(../img/bg_btn_gloss_top.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 3px;
}

.nav a:after {
	content: "";
	width: 24px;
	height: 23px;
	background: url(../img/bg_btn_gloss_bot.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 2px;
	right: 3px;
}

.nav li:nth-child(1) a {
	background: url(../img/nav_01.png) center center no-repeat #1da1f2;
}

.nav li:nth-child(2) a {
	background: url(../img/pc/nav_02.png) center center no-repeat #1da1f2;
}

.nav li:nth-child(3) a {
	background: url(../img/nav_03.png) center center no-repeat #1da1f2;
}

.nav.item2 {
	margin: 30px auto 0;
	display: block;
}

.nav.item2 li {
	width: 40%;
	margin: 0 1%;
	display: inline-block;
}

.nav.item2 li:nth-child(2) a {
	background: url(../img/nav_03.png) center center no-repeat #1da1f2;
}

.nav li:first-child {
	width: 40%;
}

#canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-animation: fadeIn 8s ease 1;
	animation: fadeIn 8s ease 1;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@media screen and (max-width:1200px) {
	.txt_catch:before {
		padding-top: 20.4%;
	}
}

@media screen and (max-width:900px) {
	.header_wrap {
		background: url(../img/pc/bg_silhouette.png) top 10px center no-repeat;
		background-size: 125%;
	}

	.header {
		padding: 12% 0 50px;
	}

	/*.header_logo {
    width: 85%;
    margin: 0px auto 20px;
  }*/
	.txt_catch {
		transform: scale(1.1);
	}

	.nav {
		width: 94%;
	}

	.nav li:nth-child(1) a {
		background: url(../img/nav_01.png) center center no-repeat #1da1f2;
		background-size: auto 28.8px;
	}

	.nav li:nth-child(2) a {
		background: url(../img/smp/nav_02.png) center center no-repeat #1da1f2;
		background-size: auto 51.3px;
	}

	.nav li:nth-child(3) a {
		background: url(../img/nav_03.png) center center no-repeat #1da1f2;
		background-size: auto 51.3px;
	}
}

@media screen and (max-width:640px) {
	.header_wrap {
		background: url(../img/smp/bg_silhouette.png) top 10px center no-repeat;
		background-size: 100%;
	}

	.header {
		padding: 19% 0 30px;
	}

	.header_logo {
		width: 95%;
		margin: 0 auto 5px;
	}

	.txt_date {
		margin: 0 auto;
	}

	.txt_date img {
		display: inline;
	}

	.txt_date[class*="oa_"] {
		width: 74%;
	}

	.txt_date:before {
		content: none;
	}

	.txt_catch {
		margin: 0 0 5px;
		transform: scale(1.0);
	}

	.txt_catch img {
		display: inline;
	}

	.txt_catch:before {
		content: none;
	}

	.nav {
		justify-content: center;
	}

	.nav li {
		width: 94%;
		margin: 0 0 10px;
	}

	.nav.item2 li {
		width: 94%;
	}

	.nav li:first-child {
		width: 94%;
		margin: 0 0 10px;
	}

	.nav li:last-child {
		margin: 0;
	}

	.nav a {
		height: 70px;
	}

	.nav li:nth-child(1) a {
		background: url(../img/nav_01.png) center center no-repeat #1da1f2;
		background-size: auto 26px;
	}

	.nav li:nth-child(2) a {
		background: url(../img/pc/nav_02.png) center center no-repeat #1da1f2;
		background-size: auto 26px;
	}

	.nav.item2 li:nth-child(2) a {
		background: url(../img/nav_03.png) center center no-repeat #1da1f2;
		background-size: auto 45px;
	}

	.nav li:nth-child(3) a {
		background: url(../img/nav_03.png) center center no-repeat #1da1f2;
		background-size: auto 45px;
	}
}

/* =============================================
 navigator
============================================= */
.navigator_wrap {
	padding: 40px 0;
	background: url(../img/bg_navigator.png) bottom center no-repeat #1b71c2;
}

.navigator {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	position: relative;
}

.navigator:before {
	content: "";
	width: 52%;
	height: 5px;
	background: url(../img/line_dot.png) top left repeat-x;
	background-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.navigator:after {
	content: "";
	width: 52%;
	height: 5px;
	background: url(../img/line_dot.png) bottom left repeat-x;
	background-size: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.navigator .img_col {
	width: 43%;
	display: table-cell;
	vertical-align: top;
}

.navigator .img_navigator_box {
	width: 100%;
	padding-top: 69.76%;
	background: url(../img/img_navigator.jpg) center no-repeat;
	background-size: contain;
}

.navigator .img_navigator_box img {
	display: none;
}

.navigator .txt_col {
	width: 57%;
	padding: 0 0 0 4.5%;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.navigator .txt_col .txt_navigator_box {
	height: 100%;
	text-align: center;
}

.navigator .txt_col p+p {
	margin-top: 2.8%;
}

.navigator .txt_col .txt_navigator {
	width: 84%;
}

.navigator .txt_col .btn_navigator {
	width: 57%;
}

@media screen and (max-width:640px) {
	.navigator {
		width: 88%;
		display: block;
	}

	.navigator:before, .navigator:after {
		content: none;
	}

	.navigator .img_col {
		width: 100%;
		display: block;
	}

	.navigator .txt_col {
		width: 100%;
		height: auto;
		padding: 5% 0 0 0;
		display: block;
	}

	.navigator .txt_col .txt_navigator_box {
		padding: 6% 0;
		background: url(../img/line_dot.png) top left repeat-x, url(../img/line_dot.png) bottom left repeat-x;
		background-size: 10px;
	}
}

/* =============================================
 印刷
============================================= */
@media print {
	.navigator_wrap {
		display: none !important;
	}
}

/* =============================================
 outline
============================================= */
.outline_wrap {
	background: url(../img/pc/bg_blackboard.jpg) top center no-repeat #384d39;
}

.outline {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 60px;
	position: relative;
	color: #fff;
	font-size: 1.3rem;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	text-align: center;
}

.outline h2 {
	margin: 0 auto 30px;
	text-align: center;
}

.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.description {
	margin: 0 0 50px;
	margin: 50px 0;
	font-size: 1.625rem;
	line-height: 1.4;
}

.description span {
	color: #ffea00;
}

.btn_apply a {
	max-width: 500px;
	height: 100px;
	margin: 0 auto;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	display: block;
}

.btn_apply a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 25px;
}

.btn_apply a:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}

.btn_twitter {
	padding: 15px 20px 14px 60px;
	background: url(../img/icon_twitter_wt.png) left 20px center no-repeat #1da1f2;
	background-size: 26px;
	border: 3px solid #000;
	border-radius: 100px;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #000;
	display: block;
	position: absolute;
	top: 80px;
	right: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.1;
	text-shadow:
		#0c4466 2px 0px, #0c4466 -2px 0px, #0c4466 0px -2px, #0c4466 0px 2px, #0c4466 2px 2px, #0c4466 -2px 2px, #0c4466 2px -2px, #0c4466 -2px -2px, #0c4466 1px 2px, #0c4466 -1px 2px, #0c4466 1px -2px, #0c4466 -1px -2px, #0c4466 2px 1px, #0c4466 -2px 1px, #0c4466 2px -1px, #0c4466 -2px -1px;
}

@media screen and (max-width:640px) {
	.outline_wrap {
		background: url(../img/smp/bg_blackboard.jpg) top center no-repeat #384d39;
		background-size: 110%;
	}

	.outline {
		padding: 30px 3% 30px;
		font-size: 1.125rem;
		line-height: 1.5;
		text-align: left;
	}

	.outline h2 {
		max-width: 320px;
		margin: 0 auto 15px;
	}

	.description {
		margin: 0 0 30px;
		margin: 30px 0;
		font-size: 1.25rem;
	}

	.btn_twitter {
		max-width: 230px;
		margin: 30px auto 0;
		position: static;
		font-weight: 600;
	}
}

/* =============================================
 contents
============================================= */
.ttl_introduction_wrap {
	max-width: 760px;
	margin: 0 auto;
	position: relative;
}

.ttl_introduction_wrap:before, .ttl_introduction_wrap:after {
	content: "";
	width: 106px;
	height: 103px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
}

.ttl_introduction_wrap:before {
	background: url(../img/bg_introduction_left.png) 0 0 no-repeat;
	background-size: contain;
	left: -60px;
}

.ttl_introduction_wrap:after {
	background: url(../img/bg_introduction_right.png) 0 0 no-repeat;
	background-size: contain;
	right: -60px;
}

.ttl_ontwitter_wrap {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.ttl_ontwitter_wrap:before {
	content: "";
	width: 115px;
	height: 71px;
	margin-top: -35px;
	background: url(../img/bg_ontwitter_left.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -90px;
}

.ttl_ontwitter_wrap:after {
	content: "";
	width: 146px;
	height: 124px;
	margin-top: -62px;
	background: url(../img/bg_ontwitter_right.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -80px;
}

.description_ontwitter {
	max-width: 820px;
	margin: 30px auto;
	position: relative;
	z-index: 1;
	font-weight: bold;
	line-height: 1.5;
}

.twitter_mov {
	max-width: 820px;
	margin: 0 auto;
}

.twitter_mov li {
	width: 23%;
	margin: 0 2% 2% 0;
	display: inline-block;
}

.twitter_mov li:nth-child(4n) {
	margin: 0 0 2% 0;
}

.twitter_mov li .open-modal {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 2px solid #73d3ff;
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.twitter_mov li .open-modal:hover, .twitter_mov li .close:hover {
	animation: bound 0.5s ease-in-out;
}

.twitter_mov li .open-modal:before {
	content: "";
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	background: url(../img/icon_twitter_arrow.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

.btn_more {
	max-width: 300px;
	padding: 12px 60px;
	margin: 15px auto 0;
	background: url(../img/txt_btn_more.png) center no-repeat #ff5fa9;
	border: 3px solid #000;
	border-radius: 100px;
	box-sizing: border-box;
	box-shadow: 0 2px 0 #000;
	position: relative;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

@media screen and (max-width:640px) {
	.ttl_introduction_wrap {
		max-width: 90%;
	}

	.ttl_introduction_wrap:before {
		left: -40px;
	}

	.ttl_introduction_wrap:after {
		right: -40px;
	}

	.ttl_ontwitter_wrap:before {
		left: -50px;
	}

	.ttl_ontwitter_wrap:after {
		right: -70px;
	}

	.btn_more {
		max-width: 230px;
		padding: 7px 0;
		background: url(../img/txt_btn_more.png) center no-repeat #ff5fa9;
		background-size: 97px;
	}
}

@media screen and (max-width:420px) {
	.ttl_introduction_wrap {
		max-width: 100%;
	}

	.ttl_introduction_wrap:before {
		left: -60px;
	}

	.ttl_introduction_wrap:after {
		right: -60px;
	}

	.ttl_ontwitter_wrap:before {
		width: 93px;
		height: 57px;
		margin-top: -28px;
		left: -60px;
	}

	.ttl_ontwitter_wrap:after {
		width: 116px;
		height: 100px;
		margin-top: -55px;
		right: -60px;
	}
}

/* =============================================
 underpage
============================================= */
.underpage .header_wrap {
	width: 94%;
	max-width: 1010px;
	margin: 0 auto;
	background: none;
}

.underpage .header {
	max-width: 1010px;
	padding: 15px 0 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.underpage .header_logo {
	width: 50vw;
	height: auto;
	margin: 5px auto 25px;
	max-width: 540px;
}

.underpage .header_logo.pos_adjust {
	position: relative;
}

.underpage .logo_sb {
	width: 19vw;
	margin: 10px auto 0;
}

/*.btn_back{
	position: relative;
}
.btn_back span{
	display: block;
	position: absolute;
	top: -100px;
	left: -100px;
	background: url(../img/torabanlogo.png);
	background-size: 200px auto;
	  width: 180px;
	height: 100px;
}*/
.btn_back a {
	margin-top: -80px;
}

.btn_back a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	text-decoration: none;
	height: 50px;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	line-height: 50px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	background-color: #fff;
}

.btn_back a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 18px;
	top: 20px;
}

.btn_back a:hover {
	background: #f7e900;
}

@media screen and (max-width:768px) {
	.btn_back a {
		margin-top: -50px;
		height: 40px;
		line-height: 40px;
	}

	.btn_back a:before {
		top: 15px;
	}
}

@media screen and (max-width:768px) {
	.btn_back {
		margin: 10px auto 0;
	}
}

.txt_box_wrap {
	width: 94%;
	max-width: 1010px;
	margin: 0 auto 60px auto;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.txt_box_wrap h2 {
	padding: 25px 0;
	background: #000 url("../img/bg_red.png") repeat;
	color: #f7e900;
	font-size: 2.4rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	/* text-shadow:
		-3px 3px 1px #fff,-2px 3px 1px #fff,-1px 3px 1px #fff,0px 3px 1px #fff,1px 3px 1px #fff,2px 3px 1px #fff,3px 3px 1px #fff,
		-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff,0px 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,3px 2px 1px #fff,
		-3px 0px 1px #fff,-2px 0px 1px #fff,-1px 0px 1px #fff,0px 0px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,3px 0px 1px #fff,
		-3px -2px 1px #fff,-2px -2px 1px #fff,-1px -2px 1px #fff,0px -2px 1px #fff,1px -2px 1px #fff,2px -2px 1px #fff,3px -2px 1px #fff,
		-3px -3px 1px #fff,-2px -3px 1px #fff,-1px -3px 1px #fff,0px -3px 1px #fff,1px -3px 1px #fff,2px -3px 1px #fff,3px -3px 1px #fff,
		-3px 3px 1px #fff,-2px 3px 1px #fff,-1px 3px 1px #fff,0px 3px 1px #fff,1px 3px 1px #fff,2px 3px 1px #fff,3px 3px 1px #fff,
		-3px 2px 1px #fff,-2px 2px 1px #fff,-1px 2px 1px #fff,0px 2px 1px #fff,1px 2px 1px #fff,2px 2px 1px #fff,3px 2px 1px #fff,
		-3px 0px 1px #fff,-2px 0px 1px #fff,-1px 0px 1px #fff,0px 0px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,3px 0px 1px #fff,
		-3px -2px 1px #fff,-2px -2px 1px #fff,-1px -2px 1px #fff,0px -2px 1px #fff,1px -2px 1px #fff,2px -2px 1px #fff,3px -2px 1px #fff,
		-3px -3px 1px #fff,-2px -3px 1px #fff,-1px -3px 1px #fff,0px -3px 1px #fff,1px -3px 1px #fff,2px -3px 1px #fff,3px -3px 1px #fff
		;*/
	text-shadow:
		-3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000, -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000;
}

.txt_box_wrap h2 span {
	/*  color: #fff;*/
}

.txt_box_wrap h2 .space {
	margin-left: 15px;
}

.txt_box_wrap h2 .ls-2 {
	letter-spacing: -2px;
}

.txt_box_wrap.apply_twitter h2 {
	background: #fff url("../img/bg_blue.png") repeat;
	color: #fff;
	font-size: 2.6rem;
	text-shadow:
		-3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000, -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000;
}

.txt_box_wrap.apply_form h2 {
	background: #fff url("../img/bg_pink.png") repeat;
	color: #fff;
	font-size: 2.6rem;
	text-shadow:
		-3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000, -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000;
}

.txt_box {
	padding: 40px 50px;
	text-align: center;
}

.txt_box h3 {
	padding: 0 5px 13px;
	position: relative;
	font-size: 1.625rem;
	line-height: 1.0;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	color: #fff;
	text-shadow: -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000, -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000;
}

.txt_box h3 span {
	font-size: 1.85rem;
	color: #f7e900;
}

.txt_box p {
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}

.txt_box p.cap {
	text-align: center;
	margin-bottom: 0 !important;
}

.pre_start {
	font-weight: bold !important;
	font-size: 1.4rem !important;
	margin-bottom: 20px !important;
}

.present {
	display: inline-block;
	margin: 0 auto 40px;
}

.present p.description {
	margin: 10px auto;
	letter-spacing: 0;
	line-height: 1.2;
}

.present p.description span {
	font-size: 2.5rem;
}

.present p.description span span.txt_ss {
	font-size: 0.7em;
}

.present img {
	width: 100%;
	max-width: 600px;
	margin: 20px 0;
}

.present .pre_foto {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.present .pre_foto img {
	width: 49%;
}

.present2 {
	display: inline-block;
	margin: 0 auto 40px;
}

.present2 p.description {
	margin: 10px auto;
	letter-spacing: 0.1em;
}

.present2 p.description span {
	font-size: 2.5rem;
}

.answer {
	display: inline-block;
	margin: 0 auto 0;
}

.answer p.description {
	margin: 10px auto;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}

.answer p.description span {
	font-size: 2.0rem;
}

.answer p.description.txnone {
	color: #000;
	text-shadow: none;
}

.answer p.description.txnone span {
	color: #000;
	text-shadow: none;
}

.predeco {
	text-decoration: solid underline black 2px;
	/*background:linear-gradient(transparent 70%, #ffbb73 0%);*/
}

p.shimekiri {
	display: inline-block;
	background: #cb0000;
	color: #fff;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 900;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 0;
	padding: 0.7rem 2rem;
	border-radius: 36px;
}

p.shimekigen {
	color: #cb0000;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 900;
	line-height: 1.0;
	text-align: center;
	margin-top: 0.5em;
}

.kigen2 {
	color: #cb0000;
	display: inline;
	text-align: center;
}

.kigen3 {
	color: #cb0000;
	/*display: inline;*/
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em !important;
}

.kigen3 .marker {
	background: linear-gradient(transparent 70%, #fff100 70%);
}

.about {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:920px) {
	.txt_box p {
		font-size: 1rem;
	}

	.txt_box h3 {
		font-size: 1.5rem;
	}

	.txt_box h3 span {
		font-size: 1.8rem;
	}

	.txt_box_wrap.apply_twitter h2 {
		font-size: 4vw;
	}

	.txt_box_wrap.apply_form h2 {
		font-size: 4vw;
	}

	.kigen3 {
		display: inherit !important;
		text-align: left !important;
		font-size: 1em !important;
	}
}

@media screen and (max-width:920px) {

	/*.txt_box p.cap {
    text-align: left;
  }*/
	p.shimekiri {
		font-size: 1.6rem;
	}

	p.shimekigen {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:640px) {
	.underpage .header {
		padding: 5px 0 15px;
	}

	.kigen2 {
		text-align: left !important;
		font-size: 0.8rem !important;
	}

	.kigen3 {
		text-align: left !important;
		font-size: 4vw !important;
	}
}

.txt_box h3.info_ttl {
	padding: 15px;
	margin: 50px 0 30px;
	background: #000 url(../img/bg_red.png) repeat;
	color: #fff;
	text-align: center;
}

.txt_box .answer_txtwrap {
	text-align: left;
	margin: 20px 0 30px;
}

.txt_box .answer_txtwrap ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 46px;
	width: 55%;
	min-width: 55%;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 600;
	color: #fff;
	line-height: 46px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	background-color: #f21d1d;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 25px;
	padding: 0 0 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.txt_box .answer_txtwrap ul li.ire_w20em {
	width: 20em;
}

.txt_box .answer_txtwrap ul li.ire_w20em>span {
	width: 8em;
	margin: 0;
}

.txt_box .answer_txtwrap ul li:nth-child(2) {
	background-color: #1da1f2;
}

.txt_box .answer_txtwrap ul li:nth-child(3) {
	background-color: #09c744;
}

.txt_box .answer_txtwrap ul li a {
	display: block;
	height: 100%;
	width: 100%
}

.txt_box .answer_txtwrap ul li a:hover {
	text-decoration: none;
}

.txt_box .answer_txtwrap ul li a span {
	color: #fff32a;
	margin-left: 1.2em;
}

.txt_box .answer_txtwrap ul li a span.txt1 {
	color: #fff;
	margin-left: 0;
	display: inline-block;
	width: 120px;
}

.txt_box .answer_txtwrap ul li:first-child a .txt1:before {
	content: "1";
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 6px;
	text-align: center;
	color: #f21d1d;
	line-height: 1.4;
	font-size: 1.4rem;
}

.txt_box .answer_txtwrap ul li:nth-child(2) a .txt1:before {
	content: "2";
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 6px;
	text-align: center;
	color: #1da1f2;
	line-height: 1.4;
	font-size: 1.4rem;
}

.txt_box .answer_txtwrap ul li:nth-child(3) a .txt1:before {
	content: "3";
	width: 34px;
	height: 34px;
	border-radius: 17px;
	background: #fff;
	position: absolute;
	left: 8px;
	top: 6px;
	text-align: center;
	color: #09c744;
	line-height: 1.4;
	font-size: 1.4rem;
}

@media screen and (max-width:1030px) {
	.txt_box .answer_txtwrap ul li {
		/*	width: 55%;*/
		font-size: 2.5vw;
	}
}

@media screen and (max-width:640px) {
	.txt_box .answer_txtwrap ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.4;
		position: relative;
		background-color: #f21d1d;
		margin-bottom: 15px;
		border-radius: 5px;
		padding: 38px 10px 10px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.txt_box .answer_txtwrap ul li.ire_w20em {
		width: 100%;
	}

	.txt_box .answer_txtwrap ul li:first-child a .txt1:before {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		left: calc(50% - 13px);
		top: 8px;
		line-height: 1.3;
		font-size: 1.2rem;
	}

	.txt_box .answer_txtwrap ul li:nth-child(2) a .txt1:before {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		left: calc(50% - 13px);
		top: 8px;
		line-height: 1.3;
		font-size: 1.2rem;
	}

	.txt_box .answer_txtwrap ul li:nth-child(3) a .txt1:before {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		left: calc(50% - 13px);
		top: 8px;
		line-height: 1.3;
		font-size: 1.2rem;
	}

	.txt_box .answer_txtwrap ul li a span {
		margin-left: 0;
	}

	.txt_box .answer_txtwrap ul li a span.txt1 {
		display: inline-block;
		width: auto;
	}
}

.attention {
	margin: 0 5px 20px;
}

.txt_box .description {
	margin: 0 0 30px;
	color: #fff;
	text-align: center;
	font-size: 1.875rem;
	line-height: 1.3;
	vertical-align: middle;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	text-shadow:
		-3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000, -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 3px 3px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, -3px 0px 1px #000, -2px 0px 1px #000, -1px 0px 1px #000, 0px 0px 1px #000, 1px 0px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, -3px -2px 1px #000, -2px -2px 1px #000, -1px -2px 1px #000, 0px -2px 1px #000, 1px -2px 1px #000, 2px -2px 1px #000, 3px -2px 1px #000, -3px -3px 1px #000, -2px -3px 1px #000, -1px -3px 1px #000, 0px -3px 1px #000, 1px -3px 1px #000, 2px -3px 1px #000, 3px -3px 1px #000;
}

.txt_box .description span {
	font-size: 2.0rem;
	color: #f7e900;
}

.txt_box .description .blue {
	color: #36bfff;
}

.txt_box .description .pink {
	color: #ff5fa9;
}

.condition_wrap {
	padding: 30px;
	margin: 0 0 30px;
	background: #f8f8f8;
	border: 2px solid #ddd;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	width: calc(100% - 60px);
}

.condition {
	padding: 20px 30px;
	background: #f8f8f8;
	border: 2px solid #ddd;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
}

.condition .ttl_condition {
	margin: 0 0 10px;
}

.condition h3 {
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	font-size: 1.625rem;
	font-family: "Rounded Mplus 1c";
	font-weight: 800;
}

.condition h3:before, .condition h3:after {
	content: "";
	width: 25px;
	height: 4px;
	margin-top: -2px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
}

.condition h3:before {
	left: -40px;
}

.condition h3:after {
	right: -40px;
	left: auto;
}

.condition ul {
	display: inline-block;
}

.condition li {
	margin: 0 0 8px;
	padding-left: 1em;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	text-indent: -1em;
}

.condition li:last-child {
	margin: 0;
}

.condition li:before {
	content: "・";
}

.caution_all {
	margin: 20px auto 30px;
	width: calc(85% - 60px);
}

.caution_all li {
	margin: 0 0 8px;
	padding-left: 1em;
	font-size: 0.9rem;
	line-height: 1.3;
	text-align: left;
	text-indent: -1em;
}

.caution_all .link {
	font-size: 1.0rem;
	font-weight: bold;
	text-align: left;
}

.caution_all .link a:hover {
	text-decoration: underline;
}

.nav_apply {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nav_apply li {
	width: 49%;
}

.nav_apply a {
	padding: 20px 10px;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.nav_apply a:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 25px;
	top: 25px;
}

.nav_apply li:nth-child(1) a {
	background: #1da1f2;
}

.nav_apply li:nth-child(2) a {
	background: #f94b89
}

.nav_apply a:hover {
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}

.step_row {
	width: 100%;
	margin: 0 0 40px;
	display: table;
	/*border-collapse: collapse;*/
}

.step_row li {
	width: 25%;
	border: 2px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: table-cell;
	text-align: center;
}

.step_row li:first-child {
	border-left: 2px solid #000;
}

.step_row li:last-child {
	border-right: 2px solid #000;
}

.step_row h4 {
	padding: 15px;
	background: #1da1f2;
	color: #fff;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	line-height: 1.0;
}

.apply_form .step_row h4 {
	background: #f94a89;
}

.step_row h5 {
	padding: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: bold;
}

.step_row .note {
	padding: 10px;
	margin: 0 15px;
	background: #ffea2b;
	border-radius: 5px;
	font-size: 0.95rem;
	line-height: 1.2;
	font-weight: bold;
}

.step_row .img {
	padding: 15px;
}

.apply_twitter .step_row li:nth-child(1) img {
	max-width: 76%;
}

.apply_form .step_row li:nth-child(1) img {
	max-width: 92%;
}

.apply_twitter .step_row li:nth-child(2) img, .apply_form .step_row li:nth-child(2) img {
	max-width: 100%;
}

.apply_twitter .step_row li:nth-child(2) .img {
	padding: 15px 15px 0 15px;
}

.apply_form .step_row li:nth-child(2) .img {
	padding: 0 15px 0 15px;
}

.apply_twitter .step_row li:nth-child(3) img, .apply_form .step_row li:nth-child(3) img {
	max-width: 84%;
}

.apply_twitter .step_row li:nth-child(4) img, .apply_form .step_row li:nth-child(4) img {
	max-width: 92%;
}

.step_col .setp_box {
	border: 2px solid #000;
	text-align: center;
}

.step_col .setp_box+.setp_box {
	border-top: none;
}

.step_col h4 {
	padding: 10px;
	background: #000;
	/*background: #1da1f2;*/
	color: #fff;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	line-height: 1.0;
}

.step_col h5 {
	padding: 30px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.2;
}

.step_col h5 .nowrap {
	white-space: nowrap;
}

.step_col h5 a:hover {
	text-decoration: underline;
}

.setp_box p {
	font-size: 0.875rem;
	text-align: left;
	margin: 0.5em;
}

/**/
.apply_twitter .btn_apply a, .apply_form .btn_apply a {
	height: auto;
	padding: 20px 10px;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.0;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	text-align: center;
	text-indent: initial;
	text-decoration: none;
}

.apply_twitter .btn_apply a {
	background: #1da1f2;
}

.apply_form .btn_apply a {
	margin: 0 auto 10px;
	background: #f94b89;
}

.caution_wrap {
	padding: 0 0 30px;
	text-align: center;
}

.caution {
	padding: 20px 30px;
	margin: 0 auto;
	background: #f8f8f8;
	border: 2px solid #ddd;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	width: calc(80% - 60px);
}

.caution .ttl_caution {
	margin: 0 0 10px;
}

.caution h3, .caution_wrap h3 {
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	font-weight: 800;
	text-shadow: none;
	color: #000;
}

.caution h3:after {
	content: none;
}

.caution ul.sanka {
	display: inline-block;
}

.caution ul.sanka li {
	margin: 0 0 8px;
	padding-left: 1em;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
	text-indent: -1em;
}

.caution ul.sanka li span {
	font-size: 0.9rem;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
	text-indent: -1em;
}

.caution ul.sanka li:last-child {
	margin: 0;
}

.step3 .caution li {
	font-size: 0.9375rem;
}

.caution .link {
	margin: 10px 0 0 0;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: left;
}

.caution .link a:hover {
	text-decoration: underline;
}

.txt_box p.cap2 {
	text-align: left;
}

@media screen and (max-width:1000px) {

	/*.btn_back {
    padding: 12px 5px 12px 35px;
    background: url(../img/icon_arrow_back.png) left 15px center no-repeat #ff5fa9;
    background-size: 20px;
    transform: scale(0.9);
  }*/
	.underpage .header_logo {
		position: relative;
		/*left: 3vw;*/
		margin: 5px auto 15px;
	}

	.underpage .logo_sb {
		width: 21vw;
	}

	.txt_box_wrap {
		margin: 0 auto 40px;
	}

	.txt_box_wrap h2 {
		padding: 15px 0 19px;
		font-size: 3.8vw;
	}

	.txt_box {
		padding: 30px 4%;
	}

	.txt_box .description {
		margin: 0 0 20px;
		font-size: 1.6rem;
	}

	.present p.description span {
		/*font-size: 2.3rem;*/
		font-size: 3.5vw;
	}

	.answer p.description {
		font-size: 1.8rem;
	}

	.answer p.description span {
		font-size: 1.9rem;
	}

	txt_box h3.info_ttl {
		font-size: 2.8vw;
		margin: 40px 0 15px;
	}

	.txt_box h3.info_ttl2 {
		margin: 40px 0 0;
	}

	.condition_wrap {
		padding: 20px;
		width: calc(100% - 40px);
	}

	.condition {
		padding: 15px 4%;
	}

	.condition h3 {
		font-size: 1.4rem;
	}

	.condition h3:before, .condition h3:after {
		width: 20px;
	}

	.condition h3:before {
		left: -30px;
	}

	.condition h3:after {
		right: -30px;
	}

	.condition li {
		font-size: 1.0rem;
	}

	.nav_apply a {
		padding: 19px 10px;
		font-size: 1.4rem;
	}

	.step_row h4 {
		padding: 12px;
	}

	.step_row h5 {
		padding: 16px 4%;
		font-size: 1.125rem;
	}

	.step_row .onlyPC {
		display: none;
	}

	.step_col h4 {
		padding: 12px;
	}

	.step_col h5 {
		padding: 16px 4%;
		font-size: 1.125rem;
	}

	.apply_twitter .btn_apply a, .apply_form .btn_apply a {
		width: 65%;
		padding: 20px 40px 20px 10px;
		font-size: 1.125rem;
	}

	.caution {
		padding: 15px 4%;
		width: calc(100% - 8%);
	}

	.caution_all {
		margin: 20px auto 30px;
		width: calc(100% - 20px);
	}

	.caution .ttl_caution {
		margin: 0 0 5px;
	}

	.caution ul.sanka li {
		font-size: 0.9rem;
	}

	.step3 .caution li {
		font-size: 0.875rem;
		font-weight: normal;
	}

	.caution .link {
		margin: 0;
		font-size: 0.9375rem;
	}

	.txt_box p.cap2 {
		text-align: left;
	}
}

@media screen and (max-width:640px) {
	.underpage .header_logo {
		width: 90%;
		left: 0;
		/*margin-top: 20px;*/
	}

	.underpage .logo_sb {
		width: 45%;
		margin: 15px auto 0;
	}

	.btn_back {
		margin-top: 65px;
		margin-left: calc(50% - 90px);
		position: relative;
	}

	.txt_box_wrap h2 .newline {
		display: block;
	}

	.txt_box_wrap h2 .space {
		margin: 0;
	}

	.txt_box {
		padding: 5% 4%;
	}

	.nav_apply {
		display: block;
	}

	.nav_apply li {
		width: 100%;
		margin: 0 0 10px;
	}

	.step_row {
		display: block;
	}

	.step_row li {
		width: 100%;
		border: 2px solid #000;
		display: block;
	}

	.step_row li+li {
		border-top: none;
	}

	.step_row h5+.img {
		padding: 0 15px 15px 15px;
	}

	.apply_twitter .step_row li:nth-child(1) img {
		max-width: 44%;
	}

	.apply_form .step_row li:nth-child(1) img {
		max-width: 55%;
	}

	.apply_twitter .step_row li:nth-child(2) img, .apply_form .step_row li:nth-child(2) img {
		max-width: 60%;
	}

	.apply_twitter .step_row li:nth-child(3) img, .apply_form .step_row li:nth-child(3) img {
		max-width: 50%;
		padding: 0 0 10px;
	}

	.apply_twitter .step_row li:nth-child(4) img, .apply_form .step_row li:nth-child(4) img {
		max-width: 55%;
	}

	.apply_twitter .btn_apply a, .apply_form .btn_apply a {
		width: 90%;
		font-size: 4.6vw;
	}

	.btn_apply a:after {
		width: 8px;
		height: 8px;
		right: 20px;
		top: 22px;
	}

	.nav_apply a {
		padding: 19px 10px;
		font-size: 5vw;
	}

	.nav_apply a:after {
		width: 8px;
		height: 8px;
		right: 20px;
		top: 22px;
	}

	.txt_box_wrap h2 {
		padding: 15px 0 16px;
		font-size: 1.3rem;
	}

	.txt_box .description {
		margin: 0 0 20px;
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.txt_box .description span {
		font-size: 1.3rem;
	}

	.present p.description span {
		font-size: 2rem;
		line-height: 1.3;
	}

	.present .pre_foto {
		width: 80%;
		display: block;
	}

	.present .pre_foto img {
		width: 100%;
	}

	.answer p.description {
		font-size: 1.3rem;
	}

	.answer p.description span {
		font-size: 1.4rem;
	}

	.caution h3, .caution_wrap h3 {
		margin: 0 0 10px;
	}

	.txt_box h3 {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.txt_box h3 span {
		font-size: 1.4rem;
	}

	.txt_box h3.info_ttl {
		font-size: 1.4rem;
	}

	.movei_a .sub_ttl, .movei_b .sub_ttl, .movei_c .sub_ttl {
		margin: 15px 0 0;
		font-size: 1.0rem;
		padding: 0 0 0 40px;
	}

	.txt_box p.cap2 {
		text-align: left;
	}

	.present p.description span.txt_s_sp {
		font-size: 6.5vw;
	}

	.present p.description span.txt_s_soft {
		font-size: 6.8vw;
		line-height: 1.2;
	}
}

@media screen and (min-width:641px) {
	.apply_form .step_row li:nth-child(1) img {
		max-width: 70%;
	}

	.apply_form .step_row li:nth-child(2) img {
		max-width: 60%;
	}

	.apply_form .step_row li:nth-child(3) img {
		max-width: 70%;
	}
}

/* =============================================
 agreement
============================================= */
.txt_box .desc_agreement {
	margin: 0 0 30px;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	text-indent: -0.3em;
}

.txt_box .txt_agreement {
	margin: 0 0 10px;
	padding: 0 5px;
	font-weight: bold;
	line-height: 1.3;
}

.txt_box .txt_agreement a:hover {
	text-decoration: underline;
}

.txt_agreement+.ttl_condition {
	margin: 30px 0 0;
}

.agreement_list+.ttl_condition {
	margin: 30px 0 0;
}

.agreement_list li {
	margin: 0 5px 10px;
	padding-left: 2em;
	font-size: 0.9375rem;
	line-height: 1.3;
	text-indent: -2em;
}

.agreement_list ul {
	margin: 0 0 15px;
	padding: 0 0 0 1.7em;
}

.agreement_list ul li {
	margin: 0 0 5px;
	padding-left: 1.7em;
	text-indent: -1.7em;
}

.agreement_date {
	margin: 30px 0 0;
	text-align: right;
}

@media screen and (max-width:1000px) {
	.txt_box .desc_agreement {
		font-size: 1.125rem;
	}
}

/* ---------------------------------------------------------------------------
 * footer
--------------------------------------------------------------------------- */
.footer_wrap {
	padding: 30px 0;
	background: #000;
}

footer {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #fff;
}

.footer_inner {
	display: flex;
	flex-wrap: wrap;
}

.footer_txt {
	width: 100%;
	order: 2;
}

.tax_info {
	margin-bottom: 1rem;
	font-size: 0.75rem;
	line-height: 1.3;
}

.footer_copy {
	font-size: 0.75rem;
}

.pageTop {
	right: 20px;
	bottom: 20px !important;
	position: fixed;
}

.pageTop a {
	transition: .3s;
}

/* =============================================
 twitter
============================================= */
.wrap_twitter {
	max-width: 600px;
	margin-bottom: 1rem;
	background: #f2faff;
	border: 2px solid #1da1f2;
	border-radius: 10px;
	margin: 20px auto 0;
}

.ttl_twitter h3 {
	padding: 0.9em !important;
	background: #1da1f2;
	color: #fff !important;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
}

.ttl_twitter span {
	padding-left: 2em;
	position: relative;
	color: #fff !important;
}

.ttl_twitter span::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	margin-top: -0.8em;
	background: url(../img/icon_twitter.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
}

.twitter_embed {
	width: 98%;
	max-width: 600px;
	margin: 0 auto 1rem auto;
	min-height: 400px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width:640px) {
	.twitter_embed {
		margin: 0 auto 0.5rem auto;
		overflow: hidden;
	}
}

/* =============================================
 x
============================================= */
.wrap_x {
	max-width: 600px;
	margin-bottom: 1rem;
	/* background: #000; */
	/* border: 2px solid #000; */
	border-radius: 10px;
	margin: 3em auto 0;
}

/* .ttl_x h3 {
	padding: 0.4em 0 0.6em 0 !important;
	background: #000;
	color: #fff !important;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	display: inline-block;
	line-height: 1.2;
}

.ttl_x span {
	padding-left: 2em;
	position: relative;
	color: #fff !important;
}

.ttl_x span::before {
	content: "";
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	background: url(../img/icon_x.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
} */

.x_embed {
	width: 90%;
	max-width: 600px;
	margin: 1rem auto;
	min-height: 400px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.btn_x{

}

/* aタグのリセットCSS（不要な場合、セレクタごと削除してください） */
a.btn_x {
  /* color: inherit; */
  text-decoration: none;
}

/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */
/* button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
 */
/*
 * 角度の値を保持するCSS変数を定義
 * 対応ブラウザ: https://caniuse.com/?search=%40property
 */
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.btn_x {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 2px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #a00303;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  margin: 1em auto;
}

.btn_x--bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    from var(--angle),
    #222,
    #a00303,
    #222,
    #a00303,
    #222
  );
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  opacity: 0;
  animation: gradient-spin 3s linear 0s infinite;
}

@keyframes gradient-spin {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

.btn_x--item {
	font-size: 1.4rem;
	font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #222;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}
.btn_x--item span{
	font-size: 65%;
}

@media (any-hover: hover) {
  .btn_x .btn_x--bg {
    transition: opacity 0.3s;
  }

  .btn_x:hover {
    background-color: #a00303;
  }

  .btn_x:hover .btn_x--bg {
    opacity: 1;
  }
}








.txtL {
	font-size: 1.4rem;
}

.txt_box .description span.txt_ss {
	margin: 0 0.2em;
	font-size: 0.65em !important;
	color: #fff;
}

@media screen and (min-width:640px) {
	.x_embed {
		margin: 1.5rem auto;
		overflow: hidden;
	}

	.ttl_x h3 {
		padding: 0.8em 0 0.8em 0 !important;
	}
}

.color_w {
	color: #FFF !important;
}

.color_r {
	color: #FF0000 !important;
	padding: 0 0.2em;
	display: inline-block;
}

.color_w {
	color: #FFF !important;
	padding: 0;
	display: inline-block;
}

.color_bk {
	color: #000 !important;
	text-shadow: none;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	font-size: 1.2rem !important;
	letter-spacing: -1px;
}

.color_y {
	color: #f7e900 !important;
}

.color_b {
	color: #55ACEE !important;
}

.txt_small {
	font-size: 1.6rem !important;
}

.txt_nowrap {
	white-space: nowrap;
}

@media screen and (max-width:1000px) {
	.txt_sp_Left {
		text-align: left !important;
	}
}