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


/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}


/*--------------------------------------------------------------------------
   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-weight: 700;
	color: #222;
	word-break: break-all;
}

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;
}
* {
	box-sizing: border-box;
}
.cf::before,
.cf::after{
	content: "";
	display: table;
}
.cf::after{ clear: both; }


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

html {
    font-size: 62.5%;
}

body {
	color: #333;
	font-family: "游ゴシック", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	min-width: 1130px;
	-webkit-font-smoothing: subpixel-antialiased;
}
@media all and (-ms-high-contrast:none) {
    /* IE対策 */
    body, p, li, dt, dd, th, td, span, a,
    h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	    font-family: "メイリオ",Meiryo,'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
    }
}

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

a {
	color: #333;
	text-decoration: none;
}

#page a:not([class]), #index a:not([class]), #category a:not([class]){
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	opacity: 0.6;
	cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: 700;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

/*p span{
	font-weight: 700;
	color: #333;
	border-bottom: 2px solid #e6dc14;
}*/
p span {
	font-weight: 700;
	background: linear-gradient(transparent 80%, #fefa8e 80%) bottom 0.1rem center;
}
#contents p {
	max-width: 1100px;
	line-height: 1.7;
	letter-spacing: .03em;
	margin: 0 auto 2rem;
}




/*--------------------------------------
　reset
---------------------------------------*/
/*hWrap*/
.addParts01 .hWrap,.addParts02 .hWrap,.addParts03 .hWrap,.float-wrap .hWrap,.box-wrap .hWrap,.frame .hWrap {
	background: none;
	position: static;
	margin: 0;
}
.addParts01 .hWrap::before,.addParts02 .hWrap::before,.addParts03 .hWrap::before,.float-wrap .hWrap::before,.box-wrap .hWrap::before,.frame .hWrap::before {
	content: none;
}
#index .addParts01 .hInner, #category .addParts01 .hInner, #page .addParts01 .hInner,
#index .addParts02 .hInner, #category .addParts02 .hInner, #page .addParts02 .hInner,
#index .addParts03 .hInner, #category .addParts03 .hInner, #page .addParts03 .hInner,
#index .float-wrap .hInner, #category .float-wrap .hInner, #page .float-wrap .hInner,
#index .box-wrap .hInner, #category .box-wrap .hInner, #page .box-wrap .hInner,
#index .frame .hInner, #category .frame .hInner, #page .frame .hInner {
	display: block;
	width: auto;
	margin: 0;
}
/*hタグ reset*/
#index .addParts01 h2, #category .addParts01 h1, #page .addParts01 h1,
#index .addParts02 h2, #category .addParts02 h1, #page .addParts02 h1,
#index .addParts03 h2, #category .addParts03 h1, #page .addParts03 h1,
#index .float-wrap h2, #category .float-wrap h1, #page .float-wrap h1,
#index .box-wrap h2, #category .box-wrap h1, #page .box-wrap h1,
#index .frame-wrap h2, #category .frame-wrap h1, #page .frame-wrap h1,
#index .addParts01 h3, #category .addParts01 h2, #page .addParts01 h2,
#index .addParts02 h3, #category .addParts02 h2, #page .addParts02 h2,
#index .addParts03 h3, #category .addParts03 h2, #page .addParts03 h2,
#index .float-wrap h3, #category .float-wrap h2, #page .float-wrap h2,
#index .box-wrap h3, #category .box-wrap h2, #page .box-wrap h2,
#index .frame-wrap h3, #category .frame-wrap h2, #page .frame-wrap h2,
#index .addParts01 h4, #category .addParts01 h3, #page .addParts01 h3,
#index .addParts02 h4, #category .addParts02 h3, #page .addParts02 h3,
#index .addParts03 h4, #category .addParts03 h3, #page .addParts03 h3,
#index .float-wrap h4, #category .float-wrap h3, #page .float-wrap h3,
#index .box-wrap h4, #category .box-wrap h3, #page .box-wrap h3,
#index .frame-wrap h4, #category .frame-wrap h3, #page .frame-wrap h3,
#index .addParts01 h5, #category .addParts01 h4, #page .addParts01 h4,
#index .addParts02 h5, #category .addParts02 h4, #page .addParts02 h4,
#index .addParts03 h5, #category .addParts03 h4, #page .addParts03 h4,
#index .float-wrap h5, #category .float-wrap h4, #page .float-wrap h4,
#index .box-wrap h5, #category .box-wrap h4, #page .box-wrap h4,
#index .frame-wrap h5, #category .frame-wrap h4, #page .frame-wrap h4,
#index .addParts01 h6, #category .addParts01 h5, #page .addParts01 h5,
#index .addParts02 h6, #category .addParts02 h5, #page .addParts02 h5,
#index .addParts03 h6, #category .addParts03 h5, #page .addParts03 h5,
#index .float-wrap h6, #category .float-wrap h5, #page .float-wrap h5,
#index .box-wrap h6, #category .box-wrap h5, #page .box-wrap h5,
#index .frame-wrap h6, #category .frame-wrap h5, #page .frame-wrap h5 {
	display: block;
	width: auto;
	height: auto;
	min-width: initial;
	min-width: auto;
	min-height: initial;
	min-height: auto;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: normal;
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: static;
}
#index .addParts01 h2 a, #category .addParts01 h1 a, #page .addParts01 h1 a,
#index .addParts02 h2 a, #category .addParts02 h1 a, #page .addParts02 h1 a,
#index .addParts03 h2 a, #category .addParts03 h1 a, #page .addParts03 h1 a,
#index .float-wrap h2 a, #category .float-wrap h1 a, #page .float-wrap h1 a,
#index .box-wrap h2 a, #category .box-wrap h1 a, #page .box-wrap h1 a,
#index .frame-wrap h2 a, #category .frame-wrap h1 a, #page .frame-wrap h1 a,
#index .addParts01 h3 a, #category .addParts01 h2 a, #page .addParts01 h2 a,
#index .addParts02 h3 a, #category .addParts02 h2 a, #page .addParts02 h2 a,
#index .addParts03 h3 a, #category .addParts03 h2 a, #page .addParts03 h2 a,
#index .float-wrap h3 a, #category .float-wrap h2 a, #page .float-wrap h2 a,
#index .box-wrap h3 a, #category .box-wrap h2 a, #page .box-wrap h2 a,
#index .frame-wrap h3 a, #category .frame-wrap h2 a, #page .frame-wrap h2 a,
#index .addParts01 h4 a, #category .addParts01 h3 a, #page .addParts01 h3 a,
#index .addParts02 h4 a, #category .addParts02 h3 a, #page .addParts02 h3 a,
#index .addParts03 h4 a, #category .addParts03 h3 a, #page .addParts03 h3 a,
#index .float-wrap h4 a, #category .float-wrap h3 a, #page .float-wrap h3 a,
#index .box-wrap h4 a, #category .box-wrap h3 a, #page .box-wrap h3 a,
#index .frame-wrap h4 a, #category .frame-wrap h3 a, #page .frame-wrap h3 a,
#index .addParts01 h5 a, #category .addParts01 h4 a, #page .addParts01 h4 a,
#index .addParts02 h5 a, #category .addParts02 h4 a, #page .addParts02 h4 a,
#index .addParts03 h5 a, #category .addParts03 h4 a, #page .addParts03 h4 a,
#index .float-wrap h5 a, #category .float-wrap h4 a, #page .float-wrap h4 a,
#index .box-wrap h5 a, #category .box-wrap h4 a, #page .box-wrap h4 a,
#index .frame-wrap h5 a, #category .frame-wrap h4 a, #page .frame-wrap h4 a,
#index .addParts01 h6 a, #category .addParts01 h5 a, #page .addParts01 h5 a,
#index .addParts02 h6 a, #category .addParts02 h5 a, #page .addParts02 h5 a,
#index .addParts03 h6 a, #category .addParts03 h5 a, #page .addParts03 h5 a,
#index .float-wrap h6 a, #category .float-wrap h5 a, #page .float-wrap h5 a,
#index .box-wrap h6 a, #category .box-wrap h5 a, #page .box-wrap h5 a,
#index .frame-wrap h6 a, #category .frame-wrap h5 a, #page .frame-wrap h5 a {
	display: inline;
	width: auto;
	height: auto;
	min-width: initial;
	min-width: auto;
	min-height: initial;
	min-height: auto;
	font-size: 100%;
	color: inherit;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: static;
}
#index .addParts01 h2::before, #category .addParts01 h1::before, #page .addParts01 h1::before,
#index .addParts02 h2::before, #category .addParts02 h1::before, #page .addParts02 h1::before,
#index .addParts03 h2::before, #category .addParts03 h1::before, #page .addParts03 h1::before,
#index .float-wrap h2::before, #category .float-wrap h1::before, #page .float-wrap h1::before,
#index .box-wrap h2::before, #category .box-wrap h1::before, #page .box-wrap h1::before,
#index .frame-wrap h2::before, #category .frame-wrap h1::before, #page .frame-wrap h1::before,
#index .addParts01 h3::before, #category .addParts01 h2::before, #page .addParts01 h2::before,
#index .addParts02 h3::before, #category .addParts02 h2::before, #page .addParts02 h2::before,
#index .addParts03 h3::before, #category .addParts03 h2::before, #page .addParts03 h2::before,
#index .float-wrap h3::before, #category .float-wrap h2::before, #page .float-wrap h2::before,
#index .box-wrap h3::before, #category .box-wrap h2::before, #page .box-wrap h2::before,
#index .frame-wrap h3::before, #category .frame-wrap h2::before, #page .frame-wrap h2::before,
#index .addParts01 h4::before, #category .addParts01 h3::before, #page .addParts01 h3::before,
#index .addParts02 h4::before, #category .addParts02 h3::before, #page .addParts02 h3::before,
#index .addParts03 h4::before, #category .addParts03 h3::before, #page .addParts03 h3::before,
#index .float-wrap h4::before, #category .float-wrap h3::before, #page .float-wrap h3::before,
#index .box-wrap h4::before, #category .box-wrap h3::before, #page .box-wrap h3::before,
#index .frame-wrap h4::before, #category .frame-wrap h3::before, #page .frame-wrap h3::before,
#index .addParts01 h5::before, #category .addParts01 h4::before, #page .addParts01 h4::before,
#index .addParts02 h5::before, #category .addParts02 h4::before, #page .addParts02 h4::before,
#index .addParts03 h5::before, #category .addParts03 h4::before, #page .addParts03 h4::before,
#index .float-wrap h5::before, #category .float-wrap h4::before, #page .float-wrap h4::before,
#index .box-wrap h5::before, #category .box-wrap h4::before, #page .box-wrap h4::before,
#index .frame-wrap h5::before, #category .frame-wrap h4::before, #page .frame-wrap h4::before,
#index .addParts01 h6::before, #category .addParts01 h5::before, #page .addParts01 h5::before,
#index .addParts02 h6::before, #category .addParts02 h5::before, #page .addParts02 h5::before,
#index .addParts03 h6::before, #category .addParts03 h5::before, #page .addParts03 h5::before,
#index .float-wrap h6::before, #category .float-wrap h5::before, #page .float-wrap h5::before,
#index .box-wrap h6::before, #category .box-wrap h5::before, #page .box-wrap h5::before,
#index .frame-wrap h6::before, #category .frame-wrap h5::before, #page .frame-wrap h5::before {
	content: none;
	display: inline;
	width: auto;
	height: auto;
	min-width: initial;
	min-width: auto;
	min-height: initial;
	min-height: auto;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: static;
}
#index .addParts01 h2::after, #category .addParts01 h1::after, #page .addParts01 h1::after,
#index .addParts02 h2::after, #category .addParts02 h1::after, #page .addParts02 h1::after,
#index .addParts03 h2::after, #category .addParts03 h1::after, #page .addParts03 h1::after,
#index .float-wrap h2::after, #category .float-wrap h1::after, #page .float-wrap h1::after,
#index .box-wrap h2::after, #category .box-wrap h1::after, #page .box-wrap h1::after,
#index .frame-wrap h2::after, #category .frame-wrap h1::after, #page .frame-wrap h1::after,
#index .addParts01 h3::after, #category .addParts01 h2::after, #page .addParts01 h2::after,
#index .addParts02 h3::after, #category .addParts02 h2::after, #page .addParts02 h2::after,
#index .addParts03 h3::after, #category .addParts03 h2::after, #page .addParts03 h2::after,
#index .float-wrap h3::after, #category .float-wrap h2::after, #page .float-wrap h2::after,
#index .box-wrap h3::after, #category .box-wrap h2::after, #page .box-wrap h2::after,
#index .frame-wrap h3::after, #category .frame-wrap h2::after, #page .frame-wrap h2::after,
#index .addParts01 h4::after, #category .addParts01 h3::after, #page .addParts01 h3::after,
#index .addParts02 h4::after, #category .addParts02 h3::after, #page .addParts02 h3::after,
#index .addParts03 h4::after, #category .addParts03 h3::after, #page .addParts03 h3::after,
#index .float-wrap h4::after, #category .float-wrap h3::after, #page .float-wrap h3::after,
#index .box-wrap h4::after, #category .box-wrap h3::after, #page .box-wrap h3::after,
#index .frame-wrap h4::after, #category .frame-wrap h3::after, #page .frame-wrap h3::after,
#index .addParts01 h5::after, #category .addParts01 h4::after, #page .addParts01 h4::after,
#index .addParts02 h5::after, #category .addParts02 h4::after, #page .addParts02 h4::after,
#index .addParts03 h5::after, #category .addParts03 h4::after, #page .addParts03 h4::after,
#index .float-wrap h5::after, #category .float-wrap h4::after, #page .float-wrap h4::after,
#index .box-wrap h5::after, #category .box-wrap h4::after, #page .box-wrap h4::after,
#index .frame-wrap h5::after, #category .frame-wrap h4::after, #page .frame-wrap h4::after,
#index .addParts01 h6::after, #category .addParts01 h5::after, #page .addParts01 h5::after,
#index .addParts02 h6::after, #category .addParts02 h5::after, #page .addParts02 h5::after,
#index .addParts03 h6::after, #category .addParts03 h5::after, #page .addParts03 h5::after,
#index .float-wrap h6::after, #category .float-wrap h5::after, #page .float-wrap h5::after,
#index .box-wrap h6::after, #category .box-wrap h5::after, #page .box-wrap h5::after,
#index .frame-wrap h6::after, #category .frame-wrap h5::after, #page .frame-wrap h5::after {
	content: none;
	display: inline;
	width: auto;
	height: auto;
	min-width: initial;
	min-width: auto;
	min-height: initial;
	min-height: auto;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: normal;
	color: inherit;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: static;
}



/*--------------------------------------
　Header
---------------------------------------*/
.header--low {
	background: url(img/mv_pic_ct.jpg) center top no-repeat;
	background-size: cover;
	margin: 0 auto 0.5rem;
}
header .headTopWrap {
	/* background: #fff; */
}
header .headTopArea {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
header .headTopArea .rightTxt {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: right;
	padding: 0.7rem 0;
	color: #333;
}



/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#visArea .mainArea {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 0 .5rem;
}
#visArea .mainArea .mainAreaInner {
	display: table-cell;
	vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
	margin: 0;
}
#visArea .mainArea .siteName {
	margin: 0 auto;
	max-width: 310px;
	text-align: center;
}
#visArea .mainArea .siteName a {
	display: inline-block;
}
#visArea .mainArea .siteName img {
	margin: 0 auto;
}
#visArea .mainArea .siteNameSmall {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-align: center;
}



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

#g-nav {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
#g-nav ul {
	display: flex;
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
#g-nav li {
	width: 100%;
	min-height: 80px;
	text-align: center;
	position: relative;
}
#g-nav li::before {
	content: "";
	background: #bbb;
	background-size:1px 1px;
	width: 1px;
	height: calc(100% - 40px);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
}
#g-nav li:last-child::after {
	content: "";
	background: #bbb;
	background-size:1px 1px;
	width: 1px;
	height: calc(100% - 40px);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
}
#g-nav li a {
	display: table;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 20px 12px;
	position: relative;
}
#g-nav li a span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	color: inherit;
	border-bottom: none;
}
#g-nav li a:hover::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #61c1be;
	position: absolute;
	left: 0;
	bottom: 2px;
	opacity: 1;
}
#g-nav li a:hover {
	opacity: 0.6;
}



/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 0;
}
#pankuzu {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1rem 5rem;
  width: 1100px;
  max-width: 100%;
}
#pankuzu a {
	text-decoration: underline;
}
#pankuzu a:hover {
	text-decoration: none;
}
#pankuzu span {
  border-bottom: none;
	font-weight: inherit;
	color: inherit;
}



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

#contents {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0;
}
#category,
#page {
  float: left;
  width: 830px;
  margin: 0;
  padding: 4.5rem 0 0;
}


/*--------------------------------------
　Side
---------------------------------------*/
#side {
	float: right;
	width: 220px;
	padding: 4.5rem 0 0;
}
#side .sideTopBox {
	background: #f5f5dc;
	border: solid 1px #333;
	margin: 45px 0 40px;
	position: relative;
}
#side .sideTopBox a {
	display: block;
	padding: 20px;
}
#side .sideTopBox .catch {
	font-size: 1.6rem;
	margin: 0 0 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}	
#side .sideTopBox .imgBox {
	margin: 0 0 15px;
}
#side .sideTopBox p {
	line-height: 1.6;
}
#side .sideTopBox .dtlBtn {
	display: block;
	text-align: center;
	color: #fff;
	background: url(img/arrow_white.png) right 10px center no-repeat #333;
	background-size: 6px auto;
	padding: 8px 30px;
	margin: 20px 0 0;
}


#side .sideBox {
	margin: 0 0 30px;
	border-top: 1px solid #61c1be;
}
#side .sideBox .sttl {
	font-size: 1.5rem;
	font-weight: 700;
}
#side .sideBox .sttl a {
	display: block;
	padding: 1.7rem 1.2rem;
	color: #222;
	line-height: 1.6;
}
#contents #side .sideBox ul {
	padding: 0;
	margin: 0;
}
#contents #side .sideBox ul li {
	background-image: none;
	padding: 0;
	position: relative;
}
#contents #side .sideBox ul li::before {
	content: "";
	background:linear-gradient(to right, rgba(187,187,187,1), rgba(187,187,187,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
	background-size: 6px 1px;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
#contents #side .sideBox ul li a {
	display: block;
	padding: 10px 25px 10px 12px;
	font-size: 1.3rem;
	letter-spacing: .05em;
	background: url(img/arrow_black.png) no-repeat right 10px center;
	background-size: 6px auto;
	text-decoration: none;
	color: #000;
}
#contents #side .sideBox ul li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#side .sideBox .subList {
margin: 0;
}
#side .sideBox .subList li {
	margin: 0;
}
#side .sideBox .subList li a {
	display: block;
	padding: 10px 25px 10px 30px;
	position: relative;
}
#side .sideBox .subList li a::before {
	content: "└";
	margin: 0;
	position: absolute;
	left: 12px;
}	
	

	
/*--------------------------------------
Footer
---------------------------------------*/
footer {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0 auto;
	padding: 0;
	background: #f6f5f1;
}
footer .areaInner {
	width: 100%;
	padding: 5.5rem 0 4rem;
}
footer .areaInner .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
footer .areaInner .logo {
	margin: 0 auto 5.5rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .06em;
	width: 300px;
}
footer .areaInner .logo a {
	display: block;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
footer .areaInner .logo a:hover {
	opacity: 0.6;
}
footer .areaInner .footBox {
	margin: 0 0 3.5rem 0;
}
footer .areaInner .footBox .sttl {
	border-bottom: 1px solid #61c1be;
	padding: 0 0 1.0rem 0;
	margin: 0 0 1.8rem;
}
footer .areaInner .footBox .sttl a {
	display: block;
	font-size: 1.6rem;
	background: url("img/foot_arrow.png") left center no-repeat;
	background-size: 11px auto;
	border: none;
	padding: 0.3rem 0 0.3rem 2.0rem;
	margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
	text-decoration: none;
	opacity: 0.6;
}

footer .footBox ul {
	padding: 0 2.0rem;
}
footer .areaInner .footBox .accChild {
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
footer .areaInner .footBox .accChild .sp {
  display: block;
}
footer .areaInner .footBox .accChild li.subCat {
	width: 22%;
	margin: 0 4% 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
	margin: 0 0 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
	display: inline-block;
	background: url(img/arrow_green_small.png) 5px 7px no-repeat;
	background-size: 5px auto;
	padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild li.subCat::after {
	content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
	/* content: "　|　"; */
	letter-spacing: 0;
	color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
	/* content: "|　"; */
	letter-spacing: 0;
	color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
	content: "";
}
footer .areaInner .footBox .accChild li {
	float: left;
	display: block;
	margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
	font-size: 1.3rem;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList {
	padding: 0 0 0 1.5rem;
	margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild .subList li {
	padding: 0.2rem 0 0 0;
	display: block;
	float: none;
	margin: 0;
	position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
	content: "└";
	position: absolute;
	top: 2px;
	left: -1px;
}
footer .areaInner .footBox .accChild .subList li a {
	font-size:1.3rem;
	background-image: none;
	padding: 0 0 0 1.5rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
	padding: 2.8rem;
	margin: 5.0rem auto 0;
}
footer .areaInner .noticeArea p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #555;
	margin: 0;
}
footer .areaInner p.ucp {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	color: #5b5b5b;
	text-align: center;
	margin: 2.5rem auto 0;
}
footer .botArea {
	font-family: "游ゴシック", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #fff;
	background: #61c1be;
}
footer .botArea .inner {
	width: 1100px;
	padding: 1.35rem 0;
	margin: 0 auto;
}
footer .botArea .inner.cf {
	content: none;
}
footer p.sitemap {
	float: right;
	padding: 0 5rem 0 0;
	font-size: 1.2rem;
}
footer p.sitemap a {
	line-height: 1.3;
	text-align: right;
	/* 	float: right; */
	padding: 0;
	text-decoration: underline;
	display: inline-block;
}
footer p.sitemap a:hover {
	text-decoration: none;
}
footer p.copy {
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: left;
	color: #fff;
	float: left;
	padding: 0 0 0 5rem;
	max-width: calc(100% - 150px);
}
footer .botArea a {
	color: #fff;
}
footer a:hover {
	/* text-decoration: underline; */
}



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

#page-top {
	position: fixed;
	bottom: 2.0rem;
	right: 2.0rem;
	z-index: 100;
	width: 60px;
}
#page-top img:hover {
	opacity: 0.6;
}



/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage {
	margin: 0 auto 6rem;
}
#contents #page.mappage h2 {
	margin: 68px auto 28px;
}
#contents #page.mappage h2 a {
}
#contents #page.mappage h2 a:hover {
	color: #333;
	text-decoration: none;
	opacity: 0.6;
}
#contents #page.mappage ul {
	margin: 0.6rem auto;
}
#contents #page.mappage ul li {
	padding: 0 0 0.6rem 2.2rem;
}
#contents #page.mappage ul.subList li:last-child {
	margin: 0 0 1.0rem;
}
#contents #page.mappage ul li a {
}
#contents #page.mappage ul li a:hover {
	opacity: 0.6;
}
#contents #page.mappage ul.subList li a {
	font-size: 1.4rem;
}




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

#a:not([class]) {text-decoration: underline;}
#index a:hover, #category a:hover, #page a:hover {
}

#index h1,#index h2,#index h3,#index h4,#index h5,#index h6,#index h7 {
	max-width: 1100px;
	margin: 0 auto;
}

#index h2,
#contents h1 {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .03em;
	text-align: center;
	color: #5b5b5b;
	padding: 34px 20px 34px 60px;
	margin: 2.5rem auto 3rem;
	position: relative;
}
#index h2 {
	margin: 85px auto 30px;
}
#contents h1 {
	margin: 2.5rem auto 4rem;
}	
#index h2::before,
#contents h1::before {
	content: "";
	width: calc(100% - 40px);
	height: 110px;
	background: url(img/h2_bg.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
	top: -25px;
	left: 0;
	z-index: -1;
}
#index h2::after,
#contents h1::after {
	content: "";
	width: calc(100% - 40px);
	height: 100%;
	background: rgba(237, 236, 230, 0.95);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 25px;
}

#index h3,
#contents h2 {
	color: #fff;
	font-size: 2.6rem;
	margin: 9rem auto 4rem;
	line-height: 1.4;
	letter-spacing: .03em;
	padding: 1.4rem 2.5rem;
	background: url(img/h3_bg.png) repeat;
	background-size: 64px auto;
	position: relative;
	border-radius: 5px;
}
#index h3 a,
#contents h2 a,
#index h4 a,
#contents h3 a,
#index h5 a,
#index h6 a,
#contents h4 a,
#contents h5 a,
#contents h6 a {
	color: #5b5b5b;
	display: block;
	padding-right: 2.8rem;
	background: url(img/arrow_black.png) no-repeat right 0.1rem center;
	background-size: 9px auto;
	text-decoration: none!important;
}

#index h3 a,
#contents h2 a {
	color: #fff;
	background: url(img/arrow_white.png) no-repeat right 0.1rem center;
	background-size: 9px auto;
}

#index h4,
#contents h3 {
	color: #5b5b5b;
	font-size: 2.2rem;
	margin: 7rem auto 3rem;
	padding: 1.5rem 1.5rem 1.5rem 8rem;
	line-height: 1.5;
	letter-spacing: .03em;
	border-bottom: 2px solid #61c1be;
	position: relative;
	background: url(img/h4_ico.png) left 1.6rem center no-repeat;
	background-size: 45px auto;
}
#contents h2 + h3 {
	margin-top: 4.5rem;
}
#index h5,
#index h6,
#contents h4,
#contents h5,
#contents h6 {
	color: #5b5b5b;
	font-size: 2.0rem;
	line-height: 1.5;
	letter-spacing: .03em;
	padding: 0 1.5rem 1.3rem;
	margin: 7rem auto 3rem;
	position: relative;
	border-bottom: 2px dotted #333;
}
.sitemap h2 a {
	color: #5b5b5b;
}



/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
	max-width: 1100px;
	margin: 2.5rem auto;
	padding: 0 1rem;
}
#contents ul:not([class]) li {
	padding: 0 0 0 25px;
	line-height: 1.8;
	position: relative;
}
#contents ul:not([class]) li:last-of-type {
	padding-bottom: 0;
}
#contents ul:not([class]) li::before {
	content: '';
	display: block;
	background: #61c1be;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
#contents ul:not([class]) li a,
#contents ol:not([class]) li a  {
	text-decoration: underline;
}
#contents ul:not([class]) li a:hover,
#contents ol:not([class]) li a:hover  {
	opacity: 1;
	text-decoration: none;
}
#contents ol:not([class]) {
	max-width: 1100px;
	margin: 2.5rem auto;
	padding: 0 1rem;
	counter-reset: number;
}
#contents ol:not([class]) li {
	padding: 2px 0 4px 30px;
	line-height: 2.142857143;
	list-style: none;
	position: relative;
	counter-increment: number;
}
#contents ol:not([class]) li::before {
	display: block;
	background: #61c1be;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	font-size: 1.2rem;
}
#contents ol:not([class]) li:nth-child(-n + 9)::before {
	content: counter(number);
}
#contents ol:not([class]) li:nth-child(n + 10)::before {
	content: counter(number);
}

/* ul,ol reset */
#contents .addParts01  ul, #contents .addParts01  ol,
#contents .addParts02  ul, #contents .addParts02  ol,
#contents .addParts03  ul, #contents .addParts03  ol,
#contents .float-wrap  ul, #contents .float-wrap  ol,
#contents .box-wrap  ul, #contents .box-wrap  ol,
#contents .frame  ul, #contents .frame  ol {
	padding: 0;
	margin: 0;
}
#contents .addParts01  ul li, #contents .addParts01  ol li,
#contents .addParts02  ul li, #contents .addParts02  ol li,
#contents .addParts03  ul li, #contents .addParts03  ol li,
#contents .float-wrap  ul li, #contents .float-wrap  ol li,
#contents .box-wrap  ul li, #contents .box-wrap  ol li,
#contents .frame  ul li, #contents .frame  ol li {
	padding: 0;
}
#contents .addParts01  ul li::before, #contents .addParts01  ol li::before,
#contents .addParts02  ul li::before, #contents .addParts02  ol li::before,
#contents .addParts03  ul li::before, #contents .addParts03  ol li::before,
#contents .float-wrap  ul li::before, #contents .float-wrap  ol li::before,
#contents .box-wrap  ul li::before, #contents .box-wrap  ol li::before,
#contents .frame  ul li::before, #contents .frame  ol li::before {
	content: none;
	display: inline;
	width: auto;
	height: auto;
	min-width: initial;
	min-width: auto;
	min-height: initial;
	min-height: auto;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #000;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	text-shadow: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: static;
}


/*--------------------------------------
　recommend,check,point
---------------------------------------*/
#index .recommend, #category .recommend, #page .recommend,
#index .check, #category .check, #page .check,
#index .point, #category .point, #page .point,
#index .rank, #category .rank, #page .rank {
	display: block;
	font-weight: normal;
}
#index .recommend a, #category .recommend a, #page .recommend a,
#index .check a, #category .check a, #page .check a,
#index .point a, #category .point a, #page .point a,
#index .rank a, #category .rank a, #page .rank a {
	display: block;
	font-size: 100%;
}
#index .recommend::before, #category .recommend::before, #page .recommend::before,
#index .check::before, #category .check::before, #page .check::before,
#index .point::before, #category .point::before, #page .point::before,
#index .rank::before, #category .rank::before, #page .rank::before {
	z-index: 0;
	background: none;
	box-shadow: 0px 0px 0px;
}
#index .recommend::after, #category .recommend::after, #page .recommend::after,
#index .check::after, #category .check::after, #page .check::after,
#index .point::after, #category .point::after, #page .point::after,
#index .rank::after, #category .rank::after, #page .rank::after {
	z-index: 0;
	background: none;
	box-shadow: 0px 0px 0px;
}
/*point*/
#contents .point {
	width: 100%;
	max-width: 1100px;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: .03em;
	color: #222;
	border-bottom: solid 1px #281209;
	padding: 3.2rem 2rem 3.2rem 9.4rem;
	margin: 5rem auto 3rem;
	position: relative;
	display: block;
	font-weight: 700;
	background: url(img/rank_point.png) no-repeat left 0.1rem center;
	background-size: 77px auto;
}
/* #contents .point::before {
	content: "POINT";
	width: 74px;
	height: 74px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 74px;
	letter-spacing: 0;
	text-align: center;
	color: #7c6853;
	background: url(img/rank_point.png) no-repeat;
	background-size: 77px auto;
	position: absolute;
	top: 13px;
	left: 0;
} */
#contents .point a {
	color: #222;
	display: block;
	padding-right: 2.8rem;
	background: url(img/arrow_black.png) no-repeat right 0.1rem center;
	background-size: 9px auto;
}



.caption {
    margin: 1rem 0 0;
    font-size: 1.0rem;
    line-height: 1.6;
		letter-spacing: .03em;
    word-break: break-word;
    color: #999;
		text-align: center;
}

.caption a {
	color: #999;
	text-decoration: none!important;
}


/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap{
	max-width: 1100px;
	margin: 6rem auto;
	box-sizing: border-box;
}
.float-wrap img{
	display: block;
	margin: 0 auto;
}
.float-wrap .flame {
    position: relative;
}
.float-wrap .fl{
	width: 350px;
	margin: 0 3rem 1rem 0;
	text-align: center;
}
.float-wrap .fr{
	width: 350px;
	margin: 0 0 10px 30px;
	text-align: center;
}
.float-wrap .ct{
	width: 500px;
	margin: 0 auto 2.5rem;
	text-align: center;
}
.float-wrap.ct .catch {
    text-align: center;
}
#contents .float-wrap .catch {
	color: #ea616f;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .03em;
	margin: 0 auto 1.2rem;
}

/*  banner  */

.lower-banner.addParts--recommended .addInner {
    background: url(img/bg_banner.jpg);
    max-width: 830px;
    margin: 0 auto;
    border: 20px solid #abdbda;
    border-radius: 10px;
    padding: 15px 10px 105px 320px;
    position: relative;
}

	.lower-banner.addParts--recommended .sp{
		display:none;
	}

.lower-banner .addInner a.btn-banner {
	background: rgb(229, 140, 144) url(img/arrow_white.svg) no-repeat right 2rem center;
	background-size: 14px;
	color: rgb(255, 255, 255);
	width: 290px;
	display: block;
	text-align: center;
	border-radius: 70px;
	padding: 15px;
	font-size: 18px;
	box-shadow: 4px 4px 1px 1px rgb(0 0 000 / 7%);
	margin-top: 20px;
	font-weight: bold;
	position: absolute;
	right: 2rem;
	}

#contents .lower-banner .addInner p {
    background: #e58c90;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}
	
.lower-banner .addInner .text {
    font-size: 3rem;
    font-weight: bold;
    color: #5b5b5b;
    line-height: 1.6em;
}

.lower-banner .addInner .text span {
    font-size: 2.6rem;
}

.lower-banner.addParts--recommended .addInner::before {content: "";display: block;position: absolute;background: url(img/photo_banner.png) no-repeat;width: 406px;height: 292px;left: -45px;top: -65px;}


.lower-banner .addInner .text-box {
    position: relative;
}

.lower-banner.addParts--recommended .addInner::after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/icon_banner.png) no-repeat;
    width: 64px;
    height: 55px;
    top: -45px;
    right: 115px;
}

/*  btns  */
#contents .btn-internal,
#contents .btn-web {
	max-width: 1100px;
	text-align: center;
	margin: 3rem auto 3.5rem;
	padding: 0;
	width: 450px;
	position: relative;
	cursor: pointer;
}
.btn-internal a::after,
.btn-web a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	position: absolute;
	right: -7px;
	bottom: -7px;
	transition: 0.2s;
	z-index: -1;
}
.btn-internal a:hover,
.btn-web a:hover {
	opacity: 0.6;
}
.btn-internal a,
.btn-web a {
	padding: 2.1rem 3.5rem 2.1rem;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none!important;
	border: 1px solid #333;
	line-height: 1.3;
	width: 100%;
	z-index: 10;
	position: relative;
	transition: 0.2s;
}
.btn-internal a {
	background: url(img/arrow_black.png) right 15px center no-repeat #fff27e;
	background-size: 7px auto;
	color: #5b5b5b;
}
.btn-web a {
	background: url(img/arrow_white.png) right 15px center no-repeat #e28b2a;
	background-size: 7px auto;
	color: #fff;
}
/*.btn-web a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	position: absolute;
	right: -6px;
	bottom: -6px;
}*/


#contents .btn-link{
	max-width: 1100px;
	margin: 3rem auto;
	text-align: right;
}
.btn-link a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 2.3rem;
	background: url(img/ico_arrow.png) left 0.1rem top 0.2rem no-repeat;
	background-size: 16px auto;
	line-height: 1.5;
	text-decoration: underline;
	font-weight: 700;
}

.btn-link a::before{
}
.btn-link a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.btn-tel {
	display: none;
}



/* ================== */
/*  テーブル　　　　　*/
/* ================== */
#contents .table-layout {
	padding: 0 1.5rem;
}
#contents table {
	width: 100%;
	max-width: 1100px;
	table-layout: fixed;
	margin: 4rem auto;
	border: solid 1px #898989;
}
#contents table th {
	width: 26.5%;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	background: #f5f5f5;
	border: solid 1px #898989;
	padding: 1.5rem;
	font-weight: 500;
	vertical-align: middle;
}
#contents table td {
	line-height: 1.4;
	padding: 1.5rem;
	background: #FFF;
	font-size: 1.4rem;
	text-align: left;
	word-break: break-word;
	border: solid 1px #898989;
	vertical-align: middle;
}

/* addParts--recommended */
.addParts--recommended {
	background: url(img/recommended_bg.png) repeat;
	margin: 0rem auto 0;
	padding: 7.5rem 0 11.5rem;
}

.lower-banner.addParts--recommended{
	background: none;
	font-family: 'Noto Sans JP';
}

#contents .addParts--recommended .btn-web {
	max-width: 400px;
}
.addParts--recommended .addInner {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
.addParts--recommended .addTopArea__wrapper:nth-child(n+2) {
	margin-top: 15rem;
}
.addParts--recommended .addTopArea {
	text-align: center;
}
#index .addParts--recommended__heading {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .05em;
	text-align: left;
	background: url(img/h3_bg.png) repeat;
  background-size: 64px auto;
	border-radius: 5px;
	padding-left: 40px;
}
#index .addParts--recommended__heading span {
	color: #fff67f;
	font-size: 3rem;
}
.addParts--recommended__items {
	background: #fff;
	padding: 50px 0 40px;
	border-radius: 25px 0 25px 0;
	display: flex;
	justify-content: space-between;
}
.addParts--recommended__item {
	width: 50%;
	padding: 0 40px;
}
.addParts--recommended__item.left {
	border-right: 1px solid #dddddd;
}
#index .addParts--recommended__item__title {
	position: relative;
	color: #5b5b5b;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .03em;
	padding: 0 0 0 88px;
	margin: 0 0 30px;
}
#index .addParts--recommended__item__title::before {
	content: "";
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#index .addParts--recommended__item.left .addParts--recommended__item__title::before {
	background: url(img/ico_heart.png) no-repeat;
}
#index .addParts--recommended__item.right .addParts--recommended__item__title::before {
	background: url(img/ico_guruguru.png) no-repeat;
}
.addParts--recommended__item__text {
	color: #5b5b5b;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .03em;
}
#contents .addParts--recommended .btn-internal {
	margin: 4rem auto 3rem;
}
#contents .addParts--recommended .btn-internal a {
	background: url(img/arrow_black_down.png) right 15px center no-repeat #fff27e;
	background-size: 11px auto;
}
.sttl--recommended,
#contents .sttl.sttl--recommended {
	margin: 0 auto 7rem;
	padding: 5.5rem 0 0;
	background: url(img/recommended_tit_ico.png) no-repeat top center;
	background-size: 175px auto;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: .03em;
	color: #5b5b5b;
}
.sttl--recommended.pickup,
#contents .sttl.sttl--recommended.pickup {
	background: url(img/pickup_tit_ico.png) no-repeat top center;
	background-size: 91px auto;
}
.sttl--recommended .sttl__small {
	font-size: 2.3rem;
	margin: 0 auto 0.5rem;
	letter-spacing: .1em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.sttl--recommended .sttl__small::before,
.sttl--recommended .sttl__small::after {
	content: '';
	border-top: 2px solid #a7aaac;
	flex-grow: 1;
	min-width: 10rem;
	max-width: 40rem;
}
.sttl--recommended .sttl__small::before {
	margin-right: 3.5rem;
}
.sttl--recommended .sttl__small::after {
	margin-left: 3.5rem;
}
.addTxt {
	text-align: left;
	width: 900px;
	max-width: 82%;
	margin: 0 auto;
	font-size: 1.6rem;
}
.addTxt + .addTxt {
	margin-top: 2rem;
}
.caption.addTopArea__caption,
.addParts02 .caption.addTopArea__caption {
	color: inherit;
	width: 900px;
	max-width: 82%;
	margin: 2rem auto 0;
	text-align: left;
	font-size: 1.2rem;
}
#contents .frame-wrap.frame-wrap--lower-bottom {
	display: flex;
	justify-content: space-between;
	padding: 3rem 0 0;
	margin: 5.5rem auto 7rem;
}
.block--lower-bottom {
	width: calc((100% - 5rem)/2);
	background: #fff;
	border-radius: 24px 0;
	padding: 0 0 4rem;
}
#index .lower-bottom .blockTitSub {
	background: url(img/recommended_catch_ico.png) no-repeat left 1.2rem center, url(img/recommended_catch_bg.png) repeat;
	background-size: 63px auto, 55px auto;
	width: calc(100% - 10.4rem);
	margin: -3rem auto 3rem;
	font-size: 1.9rem;
	font-weight: 700;
	color: #5b5b5b;
	line-height: 1.210526316;
	letter-spacing: .03em;
	padding: 1rem 1.5rem 1rem 8.5rem;
	border-radius: 6px;
}
#index .lower-bottom .block--lower-bottom:nth-child(2) .blockTitSub {
	background: url(img/recommended_catch_ico2.png) no-repeat left 2.2rem center, url(img/recommended_catch_bg.png) repeat;
	background-size: 41px auto, 55px auto;
}
#index .lower-bottom .addTopArea__wrapper:nth-child(n+2) .blockTitSub {
	background: url(img/recommended_catch_ico3.png) no-repeat left 1.2rem center, url(img/recommended_catch_bg2.png) repeat;
	background-size: 63px auto, 55px auto;
}
#index .lower-bottom .addTopArea__wrapper:nth-child(n+2) .block--lower-bottom:nth-child(1) .blockTitSub {
	background: url(img/recommended_catch_ico4.png) no-repeat left 1.3rem center, url(img/recommended_catch_bg2.png) repeat;
	background-size: 57px auto, 55px auto;
}
#index .lower-bottom .blockTitArea {
	margin: 0 auto 2.5rem;
	position: relative;
	padding: 0 1.7rem;
}
#index .lower-bottom .blockTit {
	font-size: 2.2rem;
	color: #5b5b5b;
	font-weight: 700;
	letter-spacing: .03em;
	text-align: center;
}
.block__slider {
	margin: 0 auto 2rem;
}
.block__slider__item:focus {
	outline: none;
}
.block__slider .slick-prev,
.block__slider .slick-next {
	width: 38px;
	height: 38px;
	top: 50%;
}
.block__slider .slick-prev {
	background: url(img/low_slide_prev.png) no-repeat;
	background-size: contain;
}
.block__slider .slick-next {
	background: url(img/low_slide_next.png) no-repeat;
	background-size: contain;
}
#contents .block__slider .caption {
	line-height: 1.5;
	padding: 8px 3.5rem 0;
	margin-bottom: 0;
}
.lower-bottom .priceIcoArea {
	padding: 1.4rem 3rem 0;
	margin: 0 auto 3rem;
}
.lower-bottom .priceArea {
	min-height: 260px;
	border-radius: 6px;
	background: url(img/block_check_bg_low.png) repeat;
	background-size: 8px auto;
	padding: 10px;
	position: relative;
}
.priceAreaInner {
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fff;
	padding: 15px 17px;
	border-radius: 6px;
}
.lower-bottom .priceTit {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	color: #5b5b5b;
	letter-spacing: .03em;
	padding: 0 3rem;
	margin: 0 auto;
	line-height: 1.4;
}
.lower-bottom .priceTit:nth-child(n + 2) {
	margin-top: 15px;
}
.lower-bottom .price {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	color: #5b5b5b;
	letter-spacing: .03em;
	line-height: 1.4;
	text-align: center;
}
.lower-bottom .price__middle {
	color: #d57580;
	font-size: 2.8rem;
}
.lower-bottom .price__small {
	font-size: 1.3rem;
	font-weight: normal;
}
.lower-bottom .pointArea {
	position: relative;
	width: 85%;
	background: #fffed7;
	padding: 30px 20px;
	margin: 0 auto 50px;
}
.lower-bottom .pointArea__label {
	display: table;
	background: #61c1be;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 5px 35px;
	margin: -50px auto 20px;
}
.lower-bottom .pointArea li.pointArea__list {
	position: relative;
	color: #5b5b5b;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 45px;
	margin-bottom: 15px;
}
.lower-bottom .pointArea li.pointArea__list:last-child {
	margin-bottom: 0;
}
.lower-bottom .pointArea li.pointArea__list::before {
	content: "";
	position: absolute;
	background: url(img/list_icon_check.png) no-repeat;
	width: 34px;
	height: 21px;
	left: 0;
	top: 15px;
	transform: translateY(-50%);
}
.lower-bottom .pointArea li.pointArea__list span {
	color: #d57580;
}
.lower-bottom .btn-web {
	max-width: 75%;
	margin: 0 auto 0.6rem;
}
.lower-bottom .btn-web a {
	font-size: 1.9rem;
	background-position: right 12px center;
	padding: 2rem 2.5rem 2rem 2rem;
}


/*  PC END  */



@media screen and (min-width: 481px) {
	.sp {
		display: none!important;
	}
	.sp_br {
		display: none;
	}
}



@media screen and (max-width: 480px) {
	/* SP */
	html,body{
		width: 100%;
		position: relative;
	}

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

	body {
		width: 100%;
		min-width: initial;
		min-width: auto;
		font-size: 1.4rem;
		line-height: 1.7;
		/*	overflow-x: hidden;*/
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
		color: #111;
	}
	#index > p,
	#category > p,
	#page > p {
		width: 92%;
	}
	#contents p {
		max-width: 100%;
		margin: 1rem auto 2.0rem;
		font-size: 1.5rem;
	}

	a:hover {
		opacity: 1;
	}	
		
		
		
		
	/*--------------------------------------
	　Header
	---------------------------------------*/
	.header--low {
		background: none;
		margin: 0 auto;
	}
	header .headTopWrap {
/* 		background: #fff; */
	}
	header .headTopArea {
		width: 100%;
		margin: 0 auto;
	}
	header .headTopArea .rightTxt {
		font-size: 1rem;
		line-height: 1.4;
		text-align: center;
		padding: 0.6rem 4%;
	}



	/*--------------------------------------
	　visArea
	---------------------------------------*/
	#visArea {
		position: relative;
		z-index: 1;
		margin: 0 auto;
		background: url(img/mv_pic_ct.jpg) center bottom no-repeat;
		background-size: cover;
	}
	#visArea .mainArea {
		background: none;
		height: auto;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 1.5rem 4% 2rem;
	}
	#visArea .mainArea .mainAreaInner {
		display: block;
	}
	#visArea .mainArea .siteNameArea {
		display: table;
		width: 100%;
	}
	#visArea .mainArea .siteNameAreaInner {
		display: table-cell;
		vertical-align: middle;
	}
	#visArea .mainArea .siteName {
		max-width: 205px;
	}
	#visArea .mainArea .siteNameSmall {
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.03em;
		text-align: center;
		text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
	}
	#visArea .mainArea .siteName img.sp {
		width: 80%;
		margin: 0 auto;
	}

		
	/*--------------------------------------
	　spMenuBox
	---------------------------------------*/
	/*navWrap*/
	#navWrap {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		background-color: #faf5d2;
		margin: 0 auto;
	}

	/*navTop*/
	#navWrap .navTop {
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #b9b9b9;
		position: fixed;
		top: 0;
		opacity: 0;
		z-index: 9999;
		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 #navWrap .navTop {
		top: 0 !important;
		opacity: 1!important;
	}
	#navWrap .navTopInner {
		display: table;
		width: 100%;
		padding: 0.5rem 0;
		position: relative;
	}

	#navWrap .siteName {
		display: table-cell;
		vertical-align: middle;
		width: 49.5%;
		font-size: 1.15rem;
		font-weight: 500;
		line-height: 1.4;
		padding: 0 1.0rem 0 1.0rem;
		/*background: url("img/sp_ico.png") 1.2rem center no-repeat;
		background-size: 22px 23px;*/
		border-right: 1px solid #bbb;
		text-align: center;
		position: relative;
	}
	#navWrap .siteName img {
		width: 2.85rem;
		position: absolute;
		left: 1rem;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	#navWrap .navTop__siteName__text {
		margin: 0 0 0 auto;
		width: calc(100% - 3.7rem);
		text-align: left;
		color: #000;
		font-size: 1.1rem;
	}
	#navWrap .recommendBtn {
		display: table-cell;
		vertical-align: middle;
		width: calc(50.5% - 41px);
		font-size: 1.1rem;
		font-weight: 700;
		text-align: center;
		color: #3da8a5;
		padding: 0 1.2rem;
		border-right: 1px solid #bbb;
		position: relative;
	}
	#navWrap .recommendBtn::after {
		content: '';
		position: absolute;
		right: 3px;
		bottom: 3px;
		border-top: 4px solid transparent;
		border-right: 4px solid #61c1be;
		border-bottom: 4px solid #61c1be;
		border-left: 4px solid transparent;
		z-index: 1;
	}

	#menuBtn {
		display: table-cell;
		vertical-align: middle;
		box-sizing: content-box;
		width: 21px;
		height: 50px;
		padding: 0 1.0rem;
		cursor: pointer;
		z-index: 9999;
	}
	#menuBtn .menu {
		width: 21px;
		height: 16px;
		position: absolute;
		top: calc(50% - 8px);
		outline: none;
		border: none;
		background: #000;
		background: url("img/sp_ico_menu.png") center no-repeat;
		background-size: 100%;
		
		
	}
	body.open #menuBtn .menu {
		width: 21px;
		height: 16px;
		background: url("img/sp_ico_close.png") center no-repeat;
		background-size: 100%;
	}

	/*navSp*/
	#navSp {
		position: fixed;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		background: rgba(237, 236, 230, 0.94);
		z-index: 999;
		display: none;
	}
	#navSp > div {
		height: 100%;
			overflow-y: scroll;
			/*-webkit-overflow-scrolling: touch;*/
		}
	#navSp a {
		text-decoration: none;
	}
	/* 以下装飾など */
	#navSp .navBox {
	}
	#navSp .navBox:first-child {
		border-top: 1px solid #ccc;
		overflow: hidden;
	}
	#navSp .navBox .sttl a,
	#navSp .sitemap a{
		display: block;
		box-sizing: border-box;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #000;
		background: url("img/arrow_black.png") 96% center no-repeat;
		background-size: 6px auto;
		padding: 1.1rem 9% 1.1rem 4%;
	}
	#navSp .navBox .tglMenu a{
		background: url("img/arrow_black_down.png") 96% center no-repeat;
		background-size: 10px auto;
	}
	#navSp .navBox .sttl.collapsible a {
		background: url("img/arrow_black_down.png") 96% center no-repeat;
		background-size: 10px auto;
	}
	#navSp .navBox .sttl a br {
		display: none;
	}
	#navSp .navBox .sttl.open > a {
		background: url("img/arrow_black_up.png") 96% center no-repeat;
		background-size: 10px auto;
	}
	#navSp .navBox .sttl,
	#navSp .sitemap {
		border-bottom: 1px solid #b5b5b5;
		padding: 0;
		margin: 0;
	}
	#navSp .sitemap {
		margin: 0 0 100px;
	}
	#navSp .navBox .accChild {
		display: none;
		font-size: 1.3rem;
		padding: 0;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#navSp .navBox .accChild li {
		float: none;
	}
	#navSp .navBox .accChild li a{
		display: block;
		box-sizing: border-box;
		color: #000;
		background: url("img/arrow_black.png") 95.5% center no-repeat;
		background-size: 5px auto;
		border-bottom: 1px solid #ccc;
		padding: 1.2rem 9% 1.2rem 7%;
	}
	#navSp .navBox .accChild li a:first-child {
	}

	/*navBottom*/
	#navBottom {
		display: block;
		width: 85%;
		position: relative;
		margin: 7.5% auto 7.5%;
	}
	#navBottom a {
		display: block;
		text-decoration: none;
		background: url("img/banner_bg.png") left top repeat;
		border-top: 3px solid #bee6a0;
		padding: 4%;
		position: relative;
		z-index: 1;
	}
	#navBottom a::before {
		content: "";
		background: url("img/banner_illust01.png") no-repeat;
		background-size: 100% auto;
		width: 49px;
		height: 86px;
		position: absolute;
		top: -10px;
		right: -8px;
	}
	#navBottom a::after {
		content: "";
		background: url("img/banner_illust02.png") no-repeat;
		background-size: 100% auto;
		width: 40px;
		height: 64px;
		position: absolute;
		left: -8px;
		bottom: -10px;
	}
	#navBottom .tit {
		font-size:1.5rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.01em;
		padding: 0 15% 0 3%;
		margin-bottom: 1.0rem;
	}
	#navBottom .txtArea {
		background-color: #fff;
		padding: 0 0 6%;
	}
	#navBottom .catch {
		font-size:1.3rem;
		line-height: 1.4;
		letter-spacing: 0.01em;
		border-bottom: 1px dotted #ccc;
		padding: 3.5% 5%;
	}
	#navBottom .txt {
		padding: 3.5% 5%;
	}
	#navBottom .txt p {
		font-size:1.3rem;
		line-height: 1.5;
		letter-spacing: 0.01em;
		color: #508291;
		margin: 0;
	}
	#navBottom .btn {
		width: 75%;
		font-size: 1.3rem;
		line-height: 1;
		letter-spacing: 0.01em;
		text-align: center;
		color: #fff;
		background-color: #82b4c3;
		border-radius: 5px;
		padding: 3.5% 4% 3.2% 4%;
		margin: 0 auto;
		box-shadow: 2px 2px 0px rgba(80,130,145,1);
	}


	body.open {
		height: inherit !important;
	}


	/*--------------------------------------
	pankuzu
	---------------------------------------*/
	#pankuzuWrap {
		box-sizing: border-box;
		width: 100%;
		padding: 1rem 0;
		margin: 0 auto 3.0rem;
		overflow: auto;
		white-space: nowrap;
		position: relative;
	}

	#pankuzu {
		box-sizing: border-box;
		width: 92%;
		font-size: 1.1rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		padding: 0.7rem 0;
		margin: 0 auto;
		white-space: nowrap;
	}
	#pankuzu a {
		color: #333;
		text-decoration: underline;
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	#pankuzu a:hover {
		color: #333;
		text-decoration: underline;
	}
	#pankuzu span:last-child {
		margin-right: 4%;
	}
	#pankuzu a span:last-child {
		margin-right: 0;
	}
		
		
	/*--------------------------------------
	Main Contents
	---------------------------------------*/
	#contents {
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#index {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#category,
	#page {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#category > h1:first-of-type,
	#page > h1:first-of-type {
		margin: 0 auto 3rem;
	}



	/*--------------------------------------
	　Side
	---------------------------------------*/
	#side {
		display: none;
	}



	/*--------------------------------------
	　bottomBanner
	---------------------------------------*/
	.bottomBanner {
		width: 92%;
		background: #f5f5dc;
		border: solid 1px #333;
		margin: 6.0rem auto;
		position: relative;
	}
	.bottomBanner a {
		display: block;
		padding: 1.5rem;
	}
	.bottomBanner .bnrTop {
		display: table;
		margin: 0 0 1.0rem;
	}
	.bottomBanner.imgBox {
		display: table-cell;
		vertical-align: middle;
		width: 40%;
		max-width: 90px;
	}
	.bottomBanner .catch {
		display: table-cell;
		vertical-align: middle;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: left;
		line-height: 1.4;
		padding: 0 0 0 1.5rem;
	}	
	#contents .bottomBanner p {
		font-size: 1.3rem;
		line-height: 1.6;
		margin: 0 0 1.5rem;
	}
	.bottomBanner .dtlBtn {
		display: block;
		font-size: 1.3rem;
		text-align: center;
		color: #fff;
		background: url(img/arrow_white.png) right 10px center no-repeat #333;
		background-size: 6px auto;
		padding: 8px 30px;
		margin: 0 auto;
	}


		
	/*--------------------------------------
	Footer
	---------------------------------------*/
	footer {
		width: 100%;
	}
	footer .areaInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 3.0rem 0 2.5rem 0;
	}
	footer .areaInner .inner {
		width: 100%;
		padding: 0;
	}
	footer .areaInner .logo {
		display: block;
		box-sizing: border-box;
		width: 90%;
		font-size: 1.5rem;
		line-height: 1.4;
		text-align: center;
		padding: 0;
		margin: 0 auto 2.5rem;
		width: 180px;
	}
	footer .areaInner .logo a {
		line-height: 1.4;
	}
	footer .areaInner .logo a:hover {
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	footer .areaInner .logo + .footBox {
		border-top: 1px solid #b5b5b5;
	}
	footer .areaInner .footBox {
		margin: 0;
	}
	footer .areaInner .footBox .sttl {
		border: none;
		padding: 0;
		margin: 0;
	}
	footer .areaInner .footBox .sttl a {
		box-sizing: border-box;
		font-size: 1.4rem;
		background: url("img/arrow_black_down.png") right 10px center no-repeat;
		background-size: 10px auto;
		padding: 1.0rem 3rem 1.0rem 4%;
	}
	footer .areaInner .footBox .sttl a:hover {
		-ms-filter: "alpha( opacity=100 )";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	footer .areaInner .footBox .sttl.open a {
		background: url("img/arrow_black_up.png") right 10px center no-repeat;
		background-size: 10px auto;
	}
	footer .areaInner {
		/* border-top: 1px solid #ccc; */
	}
	footer .areaInner .footBox .sttl {
		border-bottom: 1px solid #b5b5b5;
		padding: 0;
		margin: 0;
	}
	footer .footBox ul {
		padding: 0;
	}
	footer .areaInner .footBox .accChild {
		display: none;
		font-size: 1.3rem;
		padding: 0;
		box-sizing: border-box;
		background-color: #ccc;
	}
	footer .areaInner .footBox .accChild li {
		display: block;
		float: none;
	}
	footer .areaInner .footBox .accChild li a {
		display: block;
		box-sizing: border-box;
		font-size: 1.3rem;
		background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
		background-size: 6px auto;
		border-bottom: 1px solid #ccc;
		padding: 1.0rem 9% 1.0rem 4%;
	}
	footer .areaInner .footBox .accChild li.subCat {
		width: 100%;
		margin: 0;
	}
	footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n + 1) {
		margin: 0 0 0 0;
	}
	footer .areaInner .footBox .accChild li.subCat a {
		display: block;
		background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
		background-size: 6px auto;
		padding: 1.0rem 9% 1.0rem 4%;
	}
	footer .areaInner .footBox .accChild li.subCat a::before {
		content: none;
		font-size: 1.2rem;
		position: relative;
		left: -2px;
		margin-right: 0.2rem;
	}
	footer .areaInner .footBox .accChild .subList {
		padding: 0;
		margin: 0;
	}
	footer .areaInner .footBox .accChild .subList li {
		padding: 0;
		display: block;
		float: none;
		margin: 0;
	}
	footer .areaInner .footBox .accChild .subList li::before {
		content: none;
		color: #000;
		margin-right: 0;
	}
	footer .areaInner .footBox .accChild .subList li a {
		font-size:1.3rem;
		padding: 1.0rem 9% 1.0rem 10%;
		background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
		background-size: 6px auto;
	}
	footer .areaInner .footBox .accChild .subList li a::before {
		content: "└";
		display: block;
		color: #333;
		position: absolute;
		top: 12px;
		left: 4%;
		margin: 0;
	}
	footer .areaInner .noticeArea {
		width: 92%;
		margin: 2.5rem auto 0rem;
		padding: 1.5rem 5%;
		line-height: 1.8;
	}
	footer .areaInner .noticeArea p {
		font-size: 1.2rem;
	}
	footer .areaInner p.ucp {
		font-size: 1.1rem;
		line-height: 1.4;
		text-align: center;
		margin: 1.5rem auto 0;
		width: 92%;
	}
	footer .botArea {
	}
	footer .botArea .inner {
		width: 92%;
		padding: 1.2rem 0;
		margin: 0 auto;
	}
	footer .botArea .inner .cf {
		content: none;
	}
	footer p.sitemap {
		line-height: 1.3;
		text-align: right;
		padding: 0.5rem 0;
	}
	footer p.copy {
		width: calc(100% - 100px);
		font-size: 1.2rem;
		text-align: center;
		padding: 0.5rem 0;
		max-width: 100%;
	}
	footer p.sitemap a {
		padding: 0;
	}
	footer p.copy a {
		text-decoration: none;
	}
	footer a {
		text-decoration: none;
	}
	footer a:hover {
		text-decoration: none;
	}



	/*--------------------------------------
	　PageTop
	---------------------------------------*/
	#page-top {
		position: fixed;
		bottom: 4%;
		right: 4%;
		width: 50px;
	}
	#page-top img {
		width: 100%;
	}



	/* ================== */
	/*  サイトマップ　　　*/
	/* ================== */
	#contents #page.mappage {
	}
	#contents #page.mappage h2 {
		margin: 5.0rem auto 2.0rem;
	}
	#contents #page.mappage h2 a {
	}
	#contents #page.mappage h2 a:hover {
		color: #333;
		text-decoration: none;
		opacity: 1;
	}
	#contents #page.mappage ul {
		margin: 1.0rem auto 1.0rem;
	}
	#contents #page.mappage ul li {
		padding: 0 0 0.6rem 1.6rem;
	}
	#contents #page.mappage ul.subList li:last-child {
		margin: 0 0 1.0rem;
	}
	#contents #page.mappage ul li a {
	}
	#contents #page.mappage ul li a:hover {
		opacity: 1;
	}
	#contents #page.mappage ul.subList li a {
		font-size: 1.4rem;
	}




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

	#index a, #category a, #page a {
	}
	#index a:hover, #category a:hover, #page a:hover {
	}

	#index h1,
	#index h2,
	#index h3,
	#index h4,
	#index h5,
	#index h6,
	#index h7,
	#contents h1,
	#contents h2,
	#contents h3,
	#contents h4,
	#contents h5,
	#contents h6,
	#contents h7 {
		max-width: 92%;
		margin: 0 auto;
	}

	#index h2,
	#contents h1 {
		font-size: 2rem;
		line-height: 1.4;
		padding: 2.0rem 2.0rem 2.0rem 3.5rem;
		margin: 2.5rem auto 3.0rem;
		position: relative;
	}
	#index h2 {
		margin: 8.5rem auto 3.0rem;
	}
	#contents h1 {
		margin: 2.5rem 0 8.0rem;
	}	
	#index h2::before,
	#contents h1::before {
		content: "";
		width: calc(100% - 15px);
		height: 60px;
		background: url("img/h2_bg.jpg") left center no-repeat;
		background-size: cover;
		position: absolute;
		top: -13px;
		left: 0;
		z-index: -1;
	}
	#contents h1::before {
		border-radius: 0 10px 0 25px;
		height: 100%;
	}
	#index h2::after,
	#contents h1::after {
		width: calc(100% - 15px);
	}

	#index h3,
	#contents h2 {
		font-size: 18px;
		margin: 5rem auto 2rem;
		padding: 1.2rem 4%;
		background-size: 32px auto;
	}

	#index h3 a,
	#contents h2 a,
	#index h4 a,
	#contents h3 a,
	#index h5 a,
	#index h6 a,
	#contents h4 a,
	#contents h5 a,
	#contents h6 a {
		background-size: 7px auto;
		padding-right: 2rem;
	}

	#index h4,
	#contents h3 {
		font-size: 1.8rem;
		margin: 4.0rem auto 2.0rem;
		padding: 1rem 3% 1rem 3.8rem;
		background-size: 20px auto;
		background-position: left 0.8rem center;
	}
	#contents h2 + h3 {
		margin-top: 2.5rem;
	}

	#index h5,
	#index h6,
	#contents h4,
	#contents h5,
	#contents h6 {
		font-size: 1.7rem;
		padding: 0 3% 1rem;
		margin: 4rem auto 1.5rem;
	}


	/*--------------------------------------
	　list
	---------------------------------------*/
	#contents #index > ul,
	#contents #category > ul,
	#contents #page > ul {
		width: 92%;
	}
	#contents ul:not([class]){
		width: 100%;
		box-sizing: border-box;
		margin: 2.0rem auto;
		padding:0 3% 0;
	}
	#contents ul:not([class]) li{
		font-size: 1.3rem;
		/* min-height: 12px; */
		padding: 0 0 0.3rem 2.3rem;
	}
	#contents ul:not([class]) li::before{
		width: 8px;
		height: 8px;
		top: 8px;
	}
	#contents #index > ol:not([class]),
	#contents #category > ol:not([class]),
	#contents #page > ol:not([class]) {
		width: 92%;
	}
	#contents ol:not([class]) {
		width: 100%;
		box-sizing: border-box;
		margin: 2rem auto;
		padding: 0 3%;
	}
	#contents ol:not([class]) li{
		/* font-size: 1.3rem; */
		padding: 0 0 0.3rem 2.3rem;
	}
	#contents ol:not([class]) li::before{
		width: 16px;
		height: 16px;
		top: 4px;
		font-size: 1.0rem;
		line-height: 1.6;
		letter-spacing: -0.5px;
	}
	#contents ol:not([class]) li:nth-child(-n + 9):before {
		content: counter(number);
	}
	#contents ol:not([class]) li:nth-child(n + 10):before {
		content: counter(number);
	}



	/*--------------------------------------
	　recommend,check,point
	---------------------------------------*/
	#contents .rank_wrap p, #contents .recommend_number_wrap p, #contents .check_number_wrap p, #contents .point_number_wrap p {
		max-width: 92%;
	}
	/*recommend*/
	#contents .recommend {
		width: 92%;
		max-width: 92%;
		min-height: 70px;
		height: auto;
		font-size: 1.6rem;
		line-height: 1.4;
		background: url("img/color_blue.png") 25px 30px no-repeat;
		background-size: 1px 100%;
		padding: 1.5rem 1.5rem 1.5rem 6.2rem;
		margin: 2.0rem auto 1.5rem;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#contents .recommend::before {
		content: "おすすめ";
		width: 50px;
		height: 50px;
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 50px;
		letter-spacing: 0;
		text-align: center;
		background: url("img/rank_recommend.png") 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		top: 10px;
		left: 0;
		/*-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);*/
	}
	#contents .recommend a {
		text-decoration: underline;
	}
	/*check*/
	#contents .check {
		width: 92%;
		max-width: 92%;
		min-height: 70px;
		height: auto;
		font-size: 1.6rem;
		line-height: 1.4;
		background: url("img/color_green.png") 25px 30px no-repeat;
		background-size: 1px 100%;
		padding: 1.5rem 1.5rem 1.5rem 6.2rem;
		margin: 2.0rem auto 1.5rem;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#contents .check::before {
		content: "CHECK";
		width: 50px;
		height: 50px;
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 50px;
		letter-spacing: 0;
		text-align: center;
		background: url("img/rank_check.png") 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		top: 10px;
		left: 0;
		/*-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);*/
	}
	#contents .check a {
		text-decoration: underline;
	}
	/*point*/
	#contents .point {
		width: 92%;
		max-width: 92%;
		font-size: 1.6rem;
		padding: 1rem 2% 1rem 5.8rem;
		margin: 3rem auto 1.5rem;
		background-size: 50px auto;
		min-height: 60px;
		display: flex;
		align-items: center;
	}
/* 	#contents .point::before {
		content: "POINT";
		width: 50px;
		height: 50px;
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 50px;
		letter-spacing: 0;
		text-align: center;
		background: url("img/rank_point.png") 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		top: 10px;
		left: 0;
	} */
	#contents .point a {
		background-size: 7px auto;
		width: 100%;
		padding-right: 2rem;
	}
	/*rank_wrap*/
	#contents .rank_wrap {
		counter-reset: num;
		margin: 3.0rem auto 2.0rem;
	}
	#contents .rank_wrap .rank {
		width: 92%;
		max-width: 92%;
		min-height: 70px;
		height: auto;
		font-size: 1.6rem;
		line-height: 1.4;
		color: #333;
		border-bottom: solid 1px #333;
		background: url("img/color_black.png") 25px 30px no-repeat;
		background-size: 1px 100%;
		padding: 1.5rem 1.5rem 1.5rem 6.2rem;
		margin: 2.0rem auto 1.5rem;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#contents .rank_wrap .rank::before {
		content: counter(num, decimal-leading-zero);
		counter-increment: num;
		width: 50px;
		height: 50px;
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 50px;
		letter-spacing: 0;
		text-align: center;
		color: #333;
		background: url("img/rank.png") 0 0 no-repeat;
		background-size: 100%;
		position: absolute;
		top: 10px;
		left: 0;
		/*-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);*/
	}
	#contents .rank a {
		color: #333;
		text-decoration: underline;
	}
	/*recommend_number_wrap*/
	#contents .recommend_number_wrap {
		counter-reset: num;
		margin: 3.0rem auto 2.0rem;
	}
	#contents .recommend_number_wrap .recommend {
	}
	#contents .recommend_number_wrap .recommend::before {
		display: block;
		font-size: 0.9rem;
		line-height: 1;
		padding: 1.2rem 0;
	}
	#contents .recommend_number_wrap .recommend::after {
		content: counter(num, decimal-leading-zero);
		counter-increment: num;
		width: 50px;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1;
		text-align: center;
		position: absolute;
		top: 32px;
		left: 0;
	}
	/*check_number_wrap*/
	#contents .check_number_wrap {
		counter-reset: num;
		margin: 3.0rem auto 2.0rem;
	}
	#contents .check_number_wrap .check {
	}
	#contents .check_number_wrap .check::before {
		display: block;
		font-size: 0.9rem;
		line-height: 1;
		padding: 1.2rem 0;
	}
	#contents .check_number_wrap .check::after {
		content: counter(num, decimal-leading-zero);
		counter-increment: num;
		width: 50px;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1;
		text-align: center;
		position: absolute;
		top: 32px;
		left: 0;
	}
	/*point_number_wrap*/
	#contents .point_number_wrap {
		counter-reset: num;
		margin: 3.0rem auto 2.0rem;
	}
	#contents .point_number_wrap .point {
	}
	#contents .point_number_wrap .point::before {
		display: block;
		font-size: 0.9rem;
		line-height: 1;
		padding: 1.2rem 0;
	}
	#contents .point_number_wrap .point::after {
		content: counter(num, decimal-leading-zero);
		counter-increment: num;
		width: 50px;
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 1;
		text-align: center;
		position: absolute;
		top: 32px;
		left: 0;
	}



	#contents .caption {
		margin: 8px 1.5rem 0;
		font-size: 1.0rem;
		line-height: 1.3;
		word-break: break-all;
		color: #999;
	}



	/*--------------------------------------
	　float-wrap
	---------------------------------------*/
	#contents .float-wrap{
		width: 92%;
		margin: 4.5rem auto;
		position: relative;
	}
	#contents .float-wrap .flame {
		width: 85%;
		margin: 0 auto;
	}
	#contents .float-wrap .float-img {
		box-sizing: border-box;
		width: auto;
		margin: 0 auto 1rem;
		text-align: center;
	}
	#contents .float-wrap img{
		box-sizing: border-box;
		max-width: 100%;
	}
	#contents .float-wrap .sttl {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#contents .float-wrap .catch {
		font-size: 1.6rem;
		margin: 0 0 1rem;
		text-align: left;
	}
	#contents .float-wrap p {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#contents .float-wrap p:not(.catch) + p {
		margin-top: 1.5rem;
	}
	#contents .float-wrap .fl {
		width: 100%;
		padding: 0;
		float: none;
	}
	#contents .float-wrap .fr{
		width: 100%;
		padding: 0;
		float: none;
	}
	#contents .float-wrap .ct{
		width: 100%;
		padding: 0;
	}

	#contents .float-wrap .fl.t_small{
		box-sizing: content-box;
		width: 40%;
		padding: 0 6% 0 0;
		float: left;
	}
	#contents .float-wrap .fr.t_small{
		box-sizing: content-box;
		width: 40%;
		padding: 0 0 0 6%;
		float: right;
	}
	#contents .float-wrap .fl.t_small .flame,
	#contents .float-wrap .fr.t_small .flame{
		width: 100%;
	}

	#contents .float-wrap .float-body.fl {
		width: auto;
		position: static;
		text-align: left;
	}
	#contents .float-wrap .float-body.fr {
		width: auto;
		position: static;
		text-align: left;
	}

	/*float-wrap-head*/
	#index .float-wrap .float-wrap-head, #category .float-wrap .float-wrap-head, #page .float-wrap .float-wrap-head {
		display: table;
		width: auto !important;
		height: auto;
		background: none;
		border: none;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
		text-align: left;
		color: #000;
		margin: 0 auto 0.8rem;
		position: relative;
	}
	#index .float-wrap .float-wrap-head a, #category .float-wrap .float-wrap-head a, #page .float-wrap .float-wrap-head a {
		width: auto;
		font-size: 100%;
		text-decoration: none;
	}
	#index .float-wrap .float-wrap-head a:hover, #category .float-wrap .float-wrap-head a:hover, #page .float-wrap .float-wrap-head a:hover {
		color: #000;
		text-decoration: none;
	}
	#index .float-wrap .float-body.fl .float-wrap-head, #category .float-wrap .float-body.fl .float-wrap-head, #page .float-wrap .float-body.fl .float-wrap-head,
	#index .float-wrap .float-body.fr .float-wrap-head, #category .float-wrap .float-body.fr .float-wrap-head, #page .float-wrap .float-body.fr .float-wrap-head {
		width: 100%;
	}
	#contents .float-wrap .float-wrap-head::after {
		content: none;
	}

	/*  btns  */
	#contents .btn-internal,
	#contents .btn-web,
	#contents .btn-tel,
	#contents .btn-link {
		max-width: 90%;
		text-align: center;
		margin: 2rem auto 2.5rem;
		padding: 0;
		width: 80%;
	}
	.btn-internal:hover a,
	.btn-web:hover a {
		-webkit-transform: none;
		transform: none;
	}
	.btn-internal a,
	.btn-web a,
	.btn-tel a,
	.btn-link a {
		text-align: center;
		font-weight: 700;
		font-size: 1.4rem;
		display: block;
		line-height: 1.4;
		border: 1px solid #333;
		position: relative;
		padding: 1.8rem 2.5rem;
		z-index: 0;
		text-decoration: none!important;
	}
	.btn-internal a {
		background-position: right 1rem center;
		background-size: 6px auto;
		transition: none;
		transform: none;
	}
	.btn-web a {
		background-position: right 1rem center;
		background-size: 6px auto;
		transition: none;
		transform: none;
	}


	#contents .btn-link {
		/* text-align: left; */
	}
	.btn-link a {
		padding: 1.8rem 3rem;
		background-position: right 0.7rem center;
		background-size: 14px auto;
	}
	.btn-link a::before {
	}
	.btn-link a:hover {
		opacity: 1;
		text-decoration: none;
	}
	.btn-tel {
		display: block;
	}
	.btn-tel a {
		background: url(img/ico_tel.png) left 1.5rem center no-repeat #009bc0;
		background-size: 20px auto;
		color: #fff;
		padding-left: 3.6rem;
		text-decoration: none!important;
	}
	.btn-link a::after,
	.btn-internal a::after,
	.btn-web a::after,
	.btn-tel a::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		border: 1px solid #333;
		border-width: 0 1px 1px 0;
		position: absolute;
		right: -6px;
		bottom: -6px;
		z-index: -1;
	}



	/* ================== */
	/*  テーブル　　　　　*/
	/* ================== */
	#contents #index > table,
	#contents #category > table,
	#contents #page > table {
		width: 92%;
	}
	#contents table {
		box-sizing: border-box;
		width: 100%;
		max-width: initial;
		max-width: unset;
		table-layout: fixed;
		margin: 3.0rem auto;
		border-bottom: none;
	}
	#contents table th {
		width: 100%;
		padding: 1.2rem 5%;
		/* font-size: 1.3rem; */
		display: block;
		border: none;
		border-bottom: solid 1px #898989;
	}
	#contents table td {
		width: 100%;
		display: block;
		padding: 1.2rem 5%;
		/* font-size: 1.3rem; */
		border: none;
		border-bottom: solid 1px #898989;
	}

	/* lower-banner */

	.lower-banner.addParts--recommended .addInner {
		padding: 0;
		border: 10px solid #abdbda;
	}

	.lower-banner .addInner .text-box {
		padding: 0 2rem;
	}

	.lower-banner.addParts--recommended .sp{
		display:block;
		padding: 1rem;
	}	

	.lower-banner .addInner .text {
		font-size: 1.8rem;
	}

	.lower-banner .addInner .text span {
		font-size: 1.6rem;
	}

	.lower-banner .addInner a.btn-banner {
		position: relative;
		margin: 1rem auto 3rem;
		width: 90%;
		display: block;
		right: auto;
		padding: 1rem 2rem;
	}

	#contents .lower-banner .addInner p {
		display: block;
		text-align: center;
		font-size: 1.4rem;
	}

	#contents .lower-banner.addParts--recommended .addInner::before {
        display:none;
	}	

	#contents .lower-banner.addParts--recommended .addInner::after{
        right: 0;
        top: -3rem;
 }

	/* addParts--recommended */


	.addParts--recommended {
		margin: 4rem auto 0;
		padding: 0rem 0 6rem;
		background-size: 100px auto;
	}
	.addParts--recommended .addInner {
		width: 92%;
		max-width: 92%;
		margin: 0 auto;
	}
	.sttl--recommended {
		margin: 0 auto 1.5rem;
		padding: 3.5rem 0 0;
		background-size: auto 25px;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.sttl--recommended .sttl__small {
		font-size: 1.6rem;
		margin: 0 auto 0.5rem;
	}
	.sttl--recommended .sttl__small::before,
	.sttl--recommended .sttl__small::after {
		min-width: 6%;
	}
	.sttl--recommended .sttl__small::before {
		margin-right: 1rem;
	}
	.sttl--recommended .sttl__small::after {
		margin-left: 1rem;
	}
	.addTxt {
		width: 100%;
		max-width: 100%;
		font-size: 1.5rem;
		padding: 0 1.5rem;
	}
	.caption.addTopArea__caption,
    .addParts02 .caption.addTopArea__caption {
    	width: 100%;
    	max-width: 100%;
    	margin: 2rem auto 0;
    	padding: 0 1.5rem;
    }
	.frame-wrap--lower-bottom {
		padding: 1.5rem 0 0;
		margin: 3rem auto 0;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.block--lower-bottom {
		width: 100%;
		padding: 0 0 3rem;
		margin: 0;
	}
	.block--lower-bottom + .block--lower-bottom {
		margin-top: 4rem;
	}
	#index .lower-bottom .blockTitSub {
		background-position: left 1rem center, center;
		background-size: 34px auto, 55px auto;
		width: 90%;
		margin: -1.5rem auto 2.5rem;
		font-size: 1.5rem;
		padding: 1rem 4% 1rem 5rem;
	}

	#index .lower-bottom .block--lower-bottom:nth-child(2) .blockTitSub {
		background: url(img/recommended_catch_ico2.png) no-repeat left 1.2rem center, url(img/recommended_catch_bg.png) repeat;
		background-size: 30px auto, 55px auto;
	}
	#index .lower-bottom .addTopArea__wrapper:nth-child(n+2) .block--lower-bottom:nth-child(1) .blockTitSub {
		background: url(img/recommended_catch_ico4.png) no-repeat left 1.2rem center, url(img/recommended_catch_bg2.png) repeat;
		background-size: 30px auto, 55px auto;
	}
	#index .lower-bottom .addTopArea__wrapper:nth-child(n+2) .block--lower-bottom:nth-child(2) .blockTitSub {
		background: url(img/recommended_catch_ico3.png) no-repeat left 1.2rem center, url(img/recommended_catch_bg2.png) repeat;
		background-size: 30px auto, 55px auto;
	}
	
	#index .lower-bottom .blockTitArea {
		margin: 0 auto 1.5rem;
		padding: 0 5% 1.5rem;
	}
	#index .lower-bottom .blockTit {
		font-size: 2rem;
		margin: 0 auto;
	}
	.block__slider {
		margin: 0 auto 1rem;
	}
	.block__slider .slick-track {
		display: flex;
		align-items: center;
	}
	.block__slider__item:focus {
		outline: none;
	}
	.block__slider .slick-prev,
	.block__slider .slick-next {
		width: 24px;
		height: 24px;
		top: 40%;
	}
	.slick-slide img {
		margin: 0 auto;
	}
	.block__slider .caption {
		line-height: 1.6;
		padding: 0 3rem;
		font-feature-settings: "palt";
	}
	.lower-bottom .priceArea {
		min-height: auto;
	}
	.lower-bottom .priceIcoArea {
		padding: 1.4rem 5% 0;
		margin: 0 auto 2rem;
	}
	.lower-bottom .priceArea::before {
		width: 55px;
		height: 55px;
		top: -14px;
		left: -2%;
	}
	.priceAreaInner {
		min-height: auto;
		padding: 1rem 5%;
	}
	.lower-bottom .priceTit {
		font-size: 1.6rem;
		padding: 0 2.5rem;
		margin: 0 auto 0.5rem;
	}
	.lower-bottom .price {
		padding: 0;
		background-size: 18px auto;
		font-size: 1.6rem;
		width: 215px;
		max-width: 100%;
		margin: 0 auto;
	}
	.lower-bottom .price__middle {
		font-size: 2.5rem;
	}
	.lower-bottom .price__small {
		font-size: 1.4rem;
	}
	.lower-bottom .btn-web {
		max-width: 80%;
	}
	.lower-bottom .btn-web a {
		font-size: 1.4rem;
		background-position: right 1rem center;
		padding: 1.8rem 2.5rem;
	}

	.sttl--recommended, #contents .sttl.sttl--recommended {
		font-size: 2rem;
		margin-bottom: 2rem;
		background-size: 100px;
		padding-top: 4rem;
	}

	#contents .frame-wrap.frame-wrap--lower-bottom {
		margin: 3rem auto 5rem;
	}

	.lower-bottom .block--lower-bottom:nth-child(2) .blockTitSub,
	.lower-bottom .addTopArea__wrapper:nth-child(n+2) .blockTitSub,
	.lower-bottom .addTopArea__wrapper:nth-child(n+2) .block--lower-bottom:nth-child(2) .blockTitSub {
		background-position: left 1rem center, center;
		background-size: 20px auto, 55px auto;
	}

	#index .addParts--recommended__heading {
		font-size: 1.8rem;
		padding: 1.2rem 4%;
	}
	#index .addParts--recommended__heading span {
		font-size: 2.4rem;
	}

	.addParts--recommended__items {
		display: block;
		padding: 30px 0 20px;
	}
	.addParts--recommended__item {
		width: 100%;
		padding: 0 15px;
		border: none;
	}
	
	.addParts--recommended__item.left{
			border-right: none;
			border-bottom: 1px solid #ddd;
			padding: 0 0 3rem;
			width: 90%;
			margin: 0 auto;
	}

	.addParts--recommended__item.right{
		padding-top:3rem;		
	}	

	#index .addParts--recommended__item__title {
		font-size: 1.8rem;
		padding-left: 60px;
		margin: 0 0 1rem;
	}
	#index .addParts--recommended__item__title::before {
		width: 48px;
		height: 48px;
	}
	#index .addParts--recommended__item.left .addParts--recommended__item__title::before,
	#index .addParts--recommended__item.right .addParts--recommended__item__title::before {
		background-size: 48px auto;
	}

	.addParts--recommended .addTopArea__wrapper:nth-child(n+2) {
		margin-top: 6rem;
	}

	.lower-bottom .pointArea {
		width: 90%;
		padding: 20px 10px;
		margin: 30px auto 30px;
	}
	.lower-bottom .pointArea__label {
		font-size: 1.4rem;
		margin: -40px auto 15px;
	}
	.lower-bottom .pointArea li.pointArea__list {
		font-size: 1.4rem;
		padding-left: 32px;
	}
	.lower-bottom .pointArea li.pointArea__list::before {
		background-size: 24px auto;
		width: 24px;
		height: 15px;
		top: 10px;
	}

	#contents .addParts--recommended .btn-web {
		width: 80%;
	}
}