@charset "utf-8";

/* RESET 最低限 */
* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link,
a:hover,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
}

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

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

/* CONTENTS COMMON */
#contents {
  width: 100%;
}

.contents-wrap {
  width: 100%;
  padding: 100px 0 0;
  margin: 0 auto;
}

/* STORES - archive */
.archive-stores-wrap.contents-wrap {
  padding: 0 0 120px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: -100px;
  border-bottom: 1px solid #ddd;
}

.archive-stores-wrap.contents-wrap > h1 {
  text-align: center;
  font-size: 14px;
  
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 0;
  text-indent: .08em;
  color: #333;
}

.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: .08em;
  
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
  color: #666;
}

.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::before {
  content: '';
  display: block;
  height: 1px;
  width: 330px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}

.archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::after {
  content: '';
  display: block;
  height: 1px;
  width: 330px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
}



.archive-stores-wrap.contents-wrap .japan .pref-state-list li:first-child {
  letter-spacing: .05em;
}

.archive-stores-wrap.contents-wrap .pref-state-list li a {
  color: #000;
  transition: all .2s linear;
}

.archive-stores-wrap.contents-wrap .pref-state-list li a:hover {
  color: #666;
}

.archive-stores-wrap.contents-wrap .stores-lists li {
  width: 24%;
  display: inline-block;
  line-height: 24px;
  padding: 0 10px 0 40px;
  margin-bottom: 50px;
  position: relative;
  
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  vertical-align: top;
}

.archive-stores-wrap.contents-wrap .stores-lists span img {
  border: 1px solid #ddd;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -.2em;
}

.archive-stores-wrap.contents-wrap .single-stores-area-wrap.japan {
  margin-top: -40px;
}

.stores-lists img {
    max-width: 24px !important;
    height: auto;
}

.archive-stores-wrap.contents-wrap .pref-state-list li {
    width: 24% !important;
 }


@media (max-width: 768px) {
.archive-stores-wrap.contents-wrap .pref-state-list li {
    width: 32% !important;
 }
}

/* SP */
@media screen and (max-width: 768px), screen and (max-width: 1080px) and (orientation: portrait) {
  .contents-wrap {
    padding-top: 0;
  }

  .archive-stores-wrap.contents-wrap {
    margin-top: 0;
    padding-bottom: 0;
  }

  .archive-stores-wrap.contents-wrap > h1 {
    font-size: calc(100vw * 24 / 640);
    line-height: 1;
    padding-top: 7.8125%;
    padding-bottom: 10.9375%;
  }

  .archive-stores-wrap.contents-wrap .single-stores-area-wrap {
    border-top: 1px solid #ddd;
    padding-bottom: 5%;
  }

  .archive-stores-wrap.contents-wrap .single-stores-area-wrap.japan {
    margin-top: 0;
  }

  .archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::before,
  .archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2::after {
    display: none;
  }

  .archive-stores-wrap.contents-wrap .single-stores-area-wrap > h2 {
    margin: 12.5% 0;
    font-size: calc(100vw * 32 / 640);
  }

  .archive-stores-wrap.contents-wrap .pref-state-list {
    width: 87.5%;
    margin: auto;
  }

  .archive-stores-wrap.contents-wrap .pref-state-list li {
    width: 33.333%;
    font-size: calc(100vw * 20 / 640);
    padding: 0 0 2.5em 0;
  }

  .archive-stores-wrap.contents-wrap .stores-lists {
    width: 87.5%;
    margin: auto;
  }

  .archive-stores-wrap.contents-wrap .stores-lists li {
    width: 33.333%;
    font-size: calc(100vw * 20 / 640);
    padding: 0 0 0 2em;
    margin-bottom: 2.5em;
  }

  .archive-stores-wrap.contents-wrap .stores-lists span img {
    width: 1.2em;
    border-radius: 0.3em;
  }
}



@media (max-width: 768px) {
.mobile-drawer {
  pointer-events: none;
}

body.menu-open .mobile-drawer {
  pointer-events: auto;
}

.mobile-drawer__panel {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.mobile-drawer__backdrop {
  z-index: 1;
}
}


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

.hero-area{
    left: 50%;
    transform: translateX(-50%);
}

}


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

  .mobile-header {
    pointer-events: none;
  }

  .mobile-header__toggle {
    pointer-events: auto;
  }

}


@media screen and (max-width: 767px) {
.mobile-drawer__panel {
  justify-content: flex-start;
}

.mobile-drawer__footer {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}

.mobile-drawer__footer > a {
  display: inline-block;
  margin-bottom: 18px;
}

.mobile-drawer__lang {
  display: flex;
  align-items: center;
  gap: 8px;
}
}




@media (min-width:768px){

.archive-stores-wrap .pref-state-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  column-gap: 90px;
}

.archive-stores-wrap .pref-state-list li{
  width: auto;
  padding: 0;
  margin-bottom: 50px;
  text-align: left;
  padding-bottom: 0!important;
}

.archive-stores-wrap .stores-lists{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  column-gap: 40px;
}
.archive-stores-wrap.contents-wrap .stores-lists li {
    width: 100% !important;
}

.archive-stores-wrap .stores-lists li {
    width: auto;
    padding: 0;
    margin-bottom: 50px;
    text-align: left;
    padding-left: 35px;
}
}



@media (max-width:768px){

.archive-stores-wrap .stores-lists{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  column-gap: 0;
}

.archive-stores-wrap .stores-lists li {
    width: auto;
    padding: 0;
    margin-bottom: 50px;
    text-align: left;
    padding-left: 15px;
}
  
  
.archive-stores-wrap .pref-state-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  column-gap: 30px;
}

.archive-stores-wrap .pref-state-list li{
  width: auto;
  padding: 0;
  margin-bottom: 50px;
  text-align: left;
}

.archive-stores-wrap.contents-wrap .pref-state-list li {
    padding: 0 !important;
}

.archive-stores-wrap.contents-wrap .stores-lists {
    width: 100% !important;
}

.archive-stores-wrap.contents-wrap .stores-lists li {
    width: 100% !important;
}
}