@charset "UTF-8";

.newItem .badge {
  display: block!important;
}

a:link {
  color: #202124!important;
  text-decoration: none;
}
a:visited {
  color: #202124!important;
}
a:hover {
  color: #666!important;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
/*newsbar*/
.swiper {
  width:100%;
  max-width: 100%;
  margin:0 auto;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  display: block;
}
.newsbar-content1 {
  padding: 5px;
  background-color: #e3d9ce;
}
.newsbar-content1 a:link {
   color: #202124;
 }
.newsbar-content1 a:hover {
   color: #dedede;
 }
.newsbar-content1 a:visited {
   color: #202124;
 }
.newsbar-content2 {
  padding: 5px;
  background-color: #dedede;
}
.newsbar-content2 a:link {
   color: #202124;
 }
.newsbar-content2 a:hover {
   color: #ffffff;
 }
.newsbar-content2 a:visited {
   color: #202124;
 }
 /*ロゴエリア*/
 .logoarea {
  display: block;
  padding-left:68px;
 }
.logo-desc {
  font-size: 11px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom:2px;
}
.logo img {
  width: 95px;
  height: auto;
  margin: 0 auto;
}
.logo-desc2 {
  font-size:11px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
}
@media screen and (min-width:769px) { 
.logo img {
  width: 130px;
  height: auto;
  margin: 0 auto;
}
}
.logo {
  display: block;
  text-align: center;
}
.logoarea .logo a {
  display: block;
  color: #111;
  text-decoration: none;
}

/*固定ヘッダ*/
.header-container {
  background: #fff;
  width: 100%;
}
.header-container.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.header-container .header-inner {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px 0;
  width: 100%;
}
.header-container {
  display: block;
  background: #fff;
  z-index: 90;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
}
.header-fix {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 8px 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#ffffff;
}
.right-box {
  display: flex;
  padding-right:10px;
  padding-top:10px;
}
.search_btn img { 
  width: 26px;
  height:auto;
}
#header_search_form {
  top:90px!important;
  right:20px!important;
}
.cart-btn {
  padding-left:10px;
}
.cart-btn img{
  width: 26px;
}

/*固定ヘッダ PC*/
@media screen and (max-width: 768px) {
  .header-fix-pc { 
    display: none!important;
   }
}
  .header-fix-pc {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    /*padding: 10px 15px 12px 15px;*/
    padding:0;
    display: flex;
    align-items: center;
    background:#ffffff;
  }
  .logoarea-pc {
    width: 200px;
  }
  .search_btn-pc img { 
    width: 22px;
    height:auto;
  }
/*--------MEGA MENU PC----------*/
.nav-pc {
  margin:0 auto;
  z-index:80;
}
.nav-pc {
  background-color: #fff;
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
  margin:0;
  padding:0;
}
.header-nav-pc-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding:0;
  font-size:14px;
}
.header-nav-pc-item {
  transition: background-color .3s;
}
.header-nav-pc-item:hover {
  background-color: #fff;
}
.header-nav-pc-item a {
  color: #202124;
  display: block;
  padding: 10px 20px;
}
.header-nav-pc-item a:hover {
  color:#202124;
  opacity: 0.7;
}
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 8px;
  border-right: 1px solid #202124;
  border-bottom: 1px solid #202124;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.megaMenu {
  background-color: #f8f8f8;
  /*border-bottom:1px solid #ececec;*/
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: height .3s;
  width: 100%;
  box-sizing: border-box;
  margin:0;
  padding:0;
}
.megaMenu-list {
  padding-bottom: 30px;
  padding-top: 30px;
}
.megaMenu-item {
  display: inline-block;
}

/* メニューをhoverした時のスタイル */
.header-nav-pc-item:hover .megaMenu {
  height: 180px;
}
.header a {
  text-decoration: none;
}
.megaMenu-list {
  display: flex;
  flex-wrap: wrap;
 }
  
 ul.megaMenu-list li {
  width: calc( (100% / 5) );
  padding: 0;
 }
 
li.mega-menu__mega ul.mega-menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}  


/*スマホ用NAV*/
@media screen and (min-width: 769px) {
  #nav-mobile { 
    display: none!important;
   }
}
#nav-mobile {
  margin-top:5px;
  text-align: center;
}
table.nav-mobile-table{
  width:100%;
  max-width: 100%;
  table-layout: fixed;
}
table.nav-mobile-table td{
  border:1px solid #ddd;
}
table.nav-mobile-table td:nth-of-type(3){
  border-right:none!important;
}
table.nav-mobile-table td:nth-of-type(1){
  border-left:none!important;
}
table.nav-mobile-table a{
  font-size:12px;
  display: block;
  padding: 10px 5px;
}
.n-m-t-top {
  border-top:none!important;
}
/*Drawer*/
.header-drawer {
  left:30px;
}
/*ドロワーメニュー*/
.drawer-btn {
    width:40px;
    height: 40px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    top:5px;
}
.drawer-btn span {
    display: block;
    width:30px;
    height: 2px;
    background:#000;
    position: absolute;
    top:50%;
    left:50%;
    transition: .4s;
}
.drawer-btn span:nth-child(1) {
    transform: translate(-50%, -10px);
}
.drawer-btn span:nth-child(2) {
    transform: translate(-50%, -50%);
}
.drawer-btn span:nth-child(3) {
    transform: translate(-50%, 8px);
}

/*ドロワーメニュー*/
.drawer-nav {
    width:310px;
    background:#ffffff;
    transform: translate(-310px);
    position: fixed;
    top:90px;
    left:0;
    z-index: 99;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding:0 10px;
}
.drawer-nav ul{
    padding:10px;
    list-style: none;
}
.drawer-nav  ul li a{
    color:#333;
    text-decoration:none;
}
/*drawer-btn openのデザイン*/
.drawer-nav.open {
    transform: translate(0);
    margin-top:10px;
}
.drawer-btn.active span:nth-child(1){
    transform: translate(-50%, 50%) rotate(45deg);
}
.drawer-btn.active span:nth-child(2){
    transform: translate(-50%, -50%);
    opacity: 0;
}
.drawer-btn.active span:nth-child(3){
    transform: translate(-50%, 50%) rotate(-45deg);
}


/*ドロワー内ログインボタン*/
.nav-login {
  margin: 35px 0 30px 0;
  font-size: 12px;
}
.nav-login table td {
  padding: 3px;
  width:50%;
  box-sizing: border-box;
}
@media screen and (min-width:769px) { 
  .nav-login table td {
    width:100%;
    display: block;
    position: relative;
  }
}
.login-btn-1 a {
    background: #e3d9ce;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px 0;
    max-width: 200px;
    padding: 5px 5px;
    color: #202124;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size:13px;
    border:1px solid #333333;
}
.login-btn-1 a:hover {
    background: #333;
    color: #fff!important;
}
.login-btn-1 a:hover:after {
    border-color: #FFF;
}
.login-btn a {
    background: #f8f8f8;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px 0;
    max-width: 200px;
    padding: 5px 5px;
    color: #202124;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size:13px;
    border:1px solid #333333;
}
.login-btn a:hover {
    background: #333333;
    color: #FFF!important;
}
.login-btn a:hover:after {
    border-color: #FFF;
}
.login-btn-no a {
  font-size:11px;
  border-bottom: 1px dotted #333;
}
.login-btn-no a:hover {
  border-bottom: 1px transparent;
}

.drawer-nav h2 {
  margin: 20px 10px;
  font-size:18px;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*ドロワー内キーワードリンク*/
#sub-column .link {
  background-color: #f5f5f5;
  margin:0;
  padding:0;
} 
#sub-column .link.keyword nav ul, #sub-column .link.keyword nav ul li{
  background-color:#f5f5f5!important;
}
#sub-column .link.keyword nav ul li a {
      display: inline-block;
      margin: 0 0 2%;
      padding: 3% 3%;
      background-color: #fff!important;
      border-radius: 20px!important;
      border:1px solid #dedede;
      font-size:12px;
  }
  #sub-column .link.keyword nav ul li a::before{
    content: "#";
    background-image: none!important;
  }
  #sub-column .link.keyword nav ul li a:hover{
    color:#fff!important;
    background-color:#333!important;
    opacity: 1!important;
    transition: 0.3s ease-in-out;
  }  
  #sub-column .link.keyword nav ul li {
    border-bottom: transparent!important;
  }
  #sub-column .link.keyword nav ul li {
    border-top: transparent;
  }
  #sub-column ul a::before{
    background-image: none!important;
  }
  #sub-column h2 a::after {
    background-image: none!important;
  }
  #sub-column .link.keyword nav ul li {
    background-image: none!important;
  }
  #sub-column .link.keyword h2 {
    padding:10px 10px 15px 10px;
    margin:0;
    background-color: #f5f5f5;
  }
  #sub-column .group nav ul li a::after, #sub-column .category nav ul li a::after, #sub-column .link nav ul li a::after {
    background: none!important;
  }
/*アロー修正------------------------------*/
#sub-column .group nav ul li a::after,
#sub-column .category nav ul li a::after,
#sub-column .link nav ul li a::after {
  background-image: none!important;
}
#sub-column .category h2 a::after {
  background-image: none!important;
}
  @media screen and (min-width:769px) { 
    #sub-column .link.keyword nav ul li a::before{
      background-image: none!important;
  }
#sub-column .category h2 a::after {
  background-image: none!important;
}
}
/*ドロワー内カテゴリリスト*/

.drawer-nav-cat {
  list-style-type: none;
  font-size:14px;
}
  .toggle-cat {
  display: none;
  }
  .cat-option {
  position: relative;
  }
  .cat-title,
  .cat-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .cat-title {
  padding: 1em 0;
  display: block;
  color: #202124;
  font-size:14px;
  cursor: pointer;
  border-bottom: 1px dotted #dddddd;
  
  }
  .cat-title::after,
  .cat-title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #202124;
  transition: all 0.3s;
  }
  .cat-title::after {
  transform: rotate(90deg);
  }
  .cat-content {
  max-height: 0;
  overflow: hidden;
  }
  .cat-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  line-height: 1.5;
  }
  .toggle-cat:checked + .cat-title + .cat-content {
  max-height: 500px;
  transition: all 1.5s;
  }
  .toggle-cat:checked + .cat-title::before {
  transform: rotate(90deg) !important;
  }
.cat-content ul {
   margin:0;
   padding:0;
}
.cat-content ul li {
   list-style: none;
}
.drawer-nav-cat li a{
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 13px .3em 13px 1.5em;
  border-bottom: 1px dotted #dddddd;
  }
.drawer-nav-cat li a::after {
  content:">";
  position:absolute;
  right:20px;
  }


.voice-sidebar {
  width: 100%;
  margin: 3em 0;
}
.voice-sidebar {
  font-size:16px;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
}

  
/*ドロワー内ご利用ガイド*/
.drawer-nav-info {
  list-style-type: none;
  font-size:14px;
}
  .toggle {
  display: none;
  }
  .info-option {
  position: relative;
  margin-bottom: 1em;
  }
  .info-title,
  .info-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .info-title {
  padding: 1em 0;
  display: block;
  color: #202124;
  font-weight: bold;
  font-size:18px;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-top:1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  }
  .info-title::after,
  .info-title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #202124;
  transition: all 0.3s;
  }
  .info-title::after {
  transform: rotate(90deg);
  }
  .info-content {
  max-height: 0;
  overflow: hidden;
  }
  .info-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  line-height: 1.5;
  }
  .toggle:checked + .info-title + .info-content {
  max-height: 500px;
  transition: all 1.5s;
  }
  .toggle:checked + .info-title::before {
  transform: rotate(90deg) !important;
  }
.drawer-nav-info li a{
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 13px .3em;
  border-bottom: 1px dotted #dddddd;
  }
.drawer-nav-info li a::after {
  content:">";
  position:absolute;
  right:20px;
  }


/*Default cssの変更箇所*/
#gnav div.cart-nav, #gnav nav {
        display: none!important;
}
/*2773 商品ページの問い合わせ、メールの紹介の高さ調節*/
article#Detail .itemOutline ul.infoArea {
    height: 50px;
}

/*995*/
#subc_calendar {
    background-color: #ffffff!important;
}

/*361*/
#contents {
  overflow-x: hidden;
}

/*387*/
#main-column h2 {
  margin-bottom: 10px!important;
  margin-top: 1em!important;
}
/*5014*/
  #header-inner #hNav {
    margin: 0!important;
  }
/*5051*/
  #hNav ul#header-nav li#header-nav-drawer {
    background: transparent!important;
    border: 0 transparent!important;
    border-radius: 0!important;
    top: 50px!important;
    left: 2%!important;
  }
/*-- サイドカラム(480px) --*/
/*6404*/
@media screen and (max-width: 480px) {
  #sub-column {
    right: auto!important;
  }
  #sub-column.spsDrawerClose {
    left: -80%;
  }
  #sub-column.spsDrawerOpen {
    left: 80%!important;
  }
/*5489*/
#sub-column.spsDrawerOpen {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
 /*5505*/
 #sub-column.spsDrawerClose {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#snav_mailMag {
  display:none!important;
}
}
#snav_mailMag {
  display: none;
}
/*5474 max-width768pxのOpen時*/
@media screen and (max-width: 768px) {
  /*-- サイドカラム(768px) --*/
  #sub-column {
    right: -20%;/*-60%*/
  }
  #sub-column.spsDrawerClose {
    left: -80%;
  }
}
/*5489*/
@media screen and (max-width: 768px) {
  /* サイドメニューオープン(768px) */
  #sub-column.spsDrawerOpen {
    transition: none!important;
    transform: translateX(-100%);
  }
  #sub-column.spsDrawerClose {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#searchbox img {
  display: none!important;
}
#searchbox {
  background-color:#ffffff!important;
}
.leftSearch {
    background-color: #ffffff!important;
}

/*トップページ*/
#header-slider {
  width:100%;
  max-width:100%;
  display:block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -44px;
  background-color: transparent;
}
#header-slider.swiper-slide {
  padding: 0 10px;
}
@media(min-width: 768px){
  #header-slider.swiper-topwrapper{
    flex-wrap:wrap;
  }
  #header-slider.swiper-slide{
    width: 33.3%;
  }
  }
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1.3rem;
  color: #000;
  background-color: #fff;
  padding: 20px 20px;
  opacity: 0.6;
}
.swiper-container .swiper-button-prev{
  left: 10px;
}
.swiper-container .swiper-button-next{
  right: 10px;
}
/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}
/*ドットの色を変更*/
.swiper-pagination-bullet {
  background-color: #4d4d4d ;
}





#to-cart a ,
#page-top a {
  background-image: none!important;
  background-color: transparent!important;
}
#to-cart a:hover, #page-top a:hover {
  opacity: 0.7!important;
}
/*defaultここまで*/


/*フリーエリア　スライダー*/
#new-slider {
  display: flex;
  width:100%;
  max-width: 100%;
  background:#f8f8f8;
}
#new-slider img{
  width:380px;
}
@media screen and (max-width: 480px) {
  #new-slider img{
  width:100%;
  max-width:100%;
  height: auto;
  }
}

/*フリーエリア１　人気カテゴリ*/
#cat-list {
  width: 100vw;
  margin: 10px calc(50% - 50vw) 50px;
  box-sizing: border-box;
  background-color:#f8f8f8;
}

#cat-list ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}
#cat-list li a{
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 10px;
  margin: 7px;
  font-size:13px;
  background-color:#ffffff;
  display: block;
}
.cat-list li a:hover{
  color:#fff;
  background-color:#333;
}
.coupon-bnr {
  margin: 4em 0;
  padding: 1em 0;
  display:block;
}
.coupon-bnr h2 {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size:18px;
  font-weight: 600;
  margin: 0!important;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.coupon-bnr h3 {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size:14px;
  margin: 0!important;
  padding-bottom: 2em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width:768px) {
  .coupon-bnr img {
    width: 700px;
    height: auto;
    margin: 10px auto;
    display:block;
  }
}
 .coupon-inner {
    position: relative;
 }
.coupon-inner p{
  position: absolute;
  top:35%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #000000;
  font-weight: 600;
  font-size: 2.8vw;
  margin: 0!important;
  padding: 0!important;
}
 @media screen and (min-width:768px) { 
#coupon-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
 }
#coupon-wrapper {
    width: 100%;
    max-width: 100%;
}
#coupon-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 .coupon-item {
    width: 33%;
    padding: 5px;
    box-sizing: border-box;
 }
 .coupon-item img {
    width: 100%;
    height: auto;
    margin:0;
 }
 .coupon-inner {
    position: relative;
 }
.coupon-inner p{
  position: absolute;
  top:35%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #000000;
  font-weight: 600;
  font-size: 2.8vw;
  margin: 0!important;
  padding: 0!important;
}
 @media screen and (min-width:768px) { 
#coupon-wrapper {
    max-width: 850px;
    margin: 0 auto;
}
 }
 .c-txt-box {
  display: block;
  width: 100%;
  margin:0;
  padding: 10px 5px 15px 5px;
  background-color:#57453f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 }
.c-1 {
  width: 100%;
  font-size:12px;
  line-height: 1.2;
  text-align: center;
  margin:0;
  padding: 0 0 5px 0;
  color:#ffffff;
}
.c-2{
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin:0;
  padding: 0;
  font-size:4vw;/*4vw*/
  line-height: 1.2;
  color:#ffffff;
}


#voice-bnr {
  margin: 0 0 4em 0;
}
#voice-bnr h2 {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size:18px;
  font-weight: 600;
  margin: 0!important;
  letter-spacing: 0;
}

.freeAreaTitle {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*フリーエリア２　Feature*/
.freeArea2 {
  margin: 1.5em 0 .5em 0;
}
.freearea-title {
  max-width: 1190px;
  margin: 10px auto;
  padding-top: 30px;
  padding-left: 10px;
  font-size:18px;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#feature h3{
  margin-top: .5em;
  font-size: 14px;
}
#feature-wrap {
  width: 100vw;
  margin: 10px calc(50% - 50vw) 50px;
  background-color: #f8f8f8;
}
#feature{
  display:flex;
  justify-content:center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1160px;
  width:100%;
  margin: 10px auto;
}
.feature-item {
  display: block;
  margin: 20px 0;
  box-sizing: border-box;
  max-width:186px;
}
.feature-item {
  font-size:13px;
  padding: 5px;
  font-weight: 500;
}
.feature-item p a{
  background-color:#ff6699;
}

@media screen and (max-width: 480px) {
  .feature-item a:hover p{
    background-color: #fff!important;
  }
}
.feature-item img {
  height: auto;
  box-sizing: border-box;
}
@media screen and (min-width:500px) and ( max-width:557px) {
.feature-item {
  width: 200px;
}
}
@media screen and ( max-width:374px) {
  .feature-item {
    max-width: 100%;
  }
  }
  .newItem h3 a{
  font-weight: 400!important;
  font-size:14px;
}
.pickup h3 a{
  font-weight: 400!important;
  font-size:14px;
}
.column-set h2 a{
  font-weight: 400!important;
}

/*カテゴリーのトップ一覧*/
.cat-header-list {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.cat-header-list h2 {
  font-size:24px!important;
  text-align: center;
  font-weight: 600;
  margin: 0!important;
  padding: 10px 0 20px 0!important;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cat-header-list ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (min-width:768px) { 
  .cat-header-list ul{
    justify-content: flex-start;
  }
  .cat-header-list h2 {
    text-align: left;
  }
}
.cat-header-list-inner {
  display:block;
  margin: 1em 0;
  padding:.5em;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.cat-header-list-inner h3 {
  font-size:12px;
  margin-bottom: .5em;
  margin-left:.5em;
}
.cat-header-list li a{
  border: 1px solid #333;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 5px;
  background-color:#ffffff;
  display: block;
}
.cat-header-list li a:hover{
  color:#fff!important;
  background-color:#333;
  transition: 0.3s ease-in-out;
}
/*6031*/
@media screen and (max-width: 580px) {
  /*商品絞り込み部分*/
  #itemList_wrap #pager-top .selectbox .select01 {
    width: auto!important;
  }
}
/*2430*/
#itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox {
  background: #f8f8f8;
  padding-top:5px;
}

/*Footer*/
.footer-all {
  background-color: #333;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  color:#fff;
}
.footer-inner {
  padding: 2em 1.5em;
  width: 100%;
  max-width: 100%;
}

.footer-logoarea {
  padding: 1em .5em 0.5em .5em;
  margin:0;
}
.footer-logoarea h1{
  padding: 5px 0;
}
.footer-desc{
  font-size: 16px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom:25px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.footer-desc2 {
  font-size:10px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top:10px;
  font-weight: normal;
}
.footer-desc3 {
  font-size:12px;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.08em;
}
.logo-footer {
    width: 90px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 5px;
}
.sns {
  display: flex;
  margin: 2em auto 1em auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.sns-img {
  width: 50px;
  height: auto;
  padding: .5em;
}
#footer-magazine {
  font-size: 12px;
  display: block;
  width:100%;
  max-width: 500px;
}
#footer-magazine h2{
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 1em 0 .5em 0;
  font-size:20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
::placeholder {
  font-size:12px;
}
  @media screen and (min-width: 769px) {
  #footer-magazine {
    text-align: center;
    margin: 0 auto;
  }
}
#footer-magazine div.snav_mailMag_cont p {
  font-size: 12px;
  line-height: 150%;
}
#footer-magazine div.snav_mailMag_cont > p:first-child {
  padding: 10px 0 0 0;
  text-align: left;
}
#footer-magazine div.snav_mailMag_cont input.mailAddress {
  border: 1px solid #777;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 78%;
  background-color: #555555;
  font-size: 14px;
}
#footer-magazine div.snav_mailMag_cont input.submit_mailMag {
  background-color: #847a7a;
  border: transparent;
  box-sizing: border-box;
  color: #FFF;
  margin-left: -5px;
  margin-top: 5px;
  height: 40px;
  text-align: center;
  width: 20%;
  font-size:12px;
}
/*Formのズーム防止*/
input{
  font-size:16px!important;
}
#footer-magazine div.snav_mailMag_cont input.submit_mailMag:hover {
  background-color: #666;
}
#footer-magazine div.snav_mailMag_cont p:last-child {
  background-color: #FFF;
  border: 1px solid #333;
  border-radius: 3px;
  box-sizing: border-box;
  height: 3em;
  line-height: 3em;
  margin: 15px 0 10px 34px;
}
#footer-magazine div.snav_mailMag_cont p:last-child::after {
  content: ">>";
  padding-left: 3px;
}
#footer-magazine div.snav_mailMag_cont p {
  text-align: center;
  font-size:11px;
  margin: .5em 0;
}
.btn-mailmag {
  font-size:11px;
  width: 250px;
}
.footer-list {
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 3em 0;
  text-align: center;
}
.footer-list li {
  list-style: none;
  display: inline-block;
}
.footer-list li a{
  color:#fff!important;
  font-size: 12px;
}
.footer-list li:not(:first-child)::before {
    content: "｜";
  }
.footer-list li a:hover{
  opacity: 0.7;
}
.footer-list li a:visited{
  color:#fff!important;
}

  .copyright {
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: .1em;
}
/*ショッピングガイド*/
/*フリーページ---------------------------------------------*/
#Journal h2 {
  font-size: 24px;
  margin: 1em 0!important;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width:768px) { 
  /*　画面サイズが768pxからはここを読み込む　*/
#Journal h2 {
  text-align: left;
}
}
.guidepage {
  margin:0;
  padding:0;
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
}
.guidepage p{
  margin: 10px;
  line-height:1.5;
}
.guidepage h3 {
  margin:2em 0;
  text-align: center;
  font-size:18px;
}
.guide-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content:start;
  margin:0;
  padding:0;
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
}
.guide-item {
  background:#f8f8f8;
  padding: 2em;
  box-sizing: border-box;
  margin:1% 1em;
  width:95%;
  line-height: 1.6;
  font-size:14px;
}
@media screen and (max-width:480px) { 
  .guide-item {
    padding: 1em;
  }
}

.guide-item h4 {
  font-size:22px;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7;
  margin-bottom: 2em;
}
.guide-item-qa {
  background:#f8f8f8;
  padding: 2.5em;
  box-sizing: border-box;
  margin:1% 1em;
  width:95%;
}
.guide-item-qa h4 {
  font-size:22px;
  text-align: center;
  letter-spacing: 0.5;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.guide-item ul li{
  list-style:inside!important;
  text-indent: -1em;
  padding-left: 1em!important;
  }
@media screen and (min-width:768px) { 
  /*　画面サイズが768pxからはここを読み込む　*/
.guide-item {
  width: 45%;
  margin:2%;
}
}
.guide-item-btn {
  display: inline-block;
  font-size:14px;
  margin: 1em 0 0 0;
  padding: 3% 3%;
  background-color: #fff!important;
  border-radius: 20px!important;
  border:1px solid #dedede;
}
.guide-item-btn a::after{
  content:">";
  font-size:14px;
  vertical-align: middle;
  padding-right: 0.5em;
  padding-left: 0.5em;
  position: relative;
  bottom: 2px;
}

/*ショッピングガイド*/
#JournalList h1 {
  padding-top: 10px;
}
/*default 1684*/
#JournalList h2, #Journal h2 {
  letter-spacing: 0.05em!important;
}
.member-resist {
  line-height: 1.7;
  font-size:13px;
  margin: 0 5px;
}
.resist-title h3{
  font-size:16px;
  margin-top:1.7em;
  margin-bottom: 0.3em;
  color:#333333;
  font-weight: 600;
}
.member-resist h2 {
  letter-spacing: 0.08em!important;
  font-size:20px!important;
  padding-top: 2em!important;
}
.member-resist h3 {
  font-size:16px!important;
  padding-top: 1.5em!important;
}
.resist-num {
  font-size:14px;
  font-weight: 500;
  color:#fff;
  background-color:#918374;
  border-radius: 50%;
  margin-right:0.3em;
  padding:4px 6px;
}
.member-resist a{
  border-bottom: 1px dotted #333;
  color:#903d40!important;
}

.member-resist a:hover{
  border-bottom: transparent!important;
  opacity: 0.6;
}
.member-resist-btn a {
  background: #E3D9CE;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 3em auto;
  max-width: 320px;
  padding: 15px 20px;
  color: #202124!important;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border:1px solid #202124;
  font-size:16px;
}
.member-resist-btn a:hover {
  background: #333333;
  color: #FFF!important;
  border:1px solid #202124;
}
.member-resist-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.member-resist-btn a:hover:after {
  border-color: #FFF;
}
.member-resist table {
  border:1px solid #dedede!important;
}
.member-resist td {
  padding: 5px 8px!important;
  line-height: 1.5!important;
}
.member-resist th {
  width: 8em!important;
  padding: 5px 8px!important;
  border-right: 1px dotted #dedede!important;
  line-height: 1.5!important;
}
.member-resist tr {
  border-bottom: 1px dotted #dedede!important;
}
.member-resist ul li{
  list-style-type: disc!important;
  margin-left: 1em!important;
  padding-bottom: 0.3em!important;
}
.member-resist ul{
  margin-top: 0.1em!important;
}
ul.member-howlist li{
  list-style-type: decimal!important;
}
.resist-tbl {
  margin-top: 3em;
}
.resist-tbl table{
  max-width: 100%;
  width: 100%;
  margin:0 0 2em 0;
  padding:0;
  border:0!important;
}
.resist-tbl tr{
  border:0!important;
}
.resist-tbl td {
  vertical-align: top;
  padding:0!important;
}
.resist-tbl h3 {
  font-weight: 600;
  font-size: 16px;
  margin:0!important;
  padding:0!important;
}
.resist-tbl img {
  width: 50px;
  height: auto;
}
td.td-icon {
  width: 60px;
}
.exchange-title {
  font-size:20px;
  text-align: center;
  font-weight: 500;
  color:#ffffff;
  padding-top:20px;
  display:block;
  padding:7px;
  background-color: #afa9a3;
  font-weight: 500;
}
#exchange-title2 {
  font-size:12px;
  margin-top:20px;
}
#exchange-title3 {
  text-align: center;
  font-size:18px;
  font-weight: 500;
}
.condition {
  display:block;
}
.condition table {
  width: 100%;
  margin: 0;
  border:0!important;
  padding:0;
}
.condition table tr {
  border:0!important;
  padding:0;
  margin:0;
}
.condition table img {
  width: 70px;
  height: 70px;
}
.condition td {
  padding: 0;
  vertical-align:middle;
  font-weight: 600;
  border:0!important;
}
td.condition-left {
  width: 80px;
}
.font-small {
  font-size: 12px;
}
.exchange-box1 {
  display:block;
  margin:1em auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  border:1px solid #202124;
}
.exchange-box2{
  display:-ms-flexbox;
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 2em auto;
  justify-content:space-around;
}
.box2-inner {
  width: calc((100% - 5%) / 4);
  height: auto;
  margin-right: 1%;
  margin-bottom: 20px;
  padding:5px;
  line-height: 1.3;
  font-size:14px;
  font-weight: 500;
  border:1px solid #202124;
  background-color:#f9f9f9;
}
.box2-inner:nth-child(4n) {
  margin-right: 0;
}

.box2-inner:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.box2-inner img {
  margin: 5px auto 10px auto;
  width:90%;
}
@media screen and (min-width: 768px) {
  .box2-inner {
    font-size:16px;
   }
   .box2-inner img {
    width:70%;
   }
}
.exchange-box3 {
   display: flex;
}
.box3-inner {
    width: calc(( 100% - 5px)/ 2);
    margin: 0 1% 2em 1%;
}
@media screen and (max-width:769px) { 
  .exchange-box3 {
    display:block;
  }
  .box3-inner {
    width: 100%;
    margin: 0 0 50px 0;
}
}
.box3-top {
  display: block;
  padding: 20px 15px;
  text-align: center;
  background-color:#eae8e7;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.box3-top h3 {
  margin:0!important;
  padding:0!important;
  font-weight: 600!important;
  font-size: 20px!important;
}
.box3-top img {
  margin: 0 auto;
  width: 200px;
  height: auto;
  padding: 5px 0 0 0;
}
.box3-bottom {
  padding: 20px 15px;
  background-color: #f9f9f9;
}
.memo1 {
  font-size:12px;
  color:rgb(167, 4, 4);
}
ul.pay-inner li{
  list-style-type: none!important;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 1.5em!important;
}
ul.pay-inner li::before{
  content:"■";
  padding-right: 0.3em;
}

.pay-box {
  border:1px solid #8f8f8f;
  padding:5px;
  margin: 0 1.3em 1.5em 1.3em;
  width:45%;
  min-width:280px;
  font-size:12px;
}
ul.deli-ul li{
  list-style-type:disc!important;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 0em!important;
}
ul.deli-ul li::before{
  content:"　"!important;
  padding-right: 0.3em;
}
.font-l {
  font-size:24px;
  line-height: 1.5;
}
.font-red{
  color:rgb(167, 4, 4);
  font-weight: 600;
}
.strong{
  font-weight: 600;
}
h2.notice-1 {
  color:rgb(167, 4, 4)!important;
  font-size:32px!important;
  text-align: center!important;
  background-color:#e3d9ce;
  padding: 15px!important;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*Q&A*/
#qa {
  display:block;
  margin: 0;
}
#qa a {
  border-bottom: 1px dotted #333;
  color:#903d40!important;
}
#qa a:hover{
  border: transparent;
}
#qa h2 {
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  padding: 0.5em 0!important;
  text-align: center;
}
.qa-box {
  display:block;
  margin: 1em 0;
  border: 1px solid #666666;
}
.qa-content ul li {
  list-style-type: disc!important;
  margin:10px 0px 0 2em!important;
}
.qa-toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em 0 0.5em 0.5em;
	display: block;
  font-size:14px;
  border-top:1px dotted #666666;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #202124;
	border-right: 2px solid #202124;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.qa-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.qa-content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
  font-size:14px;
}
.indent {
  text-indent: -2em;
  padding-left: 1em;
}

.indent2 {
  border: solid 1px #333!important;
  border-radius: 30px;
  padding: 10px;
  margin: 1.5em 0 1em 0;
  text-align: center;
  position: relative;
  display:block;
}
.indent2:hover{
  border: solid 1px #333!important;
  opacity: 0.6;
}
.indent3 {
  margin: 1.5em 1em;
}
.qa-toggle:checked + .Label + .qa-content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.qa-toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.qa-q{
  font-size:13px;
  font-weight: 500;
  background-color:#202124;
  color: #ffffff;
  padding: 5px 6px;
  border-radius:50%;
  margin-right: 5px;
}
.qa-a{
  font-size:13px;
  font-weight: 500;
  background-color:#903d40;
  color: #ffffff;
  padding: 5px 6px;
  border-radius:50%;
  margin-right: 5px;
}
/*カッコ数字のリスト*/
ol.qa-braces li {
  position: relative;
  list-style-type: none!important;
}

ol.qa-braces li:before {
  position: absolute;
  right: calc(100% + 0.5rem);  
  content: "(" counter(list-item) ")";
}
/*ポイントご利用案内*/
#guide-point table {
  border:1px solid #dedede!important;
}
#guide-point.td {
  padding: 10px 5px!important;
  line-height: 1.5!important;
  font-size:12px!important;
}

#guide-point th {
  padding: 10px 8px!important;
  line-height: 1.5!important;
  background-color:#eeeeee;
  text-align: center;
  font-weight: 600;
  border: 1px transparent;
  font-size:12px!important;
}
#guide-point tr {
  border-bottom: 1px dotted #dedede!important;
}
#mark1,#mark2,#mark3,#mark4,#mark5,#mark6,#mark7,#mark8,#mark9,#mark10,#mark11 {
  display: block;
  height: 100px;
}
