﻿@charset "utf-8";
/* CSS Document */
/*共通部分*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.0em;
  font-size: 1.0rem;
}
html, body {
  height: 100%;
  overflow: visible;
}
body {
  padding-top: 0;
  letter-spacing: 0;
  color: #333;
  line-height: 1.6;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto !important; /*IE6対策*/
  height: 100%; /*IE6対策*/
  min-height: 100%;
}
#contents {
  margin: 0 auto;
  padding-bottom: 9rem; /*フッターの高さと同じ*/
}
#footer {
  height: 9rem;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.bottom0 {
  margin-bottom: 0px !important;
}
.center {
  text-align: center;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.sp1 {
  display: none !important;
}
.pad {
  display: none !important;
}
span.pc {
  display: inline !important;
}
/*↑ここまで共通部分*/
body {
  background: #fff;
}
#contents {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 0rem;
}
.title {
  margin: 0rem auto 0rem;
}
.logo {
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
}
.logo img { /*width:28%;*/ max-width: 46.5rem;
}
.info {
  position: relative;
  color: #000;
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto 40px;
  background: #fff;
  padding: 25px 10px;
  max-width: 700px;
  width: 95%
}
/*.info:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #7D7D7D transparent;
  border-width: 0px 0px 50px 50px;
}*/
/*.info:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 0px 0px 48px 48px;
}*/
#goods .goods_area .products dl {
  position: relative;
}
/*#goods .goods_area .products dl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  bottom: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #7D7D7D;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(90deg);
}*/
#goods .goods_area .products dl {
  position: relative;
}
#goods .goods_area .products dl::after, #goods .goods_area .products dl::before {
  content: "";
  position: absolute;
  width: 20px; /* 線の長さを調整 */
  height: 2px; /* 線の太さを調整 */
  background: #1c1e85; /* 色 */
  top: 22px; /* 右上に配置（お好みで調整） */
  right: 12px;
  border-radius: 1px;
  transition: 0.2s;
  z-index: 2;
}
#goods .goods_area .products dl::before {
  /* 横線 */
  transform: rotate(0deg);
}
#goods .goods_area .products dl::after {
  /* 縦線 */
  transform: rotate(90deg);
}
.logo p {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.link_text {
  max-width: 1120px;
  margin: 0 auto;
  text-align: left;
  width: 95%;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.link_text a {
  color: #000;
  font-weight: bold;
}
/* colorbox */
#cboxClose {
  position: absolute;
  top: -50px;
  right: 5px;
  display: block;
  background: url(https://kingeshop.jp/img/kingsuperlive/images/btn_close.png) no-repeat top center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  z-index: 1000000;
  background-size: cover;
}
#cboxContent {
  margin-top: 50px;
}
/*#cboxOverlay {background: #fff;}*/
iframe {
  width: 100%;
}
/* colorbox */
#goods .goods_area {
  max-width: 1120px;
  margin: 0 auto 33px;
}
#goods .goods_area .products { /*letter-spacing:-.4em;*/ text-align: center;
}
#goods .goods_area .products dl {
  background: #fff;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 31.3%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  /*padding: 2.5%;*/
	padding: 3%;
  margin: 1% 1% 3.5%;
  float: left;
  transition: all 1s;
  /*border: 10px #7D7D7D double;*/
}
#goods .goods_area .products dl:hover {
  transform: translate(5px, 5px);
}
#goods .goods_area .products dd {
  padding: 2rem 0 1em 0;
  border-top: 1px solid #7D7D7D;
  margin: 3rem auto 0;
}
#goods .goods_area .products dd h3 {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 1rem 0;
}
#goods .goods_area .products dd.price h3:first-child {
  margin-bottom: 0;
}
#goods .goods_area .products dd.price h3:last-child {
  font-size: 1.25em;
}
#goods .goods_area .products dd p {
  font-size: 1.3em;
  margin-top: .3em;
  margin-bottom: 0;
  line-height: 1.4;
}
#cboxLoadedContent {
  border: none;
  background: #fff;
  margin-top: -25px;
  overflow: hidden !important;
}
#cboxTitle {
  position: absolute;
  top: inherit;
  left: 0;
  color: #fff;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  display: block;
  width: 90%;
  padding: .8em 5%;
  font-size: 1.2em;
  text-align: center;
  box-sizing: content-box;
  display: none !important;
}
/*プルダウンボタンここから*/
.select_area {
  margin: 0em auto 2em;
  max-width: 300px;
  width: 100%;
}
.dropdown {
  display: block;
  margin: 30px auto 0em;
}
.dropdown-select {
  font-size: 14px;
  max-width: 307px !important;
  width: 100% !important;
  margin-bottom: 11px;
  border: 1px solid #cfcfcf;
}
.cart_btn {
  max-width: 307px;
  width: 100% !important;
}
.select_area {}
.dropdown {
  display: block;
  margin: 0 auto 0em;
}
.dropdown-select {
  font-size: 1.3em;
  max-width: 100%;
  width: 100%;
}
.cart_btn {
  width: 100% !important;
  margin: 2em auto 0em;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.cart_btn a {
  display: block;
  text-decoration: none;
}
.cart_btn span {
  background: url(https://kingeshop.jp/img/kingsuperlive/images/icon_cart.png) no-repeat 0 0;
  font-weight: 600;
  background-size: 1.8em auto;
  padding: 0.2em 0 1em 2.5em;
  color: #fff; /*font-size:1.3em;*/ font-size: 1.5em;
  line-height: 3.9;
}
.white.cart_btn span {
  color: #333;
}
.finish {
  background: none;
}
.finish:hover {
  background: none;
}
.finish span {
  background: none;
  color: red;
  padding-left: 0;
}
.cart_change .cart_btn.btn00 {
  margin-top: 6em;
}
.cart_change .cart_btn.btn01 {
  background: #ccc;
}
.cart_change .cart_btn.btn02 {
  display: none;
}
.cart_change.sel01.sel01_2 .cart_btn.btn01 {
  display: none;
}
.cart_change.sel01.sel01_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change02 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change02 .cart_btn.btn02 {
  display: none;
}
.cart_change02.sel02.sel02_2 .cart_btn.btn01 {
  display: none;
}
.cart_change02.sel02.sel02_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change03 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change03 .cart_btn.btn02 {
  display: none;
}
.cart_change03.sel03.sel03_2 .cart_btn.btn01 {
  display: none;
}
.cart_change03.sel03.sel03_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change04 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change04 .cart_btn.btn02 {
  display: none;
}
.cart_change04.sel04.sel04_2 .cart_btn.btn01 {
  display: none;
}
.cart_change04.sel04.sel04_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change05 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change05 .cart_btn.btn02 {
  display: none;
}
.cart_change05.sel05.sel05_2 .cart_btn.btn01 {
  display: none;
}
.cart_change05.sel05.sel05_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change06 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change06 .cart_btn.btn02 {
  display: none;
}
.cart_change06.sel06.sel06_2 .cart_btn.btn01 {
  display: none;
}
.cart_change06.sel06.sel06_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change07 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change07 .cart_btn.btn02 {
  display: none;
}
.cart_change07.sel07.sel07_2 .cart_btn.btn01 {
  display: none;
}
.cart_change07.sel07.sel07_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change08 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change08 .cart_btn.btn02 {
  display: none;
}
.cart_change08.sel08.sel08_2 .cart_btn.btn01 {
  display: none;
}
.cart_change08.sel08.sel08_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change09 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change09 .cart_btn.btn02 {
  display: none;
}
.cart_change09.sel09.sel09_2 .cart_btn.btn01 {
  display: none;
}
.cart_change09.sel09.sel09_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change10 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change10 .cart_btn.btn02 {
  display: none;
}
.cart_change10.sel10.sel10_2 .cart_btn.btn01 {
  display: none;
}
.cart_change10.sel10.sel10_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change11 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change11 .cart_btn.btn02 {
  display: none;
}
.cart_change11.sel11.sel11_2 .cart_btn.btn01 {
  display: none;
}
.cart_change11.sel11.sel11_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change12 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change12 .cart_btn.btn02 {
  display: none;
}
.cart_change12.sel12.sel12_2 .cart_btn.btn01 {
  display: none;
}
.cart_change12.sel12.sel12_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change13 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change13 .cart_btn.btn02 {
  display: none;
}
.cart_change13.sel13.sel13_2 .cart_btn.btn01 {
  display: none;
}
.cart_change13.sel13.sel13_2 .cart_btn.btn02 {
  display: block;
  background: #c91415;
}
.cart_change14 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change14 .cart_btn.btn02 {
  display: none;
}
.cart_change14.sel14.sel14_2 .cart_btn.btn01 {
  display: none;
}
.cart_change14.sel14.sel14_2 .cart_btn.btn02 {
  display: block;
}
.cart_change15 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change15 .cart_btn.btn02 {
  display: none;
}
.cart_change15.sel15.sel15_2 .cart_btn.btn01 {
  display: none;
}
.cart_change15.sel15.sel15_2 .cart_btn.btn02 {
  display: block;
}
.cart_change16 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change16 .cart_btn.btn02 {
  display: none;
}
.cart_change16.sel16.sel16_2 .cart_btn.btn01 {
  display: none;
}
.cart_change16.sel16.sel16_2 .cart_btn.btn02 {
  display: block;
}
.cart_change17 .cart_btn.btn01 {
  background: #ccc;
}
.cart_change17 .cart_btn.btn02 {
  display: none;
}
.cart_change17.sel17.sel17_2 .cart_btn.btn01 {
  display: none;
}
.cart_change17.sel17.sel17_2 .cart_btn.btn02 {
  display: block;
}
/*プルダウンボタンここまで*/
/*SHOPPING INFORMATION　ご利用案内ここから*/
.info_table {
  font-size: 160%;
  margin: 3rem auto 6rem;
  width: 100%;
  max-width: 110rem;
}
.info_table hr {
  color: #333;
}
.info_td {
  background: #fff;
  padding: 0px 30px;
  box-sizing: border-box;
}
.info_tit {
  font-size: 5.6rem;
  color: #39FF14;
  padding: 8rem 0px;
  text-align: center;
}
.info_txt {
  margin-bottom: 8rem;
}
.info_txt img {
  margin-top: 5px;
}
/*SHOPPING INFORMATION　ご利用案内ここまで*/
/*#footerここから*/
#footer {
  /*	background:#D4EEE2;*/
  background: #fff;
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  font-size: 160%;
  overflow: hidden;
}
#footer div.inner {
  position: relative;
  width: 100%;
  max-width: 105rem;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  /*   background:#D4EEE2;*/
  background: #fff;
}
#footer #copyright {
  padding: 8px 0;
  font-size: 10px;
  color: #333;
  text-align: center;
}
.tweet_btn {
  position: absolute;
  bottom: 50px;
  right: 115px;
}
.like_btn {
  position: absolute;
  bottom: 57px;
  right: 40px;
}
/* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer table {
  width: 100%;
  margin: 0 auto;
  color: #333;
  border: none;
  border-collapse: collapse;
}
#footer_area {
  margin-top: 0px;
  padding: 7px 0;
  /*	border-top: 1px dotted #333;*/
  /*	border-bottom: 1px dotted #333;*/
  overflow: hidden;
  height: 100%;
}
#footernav {
  text-align: left;
  float: left;
  margin-left: 20px;
}
#footernav li {
  padding: 0 17px;
  display: inline;
  background: url(https://kingeshop.jp/img/usr/arrow-footer.gif) no-repeat 0 10px;
}
#footernav li a {
  font-size: 11px;
}
.goTop {
  float: right;
  padding-right: 20px;
}
#copyright {
  text-align: center;
  margin: 0;
}
#footer a:link {
  text-decoration: none !important;
  color: #333 !important;
}
#footer a:visited {
  text-decoration: none !important;
  color: #333 !important;
}
#footer a:active {
  text-decoration: none !important;
}
#footer a:hover {
  color: #333 !important;
}
/*#footerここまで*/
.lp ul li {
  width: 95%;
  margin: 0 auto;
  margin-top: 2em;
  font-size: 1.8rem;
  text-align: left;
}
.movie_area {
  clear: both;
  margin-top: 2em;
}
.movie_area p {
  font-size: 1.8rem;
  padding-top: 0.2em;
}
.movie {
  width: 48%;
  margin: 1%;
  float: left
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*Close buttonここから*/
.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.closebt:hover {
  transform: rotate(90deg);
}
.closebt {
  width: 5rem;
}
.close_btn {
  max-width: 96rem;
  margin: 2rem auto 2rem;
  text-align: right
}
.close_btn2 {
  background: #FF4A72;
  max-width: 250px;
  margin: 7rem auto 3.5rem;
  padding: 1.8%;
  font-size: 1.7em;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border-radius: 60px;
}
/*Close buttonここまで*/
/*bxsliderここから*/
.modal-09-on, .modal-08-on, .modal-07-on, .modal-06-on, .modal-05-on, .modal-04-on, .modal-03-on, .modal-02-on, .modal-01-on {
  background: #1c1e85 !important;
  color: #fff !important;
}
.bx-wrapper {
  margin: 2em 0 0px;
  margin: 0 auto 0rem; /*border-right: 1px solid #b3a883;border-top: 1px solid #b3a883;border-left: 1px solid #b3a883;*/
}
.bx-wrapper img {
  border: 1px solid #ccc;
  padding: 2rem;
  background: #fff;
	max-height: 100%;
	max-width:  100%;
	margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
  background: rgba(255, 255, 255, 0) !important;
}
.mainimage ul li {
width: 400px !important;
/*height: 400px !important;*/
right: 0 !important;
	/*background: #fff;*/
	/*border: 1px solid #ccc;*/
}
.mainimage .thumb {
  padding: 2.5rem 0.5% 0rem;
  /*background-color: rgba(255, 255, 255, 1);*/
  text-align: center;
  width: 100%;
  margin: 30px 0px 0px 45px;
  /*border-top: 1px solid #d0d0d0;*/
  box-sizing: content-box;
}
.mainimage .thumb span {
  width: 30%;
  margin: 1% 1% 1%;
  float: left;
  border: 1px solid #e0e0e0;
  padding: 12px;
  background: #fff;
}
.mainimage .thumb a {
  display: block;
  line-height: 0;
  padding: 1px 1px 1px 1px;
  /*   background:#ccc;*/
  box-sizing: border-box;
  width: auto;
}
/*.mainimage .thumb a.active {background:red;}*/
.mainimage .pen_light {
  padding: 1.5em;
  box-sizing: border-box;
}
.mainimage .pen_light img {
  border: 1px solid #DB77AD;
}
/*bxsliderここまで*/
/*モーダルここから*/
.products dl dt {
  /*border: 1px solid #ccc;*/
}
.products dl dt a img {
  padding: 0rem;
  /*	border: 1px solid #ccc;*/
}
.info_txt span {
  background: #fd4545;
  color: #fff;
  padding: 4px;
  margin: 2px;
}
.modal_content { /*max-width:112rem;*/ max-width: 96rem;
  width: 100%;
  margin: 0 auto 5em;
}
.modal_content2 { /*max-width:112rem;*/ max-width: 96rem;
  width: 100%;
  margin: 100px auto 5em;
}
.mainimage {
  width: 49%;
  float: left;
}
.modal_right {
  width: 49%;
  display: table-cell;
  vertical-align: middle;
  height: 410px;
}
.modal_right h3 {
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 2rem 0 -1rem 0;
  line-height: 1.4;
}
.modal_right h3 span {
  font-size: 0.8em;
}
.modal_right p {
  font-size: 1.7rem;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.modal_right p span {
  font-size: 0.8em;
}
.modal_right p.color, .modal_right p.size {
  font-size: 1.8rem;
  margin: 2rem auto;
}
.modal_right p.price {
  font-size: 2rem;
  margin-top: 2rem;
}
.size_table {
  font-size: 1.5rem;
  /*margin-bottom: 4rem;*/
	margin-bottom: 3rem;
}
.size_table table {
  border-collapse: collapse;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.size_table th {
  padding: 2%;
  border: solid 1px #ccc;
  background: #7D7D7D;
  text-align: center;
  color: #fff;
}
.size_table td {
  padding: 2%;
  border: solid 1px #ccc;
  font-size: 1.3rem;
}
p.attention {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: left;
}
p.attention2 {
  margin-top: 4rem;
  /*margin-bottom: 4rem;*/
	margin-bottom: 2rem;
  padding: 0 10px 0;
  font-size: 1.8rem;
  text-align: center;
  overflow-wrap: break-word;
	font-weight: bold;
}
p.attention2 span {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  overflow-wrap: break-word;
}
.modal_right .select_area {
  width: 75%;
  margin: 3rem auto 0;
}
.benefits{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 3rem;
}
/*モーダルここまで*/
/*more_areaここから*/
.more_area {
  overflow: hidden;
  position: relative; /* 相対位置指定 */
}
.more_area .caption {
  font-size: 3rem;
  text-align: center;
  line-height: 30rem;
  color: #fff;
}
.more_area .mask {
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.3); /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.more_area:hover .mask {
  opacity: 1; /* マスクを表示する */
}
/*more_areaここまで*/
@media screen and (max-width: 1024px) {
  /* 1024px以下用（iPad Pro）の記述 */
  /*floatのスタイル*/
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  /*floatのスタイル*/
  /*↑ここまで共通部分*/
  /*Close buttonここから*/
  .closebt {
    width: 10%;
  }
  .close_btn {
    margin: 2rem auto 2rem;
  }
  /*Close buttonここまで*/
  /*モーダルここから*/
  .bx-wrapper img {
    width: 100%;
    height: auto;
    padding: 5px;
  }
  .bx-viewport ul li {
    width: 100% !important;
    height: auto;
  }
  .modal_content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5em;
    overflow: hidden;
  }
  .modal_content2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5em;
    overflow: hidden;
  }
  .mainimage {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .mainimage ul li {
    width: 400px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
  .modal_right {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .modal_right h3 {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    margin: 2.5rem 0 0rem 0;
  }
  /*.modal_right p {font-size:1.5rem;margin-top: 1rem;margin-bottom:0;line-height:1.4;}*/
  .modal_right .select_area {
    width: 75%;
    margin: 4rem auto 3rem;
  }
  .movie_area {
    width: 90%;
    margin: 0 auto;
    padding-top: 3em
  }
  /*モーダルここまで*/
}
/*.fl{float: left;}*/
.clear {
  clear: both;
}
@media screen and (max-width: 890px) {
  #footer {
    overflow: visible;
  }
}
@media screen and (max-width: 820px) {
  /* 820px以下用（タブレット／スマートフォン用）の記述 */
  /*  body {
    background: #fff;
    background: url(../images/bg.jpg);
    background-size: 135% auto;
  }*/
  .size_table table {
    border-collapse: collapse;
    border: solid 1px #ccc;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }
  .pad {
    display: block !important;
  }
  #goods .goods_area .box ul {
    text-align: left;
  }
  /* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
  #footer table {
    width: 100%;
  }
  #footer_area {
    padding: 2vw 0;
    width: 100%;
    margin: 2vw auto 0;
  }
  #footernav {
    width: 95%;
    margin: 0 2.5%;
  }
  #footernav li {
    float: left;
    display: list-item;
    background: url(https://kingeshop.jp/img/usr/arrow-footer.gif) no-repeat 0 1.5vw;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.8;
  }
  #footernav li a {
    font-size: 2.5vw;
  }
  .footer_sns {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    padding-top: 3em;
  }
  .tweet_btn {
    bottom: 0;
  }
  .like_btn {
    bottom: 6.5px;
  }
}
@media screen and (max-width: 820px) {
  /* 820px以下用（スマートフォン用）の記述 */
  .sp1 {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .fl {
    float: none;
  }
  .pad {
    display: none !important;
  }
  span.pc {
    display: none !important;
  }
  #contents {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0rem;
  }
  .title {
    margin: 2.5rem auto 0rem;
  }
  .logo {
    text-align: center;
    margin: 0 auto 0;
    width: 100%;
  }
  .logo img {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .logo p {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  #goods .goods_area {
    max-width: 100%;
    margin: 0 auto;
  }
  .mainimage .thumb {
    padding: 2.5rem 0.5% 0%;
    /*background-color: rgba(255, 255, 255, 1);*/
    text-align: center;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: content-box;
  }
  /*Close buttonここから*/
  .closebt {
    width: 8%;
    margin-right: 1.5em;
  }
  .close_btn {
    margin: 1rem auto 1rem;
  }
  /*Close buttonここまで*/
  /*モーダルここから*/
  .bx-viewport ul li {
    width: 100% !important;
  }
  .modal_content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5em;
    overflow: hidden;
  }
  .modal_content2 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5em;
    overflow: hidden;
  }
  .mainimage {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .modal_right {
    width: 95%;
    float: none;
    margin: 30px auto 0;
    display: block;
    height: auto;
  }
  .modal_right h3 {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    margin: 2.5rem 0 0rem 0;
  }
  .modal_right p {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .modal_right p span {
    font-size: 0.8em;
  }
  .modal_right p.color, .modal_right p.size {
    font-size: 1.6rem;
    margin: 2rem auto;
  }
  .modal_right p.price {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .modal_right .select_area {
    width: 100%;
    /*    margin: 2rem auto 3rem;*/
  }
  .lp ul li {
    font-size: 1.6rem;
  }
  .movie_area {
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .movie_area p {
    font-size: 1.6rem;
    padding-top: 0.2em;
  }
  .movie {
    width: 100%;
    margin: 4% 0;
    float: left
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #goods .goods_area .products dd {
    padding: 2rem 0 1em 0;
    border-top: 1px solid #7D7D7D;
    margin: 1.5rem auto 0;
  }
  #goods .goods_area .products dl::after, #goods .goods_area .products dl::before {
    width: 15px;
  }
  /*モーダルここまで*/
  .cart_change00 .cart_btn.btn00 {
    margin-top: 0em;
  }
  .info_td {
    padding: 0px 1em;
    box-sizing: border-box;
  }
  .info_tit {
    font-size: 2.5rem;
    padding: 1.5rem 0 .5rem;
    text-align: center;
  }
  .info_tit b {
    font-size: 1em;
  }
  .info_tit b span {
    font-weight: 600;
    background-size: 1em auto;
    padding: 3.5px 0 0px 0px;
    line-height: 1.6;
  }
  .info_txt {
    font-size: 1.2rem;
    padding: 0.5rem 0 1.5rem;
    margin-top: 0px;
    margin-bottom: 2rem;
  }
  .info_txt img {
    margin-top: 5px;
  }
  .info_table {
    margin: 2rem auto 2rem;
    width: 95%;
    max-width: 100%;
  }
  #footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer div.inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0em;
  }
  /* --------------------------------------------------------------------
	ユーザー定義　フッター
--------------------------------------------------------------------- */
  #footernav li {
    padding: 0 0 0 17px;
    background: url(https://kingeshop.jp/img/usr/arrow-footer.gif) no-repeat 0 2vw;
    line-height: 1.2;
  }
  #footernav li a {
    font-size: 2.5vw;
  }
  p.attention2 {
    margin-top: 3rem;
    margin-bottom: 2em;
    font-size: 1.6rem;
    text-align: left;
  }
  p.attention2 span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:414px) {
  .sp1 {
    display: block !important;
  }
  /*#goods .goods_area .products dl {width:70%;margin:1em auto;}*/
  .modal_right p.attention {
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: left;
  }
}
/*20181003追記*/
/*
a.soldoutarea{width: 100%;color: #fff;}
.soldout{width: 100%;background:rgba(0, 0, 0, 0.5);height: 100%;height: }
*/
/*
.out_img{display: none;}
.dn{display: none;}
.db{display: block;}*/
.soldoutaoi {
  background-image: url(../images/fncy_jk_soldout.jpg);
  background-size: cover;
}
.soldoutWA1 {
  background-image: url(../images/whiteA1_soldout.jpg);
  background-size: cover;
}
.soldoutBA1 {
  background-image: url(../images/blackA1_soldout.jpg);
  background-size: cover;
}
.soldoutBB1 {
  background-image: url(../images/blackB1_soldout.jpg);
  background-size: cover;
}
.soldoutWLA {
  background-image: url(../images/long_wa2_soldout.jpg);
  background-size: cover;
}
.soldoutYL {
  background-image: url(../images/long_y2_soldout.jpg);
  background-size: cover;
}
.soldoutBL {
  background-image: url(../images/long_blue2_soldout.jpg);
  background-size: cover;
}
.soldoutbLA {
  background-image: url(../images/long_ba2_soldout.jpg);
  background-size: cover;
}
.soldoutWLB {
  background-image: url(../images/long_wb2_soldout.jpg);
  background-size: cover;
}
.soldoutBLB {
  background-image: url(../images/long_bb2_soldout.jpg);
  background-size: cover;
}
.soldoutPBG {
  background-image: url(../images/parker_burgundy_soldout.jpg);
  background-size: cover;
}
.soldoutCDA {
  background-image: url(../images/celadonA1_soldout.jpg);
  background-size: cover;
}
.soldoutarea:hover {
  background-color: transparent; /* IE6対応 */
}
.soldoutarea img:hover {
  opacity: 0;
  transition: 0.5s;
}