$sans-serif: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
$serif: "Yu Mincho", "YuMincho", Verdana, Meiryo, "M+ 1p", sans-serif;
$monospace: "SourceHanCodeJP-Regular", "Myrica M", "MyricaM M", "Ricty Diminished Discord", "Migu 1M", "Rounded M+ 1m regular", "Rounded Mgen+ 1m regular", "M+ 1m", "VL ゴシック", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
$ie-font: Verdana, Meiryo, sans-serif;

/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}

@mixin font-family($font-family:sans-serif) {
  @if $font-family == sans-serif {
    font-family: $sans-serif;
    @media all and (-ms-high-contrast: none) {
      & {
        font-family: $ie-font;
      }
    }
  } @else if $font-family == serif {
    font-family: $serif;
  } @else if $font-family == monospace {
    font-family: $monospace;
  }
}

/* ------------------------------------------------ */
html{
	font-size: 62.5%;}

body {
	@include font-family(sans-serif);
	// @include font-family(serif);
	// @include font-family(monospace);
	font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
	scrolllbar-track-color: #eee;
	font-size: 1.0rem;}

@media all and (-ms-high-contrast: none) {
	body {
		font-family: "heisei-maru-gothic-std", Verdana, Meiryo, sans-serif;}}

* {
	margin: 0;
	padding: 0;}

a:link,
a:visited{
	color: #231f20;}

a:hover,
a:active {
	color: #ccc;}

/* ------------------------------------------------ */
#dropdown_w {
	background-color: #fff;
	width: 100%;
	height: 75px;
	position: fixed;
	top: 0;
	z-index: 100;}

#dropdown_h {
	max-width: 768px;
	height: 75px;}

#dropdown_h div {
	margin: 0;
	padding: 0;
	overflow:hidden;}

#dropdown_btn {
	text-align: right;
	height: 75px;}

#dropdown_nav {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 100%;}

#dropdown_nav li {
    font-size: 1.6rem;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;}

#dropdown_nav a {
	display: block;
	padding: 10px;}

/* ------------------------------------------------ */
.view-cart {
	position: relative;
	top: 0;
	padding-top: 0 !important;}

.view-cart a {
	background-color: #231f20;
	color: #fff;}

.view-cart span {
	display: block;
	width: 130px;
	margin: 0 auto;}

.view-cart .icon-w {
	float: left;
	margin-top: -2px;}

.icon-b,
.icon-w {
	display: inline-block;
	width: 24px;
	height: 24px;
	*display: inline;
	*zoom: 1;}

.icon-b {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);}

.icon-w {
	background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);}

.icon-cart {
	background-position: -264px -96px;}

.icon-list {
	background-position: -288px -144px;}

.icon-chevron_thin_up {
	background-position: -192px -216px;}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.icon-b,
	.icon-lg-b {
		background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);}

	.icon-w,
	.icon-lg-w {
		background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);}

	.icon-b,
	.icon-w {
		-webkit-background-size: 552px 480px;
		background-size: 552px 480px;}
}

/* ------------------------------------------------ */
#page_w {
	position: relative;
	max-width: 1050px;
	margin: 0 auto;}

#content {
	width: 942px;
	margin: 0 auto;}

/* ------------------------------------------------ */
#main {
	margin-top: 171px;
	width: 680px;
	float: right;}

#main_img {
	margin-top: -121px;}

#main_menu {
	border-bottom: 2px solid #231f20;
	margin: 0;
	padding-left: 8px;
	height: 81px;}

#main_menu li {
	font-size: 1.7rem;
	font-weight: bold;
	height: 81px;
	float: left;}

#main_menu li div {
	margin: 44px 17px 0 17px;}

#title {
	margin: 0;
	padding: 0;
	height: 114px;
	overflow: hidden;}

#title div {
	font-size: 2.3rem;
	font-weight: bold;
	margin-top: 60px;}

#title_hr {
	border : none;
	background-color: #fff;
	background-image: url("https://img11.shop-pro.jp/PA01054/977/etc/m_item_hr.png?cmsp_timestamp=20170212182645");
	margin: 0 0 30px 0;
	padding: 0;
	height: 3px;}

.index {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 30px 0 12px 0;}

hr {
	border : none;
	background-color: #fff;
	background-image: url("https://img11.shop-pro.jp/PA01054/977/etc/m_index_hr.png?cmsp_timestamp=20170114221029");
	margin: 0 0 22px 0;
	padding: 0;
	height: 2px;}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;}

.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 2.3rem;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	text-decoration: none;
	padding:5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;}

/* ------------------------------------------------ */
#side {
	margin: 50px 0;
	width: 212px;
	float: left;}

.side_logo {
	border-bottom: 2px solid #231f20;}

#amazon_pay_pc,
#rpay_pc,
#paypay_pc {
	margin-top: 18px;}

#side_cart {
	font-size: 1.6rem;
	font-weight: bold;}

.side_caption {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom:16px;
	margin-left: 15px;}

.side_menu {
	margin: 0 0 25px 0;}

.side_menu li {
	font-size: 1.5rem;
	font-weight: 400;
	padding-left: 30px;
	height: 28px;}

.side_info {
	border-top: 2px solid #231f20;}

.side_info .side_caption {
	margin-top: 30px;}

.side_info .side_menu {
	margin-bottom: 90px;}

/* ------------------------------------------------ */
#footer {
	text-align: center;
	background-color: #f7f5e0;
	width: 100%;
	clear: both;}

.f_sns {
	margin: 0;
	padding: 0;}

.f_sns img {
	width: 100%;}

#f_logo {
	margin: 72px 0 55px 0;}

#f_logo img {
	width: 252px;}

#f_info {
	font-family: "Yu Mincho", "YuMincho", Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 35px;}

#f_copy {
	font-family: "Yu Mincho", "YuMincho", Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 90px;}

/* ------------------------------------------------ */
.freepage {
	padding-bottom: 90px;}

.freepage .index {
	font-size: 2.2rem;
	font-weight: bold;
	margin: 30px 0 30px 0;}

.freepage p {
	font-size: 1.7rem;
	margin-bottom: 22px;}

.freepage hr {
	border : none;
	background-color: #fff;
	background-image: url("https://img11.shop-pro.jp/PA01054/977/etc/m_index_hr.png?cmsp_timestamp=20170114221029");
	margin: 40px 0 0 0;
	padding: 0;
	height: 2px;}

/* ------------------------------------------------ */
.shop_info {
	margin: 0 0 40px 0;
	padding: 0;}

.shop_name {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 10px;}

.shop_desc {
	font-size: 1.3rem;
	padding-top: 45px;}

.freepage#f1 hr {
	border : none;
	background-color: #fff;
	background-image: url("https://img11.shop-pro.jp/PA01054/977/etc/m_item_hr.png?cmsp_timestamp=20170212182645");
	margin: 0 0 40px 0;
	padding: 0;
	height: 3px;}

.freepage#f5 .thumb {
	margin-bottom: 15px;}

.freepage#f5 .thumb_flex {
	/**text-align:left;
	margin: 0 15px 0 0;**/
	padding: 0;
	width: 100px;
	/**float: left;**/}

.freepage#f5 .thumb_frame {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;}

.freepage#f5 .thumb_frame .thumb_img {
	object-fit: cover;
	width: 100px;
	height: 100px;}

.freepage#f5 .linkto br {
	display: none;}

/* ------------------------------------------------ */
@media (max-width: 1050px) {
	#page_w {
		max-width: 95%;}

	#content {
		width: 100%;}
}

/* ------------------------------------------------ */
@media (max-width: 980px) {
	#dropdown_w{
		width: 100%;}

	#page_w {
		margin-top: 75px;
		max-width: 100%;
		width: 100%;}

	#head_i {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;}

	#pay_mb {
		width: 85%;
		max-width: 348px;
		margin: 0 auto;}

	#pay_mb img {
		margin-top: 25px;}

	#main {
		margin: 0 auto;
		max-width: 680px; 
		float: none;}
}

/* ------------------------------------------------ */
@media (max-width: 768px) {
	#dropdown_h {
		max-width: 100%;}

	#main {
		margin: 0 auto;
		padding: 0;
		width: 95%;
		float: none;}

	#title {
		margin-top: 0;
		height: 5.5rem;}

	#title div {
		font-size: 2.0rem;
		line-height: 2.3rem;
		margin-top: 0;
		height: 100%;
		position: relative;}

	#title div span {
		position: absolute;
		bottom: 0.5rem;}

	.freepage {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 45px;}

	.freepage#f2 #title_hr {
		margin-bottom: 15px;}

	.shop_info {
		width: 95%;}
}
/* ------------------------------------------------ */
@media (max-width: 480px) {
	#dropdown_logo img {
		margin-left: -10px;}

	#dropdown_btn img {
		margin-top: 3px;}

	#f_logo img {
		width: 200px;}

	#f_info, #f_copy {
		font-size: 1.4rem;}

	.freepage#f5 .linkto br {
		display: inline;}
}