@charset "utf-8";

/* ヘッダー */
#customer_header header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
#customer_header .header-wrap {
  display: flex;
  justify-content: flex-end;
}
#customer_header .logo-wrap {
  padding: 7.5px;
  background-color: #fff;
  height: 60px;
}
#customer_header .logo-wrap img {
  width: 45px;
  transition: .3s;
}
#customer_header .navbar-brand{
  padding:0;
}
@media all and (min-width: 1200px) {
  #customer_header .logo-wrap {
    padding: 23.5px;
    height: 100px;
  }
  #customer_header .logo-wrap img {
    width: 55px;
  }
}
/* //ヘッダー */


/* フッター */
#customer_footer .pt-3 {
    padding-top: 1rem !important;
}
#customer_footer .container{
    padding-left:12px!important;
    padding-right:12px!important;
}
@media all and (min-width: 576px) {
    #customer_footer .container, #customer_footer .container-sm {
        max-width: 540px;
    }
}
@media all and (min-width: 768px) {
    #customer_footer .container, #customer_footer .container-md, #customer_footer .container-sm {
        max-width: 720px;
    }
}
@media all and (min-width: 992px) {
    #customer_footer .container, #customer_footer .container-lg, #customer_footer .container-md, #customer_footer .container-sm {
        max-width: 960px;
    }
}
@media all and (min-width: 1200px) {
    #customer_footer .container, #customer_footer .container-lg, #customer_footer .container-md, #customer_footer .container-sm, #customer_footer .container-xl {
        max-width: 1140px;
    }
}
#customer_footer .container, #customer_footer .container-fluid, #customer_footer .container-lg, #customer_footer .container-md, #customer_footer .container-sm, #customer_footer .container-xl, #customer_footer .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
#customer_footer .footer-content {
    width: 380px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    #customer_footer .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    #customer_footer .footer-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
#customer_footer dl, #customer_footer ol, #customer_footer ul, #customer_header dl, #customer_header ol, #customer_header ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
#customer_footer ol, #customer_footer ul, #customer_header ol, #customer_header ul {
    padding-left: 2rem;
}
#customer_footer *, #customer_footer ::after, #customer_footer ::before, #customer_header *, #customer_header ::after, #customer_header ::before {
    box-sizing: border-box;
}
#customer_footer .footer-menu, #customer_footer .footer-sns-links {
    margin-bottom: 0;
}

#customer_footer .footer-wrap {
  color: #fff;
  background-color: #282828;
/*  border-top: 1px solid #707070;*/
}
#customer_footer .footer-wrap a, #customer_footer .footer-wrap a:hover {
  color: #fff;
}
#customer_footer .footer-content {
  width: 380px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#customer_footer .footer-btn-wrap {
  margin-bottom: 25px;
}
#customer_footer .footer-btn:not(:last-child) {
  margin-bottom: 20px;
}
#customer_footer .footer-btn {
  font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  height: 40px;
  padding: 2px 0 0 0;
}
#customer_footer .footer-btn-shop-inner {
  position: relative;
  padding-left: 20px;
}
#customer_footer .footer-btn-shop-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 100%;
  background: url(https://storage.489ban.net/storage/customer/524/489ban/img/icon-cart_white.svg) no-repeat center center/contain;
}
#customer_footer .footer-content-menu {
  width: 100%;
}
#customer_footer .footer-content-menu-info {
  width: 100%;
  text-align: center;
}
#customer_footer .footer-ad {
  padding-top: 15px;
}
#customer_footer .footer-menu, #customer_footer .footer-sns-links {
  margin-bottom: 0;
}
#customer_footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
#customer_footer .footer-menu > li {
  width: 50%;
  position: relative;
  text-align: center;
}
#customer_footer .footer-menu a, #customer_footer .footer-menu-link {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 10px 5px;
}
#customer_footer footer .accordionBtn {
  display: none;
}
#customer_footer .footer-sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 0 40px;
}
#customer_footer .footer-sns-links li a:hover {
  opacity: 1;
}
#customer_footer .footer-content-info {
  text-align: center;
}
#customer_footer .footer-copy {
  line-height: 1.57;
}
#customer_footer .footer-logo {
  width: 221px;
}
#customer_footer .footer-copy-wrap {
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
}
#customer_footer .pp-link-wrap {
  padding-bottom: 5px;
}
@media all and (min-width: 992px) {
  #customer_footer .footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #customer_footer .footer-btn-wrap {
    order: 2;
    width: 180px;
  }
  #customer_footer .footer-content-menu {
    order: 1;
    width: auto;
  }
  #customer_footer .footer-content-info {
    order: 0;
    text-align: left;
  }
  #customer_footer .footer-menu {
    display: block;
  }
  #customer_footer .footer-content-menu-inner {
    display: flex;
    gap: 10px;
  }
  #customer_footer .footer-menu > li {
    width: 100%;
    text-align: left;
  }
  #customer_footer .footer-menu a, #customer_footer .footer-menu-link {
    font-size: 14px;
    padding: 7px 5px;
  }
  #customer_footer .footer-sns-links {
    padding: 15px 0;
  }
  #customer_footer .footer-copy-wrap {
    padding: 0 0 25px;
    position: relative;
  }
  #customer_footer .pp-link-wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 0;
  }
  #customer_footer .footer-menu-link:hover {
    cursor: pointer;
  }
}
@media (min-width: 1200px) {
  #customer_footer .footer-btn-wrap {
    width: 220px;
  }
  #customer_footer .footer-content-menu-inner {
    gap: 25px;
  }
  #customer_footer .footer-menu a, #customer_footer .footer-menu-link {
    font-size: 15px;
  }
}
#customer_footer .d-none {
    display: none !important;
}
@media (min-width: 992px) {
    #customer_footer .d-lg-none {
        display: none !important;
    }
    #customer_footer .d-lg-block {
        display: block !important;
    }
}
/* //フッター */

/* フッターの下に余白ができないように */
#customer_header .header-and-main {
  width: 100%;
}
#customer_footer footer {
  width: 100%;
}
/* //フッターの下に余白ができないように */

/* ---------------------------------------------------------------------------*/

/* 全体設定 */
#customer_header, #customer_footer{
  font-size: 14px;/* 1rem */
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho","Noto Serif JP", serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background-color: #282828;
  color: #fff;
  line-height: 1.5;
}
#customer_header main{
  overflow: hidden;
}
#customer_header p, #customer_footer p{
  line-height: 1.6;
}
#customer_header .page:not(.home) p, #customer_footer .page:not(.home) p{
  letter-spacing: 0.1em;
}
#customer_header img, #customer_footer img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
#customer_header a, #customer_footer a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  visibility: visible;
}
#customer_header a:hover, #customer_footer a:hover{
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
}
#customer_header ul, #customer_footer ul{
  list-style: none;
  padding-left: 0;
}

/* コンテンツの幅 */
@media all and (min-width: 1400px) {
  #customer_header .container, #customer_footer .container{
    max-width: 1200px;
  }
  #customer_header .container-wide, #customer_footer .container-wide{
    max-width: 1320px;
  }
}
/* //コンテンツの幅 */

/* 下層FV */
#customer_header .head-ttl-wrap {
  color: #FFF;
  background: #282828;
  position: relative;
}
#customer_header .head-ttl-wrap p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 3.1rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
  text-shadow: 0px 0px 20px #333333; 
  letter-spacing: .1rem;
  text-shadow: 0 0 15px #000000;
}
#customer_header .head-ttl-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 575 / 500;
}
@media all and (min-width: 576px) {
  #customer_header .head-ttl-wrap img{
    aspect-ratio: 1920 / 660;
  }
  #customer_header .head-ttl-wrap p{
    font-size: 3.1rem;
  }
}
@media all and (min-width: 992px) {
  #customer_header .head-ttl-wrap p{
    font-size: 4.3rem;
  }
}

/* //下層FV */