<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

.view_timer{display:none;}

.MPLUSRounded1c {
  font-family: 'M PLUS Rounded 1c', sans-serif
}

.Mallanna {
  font-family: 'Mallanna', sans-serif
}

.Spinnaker {
  font-family: 'Spinnaker', sans-serif
}

html, body {
  color: #333;
  padding-bottom: 5px !important;
}

* {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  margin:0;
}

figure {
  margin: 0
}

.fade {
  opacity: 1;
  transition: opacity 0.2s linear;
  backface-visibility: hidden
}

.fade:hover {
  opacity: .6
}

.pc-hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-hide {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }
}

.pc-br {
  display: block
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: inline
  }
}

.sp-br{
  display:none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block
  }
}

img.resize {
  width: 100%;
  height: auto
}

img.responsive {
  width: auto;
  height: auto;
  max-width: 100%
}

p {
  line-height: 1.555em;
  margin-top: 0.555em;
  margin-bottom: 0.555em
}

.weight500 {
  font-weight: 500
}

.weight700 {
  font-weight: 700
}

.black {
  color: #333
}

.white {
  color: #fff
}

.red {
  color: #e51f1e
}

.ft12 {
  font-size: 12px
}

@media screen and (max-width: 767px) {
  .ft12 {
    font-size: 10px
  }
}

.ft13 {
  font-size: 13px
}

@media screen and (max-width: 767px) {
  .ft13 {
    font-size: 11px
  }
}

.ft14 {
  font-size: 14px
}

@media screen and (max-width: 767px) {
  .ft14 {
    font-size: 13px
  }
}

.ft15 {
  font-size: 15px
}

@media screen and (max-width: 767px) {
  .ft15 {
    font-size: 13px
  }
}

.ft16 {
  font-size: 16px
}

@media screen and (max-width: 767px) {
  .ft16 {
    font-size: 14px
  }
}

.ft17 {
  font-size: 17px
}

@media screen and (max-width: 767px) {
  .ft17 {
    font-size: 15px
  }
}

.ft18 {
  font-size: 18px
}

@media screen and (max-width: 767px) {
  .ft18 {
    font-size: 16px
  }
}

.ft19 {
  font-size: 19px
}

@media screen and (max-width: 767px) {
  .ft19 {
    font-size: 17px
  }
}

.ft20 {
  font-size: 20px
}

@media screen and (max-width: 767px) {
  .ft20 {
    font-size: 18px
  }
}

.ft21 {
  font-size: 21px
}

@media screen and (max-width: 767px) {
  .ft21 {
    font-size: 19px
  }
}

.ft22 {
  font-size: 22px
}

@media screen and (max-width: 767px) {
  .ft22 {
    font-size: 20px
  }
}

.ft23 {
  font-size: 23px
}

@media screen and (max-width: 767px) {
  .ft23 {
    font-size: 21px
  }
}

.ft24 {
  font-size: 24px
}

@media screen and (max-width: 767px) {
  .ft24 {
    font-size: 22px
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em
}

a {
  color: #333
}

a:hover {
  text-decoration: none
}

.underline{
  text-decoration: underline !important;
}

/***********/

.site-bg {
  color: #404040 !important;
  background: #ffffff;
}

.site-wrapper {
  width: 980px;
  padding: 80px 15px 0 15px;
  margin: 0 auto;
}

#header {
    width:100%;
}

@media screen and (max-width: 767px) {
  .site-wrapper {
    width: 100%;
    padding: 56px 0 0 0;
  }
}

@media screen and (max-width: 559px) {
  .site-wrapper {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

.site-wrapper .site-header{
  background:#ffffff;
  position: relative;
  /*height: 61px;
  border-bottom: 1px solid #363738;*/
}

.site-wrapper .site-header .header-wrapper {
  width:950px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  padding-top:15px;
  box-sizing:border-box;
  border-bottom: solid 2px #595757;
}

@media screen and (max-width: 767px) {
  .site-wrapper .site-header .header-wrapper {
    width:100%;
    padding: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
}

.site-wrapper .site-main {
  width: 100%;
  /*padding-top: 1px*/
}

@media screen and (max-width: 767px) {
  .site-wrapper .site-main {
    width: 90.66666667%;
    margin-left: auto;
    margin-right: auto
  }
}

.site-wrapper .site-main .sec-wrap {
  width: 100%;
  margin: 20px 0 0 0;
}

.site-header .site-header-logo {
  width: 200px
}

@media screen and (max-width: 767px) {
  .site-header .site-header-logo {
    width: 120px;
    margin-left: 7px;
    z-index: 99;
  }
}

.site-header .site-header-banner {
  font-size: 21px;
  font-weight: 700;
  color: #f90d08;
  padding: 0;
  margin: 0;
  height: auto;
  width: 235px
}

@media screen and (max-width: 767px) {
  .site-header .site-header-banner {
    width: 26%
  }
}

.site-header .header-wrapper .site-header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  width: auto;
  position:relative;
}

.order1{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

.order2{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}

.order3{
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}

@media screen and (max-width: 767px) {
  .site-header .header-wrapper .site-header-nav {
    width: 57%;
  }
  .order1{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
   -webkit-order:3;
    order:3;
  }

  .order2{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }

  .order3{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
}

.site-header .site-header-nav .pc-menu #gNav .nav {
    width: 100%;
    height: 100%;
}

.site-header .site-header-nav .pc-menu #gNav ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    padding-left:0;
}

.site-header .site-header-nav .pc-menu #gNav ul li{
  font-size:14px;
  margin-right:12px;
}

/* ---------------------------------------------------------------------------------------------
   ANCHOR MENU
--------------------------------------------------------------------------------------------- */
.anchor-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0;
  width: 950px
}

@media screen and (max-width: 767px) {
  .anchor-menu {
    width:100%;
  }
}

.anchor-menu li {
  width: 236px;
}

@media screen and (max-width: 767px) {
  .anchor-menu li {
    width:24%;
  }
}

.anchor-menu li:last-child {
  margin-right: 0
}

.anchor-menu li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  font-size:14px;
  text-align: center;
  background: #efefef;
  color: #333;
  text-decoration: none;
  border-radius:6px;
  padding-bottom:0.5rem;
  position:relative;
}

@media screen and (max-width: 767px) {
  .anchor-menu li a {
    font-size:9px;
    line-height:1.3;
    height:46px;
  }
}

.anchor-menu li a:after {
  font-size: 18px;
  color: #595757;
  content: '\f107';/* angle-downのUnicode */
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  position: absolute;
  top: 22px;
  right: 47%;
}

@media screen and (max-width: 767px) {
  .anchor-menu li a:after {
    font-size:11px;
    top: 11px;
    right:47%;
  }
}

/* ---------------------------------------------------------------------------------------------
   ANCHOR MENU BRAND
--------------------------------------------------------------------------------------------- */
.anchor-menu-brand {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding:10px;
  margin: 0;
  width: 950px;
  background:#eeeeee;
  border-radius:3px;
}

@media screen and (max-width: 767px) {
  .anchor-menu-brand {
    width:100%;
  }
}

.anchor-menu-brand li {
  width: 18%;
  margin-right: 2.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor-menu-brand li:last-child{
  margin-right:0;
}

.anchor-menu-brand li a{
  font-size:14px;
  text-align:center;
  background:#ffffff;
  width:100%;
  display: inline-block;
  padding:0.5rem;
  text-decoration:none;
  border-radius:3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  position:relative;
}

.anchor-menu-brand li a:after{
  font-size: 16px;
  color: #595757;
  content: '\f107';/* angle-downのUnicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-decoration:none;
  position: absolute;
  right: 38%;
  top: 9px;
}

@media screen and (max-width: 767px) {
  .anchor-menu-brand li a{
    font-size:13px;
    padding-bottom:1rem;
  }
  .anchor-menu-brand li a:after{
    right: 45%;
    top: 18px;
  }
}

@media screen and (max-width: 414px) {
  .anchor-menu-brand li a{
    font-size:13px;
    padding-bottom:1rem;
  }
  .anchor-menu-brand li a:after{
    right: 42%;
    top: 18px;
  }
}

.site-header .site-header-nav .site-header-nav-cart {
  width: 50px;
  margin-right: 0;
  box-sizing: border-box;
  z-index:99;
}

@media screen and (max-width: 767px) {
  .site-header .site-header-nav .site-header-nav-cart {
    width: 50px;
    margin-right: 1px;
    box-sizing: border-box;
    z-index:99;
  }
}

.site-header .site-header-nav .site-header-nav-cart a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .site-header .site-header-nav .site-header-nav-cart a {
    height: 50px;
    position: relative;
  }
}

/* ---------------------------------------------------------------------------------------------
   HEADER SEARCH MODULE
--------------------------------------------------------------------------------------------- */
#header .searchBox{
  z-index:99;
}
#header .searchBox .mainHeader_searchIcon {
  width:50px;
  height:50px;
  /*position:absolute;
  right:60px;*/
  text-align:center;
  text-decoration:none;
  /*border-left:1px solid #333;*/
  top:0;
  line-height: 42px;
  z-index:99;
}

#header .searchBox .mainHeader_searchIcon:after{
  font-size:18px;
  color: #595757;
  content: '\f0d7';/* caret-downのUnicode */
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  /*line-height: 48px;*/
  /*text-align: center;*/
  width: 40px;
  height: 50px;
  margin: 0 auto;
  text-decoration:none;
  position: absolute;
  top: 16px;
  right: 55px;
}

@media screen and (max-width: 767px) {
  #header .searchBox .mainHeader_searchIcon {
    width:30px;
  }
  #header .searchBox .mainHeader_searchIcon:after{
    font-size:18px;
    color: #595757;
    content: '\f0d7';/* caret-downのUnicode */
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin: 0 auto;
    text-decoration:none;
    position: absolute;
    top: 16px;
    right: 98px;
  }
}

#header .searchBox .mainHeader_searchIcon img {
  width:24px;
  /*height:24px;*/
  line-height:60px;
  /*position:absolute;
  top:calc(50% - 8px);
  left:calc(50% - 8px);
  fill:#fff;*/
}

#header .show {
  display:block ;
}

#header .searchForm_wrap {
  /*display:none;*/
  background:#595757;
  position: absolute;
  top:55px;
  z-index: 99;
  width:100%;
  clear:both;
  margin-top:-5px;
  border-radius:6px;
}

#header .color{
  background-color: #ffffff;
}
#header .p-ding{
  padding:6px 0;
}
#header .searchForm_wrap #headerSearchForm .show2 {
 display: block;
}

#header .searchForm_wrap .searchInput_clearIcon {
  position:absolute;
  right:10px;
  display: none;
  right: 22px;
    top: 32%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
#js-searchWord{
  display: none;
  border-radius:30px;
}
.searchForm_wrap input::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.5em;
}
.searchForm_wrap input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em;
}
.searchForm_wrap input::-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 1.5em;
}
.searchForm_wrap input:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.5em;
}

#header .searchForm_wrap .box {
  padding:0 6px;
}

#header .searchForm_wrap form {
  position:relative;
}

#header .searchForm_wrap form input {
  font-size:14px;
  padding:13px 0;
  border:none;
  text-indent:10px;
  width:100%;
  text-overflow:ellipsis;
  -webkit-font-smoothing:antialiased;
}

.site-header .site-header-nav .site-header-nav-cart a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u38919370/pc/shopnews_220905/common/css/../img/common/icon_cart.png");
  position: absolute;
  bottom: 18px;
  left: 10px;
}

.site-header .site-header-nav .site-header-nav-cart a:after{
  content: "カート";
  position: absolute;
  bottom: 7px;
  color: #595757;
  font-size: 8px;
  width: 50px;
  left: 0px;
  text-align: center;
  display: block;
  font-family:san-serif;
  font-weight: bold;
  text-decoration: none;
 }

@media screen and (max-width: 767px) {
  .site-header .site-header-nav .site-header-nav-cart a:before {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom:18px;
    left:10px;
  }
  .site-header .site-header-nav .site-header-nav-cart a:after{
    content: "カート";
    position: absolute;
    bottom: 7px;
    color: #595757;
    font-size: 8px;
    width: 50px;
    left: 0px;
    text-align: center;
    display: block;
    font-family:san-serif;
    font-weight: bold;
    text-decoration: none;
  }
  
  .site-header .site-header-nav .sp-menu-button {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: background-color 0.2s linear;
    cursor: pointer
  }

  .site-header .site-header-nav .nav { /*新ハンバーガーメニュー*/
    display: none;
    width: 100%;
    /*height: 100vh;*/
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #ffffff;
    overflow-y: scroll
  }
}

/* ---------------------------------------------------------------------------------------------
   FOOTER
--------------------------------------------------------------------------------------------- */
.site-footer {
  width: 980px;
  padding: 15px;
  margin: 0 auto;
}

.site-footer .footer-links{
  width:100%;
  margin:0 auto;
  padding:20px;
  box-shadow: 0 0 8px #CCC;
  -moz-box-shadow: 0 0 8px #CCC;
  -webkit-box-shadow: 0 0 8px #CCC;
  -o-box-shadow: 0 0 8px #CCC;
  -ms-box-shadow: 0 0 8px #CCC;
  box-sizing:border-box;
}

.site-footer .footer-links ul.footer-link-list{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type:none;
  margin:0;
  padding-left:0;
  box-sizing:border-box;
}

.site-footer .footer-links ul.footer-link-list li.cell{
  width:33%;
  text-align:left;
  padding:15px 10px;
  vertical-align: top;
  position: relative;
  box-sizing:border-box;
}

.site-footer .footer-links ul.footer-link-list li.cell a{
  font-size: 14px;
  text-decoration:none;
  color:#666666 !important;
}

/* FONT ICON
 * --------------------------------------- */
.cell a[class*=stIcon]{padding-left:58px}
.cell a[class*=stIcon]:before{position:absolute;top:0;bottom:0;left:0;display:block;z-index:1;height:24px;width:24px;margin:auto;line-height:1;font-size:24px;font-weight:normal!important}
.cell a[class*=stIcon]{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}


.cell a.stIconMd-store:before {
    /*position: absolute;*/
    /*display: block;*/
    /*font-size: 24px;*/
    text-align: center;
    background-color: #777777;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
/*---------/font Icon -------------------*/

@media screen and (max-width: 767px) {
  .site-footer {
    width:100%;
    padding: 15px 8px;
    box-sizing:border-box;
  }

  .site-footer .footer-links{
    width:100%;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
  }

  .site-footer .footer-links ul.footer-link-list li.cell{
    width: 100%;
    display:block;
  }

  .site-footer .footer-links ul.footer-link-list li.cell:first-child{
    border-bottom:solid 1px #cccccc;
  }
 
  .site-footer .footer-links ul.footer-link-list li.cell a{
    display:block;
  }

  /* FONT ICON
   * --------------------------------------- */
  .cell a[class*=stIcon]{padding-left:68px;}
  .cell a[class*=stIcon]:before{position:absolute;top:0;bottom:0;left:20px;display:block;z-index:1;height:24px;width:24px;margin:auto;line-height:1;font-size:24px;font-weight:normal!important}
  .cell a[class*=stIcon]{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}

  .site-footer .footer-links ul.footer-link-list li.cell a.stIconMd-store{
    padding:10px 16px 10px 68px !important;
   
  }

  .cell a.stIconMd-store:before {
    position: absolute;
    display: block;
    font-size: 24px;
    text-align: center;
    background:#777777;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.shop-link {
  width: 100%;
  padding: 0;
  margin: 0
}

.slider {
  margin: 0;
  display: block
}

@media screen and (max-width: 767px) {
  .slider {
    margin: 0
  }
}

.slider_item {
  width: 96%;
  margin: 0 auto;
  display: block
}

@media screen and (max-width: 767px) {
  .slider_item {
    width: 100%;
    margin: 0
  }
}

.site-main .info {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0.666em 1.333em;
  background-color: #f7f8f8;
  text-align: justify
}

.alert {
  display: block;
  width: 100%;
  /*padding: 1em;
  background-color: #ffffff;
  border:solid 1px #595757;
  box-sizing:border-box;*/
}

@media screen and (max-width: 767px) {
  .alert {
    width: 95%;
    margin: 0 auto;
  }
}

.alert ul{
  list-style-type:none;
  margin:0;
  padding-left:0;
}

.alert ul li{
  margin-bottom:0.5em;
  padding-left:1em;
  text-indent:-1em;
}

.alert ul li:last-child{
  margin-bottom:0;
}

.alert ul li a{
  line-height:1.4em;
  text-decoration:none;
}

.alert ul li a:hover{
  text-decoration:underline;
}

.alert ul li a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f06a"; /* exclamation-circleのUnicode */
  font-weight: 900;
  color: #e51f1e;
  text-decoration:none;
}

.fixed-banner {
  max-width:100%;
}

.fixed-banner ul{
  list-style-type:none;
  margin:0;
  padding-left:0;
}

.fixed-banner ul li{
  display: block;
  margin-bottom:5px;
}

.fixed-banner ul li:last-child{
  margin-bottom:0;
}

.banner-long {
  width: 100%;
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.banner-long li {
  width: 468px;
  margin: 10px 0 0 0;
  padding: 0
}

@media screen and (max-width: 767px) {
  .banner-long li {
    width: 100%
  }
}

.banner-long li a {
  display: block
}

.sec-wrap.relative .sec-header {
  border-bottom: solid 1px #dfdfdf
}

.sec-header {
  width:100%;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 1rem 2.5rem;
  border-radius: 100vh 0 0 100vh;
  background: #dfdfdf;
}

.sec-header:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.sec-header .sec-label {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.333em;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .sec-header .sec-label {
    font-size: 10px
  }
}

.sec-header .sec-label:before {
  margin-right: 6px;
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f141"; /* ellipsis-hのUnicode */
  font-weight: 900;
  color: #999999;
  display: block
}

.sec-header .sec-label:after {
  margin-left: 6px;
  content: "";font-family: "Font Awesome 5 Free";
  content: "\f141"; /* ellipsis-hのUnicode */
  font-weight: 900;
  color: #999999;
  display: block
}

.sec-header .sec-label.cate {
  font-size: 11px
}

.sec-header .sec-label.cate:before {
  margin-right: 6px;
  height: 2px;
  width: 10px
}

.sec-header .sec-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333em;
  margin: 0;
  padding: 0px;
  letter-spacing: 0.1em
}

@media screen and (max-width: 767px) {
  .sec-header .sec-title {
    font-size: 18px;
    letter-spacing: 0em;
  }
}

h3.sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.333em;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
  letter-spacing: 0.1em;
  text-align:center;
  border-bottom:solid 3px #dfdfdf;
}

@media screen and (max-width: 767px) {
  h3.sub-title {
    font-size: 14px;
    letter-spacing: 0em;
  }
}

.sec-header .sec-title.cate {
  font-size: 24px
}

@media screen and (max-width: 767px) {
  .sec-header .sec-title.cate {
    font-size: 16px;
    letter-spacing: 0;
    width: 90%;
  }
}

.sec-header .sec-title.cate a {
  text-decoration: none
}

/* ---------------------------------------------------------------------------------------------
   RANKING BANNER
--------------------------------------------------------------------------------------------- */
.ranking-banner-link {
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .ranking-banner-link {
    margin-top: 10px
  }
}

.ranking-banner-link li {
  margin: 0;
  padding: 0;
  position:relative;
}

@media screen and (max-width: 767px) {
  .ranking-banner-link li {
    margin-top: 10px
  }
}

.ranking-banner-link li a {
  display: block
}

.ranking-banner-link li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:5px;
  display:inline-block;
  width:100%;
  text-align:center;
  color: #595757;
  font-weight: 900;
  text-decoration:none;
  background:rgba(255,255,255,0.75);
  box-sizing:border-box;
}

.ranking-banner-link.short {
  margin-bottom: 0;
  margin-top: 0
}

.ranking-banner-link.short li {
  width: 178px;
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .ranking-banner-link li a p{
    line-height:1.2;
  }
  .ranking-banner-link.short li {
    width: 31%;
    margin-top: 10px
  }
}

/* ---------------------------------------------------------------------------------------------
   CATEGORY BANNER
--------------------------------------------------------------------------------------------- */
.category-banner-link {
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .category-banner-link {
    margin-top: 10px
  }
}

.category-banner-link li {
  margin: 0;
  padding: 0;
  position:relative;
}

@media screen and (max-width: 767px) {
  .category-banner-link li {
    margin-top: 10px
  }
}

.category-banner-link li a {
  display: block
}

.category-banner-link li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:5px;
  display:inline-block;
  width:100%;
  text-align:center;
  color: #595757;
  font-weight: 900;
  text-decoration:none;
  background:rgba(255,255,255,0.75);
  box-sizing:border-box;
}

.category-banner-link.short {
  margin-bottom: 0;
  margin-top: 0
}

.category-banner-link.short li {
  width: 178px;
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .category-banner-link li a p{
    line-height:1;
  }
  .category-banner-link.short li {
    width: 31%;
    margin-top: 10px
  }
}

/* SEARCH CATEGORY
 * --------------------------------------- */
 .search-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  width: 950px
}

@media screen and (max-width: 767px) {
  .search-category {
    width:100%;
  }
}

.search-category li {
  width: 234px;
  margin-top:10px;
}

@media screen and (max-width: 767px) {
  .search-category li {
    width:49%;
    margin-top:8px;
  }
}

.search-category li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  font-size:16px;
  text-align: center;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  border-radius:6px;
  padding-bottom:1.1rem;
  box-sizing:border-box;
  position:relative;
}

@media screen and (max-width: 767px) {
  .search-category li a {
    font-size:12px;
    line-height:1.2;
    height:46px;
    padding-bottom:0.9rem;
  }
}

.search-category li a:after {
  font-size: 17px;
  color: #fff;
  background: #595757;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "\f105";/* angle-rightのUnicode */
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  margin: 0;
  text-decoration: none;
  position: absolute;
  top: 32px;
  right:47%;
}

@media screen and (max-width: 767px) {
  .search-category li a:after {
    width: 12px;
    height: 12px;
    font-size:10px;
    line-height: 1.3;
    top: 28px;
    right:48%;
  }
}

/* SEARCH PRICE
 * --------------------------------------- */
.search-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  width: 950px
}

@media screen and (max-width: 767px) {
  .search-price {
    width:100%;
  }
}

.search-price li {
  width: 234px;
  margin-top:10px;
}

@media screen and (max-width: 767px) {
  .search-price li {
    width:49%;
    margin-top:8px;
  }
}

.search-price li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  font-size:16px;
  text-align: center;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  border-radius:6px;
  padding-bottom:1.1rem;
  box-sizing:border-box;
  position:relative;
}

@media screen and (max-width: 767px) {
  .search-price li a {
    font-size:12px;
    line-height:1.2;
    height:46px;
    padding-bottom:0.9rem;
  }
}

.search-price li a:after {
  font-size: 17px;
  color: #fff;
  background: #595757;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "\f105";/* angle-rightのUnicode */
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  margin: 0;
  text-decoration: none;
  position: absolute;
  top: 32px;
  right:46%;
}

@media screen and (max-width: 767px) {
  .search-price li a:after {
    width: 12px;
    height: 12px;
    font-size:10px;
    line-height: 1.3;
    top: 28px;
    right:48%;
  }
}

/* ---------------------------------------------------------------------------------------------
   SEARCH BRAND
--------------------------------------------------------------------------------------------- */
.search-brand-link {
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .search-brand-link {
    margin-top: 10px
  }
}

.search-brand-link li {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .search-brand-link li {
    margin-top: 10px
  }
}

.search-brand-link li a {
  display: block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.search-brand-link.short {
  margin-bottom: 0;
  margin-top: 0
}

.search-brand-link.short li {
  width: 178px;
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .search-brand-link.short li {
    width: 31%;
    margin-top: 10px
  }
  .search-brand-link.short li:last-child{
    margin-top:0;
  }
}

/* ---------------------------------------------------------------------------------------------
   RECOMMEND BRAND
--------------------------------------------------------------------------------------------- */
.recommend-brand-link {
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .recommend-brand-link {
    margin-top: 10px
  }
}

.recommend-brand-link li {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .recommend-brand-link li {
    margin-top: 10px
  }
}

.recommend-brand-link li a {
  display: block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.recommend-brand-link.short {
  margin-bottom: 0;
  margin-top: 0
}

.recommend-brand-link.short li {
  width: 178px;
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .recommend-brand-link.short li {
    width: 31%;
    margin-top: 10px
  }
  .recommend-brand-link.short li:last-child{
    margin-top:0;
  }
}

/* ---------------------------------------------------------------------------------------------
   FEATURE ITEM
--------------------------------------------------------------------------------------------- */
.feature-item-link {
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .feature-item-link {
    margin-top: 10px
  }
}

.feature-item-link li {
  width: 178px;
  margin: 0 15px 20px 0;
  padding: 0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.feature-item-link li:nth-child(5n){
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .feature-item-link li {
    width: 31%;
    margin: 0 3.5% 10px 0;
  }
  .feature-item-link li:nth-child(5n){
    margin: 0 3.5% 10px 0;
  }
  .feature-item-link li:nth-child(3n){
    margin: 0 0 10px 0;
  }
}

.feature-item-link li a {
  display: block;
}

.feature-item-link li a .text_area {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin: 3% 3% 0 3%;
  text-decoration:none;
}

.feature-item-link li a .item_name{
  font-size: 0.9rem;
  margin-bottom:4%;
  line-height:1.3;
}

.feature-item-link li a .item_sale{
  font-size: 1rem;
  margin:0 0 1% 0;
  padding:1% 2%;
  color:#ffffff;
  background:#f44336;
  display: inline;
}

.feature-item-link li a .text_area .item_off{
  font-size: 1rem;
  color:#f44336;
  margin:1% 0 1% 0;
}

.feature-item-link li a .text_area .item_price_orig{
  font-size: 1.1rem;
  color: #999999;
  text-decoration: line-through;
  margin:0;
}

.feature-item-link li a .text_area .item_price{
  font-size: 1.5rem;
  color:#f44336;
  font-weight: bold;
  margin: 0 0 3px 0;
}

.feature-item-link li a .text_area .item_price span.tax{
  font-size:0.8rem;
  font-weight: normal;
}

.feature-item-link li a .text_area .item_price span.free{
  font-size:0.8rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .feature-item-link li a .item_name{
    font-size: 0.7rem;
    margin-bottom:4%;
    line-height:1.3;
  }

  .feature-item-link li a .item_sale{
    font-size: 0.7rem;
    padding:1% 3%;
  }

  .feature-item-link li a .text_area .item_off{
    font-size: 0.8rem;
    color:#f44336;
    margin:1% 0 1% 0;
  }

  .feature-item-link li a .text_area .item_price_orig{
    font-size: 0.8rem;
    color: #999999;
    text-decoration: line-through;
    margin:0;
  }

  .feature-item-link li a .text_area .item_price{
    font-size: 1rem;
    color:#f44336;
    font-weight: bold;
    margin:0 0 10px 0;
    line-height:1;
  }

  .feature-item-link li a .text_area .item_price span.tax{
    font-size:0.6rem;
    font-weight: normal;
  }

  .feature-item-link li a .text_area .item_price span.free{
    font-size:0.6rem;
    font-weight: normal;
  }
}

/* ---------------------------------------------------------------------------------------------
   FEATURED CONTENT (for index.tml アニメ)
--------------------------------------------------------------------------------------------- */
.anime_featured_content{
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-direction:column;
}

.anime_featured_content li{
  margin-bottom:20px;
  display:inline-block;
}

.anime_featured_content li:last-child{
  margin-bottom:0;
}

.anime_featured_content li img{
  display:inline-block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.anime_featured_content li p{
  display:block;
  padding-right:28px;
  text-align:right;
  position:relative;
}

.anime_featured_content li p:after{
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #595757;
  color: #fff;
  position:absolute;
  top:0;
  right:0;
}

/* ---------------------------------------------------------------------------------------------
   FEATURED SHOPS (for index.tml アニメ)
--------------------------------------------------------------------------------------------- */
.anime_featured_shop{
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-direction:column;
}

.anime_featured_shop li{
  margin-bottom:20px;
  display:inline-block;
}

.anime_featured_shop li:last-child{
  margin-bottom:0;
}

.anime_featured_shop li img{
  display:inline-block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.anime_featured_shop li h4{
  margin:0.5em 0 0 0;
}

.anime_featured_shop li p{
  
}

/* ---------------------------------------------------------------------------------------------
   NEW SHOP
--------------------------------------------------------------------------------------------- */
.newshop-banner-link {
  list-style: none;
  width: 100%;
  margin-top: 25px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .newshop-banner-link {
    margin-top: 10px
  }
}

.newshop-banner-link li {
  width: 468px;
  margin: 0 0 15px 0;
  padding: 0;
}

.newshop-banner-link li:last-child {
  margin:0;
}

@media screen and (max-width: 767px) {
  .newshop-banner-link li {
    width:100%;
    margin: 0 0 15px 0 !important;
  }

  .newshop-banner-link li:last-child {
    margin: 0 !important;
  }
}

.newshop-banner-link li a img{
  display: block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.newshop-banner-link li a p{
  margin-bottom:0 !important;
}

.newshop-banner-link li a:hover img{
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .newshop-banner-link {
    
  }
}

/* ---------------------------------------------------------------------------------------------
   SALE INFORMATION
--------------------------------------------------------------------------------------------- */
.sale-long-banner ul{
  max-width:100%;
  list-style-type:none;
  margin:0;
  padding-left:0;
}

.sale-long-banner ul li a{
  display: block;
  margin:10px 0 0 0;
}

.sale-long-banner ul li a img{
  width:100%;
}

.sale-short-banner ul {
  max-width: 100%;
  margin: 10px 0 0 0;
  padding:0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}

.sale-short-banner li {
  width: 468px;
  margin: 0;
  padding: 0
}

.sale-short-banner li a{
  display:inline-block;
}

@media screen and (max-width: 767px) {
  .sale-short-banner li {
    width: 49%
  }
}

/* ---------------------------------------------------------------------------------------------
   PREMIUM
--------------------------------------------------------------------------------------------- */
.premium-long-banner ul{
  max-width:100%;
  list-style-type:none;
  margin:0;
  padding-left:0;
}

.premium-long-banner ul li a{
  display: block;
  margin:10px 0 5px 0;
}

ul.premium-brand-link {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin:10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

ul.premium-brand-link li{
  width:178px;
  margin-bottom:20px;
}

ul.premium-brand-link li:last-child{
  margin-bottom:0;
}

ul.premium-brand-link li a{
  display: inline-block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 767px) {
  ul.premium-brand-link li {
    width: 32%;
    margin-bottom: 6px
  }
  
  ul.premium-brand-link li:nth-child(n+3){
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------------------------------------
   INFORMATION
--------------------------------------------------------------------------------------------- */

.shop-news{
  width:100%;
}

.shop-news ul{
  width:100%;
  margin:10px auto 0 auto;
  padding:20px;
  list-style:none;
  box-shadow: 0 0 8px #CCC;
  -moz-box-shadow: 0 0 8px #CCC;
  -webkit-box-shadow: 0 0 8px #CCC;
  -o-box-shadow: 0 0 8px #CCC;
  -ms-box-shadow: 0 0 8px #CCC;
  box-sizing:border-box;
}

.shop-news ul li a{
  line-height:1.3;
  display: flex;
  align-items: center;
  padding:10px;/* 元は15px .shop-news ul li a .txtのbackgroundとpadding、box-sizingを削除したら15pxを設定する */
  border-bottom:1px solid #efefef;
  text-decoration:none;
}

/*.shop-news ul li a .date{
  font-weight: 500;
  width:20%;
}*/

.shop-news ul li a .txt{
  width:100%; /* 元 width:80%; */
  text-decoration:underline;
  background:#fdeff2;
  padding:1%;
  box-sizing: border-box;
}

.shop-news ul li a:hover .txt{
  text-decoration:none;
}

@media screen and (max-width: 767px) {
  .shop-news {
    width:100%;
    padding:15px 8px;
    box-sizing:border-box;
  }

  .shop-news ul{
    width:100%;
    margin:0 auto;
    padding:0;
    box-sizing:border-box;
  }

  .shop-news ul li a {
    line-height:1.6;
    flex-direction: column;
  }

  /*.shop-news ul li a .date{
    width:100%;
  }*/
  
  .shop-news ul li a .txt{
    width:100%;
    padding:1.8%;
  }
}

.recommend-shop {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.recommend-shop li {
  width: 468px;
  margin: 0 0 10px 0;
  padding: 0;
}

.recommend-shop li:last-child{
  margin-bottom:0;
}

@media screen and (max-width: 767px) {
  .recommend-shop li {
    width: 100%
  }
}

.recommend-shop li a {
  display: block;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.feature-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.feature-list li {
  width: 468px;
  margin: 0 0 10px 0;
  padding: 0
}

.feature-list li:last-child{
  margin-bottom:0;
}

@media screen and (max-width: 767px) {
  .feature-list li {
    width: 100%
  }
}

.feature-list li a {
  display: block;
  padding:5px 0;
  border-top:solid 1px #dfdfdf;
  border-bottom:solid 1px #dfdfdf;
}

.feature-contents{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.feature-contents li{
  margin:0;

}


.feature-contents li.img{
  width:40%;
  height:100%;
}

.feature-contents li.txt{
  width:60%;
  padding:1em;
  line-height:1.5;
  box-sizing:border-box;
}

.feature-list li a .feature-contents li.txt{
  text-decoration:underline;
}

.feature-list li a:hover .feature-contents li.txt{
  text-decoration:none;
}


.content-banner-link {
  list-style: none;
  width: 100%;
  margin-top: 25px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .content-banner-link {
    margin-top: 10px
  }
}

.content-banner-link li {
  margin: 0;
  padding: 0
}

@media screen and (max-width: 767px) {
  .content-banner-link li {
    margin-top: 10px
  }
}

.content-banner-link li a {
  display: block
}

.content-banner-link.short {
  margin-bottom: 0;
  margin-top: 0
}

.content-banner-link.short li {
  width: 178px;
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .content-banner-link.short li {
    width: 48%;
    margin-top: 10px
  }
}

.content-banner-link.long {
  margin-top: 0px
}

.content-banner-link.long li {
  width: 227px;
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .content-banner-link.long li {
    width: 49%;
    margin-top: 10px
  }
}

.site-search {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width: 767px) {
  .site-search {
    /*margin: 15px auto 15px auto;*/
    margin:0 auto;
    width: 90%
  }
}

.site-search form {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.site-search .search-input {
  flex: 1;
  width: 400px;
  height: 45px;
  line-height: 43px;
  border: solid 1px #dcdcdc;
  border-radius: 22.5px;
  background-color: #f2f2f2;
  padding: 0 1em 0 1em
}

@media screen and (max-width: 767px) {
  .site-search .search-input {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    width: 100%
  }
}

.site-search .search-button {
  width: 128px;
  height: 45px;
  line-height: 43px;
  border: solid 1px #595757;
  border-radius: 22.5px;
  text-align: center;
  color: #ffffff;
  background: #595757;
  font-weight: 400;
  margin-left: 15px;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .site-search .search-button {
    margin-left: 10px;
    width: 80px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px
  }
}

/* ---------------------------------------------------------------------------------------------
   TAB (for index.html)
--------------------------------------------------------------------------------------------- */
.tab_menu{
  width: 100%;
  margin: 0 auto;
}

.all_area .site-category-links {
  width:950px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .all_area .site-category-links {
    width:100%;
    margin:0;
    padding:0;
  }
}

.content_area ul#cnts{
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content_area ul#cnts.show{
  /*Tabの内容を表示するエリアの装飾*/
  width:100%;
  margin: 0;
  padding: 0;
  background:#ffffff;
  list-style-type: none;
  display:block;
}

.site-category-links .tab_area{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.site-category-links .tab_area li{
  /*Tabの装飾*/
  width: 12.5%;
  padding: 0;
  margin: 0;
  font-size:14px;
  box-sizing:border-box;
  cursor: pointer;
  line-height: 40px;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.site-category-links .tab_area li img{
  width:90%;
  border-radius:50%;
  opacity:0.6;
  display:inline-block;
}

.site-category-links .tab_area li span{
  display:block;
  color:#333333;
}

.site-category-links .tab_area li.select{
  /*アクティブタブの装飾*/
  font-weight: 900;
  background: #ffffff;
}

.site-category-links .tab_area li.select img{
  width:90%;
  border-radius:50%;
  border:3px solid #333333;
  display:inline-block;
  opacity: 1 !important;
}

.site-category-links .tab_area li.select span{
  display:block;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .tab_menu{
    width: 100%;
    margin:0 auto;
  }

  .all_area{
    overflow-x:scroll;
  }

  .content_area ul#cnts.show{
    /*Tabの内容を表示するエリアの装飾*/
    width:100%;
    margin: 0;
    padding: 0;
  }
  
  .site-category-links .tab_area{
    width:580px;/* 元 width:800px; */
    justify-content: left;
    flex-wrap: nowrap;
    padding:0;/* 元 padding:0 0 10px 0; */
  }

  .site-category-links .tab_area li{
    /*Tabの装飾*/
    width:100px;
    font-size: 12px;
    line-height: 24px;
  }
  
  .site-category-links .tab_area li.select img{
    border:3px solid #333333;
  }
}

/* ---------------------------------------------------------------------------------------------
   TAB (for sale.html)
--------------------------------------------------------------------------------------------- */
.site-category-links .tab_area_sale{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.site-category-links .tab_area_sale li{
  /*Tabの装飾*/
  width: 14%;
  padding: 0;
  margin: 0;
  font-size:14px;
  box-sizing:border-box;
  cursor: pointer;
  line-height: 40px;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
}

.site-category-links .tab_area_sale li img{
  width:90%;
  border-radius:50%;
  opacity:0.6;
  display:inline-block;
}

.site-category-links .tab_area_sale li span{
  display:block;
  color:#333333;
}

.site-category-links .tab_area_sale li.select{
  /*アクティブタブの装飾*/
  font-weight: 900;
  background: #ffffff;
}

.site-category-links .tab_area_sale li.select img{
  width:90%;
  border-radius:50%;
  border:3px solid #333333;
  display:inline-block;
  opacity: 1 !important;
}

.site-category-links .tab_area_sale li.select span{
  display:block;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .site-category-links .tab_area_sale{
    width:520px;
    justify-content: left;
    flex-wrap: nowrap;
    padding:0; /* 元 padding:0 0 10px 0; */
  }

  .site-category-links .tab_area_sale li{
    /*Tabの装飾*/
    width:100px;
    font-size: 12px;
    line-height: 24px;
  }
  
  .site-category-links .tab_area_sale li.select img{
    border:3px solid #333333;
  }
}

/* ---------------------------------------------------------------------------------------------
   TAB (for brandlist.html)
--------------------------------------------------------------------------------------------- */

.tab_menu_brandlist{
  width: 100%;
  margin: 0 auto;
}

.all_area_brandlist .site-category-links {
  width:950px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .all_area_brandlist .site-category-links {
    width:100%;
    margin:0;
    padding:0;
  }
}

.tab_menu_brandlist div.content_area_brandlist{
  /*Tabの内容を表示するエリアの装飾*/
  width:100%;
  margin: 0;
  padding: 0;
  background:#ffffff;
}

.all_area_brandlist .site-category-links .tab_area_brand{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.all_area_brandlist .site-category-links .tab_area_brand li{
  /*Tabの装飾*/
  width: 86px;
  padding: 0;
  margin: 0 10px 0 0;
  font-size:14px;
  cursor: pointer;
  line-height: 40px;
  display:inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color:#666666;
  background:#eeeeee;
  border:solid 1px #dfdfdf;
  border-radius:3px;
  box-sizing:border-box;
}

.all_area_brandlist .site-category-links .tab_area_brand li{
  margin: 0;
}

.all_area_brandlist .site-category-links .tab_area_brand li.select{
  /*アクティブタブの装飾*/
  color: #333333;
  font-weight: 900;
  background:#ffffff;
  border:solid 1px #dfdfdf;
  display:block;
}

.hide{display:none;}

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

  .tab_menu_brandlist{
    width: 100%;
    margin:0 auto;
  }

  .tab_menu_brandlist div.content_area_brandlist{
    /*Tabの内容を表示するエリアの装飾*/
    width:100%;
    margin: 0;
    padding: 0;
  }

  .all_area_brandlist .site-category-links .tab_area_brand li{
    /*Tabの装飾*/
    width: 18%;
    margin: 0 2.5% 2% 0;
    padding:0.3rem 0 0.3rem 0;
    font-size: 13px;
    line-height: 24px
  }
  
  .all_area_brandlist .site-category-links .tab_area_brand li:nth-child(5),.all_area_brandlist .site-category-links .tab_area_brand li:nth-child(10){
    margin: 0 0 2% 0;
  }
}

/* ---------------------------------------------------------------------------------------------
   DISPLAY NONE
--------------------------------------------------------------------------------------------- */
.pc_only{
  display: block;
}
.sp_only {
  display: none
}

@media screen and (max-width: 767px) {
  .pc_only{
    display: none;
  }
  .sp_only {
    display: block
  }
}

/* ---------------------------------------------------------------------------------------------
   MARGIN BOTTOM
--------------------------------------------------------------------------------------------- */
.mb10{
  margin-bottom:10px !important;
}

.mb15{
  margin-bottom:15px !important;
}

.mb20{
  margin-bottom:20px !important;
}

.mb30{
  margin-bottom:30px !important;
}

.mb40{
  margin-bottom:40px !important;
}

.mb50{
  margin-bottom:50px !important;
}

/* ---------------------------------------------------------------------------------------------
   PADDING TOP
--------------------------------------------------------------------------------------------- */
.pt10{
  padding-top:10px !important;
}

.pt15{
  padding-top:15px !important;
}

.pt20{
  padding-top:20px !important;
}

.pt30{
  padding-top:30px !important;
}

.pt40{
  padding-top:40px !important;
}

.pt50{
  padding-top:50px !important;
}

/* ---------------------------------------------------------------------------------------------
   PADDING BOTTOM
--------------------------------------------------------------------------------------------- */
.pb10{
  padding-bottom:10px !important;
}

.pb15{
  padding-bottom:15px !important;
}

.pb20{
  padding-bottom:20px !important;
}

.pb30{
  padding-bottom:30px !important;
}

.pb40{
  padding-bottom:40px !important;
}

.pb50{
  padding-bottom:50px !important;
}

/* ---------------------------------------------------------------------------------------------
   FAQ and CONTACT
--------------------------------------------------------------------------------------------- */
.indent{
  padding:0 0 0 1em;
  text-indent:-1em;
}

.arrow_white {
  position: relative;
}

.arrow_white::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -4px;
}

/* ---------------------------------------------------------------------------------------------
   MORE BUTTOM
--------------------------------------------------------------------------------------------- */
.btn_more a {
  width: 90%;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #68a4d9;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  text-decoration:none;
  border-radius:20px;
}

.btn_more a:hover{
  background: #4593d8;
}

/******/
.btn_more2 a {
  width: 90%;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #404040;
  padding: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #E0DACE;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  text-decoration:none;
  border-radius:6px;
  border:solid 1px #d8cfbd;
}

.btn_more2 a:hover{
  background: #d8cfbd;
}

.btn_more3 a {
  width: 100%;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #595657;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  text-decoration:none;
  border-radius:6px;
  border:solid 1px #403d3e;
}

.btn_more3 a:hover{
  background: #403d3e;
}

.btn_more4 a {
  width: 100%;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #595757;
  padding: 10px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #f8efe3;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  text-decoration:none;
  border-radius:23px;
  border:solid 1px #fcdfba;
}

.btn_more4 a:hover{
  background: #fdd6a3;
}

@media screen and (max-width: 767px) {
  .btn_more a{
    font-size:14px;
  }
  .btn_more2 a{
    font-size:14px;
  }
  .btn_more3 a{
    font-size:14px;
  }
  .btn_more4 a{
    padding: 8px;
    font-size:13px;
    letter-spacing: -0.04rem;
  }
}
/******/
.arrow_gray {
  position: relative;
}
.arrow_gray::after {
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";/* angle-rightのUnicode */
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  .arrow_gray::after {
    top: 54%;
    right: 6%;
    margin-top: -9.5px;
  }
}
/******/

/* ---------------------------------------------------------------------------------------------
   BUTTOM AREA
--------------------------------------------------------------------------------------------- */
.btn_area ul{
  list-style: none;
  width:100%;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.btn_area ul li{
  list-style: none;
  width:49%;
  margin:0 0 10px 0;
  padding:0;
}
/* ---------------------------------------------------------------------------------------------
   LINK BUTTOM
--------------------------------------------------------------------------------------------- */
.link-btn:after {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  content: "\f105";/* angle-rightのUnicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #595757;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .link-btn:after {
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    bottom: 8px;
    right: 8px
  }
}

/* ---------------------------------------------------------------------------------------------
   SHADOW
--------------------------------------------------------------------------------------------- */
.shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background:rgba(239,239,239,0.5);
}

/* ---------------------------------------------------------------------------------------------
   ANCHOR LINK
--------------------------------------------------------------------------------------------- */
#ladies_ranking,#ladies_brand,#ladies_category,#ladies_price,#mens_ranking,#mens_brand,#mens_category,#mens_price,#kids_ranking,#kids_brand,#kids_category,#kids_price,#cosme_ranking,#cosme_brand,#cosme_category,#cosme_price,#outdoor_ranking,#outdoor_brand,#outdoor_category,#outdoor_price,#sports_ranking,#sports_brand,#sports_category,#sports_price,/*#anime_ranking,#anime_brand,#anime_category,#anime_price,*/#houseware_ranking,#houseware_brand,#houseware_category,#houseware_price,#anchor_s01,#anchor_s02,#anchor_s03,#anchor_s04,#anchor_s05,#anchor_s06{
  padding-top:62px;
  margin-top:-62px;
}

#a,#i,#u,#e,#o,#ka,#ki,#ku,#ke,#ko,#sa,#si,#su,#se,#so,#ta,#ti,#tu,#te,#to,#na,#ni,#nu,#ne,#no,#ha,#hi,#hu,#he,#ho,#ma,#mi,#mu,#me,#mo,#ya,#yu,#yo,#ra,#ri,#ru,#re,#ro,#wa{
  padding-top:100px;
  margin-top:-100px;
}

@media screen and (max-width: 767px) {
  #ladies_ranking,#ladies_brand,#ladies_category,#ladies_price,#mens_ranking,#mens_brand,#mens_category,#mens_price,#kids_ranking,#kids_brand,#kids_category,#kids_price,#cosme_ranking,#cosme_brand,#cosme_category,#cosme_price,#outdoor_ranking,#outdoor_brand,#outdoor_category,#outdoor_price,#sports_ranking,#sports_brand,#sports_category,#sports_price,/*#anime_ranking,#anime_brand,#anime_category,#anime_price,*/#houseware_ranking,#houseware_brand,#houseware_category,#houseware_price,#anchor_s01,#anchor_s02,#anchor_s03,#anchor_s04,#anchor_s05,#anchor_s06 {
    padding-top:80px;
    margin-top:-80px;
  }

  #a,#i,#u,#e,#o,#ka,#ki,#ku,#ke,#ko,#sa,#si,#su,#se,#so,#ta,#ti,#tu,#te,#to,#na,#ni,#nu,#ne,#no,#ha,#hi,#hu,#he,#ho,#ma,#mi,#mu,#me,#mo,#ya,#yu,#yo,#ra,#ri,#ru,#re,#ro,#wa {
    padding-top:80px;
    margin-top:-80px;
  }
}

/* ---------------------------------------------------------------------------------------------
   ACCORDION
--------------------------------------------------------------------------------------------- */
.accordion-container {
  position: relative;
  width: 100%;
  margin: 1em auto 1.875em auto;
  padding:2%;
  outline: 0;
  cursor: pointer;
  background: #efefef;
  box-sizing:border-box;
  word-break: break-all;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 40px 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.555em;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #ffffff;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #ff0000;
}

.accordion-container .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #aaaaaa;
  border-right: solid 2px #aaaaaa;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-container .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-container dl{
  width:100%;
  margin: 0;
  padding: 0.6em;
  background:#ffffff;
  cursor: auto;
}

.accordion-container dd.accordion-content {
  display: none;
  margin:0;
}

.accordion-container dd.accordion-content a{
  /*color: #ff7085;*/
}

.accordion-container dd.accordion-content hr{
  margin:0.8em 0;
}

.accordion-container dd.accordion-content ul{
  list-style-type: none;
  margin:0;
  padding: 0 40px 0 10px;
  font-size:16px;
  display: flex;
}

.accordion-container dd.accordion-content ul li{
  margin:0 5% 0 0;
}

.accordion-container dd.accordion-content ul li:last-child{
  margin:0;
}

.accordion-container dd.accordion-content ol{
  margin:0;
}

.accordion-container .mb1{
  margin-bottom:1% !important;
}

.accordion-container .bold{
  font-weight:bold;
}

@media screen and (max-width: 767px) {
  .sec-wrap h3.ttl {
    font-size: 14px;
  }
  .sec-wrap h4.ttl {
    font-size: 14px;
  }
  .accordion-container .accordion-title {
    padding: 0;
    font-size: 13px;
  }
  .accordion-container .accordion-title:after{
    right: 8px;
  }
  .accordion-container dd.accordion-content ul{
    padding: 0;
    font-size:13px;
  }
  
  .accordion-container dd.accordion-content ol{
    padding: 0 0 0 18px;
    font-size:13px;
  }
}

/* ---------------------------------------------------------------------------------------------
   BRAND LIST
--------------------------------------------------------------------------------------------- */
.brand-list ul{
  width:100%;
  margin:12px 0 0 0;
  padding:0 0 20px 0;
  list-style-type:none;
  display:flex;
  flex-wrap: wrap;
  border-bottom:dotted 1px #dfdfdf;
}

.brand-list li{
  width:32%;
  margin-right:2%;
  margin-bottom:12px;
  line-height:1.3;
  font-size:14px;
}

.brand-list li:nth-of-type(3n){
  margin-right:0;
}

@media screen and (max-width: 767px) {
  .brand-list ul{
    padding:0 0 15px 0;
  }

  .brand-list li {
    width:100%;
    margin-bottom:12px;
    font-size: 13px;
  }

  /*.brand-list li {  2列レイアウトの場合使用
    width:49%;
    margin-right:2%;
    margin-bottom:12px;
    font-size: 13px;
    line-height:1.3;
  }

  .brand-list li:nth-of-type(3n){
    margin-right:2%;
  }

  .brand-list li:nth-child(even){
    margin-right:0;
  }*/

}

/* ---------------------------------------------------------------------------------------------
   READ MORE
--------------------------------------------------------------------------------------------- */
.readmore{
  width:100% !important;
  /*margin-bottom: 16px;*/
}

.display{
  width: 90% !important;
  cursor: pointer;
  transition: .2s ease;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #595757;
  padding: 10px;
  display: inline-block;
  margin: 20px auto 40px auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  text-decoration:none;
  border-radius:20px;
}

.close{
  width: 90% !important;
  cursor: pointer;
  transition: .2s ease;
  line-height: 130%;
  font-size: 18px;
  text-align: center;
  color: #595757;
  padding: 10px;
  display: inline-block;
  margin: 20px auto 40px auto;
  font-weight: bold;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background: #efefef;
  box-sizing: border-box;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  text-decoration:none;
  border-radius:20px;
}

.display .fa,.close .fa {
  margin-right: .5em;
}

.display .fa-chevron-down:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: #595757;
}

.close .fa-chevron-up:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: #595757;
}

@media screen and (max-width: 767px) {
  .display {
    font-size:14px;
  }

  .close {
    font-size:14px;
    margin: 10px auto 40px auto;
  }
}

/* ---------------------------------------------------------------------------------------------
   IFRAME
--------------------------------------------------------------------------------------------- */
iframe.parentframe { 
  width: 100%;
}

/* ---------------------------------------------------------------------------------------------
   PAGE TOP
--------------------------------------------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index:999999;
}
#page-top a {
  background: #fff;
  text-decoration: none;
  color: #666;
  width: 58px;
  vertical-align: middle;
  padding:17px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 0 8px #CCC;
  -moz-box-shadow: 0 0 8px #CCC;
  -webkit-box-shadow: 0 0 8px #CCC;
  -o-box-shadow: 0 0 8px #CCC;
  -ms-box-shadow: 0 0 8px #CCC;
  font-size:15px;
  text-decoration:underline;
}
#page-top a:hover {
  text-decoration: none;
  background: #fff;
  color: #333;
}

/* ============================================================================================
   特集ページ用
============================================================================================ */

.main-visual{
  width:100%;
}

.main-visual h2{
  margin: 0 auto;
  padding: 0;
}

.main-visual h3{
  margin: 0;
  padding: 1%;
  /*color: #595757;*/
  line-height: 1.4em;
  text-align: center;
  /*background: #595757;*/
}

@media screen and (max-width: 767px) {
  .main-visual h3{
    padding: 2%;
  }
}

.main-visual h3.img{
  margin: 0;
  padding: 0;
}

.sub-contents{
  width:100%;
}

.sub-image{
  width: 96%;
  margin:0 auto;
}

@media screen and (max-width: 767px) {
  .sub-image{
    width: 100%;
  }
}

.site-wrapper h4{
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  padding: 2%;
  background: #b9c481; /*ﾀｲﾄﾙ色変更*/
}

.site-wrapper h4.img{
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .site-wrapper h4{
    font-size: 16px;
  }
  .site-wrapper h4.img{
    margin: 0;
    padding: 0;
  }
}

h5.sub-title {
  font-size: 22px;
  color: #262626;
  line-height: 1.333em;
  text-align:center;
  margin: 20px auto 20px auto;
  padding: 1%;
  border-radius: 6px;
  background: #9ed4f2; /*ﾀｲﾄﾙ色変更*/
  width: 96%;
}

@media screen and (max-width: 767px) {
  h5.sub-title {
    font-size: 16px;
    border-radius: 6px;
    padding: 3%;
  }
}

.bg_paleblue{
  color: #1F497D !important;
  background: #B6DEF4 !important;
}

.bg_black{
  color: #404040 !important;
  line-height: 1.3em;
  background: #FFCC66 !important;
  text-align: center;
  margin: 0;
  padding: 2% !important;
}

@media screen and (max-width: 767px) {
  .bg_black{
    padding: 3% !important;
  }
}

.bg_black2{
  color: #404040 !important;
  line-height: 1.3em;
  background: #FFCC66 !important;
  text-align: center;
  margin: 0;
  padding: 0.5% 1% 1% !important;
}

@media screen and (max-width: 767px) {
  .bg_black2{
    padding: 1% 2% 2% !important;
  }
}

.bg_beige{
  background: #E0DACE !important;
  padding: 1.2%;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bg_beige{
    width: 100%;
  }
}

.txt_black{
  color: #404040 !important;
  line-height: 1.3em;
  text-align:center;
}

.bold{
  font-weight: bold;
}

.radius{
  border-radius: 6px !important;
}

.site-wrapper .site-main .txt{
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .site-wrapper .site-main .txt{
    line-height: 1.3rem;
  }
}

.link-list{
  list-style: none;
  margin:1% auto 3%;
  padding:0;
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.link-list li a{
  font-weight: bold;
  letter-spacing: -0.02rem;
}

.link-list li a:after {
  font-size: 17px;
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-align: center;
  margin: 0 0 0 5px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link-list{
    list-style: none;
    margin:0 auto 5%;
  }
}

/* ---------------------------------------------------------------------------------------------
   関連商品（PC 4カラム、SP 2カラム）
--------------------------------------------------------------------------------------------- */
.item_list ul {
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .item_list ul {
    margin-top: 10px
  }
}

.item_list ul li {
  width: 24%;
  margin: 0 1.33333% 15px 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.item_list ul li:nth-child(4n){
  margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  .item_list ul li {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .item_list ul li:nth-child(2n){
    margin: 0 0 15px 0;
  }
}

.item_list ul li a {
  display: block;
}

.item_list ul li a .text_area {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  margin: 3% 3% 0 3%;
  text-decoration:none;
}

.item_list ul li a .item_name{
  font-size: 0.9rem;
  margin-bottom:4%;
  line-height:1.3;
}

.item_list ul li a .item_sale{
  font-size: 1rem;
  margin:0 0 1% 0;
  padding:1% 2%;
  color:#ffffff;
  background:#f44336;
  display: inline;
}

.item_list ul li a .text_area .item_off{
  font-size: 1rem;
  color:#f44336;
  margin:1% 0 1% 0;
}

.item_list ul li a .text_area .item_price_orig{
  font-size: 1.1rem;
  color: #999999;
  text-decoration: line-through;
  margin:0;
}

.item_list ul li a .text_area .item_price{
  font-size: 1.5rem;
  color:#f44336;
  font-weight: bold;
  margin: 0 0 3px 0;
}

.item_list ul li a .text_area .item_price span.tax{
  font-size:0.8rem;
  font-weight: normal;
}

.item_list ul li a .text_area .item_price span.free{
  font-size:0.8rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .item_list ul li a .item_name{
    font-size: 0.7rem;
    margin-bottom:4%;
    line-height:1.3;
  }

  .item_list ul li a .item_sale{
    font-size: 0.7rem;
    padding:1% 3%;
  }

  .item_list ul li a .text_area .item_off{
    font-size: 0.8rem;
    color:#f44336;
    margin:1% 0 1% 0;
  }

  .item_list ul li a .text_area .item_price_orig{
    font-size: 0.8rem;
    color: #999999;
    text-decoration: line-through;
    margin:0;
  }

  .item_list ul li a .text_area .item_price{
    font-size: 1rem;
    color:#f44336;
    font-weight: bold;
    margin:0 0 10px 0;
    line-height:1;
  }

  .item_list ul li a .text_area .item_price span.tax{
    font-size:0.6rem;
    font-weight: normal;
  }

  .item_list ul li a .text_area .item_price span.free{
    font-size:0.6rem;
    font-weight: normal;
  }
}

/* ---------------------------------------------------------------------------------------------
   関連商品（PC 2カラム、SP 2カラム）
--------------------------------------------------------------------------------------------- */

.item_list_clm2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 96%;
  margin: 20px auto 0 auto;
  padding: 0;
}

.item_list_clm2 ul li {
  width: 49%;
  margin: 0 2% 40px 0;
  padding: 0;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.item_list_clm2 ul li:nth-child(2n){
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .item_list_clm2 ul{
    width: 96%;
    margin-top: 15px
  }
  .item_list_clm2 ul li {
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .item_list_clm2 ul li:nth-child(2n){
    margin-right: 0;
  }
}

.item_list_clm2 ul li a {
  display: block;
}

.item_list_clm2 ul li a .text_area {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  padding: 3%;
  text-decoration:none;
  width:100%;
}

.item_list_clm2 ul li a .sub_txt{
  font-size: 1rem;
  font-weight: bold;
  line-height:1.3;
  margin:0 0 1% 0;
  letter-spacing: -0.02em;
}

.item_list_clm2 ul li a .item_name{
  font-size: 1rem;
  margin-bottom:4%;
  line-height:1.3;
  letter-spacing: -0.02em;
}

.item_list_clm2 ul li a .item_sale{
  font-size: 1rem;
  margin:0 0 1% 0;
  padding:1% 2%;
  color:#ffffff;
  background:#f44336;
  display: inline;
}

.item_list_clm2 ul li a .text_area .item_off{
  font-size: 1rem;
  color:#f44336;
  margin:1% 0 1% 0;
}

.item_list_clm2 ul li a .text_area .item_price_orig{
  font-size: 1.1rem;
  color: #999999;
  text-decoration: line-through;
  margin:0;
}

.item_list_clm2 ul li a .text_area .item_price{
  font-size: 1.5rem;
  color:#f44336;
  font-weight: bold;
  margin: 0 0 3px 0;
}

.item_list_clm2 ul li a .text_area .item_price span.tax{
  font-size:0.8rem;
  font-weight: normal;
}

.item_list_clm2 ul li a .text_area .item_price span.free{
  font-size:0.8rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .item_list_clm2 ul li a .sub_txt{
    font-size: 0.8rem;
    letter-spacing: 0;
    margin: 3% 0 0 0;
  }
  .item_list_clm2 ul li a .item_name{
    font-size: 0.8rem;
    margin-bottom:4%;
    line-height:1.3;
    letter-spacing: 0;
  }

  .item_list_clm2 ul li a .item_sale{
    font-size: 0.7rem;
    padding:1% 3%;
  }

  .item_list_clm2 ul li a .text_area .item_off{
    font-size: 0.8rem;
    color:#f44336;
    margin:1% 0 1% 0;
  }

  .item_list_clm2 ul li a .text_area .item_price_orig{
    font-size: 0.8rem;
    color: #999999;
    text-decoration: line-through;
    margin:0;
  }

  .item_list_clm2 ul li a .text_area .item_price{
    font-size: 1rem;
    color:#f44336;
    font-weight: bold;
    margin:0 0 10px 0;
    line-height:1;
  }

  .item_list_clm2 ul li a .text_area .item_price span.tax{
    font-size:0.6rem;
    font-weight: normal;
  }

  .item_list_clm2 ul li a .text_area .item_price span.free{
    font-size:0.6rem;
    font-weight: normal;
  }
}

/* ---------------------------------------------------------------------------------------------
   関連商品（スライド仕様）
--------------------------------------------------------------------------------------------- */

.item_list_slide {
  width: 100%;
  height: 100%;/*スライドの高さを揃える前はheight指定なし*/
  margin: 0;
  padding: 0;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);*/
  border:solid 1px #dddddd;
}

@media screen and (max-width: 767px) {
  .item_list_slide{
    width: 100%;
  }
  .item_list_slide {
    width: 100%;
    margin: 0;
  }
}

.item_list_slide a {
  display: block;
}

.item_list_slide a .text_area {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  padding: 3%;
  text-decoration:none;
  width:100%;
}

.item_list_slide a .sub_txt{
  font-size: 1rem;
  font-weight: bold;
  line-height:1.3;
  margin:0 0 1% 0;
  letter-spacing: -0.02em;
}

.item_list_slide a .item_name{
  font-size: 1rem;
  margin-bottom:4%;
  line-height:1.3;
  letter-spacing: -0.02em;
}

.item_list_slide a .item_sale{
  font-size: 1rem;
  margin:0 0 1% 0;
  padding:1% 2%;
  color:#ffffff;
  background:#f44336;
  display: inline;
}

.item_list_slide a .text_area .item_off{
  font-size: 1rem;
  color:#f44336;
  margin:1% 0 1% 0;
}

.item_list_slide a .text_area .item_price_orig{
  font-size: 1.1rem;
  color: #999999;
  text-decoration: line-through;
  margin:0;
}

.item_list_slide a .text_area .item_price{
  font-size: 1.5rem;
  color:#f44336;
  font-weight: bold;
  margin: 0 0 3px 0;
}

.item_list_slide a .text_area .item_price span.tax{
  font-size:0.8rem;
  font-weight: normal;
}

.item_list_slide a .text_area .item_price span.free{
  font-size:0.8rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .item_list_slide a .sub_txt{
    font-size: 0.8rem;
    letter-spacing: 0;
    margin: 3% 0 0 0;
  }
  .item_list_slide a .item_name{
    font-size: 0.8rem;
    margin-bottom:4%;
    line-height:1.3;
    letter-spacing: 0;
  }

  .item_list_slide a .item_sale{
    font-size: 0.7rem;
    padding:1% 3%;
  }

  .item_list_slide a .text_area .item_off{
    font-size: 0.8rem;
    color:#f44336;
    margin:1% 0 1% 0;
  }

  .item_list_slide a .text_area .item_price_orig{
    font-size: 0.8rem;
    color: #999999;
    text-decoration: line-through;
    margin:0;
  }

  .item_list_slide a .text_area .item_price{
    font-size: 1rem;
    color:#f44336;
    font-weight: bold;
    margin:0 0 10px 0;
    line-height:1;
  }

  .item_list_slide a .text_area .item_price span.tax{
    font-size:0.6rem;
    font-weight: normal;
  }

  .item_list_slide a .text_area .item_price span.free{
    font-size:0.6rem;
    font-weight: normal;
  }
}

/* ---------------------------------------------------------------------------------------------
   おすすめブランド
--------------------------------------------------------------------------------------------- */

.recommend-brand {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.recommend-brand li{
  width:23%;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  display: block;
  text-align: center;
}

.recommend-brand li:nth-child(-n+4) {
  margin-bottom:20px;
}

.recommend-brand li a{
  display: block;
}

@media screen and (max-width: 767px) {
  .recommend-brand li{
    border-radius: 4px;
  }
  .recommend-brand li:nth-child(-n+4) {
    margin-bottom:10px;
  }
}

/* ---------------------------------------------------------------------------------------------
   ブランド
--------------------------------------------------------------------------------------------- */

.shopnews-brand-list {
  list-style-type: none;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.shopnews-brand-list li{
  width:23.5%;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  display: block;
  text-align: center;
}

.shopnews-brand-list li:nth-child(-n+8) {
  margin-bottom:20px;
}

.shopnews-brand-list li a{
  display: block;
}

@media screen and (max-width: 767px) {
  .shopnews-brand-list {
    width: 100%;
  }

  .shopnews-brand-list li{
    width:49%;
    border-radius: 4px;
  }

  .shopnews-brand-list li:nth-child(-n+9) {
    margin-bottom:10px;
  }
}

/* ---------------------------------------------------------------------------------------------
   注目情報
--------------------------------------------------------------------------------------------- */
.site-wrapper .site-sub{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site-wrapper .site-sub {
    width: 90.66666667%;
    margin-left: auto;
    margin-right: auto
  }
}

.site-wrapper .site-sub .sec-wrap {
  width: 100%;
  margin: 20px 0 0 0;
}

.chumoku_info {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.chumoku_info li {
  width: 468px;
  margin: 0 14px 10px 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

.chumoku_info li:nth-child(2n){
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .chumoku_info li {
    width: 100%;
    margin:0 0 10px 0;
  }
  .chumoku_info li:nth-child(2n){
    margin:0 0 10px 0;
  }
}

.chumoku_info li a {
  display: inline-block;
}

/* ---------------------------------------------------------------------------------------------
   ANCHOR SHOPNEWS
--------------------------------------------------------------------------------------------- */
.anchor-shopnews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px auto 0 auto;
  width: 100%
}

@media screen and (max-width: 767px) {
  .anchor-shopnews {
    width: 90.66666667%;
  }
}

.anchor-shopnews li {
  width: 15%;
  margin:0 0.7%;
}

@media screen and (max-width: 767px) {
  .anchor-shopnews li {
    width: 30%;
    margin:0 1.5% 3% 1.5%;
  }
}

.anchor-shopnews li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height: 63px;*/
  font-size:14px;
  font-weight: bold;
  text-align: center;
  /*background: #bbe2f1;*/
  color: #595757;
  text-decoration: none;
  border-radius:6px;
  overflow: hidden;
  /*padding-bottom:0.5rem;
  position:relative;*/
}

@media screen and (max-width: 767px) {
  .anchor-shopnews li a {
    font-size:11px;
    line-height:1.3;
    /*height:46px;*/
  }
}

/*.anchor-shopnews li a:after {
  font-size: 18px;
  color: #595757;
  content: '\f107'; angle-downのUnicode
  /*display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  position: absolute;
  top: 22px;
  right: 47%;
}

@media screen and (max-width: 767px) {
  .anchor-shopnews li a:after {
    font-size:11px;
    top: 11px;
    right:47%;
  }
}*/

.anchor-shopnews-txt{
  list-style: none;
  margin: 0 auto 1%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #ffffff;
}

.anchor-shopnews-txt li{
  width: 32%;
  display: flex;
  align-items: center;
  margin: 1% 2% 1% 0;
  background: #E0DACE;
  border-radius: 4px;
}

.anchor-shopnews-txt li:nth-of-type(3n){
  margin:1% 0 1% 0;
}

.anchor-shopnews-txt li a{
  width: 100%;
  /*height: 63px;*/
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  padding: 10px 10px 24px 10px;
  position: relative;
}

.anchor-shopnews-txt li a:after {
  font-size: 18px;
  color: #404040;
  content: '\f107'; /*angle-downのUnicode*/
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  position: absolute;
  top: 36px;
  right: 47%;
}

@media screen and (max-width: 767px) {
  .anchor-shopnews-txt{
    width: 90.66666667%;
    margin: 0 auto 10px;
  }

  .anchor-shopnews-txt li a{
    font-size: 11px;
    /*height: 46px;*/
    line-height: 1.2;
  }

  .anchor-shopnews-txt li a:after {
    font-size:12px;
    top: 22px;
    right:47%;
  }
}</pre></body></html>