@charset "UTF-8";
/*-----------------------------------------
    カラー
------------------------------------------*/
/*-----------------------------------------
    ブレイクポイント
------------------------------------------*/
/*-----------------------------------------
    リセット
------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

iframe {
	border-width: 0px;
}

/*-----------------------------------------
    ベース
------------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}

body.fixed {
	height: 100%;
	overflow: hidden;
}

a {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.space {
	margin-top: 80px;
}

/*-----------------------------------------
    フッター / ボトム
------------------------------------------*/
/* フッターボトム */
.l-footer-bottom {
	padding: 24px 20px 0;
}

@media only screen and (max-width: 767px) {
	.l-footer-bottom {
		padding: 20px 0 0;
	}
}

/* ボディ */
.l-footer-bottom__body {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.l-footer-bottom__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* リスト */
.l-footer-bottom__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* リストアイテム */
.l-footer-bottom__item + .l-footer-bottom__item {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.l-footer-bottom__item + .l-footer-bottom__item {
		margin-left: 16px;
	}
}

/* リンク */
.l-footer-bottom__item a {
	color: #ffffff;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.l-footer-bottom__item a {
		font-size: 12px;
	}
}

/* コピーライト */
.l-footer-bottom__copyright {
	color: #ffffff;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.l-footer-bottom__copyright {
		margin-top: 24px;
	}
}

/*-----------------------------------------
    フッター / インフォメーション
------------------------------------------*/
/* インフォメーション */
@media only screen and (max-width: 767px) {
	.l-footer-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
}

/* フッターロゴ */
.l-footer-info__logo {
	max-width: 344px;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.l-footer-info__logo {
		max-width: 244px;
	}
}

/* SNSアイコングループ */
.l-footer-info__sns {
	margin-top: 32px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.l-footer-info__sns {
		margin-top: 24px;
	}
}

/* SNSアイコン */
.l-footer-info__link .fab {
	color: #ffffff;
	font-size: 30px;
}

/* アイコン間 */
.l-footer-info__link + .l-footer-info__link {
	margin-left: 32px;
}

/*-----------------------------------------
    フッター / メニュー
------------------------------------------*/
/* メニュー */
.l-footer-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.l-footer-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		flex-direction: column;
		justify-content: center;
	}
}

/* リスト */
@media only screen and (max-width: 767px) {
	.l-footer-menu__list {
		display: none;
	}
}

.l-footer-menu__list--sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.l-footer-menu__list--sp {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
}

/* リストの間 */
.l-footer-menu__list + .l-footer-menu__list {
	margin-left: 64px;
}

@media only screen and (max-width: 1023px) {
	.l-footer-menu__list + .l-footer-menu__list {
		margin-left: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.l-footer-menu__list + .l-footer-menu__list {
		margin-left: 0;
	}
}

/* リストアイテム */
@media only screen and (max-width: 767px) {
	.l-footer-menu__item {
		width: calc(50% - 12px / 2);
	}
}

/* リストアイテムの間 */
.l-footer-menu__item + .l-footer-menu__item {
	margin-top: 12px;
}

@media only screen and (max-width: 767px) {
	.l-footer-menu__item + .l-footer-menu__item {
		margin-left: 12px;
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.l-footer-menu__item:nth-child(2n + 1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.l-footer-menu__item:nth-child(n + 3) {
		margin-top: 12px;
	}
}

/* リストリンク共通 */
.l-footer-menu__item a,
.l-footer-menu__down-item a {
	color: #ffffff;
	display: block;
}

/* ドロップダウンの親要素 */
.l-footer-menu__item p {
	cursor: default;
}

/* アイテム共通 */
.l-footer-menu__item p,
.l-footer-menu__item a {
	color: #ffffff !important;
	font-size: 14px;
	text-align: left;
}

/* ドロップダウン */
.l-footer-menu__down {
	margin-top: 8px;
}

/* ドロップダウンアイテム */
.l-footer-menu__down-item {
	padding-left: 1.5em;
	position: relative;
}

.l-footer-menu__down-item::before {
	-webkit-transform: translateY(-50%);
	color: #ffffff;
	content: "-";
	font-size: 14px;
	left: 0.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* ドロップダウンアイテム間 */
.l-footer-menu__down-item + .l-footer-menu__down-item {
	margin-top: 12px;
}

/* ドロップダウンリンク */
.l-footer-menu__down-item a {
	font-size: 14px;
	font-weight: 400;
}

.timeline-Footer {
	display: none;
}

/*-----------------------------------------
    フッター / SNSタイムライン
------------------------------------------*/
/* ブロック */
.l-footer-sns {
	text-align: center;
}

/* SNS見出し共通 */
.l-footer-sns__heading {
	color: #ffffff;
	font-size: 12px;
	margin: 0 auto;
	max-width: 244px;
	padding: 8px 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

/* Twitter見出し */
.l-footer-sns__heading {
	background-color: #4395da;
}

/* アイコン */
.l-footer-sns__heading i {
	margin-right: 8px;
}

/* Twitterタイムライン全体 */
.l-footer-sns #twitter-widget-0 {
	margin-top: -6px !important;
}

/*-----------------------------------------
    フッター / トップ
------------------------------------------*/
/* フッタートップ */
.l-footer-top {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	border-bottom: 1px solid #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 20px 56px;
}

@media only screen and (max-width: 767px) {
	.l-footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 48px;
	}
}

/* インフォ */
@media only screen and (max-width: 767px) {
	.l-footer-top__info {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		margin-top: 64px;
		order: 2;
	}
}

/* メニュー */
.l-footer-top__menu {
	margin: 0 24px;
}

@media only screen and (max-width: 767px) {
	.l-footer-top__menu {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		margin: 0;
		order: 1;
	}
}

/* SNS */
@media only screen and (max-width: 767px) {
	.l-footer-top__sns {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		margin-top: 48px;
		order: 3;
	}
}

/*-----------------------------------------
    フッター
------------------------------------------*/
/* ブロック */
.l-footer {
	background-color: #333333;
	padding: 60px 0 24px;
}

/* フッター内のリンク */
.l-footer a {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.l-footer a:hover {
	opacity: 0.5;
}

/*-----------------------------------------
    ヘッダー / ドロップダウンメニュー
------------------------------------------*/
/* ドロップダウンメニュー */
.l-header-down {
	-webkit-transition: all 0.3s;
	background-color: #333333;
	display: block;
	left: 0;
	opacity: 0;
	padding: 16px 16px 8px;
	position: absolute;
	top: 80px;
	transition: all 0.3s;
	visibility: hidden;
	width: 188px;
}

@media only screen and (max-width: 1279px) {
	.l-header-down {
		-webkit-transition: none;
		background: transparent;
		display: none;
		left: auto;
		opacity: 1;
		padding: 0 44px 20px 48px;
		position: static;
		top: auto;
		transition: none;
		visibility: visible;
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.l-header-down {
		padding: 0 44px 20px 32px;
	}
}

/* アイテム */
.l-header-down__item {
	text-align: left;
}

/* リンク */
.l-header-down__item a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	padding: 8px 0;
}

/* 一番最初のアイテムのリンク */
.l-header-down__item:first-child a {
	padding-top: 0;
}

/*-----------------------------------------
    ヘッダー / ナビ
------------------------------------------*/
/* ナビ */
@media only screen and (max-width: 1279px) {
	.l-header-nav {
		webkit-overflow-scrolling: touch;
		background-color: rgba(51, 51, 51, 0.95);
		display: none;
		height: calc(100vh - 45px);
		left: 0;
		margin-top: 68px;
		overflow-y: scroll;
		padding: 44px 120px 64px;
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 2;
	}
}

@media only screen and (max-width: 767px) {
	.l-header-nav {
		margin-top: 45px;
		padding: 44px 40px 64px;
	}
}

/* ナビリスト */
.l-header-nav__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 1279px) {
	.l-header-nav__list {
		display: block;
		text-align: center;
		width: 100%;
	}
}

/* リストアイテム */
.l-header-nav__item {
	position: relative;
}

/* SPのみで表示 */
.l-header-nav__item--sp {
	display: none;
}

@media only screen and (max-width: 1279px) {
	.l-header-nav__item--sp {
		display: block;
	}
}

/* PCではhoverしたら表示 */
.l-header-nav__item:hover > ul {
	opacity: 1;
	visibility: visible;
}

/* リストアイテム間 */
@media only screen and (max-width: 1279px) {
	.l-header-nav__item + .l-header-nav__item {
		border-top: 1px solid #ffffff;
		margin-left: 0;
	}
}

/* リストアイテムのテキスト */
.l-header-nav__text,
.l-header-nav__link {
	display: block;
	font-size: 14px;
	padding: 35px 12px;
}

@media only screen and (max-width: 1279px) {
	.l-header-nav__text,
	.l-header-nav__link {
		color: #ffffff !important;
		padding: 28px;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.l-header-nav__text,
	.l-header-nav__link {
		padding: 20px;
	}
}

/* SPでのドロップダウンメニューのボタン */
.l-header-nav__text {
	cursor: default;
}

@media only screen and (max-width: 1279px) {
	.l-header-nav__text {
		cursor: pointer;
		position: relative;
	}
}

/* アコーディオン矢印 */
@media only screen and (max-width: 1279px) {
	.l-header-nav__text::before {
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: rotate(45deg) translateY(-50%);
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 28px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
		transition: all 0.2s ease-in-out;
		width: 8px;
	}
}

/* クリック後のアコーディオン矢印 */
@media only screen and (max-width: 1279px) {
	.l-header-nav__text.open::before {
		-webkit-transform: rotate(135deg);
		top: 38%;
		transform: rotate(135deg);
	}
}

/*-----------------------------------------
    ヘッダー
------------------------------------------*/
/* ヘッダー全体 */
.l-header {
	background-color: #ffffff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

/* ヘッダー内のリンク */
.l-header a {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.l-header a:hover {
	opacity: 0.5;
}

/* インナー */
.l-header__inner {
	padding-left: 1.666%;
}

@media only screen and (max-width: 1279px) {
	.l-header__inner {
		padding-left: 12px;
	}
}

/* ボディ */
.l-header__body {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

/* ロゴ */
.l-header__heading {
	max-width: 100%;
	width: 200px;
}

@media only screen and (max-width: 1279px) {
	.l-header__heading {
		width: 150px;
	}
}

.l-header__logo {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

/* メイン */
.l-header__main {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* 言語ボタン */
.l-header__language {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 34px 20px 32px;
}

@media only screen and (max-width: 1279px) {
	.l-header__language {
		padding: 24px 12px;
	}
}

@media only screen and (max-width: 767px) {
	.l-header__language {
		padding: 14px 10px;
	}
}

/* 言語ボタンリンク */
.l-header__language-link {
	color: #ffffff !important;
	text-transform: uppercase;
}

@media only screen and (max-width: 1279px) {
	.l-header__language-link {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.l-header__language-link {
		font-size: 12px;
		line-height: 1.45;
	}
}

/* 言語ボタンリンクの間 */
.l-header__language-link + .l-header__language-link {
	margin-left: 1.4em;
	position: relative;
}

/* 「/」 */
.l-header__language-link + .l-header__language-link::before {
	-webkit-transform: translateY(-50%);
	content: "/";
	left: -1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
}

/* アクティブの言語ボタン */
a[data-stt-active] {
	color: #d03d37 !important;
}

/* 既存翻訳フォーマット */
.stt-lang-select.tr {
	display: none;
}

/*-----------------------------------------
    背景色
------------------------------------------*/
.c-background {
	position: relative;
}

.c-background__body {
	background: #eeeff1;
	height: 1024px;
	left: 0;
	max-width: 1440px;
	position: absolute;
	top: 0;
	width: 87.222%;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.c-background__body {
		height: 880px;
		width: 85.333%;
	}
}

/*-----------------------------------------
    ボタン
------------------------------------------*/
.c-button {
	-webkit-transition: opacity 0.3s;
	background-color: #333333;
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	max-width: 368px;
	padding: 22px 40px 22px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: opacity 0.3s;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.c-button {
		font-size: 20px;
		padding: 13px 24px 18px 16px;
		width: 96%;
	}
}

/* 矢印 横線 */
.c-button::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	background: #ffffff;
	content: "";
	height: 1px;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	width: 64px;
}

@media only screen and (max-width: 767px) {
	.c-button::before {
		height: 0.85px;
		right: 24px;
		width: 45px;
	}
}

/* 矢印 斜め線 */
.c-button::after {
	-webkit-transform: translateY(-50%);
	-webkit-transform: rotate(35deg);
	-webkit-transition: all 0.3s;
	background: #ffffff;
	content: "";
	height: 1px;
	position: absolute;
	right: 28px;
	top: 44%;
	transform: translateY(-50%);
	transform: rotate(35deg);
	transition: all 0.3s;
	width: 12px;
}

@media only screen and (max-width: 767px) {
	.c-button::after {
		height: 0.85px;
		right: 24px;
		width: 8px;
	}
}

/* hover 透過 */
.c-button:hover {
	opacity: 0.7;
}

/*hoverした際の移動*/
.c-button:hover::before {
	right: 20px;
}

@media only screen and (max-width: 767px) {
	.c-button:hover::before {
		right: 16px;
	}
}

.c-button:hover::after {
	right: 20px;
}

@media only screen and (max-width: 767px) {
	.c-button:hover::after {
		right: 16px;
	}
}

/*-----------------------------------------
    カード / SNS
------------------------------------------*/
/* SNSグループ */
.c-card-sns {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
	.c-card-sns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: right;
	}
}

/* twitter facebook 共通 */
.c-card-sns__icon {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.c-card-sns__icon:hover {
	opacity: 0.7;
}

/*-----------------------------------------
    カード
------------------------------------------*/
/* ブロック */
/* リンク */
.c-card__link {
	-webkit-transition: opacity 0.3s;
	cursor: pointer;
	display: block;
	transition: opacity 0.3s;
}

/* ホバー */
.c-card__link:hover {
	opacity: 0.7;
}

/* ボディ */
.c-card__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 16px 20px 0;
}

@media only screen and (max-width: 767px) {
	.c-card__body {
		padding: 8px 10px 0;
	}
}

/* 記事タイトル */
.c-card__heading {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
	order: 2;
}

@media only screen and (max-width: 767px) {
	.c-card__heading {
		font-size: 14px;
		margin-top: 4px;
	}
}

/* 投稿日 */
.c-card__time {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	color: #999292;
	order: 1;
}

@media only screen and (max-width: 767px) {
	.c-card__time {
		font-size: 12px;
	}
}

/* 画像 */
.c-card__image {
	padding-top: 46.25%;
	position: relative;
	text-align: center;
}

.c-card__image img {
	-o-object-fit: cover;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

/* SNSブロック */
.c-card__sns {
	margin-top: 24px;
}

@media only screen and (max-width: 767px) {
	.c-card__sns {
		margin-top: 10px;
	}
}

/*-----------------------------------------
    イメージガール一覧 / ボタン
------------------------------------------*/
/* ボタン */
.c-girls-button {
	-webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.2);
	-webkit-transition: opacity 0.3s;
	background-color: #f0c2c1;
	box-shadow: 0 4px 10px rgba(51, 51, 51, 0.2);
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	max-width: 350px;
	padding: 16px;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.c-girls-button {
		font-size: 20px;
		max-width: 320px;
	}
}

@media only screen and (max-width: 767px) {
	.c-girls-button {
		font-size: 14px;
		max-width: 205px;
		padding: 10px;
	}
}

.c-girls-button:hover {
	opacity: 0.94;
}

/* プロフィールを見る */
.c-girls-button__text {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
	.c-girls-button__text {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.c-girls-button__text {
		font-size: 13px;
	}
}

/*-----------------------------------------
    ハンバーガー
------------------------------------------*/
/* ハンバーガー */
.c-hamburger {
	cursor: pointer;
	display: none;
	height: 40px;
	margin: 0 6px;
	position: relative;
	width: 40px;
}

@media only screen and (max-width: 1279px) {
	.c-hamburger {
		display: block;
	}
}

/* 線 共通 */
.c-hamburger__line {
	-webkit-transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	background-color: #333333;
	border-radius: 4px;
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 20px;
}

.c-hamburger__line--top {
	top: 14px;
}

.c-hamburger__line--middle {
	-webkit-transform: translate(-50%, -50%);
	top: 50%;
	transform: translate(-50%, -50%);
}

.c-hamburger__line--bottom {
	bottom: 14px;
}

.c-hamburger.close .c-hamburger__line--top {
	-webkit-transform: translate(-50%, 7px) rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s;
	transform: translate(-50%, 7px) rotate(45deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-hamburger.close .c-hamburger__line--middle {
	-webkit-transition: opacity 0.3s;
	opacity: 0;
	transition: opacity 0.3s;
}

.c-hamburger.close .c-hamburger__line--bottom {
	-webkit-transform: translate(-50%, -4px) rotate(-45deg);
	-webkit-transition: -webkit-transform 0.3s;
	transform: translate(-50%, -4px) rotate(-45deg);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

/* 下層ページで既存CSS打消し */
.close::before {
	display: none !important;
}

/*-----------------------------------------
    インナー
------------------------------------------*/
.c-inner {
	margin: 0 auto;
	max-width: 1252px;
	padding: 0 26px;
	width: 100%;
}

/*-----------------------------------------
    下層ページ共通 見出し
------------------------------------------*/
.c-page-heading {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.45;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.c-page-heading {
		font-size: 24px;
	}
}

.c-page-heading__sub {
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 6px;
}

@media only screen and (max-width: 767px) {
	.c-page-heading__sub {
		font-size: 14px;
		margin-top: 3px;
	}
}

/*-----------------------------------------
    下層ページ共通 ヘッダー画像
------------------------------------------*/
.c-page-mv {
	background: url(../../src/image/page/page-mv.jpg) no-repeat center/cover;
	margin-top: 90px;
	padding: 8px;
}

@media only screen and (max-width: 1279px) {
	.c-page-mv {
		background: url(../../src/image/page/page-mv_SP.jpg) no-repeat bottom
			center/cover;
		margin-top: 68px;
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.c-page-mv {
		margin-top: 45px;
	}
}

/*-----------------------------------------
    スポンサー[下層ページ共通]
------------------------------------------*/
.c-page-sponsor {
	margin-top: 128px;
}

@media only screen and (max-width: 767px) {
	.c-page-sponsor {
		margin-top: 96px;
	}
}

/*-----------------------------------------
    サポーター[下層ページ共通]
------------------------------------------*/
.c-page-supporter {
	margin-top: 48px;
}

@media only screen and (max-width: 767px) {
	.c-page-supporter {
		margin-top: 40px;
	}
}

/*-----------------------------------------
    セクション / 見出し
------------------------------------------*/
.c-section-heading {
	color: #333333;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.c-section-heading {
		font-size: 24px;
	}
}

/*-----------------------------------------
    Online AUTO SALON バナー
------------------------------------------*/
/* バナーブロック */
.p-banner {
	margin-top: 96px;
}

@media only screen and (max-width: 767px) {
	.p-banner {
		margin-top: 64px;
	}
}

/* インナー幅 */
.p-banner__inner {
	max-width: 920px;
}

/* リンクラッパー */
.p-banner__wrapper {
	-webkit-transition: opacity 0.3s;
	display: block;
	text-align: center;
	transition: opacity 0.3s;
}

.p-banner__wrapper:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	.p-banner__wrapper img {
		max-width: 400px;
		width: 100%;
	}
}

/*-----------------------------------------
    MV スポンサー / リスト
------------------------------------------*/
/* ブロック */
.p-mv-sponsor-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 8px;
}

@media only screen and (max-width: 767px) {
	.p-mv-sponsor-list {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		padding: 0;
	}
}

/* アイテム */
.p-mv-sponsor-list__item {
	width: calc(14.285% - 48px / 7);
}

@media only screen and (max-width: 767px) {
	.p-mv-sponsor-list__item {
		width: calc(20% - 40px / 5);
	}
}

/* アイテム間 */
.p-mv-sponsor-list__item + .p-mv-sponsor-list__item {
	margin-left: 8px;
}

@media only screen and (max-width: 767px) {
	.p-mv-sponsor-list__item + .p-mv-sponsor-list__item {
		margin-left: 10px;
	}
}

.p-mv-sponsor-list__item:nth-child(7n + 1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.p-mv-sponsor-list__item:nth-child(7n + 1) {
		margin-left: 10px;
	}
}

.p-mv-sponsor-list__item:nth-child(n + 8) {
	margin-top: 8px;
}

/* アイテム 5n+1 */
@media only screen and (max-width: 767px) {
	.p-mv-sponsor-list__item:nth-child(5n + 1) {
		margin-left: 0;
	}
}

/* 6番目以降のアイテム */
@media only screen and (max-width: 767px) {
	.p-mv-sponsor-list__item:nth-child(n + 6) {
		margin-top: 8px;
	}
}

/* リンク */
.p-mv-sponsor-list__link {
	-webkit-transition: opacity 0.3s;
	display: block;
	transition: opacity 0.3s;
}

.p-mv-sponsor-list__link:hover {
	opacity: 0.7;
}

/* 画像 */
.p-mv-sponsor-list__link img {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------
    MVスポンサー
------------------------------------------*/
/* ブロック */
.p-mv-sponsor {
	margin-top: 24px;
}

/*-----------------------------------------
    MVボタン
------------------------------------------*/
/* リスト */
.p-mv-tab__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 56px;
  }
  
  @media only screen and (max-width: 767px) {
	.p-mv-tab__list {
	  -webkit-box-pack: start;
	  -webkit-justify-content: flex-start;
	  -ms-flex-pack: start;
	  justify-content: flex-start;
	  margin-top: 32px;
	}
  }
  
  /* リストアイテム */
  .p-mv-tab__item {
	width: calc( 20% - 96px / 5);
  }
  
  @media only screen and (max-width: 767px) {
	.p-mv-tab__item {
	  width: calc( 50% - 24px / 2);
	}
  }
  
  /* アイテム間の余白 */
  .p-mv-tab__item + .p-mv-tab__item {
	margin-left: 24px;
  }
  
  /* アイテム間の余白（PC） */
  .p-mv-tab__item:nth-child(5n+1) {
	margin-left: 0;
  }
  
  @media only screen and (max-width: 767px) {
	.p-mv-tab__item:nth-child(5n+1) {
	  margin-left: 24px;
	}
  }
  
  .p-mv-tab__item:nth-child(n+6) {
	margin-top: 24px;
  }
  
  /* アイテム間の余白（SP） */
  @media only screen and (max-width: 767px) {
	.p-mv-tab__item:nth-child(2n+1) {
	  margin-left: 0;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.p-mv-tab__item:nth-child(n+3) {
	  margin-top: 16px;
	}
  }
  
  /* リストアイテム */
  .p-mv-tab__item a {
	-webkit-transition: opacity .3s;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	display: inline-block;
	max-width: 100%;
	padding: 20px 12px;
	text-align: center;
	transition: opacity .3s;
	width: 100%;
  }
  
  @media only screen and (max-width: 1023px) {
	.p-mv-tab__item a {
	  font-size: 14px;
	}
  }
  
  @media only screen and (max-width: 767px) {
	.p-mv-tab__item a {
	  padding: 14px 8px;
	  width: 100%;
	}
  }
  
  .p-mv-tab__item a:hover {
	opacity: 0.7;
  }

/*-----------------------------------------
    メインビジュアル
------------------------------------------*/
/* インナー */
.p-mv__inner {
	position: relative;
}

/* コンテンツ */
.p-mv__content {
	background: rgba(255, 255, 255, 0.7);
	left: 1.666%;
	padding: 48px 56px;
	position: absolute;
	top: 13.5%;
	z-index: 1;
}

@media only screen and (max-width: 1279px) {
	.p-mv__content {
		padding: 32px 40px;
	}
}

@media only screen and (max-width: 1023px) {
	.p-mv__content {
		top: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.p-mv__content {
		padding: 32px;
		top: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.p-mv__content {
		left: 12px;
		padding: 20px;
		top: 32px;
	}
}

/* 2022ロゴ */
.p-mv__logo {
	max-width: 338px;
	width: 100%;
}

@media only screen and (max-width: 1279px) {
	.p-mv__logo {
		max-width: 256px;
	}
}

@media only screen and (max-width: 1023px) {
	.p-mv__logo {
		max-width: 232px;
	}
}

@media only screen and (max-width: 767px) {
	.p-mv__logo {
		max-width: 180px;
	}
}

@media only screen and (max-width: 575px) {
	.p-mv__logo {
		max-width: 160px;
	}
}

/* オートサロンTVロゴ */
.p-mv__link {
	-webkit-transition: opacity 0.3s;
	cursor: pointer;
	display: block;
	margin: 40px auto 0;
	max-width: 280px;
	transition: opacity 0.3s;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-mv__link {
		margin-top: 24px;
		max-width: 180px;
	}
}

@media only screen and (max-width: 575px) {
	.p-mv__link {
		max-width: 144px;
	}
}

.p-mv__link:hover {
	opacity: 0.7;
}

/* 40周年ロゴ */
.p-mv__years {
	max-width: 154px;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 100%;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.p-mv__years {
		max-width: 50px;
		right: 6px;
		top: 8px;
	}
}

/*-----------------------------------------
    ニュース / カード
------------------------------------------*/
/* カードグループ */
.p-news-cards {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

/* カードアイテム */
.p-news-cards__item {
	width: calc(33.333% - 48px / 3);
}

@media only screen and (max-width: 767px) {
	.p-news-cards__item {
		width: calc(50% - 12px / 2);
	}
}

/* アイテム間 */
.p-news-cards__item + .p-news-cards__item {
	margin-left: 24px;
}

@media only screen and (max-width: 767px) {
	.p-news-cards__item + .p-news-cards__item {
		margin-left: 12px;
	}
}

/* アイテム 3n+1 */
.p-news-cards__item:nth-child(3n + 1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.p-news-cards__item:nth-child(3n + 1) {
		margin-left: 12px;
	}
}

/* アイテム 2n+1 */
@media only screen and (max-width: 767px) {
	.p-news-cards__item:nth-child(2n + 1) {
		margin-left: 0;
	}
}

/* 4番目以降のアイテム */
.p-news-cards__item:nth-child(n + 4) {
	margin-top: 56px;
}

/* 3番目以降のアイテム */
@media only screen and (max-width: 767px) {
	.p-news-cards__item:nth-child(n + 3) {
		margin-top: 24px;
	}
}

/*-----------------------------------------
    ニュース
------------------------------------------*/
/* ニュース全体 
.p-news {
    position: relative;
}
.p-news::before {
    position: absolute;
    content: '';
    left: 0;
    top: -368px;
    width: 87.222%;
    height: 1022px;
    background-color: $background;
    z-index: -1;

    @include media(m) {
        width: 85.333%;
    }
}
*/
/* カードグループ */
.p-news__cards {
	margin-top: 48px;
}

@media only screen and (max-width: 767px) {
	.p-news__cards {
		margin-top: 16px;
	}
}

/* ボタン */
.p-news__button {
	margin-top: 56px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-news__button {
		margin-top: 32px;
	}
}

/*-----------------------------------------
    セクション
------------------------------------------*/
/* メインビジュアル */
.p-section__mv {
	margin-top: 90px;
}

@media only screen and (max-width: 1279px) {
	.p-section__mv {
		margin-top: 68px;
	}
}

@media only screen and (max-width: 767px) {
	.p-section__mv {
		margin-top: 45px;
	}
}

/* ニュース */
.p-section__news {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.p-section__news {
		margin-top: 72px;
	}
}

/* サポーター */
.p-section__supporter {
	margin-top: 128px;
}

@media only screen and (max-width: 767px) {
	.p-section__supporter {
		margin-top: 48px;
	}
}

.p-section__page-supporter {
	margin-top: 96px;
}

@media only screen and (max-width: 767px) {
	.p-section__page-supporter {
		margin-top: 56px;
	}
}

/*-----------------------------------------
    スポンサーシップ / リスト
------------------------------------------*/
/* ブロック */
.p-sponsor-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* アイテム */
.p-sponsor-list__item {
	width: calc(20% - 40px / 5);
}

@media only screen and (max-width: 767px) {
	.p-sponsor-list {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.p-sponsor-list__item {
		width: calc(50% - 10px / 2);
	}
}

/* リンク */
.p-sponsor-list__link {
	-webkit-transition: opacity 0.3s;
	display: block;
	transition: opacity 0.3s;
}

.p-sponsor-list__link:hover {
	opacity: 0.7;
}

/* 画像 */
.p-sponsor-list__link img {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* アイテム間 */
.p-sponsor-list__item + .p-sponsor-list__item {
	margin-left: 10px;
}

/* アイテム 5n+1 */
.p-sponsor-list__item:nth-child(5n + 1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.p-sponsor-list__item:nth-child(5n + 1) {
		margin-left: 10px;
	}
}

/* 6番目以降のアイテム */
.p-sponsor-list__item:nth-child(n + 6) {
	margin-top: 8px;
}

/* アイテム 2n+1 */
@media only screen and (max-width: 767px) {
	.p-sponsor-list__item:nth-child(2n + 1) {
		margin-left: 0;
	}
}

/* 3番目以降のアイテム */
@media only screen and (max-width: 767px) {
	.p-sponsor-list__item:nth-child(n + 3) {
		margin-top: 8px;
	}
}

/*-----------------------------------------
    スポンサーシップ
------------------------------------------*/
/* ブロック */
.p-sponsor {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		color-stop(24%, #ffffff),
		color-stop(24%, #eeeff1),
		to(#eeeff1)
	);
	background: -webkit-linear-gradient(
		left,
		#ffffff 0%,
		#ffffff 24%,
		#eeeff1 24%,
		#eeeff1 100%
	);
	background: linear-gradient(
		90deg,
		#ffffff 0%,
		#ffffff 24%,
		#eeeff1 24%,
		#eeeff1 100%
	);
	padding: 140px 0 88px;
}

@media only screen and (max-width: 767px) {
	.p-sponsor {
		background: -webkit-gradient(
			linear,
			left top,
			right top,
			from(#ffffff),
			color-stop(19.2%, #ffffff),
			color-stop(19.2%, #eeeff1),
			to(#eeeff1)
		);
		background: -webkit-linear-gradient(
			left,
			#ffffff 0%,
			#ffffff 19.2%,
			#eeeff1 19.2%,
			#eeeff1 100%
		);
		background: linear-gradient(
			90deg,
			#ffffff 0%,
			#ffffff 19.2%,
			#eeeff1 19.2%,
			#eeeff1 100%
		);
		padding: 80px 0 72px;
	}
}

/* リスト */
.p-sponsor__list {
	margin-top: 48px;
}

@media only screen and (max-width: 767px) {
	.p-sponsor__list {
		margin-top: 24px;
	}
}

/*-----------------------------------------
    サポーター / リスト
------------------------------------------*/
/* ブロック */
.p-supporter-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0 8px;
}

@media only screen and (max-width: 767px) {
	.p-supporter-list {
		padding: 0;
	}
}

/* アイテム */
.p-supporter-list__item {
	background-color: #ffffff;
	width: calc(16.666% - 48px / 6);
}

@media only screen and (max-width: 767px) {
	.p-supporter-list__item {
		width: calc(33.333% - 20px / 3);
	}
}

/* アイテム間 */
.p-supporter-list__item + .p-supporter-list__item {
	margin-left: 8px;
}

@media only screen and (max-width: 767px) {
	.p-supporter-list__item + .p-supporter-list__item {
		margin-left: 10px;
	}
}

.p-supporter-list__item:nth-child(6n + 1) {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.p-supporter-list__item:nth-child(6n + 1) {
		margin-left: 10px;
	}
}

.p-supporter-list__item:nth-child(n + 7) {
	margin-top: 8px;
}

@media only screen and (max-width: 767px) {
	.p-supporter-list__item:nth-child(3n + 1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.p-supporter-list__item:nth-child(n + 4) {
		margin-top: 8px;
	}
}

/* リンク */
.p-supporter-list__link {
	-webkit-transition: opacity 0.3s;
	display: block;
	transition: opacity 0.3s;
}

.p-supporter-list__link:hover {
	opacity: 0.7;
}

/* 画像 */
.p-supporter-list__link img {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------
    サポーター
------------------------------------------*/
/* 背景 */
.p-supporter__bg {
	background: url(../../src/image/supporter/supporter_bg.jpg) no-repeat
		center/cover;
	padding: 104px 48px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.p-supporter__bg {
		background: url(../../src/image/supporter/supporter_bg_SP.jpg) no-repeat
			center/cover;
		padding: 96px 0;
	}
}

/* マスク */
.p-supporter__bg::after {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* ボディ */
.p-supporter__body {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

/* バナーグループ */
.p-supporter__box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.p-supporter__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* リスト */
.p-supporter__list {
	margin-top: 48px;
}

@media only screen and (max-width: 767px) {
	.p-supporter__list {
		margin-top: 24px;
	}
}

/*-----------------------------------------
    イメージガール一覧 / メンバー一覧 / アイテム
------------------------------------------*/
/* アイテム */
.p-girls-member-item {
	position: relative;
}

/* アイテムリンク */
.p-girls-member-item__link {
	-webkit-transition: opacity 0.3s;
	display: block;
	transition: opacity 0.3s;
}

.p-girls-member-item__link:hover {
	opacity: 0.7;
}

/* 画像 */
.p-girls-member-item__image {
	margin-left: auto;
	max-width: 387px;
}

@media only screen and (max-width: 767px) {
	.p-girls-member-item__image {
		max-width: 220px;
	}
}

/* 英字名前 */
.p-girls-member-item__text {
	left: 0;
	max-width: 180px;
	position: absolute;
	top: -56px;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.p-girls-member-item__text {
		left: -32px;
		max-width: 140px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-member-item__text {
		left: -10px;
		max-width: 103px;
		top: -32px;
	}
}

.p-girls-member-item__button {
	margin-left: auto;
	margin-top: -40px;
	max-width: 387px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-girls-member-item__button {
		margin-top: -24px;
		max-width: 220px;
	}
}

/* 日本語名前 */
.p-girls-member-item__name {
	font-size: 24px;
	margin-left: auto;
	margin-top: 24px;
	max-width: 387px;
	text-align: center;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-girls-member-item__name {
		font-size: 14px;
		margin-top: 16px;
		max-width: 220px;
	}
}

/*-----------------------------------------
    イメージガール一覧 / メンバー一覧 / リスト
------------------------------------------*/
/* リスト */
.p-girls-member-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
	.p-girls-member-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* リストアイテム */
.p-girls-member-list__item {
	max-width: 475px;
	width: calc(50% - 60px / 2);
}

@media only screen and (max-width: 767px) {
	.p-girls-member-list__item {
		max-width: 272px;
		width: calc(50% - 40px / 2);
	}
}

@media only screen and (max-width: 575px) {
	.p-girls-member-list__item {
		max-width: 272px;
		width: 100%;
	}
}

/* リストアイテム間 */
.p-girls-member-list__item + .p-girls-member-list__item {
	margin-left: 60px;
}

@media only screen and (max-width: 767px) {
	.p-girls-member-list__item + .p-girls-member-list__item {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 575px) {
	.p-girls-member-list__item + .p-girls-member-list__item {
		margin: 80px auto 0;
	}
}

/* リストアイテム 奇数 */
.p-girls-member-list__item:nth-child(odd) {
	margin-left: 0;
}

@media only screen and (max-width: 575px) {
	.p-girls-member-list__item:nth-child(odd) {
		margin-left: auto;
		margin-right: auto;
	}
}

/* リストアイテム 偶数 */
.p-girls-member-list__item:nth-child(even) {
	margin-top: 180px;
}

@media only screen and (max-width: 575px) {
	.p-girls-member-list__item:nth-child(even) {
		margin-top: 72px;
	}
}

/*-----------------------------------------
    イメージガール一覧 / メンバー一覧
------------------------------------------*/
/* ブロック */
.p-girls-member {
	position: relative;
}

.p-girls-member::before,
.p-girls-member::after {
	background-color: #fdf8f8;
	content: "";
	height: 900px;
	position: absolute;
	width: 69.444%;
}

@media only screen and (max-width: 767px) {
	.p-girls-member::before,
	.p-girls-member::after {
		width: 67.2%;
	}
}

.p-girls-member::before {
	right: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.p-girls-member::before {
		height: 892px;
	}
}

.p-girls-member::after {
	bottom: 120px;
	left: 0;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.p-girls-member::after {
		height: 1092px;
	}
}

/* インナー */
.p-girls-member__inner {
	margin: 0 auto;
	max-width: 1054px;
	padding: 0 20px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-girls-member__inner {
		padding: 0 50px;
	}
}

@media only screen and (max-width: 575px) {
	.p-girls-member__inner {
		padding: 0 13.333%;
	}
}

/* メンバーリスト */
.p-girls-member__list {
	padding-top: 136px;
}

@media only screen and (max-width: 767px) {
	.p-girls-member__list {
		padding-top: 64px;
	}
}

/*-----------------------------------------
    イメージガール個別 / プロフィール / コンテンツ
------------------------------------------*/
/* コンテンツ */
.p-girls-profile-content {
	background-color: #fdf8f8;
	padding: 56px 6.67% 135px 11%;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile-content {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-content {
		padding: 136px 48px 80px;
	}
}

/* ヘッダー */
.p-girls-profile-content__header {
	margin-top: 48px;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-content__header {
		margin-top: 30px;
	}
}

/* リスト */
.p-girls-profile-content__list {
	margin: 40px auto 0;
	max-width: 360px;
	width: 100%;
}

/*-----------------------------------------
    イメージガール個別 / プロフィール / ヘッダー
------------------------------------------*/
/* 名前 */
.p-girls-profile-header__name {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile-header__name {
		font-size: 28px;
	}
}

.p-girls-profile-header__sub-name {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-top: 8px;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile-header__sub-name {
		font-size: 14px;
		margin-top: 4px;
	}
}

/* SNS */
.p-girls-profile-header__sns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 32px auto 0;
	max-width: 205px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-header__sns {
		margin: 30px auto 0;
		max-width: 240px;
	}
}

/* SNSリンク */
.p-girls-profile-header__sns a {
	-webkit-transition: opaicty 0.3s;
	display: block;
	font-size: 24px;
	transition: opaicty 0.3s;
}

.p-girls-profile-header__sns a:hover {
	opacity: 0.7;
}

.p-girls-profile-header__sns a + a {
	margin-left: 24px;
}

/*-----------------------------------------
    イメージガール個別 / プロフィール / リスト
------------------------------------------*/
/* リスト */
.p-girls-profile-list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-list {
		max-width: 250px;
		width: 100%;
	}
}

/* リストアイテム */
.p-girls-profile-list__item {
	width: calc(42% - 40px / 2);
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-list__item {
		width: calc(45% - 40px / 2);
	}
}

/* リストアイテム間 */
.p-girls-profile-list__item + .p-girls-profile-list__item {
	margin-left: 40px;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-list__item + .p-girls-profile-list__item {
		margin-left: 24px;
	}
}

/* スリーサイズ */
.p-girls-profile-list__item:nth-child(5) {
	width: 100%;
}

/* 奇数 */
.p-girls-profile-list__item:nth-child(2n + 1) {
	margin-left: 0;
}

/* スリーサイズの次のアイテム */
.p-girls-profile-list__item:nth-child(6) {
	margin-left: 0;
}

/* 三番目以降のアイテム */
.p-girls-profile-list__item:nth-child(n + 3) {
	margin-top: 24px;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile-list__item:nth-child(n + 3) {
		margin-top: 32px;
	}
}

/* 質問 */
.p-girls-profile-list__item dt {
	color: #9c9c9c;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile-list__item dt {
		font-size: 14px;
	}
}

/* 回答 */
.p-girls-profile-list__item dd {
	font-size: 24px;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile-list__item dd {
		font-size: 16px;
	}
}

/*-----------------------------------------
    イメージガール個別 / プロフィール
------------------------------------------*/
/* プロフィール全体 */
.p-girls-profile {
	margin-top: 96px;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-profile {
		margin-top: 16px;
	}
}

/* インナー幅 */
.p-girls-profile__inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__inner {
		padding: 0 16px;
	}
}

/* 見出し */
.p-girls-profile__heading {
	color: #9c9c9c;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
}

/* 見出し(小) */
.p-girls-profile__heading--small {
	font-size: 48px;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__heading--small {
		font-size: 36px;
	}
}

/*見出し(大)*/
.p-girls-profile__heading--large {
	font-size: 64px;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__heading--large {
		font-size: 36px;
	}
}

/* コンテナ */
.p-girls-profile__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* スライド */
.p-girls-profile__slide-item {
	padding: 48px 30px;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile__slide-item {
		padding-bottom: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__slide-item {
		padding: 24px;
	}
}

.p-girls-profile__slide-item > img {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__slide-item > img {
		-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
	}
}

/* 画像 */
.p-girls-profile__image {
	margin-left: -30px;
	position: relative;
	text-align: right;
	width: 58.833%;
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__image {
		margin: 0 auto;
		max-width: 400px;
		width: 94.8%;
	}
}

.p-girls-profile__image img {
	width: 100%;
}

/* ロゴ */
.p-girls-profile__logo {
	bottom: 0;
	max-width: 264px;
	position: absolute;
	right: 30px;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile__logo {
		max-width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__logo {
		max-width: 124px;
		right: 0;
	}
}

/* コンテンツ */
.p-girls-profile__content {
	margin-left: -80px;
	margin-top: 160px;
	width: 52.833%;
}

@media only screen and (max-width: 1279px) {
	.p-girls-profile__content {
		margin-top: 128px;
	}
}

@media only screen and (max-width: 1023px) {
	.p-girls-profile__content {
		margin-left: -56px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-profile__content {
		margin-left: auto;
		margin-right: auto;
		margin-top: -96px;
		max-width: 560px;
		width: 100%;
	}
}

/*-------------------------
    questions
--------------------------*/
/* ブロック */
.p-girls-questions {
	margin-top: 110px;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions {
		margin-top: 72px;
	}
}

/* インナー */
.p-girls-questions__inner {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions__inner {
		padding: 0 16px;
	}
}

/* クエスチョンリスト全体 */
.p-girls-questions__list {
	margin-top: 56px;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions__list {
		margin-top: 24px;
	}
}

.p-girls-questions-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* アイテム全体 */
.p-girls-questions-list__item {
	width: calc(50% - 24px / 2);
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-list__item {
		width: 100%;
	}
}

.p-girls-questions-item {
	background-color: #fdf8f8;
	padding: 16px 30px 20px 45px;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-item {
		padding: 12px 16px 16px 30px;
	}
}

/* アイテム間 */
.p-girls-questions-list__item + .p-girls-questions-list__item {
	margin-left: 24px;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-list__item + .p-girls-questions-list__item {
		margin-left: 0;
		margin-top: 8px;
	}
}

.p-girls-questions-list__item:nth-child(2n + 1) {
	margin-left: 0;
}

.p-girls-questions-list__item:nth-child(n + 3) {
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-list__item:nth-child(n + 3) {
		margin-top: 8px;
	}
}

/* リストアイテムの中身 */
.p-girls-questions-item > dl {
	color: #333;
	font-size: 16px;
}

/* 質問 */
.p-girls-questions-item > dl dt {
	/* Qの配置のため */
	padding: 0 1em;
	position: relative;
	/* 回答とy軸揃える */
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-item > dl dt {
		padding: 0 10px;
	}
}

/* 「 Q 」 */
.p-girls-questions-item > dl dt::before {
	/* 質問テキストとの距離 */
	-webkit-transform: translate(-50%, -50%);
	color: #d03d37;
	content: "Q";
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 300;
	left: -0.5em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-item > dl dt::before {
		font-size: 20px;
	}
}

/* 回答 */
.p-girls-questions-item > dl dd {
	background-color: #fff;
	margin-top: 16px;
	padding: 18px 1em;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions-item > dl dd {
		margin-top: 10px;
		padding: 14px 10px;
	}
}

/* BACKボタン */
.p-girls-questions__button {
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-girls-questions__button {
		margin-top: 56px;
	}
}

/*-----------------------------------------
    イメージガール一覧 / 集合写真
------------------------------------------*/
/* 背景色 */
.p-girls-set__bg {
	position: relative;
}

/* 背景色 */
.p-girls-set__bg::before {
	background-color: #fdf8f8;
	content: "";
	height: 878px;
	left: 0;
	max-width: 1200px;
	position: absolute;
	top: 0;
	width: 70.8%;
	z-index: -1;
}

@media only screen and (max-width: 1023px) {
	.p-girls-set__bg::before {
		height: 800px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-set__bg::before {
		height: auto;
		padding-top: 83.333%;
		width: 80%;
	}
}

/* 画像 */
.p-girls-set__wrapper {
	margin: 0 auto;
	max-width: 800px;
	padding-top: 160px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-girls-set__wrapper {
		margin: 0 0 0 auto;
		padding-top: 80px;
	}
}

.p-girls-set__image {
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-girls-set__image {
		text-align: right;
	}
}

.p-girls-set__image > img {
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1023px) {
	.p-girls-set__image > img {
		width: 90%;
	}
}

.p-girls-set__content {
	-webkit-transform: translateX(-50%);
	left: 64px;
	max-width: 358px;
	position: absolute;
	top: -80px;
	transform: translateX(-50%);
	width: 100%;
}

@media only screen and (max-width: 1279px) {
	.p-girls-set__content {
		max-width: 30vw;
	}
}

@media only screen and (max-width: 1023px) {
	.p-girls-set__content {
		left: 88px;
		top: -48px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-set__content {
		left: 96px;
		max-width: 33vw;
		min-width: 120px;
		top: -40px;
	}
}

@media only screen and (max-width: 575px) {
	.p-girls-set__content {
		left: 72px;
		max-width: 38vw;
		top: -24px;
	}
}

/*-----------------------------------------
    イメージガール / タブ
------------------------------------------*/
/* タブ */
.p-girls-tab {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 575px) {
	.p-girls-tab {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

/* タブアイテム */
.p-girls-tab__item {
	background-color: #333333;
	border: 1px solid #333333;
	max-width: 300px;
	width: calc(33.333% - 48px / 3);
}

@media only screen and (max-width: 767px) {
	.p-girls-tab__item {
		max-width: 168px;
		width: calc(50% - 8px / 2);
	}
}

/* 選択しているタブアイテム */
.p-girls-tab__item.active {
	background-color: #ffffff;
}

/* タブアイテムの間 */
.p-girls-tab__item + .p-girls-tab__item {
	margin-left: 24px;
}

@media only screen and (max-width: 767px) {
	.p-girls-tab__item + .p-girls-tab__item {
		margin-left: 8px;
	}
}

/* タブアイテム 2n+3 */
@media only screen and (max-width: 575px) {
	.p-girls-tab__item:nth-child(2n + 3) {
		margin-left: 0;
		margin-top: 8px;
	}
}

/* タブリンク */
.p-girls-tab__item a,
.p-girls-tab__item p {
	color: #ffffff;
	display: block;
	font-size: 20px;
	letter-spacing: 0.03em;
	padding: 14px 16px;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.p-girls-tab__item a,
	.p-girls-tab__item p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.p-girls-tab__item a,
	.p-girls-tab__item p {
		font-size: 14px;
		padding: 18px 8px;
	}
}

.p-girls-tab__item a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.p-girls-tab__item a:hover {
	opacity: 0.7;
}

/* 選択しているタブリンク */
.p-girls-tab__item.active p {
	color: #333333;
}

/* 押せないタブアイテム */
.p-girls-tab__item.none p {
	color: #a5a5a5;
}

/*-----------------------------------------
    イメージガール一覧
------------------------------------------*/
/* .p-girls下のインナー */
@media only screen and (max-width: 767px) {
	.p-girls .c-inner {
		padding: 0 16px;
	}
}

/* トップ */
.p-girls__top {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.p-girls__top {
		margin-top: 32px;
	}
}

/* 集合写真 */
.p-girls__set {
	margin-top: 96px;
}

@media only screen and (max-width: 767px) {
	.p-girls__set {
		margin-top: 32px;
	}
}

/* メンバー一覧 */
.p-girls__member {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.p-girls__member {
		margin-top: 64px;
	}
}

/*-----------------------------------------
    リンク無効
------------------------------------------*/
/* 無効リンクの設定 */
a.disabled {
	color: #a5a5a5 !important;
	pointer-events: none;
}

/*-----------------------------------------
    表示/非表示
------------------------------------------*/
/* SP表示 */
.u-display__sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.u-display__sp {
		display: block;
	}
}

/*-----------------------------------------
    slick 上書きcss
------------------------------------------*/
/* スライドアイテム */
.p-mv-slide__item {
	max-height: 880px;
	width: 100vw;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
.main_article {
	margin-top: 0;
}

.c-page-mv {
	padding: 30px;
}

/*-----------------------------------------
    翻訳ボタン調整
------------------------------------------*/
.stt-lang-select.br {
	top: 90px;
	left: 0;
	bottom: auto !important;
	right: auto !important;
}
@media only screen and (max-width: 767px) {
	.stt-lang-select.br {
		top: 45px;
	}
}

/*-----------------------------------------
    TOPバナー
------------------------------------------*/
.p-top-banner {
	max-width: 600px;
	width: 100%;
	margin: 40px auto 0;
}
.p-top-banner__link {
	transition: opacity .3s;
}
.p-top-banner__link:hover {
	opacity: .7;
}

/*-----------------------------------------
    ニュース一覧
------------------------------------------*/
.news_list {
	margin-top: 2em;
}
.news-image img {
	width: auto !important;
}
@media only screen and (max-width: 500px) {
	.news-image img {
		width: auto !important;
	}
}

/* 販売終了 */
.ticket--fin {
	color: #d00;
	font-weight: 700;
}
