@charset "utf-8";

/* ========================================================================== */
/* YA-MAN direct top-page RWD CSS by mniwa at ya-man.com
/* ========================================================================== */



/* -------------------------------------------------------------------------- */
/* default settings */
/* 2013-11 mniwa at ya-man.com */
/* 2014-11 mniwa at ya-man.com */
/* 2015-09 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 481px) {
	#contents h1 {
		font-size: 2.2em;
	}
}

#contents p,
#contents dl
#contents ul {
	line-height: 1.4;
}

b {
	font-weight: 400;
}



/* -------------------------------------------------------------------------- */
/* global navigation */
/* 2013-11 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.global-nav {
	/* margin-bottom: 2em; */
}



/* -------------------------------------------------------------------------- */
/* special banner */
/* 2014-03 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.special-banner {
	display: none;
}
@media only screen and (min-width: 481px) {
	.special-banner {
		display: inherit;
		max-width: 960px;
		margin: 0 auto 1.5em;
	}
}



/* -------------------------------------------------------------------------- */
/* slider */
/* 2013-11 mniwa at ya-man.com (partly) */
/* 2014-02 mniwa at ya-man.com */
/* 2014-03 mniwa at ya-man.com */
/* 2014-07 mniwa at ya-man.com */
/* 2014-11 mniwa at ya-man.com */
/* 2015-09 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

#wideslider {
	max-width: 960px;
	margin: 0 auto 1.5em;
}
@media only screen and (min-width: 481px) {
	#wideslider {
		margin-bottom: 2em;
	}
}

#wideslider a:hover {
	opacity: 0.8;
	transition: all .2s;
}

@media only screen and (min-width: 641px) {
	#wideslider img {
		border-radius: 0.2rem;
	}
}


/* -------------------------------------------------------------------------- */
/* items common */
/* 2015-09 mniwa at ya-man.com */
/* 2015-10 mniwa at ya-man.com */
/* 2016-03 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.item {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 481px) {
	.item {
		margin-bottom: 3em;
	}
}

.item h2 {
	/* color: #222; */
	font-size: 1em;
	font-weight: 500;
}

.item ul {
	width: 100%;
}
.item ul li {
	display: block;
	float: left;
	width: 60%;
	font-size: 0.7em;
}
.item ul li a {
	display: block;
	/* color: #222; */
	text-decoration: none;
}
@media only screen and (min-width: 641px) {
	.item ul li {
		width: auto;
		font-size: 0.9em;
	}
	.item ul li a:hover {
		opacity: 0.7;
		transition: all .2s;
	}
}

.item .scroll {
	padding: 0.3em 0;
	background: #f9f9f9;
	background: linear-gradient(to right, #fff 0%, #f9f9f9 5%, #f1f1f1 50%, #f9f9f9 95%, #fff 100%);
}
.item .scroll ul {
	overflow-x: scroll;
	overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	background-color: #fff;
}
.item .scroll ul li {
	display: inline-block;
	float: inherit;
	padding: 1em 0.6em;
	text-align: center;
	vertical-align: top;
}
.item .scroll ul li a {
	position: relative;
}
.item .scroll h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.5em;
	/* background-color: rgba(0, 142, 179, 0.65); */
	background-color: rgba(255, 255, 255, 0.8);
		-webkit-backdrop-filter: blur(2px);
	box-sizing: border-box;
}

@media only screen and (min-width: 641px) {
	.item .scroll ul li {
		font-size: 0.8em;
	}
}

.item ul li img {
	display: block;
	margin: 0 auto;
}

.item .description {
	display: none;
}
@media only screen and (min-width: 481px) {
	.item .description {
		display: inherit;
	}
}

.item p.price {
	margin-bottom: 0;
}
.item p.price strong {
	color: #d95069;
	font-weight: 400;
}



/* -------------------------------------------------------------------------- */
/* ranking items */
/* 2013-11 mniwa at ya-man.com */
/* 2014-02 mniwa at ya-man.com */
/* 2014-07 mniwa at ya-man.com */
/* 2014-11 mniwa at ya-man.com */
/* 2015-01 mniwa at ya-man.com */
/* 2015-09 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.totaling-date {
	margin-bottom: 0.4em;
	text-align: right;
}
@media only screen and (min-width: 769px) {
	.ranking-items-head {
		position: relative;
	}
	.totaling-date {
		position: absolute;
		bottom: 0.1em;
		right: 1em;
		margin-bottom: inherit;
	}
}
.totaling-date small {
	font-size: 0.8em;
}

@media only screen and (min-width: 641px) {
	.ranking-items-wrapper .scroll {
		padding: 0;
		background: none;
	}
	.ranking-items-wrapper .scroll ul {
		overflow-x: auto;
		white-space: normal;
		background-color: transparent;
	}
	.ranking-items-wrapper .scroll ul li {
		display: block;
		width: 18.8%;
		padding-right: 0;
		padding-left: 1.5%;
		float: left;
		font-size: 0.9em;
	}
	.ranking-items-wrapper .scroll ul li:first-child {
		padding-left: 0;
	}
}



/* -------------------------------------------------------------------------- */
/* brand-site */
/* 2013-11 mniwa at ya-man.com */
/* 2014-05 mniwa at ya-man.com */
/* 2014-07 mniwa at ya-man.com */
/* 2014-11 mniwa at ya-man.com */
/* 2015-09 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.brand-site {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 481px) {
	.brand-site {
		margin-bottom: 3em;
	}
	.brand-site .brand-1-1,
	.brand-site .brand-1-2 {
		width: 50%;
		float: left;
	}
	.brand-site .brand-2-1,
	.brand-site .brand-2-2,
	.brand-site .brand-2-3,
	.brand-site .brand-2-4,
	.brand-site .brand-2-5 {
		width: 20%;
		float: left;
	}
}

.brand-site a:hover {
	display: block;
	background-color: #f4f4f4;
	border-radius: 0.3rem;
	opacity: 0.7;
	transition: all .2s;
}



/* -------------------------------------------------------------------------- */
/* information */
/* 2013-11 mniwa at ya-man.com */
/* 2014-02 mniwa at ya-man.com */
/* 2014-11 mniwa at ya-man.com */
/* 2015-10 mniwa at ya-man.com */
/* 2016-12 takeda at ya-man.com */

/* -------------------------------------------------------------------------- */

.newyear-info{
	margin: 20px 0;
	border: solid 1px #CCC;
	padding: 10px;
	background: #fff;
}

.newyear-info .bgc{
	background: #fff;
	padding: 5px;
}

.newyear-info .info-img{
	margin: 5px;
	text-align: center;
}

.newyear-info p{
	margin: 0;
	padding: 5px;
	font-size: 90%;
}

.newyear-info p span{
	font-size: 120%;
	font-weight: bold;
}

.top-information-wrapper {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 481px) {
	.top-information-wrapper {
		margin-bottom: 3em;
	}
}

.top-information {
	height: 10em;
	padding: 0.2em 1em;
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
		-webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 481px) {
	.top-information {
		height: 20em;
	}
}

.top-information dl {
	margin-bottom: 2em;
}
.top-information dt {
	float: left;
	width: 5em;
	padding-top: 0.2em;
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
}
.top-information dd {
	margin-bottom: 0.6em;
	padding-left: 4.5em;
}
.top-information dd a {
	display: block;
}
.top-information dd a:hover {
	background-color: #ecf6f8;
	text-decoration: none;
}

.top-information strong {
	font-weight: bold;
}
.top-information small {
	color: #888;
	font-size: 0.8em;
	font-weight: bold;
}
.top-information ul {
	margin: 0.3em 0 0.6em 2em;
	font-size: 0.9em;
	list-style-type: disc;
}


/* -------------------------------------------------------------------------- */
/* banner */
/* 2013-11 mniwa at ya-man.com */
/* 2014-02 mniwa at ya-man.com */
/* 2014-07 mniwa at ya-man.com */
/* 2014-11 mniwa at ya-man.com */
/* 2015-09 mniwa at ya-man.com */
/* 2015-10 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.banner-wrapper {
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 481px) {
	.banner-wrapper {
		margin-bottom: 3em;
	}
}

.banner {
	padding: 0.3em 0;
	background: #f9f9f9;
	background: linear-gradient(to right, #fff 0%, #f9f9f9 5%, #f1f1f1 50%, #f9f9f9 95%, #fff 100%);
}
.banner img {
	border: 1px solid #ccc;
	border-radius: 0.2rem;
}
.banner a img,
.banner a:hover {
	background-color: inherit;
}
.banner a:hover {
	opacity: 0.7;
	transition: all .2s;
}
.banner ul {
	width: 100%;
	padding: 0.5em 0;
	overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	background-color: #fff;
}
.banner ul li {
	display: inline-block;
	width: 8em;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: top;
}
.banner ul li:first-child {
	padding: 0 0.5em 0 0;
}
.banner ul li:last-child {
	padding: 0 0 0 0.5em;
}
@media only screen and (min-width: 481px) {
	.banner ul li {
		width: 160px;
		padding: 0 1em;
	}
	.banner ul li:first-child {
		padding: 0 1em 0 0;
	}
	.banner ul li:last-child {
		padding: 0 0 0 1em;
	}
}



/* -------------------------------------------------------------------------- */
/* social networking service */
/* 2014-11 mniwa at ya-man.com */
/* 2015-09 mniwa at ya-man.com */
/* 2015-10 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

.blank-window {
	margin-bottom: 0.4em;
	text-align: right;
}

@media only screen and (min-width: 769px) {
	.social-networking-service-head {
		position: relative;
	}
	.blank-window {
		position: absolute;
		bottom: 0.1em;
		right: 1em;
		margin-bottom: inherit;
	}
}

.blank-window small {
	font-size: 0.8em;
}



/* -------------------------------------------------------------------------- */
/* sales calender */
/* 2014-12 mniwa at ya-man.com */
/* 2015-12 mniwa at ya-man.com */
/* -------------------------------------------------------------------------- */

#sales-calender {
	margin-bottom: 1.5em;
	padding: 1em;
	background-color: #f4f4f4;
	border-radius: 0.2rem;
}
@media only screen and (min-width: 481px) {
	#sales-calender {
		margin-bottom: 3em;
	}
}

#sales-calender h1 {
	color: #d95069;
}
#contents #sales-calender h1::after {
	content: "";
	display: block;
	height: 3px;
	background: #f4f4f4;
	background: linear-gradient(to right, #fff 0%, #fff 24%, #d95069 100%);
}

#sales-calender img {
	display: block;
	margin: 0 auto 1em;
}

#sales-calender ul {
	margin: 1em 0 1em 2em;
	font-size: 0.9em;
	list-style-type: disc;
}
