/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  text-align:left;
  font-size: 1em;
  line-height: 1.8;
  font-family: 'Nunito','Kosugi Maru', sans-serif;
  color: #6b2600;
  background-color: #fefeda;
}

h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1%;
  text-align: center;
}
@media screen and (max-width: 768px) {
h2 {
  font-size: 1.2rem;
}  
}

section .inner{
  padding: 40px 0;
}
@media screen and (max-width: 414px) {
section .inner{
  padding: 30px 0;
}
}

a {
  outline: none;
  color: #3579bf;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #4397ee;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

.br-2{
    display: block;
    content: '';
    margin: 0 0 10px;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

.for-sp {
  display: none;
}

.for-mob {
  display: none;
}

@media screen and (max-width: 768px) {
.for-pc {
  display: none;
}
.for-sp {
  display: block;
}
.for-mob {
  display: inline-block;
}
}

ul, li {
  list-style: none;
  padding-left: 0;
}

.red{
  color: #ff0000;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

#container {
    display: flex;
    margin: auto;
    flex-direction: row-reverse;
    width: 1100px;
}
@media (max-width: 1100px) {
#container {
    width: 100%;
    display: block;
}
}

.slider{
  margin: 0 0 70px;
}

/* ************************************************
*  header
* ************************************************ */

#header {
  background-image: url(https://img07.shop-pro.jp/PA01456/643/etc/header_bg.jpg?cmsp_timestamp=20210510214734);
  background-position: bottom center;
  background-size: auto 160px;
  background-repeat: no-repeat;
  background-color: #f3a633;
  height: 150px;
  position: relative;
  width:100%;
}
}
#header .inner{
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
#header {
  background-size: auto 120px;
  height: 100px;
}
#header .inner{
  width: 100%;
}
}

#header .logo {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 6px;
  text-align: center;
}
#header .logo img{
  width: 165px;
}
#header .logo span {
  font-size: 13px;
  font-weight: 400;
  color: #6b2600;
  display: block;
}
#header .logo a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
#header .logo img{
  width: 125px;
}
#header .logo span {
  font-size: 10px;
}
}

#header .logo-info {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding-left: 20px;
}
@media (max-width: 768px) {
#header .logo-info {
  color: #6b2600;
  font-size: 10px;
  position:absolute;
  top: 5px;
  left: 5px;
  padding-left: 0;
  line-height: 1.3;
}
}

@media (max-width: 768px) {
.nav-item_sub {
  display: none;
  background-color: #FFF8DC;
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: -13px;
  transform: rotate(45deg);
}
.header_menu .nav-item a.open{  
  display: block; 
   pointer-events: none;
}
.header_menu .nav-item .nav-item_sub a{  
  display: block; 
}
#header .header_menu ul .nav-item .nav-item_sub ul {
  padding: 0;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:first-child {
  border-top: solid 1px #bbbbbb;
}
#header .header_menu ul .nav-item .nav-item_sub ul li:last-child {
  border-bottom: 0;
}
}

.openbtn{
  position: relative;
  cursor: pointer;
  width: 50px;
  height:50px;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 5px;
  height: 2px;
  border-radius: 5px;
  background: #000;;
  width: 70%;
}
.openbtn span:nth-of-type(1) {
  top:13px; 
}
.openbtn span:nth-of-type(2) {
  top:21px;
}
.openbtn span:nth-of-type(3) {
  top:29px;
}
.openbtn span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:-2px;
  color: #000;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.openbtn.active span:nth-of-type(1) {
  top: 10px;
  left: 5px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 22px;
  left: 5px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(3)::after {
  content:"Close";
    transform: translateY(0) rotate(-45deg);
  top:8px;
  left:9px;
}  

.header-tools__count {
  padding: 0 2px;
  font-size: 13px;
  position:absolute;
}
@media (max-width: 768px) {
.header-tools__count {
  font-size: 12px;
}
}

.button-hamburger {
  position: absolute;
  left: 2.5%;
  z-index: 1;
  width: 32px;
  height: 32px;
  z-index: 35000;
  margin: auto 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none; /* Chrome, Safari, Opera, Android */
     -moz-appearance: none; /* Firefox */
          appearance: none; /* IE非対応 */
}
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  border-radius: 4px;
  background-color: #263238;
}
.hamburger:before,
.hamburger:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: inherit;
  content: '';
  transition: all .3s;
}
.hamburger:before {
  top: -5px;
}
.hamburger:after {
  top: 5px;
}
.is-open .button-hamburger{
  position: fixed;
}
@media screen and (min-width: 768px) {
  .button-hamburger {
    display: none;
  }
}
#header .header_menu {
  float: left;
  margin-top: 10px;
}
#header .header_menu ul {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
}
/*
#header .header_menu ul i {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 135%;
}
 */
#header .header_menu ul li {
  border-right: 1px solid #fff;
  margin-left: 20px;
  padding-right: 20px;
  list-style-type: none;
  vertical-align: middle;
}
#header .header_menu ul li:first-child{
  margin-left: 0;
}
#header .header_menu ul li:last-child {
  border-right: none;
}
#header .header_menu ul li a {
  text-decoration: none;
  color: #fff;
}
#header .header_menu ul li a:hover{
  opacity: 0.5;
}
@media (max-width: 768px) {
  #header .header_menu {
    margin-top: 0;
    float: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 30000;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .3s, opacity .3s;
    overflow:scroll;
  }
  #header .header_menu ul li a {
    color: #ffa400;
    font-weight: 400;
  }
  #header .header_link ul li a .icon{
    height: 20px;
  }
  #header.is-open .header_menu{
    transform: translateX(0);
    opacity: 1;
  }

  #header.is-open .hamburger{
    background: transparent;
  }
  #header.is-open .hamburger::before,
  #header.is-open .hamburger::after{
    background: #000;
    top: 0;
  }
  #header.is-open .hamburger::before{
    transform: rotate(45deg);
  }
  #header.is-open .hamburger::after{
    transform: rotate(-45deg);
  }
#header .header_menu ul {
  max-width: 100%;
  float: none;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header .header_menu ul li {
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.7em 0;
  text-align: center;
  text-decoration: none;
  color: #2f0f04;
  border-bottom: solid 1px #bbbbbb;
}
  #header.is-open .header_menu{
    transform: translateX(0);
    opacity: 1;
  }
  #header.is-open .hamburger{
    background: transparent;
  }
  #header.is-open .hamburger::before,
  #header.is-open .hamburger::after{
    background: #000;
    top: 0;
  }
  #header.is-open .hamburger::before{
    transform: rotate(45deg);
  }
  #header.is-open .hamburger::after{
    transform: rotate(-45deg);
  }
}

/* block header user nav */
#block-header-user-nav{
  float: right;
  padding-right: 15px;
}
#block-header-user-nav ul {
  display: flex;
}
#block-header-user-nav a{
  text-decoration: none;
  color: #FFF;
  font-size: 1em;
}
#block-header-user-nav li{
  text-align: center;
  background: #FF6633;
  padding: 7px 15px;
  margin: 0;
  text-decoration: none;
}
#block-header-user-nav li:hover{
  opacity: 0.7;
}
#block-header-user-nav ul li:first-child{
  border-radius: 0 0 0 5px;
  border-right: 1px dotted #FFF;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#block-header-user-nav ul li:nth-child(2){
  border-radius: 0 0 5px 0;
  border-left: 1px dotted #FFF;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 768px) {
#block-header-user-nav{
  margin-top: -3px;
  position:relative;
  padding-right: 0;
}
#block-header-user-nav ul {
  padding-top: 3px;

}
#block-header-user-na ul li{
  background-color: #ffa504;
  padding: 7px 10px;
}
#block-header-user-nav ul li:first-child{
  border-radius: 0;
  border: none;
}
#block-header-user-nav ul li:nth-child(2){
  border-radius: 0;
  border: none;
  padding: 7px 23px 7px 10px;
}
#block-header-user-nav a{
  font-size: 1.1em;
}
#block-header-user-nav span{
  display: none;
}
#block-header-user-nav span.header-tools__count {
display: block;
top:5px;
right:5px;
}
}

/* ************************************************
*  main
* ************************************************ */

#main {
    padding: 15px 10px 30px;
    width: 855px;
    margin-bottom: 60px;
    background: #fff;
    border-radius: 5px;
}
#main .box {
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
  border-top: solid 1px #999;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}
.header_block{
  clear: both;
  padding: 0.6em 0 0.5em 10px;
  border-bottom: 1px solid #741d00;
  margin-bottom: 10px;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}
@media screen and (max-width: 1100px) {
#main {
    padding: 30px 0;
    margin: auto;
    width: 100%;
}
}

@media screen and (max-width: 768px) {
#main {
    padding-top: 120px;
  }  
}

/* ************************************************
*  item_box
* ************************************************ */

ul.item_box {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
ul.item_box li{
  width: 25%;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1100px) {
ul.item_box li{
  width: 50%;
}
}
.item_box .item_image {
  margin: 0px;
}
.item_box .item_image img.item {
  max-width: 100%;
  border: solid 1px #ddd;
}
.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
  border-left: solid 1px #ddd;
}
.item_box .item_detail p{
  overflow: hidden;
  width: 100%;
/*   text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; */
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 12px;
  color: #000;
}
.item_box .item_detail p.item_name a{
  color: #000;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}
p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-family: 'Nunito','Kosugi Maru', sans-serif;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 0 33px 45px 0;
  width: 113px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family: 'Nunito','Kosugi Maru', sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #c86464;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 9999;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  background: #efefef;
}
.zoom-tiny-image.selected {
  border: 1px solid #c86464;
  background: #c86464;
}
.zoom-tiny-image:hover {
  border: 1px solid #c86464;
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  border: solid 1px #ccc;
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 20px 10px 0;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin-right: 10px;
  border: solid 1px #ccc;
}

.information {
  background-color: #ffffe5;
  border: 1px solid #f60;
  border-radius: 5px;
  padding: 20px;
}
.information span{
  display: block;
  margin: 2.5px 0;
}
.information .ul-in ul li,
.information .ul-in ol li{
  padding: 0 0 0 1em ;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px;
  background: #fff;
  text-align: center;
}
@media (max-width: 414px) {
.search_result {
  font-size: 0.9em;
}
}
.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
  zoom: 1;
  content: ' ';
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 414px) {
.sk_box th {
  padding: 20px 20px 20px 0;
  width: 80px;
}
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

#side {
    padding-top: 15px;
    width: 232px;
    padding: 0 25px 30px 0;
}
@media (max-width: 1100px) {
#side {
  width: 90%;
  margin: auto;
  padding: 40px 0 0 0;
} 
} 
#side .box {
  clear: both;
  margin-bottom: 40px;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
#side .box a {
  color: #6b2600;
}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side #side_nav {
  padding: 0;
  border-top: none;
  border-right: solid 2px #ccc;
  border-bottom: none;
}
#side #side_nav ul{
  margin-right: 10px;
}
#side #side_nav ul li {
  margin: 0;
}
.side_search {
  position: relative;
  margin: 20px 0;
  width: 220px
  background: #feffee;
}
.side_search i {
  position: absolute;
  left: 15px;
  top: 15px;
}
.side_search input{
  padding: 13px 0;
  background: none;
  text-align: center;
  border: solid 2px #741d00;
  border-radius: 5px;
  width: 205px;
}
.search_word {
  border: 1px solid #006666;
  margin: 10px 10px 0 0;
  display: inline-block;
  padding: 0 7px;
  font-size: 0.75em;
  color: #006666;
}
.search_word a{
  color:inherit;
}
.search_word a:hover{
  opacity: 0.7;
}
@media (max-width: 1100px) {
.side_search {
  width: 100%;
}
.side_search input{
  max-width: 100%;
  width: 100%;
}
}
#side #side_nav .nav_item{
  clear: both;
  padding: .9em 0 .9em;
  cursor: pointer;
}
#side #side_nav .nav_item .nav_icon{
  float: left;
  padding: inherit;
  width: 20px;
  height: auto;
}
#side #side_nav .nav_item .nav_icon img{
  max-width: 100%;
}
#side #side_nav .nav_item .nav_title{
  float: right;
  text-align: right;
}
#side #side_nav .nav_item h3{
  margin-bottom: 4px;
  padding: 0;
  border: none;
  text-align: right;
}
#side #side_nav .nav_item p{
  color: #999;
}
.box_default ul li div{
  position: relative;
  padding: 7px 0 7px 25px;
  text-align: left;
}
.box_default ul li div img{
  width: 19px;
  position: absolute;
  top: 10px;
  margin-left: -25px;
}
.box_default ul li div p{
  line-height : 1.6;
}

.box_sellers {
  text-align: center;
}
.box_sellers .header_block{
  margin-bottom: 15px;
}
.box_sellers img{
  width: 90%;
  margin-top: 15px;
}
.box_sellers .seller_name{
  padding: 0 10px;
  text-align: left;
  font-size: 0.8em;
  margin: 10px 0 5px 0;
}
.box_sellers .seller_price{
  font-size: 0.8em;
  text-align: right;
  font-weight: 700;
  color: #bd0000;
}

#ranking ul {
counter-reset: rank;
}
#ranking li {
position: relative;
}
#ranking ul li::before {
content: "";
top: 15px;
position: absolute;
border-bottom: 70px solid transparent;
border-left: 70px solid rgba(107,38,0,1);
}
#ranking li::after {
counter-increment: rank;
content: counter(rank) "位";
position: absolute;
font-weight: bold;
top: 19px;
left: 19px;
font-size: 1em;
color: #fff;
}
.rank_more {
  margin: 15px 0;
  display: block;
  text-align: right;
}
@media (max-width: 768px) {
#ranking li::before {
border-bottom: 100px solid transparent;
border-left: 100px solid rgba(107,38,0,1);
}
#ranking li::after {
top: 20px;
left: 25px;
font-size: 1.1em;
}
}

.side_cal_memo {
  font-size: 0.8em;
  text-align: left;
}
.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footstamp p{
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}
.footstamp a {
  margin: 0 5px;
  color: #999;
}
@media (max-width: 768px) {
.footstamp {
  margin-bottom: 5px;
  font-size: 0.75em;
}
.footstamp p {
  display: block;
  margin-right: 10px;
}
}

.sort {
  clear: both;
  margin-bottom: 30px;
  text-align: right;
}
@media (max-width: 414px) {
.sort {
  font-size: 0.75em;
}
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 30px 0 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}
@media (max-width: 414px) {
.pager {
  font-size: 0.75em;
}
}
.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  font-size: 0.6em;
  font-weight: 700;
  color: #bd0000;
  font-family: 'Nunito','Kosugi Maru', sans-serif;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Nunito','Kosugi Maru', sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 2em 0;
  background-color: #a0a0a0;
  font-weight: normal;
  font-size: 13px;
  border-radius: 5px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

/* ************************************************
*  modal
* ************************************************ */

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; 
  display: none;
}
.modal.is_active {
  display: flex;
}
.modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.modal_wrap {
  z-index: 10002;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
  background-color: #fff;
  cursor: pointer;
}
.modal_inner {
  background-color: #fff;
  text-align: center;
  font-size: 1.2em;
  position: relative;
}
.modal_inner img{
  max-width: 240px;
}
.js_modal_close::before,
.js_modal_close::after {
  position: absolute;
  top: -60px;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
}
.js_modal_close::before {
  transform: rotate(45deg);
}
.js_modal_close::after {
  transform: rotate(-45deg);
}

/* ************************************************
*  footer
* ************************************************ */

#footer {
  margin-top: 60px;
  padding: 20px 0 20px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #ddd;
}
@media (max-width: 414px) {
#footer {
  margin-top: 80px;
}
}
.foot-wrap .foot-shopinfo {
  font-size: 0.8em;
  color: #e95516;
  font-weight: bold; 
  letter-spacing: 0.15em;
}
.foot-wrap .foot-logo{
  width: 50%;
}
.foot-wrap .foot-shopinfo p{
  font-size: 1.1em;
  margin-top: 10px;
  color: #392214;
}
.foot-wrap .foot-shopinfo .p-mark{
  margin-top: 10px;
  width: 100px;
}
.foot-wrap ul {
  list-style: none;
  padding: 0;
}
.foot-wrap {
  display: flex;
  width: 1100px;
  margin: auto;
  padding: 60px 0 30px 0;
}
.foot-wrap div{
  width: 25%;
}
.foot-wrap i{
  display: none;
}
input[type="checkbox"] {
  display: none;
}
.toggle-menu1:checked ~ .toggle-menu1 > li,
.toggle-menu2:checked ~ .toggle-menu2 > li,
.toggle-menu3:checked ~ .toggle-menu3 > li {
  display: none;
}
.footer-menu-list ul > li a{
  color: #e95516;
  text-decoration: none;
}
@media screen and (max-width: 1110px) {
.foot-wrap {
  display: block;
  width: 100%;
  padding: 0;
}
.foot-wrap div{
  width: 100%;
}
#toggle-tab1:checked ~ .toggle-menu1 > li,
#toggle-tab2:checked ~ .toggle-menu2 > li,
#toggle-tab3:checked ~ .toggle-menu3 > li {
  display: block;
}
.footer-menu-list {
  width: 100%;
  display: block;
}
.footer-menu-list ul > li {
  border-bottom: 1px solid #e95516;
  display: none;
  text-align: left;
  position:relative;
}
.footer-menu-list label {
  color: #e95516;
  border-bottom: 1px solid #e95516;
  font-size: 1.1em;
  text-align: left;
  display: block;
  position :relative;
}
.first {
  border-top: 1px solid #e95516;
  margin-top: 30px;
}
.footer-menu-list p{
  padding: 7px 0 7px 20px;
}
.footer-menu-list i{
  top: 15px;
  right: 20px;
  display: block;
  position: absolute;
}
}
#copyright {
  font-size: 0.7em;
  color: #392214;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#copyright .inner{
  max-width: 1152px;
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#copyright .left{
  left: 0;
}
#copyright .left a{
  color: #101010;
  margin: 0 7px 0 5px;
  text-decoration: none;
}
#copyright .left a:hover{
  opacity: 0.7;
}
#copyright .left li{
  display: inline-block;
}

#sistershop{
  margin: 7px;
}

.cmark {
  line-height:22px;
  margin: auto;
  display: flex;
  flex: none;
  text-align: center;
  padding: 10px 0;
  margin: 10px;
}
.cmark a{
  color: #101010;
  margin: 0 5px;
}
.cmark a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
.foot-shopinfo{
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#copyright{
  height: 200px;
  text-align: center;
}
#copyright .inner{
  font-size: 0.7em;
  max-width: 100%;
  display: block;
}
#copyright .left{
  display: block;
  width: 100%;
  padding: 15px 0 5px 0;
}
.cmark {
  display: block;
  width: 100%;
  margin-bottom: 250px;
  padding: 5px 0;
}
}

/* 20231226 なりすまし注文ページ */
.attention_order h1 {
  background: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png") no-repeat;
  background-size: 33px;
  padding-left:37px;
  text-align: left;
  background-position: left top 8px;
  font-size: 1.8rem;
  color: red;
  border-bottom: solid 1px #a19b94;
}

@media (max-width: 768px) {
.attention_order h1 {
  background-size: 30px;
  padding-left:34px;
}
}

#free_page .entrytime {
  display: block;
  margin: 10px 0;
  text-align: right;
}
#free_page .entrytime p {
  font-size: 1em;
}

#copyright .caution {
  margin-top: 10px;
  padding-top: 0;
}

#copyright .caution a {
  display: flex;
  align-items: center;
  text-align: left;
  color: red;
  font-size: 1.3em;
  text-decoration:underline;
  height: 20px;
  width: 50%;
  margin: 3px 0 20px 0;
  padding: 0 0 0 28px;
  position: relative;
}

#copyright .caution a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  background-image: url("https://img07.shop-pro.jp/PA01438/298/etc/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration:underline;
}
@media (max-width: 1100px) {
#copyright .caution a {
  justify-content: left;
  width: 50%;
  margin: 3px auto;
  font-size: 1.3em;
}
}

/*　20240131 トップボタンのデザイン */
#pageTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffa400;
/*     border-radius: 50px; */
    cursor: pointer;
    transition: all .5s;
    background-color: #fff;
}
/* トップボタンホバー時 */
#pageTopBtn:hover {
    background-color: #ffa400;
}
#pageTopBtn:hover::before {
    background-color: #fff;
}
#pageTopBtn:hover::after {
    background-color: #fff;
}
/* トップボタンの矢印 */
#pageTopBtn::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 27px;
    width: 2px;
    height: 15px;
    background-color: #ffa400;
    transition: all .5s;
    transform: translateY(-50%) rotate(-45deg);
}
#pageTopBtn::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 27px;
    width: 2px;
    height: 15px;
    background-color: #ffa400;
    transition: all .5s;
    transform: translateY(-50%) rotate(45deg);
}

/* 20240214 SocialMedia案内 */
/* ボタン全体 */
#sns-box {
  text-align: center;
}
.flowbtn11{
font-family:'Verdana',sans-serif;	
border-radius:4px;
position:relative;
display:inline-block;
width:90%;
font-size:25px;
color:#fff!important;
text-decoration:none;
margin-bottom:5px;
}
/* Twitter */
.fl_tw1{
background:#55acee;
}
/* X */
.fl_x1{
background:#000000;
}

.fa-x:before {
  content: url(https://img07.shop-pro.jp/PA01439/920/etc_base64/eF9sb2dv.png?cmsp_timestamp=20240123150721);
}
/* Instagramアイコン位置 */
.insta_btn11 .fa-instagram{
position:relative;
z-index:1;	
}
/* Instagram紫グラデ背景色 */
.insta_btn11{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;
}
/* Instagramオレンジグラデ背景色 */
.insta_btn11:before{
content: '';
position:absolute;
top:17px;
left:-75px;
width:100%;
height:100%;
background:-webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);
}
/* アイコンボタンホバー時 */
.flowbtn11:hover span{
-webkit-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
transform: rotateX(360deg);
text-decoration:none;
}
/* ボタン内テキスト調整 */
.flowbtn11 span{
font-size:20px;	
position:relative;
left:4px;
bottom:2px;
transition:.6s;	
padding: 16px 0 13px 0;
display:inline-block;	
}
/* ulタグの内側余白を０にする */
ul.snsbtn{
padding:0!important;
}

/* 20240220 free_page */
#free_page .free_title{
  position: relative;
  margin:25px 0 10px 0;
  font-size: 1.5em;
  line-height: 1.3;
  border-bottom: solid 1px #a19b94;
}

@media screen and (max-width: 1100px) {
#free_page{
  width: 98%;
  margin: auto;
}
}
@media screen and (max-width: 768px) {  
#free_page free_title{
  font-size: 1em;
}
}

/* 20240922 下にスクロールするとヘッダーが消えて上にスクロールするとヘッダーが表示する */
@media (max-width: 768px) {
#header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  transition: 1s;
}
}
