@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ul, ol, nav {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

s {
	text-decoration: none;
}

ins {
	text-decoration: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
	font: inherit;
	color: inherit;
	outline: none;
}

select, textarea, input[type="radio"], input[type="checkbox"], input[type="submit"] {
	cursor: pointer;
}

input:not([type="radio"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="search"] {
	border: 1px solid;
}

input[type="submit"] {
	border: none;
	background-color: transparent;
	font-size: 0;
}

input[type="text"],
input[type="search"],
select,
textarea {
	border-radius: 0;
}

select {
	background-color: #fff;
}

textarea {
	min-width: 100%;
	resize: vertical;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* iPhoneデフォルトリセット */
textarea:disabled {
	opacity: 1;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
label {
	cursor: pointer;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

/* ============================================================================

		base

============================================================================ */
html {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", sans-serif;
	font-size: 12px;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	position: relative;
}

/* ============================================================================

		汎用クラス (utility)

============================================================================ */

.u-clearfix:before,
.u-clearfix:after {
	content: "";
	display: table;
}

.u-clearfix:after {
	clear: both;
}

.u-dispB {
	display: block;
}

.u-dispIB {
	display: inline-block;
	vertical-align: middle;
}

.u-dispT {
	display: table;
	width: 100%;
}

.u-dispTC {
	display: table-cell;
	vertical-align: middle;
}

.u-dispN {
	display: none;
}

.u-fL {
	float: left;
}

.u-fR {
	float: right;
}

.u-ma {
	margin: auto;
}

.u-mx1 {
	margin-right: 10px;
	margin-left: 10px;
}

.u-mx2 {
	margin-right: 20px;
	margin-left: 20px;
}

.u-mx3 {
	margin-right: 30px;
	margin-left: 30px;
}

.u-mx4 {
	margin-right: 40px;
	margin-left: 40px;
}

.u-mx5 {
	margin-right: 50px;
	margin-left: 50px;
}

.u-mx-1 {
	margin-right: -10px;
	margin-left: -10px;
}

.u-mx-2 {
	margin-right: -20px;
	margin-left: -20px;
}

.u-mx-3 {
	margin-right: -30px;
	margin-left: -30px;
}

.u-my1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.u-my2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.u-my3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.u-my4 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.u-my5 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.u-mt1 {
	margin-top: 10px;
}

.u-mt2 {
	margin-top: 20px;
}

.u-mt3 {
	margin-top: 30px;
}

.u-mt4 {
	margin-top: 40px;
}

.u-mt5 {
	margin-top: 50px;
}

.u-mr1 {
	margin-right: 10px;
}

.u-mr2 {
	margin-right: 20px;
}

.u-mr3 {
	margin-right: 30px;
}

.u-mr4 {
	margin-right: 40px;
}

.u-mr5 {
	margin-right: 50px;
}

.u-mb1 {
	margin-bottom: 10px;
}

.u-mb2 {
	margin-bottom: 20px;
}

.u-mb3 {
	margin-bottom: 30px;
}

.u-mb4 {
	margin-bottom: 40px;
}

.u-mb5 {
	margin-bottom: 50px;
}

.u-ml1 {
	margin-left: 10px;
}

.u-ml2 {
	margin-left: 20px;
}

.u-ml3 {
	margin-left: 30px;
}

.u-ml4 {
	margin-left: 40px;
}

.u-ml5 {
	margin-left: 50px;
}

.u-px1 {
	padding-right: 10px;
	padding-left: 10px;
}

.u-px2 {
	padding-right: 20px;
	padding-left: 20px;
}

.u-px3 {
	padding-right: 30px;
	padding-left: 30px;
}

.u-px4 {
	padding-right: 40px;
	padding-left: 40px;
}

.u-px5 {
	padding-right: 50px;
	padding-left: 50px;
}

.u-py1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.u-py2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.u-py3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.u-py4 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.u-py5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.u-pt1 {
	padding-top: 10px;
}

.u-pt2 {
	padding-top: 20px;
}

.u-pt3 {
	padding-top: 30px;
}

.u-pt4 {
	padding-top: 40px;
}

.u-pt5 {
	padding-top: 50px;
}

.u-pr1 {
	padding-right: 10px;
}

.u-pr2 {
	padding-right: 20px;
}

.u-pr3 {
	padding-right: 30px;
}

.u-pr4 {
	padding-right: 40px;
}

.u-pr5 {
	padding-right: 50px;
}

.u-pb1 {
	padding-bottom: 10px;
}

.u-pb2 {
	padding-bottom: 20px;
}

.u-pb3 {
	padding-bottom: 30px;
}

.u-pb4 {
	padding-bottom: 40px;
}

.u-pb5 {
	padding-bottom: 50px;
}

.u-pl1 {
	padding-left: 10px;
}

.u-pl2 {
	padding-left: 20px;
}

.u-pl3 {
	padding-left: 30px;
}

.u-pl4 {
	padding-left: 40px;
}

.u-pl5 {
	padding-left: 50px;
}

.u-textR {
	text-align: right;
}

.u-textC {
	text-align: center;
}

.u-textL {
	text-align: left;
}

.u-textJ {
	text-align: justify;
}

.u-textN {
	white-space: nowrap;
}

.u-fontN {
	font-weight: normal;
}

.u-fontB {
	font-weight: bold;
}

.u-ellipsis {
	overflow: hidden;
	max-width: 100%;
	padding: 2px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.u-lineClamp {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.u-lineClamp-2 {
	-webkit-line-clamp: 2;
}

.u-lineClamp-3 {
	-webkit-line-clamp: 3;
}

.u-lineClamp-4 {
	-webkit-line-clamp: 4;
}

.u-lineClamp-5 {
	-webkit-line-clamp: 5;
}

.u-lineClamp-6 {
	-webkit-line-clamp: 6;
}

.u-lineClamp-7 {
	-webkit-line-clamp: 7;
}

.u-lineClamp-8 {
	-webkit-line-clamp: 8;
}

.u-imgCenter {
	display: block;
	overflow: hidden;
	position: relative;
}

.u-imgCenter::before {
	content: "";
	display: block;
}

.u-imgCenter img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.u-fluidImg {
	display: block;
}

.u-fluidImg img {
	width: 100%;
	height: auto;
}

.u-hoverOpacity {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.u-hoverOpacity:hover {
	opacity: 0.7;
}

/* ============================================================================

		パーツ

============================================================================ */

.p-container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.p-row {
	margin-right: -10px;
	margin-left: -10px;
	font-size: 0;
}

.p-objectFit {
	object-fit: cover;
	object-position: top center;
	font-family: 'object-fit: cover; object-position: top center;';
}

/* ============================================================================

		header

============================================================================ */

.g-header {
	position: relative;
	height: 98px;
	background: url(/assets/images/user/pc/common/bg_header.png) 0 0 repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.g-header .header-inner {
	display: table;
	width: 1000px;
	height: 100%;
	margin: auto;
}

.g-header .logoWrap,
.g-header .titleHead {
	display: table-cell;
	vertical-align: middle;
}

.g-header .logoWrap {
	width: 294px;
	height: auto;
}

.g-header .anchor {
	display: block;
}

.g-header .titleHead {
	text-align: right;
	line-height: 1.4;
	font-size: 12px;
	color: #fff;
}

.g-header .genre {
	display: block;
}

/* ============================================================================

		gnavi

============================================================================ */

/* ============================================================================

		breadCrumbs

============================================================================ */

.l-breadCrumbs {
	font-size: 0;
	white-space: nowrap;
}

.l-breadCrumbs ul {
	max-width: 1000px;
	margin: auto;
	font-size: 0;
}

.l-breadCrumbs li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #ababab;
}

.l-breadCrumbs li:first-child {
	padding-left: 20px;
	background: url(/assets/images/user/pc/common/ico_home.png) 0 12px no-repeat;
}

.l-breadCrumbs li + li::before {
	content: "＞";
	display: inline-block;
	/*vertical-align: top;*/
	padding-left: 0.5em;
}

.l-breadCrumbs a {
	display: inline-block;
	padding: 14px 0;
	vertical-align: middle;
	color: #21a7e5;
}

.l-breadCrumbs a:hover {
	text-decoration: underline;
}

/* ============================================================================

		footer

============================================================================ */

.g-footer {
	background: url(/assets/images/user/pc/common/bg_footer.png) 0 0 repeat-x;
}

.g-footer .mainAreaList {
	padding: 16px 0;
}

.g-footer .mainAreaList .item {
	float: left;
	margin: 8px 0;
	padding-right: 10px;
	font-size: 12px;
	color: #fff;
}

.g-footer .mainAreaList .item a {
	padding-right: 10px;
	background: url(/assets/images/user/pc/common/ico_arrow.png) right center no-repeat;
	text-decoration: underline;
}

.g-footer .mainAreaList .item a:hover {
	text-decoration: none;
}


.g-footer .areaList {
	padding: 16px 0;
	border-top: 1px dotted #fff;
}

.g-footer .areaList .item {
	float: left;
	margin: 4px 2em 4px 0;
	font-size: 12px;
	color: #fff;
}

.g-footer .areaList .item a {
	text-decoration: underline;
}

.g-footer .areaList .item a:hover {
	text-decoration: none;
}

.g-footer .footer-bottom {
	height: 98px;
	background-color: #222222;
}

.g-footer .footer-bottom .inner {
	display: table;
	width: 1000px;
	height: 100%;
	margin: auto;
}

.g-footer .logoWrap,
.g-footer .copyright {
	display: table-cell;
	vertical-align: middle;
}

.g-footer .logoWrap {
	width: 176px;
	height: 40px;
}

.g-footer .copyright {
	text-align: right;
	padding-right: 5px;
	line-height: 1.4;
	font-size: 12px;
	color: #fff;
}

/*
	トップへ戻る
------------------------------------------------- */
#shopfloat {
	display:none;
	position: fixed;
	z-index: 49;
	bottom: 60px;
	left: -50px;
	right: -900px;
	width: 50px;
	height: 50px;
	margin: auto;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#shopfloat.is-active {
	display:block;
}

@media (min-width: 1100px) {
	#shopfloat {
		right: -1100px;
	}
}

.mod-pageToTop {
	opacity: 0;
	position: fixed;
	z-index: 49;
	bottom: 20px;
	left: 0;
	right: -900px;
	width: 50px;
	height: 50px;
	margin: auto;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.mod-pageToTop.is-active {
	opacity: 1;
}

@media (min-width: 1100px) {
	.mod-pageToTop {
		right: -1100px;
	}
}

/* ============================================================================

		index-ranking

============================================================================ */

.g-mainContainer {
	margin-bottom: 50px;
}

.l-colWrap {
	width: 1000px;
	margin: auto;
}

.l-colMain {
	float: right;
	width: 790px;
}

.l-colSide {
	float: left;
	width: 190px;
}

/* ============================================================================

		index-ranking

============================================================================ */

.f-selectArea {
	background: url(/assets/images/user/pc/index/bg_stripe_yellow.png) 0 0 repeat;
}

.f-selectArea .linkDivide {
	margin: 8px;
	padding: 6px 15px 12px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}

.f-selectArea .title {
	padding: 10px 0;
	border-bottom: 1px dotted #e7e7e7;
	font-size: 14px;
}

.f-selectArea .title2 {
	margin-top: 8px;
	padding: 2px 0;
	padding-left: 20px;
	background: url(/assets/images/user/pc/common/ico_pin.png) 0 center no-repeat;
	font-size: 14px;
	color: #ff9c00;
}

.f-selectArea .list {
	padding-top: 4px;
}

.f-selectArea .item {
	float: left;
	margin-top: 6px;
	font-size: 12px;
}

.f-selectArea .item::after {
	content: "/";
	padding: 0 0.4em;
	font-style: 12px;
	color: #bcbcbc;
}

.f-selectArea .item a {
	display: inline-block;
	vertical-align: top;
	color: #21a7e5;
	text-decoration: underline;
}

.f-selectArea .item a:hover {
	text-decoration: none;
}

/* ============================================================================

		見出し、テキストのみのセクション

============================================================================ */

.f-simpleSection {
	padding: 15px 0;
}

.f-simpleSection .titleHead {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.f-simpleSection .titleText {
	line-height: 1.3;
	font-size: 18px;
}

.f-simpleSection .body {
	margin: 10px 0;
}

.f-simpleSection .text {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5;
	font-size: 12px;
}

.f-simpleSection .text a {
	color: #ff73a2;
	text-decoration: underline;
}

.f-simpleSection .text a:hover {
	text-decoration: none;
}

#footercontact{
	display: table;
	font-size:16px;
	font-weight:bold;
	width: 150px;
	margin: 20px auto;
	padding: 0 20px;
	border-bottom: 2px solid #b1b1b1;
	background-color: #000000;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#footercontact:hover {
	border-color: transparent;
	box-shadow: none;
	background-color: #555555;
}

#footercontact span {
	display: inline-block;
	height: 50px;
	/*padding-left: 35px;*/
	background: url(/src/public/assets/img/user/pc/contact/ico_arrow.png) 0 center no-repeat;
	background-size: 14px auto;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
}


.f-selectArea .title3 {
    margin-top: 8px;
    padding: 2px 0;
    font-size: 14px;
    color: #ff719c;
}