@charset "UTF-8";

* {
	box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

button ,
form input[type="text"],
form select ,
form textarea {
	font-family: serif;
}

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	letter-spacing: 0.08em;
	color: #111;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a:link ,
a:visited {
	text-decoration: none;
	color: #111;
}
a:hover ,
a:active {
	text-decoration: none;
	color: #888;
}
#inframe {
	background: transparent;
	text-align: center;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
img.banner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0.6em auto;
}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* Contents
 * --------------------------------------- */
h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.txt-l {
	font-size: 1.2em;
	line-height: 1.2em;
}
.txt-ll {
	font-size: 1.4em;
	line-height: 1.2em;
}
.txt-lll {
	font-size: 2.0em;
	line-height: 1.2em;
}
.txt-s {
	font-size: 0.8em;
	line-height: 1em;
}
s {
	color: #aaa;
}
.red {
	color: #e21f7b;
}
.no {
	font-family: serif;
}
.serif {
	font-family: serif;
}
.imgem {
	height: 1.1em;
	vertical-align: middle;
}
.flex-box {
	overflow: hidden;
	margin: 0 auto 0;
}
.flex-txt {
	text-align: left;
}

.scview {
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.effect {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 1.2s;
	-webkit-transition: 1.2s;
}
.sczoom .scview {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0); 
	transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
}
.sczoom .effect {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: 1.0s;
	-webkit-transition: 1.0s;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	z-index: -1;
}
#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 400;
}


/* PC TAB */
@media only screen and (min-width: 681px) {
body {
	font-size: 15px;
	line-height: 1.6em;
}
.pcbr::before {
	content: "\A" ;
	white-space: pre ;
}
span.sp ,
div.sp {
	display: none;
}
.box img {
	max-width: 900px;
}
video {
	max-width: 360px;
}
#bg {
	background: url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
}
#page-top {
	right: 12px;
	bottom: 12px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
body {
	font-size: 26px;
	line-height: 1.5em;
}
.spbr::before {
	content: "\A" ;
	white-space: pre ;
}
div.pct {
	display: none;
}
span.pc ,
div.pc {
	display: none;
}
.nosp {
	display: none;
}
#bg {
	display: none;
}
#page-top {
	right: 12px;
	bottom: 120px;
}
.flex-box {
	padding: 12px 0 12px;
}
.txt ,
.flex-txt {
	text-align: left;
	line-height: 1.4em;
}
.txt ,
.flex-box .flex-txt {
	padding: 1em 1em 1em;
}
}
/* //SP */


.file ,
button ,
a.button ,
input[type="submit"] {
	z-index: 4;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 360px;
	height: auto;
	margin: 1em 20px;
	padding: 1.2em 0.0em 1.2em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0;
	cursor: pointer;
	color: #fff;
	background: #ff6da5;
	border: solid 0px #ff6da5;
	border-radius: 0.4em;
	transition: .4s;
}
/* SP */
@media only screen and (max-width: 680px) {
button ,
a.button ,
input[type="submit"] {
	width: 600px;
}
}
/* //SP */

a.button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: inset -4px -5px 3px 0px rgba(0,0,0,0.2);
}
.file:hover ,
button:hover ,
a.button:hover ,
input[type="submit"]:hover {
	color: #fff;
}
a.button.aline ,
.aline {
	color: #fff;
	background: #07d508;
}
a.button.amail ,
.amail {
	color: #fff;
	background: #0f1e39;
}


input[type="submit"] {
	margin: 0 auto;
}
.button_wrap {
	z-index: 3;
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 1em auto;
	overflow: hidden;
	border: solid 1px #cb777e;
	border-radius: 4px;
	transition: .4s;
}
.file:hover ,
button:hover ,
a.button:hover ,
.button_wrap:hover {
	opacity: 0.4;
	transition: .4s;
}


/* header
 * --------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
}
#header-inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	background: #fff;
}
#logo {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#logo img {
	margin: 0 auto 0;
	width: auto;
}
/* PC TAB */
@media only screen and (min-width: 681px) {
#header-inner {
	height: 70px;
	border-top: solid 14px #0f1e39;
}
#logo {
	padding: 12px 0 0 25px;
	text-align: left;
}
#logo img {
	height: 32px;
}
}
/* //PC TAB */

/* SP */
@media only screen and (max-width: 680px) {
#header-inner {
	height: 80px;
	border-top: solid 12px #0f1e39;
}
#logo {
	padding: 12px 0 0;
	text-align: center;
}
#logo img {
	height: 44px;
}
}
/* //SP */

/* mainvisual
 * --------------------------------------- */
#mainvisual {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#mainvisual > div {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#mainvisual > div#mainslide2 {
	opacity:0;
	animation: 7.0s linear 0s normal infinite mainslide;
}
@keyframes mainslide {
	0%{opacity:0;}
	36%{opacity:0;}
	54%{opacity:1;}
	82%{opacity:1;}
	100%{opacity:0;}
}
#mainpicopy {
	width: 100%;
	text-align: center;
	opacity:0;
	animation: 15.0s linear 0s 1 normal forwards mainpicopy;
}
#mainpicopy img {
	max-height: 220px;
	margin-bottom: 1.0em;
}
@keyframes mainpicopy {
	0%{opacity:0;}
	91%{opacity:0;}
	100%{opacity:1;}
}
#mainpic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity:0;
	animation: 15.0s linear 0s 1 normal forwards mainpic;
}
@keyframes mainpic {
	0%{opacity:0;}
	62%{opacity:0;}
	71%{opacity:1;}
	91%{opacity:1;}
	100%{opacity:0;}
}
#mainbox {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
}
#maincopy {
	margin: 0;
	opacity:0;
	animation: 1.0s linear 0s 1 normal forwards maincopy;
}
@keyframes maincopy {
	0%{opacity:0;}
	10%{opacity:0;}
	100%{opacity:1;}
}
#maincopy img {
	margin: 0 auto 0;
}
/* PC TAB */
@media only screen and (min-width: 681px) {
#mainvisual {
	height: 560px;
}
#mainvisual > div#mainslide1 {
	background-image: url(../images/mainvpic1.jpg);
}
#mainvisual > div#mainslide2 {
	background-image: url(../images/mainvpic2.jpg);
}
#mainbox {
	top: 220px;
}
#maincopy img {
	width: 760px;
}
}
/* //PC TAB */
/* SP */
@media only screen and (max-width: 680px) {
#mainvisual {
	height: 795px;
}
#mainvisual > div#mainslide1 {
	background-image: url(../images/mainvpic1sp.jpg);
}
#mainvisual > div#mainslide2 {
	background-image: url(../images/mainvpic2sp.jpg);
}
#mainbox {
	top: 360px;
}
#maincopy img {
	width: 96%;
}
}
/* //SP */

h2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 1.2em;
	padding: 3.2em 0 0.2em;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	background: url(../images/logobg.png) center top no-repeat;
	background-size: contain;
	border-bottom: solid 2px #0f1e39;
}


/* footer
 * --------------------------------------- */
#footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 18px;
	text-align: center;
}
#footer-inner {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 1.0em;
	line-height: 1.3em;
}
#footer-inner a {
	display: inline-block;
	padding: 0 1.0em;
}
#footer-inner a:first-of-type {
	border-right: solid 1px #666;
}
#footer-txt {
	margin: 0 auto 16px;
	padding: 0 16px;
	text-align: center;
}
#footer-logo {
	display: inline-block;
	width: 520px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#footer-logo img {
	position: relative;
	width: 520px;
	height: auto;
	margin: 0 auto 1em;
	vertical-align: top;
}
#footer-banners {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}
#footer-banners a {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.5em;
}
#footer-banners a img {
	vertical-align: top;
}
#footer-copy {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	font-size: 0.9em;
	line-height: 1em;
}


/* SP */
@media only screen and (max-width: 680px) {
#footer {
}
#footer-inner {
	width: 680px;
}
#footer-menu {
	width: 600px;
	margin: 0 auto 28px;
	text-align: left;
}
#footer-menu li {
	display: inline-block;
	margin: 0 auto 8px;
	padding: 0;
	width: 49%;
	text-align: left;
}
#footer-menu li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.7em 0.2em 0.4em;
	font-size: 1.0em;
	line-height: 1.1em;
	background-size: auto 1.0em;
}
#footer-menu li a:before {
	margin-right: 0.16em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
}
#footer-menu li a span {
	vertical-align: middle;
}
#footer-txt {
	width: 640px;
	text-align: left;
	font-size: 22px;
	line-height: 1.4em;
}
}




/* Contents
 * --------------------------------------- */
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 80px;
	background: #eee;
}
.main {
	margin: 0 auto;
	padding: 0;
}
.section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.sectionin {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/* SP */
@media only screen and (max-width: 680px) {
.section {
	width: 680px;
	overflow: hidden;
}
.sectionin {
	width: 680px;
}
}
/* //SP */


/* Box
 * --------------------------------------- */
.yellow {
	display: inline-block;
	padding: 0px 6px 3px;
	background: linear-gradient(transparent 60%, #bcf19e 60%);
}
.leftimg {
	float: left;
	margin: 0 15px 15px 0;
}
.rightimg {
	float: right;
	margin: 0 0 0px 15px;
}
.campain {
	width: 100%;
	max-width: 820px;
}
.box {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 0px;
	padding: 20px 20px 20px;
}
.box p {
	margin: 0 0 0.8em;
	padding: 0;
	text-align: left;
}
.box p:last-of-type {
	margin: 0 0 0px;
}

/* txt
 * --------------------------------------- */
.txt {
	width: 100%;
	margin: 0 auto 1.8em;
	padding: 0;
	text-align: left;
}
.txt:last-of-type {
	margin: 0 auto 0;
}



/* parts
 * --------------------------------------- */
#banners img {
	vertical-align: top;
}
.banner760 {
	display: block;
	width: 760px;
	margin: 4px auto 16px;
}
.banner640 {
	display: block;
	width: 640px;
	margin: 4px auto 16px;
}

