/*
# Index
======
1. Resets, Unclassed elements
2. Variants, Helper
3. Compornents
*/

/*
## 1.Resets, Unclassed elements
*/

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

html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font: 10px / 1 gothic;
  font: 1rem / 1 gothic;
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-weight: normal;
}

a,
a *,
button {
  text-decoration: none;
}

a:not(.button) {
}

a:not(.button):hover {
  text-decoration: underline;
}

a:link,
a:visited,
a:active,
a:hover {
  outline: none;
  color: #000;
}

figure {
  margin: 0;
}

/*
## 2 Variants, Helper
*/

a:hover .-blur,
a.-blur:hover {
  opacity: .5;
}

.-hot {
  color: #f30 !important;
  line-height: 1.4;
}

/*
## 3. Compornents
*/

.page-cap {
  height: 70px;
}

.page-cap > .wrapper {
  margin: 0 auto;
  max-width: 980px;
  padding-top: 12px;
}

.page-cap > .wrapper > * {
  display: table-cell;
  vertical-align: middle;
}

.page-cap iframe {
  vertical-align: middle;
}

.page-cap #twitter-widget-0 {
  vertical-align: baseline;
}

.ham-burger {
  display: none !important;
}

.main-content {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
}

.site-nav {
  border: solid 1px #e0e0e0;
  border-width: 1px 0 0;
}

.site-nav > .wrapper {
  background: url('/img/ptn-01.png') 0 0 repeat;
  border: solid 1px #eff3f5;
  border-width: 1px 0;/* min-height: 73px; サイトナビ非表示用処置*/
  min-height: 16px;/* サイトナビ非表示用処置*/
  margin: 1px 0 0;
  text-align: center;
  padding-top: 13px;
}

.site-nav > .wrapper > .primary-link {
  display: none;/* サイトナビ非表示用処置 */
  font-size: 0;
  max-width: 980px;
  margin: 0 auto;
  white-space: nowrap;
}

.site-nav > .wrapper > .primary-link > .nav-item {
  display: inline-block;
  font-size: 0;
}

.site-nav > .wrapper > .primary-link > .nav-item > img[src*='-sp-'] {
  display: none;
}

.site-nav > .wrapper > .primary-link > .nav-item:first-child {
  width: 262px;
}

.site-nav > .wrapper > .primary-link > .nav-item > .responsive {
  width: 100%;
  height: auto;
}

.site-nav > .wrapper > .specialty-link > a.banner {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 10px 10px 0 0;
  transition: none;
  vertical-align: top;
}

.site-nav > .wrapper > .specialty-link > a.banner > img {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

.site-nav > .wrapper > .specialty-link > a.banner > img:nth-child(2) {
  display: none;
}

.site-nav .wrapper > .specialty-link > a.banner:hover,
.site-nav .wrapper > .specialty-link > a.banner.-active {
}

.site-nav .wrapper > .specialty-link > a.banner:hover.-kuji,
.site-nav .wrapper > .specialty-link > a.banner.-active.-kuji {
  background: #f30;
}

.site-nav .wrapper > .specialty-link > a.banner:hover.-product,
.site-nav .wrapper > .specialty-link > a.banner.-active.-product {
  background: #36c;
}

.site-nav .wrapper > .specialty-link > a.banner:hover.-shop,
.site-nav .wrapper > .specialty-link > a.banner.-active.-shop {
  background: #0c3;
}

.site-nav .wrapper > .specialty-link {
}

.site-nav .wrapper > .specialty-link.-desktop {
  display: block;
  font-size: 0;
  margin-top: 10px;
}

.site-nav .wrapper > .specialty-link.-mobile {
  display: none;
}

.site-nav > .wrapper > .specialty-link > a.banner:hover > img:first-child,
.site-nav > .wrapper > .specialty-link > a.banner.-active > img:first-child {
  display: none;
}

.site-nav > .wrapper > .specialty-link > a.banner:hover > img:last-child,
.site-nav > .wrapper > .specialty-link > a.banner.-active > img:last-child {
  display: block;
}

.site-nav > .wrapper > .specialty-link > a.banner.-kuji {
  width: 360px;
  height: 144px;
  margin-right: 10px;
  background: #fff linear-gradient(to bottom, #f30, #f30) 0 0 repeat-x;
  background-size: 100% 8px;
}

.site-nav > .wrapper > .specialty-link > a.banner.-product {
  width: 350px;
  height: 144px;
  margin-right: 10px;
  background: #fff linear-gradient(to bottom, #36c, #36c) 0 0 repeat-x;
  background-size: 100% 8px;
}

.site-nav > .wrapper > .specialty-link > a.banner.-product > img {
  top: 20px;
}

.site-nav > .wrapper > .specialty-link > a.banner.-shop {
  width: 250px;
  height: 144px;
  background: #fff linear-gradient(to bottom, #0c3, #0c3) 0 0 repeat-x;
  background-size: 100% 8px;
}

.site-nav > .wrapper > .specialty-link > a.banner.-shop > img {
  top: 48px;
}

.site-nav > .wrapper > .specialty-link + .page-title {
  width: auto;
  height: 40px;
  max-width: 980px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 2.0rem;
  color: #fff;
  font-weight: 800;
  text-align: left;
  padding: 0 1em;
}

.site-nav > .wrapper > .specialty-link + .page-title.-kuji {
  background: #f30;
}

.site-nav > .wrapper > .specialty-link + .page-title.-product {
  background: #36c;
}

.site-nav > .wrapper > .specialty-link + .page-title.-shop {
  background: #0c3;
}

.free-area {
  background: #eff3f5;
  max-width: 980px;
  margin: 20px auto 0;
  padding: 10px;
}
p.sales-country{
  margin: 20px auto 0;
}
.flag-area p.sales-country{
	margin:10px 0 5px;
	color:#ffffff;
}
.flag-area{
	margin-top:10px;
	background-color:#333333;
	padding:1px 1px 8px 10px;
}
.flag-area.white{
	background-color:#ffffff;
	padding:1px 1px 0px 10px;
}
.flag-area.gray{
	background-color:#eff3f5;
}
.flag-area.bgi{
	background:#eff3f5 url(/img/ptn-01.png) 0 0 repeat;
}
.flag-area.white p.sales-country,
.flag-area.gray p.sales-country,
.flag-area.bgi p.sales-country{
	color:#000000;
}
.flag-area.white p.sales-country{
	margin-left:-10px;
}
.flag-area ul{
	font-size:0;
	padding:0;
}
.flag-area ul li{
	display:inline-block;
	margin-right:16px;
	font-size:1.4rem;
	color:#ffffff;
	margin-top:10px;
	vertical-align:middle;
}
	.flag-area.white ul li,
	.flag-area.gray ul li,
	.flag-area.bgi ul li{
		color:#000000;
	}
.flag-area ul li img{
	margin-right:5px;
	border:1px solid #cccccc;
	vertical-align:middle;
}
.flag-area ul li span{
	display:table-cell;
	vertical-align:middle;
}

.hero-content {
  background: #ffe200;
  position: relative;
  padding: 24px 0;
}

.hero-content > .wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.hero-content > .wrapper {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.feature-guide {
  width: 720px;
  height: 320px;
  background: #fff url('/img/obj-hero.png') center center no-repeat;
  background-size: contain;
}

.feature-guide > .feature-item:not(:first-child) {
  display: none;
}

.feature-guide .turn-table,
.feature-guide .hero-item {
  width: 100%;
  min-height: 320px;
}

.feature-guide .hero-item {
  display: table;
}

.feature-guide .hero-item > a {
  display: table-cell;
}

.feature-guide .hero-item > a img {
  display: none;
}

.slider-nav.-feature {
  z-index: 999;
  width: 294px;
  position: absolute;
  top: 0;
  right: 0;
}

.slider-nav.-feature > a {
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  padding: 0 !important;
}

.slick-vertical .slick-slide {
  border: none;
}

.pop-up {
  background: #fff;
}

.heading-bar {
  width: auto;
  height: 38px;
  max-width: 980px;
  line-height: 38px;
  background: #eff3f5;
  margin: 30px auto 20px;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  color: #292929;
  font-size: 2.4rem;
}

.heading-bar::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.heading-bar.-special {
}

.heading-bar.-special::before {
  content: url('/img/ico-h-special.png');
  left: -10px;
}

.heading-bar.-news {
}

.heading-bar.-news::before {
  content: url('/img/ico-h-news.png');
  left: -10px;
}

.heading-bar.-water {
  background: #62c5de;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding-left: 1em;
  font-size: 2.0rem;
}

.grid-box:after {
  content: '';
  display: block;
  clear: both;
}

.grid-box {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.grid-box:before {
  content: '';
  display: table;
}

.grid-box:after {
  content: '';
  display: table;
  clear: both;
}

.grid-box:first-child {
  margin-top: 20px;
}

.grid-box.-quater > figure.grid-item {
  width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
  height: calc(99.9% * 1/4 - (20px - 20px * 1/4));
}

.grid-box.-quater > figure.grid-item:nth-child(1n) {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: none;
}

.grid-box.-quater > figure.grid-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.grid-box.-quater > figure.grid-item:nth-child(4n) {
  margin-right: 0;
  float: right;
}

.grid-box.-quater > figure.grid-item:nth-child(4n + 1) {
  clear: both;
}

.grid-box.-quater > figure.grid-item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.grid-box.-quater > figure.grid-item > a {
  display: inline-block;
  width: 220px;
}

.grid-box.-quater > figure.grid-item > a > img {
  margin: 0 auto;
  width: 220px;
  height: 220px;
}

.grid-box.-quater.-detail.-series {
  margin-top: 30px;
}

.grid-box.-quater.-detail > figure.grid-item > a > .data {
  padding: 10px;
  background: #f4f7f8;
}

.grid-box.-quater.-detail > figure.grid-item > a > .data > .label {
  margin-bottom: 10px;
}

.grid-box.-third > figure.grid-item:after {
  content: '';
  display: block;
  clear: both;
}

.grid-box.-third > figure.grid-item {
  width: calc(99.9% * 1/3 - (35px - 35px * 1/3));
  height: calc(99.9% * 1/3 - (35px - 35px * 1/3));
}

.grid-box.-third > figure.grid-item:nth-child(1n) {
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  clear: none;
}

.grid-box.-third > figure.grid-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.grid-box.-third > figure.grid-item:nth-child(3n) {
  margin-right: 0;
  float: right;
}

.grid-box.-third > figure.grid-item:nth-child(3n + 1) {
  clear: both;
}

.grid-box.-third > figure.grid-item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.grid-box.-third > figure.grid-item > a > .thumb-link {
  float: left;
}

.grid-box.-third > figure.grid-item > a > .thumb-link,
.grid-box.-third > figure.grid-item > a > .thumb-link > img {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.grid-box.-third > figure.grid-item > a > .data {
  float: right;
  width: 180px;
}

.grid-box.-third > figure.grid-item > a > .data > .copy {
  line-height: 1.4;
  background: #fff;
  margin-top: 10px;
}

.grid-box.-third > figure.grid-item > a:hover > .data > .copy {
  text-decoration: underline;
}

.button-container {
  display: inline-block;
  font-size: 0;
}

.slider-box {
  max-width: 820px;
  margin: 0 auto;
}

.slider-box.-four {
  max-width: 616px;
}

.slider-item {
  text-align: center;
}

.slider-item > a {
  text-align: left;
  width: 140px;
  margin: 0 auto;
  display: inline-block;
}

.slider-item > a > .data {
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1.4;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 60px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  background: url('/img/btn-slider-prev.png') 0 0 no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
  background: url('/img/btn-slider-prev-on.png') 0 0 no-repeat;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: url('/img/btn-slider-prev-disable.png') 0 0 no-repeat;
  cursor: default;
}

.slick-prev {
  left: -55px;
}

.-four .slick-prev {
  left: -29px;
  width: 34px;
}

.slick-next {
  right: -55px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.-four .slick-next {
  right: -29px;
  width: 34px;
}

.light-box {
  max-width: 780px;
  margin: auto;
  padding: 30px;
}
.pop-up .light-box{
	padding-bottom:0;
}
.focus-item:after {
  content: '';
  display: block;
  clear: both;
}

.focus-item > .extended-view {
  float: left;
}

.focus-item > .extended-view > .focus {
  width: 400px;
  height: 400px;
}

.focus-item > .data {
  float: right;
  width: 290px;
}

.focus-item > .data > .title {
  font-size: 2.2rem;
  line-height: 1.5;
}

.focus-item > .data > .label-box {
  display: block;
  margin-top: 10px;
  max-width: 200px;
}

.focus-item > .data > .label-box > * {
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.focus-item > .data > .stat {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.focus-item > .data > .comment {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.focus-item > .data > .button.-shoplist {
  margin-top: 20px;
}

.focus-item > .data > .button.-shoplist > img {
}

.focus-item > .data > .button.-shoplist > img:last-child {
  display: none;
}

.focus-item > .data > .button.-shoplist:hover > img {
  display: none;
}

.focus-item > .data > .button.-shoplist:hover > img:last-child {
  display: block;
}

.focus-item > img {
  width: 100%;
  height: auto;
}

.switch-box {
  margin-top: 10px;
  max-width: 400px;
  font-size: 0;
}

.switch-box > .switch {
  display: inline-block;
  margin-bottom: 10px;
}

.switch-box > .switch:nth-of-type(4n+4) {
  margin-right: 0;
}

.switch-box > .switch:not(:nth-of-type(4n+1)) {
  margin-left: 10px;
}

.switch-box > .switch > .thumb {
  width: 90px;
  height: 90px;
}

.select-box {
  position: relative;
  padding-left: 20px;
}

:root .select-box::after {
  top: 17px\0;
}

.select-box > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: solid 1px #d2d9db;
  margin: 0;
  padding: 0;
  background: #eff3f5 url('/img/ico-arrow-down.png') 135px center no-repeat;
  vertical-align: middle;
  width: 160px;
  height: 28px;
  line-height: 28px;
  text-indent: 10px;
  font-size: 1.4rem;
  box-shadow: 0 0 5px #d2d9dc;
}

.select-box > select::-ms-expand {
  display: none;
}

.select-box::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 1px;
  height: 28px;
  background: #d2d9db;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-footer {
  overflow: hidden;
  margin-top: 50px;
  border-top: solid 1px #e0e0e0;
  padding: 40px 0;
}

.page-footer > .wrapper {
  max-width: 980px;
  margin: 0 auto;
}

.pop-up .page-footer > .wrapper {
  max-width: 720px;
  margin: 0 auto;
}

.page-footer a {
  margin-bottom: 16px;
}

.page-footer a,
.page-footer small {
  color: #999;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}

.social-box {
  display: none;
}

.terms-content p,
.terms-content li {
  line-height: 1.6;
  font-size: 1.4rem;
}

.terms-content p + p,
.terms-content p + ul,
.terms-content p + ol {
  margin-top: 16px;
}

.terms-content p > em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
}

.-ftlarge{
	font-size:1.8rem;
}
/* element */

i.icon {
  font-style: normal;
}

img.thumb,
img.focus {
  border: solid 1px #d0d0d0;
}

a:hover img.thumb,
a:hover img.focus {
  border-color: #f30;
}

.-active img.thumb,
.-active img.focus {
  border-color: #ec1b23;
  position: relative;
}

.tag {
  display: inline-block;
  color: #fff;
  background: #ff348f;
  border-radius: 3px;
  text-align: center;
  width: 130px;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  margin: 10px 0;
}

.tagcolor2 {
  background: #622960;
}

.-quater .copy,
.-quater .updated {
  font-size: 1.4rem;
  line-height: 1.5;
}

.-third .copy,
.-third .updated {
  font-size: 1.2rem;
  line-height: 1.4;
}

.updated {
  display: block;
  color: #f33;
}

.button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  text-decoration: none;
}

.button.-top {
  display: none;
}

.button.-linkbar {
  margin: 0 auto;
  width: 940px;
  height: 44px;
  line-height: 44px;
  background: #eff3f5;
  display: block;
  border-radius: 5px;
  font-size: 1.6rm;
  margin-top: 40px;
}

.button.-linkbar > .icon {
  margin-left: .25em;
  color: #f30;
}

.button.-linkbar:hover {
  color: #f30;
}

.button.-turntable {
  background: #0b4;
  color: #fff;
  width: 80px;
  height: 20px;
  line-height: 20px;
}

.button.-bpproduct {
  background: #57f;
  color: #fff;
  width: 100px;
  height: 20px;
  line-height: 20px;
}

.button.-kuji {
  background: #f30;
  color: #fff;
  width: 100px;
  height: 20px;
  line-height: 20px;
}

.button.-close {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eff3f5;
  font-size: 2.0rem;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.switch {
  position: relative;
}

.switch.-active::before {
  content: '';
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  background: #ec1b23;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.mfp-close-btn-in .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: -40px;
  background: url('/img/btn-close.png') right 0 no-repeat;
  color: rgba(255, 255, 255, 0);
  height: 40px;
  padding: 0;
  right: -20px;
  top: -20px;
  opacity: 1;
}

.mfp-close-btn-in .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
}

.label {
}

.label.-new {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  font-style: normal;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 1.4rem;
  color: #fff;
  background: #ff3144;
}


.page-cap > .wrapper > .tag-line > img{
  width:200px;
}

.hdr-dist{
  padding-right:20px;
}
.hdr-dist a{
  color: #333;
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline-block;
  text-decoration: underline;
}


.notice {
  padding: 0 20px;
}

.notice > a {
  white-space: nowrap;
  display: inline-block;
  background-size: 100% auto;
  font-size: 1.2rem;
  border: solid 2px #f00;
  font-weight: bold;
  color: #f00;
  padding: 0 1em;
  text-decoration: underline;
  border-radius: 25px;
  line-height: 1;
  height: 18px;
}

.inline-popup {
  background: #fff;
  max-width: 640px;
  padding: 30px;
  position: relative;
  margin: auto;
}

.inline-popup > h1 {
  color: #f00;
}

.inline-popup > p {
  margin-top: 16px;
  line-height: 1.5;
}

.inline-popup footer {
  text-align: right;
  margin-top: 16px;
}

/* plugin */

.mfp-inline-holder .mfp-content {
}

.mfp-iframe-holder .mfp-content {
  max-width: 780px !important;
  height: 100%;
}

/* shop/index.html shop/search.html
==================================*/
/* paragraph
--------------------------------------------------*/
.notice{
	margin:20px 0 30px;
	font-size:2rem;
	font-weight: bold;
	color: #cc0000;
	line-height:1.4;
}
p.searchLogo{
	text-align:right;
	font-size:1.2rem;
}
p.searchLogo a{
	margin-left:15px;
}
div.filter-header p.beacon{
	float:right;
}

p.beacon{
	font-size:1.8rem;
	font-weight:bold;
	position:relative;
	padding-left:25px;
	margin:6px 20px 10px 0;
}
	p.beacon::before{
		content:"";
		position:absolute;
		display:block;
		margin:auto;
		left:0;
		top:0;
		bottom:0;
		width:20px;
		height:23px;
		background:transparent url(/img/icon-pc.png) -66px -66px no-repeat;
	}
	p.beacon label.checkbox{
		padding:0 60px 0 0px;
	}
	p.beacon.-shop{
    color:#19a33b;
    display: none;
	}
p.beacon span{
	padding-top:7px;
}

/* list
--------------------------------------------------*/
.linkListA{
	margin:0 0 30px;
	list-style: outside none none;
	padding:0;
	line-height: 1.4em;
}
.linkListA > li{
	background-color: #e1e1e1;
	margin-bottom: 7px;
	font-size: 1.4rem;
}
.linkListA > li > a{
	display:block;
	position: relative;
	padding: 10px 15px 10px 30px;
}
.linkListA > li > a:before{
	content: "";
	display: inline-block;
	position:absolute;
	top: 50%;
	left:15px;
	border:4px solid transparent;
	border-left:8px solid #333;
	margin-top: -4px;
}

/* mapLink */
.mapLink{
	list-style: outside none none;
	padding:0;
	margin:0 0 20px;
}
.mapLink li{
	font-size:1.8rem;
	font-weight:bold;
	width:260px;
}
.mapLink li a{
	display:block;
	border-radius:7px;
	border:solid 3px #999999;
	padding:9px 0 9px 50px;
	position:relative;
}

.mapLink li a::before{
	content:"";
	position:absolute;
	display:block;
	margin:auto;
	left:12px;
	top:0;
	bottom:0;
	width:15px;
	height:17px;
	background:transparent url(/img/icon-pc.png) -66px -33px no-repeat;
}

.mapLink.-shop li a{
	border:solid 3px #00cc33;
	text-decoration:none;
}

/* pageTop */
ul.pageTop{
	list-style: outside none none;
	padding:0;
	margin:25px 0 50px 0;
}
ul.pageTop li{
	padding:0;
	margin:0;
	font-size:1.6rem;
	text-align:right;
}
ul.pageTop li a{
	text-decoration:none;
}
ul.pageTop li a:link{
	color:#0033cc;
}

/* shop/search.thml
--------------------------------------------------*/
.header-level2{
	margin:26px 0 23px;
	font-size:2rem;
	font-weight:bold;
	line-height:1.5;
}
	.header-level2.-shop{
		border-left:10px solid #00cc33;
		padding-left:15px;
	}

.header-level3{
	font-size:1.6rem;
	line-height:1.5;
	font-weight:bold;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	background:transparent url(/img/ptn-01.png) 0 0;
	padding:16px 20px 14px;
}


/* tab
--------------------------------------------------*/
div.filter-header{
	position:relative;
	z-index:1;
}
div.filter-header::before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:7px;
	background-color:#999999;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	z-index:10;
}
div.filter-header.-shop::before{
	background-color:#00cc33;
}
div.filter-header::after{
	content:"";
	display:block;
	clear:both;
}
.tabBtn{
	float:left;
	list-style: outside none none;
	margin:0;
	padding:0;
	font-size:0;
	width:72%;
	height:58px;
	position:relative;
	z-index:1;
}
	.tabBtn li{
		font-size:1.8rem;
		font-weight:bold;
		display:inline-block;
		vertical-align:top;
		box-sizing: border-box;
		width:48%;
		height:100%;
		margin-right:2%;
		border-top-right-radius:7px;
		border-top-left-radius:7px;
	}
	.tabBtn li a{
		display:block;
		height:100%;
		position:relative;
		padding:16px 45px 0px 56px;
		color:#333333;
		border-top-right-radius:5px;
		border-top-left-radius:5px;
		background: #fff linear-gradient(to bottom, #fff 0%,#fff 62%,#e7e7e7 100%); 0 0 repeat-x;
	}
	.tabBtn li a:hover,
	.tabBtn li a.tabOn{
		text-decoration:none;
		background: transparent linear-gradient(to bottom, transparent, transparent) 0 0 repeat-x;
	}

	.tabBtn.-shop li{
		background: #00cc33 linear-gradient(to bottom, #00cc33 0%,#00cc33 62%,#00b92f 100%) 0 0 repeat-x;
		padding:4px 4px 0;
	}
	.tabBtn.-shop li a:hover,
	.tabBtn.-shop li a.tabOn{
		color:#ffffff;
	}

/* area item */
	.tabBtn li.view-area a::before{
		content:"";
		position:absolute;
		display:block;
		left:10px;
		top:7px;
		width:32px;
		height:32px;
		background:transparent url(/img/icon-pc.png) 0 0 no-repeat;
	}
	.tabBtn li.view-item a::before{
		content:"";
		position:absolute;
		display:block;
		left:10px;
		top:7px;
		width:32px;
		height:32px;
		background:transparent url(/img/icon-pc.png) -33px 0 no-repeat;
	}

/* open close */
	.tabBtn li.view-area a::after{
		content:"";
		position:absolute;
		display:block;
		right:12px;
		top:7px;
		width:33px;
		height:33px;
		background:transparent url(/img/icon-pc.png) 0 -33px no-repeat;
	}
	.tabBtn li.view-area a.tabOn::after{
		content:"";
		position:absolute;
		display:block;
		right:12px;
		top:7px;
		width:33px;
		height:33px;
		background:transparent url(/img/icon-pc.png) 0 -66px no-repeat;
	}
	.tabBtn li.view-item a::after{
		content:"";
		position:absolute;
		display:block;
		right:12px;
		top:7px;
		width:33px;
		height:33px;
		background:transparent url(/img/icon-pc.png) -33px -33px no-repeat;
	}
	.tabBtn li.view-item a.tabOn::after{
		content:"";
		position:absolute;
		display:block;
		right:12px;
		top:7px;
		width:33px;
		height:33px;
		background:transparent url(/img/icon-pc.png) -33px -66px no-repeat;
	}

.tabcontent,
.tabcontent.closed{
	display:none;
}
.tabcontent.opened{
	display:block;
}

@media screen and (max-width: 660px) {
.tabBtn{
	width:100%;
}
.tabBtn li{
	width:49%;
}
.tabBtn li:last-child{
	margin-right:0;
}


}

/* view-area-box */
.filter-area{
	list-style: outside none none;
	padding:17px 21px 21px;
	margin:0;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	background-color:#999999;
}
.filter-area li{
	font-size:1.6rem;
	margin-top:15px;
}
.filter-area li:first-child{
	margin-top:0;
}
	.filter-area li p{
		position:relative;
		background: #fff linear-gradient(to bottom, #fff 0%,#fff 62%,#e7e7e7 100%); 0 0 repeat-x;
		border-radius:5px;
	}
	.filter-area li p::before{
		content:"";
		position:absolute;
		display:block;
		margin:auto;
		top:0;
		bottom:0;
		left:20px;
		width:15px;
		height:17px;
		background:transparent url(/img/icon-pc.png) -66px -33px no-repeat;
	}
/* right item */
.filter-area.-item{
	background-color:#00cc33;
}
/* left shop */
.filter-area.-shop{
	background-color:#00cc33;
	padding: 11px 21px 21px;
}
.filter-area.-shop > li > p{
	background-image:none;
	background-color:transparent;
	-ms-filter:none;
	filter:none;
	margin-bottom:10px;
	text-align:right;
	color:#ffffff;
	vertical-align:middle;
	line-height:1;
}
.filter-area.-shop > li > p::before{
	display:none;
}
.filter-area.-shop > li > p label{
	padding: 8px 58px 0px 0;
	display:inline-block;
}
.filter-area.-shop > li > p label.checkbox input[type="checkbox"]:checked + span::after{
	top:32%;
}

/* shop 2layer */
	.filter-area.-shop ul.areas{
		list-style: outside none none;
		padding:0;
		margin:0;
	}
	.filter-area.-shop ul.areas li p::before{
		left:15px;
		width:19px;
		height:19px;
		background:transparent url(/img/icon-pc.png) -99px 0 no-repeat;
	}


/* ichiban-kuji */
.ichiban-kuji{
	list-style: outside none none;
	padding:0;
	margin:1px 0 0;
}
.ichiban-kuji li{
	padding:0;
	margin:0;
	border-top:1px solid #d0f5d9;
	line-height:1.4;
}
.ichiban-kuji li:first-child{
	border-top-style:none;
}

.ichiban-kuji li p{
	border-radius:0;
	background-image:none;
	background-color:#ffffff;
}
.ichiban-kuji li p::before{
	display:none;
}

.ichiban-kuji li:nth-child(odd) p{
	background-color:#dff6e5;
}
.ichiban-kuji li label{
	padding: 12px 50px 12px 25px;
}

.shop-list{
	margin-top:25px;
}

/* detail-area-wrap 2Block */
.detail-area-wrap{
	border:3px solid #d6e2e8;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	padding:0 25px 0;
	display:table;
	width:100%;
	box-sizing: border-box;
}
	.detail-area,
	.beacon-area{
	    display:table-cell;
	    vertical-align:top;
	}
	.detail-area{
		width:80%;
	}
	.beacon-area{
		width:20%;
		border-left:3px solid #d6e2e8;
    padding-left:20px;
    display: none;
	}

/* detail-list */
dl.detail-list{
	font-size:0;
	margin:0 0 20px;
}
dl.detail-list:after{
	content:"";
	display:block;
	clear:both;
}

dl.detail-list a:link{
	color:#0033cc;
	text-decoration:underline;
}
dl.detail-list a:hover{
	text-decoration:none;
}


dl.detail-list dt,
dl.detail-list dd{
	font-size:1.6rem;
	float:left;
	line-height:1.5;
}
dl.detail-list dt{
	font-weight:bold;
	clear:both;
	margin:12px 0 0 0;
}
dl.detail-list dd{
	margin:12px 0 0 0;
}
dl.detail-list dd a{
	word-break:break-all;
}

/* beacon-area */
.beacon-area p.beacon{
	font-size:1.6rem;
	margin:20px 0 0 0;
	display:block;
}




/* form parts */
label.checkbox{
	cursor       : pointer;
	position     : relative;
	padding:18px 50px 18px 45px;
	min-height:33px;
	display:block;
}
label.checkbox input[type="checkbox"]{
	cursor       : pointer;
	position:absolute;
	opacity:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
label.checkbox::before{
	content  : '';
	position : absolute;
	width    : 33px;
	height   : 33px;
	right     : 15px;
	top      : 0;
	bottom      : 0;
	margin:auto;
	border   : 2px solid #cccccc;
	background-color:#ffffff;
	border-radius:3px;
}
label.checkbox input[type="checkbox"] + span{
	display:inline-block;
}
label.checkbox input[type="checkbox"]:checked + span::after{
	content           : '';
	position          : absolute;
	top               : 40%;
	right              : 24px;
	display           : block;
	margin-top        : -8px;
	width             : 15px;
	height            : 20px;
	border-right      : 5px solid #ff3300;
	border-bottom     : 5px solid #ff3300;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}

label.checkbox.-shop::before{
	border:2px solid #00cc33;
}

label.checkbox input[type="checkbox"]:focus + span{
	outline:1px dotted #808080;
}


/* footer
--------------------------------------------------*/
#contentFootInner p{
	color: #999;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
}

@media (min-width: 40.063em) {
  .feature-guide > .feature-item {
    display: none;
  }
}

@media (min-width: 64.063em) {
  .site-nav .wrapper > .specialty-link > a.banner:hover,
  .site-nav .wrapper > .specialty-link > a.banner.-active {
    height: 150px !important;
  }

  .mfp-close-btn-in .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:hover {
    background: url('/img/btn-close-on.png') right 0 no-repeat;
  }
}
/* howto parts */
.notice-howto{padding: 0 20px; margin-bottom: 30px;}
	.ht-pc { display: inline-block!important; }
	.ht-sp { display: none !important; }

.howto-ttl{margin: 35px auto 30px;}
.howto-img{margin: 0 auto 10px;}
.howto-left{float: left;}
.howto-right{float: right;}
.howto-wrap:after{content: '';display: block;clear: both;}
.howto-notice{margin-top: 60px;}

.howto-ttl,
.howto-img,
.howto-left,
.howto-right,
.howto-notice{text-align: center;}

/* link_fb */

.wrap-hdr-btn-add {
  max-width: 980px;
  margin: 0 auto;
  padding: 5px 0 15px;
}

.wrap-hdr-btn-add .list-hdr-btn-add{
  list-style:none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-left: -1.5%;
  margin-right: -1.5%;
  text-align: center;
}

.wrap-hdr-btn-add .list-hdr-btn-add li{
  display: inline-block;
  width: 25%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.wrap-hdr-btn-add .list-hdr-btn-add li a{
  display: block;
}

.wrap-hdr-btn-add .list-hdr-btn-add li img{
  vertical-align: middle;
  max-width: 100%;
}

.wrap-linkfb-add{
  background: #f4f7f8;
  padding: 20px;
  margin-top: 30px;
}

.wrap-linkfb-add .list-linkfb-add{
  list-style:none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  margin:-20px 0 0 -20px;
}

.wrap-linkfb-add .list-linkfb-add li{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 20px 0 0 20px;
}

.wrap-linkfb-add .list-linkfb-add li a{
  display: block;
  width: 100%;
  background: #fff;
  padding: 20px 30px 20px 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  align-items: center;
  min-height: 90px;
}

.wrap-linkfb-add .list-linkfb-add .list-linkfb-add-a a{background: #fff url(/img/link_add_bg_a.png) no-repeat 20px;}
.wrap-linkfb-add .list-linkfb-add .list-linkfb-add-b a{background: #fff url(/img/link_add_bg_b.png) no-repeat 20px;}
.wrap-linkfb-add .list-linkfb-add .list-linkfb-add-c a{background: #fff url(/img/link_add_bg_c.png) no-repeat 20px;}
.wrap-linkfb-add .list-linkfb-add .list-linkfb-add-d a{background: #fff url(/img/link_add_bg_d.png) no-repeat 20px;}
.wrap-linkfb-add .list-linkfb-add .list-linkfb-add-e a{background: #fff url(/img/link_add_bg_e.png) no-repeat 20px;}
.wrap-linkfb-add .list-linkfb-add .list-linkfb-add-f a{background: #fff url(/img/link_add_bg_f.png) no-repeat 20px;}

.wrap-linkfb-add .list-linkfb-add li a { text-decoration: none; position: relative; }
.wrap-linkfb-add .list-linkfb-add li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.6em;
  font-size: 1.2rem;
  line-height: 1;
  content: "\003009";
  vertical-align: middle;
  color: #fe4213;
}

.wrap-pop-wechat-add{
  text-align: center;
}

.inline-popup.wrap-pop-wechat{
  max-width: 340px;
}

.wrap-pop-wechat-add .logo-pop-wechat-add{
  margin-top: -10px;
}

.wrap-pop-wechat-add .txt-pop-wechat-add{
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

.wrap-pop-wechat-add .txt-pop-wechat-add-s{
  margin-top: 10px;
  font-size: 1.3rem;
}

.wrap-pop-wechat-add .img-pop-wechat-add{
  margin-top: 15px;
}

.wrap-youtube-add-sp {
  width: 720px;
  height: 320px;
}

.wrap-youtube-add {
  width: 720px;
  height: 320px;
  background: #fff;
  padding-top:2px;
  text-align: center;
}

/* sp
================================*/
@media (max-width: 40em) {
.-ftlarge{
	font-size:14px;
}
  .page-cap > .wrapper {
    display: table;
  }

  .page-cap > .wrapper > .tag-line,
  .page-cap > .wrapper > .social {
    display: none;
  }

  .hdr-dist{
    padding-right:0px;
    padding-left: 5px;
  }

  .site-logo > img {
    width: 65px;
    height: auto;
  }

  .ham-burger {
    display: none !important;/* 非表示処置 table-cell */
    padding: 2px 0 0 10px;
  }

  .ham-burger > .button > img:last-child {
    display: none;
  }

  .ham-burger > .button > img:first-child {
    display: inline-block;
  }

  .ham-burger.-open > .button > img:last-child {
    display: inline-block;
  }

  .ham-burger.-open > .button > img:first-child {
    display: none;
  }

  .main-content {
    max-width: auto;
    width: auto;
    margin: 0 5px;
  }

  .site-nav {
    height: auto;
  }

  .site-nav > .wrapper {
    padding: 10px 8px;
    height: auto;
  }

  .site-nav > .wrapper > .primary-link {
    white-space: normal;
  }

  .site-nav > .wrapper > .primary-link > .nav-item {
    width: 50%;
    height: auto;
    background-size: cover;
    margin-bottom: 10px;
  }

  .site-nav > .wrapper > .primary-link > .nav-item > img[src*='-sp-'] {
    display: inline-block;
  }

  .site-nav > .wrapper > .primary-link > .nav-item:first-child {
    width: 100%;
    height: auto;
  }

  .site-nav .wrapper > .specialty-link.-desktop {
    display: none;
  }

  .site-nav .wrapper > .specialty-link.-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner {
    height: 45px;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner.-active {
    height: 50px !important;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner > img {
    height: 36px;
    bottom: 0;
    top: auto;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner.-active > img {
    height: 36px;
    bottom: 5px;
    top: auto;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner.-kuji {
    width: 104px;
    margin-right: 6px;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner.-product {
    width: 104px;
    margin-right: 6px;
  }

  .site-nav .wrapper > .specialty-link.-mobile > a.banner.-shop {
    width: 80px;
  }

  .site-nav > .wrapper > .specialty-link > a.banner.-kuji {
    background-size: 100% 3px;
  }

  .site-nav > .wrapper > .specialty-link > a.banner.-product {
    background-size: 100% 3px;
  }

  .site-nav > .wrapper > .specialty-link > a.banner.-shop {
    background-size: 100% 3px;
  }

  .site-nav > .wrapper > .specialty-link + .page-title {
    line-height: 1.2;
    height: auto;
    padding: 10px;
  }

  .free-area {
    width: auto;
    font-size: .9rem;
  }

  .feature-guide {
    width: 100%;
    height: auto;
    background: none;
  }

  .feature-guide > .feature-item:not(:first-child) {
    margin: 0;
  }

  .feature-guide .turn-table,
  .feature-guide .hero-item {
    width: auto;
    margin: 0 10px;
    overflow: hidden;
  }

  .feature-guide .hero-item {
    min-height: 0;
  }

  .feature-guide .hero-item > a img {
    display: block;
  }

  .slider-nav.-feature:after {
    content: '';
    display: block;
    clear: both;
  }

  .slider-nav.-feature {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin: -15px 10px 0;
    background: url('/img/btn-featureguide-sp.png') bottom center / 100% auto no-repeat;
  }

  .cn .slider-nav.-feature {
    background: url('/img/cn-btn-featureguide-sp.png') bottom center / 100% auto no-repeat;
  }

  .slider-nav.-feature > a {
    width: calc(99.9% * 1/3);
    display: block;
  }

  .slider-nav.-feature > a:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }

  .slider-nav.-feature > a:last-child {
    margin-right: 0;
  }

  .slider-nav.-feature > a:nth-child(3n) {
    margin-right: 0;
    float: right;
  }

  .slider-nav.-feature > a:nth-child(3n + 1) {
    clear: both;
  }

  .slider-nav.-feature > a > img {
    width: 100%;
    height: auto;
    opacity: 0;
  }

  .heading-bar {
    width: 100%;
    height: 28px;
    max-width: 100%;
    line-height: 28px;
    font-size: 1.8rem;
  }

  .heading-bar::before {
    -ms-transform: scale(.8);
    transform: scale(.8);
    bottom: -5px;
  }

  .heading-bar.-water {
    font-size: 1.0rem;
  }

  .grid-box {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-box:before {
    content: '';
    display: table;
  }

  .grid-box:after {
    content: '';
    display: table;
    clear: both;
  }

  .grid-box.-quater > figure.grid-item {
    width: calc(99.9% * 1/2 - (14px - 14px * 1/2));
    height: calc(99.9% * 1/2 - (14px - 14px * 1/2));
  }

  .grid-box.-quater > figure.grid-item:nth-child(1n) {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
    clear: none;
  }

  .grid-box.-quater > figure.grid-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .grid-box.-quater > figure.grid-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .grid-box.-quater > figure.grid-item:nth-child(2n + 1) {
    clear: both;
  }

  .grid-box.-quater > figure.grid-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .grid-box.-quater > figure.grid-item > a {
    width: 100%;
  }

  .grid-box.-quater > figure.grid-item > a > img {
    width: 100%;
    height: auto;
  }

  .grid-box.-third > figure.grid-item {
    width: calc(99.9% * 1/1 - (10px - 10px * 1/1));
    height: calc(99.9% * 1/1 - (10px - 10px * 1/1));
    border-bottom: solid 1px #cecece;
    padding-bottom: 10px;
  }

  .grid-box.-third > figure.grid-item:nth-child(1n) {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: none;
  }

  .grid-box.-third > figure.grid-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .grid-box.-third > figure.grid-item:nth-child(1n) {
    margin-right: 0;
    float: right;
  }

  .grid-box.-third > figure.grid-item:nth-child(1n + 1) {
    clear: both;
  }

  .grid-box.-third > figure.grid-item:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }

  .grid-box.-third > figure.grid-item > a > .thumb-link,
  .grid-box.-third > figure.grid-item > a > .thumb-link > img {
    width: 67px;
    height: 67px;
  }

  .grid-box.-third > figure.grid-item > a > .data {
    width: auto;
    margin-left: 76px;
    float: none;
  }

  .grid-box.-third > figure.grid-item > a > .data > .copy {
    margin-top: 5px;
    line-height: 1.4;
    height: 34px;
  }

  .slider-box {
    width: 260px;
  }

  .slider-item > a {
    width: 80px;
  }

  .slider-item > a > img {
    width: 80px;
    height: auto;
  }

  .slick-prev,
  .slick-next {
    top: 20px;
    background-size: 30px auto;
    background-position: 0 center;
  }

  .slick-prev:hover,
  .slick-next:hover {
    background-size: 30px auto;
    background-position: 0 center;
  }

  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    background-size: 30px auto;
    background-position: 0 center;
  }

  .slick-prev {
    left: -24px !important;
    width: 26px !important;
  }

  .slick-next {
    right: -24px !important;
    width: 26px !important;
  }

  .light-box {
    width: 100%;
    padding: 10px;
    overflow: hidden;
  }

  .focus-item > .extended-view {
    width: 60%;
  }

  .focus-item > .extended-view > .focus {
    width: 90%;
    height: auto;
  }

  .focus-item > .data {
    width: 40%;
  }

  .focus-item > .data > .title {
    font-size: 1.4rem;
  }

  .focus-item > .data > .button.-shoplist > img {
    width: 100%;
    height: auto;
  }

  .switch-box {
    max-width: 164px;
  }

  .switch-box > .switch {
    margin-right: 5px;
    margin-bottom: 8px;
  }

  .switch-box > .switch:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }

  .switch-box > .switch > .thumb {
    width: 37px;
    height: 37px;
  }

  .select-box {
    padding-left: 10px;
  }

  .select-box::after {
    width: 1px;
    height: 44px;
    right: 20px;
  }

  :root .select-box::after {
    top: 5px\0;
  }

  .select-box > select {
    width: 90px;
    height: 44px;
    line-height: 44px;
    background: #eff3f5 url('/img/ico-arrow-down.png') 70px center no-repeat;
  }

  .page-footer > .wrapper {
    width: auto;
    margin: 0 5px;
  }

  .pop-up .page-footer > .wrapper {
    width: auto;
    margin: 0 5px;
  }

  .page-footer img {
    width: 100%;
  }

  .social-box {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .button.-top {
    display: block;
    margin: 20px auto 0;
    width: 80px;
    height: 44px;
    line-height: 44px;
  }

  .button.-top i.icon {
    display: inline-block;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: -15px auto 0;
    color: #e50012;
  }

  .button.-linkbar {
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 1.2rem;
    margin-top: 16px;
  }

  .switch.-active::before {
    width: 10px;
    height: 10px;
  }

  .notice {
    padding: 0;
  }

  .notice > a {
    display: table-cell;
    font-weight: normal;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 4px;
    white-space: normal;
    width: 70px;
    height: 44px;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0;
    text-align: center;
  }

  .inline-popup {
    width: 100%;
    border: none;
  }

  .mfp-inline-holder .mfp-content {
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
  }

  .mfp-iframe-holder {
    padding: 0;
    padding-top: 44px;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-close-btn-in .mfp-close,
  .mfp-iframe-holder .mfp-close {
    left: 0;
    bottom: auto;
    right: 0;
    top: -44px;
    background: #fff;
    color: #000;
    font-size: 1.0rem;
    height: 44px;
    line-height: 44px;
    padding-right: 1em;
    border-bottom: solid 1px #dadbdd;
    width: 100%;
    text-align: right;
  }

/* shop/index.html shop/search.html sp
==================================*/
.header-level2{
	font-size:14px;
	margin:15px 0 5px;
}
	.header-level2.-shop{
		border-left:7px solid #00cc33;
		padding-left:8px;
	}

.header-level3{
	font-size:14px;
	padding:10px 15px;
}
/* paragraph sp
--------------------------------------------------*/
.notice{
	font-size: 17px;
	margin-bottom: 10px;
	padding: 0 5px;
	font-weight:normal;
}
/* list sp
--------------------------------------------------*/
/* mapLink */
.mapLink{
	margin:0 7px 15px 7px;
}
.mapLink li{
	width:auto;
	text-align:center;
}
.mapLink li a{
	padding:8px 25px;
}
.mapLink li a::before{
	content:"";
	width:12px;
	height:13px;
	background:transparent url(/img/icon-sp.png) -46px -23px no-repeat;
	background-size:92px 69px;
}

/* linkListA */
.linkListA > li{
	font-size:14px;
}

.linkListA > li > a{
	padding: 5px 10px 5px 25px;
}
.linkListA > li > a:before{
	left:10px;
	border:5px solid transparent;
	border-left:10px solid #333;
}

p.beacon{
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	font-size:14px;
}
	p.beacon::before{
		content:""
		width:15px;
		height:18px;
		background:transparent url(/img/icon-sp.png) -46px -46px no-repeat;
		background-size:92px 69px;
	}



	p.beacon label.checkbox{
		padding-right:40px;
	}
	p.beacon label.checkbox::before{
		right:5px;
	}
	p.beacon label.checkbox input[type="checkbox"]:checked + span::after{
		right:13px;
		margin-top:-6px;
	}


/* tab sp
--------------------------------------------------*/
div.filter-header::before{
	content:"";
	height:6px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
}

.tabBtn{
	height:46px;
}
.tabBtn li{
	font-size:14px;
}

/* detail-area-wrap 2Block sp*/
.detail-area-wrap{
	display:block;
	padding:0;
	width:auto;
}
.detail-area,
.beacon-area{
	display:block;
	width:auto;
}
.detail-area{
	margin:0 8px;
}

/* beacon-area */
	.beacon-area{
		border-left-style:none;
		background:transparent url(/img/dotline-sp.png) 0 0 repeat-x;
		background-size:6px 3px;
    padding-top:12px;
    display: none;
	}
	.beacon-area p.beacon{
		margin:0 0 10px;
		font-size:14px;
	}

/* form parts */
label.checkbox{
	padding:10px 36px 10px 25px;
	min-height:25px;
}
label.checkbox::before{
	content  : '';
	width    : 25px;
	height   : 25px;
	right: 10px;
}
label.checkbox input[type="checkbox"]:checked + span::after{
	content:'';
	top: 40%;
	right: 18px;
	margin-top: -4px;
	width: 10px;
	height: 15px;
}

/* area item */
	.tabBtn li.view-area a,
	.tabBtn li.view-item a{
		padding: 12px 26px 0 30px;
		height:36px;
	}
	.tabBtn li.view-area a::before{
		content:"";
		left:5px;
		top:8px;
		width:23px;
		height:23px;
		background:transparent url(/img/icon-sp.png) 0 0 no-repeat;
		background-size:92px 69px;
	}
	.tabBtn li.view-item a::before{
		content:"";
		left:5px;
		top:8px;
		width:23px;
		height:23px;
		background:transparent url(/img/icon-sp.png) -23px 0 no-repeat;
		background-size:92px 69px;
	}

/* open close */
	.tabBtn li.view-area a::after{
		content:"";
		right:4px;
		top:7px;
		width:22px;
		height:22px;
		background:transparent url(/img/icon-sp.png) 0 -23px no-repeat;
		background-size:92px 69px;
	}
	.tabBtn li.view-area a.tabOn::after{
		content:"";
		right:4px;
		top:7px;
		width:22px;
		height:22px;
		background:transparent url(/img/icon-sp.png) 0 -46px no-repeat;
		background-size:92px 69px;
	}
	.tabBtn li.view-item a::after{
		content:"";
		right:4px;
		top:7px;
		width:22px;
		height:22px;
		background:transparent url(/img/icon-sp.png) -23px -23px no-repeat;
		background-size:92px 69px;
	}
	.tabBtn li.view-item a.tabOn::after{
		content:"";
		right:4px;
		top:7px;
		width:22px;
		height:22px;
		background:transparent url(/img/icon-sp.png) -23px -46px no-repeat;
		background-size:92px 69px;
	}

/* view-area-box */
.filter-area{
	list-style: outside none none;
	padding:10px 10px 10px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.filter-area li{
	font-size:14px;
	margin-top:10px;
}
.filter-area li p::before{
	content:"";
	width:12px;
	height:13px;
	left:8px;
	background:transparent url(/img/icon-sp.png) -46px -23px no-repeat;
	background-size:92px 69px;
}
/* left shop */
.filter-area.-shop{
	padding:5px 10px 10px;
}
.filter-area.-shop > li > p label{
	padding:5px 40px 0px 0;
	display:inline-block;
}

/* shop 2layer */
	.filter-area.-shop ul.areas li p::before{
		left:8px;
		width:14px;
		height:14px;
		background:transparent url(/img/icon-sp.png) -69px 0 no-repeat;
		background-size:92px 69px;
	}


.ichiban-kuji li{
	border-top-style:none;
	margin-top:0;
	min-height:2em;
}
.ichiban-kuji li label.checkbox{
	padding:8px 36px 8px 7px;
	min-height:54px;
}

/* detail-list */
dl.detail-list{
	margin-bottom:10px;
}
dl.detail-list dt,
dl.detail-list dd{
	font-size:14px;;
}

/* pageTop */
ul.pageTop{
	list-style: outside none none;
	padding:0;
	margin:20px 0 20px 0;
}
ul.pageTop li{
	font-size:15px;
}



/* howto parts */
	.ht-pc { display: none !important; }
	.ht-sp { display: inline-block!important; }
.notice-howto{padding: 0 5px; margin-bottom: 20px;}
.howto-ttl img,
.howto-img img,
.howto-left img,
.howto-right img,
.howto-notice img,
.notice-howto img{max-width: 100%;}

.howto-ttl{margin: 50px auto 35px;}
.howto-img{margin: 0 auto 10px;}
.howto-left{float:none;}
.howto-right{float:none;}
.howto-notice{margin-top: 50px;}

/* link_fb sp */

.wrap-hdr-btn-add {
  margin: -10px auto 0;
  padding: 0 2.5% 10px;
}

.wrap-hdr-btn-add .list-hdr-btn-add li{
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  padding-top: 10px;
}

.wrap-linkfb-add{
  padding: 15px;
  margin-top: 10px;
}

.wrap-linkfb-add .list-linkfb-add{
  display: block;
  margin:-15px 0 0 0;
}

.wrap-linkfb-add .list-linkfb-add li{
  display: block;
  width: 100%;
  padding: 15px 0 0 0;
}

.inline-popup.wrap-pop-wechat{
  max-width: 100%;
}

.wrap-youtube-add-sp{
  width: auto;
  height: auto;
  margin: 0 10px 15px;
}

.wrap-youtube-add {
  width: 100%;
  height: auto;
  background: none;
  padding-top: 0;
  margin: 0;
  position: relative;
  padding-top: 56.25%;
}


.wrap-youtube-add iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

}


/* bgimage */
.bgtest {
  min-height: 100%;
  background:url('/prize/detail_img/35394_prize_item_img2.jpg') no-repeat center;
  background-size:cover;
}
.bgtest .hero-content,
.bgtest .site-nav {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
}

.bgtest .hero-content,
.bgtest .site-nav .wrapper{background: none;}
.bgtest .hero-content{padding-top: 0;}
.bgtest .site-nav,
.bgtest .wrapper{border: none;}

.content-wrap-bgtest{width:1040px; margin:0 auto; background:#fff;}

.bgtest2 {
    background:
        url(image/bgtest01.jpg) left top no-repeat,
        url(image/bgtest02.jpg) right top no-repeat;
}



.logo-foot-bandai{margin-top: -50px;float: right;}
.logo-foot-bandai img{width:50px;}

/* micro clearfx */
.cf:before, .cf:after {
  content:"";
  display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

/*# sourceMappingURL=global.css.map */
