@charset "utf-8";

/*** ========================================================================= 
		 基本構造
========================================================================= ***/
html {
	font-family: "Noto Serif JP", "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 62.5%; /* 1rem=10px 1.6rem=16px */

	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
body {
	font-size: 1.8rem;
	line-height: 2.2;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.75);
	background-color: #ffffff;
}
#container {
	overflow: inherit;
	width: 100%;
	max-width: 1920px;
	margin: 120px auto 0 auto;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
#container img {
	width: 100%;
}
#container img.colorpick-eyedropper-input-trigger {
	width: 16px;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 1.6rem;
	}
	#container {
		width: 100%;
		max-width: 100%;
		margin: 110px auto 0 auto;
	}
}
a {
	color: rgba(0, 0, 0, 0.9);
}
.single .entry p a,
.category .entry p a,
.archive .entry p a,
.blog .entry p a {
	border-bottom: 1px solid #222222;
}
h1,
h2,
h3,
h4,
.fw-bold {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.9);
}
h1 {
	font-size: 3.8rem;
	line-height: 1.3;
}
h2 {
	font-size: 3.2rem;
	line-height: 1.3;
}
h3 {
	font-size: 2.6rem;
	line-height: 1.3;
}
h4 {
	font-size: 2rem;
	line-height: 1.3;
}
.fs-big {
	font-size: 1.2em;
}
.fs-small {
	font-size: 0.8em;
}
p {
	margin: 1em 0;
}
.fc-white {
	color: #f3f3f3;
}
.fc-navy {
	color: #000040;
}
.fc-yellow {
	color: #fdcd00;
}
.bgc-navy {
	color: #f3f3f3;
	background-color: #000040;
}
.bgc-navy h1,
.bgc-navy h2,
.bgc-navy h3,
.bgc-navy h4,
.bgc-navy .fw-bold,
.bgc-navy .tel a {
	color: #ffffff !important;
}
.bgc-yellow {
	background-color: #ffea90;
}
.pos-relative {
	position: relative;
}
.center {
	text-align: center;
}
.link-bottom,
.faq-con a {
	border-bottom: 1px solid #000040;
}
.lh-0 {
	line-height: 0;
}
.midashi-bb {
	display: inline-block;
	width: 100%;
	margin-bottom: 0.6em;
	padding: 0.4em 1em;
	color: #ffffff;
	background-color: #000040;
}
.midashi-bb a {
	color: #f3f3f3;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.8rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
}
a[target="_blank"]::after {
font-family: "Font Awesome 5 Free";
	content: ' \f35d';
	font-size: 12px;
	font-weight: 900;
	padding-left: 0.6em;
	text-decoration: none;
}
/*** ========================================================================= 
		 表示非表示
========================================================================= ***/
/*** PC(767px以上)のみ表示 *****************************/
.onlyPC {
	display: block !important;
}
@media screen and (max-width: 767px) {
	.onlyPC {
		display: none !important;
	}
}
/*** スマホ(767px以下)のみ表示 *****************************/
.onlySP {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.onlySP {
		display: block !important;
	}
}
/*** ========================================================================= 
		 余白
========================================================================= ***/
.mt1em {
	margin-top: 1em !important;
}
.mt2em {
	margin-top: 2em !important;
}
.mt3em {
	margin-top: 3em !important;
}
.mt5em {
	margin-top: 5em !important;
}
.mt8em {
	margin-top: 8em !important;
}
.pt5em {
	padding-top: 5em !important;
}
.pb5em {
	padding-bottom: 5em !important;
}
/*** ========================================================================= 
		 ヘッダー
========================================================================= ***/
#site-header {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	color: #f3f3f3;
	background-color: #000040;
}
#site-header-innner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 120px;
	margin: 0 auto;
}
#site-header-logo {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 45px;
	text-align: right;
	background-color: #fff;
}
#site-header-logo a img {
	width: 187px;
	height: 45px;
}
#site-header-logo a[target="_blank"]::after {
	content: none;
}
#site-header-title {
	position: absolute;
	top: 45px;
	left: 0;
	align-items: center;
}
#site-header-title h1 {
	font-size: inherit;
	line-height: 1;
	width: 340px;
}
#site-header-title img {
	vertical-align: inherit;
}
.header-description {
	font-size: 1.4rem;
	line-height: 1;
	margin-left: 18px;
	padding-top: 8px;
}
#site-header-tel {
	line-height: 1.6;
	position: absolute;
	top: 52px;
	right: 100px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#site-header-innner {
		height: 110px;
	}
	#site-header-logo {
		height: 30px;
		line-height: normal;
	}
	#site-header-logo a img {
		width: 126px;
		height: 30px;
	}
	#site-header-title {
		top: 36px;
	}
	#site-header-title h1 {
		width: 280px;
	}
	#site-header-tel {
		display: none;
	}
}
/*** ========================================================================= 
		 ヘッダー ハンバーガー
========================================================================= ***/
.menu-button {
	position: absolute;
	z-index: 25;
	top: 52px;
	right: 20px;
	display: inherit;
	width: 44px;
	height: 64px;
	text-align: center;
}
.menu-button::after,
.menu-button::before {
	position: absolute;
	top: calc(50% - 1px);
	display: block;
	width: 30px;
	height: 1.4px;
	content: "";
	background: #f3f3f3;
}
.menu-button::before {
	transition: transform 0.3s;
	transform: translateY(-12px);
	box-shadow: 0 12px 0 #f3f3f3;
}
.menu-button::after {
	transition: transform 0.3s;
	transform: translateY(12px);
}
.menu-button.open-button::before {
	transform: rotate(45deg);
	box-shadow: none;
}
.menu-button.open-button::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.menu-button {
		right: 0;
		top: 40px;
	}
}
/*** スライドイン *****************************/
#site-header-menu nav {
	position: absolute;
	z-index: 20;
	top: 45px;
	right: -120%;
	width: 80%;
	max-width: 680px;
	height: 100vh;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: #000040;
}
#site-header-menu nav.open-menu {
	top: 45px;
	right: 0;
	overflow-y: scroll;
}
.nav-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	-webkit-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.6);
}
.nav-bg.open-menu {
	width: 100%;
	height: 100%;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#site-header-menu nav {
		width: 80%;
		top: 30px;
	}
	#site-header-menu nav.open-menu {
		top: 30px;
	}
}
/*** スライドイン内部 *****************************/
.hb-menu {
	display: flex;
}
.hb-menu-left {
	flex-basis: 40%;
	margin-top: 160px;
	text-align: center;
}
.menu-top-menu-container {
	flex-basis: 60%;
}
@media screen and (max-width: 767px) {
	.hb-menu {
		flex-direction: column;
	}
}
/*** 親メニュー *****************************/
#site-header-menu ul {
	height: 100%;
	padding: 64px 3em;
	list-style-type: none;
}
#site-header-menu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}
#site-header-menu ul li a {
	display: block;
	margin: 0;
	padding: 1em 0;
	color: #f3f3f3;
}
@media screen and (max-width: 767px) {
	#site-header-menu ul {
		padding: 64px 2em;
	}
}
/*** ========================================================================= 
		 フッター
========================================================================= ***/
#footer {
	font-size: 1.5rem;
	margin-top: 7em;
	padding: 3em 0 5em 0;
	color: #f3f3f3;
	background-color: #000040;
}
#footer p {
	margin: 0 0;
}
#footer i {
	font-size: 3rem;
	margin-right: 20px;
}
#footer a {
	color: #ffffff;
}
#footer p.footer-logo {
	margin-left: -1em;
}
.sns div {
	float: left;
	margin-right: 40px;
}
.sns div a[target="_blank"]::after {
	content: none;
}

/*** ========================================================================= 
		 1カラム 左右余白あり 基本コンテンツエリア
========================================================================= ***/
.content-area {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.content-area {
		width: 86%;
		max-width: 86%;
	}
}
/*** ========================================================================= 
		 横幅調整		
========================================================================= ***/
.content-w70per {
	width: 70%;
	max-width: 86%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.content-w70per {
		width: 100%;
	}
	.content-area .content-w70per {
		width: 100%;
		max-width: 100%;
	}
}
/*** ========================================================================= 
		 ボタン
========================================================================= ***/
/*** ネイビー *****************************/
.button01,
a.button01 {
	display: inline-block;
	width: 260px;
	padding: 0.5em 2em;
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 64, 1);
}
.button01 a {
	color: rgba(255, 255, 255, 0.92);
}
.button01:hover {
	-webkit-animation: anime01 1s ease-in-out;
	animation: anime01 1s ease-in-out;
}
@-webkit-keyframes anime01 {
	0% {
		background-color: rgba(0, 0, 64, 0.75);
	}
	100% {
		background-color: rgba(0, 0, 64, 1);
	}
}
@keyframes anime01 {
	0% {
		background-color: rgba(0, 0, 64, 0.75);
	}
	100% {
		background-color: rgba(0, 0, 64, 1);
	}
}
/*** 白 *****************************/
.button02,
a.button02 {
	display: inline-block;
	width: 260px;
	padding: 0.5em 2em;
	text-align: center;
	color: rgba(0, 0, 0, 0.92);
	border: 1px solid rgba(0, 0, 64, 1);
	background-color: rgba(255, 255, 255, 1);
}
.button02 a {
	color: rgba(0, 0, 0, 0.92);
}
.button02:hover {
	-webkit-animation: anime02 1s ease-in-out;
	animation: anime02 1s ease-in-out;
}
@-webkit-keyframes anime02 {
	0% {
		background-color: rgba(255, 255, 255, 0.75);
	}
	100% {
		background-color: rgba(255, 255, 255, 1);
	}
}
@keyframes anime02 {
	0% {
		background-color: rgba(255, 255, 255, 0.75);
	}
	100% {
		background-color: rgba(255, 255, 255, 1);
	}
}
/*** 透明 *****************************/
.button03,
a.button03 {
	display: inline-block;
	width: 260px;
	padding: 0.5em 2em;
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0);
}
.button03 a {
	color: rgba(255, 255, 255, 0.92);
}
.button03[target="_blank"]::after {
	display: inline-block;
}
.button03:hover {
	-webkit-animation: anime03 1s ease-in-out;
	animation: anime03 1s ease-in-out;
}
@-webkit-keyframes anime03 {
	0% {
		background-color: rgba(255, 255, 255, 0.15);
	}
	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}
@keyframes anime03 {
	0% {
		background-color: rgba(255, 255, 255, 0.15);
	}
	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}
/*** ボタン右下固定 *****************************/
.button-fixed {
	position: fixed;
	z-index: 10;
	right: 16px;
	bottom: 0;
}
/*** ========================================================================= 
		 flexボックス 基本
========================================================================= ***/
.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-box-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
	.feature .flex-box,
	.feature .flex-box-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column; /* モバイルでは縦並び */
	}
}

@media screen and (max-width: 767px) {
	.flex-box,
	.flex-box-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column; /* モバイルでは縦並び */
	}
}
.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-center {
	-webkit-box-align: center;
	align-items: center;
}
.justify-center {
	-webkit-box-pack: center;
	justify-content: center;
}
.flex-fit-text {
	line-height: 2.2;
	max-width: 90%;
	margin: 1.5em auto 2em auto;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.flex-fit-text {
		width: 86%;
		max-width: 86%;
	}
}
/*** ========================================================================= 
		 flexbox 2カラム 余白あり 
========================================================================= ***/
/*** 2カラム 文章・画像・カード *****************************/
.flex-col2 {
	flex-basis: calc(50% - 21px);
	margin-right: 42px;
	margin-bottom: 42px;
}
.flex-col2:nth-child(2n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.flex-col2,
	.flex-col2:nth-child(2n) {
		flex-basis: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.4em;
	}
}
/*** ========================================================================= 
		 flexbox 2カラム 余白なし 
========================================================================= ***/
/*** flexbox 2カラム 画像 余白なし *****************************/
.flex-col2-fit {
	flex-basis: 50%;
}
.flex-col2-fit img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.flex-col2-fit {
		flex-basis: auto;
		width: 100%;
	}
}
/*** ========================================================================= 
		 flexbox 3カラム 余白あり	 
========================================================================= ***/
/*** 3カラム 文章・画像・カード *****************************/
.flex-col3 {
	flex-basis: calc(33.33% - 28px);
	margin-right: 42px;
	margin-bottom: 42px;
}
.flex-col3:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.flex-col3,
	.flex-col3:nth-child(3n) {
		flex-basis: auto;
		width: 100%;
		margin-right: 0;
	}
}
/*** ========================================================================= 
		 flexbox 3カラム 余白なし	
========================================================================= ***/
.flex-col3-fit {
	flex-basis: calc(100% / 3);
}
.flex-col3-fit img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.flex-col3-fit {
		flex-basis: auto;
		width: 100%;
	}
}
/*** ========================================================================= 
		 flexbox 4カラム 余白あり	
========================================================================= ***/
/*** 4カラム 文章・画像・カード *****************************/
.flex-col4 {
	flex-basis: calc(25% - 31.5px);
	margin-right: 42px;
	margin-bottom: 42px;
}
.flex-col4:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.flex-col4,
	.flex-col4:nth-child(4n) {
		flex-basis: auto;
		width: 100%;
		margin-right: 0;
	}
}
/*** ========================================================================= 
		 TOPアイキャッチ動画、こだわりのポイント画像
========================================================================= ***/
/*** 白フィルター *****************************/
.pos-relative.white-filter:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, 0.55);
}
/*** 内部コンテンツエリア *****************************/
.img-contents-inner {
	position: absolute;
	z-index: 3;
	top: 53%;
	left: 50%;
	height: max-content;
	margin: 0 auto;
	padding: 0;
	transform: translate(-50%, -50%);
	letter-spacing: 0.6em;

	writing-mode: vertical-rl;
}
.img-contents-inner h2 {
	font-size: 4rem;
	line-height: 3.2;
	color: #222222;
}
.img-contents-inner2 {
	position: absolute;
	z-index: 3;
	bottom: 40px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	.img-contents-inner h2 {
		font-size: 2.6rem;
		line-height: 2.4;
	}
	.img-contents-inner2 {
		bottom: 3%;
	}
}
/*** 画像全画面fit (必要なときに追加) *****************************/
.object-fit-100vh img,
.object-fit-100vh source {
	width: 100% !important;
	height: calc(100vh - 120px);

	object-fit: cover;
}
/*** 動画全画面fit (必要なときに追加) *****************************/
.object-fit-video100vh {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 120px);
}
.object-fit-video100vh video {
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100vh - 120px);

	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.object-fit-100vh img,
	.object-fit-100vh source {
		height: auto;

		object-fit: cover;
	}
	.object-fit-video100vh,
	.object-fit-video100vh video {
		height: calc(100vh - 110px);
	}
}
/*** ========================================================================= 
		 特徴
========================================================================= ***/
/* メディアの上に文字 */
.pos-relative.feature-back:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 64, 0.35);
}
.feature-bottom {
	line-height: 1.4;
	position: absolute;
	z-index: 5;
	bottom: 1em;
	left: 50%;
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	transform: translate(-50%, 0);
	color: #ffffff;
}
.feature-number {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	color: #ffffff;
}
.feature .flex-col2-feature {
	line-height: 0;
	flex-basis: 50%;
}
.feature .flex-col2-feature img {
	width: 100%;
}
@media screen and (max-width: 1000px) {
	.feature .flex-col2-feature {
		flex-basis: auto;
		width: 100%;
	}
}
/*** ========================================================================= 
		 他社との比較
========================================================================= ***/
.comparison {
	margin-top: 3em;
}
.comparison h3 {
	font-size: 1.2em;
	padding: 0.5em 1em;
	text-align: center;
	color: #f3f3f3;
	background-color: #000040;
}
.comparison table {
	font-size: 1.6rem;
}
.comparison th {
	width: 25%;
	padding: 0.5em 1em;
	border: 1px solid #000040;
}
.comparison td {
	line-height: 1.8;
	width: 25%;
	padding: 0.5em 1em;
	border: 1px solid #000040;
}
.comparison th:first-child,
.comparison td:first-child {
	font-weight: bold;
	background: #e7e7e7;
}
.comparison .fs-small {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.comparison .thead {
		display: none;
	}
	.comparison tr {
		width: 100%;
	}
	.comparison td {
		display: block;
		width: 100%;
		border: 0px solid #000040;
		border-right: 1px solid #000040;
		border-bottom: 1px solid #000040;
		border-left: 1px solid #000040;
	}
	.comparison td:first-child {
		text-align: center;
		background: #e7e7e7;
	}
	.comparison td:before {
		font-weight: bold;
		content: attr(data-label);
	}
}
/*** ========================================================================= 
		 お取引の流れ
========================================================================= ***/
.flex-transactions {
	flex-basis: 50%;
}
.flex-transactions img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.flex-transactions {
		flex-basis: auto;
		width: 100%;
	}
}
/*** ========================================================================= 
		 ポップアップ背景
========================================================================= ***/
#popup-cover01,
#popup-cover02 {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#popup-inner01,
#popup-inner02 {
	position: relative;
	top: 50%;
	left: 50%;
	overflow-y: scroll;
	width: 86%;
	max-width: 640px;
	max-height: 80%;
	padding: 40px 40px;
	transform: translate(-50%, -50%);
	color: rgba(0, 0, 0, 0.75);
	background: #ffffff;
}
#popup-close01,
#popup-close02 {
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
}
.bgc-navy #popup-inner01 h2,
.bgc-navy #popup-inner01 h3,
.bgc-navy #popup-inner01 h4,
.bgc-navy #popup-inner01 .fw-bold,
.bgc-navy #popup-inner02 h2,
.bgc-navy #popup-inner02 h3,
.bgc-navy #popup-inner02 h4,
.bgc-navy #popup-inner02 .fw-bold {
	color: rgba(0, 0, 0, 0.9);
}
/*** ========================================================================= 
		 FAQ
========================================================================= ***/
.faq li {
	line-height: 2.2;
}
.faq a {
	border-bottom: 1px solid #000040;
}
.flex-faq {
	line-height: 1.8;
	flex-basis: calc(100% / 3 - 21px);
	margin-right: 42px;
}
.flex-faq:nth-child(2n) {
	flex-basis: calc(100% / 3 * 2 - 21px);
	margin-right: 0;
}
.faq-qa {
	font-size: 1.4em;
}
@media screen and (max-width: 767px) {
	.flex-faq,
	.flex-faq:nth-child(2n) {
		flex-basis: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.4em;
	}
}
/*** ========================================================================= 
		 ご利用条件
========================================================================= ***/
.terms_ol {
	margin-left: 2em;
	margin-bottom: 1.4em;
	list-style: decimal;
}
.terms_ul {
	margin-bottom: 1.4em;
}
.terms_ul li {
	margin-left: 1em;
}
/*** ========================================================================= 
		 クリップボード
========================================================================= ***/
.border-text-clip {
	padding: 1em 1.5em;
	border: 1px solid #000040;
}
.text-clip-btn {
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	padding: 0.2em 1.2em;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(0, 0, 64, 1);
	background-color: rgba(0, 0, 64, 1);
}
.text-clip-btn:hover {
	-webkit-animation: animetextclip 1s ease-in-out;
	animation: animetextclip 1s ease-in-out;
}
@keyframes animetextclip {
	0% {
		background-color: rgba(0, 0, 64, 0.75);
	}
	100% {
		background-color: rgba(0, 0, 64, 1);
	}
}
p.text-clip-btn {
	margin: 0 0;
}
/* Tooltip */
.tooltip::after {
	font-size: 1.3rem;
	position: absolute;
	top: 130%;
	left: 50%;
	display: inline-block;
	width: 140px;
	padding: 4px 10px 6px 10px;
	content: "コピーしました";
	animation: fade-tooltip 0.5s 1s 1 forwards;
	text-align: center;
	color: #ffffff;
	border-radius: 0.4rem;
	background: #555555;
}
@keyframes fade-tooltip {
	to {
		opacity: 1;
	}
}
/*** ========================================================================= 
		 ポップアップ背景
========================================================================= ***/
.white-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	overflow-y: scroll;
	width: 70%;
	max-width: 640px;
	max-height: 80%;
	margin: 20px auto;
	padding: 40px 40px;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 1); /* 白 */
}
@media screen and (max-width: 767px) {
	.white-popup {
		top: 10%;
		right: 0;
		bottom: 10%;
		left: 0;
		width: 90%;
		transform: translate(0, 0);
	}
}
.mfp-container:before {
	height: auto;
	vertical-align: inherit;
}

/*** ========================================================================= 
		 cookie
========================================================================= ***/
#cookie_agree {
	transform: translateY(100%);
	transform-origin: center bottom;
	transition: transform .5s 5s;
}
#cookie_agree.cookie_check {
	transform: translateY(0);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	padding: 30px 60px;
	background-color: #444;
	overflow-y: auto;
}
#cookie_agree.cookie_check .cookie_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 18px;
	background-color: #2b2b2b;
}
#cookie_agree.cookie_check .cookie_inner p {
	color: #ccc;
	font-size: 16px;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.55em;
}
#cookie_agree.cookie_check .cookie_inner .cookie_button {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
#cookie_agree.cookie_check .cookie_inner .cookie_button button,
#cookie_agree.cookie_check .cookie_inner .cookie_button a {
	display: block;
	min-width: 140px;
	margin-right: 10px;
	padding: 5px;
	border: none;
	background-color: #4b4b4b;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	transition: background-color .2s ease-out 0s;
}
#cookie_agree.cookie_check .cookie_inner .cookie_button button:hover,
#cookie_agree.cookie_check .cookie_inner .cookie_button button:active,
#cookie_agree.cookie_check .cookie_inner .cookie_button a:hover,
#cookie_agree.cookie_check .cookie_inner .cookie_button a:active {
	background-color: #5b5b5b;
	transition: background-color .2s ease-out 0s;
}
@media screen and (max-width: 767px) {
	#cookie_agree.cookie_check {
		padding: 10px 10px;
		box-sizing: border-box;
	}
	#cookie_agree.cookie_check .cookie_inner {
		flex-wrap: wrap;
		padding: 15px;
	}
	#cookie_agree.cookie_check .cookie_inner p {
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 1em;
	}
	#cookie_agree.cookie_check .cookie_inner .cookie_button button,
	#cookie_agree.cookie_check .cookie_inner .cookie_button a {
		min-width: 96px;
		margin-right: 7px;
		font-size: 14px;
	}
}
