@charset "UTF-8";

/*-------------------------------------------------------
 *
 *
 * reset
 *
 *
--------------------------------------------------------*/
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:inherit; font-size:100%; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html, body { width:100%; height:100%; line-height:1;}
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; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
.cf { zoom:1; } .cf:before,.cf:after { content:""; display:table; } .cf:after { clear:both; }


/*-----------------------------------------------------
 *
 *
 * common
 *
 *
-------------------------------------------------------*/
body { font-family:"Barlow Semi Condensed", "Noto Sans JP", "sans-serif"; font-size: 16px; font-feature-settings: "palt"; font-weight: 700; letter-spacing: 2px; color:#111; -webkit-font-smoothing: antialiased;}
img { display:block; max-width:100%; height:auto; pointer-events: none; }
p, ul { font-size:18px; line-height:1.7; }
a { text-decoration: none; color: #111;}
a:hover { text-decoration: none;; color: #BC002D; transition : 0.6s;}
a:hover img { opacity: 0.8; transition : 0.6s;}

@media screen and (max-width:768px){
	p { font-size:16px }
	h2 span { font-size:17px; }
	h2 img { width:160px }
}
.center { display:block; margin:0 auto; text-align:center; }
.sp20 { margin-top:20px; }
.sp30 { margin-top:30px; }
.pc { display:block!important; }
.sp { display:none!important; }
@media screen and (max-width:820px){
	.pc { display:none!important; }
	.sp { display:block!important; }
}

/*--------------------------------------------------
 * table
---------------------------------------------------*/
table { width:100%; }
table th, table td { border:1px solid #111; padding:20px; text-align: left; line-height: 1.5; word-break: break-all;}
table th { width:19%; }

@media screen and (max-width:599px){
	table th, table td { padding:10px;}
	table th { width:30%; }
}

/*--------------------------------------------------
 * margin&position
---------------------------------------------------*/
.marT30 { margin-top:30px; }
.marT40 { margin-top:40px; }
.marB40 { margin-bottom:40px; }

img.left { float:left; margin:0 40px 40px 0; }
img.right { float:right; margin:0 0 40px 40px; }
@media screen and (max-width:768px) {
  img.left { float:none; margin:0 auto; }
  img.right { float:none; margin:0 auto; }
}

/*----------------------------------------------------
 *
 *
 * header nav
 *
 *
-----------------------------------------------------*/
header {
	background: rgba(255, 255, 255, 0.8);
  top: 0px;
	width: 100%;
	padding: 1.5rem 0 1.5rem;
	position: fixed;
	z-index: 100;
	overflow:hidden;
}
header .headerIn p.logo {
	margin-left: -70px;
	margin-top: -4px;
}
header .headerIn p.logo img {
	width: 296px;
}
header .headerIn {
	width: 87%;
	display: flex;
	margin: 0 auto;
}
header nav {
	text-align: right;
	width: 100%;
}
header nav ul {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
header nav ul li {
	font-size: 15px;
	position: relative;
	margin-left: 1.4rem;
}
header nav ul li a {
	font-weight: 900;
	font-style: normal;
	text-decoration: none;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
header nav ul li a:hover {
	color: #BC002D;
}

	@media screen and (max-width:1024px){
		header .headerIn {
			width: 83%;
		}
		header .headerIn p.logo {
			margin-left: -50px;
		}
		header .headerIn p.logo img {
			width: 256px;
		}
		header nav ul li {
			font-size: 17px;
			letter-spacing: 2px;
			margin-left: .75rem;
		}
		header nav ul li a.entry {
			letter-spacing: 2px;
		}
	}
	@media screen and (max-width:820px){

	}
	@media screen and (max-width:767px){
		header {
			position: relative;
		}
		header .headerIn {
			width: 87%;
		}
		header .headerIn p.logo {
			position: fixed;
			margin-left: -17px;
			margin-top: -10px;
		}
		header .headerIn p.logo img {
			width: 200px;
		}
		header nav ul li {
			font-size: 18px;
			letter-spacing: 3px;
			position: fixed;
			margin-left: 0;
		}
	}


/*========= ナビゲーションCSS =========*/
#g-nav{
  position:fixed;
  z-index: 997;
	top:0;
  right: -120%;
	width: 100%;
  height: 100vh;
	transition: all 1s;
}
#g-nav .g-nav_in {
	position: relative;
	z-index: 998;
	top:0;
	right: auto;
	left: 60%;
	width: 40%;
	height: 100vh;
	background: #FFF;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 40%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
header #g-nav ul {
	display: block;
	text-align: center;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
header #g-nav li{
  text-align: center;
	font-size: 18px;
	position: relative;
	margin-left: 1.4rem;
}
#g-nav li a {
	color: #111;
	text-decoration: none;
	padding:20px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
header #g-nav li a:hover {
	color: #BC002D;
}

/*=== ボタンのためのCSS ====*/
.openbtn{
	position:fixed;
	z-index: 9999;
	top: 18px;
	right: 4px;
	cursor: pointer;
	width: 60px;
	height:50px;
}

/*×に変化*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: -1px;
	height: 2px;
	border-radius: 2px;
	background-color: #111;
	width: 60%;
}
.openbtn span:nth-of-type(1) {
	top:15px;
}
.openbtn span:nth-of-type(2) {
	top:27px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}
.openbtn.active span:nth-of-type(2){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}
.openbtn .menu {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0;
	display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0px;
	top: 32px;
}
.openbtn.active .menu{
    display: none;
}
#mask {
	display: none;
	transition: all .5s;
}
.panelactive #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 2;
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

		@media screen and (max-width:767px){
			#g-nav{
				position:fixed;
			}
			#g-nav .g-nav_in {
				right: auto;
				left: 0;
				width: 100%;
			}
			/*ナビゲーションの縦スクロール*/
			#g-nav #g-nav-list{
				width: 100%;
			}
			/*ナビゲーション*/
			header #g-nav ul {
				/*ナビゲーション天地中央揃え*/
				top:55%;
				left:50%;
				transform: translate(-50%,-50%);
				padding: 0px 0 40px;
				width: 92%;
			}
			header #g-nav li{
				font-size: 18px;
				margin-left: 0;
			}
			header #g-nav li a {
				padding:15px 10px;
			}
			header #g-nav ul li.entryBox {
				width: 80vw;
				margin-top: 0;
				padding: 20px 10px;
				border-top: none;
			}
			header #g-nav ul li a.entry {
				color: #FFF;
				font-size: 18px;
				width: auto;
				height: auto;
				margin: 0 auto;
				padding: .2rem 1.5rem;
				display: table;
				position: relative;
				left: auto;
			}
			header #g-nav ul p {
				color: #e10202;
				font-family: sans-serif;
				font-weight: 500;
				font-size: 14px;
				text-align: center;
				letter-spacing: 0;
				margin: 0 auto;
			}
			header #g-nav ul p br {
				display: none;
			}
			.openbtn{
				position:fixed;
				z-index: 9999;
				top: 8px;
				right: 4px;
				cursor: pointer;
				width: 60px;
				height:50px;
			}
		}
/*----------------------------------------------
 *
 *
 * main
 *
 *
------------------------------------------------*/
main {
	width: 100%;
}

/*----------------------------------------------
 *
 *
 * 共通
 *
 *
------------------------------------------------*/
section {
	margin: 0 auto 15rem;
}
section .inner {
	width: 894px;
	margin: 0 auto;
}
section h2 {
	font-size: 36px;
	margin-bottom: 3rem;
}
section h3 {
	color: #BC002D;
	font-size: 32px;
	line-height: 1.6;
	margin: 3rem 0 2rem;
}
section h4 {
	font-size: 26px;
	line-height: 1.6;
	margin: 3rem 0 1rem;
}
.img50{
	width: 50%;
	margin: 4rem auto 2rem;
}
	@media screen and (max-width:768px){
		section .inner {
			width: 90%;
			margin: 0 auto;
		}
		.img50{
			width: 50%;
			margin: 2rem auto 0;
		}
	}

	@media screen and (max-width:599px){
		section {
			margin: 0 auto 2rem;
		}
		section .inner {
			width:94%;
			padding: 30px 15px;
		}
		section h2 {
			font-size: 26px;
			margin-bottom: 3rem;
		}
		section h3 {
			font-size: 22px;
			line-height: 1.6;
			margin: 3rem 0 2rem;
		}
		.img50{
			width: 92%;
			margin: 2rem auto 0;
		}
	}

section p {
	margin-bottom: 2rem;
}


/*--------------------------------------------------------
 *
 *
 * mv
 *
 *
---------------------------------------------------------*/
.mv {
	background: url(../img/mv.svg) no-repeat 85% center;
	background-size: 650px;
	width: 100%;
	margin: 0 auto;
  padding-top: 14px;
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: visible;
}
.mvBox {
	width: 80%;
	margin: 0 auto;
}
.mv h1 {
	text-align: left;
	font-size: 60px;
	line-height: 1.6;
	letter-spacing: 6px;
	margin-bottom: 1.5rem;
}
.mv p {
	text-align: left;
	font-size: 20px;
	line-height: 1.6;
}

	@media screen and (max-width:767px){
		header #inner { width:100%; height:auto; }
		.mv {
			background: url(../img/mv.svg) no-repeat 130% 92%;
			background-size: 350px;
			padding-top: 0;
		}
		.mvBox {
			width: 92%;
			margin: -70% auto 0;
		}
		.mv h1 {
			font-size: 40px;
		}
		.mv p {
			font-size: 19px;
		}

		main {
			padding: 0;
		}

	}

/*--------------------------------------------------------
 *
 *
 * ニッポンマークについてついて .about
 *
 *
---------------------------------------------------------*/
section.about ul {
	display: flex;
	margin: 3rem 0;
	justify-content: space-between;
}
section.about li {
	text-align: center;
	width: 23%
}
section.about li dt {
	margin-bottom: 1rem;
}
section.about li dd {
	line-height: 1.5;
	letter-spacing: 1.5px;
}

@media screen and (max-width:767px){
	section.about ul {
		margin: 2rem 0;
		flex-wrap:wrap;
	}
	section.about li {
		width: 47%;
		margin-bottom: 1.5rem;
	}
	section.about li dd {
		font-size: 15px;
	}
}

/*--------------------------------------------------------
 *
 *
 * ミッション .mission
 *
 *
---------------------------------------------------------*/
section.mission {

}
section.mission ul {
	margin: 2.5rem 0;
}
section.mission ul li {
	list-style: square inside url('list.png');
	margin: .35rem 0;
}

@media screen and (max-width:767px){
	section.mission ul {
		font-size: 16px;
	}
}


section .innerIn {
	border: 2px solid #BC002D;
	border-radius: 6px;
	padding: 2rem 2rem .75rem;
}
section .innerIn h4:first-child {
	margin-top: 0;
}
section .innerIn p {
	color: #555;
	font-size: 17px;
}
section .ttlBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section h3 span {
	font-size: 15px;
}
section .ttlBox h3 {
	line-height: 1.3;
}
section .ttlBox p{
	width: 44%;
}
@media screen and (max-width:767px){
	section .ttlBox {
		display: block;
	}
	section .ttlBox p {
		width: 76%;
		margin: 0 auto;
	}
	section h3 span {
		font-size: 14px;
	}
}

.marB30 {
	margin-bottom: 30px;
}


/*--------------------------------------------------------
 *
 *
 * お約束 .promise
 *
 *
---------------------------------------------------------*/
section.promise h3 {
	margin: 3rem 0 1rem;
}


/*--------------------------------------------------------
 *
 *
 * 趣味 .hobby
 *
 *
---------------------------------------------------------*/
section.hobby h3 {
	font-size: 24px;
	margin: 2rem 0 .5rem;
}
section.hobby p.bigimg {
	margin: 0 calc(50% - 33vw);
  width: 66vw;
}
@media screen and (max-width:767px){
	section.hobby p.bigimg {
		margin: 0 auto;
	  width: 100%;
	}
}




/*--------------------------------------------------------
 *
 *
 * 概要 .outline
 *
 *
---------------------------------------------------------*/
section.outline ul {
	font-size: 16px;
}
section.outline ul li {
	margin: 0 0 .75rem;
}


/*--------------------------------------------------------
 *
 *
 * footer
 *
 *
---------------------------------------------------------*/
footer {
	width: 100%;
	padding-bottom: 2rem;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin-top: 2rem;
	letter-spacing: 1px;
}
@media screen and (max-width:767px){

}



/*--------------------------------------------------------
 *
 *
 * contactPage
 *
 *
---------------------------------------------------------*/
body#contactPage {
	height: auto;
}
#contactPage main {
	margin-top: 10rem;
}
#contactPage h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 3rem;
	line-height: 1.5;
}
@media screen and (max-width:599px){
	#contactPage main {
		margin-top: 4rem;
	}
	#contactPage h1 {
		font-size: 30px;
		margin-bottom: 1rem;
	}
}
