@charset 'UTF-8';
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); */

/*------------------------------------------------
html,body
------------------------------------------------*/

html,
body {
	font-family: Hiragino Sans, 'ヒラギノ角ゴシック',Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo;
	/*font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;*/
	/*font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;*/
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0;
	color: #333;
	background: #fff none;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

*::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

*::selection {
	background: rgba(0, 0, 0, .2);
}

*::-moz-selection {
	background: rgba(0, 0, 0, .2);
}

.oh-open {
	overflow: visible;
}
@media screen and (min-width: 768px) {
	.tel_link {
		pointer-events: none;
	}
}

.PC{
	display: block;
}
.SP{
	display: none;
}

@media screen and (max-width: 767px){
	.PC{
		display: none;
	}
	.SP{
		display: block;
	}
}

/*------------------------------------------------
wrapper
------------------------------------------------*/

@media screen and (min-width: 768px) {
	#wrapper {
		min-width: 1120px;
	}
	.w1000 {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.w1100 {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*------------------------------------------------
header
------------------------------------------------*/

#header {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100px;
	transition: .3s;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	#header {
		min-width: 1000px;
	}
}

.header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 300px;
	height: 100%;
	background-color: #188866;
}
.header-logo__link {
	display: block;
	width: 233px;
	transition: .3s;
}

/*------------ header__right ------------*/

.header__right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 300px);
	padding: 0 15px 0 30px;
	position: relative;
}
.header__ttl {
	font-size: 20px;
	font-weight: bold;
	transition: .3s;
	letter-spacing: .05em;
}
.header__ttl span {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	display: block;
	transition: .3s;
}

/*------------ sp-header__menu-wrap ------------*/

.sp-header__menu-wrap {
	display: block;
}
.sp-header__menu {
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 50px;
	height: 50px;
}
/*IE hack*/
@media all and (-ms-high-contrast: none){
	.sp-header__menu-wrap {
		position: absolute;
		right: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 50px;
		height: 50px;
	}
}

/* close default ------------*/

.sp-header__btn {
	position: relative;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.sp-header__btn-line {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 4px;
	margin: auto;
	transition: all .3s ease;
	opacity: 1;
	background-color: #188866;
}

.sp-header__btn-line:nth-of-type(1) {
	top: 0;
}

.sp-header__btn-line:nth-of-type(2) {
	top: 8px;
}

.sp-header__btn-line:nth-of-type(3) {
	top: 8px;
	opacity: 0;
}

.sp-header__btn-line:nth-of-type(4) {
	top: 16px;
}

.sp-header__btn-txt {
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #188866;
}

/* open ------------*/

.btn-open .sp-header__btn-line:nth-of-type(1) {
	left: -100%;
	opacity: 0;
}

.btn-open .sp-header__btn-line:nth-of-type(2) {
	width: 25px;
	transform: rotate(137deg);
}

.btn-open .sp-header__btn-line:nth-of-type(3) {
	width: 25px;
	transform: rotate(-137deg);
	opacity: 1;
}

.btn-open .sp-header__btn-line:nth-of-type(4) {
	right: -100%;
	opacity: 0;
}

/*------------ header__nav ------------*/

.header__nav {
	position: fixed;
	top: 100px;
	left: 0;
	display: none;
	/*display: block;*/
	width: 100%;
	transition: .3s;
	background: url(../img/header/bg_01.jpg) no-repeat left bottom / cover;
	padding: 50px 0 40px;
}
.header__nav.is-active {
	display: block;
}
.header__nav-in{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header__nav-top-ttl{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0 40px 30px;
	border-bottom: 1px solid #fff;
}
.header__nav-list-wrap{
	padding: 20px 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*------------ header__nav-l ------------*/

.header__nav-l{
	color: #FFF;
}
.header__nav-l-item a{
	font-weight: bold;
	transition: 0.3s;
}
.header__nav-l-item:not(:last-child){
	margin-bottom: 15px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.header__nav-l-item a:hover{
		color: #d15c43;
		opacity: 1;
	}
}
/* /pc-only -----------*/

/*------------ header__nav-r ------------*/

.header__nav-r{
	width: 700px;
}
.header__nav-r-ttl{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
}

/*------------ header__nav-btn-list ------------*/

.header__nav-btn-list{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 3px solid #fff;
}
.header__nav-btn{
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	cursor: pointer;
	width: 160px;
	height: 50px;
	font-size: 13px;
	position: relative;
}
.header__nav-btn::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3s;
	border-radius: 10px 10px 0 0;
	opacity: 0;
	transition: 0.3s;
}
.header__nav-btn:not(:last-child){
	margin-right: 15px;
}
.header__nav-btn.select{
}
.header__nav-ico{
	width: 23px;
	margin-right: 15px;
}

/*------------ header__nav-btn-list ------------*/

.header__nav-tab{
	position: relative;
}
.header__nav-tab-list{
	width: 100%;
	min-height: 170px;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 30px 20px 20px;
	transition: 0.3s;
}
.header__nav-tab-item{
	width: 150px;
}
.header__nav-tab-item:not(:last-child){
	margin-right: 20px;
}
.header__nav-tab-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.header__nav-tab-txt{
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: #FFF;
	margin-top: 5px;
	letter-spacing: 0;
}
.header__nav-tab-img{
	width: 100%;
	height: 90px;
	background-color: #DDD;
}
.header__nav-tab-img01{
	background: url(../img/header/nav/img_01.jpg) no-repeat center / cover;
}
.header__nav-tab-img02{
	background: url(../img/header/nav/img_02.jpg) no-repeat center / cover;
}
.header__nav-tab-img03{
	background: url(../img/header/nav/img_03.jpg) no-repeat center / cover;
}
.header__nav-tab-img04{
	background: url(../img/header/nav/img_04.jpg) no-repeat center / cover;
}
.header__nav-tab-img05{
	background: url(../img/header/nav/img_05.jpg) no-repeat center / cover;
}
.header__nav-tab-img06{
	background: url(../img/header/nav/img_06.jpg) no-repeat center / cover;
}
.header__nav-tab-img07{
	background: url(../img/header/nav/img_07.jpg) no-repeat center / cover;
}
.header__nav-tab-img08{
	background: url(../img/header/nav/img_08.jpg) no-repeat center / cover;
}
.header__nav-tab-img09{
	background: url(../img/header/nav/img_09.jpg) no-repeat center / cover;
}
.header__nav-tab-img10{
	background: url(../img/header/nav/img_10.jpg) no-repeat center / cover;
}
.header__nav-tab-img11{
	background: url(../img/header/nav/img_11.jpg) no-repeat center / cover;
}
.header__nav-tab-img12{
	background: url(../img/header/nav/img_12.jpg) no-repeat center / cover;
}
.header__nav-tab-img13{
	background: url(../img/header/nav/img_13.jpg) no-repeat center / cover;
}

/* select ------------*/

.header__nav-btn:not(.select){
	width: 130px;
	height: 40px;
	font-size: 11px;
}
.header__nav-btn:not(.select)::before{
	opacity: 0.3;
}
.header__nav-tab-list:not(.select){
	display: none;
}

/* /select -----------*/

/*------------ header__nav-plate ------------*/

.header__nav-plate{
	margin-top: 20px;
	display: block;
}
.header__plate-list-wrap{
	display: block;
}
.header__plate-list{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 30px 20px;
}
.header__plate-item{
	width: 150px;
}
.header__plate-item:not(:last-child){
	margin-right: 20px;
}
.header__plate-item-img{
	width: 100%;
	height: 90px;
	background-color: #DDD;
}
.header__plate-item-img01{
	background: url(../img/header/nav02/img_01.jpg) no-repeat center / cover;
}
.header__plate-item-img02{
	background: url(../img/header/nav02/img_02.jpg) no-repeat center / cover;
}
.header__plate-item-img03{
	background: url(../img/header/nav02/img_03.jpg) no-repeat center / cover;
}
.header__plate-item-img04{
	background: url(../img/header/nav02/img_04.jpg) no-repeat center / cover;
}

/*------------ header__nav-sns ------------*/

.header__nav-sns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 15px;
}
.header__nav-sns-item{
	font-size: 25px;
	color: #FFF;
	opacity: 0.8;
	transition: 0.3s;
}
.header__nav-sns-item:not(:last-child){
	margin-right: 13px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.header__nav-sns-item:hover{
		color: #d15c43;
		opacity: 1;
	}
}
/* /pc-only -----------*/

/*overlay*/
.overlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 130%;
	opacity: .5;
	background-color: #000;
}

/*------------ header__nav-list ------------*/

.header__nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
}

.header__nav-item {
	margin: 0 10px;
}

/*------------ ヘッダースクロールの状態 ------------*/

@media screen and (min-width: 768px) {
	.header--active #header {
		height: 70px;
		box-shadow: 0 0 20px 2px rgba(0, 0, 0, .15);
	}
	.header--active .header-logo__link {
		width: 200px;
	}
	.header--active .header__nav {
		top: 70px;
	}
	.header--active .header__ttl {
		font-size: 17px;
	}
	.header--active .header__ttl span {
		font-size: 12px;
	}
}

/*------------------------------------------------
main
------------------------------------------------*/

#main {
	margin-top: 100px;
}

@media screen and (min-width: 768px) {
	#main {
		/*IE対策*/
		display: block;
	}
}

/*------------------------------------------------
parts
------------------------------------------------*/

/*------------ linkbtn ------------*/

.linkbtn01 {
	font-size: 14px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 320px;
	height: 40px;
	padding-left: 30px;
	transition: all .3s ease;
	letter-spacing: .03em;
	border: 1px solid #333;
	border-radius: 40px;
}
.linkbtn01::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: block;
	width: 40px;
	height: 1px;
	margin: auto;
	transition: all .3s ease;
	background-color: #333;
}

@media screen and (min-width: 768px) {
	.linkbtn01:hover {
		color: #fff;
		border: 1px solid #333;
		background-color: #333;
	}
	.linkbtn01:hover::after {
		content: '';
		right: 0;
		display: block;
	}
}

/*------------ block-ttl01 ------------*/

.block-ttl01 {
	color: #fff;
	border-top: 8px solid #609fb1;
}
.block-ttl01__in {
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 14px 20px;
	text-align: center;
	background-color: #609fb1;
}
.block-ttl01__en {
	font-size: 12px;
	line-height: 1;
	letter-spacing: .5em;
}
.block-ttl01__ttl {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
	letter-spacing: .3em;
}

/* option ------------*/
.block-ttl01--red {
	border-top: 8px solid #d15c43;
}
.block-ttl01--red .block-ttl01__in {
	background-color: #d15c43;
}
/* /option -----------*/

/*------------------------------------------------
page-top
------------------------------------------------*/

.page-top-wrp {
	position: relative;
	width: 100%;
	height: 0;
	margin-right: auto;
	margin-left: auto;
}

.pageTop {
	position: relative;
	display: none;
}
.pageTop a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	position: fixed;
	z-index: 100;
	bottom: -44px;
	right: 50px;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 91px;
	height: 91px;
	transition: .3s;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
	background: url(../img/footer/page_top.png) no-repeat center / cover;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.pageTop a:hover {
		background: url(../img/footer/page_top-on.png) no-repeat center / cover;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
breadcrumb
------------------------------------------------*/

.breadcrumb {
	width: 1100px;
	margin: 8px auto;
}
.breadcrumb__item {
	display: inline;
}
.breadcrumb__item:not(:last-child)::after {
	content: '>';
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
}
.breadcrumb__link {
	font-size: 11px;
	line-height: 1;
	letter-spacing: .05em;
}
p.breadcrumb__link {
	display: inline;
}
a.breadcrumb__link {
	text-decoration: underline;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	a.breadcrumb__link:hover {
		text-decoration: none;
	}
}
/* /pc-only -----------*/


/*------------------------------------------------
bnrs-wrap
------------------------------------------------*/

.bnrs-wrap{
	margin: 70px auto 40px;
}
.bnrs-list{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.bnrs-list__itme{
	width: 580px;
	height: 145px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}
.bnrs-list__itme:not(:first-child){
	margin-top: 15px;
}
.bnrs-list__link{
	display: block;
	width: 100%;
	height: 100%;
}
.bnrs-list__itme01{
	background: url(../img/bnrs/bnr_01.png) no-repeat center / cover;
}
.bnrs-list__itme02-01{
	background: url(../img/bnrs/bnr_02-01.png) no-repeat center / cover;
}
.bnrs-list__itme02-02{
	background: url(../img/bnrs/bnr_02-02.png) no-repeat center / cover;
}
.bnrs-list__itme02-03{
	background: url(../img/bnrs/bnr_02-03.png) no-repeat center / cover;
}
.bnrs-list__itme02-04{
	background: url(../img/bnrs/bnr_02-04.png) no-repeat center / cover;
}
.bnrs-list__itme02-05{
	background: url(../img/bnrs/bnr_02-05.png) no-repeat center / cover;
}
.bnrs-list__itme03{
	background: url(../img/bnrs/bnr_03.png) no-repeat center / cover;
}

/*------------------------------------------------
campaignバナー
------------------------------------------------*/

.campaign {
	margin: 40px 0;
}
.campaign-bnr {
	display: block;
	width: 800px;
	height: 218px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/footer/bnr_01.png) no-repeat center / cover;
}

/*------------------------------------------------
ご購入方法
------------------------------------------------*/

.note {
	width: 100%;
	height: 370px;
	padding-top: 40px;
	color: #fff;
	background: url(../img/note/bg_01.jpg) no-repeat center / cover;
}

.note__ttl01 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: .1em;
}
.note__ttl01::after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	margin: 20px auto 30px;
	background-color: #fff;
}
.note__ttl02 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: .05em;
	color: #fee143;
}
.note__txt {
	width: 800px;
	margin: 25px auto 0;
	letter-spacing: .03em;
}
.note__search{
	width: 900px;
	height: 70px;
	border: 1px solid #FEE143;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 25px auto 0;
}
.note__search-ttl{
	width: 120px;
	height: 100%;
	background-color: #FEE143;
	color: #188866;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.note__search-txt-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 120px);
	padding: 0 20px 0 10px;
}
.note__search-txt{
	letter-spacing: 0.03em;
	padding-left: 0.5em;
	text-indent: -0.6em;
}
.note__search-img{
	width: 233px;
}

/*------------------------------------------------
footer
------------------------------------------------*/

#footer {
	background-color: #fff;
}

.footer__seo {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 50px;
	letter-spacing: .08em;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*------------ footer__main ------------*/

.footer__main {
	padding: 30px 0;
	background-color: #f8f6f6;
}
.footer__main-in {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.footer__logo-wrap {
	width: 246px;
}
.footer__logo {
	width: 246px;
}
.footer__sns-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
}
.footer__sns-item {
	font-size: 25px;
	transition: .3s;
}
.footer__sns-item:not(:last-child) {
	margin-right: 10px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.footer__sns-item:hover {
		color: #188866;
	}
}
/* /pc-only -----------*/
.footer__menu-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 246px);
	letter-spacing: .05em;
}
.footer__menu01 {
	margin-right: 65px;
}
.footer__menu01-item {
	font-size: 15px;
	font-weight: bold;
}
.footer__menu01-item:not(:last-child) {
	margin-bottom: 10px;
}

.footer__menu02:not(:last-child) {
	margin-right: 65px;
}

.footer__menu02-block:not(:last-child) {
	margin-bottom: 20px;
}
.footer__menu02-ttl {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.footer__menu02-item {
	font-size: 12px;
}
.footer__menu02-item:not(:last-child) {
	margin-bottom: 5px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.footer__menu-wrap a {
		transition: .3s;
	}
	.footer__menu-wrap a:hover {
		color: #188866;
	}
}
/* /pc-only -----------*/

/*------------ footer__top ------------*/

.footer__bottom {
	padding: 20px 0;
	color: #fff;
	background-color: #188866;
}
.footer__bottom-in {
	font-size: 12px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	letter-spacing: .05em;
}
.footer__menu03-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.footer__menu03-item {
	margin-right: 50px;
	transition: .3s;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.footer__menu03-item:hover {
		color: #f4cf5e;
	}
}
/* /pc-only -----------*/
.footer__pp {
	font-size: 10px;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	html,
	body {
		font-size: 13px;
	}

	.oh-open {
		overflow: hidden;
	}

	/*------------------------------------------------
	wrapper
	------------------------------------------------*/

	#wrapper {
		overflow: hidden;
	}

	/*------------------------------------------------
	header
	------------------------------------------------*/

	#header {
		justify-content: space-between;
		height: 55px;
		padding: 0 0 0 5px;
	}
	.header-logo {
		width: 60px;
		background-color: transparent;
	}
	.header-logo__link {
		width: 100%;
		height: auto;
		padding: 4px;
	}

	/*------------ header__right ------------*/

	.header__right {
		width: calc(100% - 60px);
		padding: 0 0 0 3px;
	}
	.header__ttl {
		font-size: 10px;
		line-height: 1.3;
		width: 190px;
	}
	.header__ttl span {
		font-size: 10px;
		margin-bottom: 3px;
	}

	/*------------ sp-header__menu-wrap ------------*/

	.sp-header__menu {
		width: 55px;
		height: 55px;
		background-color: #188866;
	}

	/* close default ------------*/

	.sp-header__btn {
		height: 35px;
	}

	.sp-header__btn-line {
		height: 3px;
		background-color: #fff;
	}

	.sp-header__btn-txt {
		color: #fff;
	}

	/*------------ header__nav ------------*/

	.header__nav {
		top: 55px;
		display: none;
		padding: 25px 15px;
		background: url(../img/header/sp/bg_01.jpg) no-repeat left bottom / cover;
	}
	.header__nav.is-active {
		display: block;
		height: 100%;
		height: calc(100% - 55px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.header__nav-in{
		width: 100%;
	}
	.header__nav-top-ttl{
		font-size: 16px;
		line-height: 1.4;
		padding: 0 0 10px;
	}
	.header__nav-list-wrap{
		padding: 15px 0px;
		align-items: flex-start;
		justify-content: flex-start;
	}

	/*------------ header__nav-l ------------*/

	.header__nav-l{
		order: 2;
		padding: 0 15px;
		margin-top: 20px;
	}
	.header__nav-l-item:not(:last-child){
		margin-bottom: 15px;
	}

	/*------------ header__nav-r ------------*/

	.header__nav-r{
		width: 100%;
	}
	.header__nav-r-ttl{
		font-size: 15px;
		margin-bottom: 5px;
	}

	/*------------ header__nav-btn-list ------------*/

	.header__nav-btn-list{
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		border-bottom: 3px solid #fff;
	}
	.header__nav-btn{
		align-items: center;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
		line-height: 1;
		font-weight: normal;
		border-radius: 5px 5px 0 0;
		width: 24%;
		height: 43px;
		font-size: 10px;
	}
	.header__nav-btn::before{
		border-radius: 5px 5px 0 0;
	}
	.header__nav-btn:not(:last-child){
		margin-right: 0;
	}
	.header__nav-btn.select{
	}
	.header__nav-ico{
		width: 20px;
		margin-right: 0;
		margin-bottom: 2px;
	}

	/*------------ header__nav-btn-list ------------*/

	.header__nav-tab{
		position: relative;
	}
	.header__nav-tab-list{
		min-height: auto;
		padding: 15px 15px 5px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header__nav-tab-item{
		width: 47%;
		margin-bottom: 10px;
	}
	.header__nav-tab-item:not(:last-child){
		margin-right: 0;
	}
	.header__nav-tab-item a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.header__nav-tab-txt{
		font-size: 10px;
		margin-top: 5px;
	}
	.header__nav-tab-img{
		height: 0;
		padding-top: 60%;
	}

	/* select ------------*/

	.header__nav-btn:not(.select){
		width: 24%;
		height: 43px;
		font-size: 10px;
	}
	.header__nav-btn:not(.select)::before{
		opacity: 0.3;
	}
	/* /select -----------*/

	/*------------ header__nav-plate ------------*/

	.header__nav-plate{
		margin-top: 20px;
	}
	.header__plate-list{
		justify-content: space-between;
		padding: 20px 15px;
	}
	.header__plate-item{
		width: 47%;
	}
	.header__plate-item:not(:last-child){
		margin-right: 0;
	}
	.header__plate-item-img{
		height: 0;
		padding-top: 60%;
	}

	/*------------ header__nav-sns ------------*/

	.header__nav-sns{
		justify-content: center;
		margin-top: 0;
	}

	.header__close{
		position: relative;
		width: 15px;
		height: 15px;
		margin: 15px auto 0;
	}
	.header__close span{
		width: 16px;
		height: 2px;
		background-color: #FFF;
		display: block;
		position: relative;
		transform: rotate(45deg);
		transform-origin: left bottom;
	}
	.header__close span::after{
		content: '';
		display: block;
		width: 16px;
		height: 2px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
	}

	/*overlay*/
	.overlay {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 130%;
		opacity: .5;
		background-color: #000;
	}

	/*------------------------------------------------
	main
	------------------------------------------------*/

	#main {
		margin-top: 55px;
	}

	/*------------------------------------------------
	parts
	------------------------------------------------*/

	/*------------ linkbtn ------------*/

	.linkbtn01 {
		font-size: 13px;
		width: 100%;
		max-width: 260px;
		height: 40px;
		padding-left: 25px;
	}
	.linkbtn01::after {
		right: -15px;
		width: 30px;
	}

	/*------------ block-ttl01 ------------*/

	.block-ttl01 {
		border-top: 3px solid #609fb1;
	}
	.block-ttl01__in {
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.block-ttl01__en {
		font-size: 10px;
	}
	.block-ttl01__ttl {
		font-size: 16px;
		margin-top: 5px;
	}

	/* option ------------*/
	.block-ttl01--red {
		border-top: 4px solid #d15c43;
	}
	/* /option -----------*/

	/*------------------------------------------------
	page-top
	------------------------------------------------*/

	.page-top-wrp {
	}

	.pageTop {
	}
	.pageTop a {
		font-size: 10px;
		bottom: -44px;
		right: 5px;
		width: 65px;
		height: 65px;
	}

	/*------------------------------------------------
	breadcrumb
	------------------------------------------------*/

	.breadcrumb {
		width: 100%;
		margin: 10px auto;
		padding: 0 15px;
	}

	/*------------------------------------------------
	bnrs-wrap
	------------------------------------------------*/

	.bnrs-wrap{
		margin: 25px auto;
	}

	.bnrs-list{
		width: 80%;
		display: block;
	}
	.bnrs-list__itme{
		width: 100%;
		height: 20vw;
		border-radius: 5px;
	}
	.bnrs-list__itme:not(:first-child){
		margin-left: auto;
		margin-top: 5px;
	}

	/*------------------------------------------------
	campaignバナー
	------------------------------------------------*/

	.campaign {
		margin: 25px 0;
		padding: 0 15px;
	}
	.campaign-bnr {
		width: 100%;
		height: 0;
		padding-top: 27.25%;
		background: url(../img/footer/bnr_01.png) no-repeat center / cover;
	}

	/*------------------------------------------------
	ご購入方法
	------------------------------------------------*/

	.note {
		height: auto;
		padding: 25px 15px 40px;
		background: url(../img/note/sp/bg_01.jpg) no-repeat center / cover;
	}
	.note__in {
	}
	.note__ttl01 {
		font-size: 17px;
		line-height: 1.3;
	}
	.note__ttl01::after {
		width: 25px;
		height: 2px;
		margin: 10px auto;
	}
	.note__ttl02 {
		font-size: 14px;
		line-height: 1.5;
	}
	.note__txt {
		font-size: 12px;
		width: 100%;
		margin: 15px auto 0;
	}
	.note__search{
		width: 100%;
		height: auto;
		margin: 20px auto 0;
	}
	.note__search-ttl{
		width: 100%;
		height: 30px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.note__search-txt-wrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		padding: 15px;
	}
	.note__search-txt{
		letter-spacing: 0.03em;
		padding-left: 0;
		text-indent: 0;
		font-size: 12px;
	}
	.note__search-img{
		width: 210px;
		margin: 12px auto 0;
	}

	/*------------------------------------------------
	footer
	------------------------------------------------*/

	#footer {
		background-color: #fff;
	}

	.footer__seo {
		font-size: 10px;
		line-height: 1.6;
		width: 100%;
		margin-bottom: 25px;
		padding: 0 15px;
	}

	/*------------ footer__main ------------*/

	.footer__main {
		padding: 25px 0 0;
		background-color: #f8f6f6;
	}
	.footer__main-in {
		padding: 0;
		width: 100%;
	}
	.footer__logo-wrap {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 10px;
		max-width: 320px;
	}
	.footer__logo {
		display: block;
		width: 126px;
	}
	.footer__sns-list-wrap{
		width: calc(100% - 126px);
		padding-left: 8px;
	}
	.sp-footer__sns{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #333;
	}
	.sp-footer__sns-txt{
		font-size: 11px;
		line-height: 1.2;
	}
	.sp-footer__sns-ttl{
		font-weight: bold;
		line-height: 1.3;
		margin-top: 5px;
	}
	.footer__sns-list {
		margin-top: 10px;
		display: flex;
		justify-content: flex-start;
	}
	.footer__sns-item {
		font-size: 19px;
	}
	.footer__sns-item:not(:last-child) {
		margin-right: 15px;
	}
	.footer__menu-wrap {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 15px;
		border-top: 1px solid #e2e2e2;
	}
	.footer__menu01 {
		width: 100%;
		margin-right: 0;
	}
	.footer__menu01-item {
		font-size: 13px;
		font-weight: normal;
		border-bottom: 1px solid #e2e2e2;
	}
	.footer__menu01-item:not(:last-child) {
		margin-bottom: 0;
	}
	.footer__menu02 {
		width: 100%;
		margin-right: 0;
	}
	.footer__menu02:not(:last-child) {
		margin-right: 0;
	}
	.footer__menu02-block:not(:last-child) {
		margin-bottom: 0;
	}
	.footer__menu02-ttl {
		font-weight: normal;
		position: relative;
		margin-bottom: 0;
		padding: 12px 15px;
		transition: .3s;
		border-bottom: 1px solid #e2e2e2;
	}
	.footer__menu02-ttl::before,
	.footer__menu02-ttl::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 17px;
		width: 11px;
		height: 1px;
		margin: auto;
		transition: .3s;
		background-color: #333;
	}
	.footer__menu02-ttl::after {
		transform: rotate(-90deg);
	}
	.footer__menu02-ttl.active {
		color: #fff;
		background-color: #188866;
	}
	.footer__menu02-ttl.active::after {
		transform: rotate(0deg);
		background-color: #fff;
	}
	.footer__menu02-list {
		display: none;
	}
	.footer__menu02-item {
		font-size: 11px;
		border-bottom: 1px solid #e2e2e2;
	}
	.footer__menu02-item:not(:last-child) {
		margin-bottom: 0;
	}
	.footer__menu-wrap a {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		padding: 12px 15px;
		white-space: nowrap;
	}
	.footer__menu-wrap a::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 5px;
		height: 5px;
		margin: auto;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}
	.footer__menu02-item a::before {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}

	/*------------ footer__top ------------*/

	.footer__bottom {
		padding: 20px 0 0;
		color: #188866;
		background-color: #fff;
	}
	.footer__bottom-in {
		display: block;
	}
	.footer__menu03-list {
		justify-content: center;
		padding: 0 15px;
	}
	.footer__menu03-item {
		font-size: 12px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
		text-align: center;
		border: 1px solid #188866;
	}
	.footer__menu03-item a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px;
	}
	.footer__pp {
		font-size: 11px;
		margin-top: 10px;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		background-color: #188866;
	}

	/*------------------------------------------------
	not-found 404
	------------------------------------------------*/
}
