@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Days+One");
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #000000;
}
#logoutButton, #loginButton, #loginButtonSP, #logoutButtonSP {
	display: none;
}
/*-----------------------toppage*/
*, *:before, *:after {
	box-sizing: border-box;
}
.pc-top-event {
	background-color: #C00D10;
	color: #FFFFFF;
	font-weight: bold !important;
}
.pc-top-event-innder {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.pc-top-event-innder a {
	text-decoration: none;
	color: #FFFFFF;
}
.sp-top-event {
	display: none;
}
.sp-top-info {
	display: none;
}

@media (max-width: 767px) {
.pc-top-event {
	display: none;
}
.sp-top-event {
	display: block;
	background-color: #C00D10;
	color: #FFFFFF;
	margin-top: -50px;
}
.sp-top-info {
	display: block;
	margin-top: 20px;
}
.sp-event-innder {
	max-width: 90%;
}
.sp-info-innder {
	max-width: 90%;
}
.sp-top-event a {
	text-decoration: none;
	color: #FFFFFF !important;
}
}
header {
	background: #fff;
	height: 100px; /* 高さ */
	width: 100%; /* 長さ */
}
.fix-header {
	background: #fff;
	height: 70px; /* 高さ */
	width: 100%; /* 長さ */
	top: -70px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
	position: fixed;
	opacity: 0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
}
.h_box {
	background-color: #FAFAF8;
}
.controls {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	text-align: right;
}
.controls ul li {
	display: inline;
	padding: 5px;
	font-size: 12px;
}
.controls ul li a {
	text-decoration: none;
	color: #272726;
}
.controls ul li a img {
	margin-right: 5px;
}
.h_box02 {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.logo {
	float: left;
	width: 200px;
}
.searcharea {
	width: 920px;
	float: left;
}

@media (max-width: 767px) {
.searcharea {
	width: 100%;
	float: none;
	margin-bottom: 100px;
}
.search_container input[type="text"] {
	width: 85%;
}
.search_container input[type="submit"] {
}
}
.search_container {
	box-sizing: border-box;
}
.search_container input[type="text"] {
	background: #fff;
	border: solid 1px;
	border-color: #C6C4C6;
	height: 35px;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	border: none;
	background: #272726;
	color: #fff;
	outline : none;
	width: 3.0em;
	height: 36px;
	margin-left: -5px;
}
.pc-keyimg {
	height: 0px;
	padding-top: 35%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(../../images/keyimg.jpg);
	background-size: contain;
	color: #000000;
}
.pc-keyimg02 {
	position: absolute;
	top: 35%;
	left: 27%;
	-ms-transform: translate(-40%, -50%);
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
	margin: 0;
	padding: 0;
	font-size: 5.3em;
	font-family: 'Roboto', sans-serif;
	line-height: 0.7em !important;
}
.pc-keyimg02 span {
	font-size: 0.43em;
	font-family: 'Roboto Condensed', sans-serif;
/*	font-family: 'Roboto', sans-serif;*/
	line-height: 1.8em !important;
	color: #000000;
}
.pc-keyimg02 a {
	text-decoration: none;
	color: #000000;
}
.sp-keyimg {
	display: none;
}

@media (max-width: 1280px) {
.pc-keyimg02 {
	top: 35%;
	left: 25%;
	-ms-transform: translate(-40%, -50%);
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}
}

@media (max-width: 767px) {
.pc-keyimg {
	display: none;
}
.sp-keyimg {
	display: block;
	height: 0px;
	padding-top: 80%;
	margin-top: -40px;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-image: url(../../images/sp-keyimg.jpg);
	background-size: contain;
	color: #000000;
}
.sp-keyimg02 {
	position: absolute;
	top: 28%;
	left: 32%;
	-ms-transform: translate(-40%, -50%);
	-webkit-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	font-family: 'Roboto', sans-serif;
	line-height: 1.0em !important;
}
.sp-keyimg02 span {
	font-size: 0.5em;
	font-family: 'Roboto Condensed', sans-serif;
/*	font-family: 'Roboto', sans-serif;*/
	color: #000000;
}
.sp-keyimg02 a {
	text-decoration: none;
	color: #000000;
}
}
#top-maincontents {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
}
#maincontents {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}
.top-bnr,.top-bnr-sp img {
	max-width: 100%;
}
.top-bnr-sp {
	display: none;
}

@media (max-width: 767px) {
#top-maincontents {
	max-width: 95%;
	overflow: hidden;
}
#maincontents {
	max-width: 95%;
	overflow: hidden;
}
.top-bnr {
	display: none;
}
.top-bnr-sp {
	display: block;
}
}
#gallery {
	margin: 0 auto;
	overflow: hidden;
}
#gallery li {
	max-width: 363px;
	padding: 5px;
}
#gallery li img {
	max-width: 100%;
	height: auto;
}
#leftmenu {
	width: 215px;
}

@media (max-width: 767px) {
#leftmenu {
	display: none;
}
}
.catarea {
	background-color: #FAFAF8;
	padding-bottom: 15px;
}
.cat {
	font-size: 18px;
	padding-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: solid 1px;
	border-bottom-color: #E6E6E4;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 15px;
}
.cat02 {
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: solid 1px;
	border-bottom-color: #E6E6E4;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 15px;
}
.leftnavi li {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
}
.leftnavi li a {
	text-decoration: none;
	color: #000000;
}
.leftnavi li a:hover {
	text-decoration: underline;
}
.bnrArea {
	text-align: center;
	margin-top: 15px;
}
.bnrArea li img {
	margin-bottom: 10px;
}
.bnrArea li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#mainarea {
	width: 885px;
	padding-top: 20px;
	margin-left: 20px;
}

@media (max-width: 767px) {
#mainarea {
	width: 100%;
	margin-left: 0px;
}
}
#mainarea .box {
	text-align: center;
}
.catch {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	position: relative;
	display: inline-block;
}
.catch:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -40px;/*線の上下位置*/
	display: inline-block;
	width: 30px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
#mainarea .box h2 {
	font-size: 14px;
}
.top-ichiran {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.top-ichiran a {
	width: 35%;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-style: none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	text-decoration: none;
	color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.top-ichiran a:hover {
	text-decoration: underline;
}
.itemlist {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.itemlist li {
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	max-width: 25%;
	text-align: left !important;
}

@media (max-width: 767px) {
.itemlist li {
	flex: 0 0 100%;
	max-width: 100%;
}
}
.itemlist li img {
	flex : 1 1 auto;
	width: 100%;
}
.itemlist li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.itemlist02 {
}
.slider {
	margin: 100px auto;
	width: 90%;
}
.itemlist02 li {
	font-size: 14px;
}
.itemlist02 li img {
	max-width: 100%;
}

@media (max-width: 767px) {
}
.top-ranking-number {
	text-align: center;
	font-size: 24px;
	text-decoration: underline;
	margin-bottom: 20px;
	margin-top: 15px;
}
.itemlist03 {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.itemlist03 li {
	font-size: 14px;
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 25%;
	margin-bottom: 20px;
	text-align: left !important;
}

@media (max-width: 767px) {
.itemlist03 li {
	flex: 0 0 100%;
	max-width: 100%;
}
}
.itemlist03 li::before {
	border-color: #cc0 transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 10;
	left: 10;
	width: 0;
	z-index: 2;
}
.itemlist03 li::after {
	color: #fff;
	content: "NEW";
	font-size: 12px;
	position: absolute;
	top: 25px;
	left: 20px;
	transform: rotate(-45deg);
	z-index: 3;
}
.itemlist03 li img {
	flex : 1 1 auto;
	width: 100%;
}
.itemlist03 li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.itemlist03 > * {
	text-align: center;
}
.itemlist04 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.itemlist04 li {
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	width: 33.3333%;
	padding: 1em 0 0 1em;
	text-align: left !important;
}
.itemlist04 .item-image {
	min-height: 0%;
	margin-bottom: 1em;
}
.itemlist04 .item-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.itemlist04 li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.itemlist04 .item-btn {
	margin-top: auto;
	padding-top: 1em;
}
.item-btn a {
	display: block;
	padding: .5em;
	background: #B0B0B0;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.itemlist04::after {
	content: "";
	display: block;
	width: 33.3333%;
}

@media (max-width: 767px) {
.itemlist04 li {
	width: 50%;
}
.itemlist04::after {
	display: none;
}
}

#footer {
	background-color: #FAFAF8;
	margin-top: 100px;
}
#footer .footerinner {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
#footer .footerinner div {
	width: 360px;
}
.fnavi li {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
}
.fnavi li a {
	text-decoration: none;
	color: #000000;
}
.fnavi li a:hover {
	text-decoration: underline;
}
#footer .footerinner02 {
	background-color: #5F5F5F;
}
#footer .footerinner02 .ftcopy {
	text-align: center;
	color: #FFFFFF;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 12px;
}
#footer .footerinner02 .ftcopy a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footerinner02 .ftcopy a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #151515;
	opacity: 0.6;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top02 {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 120px;
	background: #151515;
	opacity: 0.6;
}
#page_top02 a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top02 a::before {
	font-family: FontAwesome;
	content: '\f07a';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*-----------------------ランキング*/

.rankinglist {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	counter-reset: section;
	font-size: 14px;
}
.rankinglist li {
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 25%;
	margin-bottom: 15px;
	text-align: left !important;
}
.rankinglist li p {
	margin-top: 15px;
}
.rankinglist li:nth-of-type(-n+3) {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	margin-bottom: 100px;
}
.rankinglist li:before {
	background: #999;
	content: counter(section);
	counter-increment: section;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	left: 15;
	z-index: 3;
}
.rankinglist li:nth-child(1):before {
	background: #D0BA72;
}
.rankinglist li:nth-child(2):before {
	background: #A8A8A8;
}
.rankinglist li:nth-child(3):before {
	background: #C08550;
}
.rankinglist li:nth-child(n+10):before {
	padding: 8px 7px;
}
.rankinglist li img {
	flex : 1 1 auto;
	width: 100%;
}
.rankinglist li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.rankinglist > * {
	text-align: center;
}

@media (max-width: 767px) {
.h2area {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.rankinglist {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	counter-reset: section;
	font-size: 14px;
}
.rankinglist li {
	flex: 0 0 50%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 50%;
	margin-bottom: 15px;
}
.rankinglist li p {
	text-align: left;
}
.rankinglist li:nth-of-type(-n+3) {
	flex: 0 0 98%;
	max-width: 98%;
	margin-bottom: 15px;
}
.rankinglist li:before {
	background: #999;
	content: counter(section);
	counter-increment: section;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 8px 12px;
	position: absolute;
	top: 15;
	left: 15;
	z-index: 3;
}
}
/*-----------------------ラインお友達*/
.linemain {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.lineimg {
	width: 100%;
}
.linetext {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
.linemain {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.linetext {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
/*-----------------------新作ページ*/

.newitem {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.newitem li {
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 25%;
	margin-bottom: 20px;
	text-align: left !important;
}
.newitem li span {
	font-size: 12px;
	padding: 6px;
	background-color: #000000;
	color: #FFFFFF;
}
.newitem li p {
	margin-top: 15px;
}
.newitem li::before {
	border-color: #cc0 transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 0;
	z-index: 2;
}
.newitem li::after {
	color: #fff;
	content: "NEW";
	font-size: 12px;
	position: absolute;
	top: 28px;
	left: 15px;
	transform: rotate(-45deg);
	z-index: 3;
}

@media (max-width: 767px) {
.newitem li::before {
	top: 13px !important;
}
.newitem li::after {
	top: 24px !important;
}
}
.newitem li img {
	flex : 1 1 auto;
	width: 100%;
	margin-bottom: 10px;
}
.newitem li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.newitem02 {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.newitem02 li {
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	max-width: 25%;
	text-align: left !important;
}
.newitem02 li img {
	flex : 1 1 auto;
	width: 100%;
	margin-bottom: 10px;
}
.newitem02 li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.newitem-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-top: 40px;
}
.newitem-btn a {
	display: block;
	padding: .5em;
	background: #000000;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

@media (max-width: 767px) {
.newitem li {
	flex: 0 0 98%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 98%;
	margin-bottom: 15px;
	text-align: left !important;
}
.newitem li::before {
	top: 20px;
}
.newitem li::after {
	top: 35px;
	left: 20px;
}
.newitem02 li {
	flex: 0 0 98%;
	padding: 1em 0 0 1em;
	max-width: 98%;
	text-align: left !important;
}
}
/*-----------------------セールページ*/

span.torikeshi{
	text-decoration:line-through;
}
	
.saleitem {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.saleitem li {
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 25%;
	margin-bottom: 20px;
	text-align: left !important;
}
.saleitem li p {
	margin-top: 15px;
}
.saleitem li::before {
	border-color: #FF0000 transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 13px;
	left: 15px;
	width: 0;
	z-index: 2;
}
.saleitem li::after {
	color: #fff;
	content: "SALE";
	font-size: 12px;
	position: absolute;
	top: 25px;
	left: 20px;
	transform: rotate(-45deg);
	z-index: 3;
}
.saleitem li.tsuika::before {
	border-color: #6600FF transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 13px;
	left: 15px;
	width: 0;
	z-index: 2;
}
.saleitem li.tsuika::after {
	color: #fff;
	content: "SALE";
	font-size: 12px;
	position: absolute;
	top: 25px;
	left: 20px;
	transform: rotate(-45deg);
	z-index: 3;
}
.saleitem li.saine::before {
	border-color: #1EC7C5 transparent transparent transparent;
	border-style: solid;
	border-width: 60px 60px 0 0;
	content: "";
	height: 0;
	position: absolute;
	top: 13px;
	left: 15px;
	width: 0;
	z-index: 2;
}
.saleitem li.saine::after {
	color: #fff;
	content: "再値下げ";
	font-size: 11px;
	position: absolute;
	top: 25px;
	left: 13px;
	transform: rotate(-45deg);
	z-index: 3;
}
.saleitem li img {
	flex : 1 1 auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.saleitem li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.saleitem-btn {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	margin-top: 40px;
}
.saleitem-btn a {
	display: block;
	padding: .5em;
	background: #000000;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

@media (max-width: 767px) {
.saleitem li {
	flex: 0 0 100%;
	padding: 1em 0 0 1em;
	max-width: 100%;
}
.saleitem li::before {
	top: 15px;
}
.saleitem li::after {
	top: 25px;
	left: 18px;
}
}
/*-----------------------交換1回送料無料*/
.koukanmain {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.koukanimg {
	width: 100%;
}
.koukantext {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.koukanbg {
	background-color: #FCFCFC;
	padding: 15px;
	border: 2px solid #000000;
}

@media (max-width: 767px) {
.reviewmain {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.reviewtext {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}
/*-----------------------レビューで100ポイントプレゼント*/
.reviewmain {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.reviewimg {
	width: 100%;
}
.reviewtext {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.reviewstep {
	max-width: 100%
}
.reviewstep-sp {
	display: none;
}

@media (max-width: 767px) {
.reviewmain {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.reviewtext {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.reviewstep {
	display: none;
}
.reviewstep-sp {
	display: block;
	text-align: center;
}
.reviewstep-sp img {
	max-width: 100%;
}
}
/*-----------------------お問い合わせフォーム*/
.pc-form {
}
.sp-form {
	display: none;
}
div.formarea {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 800px;
}
div.formarea p {
	padding: 20px 20px 0;
	margin: 0;
}
div.formarea input, .formarea textarea {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
}
div.formarea textarea {
	width: 97.5%;
	height: 300px;
}
div.formarea input.formarea-submit {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
	border: 1px solid #666;
}
div.formarea input.formarea-submit:hover {
	background: #006080;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
	border: 1px solid #006080;
}
.formarea input.formarea-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}
.formarea input:focus, .formarea textarea:focus {
	border: 1px solid #009de1;
}

@media (max-width: 767px) {
.pc-form {
	display: none;
}
.sp-form {
	display: block;
}
}
/*-----------------------特集ページ一覧*/


.featureitem {
	display: flex;
	flex-wrap: wrap;
	margin: -1em 0 0 -1em;
	font-size: 14px;
}
.featureitem li {
	flex: 0 0 25%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 25%;
	margin-bottom: 20px;
	text-align: left !important;
}
.featureitem li span {
	font-size: 12px;
	padding: 6px;
	background-color: #000000;
	color: #FFFFFF;
}
.featureitem li p {
	margin-top: 15px;
}
.featureitem li img {
	flex : 1 1 auto;
	width: 100%;
	margin-bottom: 10px;
}
.featureitem li img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media (max-width: 767px) {
.featureitem li {
	flex: 0 0 98%;
	padding: 1em 0 0 1em;
	position: relative;
	max-width: 98%;
	margin-bottom: 15px;
	text-align: left !important;
}
}
/*-----------------------インフォメーション＠冬季休業*/

.infotable {
}
.itable {
	width: 1120px;
}
.itable th {
	font-weight: bold;
}
.itable td, th {
	padding: 10px;
	border-style: solid;
	border-color: #8A8888;
	border-width: 1px;
}
.itable td {
	text-align: center;
}
.itable .bgylw {
	background-color: #F7E675;
}
.sp-infotable {
	display: none;
}

.itable02 th {
	font-weight: bold;
}
.itable02 td, th {
	padding: 10px;
	border-style: solid;
	border-color: #8A8888;
	border-width: 1px;
}


@media (max-width: 767px) {
.infotable {
	overflow: scroll;
}
.sp-infotable {
	display: block;
}
}

/*-----------------------ポイントランクについて*/

.pointmain {
}
.tbl-point {
	width: 1120px;
}
.tbl-point th {
	font-weight: bold;
	background-color:#000000;
	color:#FFFFFF;
}
.tbl-point td, th {
	padding: 10px;
	border-style: solid;
	border-color: #8A8888;
	border-width: 1px;
	
}
.tbl-point td {
	text-align: center;
}


@media (max-width: 767px) {
  .tbl-point {
    width: 100%;
  }
  .tbl-point .thead {
    display: none;
  }
  .tbl-point tr {
    width: 100%;
  }
  .tbl-point td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-point td:first-child {
    background: #000000;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-point td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/*_______________________________________単独ページ共通設定*/
.sp-header {
	display: none;
}
.sp-footer {
	display: none;
}
.h2area {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.h2single-common {
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
.h2single-common:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 30px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
.h2area h2 {
	font-size: 14px;
}
.h2single-common02 {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 38px;
	margin-bottom: 20px;
	margin-top: 40px;
}

@media (max-width: 767px) {
#maincontents {
	width: 95%;
	overflow: hidden;
}
.pc-header {
	display: none;
}
.sp-header {
	display: block!important;
}
.fix-header {
	display: none;
}
#footer {
	display: none;
}
.sp-footer {
	display: block;
	margin-top: 30px;
}
.sp-footer p {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
nav.globalMenuSp {
	position: fixed;
	z-index: 60;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}
nav.globalMenuSp ul {
	background: #ccc;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
nav.globalMenuSp ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li#loginLogoutSP {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}
.navToggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 9999;
	background: #000000;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 18px;
}
.navToggle span:nth-child(3) {
	top: 27px;
}
.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
header {
	text-align: center;
	padding-bottom: 10px;
}
a.header-logo {
	display: block;
	margin-top: 10px;
}
}
