@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;500;600;700;900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500;600;700;900&display=swap&subset=japanese');
@font-face {font-family: "Butler Stencil"; src: url("//db.onlinewebfonts.com/t/6230d7044cb5cd8ea4a6bf4becfda48b.eot"); src: url("//db.onlinewebfonts.com/t/6230d7044cb5cd8ea4a6bf4becfda48b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/6230d7044cb5cd8ea4a6bf4becfda48b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/6230d7044cb5cd8ea4a6bf4becfda48b.woff") format("woff"), url("//db.onlinewebfonts.com/t/6230d7044cb5cd8ea4a6bf4becfda48b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/6230d7044cb5cd8ea4a6bf4becfda48b.svg#Butler Stencil") format("svg"); }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.4;
	color: #4d4d4d;
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	margin:0;
    padding:0;
}

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

ul,ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,embed {
  vertical-align: top;
}

a {
	color: #4d4d4d;
	transition: all 0.3s ease;
}

a:not(.false):hover {
	opacity: 0.7;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1.5em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}

.cf:after{
  clear:both;
}

.flex {
	display: flex;
}

.font {
	font-family: "Butler Stencil", 'Noto Sans JP', sans-serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.m0 {
	margin: 0;
}

@media screen and (min-width: 769px) {
	body {
		min-width: 1040px;
	}
}
@media screen and (min-width: 560px) {
	.sp {
		display: none!important;
	}
	
}
@media screen and (max-width: 559px) {
	.pc {
		display: none!important;
	}
}

/* ----------------------------------------
	Common
---------------------------------------- */
#wrapper {
	padding-top: 60px;
}

.inner {
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

@media screen and (min-width: 769px) {
	.inner {
		width: 1040px;
	}

	.tel-link {
		pointer-events: none;
	}
}

@media screen and (min-width: 560px) {

}
@media screen and (max-width: 559px) {
	
}

/* ----------------------------------------
	gNavi
---------------------------------------- */
#gNavi {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 100;
}

#btn {
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 10px;
	z-index: 100;
}

#btn a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-direction: column;
	padding: 13px 7px 0;
	box-sizing: border-box;
	position: relative;
}

#btn span {
	background: #000;
	width: 100%;
	height: 6px;
	margin: 0 0 6px;
	transition: 0.3s ease;
}

#btn.open a span {
	background: #fff;
}

#btn.open a span:nth-of-type(2) {
	transform: scale(0);
}

#btn.open a span:nth-of-type(1) {
	transform: translateY(12px) rotate(45deg);
}

#btn.open a span:nth-of-type(3) {
	transform: translateY(-12px) rotate(-45deg);
}

#nav {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 90;
	top: 0;
	overflow: auto;
	padding: 50px 0;
	box-sizing: border-box;
}

.nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.nav > li + li {
	margin-top: 50px;
}

.nav > li > a {
	display: block;
	font-size: 70px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.nav li a span {
	display: block;
	font-size: 18px;
	font-weight: 200;
}

.gnavi--sns li + li {
	margin-left: 8px;
}
@media screen and (min-width: 769px) {
	.nav li a:hover {
		color: #c7000b;
		opacity: 1;
	}
}


@media screen and (max-height: 660px) and (min-width: 560px) {
	.nav {
		justify-content: flex-start;
		padding: 0 0 100px;
	}
}
@media screen and (max-width: 768px) {
	.nav > li > a {
		font-size: 50px;
	}

	.nav li a span {
		font-size: 16px;
	}
}
@media screen and (max-width: 559px) {
	.nav > li + li {
		margin-top: 35px;
	}

	.nav > li > a {
		font-size: 30px;
	}

	.nav li a span {
		font-size: 14px;
	}

	.gnavi--sns li {
		width: 35px;
	}
}

/* ----------------------------------------
	header
---------------------------------------- */
.top-header {
	height: calc(100vh - 60px);
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

#header .inner {
	height: 100%;
}

.header__bg {
	width: 100vw;
	height: calc(100% - 160px);
	max-height: 600px;
	min-height: 450px;
	background: url(../images/top/visual.jpg) no-repeat left center;
	position: relative;
	left: 300px;
}

.header__logo {
	position: absolute;
	top: 60px;
	left: 70px;
}

.header__catch {
	font-size: 95px;
	color: #000;
	line-height: 1.2;
	letter-spacing: -.01em;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: font-size .3s linear;
}

.header__catch span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.header__catch span:before {
	display: block;
	content: "";
	width: calc(100% + 20px);
	height: 100%;
	background: #fff;
	left: 0;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -1;
}

.header__btn {
	width: calc(50vw - 100px);
	font-size: 26px;
	color: #fff;
	padding: 10px 40px;
	background: #000;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: calc(50% + 100px);
}

.header__btn span {
	display: inline-block;
	padding: 16px 0 24px 75px;
	background: url(../images/common/ico_pc.svg) no-repeat left center;
}

@media screen and (max-height: 700px) and (min-width: 560px) {
	.header__catch {
		font-size: 80px;
	}
}
@media screen and (max-width: 768px) {
	.top-header {
		min-height: 500px;
	}
		
	.header__logo {
		left: 40px;
	}

	.header__bg {
		height: calc(100% - 120px);
		max-height: 100%;
		min-height: none;
		background-size: cover;
		background-position: right 40% top;
		position: relative;
		left: 230px;
	}

	.header__catch {
		font-size: 66px;
		bottom: 100px;
	}

	.header__btn {
		width: calc(100vw - 30px);
		font-size: 20px;
		padding: 10px 20px;
		left: 50px;
	}
	
	.header__btn span {
		display: inline-block;
		padding: 10px 0 14px 55px;
		background-size: 40px auto;
	}
}
@media screen and (max-width: 559px) {
	.header__bg {
		left: 130px;
	}
	
	.header__logo {
		left: 10px;
	}

	.header__logo img {
		width: 120px;
	}
	
	.header__catch {
		font-size: 40px;
	}
	
	.header__catch span:before {
		width: calc(100% + 10px);
		top: -10px;
	}
}

/* ----------------------------------------
	Footer
---------------------------------------- */
#footer {
	text-align: center;
	padding: 140px 0 2px;
	background: #e5e5e5;
}

.footer__text a {
	text-decoration: none;
}

.footer__copy {
	font-size: 12px;
	margin: 0;
}

#pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 90;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#footer {
		padding: 100px 0 60px;
	}

	#pagetop {
		width: 50px;
		bottom: 50px;
	}
}

/* ----------------------------------------
	aside
---------------------------------------- */
aside {
	display: none;
}

.aside {
	width: 150px;
	position: fixed;
	top: 230px;
	right: 0;
	z-index: 98;
}

.aside li + li {
	border-top: 1px solid #fff;
}

.aside li a {
	display: block;
	width: 100%;
	padding: 20px;
	background: #e50012;
	box-sizing: border-box;
}

@media all and (max-width: 768px) {
	.aside {
		display: flex;
		align-items: center;
		width: 100%;
		background: #e50012;
		top: initial;
		bottom: 0;
	}

	.aside li {
		width: 50%;
		text-align: center;
		position: relative;
		border-top: none!important;
	}

	.aside li + li:before {
		display: block;
		content: "";
		width: 1px;
		height: calc(100% - 10px);
		background: #fff;
		position: absolute;
		top: 5px;
		left: 0;
	}

	.aside li a {
		padding: 15px 30px 10px;
		background: none;
	}

	.aside li img {
		height: 30px;
	}
}

/* ----------------------------------------
	section
---------------------------------------- */
section {
	padding-top: 170px;
	position: relative;
	overflow: hidden;
}

.section__inner {
	padding-left: 300px;
	transition: padding .3s linear;
}

.section__title {
	font-size: 44px;
	color: #e50012;
	margin: -1.3em 0 .5em;
}

.section__bg {
	width: 100vw;
	height: 129px;
	font-size: 240px;
	line-height: 1;
	color: #e5e5e5;
	overflow: hidden;
}

.morebtn {
	font-size: 30px;
	margin: 0 0 2em;
}

.morebtn a {
	display: inline-block;
	color: #e50012;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
	.section__inner {
		padding-left: 0;
	}
}

@media screen and (max-width: 559px) {
	.section__title {
		font-size: 34px;
	}

	.section__bg {
		height: 16vw;
		font-size: 30vw;
	}

	.morebtn {
		font-size: 24px;
	}
}

/* top
------------------------------------ */
.greeting__subtitle {
	font-size: 26px;
	line-height: 1.9;
	margin: 0 0 .9em;
}

.greeting__text {
	font-size: 20px;
	line-height: 2;
	margin: 0 0 1.5em;
}

.sns__flex__box {
	width: 340px;
}

.sns__flex__box__inner {
	height: 300px;
	overflow: auto;
}

.sns {
	padding: 140px 0 140px;
}


.sns__flex__box + .sns__flex__box {
	margin-left: 20px;
}

.ig__list {
	flex-wrap: wrap;
}

.ig__list li {
	width: calc(100% / 3 - 7px);
	margin: 0 0 10px;
	padding-top: calc(100% / 3 - 7px);
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.ig__list li:not(:nth-child(3n)) {
	margin-right: 10px;
}

.ig__list li a {
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

@media screen and (max-width: 767px) {
	.sns__flex {
		flex-direction: column;
		align-items: center;
	}

	.sns__flex__box {
		width: 100%;
		max-width: 340px;
	}

	.sns__flex__box + .sns__flex__box {
		margin-top: 30px;
		margin-left: 0;
	}
}

@media screen and (max-width: 559px) {
	.greeting__subtitle {
		font-size: 20px;
	}
	
	.greeting__text {
		font-size: 16px;
	}

	.greeting__movie iframe {
		height: 60vw;
	}
}


/* ----------------------------------------
	news
---------------------------------------- */
.news__list {
	margin: 0 0 2.4em;
	border-top: 1px solid #000;
}

.news__list li {
	border-bottom: 1px solid #000;
}

.news__list a {
	font-size: 20px;
	text-decoration: none;
	padding: 1.2em 0;
}

.news__list__date {
	width: 100px;
	margin: 0;
}

.news__list__title {
	max-width: calc(100% - 120px);
	margin: 0;
	margin-left: 20px;
}

@media screen and (max-width: 559px) {
	.news__list a {
		font-size: 16px;
	}
}

/* ----------------------------------------
	blog
---------------------------------------- */
.blog__list {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 200px;
}

.main__container .blog__list {
	margin: 0 0 280px;
}

.blog__list li {
	width: 340px;
	min-height: 500px;
	margin: 0 0 20px;
	position: relative;
}

.blog__list li:nth-child(even) {
	top: 260px;
}

.blog__list li a {
	display: block;
	height: 100%;
	font-size: 20px;
	text-decoration: none;
	background: #f2f2f2;
}

.blog__list__img {
	height: 280px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.blog__list__box {
	padding: 20px 30px 60px;
}

.blog__list__date {
	margin: 0 0 .4em;
}

@media screen and (max-width: 559px) {
	.blog__list {
		flex-direction: column;
		align-items: center;
		margin: 0 0 30px;
	}

	.main__container .blog__list {
		margin: 0 0 50px;
	}

	.blog__list li {
		width: 100%;
		max-width: 340px;
		min-height: 0;
	}

	.blog__list li:nth-child(even) {
		top: 0;
	}

	.blog__list li a {
		font-size: 16px;
	}
}

/* ----------------------------------------
	archive
---------------------------------------- */
.main__container {
	line-height: 1.7;
	overflow: hidden;
	position: relative;
}

.main__container section {
	padding: 0;
}

.aside-box {
	padding: 14px 6px 0;
}

#aside .aside-box {
	padding: 0 0 24px;
}

.aside-box__title {
	font-size: 32px;
	color: #e50012;
	padding: 0 0 .2em;
	border-bottom: 1px solid #000;
}

.aside__nav {
	margin: 0;
}

.aside__nav li {
	border-bottom: 1px dotted #000;
}

.aside__nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: .8em;
}

@media screen and (min-width: 769px) {
	#aside {
		width: 28%;
		position: absolute;
		top: 222px;
		left: 0;
	}

}
@media screen and (max-width: 768px) {
	.main__container {
		padding: 100px 0 0;
	}

	#aside {
		padding: 4em 0 0;
	}
}

/* ----------------------------------------
	single
---------------------------------------- */
.detail__tit {
	font-size: 30px;
	margin: 2em 0 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #000;
}

.detail__date {
	display: flex;
	align-items: center;
	margin: 0 0 2em;
}

.topics__date,
.topics__cat {
	margin: 0;
}

.topics__cat {
	min-width: 72px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-left: 18px;
	padding: 0 1em;
	background: #d80b17;
	box-sizing: border-box;
}

.detail__sns {
	text-align: right;
	margin: 0 0 5em;
	padding: 0 0 1em;
	border-bottom: 1px solid #000;
}

.detail__sns__item {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin: 0 0 0 5px;
}

.detail__txt {
	font-size: 20px;
	padding: 0 0 3em;
}

.paging {
	display: flex;
	justify-content: space-between;
}

.single h2:not([class]) {
	font-size: 24px;
	color: #fff;
	margin: 0 0 .7em;
	padding: 10px 20px;
	background: #d80b17;
}

#ez-toc-container {
	margin: 0 0 90px!important;
	box-sizing: border-box;
}

@media screen and (max-width: 559px) {
	.detail__tit {
		font-size: 20px;
	}

	.detail__txt {
		font-size: 16px;
	}
	
	.detail__date,
	.detail__cat {
		font-size: 14px;
	}
	
	.paging li {
		width: 120px;
	}
}

/* ----------------------------------------
	post
---------------------------------------- */
.alignleft {
	float: left;
	margin:0 1em 1em 0;
	font-size: 0.9em;
}

.alignright {
	float: right;
	margin:0 0 1em 1em;
	font-size: 0.9em;
}

.aligncenter {
	display: block;
	margin: 0 auto 1em;
	font-size: 0.9em;
}

.post table {
	border-collapse: collapse;
}

.wp-pagenavi {
	text-align: center;
}

@media screen and (max-width: 559px) {
	.post section {
		padding: 0 0 20px;
	}

	.sp-float {
		display: block;
		float: none;
		margin: 0 auto 1em;
	}
}

/* ----------------------------------------
	form
---------------------------------------- */
.contact_form__text {
	font-size: 26px;
	line-height: 1.8;
}

.contact_form__table {
	width: 100%;
	margin: 0 0 2em;
}

.contact_form__table tr {
	display: block;
}

.contact_form__table th,
.contact_form__table td {
	display: list-item;
	list-style: none;
	width: 100%;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	padding: .3em 0;
}

.contact_form__table td {
	margin: 0 0 1.5em;
}

.contact_form__table .row1 {
	margin: 0 0 10px;
}

.contact_form__table td input[type="text"],
.contact_form__table td input[type="email"],
.contact_form__table td textarea {
	-webkit-appearance: none;
	width: 100%;
	font-size: 20px;
	padding: .6em 1em;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
	position: relative;
	z-index: 3;
}

.contact_form__table td input[name="zip[data][0]"],
.contact_form__table td input[name="zip[data][1]"] {
	width: 100px;
}

.contact_form__table td textarea {
	height: 250px;
}

.contact_submit {
	text-align: center;
}

.contact_submit input {
	-webkit-appearance: none;
	border: none;
	background: #000;
	color: #fff;
	width: 252px;
	height: 47px;
	font-size: 20px;
	font-family: "Butler Stencil", 'Noto Sans JP', sans-serif;
	text-align: center;
	cursor: pointer;
	margin: 0 10px;
}

.contact_submit input:hover {
	opacity: .7;
}

.contact_submit input:disabled {
	opacity: .5;
	pointer-events: none;
}

.agree-box {
	margin: 0 0 3em;
}

.agree-box__title {
	font-size: 18px;
	text-align: center;
}

.privacy-box {
	height: 190px;
	box-sizing: border-box;
	overflow: auto;
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #000;
}

.agree-input {
	text-align: center;
}


@media screen and (max-width: 559px) {
	.contact_form__text {
		font-size: 18px;
	}
	
	.contact_form__table th,
	.contact_form__table td {
		font-size: 16px;
	}

	.contact_form__table td input[type="text"],
	.contact_form__table td input[type="email"],
	.contact_form__table td textarea {
		font-size: 16px;
	}

	.contact_submit input {
		margin: 0 0 1em;
	}

	.agree-box__title {
		font-size: 14px;
	}

}

.content__title {
	background:linear-gradient(transparent 50%, #ffff00 50%);
}