@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	vertical-align: top;
}

li {
	list-style-type: none;
	vertical-align: baseline;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*--------------------------------------
Base
---------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	min-width: 320px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-size: 1.4em;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 2rem;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	letter-spacing: 0.05em;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

a:hover {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.strong {
	font-weight: bold;
}

.f110 {
	font-size: 110%;
}

.f120 {
	font-size: 120%;
}

.f130 {
	font-size: 130%;
}

.f150 {
	font-size: 150%;
}

.f200 {
	font-size: 200%;
}

.f300 {
	font-size: 300%;
}

.gradation {
	background: -webkit-linear-gradient(to right, #e5033e, #b701b5, #4a02c2);
	background: linear-gradient(to right, #e5033e, #b701b5, #4a02c2);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

_:-ms-input-placeholder,
:root .gradation {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.cf::after {
	content: "";
	clear: both;
	display: block;
}

/*------------------------------------------
------------------------------------------
------------------------------------------
PC
------------------------------------------
------------------------------------------
------------------------------------------*/
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@media screen and (min-width: 600px) {
	body {
		width: 100%;
		min-width: 1000px;
		overflow-x: hidden;
		background: #ccc;
	}

	body.lower {
		padding: 128px 0 0;
		background: #122c41;
		background: -moz-linear-gradient(-45deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		background: -webkit-linear-gradient(-45deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		background: linear-gradient(135deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#122c41', endColorstr='#122b41', GradientType=1);
	}

	.sp,
	.sp_br {
		display: none !important;
	}



    /*--------------------------------------
Banner
---------------------------------------*/
#contents table.footer_common_parts .btn-web a {
	padding: .5rem;
	display: block;
	width: auto;
	margin: 0;
	font-weight: normal;
}

#contents table.footer_common_parts th {
	background: #16415a;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3f85bb;
}

#contents table.footer_common_parts td {
	background: #fff;
	color: #16415a;
	font-weight: bold;
	border: 1px solid #3f85bb;
	padding: 1.5rem 1rem;
}

#contents table.footer_common_parts .btn-web a::before {
	left: 10px
}
.b_banner{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
}
.b_banner a {
	background: #000 url(img/main.jpg) no-repeat left bottom;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 100px;
	padding: 40px 0;
	text-align: center;
	font-size: 3rem;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	border: 2px solid #3f85bb;
	transition: 0.3s ease all;
	box-sizing: border-box;
}

.b_banner a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.b_banner a span {
	font-size: 7rem;
	margin: 0 .25rem;
	color: #4092d1;
}

.b_banner a span.btn {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -28px;
	font-size: 1.5rem;
	line-height: 1.3;
	border: 1px solid #c7ae78;
	box-shadow: 2px 2px 0 #a68139, -2px 2px 0 #a68139, 2px -2px 0 #a68139, -2px -2px 0 #a68139;
	background: #a7823a;
	background: -moz-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: -webkit-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: linear-gradient(to right, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7823a', endColorstr='#a7823a', GradientType=1);
	padding: 1rem 2.2rem;
	transition: 0.2s ease all;
	text-align: center;
	color: #fff;
}

.b_banner a span.btn::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white.png) no-repeat left top;
}


    /*--------------------------------------
Header
---------------------------------------*/

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	display: table;
	border-bottom: 1px solid #4894ce;
	height: 84px;
	padding: 10px 0 10px;
}

header .logo {
	width: auto;
	font-weight: normal;
	font-size: 1rem;
	line-height: 2.8rem;
	padding: 0 0 0 50px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #ffffff;
}

header .logo_img {
	padding: 0 0 0 50px;
	position: absolute;
	left: 0;
	top: 40px;
	transition: 0.1s ease all;
}

header a:hover .logo_img {
	opacity: 0.6;
	color: #fff;
}

header .logo a {
	text-decoration: none;
}

header .logo a:hover {
	opacity: 0.6;
}

    /*--------------------------------------
Global Nav
---------------------------------------*/

header nav#navPc {
	padding: 0;
	display: block;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	line-height: 1;
	position: absolute;
	top: 36px;
	right: 0;
}

header nav#navPc ul {
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

header nav#navPc li {
	padding: 0 2rem;
	vertical-align: middle;
	width: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}

header nav#navPc li::after {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	background: #4c98d1;
	right: 0;
	top: 50%;
	margin-top: -10px
}

header nav#navPc li:last-child::after {
	display: none;
}

header nav#navPc li a {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}

header nav#navPc li a:hover {
	color: #4f99cc;
}

    /*--------------------------------------
　Pankuzu
---------------------------------------*/

#pankuzu {
	font-size: 13px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	width: 1000px;
}

#pankuzu a {
	color: #4ca0e0;
}

    /*--------------------------------------
Main Contents
---------------------------------------*/

#contents {
	width: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#index,
#category,
#page {
	margin: 0;
	padding: 0;
}

.maincol {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}

body.lower section.white {
	padding: 40px 60px;
	background: rgba(255, 255, 255, .85);
	border: 1px solid #3e82b9;
	color: #0d2537;
}

body.lower .maincol {
	padding: 0 0 100px;
}

    /*--------------------------------------
Footer
---------------------------------------*/

footer {
	margin: 0;
	padding: 0;
	background-color: #111;
}

footer .areaInner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

footer .areaInner .footBox {
	margin: 0 0 30px 0;
}

footer .areaInner .smap {
	margin: 0 0 50px 0;
}

footer .areaInner .footBox .sttl a {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

footer .areaInner .footBox .sttl a:hover {
	opacity: 0.7;
	text-decoration: none;
}

footer .areaInner .footBox .sttl a:before {
	content: "";
	display: inline-block;
	background: url(img/icon_arrow_white.png) no-repeat;
	background-size: contain;
	width: 1em;
	padding-top: 0.79em;
	position: relative;
	margin-left: 0.5em;
	opacity: 0.6;
}

footer .areaInner .footBox .sttl {
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	margin: 0 0 14px 0;
}

footer .footBox ul {
	padding: 0 20px;
}

footer .areaInner .footBox .accChild {
	padding: 0 30px;
	box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
	float: left;
	margin: 0 20px 0 0;
}

footer .areaInner .footBox .accChild li a {
	color: #fff;
	position: relative;
}

footer .areaInner .footBox .accChild li a:hover {
	opacity: 0.6;
}

footer .areaInner .footBox .accChild li a:before {
	content: "-";
	display: inline-block;
	background-size: cover;
	width: 0.8em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	opacity: 0.6;
}

footer .areaInner .footBox .accChild .subList {
	margin: 0 0 0 20px;
}

footer .areaInner .footBox .accChild .subList li {
	padding: 0 0 0 14px;
	display: block;
	float: none;
	margin: 0;
}

footer .areaInner .footBox .accChild .subList li a {
	background: none;
	padding: 0;
}

footer .areaInner .noticeArea {
	width: 100%;
	margin: 0 auto 50px;
	padding: 20px 26px;
	box-sizing: border-box;
	color: #ccc;
	background: rgba(255, 255, 255, .2);
}

footer .botArea {
	background: #000;
	border-top: solid 1px #333;
	color: #ccc;
}

footer p.copy {
	padding: 4px 0;
	font-size: 12px;
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #ccc;
}

footer a:hover {
	color: #C7AE6C;
}

    /*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	display: block;
	line-height: 1.2;
	text-align: center;
	border: solid 1px #3f85bb;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	color: #3f85bb;
	font-family: 'Neuton', serif;
}

#page-top:before {
	content: ">";
	font-family: 'Neuton', serif;
	font-size: 2rem;
	position: absolute;
	top: 10px;
	text-align: center;
	width: 100%;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: 0;
	right: 0;
}

#page-top:hover {
	text-decoration: none;
	opacity: 0.6;
}

    /*--------------------------------------
　btnFoot
---------------------------------------*/

#btnFoot {
	display: none !important;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */

/* ================== */
/*  PC共通パーツ　*/
/* ================== */


#index h2,
#category h1,
#page h1,
#contents p.sting {
	margin: 0 0 50px;
	padding: 0 0 40px;
	background: url(img/icon_sting_white.png) no-repeat center bottom;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.25;
	color: #fff;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#category h1,
#page h1 {
	margin-top: 3rem
}

#index h2 a,
#category h1 a,
#page h1 a {
	text-decoration: none;
	transition: .3s;
	color: #fff;
}

#index h3 a:hover,
#category h2 a:hover,
#page h2 a:hover {
	opacity: 0.7;
}

#index h3,
#category h2,
#page h2 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.4rem;
	padding-bottom: 10px;
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: linear-gradient(to right, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16415a', endColorstr='#16415a', GradientType=1);
	text-align: center;
	border: none;
	margin: 0 0 4.5rem;
	padding: 30px 20px;
	position: relative;
	color: #fff;
}

#category h2,
#page h2 {
	margin: 4rem 0 2rem
}

#index h3::before,
#category h2::before,
#page h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Lt.png) no-repeat left top, url(img/border_Lb.png) no-repeat left bottom;
	background-size: 15px 15px, 15px 15px;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#index h3::after,
#category h2::after,
#page h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Rt.png) no-repeat right top, url(img/border_Rb.png) no-repeat right bottom;
	background-size: 15px 15px, 15px 15px;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#index h4,
#category h3,
#page h3 {
	display: block;
	padding: 15px 30px;
	margin: 60px 0 10px;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 1.8rem;
	border-bottom: 1px solid #4ca0e0;
	background: rgba(255, 255, 255, 0.8);
}

#category h4,
#category h5,
#page h4,
#page h5 {
	padding: 0 0 0 10px;
	margin: 60px 0 10px;
	border-left: 3px double #4ca0e0;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 1.6rem;
}

#contents ul {
	margin: 20px 0;
	padding: 10px 0 10px 10px;
}

#contents ul li {
	box-sizing: border-box;
	min-height: 12px;
	padding: 0 0 3px 25px;
	background: url(img/icon_gear.png) no-repeat left 4px top 8px;
	line-height: 2;
	color: #0d2537;
}

#contents ul li a {
	color: #0d2537;
	text-decoration: underline;
}
#contents ul li a:hover {
	text-decoration: none;
}
#contents ol {
	margin: 20px 0 20px;
	padding: 10px 10px 0;
}

#contents ol li {
	padding: 0 0 3px 24px;
	list-style: none;
	position: relative;
	counter-increment: number;
}

#contents ol li::before {
	display: block;
	background-color: #122c41;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	font-size: 1.2rem;
}

#contents ol li:nth-child(-n + 9):before {
	content: counter(number);
}

#contents ol li:nth-child(n + 10):before {
	content: counter(number);
}

#contents dl {
	margin: 0 20px 20px;
}

#contents dl dt {
	font-weight: bold;
	margin: 30px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #4ca0e0;
}

#contents fieldset {
	margin: 0 0 30px;
	padding: 10px 20px 10px;
	border: 1px solid #4ca0e0;
	background: #fff;
}

#contents fieldset legend {
	color: #fff;
	padding: 10px 20px;
	background: #fff;
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: linear-gradient(to right, #16415a 0%, #1a4d6c 50%, #16415a 100%);
}

#contents fieldset p {
	margin: 0 0 10px;
}

#contents a:hover img {
	opacity: 0.7;
}

#contents p {
	margin: 0 0 10px;
	line-height: 2;
}


#contents p.right {
	float: right;
	margin: 20px 0 20px 20px;
}

#contents p.right,
.pc_right {
	float: right;
	text-align: center;
	font-size: 1.2rem;
	color: #ccc;
	line-height: 1.4;
	margin: 0 0 20px 40px;
}

#contents p.right img,
.pc_right img {
	margin: 0 auto 10px;
	display: block;
}

#contents p.left,
.pc_left {
	float: left;
	text-align: center;
	font-size: 1.2rem;
	color: #ccc;
	line-height: 1.4;
	margin: 0 40px 20px 0;
}

#contents p.left img,
.pc_left img {
	margin: 0 auto 10px;
	display: block;
}

#contents p.btcont {
	text-align: right;
}

#contents p.btcont a {
	background: #16415a;
	color: #ffff;
	font-size: 1.4rem;
	padding: 5px 10px;
}

#contents p.btcont a::before {
	content: "↑";
}

.notice {
	background: rgba(255, 255, 255, .6);
	padding: 30px 30px 10px;
	position: relative;
	color: #0d2537;
	margin: 0 0 20px;
}

.notice::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Lt.png) no-repeat left top, url(img/border_Lb.png) no-repeat left bottom;
	background-size: 20px 20px, 20px 20px;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

.notice::after {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Rt.png) no-repeat right top, url(img/border_Rb.png) no-repeat right bottom;
	background-size: 15px 15px, 15px 15px;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

.hyouban {
	margin: 2rem 0;
	border: 1px solid #ccc;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.85);
}

.hyouban span {
	font-weight: bold;
	color: #52a2df;
	display: inline-block;
	margin: 0 0 1rem;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents table {
	width: 100%;
	table-layout: fixed;
	margin: 30px auto 30px;
	padding: 0 48px;
	box-sizing: border-box;
}

#contents table th {
	width: 20%;
	padding: 14px 16px;
	background: #eee;
	color: #0d2537;
	border: 1px solid #aaa;
	line-height: 1.3;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}

#contents table td {
	line-height: 1.4;
	padding: 14px 20px;
	background: #fff;
	color: #0d2537;
	border: 1px solid #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	word-wrap: break-word;
}

/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption {
	margin: 8px 0 0;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.3;
	word-break: break-all;
	color: #999;
}

#contents p span {
	margin: 0;
	font-weight: bold;
	color: #4ca0e0;
}

#contents .rank {
	position: relative;
	margin: 0 0 14px;
	padding: 18px 10px 16px 0;
	border-bottom: 2px solid #ccc;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .rank_wrap {
	counter-reset: div;
	list-style: none;
	display: none;
}

#contents .rank:before {
	content: "";
	content: ""counter(div);
	counter-increment: div;
	background: url(img/flower04.png) 50% 50% no-repeat;
	background-size: 60px;
	padding: 16px 25px;
	margin: 0 10px 0 0;
	position: relative;
	top: -3px;
}

#contents .search {
	display: none;
	position: relative;
	margin: 40px 0 10px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .search:before {
	content: "おすすめ";
	display: block;
	background: #7fbdac;
	background-size: 18px auto;
	width: 200px;
	margin: 0 auto 14px;
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding: 3px 0
}

#contents .search:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 14px auto;
}

#contents .check {
	display: none;
	position: relative;
	margin: 40px 0 10px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .check:before {
	content: "CHECK";
	display: block;
	background: #bdaa5d;
	background-size: 18px auto;
	width: 200px;
	margin: 0 auto 14px;
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding: 3px 0;
}

#contents .check:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 14px auto;
}

#contents .point {
	display: none;
	position: relative;
	margin: 40px 0 10px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .point:before {
	content: "POINT";
	display: block;
	background: #d66784;
	background-size: 18px auto;
	width: 200px;
	margin: 0 auto 14px;
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding: 3px 0;
}

#contents .point:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 14px auto;
}

/* float-wrap */

#contents .float-wrap {
	margin: 20px 0;
	padding: 0;
}

#contents .float-wrap .float-img {
	width: 50%;
	margin: 0 auto 10px;
	text-align: center;
}

#contents .float-wrap img {
	width: 100%;
}

#contents .float-wrap p {
	margin: 10px 0;
	padding: 0;
}

#contents .float-wrap .fl {
	width: 340px;
	padding: 0 30px 10px 0;
	text-align: center;
}

#contents .float-wrap .fr {
	width: 340px;
	padding: 0 0 10px 30px;
	text-align: center;
}

#contents .float-wrap .center {
	width: 340px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

/* box-wrap */

#contents .box-wrap {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

#contents .box {
	padding: 40px 40px 60px;
	margin: 0 0 30px;
	width: calc(50% - 10px);
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	color: #000;
	position: relative;
	counter-increment: number;
	border: 1px solid #ccc;
}

#contents .box::before {
	content: counter(number, decimal-leading-zero);
	display: block;
	background-color: #3e83b9;
	width: 46px;
	height: 18px;
	padding: 6px 0 6px 24px;
	position: absolute;
	top: -8px;
	left: 40px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.3;
	font-size: 1.5rem;
	border-radius: 0;
}

#contents .box::after {
	content: "その";
	color: #fff;
	position: absolute;
	left: 56px;
	top: 0;
	font-size: 1rem;
}

#contents .box .permalink {
	display: none;
}

#contents .box .permalink:hover {
	background: rgba(255, 255, 255, 0.30);
}

#contents .left_box {
	margin-right: 20px;
}

#contents .right_box {
	float: right;
}

#contents .box .box-head {
	padding: 0 0 15px 0;
	margin: 0 0 20px;
	background: none;
	border-bottom: 1px solid #3e83b9;
	line-height: 1.5;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	text-align: left;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .box .box-head a {
	color: #0d2537;
	padding: 0 32px 0 0;
	display: block;
	background: url(img/icon_arrow_line.png) no-repeat right center;
	width: 100%;
	font-weight: bold;
}


#contents .box .box-head a:hover {
	opacity: 0.6;
	text-decoration: none;
}

#contents .box p {
	font-size: 13px;
	font-size: 1.3rem;
}

/* frame-wrap */

#contents .frame-wrap {}

#contents .inside {
	display: flex;
	justify-content: space-between;
}

#contents .frame {
	width: 31.5%;
	display: block;
	margin: 0 0 60px;
	padding: 40px 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.8);
}

#contents .frame-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents .frame .photoBox {
	margin: 0 0 18px 0;
	display: none;
}

#contents .frame .frame-head {
	font-size: 20px;
	font-weight: normal;
	color: #0d2537;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
	border: none;
	background: none;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .frame .frame-head::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 1px;
	background: #3e83b9;
	left: 50%;
	margin-left: -60px;
	top: auto;
	bottom: 0;
}

#contents .frame .frame-head p {
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	font-size: 2rem;
	text-align: center;
}

#contents .frame .frame-body {}

#contents .frame .frame-body p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}

/*  btns*/


#contents .btn-web a,
#contents .exlink a {
	box-shadow: 2px 2px 0 #a68139, -2px 2px 0 #a68139, 2px -2px 0 #a68139, -2px -2px 0 #a68139;
	border: solid 1px #cdbb7b;
	background: #a7823a;
	background: -moz-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: -webkit-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: linear-gradient(to right, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7823a', endColorstr='#a7823a', GradientType=1);
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 50px;
	margin: 40px auto;
	width: 55%;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6rem;
	text-decoration: none;
	position: relative;
	transition: 0.3s ease all;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 2;
}
#contents .btn-web a::after,
#contents .exlink a::after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#contents .btn-web a:hover::after,
#contents .exlink a:hover::after {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
#contents .btn-web a::before,
#contents .exlink a::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white.png) no-repeat left top;
}

#contents .btn-internal a,
#contents .intlink a,
a.top2,
a.top10 {
	display: block;
	text-align: center;
	width: 55%;
	margin: 40px auto 20px;
	background: #ccc;
	padding: 10px 20px 10px 50px;
	color: #fff;
	font-size: 1.6rem;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	outline: 2px solid #0a396b;
	border: solid 1px #fff;
	background: #0b1f2f;
	background: -moz-linear-gradient(left, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	background: -webkit-linear-gradient(left, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	background: linear-gradient(to right, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1f2f', endColorstr='#0b1f2f', GradientType=1);
	position: relative;
	line-height: 2;
	box-sizing: border-box;
	transition: .3s ease all;
}

#contents .btn-internal a::before,
#contents .intlink a::before,
a.top2::before,
a.top10::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white.png) no-repeat left top;
}

#contents .btn-internal a:hover,
#contents .intlink a:hover,
a.top2:hover,
a.top10:hover,
#contents .intlink2 a:hover {
	opacity: 0.6;
}

#contents .intlink2 a {
	display: block;
	color: #0d2537;
	text-align: center;
	font-weight: bold;
	width: 55%;
	margin: 10px auto;
	padding: 15px 50px;
	font-size: 16px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	outline: 2px solid #999;
	border: 1px solid #1a4d6c;
	background: #9b9b9b;
	background: -moz-linear-gradient(left, #9b9b9b 0%, #ededed 51%, #9b9b9b 100%);
	background: -webkit-linear-gradient(left, #9b9b9b 0%, #ededed 51%, #9b9b9b 100%);
	background: linear-gradient(to right, #9b9b9b 0%, #ededed 51%, #9b9b9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#9b9b9b', GradientType=1);
	position: relative;
}

#contents .intlink2 a::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_black.png) no-repeat left top;
	background-size: contain;
}

#contents .intlink2 a:hover{
	opacity: 0.6;
	text-decoration: none;
}

#contents .btn-link {
	margin: 20px 0;
	text-align: right;
}

#contents .btn-link a {
	color: #000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.6rem;
	text-decoration: underline;
	padding: 0 1.6rem 0 0;
	background: url(img/icon_arrow_black.png) no-repeat right center;
}

#contents .btn-link a:hover {
	text-decoration: none;
}

/* addParts01 */
.addParts01 {
	margin: 0 -100%;
	padding: 30px 100%;
	background: url(img/bg_luxury.png) repeat #dbcca1;
	min-width: 1000px;
}

.addParts01 .addBox {
	width: 1000px;
	margin: 0 auto;
}

#contents .addParts01 ul.slider {
	padding: 0;
	margin: 0 0 30px 0;
}

#contents .slick-dots {
	margin: 0;
	padding: 0;
	bottom: -55px !important;
}

#contents .addParts01 ul li {
	background: none;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	padding-left: 1px;
}

#contents .addParts01 ul li:before,
#contents .addParts02 ul li:before,
#contents .addParts03 ul li:before,
#contents .addParts04 ul li:before,
#contents .addParts05 ul li:before {
	content: "";
	display: inherit;
}

.addParts01 ul li a {
	text-decoration: none;
	position: relative;
}

.addParts01 ul li a:after {
	position: absolute;
	right: 4px;
	bottom: 3px;
	display: block;
	content: "";
	border-bottom: 14px solid #3a2c21;
	border-left: 14px solid transparent;
	opacity: 0.8;
}

.addParts01 ul li .thumb {
	width: 100%;
	position: relative;
	height: 150px;
	overflow: hidden;
}

.addParts01 ul li .thumb img {
	width: 110%;
	height: 110%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

.slick-dots {
	bottom: -35px !important;
}

.slick-dots li {
	width: 8px !important;
	height: 8px !important;
}

.slick-dots li button::before {
	content: '' !important;
	line-height: 1;
	width: 8px !important;
	height: 8px !important;
	background: #fff;
	border-radius: 10px;
}

.addParts01 ul li dl {
	background-color: #F9F4E4;
	color: #333;
	box-sizing: border-box;
	padding: 1.5em;
}

.addParts01 ul li:nth-child(odd) dl {
	background-color: #F1E6C1;
}

.addParts01 ul li dl dt {
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: bold;
	color: #3a2c21;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.addParts01 ul li dl dd {
	line-height: 1.4;
	text-align: justify;
}

.addParts01 ul li dl dd:before {
	content: "";
	display: block;
	width: 100%;
	background: #CEBC7C;
	height: 1px;
	margin: 0.8em 0;
}

.addParts01 .addBox p {
	margin: 0;
	padding: 0 30px 8px;
}

#contents .addParts01 .addBox .btn-internal {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 15px;
	text-align: center;
}

.addParts01 .addBox .btn-internal a {
	text-decoration: none;
	padding: 1em 5em;
	font-size: 16px;
	font-size: 1.6rem;
	background: #3a2c21;
	color: #fff;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
}

.addParts01 .addBox .btn-internal a:hover {
	background: #fff;
	color: #7F160E;
}

.addParts01 .addBox .btn-internal a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.slick-prev {
	width: 40px !important;
	height: 40px !important;
	left: -50px !important;
}

.slick-next {
	width: 40px !important;
	height: 40px !important;
	right: -50px !important;
}

.slick-prev:before,
.slick-next:before {
	display: none !important;
}

.slick-prev::before {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.slick-next:before {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

/* addParts02 */
.addParts02 {
	width: 100%;
	position: relative;
	background: url(img/bg_addparts02.jpg) no-repeat center bottom #000011;
	background-size: cover;
	min-width: 1000px;
	margin-left: calc(((100vw - 1000px) / 2) * -1);
	margin-right: calc(((100vw - 1000px) / 2) * -1);
	padding: 80px calc((100vw - 1000px) / 2);
}

.addParts02:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.addParts02 .addBox {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.addParts02 .addBox .sttl {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: -webkit-linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	background: linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto 2em;
}

_:-ms-input-placeholder,
:root .addParts02 .addBox .sttl {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.addParts02 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.666%;
	margin: 1.1em auto;
}

#contents .addParts02 ul {
	margin: 0;
	padding: 0;
}

#contents .addParts02 ul li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 30px 15px;
	text-align: left;
	margin: 0;
}

.addParts02 .addBox ul li:nth-child(odd) {
	padding: 0 15px 30px 0;
}

.addParts02 .addBox ul li a {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.15);
	display: block;
	box-sizing: border-box;
	padding: 20px;
	transition: .3s;
}

.addParts02 .addBox ul li a:hover {
	background: rgba(255, 255, 255, 0.35);
}

.addParts02 .addBox ul li a dl dt {
	font-size: 1.8rem;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	box-sizing: border-box;
	padding: 0 3em 0 0;
	position: relative;
	color: #D3AB41;
	margin-bottom: 0.7em;
}

.addParts02 .addBox ul li a dl dt:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts02 .addBox ul li a dl dd {
	padding: 0 0 0 95px;
	box-sizing: border-box;
	text-align: justify;
}

.addParts02 .addBox ul li:nth-child(1) a dl dd {
	background: url(img/addparts01.png) no-repeat left top;
	background-size: 80px auto;
}

.addParts02 .addBox ul li:nth-child(2) a dl dd {
	background: url(img/addparts02.png) no-repeat left top;
	background-size: 80px auto;
}

.addParts02 .addBox ul li:nth-child(3) a dl dd {
	background: url(img/addparts03.png) no-repeat left top;
	background-size: 80px auto;
}

.addParts02 .addBox ul li:nth-child(4) a dl dd {
	background: url(img/addparts04.png) no-repeat left top;
	background-size: 80px auto;
}

#contents .addParts02 .addBox .btn-internal {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 15px;
	text-align: center;
}

.addParts02 .addBox .btn-internal a {
	text-decoration: none;
	padding: 1em 5em;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #3a2c21;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
	color: #fff;
	border: solid 1px #cdbb7b;
}

.addParts02 .addBox .btn-internal a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

/* addParts03 */
.addParts03 {
	margin: 0 -100%;
	padding: 80px 100%;
	min-width: 1000px;
	width: 100%;
	/*background: url(img/bg_luxury.png) repeat #ded8d2;*/
	background: url(img/bg_addparts03.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.addParts03 .addBox {
	width: 1000px;
	margin: 0 auto;
}

.addParts03 .addBox .sttl {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #3a2c21;
	display: inline-block;
	margin: 0 auto 1em;
}

.addParts03 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.766%;
	margin: 1.5em auto;
}

#contents .addParts03 .addBox ul {
	margin: 0;
	padding: 0;
}

.addParts03 .addBox ul li {
	width: 25%;
	float: left;
}

.addParts03 .addBox ul li a {
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	padding: 30px 15px;
	transition: .2s;
	border: solid 1px rgba(0, 0, 0, 0);
	color: #333;
}

.addParts03 .addBox ul li a:hover {
	background: rgba(255, 255, 255, 0.6);
	border: solid 1px #cdbb7b;
}

.addParts03 .addBox ul li a .thumb {
	width: 50%;
	margin: 0 auto 20px;
	border-radius: 100px;
}

.addParts03 .addBox ul li a dl dt {
	font-weight: bold;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.7rem;
	line-height: 1.3;
	padding: 0.8em 0;
}

.addParts03 .addBox ul li a dl dd {
	text-align: left;
	margin-top: 1em;
	text-align: justify;
	line-height: 1.4;
}

/* addParts04 */
.addParts04 {
	margin: 0 -100%;
	padding: 80px 100%;
	min-width: 1000px;
	width: 100%;
	background: url(img/bg_luxury.png) repeat #131134;
	text-align: center;
	position: relative;
}

.addParts04:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.70);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.addParts04 .addBox {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.addParts04 .addBox .sttl {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: -webkit-linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	background: linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto 2em;
}

_:-ms-input-placeholder,
:root .addParts04 .addBox .sttl {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.addParts04 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.666%;
	margin: 1.1em auto;
}

#contents .addParts04 .addBox ul {
	margin: 0;
	padding: 0;
}

#contents .addParts04 .addBox ul li {
	width: 50%;
	float: left;
	padding: 0 15px 0 0;
	box-sizing: border-box;
}

#contents .addParts04 .addBox ul li:nth-child(even) {
	padding: 0 0 0 15px;
}

.addParts04 .addBox ul li .thumb {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
}

.addParts04 .addBox ul li .thumb:before {
	content: "";
	display: block;
	width: 100%;
	height: 101%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.addParts04 .addBox ul li .thumb img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.addParts04 .addBox ul li .thumb .ttl {
	position: absolute;
	width: 100%;
	z-index: 3;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.3;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding: 0 5em;
	top: 50%;
	margin-top: -2rem;
	background: rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}

.addParts04 .addBox ul li p {
	text-align: left;
}

#contents .addParts04 .addBox .btn-internal {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0 0;
	text-align: center;
}

#contents .addParts04 .addBox .btn-internal a {
	text-decoration: none;
	padding: 1em 5em;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #3a2c21;
	color: #fff;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1;
	border: solid 1px #cdbb7b;
}

#contents .addParts04 .addBox .btn-internal a:hover {
	background: #fff;
	color: #7F160E;
}

#contents .addParts04 .addBox .btn-internal a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

/* addParts05 */
.addParts05 {
	margin: 0 -100%;
	padding: 80px 100%;
	min-width: 1000px;
	width: 100%;
	background: #111;
	text-align: center;
	position: relative;
}

.addParts05 .addBox {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.addParts05 .addBox .sttl {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: -webkit-linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	background: linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto 2em;
}

_:-ms-input-placeholder,
:root .addParts05 .addBox .sttl {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.addParts05 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.666%;
	margin: 1.1em auto;
}

.addParts05 .addBox .left_box {
	width: 50%;
	float: left;
}

.addParts05 .addBox .left_box .thumb {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
	box-sizing: border-box;
	overflow: hidden;
}

.addParts05 .addBox .left_box .thumb:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.addParts05 .addBox .left_box .thumb img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.addParts05 .addBox .left_box .thumb .ttl {
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 3;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.3;
	font-size: 1.8rem;
	box-sizing: border-box;
	margin-top: -1rem;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	padding: 1em 3em 1em 1em;
	text-align: left;
}

.addParts05 .addBox .left_box .thumb .ttl:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts05 .addBox .left_box p {
	text-align: left;
}

.addParts05 .addBox .left_box p.ttl {
	font-size: 1.6rem;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;







	line-height: 1.3;
	margin: 1em 0 0.6em;
	color: #fbdf93;
	display: none;
	position: relative;
}

.addParts05 .addBox .right_box {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	height: 400px;
	overflow: hidden;
}

.addParts05 .addBox .right_box ul {
	height: 400px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 30px 0 0;
	position: relative;
	margin: 0 !important;
}

.addParts05 .addBox .right_box ul li a {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 40px 10px 0;
	border-bottom: dashed 1px #666;
	color: #fff;
	display: block;
	text-decoration: none;
	transition: .3s;
	position: relative;
}

.addParts05 .addBox .right_box ul li a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts05 .addBox .right_box ul li a:hover {
	background: rgba(255, 255, 255, 0.15);
}

.addParts05 .addBox .right_box ul li a dl {
	display: table;
	width: 100%;
}

.addParts05 .addBox .right_box ul li a dl dt {
	/*	display: table-cell;*/
	vertical-align: middle;
	width: 100px;
	box-sizing: border-box;
}

.addParts05 .addBox .right_box ul li a dl dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 1.5rem;
}

}

@media (min-width: 600px) and (max-width: 1000px) {
	.addParts02 {
		margin-left: 0;
		margin-right: 0;
		padding: 80px 0;
	}
}

@media screen and (max-width: 599px) {

	.pc,
	.pc_br,
	.spHide {
		display: none !important;
	}

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	body.lower {
		background: #122c41;
		background: -moz-linear-gradient(-45deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		background: -webkit-linear-gradient(-45deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		background: linear-gradient(135deg, #122c41 0%, #122c41 20%, #0d2234 40%, #122c41 60%, #0d2234 80%, #122b41 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#122c41', endColorstr='#122b41', GradientType=1);
	}

    /*--------------------------------------
Header
---------------------------------------*/

header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	display: table;
	border-bottom: 1px solid #4ca0e0;
}

header .logo {
	font-weight: normal;
	font-size: 1rem;
	text-align: center;
	line-height: 1.6rem;
	padding: 0 0 5px;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #ffffff;
	box-sizing: border-box;
	background: #000;
	border-bottom: 1px solid #555;
	padding: 2px;
	margin: 0 0 10px;
}

header .logo_img {
	width: 250px;
	padding: 0 0 10px 15px;
}

/*spナビゲーション*/

#sp_nav {
	position: fixed;
	top: 0;
	right: -100%;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: #0d2537;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
}

/* 以下装飾など */
#sp_nav ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px #1a4d6c;
}

#sp_nav li+li {}

#sp_nav li {
	border-bottom: solid 1px #1a4d6c;
	list-style: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	display: block;
	padding: 5px;
	vertical-align: middle;
	color: #fff;
}

#sp_nav li a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_white_sp.png) no-repeat;
	background-size: contain;
	width: 1em;
	padding-top: 0.79em;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.4em;
}

#sp_nav li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 35px 12px 16px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 1.3;
}

#menuBtn {
	position: fixed;
	top: 25px;
	right: 12px;
	width: 35px;
	height: 35px;
	outline: none;
	border: none;
	background: url(img/menu_open.png) center no-repeat;
	background-size: 20px auto;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

body.open #menuBtn {
	right: 10px;
	width: 35px;
	height: 35px;
	background: url(img/menu_close.png) center no-repeat;
	background-size: 20px auto;
	z-index: 1000;
}

body.open {
	height: inherit !important;
}

body.open #layer {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	z-index: 900;
	overflow: hidden;
}


#sp_nav .collapsible>a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_white_sp.png) no-repeat;
	background-size: contain;
	width: 1em;
	padding-top: 0.79em;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.4em;
}

#sp_nav li .waSlideMenu-back a {
	padding: 10px 30px 10px 44px;
}

#sp_nav li .waSlideMenu-back a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_white_sp.png) no-repeat;
	background-size: contain;
	width: 1em;
	padding-top: 0.79em;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -0.4em;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#sp_nav .upBan {

	box-sizing: border-box;
	padding: 6px;
	position: absolute;
	top: 0;
	height: auto;
}

#sp_nav .upBan a {
	display: block;
	background: #d3ab41;
	color: #130f06;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6rem;
	display: block;
	padding: 4px;
	vertical-align: middle;
	color: #fff;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	height: auto;
	text-decoration: none;
	line-height: 1.6;
	color: #130f06;
	box-sizing: border-box;
	font-weight: bold;
}

#sp_nav .upBan a:after {
	position: absolute;
	right: 4px;
	bottom: 4px;
	display: block;
	content: '';
	border-bottom: 15px solid #130f06;
	border-left: 15px solid transparent;
}

#sp_nav .upBan a span {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	background: #130f06;
	color: #d3ab41;
	display: inline-block;
	line-height: 1;
	padding: 3px 6px 2px;
	margin-bottom: 5px;
	position: absolute;
	top: 4px;
	left: 4px;
}

#sp_nav .upBan a p {
	box-sizing: border-box;
	padding: 24px 10px 0;
}

#navPc {
	display: none;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

    /*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
	overflow: auto;
	white-space: nowrap;
}

#pankuzu {
	box-sizing: border-box;
	width: 100%;
	padding: 6px 10px 8px;
	font-size: 11px;
	font-size: 1.1rem;
}

#pankuzu a {
	color: #4ca0e0;
}

    /*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
	position: fixed;
	bottom: 4px;
	right: 4px;
	z-index: 1000;
	display: block;
	line-height: 1.2;
	text-align: center;
	border: solid 1px #4ca0e0;
	padding: 30px 10px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	color: #4ca0e0;
	font-family: 'Neuton', serif;
	font-size: 80%;
}

#page-top:before {
	content: ">";
	font-family: 'Neuton', serif;

	font-size: 2rem;
	position: absolute;
	top: 5px;
	text-align: center;
	width: 100%;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: 0;
	right: 0;
}

#page-top:hover {
	background: rgba(0, 0, 0, 1);
	text-decoration: none;
}

    /*--------------------------------------
　btnFoot
---------------------------------------*/

#btnFoot {
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: url(img/arrow_bla.png) 96% 50% no-repeat, url(img/flower06.png) center bottom -6px no-repeat, rgba(255, 255, 255, 0.9);
	background-size: 6px, 86%;
	border: 2px solid #9ec6bb;
	display: block;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
}

    /*--------------------------------------
Footer
---------------------------------------*/

footer {
	margin: 0;
	box-sizing: border-box;
	padding: 15px 0;
	background-color: #050913;
}

footer .areaInner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

footer .areaInner .footBox {
	margin: 0;
}

footer .areaInner .smap {
	margin: 0 0 40px 0;
}

footer .areaInner .footBox .sttl a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 0.8em 40px .8em 15px;
	box-sizing: border-box;
	transition: 0.2s all ease;
}

footer .areaInner .footBox .sttl a:after {
	content: "";
	display: inline-block;
	background: url(img/icon_arrow_white_sp.png) no-repeat;
	background-size: contain;
	width: 1em;
	padding-top: 0.79em;
	position: absolute;
	margin-left: 0.5em;
	opacity: 0.6;
	right: 15px;
	top: 50%;
	margin-top: -0.38em;
}

footer .areaInner .footBox .sttl.open a {
	border-bottom: 1px dashed #aeaeae;
}

footer .areaInner .footBox .sttl {
	padding: 0;
	margin: 0;
}

footer .areaInner .footBox .accChild {
	display: none;
	padding: 0;
	box-sizing: border-box;
}

footer .areaInner .footBox .accChild li {
	float: none;
}

footer .areaInner .footBox .accChild li a {
	display: block;
	padding: 0.8em 40px .8em 30px;
	background: url(img/arrow_bla.png) 97% 50% no-repeat;
	background-size: 6px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

footer .areaInner .footBox .accChild li a::after {
	content: "";
	display: inline-block;
	background: url(img/icon_arrow_white_sp.png) no-repeat;
	background-size: contain;
	width: 1em;
	padding-top: 0.79em;
	position: absolute;
	margin-left: 0.5em;
	opacity: 0.6;
	right: 15px;
	top: 50%;
	margin-top: -0.38em;
}

footer .areaInner .footBox .accChild .subList li a {
	padding: 10px 10px 10px 30px;
}

footer .areaInner .footBox .accChild li:after {
	content: "";
}

footer .areaInner .footBox .accChild li:last-child:after {
	content: "";
}

footer .areaInner .noticeArea {
	width: 90%;
	margin: 0 5% 30px;
	padding: 15px;
	box-sizing: border-box;
	color: #ccc;
	background: #373a42;
	text-align: left;
	font-size: 1.2rem;
}

footer .botArea {
	background: #000;
	border-top: solid 1px #333;
	color: #ccc;
}

footer p.copy {
	padding: 4px 0;
	font-size: 12px;
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #ccc;
}

/* ================== */
/*  SP共通パーツ　*/
/* ================== */

#index,
#category,
#page {
	padding: 0;
	box-sizing: border-box;
}

body.lower section.white {
	padding: 0 10px 10px;
	margin: 0 10px;
	background: rgba(255, 255, 255, .85);
	border: 1px solid #3e82b9;
	color: #0d2537;
}

body.lower .maincol {
	padding: 0 0 30px;
}

/* ================== */
/*  バナー　*/
/* ================== */
.bnr03 {
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: linear-gradient(to right, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16415a', endColorstr='#16415a', GradientType=1);
	padding: 1rem 0;
	margin: 0 1rem 1rem;
}

#contents .bnr03 p.rankttl,
header .bnr03 p.rankttl{
	background: #0b2132;
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px;
	line-height: 1.3;
	color: #fff;
	background: url(img/icon_sting_white.png) no-repeat center bottom / 110px auto;
	font-size: 2.0rem;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bnr03 .ranking {
	margin: 0 1rem 1rem;
	padding: 0 .5rem .5rem calc(36% + 1rem);
	text-decoration: none;
	display: block;
}

.bnr03 .ranking.no1 {
	background: url(img/kanaru_club_caotion.png) no-repeat -1% -1%, linear-gradient(to bottom, #fff 0%, #fff 60%, #c9c9c9 100%);
	-webkit-background-size: 140px 120px, auto;
	background-size: 41% auto, auto;
}

.bnr03 .ranking.no2 {
	background: url(img/thumb02.png) no-repeat -1px -1px, linear-gradient(to bottom, #fff 0%, #fff 60%, #c9c9c9 100%);
	-webkit-background-size: 140px 120px, auto;
	background-size: 41% auto, auto;
}

.bnr03 .ranking.no3 {
	background: url(img/thumb03.png) no-repeat -1px -1px, linear-gradient(to bottom, #fff 0%, #fff 60%, #c9c9c9 100%);
	-webkit-background-size: 140px 120px, auto;
	background-size: 41% auto, auto;
}

#contents .bnr03 .ranking p.name,
   header .bnr03 .ranking p.name{
	border-bottom: 1px solid #e6d7b8;
	padding: 10px 10px 4px;
	margin: 10px 0 5px;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

#contents .bnr03 .ranking .btn-web,
 header .bnr03 .ranking .btn-web{
	margin: 0;
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	color: #3e83b9;
	line-height: 1;
	margin: 5px 0 0;
}

#contents .bnr03 .ranking .btn-web a,
    header .bnr03 .ranking .btn-web a {
	margin: 5px auto;
	padding: 5px 20px;
	font-size: 1.4rem;
}

.bnr03 .ranking .name img {
	position: relative;
	top: -2px;
	left: -2px;
}

#contents .bnr03 .ranking p,
    header .bnr03 .ranking p{
	color: #e4c686;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 1.1;
}


.b_banner a {
	background: #000 url(img/main.jpg) no-repeat left bottom;
	background-size: contain;
	display: block;
	align-items: center;
	justify-content: center;
	width: 90%;
	padding: 15px 10px 26px;
	margin: 10px auto 30px;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0 0 2px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000;
	font-size: 4.5vw;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	border: 2px solid #3f85bb;
	transition: 0.3s ease all;
	box-sizing: border-box;
}

.b_banner a:hover {
	text-decoration: none;
}

.b_banner a span {
	font-size: 3rem;
	position: relative;
	display: block;
}


.b_banner a span.btn {
	display: block;
	position: absolute;
	width: 140px;
	left: 50%;
	margin-left: -92px;
	bottom: -20px;
	margin-top: -28px;
	font-size: 1.5rem;
	line-height: 1.3;
	text-shadow: none;
	border: 1px solid #c7ae78;
	box-shadow: 2px 2px 0 #a68139, -2px 2px 0 #a68139, 2px -2px 0 #a68139, -2px -2px 0 #a68139;
	background: #a7823a;
	background: -moz-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: -webkit-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: linear-gradient(to right, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7823a', endColorstr='#a7823a', GradientType=1);
	padding: 0.8rem 2.2rem;
	transition: 0.2s ease all;
	text-align: center;
	color: #fff;
}

.b_banner a span.btn::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white.png) no-repeat left top;
}


/* ================== */
/*  SP共通パーツ　*/
/* ================== */
#index h2,
#category h1,
#page h1,
#contents p.sting,
#contents .bg_cyclon p.sting {
	margin: 0 0 28px;
	padding: 0 10px 28px;
	background: url(img/icon_sting_white.png) no-repeat center bottom / 110px auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#category h1,
#page h1 {
	font-size: 2.2rem;
	padding: 0 10px 16px;
}

#index h2 a,
#category h1 a,
#page h1 a {
	text-decoration: none;
	transition: .3s;
	color: #fff;
}

#index h3 a:hover,
#category h2 a:hover,
#page h2 a:hover {
	opacity: 0.7;
}

#index h3,
#category h2,
#page h2 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.0rem;
	line-height: 1.5;
	padding-bottom: 10px;
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: linear-gradient(to right, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16415a', endColorstr='#16415a', GradientType=1);
	text-align: center;
	border: none;
	margin: 0 0 4.5rem;
	padding: 1.6rem 2rem;
	position: relative;
	color: #fff;
}

#category h2,
#page h2 {
	margin: 3rem 0 1rem;
}

#index h3::before,
#category h2::before,
#page h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Lt.png) no-repeat left top, url(img/border_Lb.png) no-repeat left bottom;
	background-size: 8px 8px, 8px 8px;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#index h3::after,
#category h2::after,
#page h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Rt.png) no-repeat right top, url(img/border_Rb.png) no-repeat right bottom;
	background-size: 8px 8px, 8px 8px;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

#index h4,
#category h3,
#page h3 {
	display: block;
	padding: 10px 15px;
	margin: 30px 0 10px;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	font-size: 1.8rem;
	border-bottom: 1px solid #4ca0e0;
	background: rgba(255, 255, 255, 0.8);
}

#index h5,
#category h4,
#category h5,
#page h4,
#page h5 {
	padding: 0 0 0 10px;
	margin: 20px 0 10px;
	border-left: 3px double #4ca0e0;
	position: relative;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 1.6rem;
}

#contents ul {
	margin: 20px 0;
	padding: 10px 0 10px 10px;
	font-size: 1.4rem;
}

#contents ul li {
	min-height: 12px;
	padding: 0 0 3px 24px;
	background: url(img/icon_gear_sp.png) no-repeat left 5px top 6px / 12px auto;
	line-height: 1.7;
	font-size: 1.4rem;
	color: #000;
}

#contents ul li a {
	color: #0d2537;
	text-decoration: underline;
}

#contents ol {
	margin: 20px 0 20px;
	padding: 10px 0 10px 10px;
}

#contents ol li {
	padding: 0 0 3px 24px;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.7;
	position: relative;
	counter-increment: number;
}

#contents ol li::before {
	display: block;
	background-color: #122c41;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.3;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 2px;
}

#contents ol li:nth-child(-n + 9):before {
	content: counter(number);
}

#contents ol li:nth-child(n + 10):before {
	content: counter(number);
}

#contents dl {
	margin: 0 10px 10px;
}

#contents dl dt {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0;
	border-bottom: 1px solid #4ca0e0;
}

#contents fieldset {
	margin: 0 0 30px;
	padding: 10px 20px 10px;
	border: 1px solid #4ca0e0;
	background: #fff;
}

#contents fieldset legend {
	color: #fff;
	padding: 10px 20px;
	background: #fff;
	background: #16415a;
	background: -moz-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: -webkit-linear-gradient(left, #16415a 0%, #1a4d6c 50%, #16415a 100%);
	background: linear-gradient(to right, #16415a 0%, #1a4d6c 50%, #16415a 100%);
}

#contents fieldset p {
	margin: 0 0 10px;
}

#contents a:hover img {
	opacity: 0.7;
}

#contents p {
	margin: 15px 0;
	line-height: 1.7;
	font-size: 14px;
	font-size: 1.4rem;
}


#contents .btn-web a,
#contents .exlink a {
	box-shadow: 2px 2px 0 #a68139, -2px 2px 0 #a68139, 2px -2px 0 #a68139, -2px -2px 0 #a68139;
	border: 1px solid #c7ae78;
	background: #a7823a;
	background: -moz-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: -webkit-linear-gradient(left, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	background: linear-gradient(to right, #a7823a 0%, #c0a15c 50%, #a7823a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7823a', endColorstr='#a7823a', GradientType=1);
	display: block;
	text-align: center;
	padding: 12px 20px;
	margin: 20px auto;
	width: 85%;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}

#contents .btn-web a::before,
#contents .exlink a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white_sp.png) no-repeat left top / contain;
}

#contents .btn-tel a,
#contents .exlink.tel a {
	box-shadow: 2px 2px 0 #910a0c, -2px 2px 0 #910a0c, 2px -2px 0 #910a0c, -2px -2px 0 #910a0c;
	border: 1px solid #dc659e;
	background: #8b0204;
	background: -moz-linear-gradient(left, #8b0204 0%, #e17070 50%, #8b0204 100%);
	background: -webkit-linear-gradient(left, #8b0204 0%, #e17070 50%, #8b0204 100%);
	background: linear-gradient(to right, #8b0204 0%, #e17070 50%, #8b0204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7823a', endColorstr='#a7823a', GradientType=1);
	display: block;
	text-align: center;
	padding: 12px 20px;
	margin: 20px auto;
	width: 85%;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}

#contents .btn-tel a::before,
#contents .exlink.tel a::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(img/icon_tel.png) no-repeat center / contain;
}

a.top2,
a.top10,
#contents .btn-internal a,
#contents .intlink a {
	display: block;
	text-align: center;
	width: 85%;
	margin: 20px auto;
	background: #ccc;
	padding: 15px 20px;
	font-size: 16px;

	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	box-shadow: 2px 2px 0 #0a396b, -2px -2px 0 #0a396b, -2px 2px 0 #0a396b, 2px -2px 0 #0A396B;
	border: 1px solid #e2cc9c;
	background: #0b1f2f;
	background: -moz-linear-gradient(left, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	background: -webkit-linear-gradient(left, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	background: linear-gradient(to right, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1f2f', endColorstr='#0b1f2f', GradientType=1);
	position: relative;
	line-height: 1.5;
	box-sizing: border-box;
}

a.top2::before,
a.top10::before,
#contents .btn-internal a::before,
#contents .intlink a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white_sp.png) no-repeat left top;
	background-size: contain;
}

#contents .intlink2 a {
	display: block;
	color: #0d2537;
	text-align: center;
	font-weight: bold;
	width: 55%;
	margin: 10px auto;
	padding: 15px 50px;
	font-size: 16px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	outline: 2px solid #999;
	border: 1px solid #1a4d6c;
	background: #9b9b9b;
	background: -moz-linear-gradient(left, #9b9b9b 0%, #ededed 51%, #9b9b9b 100%);
	background: -webkit-linear-gradient(left, #9b9b9b 0%, #ededed 51%, #9b9b9b 100%);
	background: linear-gradient(to right, #9b9b9b 0%, #ededed 51%, #9b9b9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9b9b', endColorstr='#9b9b9b', GradientType=1);
	position: relative;
	line-height: 1.5;
}

#contents .intlink2 a::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_black.png) no-repeat left top;
	background-size: contain;
}

.sp_right {
	float: right;
	width: 45%;
	margin: 2% 0 2% 2%;
	font-size: 10px;
	word-break: break-all;
	text-align: center;
	line-height: 1.2;
	color: #ccc;
}

.sp_right img {
	margin: 0 0 10px;
}

.sp_left {
	float: left;
	width: 45%;
	margin: 0 15px 5px 0;
	font-size: 10px;
	word-break: break-all;
	text-align: center;
	line-height: 1.2;
	color: #ccc;
}

.sp_left img {
	margin: 0 0 10px;
}

.pc_left,
.pc_right {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #ccc;
}

.pc_left img,
.pc_right img {
	margin: 0 auto 10px;
	max-width: 280px;
	width: 100%;
}

#contents p.btcont {
	text-align: right;
}

#contents p.btcont a {
	background: #16415a;
	color: #ffff;
	font-size: 1.4rem;
	padding: 5px 10px;
}

#contents p.btcont a::before {
	content: "↑";
}

.notice {
	background: rgba(255, 255, 255, .6);
	padding: 30px 30px 10px;
	position: relative;
	color: #0d2537;
	margin: 0 0 20px;
}

.notice::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Lt.png) no-repeat left top, url(img/border_Lb.png) no-repeat left bottom;
	background-size: 20px 20px, 20px 20px;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

.notice::after {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: calc(100% - 20px);
	background: url(img/border_Rt.png) no-repeat right top, url(img/border_Rb.png) no-repeat right bottom;
	background-size: 15px 15px, 15px 15px;
	right: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
}

.hyouban {
	margin: 2rem 1rem;
	border: 1px solid #ccc;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.85);
}

.hyouban span {
	font-weight: bold;
	color: #52a2df;
	display: inline-block;
	margin: 0 0 1rem;
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents table th {
	width: 100%;
	padding: 14px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	width: 100%;
	box-sizing: border-box;
	display: table-cell;
	box-sizing: border-box;
}

#contents table td {
	padding: 14px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
	display: table-cell;
	word-wrap: break-word;
}

#contents table {
	margin: 20px auto;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
	table-layout: fixed;
}

/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption {
	margin: 8px 0 0;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.3;
	word-break: break-all;
	color: #999;
}

#contents p span {
	margin: 0 4px 0 0;
	font-weight: bold;
	color: #4ca0e0;
}

#contents .rank {
	display: none;
	position: relative;
	margin: 0 0 14px;
	padding: 10px 10px 6px 0;
	border-bottom: 2px solid #ccc;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .rank_wrap {
	counter-reset: div;
	list-style: none;
}

#contents .rank:before {
	content: "";
	content: ""counter(div);
	counter-increment: div;
	background: url(img/flower04.png) 50% 50% no-repeat;
	background-size: 30px;
	padding: 8px 12px;
	margin: 0 6px 0 0;
	position: relative;
	top: -2px;
}

#contents .search {
	display: none;
	position: relative;
	margin: 25px 0 10px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .search:before {
	content: "おすすめ";
	display: block;
	background: #7fbdac;
	background-size: 18px auto;
	width: 160px;
	margin: 0 auto 10px;
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: 3px 0
}

#contents .search:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 10px auto;
}

#contents .check {
	display: none;
	position: relative;
	margin: 25px 0 10px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .check:before {
	content: "CHECK";
	display: block;
	background: #bdaa5d;
	background-size: 18px auto;
	width: 160px;
	margin: 0 auto 10px;
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: 3px 0;
}

#contents .check:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 10px auto;
}

#contents .point {
	display: none;
	position: relative;
	margin: 25px 0 10px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .point:before {
	content: "POINT";
	display: block;
	background: #d66784;
	background-size: 18px auto;
	width: 160px;
	margin: 0 auto 10px;
	border-radius: 20px;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: 3px 0;
}

#contents .point:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #ccc;
	display: block;
	margin: 10px auto;
}

/* float-wrap */
#contents .float-wrap .float-img {
	box-sizing: border-box;
	padding: 0 15px 10px;
}
#contents .float-wrap .float-img.t_small{
	width:45%;
	
}
#contents .floatBox01 .float-wrap {
	margin: 20px 0;
	padding: 0 15px;
	box-sizing: border-box;
}

#contents .floatBox01 .float-wrap img {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #c7ae6c;
}

#contents .floatBox01 .float-wrap p {
	margin: 20px 0;
	padding: 0;
}

#contents .floatBox01 .float-wrap .fl {
	width: 140px;
	padding: 0 20px 10px 0;
	text-align: center;
}

#contents .floatBox01 .float-wrap .fr {
	width: 140px;
	padding: 0 0 10px 20px;
	text-align: center;
}

#contents .floatBox01 .float-wrap .ct {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

#contents .floatBox02 .float-wrap {
	margin: 20px 0;
	padding: 0 15px;
	box-sizing: border-box;
}

#contents .floatBox02 .float-wrap img {
	width: 100%;
}

#contents .floatBox02 .float-wrap p {
	margin: 0;
	padding: 0;
}

#contents .floatBox02 .float-wrap .fl {
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
}

#contents .floatBox02 .float-wrap .fr {
	width: 100%;
	padding: 0 0 10px;
	text-align: center;
}

#contents .floatBox02 .float-wrap .ct {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

/*  btns*/
#contents .btn-internal,
#contents .btn-web,
#contents .btn-tel,
#contents .btn-link {
	margin: 30px auto;
	padding: 0;
}

#contents .btn-internal:hover,
#contents .btn-web:hover {
	opacity: 0.7;
}

#contents .btn-internal a {
	text-decoration: none;
	padding: 1em 1.5em;
	font-size: 15px;
	font-size: 1.5rem;
	background-color: #3a2c21;
	color: #fff;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
	display: block;
	text-align: center;
	border: solid 1px #fff;
}

#contents .btn-internal a:hover {
	background: #fff;
	color: #7F160E;
}

#contents .btn-web a {
	text-decoration: none;
	padding: 1em 1.5em;
	font-size: 15px;
	font-size: 1.5rem;
	background-color: rgba(0, 60, 120, 0.85);
	color: #fff;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
	display: block;
	text-align: center;
	border: solid 1px #cdbb7b;
}

#contents .btn-web a:hover {
	background: #fff;
	color: #7F160E;
}

#contents .btn-link a {
	display: block;
	text-align: center;
	width: 85%;
	margin: 20px auto;
	background: #ccc;
	padding: 15px 20px;
	font-size: 16px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	box-shadow: 2px 2px 0 #0a396b, -2px -2px 0 #0a396b, -2px 2px 0 #0a396b, 2px -2px 0 #0A396B;
	border: 1px solid #fff;
	background: #0b1f2f;
	background: -moz-linear-gradient(left, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	background: -webkit-linear-gradient(left, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	background: linear-gradient(to right, #0b1f2f 0%, #19466a 50%, #0b1f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1f2f', endColorstr='#0b1f2f', GradientType=1);
	position: relative;
	line-height: 1.5;
	box-sizing: border-box;
}

#contents .btn-link a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(img/icon_arrow_white_sp.png) no-repeat left top;
	background-size: contain;
}

#contents .btn-tel a {
	box-shadow: 2px 2px 0 #910a0c, -2px 2px 0 #910a0c, 2px -2px 0 #910a0c, -2px -2px 0 #910a0c;
	border: 1px solid #dc659e;
	background: #8b0204;
	background: -moz-linear-gradient(left, #8b0204 0%, #e17070 50%, #8b0204 100%);
	background: -webkit-linear-gradient(left, #8b0204 0%, #e17070 50%, #8b0204 100%);
	background: linear-gradient(to right, #8b0204 0%, #e17070 50%, #8b0204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7823a', endColorstr='#a7823a', GradientType=1);
	display: block;
	text-align: center;
	padding: 12px 20px;
	margin: 20px auto;
	width: 85%;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
	color: #fff;
}

/* box-wrap */

#contents .box-wrap {
	margin: 20px 0;
	box-sizing: border-box;
	padding: 0;
}

#contents .box {
	padding: 40px 15px 15px;
	margin: 0 0 30px;
	width: auto;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #3e83b9;
	box-sizing: border-box;
	color: #000;
	counter-increment: number;
	position: relative;
}

#contents .box:before {
	content: counter(number, decimal-leading-zero);
	display: block;
	background-color: #3e83b9;
	width: 46px;
	height: 18px;
	padding: 6px 0 6px 24px;
	position: absolute;
	top: -8px;
	left: 15px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.3;
	font-size: 1.5rem;
	border-radius: 0;
}

#contents .box::after {
	content: "その";
	color: #fff;
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 1rem;
}

#contents .box .permalink {
	display: none;
}

#contents .left_box {
	float: none;
	box-sizing: border-box;
}

#contents .left_box p {
	padding: 15px 0 25px;
	margin: 0;
}

#contents .right_box {
	float: none;
}

#contents .box .box-head {
	color: #333;
	padding: 0 0 15px 0;
	margin: 0 0 20px;
	background: none;
	border-bottom: 1px solid #3e83b9;
	line-height: 1.5;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	text-align: left;
}

#contents .box .box-head a {
	color: #0d2537;
	padding: 0 30px 0 0;
	display: block;
	background: url(img/icon_arrow_line_sp.png) no-repeat right top 10px;
	background-size: 24px auto;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}

#contents .box p {
	font-size: 14px;
	font-size: 1.4rem;
}

#contents .box .box-body .in_link_btn {
	position: relative;
	display: block;
	padding: 14px 25px 15px;
	background: #82bcac;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 70%;
	margin: 0 auto;
	display: none;
}

/* frame-wrap */
#contents .frame-wrap {}

#contents .frame {
	margin: 20px 0;
	box-sizing: border-box;
	text-align: center;
	padding: 40px 15px 30px;
	border: 1px solid #3e83b9;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
}

#contents .frame:last-child {
	margin: 0;
}

#contents .frame .photoBox {
	margin: 0 auto 18px;
	width: 195px;
	display: none;
}


#contents .frame .frame-head {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.25;
	color: #0d2537;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
	border: none;
	background: none;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents .frame .frame-head::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 1px;
	background: #3e83b9;
	left: 50%;
	margin-left: -60px;
	top: auto;
	bottom: 0;
}

#contents .frame .frame-head p {
	line-height: 1.25;
	margin: 0;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}

#contents .frame .frame-body {

	margin: 0;
}

#contents .frame .frame-body p {
	margin: 0;
	font-size: 14px;

	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
}

/* addParts01 */
.addParts01 {
	padding: 25px 15px 35px;
	box-sizing: border-box;
	background: url(img/bg_luxury.png) repeat #dbcca1;
	background-size: 50px auto;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	overflow-x: hidden;
	min-width: 320px;
}

.addParts01 .addBox {
	width: 100%;
}

#contents .addParts01 ul.slider {
	padding: 0;
	margin: 0;
}

#contents .addParts01 ul li {
	background: none;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	padding-left: 1px;
}

#contents .addParts01 ul li:before,
#contents .addParts02 ul li:before,
#contents .addParts03 ul li:before,
#contents .addParts04 ul li:before,
#contents .addParts05 ul li:before {
	content: "";
	display: inherit;
	margin: 0;
}

.addParts01 ul li a {
	text-decoration: none;
	position: relative;
}

.addParts01 ul li a:after {
	position: absolute;
	right: 4px;
	bottom: 3px;
	display: block;
	content: "";
	border-bottom: 14px solid #3a2c21;
	border-left: 14px solid transparent;
	opacity: 0.8;
}

.addParts01 ul li .thumb {
	width: 100%;
	position: relative;
	height: 150px;
	overflow: hidden;
}

.addParts01 ul li .thumb img {
	width: 110%;
	height: 110%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

#contents .slick-dots {
	bottom: -75px !important;
}

#contents .slick-dots li {
	width: 8px !important;
	height: 8px !important;
}

.slick-dots li button::before {
	content: '' !important;
	line-height: 1;
	width: 8px !important;
	height: 8px !important;
	background: #fff;
	border-radius: 10px;
}

.addParts01 ul li dl {
	background-color: #F9F4E4;
	color: #333;
	box-sizing: border-box;
	padding: 15px;
}

.addParts01 ul li:nth-child(odd) dl {
	background-color: #F1E6C1;
}

.addParts01 ul li dl dt {
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: bold;
	color: #3a2c21;
	box-sizing: border-box;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 0 2em 0 0;
	position: relative;
}

.addParts01 ul li dl dt:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts01 ul li dl dd {
	line-height: 1.4;
	text-align: justify;
}

.addParts01 ul li dl dd:before {
	content: "";
	display: block;
	width: 100%;
	background: #CEBC7C;
	height: 1px;
	margin: 0.8em 0;
}

.addParts01 .addBox p {
	margin: 0;
	padding: 0 30px 8px;
}

#contents .addParts01 .addBox .btn-internal {
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 15px;
	text-align: center;
}

#contents .addParts01 .addBox .btn-internal a {
	text-decoration: none;
	padding: 1em 5em;
	font-size: 16px;
	font-size: 1.6rem;
	background: #3a2c21;
	color: #fff;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
}

#contents .addParts01 .addBox .btn-internal a:hover {
	background: #fff;
	color: #7F160E;
}

#contents .addParts01 .addBox .btn-internal a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.slick-prev {
	display: none;
}

.slick-next {
	display: none;
}

/* addParts02 */

.addParts02 {
	width: 100%;
	position: relative;
	background: url(img/bg_addparts02.jpg) no-repeat center bottom #000011;
	background-size: cover;
	padding: 25px 15px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);

	overflow-x: hidden;
	min-width: 320px;
	box-sizing: border-box;
}

.addParts02:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.addParts02 .addBox {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

.addParts02 .addBox .sttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: -webkit-linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	background: linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto;
}

_:-ms-input-placeholder,
:root .addParts02 .addBox .sttl {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.addParts02 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.666%;
	margin: 1.5em auto;
}

#contents .addParts02 .addBox ul {
	box-sizing: border-box;
	/*padding: 0 15px;*/
	margin: 0;
	padding: 0;
}

#contents .addParts02 .addBox ul li {
	width: 100%;
	padding: 0 0 10px;
	text-align: left;
}

#contents .addParts02 .addBox ul li a {
	color: #fff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.15);
	display: block;
	box-sizing: border-box;
	padding: 30px 20px;
}

.addParts02 .addBox ul li a dl dt {
	font-size: 1.8rem;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	box-sizing: border-box;
	padding: 0 3em 0 0;
	position: relative;
	color: #D3AB41;
	margin-bottom: 1.5em;
}

.addParts02 .addBox ul li a dl dt:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts02 .addBox ul li a dl dd {
	padding: 0;
	box-sizing: border-box;
}

.addParts02 .addBox ul li a dl dd:after {
	content: "";
	display: block;
	clear: both;
}

.addParts02 .addBox ul li:nth-child(1) a dl dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(img/addparts01.png) no-repeat left top;
	background-size: 80px auto;
	padding: 0 10px 10px 0;
	float: left;
}

.addParts02 .addBox ul li:nth-child(2) a dl dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(img/addparts02.png) no-repeat left top;
	background-size: 80px auto;
	padding: 0 10px 10px 0;
	float: left;
}

.addParts02 .addBox ul li:nth-child(3) a dl dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(img/addparts03.png) no-repeat left top;
	background-size: 80px auto;
	padding: 0 10px 10px 0;
	float: left;
}

.addParts02 .addBox ul li:nth-child(4) a dl dd:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(img/addparts04.png) no-repeat left top;
	background-size: 80px auto;
	padding: 0 10px 10px 0;
	float: left;
}

#contents .addParts02 .addBox .btn-internal {
	width: 300px;
	margin: 0 auto;
	padding: 40px 0 25px;
	text-align: center;
}

#contents .addParts02 .addBox .btn-internal a {
	text-decoration: none;
	padding: 1em 5em;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #3a2c21;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
	color: #fff;
	border: solid 1px #cdbb7b;
}

.addParts02 .addBox .btn-internal a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

/* addParts03 */

.addParts03 {
	background: url(img/bg_addparts03.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 30px 0;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	overflow-x: hidden;
	min-width: 320px;
}

.addParts03 .addBox {
	width: 100%;
	margin: 0 auto;
}

.addParts03 .addBox .sttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #3a2c21;
	display: inline-block;
	margin: 0 auto 1em;
}

.addParts03 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.766%;
	margin: 1.5em auto 0;
}

#contents .addParts03 .addBox ul {
	margin: 0;
	padding: 0;
}

#contents .addParts03 .addBox ul li {
	margin: 0;
	padding: 0;
}

.addParts03 .addBox ul li a {
	display: table;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	padding: 15px;
	transition: .2s;
	border: solid 1px rgba(0, 0, 0, 0);
	position: relative;
	color: #333;
}

.addParts03 .addBox ul li a:hover {
	background: rgba(255, 255, 255, 0.6);
	border: solid 1px #cdbb7b;
}

.addParts03 .addBox ul li a .thumb {
	width: 30%;
	border-radius: 100px;
	display: table-cell;
	vertical-align: top;
}

.addParts03 .addBox ul li a dl {
	display: table-cell;
	vertical-align: top;
	width: 70%;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}

.addParts03 .addBox ul li a dl dt {
	font-weight: bold;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 1.7rem;
	line-height: 1.3;
	text-align: left;
	box-sizing: border-box;
	padding: 0 2em 0 0;
	position: relative;
}

.addParts03 .addBox ul li a dl dt:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts03 .addBox ul li a dl dd {
	text-align: left;
	margin-top: 1em;
	text-align: justify;
	line-height: 1.4;
}

/* addParts04 */
.addParts04 {
	padding: 30px 0;
	background: url(img/bg_luxury.png) repeat #131134;
	background-size: 50px auto;
	text-align: center;
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	min-width: 320px;
}

.addParts04:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.70);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.addParts04 .addBox {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.addParts04 .addBox .sttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: -webkit-linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	background: linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto;
}

_:-ms-input-placeholder,

:root .addParts04 .addBox .sttl {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.addParts04 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.666%;
	margin: 1.5em auto;
}

#contents .addParts04 .addBox ul {
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0;
}

#contents .addParts04 .addBox ul li {
	width: 100%;
	padding: 0 0 20px;
	box-sizing: border-box;
	margin: 0;
}

.addParts04 .addBox ul li .thumb {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
}

.addParts04 .addBox ul li .thumb:before {
	content: "";
	display: block;
	width: 100%;
	height: 101%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.addParts04 .addBox ul li .thumb img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.addParts04 .addBox ul li .thumb .ttl {
	position: absolute;
	width: 100%;
	z-index: 3;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.3;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding: 0 5em;
	top: 50%;
	margin-top: -4rem;
	background: rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}

.addParts04 .addBox ul li p {
	text-align: left;
	margin: 25px 0 !important;
}

.addParts04 .addBox .btn-internal {
	width: 100%;
	margin: 0 auto;
	padding: 1em 0 0;
	text-align: center;
}

.addParts04 .addBox .btn-internal a {
	text-decoration: none;
	padding: 1em 5em;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #3a2c21;
	color: #fff;
	position: relative;
	transition: .3S;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1;
	border: solid 1px #cdbb7b;
}

.addParts04 .addBox .btn-internal a:hover {
	background: #fff;
	color: #7F160E;
}

.addParts04 .addBox .btn-internal a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow_w.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

/* addParts05 */
.addParts05 {
	padding: 20px 0;
	background: #111;
	text-align: center;
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	overflow-x: hidden;
	min-width: 320px;
}

.addParts05 .addBox {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.addParts05 .addBox .sttl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: -webkit-linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	background: linear-gradient(to bottom, #FCEABB, #fbdf93, #f8b500);
	mix-blend-mode: screen;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin: 0 auto 1.5em;
}

_:-ms-input-placeholder,
:root .addParts05 .addBox .sttl {
	color: #fbdf93;
	background: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.addParts05 .addBox .sttl:after {
	content: "";
	display: block;
	background: url(img/line01.png) no-repeat;
	background-size: cover;
	width: 50%;
	padding-top: 2.666%;
	margin: 1.1em auto 0;
}

.addParts05 .addBox .left_box .thumb {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
	box-sizing: border-box;
	overflow: hidden;
}

.addParts05 .addBox .left_box .thumb:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.addParts05 .addBox .left_box .thumb img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.addParts05 .addBox .left_box .thumb .ttl {
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 3;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.3;
	font-size: 1.8rem;
	box-sizing: border-box;
	margin-top: -1rem;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	padding: 1em 3em 1em 1em;
	text-align: left;
}

.addParts05 .addBox .left_box .thumb .ttl:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts05 .addBox .left_box p {
	box-sizing: border-box;
	padding: 0 15px 15px;
	text-align: left;
}

.addParts05 .addBox .left_box p.ttl {
	font-size: 1.6rem;
	font-family: 'Sawarabi Mincho', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.3;
	margin: 1em 0 0.6em;
	color: #fbdf93;
	display: none;
	position: relative;
}

#contents .addParts05 .addBox .right_box ul {
	height: 300px;
	overflow: scroll;
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
	margin: 0;
}

#contents .addParts05 .addBox .right_box ul li {
	margin: 0;
	padding: 0;
}

.addParts05 .addBox .right_box ul li a {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 40px 10px 0;
	border-bottom: dashed 1px #666;
	color: #fff;
	display: block;
	text-decoration: none;
	transition: .3s;
	position: relative;
}

.addParts05 .addBox .right_box ul li a:after {
	content: "";
	display: block;
	background: url(img/icon_arrow.svg) no-repeat;
	background-size: cover;
	width: 1em;
	padding-top: 0.79em;
	margin-left: 0.5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.4em;
}

.addParts05 .addBox .right_box ul li a:hover {
	background: rgba(255, 255, 255, 0.15);
}

.addParts05 .addBox .right_box ul li a dl {
	display: table;
	width: 100%;
}

.addParts05 .addBox .right_box ul li a dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	box-sizing: border-box;
}

.addParts05 .addBox .right_box ul li a dl dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 1.5rem;
}


}


/*IEバナー調整*/
@media all and (-ms-high-contrast: none){
	.b_banner a {
		padding: 50px 0 30px;
	}
}

/*IE外部リンクボタンホバー調整*/
@media all and (-ms-high-contrast: none){

	#contents .btn-web a:hover,
	#contents .exlink a:hover {
		box-shadow: 2px 2px 0 #6d5425, -2px 2px 0 #6d5425, 2px -2px 0 #6d5425, -2px -2px 0 #6d5425;
		border: solid 1px #8d8156;
	}
	#contents .btn-web a::after,
	#contents .exlink a::after {
		content: "";
		position: absolute;
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		z-index: 1000;
		display: block;
		content: '';
		background: rgba(0,0,0,.3);
		-webkit-transform: skewX(0);
		transform: skewX(0);
		opacity: 0;
		transition: 0.3s ease all;
		box-shadow: 2px 2px 0 rgba(0,0,0,.3), -2px 2px 0 rgba(0,0,0,.3), 2px -2px 0 rgba(0,0,0,.3), -2px -2px 0 rgba(0,0,0,.3);
	}
	#contents .btn-web a:hover::after,
	#contents .exlink a:hover::after {
		opacity: 1;
		animation: none;
		-webkit-animation: none;
	}
}