@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
/* outline:0; */
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* input focus outline */
input:focus {
	outline: solid 2px var(--main-font-color);
}
:root {
	--main-font-color: #3d454f;
	--base-color: #eff1f3;
	--red-color: #cc5e79;
	--blue-color: #3d6ead;
}
/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: var(--main-font-color);
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: 700; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt80 { margin-top: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb110 { margin-bottom: 110px !important; }
.mb120 { margin-bottom: 120px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml1em { margin-left: 1em !important; }
.ml2rem { margin-left: 2rem !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }

/* リンク */
a {
	color: var(--main-font-color);
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}
/* カラー */
.red { color: var(--red-color) !important; }
.blue { color: var(--blue-color) !important; }
.gray { color: #808080 !important; }
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f19 { font-size: 1.9rem; }
.f20 { font-size: 2rem; }
.f21 { font-size: 2.1rem; }
.f22 { font-size: 2.2rem; }
.f23 { font-size: 2.3rem; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f27 { font-size: 2.7rem; }
.f28 { font-size: 2.8rem; }
.f29 { font-size: 2.9rem; }
.f30 { font-size: 3rem; }
.f34 { font-size: 3.4rem; }
.f48 { font-size: 4.8rem; }
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti1hc {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti3c {
	padding-left: 3em;
	text-indent: -3em;
}
.ti4c {
	padding-left: 4em;
	text-indent: -4em;
}
.ti5c {
	padding-left: 5em;
	text-indent: -5em;
}
/* 下線 */
u { text-decoration: underline; }
/* ルビ */
ruby rt { font-size: 50%; }
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left !important; }
	.pc_tac { text-align: center !important; }
	.pc_tar { text-align: right !important; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mt20 { margin-top: 20px !important }
	.pc_mt10 { margin-top: 10px !important }
	.pc_mt5 { margin-top: 5px !important }
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb25 { margin-bottom: 25px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb70 { margin-bottom: 70px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	.pc_ml20 { margin-left: 20px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: var(--main-font-color);
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみブロック */
	.pc_block {
		display: block;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}

}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site { 
		min-width: 0;
		font-size: 1.5rem;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 45px !important; }
	.mb80 { margin-bottom: 50px !important; }
	.mb90 { margin-bottom: 55px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb110 { margin-bottom: 65px !important; }
	.mb120 { margin-bottom: 70px !important; }
	.sp_mt10 { margin-top: 10px !important; }
	.sb_mt-30 { margin-top: -30px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40 { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f11 { font-size: 1rem; }
	.f12 { font-size: 1.1rem; }
	.f13 { font-size: 1.1rem; }
	.small,
	.f14 { font-size: 1.2rem; }
	.f15 { font-size: 1.3rem; }
	.f16 { font-size: 1.4rem; }
	.big,
	.f18 { font-size: 1.6rem; }
	.f19 { font-size: 1.6rem; }
	.f20 { font-size: 1.6rem; }
	.f21 { font-size: 1.7rem; }
	.f22 { font-size: 1.7rem; }
	.f23 { font-size: 1.8rem; }
	.f24 { font-size: 1.8rem; }
	.f25 { font-size: 1.9rem; }
	.f26 { font-size: 2rem; }
	.f27 { font-size: 2.1rem; }
	.f28 { font-size: 2.2rem; }
	.f29 { font-size: 2.3rem; }
	.f30 { font-size: 2.3rem; }
	.f34 { font-size: 2.4rem; }
	.f48 { font-size: 2.8rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
}

/* ------------------------------
 ヘッダー（PC）
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--main-font-color);
	font-weight: 500;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
}
.headerBlock {
	width: 100%;
	height: 100%;
	text-align: left;
}
.header a {
	color: var(--main-font-color);
}
.header a:hover {
	color: #3d6ead !important;
	opacity: 1;
}
/* -- リンク -- */
.headerSubMenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	gap: 0 20px;
}
.headerSubMenu ul {
	display: flex;
	flex-flow: row wrap;
}
.headerSubMenu ul > li {
	font-size: 1.5rem;
}
/* ご購入はこちらボタン */
.headerBlock .gnav .headerMenu > li.purchase {
	margin-right: 30px;
}
.headerBlock .gnav .headerMenu > li.purchase > p {
	height: 54px;
	line-height: 54px;
}
.headerBlock .gnav .headerMenu > li.purchase > p a {
	font-size: 1.6rem;
	color: #fff;
	background: linear-gradient(to right, #e69aac, #db7b8f);
	padding: 20px 25px 20px 30px;
	border-radius: 54px;
	justify-content: center;
}
.headerBlock .gnav .headerMenu > li.purchase > p a::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(../img/icon_cart.svg) no-repeat center / 25px auto;
	margin-left: 8px;
	margin-bottom: 3px;
}
.headerBlock .gnav .headerMenu > li.purchase > p a:hover {
	color: #fff !important;
	opacity: .8;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
	}
	.slidemenu-btn {
		display: none !important;
	}
	/* -- ロゴ -- */
	.logoBox {
		display: flex;
		align-items: center;
		width: auto;
	}
	.header .logoBox {
		margin-left: 10px;
	}
	.header .logoBox > a img {
		width: 290px;
		height: auto;
	}
	
	/*-- グローバルナビ --*/
	.headerBlock .gnav {
		display: flex;
		align-items: center;
        justify-content: flex-end;
		width: auto;
		height: 100px;
		gap: 10px;
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav .headerMenu {
		display: flex;
		justify-content: center;
		gap: 0 18px;
		height: 100px;
		visibility: visible;
	}
	.headerBlock .gnav .headerMenu > li {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.5rem;
		font-weight: 600;
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li.on > p a {
		opacity: 0.7;
	}
	/* 開閉コンテンツ */ 
	.select_block {
		position: absolute;
		transition: opacity 0.2s ease-in-out;
		visibility: hidden;
		opacity: 0;
	}
	.check_select_block:checked + div .select_block {
		visibility: visible;
		opacity: 1;
	}
}
@media print, screen and (min-width: 1450px) {
	/* -- ロゴ -- */
	.header .logoBox {
		margin-left: 30px;
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav {
		gap: 30px;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 30px;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.6rem;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		margin: 0 auto;
	}
	/* ロゴ */
	.header .logoBlock {
		z-index: 1000;
		width: 100%;
		top: 0;
		position: relative;
	}
	.header .logoBox {
		position: relative;
		display: flex;
		align-items: center;
		background-color: #fff;
		padding-left: 3%;
		height: 60px;
		z-index: 1000;
	}
	.header .logoBox > a img {
		width: 174px;
		height: auto;
	}
	.page-open-slidemenu .header .logoBox {
		background-color: #fff;
	}
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		transition: 0.2s ease-in-out;
		cursor: pointer;
		z-index: 1000;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		display: block;
		position: absolute;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		width: 33px;
		height: 2px;
		background-color: #3D6EAD;
		border-radius: 1px;
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .header .menu-icon,
	.page-open-slidemenu .header .menu-icon:before,
	.page-open-slidemenu .header .menu-icon:after {
		background-color: #3D6EAD;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		content: "";
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.header .menu-icon {
		display: block;
		width: 33px;
		height: 2px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #3D6EAD;
		transition: all .25s ease-out;
	}
	.header .menu-icon:before {
		top: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.header .menu-icon:after {
		bottom: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .header .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .header .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .header .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	
	/* グローバルナビ */
	.headerBlock .gnav {
		-webkit-transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		padding: 60px 0 0;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		display: flex;
		flex-flow: column;
	}
	
	/* 開いたら固定 */
	.page-open-slidemenu .headerBlock {
		position: fixed;
		top: 0;
	}
	.page-open-slidemenu .headerBlock .gnav {
		height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	.headerBlock .gnav .headerMenu {
		margin-bottom: 30px;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		text-align: left;
	}
	.headerBlock .gnav .headerMenu > li {
		width: 90%;
		position: relative;
		z-index: 1;
		margin: auto;
	}
	.headerBlock .gnav .headerMenu > li > p {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > p > a {
		display: flex;
		align-items: center;
		height: 66px;
        line-height: 1.3;
		font-weight: bold;
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li:not(.purchase) > p > a::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		border-top: solid 2px #3d6ead;
		border-right: solid 2px #3d6ead;
		right: 8px;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	
	
	.headerBlock .gnav .headerMenu > li  {
		border-bottom: solid 1px #e5e5e5;
	}
	.headerBlock .gnav .headerMenu > li.purchase {
		border-bottom: none;
		text-align: center;
		margin: 30px auto 90px;
		width: 220px;
	}
	.headerBlock .gnav .headerMenu > li.purchase a {
		border-radius: 60px;
		height: 60px;
	}
	
}
/* ------------------------------
 メニューレイヤー（PC）
------------------------------ */
.menu-layer {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	transition: 0.2s ease-in-out;
}
/* ------------------------------
 メニューレイヤー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.menu-layer {
		visibility: hidden;
		opacity: 0;
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.contents {
	background: url(../img/contents_bg.jpg) no-repeat top / cover;
	padding: 180px 0 140px;
}
.inBlock {
	text-align: left;
}
.mainContents,
.sideContents {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
	}
	
	.contents {
		margin: 100px auto 0;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 820px;
		float: left;
	}
	.sideContents {
		width: 272px;
		float: right;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* 横幅1920px */
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 90px;
	}
	.cms_block.wide {
		width: 100%;
	}
	.wide > * {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_text {
		margin-bottom: 40px;
	}
	.cms_text a {
		color: var(--blue-color) ;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		position: relative;
        bottom: 0;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
	}
	.contents {
		padding: 120px 5% 60px;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 50px;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
		margin-left: 0;
        margin-right: 0;
		margin-bottom: 60px;
	}
	/* 入力 */
	.inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* Wideの場合 */
	.cms_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide > *:not(.wide) {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cms_text {
		margin-bottom: 30px;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	padding: 60px 0;
	z-index: 1;
}
/*フッターナビ*/
.footerNav a {
	color: #979ca2;
}
.footerNav > ul > li {
	display: inline-block;
	line-height: 1;
}
.footerNav > ul > li:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	border-right: solid 1px #979ca2;
}
.footerNav > ul > li > p a {
	font-size: 1.4rem;
	font-weight: 600;
}
.footerNav > ul > li > p a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
  	height: 11px;
	background: url(../img/icon_blank.svg) no-repeat center / 11px auto;
    vertical-align: 0;
	margin-left: 6px;
}

/* ロゴ */
.footer .logoBox {
	margin-bottom: 25px;
}
.footer .logoBox img {
	width: 290px;
}
.footer .logoBox .manufacturer {
	font-size: 1.6rem;
	font-weight: 700;
	color: #3d454f;
	margin-left: 40px;
}
/* -- コピーライト -- */
.copyright {
	font-size: 1.4rem;
	line-height: 1;
	color: #cad0d3;
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding: 40px 0 ;
	}
	/* ロゴ */
	.footer .logoBox {
		text-align: center;
	}
	.footer .logoBox img {
		width: 100%;
        max-width: 180px;
    }
	.footer .logoBox .manufacturer {
		margin: 10px auto 0;
		font-size: 1.5rem;
	}
	/*フッターナビ*/
	.footerNav {
		margin-bottom: 30px;
	}
	.footerNav ul {
		text-align: center;
		display: inline-block;
	}
	.footerNav li {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		margin-right: 5px;
		padding-right: 10px;
		border-right: solid 1px #fff;
	}
	.footerNav ul:last-child li:last-child {
		border-right: none;
	}
	/* 住所 */
	.footer .address {
		font-size: 1.3rem;
		padding-bottom: 45px;
		margin-bottom: 45px;
		border-bottom: solid 1px #6886c1;
	}
	/* メニューリンク */
	.footerNav > ul > li > p a {
		font-size: 1.3rem;
	}
	.footerNav > ul > li > p a[target="_blank"]::after {
		width: 11px;
		height: 11px;
		vertical-align: -1px;
		margin-left: 5px;
	}
	/* -- コピーライト -- */
	.copyright {
		font-size: 1.2rem;
		margin: auto;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 60px;
    height: 60px;
	background: #96a2a8;
	position: fixed;
	bottom: 20px;
  	right: 20px;
	z-index: 999;
	border-radius: 50%;
	cursor: pointer;
	transition: none;
}
.js-btn-pagetop::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}

/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 40px;
		height: 40px;
		bottom: 20px;
    	right: 3%;
	}
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.header .logoBox > a img {
		width: 290px;
	}
	.headerSubMenu ul > li {
		font-size: 1.5rem;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 20px;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}