@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Nerko+One&family=Pacifico&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #fff;
	background: #000;
}

a{
	color: #c1272d;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: none;
	opacity: 0.75;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	background-color: #000;
	text-align: center;
}

#header h1{
	padding-top: 45px;
    padding-bottom: 15px;
}
#header h1 .logo {
	width: 340px;
}

#mainnav a{
	color: #fff;
}

#mainImg-pc,
#mainImg-sp {
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 800px) {
	#mainImg-pc {
		height: 528px;
	}
	#mainImg-pc img{
		position: absolute;
	/*	top: calc(50% - 480px);  画像が528pxより大きい場合、画像の縦サイズの半分を px にて指定で画像の中央を表示 */
		left: 50%;
		max-width: 1280px;
		width: 1280px;
		height: 528px;/* 大きい画像を使う場合は、ここをカット */
		margin-left: -640px;
	}

	.swiper-container.pc-img {
		display: block;
	}
	.swiper-container.sp-img {
		display: none;
	}
}
@media screen and (max-width: 799px) {
	#mainImg-sp{
		height: auto;
	}
	#mainImg-sp img {
		width: 100%;
		height: auto;
	}

	.swiper-container.pc-img {
		display: none;
	}
	.swiper-container.sp-img {
		display: block;
	}
}


/* フッター
------------------------------------------------------------*/
#footer{
	background-color: #000;
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

/*トップへ戻る*/
#content{
    position: relative;
}
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 40px;
    right: 20px;
    /*-----装飾-----*/
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
#topBtn img {
	width: 100%;
}
@media screen and (max-width: 799px) {
	#content {
		display: none;
	}
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	background-color: #000;
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Nerko One', cursive;
	width: 90%;
	max-width: 1024px;
	margin: 0 auto 40px;
	font-size: 28px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderWhite.png) repeat-x 0 50%;
	background-size: 1px 1px;
}
@media screen and (max-width: 767px) {
	section h2{
		width: 90%;
	}
}

section h2 span {
	background: #000;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
	.innerS {
		width: 1024px;
		margin: auto;
	}
}


.fb-container{
	width: auto;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}

/* ボタン */
.btn-area {
	display: flex;
	justify-content: center;
	width: 100%;
}
.btn_l {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c1272d;
	color: #fff;
	width: 50%;
	max-width: 400px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 0;
	margin: 40px 20px 20px;
	border-radius: 33px;
	text-decoration: none;
}
.btn_l::before {
	content: '';
	background: url(../images/arrow_white.svg) no-repeat left center;
	background-size: contain;
	width: 10px;
	height:8px;
	margin-right: 8px;
}
.btn_l:hover {
	text-decoration: none;
	opacity: 0.75;
}

.btn_s {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #c1272d;
	color: #fff;
	width: fit-content;
	font-size: 13px;
	line-height: 1;
	padding: 6px 15px;
	border-radius: 33px;
	text-decoration: none;
}
.btn_s::before {
	content: '';
	background: url(../images/arrow_white.svg) no-repeat left center;
	background-size: contain;
	width: 8px;
	height:6px;
	margin-right: 4px;
}
.btn_s:hover {
	text-decoration: none;
	opacity: 0.75;
}
@media screen and (max-width: 899px) {
	.btn-area {
		flex-flow: wrap;
	}
	.btn_l {
		width: 90%;
		padding: 15px 0;
		margin: 30px auto 0;
	}
	#mainnav ul li .btn_s {
		width: auto;
		border-radius: 0;
		border-bottom: none !important;
	}
}
@media screen and (min-width: 900px) {
	#mainnav ul li .btn_s {
		position: relative;
		top: -6px;
	}
}

.btn_mail {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c1272d;
	color: #fff;
	width: fit-content;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 40px;
	border-radius: 4px;
	text-decoration: none;
}
.btn_mail::before {
	content: '';
	background: url(../images/icon_mail.svg) no-repeat center left;
	background-size: contain;
	width: 20px;
	height: 14px;
	margin-right: 8px;
}
.btn_mail:hover {
	text-decoration: none;
	opacity: 0.75;
}


/* リンク */
.link_arrow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #c1272d;
	font-weight: bold;
	width: fit-content;
}
.link_arrow::before {
	content: '';
	background: url(../images/arrow_red.svg) no-repeat left center;
	background-size: contain;
	width: 10px;
	height:10px;
	margin-right: 8px;
}
.link_arrow:hover {
	text-decoration: none;
	opacity: 0.75;
}

/* リンクアイコン */
.icon--pdf::after {
	content: '';
	background: url(../images/icon_pdf.svg) no-repeat center right;
	background-size: contain;
	width: 36px;
	height: 18px;
	margin-left: 6px;
}


/* SEC01 Message
------------------------------------------------------------*/
#sec01 .innerS {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: wrap;
}

.sec01_catch {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 60px;
}
.sec01_text {
	width: 47.5%;
}
.sec01_facebook {
	width: 47.5%;
	height: 100%;
	min-height: 400px;
}
.sec01_facebook > div {
	width: 100%;
}
.sec01_facebook iframe {
	height: 400px !important;
}

@media screen and (max-width: 767px) {
	.sec01_text,
	.sec01_facebook  {
		width: 100%;
		overflow-x: hidden;
	}
	.sec01_text {
		margin-bottom: 40px;
	}
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}

.hownav {
	list-style: none;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}

.hownav li {
	width: 150px;
	text-align: center;
	background: #d13415;  
	border:none;
	height: 30px;
	line-height: 30px;
	margin: 10px 5px 10px 5px;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 5px;
}

.my-small {
	font-size: 1em;
	padding-right: 5px;
	/*0.8倍の大きさに*/}

.hownav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.hownav li a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}

ul.contents-box {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
ul.contents-box li {
	display: flex;
	flex-flow: wrap;
	background-color: #fff;
	color: #000;
	width: 48%;
	min-height: 200px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
ul.contents-box li > div {
	width: 100%;
}
ul.contents-box li h3 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #999;
	margin-bottom: 14px;;
}
ul.contents-box li .link_arrow {
	align-self: flex-end;
}
@media screen and (max-width: 767px) {
	ul.contents-box {
		margin-top: 30px;
	}
	ul.contents-box li {
		width: 100%;
		min-height: auto;
		padding: 15px 10px;
		margin-bottom: 20px;
	}
	ul.contents-box li .link_arrow {
		margin-top: 15px;
	}
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background-color: transparent;
	text-align: center;
	padding: 220px 20px;
}
#sec04_02::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url(../images/2020101_201001_4.jpg);
	background-size: cover;
}

#sec04_02 img{
	width: 70%;
	max-width: 600px;
	margin: -10px auto 10px;
}

#sec04 h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

/*スタンダード*/
.member--standard {	
	background-color: #f18b24;
}
.member--standard-plan p {
	color: #f18b24;
	border-top: 1px solid #f18b24;
}

/*プレミアム*/
.member--premium {	
	background-color: #00a99d;
}
.member--premium-plan p {
	color: #00a99d;
	border-top: 1px solid #00a99d;
}

/*ビジター*/
.member--visiter {	
	background-color: #f2569a;
}
.member--visiter-plan p {
	color: #f2569a;
	border-top: 1px solid #f2569a;
}

/*スタンダード・プレミアム・ビジター共通*/
.member--standard-plan p,
.member--premium-plan p,
.member--visiter-plan p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 20px 0;
}
.member--standard-plan,
.member--premium-plan,
.member--visiter-plan {
	min-height: 10em;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.member--standard-plan,
	.member--premium-plan,
	.member--visiter-plan {
		min-height: auto;
	}
}
.member--standard-plan p span,
.member--premium-plan p span,
.member--visiter-plan p span {
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* SEC06 EPISODE
------------------------------------------------------------*/
#sec06 .innerS {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: wrap;
}

.sec06_episode {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}
.sec06_episode.last-child {
	margin-bottom: 20px;
}
.episode_photo {
	width: 42%;
}
.episode_text {
	width: 53%;
}
.episode_text h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px 12px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.episode_text p {
	padding: 0 20px;
	margin-bottom: 14px;
}
.photo-l .episode_photo {
	order: 1;
}
.photo-l .episode_text {
	order: 2;
}
.photo-r .episode_photo {
	order: 2;
}
.photo-r .episode_text {
	order: 1;
}
@media screen and (max-width: 767px) {
	.episode_text h3 {
		padding: 0 10px 12px;
		margin-top: 10px;
	}
	.episode_text p {
		padding: 0 10px;
	}
	.episode_photo,
	.episode_text {
		width: 100%;
	}
	.photo-l .episode_photo,
	.photo-r .episode_photo {
		order: 1;
	}
	.photo-l .episode_text,
	.photo-r .episode_text {
		order: 2;
	}
	#sec06 .innerS .btn-area {
		margin-bottom: -50px;
	}
}




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}
@media only screen and (min-width: 1024px){
	#mainnav li{
		padding: 50px 25px;
	}
}
@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		display: flex;
		justify-content: space-between;
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 29%;
		padding: 0;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #000;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		/*width: auto !important;*/
	}
	#header h1 .logo {
		width: 68%;
	}

	a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}

	#menuBtn{
		display: block;
		position: absolute;
		top: 60%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}

	#menuBtn:before{
		margin-top: -7px;
	}

	#menuBtn:after{
		margin-top: 5px;
	}

	a#menu .close{
		background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
		margin-top: 0;
	}

	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #000;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg-sp{
		padding-top: 60px;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 799px) {
	#mainnav.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
	}
	main {
		margin-top: 0 !important;
	}
}
@media only screen and (min-width: 800px) {
	#mainnav.is-fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
	}

	#mainnav.is-fixed {
		background-color: #000;
	}
	#mainnav li {
		padding: 20px 15px;
	}
}
@media only screen and (min-width: 1024px) {
	#mainnav li {
		padding: 20px 25px;
	}
}
