@charset "euc-jp";

h2{font-size:1.2em;}

/*YouTube用画面比率調整*/
  .youtube_w{
  display:flex;
   justify-conent:center;
   gap:10px;
 }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
}

.arrow_u::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  transform: rotate(45deg);
}
  
.arrow_o {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
}
 
 .arrow_u.on::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  transform: rotate(-45deg);
}
  
.arrow_u.on::after {
	background-color: transparent;
}
  
.arrow_o{
	display: none;
}  

}

@media screen and (max-width: 768px) {
  .youtube_w{
  display:block;
 }
}

/*freepage用CSS カート*/
.cartjs_box {
  display: inline-block;
  width: 94%;
  margin: 0px 3% !important;
}

.cartjs_product_img, .cartjs_cart_in {
  display: inline-block;
}

.cartjs_product_table {
  display: none;
}

.move-price {
  margin-top: 20px;
  font-size: 20px !important;
  font-weight: bold;
}

.cartjs_product_table ~ .cartjs_cart_in {
  display: none;
}

@media screen and (max-width: 768px) {
  .cartjs_product_img, .cartjs_cart_in {
    width: 80% !important;
    margin: 0px 10% !important;
  }
}

@media screen and (min-width: 769px) {

  .cartjs_product_img, .cartjs_cart_in {
    width: 50% !important;
  }

  .cartjs_product_img {
    float: right;
  }

  .cartjs_product_img img {
    margin: 0;
  }

  .cartjs_cart_in {
    padding-top: 25%;
    vertical-align: middle;
    transform: translateY(-25%);
    float: clear !important;
  }

}

.installment-payment {
  width: 94%;
  margin: 3%;
  text-align: center;
  font-size: 15px;
}

.installment-payment tr:nth-child(1) {
  font-weight: bold;
  color: #fff;
  background-color: #0099e3 !important;
}

.installment-payment tr:nth-child(odd) {
  background-color: #cee7ff;
}

.installment-payment tr td {
  width: 25%;
  padding: 10px;
  border: 0px;
}

.installment-payment tr td:nth-child(2)::after {
  content: "無料";
}

.installment-payment tr:nth-child(1) td:nth-child(1)::after {
  content: "分割回数";
}

.installment-payment tr:nth-child(1) td:nth-child(2)::after {
  content: "金利手数料";
}

.installment-payment tr:nth-child(1) td:nth-child(3)::after {
  content: "お支払い金額";
}

.installment-payment tr:nth-child(1) td:nth-child(4)::after {
  content: "初回お支払い金額";
}

.installment-payment tr:nth-child(2) td:nth-child(1)::after {
  content: "36回";
}

.installment-payment tr:nth-child(3) td:nth-child(1)::after {
  content: "60回";
}

.installment-payment tr:nth-child(4) td:nth-child(1)::after {
  content: "84回";
}

.installment-payment tr:nth-child(5) td:nth-child(1)::after {
  content: "100回";
}

installment-payment .payment::after {
  content: "円";
}

/*youtube用CSS ４：３*/
 .movie-wrap_2 {
width:100%;
}
.movie-wrap_2 iframe{
text-align:center;
}

/*youtube用CSS*/
.movie-wrap {
  position: relative;
  padding-bottom: 75%; /*アスペクト比 16:9の場合の縦幅*/
  width:100%;
  height:0;
  overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*検索フォーム用CSS*/
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 15px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 1.2em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #221002;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.lp_wrap{
 display: flex;
 border-bottom:1px solid #ddd;
}
.menu_box_wrap{
  display:flex
}

.menu_box_wrap a{
  display: block;
  padding: 0;
  text-decoration: inherit;
  line-height: 1em;
  vertical-align: middle;
}

.menu_box{
  background:#fff;
  color:#221002;
  width:100%;
  margin:1%;
  padding:10px;
}

.lp_text{
 margin:15px 0 0 20px;
 font-size:1rem;
 font-weight: 700;
 max-width:70%;
}

.lp_wrap .lp_text p{margin:0;}

@media screen and (max-width: 767px){
.lp_wrap{
 margin:10px 0;
}
.lp_text{
 margin:0 0 0 20px;
}
}


/*記事差し込み用CSS*/
.lp_insert{
 display: flex;
 background:#eee;
 margin:20px 10px;
 padding:15px;
}


.lp_insert_txt{
 margin:0 0 0 20px;
 font-size:1.2rem;
 font-weight:700;
 max-width:70%;
}

.lp001 .lp_insert_txt p{margin:0;}

.LP_cvb{
    width:80%;
    background: #d6501b;
    color:#fff;
    padding: 20px ;
    line-height:4;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 10px
}


@media screen and (max-width: 768px){
 .lp_insert{
  margin-left:15px;
 }
 .lp_insert_img{
  position: relative;
  width: 40%;
 }
 .lp_insert_img:before{
  content: "";
  display: block;
  padding-top: 100%;
 }
 .lp_insert_img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
 }
 .lp_insert_txt{
  font-size:1.1rem;
  margin-top:0;
 }
}


/*LINE友達追加ボタン用CSS*/
.line-addfriend, .line-addfriend-delete-btn, .line-span1, .line-span2, .line-addfriend-return-btn {
  position: fixed;
  display: block;
  transition: 0.3s;
}

.line-addfriend {
  z-index: 500;
  left: calc(1% + 14.5px);
  bottom: -100px;
  max-width: 45%;
  width: 500px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  background-color: #06c755;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0.2;
}

.line-addfriend:hover {
  background-color: #04943e;
}

.line-addfriend-delete-btn {
  z-index: 1000;
  left: 1%;
  bottom: -63.5px;
  width: 25px;
  height: 25px;
  background-color: #eee;
  border: 2px solid #000;
  border-radius: 25px;
  cursor: pointer;
}

.line-span1, .line-span2 {
  z-index: 1001;
  left: calc(1% + 7px);
  bottom: -50px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  background-color: #06c755;
  border-radius: 10px 10px 0px 0px;
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  cursor: pointer;
}

.line-span1 {
  transform: rotate(-45deg);
}

.line-span2 {
  transform: rotate(45deg);
}

.line-addfriend-return-btn {
  z-index: 1500;
  left: -42px;
  bottom: calc(5% + 11px);
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #06c755;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  transform: rotate(90deg);
}

.line-addfriend-return-btn:hover {
  background-color: #04943e;
}
/*LINE友達追加ボタン用CSS*/

html {
  scroll-behavior: smooth;
}

.header_top_inner p.logo_img{
  float:left;
}

/* ツイート埋め込みを中央寄せ */
.twitter-tweet {
	width: 500px !important;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:600px) { 
.twitter-tweet {
	max-width: 330px !important;
	margin-left: auto;
	margin-right: auto;
}

}

@media screen and (max-width:980px) { 
  .header_top_inner p.logo_img{
    line-height:50px;
    width:100px;
    margin:10px auto;
    float:none;
    text-align:center;
    }
  .header_top_inner div.phone_hedmenu{
    z-index:10;
    position: fixed;
    top: 12px;
    right: 52px;
  }
}

.bottom_banner{
 display: flex;
 margin:20px 0;
 text-align:center;
}

.btn_lp,
a.btn_lp,
button.btn_lp {
  margin:10px 15px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 1.2rem;
  width:45%;
  box-sizing:border-box;
  position: relative;

  padding: 2rem;

  color: #fff;
  border-radius: 0.5rem;
}

a.btn-d {
  font-size: 1.4rem;
  width:49%;
  box-sizing:border-box;
  position: relative;
  padding: 2rem;
  color: #fff;
  border-radius: 0.5rem;
}

a.gr-red {
  background-image: -webkit-linear-gradient(
    335deg,
    #80011a 0%,
    #d01039 25%,
    #ff007b 90%,
    #d01039 100%
  );
  background-image: linear-gradient(
    115deg,
    #80011a 0%,
    #d01039 25%,
    #ff007b 90%,
    #d01039 100%
  );
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.gr-red:before{
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background-image: -webkit-linear-gradient(
    335deg,
    #ff007b 0%,
    #d01039 25%,
    #80011a 70%,
    #d01039 100%
  );

  background-image: linear-gradient(
    115deg,
    #ff007b 0%,
    #d01039 25%,
    #80011a 70%,
    #d01039 100%
  );
}

a.gr-oran {
  background-image: -webkit-linear-gradient(
    335deg,
    #fe6767 0%,
    #e15a00 25%,
    #a52401 90%,
    #e15a00 100%
  );
  background-image: linear-gradient(
    115deg,
    #fe6767 0%,
    #e15a00 25%,
    #a52401 90%,
    #e15a00 100%
  );
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.gr-oran:before{
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background-image: -webkit-linear-gradient(
    335deg,
    #a52401 0%,
    #e15a00 25%,
    #fe6767 70%,
    #e15a00 100%
  );

  background-image: linear-gradient(
    115deg,
    #a52401 0%,
    #e15a00 25%,
    #fe6767 70%,
    #e15a00 100%
  );
}


a.gr-blue {
  background-image: -webkit-linear-gradient(
    335deg,
    #2961a9 0%,
    #162d59 25%,
    #10152a 90%,
    #20569d 100%
  );
  background-image: linear-gradient(
    115deg,
    #2961a9 0%,
    #162d59 25%,
    #10152a 90%,
    #20569d 100%
  );
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.gr-blue:before{
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background-image: -webkit-linear-gradient(
    335deg,
    #2961a9 0%,
    #162d59 25%,
    #10152a 70%,
    #20569d 100%
  );

  background-image: linear-gradient(
    115deg,
    #2961a9 0%,
    #162d59 25%,
    #10152a 70%,
    #20569d 100%
  );
}


a.gr-green {
  background-image: -webkit-linear-gradient(
    335deg,
    #044a3f 0%,
    #086e66 25%,
    #04423d 90%,
    #043c38 100%
  );
  background-image: linear-gradient(
    115deg,
    #044a3f 0%,
    #086e66 25%,
    #04423d 90%,
    #043c38 100%
  );
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.gr-green:before{
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background-image: -webkit-linear-gradient(
    335deg,
    #043c38 0%,
    #0e423e 25%,
    #086e66 70%,
    #032421 100%
  );
  background-image: linear-gradient(
    115deg,
    #043c38 0%,
    #0e423e 25%,
    #086e66 70%,
    #032421 100%
  );
}


a.btn-c span {
  position: relative;
}

a.btn-c:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;

  width: 100%;
  height: 100%;
}

a.btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.5rem;

  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-c:hover {
  color: #fff;
}

a.btn-c:hover:before {
  opacity: 0;
}

a.btn-c:hover:after {
  right: 0.5rem;
}


a.btn-d span {
  position: relative;
}

a.btn-d:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;

  width: 100%;
  height: 100%;
}

a.btn-d:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.5rem;

  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-d:hover {
  color: #fff;
}

a.btn-d:hover:before {
  opacity: 0;
}

a.btn-d:hover:after {
  right: 0.5rem;
}

.lp001 input{
padding:20px;
margin:20px;
border:none;
color:#fff;
width:80%;
background:#221002;
box-shadow:0 3px 6px #eee;
border-radius:3px;
font-size:1.3em;
font-weight:900;
}

.formbox{
width:100%;
text-align:center;
}


@media screen and (max-width:768px){
  .btn_lp,
a.btn_lp,
button.btn_lp {
  margin:10px 5px;
  }
 .bottom_banner{
  display: block;
  margin:10px 5px;
  text-align:center;
 }
 a.btn-c {
 width:70%;
   font-size:1rem;
 }
}
 a.btn-d {
 width:45%;
 }
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 100px;
  background: #221002;
  opacity: 0.9;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.faq{
  background: #F6F6F6;
  padding: 1em;
  border-radius: 1em;
}
.faq dt{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted;
  font-weight: bold;
}
.faq dt:before{
  content: "Q";
  font-weight: normal;
  background: #cc0000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  border-radius: 1em;
  margin-right: .5em;
}
.faq dd{
  margin-bottom: 2em;
}
.faq dd:last-child{
  margin-bottom: 0;
}

.link_janp{
  height:70px;
  width:100%;
}

.menu a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.menu a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

.menu a:hover:after {
  transform: translate(0, 0);
}

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  animation: img-wrap 2s cubic-bezier(.4, 0, .1, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}


.lp001{
  overflow:hidden;
}

.page01 h1{
 font-size:1.2em;
}

@media screen and (max-width: 780px){
	.top_banner {
    padding: 0 10px;
    height: 250px;
    overflow: hidden;
  }
  .banner_img_2 img{
    height:160px;
    object-fit: cover;
  }
}

.margin_r{
  margin-right:20px;
}
.margin_l{
  margin-left:20px;
}

/* ++++ トグルボタン ++++ */
	
#navTgl {
	display: none;
}
label{
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}

.lp001 #wpcf7-f38-p11-o1 form p label{
	position:none; 
}


.static-label{
  position:static;
}

.open {
	z-index: 2;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	background: rgba(0,0,0,.7);
}
 
/* ++++ ドロワーメニュー ++++ */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6%;
	margin: 0;
   background:rgba(25,10,10,0.8);
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}

.menu ul {
	list-style: none;
}

.menu h2,
.menu a {
	color: white;
}
.menu h2 {
	text-align: center;
}
.menu p.menutitle {
  font-size:1.5rem;
  font-weight:700;
  color:#fff;
  text-align: center;
}

.menu ul {
	padding: 0;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}
.menu li {
	font-size: 1.1em;
	line-height: 1.4em;
   font-weight:900;
   vertical-align:middle;
   text-align:center;
}

.menu a {
	display: block;
	padding: 1em 1.4em;
	text-decoration: inherit;
	transition: background .5s;
	line-height: 1.8em;
   vertical-align:middle;
}
.menu li:hover:after {
	display: block;
	content: '';
	margin: 0 auto;
}
#navTgl:checked ~ .menu {
	transform: none;
}

.menu li label{
 font-weight:900;
  font-size:1em;
}

/* ナビゲーション */


.side_bana_top{
  margin:0 0 20px 0;
}

.side_bana_top　img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.5s;
}

.side_bana_top:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}


.flout{
 display: flex;
 flex-wrap: wrap; 
 padding: 10px;
 margin: 0 0 10px;
}

.side_category_top{
  color:#333;
  padding:10px 5px ;
  }

.flout_r{
 display: flex;
 flex-wrap: wrap; 
 padding: 10px;
 margin: 0 0 10px;
 flex-direction:row-reverse;
}

.flin01{
  flex-grow: 1;
  flex-shrink: 1.5;
  flex-basis: 300px;
  margin: 10px;
  text-align:center;
}
.flin02{
  flex-grow: 2;
  flex-shrink: 1.5;
  flex-basis: 350px;
  margin: 10px;
}

.getbox2{
  width:85%;
  margin:30px auto;
  font-size:1.2em;
  font-weight:700;
  text-align:center;
  line-height:1.3em;
  color:#fff;
  background:linear-gradient(181deg,  #06352b, #012b22 );
  border-radius: 5px;
  box-shadow:0 3px 3px #eee;
}

.getbox2 a{
  display: inline-block;
  width: 100%;
  padding: 20px;
  color:#fff;
  box-sizing: border-box;
}

.img80{
  width:80%;
  max-width:80%;
  margin:0 auto;
  padding:0;
}

.midashi-h2{
  padding-bottom:5px;
  text-align:center;
}

@media (max-width:768px){
 .midashi-h2{
  font-size:1.5em;
 }
}

.midashi-h3{
  margin:0 20px 20px; 20px;
  padding:10px 0 5px 0;
  text-align:center;
  color:#240702;
  border-bottom:solid 3px #240702;
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #333;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.table01 {
border-collapse: collapse;
border: none;
line-height: 1.5;
width:94%;
margin:3%;
}
.table01 th {
padding: 10px;
font-weight: bold;
vertical-align: top;
background: #0099e3;
color: #ffffff;
text-align:center;
}
.table01 td {
padding: 10px;
vertical-align: top;
text-align:center;
}
.table01 tr:nth-child(even) {
background: #cee7ff;
}

.pagelink{
  list-style:none;
}

.pagelink li{
  margin-bottom:1.2em;
  border-bottom: 1px #666 dotted;
  line-height: 2rem;
}

.pagelink a{
  color:#2f0000;
  font-weight:bold;
}
.linkchic a{
  color:#2f0000;
  
}


.midashi01{
  text-align:center;
  width:200px;
  margin:10px;
  padding:20px;
  background:#221002;
  color:#fff;
  font-size:1.5em;
  font-weight:900;
}

.bg_brown{
  background:#231815;
  color:#fff;
  padding:20px;
 }

.bg_brown img{
  margin-top:10px;
  margin-bottom:20px;
}

.midashi_h1{
  width:100%;
  background:none;
  color: #b4a377;
  font-weight: bold; 
  font-size: 1.7em; 
  text-align: center; 
  border-bottom: 1px solid; 
  margin:20px 0;
  padding:0;
}

.menu_no{
  margin:40px 0 40px 0;
  padding:20px;
  background-color: #ffffff; 
  color: #1c2a33; 
  border-radius:3px;
  font-size:1.5em;
  font-weight:900;
}

.citizen_history{
  background:url(https://img21.shop-pro.jp/PA01402/513/etc/history_bg.png);
  padding:15px;
}

.citizen_history img{
  margin:15px 0;
  max-width : 100%;
}

.citizen_history p{
  padding:10px;
  font-size:1.2em;
}

.kanren01{
  margin:10px;
  padding:10px;
  border: 1px solid #ddd;
}
.kanren01 h3{text-align:center;}

.mokuji01{
  background-color:rgba(255,255,255,0.6);
  padding:10px;
}

/*-------------------------------------------
アコーディオンスタイル スタート
-------------------------------------------*/
.acd-check{
    display: none;
}

.side_category label{
	cursor: pointer;
	position: static;
	top: 0;
	right: 0;
}

.acd-label{
  color: #fff;
  display: block;
  margin-top: 20px;
}


.menu .acd-label{
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 20px;
  border:solid 1px #bbb;
  border-radius: 5px;
  background-color: rgba(37,10,10,0.6);
}

.acd-content{
    border: none;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.acd-content ul{
   list-style:none;
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}
/*-------------------------------------------
アコーディオンスタイル 終了
-------------------------------------------*/

 .page01{
   margin:20px 10px; 
}

.page01 p {
  margin:10px;
}

.page01 img{
  margin-bottom:10px;
}

.page02{
  background:#eee;
  padding:10px;
}

.page03{
  margin-top:10px; 
}
.page03_l{
  width:48%;
  padding:5px;
  margin-bottom:5px;
  background:#eee;
  float:left;
}
.page03_r{
  width:48%;
  padding:5px;
  margin-bottom:5px;
  float:right;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.product_link{
  text-align:center;
  align-items: center;
  color:#fff;
  background:#ff5b35;
  padding:10px;
  margin:10px;
}
.product_link a{
 color:#fff;
}

.flbox{
    list-style:none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin:10px 5px;
}　

.flitem {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 5px;
}

　.boxfl{
  display: flex;
}

.child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.boxleft {
  flex: 1;
}
.boxright {
  width: ２００px;
}

.getbox{
  display: block;
  border-radius: 5px;
  margin:10px;
  color:#fff;
  background:#fd4b4b;
  font-size:1.3em;
  font-weight:900;
  text-align:center;
  padding:10px;
}

.getbox a {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

/*
 * layout
 */

#wrapper {
  position: relative;
  overflow:hidden;
}

.container {
}

/* common */
.heading {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding:10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  background:#221002;
  border-radius: 3px 3px 0 0;
  color:#fff;
  letter-spacing: 0.1em;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 10px 0 10px 3px;
}

.menu .list_pro{
  padding:0 0 1.4em;
}

.list_link_child {
  padding: 0 0 10px 3px;
}

.list_link_name {
  display: block;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}

/*
.item_img:hover {
  opacity: 0.8;
}
*/

.item_name {
  padding-top: 3px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
  margin-top: 4px;
}
.rank_box_color_1 {
  display: none;
  background-color: #dccc18;
}

.rank_box_color_2 {
  display: none;
  background-color: #bab9c1;
}

.rank_box_color_3 {
  display: none;
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  height: 25px;
  line-height: 25px;
/*  padding-top: 1px;*/
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

#header {
}

.header_top {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  background-color:rgba(34,16,2,0.95);
  z-index: 10;
  border-bottom:solid 1px #221002;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 260px;
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}

.btn_search i {
  vertical-align: -35%;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}

.header_mid {
  width: 100%;
  position: absolute;
  border-bottom:none;
  box-shadow:3px 0px 9px #bbb;
  top: 51px;
  background: rgba(255,255,255,0.9);
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}

.header_nav_global li a {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #221002;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
  padding-top: 1px;
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

/*.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}*/

.header_nav_phone {
  z-index: 99;
  float: left;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
 * main
 */

.main {
  max-width: 1100px;
  margin-top:20px;
}

/*
 * contents
 */

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin-bottom: 15px;
}

.info_heading {
}

.info_detail {
  margin: 10px 0 0;
  padding:5px;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking（seller） */
.seller {
  margin-bottom: 15px;
}

.seller_heading {
}

.seller_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  font-size: 12px;
}

.seller_list {
  display: inline-block;
  margin-bottom: 35px;
  text-align: center;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 768px) {
  .seller_list {
    width: calc(100% / 2 - 2px);
  }
}

@media screen and (min-width: 769px) {
  .seller_list {
    width: calc(100% / 4 - 4px);
    float: none;
  }
}

.seller_list a:hover {
  opacity: 0.8;
}

/* recommend */
.recommend {
  margin-bottom: 15px;
}

.recommend_heading {
}

.recommend_lists {
  margin-top: 13px;
  font-size: 12px;
}

ul.recommend_lists {
  display:flex;
  flex-wrap: wrap; 
}

.recommend_list {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
 * side
 */

.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

.side_banner {
  margin: 0 0 30px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 10px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 30px;
}
.side_group_heading {
}
.side_group_lists {
}
.side_group_list {
}

.side_freepage {
  margin-top: 20px;
}
.side_freepage_heading {
  margin-bottom: 10px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 10px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 0px;
}

.footer_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 30px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}

.footer_banner {
  padding-bottom: 15px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #221002;
  /*村澤*/
  width: 5%;
  margin: 0 0 0 auto;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #eee;
}
h3.footer_notice_heading {
  padding-bottom: 2px;
  border-bottom: solid 1px #000000;}
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background-color: #221002;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .footer_powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 20px;
  width:100%;
  max-width: 100%;
  height: auto;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-lg-b.icon-insta { background-position: -168px -288px; }
.icon-lg-w.icon-insta { background-position: -144px -0px; }

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

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

@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 (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

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

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 800px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: calc(10% - 3px);
  }
  .midashi-h2{
    font-size:1.5em;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-left: 10px;
  }
  .header_nav_phone {
    margin-left: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }

  .productlist_lists {
    padding: 0 10px 20px;
  }

  .header_btm {
    padding-top: 51px;
    text-align: center
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
    margin:5px;
  }

  .search_form {
    float: none;
    padding: 20px 30px 50px 30px;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }


  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding:10px;
    border-radius:0;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }

  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #221002;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 15px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #221002;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 5px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/* お客様のお写真コーナー */

.customer2, .customer3 {
  float: left;
  padding: 0 1%;
  box-sizing: border-box;
}

.customer2 {
  width: calc(100% / 2);
}

.customer3 {
  width: calc(100% / 3);
}

/* トップの商品ランキング */

.test {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .test {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 769px) {
  .test {
    width: calc(100% / 3);
  }
}

/* ランキングを王冠に変更する 開始 */

.seller_list:nth-child(1)::after, .seller_list:nth-child(2)::after, .seller_list:nth-child(3)::after, .footer_seller_list:nth-child(1)::after, .footer_seller_list:nth-child(2)::after, .footer_seller_list:nth-child(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -5px;
  left: 1%;
  background-size: contain;
  background-repeat: no-repeat;
}

.seller_list:nth-child(1)::after, .footer_seller_list:nth-child(1)::after {
  background-image: url("https://img07.shop-pro.jp/PA01402/513/etc/1%B0%CC.png?cmsp_timestamp=20220424171626");
}

.seller_list:nth-child(2)::after, .footer_seller_list:nth-child(2)::after {
  background-image: url("https://img07.shop-pro.jp/PA01402/513/etc/2%B0%CC.png?cmsp_timestamp=20220425104242");
}

.seller_list:nth-child(3)::after, .footer_seller_list:nth-child(3)::after {
  background-image: url("https://img07.shop-pro.jp/PA01402/513/etc/3%B0%CC.png?cmsp_timestamp=20220425104250");
}

/* ランキングを王冠に変更する 終了 */

/* 藤本さんが作った商品ページのスライダーCSS移植 開始 */

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider li{
  text-align:center;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
/*    transform: rotate(-135deg);*/
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
/*    transform: rotate(45deg);*/
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/* 藤本さんが作った商品ページのスライダーCSS移植 終了 */

/* 商品詳細スライダー 開始 */

.related-product-price b::after {
  content: "円（税込）";
}

/* 商品詳細スライダー 終了 */

/* 新しい商品ランキングと商品一覧 開始 */

.ranking, .lineup {
  margin: 20px 0px 0px;
  padding: 0px 10px 20px;
}

.ranking li, .lineup li {
  display: inline-flex;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  list-style: none;
}

.ranking-product-name, .product-lineup-name {
  margin: 10px 0px !important;
  font-size: 12px !important;
}

.ranking-product-price, .product-lineup-price {
  margin: 0px !important;
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {

.ranking li, .lineup li {
  width: calc(50% - 13px);
  margin: 0px 5px;
}

}

@media screen and (min-width: 769px) {

.ranking li, .lineup li {
  width: calc(25% - 10.1px);
  margin: 10px 3px;
}

}

.ranking li a img, .ranking li a p, .lineup li a img, .lineup li a p {
  transition: 0.2s;
}

.ranking li a:hover > img, .ranking li a:hover > p, .lineup li a:hover > img, .lineup li a:hover > p {
  opacity: 0.8;
}

.ranking-product-price::after, .product-lineup-price::after {
  content: "円（税込）";
  font-weight: bold;
}

.ranking-crown {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
}

.ranking-crown-other {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background-color: #333;
}

/* 新しい商品ランキングと商品一覧 終了 */

/* lineup-ver2 開始 */

@media screen and (min-width: 769px) {

  .lineup-ver2 {
    padding: 0 30px 20px;
  }
  
  .lineup-ver2 li {
    background-color: #222;
    box-shadow: 5px 5px 5px #ccc;
    transform: skewX(-15deg);
    overflow: hidden;
  }

  .lineup-ver2 li a {
    padding: 25% 0;
    transform: skewX(15deg);
  }

  .lineup-ver2 li a img {
    transform: scale(2);
    transition: 0.3s;
  }

  .lineup-ver2 li a:hover > img {
    transform: scale(2.2);
  }

  .lineup-ver2 li a p {
    display: none;
  }

}

/* lineup-ver2 終了 */

/* model-list-link-btn 開始 */

.model-list-link-btn {
  display: block;
  max-width: 400px;
  width: 80%;
  height: 50px;
  margin: 50px auto;
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  transform: skewX(-15deg);
  overflow: hidden;
}

.model-list-link-btn:hover {
  color: #fff;
}

.model-list-link-btn div {
  position: relative;
  width: calc(100% + 30px);
  height: 50px;
  line-height: 25px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  transform: translateX(-15px) skewX(15deg);
}

.model-list-link-btn div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%) skewX(-15deg);
  transition: 0.2s;
  mix-blend-mode: difference;
}

.model-list-link-btn:hover > div::before {
  width: calc(100% - 30px);
}

/* model-list-link-btn 終了 */

/* シリーズリストデザイン 開始 */

.series-list-1, .series-list-2, .series-list-3, .series-list-4, .series-list-1-custom, .series-list-2-custom, .series-list-3-custom, .series-list-4-custom {
  display: flex;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}

.series-list-1 li, .series-list-2 li, .series-list-3 li, .series-list-4 li {
  margin: 15px 1%;
  list-style: none;
}

.series-list-1-custom li, .series-list-2-custom li, .series-list-3-custom li, .series-list-4-custom li {
  margin: 5px;
  list-style: none;
}

.series-list-1 li {
  width: calc(100% - 2%);
}

.series-list-2 li {
  width: calc((100% - 4%) / 2);
}

.series-list-3 li {
  width: calc((100% - 6%) / 3);
}

@media screen and (max-width: 780px) {
  .series-list-4 li {
    width: calc((100% - 4%) / 2);
  }
}

@media screen and (min-width: 781px) {
  .series-list-4 li {
    width: calc((100% - 8%) / 4);
  }
}

.series-list-1-custom li {
  width: calc(100% - 10px);
}

.series-list-2-custom li {
  width: calc((100% - 20px) / 2);
}

.series-list-3-custom li {
  width: calc((100% - 30px) / 3);
}

@media screen and (max-width: 780px) {
  .series-list-4-custom li {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 781px) {
  .series-list-4-custom li {
    width: calc((100% - 40px) / 4);
  }
}

.series-list-1 a, .series-list-2 a, .series-list-3 a, .series-list-4 a, .series-list-1-custom a, .series-list-2-custom a, .series-list-3-custom a, .series-list-4-custom a {
  display: inline-block;
  width: 100%;
  padding: 15px 0 5px;
  background: linear-gradient( 319deg , rgb(35 16 2 / 100%), rgb(0 0 0 / 100%) );
  border-radius: 5px;
  box-shadow: 0 3px 6px #ddd;
  box-sizing: border-box;
  transition: 0.3s;
}

.series-list-1 a:hover, .series-list-2 a:hover, .series-list-3 a:hover, .series-list-4 a:hover, .series-list-1-custom a:hover, .series-list-2-custom a:hover, .series-list-3-custom a:hover, .series-4-custom a:hover {
  opacity: 0.6;
}

.series-list-1 img, .series-list-2 img, .series-list-3 img, .series-list-4 img {
  width: 100%;
}

.series-list-1 img {
  height: 180px;
  object-fit: cover;
}

.series-list-1-custom img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.series-list-2-custom img, .series-list-3-custom img, .series-list-4-custom img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.series-list-1 p, .series-list-2 p, .series-list-3 p, .series-list-4 p, .series-list-1-custom p, .series-list-2-custom p, .series-list-3-custom p, .series-list-4-custom p {
  line-height: 1.5em !important;
  margin: 0 !important;
  text-align: center;
  color: #fff;
}

.series-list-1 p, .series-list-1-custom p {
  font-size: 1.1em;
}

@media screen and (max-width: 780px) {
  .series-list-2 p, .series-list-3 p, .series-list-4 p, .series-list-2-custom p, .series-list-3-custom p, .series-list-4-custom p {
    font-size: 0.6em;
  }
}

@media screen and (min-width: 781px) {
  .series-list-2 p, .series-list-3 p, .series-list-4 p, .series-list-2-custom p, .series-list-3-custom p, .series-list-4-custom p {
    font-size: 1.1em;
  }
}

/* シリーズリストデザイン 終了 */

/* どこでもカラーミーに「オススメ」表記等を非表示にするCSS 開始 */

.new_mark_img_display_none {
    display: none !important;
}

/* どこでもカラーミーに「オススメ」表記等を非表示にするCSS 終了 */