@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
　　reset
-------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video, input, select {
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
	white-space:normal;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
table {border-collapse:collapse; border-spacing:0;}
img {vertical-align:top;}
input, textarea, select, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}




/*-------------------------------------------
　　fonts
-------------------------------------------*/
@font-face {
	font-family: 'HelveticaNeu';
	src: url('../fonts/HelveticaNeue-CondensedBold.ttf') format("truetype");
}
@font-face {
	font-family: 'MonumentExtended';
	src: url('../fonts/MonumentExtended-Regular.otf') format("opentype");
}




/*-------------------------------------------
　　base
-------------------------------------------*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.05em;
}

a, a:visited, a:hover, a:focus, a:active {text-decoration:none; color:#000;}
a:hover			  {-moz-opacity:0.7; opacity:0.7; filter:alpha(opacity=70);}
header h1 a:hover,
footer h1 a:hover {-moz-opacity:1; opacity:1; filter:alpha(opacity=100);}

img, video {width: 100%; vertical-align: top;}






/* ======================== PC site ======================== */
.sp_only {display: none;}


/*-------------------------------------------
　　Common
-------------------------------------------*/
/* Header */
#header {
	position: relative;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	max-width: 540px;
	width: 45%;
}
@media screen and (max-width:1100px) {
	#header {
		height: 120px;
	}
	#header h1 {
		width: 50%;
	}
}
@media screen and (max-width:900px) {
	#header {
		height: 100px;
	}
	#header h1 {
		width: 58%;
	}
}
#header ul.h_link {
	display: flex;
	justify-content: flex-end;
}
#header ul.h_link li {
	font-family: 'HelveticaNeu';
	font-size: 13px;
	margin-left: 30px;
}

/* Footer */
footer {
	max-width: 1200px;
	width: 90%;
	margin: 60px auto 0 auto;
}
footer .copyright {
	font-size: 9px;
	text-align: right;
}
.footer_contents {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.footer_contents h1 {
	width: 120px;
	margin-right: 20px;
}
.footer_contents p {
	font-size: 9px;
	line-height: 1.7;
	letter-spacing: -0.07em;
}
.footer_contents ul {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
}
.footer_contents ul li {
	font-family: 'HelveticaNeu';
	font-size: 11px;
	margin-left: 15px;
}
@media screen and (max-width:1100px) {
	.footer_contents {
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.footer_contents p {
		width: calc(100% - 140px);
	}
	.footer_contents ul {
		margin: 20px 0 0 140px;
		display: flex;
		justify-content: flex-start;
	}
	.footer_contents ul li {
		font-family: 'HelveticaNeu';
		font-size: 11px;
		margin: 0 15px 0 0; 
	}
}


/*-------------------------------------------
　　Top Page
-------------------------------------------*/
/* Main Visual */
.main_visual {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 100px auto;
}

/* Common */
.flex {
	display: flex;
	position: relative;
}
#main_contents {
	margin: 0 auto 60px auto;
	position: relative;
}
.num {
	position: absolute;
	z-index: 100;
	width: 222px;
}
@media screen and (max-width:800px) {
	.num {
		width: 180px;
	}
}
.swiper {
	z-index: 0;
}
#main_contents p {
	font-size: 11px;
	margin-top: 15px;
	line-height: 2.0;
	text-align: justify;
}
@media screen and (max-width:750px) {
	#main_contents p {
		font-size: 10px;
	}
}
.btn a {
	display: flex;
	width: 200px;
	height: 33px;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	font-size: 11px;
	margin: 20px auto;
}

/* layout */
.box {
	width: 90%;
	margin: 0 auto 100px auto;
	position: relative;
}

/* - */
.read h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.read p {
	max-width: 530px;
	margin: 15px auto;
	line-height: 1.8;
	width: 90%;
}
.read .swiper {
	max-width: 646px;
	width: 70%;
	margin: 50px auto 90px auto;
}

/* - */
.style01 {
	max-width: 920px;
}
.style01 .num {
	top: 9%;
	left: 63%;
}
.style01 .text {
	position: absolute;
	top: 68%;
	left: 3%;
	max-width: 330px;
	width: 37%;
}
.style01 .photo1 {
	width: 54%;
	margin-right: -4%;
}
.style01 .photo2 {
	width: 54%;
	margin-left: -4%;
	margin-top: 40%;
}
@media screen and (max-width:780px) {
	.style01 {
		margin-bottom: 120px;
	}
}

/* - */
.style02 {
	max-width: 770px;
}
.style02 .num {
	top: 10%;
	left: -6%;
}
@media screen and (max-width:780px) {
	.style02 .num {
		left: -3%;
	}
}
.style02 .swiper {
	max-width: 600px;
	width: 70%;
}
.style02 .flex {
	align-items: center;
	margin: 50px 0 0 0;
}
.style02 .photo {
	width: 65%;
}
.style02 .flex .text {
	flex: 1;
	margin-left: 30px;
}

/* - */
.style03 {
	max-width: 1000px;
	width: 100%;
}
.style03 .num {
	left: calc(50% - 111px);
	bottom: 5%;
}
.style03 .photo1,
.style03 .photo2 {
	width: 50%;
}
.style03 .text {
	width: 55%;
	margin-left: 2%;
}
.style03 .btn a {
	margin: 20px 0 0 20px;
}

/* - */
.l_loop,
.r_loop {
	background: #ff7300;
}
@media screen and (min-width: 641px) {
.loop_animation_area {
	position: relative;
}
.loop_animation_area .l_loop {
	position: absolute;
	top: 46%;
	z-index: 100;
}
.loop_animation_area .swiper {
	max-width: 646px;
	width: 70%;
	margin: 100px auto 150px auto;
	z-index: 0;
}
}

/* - */
.style04 {
	max-width: 850px;
	margin-bottom: 130px;
}
@media screen and (max-width:820px) {
	.style04 {
		margin-bottom: 170px;
	}
}
.style04 .num {
	top: -1%;
	right: 63%;
}
.style04 .text {
	position: absolute;
	top: 77%;
	right: 4%;
	max-width: 290px;
	width: 37%;
}
.style04 .photo1 {
	width: 54%;
	margin-right: -4%;
	margin-top: 26%;
	order: 1;
	z-index: 2;
}
.style04 .photo2 {
	width: 54%;
	margin-left: -4%;
	order: 2;
	z-index: 1;
}

/* - */
.style05 {
	max-width: 730px;
	margin-bottom: 200px;
	width: 80%;
}
.style05 .num {
	right: -8%;
	bottom: 6%;
}
@media screen and (max-width:820px) {
	.style05 .num {
		right: -6%;
	}
}
.style05 .text {
	width: 65%;
	margin-left: 2%;
}
.style05 .btn a {
	margin: 20px 0 0 20px;
}

/* - */
.style06 {
	width: 100%;
}
.style06 .num {
	top: -100px;
	left: 30%;
}
.style06 .photo_area {
	overflow: hidden;
}
.style06 .flex {
	margin: 0 -10% 0 10%;
}
.style06 .flex > div {
	margin: 0 5px;
}
.style06 .text {
	margin-left: 12%;
	width: 42%;
}
.style06 .btn a {
	margin: 20px 0 0 20px;
}
@media screen and (min-width: 1600px) {
	.style06 .num {
		left: calc(50% - 270px);
	}
	.style06 .flex {
		margin: 0 auto;
		max-width: 1400px;
		padding-left: 15%;
	}
	.style06 .text {
		margin-left: calc(50% - 540px);
	}
}
@media screen and (max-width:1000px) {
	.style06 .text {
		width: 65%;
	}
}

/* - */
.style07 {
	max-width: 1100px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.style07 .num {
	position: relative;
	left: calc(50% - 111px);
	margin-bottom: 40px;
}
.style07 .swiper {
	width: 53%;
}
.style07 .text {
	flex: 1;
	padding: 0 10%;
}
@media screen and (max-width:800px) {
	.style07 .num {
		left: calc(50% - 90px);
	}
	.style07 .swiper {
		width: 90%;
	}
	.style07 .text {
		flex: 1;
		padding: 0 7%;
	}
}

/* - */
.up_coming {
	font-family: MonumentExtended, serif;
	color: #f08300;
	text-align: center;
	font-size: 37px;
	line-height: 1.0;
}

/* - */
.about {
	max-width: 750px;
	width: 90%;
	margin-top: 60px;
}
.about .flex {
	justify-content: space-between;
	margin: 50px 0;
}
.about .flex dl {
	width: 46%;
}
.about dt {
	font-family: MonumentExtended, serif;
	font-size: 20px;
	margin-bottom: 15px;
}
.about dd {
	font-size: 11px;
}

/* - */
.campaign {
	max-width: 750px;
	margin: 0 auto 100px auto; 
}



/* loop Animation */
@keyframes l_loop1 {
	0% {transform: translateX(100%);}
	to {transform: translateX(-100%);}
}
@keyframes l_loop2 {
	0% {transform: translateX(0);}
	to {transform: translateX(-200%);}
}
.l_loop img:first-child {
	animation: l_loop1 40s -20s linear infinite;
}
.l_loop img:last-child {
	animation: l_loop2 40s linear infinite;
}
.l_loop {
	display: flex;
	width: 100%;
	overflow: hidden;
	height: auto;
	align-items: flex-start;
}
.l_loop img {
	height: 28px;
	width: auto;
}
@media screen and (max-width:640px) {
	.l_loop img {
		height: 20px;
	}
}

@keyframes r_loop1 {
	0% {transform: translateX(-100%);}
	to {transform: translateX(100%);}
}
@keyframes r_loop2 {
	0% {transform: translateX(-200%);}
	to {transform: translateX(0%);}
}
.r_loop img:first-child {
	animation: r_loop1 40s -20s linear infinite;
}
.r_loop img:last-child {
	animation: r_loop2 40s linear infinite;
}
.r_loop {
	display: flex;
	width: 100%;
	overflow: hidden;
	height: auto;
	align-items: flex-start;
}
.r_loop img {
	height: 28px;
	width: auto;
}
@media screen and (max-width:640px) {
	.r_loop img {
		height: 20px;
	}
}








/* ======================== SP site ======================== */
@media screen and (max-width:640px) {
	
.pc_only {display: none;}
.sp_only {display: block;}
.sp_br {display: block;}


/*-------------------------------------------
　　HumbugerMenu
-------------------------------------------*/
#toggle {
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	top: 26px;
	right: 20px;
	z-index: 101;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
}
.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
			transition: all .4s;
}
.trigger {
	position: relative;
	width: 20px;
	height: 13px;
}
.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top: 6px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	border-radius: 4px;
	-webkit-transition: all .4s;
			transition: all .4s;
}
.trigger span:nth-of-type(3) {
	bottom: 0;
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
			transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
			transform: translateY(-8px) scale(0);
}
.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
			transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
}

/* menu中身 */
.toggleWrap {
	background: rgba(255, 255, 255, 1.0);
	width:100%;
	height:100%;
	top:0;
	padding: 0;
	position:fixed;
	z-index:100;
	overflow:scroll;
    display: flex;
    flex-direction: column;
}
.toggleWrap h1 {
	width: 70%;
	margin: 4.5% 5%;
}
.toggleWrap ul.sub_navi {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}
.toggleWrap ul.sub_navi li {
	font-family: 'HelveticaNeu';
	font-size: 14px;
	padding: 10px 0;
}


/*-------------------------------------------
　　Common
-------------------------------------------*/
/* Header */
#header {
    margin: 0;
	width: 100%;
	height: auto;
}
#header h1 {
	width: 70%;
	margin: 4.5% 5%;
}
#header ul.h_link {
	display: none;
}

/* Footer */
footer {
	width: 86%;
}
footer .copyright {
	font-size: 9px;
	text-align: center;
}
.footer_contents {
	padding: 20px 0 45px 0;
	flex-direction: column;
}
.footer_contents h1 {
	margin: 20px 0;
}
.footer_contents p {
	letter-spacing: 0;
	width: 100%;
}
.footer_contents ul {
	width: 100%;
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}
.footer_contents ul li {
	font-size: 13px;
	margin: 15px 0 0 0; 
	width: calc(50% - 2px);
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_contents ul li:nth-child(odd) {
	border-left: 1px solid #ccc;
}


/*-------------------------------------------
　　Top Page
-------------------------------------------*/
.main_visual {
	margin-bottom: 60px;
}
.num {
	position: relative;
	width: 50vw;
	top: 0;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0 auto 20px auto;
}
.box {
	width: 100%;
	margin: 0 auto 80px auto;
}

/* - */
.read .swiper {
	width: 100%;
	margin-bottom: 70px;
}
.read p {
	width: 86%;
}

/* - */
.style01 {
	width: 100%;
	margin-bottom: 80px;
}
.style01 .flex {
	flex-direction: column;
}
.style01 .num {
	top: 0;
	left: auto;
	margin-bottom: 10px;
}
.style01 .photo1,
.style01 .photo2 {
	width: 86%;
	margin: 10px auto;
}
.style01 .text {
	position: relative;
	top: 0;
	left: auto;
	max-width: 100%;
	width: 86%;
	margin: 0 auto;
}

/* - */
.style02 .num {
	top: 0;
	left: auto;
}
.style02 .swiper {
	width: 100%;
	margin-bottom: 30px;
}
.style02 .flex {
	flex-direction: column;
	margin: 30px 0 0 0;	
}
.style02 .photo {
	width: 86%;
}
.style02 .flex .text {
	width: 86%;
	margin: 0 auto;
	flex: auto;
}

/* - */
.style03 .flex {
	flex-direction: column;
	align-items: center;
}
.style03 .num {
	position: absolute;
	left: auto;
	top: auto;
	bottom: 47%;
}
.style03 .photo1,
.style03 .photo2 {
	width: 100%;
}
.style03 .text {
	width: 86%;
	margin: 0 auto;
}
.style03 .btn a {
	margin: 20px auto 0 auto;
}

/* - */
.style04 {
	margin: 80px 0;
}
.style04 .num {
	top: 0;
	right: auto;
}
.style04 .flex {
	flex-direction: column;
	margin: -10px 0;
}
.style04 .photo1,
.style04 .photo2 {
	width: 86%;
	margin: 10px auto;
}
.style04 .text {
	position: relative;
	top: 0;
	right: auto;
	max-width: 100%;
	width: 86%;
	margin: 0 auto;
}

/* - */
.style05 {
	margin-bottom: 80px;
	width: 100%;
}
.style05 .num {
	right: auto;
	bottom: auto;
	margin: -20px auto 0 auto;
}
.style05 .text {
	width: 86%;
	margin: 0 auto;
}
.style05 .btn a {
	margin: 20px auto 0 auto;
}

/* - */
.style06 .num {
	top: 0;
	left: auto;
}
.style06 .flex {
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.style06 .flex .photo1 {
	width: 100%;
	margin: 0 0 1% 0;
}
.style06 .flex .photo2 {
	width: 49.5%;
	margin: 0;
}
.style06 .flex .photo3 {
	width: 49.5%;
	margin: 0 0 0 1%;
}
.style06 .text {
	margin: 0 auto;
	width: 86%;
}
.style06 .btn a {
	margin: 20px auto 0 auto;
}

/* - */
.style07 {
	flex-direction: column;
	margin-bottom: 70px;
}
.style07 .num {
	margin: 30px auto 0 auto;
	left: auto;
}
.style07 .swiper {
	width: 90%;
	margin: 0 0 0 auto;
	order: 1;
}
.style07 .text {
	order: 2;
}

/* - */
.up_coming {
	font-size: 28px;
}

/* - */
.about {
	width: 100%;
	margin-top: 90px;
}
.about .flex {
	flex-direction: column;
	margin: 0;
}
.about dl,
.about .flex dl {
	width: 86%;
	margin: 0 auto;
}

.about dt {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
}

/* - */
.campaign {
	max-width: 100%;
	width: 100%;
	margin: 0 auto 70px auto; 
}




}

