@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Russo+One&display=swap');

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
*:last-child {
	margin-bottom: 0!important;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8125;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
a,
a:before,
a:after {
	color: #000;
	cursor: pointer;
	transition: .4s;
}

:placeholder-shown { color: #9a9a9a; }
::-webkit-input-placeholder { color: #9a9a9a; }
::-moz-placeholder { color: #9a9a9a; }
:-ms-input-placeholder { color: #9a9a9a; }
:-moz-placeholder { color: #9a9a9a; }

@media screen and (min-width: 768px) {
	.hover:hover {
		opacity: .7;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	body {
		font-size: 1.7rem;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	none
------------------------------------------------------------*/
.hidden-s,
.hidden-m,
.hidden-l {
	display: block;
}
.visibility-s,
.visibility-m,
.visibility-l {
	display: none;
}

@media screen and (min-width: 768px) {
	.hidden-s {
		display: none;
	}
	.visibility-s {
		display: block;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.hidden-m {
		display: none;
	}
	.visibility-m {
		display: block;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.hidden-l {
		display: none;
	}
	.visibility-l {
		display: block;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	border-bottom: 2px solid #e21919;
}
.header-inner {
	position: relative;
	z-index: 999;
	background: #fff;
}
.header-txt {
	margin-bottom: 3px;
	padding-top: 5px;
}
.header-txt__inner {
	font-size: 1rem;
	-webkit-transform: scale(.9) translate(-5%);
	transform: scale(.9) translate(-5%);
}
.header-content.content-area {
	padding-bottom: 11px;
}
.header-logo {
	width: 107px;
}
.header-inner .visibility-xl,
.header-right__tel--fix {
	display: none;
}



@media screen and (max-width: 767px) {
	.header-txt__inner,
	.header-content {
		max-width: 100%!important;
	}
	.header-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}
	.header-right li {
		width: 50px;
		height: 100%;
	}
	.header-right li a {
		height: 100%;
		padding-top: 50px;
		color: #e21919;
		font-size: 1rem;
		text-align: center;
	}
	.header-right__login {
		background: url(../images/common/header-login.png) center 28px / 15px no-repeat;
	}
	.header-right__mail {
		background: url(../images/common/header-mail.png) center 30px / 15px no-repeat;
	}
	.header-right__tel {
		background: url(../images/common/header-tel.png) center 28px / 14px no-repeat;
	}
	.header-login-btn .show-l {
		display: none;

	}
} /* ----- media END ----- */

@media screen and (max-width: 349px) {
	.header-txt__inner {
		letter-spacing: -.05em;
	}
	.header-right li {
		width: 45px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
	.header {
		border-bottom: none;
	}
	.header-txt {
		margin-bottom: 0;
		padding: 5px 0;
		background: #eee;
	}
	.header-txt__inner {
		font-size: 1.2rem;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.header-content.content-area {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-logo {
		width: 180px;
		min-width: 180px;
	}
	.header-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.header-right li {
		margin-left: 10px;
	}
	.header-right__access {
		max-width: 333px;
		margin-top: -8px;
	}
	.header-right__line {
		max-width: 179px;
	}
	.header-right__login,
	.header-right__mail {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		align-items: flex-end;
		position: relative;
		height: 100%;
		padding: 0 10px 7px;
		border: 1px solid #e21919;
		border-radius: 10px;
		color: #e21919;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.07;
		white-space: nowrap;
	}
	.header-right__login:hover,
	.header-right__mail:hover {
		border-color: #16a5d5;
		color: #16a5d5;
	}
	.header-right__login:before,
	.header-right__login:after,
	.header-right__mail:before,
	.header-right__mail:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: center 12px / 20px no-repeat;
	}
	.header-right__login:before {
		background-image: url(../images/common/header-login.png);
	}
	.header-right__login:hover:before {
		opacity: 0;
	}
	.header-right__login:after {
		background-image: url(../images/common/header-login-hover.png);
		opacity: 0;
	}
	.header-right__login:hover:after {
		opacity: 1;
	}
	.header-right__mail:before {
		background-image: url(../images/common/header-mail.png);
	}
	.header-right__mail:hover:before {
		opacity: 0;
	}
	.header-right__mail:after {
		background-image: url(../images/common/header-mail-hover.png);
		opacity: 0;
	}
	.header-right__mail:hover:after {
		opacity: 1;
	}
	.header-right__tel {
		max-width: 277.5px;
		font-size: 0;
		pointer-events: none;
	}

	/* .header-login-btn .show-phone {
		display: none;
	} */
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.header-content.content-area {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-right__login,
	.header-right__mail {
		font-size: 1.4rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.header-logo {
		width: 240px;
		min-width: 240px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1350px) {
	.header-txt__inner .visibility-s {
		display: none;
	}
	.header-inner .visibility-xl {
		display: block;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1500px) {
	.header-right li {
		margin-left: 20px;
	}
	.header-right__login {
		padding: 0 17px 11px;
	}
	.header-right__mail {
		padding: 0 17px 7px;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	追従ヘッダー
------------------------------------------------------------*/
.fix-header {
	position: fixed!important;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.fix-header__on {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (min-width: 768px) {
	.fix-header__ .header-txt {
		display: none;
	}
	.fix-header__ .header-logo {
		width: 155px;
		min-width: 155px;
	}
	.fix-header__ .header-right li {
		margin-left: 20px;
	}
	.fix-header__ .header-right__login,
	.fix-header__ .header-right__mail {
		align-items: center;
		padding: 0 15px 0 45px;
		font-size: 1.4rem;
	}
	.fix-header__ .header-right__login {
		width: 115px;
	}
	.fix-header__ .header-right__mail {
		width: 145px;
		text-align: left;
	}
	.fix-header__ .header-right__login:before,
	.fix-header__ .header-right__login:after,
	.fix-header__ .header-right__mail:before,
	.fix-header__ .header-right__mail:after {
		background-position: 17px center;
		background-size: 16px;
	}
	.fix-header__ .header-right__tel {
		max-width: 235px;
	}
	.fix-header__ .header-right__access,
	.fix-header__ .header-right__line,
	.fix-header__ .header-right__tel img {
		display: none;
	}
	.fix-header__ .header-right__tel .header-right__tel--fix {
		display: block;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.fix-header__ .header-right li {
		margin-left: 30px;
	}
	.fix-header__ .header-right__mail {
		width: 200px;
	}
	.fix-header__ .header-right__mail br {
		display: none;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	スマホメニュー
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.header-right .sp-menu__trigger {
		position: relative;
		width: 70px;
		margin-left: 10px;
		padding-top: 45px;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		background: #e21919;
		cursor: pointer;
	}
	.sp-menu__trigger--line,
	.sp-menu__trigger--line:before,
	.sp-menu__trigger--line:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 26px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 18px;
		height: 2px;
		background: #fff;
		transition: .4s;
	}
	.sp-menu__trigger--line:before {
		top: -8px;
		background: #fff;
	}
	.sp-menu__trigger--line:after {
		top: 8px;
		background: #fff;
	}

	/*  オープン時
	--------------------------------------------- */
	.sp-menu__on .sp-menu__trigger--line {
		background: #e21919;
	}
	.sp-menu__on .sp-menu__trigger--line:before {
		top: 0;
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
	}
	.sp-menu__on .sp-menu__trigger--line:after {
		top: 0;
		-webkit-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
	}
	.sp-menu {
		position: fixed;
		left: 0;
		top: 70px;
		z-index: 99;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		width: 100%;
		height: calc(100vh - 70px);
		padding: 20px 15px 120px;
		background: #e21919;
		transition: .4s;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
	}
	.sp-menu__on .sp-menu {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.sp-menu__line {
		margin-bottom: 20px;
		text-align: center;
	}
	.sp-menu__nav {
		margin-bottom: 20px;
	}
	.sp-menu__nav li {
		position: relative;
	}
	.sp-menu__nav li a {
		padding: 13px 10px;
		border-bottom: 1px solid #ed5757;
		color: #fff;
		background: url(../images/common/ico-right-white.png) right 13px center / 9px no-repeat;
	}
	.sp-menu__nav li:first-child a {
		border-top: 1px solid #ed5757;
	}
	.sp-menu__nav li .sp-menu__blank {
		background: url(../images/common/ico-blank-white.png) right 9px center / 16px no-repeat;
	}
	.sp-menu__nav li .sp-menu__none {
		background: none;
	}
	.sp-menu__accordion {
		position: absolute;
		top: 10px;
		right: 0;
		width: 36px;
		height: 36px;
	}
	.sp-menu__accordion span:before,
	.sp-menu__accordion span:after {
		content: "";
		position: absolute;
		background: #fff;
		transition: .4s;
	}
	.sp-menu__accordion span:before {
		left: calc(50% - 7px);
		top: 50%;
		width: 16px;
		height: 2px;
	}
	.sp-menu__accordion span:after {
		left: 50%;
		top: calc(50% - 7px);
		width: 2px;
		height: 16px;
	}
	.sp-menu__accordion.active span:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sp-menu__accordion.active span:after {
		opacity: 0;
	}
	.sp-menu__child {
		display: none;
		padding-left: 15px;
	}
	.sp-menu__child li:first-child a {
		border-top: none;
	}
	.sp-menu__btn {
		margin-bottom: 25px;
	}
	.sp-menu__btn li {
		margin-bottom: 15px;
	}
	.sp-menu__btn li a {
		position: relative;
		padding: 8px 40px 10px 75px;
		color: #e21919;
		background: url(../images/common/ico-blank-red.png) right 15px center / 13px no-repeat;
		background-color: #fff;
	}
	.sp-menu__btn li a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}
	.sp-menu__btn li:first-child a:before {
		background: url(../images/common/ico-pen-red.png) left 23px center / 30px no-repeat;
	}
	.sp-menu__btn li:last-child a:before {
		background: url(../images/common/ico-fb-red.png) left 30px center / 14px no-repeat;
	}
	.sp-menu__btn--ttl {
		margin-bottom: -5px;
		font-size: 2rem;
	}
	.sp-menu__btn--txt {
		font-size: 1.2rem;
	}
	.sp-menu__sub {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
	}
	.sp-menu__sub li a {
		color: #fff;
		font-size: 1.4rem;
	}
	.sp-menu__sub li:nth-child(2) a:before,
	.sp-menu__sub li:nth-child(2) a:after {
		content: "|";
		margin: 0 5px;
		color: #fff;
	}
} /* ----- media END ----- */

@media screen and (max-width: 349px) {
	.header-right .sp-menu__trigger {
		width: 60px;
		margin-left: 0;
	}
	.sp-menu__sub li a {
		font-size: 1.2rem;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.header-gnav {
		background: #e21919;
	}
	.header-gnav__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-around;
	}
	.header-gnav__list > li {
		width: 100%;
	}
	.header-gnav__list > li:hover {
		background: #c30202;
		transition: .4s;
	}
	.header-gnav__list > li > a {
		padding: 16px 0 15px;
		color: #fff;
		font-size: 1.4rem;
		text-align: center;
	}
	.header-gnav__child {
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		z-index: -2;
		width: 100vw;
		padding: 40px 0;
		background: #c30202;
		transition: .4s;
		opacity: 0;
		pointer-events: none;
	}
	.header-gnav__list > li:hover .header-gnav__child {
		pointer-events: auto;
		opacity: 1;
	}
	.header-gnav__child--list {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -20px -7.5px 0;
	}
	.header-gnav__child--list li {
		width: calc(100% / 3);
		margin-top: 20px;
		padding: 0 7.5px;
	}
	.header-gnav__child--list li a {
		padding: 14px 20px;
		color: #df1010;
		font-size: 1.6rem;
		background-color: #fff;
		background-image: url(../images/common/ico-right-red.png);
		background-size: 8px;
		background-position: right 20px center;
		background-repeat: no-repeat;
	}
	.header-gnav__child--list li a:hover {
		color: #fff;
		background-color: #e21919;
		background-image: url(../images/common/ico-right-white.png);
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.header-gnav__blank {
		position: relative;
		padding-right: 15px;
	}
	.header-gnav__blank:before {
		content: "";
		position: absolute;
		left: 10px;
		top: -2px;
		width: 100%;
		height: 100%;
		background: url(../images/common/ico-blank-white.png) right 0 center / 13px no-repeat;
	}
	.header-gnav__child--list li a {
		padding: 14px 30px;
		font-size: 1.8rem;
		background-position: right 30px center;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.header-gnav__list li a {
		font-size: 1.6rem;
	}
	.header-gnav__blank:before {
		left: 15px;
		background-size: 15px;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.footer {
	background: #eee;
}
.footer-pagetop {
	height: 50px;
	background: url(../images/common/ico-pagetop.png) center / 15px no-repeat;
	background-color: #d9d9d9;
}
.footer-content.content-area {
	padding-top: 40px;
	padding-bottom: 35px;
}
.footer-logo {
	width: 250px;
	margin: 0 auto;
}
.footer-logo-link:hover {
	opacity: .5;
}
.footer-text {
	padding-top: 10px;
  font-size: 12px;
  line-height: 1.3;
	text-align: center;
}
.footer-blank {
	padding-top: 20px;
	line-height: 1;
	text-align: center;
}
.footer-blank + .footer-blank {
	padding-top: 10px;
}
.footer-blank-text:hover {
	opacity: .5;
}
.footer-blank-text::after {
	content: '';
	display: inline-block;
	width: .8em;
	height: .8em;
	margin-left: 10px;
	background: url(../images/common/ico-blank-black.png) center center / contain
}
.footer-fb {
	display: block!important;
	margin-bottom: 30px;
}
.footer-link {
	display: none;
}
.footer-blog {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 23px 30px 23px 140px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.footer-blog:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	background: url(../images/common/footer-blog-sp.jpg) center;
	background-size: cover;
}
.footer-blog__ttl {
	margin-bottom: 9px;
	padding-left: 30px;
	font-size: 1.8rem;
	line-height: 1.3;
	background: url(../images/common/ico-pen-black.png) left center / 20px no-repeat;
}
.footer-blog__txt {
	font-size: 1.2rem;
}
.footer-line {
	margin-bottom: 25px;
}
.footer-line__btn {
	margin-bottom: 5px;
}
.footer-line__txt {
	font-size: 1rem;
	text-align: center;
}
.footer-access__ttl {
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer-access__list li {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.footer-sub {
	padding: 13px 0;
	color: #fff;
	text-align: center;
	background: #191919;
}
.footer-sub p,
.footer-sub small {
	display: block;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	font-size: 1rem;
}
.footer-sub small a {
	display: inline;
	color: #fff;
}

@media screen and (max-width: 374px) {
	.footer-blog {
		padding: 18px 20px 18px 120px;
	}
	.footer-blog:before {
		width: 100px;
	}
	.footer-blog__ttl {
		font-size: 1.6rem;
	}
} /* ----- media END ----- */

@media screen and (max-width: 767px) {
	.footer-fb span,
	.footer-fb iframe {
		height: 430px!important;
	}
} /* ----- media END ----- */

@media screen and (min-width: 768px) {
	.footer-pagetop:hover {
		background-color: #e21919;
		background-image: url(../images/common/ico-pagetop-hover.png);
	}
	.footer-fb {
		width: 210px;
		min-width: 210px;
	}
	.footer-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 40px;
		white-space: nowrap;
	}
	.footer-link > ul:not(:last-child) {
		margin-right: 60px;
	}
	.footer-link li {
		margin-bottom: 5px;
	}
	.footer-link a {
		font-size: 1.4rem;
	}
	.footer-link a:hover {
		color: #999;
	}
	.footer-link > ul > li > a {
		font-weight: bold;
	}
	.footer-link__child {
		margin-top: 5px;
	}
	.footer-link__phone {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-link__phone li {
		padding-right: 30px;
	}
	.footer-blog:hover {
		border-color: #000;
	}
	.footer-blog:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../images/common/ico-blank-black.png) right 20px center / 18px no-repeat;
		pointer-events: none;
	}
	.footer-line {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.footer-line__qr {
		margin-right: 30px;
	}
	.footer-line__btn {
		pointer-events: none;
	}
	.footer-line__txt {
		font-size: 1.4rem;
		text-align: left;
	}
	.footer-access__ttl {
		font-size: 1.7rem;
	}
	.footer-access__list li {
		margin-bottom: 2px;
		font-size: 1.4rem;
	}
	.footer-access__list li span {
		margin-right: 15px;
	}
	.footer-access__list li br {
		display: none;
	}
	.footer-sub {
		padding: 15px 0;
	}
	.footer-sub p {
		margin-bottom: 5px;
		margin-bottom: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		font-size: 1.2rem;
	}
	.footer-sub small {
		-webkit-transform: scale(1);
		transform: scale(1);
		font-size: 1.4rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.footer-content.content-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer-fb {
		width: 250px;
		min-width: 250px;
	}
	.footer-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.footer-info {
		width: 30%;
	}
	.footer-logo {
		margin-left: 0;
	}
	.footer-text {
		padding-top: 20px;
		font-size: 12px;
		line-height: 1.4;
		text-align: left;
	}
	.footer-blank {
		text-align: left;
	}
	.footer-link {
		width: 70%;
		justify-content: flex-end;
		margin-top: 0;
	}
	.footer-link li {
		margin-bottom: 10px;
	}
	.footer-link a {
		font-size: 1.7rem;
	}
	.footer-link__child {
		margin-top: 10px;
	}
	.footer-blog {
		width: 45%;
		margin: 0;
	}
	.footer-blog__ttl {
	}
	.footer-blog__txt {
	}
	.footer-blog__txt br {
	}
	.footer-access {
		order: 4; /* 3 */
		width: 48%;
		padding-left: 40px;
		/* padding-right 20210928 kiyama*/
		/*border-right: 1px solid #ccc; */
	}
	.footer-line {
		order: 3; /* 4 */
		width: 49%;
		margin-bottom: 0;
		margin-left: auto;
		padding-right: 40px; /* padding-left */
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.footer-fb {
		width: 20.83333333vw;
		min-width: 20.83333333vw;
		max-width: 400px;
	}
	.footer-link > ul:not(:last-child) {
		margin-right: 120px;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.main {
	padding-bottom: 90px;
}
.content-area {
	max-width: 510px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.content-area {
		max-width: 1680px;
		padding: 0 30px;
	}
	.content-area__s {
		max-width: 1380px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.main {
		padding-bottom: 120px;
	}
	.content-area {
		padding: 0 60px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.content-area {
		padding: 0 90px;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1500px) {
	.content-area {
		padding: 0 120px;
	}
	.content-area__s {
		max-width: 1440px;
	}
} /* ----- media END ----- */

/*------------------------------------------------------------
	テキスト
------------------------------------------------------------*/
.txt-min {
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, sans-serif;
}
.txt-en {
	font-family: 'Russo One', sans-serif;
}