﻿
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 1.6rem;
	background: #fff;
	position: relative;
	color: #222222;
	font-weight: 400;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
	font-weight: normal;
	max-width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	max-width: 2120px;
	min-width: 1400px;
}

object {
	pointer-events: none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

a[href^="tel:"] {
	pointer-events: none;
}

a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.inner_920 {
	max-width: 920px;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner {
	max-width: 1200px;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.inner_1260 {
	max-width: 1260px;
	position: relative;
	width: 96%;
	margin: 0 auto;
}

.color_bk22 {
	color: #222222;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.Df_mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Roboto {
	font-family: Roboto, sans-serif;
}

.Df_Helvetica {
	font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_NSJ {
	font-family: "Noto Serif JP", serif;
}

.Ad_Europa {
	font-family: europa, sans-serif;
}

.Ad_Brothers {
	font-family: brothers, sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
	background: #f4f4f4;
}

.bk_blgry {
	background: #404040;
}

.bk_kon {
	background: #0c3380;
}

.bk_kon_str {
	background: #0c3380;
	background-size: auto auto;
	background-color: #1f4692;
	background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
}

.bk_lb_str {
	background-size: auto auto;
	background-color: #dcf6fd;
	background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
}

.bk_gr_str {
	background-size: auto auto;
	background-color: #f3f3f3;
	background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
}

.bk_kon2 {
	background: #032465;
}

.bk_white {
	background: #fff;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
	margin-left: 20px;
	list-style-type: disc;
}

.disc > li {
	list-style-type: disc;
}

.disc > li:not(:last-child) {
	padding-bottom: 5px;
}

.decimal {
	margin-left: 20px;
	list-style-type: decimal;
}

.decimal > li {
	list-style-type: decimal;
}

.decimal > li:not(:last-child) {
	padding-bottom: 5px;
}

.note {
	font-size: 1.4rem;
}

.note > li {
	padding-left: 20px;
	position: relative;
}

.note > li:not(:last-child) {
	margin-bottom: 5px;
}

.note > li::before {
	display: block;
	content: "※";
	position: absolute;
	left: 0px;
	top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.small {
	font-size: 85%;
}

main {
	display: block;
	padding: 90px 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#wb_wrap {
	overflow: hidden;
}

.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no_repeat;
	background-color: #e6e6e6;
}

.text-shadow {
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
	padding: 0 0 56.6%;
	width: 100%;
}

.movie_wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.plmu_wrap {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
}

.plmu_wrap #music {
	color: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(https://www.moncrest.com/wp/wp-content/themes/webkikaku/common/img/icon_music_on.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.plmu_wrap #music span {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	font-size: 1.3rem;
}

.plmu_wrap #music::before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	content: "";
	z-index: 2;
	top: 25%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	opacity: 0;
}

.plmu_wrap #music.off::before {
	opacity: 1;
}

.plmu_wrap #play {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 2px #fff;
	position: relative;
}

.plmu_wrap #play::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 59%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap #play.off::before {
	border: 0px;
	content: "";
	display: block;
	width: 4px;
	height: 12px;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
	border: 0px;
	content: "";
	display: block;
	width: 4px;
	height: 12px;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.yt_wrap {
	padding: 0 0 66.6%;
	width: 100%;
}

.gmap_wrap {
	padding: 0 0 55%;
	width: 100%;
}

.iframe_wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.iframe_wrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sToggle dl > dd {
	display: none;
}

.plus_wrap {
	position: absolute;
	right: 10px;
	width: 10px;
	content: "";
	display: block;
	height: 10px;
	top: -5px;
	bottom: 0;
	margin: auto;
}

.plus_wrap span {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: #1b1d25;
	top: 50%;
	bottom: 0;
	position: absolute;
	margin: 0;
}

.pl02 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

.togg .pl02 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

.pTB10 {
	padding: 10px 0;
}

.pTB20 {
	padding: 20px 0;
}

.pTB30 {
	padding: 30px 0;
}

.pTB40 {
	padding: 40px 0;
}

.pTB50 {
	padding: 50px 0;
}

.pTB60 {
	padding: 60px 0;
}

.pTB70 {
	padding: 70px 0;
}

.pTB80 {
	padding: 80px 0;
}

.pTB90 {
	padding: 90px 0;
}

.pTB100 {
	padding: 100px 0;
}

.pTB110 {
	padding: 110px 0;
}

.pTB120 {
	padding: 120px 0;
}

.pTB130 {
	padding: 130px 0;
}

.pTB140 {
	padding: 140px 0;
}

.pTB150 {
	padding: 150px 0;
}

.pTB160 {
	padding: 160px 0;
}

.pTB170 {
	padding: 170px 0;
}

.pTB180 {
	padding: 180px 0;
}

.pTB190 {
	padding: 190px 0;
}

.pTB200 {
	padding: 200px 0;
}

.pTB210 {
	padding: 210px 0;
}

.pTB220 {
	padding: 220px 0;
}

.pTB230 {
	padding: 230px 0;
}

.pTB240 {
	padding: 240px 0;
}

.pTB250 {
	padding: 250px 0;
}

.pTB260 {
	padding: 260px 0;
}

.pTB270 {
	padding: 270px 0;
}

.pTB280 {
	padding: 280px 0;
}

.pTB290 {
	padding: 290px 0;
}

.pTB300 {
	padding: 300px 0;
}

.pTB310 {
	padding: 310px 0;
}

.pTB320 {
	padding: 320px 0;
}

.pTB330 {
	padding: 330px 0;
}

.pTB340 {
	padding: 340px 0;
}

.pTB350 {
	padding: 350px 0;
}

.upscale {
	overflow: hidden;
	-webkit-transform: 0.3s;
	transform: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
	text-align: center;
	font-family: europa, sans-serif;
	margin: 0 auto 35px;
	color: #222222;
}

.tit02 b {
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.tit02 small {
	display: block;
	color: #c3c3c3;
	font-size: 1.6rem;
}

.tit02.tit02_bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.tit02.tit02_bar b {
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
}

.tit02.tit02_bar::before,
.tit02.tit02_bar::after {
	content: "";
	height: 2px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #ababab;
}

.tit02.tit02_bar::before {
	margin-right: 1.5rem;
}

.tit02.tit02_bar::after {
	margin-left: 1.5rem;
}

.tit_wp {
	margin-bottom: 35px;
}

.tit_wp > em {
	text-align: center;
	display: block;
	color: #858585;
	font-size: 1.6rem;
}

.tit_wp .tit02 {
	margin-bottom: 0;
}

.txt_shinfo {
	position: relative;
}

.txt_shinfo > small {
	position: absolute;
	top: -22px;
	left: 0;
	font-size: 41%;
	word-break: keep-all;
}

.tit02_2 {
	font-family: europa, sans-serif;
	margin: 0 auto 35px;
	color: #222222;
}

.tit02_2 b {
	font-size: 3.2rem;
	line-height: 1.5;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tit02_2 b::before {
	content: "";
	display: block;
	background-color: #ff0000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
}

.tit02_2 small {
	display: block;
	color: #a2a2a2;
	font-size: 1.6rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: normal;
}

.tit02_2.tit_cus {
	text-align: center;
	margin-bottom: 35px;
}

.tit02_2.tit_cus b::before {
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	width: 50px;
}

.tit02_3 {
	font-family: europa, sans-serif;
	margin: 0 auto 35px;
	color: #222222;
}

.tit02_3 b {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}

.tit02_4 {
	margin: 0 auto 0px;
	color: #222222;
	line-height: 1.5;
}

.tit02_4 b {
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.tit02_4 small {
	display: block;
	font-size: 2rem;
	color: #707070;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}

.tit03 {
	font-size: 1.8rem;
	text-align: center;
	color: #d61518;
	font-weight: bold;
	margin: 0px 0 30px;
}

.tit03_2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px 0 15px;
}

.tit03_2 em {
	color: #d61518;
}

.tit03_2 b {
	position: relative;
	display: inline-block;
	font-size: 2rem;
}

.tit03_2 b:before {
	display: inline-block;
	content: "■";
	margin-right: 5px;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
	color: red !important;
}

.color_blue {
	color: blue !important;
}

.color_white {
	color: white !important;
}

.color_black {
	color: black !important;
}

/* ---------------------------------------------------------------------------
  ★ボタン
--------------------------------------------------------------------------- */
.c_btn01 {
	color: #707070;
	position: relative;
	font-size: 1.8rem;
	display: inline-block;
	padding: 4px 40px 4px 17px;
	font-weight: bold;
	border: solid 1px #c9c9c9;
	text-align: center;
	min-width: 150px;
	margin-bottom: 15px;
}

.c_btn01 span {
	z-index: 2;
	position: relative;
}

.c_btn01::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}

.c_btn01::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #f26161;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1;
}

.c_btn02 {
	color: #707070;
	position: relative;
	font-size: 1.6rem;
	display: inline-block;
	padding: 0 30px 5px 10px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid;
}

.c_btn02::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	position: absolute;
	top: 45%;
	right: 5px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.c_btn02::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	content: "";
}

.c_btn03 {
	color: #ffffff;
	background: #c7c7c7;
	position: relative;
	font-size: 1.6rem;
	display: inline-block;
	padding: 10px 20px 10px 40px;
	font-weight: bold;
	border: solid 1px #c7c7c7;
	text-align: center;
	min-width: 150px;
	margin-bottom: 15px;
}

.c_btn03 span {
	z-index: 2;
	position: relative;
}

.c_btn03::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 24px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(315deg);
	transform: translateY(-50%) translateX(-50%) rotate(315deg);
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}

.c_btn03::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background-color: #6b6b6b;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 1;
}

.gaibu_link {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

.gaibu_link::after {
	display: block;
	content: "";
	background: url(../image/gaibulink_red2.png) no-repeat;
	background-position: center center;
	background-size: 12px;
	width: 12px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.effectFU > div.efdiv {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	-webkit-transform: translate3d(-100.5%, 0, 0);
	transform: translate3d(-100.5%, 0, 0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-be8ier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.effectFU > div.efdiv::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: #fefefe;
	-webkit-transition: all 0.6s cubic-bezier(87, 0, 0.175, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.effectFU > div.efdiv::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.effectFU.isShow > div.efdiv {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
	right: -100%;
}

.effectFU.isShow > div.efdiv::after {
	right: -100%;
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

.Onfade.isShow {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

@-webkit-keyframes fadesin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes fadesin {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.fadein {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	position: relative;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.fadein.on {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.fade {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	position: relative;
}

.fade.on {
	visibility: visible;
	opacity: 1;
}

.delay_03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.delay_05 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay_07 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.delay_1 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.delay_13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.delay_2 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
.hnav_area {
	padding: 21px 20px;
}

.h_logo_wp {
	max-width: 300px;
	width: 50%;
	float: left;
	margin: 15px 0 3px 15px;
	position: relative;
}

.h_logo_wp a {
	display: block;
}

.h_logo_mark {
	position: absolute;
	top: -2px;
	left: -13px;
	/* -webkit-transform: translateY(-50%) translateX(0%); */
	/* transform: translateY(-50%) translateX(0%); */
	/* opacity: 0.05; */
	width: 40%;
	max-width: 80px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.h_logo_txt {
	-webkit-transition: 0.8s;
	transition: 0.8s;
	padding: 0 0 0 74px;
}

.hnav {
	float: right;
	margin: 10px 0;
}

.hnav dl {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.hnav dl dd {
	display: none;
	position: absolute;
	top: 40px;
}

.hnav dl dd a {
	display: block;
	background: #000;
	padding: 2px 30px 2px 18px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.4rem;
	position: relative;
	word-break: keep-all;
}

.hnav dl dd a span {
	position: relative;
	display: inline-block;
}

.hnav dl dd a span::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 46%;
	right: -16px;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.hnav dl dt a {
	color: #828282;
	font-size: 1.4rem;
	display: inline-block;
	position: relative;
}

.hnav dl dt a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #5a5a5a;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.hnav dl.on.contct_dl dt a {
	background: #9c9c9c;
	border: solid 1px #9c9c9c;
}

.online_txt {
	font-weight: bold;
}

.hnav .contct_dl > dt a {
	border: solid 1px #000;
	padding: 2px 20px 2px 12px;
	background: #000;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.hnav .contct_dl > dt a::before {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background: #d61518;
	position: absolute;
	bottom: 8px;
	right: 11px;
}

.hnav .contct_dl > dt a::after {
	display: none;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	max-width: 2120px;
	min-width: 1400px;
}

header.changed {
	position: fixed;
	max-width: 100%;
	min-width: unset;
}

header.changed .hnav {
	display: none;
}

header.changed .h_logo_wp {
	max-width: 90px;
	width: 50%;
	float: left;
	margin: -10px 0 0 10px;
	position: relative;
}

header.changed .h_logo_wp a img {
	-webkit-filter: drop-shadow(2px 1px 0px rgba(255, 255, 255, 0.7));
	filter: drop-shadow(2px 1px 0px rgba(255, 255, 255, 0.7));
	padding: 0;
}

header.changed .h_logo_mark {
	position: relative;
	opacity: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
	margin: 0 auto 10px;
}

.mbtn_wp {
	position: fixed;
	top: -45px;
	right: 0;
	background: #828282;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
}

.mbtn_wp.changed {
	top: 0;
	opacity: 1;
	z-index: 6;
}

.mbtn_wp.active {
	background: #d61518;
}

.menu_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: europa, sans-serif;
	letter-spacing: 2px;
}

.menu_txt em {
	padding: 0 10px;
	color: #f3f3f3;
}

/* ---------------------------------------------------------------------------
  ★フッター
--------------------------------------------------------------------------- */
footer .f_contact {
	z-index: 3;
	width: 46%;
	position: absolute;
	right: 0;
	padding: 50px;
	top: -100px;
}

footer .f_contact .tit02 {
	text-align: left;
	margin-bottom: 15px;
}

footer .f_contact .tit02 b {
	position: relative;
}

footer .f_contact .tit02 b:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #d61518;
	position: absolute;
	bottom: 12px;
	right: -15px;
}

footer .f_contact .f_contact_inner > p {
	margin-bottom: 10px;
}

footer .f_contact .tel_ei_wp {
	margin-bottom: 25px;
	line-height: 1.5;
}

footer .f_contact .tel_ei_wp em .tel_link {
	font-weight: bold;
	font-size: 2.2rem;
	font-family: europa, sans-serif;
	color: #222222;
}

footer .f_contact .btn_wrap a {
	margin-right: 20px;
}

footer .f_contact .btn_wrap a small {
	display: inline-block;
	margin: 0 0 0 5px;
}

footer .f_contact .btn_wrap a:first-child small {
	color: #1f5892;
}

footer .f_contact .btn_wrap a:last-child small {
	color: #921f1f;
}

footer .f_front {
	padding: 70px 10px 10px;
}

footer .f_front .f_front_box {
	max-width: 460px;
}

footer .f_front .f_logo_wp {
	max-width: 410px;
	width: 90%;
	margin-bottom: 40px;
}

footer .f_front .f_logo_wp a {
	display: block;
}

footer .fnav dl {
	margin-bottom: 20px;
}

footer .fnav dl dd {
	display: inline-block;
	margin-right: 40px;
}

footer .fnav dl dd a {
	color: #fff;
	font-size: 1.5rem;
	position: relative;
}

footer .fnav dl dd a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #f9f9f9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

footer .fnav dl.onlink_dl {
	font-weight: bold;
}

.copyright {
	text-align: center;
	color: #828282;
	font-size: 1.4rem;
	padding: 15px 0;
}

.home footer {
	margin-top: 400px;
}

.underp footer {
	margin-top: 170px;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニーュ
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
	top: 0;
	padding: 10px;
	background: #060200;
}

.menu-trigger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 30px;
	height: 24px;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 11px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	width: 80%;
}

.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	width: 100%;
}

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.spnaviwrap {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 4;
	width: 100%;
	max-width: 370px;
	height: 100%;
	padding: 120px 30px 30px;
	opacity: 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
	background: rgba(0, 0, 0, 0.8);
	overflow-y: auto;
}

.spnaviwrap .nav_site .hnav_inner {
	font-family: "Noto Sans JP", sans-serif;
}

.spnaviwrap .nav_site .hnav_inner > dl {
	margin-bottom: 15px;
}

.spnaviwrap .nav_site .hnav_inner > dl a {
	overflow: hidden;
	display: inline-block;
	color: #fff;
}

.spnaviwrap .nav_site .hnav_inner > dl a span {
	-webkit-transition: 1.3s;
	transition: 1.3s;
	-webkit-transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
	transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
	position: relative;
	top: 100px;
}

.spnaviwrap .nav_site .hnav_inner > dl dt a {
	font-size: 2.2rem;
	letter-spacing: 3px;
	font-weight: bold;
}

.spnaviwrap .nav_site .hnav_inner > dl dt a span::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	content: "";
}

.spnaviwrap .nav_site .hnav_inner > dl dd {
	display: none;
}

.spnaviwrap .nav_site .hnav_inner > dl dd a {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	color: #bbbbbb;
	font-size: 1.4rem;
	font-weight: 300;
	margin: 0 20px 0 0;
}

.spnaviwrap .nav_site .hnav_inner > dl dd a span {
	padding-left: 15px;
	display: inline-block;
}

.spnaviwrap .nav_site .hnav_inner > dl dd a span::before {
	display: block;
	content: "";
	position: absolute;
	top: 22%;
	left: 0%;
	-webkit-transform: translateY(50%) translateX(0%);
	transform: translateY(50%) translateX(0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #bbbbbb;
}

.spnaviwrap.active.changed {
	display: block;
	right: 0;
	opacity: 1;
}

.spnaviwrap.active.changed .nav_site .hnav_inner > dl a {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.spnaviwrap.active.changed .nav_site .hnav_inner > dl a span {
	top: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	display: block;
}

.totop_wrap {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: none;
}

.totop_wrap .icon-totop {
	display: block;
	width: 100%;
	text-align: center;
}

.totop_wrap .icon-totop::before {
	font-size: 5rem;
	content: "";
	width: 15px;
	height: 15px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
	display: none;
}

/* =======================================
  ★パンくず
========================================== */
.pankuzu_wrap {
	max-width: 100%;
	margin: 0 auto;
}

.pankuzu {
	margin: 20px auto;
	font-size: 1.4rem;
}

.pankuzu > li {
	display: inline-block;
	position: relative;
	word-break: break-all;
}

.pankuzu > li::after {
	display: inline-block;
	color: #3d3d3d;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	position: relative;
	top: 3px;
	margin: 0 10px 0 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.pankuzu > li:last-child:after {
	display: none;
}

.pankuzu a {
	color: #6ac8ff;
}

/* =======================================
	★ページャー
========================================== */
.pager {
	width: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.wp-pagenavi {
	clear: both;
	font-size: 14px;
	/* text-align: center; */
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 2.6;
	border: 1px solid #000000;
	-webkit-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	color: #000000;
	font-size: 14px;
	margin: 5px;
	vertical-align: top;
	padding: 0px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
}

.wp-pagenavi span.extend {
	border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #000000;
	font-size: 14px;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
}

/* =======================================
	★TABLE
========================================== */
.c_table_01 table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
}

.c_table_01 table tbody tr th {
	border-bottom: 1px solid #e9e9e9;
	vertical-align: top;
	padding: 15px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	width: 24.5%;
	word-break: break-all;
}

.c_table_01 table tbody tr td {
	border-bottom: 1px solid #e9e9e9;
	vertical-align: top;
	padding: 15px;
	word-break: break-all;
}

@media (max-width: 600px) and (min-width: 0px) {
	.c_table_01 table {
		border-collapse: collapse;
		border-spacing: 0;
		font-size: inherit;
		width: 100%;
	}
	.c_table_01 table tbody tr th {
		border: 1px solid;
		background: #f7f7f7;
		vertical-align: top;
		padding: 3%;
		color: #000000;
		font-weight: bold;
		width: 100%;
		word-break: break-all;
		display: block;
		border-bottom: 0;
	}
	.c_table_01 table tbody tr td {
		border: 1px solid;
		vertical-align: top;
		padding: 3%;
		background: #fff;
		word-break: break-all;
		display: block;
	}
	.c_table_01 table tbody tr:not(:last-child) td {
		border-bottom: 0;
	}
}

/* =======================================
	★HOME
========================================== */
.hcover {
	background: #000;
}

.hcover .hcover_inner {
	position: relative;
	padding-bottom: 550px;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	background-position: center center;
	background-size: 2000px;
}

.hcover .hcover_inner .img_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 2000px;
}

.hh1 {
	display: none;
	font-size: 4.3rem;
	font-weight: bold;
	width: 86%;
	margin: 0 auto;
	position: absolute;
	color: #fff;
	top: 80px;
	background: #000;
	max-width: 1060px;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	left: -70%;
	z-index: 1;
}

.hh1 b {
	overflow: hidden;
	color: #fff;
	display: inline-block;
	float: right;
	padding: 0 5%;
	margin: 35px 0;
	line-height: 1.5;
}

.hh1 span {
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
	transition-timing-function: cubic-bezier(0.63, 0.24, 0.36, 0.91);
	position: relative;
	top: 180px;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.hh1 span em {
	color: red;
}

.ons .hh1 {
	left: 0;
}

.ons .hh1 b span {
	top: 0;
}

.slider_h .main_sinn > a {
	display: block;
}

.top_news_area {
	padding: 100px 0 150px;
}

.top_news_area .top_news_box > dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.top_news_area .top_news_box > dl > dt {
	border-right: solid 1px #c5c5c5;
	width: 30%;
	max-width: 200px;
}

.top_news_area .top_news_box > dl > dd {
	padding: 0px 10px 0 60px;
	width: 70%;
}

.top_news_area .btn_wrap {
	float: right;
}

.news_list_box a {
	display: block;
	margin-bottom: 5px;
	color: #222222;
}

.news_list_box a > dl > dt {
	float: left;
	width: 110px;
}

.news_list_box a > dl > dd {
	float: left;
}

.top_your_serect_area {
	padding-bottom: 400px;
}

.top_your_serect_area h2 {
	margin-bottom: 50px;
}

.your_btn_wp {
	max-width: 880px;
	margin: 0 auto;
}

.your_btn_wp > a {
	position: relative;
	padding-bottom: 158px;
	background-color: #eee;
}

.your_btn_wp > a .txt_box {
	position: absolute;
	font-size: 2.4rem;
	color: #fff;
	font-family: europa, sans-serif;
	width: 100%;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 1.3;
	bottom: 10px;
	text-shadow: 3px 3px 2px #3e3e3e;
}

.your_btn_wp > a .txt_box small {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	padding-left: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.your_btn_wp > a .ind_txt > strong {
	float: left;
}

.your_btn_wp > a .ind_txt .online_txt {
	float: right;
	font-size: 1.8rem;
	position: relative;
	top: 23px;
	border-bottom: solid 1px #eee;
}

.your_btn_wp > a:nth-of-type(1) {
	background-image: url(../image/top_corporation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.your_btn_wp > a:nth-of-type(2) {
	background-image: url(../image/top_Individual.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.top_brand_area {
	padding-bottom: 200px;
}

.top_brand_area .top_brand_bk {
	position: absolute;
	left: -1270px;
	max-width: 1260px;
	width: 80%;
	padding-bottom: 480px;
	background: #3e3e3e;
	top: -180px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform-origin: left;
	transform-origin: left;
	overflow: hidden;
}

.top_brand_area .top_brand_bk > img {
	content: "";
	position: absolute;
	display: block;
	opacity: 0;
	z-index: -1;
	right: 0%;
	max-width: unset;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.top_brand_area .top_brand_bk > img.on {
	opacity: 1;
	z-index: 1;
	right: 0;
}

.top_brand_area .top_brand_bk:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: #fefefe;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.top_brand_area .top_brand_bk::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 3;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.top_brand_area .top_brand_bk.isShow {
	left: 0;
}

.top_brand_area .top_brand_bk.isShow::before {
	right: -100%;
}

.top_brand_area .top_brand_bk.isShow::after {
	right: -100%;
}

.top_brand_area .top_brand_bk_box {
	width: 100%;
	height: 100%;
}

.top_brand_area .top_brand_list_wp {
	float: right;
	max-width: 1040px;
	width: 20%;
	background-image: url(../image/white_en.png);
	background-repeat: no-repeat;
	background-position: 1300px center;
	background-color: #f4f4f4;
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	position: relative;
	z-index: 3;
	right: -20%;
}

.top_brand_area .top_brand_list_wp.isShow {
	width: 60%;
	right: 0%;
	background-position: 600px center;
}

.top_brand_area .top_brand_list_box {
	max-width: 1000px;
	padding: 50px 70px 30px;
	position: relative;
	background: #f4f4f4;
	width: 100%;
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.top_brand_area .top_brand_list_box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -7px;
	width: 7px;
	height: 100%;
	background: #fff;
}

.top_brand_area .top_brand_list_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	width: 10px;
	height: 100%;
	background: #fff;
}

.top_brand_area .top_brand_list_box .tit02 {
	text-align: left;
	margin-bottom: 30px;
}

.top_brand_area .top_brand_list_box .tit02 b {
	display: inline-block;
	position: relative;
	padding: 0 60px 6px 0;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.top_brand_area .top_brand_list_box .tit02 b:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: -15px;
}

.top_brand_area .top_brand_list_box .tit02 b:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top_brand_area .top_brand_list {
	margin-bottom: 40px;
}

.top_brand_area .top_brand_list > li {
	position: relative;
	margin-bottom: 10px;
}

.top_brand_area .top_brand_list > li.on > a {
	color: #d61518;
}

.top_brand_area .top_brand_list > li.on > a:before {
	background: #d61518;
	border: solid 1px #6e6e6e;
}

.top_brand_area .top_brand_list > li.on .btn_wrap {
	display: block;
}

.top_brand_area .top_brand_list > li > a {
	position: relative;
	padding-left: 30px;
	color: #6e6e6e;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	opacity: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
}

.top_brand_area .top_brand_list > li > a:before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #6e6e6e;
	border: solid 1px #6e6e6e;
	position: absolute;
	top: 39%;
	left: 0%;
	-webkit-transform: translateY(50%) translateX(0%);
	transform: translateY(50%) translateX(0%);
}

.top_brand_area .top_brand_list > li .btn_wrap {
	display: none;
	float: right;
}

.top_brand_area .top_brand_list > li .btn_wrap a {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 30px 2px 5px;
}

.top_brand_area .top_brand_list_wp_inner .btn_wrap {
	text-align: right;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.isShow .top_brand_list_box {
	max-width: 540px;
	padding: 60px 70px 40px;
	position: relative;
	background: #f4f4f4;
}

.isShow .top_brand_list_box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -7px;
	width: 7px;
	height: 100%;
	background: #fff;
}

.isShow .top_brand_list_box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	width: 10px;
	height: 100%;
	background: #fff;
}

.isShow .top_brand_list_box .tit02 b {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.isShow .top_brand_list_box .top_brand_list > li.ons a {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.isShow .top_brand_list_box .btn_wrap {
	opacity: 1;
}

.top_item_list_area {
	padding-bottom: 230px;
}

.top_item_list_area .gaps {
	width: 86%;
}

.top_item_list_area .txt_box {
	max-width: 385px;
	width: 96%;
}

.top_item_list_area .txt_box .tit02 {
	text-align: left;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translate3d(-50px, 0px, 0px);
	transform: translate3d(-50px, 0px, 0px);
}

.top_item_list_area .txt_box p {
	margin-bottom: 50px;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	-webkit-transform: translate3d(-50px, 0px, 0px);
	transform: translate3d(-50px, 0px, 0px);
}

.top_item_list_area .txt_box .btn_wrap {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
	-webkit-transform: translate3d(50px, 0px, 0px);
	transform: translate3d(50px, 0px, 0px);
	text-align: right;
}

.top_item_list_area .txt_box.isShow .tit02 {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.top_item_list_area .txt_box.isShow p {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.top_item_list_area .txt_box.isShow .btn_wrap {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.top_item_list_area .img_box {
	overflow: hidden;
	position: absolute;
	top: 70%;
	left: 87%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.top_item_list_area .img_box div > img {
	width: auto;
	max-width: 600px;
}

.about_us_area {
	margin-bottom: 260px;
}

.about_us_area:after {
	content: "";
	text-align: center;
	display: block;
	width: 0%;
	height: 30px;
	background: #fff;
	position: absolute;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}

.about_us_area::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 80px;
	width: 100%;
	background: url(../image/bk_about_txt.png);
	height: 160px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.about_us_area .tit02 {
	margin: 0 auto 40px;
	max-width: 250px;
}

.about_us_area .tit03 {
	font-size: 2rem;
	text-align: center;
	color: #ff0004;
	font-weight: bold;
	margin: 0px 0 30px;
}

.about_us_area .txt_box {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	padding: 60px 0;
}

.about_us_area .txt_box p {
	margin-bottom: 50px;
}

.about_us_area .btn_wrap {
	padding-left: 20px;
}

.about_us_area .gaps {
	background-image: url(../image/about_us_txtbk.png);
	background-repeat: no-repeat;
	background-position: right 80px bottom 0px;
	position: relative;
	z-index: 2;
}

.about_us_area.isShow:after {
	width: 100%;
}

.top_access_area .top_access_wp {
	width: 54%;
}

.top_access_area .top_access_box {
	float: right;
	padding: 100px 30px;
	max-width: 680px;
	width: 90%;
}

.top_access_area .top_access_box h2 {
	text-align: left;
}

.top_access_area .top_access_box h2 b {
	font-size: 2.6rem;
}

.top_access_area .top_access_box h2 small {
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: 300;
}

.top_access_area .top_access_box .box01 {
	margin-bottom: 10px;
}

.top_access_area .top_access_box .box02 {
	margin-bottom: 40px;
}

.top_access_area .top_access_box .box02 p .tel_link {
	color: #222222;
}

.top_access_area .top_gmap_wp {
	max-width: 1080px;
	width: 58%;
	position: absolute;
	right: 0;
	top: 90px;
}

.top_access_area .top_gmap_wp .gmap_wrap {
	padding-bottom: 520px;
	width: 100%;
	position: relative;
}

.top_access_area .top_gmap_wp.isShow > div.efdiv {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.top_access_area .top_gmap_wp.isShow > div.efdiv::before {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.top_access_area .top_gmap_wp.isShow > div.efdiv::after {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* =======================================
	★UNDER 共通
========================================== */
.u_cover {
	padding-top: 60px;
}

.u_cover .u_cover_inner {
	background: #f4f4f4;
	padding: 200px 0 60px;
}

.u_cover .u_cover_inner::after {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.u_cover .u_cover_inner .txt_wrap {
	max-width: 1260px;
	width: 96%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	overflow: hidden;
}

.u_cover .u_cover_inner .txt_wrap .txt_wrap_inner {
	position: relative;
	left: -1000px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u_cover .u_cover_inner .txt_wrap h1 span {
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
	color: #222222;
	position: relative;
	font-family: europa, sans-serif;
	line-height: 1;
	padding-bottom: 15px;
}

.u_cover .u_cover_inner .txt_wrap h1 span b {
	display: block;
}

.u_cover .u_cover_inner .txt_wrap h1 span::after {
	position: absolute;
	bottom: 0;
	width: 330px;
	height: 1px;
	background: #707070;
	display: block;
	content: "";
}

.u_cover .u_cover_inner .img_wrap {
	z-index: 1;
	position: absolute;
	top: -60px;
	right: 0;
	max-width: 1340px;
	width: 72%;
	padding-bottom: 380px;
	overflow: hidden;
}

.u_cover .u_cover_inner .img_wrap::after {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.u_cover.isShow .u_cover_inner::after {
	width: 0;
}

.u_cover.isShow .u_cover_inner .txt_wrap .txt_wrap_inner {
	left: 0px;
}

.u_cover.isShow .img_wrap::after {
	width: 0;
}

.u_cover.u_cor2 {
	padding-top: 0;
}

.u_cover.u_cor2 .u_cover_inner {
	padding: 80px 0 20px;
	margin-bottom: 100px;
}

.about_us .u_cover .img_wrap {
	background-image: url(../image/about_us_cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.contact .u_cover .img_wrap {
	background-image: url(../image/contact_cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.corporate_c .u_cover .img_wrap {
	background-image: url(../image/corporate_c_cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.news .u_cover .img_wrap {
	background-image: url(../image/news_cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* =======================================
	★About us
========================================== */
.o_sanplus {
	position: relative;
	padding: 3%;
}

.about_us .about_us_area {
	margin-bottom: 0px;
}

.about_us .c_table_01 table {
	margin-bottom: 30px;
}

.about_us .c_table_01 tr {
	line-height: 1.5;
}

.about_us .c_table_01 tr small {
	display: block;
}

.about_us .c_table_01 tr th {
	width: 33%;
}

.about_us .c_table_01 tr td .tellink {
	color: #222222;
}

.about_us .c_table_01 tr.item_tr td small {
	display: inline-block;
}

.about_us .btn_wp {
	margin-top: 7px;
}

.about_us .img_wrap img {
	display: inline-block;
}

.about_us .sec05 {
	padding: 170px 0;
	margin-top: 300px;
}

.btn_maplink {
	color: #2854ae;
	font-weight: bold;
	display: inline-block;
}

.btn_maplink span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.btn_maplink span:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #2854ae;
	border-right: 1.5px solid #618be2;
	position: absolute;
	top: 45%;
	right: 0;
	margin: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.philosophy_area {
	background: url(../image/Philosophy_bk.png) no-repeat;
	background-position: center 70px;
	background-size: 500px;
	padding: 100px 0;
	margin-bottom: 70px;
}

.philosophy_area .tit_wp > em {
	font-size: 2rem;
}

.philosophy_area .tit02 b {
	font-size: 3.6rem;
	text-shadow: 1px 1px 5px #b9b9b9;
}

.philosophy_area .box {
	max-width: 785px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.8rem;
}

.philosophy_area .box p:not(:last-child) {
	margin-bottom: 15px;
}

.philosophy_area .box p {
	font-weight: bold;
}

.philosophy_area .box ul {
	margin-bottom: 20px;
	margin-left: 30px;
}

.philosophy_area .box ul li {
	font-weight: bold;
	font-size: 1.8rem;
}

.philosophy_area .tit_wp {
	max-width: 625px;
	width: 100%;
	margin: 0 auto 35px;
}

.o_08 dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.o_08 dl dt {
	float: left;
	width: 25%;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 2rem;
	letter-spacing: 0.2em;
	color: #00a0b4;
}

.o_08 dl dd {
	float: right;
	width: 75%;
	border-left: solid 1px #00a0b4;
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	padding: 0 0 60px 60px;
	position: relative;
}

.o_08 dl dd .imgBOX {
	float: right;
	max-width: 400px;
	width: 45%;
	margin: 10px 80px 20px 30px;
}

.o_08 dl dd::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00a0b4;
	left: -5px;
	top: 10px;
	position: absolute;
}

.o_08 dl dd .btn_link {
	color: #ff0000;
	position: relative;
}

.history_area {
	background: url(../image/history_area_bk.jpg) no-repeat;
	background-position: center;
	background-size: auto;
}

/* =======================================
	★Contact
========================================== */
.contact .u_cover .u_cover_inner .txt_wrap h1 span small {
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: inline-block;
	margin: 0 10px;
	font-size: 2.6rem;
}

.contact .u_cover .u_cover_inner .txt_wrap h1 span small::before,
.contact .u_cover .u_cover_inner .txt_wrap h1 span small::after {
	display: inline-block;
	content: "－";
}

.contact .zenbun_area .box p {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.contact .zenbun_area .box .tel_ei_wp {
	margin-bottom: 45px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.contact .zenbun_area .box .tel_ei_wp em .tel_link {
	font-weight: bold;
	font-size: 2.6rem;
	font-family: europa, sans-serif;
	color: #222222;
}

.contact .zenbun_area .btn_wp {
	margin-bottom: 70px;
}

.contact .zenbun_area .btn_wp .conflo_btn {
	overflow: hidden;
	position: relative;
	display: block;
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 190px;
	background: url(../image/contact_flowbtn.png) no-repeat;
	background-size: 100%;
	background-position: center center;
}

.contact .zenbun_area .btn_wp .conflo_btn .conflo_p {
	position: absolute;
	font-family: europa, sans-serif;
	top: 10px;
	left: 20px;
	text-shadow: 3px 3px 2px #3e3e3e;
}

.contact .zenbun_area .btn_wp .conflo_btn .conflo_p b {
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 1px;
	display: block;
	position: relative;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 5px;
	color: #fff;
	text-align: left;
}

.contact .zenbun_area .btn_wp .conflo_btn .conflo_p b::before {
	content: "";
	display: block;
	background-color: #ff0000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
}

.contact .zenbun_area .btn_wp .conflo_btn .conflo_p small {
	display: block;
	color: #a2a2a2;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: bold;
}

.contact .zenbun_area .btn_wp .conflo_btn .txt_box {
	position: absolute;
	bottom: 0;
	right: 8px;
	text-shadow: 3px 3px 2px #3e3e3e;
	line-height: 1;
}

.contact .zenbun_area .btn_wp .conflo_btn .txt_box strong {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding-bottom: 15px;
	color: #fff;
}

.contact .zenbun_area .btn_wp .conflo_btn .txt_box strong small {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: bold;
	margin: 0 10px;
	font-size: 1.2rem;
}

.contact .zenbun_area .sele_wp {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}

.contact .csele_tag {
	display: inline-block;
	margin: 0 10px;
	padding: 0 3px;
	color: #a2a2a2;
	font-size: 1.2rem;
}

/* =======================================
	★フォーム
========================================== */
.c_form01 {
	margin-bottom: 50px;
}

.c_form01 table {
	margin-bottom: 30px;
	width: 100%;
	/* IE */
	/* Edge */
}

.c_form01 table tbody tr {
	border-bottom: 1px solid #ccc;
}

.c_form01 table tbody tr th {
	vertical-align: top;
	padding: 25px;
	font-size: 1.6rem;
	color: #000000;
	font-weight: bold;
	width: 35%;
}

.c_form01 table tbody tr th span {
	margin-left: 10px;
}

.c_form01 table tbody tr td {
	vertical-align: top;
	padding: 25px;
}

.c_form01 table tbody tr td select {
	padding: 0;
	font-size: 14px;
	width: 400px;
	padding: 11px;
}

.c_form01 table tbody tr td label {
	margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
	padding: 5px 10px;
	font-size: 1.4rem;
	border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type="text"],
.c_form01 table .inp02 input[type="text"] {
	font-size: 1.4rem;
}

.c_form01 table .inp_txtarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	padding: 10px;
	width: 90%;
	height: 200px !important;
	border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
	color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
	color: #a9a9a9;
}

.c_form01 .kojin_wrap {
	padding: 25px;
	margin-bottom: 80px;
}

.c_form01 .kojin_wrap strong {
	margin-bottom: 5px;
	display: block;
}

.c_form01 .kojin_wrap > p {
	margin-bottom: 5px;
}

.c_form01 .kojin_wrap .txt_link {
	color: #6ac8ff;
}

.c_form01 .submit_wrap {
	margin-bottom: 5%;
	text-align: center;
}

.c_form01 .submit_wrap .submit {
	max-width: 340px;
	width: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	margin: auto;
	font-size: 1.8rem;
	cursor: pointer;
	background: #eee;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-shadow: 0 0 0 #fff;
}

input::-webkit-input-placeholder {
	color: #a9a9a9;
}

input:-ms-input-placeholder {
	color: #a9a9a9;
}

input::-ms-input-placeholder {
	color: #a9a9a9;
}

input::placeholder {
	color: #a9a9a9;
}

input.short {
	width: 25%;
}

input.middle {
	width: 50%;
}

input.long {
	width: 90%;
}

.hissu {
	padding: 3px 4px 2px 4px;
	background: #e7133b;
	border-radius: 4px;
	display: block;
	width: 40px;
	text-align: center;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.nini {
	padding: 3px 4px 2px 4px;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	width: 40px;
	text-align: center;
	float: right;
	color: #222;
	font-weight: bold;
	font-size: 11px;
}

.c_form01 .yubin_wp {
	margin-bottom: 10px;
}

.c_form01 .yubin_wp > em {
	display: inline-block;
	margin-right: 5px;
}

.c_form01 .adre_wp > input {
	margin-bottom: 5px;
}

/* =======================================
	★Corporate_c
========================================== */
/* =======================================
	★News
========================================== */
.news .news_list_area {
	padding: 150px 0 0;
}

.news .news_list_box {
	margin-bottom: 50px;
}

.news .news_list_box > a {
	display: block;
	margin-bottom: 10px;
	color: #222222;
	padding: 5px 10px;
	border-bottom: solid 1px #dadada;
}

.lr_xBox .main_xBox {
	float: left;
	width: 70%;
}

.lr_xBox .aside_xBox {
	float: right;
	width: 25%;
}

.lr_xBox .aside_xBox .box {
	border: solid 1px #707070;
	padding: 20px;
	margin-top: 40px;
}

.lr_xBox .aside_xBox .box h2 {
	border-left: solid 4px;
	padding-left: 7px;
	line-height: 1;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.archive_xBox > dl a {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 2px 10px;
	color: #222222;
}

.archive_xBox > dl dd {
	display: none;
}

.archive_xBox .newsall {
	margin: 0 0 5px;
	padding-left: 10px;
}

.archive_xBox .newsall a {
	color: #3cb7ff;
	font-weight: bold;
	display: inline-block;
}

.archive_xBox > dl dt a {
	background: #f4f4f4;
}

.icon_new {
	color: #d61518;
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-family: "europa";
	font-size: 1.2rem;
	position: relative;
	top: -6px;
}

/* =======================================
	★News_detail
========================================== */
.detaile_box {
	word-break: break-all;
}

.detaile_box h1,
.detaile_box h2,
.detaile_box h3,
.detaile_box h4,
.detaile_box h5,
.detaile_box h6,
.detaile_box b,
.detaile_box strong {
	font-weight: bold;
}

.detaile_box em {
	font-style: italic;
}

.news_detail .lr_xBox .aside_xBox .box {
	margin-top: 0;
}

.news_detail .news_detail_area .news_detaile_box {
	border: solid 1px #707070;
	padding: 40px;
	margin-bottom: 80px;
}

.news_detail .news_detail_area .news_detaile_box h2 {
	margin: 0 auto 5px;
}

.news_detail .news_detail_area .news_detaile_box h2 b {
	font-size: 2rem;
}

.news_detail .news_detail_area .date_txts {
	margin-bottom: 20px;
}

.news_detail .news_detail_area .date_txts span {
	display: inline-block;
}

/* =======================================
	★CORPORATE・C
========================================== */
.front_corp_area .boxn {
	float: right;
	width: 80%;
	max-width: 575px;
	position: relative;
	margin-top: 50px;
}

.front_corp_area .boxn::before {
	position: absolute;
	left: -530px;
	top: -30px;
	display: block;
	content: "";
	width: 490px;
	padding-bottom: 326px;
	background: url(../image/corporate_c_img.jpg) no-repeat;
	background-size: 100%;
	background-position: center center;
	-webkit-box-shadow: 100px -40px 0px #f4f4f4;
	box-shadow: 100px -40px 0px #f4f4f4;
}

.front_corp_area .boxn .txt_wp {
	position: relative;
	z-index: 2;
}

.front_corp_area .boxn .txt_wp .tit02_3 {
	margin-bottom: 30px;
}

.front_corp_area .boxn .txt_wp .tit02_3 small {
	display: block;
}

.flow_area {
	padding-bottom: 60px;
}

.flow_area .tit_wp {
	margin-bottom: 80px;
}

.flow_area .boxn ul li {
	position: relative;
	margin-bottom: 60px;
}

.flow_area .boxn ul li dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 585px;
	width: 96%;
	position: relative;
	padding-bottom: 60px;
	z-index: 2;
}

.flow_area .boxn ul li dl dt {
	margin-right: 5%;
	max-width: 200px;
	width: 35%;
}

.flow_area .boxn ul li dl dd {
	max-width: 350px;
	width: 60%;
	padding-top: 5px;
}

.flow_area .boxn ul li dl dd h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.flow_area .boxn ul li dl dd p {
	margin-bottom: 15px;
	font-size: 1.4rem;
}

.flow_area .boxn ul li dl dd .btn_wp {
	margin-bottom: 5px;
}

.flow_area .boxn ul li dl dd .btn_wp .c_btn01 {
	font-size: 1.4rem;
}

.flow_area .boxn ul li:nth-child(2n) dl {
	margin: 0 auto;
}

.flow_area .boxn ul li:nth-of-type(3)::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -70px;
	max-width: 1360px;
	width: 0;
	padding-bottom: 270px;
	background-color: #f4f4f4;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.flow_area .boxn ul li:nth-of-type(3) dl {
	float: right;
}

.flow_area .boxn ul li:nth-child(4n + 1)::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	max-width: 1360px;
	width: 0;
	padding-bottom: 300px;
	background-color: #f4f4f4;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.flow_area .boxn ul li.isShow:nth-of-type(3)::before {
	width: 90%;
}

.flow_area .boxn ul li.isShow:nth-child(4n + 1)::before {
	width: 90%;
}

.flow_area .boxn ul li:nth-child(1)::before {
	top: -55px;
}

.flow_area .boxn ul li:nth-child(5)::before {
	top: -70px;
}

.flow_area .boxn ul li:not(:last-child) dl::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12px 0 12px;
	border-color: #000000 transparent transparent transparent;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}

/* =======================================
	★BRAND
========================================== */
.view_list_wp h3 {
	margin-bottom: 2px;
	text-align: left;
	font-size: 2rem;
	padding-left: 10px;
}

.view_list_wp .btn_wp {
	position: relative;
	text-align: left;
	padding: 16px 10px 6px;
}

.view_list_wp .btn_wp a {
	display: inline-block;
	border: solid 1px #adadad;
	padding: 0px 13px;
	color: #696969;
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.view_list_wp .btn_wp a.ons {
	background: #d61518;
	color: #fff;
	border: solid 1px #d61518;
}

.view_list_wp .btn_wp::before,
.view_list_wp .btn_wp::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #f9f9f9;
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
}

.view_list_wp .btn_wp::before {
	top: 0;
	left: 0;
}

.view_list_wp .btn_wp::after {
	bottom: 0;
	left: 0;
}

.brand_detile_area .box {
	margin-bottom: 150px;
	padding-top: 50px;
}

.brand_detile_area .inner_cont .b_imgbox {
	margin-bottom: 10px;
}

.brand_detile_area .inner_cont .b_imgbox .img_wp {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 370px;
	margin-bottom: 20px;
}

.brand_detile_area .inner_cont .b_imgbox .img_wp a {
	display: block;
	width: 100%;
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.brand_detile_area .inner_cont .b_imgbox .img_wp a.ons {
	opacity: 1;
	z-index: 2;
}

.brand_detile_area .inner_cont .b_imgbox .img_wp a img {
	width: auto;
	max-width: unset;
}

.brand_detile_area .inner_cont .b_txt_box {
	padding-left: 70px;
	padding-top: 10px;
}

.brand_detile_area .inner_cont .b_txt_box h2 {
	font-family: europa, sans-serif;
	margin: 0 auto 10px;
	color: #222222;
}

.brand_detile_area .inner_cont .b_txt_box h2 b {
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.brand_detile_area .inner_cont .b_txt_box h2 em {
	font-style: normal;
}

.brand_detile_area .inner_cont .b_txt_box h2 small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #a2a2a2;
	font-size: 1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: bold;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	word-break: keep-all;
}

.brand_detile_area .inner_cont .b_txt_box h2 small::before,
.brand_detile_area .inner_cont .b_txt_box h2 small::after {
	content: "";
	height: 2px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #c3c3c3;
	width: 10px;
}

.brand_detile_area .inner_cont .b_txt_box h2 small::before {
	margin-right: 1rem;
}

.brand_detile_area .inner_cont .b_txt_box h2 small::after {
	margin-left: 1rem;
}

.brand_detile_area .inner_cont .b_txt_box .b_txt_box_in .brand_s {
	margin-bottom: 20px;
	display: inline-block;
}

.brand_detile_area .inner_cont .b_txt_box .b_txt_box_in h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.brand_detile_area .inner_cont .b_txt_box .b_txt_box_in p {
	margin-bottom: 5px;
}

.change_box_wp .boxox {
	display: none;
}

.change_box_wp .boxox.ons {
	display: block;
}

.categorise_area {
	margin-bottom: 150px;
}

.categorise_area .categi_box .cate_oya_box {
	margin-bottom: 10px;
	padding: 0 5px;
}

.categorise_area .categi_box .cate_oya_box a {
	font-weight: bold;
	font-size: 2rem;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-left: 20px;
	color: #000;
}

.categorise_area .categi_box .cate_oya_box a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #000000;
}

.categorise_area .categi_box .categi_ko_box {
	border-top: solid 1px #8a8a8a;
	border-bottom: solid 1px #8a8a8a;
	padding: 5px 5px;
	margin-bottom: 20px;
}

.categorise_area .categi_box .categi_ko_box a {
	font-size: 1.8rem;
	position: relative;
	color: #717171;
	display: inline-block;
	margin-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}

.categorise_area .categi_box .categi_ko_box a::before {
	display: block;
	content: "";
	position: absolute;
	top: 49%;
	left: 0%;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #636363 transparent transparent transparent;
}

.categorise_area .categi_box .categi_ko_box a.ons {
	color: #d61518;
}

.categorise_area .categi_box .categi_ko_box a.ons::before {
	border-color: #d61518 transparent transparent transparent;
}

.categorise_area .categi_cont {
	padding: 25px;
}

.categorise_area .categi_cont ul li {
	margin-bottom: 0%;
}

.categorise_area .categi_cont ul li .txt_wp h3 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 2rem;
}

.categorise_area .categi_cont ul li .txt_wp p {
	margin-bottom: 15px;
}

.categorise_area .categi_cont ul li .txt_wp .blogo_wp {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

.categorise_area .categi_cont ul li .txt_wp .btn_wp a {
	font-size: 1.4rem;
	display: inline-block;
	padding: 2px 30px 2px 10px;
	min-width: 120px;
	margin-bottom: 15px;
}

.categorise_area .categi_cont ul li .txt_wp .btn_wp a::after {
	right: 10px;
	width: 6px;
	height: 6px;
}

.categorise_area .categi_cont ul li > .img_wp {
	position: relative;
	width: 100%;
	padding-bottom: 230px;
	overflow: hidden;
}

.categorise_area .categi_cont ul li > .img_wp > img {
	width: 100%;
}

.itemlist_area {
	padding-bottom: 50px;
}

.itemlist_area .cl_wp {
	margin-bottom: 50px;
}

.itemlist_area .cl_wp a {
	display: block;
	color: #000;
	padding: 5px;
}

.itemlist_area .cl_wp a .img_wp {
	position: relative;
	width: 100%;
	padding-bottom: 200px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.itemlist_area .cl_wp a .img_wp > img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}

.itemlist_area .cl_wp a .txt_wp .price_txt {
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.itemlist_area .cl_wp a .txt_wp .price_txt span {
	display: inline-block;
	margin-right: 7px;
}

.itemlist_area .cl_wp a .txt_wp .price_txt small {
	font-size: 85%;
}

.itemlist_area .pager {
	text-align: right;
}

.d_inblock {
	display: inline-block;
}

.price_txt span {
	display: inline-block;
	margin-right: 7px;
}

.price_txt small {
	font-size: 85%;
}

.price_txt .price_waku {
	display: inline-block;
	background: #000;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	margin-right: 10px;
}

.change_box_wp2 > div {
	display: none;
}

.change_box_wp2 > div.ons {
	display: block;
}

.change_imgwp2 > img {
	opacity: 0;
	z-index: -1;
}

.change_imgwp2 > img.ons {
	opacity: 1;
	z-index: 1;
}

.zoom_wp::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background-color: #e6e6e6;
	background-image: url(../image/zoom_in_24_x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 10%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

/* =======================================
	★Privacy policy
========================================== */
.privacy h2 {
	color: #002265;
	margin-bottom: 40px;
}

.privacy h2 b {
	padding-left: 20px;
}

.privacy h2 b::before {
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	content: "";
	left: 0;
	background: #5ab1e7;
}

.privacy .inner_cont {
	padding-bottom: 10px;
}

.privacy .inner_cont .pp_txt {
	margin-bottom: 40px;
}

.privacy .vacy_box {
	margin: 0 0 70px;
}

.privacy .vacy_box b {
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}

.privacy .vacy_box p {
	margin: 0 0 30px;
}

/* =======================================
	★Item list
========================================== */
.seach_area {
	margin-bottom: 150px;
}

.seach_area .get_forms .form_box {
	padding: 40px 40px 30px;
}

.seach_area .get_forms .form_box .btn_wrap {
	margin: 0 0 -10px;
	text-align: right;
}

.seach_area .form_wrap {
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.seach_area .select_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.seach_area .select_box .spa_tit {
	display: inline-block;
	word-break: keep-all;
	margin-right: 20px;
	white-space: nowrap;
}

.seach_area .select_box .select_cont {
	background: #fff;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	float: right;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.seach_area .select_box .select_cont::before {
	right: 0px;
	left: unset;
	width: 35px;
	content: "";
	display: block;
	height: 35px;
	margin: auto;
	background: #565656;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 2;
}

.seach_area .select_box .select_cont::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	right: 12px;
	margin: auto;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	z-index: 2;
	top: 5px;
	-webkit-transform: translateY(50%) translateX(0%) rotate(135deg);
	transform: translateY(50%) translateX(0%) rotate(135deg);
}

.seach_area .select_box .select_cont select {
	padding: 7px 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: block;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	z-index: 3;
	background: rgba(255, 255, 255, 0);
}

.seach_area .select_box .select_cont input[type="text"] {
	padding: 7px 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 0px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.cyuki_txt {
	float: left;
	color: red;
	font-size: 90%;
	margin-top: 10px;
}

.select_box .select_cont.not_yy {
	background: rgba(255, 255, 255, 0);
}

.select_box .select_cont.not_yy::before,
.select_box .select_cont.not_yy::after {
	display: none;
}

option.def {
	color: #888;
}

label.sub_wrap {
	position: relative;
	background: #565656;
	display: inline-block;
	padding: 1px 35px;
	margin: 0 30px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

label.sub_wrap input[type="submit"] {
	background-color: rgba(255, 255, 255, 0);
	border: 0px;
	color: #fff;
	position: relative;
	left: -3px;
}

label.sub_wrap::after {
	content: "";
	display: block;
	background-image: url(../image/icon_seach_white.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	right: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

label.reset_wrap {
	background: #999999;
	float: right;
	padding: 1px 10px;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

label.reset_wrap input#resetbtn {
	background-color: rgba(255, 255, 255, 0);
	border: 0px;
	color: #fff;
	font-size: 1.4rem;
	padding: 0;
	cursor: pointer;
}

/* =======================================
	★Item detail
========================================== */
.disc2 {
	margin-left: 20px;
	list-style-type: disc;
}

.disc2 > li {
	list-style-type: disc;
}

.disc2 > li:not(:last-child) {
	padding-bottom: 5px;
}

.item_detail_area .brspan {
	display: inline-block;
	margin-right: 10px;
}

.item_detail_area .first_boxs {
	margin-bottom: 270px;
}

.item_detail_area .first_boxs .item_wpx {
	max-width: 450px;
	width: 40%;
}

.item_detail_area .first_boxs .item_wpx .moro_wp {
	margin-bottom: 400px;
}

.item_detail_area .first_boxs .item_wpx .moro_wp h2 {
	margin-bottom: 30px;
	border-bottom: solid 1px #b7b7b7;
}

.item_detail_area .second_box {
	margin-bottom: 100px;
}

.item_detail_area .second_box .hosoku_box {
	padding-right: 80px;
}

.item_detail_area .second_box .hosoku_box strong {
	background-color: #000;
	color: #fff;
	font-size: 1.8rem;
	padding: 3px 20px;
	display: block;
	margin-bottom: 30px;
}

.item_detail_area .second_box .color_vari_wp {
	padding-left: 30px;
	padding-top: 40px;
}

.item_detail_area .second_box .color_vari_wp h2 {
	margin-bottom: 15px;
}

.item_detail_area .second_box .color_vari_wp h2 b::before {
	width: 40px;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box {
	background: #f4f4f4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp {
	padding: 15px;
	width: 45%;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp strong {
	background: #ffffff;
	color: #060200;
	padding: 0px 15px;
	margin-bottom: 15px;
	display: inline-block;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp .chan_btn_wp {
	margin-bottom: 5px;
	overflow-y: auto;
	max-height: 150px;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp .chan_btn_wp li {
	margin-right: 20px;
	margin-bottom: 3px;
	font-size: 1.5rem;
	display: inline-block;
	word-break: keep-all;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp .chan_btn_wp li a {
	display: inline-block;
	position: relative;
	color: #060200;
	padding-left: 13px;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp .chan_btn_wp li a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	background-color: #060200;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp .chan_btn_wp li a.on {
	color: #d61518;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .txt_wp .chan_btn_wp li a.on:before {
	background-color: #d61518;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .chan_img_wp {
	width: 55%;
	position: relative;
	padding-bottom: 230px;
	overflow: hidden;
	background-color: #fff;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .chan_img_wp > div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .chan_img_wp > div.on {
	opacity: 1;
	z-index: 1;
}

.item_detail_area .second_box .color_vari_wp .color_vari_box .chan_img_wp > div > img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	margin: 0 auto;
}

.item_detail_area .third_box {
	margin-bottom: 150px;
}

.item_detail_area .third_box .slide_box {
	padding-right: 50px;
}

.item_detail_area .third_box .attention_box {
	border: solid 1px #707070;
	margin-left: 5px;
	padding: 20px;
	margin-bottom: 80px;
}

.item_detail_area .third_box .attention_box .img_wp {
	margin-bottom: 10px;
}

.item_detail_area .third_box .attention_box .at_tit {
	margin-bottom: 5px;
}

.item_detail_area .third_box .attention_box .detaile_box {
	font-size: 1.4rem;
}

.item_detail_area .third_box .form_boxz {
	max-width: 540px;
	margin: 0 auto;
	width: 96%;
}

.item_detail_area .third_box .form_boxz p {
	margin-bottom: 5px;
}

.item_detail_area .third_box .form_boxz .btn_wp a {
	display: inline-block;
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
	padding: 3px 30px;
	margin-right: 25px;
	margin-bottom: 15px;
}

.item_detail_area .third_box .form_boxz .btn_wp a span {
	font-size: 1.1rem;
	display: inline-block;
}

.item_detail_area .third_box .form_boxz .btn_wp a b {
	font-size: 2rem;
	display: block;
}

.item_detail_area .third_box .form_boxz .btn_wp .hou_btnx {
	background-color: #414141;
}

.item_detail_area .third_box .form_boxz .btn_wp .ko_btnx {
	background-color: #4e2d2d;
}

.item_detail_area .third_box .thumb-item {
	margin-bottom: 20px;
}

.item_detail_area .third_box .thumb-item .af_lis {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}

.item_detail_area .third_box .thumb-item .af_lis a {
	display: block;
	position: relative;
	padding: 0 0 74%;
	background: #fff;
	overflow: hidden;
}

.item_detail_area .third_box .thumb-item .af_lis a img {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 100%;
	max-height: 100%;
}

.item_detail_area .third_box .thumb-item-nav .af_lis_sum {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
}

.item_detail_area .third_box .thumb-item-nav .af_lis_sum a {
	display: block;
	position: relative;
	padding: 0 0 100%;
	background: #fff;
	overflow: hidden;
}

.item_detail_area .third_box .thumb-item-nav .af_lis_sum a img {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 100%;
	max-height: 100%;
}

.item_detail_area .gaps > .btn_wp {
	margin-bottom: 150px;
}

.item_detail_area .item_box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.item_detail_area .item_box dl dt {
	color: #000;
	font-size: 1.8rem;
	width: 120px;
	font-weight: bold;
}

.item_detail_area .item_box dl dd {
	color: #000;
	width: calc(100% - 120px);
}

.item_detail_area .item_box dl.product_box {
	margin-bottom: 7px;
}

.item_detail_area .item_box dl.product_box dt {
	font-size: 0;
}

.item_detail_area .item_box dl.product_box dt span {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	padding: 2px 10px;
	display: inline-block;
}

.item_detail_area .item_box dl.product_box dd {
	font-size: 1.2rem;
}

.item_detail_area .detail_wp {
	padding: 30px;
	background-color: #f4f4f4;
	margin-left: 20px;
}

.item_detail_area .detail_wp .d_tit {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	background-color: #c4c4c4;
	top: -10px;
	left: -20px;
	padding: 0 10px;
}

.item_detail_area .detail_wp .txt_box {
	font-size: 1.4rem;
}

.item_detail_area .detail_wp .txt_box ul {
	margin-bottom: 5px;
}

.item_detail_area .detail_wp .txt_box ul li {
	font-size: 1.4rem;
}

.item_detail_area .detail_wp .txt_box > .detail_box {
	font-size: 1.4rem;
}

.item_main_wp {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 470px;
	width: 60%;
	overflow: hidden;
}

.point_wpwp {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.point_wpwp .box01 {
	position: absolute;
	right: 0;
	top: 30px;
	max-width: 210px;
	width: 25%;
}

.point_wpwp .box01 .point_wp {
	margin-bottom: 30px;
}

.point_wpwp .box02 .point_wp {
	position: absolute;
	max-width: 210px;
	width: 25%;
}

.point_wpwp .box02 .point_wp.point_wp_04 {
	top: 0;
	right: 33%;
}

.point_wpwp .box02 .point_wp.point_wp_05 {
	top: 33%;
	left: 3%;
}

.point_wpwp .box02 .point_wp.point_wp_06 {
	top: 73%;
	right: 30%;
}

.point_wp .img_wp {
	position: relative;
	width: 100%;
	padding-bottom: 130px;
	overflow: hidden;
	margin-bottom: 3px;
}

.point_wp .img_wp img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.point_wp .point_txt {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 0 5px;
	margin-bottom: 3px;
}

.point_wp .txt_wp {
	color: #000;
}

.point_wp .txt_wp > strong {
	display: block;
	padding: 0 5px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.point_wp .txt_wp > p {
	font-size: 1.2rem;
}

/* =======================================
	★ONLINESHOP LIST
========================================== */
.onlineshop_list_area .cl_wpx a {
	position: relative;
	-webkit-box-shadow: 17px 10px 1px #d8d8d8;
	box-shadow: 17px 10px 1px #d8d8d8;
}

.onlineshop_list_area .cl_wpx a .on_title {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 40%;
	padding: 0px 20px;
	background: #fff;
	font-size: 3rem;
	font-weight: bold;
	display: block;
	color: #000;
	line-height: 1.5;
	border-left: solid 7px #ff6f6f;
	font-family: "Noto Sans JP";
}

.onlineshop_list_area .cl_wpx a .on_title span {
	position: relative;
}

.onlineshop_list_area .cl_wpx a .on_title span::after {
	display: block;
	content: "";
	background: url(../image/gaibulink.png) no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -26px;
	top: 10px;
}

/* ---------------------------------------------------------------------------
  ★ローディング
--------------------------------------------------------------------------- */
#is-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: #f4f4f4;
}

#is-loading .openning_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 400px;
	width: 70%;
}

.openning_logo img {
	opacity: 0;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	transition: -webkit-transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	transition: transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

@-webkit-keyframes imageBlur {
	0% {
		opacity: 0;
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		filter: blur(0px);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes imageBlur {
	0% {
		opacity: 0;
		-webkit-filter: blur(20px);
		filter: blur(20px);
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		filter: blur(0px);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.opif_wp {
	overflow: hidden;
	margin: auto;
	position: absolute;
	max-width: 1400px;
	width: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.opif_wp > video {
	width: 100%;
	height: 100%;
}

.opif_wp .close {
	width: 38px;
	height: 38px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
	display: block;
}

.opif_wp .close::before {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	z-index: 10;
}

.opif_wp .close::after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.movie_starts {
	display: block;
	color: #fff;
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 0;
	background: #000;
	padding: 10px 20px;
}

.movie_starts > span {
	position: relative;
	padding: 0 0 0 25px;
	display: inline-block;
}

.movie_starts > span::before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	top: 50%;
	left: 0%;
	position: absolute;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	background: url(../image/movie_saisei.png) no-repeat;
	background-size: 100%;
	background-position: center center;
}
