@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-SPY */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
h1 {
	font-size: 4.2rem;
}
h2 {
	font-size: 3.4rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.8rem;
}
.note {
	font-size: 1.2rem;
}
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
}
@media all and (max-width: 767px) {
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	.note {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	margin-bottom: 5px;
	padding-bottom: 1px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: calc(28/18);
	letter-spacing: 0.08em;
	font-family: var(--en-font);
	border-bottom: 2px solid #b90000;
}
.headline01.size-h2 {
	margin-bottom: 27px;
	padding-bottom: 17px;
	font-size: 3.4rem;
	font-weight: 700;
	font-family: inherit;
}
@media all and (max-width: 767px) {
	.headline01 {
		margin-bottom: 6px;
		padding-bottom: 3px;
		font-size: 1.7rem;
		line-height: 1;
		border-bottom-width: 1px;
	}
	.headline01.size-h2 {
		padding-bottom: 13px;
		margin-bottom: 13px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
	margin: 0 0 40px;
	padding: 0 0 0 24px;
	position: relative;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
.headline02::before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 11px;
    bottom: 14px;
	background-color: #b90000;
	content: "";
}
.headline02.size-h3 {
	margin-bottom: 8px;
	padding-left: 22px;
	font-size: 2.4rem;
}
.headline02.size-h3::before {
	top: 5px;
    bottom: 8px;
}
@media all and (max-width: 767px) {
	.headline02 {
		margin-bottom: 45px;
		padding-left: 11px;
		font-size: 2rem;
	}
	.headline02::before {
		width: 2px;
		top: 6px;
		bottom: 7px;
	}
	.headline02.size-h3 {
		padding-left: 13px;
		font-size: 1.8rem;
	}
	.headline02.size-h3::before {
		top: 4px;
		bottom: 4px;
		width: 4px;
	}
}
/*------------------------------------------------------------
	com-dots
------------------------------------------------------------*/
.com-dots {
	padding: 15px 0 44px;
	display: flex;
	justify-content: center;
	gap: 0 59px;
	background-color: #2c2c2c;
}
.com-dots li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #d6d6d6;
	position: relative;
	cursor: pointer;
}
.com-dots li.slick-active {
	background-color: #c00;
}
.com-dots li button {
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
}
@media all and (max-width: 767px) {
	.com-dots {
		padding: 15px 0 49px;
		gap: 0 36px;
	}
	.com-dots li {
		width: 7px;
		height: 7px;
	}
}
/*------------------------------------------------------------
	headline03
------------------------------------------------------------*/
.headline03 {
	margin-bottom: 14px;
	padding-bottom: 12px;
	line-height: calc(46/34);
	border-bottom: 2px solid #b90000;
	letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
	.headline03 {
		margin-bottom: 12px;
		padding-bottom: 9px;
		line-height: calc(60/40);
		border-bottom-width: 1px;
	}
}
/*------------------------------------------------------------
	page-path
------------------------------------------------------------*/
.page-path {
	margin: 0 auto;
	padding: 6px 20px 8px;
	max-width: 1194px;
}
.page-path ul {
	display: flex;
	flex-wrap: wrap;
}
.page-path ul li,
.page-path ul li a {
	font-size: 1.2rem;
	letter-spacing: -0.03em;
}
.page-path ul li::after {
	margin: 0 9px;
	display: inline-block;
	content: "＞";
}
.page-path ul li:last-child::after {
	display: none;
}
.page-path ul li a {
	text-decoration: underline;
}
@media all and (min-width: 768px) {
	.page-path ul li a:hover {
		text-decoration: none;
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	.page-path {
		padding: 7px 19px 8px;
	}
	.page-path ul li, .page-path ul li a {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	key-visual
------------------------------------------------------------*/
.key-visual {
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.key-visual .img {
	width: auto;
}
.key-visual .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.key-visual .text {
	padding: 8px 0 0;
	width: calc(50% - 32px);
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
}
.key-visual .text h1 {
	padding: 0 0 6px;
	width: 100%;
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	border-bottom: 2px solid #b90000;
}
.key-visual .text h1.en {
	font-family: var(--en-font);
	letter-spacing: 0.05em;
}
.key-visual .text h1 .red {
	color: #c00;
}
.key-visual .text.lower h1 {
	border-bottom: none;
}
.key-visual .text.lower h1 small {
	margin-bottom: -2px;
	padding-bottom: 2px;
	display: block;
	font-size: 3rem;
	border-bottom: 2px solid #b90000;
}
@media all and (min-width: 768px) {
	.key-visual .img {
		aspect-ratio: 1400/280;
	}
}
@media all and (max-width: 767px) {
	.key-visual .img {
		aspect-ratio: 375/222;
	}
	.key-visual .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.key-visual .text {
		padding: 0 0 20px;
		width: calc(50% + 83px);
	}
	.key-visual .text h1 {
		padding-bottom: 0;
		font-size: 2.2rem;
		border-bottom-width: 1px;
	}
	.key-visual .text.lower h1 small {
		font-size: 1.8rem;
		border-bottom-width: 1px;
	}
}
/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadein-up {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadein-up.show {
    transform: translateY(0);
    opacity: 1;
}
/*------------------------------------------------------------
	common-link-list
------------------------------------------------------------*/
.common-link-list {
	padding: 10px 10px 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	background-color: #2c2c2c;
}
.common-link-list li {
	width: calc((100% - 20px) / 3);
	background-color: #fff;
}
.common-link-list li a {
	position: relative;
	display: block;
	height: 100%;
	transition: none;
}
.common-link-list li.none a {
	pointer-events: none;
}
.common-link-list li a .text {
	padding: 10px 37px 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.common-link-list li a .title {
	padding: 0 10px 5px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #b90000;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}
.common-link-list li a .title::after {
	width: 12px;
	height: 15px;
	background: url(../img/common/icon-arrow01.png) no-repeat center / 100%;
	content: "";
}
.common-link-list li a .title .red {
	color: #c00;
}
.common-link-list li a .title.en {
	letter-spacing: 0.05em;
	font-family: var(--en-font);
}
.common-link-list li a .title.en::after {
	margin-top: 4px;
}
.common-link-list li a .photo img {
	width: 100%;
}
@media all and (min-width: 768px) {
	.common-link-list li a:hover {
		opacity: 0.75;
	}
}
@media all and (max-width: 1100px) and (min-width: 768px) {
	.common-link-list li a .title {
		font-size: 2.1rem;
	}
	.common-link-list li a .title::after {
		top: 8px;
	}
}
@media all and (max-width: 767px) {
	.common-link-list {
		display: block;
	}
	.common-link-list li {
		margin-bottom: 10px;
		width: auto;
	}
	.common-link-list li:last-child {
		margin-bottom: 0;
	}
	.common-link-list li a {
		display: block;
	}
	.common-link-list li .photo {
		aspect-ratio: 711/300;
		overflow: hidden;
	}
	.common-link-list li .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.common-link-list li a .title {
		padding: 0 6px 2px 6px;
		border-bottom-width: 1px;
	}
	.common-link-list li a .text {
		padding: 4px 20px 0;
	}
	.common-link-list li a .title::after,
	.common-link-list li a .title.en::after {
		width: 6px;
		height: 8px;
	}
}
/* wrap */
.common-link-list.wrap li .photo {
	height: 100%;
	position: relative;
}
.common-link-list.wrap li a .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
	background-color: #000;
	content: "";
}
@media all and (min-width: 768px) {
	.common-link-list.wrap {
		gap: 12px 10px;
	}
	.common-link-list.wrap li {
		aspect-ratio: 454/150;
		width: calc((100% - 20px) / 3);
		overflow: hidden;
	}
	.common-link-list.wrap li .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.common-link-list.wrap li .text {
		padding: 0 30px 5px;
	}
	.common-link-list li a .title {
		padding: 0 0 5px;
		font-size:2.5rem;
	}
	.common-link-list li a .title.compact {
		letter-spacing: 0.015em;
		font-feature-settings: "palt";
	}
}
/* wrap02 */
.common-link-list.wrap02 li a .photo {
	position: relative;
}
.common-link-list.wrap02 li a .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.3;
	background-color: #000;
	content: "";
}
@media all and (min-width: 768px) {
	.common-link-list.wrap02 {
		gap: 12px 10px;
	}
	.common-link-list.wrap02 li {
		width: calc(50% - 5px);
	}
	.common-link-list.wrap02 li a .text {
		padding: 0 37px 8px;
	}
	.common-link-list.wrap02 li a .title {
		max-width: 493px;
		border-bottom-width: 3px;
		border-color: #b90000;
	}
}
/*------------------------------------------------------------
	common-pop-box
------------------------------------------------------------*/
.mfp-content {
    text-align: center;
    vertical-align: middle;
}
.mfp-bg {
	background-color: rgba(0, 0, 0, 0.8);
}
.common-pop-box .mfp-close {
    width: 50px;
    aspect-ratio: 1/1;
    position: absolute;
    right: -25px;
    top: -80px;
    font-size: 0;
    opacity: 1;
}
.common-pop-box .mfp-close::before,
.common-pop-box .mfp-close::after {
    width: 67px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #b90000;
    content: "";
}
.common-pop-box .mfp-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.common-pop-box {
	margin: 100px auto;
	max-width: 1000px;
    display: block;
    position: relative;
    text-align: left;
}
.common-pop-box .pop-inner-box {
    margin: 0 auto;
    padding: 100px 107px 84px;
    max-width: 1000px;
    position: relative;
    border: 1px solid #b90000;
    box-sizing: border-box;
    background-color: #000;
}
.common-pop-box .pop-inner-box .headline02 {
	margin-bottom: 9px;
	padding-left: 22px;
	font-size: 2.4rem;
}
.common-pop-box .pop-inner-box .headline02::before {
	width: 5px;
	top: 6px;
    bottom: 7px;
}
.common-pop-box .pop-inner-box .img-box {
	margin-bottom: 12px;
}
.common-pop-box .pop-inner-box .text-list {
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
.common-pop-box .pop-inner-box .text-list li {
	padding-left: 55px;
	position: relative;
}
.common-pop-box .pop-inner-box .text-list li:last-child {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box .text-list li::before {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #00b0f0;
	content: "";
}
.common-pop-box .pop-inner-box .text-list li:nth-child(2)::before {
	background-color: #ff0;
}
.common-pop-box .pop-inner-box p {
	margin-bottom: 13px;
	letter-spacing: 0.08em;
}
.common-pop-box .pop-inner-box p .ital {
	font-style: italic;
}
.common-pop-box .pop-inner-box p.mb0 {
	margin-bottom: 0 !important;
}
.common-pop-box .pop-inner-box p:last-child {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box p.size01 {
	text-align: left;
	font-size: 1.8rem;
}
.common-pop-box .pop-inner-box .indent-list {
	margin-bottom: 13px;
}
.common-pop-box .pop-inner-box .indent-list li {
	display: flex;
	letter-spacing: 0.08em;
}
.common-pop-box .pop-inner-box .photo {
	margin-bottom: 20px;
	text-align: center;
}
.common-pop-box .pop-inner-box video {
	width: 100%;
}
.common-pop-box .pop-inner-box .photo:last-child {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box sup,
.common-pop-box .pop-inner-box .note {
	font-size: 1.2rem;
}
.common-pop-box .pop-inner-box .note {
	display: flex;
	gap: 4px;
}
.common-pop-box .pop-inner-box .pop-btn {
	margin-top: 24px;
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.common-pop-box .pop-inner-box .pop-btn-prev,
.common-pop-box .pop-inner-box .pop-btn-next {
	display: flex;
	text-decoration: underline;
	position: relative;
}
.common-pop-box .pop-inner-box .pop-btn-prev.none,
.common-pop-box .pop-inner-box .pop-btn-next.none {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.common-pop-box .pop-inner-box .pop-btn-prev {
	padding-left: 38px;
}
.common-pop-box .pop-inner-box .pop-btn-next {
	padding-right: 38px;
	margin-left: auto;
}
.common-pop-box .pop-inner-box .pop-btn-prev::before,
.common-pop-box .pop-inner-box .pop-btn-next::after {
	position: absolute;
	top: 0;
}
.common-pop-box .pop-inner-box .pop-btn-prev::before {
	left: 6px;
	content: "<<";
}
.common-pop-box .pop-inner-box .pop-btn-next::after {
	right: 6px;
	content: ">>";
}
.common-pop-box .pop-inner-box p.text-right {
	text-align: right;
	display: block;
}
@media all and (min-width: 768px) {
	.common-pop-box .mfp-close:hover {
		opacity: 0.7;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev:hover,
	.common-pop-box .pop-inner-box .pop-btn-next:hover {
		opacity: 1;
		text-decoration: none;
	}
	.common-pop-box .pop-inner-box p.text-center--pc {
		text-align: center;
	}
	.common-pop-box .pop-inner-box p.text-left--pc {
		text-align: left;
	}
	.common-pop-box .pop-inner-box p.text-right--pc {
		text-align: right;
	}
}
@media all and (max-width: 1100px) and (min-width: 768px) {
	.mfp-container {
		padding: 0 38px;
	}
}
@media all and (max-width: 767px) {
	.mfp-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.common-pop-box {
		margin: 100px 0;
		max-width: inherit;
	}
	.common-pop-box .mfp-close {
		right: -5px;
		top: -62px;
	}
	.common-pop-box .mfp-close::before,
	.common-pop-box .mfp-close::after {
		width: 56px;
	}
	.common-pop-box .pop-inner-box {
		padding: 18px;
	}
	.common-pop-box .pop-inner-box .headline02 {
		font-size: 1.8rem;
	}
	.common-pop-box .pop-inner-box sup,
	.common-pop-box .pop-inner-box .note {
		font-size: 1rem;
	}
	.common-pop-box .pop-inner-box p.size01 {
		font-size: 1.6rem;
	}
	.common-pop-box .pop-inner-box p.text-left--sp {
		text-align: left;
	}
	.common-pop-box .pop-inner-box p.text-right--sp {
		text-align: right;
	}
	.common-pop-box .pop-inner-box p.text-center--sp {
		text-align: center;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev,
	.common-pop-box .pop-inner-box .pop-btn-next {
		font-size: 1.2rem;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev {
		padding-left: 22px;
	}
	.common-pop-box .pop-inner-box .pop-btn-next {
		margin-left: auto;
		padding-right: 22px;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev::before {
		left: 0;
	}
	.common-pop-box .pop-inner-box .pop-btn-next::before {
		right: 0;
	}
	.common-pop-box .pop-inner-box .pop-btn {
		flex-wrap: wrap;
		gap: 6px 10px;
	}
	.common-pop-box .pop-inner-box .text-list {
		flex-direction: column;
	}
}
/*------------------------------------------------------------
	common-ttl-box
------------------------------------------------------------*/
.common-ttl-box {
	padding: 92px 0 74px;
	text-align: center;
}
.common-ttl-box .ttl {
	margin-bottom: 14px;
}
.common-ttl-box p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.556;
	letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
	.common-ttl-box {
		padding: 50px 0;
	}
	.common-ttl-box p {
		font-size: 1.6rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	common-bg
------------------------------------------------------------*/
.common-bg {
	background: url(../img/common/bg.jpg) repeat-x left top / 1px 100%;
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common-body
------------------------------------------------------------*/
.common-body {
	background-color: #2c2c2c;
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common-fade-swiper
------------------------------------------------------------*/
.common-fade-swiper {
	padding-bottom: 16px;
	width: 483px;
}
.common-fade-swiper .photo {
	margin-bottom: 13px;
	aspect-ratio: 483/320;
}
.common-fade-swiper .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-fade-swiper .text p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.common-fade-swiper-control {
	position: relative;
	z-index: 1;
}
.common-fade-swiper-button-next,
.common-fade-swiper-button-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	aspect-ratio: 5/3;
	cursor: pointer;
}
.common-fade-swiper-button-next::after,
.common-fade-swiper-button-prev::after {
	width: 25px;
	aspect-ratio: 5/3;
	display: block;
	background: url(../img/common/icon-arrow02.png) no-repeat center / 100%;
	content: "";
}
.common-fade-swiper-button-next {
	left: auto;
	right: 0;
}
.common-fade-swiper-button-prev::after {
	transform: rotate(180deg);
}
.common-fade-swiper-scrollbar {
	position: relative;
	left: 8.5%;
	max-width: 82.8%;
	height: 2px;
	background-color: #fff;
	cursor: pointer;
}
.common-fade-swiper-scrollbar:before,
.common-fade-swiper-scrollbar:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #fff;
	content: '';
}
.common-fade-swiper-scrollbar:after {
	left: auto;
	right: 0;
}
.common-fade-swiper-scrollbar .swiper-scrollbar-drag {
	height: 12px !important;
	top: -7px;
	background: #b90000;
	border: 2px solid #000;
	border-radius: 50%;
	z-index: 1;
}
@media all and (max-width: 767px) {
	.common-fade-swiper {
		padding-bottom: 8px;
		width: auto;
	}
	.common-fade-swiper .photo {
		margin-bottom: 10px;
	}
	.common-fade-swiper .text p {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.common-fade-swiper-button-next,
	.common-fade-swiper-button-prev,
	.common-fade-swiper-button-next::after,
	.common-fade-swiper-button-prev::after {
		width: 16px;
	}
}
/*------------------------------------------------------------
	page-top
------------------------------------------------------------*/
.page-top {
	margin-top: 35px;
	text-align: right;
}
.page-top img {
	width: 90px;
}
@media all and (max-width: 767px) {
	.page-top img {
		width: 55px;
	}
}