@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: block;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm {
    display: block;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 1024px) {
  html:has(#menu_toggle:checked) {
    overflow: hidden;
  }
}
html:has(.modal-swiper2.is-open) {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "MS Pゴシック", sans-serif;
}

picture {
  display: block;
}

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

.inner {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1100px;
    padding: 0 10px;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .header_wrapper:has(.header_flex.is-sticky) {
    background: rgba(0, 0, 0, 0.8);
  }
}
.header_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0 0;
  transition: 0.3s;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .header_flex {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.header_flex.is-sticky {
  padding: 10px 0;
}
@media screen and (max-width: 1023px) {
  .header_flex.is-sticky {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 1024px) {
  .header_flex.is-sticky {
    padding: 0 10px;
  }
}
.header_flex.is-sticky .menu_icon {
  top: 14px;
}
.header_ham {
  position: fixed;
  top: 26px;
  left: 25px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .header_ham {
    position: staic;
  }
}
.header_ham.is-sticky {
  top: 18px;
}
.header_logo {
  max-width: 60%;
  text-align: center;
}
.header_logo img {
  text-align: center;
  max-width: 60%;
}

.footer {
  position: relative;
  color: #dcdcde;
  background: #000;
  padding: 13.1147540984vw 0;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 80px 0 100px;
  }
}
.footer_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (min-width: 768px) {
  .footer_flex {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .footer_flex {
    justify-content: space-between;
  }
}
.footer_company {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 2.2950819672vw;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer_company {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_company {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer_company li:not(:last-of-type) {
  padding-right: 10px;
  border-right: 1px solid #dcdcdc;
  margin-right: 10px;
}
.footer_copy small {
  font-size: 12px;
  font-size: 1.9672131148vw;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer_copy small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_copy small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1024px) {
  #menu_toggle:checked + .menu_icon {
    position: fixed;
    top: 15px;
  }
}
#menu_toggle:checked + .menu_icon span:first-child {
  transform: translateY(5px) rotate(45deg);
}
#menu_toggle:checked + .menu_icon span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
#menu_toggle:checked ~ .menu {
  left: 0;
}
@media screen and (min-width: 1024px) {
  #menu_toggle:checked ~ .menu {
    padding-top: 70px;
  }
}
#menu_toggle:checked ~ .menu_overlay {
  opacity: 1;
  pointer-events: auto;
  left: 0;
}

.menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 86.0655737705%;
  height: 100%;
  transition: left 0.4s;
  z-index: 2;
  overflow-y: scroll;
}
@media screen and (min-width: 1024px) {
  .menu {
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  .menu::-webkit-scrollbar {
    display: none;
  }
}
.menu_wrapper {
  position: relative;
  margin-top: 130px;
}
@media screen and (min-width: 1024px) {
  .menu_wrapper {
    margin-top: 0;
  }
}
.menu_icon {
  position: fixed;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 25px;
  left: 20px;
  cursor: pointer;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .menu_icon {
    top: 13px;
    left: 25px;
  }
}
@media screen and (min-width: 1150px) {
  .menu_icon {
    top: 13px;
    left: calc((100% - 1100px) / 2 + 10px);
  }
}
.menu_icon span {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.menu_icon span:first-child {
  top: 10px;
}
.menu_icon span:last-child {
  top: 20px;
}
.menu_overlay {
  position: fixed;
  inset: 0;
  width: 86.0655737705%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
  overflow-y: scroll;
  left: -450px;
}
@media screen and (min-width: 1024px) {
  .menu_overlay {
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  .menu_overlay::-webkit-scrollbar {
    display: none;
  }
}
.menu_list {
  width: 83.8095238095%;
  margin: 0 auto 20px;
}
.menu_list > li {
  border-bottom: 1px solid #9d9d9e;
}
.menu_list > li:first-of-type {
  border-top: 1px solid #9d9d9e;
}
.menu_list > li:first-of-type img {
  max-width: 110px;
}
.menu_list > li:nth-of-type(2) img {
  max-width: 130px;
}
.menu_list > li:nth-of-type(3) img {
  max-width: 140px;
}
.menu_list > li:last-of-type img {
  max-width: 100px;
}
.menu_list > li:nth-of-type(n+3) a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.menu_list > li:nth-of-type(n+3) a:hover .arrow_2 {
  right: 0;
}
.menu_list .arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 4px;
  margin-top: 29px;
  background: #fff;
}
.menu_list .arrow:before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  width: 45px;
  height: 4px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
.menu_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 1023px) {
  .menu_title {
    cursor: pointer;
  }
}
.menu_title.is-open .arrow_1:before, .menu_title.is-open .arrow_1:after {
  top: 0;
  transform-origin: 50% 1px;
}
.menu_insta {
  width: 83.8095238095%;
  margin: 0 auto 20px;
}
.menu_insta a {
  display: block;
  max-width: 32px;
}
.menu_company {
  display: flex;
  align-items: center;
  width: 83.8095238095%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1023px) {
  .menu_company {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu_company {
    margin: 0 auto 20px;
  }
}
.menu_company li:not(:last-of-type) {
  padding-right: 10px;
  border-right: 1px solid #dcdcdc;
  margin-right: 10px;
}
.menu_company a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #dcdcde;
}
.menu .products_list {
  position: relative;
  opacity: 0;
  transition: 0.4s;
  width: 92%;
  height: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 22px 15px;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .menu .products_list {
    opacity: 1;
    margin: 0 auto 24px;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: 1fr 1fr 1fr;
    visibility: visible;
    gap: 22px 100px;
  }
}
.menu .products_list.is-open {
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
  visibility: visible;
  margin-bottom: 35px;
}
.menu .products_list.is-open a {
  height: -moz-fit-content;
  height: fit-content;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .menu .products_list li {
    justify-content: flex-start;
  }
}
.menu .products_list li img {
  display: inline-block;
  vertical-align: bottom;
}
.menu .products_list li:first-of-type img {
  max-width: 90px;
}
.menu .products_list li:nth-of-type(2) img {
  max-width: 80px;
}
.menu .products_list li:nth-of-type(3) img {
  max-width: 42px;
}
.menu .products_list li:nth-of-type(4) img {
  max-width: 42px;
}
.menu .products_list li:nth-of-type(5) img {
  max-width: 80px;
}
.menu .products_list li:nth-of-type(6) img {
  max-width: 48px;
}
.menu .products_list li:nth-of-type(7) img {
  max-width: 90px;
}
.menu .products_list li:nth-of-type(8) img {
  max-width: 78px;
}
.menu .products_list li:last-of-type img {
  max-width: 68px;
}
.menu .products_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .menu .products_list a {
    visibility: visible;
  }
}
@media screen and (max-width: 1023px) {
  .menu .products_list a {
    height: 0;
    visibility: hidden;
  }
}
.menu .products_list a:hover .arrow_p {
  margin-right: 0;
}
.menu .online_list {
  position: relative;
  opacity: 0;
  transition: 0.4s;
  height: 0;
  visibility: hidden;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .menu .online_list {
    visibility: visible;
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0 100px;
    margin: 0 auto 24px;
  }
}
.menu .online_list a {
  font-size: 12px;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #dcdcde;
  padding: 10px 0;
}
.menu .online_list a:hover .arrow_p {
  margin-right: 0;
}
.menu .online_list.is-open {
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
  visibility: visible;
  margin-bottom: 35px;
}
.menu .arrow_1 {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 9px;
}
@media screen and (min-width: 1024px) {
  .menu .arrow_1 {
    display: none;
  }
}
.menu .arrow_1:before, .menu .arrow_1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 10px;
  background: #fff;
  transform-origin: 50% calc(100% - 1px);
}
@media screen and (min-width: 1024px) {
  .menu .arrow_1:before, .menu .arrow_1:after {
    display: none;
  }
}
.menu .arrow_1:before {
  transform: rotate(45deg);
}
.menu .arrow_1:after {
  transform: rotate(-45deg);
}
.menu .arrow_2 {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
  right: 5px;
}
.menu .arrow_2:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 6px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.menu .arrow_wrapper {
  display: grid;
  place-content: center;
}
.menu .arrow_p {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #9d9d9e;
  transition: 0.2s;
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  .menu .arrow_p {
    margin-right: 5px;
  }
}
.menu .arrow_p:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 6px;
  height: 2px;
  background: #9d9d9e;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(-60px);
  }
}
.movie {
  padding: 5px 5px 0 5px;
  background: #000;
}
.movie_wrapper {
  height: 100vh;
}
.movie_wrapper img {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}
.movie_wrapper video {
  position: fixed;
  width: calc(100% - 10px);
  height: 100%;
  padding-top: 5px;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.suiko {
  background: #000;
}
.suiko_text {
  max-width: 63.606557377vw;
  padding-top: 29.5081967213vw;
  margin: 0 auto 4.9180327869vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .suiko_text {
    max-width: 70%;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto 30px;
  }
}
.suiko_next {
  color: #dcdcde;
  font-size: 18px;
  font-size: 2.9508196721vw;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .suiko_next {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .suiko_next {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.suiko_next span {
  display: inline-block;
}
.suiko_next span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #dcdcde;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .suiko_next span:after {
    width: 20px;
  }
}
.suiko_color {
  padding: 0 7.5%;
  margin: 0 auto 1.6393442623vw;
}
@media screen and (min-width: 1024px) {
  .suiko_color {
    text-align: center;
    margin: 0 auto 15px;
  }
}
.suiko_lock {
  max-width: 71.1475409836vw;
  margin: 0 auto 19.6721311475vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .suiko_lock {
    max-width: 358px;
    margin: 0 auto 80px;
  }
}
.suiko_bnr {
  padding-bottom: 29.5081967213vw;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .suiko_bnr {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .suiko_flex {
    display: flex;
    justify-content: space-between;
  }
}
.suiko_pop {
  margin-bottom: 16.393442623vw;
}
@media screen and (min-width: 1024px) {
  .suiko_pop {
    width: 520px;
    margin-bottom: 0;
  }
}
.suiko_pop a {
  transition: 0.4s;
}
.suiko_pop a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .suiko_ec {
    position: relative;
    width: 520px;
    top: -8px;
  }
}
.suiko_ec a {
  transition: 0.4s;
}
.suiko_ec a:hover {
  opacity: 0.7;
}
.suiko_novelty {
  color: #dcdcde;
  font-size: 18px;
  font-size: 2.9508196721vw;
  font-weight: 300;
  text-align: center;
  padding-top: 2.4590163934vw;
}
@media screen and (min-width: 768px) {
  .suiko_novelty {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .suiko_novelty {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
    top: 3px;
  }
}

.concept {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .concept {
    background: url(/img/index/concept_bg.webp) repeat-x center center;
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .concept_wrapper {
    max-width: 350px;
    margin-left: 70px;
  }
}
.concept_title {
  position: absolute;
  width: 35.737704918vw;
  top: 29.5081967213vw;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept_title {
    width: 218px;
    top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .concept_title {
    position: static;
    transform: none;
    max-width: 339px;
    text-align: center;
    padding-top: 160px;
    margin: 0 auto 60px;
  }
}
.concept_text {
  position: absolute;
  width: 56.2295081967vw;
  margin-bottom: 9.8360655738vw;
  top: 49.1803278689vw;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept_text {
    width: 343px;
    top: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .concept_text {
    position: static;
    width: auto;
    padding-bottom: 200px;
    margin-bottom: 0;
    transform: none;
  }
}

.parallax {
  position: relative;
  z-index: 2;
  background: #000;
}

.products-m {
  background: #000;
}
@media screen and (min-width: 1024px) {
  .products-m .lead {
    padding: 100px 0 30px;
  }
}

.products {
  position: relative;
  border-top: 1px solid #9d9d9e;
  background: #000;
  padding-bottom: 4.9180327869vw;
}
@media screen and (min-width: 1024px) {
  .products {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .products_wrapper {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.products_title {
  padding-top: 29.5081967213vw;
  margin: 0 auto 4.9180327869vw;
  max-width: 56.2295081967vw;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .products_title {
    padding-top: 180px;
    margin: 0 auto 60px;
    max-width: 226px;
    text-align: center;
  }
}
.products .swiper-slide .lens {
  filter: brightness(65%);
}
.products .swiper-slide-active .lens {
  filter: brightness(100%);
}
@media screen and (min-width: 1024px) {
  .products .top-swiper {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .products .top-swiper .swiper-slide img {
    max-width: 64px;
  }
}
.products .bottom-swiper {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .products .bottom-swiper {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper {
    padding: 50px 0 0;
    max-height: 650px;
  }
}
.products .bottom-swiper .swiper-slide {
  position: relative;
  transition: 0.2s;
  text-align: center;
}
.products .bottom-swiper .swiper-slide .lens {
  width: 85%;
}
.products .bottom-swiper .swiper-slide-prev,
.products .bottom-swiper .swiper-slide-next {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-prev .godless,
  .products .bottom-swiper .swiper-slide-next .godless {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-prev {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-prev .lens {
    max-width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-next {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-next .lens {
    max-width: 360px;
  }
}
.products .bottom-swiper .swiper-slide-active {
  transform: scale(1.15);
  z-index: 2;
  transition: scale 0.2s;
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-active {
    transform: scale(1);
  }
}
.products .bottom-swiper .swiper-slide-active .lens {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-active .lens {
    max-width: 320px;
  }
}
.products .bottom-swiper .swiper-slide-active .godless {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}
.products .bottom-swiper .swiper-slide-duplicate-prev,
.products .bottom-swiper .swiper-slide-duplicate-next {
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-duplicate-prev {
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .swiper-slide-duplicate-next {
    opacity: 0;
  }
}
.products .bottom-swiper .godless {
  position: absolute;
  opacity: 0;
  transition: 0s;
}
@media screen and (max-width: 1023px) {
  .products .bottom-swiper .godless {
    inset: 0;
    width: 138px;
    margin: 0 auto;
    left: calc(50% - 10px);
    top: 55%;
  }
}
@media screen and (min-width: 768px) {
  .products .bottom-swiper .godless {
    left: calc(50% - 100px);
  }
}
@media screen and (min-width: 1024px) {
  .products .bottom-swiper .godless {
    max-width: 155px;
    top: 370px;
    left: calc(50% - 20px);
    transform: none;
  }
}
.products .bottom-swiper span {
  position: relative;
}

.link {
  position: relative;
  background: #000;
}
@media screen and (min-width: 1024px) {
  .link_wrapper {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.link_list {
  padding-bottom: 36.0655737705vw;
}
@media screen and (min-width: 1024px) {
  .link_list {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    padding-bottom: 180px;
  }
}
.link_list.top {
  padding-bottom: 29.5081967213vw;
}
@media screen and (min-width: 1024px) {
  .link_list.top {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .link_list li {
    width: 33.3333333333%;
  }
}
.link_list li:first-of-type img {
  max-width: 34.0983606557vw;
}
@media screen and (min-width: 1024px) {
  .link_list li:first-of-type img {
    max-width: 166px;
  }
}
.link_list li:first-of-type button:after {
  position: absolute;
  content: "+";
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
}
@media screen and (min-width: 1024px) {
  .link_list li:first-of-type button:after {
    right: 15px;
  }
}
.link_list li:nth-of-type(2) img {
  max-width: 36.5573770492vw;
}
@media screen and (min-width: 1024px) {
  .link_list li:nth-of-type(2) img {
    max-width: 180px;
  }
}
.link_list li:last-of-type img {
  max-width: 26.8852459016vw;
}
@media screen and (min-width: 1024px) {
  .link_list li:last-of-type img {
    max-width: 131px;
  }
}
.link_list li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .link_list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.link_list li button,
.link_list li a {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 16.393442623vw;
  background: url(/img/common/btn_bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .link_list li button,
  .link_list li a {
    height: 80px;
  }
}
.link_list li button {
  cursor: pointer;
}
.link_list li a:hover .arrow_l {
  right: 33px;
}
@media screen and (min-width: 1024px) {
  .link_list li a:hover .arrow_l {
    right: 5px;
  }
}
.link .arrow_l {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1024px) {
  .link .arrow_l {
    right: 10px;
  }
}
.link .arrow_l:before {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.modal2 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
}
.modal2.is-open {
  display: block;
}
.modal2_overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.9);
}
.modal2_content {
  position: relative;
  max-width: 78.6885245902%;
  margin: 75px auto 0;
}
.modal2_close {
  position: absolute;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
}
.modal2_title {
  text-align: center;
  margin-bottom: 25px;
}
.modal2_title img {
  max-width: 160px;
}
@media screen and (min-width: 1024px) {
  .modal2_list {
    width: 60%;
    margin: 0 auto;
  }
}
.modal2_list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.modal2_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  background: #828284;
  transition: 0.4s;
}
.modal2_list li a:hover .arrow_o {
  margin-right: 0;
}
.modal2 .arrow_o {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #fff;
  transition: 0.4s;
  margin-top: 3px;
  margin-right: 5px;
}
.modal2 .arrow_o:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 6px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

.aespa {
  position: relative;
  border-bottom: 1px solid #9d9d9e;
}
.aespa_title {
  position: absolute;
  width: 81.3114754098vw;
  bottom: 44.262295082vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .aespa_title {
    text-align: center;
    bottom: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .aespa_title {
    width: 25.8333333333vw;
    text-align: center;
    bottom: 15.625vw;
  }
}
.aespa_text {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
  text-align: center;
  line-height: 2;
  width: -moz-max-content;
  width: max-content;
  bottom: 27.868852459vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .aespa_text {
    font-size: 14px;
    font-size: 1.4rem;
    bottom: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .aespa_text {
    font-size: 16px;
    font-size: 1.6rem;
    bottom: 8.3333333333vw;
  }
}

.news {
  position: relative;
  padding: 29.5081967213vw 0;
  background: #000;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 180px 0;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    padding: 180px 0;
  }
}
.news_title {
  max-width: 16.393442623vw;
  margin: 0 auto 4.9180327869vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news_title {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1024px) {
  .news_title {
    max-width: 100px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 1024px) {
  .news_list {
    max-width: 850px;
    margin: 0 auto;
  }
}
.news_list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.news_list dl {
  display: flex;
  gap: 0 20px;
  color: #dcdcde;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news_list dl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news_list dl {
    font-size: 16px;
    font-size: 1.6rem;
    gap: 0 80px;
  }
}

.package {
  position: relative;
}
.package img {
  filter: blur(10px);
  transition: 1s;
}
.package.is-visible img {
  filter: blur(0);
}
.package_title {
  position: absolute;
  max-width: 120px;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .package_title {
    top: 8vw;
  }
}
@media screen and (min-width: 1024px) {
  .package_title {
    top: 9.375vw;
    max-width: 9.375vw;
  }
}

.logo {
  padding: 29.5081967213vw 0;
  border-bottom: 1px solid #9d9d9e;
}
.logo_title {
  display: grid;
  place-content: center;
}
.logo_title img {
  max-width: 29.5081967213vw;
}

.note {
  position: relative;
  color: #dcdcde;
  background: #000;
  padding: 29.5081967213vw 0;
  border-bottom: 1px solid #9d9d9e;
}
@media screen and (min-width: 1024px) {
  .note {
    padding: 180px 0;
  }
}
.note_title {
  font-size: 31px;
  font-size: 5.0819672131vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 6.5573770492vw;
}
@media screen and (min-width: 768px) {
  .note_title {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .note_title {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 35px;
  }
}
.note_text {
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .note_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .note_text {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
  }
}

.wear {
  background: #000;
}
.wear .lead_title {
  margin: 11.4754098361vw auto 6.5573770492vw;
}
@media screen and (min-width: 1024px) {
  .wear .lead_title {
    margin: 80px auto 40px;
  }
}
@media screen and (max-width: 1023px) {
  .wear .lead_title {
    text-align: center;
  }
}

.lead {
  padding: 100px 0 6.5573770492vw;
}
@media screen and (min-width: 1024px) {
  .lead {
    padding: 100px 0 40px;
  }
}
.lead.pb0 {
  padding: 100px 0 0;
}
.lead_bread {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 0;
}
.lead_bread li {
  color: #fff;
  font-size: 18px;
  font-size: 2.9508196721vw;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .lead_bread li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .lead_bread li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.lead_bread li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  color: #9d9d9e;
  padding: 0 5px;
}
.lead_bread a {
  color: #9d9d9e;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.lead_title {
  max-width: 60%;
  margin: 20px auto 40px;
}
@media screen and (min-width: 1024px) {
  .lead_title {
    text-align: center;
  }
}
.lead .lower_title {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  margin: 20px auto 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .lead .lower_title {
    letter-spacing: 0.2em;
  }
}

.compare {
  position: sticky;
  padding: 20px 15px;
  border-top: 1px solid #646466;
  border-bottom: 1px solid #646466;
  top: 60px;
  z-index: 5;
  background: #000;
  transition: height 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .compare_flex {
    display: flex;
    justify-content: space-between;
    gap: 0 60px;
  }
}
.compare_head {
  color: #dcdcde;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .compare_head {
    font-size: 21px;
    font-size: 2.1rem;
    margin-top: 15px;
  }
}
.compare_list {
  display: flex;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .compare_list {
    justify-content: space-between;
    flex-grow: 1;
  }
}
.compare_list li {
  text-align: center;
  width: 20%;
}
.compare_list span {
  color: #9d9d9e;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
.compare_list img {
  max-width: 60px;
}
.compare .top {
  justify-content: space-between;
  margin-bottom: 20px;
}
.compare .bottom {
  justify-content: center;
}
.compare.is-sticky {
  background: rgba(0, 0, 0, 0.8);
}
.compare.is-sticky .compare_content {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.compare.is-sticky .compare_content.is-open {
  max-height: 190px;
  padding: 20px 0;
  opacity: 1;
}
.compare.is-sticky .compare_content.is-open .compare_list {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media screen and (max-width: 1023px) {
  .compare.is-sticky .compare_list {
    max-height: 0;
  }
}
.compare.is-sticky .compare_toggle {
  top: 10px;
  transform: rotate(135deg);
}
.compare.is-sticky .compare_toggle.is-open {
  transform: rotate(-45deg);
}
.compare_toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(-45deg);
  transition: 0.3s;
}
.compare_toggle.is-open {
  transform: rotate(135deg);
}
.compare_content {
  max-height: 190px;
  padding: 20px 0;
  opacity: 1;
  transition: 0.3s;
}
.compare_content.is-open {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
}

#compare.is-sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 10px 7.5%;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  #compare.is-sticky {
    padding: 0;
    z-index: 5;
  }
}

.detail_wrapper {
  padding-top: 120px;
  border-top: 1px solid #646466;
  border-bottom: 1px solid #646466;
}
@media screen and (max-width: 1023px) {
  .detail_wrapper:first-child {
    padding-top: 18.0327868852vw;
    scroll-margin-top: 140px;
  }
}
.detail_title .drkloam {
  max-width: 59.6721311475vw;
}
@media screen and (min-width: 1024px) {
  .detail_title .drkloam {
    max-width: 278px;
  }
}
.detail_title .drkcore {
  max-width: 59.6721311475vw;
}
@media screen and (min-width: 1024px) {
  .detail_title .drkcore {
    max-width: 278px;
  }
}
.detail_title .lore {
  max-width: 74px;
}
@media screen and (min-width: 1024px) {
  .detail_title .lore {
    max-width: 98px;
  }
}
.detail_title .nill {
  max-width: 70px;
}
@media screen and (min-width: 1024px) {
  .detail_title .nill {
    max-width: 84px;
  }
}
.detail_title .godless {
  max-width: 140px;
}
@media screen and (min-width: 1024px) {
  .detail_title .godless {
    max-width: 178px;
  }
}
.detail_title .none {
  max-width: 70px;
}
@media screen and (min-width: 1024px) {
  .detail_title .none {
    max-width: 108px;
  }
}
.detail_title .fadeline {
  max-width: 145px;
}
@media screen and (min-width: 1024px) {
  .detail_title .fadeline {
    max-width: 185px;
  }
}
.detail_title .dripout {
  max-width: 125px;
}
@media screen and (min-width: 1024px) {
  .detail_title .dripout {
    max-width: 172px;
  }
}
.detail_title .glazee {
  max-width: 105px;
}
@media screen and (min-width: 1024px) {
  .detail_title .glazee {
    max-width: 148px;
  }
}
.detail_title span {
  color: #dcdcde;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .detail_title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.detail_lens {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .detail_lens {
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .detail_lens {
    text-align: center;
  }
}
.detail_list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: min(3vw, 15px);
  padding-top: 25px;
  margin-bottom: 19.6721311475vw;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .detail_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px 8px;
    padding-top: 45px;
    margin-bottom: 60px;
  }
}
.detail_list:before {
  position: absolute;
  content: "";
  display: block;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .detail_list:before {
    top: -18px;
    left: calc(50% + 6px);
    width: 260px;
    height: 260px;
  }
}
.detail_list.drkloam:before {
  background: url(/img/wear/drkloam_bg.webp) no-repeat center top/100%;
}
.detail_list.drkcore:before {
  background: url(/img/wear/drkcore_bg.webp) no-repeat center top/100%;
}
.detail_list.lore:before {
  background: url(/img/wear/lore_bg.webp) no-repeat center top/100%;
}
.detail_list.nill:before {
  background: url(/img/wear/nill_bg.webp) no-repeat center top/100%;
}
.detail_list.godless:before {
  background: url(/img/wear/godless_bg.webp) no-repeat center top/100%;
}
.detail_list.none:before {
  background: url(/img/wear/none_bg.webp) no-repeat center top/100%;
}
.detail_list.fadeline:before {
  background: url(/img/wear/fadeline_bg.webp) no-repeat center top/100%;
}
.detail_list.dripout:before {
  background: url(/img/wear/dripout_bg.webp) no-repeat center top/100%;
}
.detail_list.glazee:before {
  background: url(/img/wear/glazee_bg.webp) no-repeat center top/100%;
}
.detail_list.grid .detail_item img,
.detail_list.grid .detail_item video {
  max-height: 171px;
}
@media screen and (min-width: 1024px) {
  .detail_list.grid .detail_item img,
  .detail_list.grid .detail_item video {
    max-height: 334px;
  }
}
.detail_item {
  position: relative;
  opacity: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.detail_item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(15, 15, 15) 100%);
  padding: 25px;
  bottom: 0;
}
.detail_item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.detail_item img,
.detail_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_item video {
  display: block;
}
.detail_hash {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  bottom: 10px;
  padding: 0 10px;
  z-index: 1;
}
.detail_hash li {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
}
.detail_btn {
  position: relative;
  margin-top: 20px;
  top: -140px;
  z-index: 3;
}
.detail_btn.is-btn-hidden {
  display: none;
}
.detail_btn button {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgb(15, 15, 15) 100%);
  padding: 44px 20px 12px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.detail_btn button:after {
  content: "";
  display: inline-block;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-left: 10px;
  transform: translateY(-25%) rotate(135deg);
}
.detail .modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
.detail .modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.detail .modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.detail .modal_inner {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .detail .modal_swiper {
    height: 100vh;
  }
}
.detail .modal_close {
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 3;
  font-size: 32px;
  font-size: 3.2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .detail .modal_close {
    top: 30px;
  }
}
.detail .modal .swiper-wrapper {
  align-items: center;
}
.detail .modal .swiper-button-next,
.detail .modal .swiper-button-prev {
  color: #fff;
}
.detail .modal .swiper-button-next:before, .detail .modal .swiper-button-next:after,
.detail .modal .swiper-button-prev:before,
.detail .modal .swiper-button-prev:after {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .detail .swiper-slide img,
  .detail .swiper-slide video {
    width: calc(100% - 10px);
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
}
.detail .swiper-slide video {
  background: #000;
}
@media screen and (min-width: 1024px) {
  .detail .swiper-slide .detail_item {
    width: 42%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }
}
.detail .swiper-button-next,
.detail .swiper-button-prev {
  color: #fff;
}
.detail .swiper-button-next:before, .detail .swiper-button-next:after,
.detail .swiper-button-prev:before,
.detail .swiper-button-prev:after {
  font-size: 32px;
  font-size: 3.2rem;
}

.color {
  padding-top: 80px;
  border-bottom: 1px solid #9d9d9e;
}
.color_title {
  max-width: 61.9%;
  margin-bottom: 20px;
}
.color_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: min(3vw, 15px) 5px;
  background: #000;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .color_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px 5px;
  }
}
.color_list li {
  position: relative;
}
.color_name {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  font-size: 0.7rem;
  width: 100%;
  padding: 15px 5px 10px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(15, 15, 15) 100%);
}
@media screen and (min-width: 1024px) {
  .color_name {
    font-size: 12px;
    font-size: 1.2rem;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 15px 10px 10px;
  }
}
.color_name li:first-of-type {
  color: #fff;
  font-weight: 500;
}
.color_name li:nth-of-type(2) {
  color: #000;
  font-weight: bold;
  background: #faf08c;
  padding: 2px 5px;
  text-align: center;
}
.color_tag {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  padding: 15px 5px 5px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(15, 15, 15) 100%);
}
.color_tag li:first-of-type {
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 500;
}
.color_tag li img {
  display: block;
}
.color .tabs {
  position: relative;
  max-width: 100%;
  padding-bottom: 120px;
}
.color .tab_list {
  display: flex;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .color .tab_list {
    margin-bottom: 40px;
  }
}
.color .tab_item {
  color: #9d9d9e;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  width: 33.3333333333%;
  background: #000;
  padding: 10px 0;
  border-bottom: 1px solid #9d9d9e;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .color .tab_item {
    width: 170px;
  }
}
.color .tab_item.active {
  color: #fff;
}
.color .tab_item small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.color .tab_item:first-of-type.active {
  border-top: 1px solid #9d9d9e;
  border-right: 1px solid #9d9d9e;
  border-bottom: none;
}
.color .tab_item:nth-of-type(2).active {
  border-top: 1px solid #9d9d9e;
  border-right: 1px solid #9d9d9e;
  border-bottom: none;
  border-left: 1px solid #9d9d9e;
}
.color .tab_item:last-of-type.active {
  border-top: 1px solid #9d9d9e;
  border-bottom: none;
  border-left: 1px solid #9d9d9e;
}
@media screen and (min-width: 1024px) {
  .color .tab_item:last-of-type {
    flex-grow: 1;
    text-align: left;
    padding: 10px 67.5px;
  }
}
@media screen and (min-width: 1024px) {
  .color .tab_item .black {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .color .tab_item .black_sm {
    padding-left: 6px;
  }
}
.color .tab_panel {
  display: none;
}
.color .tab_panel.active {
  display: block;
}
.color .modal-swiper2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 15;
}
.color .modal-swiper2.is-open {
  opacity: 1;
  pointer-events: auto;
}
.color .modal-swiper2 .swiper-slide {
  position: relative;
}
.color .modal-swiper2 .swiper-slide > img {
  position: absolute;
  width: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.color .modal-swiper2 .swiper-slide > li {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .color .modal-swiper2 .swiper-slide > li {
    max-width: 45%;
    max-height: 100vh;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .color .modal-swiper2 .swiper-slide > li {
    max-width: 45%;
    max-height: 100vh;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.color .modal-swiper2 .swiper-button-next,
.color .modal-swiper2 .swiper-button-prev {
  display: block;
  z-index: 20;
  pointer-events: auto;
  color: #fff;
  width: 40px;
  height: 40px;
}
.color .modal-swiper2 .swiper-close {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 20;
  font-size: 32px;
  font-size: 3.2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .prod_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .prod_left {
    width: 55.5555555556%;
  }
}
@media screen and (min-width: 1024px) {
  .prod_right {
    width: 37.037037037%;
  }
}

.prod_mv_wrapper {
  position: relative;
  margin-bottom: 8.1967213115vw;
}
@media screen and (min-width: 1024px) {
  .prod_mv_wrapper {
    margin-bottom: 180px;
  }
}
.prod_mv .swiper-pagination {
  z-index: 4;
}
.prod_mv .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .prod_mv .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
  }
}
.prod_mv .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  background: #9d9d9e;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .prod_mv .swiper-pagination-bullet {
    width: 36px;
  }
}
.prod_mv .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .prod_mv .swiper-pagination-bullet-active {
    width: 60px;
  }
}
.prod_mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.prod_mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (max-width: 1023px) {
  .prod_mv-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .prod_mv-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

.prod_lead {
  color: #fff;
  padding: 0 0 9.8360655738vw;
}
@media screen and (min-width: 768px) {
  .prod_lead {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_lead {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_lead .inner {
    padding: 0;
  }
}
.prod_lead_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.prod_lead_title span {
  color: #9d9d9e;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .prod_lead_title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .prod_lead_title span {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.prod_lead_name {
  max-width: 90%;
}
.prod_lead_lock {
  max-width: 88px;
  text-align: right;
}
.prod_lead_gdia {
  color: #fff;
  font-size: 18px;
  font-size: 2.9508196721vw;
  font-weight: 500;
  padding-bottom: 9.8360655738vw;
  border-bottom: 1px solid #9d9d9e;
}
@media screen and (min-width: 768px) {
  .prod_lead_gdia {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_lead_gdia {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 60px;
  }
}
.prod_lead_catch {
  font-size: 24px;
  font-size: 3.9344262295vw;
  font-weight: 500;
  padding-top: 9.8360655738vw;
  margin-bottom: 6.5573770492vw;
}
@media screen and (min-width: 768px) {
  .prod_lead_catch {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_lead_catch {
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 60px;
    margin-bottom: 45px;
  }
}
.prod_lead_text {
  font-size: 18px;
  font-size: 2.9508196721vw;
  font-weight: 300;
  line-height: 2.3;
}
@media screen and (min-width: 1024px) {
  .prod_lead_text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.prod_detail {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .prod_detail .inner {
    max-width: 100%;
    padding: 0;
  }
}
.prod_detail_spec {
  padding-bottom: 9.8360655738vw;
}
@media screen and (min-width: 768px) {
  .prod_detail_spec {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_detail_spec {
    padding-bottom: 40px;
  }
}
.prod_detail_head {
  position: relative;
  text-align: left;
  padding: 6.5573770492vw 20px;
  border-top: 1px solid #9d9d9e;
  border-bottom: 1px solid #9d9d9e;
  font-size: 24px;
  font-size: 3.9344262295vw;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prod_detail_head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .prod_detail_head {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 27px 10px;
  }
}
.prod_detail_head:before, .prod_detail_head:after {
  position: absolute;
  content: "";
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
}
.prod_detail_head:before {
  width: 2px;
  height: 20px;
  right: 24px;
  transition: 0.5s;
}
.prod_detail_head:after {
  width: 20px;
  height: 2px;
  right: 15px;
}
.prod_detail_head.is-open {
  border-bottom: none;
}
.prod_detail_head.is-open:before {
  opacity: 0;
}
.prod_detail_body {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s, max-height 0.3s;
}
.prod_detail_body.is-open {
  padding: 10px 10px 20px;
  line-height: 1.5;
  opacity: 1;
  border-bottom: 1px solid #9d9d9e;
  max-height: 100%;
}
.prod_detail_list {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-template-rows: 1fr;
  font-size: 14px;
  font-size: 1.4rem;
}
.prod_detail_list dt {
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.prod_detail_list dd {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #fff;
}
.prod_detail_dot {
  display: grid;
  grid-template-columns: 1em 1fr;
  grid-template-rows: 1fr;
  gap: 10px 5px;
  margin: 10px 0;
}
.prod_detail_yellow {
  color: #faf08c;
}

@media screen and (max-width: 1023px) {
  .prod_online {
    border-bottom: 1px solid #9d9d9e;
  }
}
@media screen and (min-width: 1024px) {
  .prod_online .inner {
    max-width: 100%;
    padding: 0;
  }
}
.prod_online_btn {
  position: relative;
  text-align: center;
  margin-bottom: 12.2950819672vw;
}
@media screen and (min-width: 768px) {
  .prod_online_btn {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_online_btn {
    margin-bottom: 80px;
  }
}
.prod_online_btn button {
  display: block;
  width: 100%;
  padding: 6.5573770492vw 20px;
  background: url(/img/common/btn_bg.webp) no-repeat center center/cover;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .prod_online_btn button {
    padding: 24.5px 20px;
  }
}
.prod_online_btn button:before, .prod_online_btn button:after {
  position: absolute;
  content: "";
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
}
.prod_online_btn button:before {
  width: 2px;
  height: 20px;
  right: 24px;
  transition: 0.5s;
}
.prod_online_btn button:after {
  width: 20px;
  height: 2px;
  right: 15px;
}
.prod_online_btn button img {
  max-width: 44.0983606557vw;
}
@media screen and (min-width: 768px) {
  .prod_online_btn button img {
    max-width: 269px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_online_btn button img {
    max-width: 194px;
  }
}
.prod_online_text {
  color: #9d9d9e;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 29.5081967213vw;
}
@media screen and (min-width: 768px) {
  .prod_online_text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .prod_online_text {
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
    padding-bottom: 80px;
  }
}
.prod_online_text span {
  padding-left: 10px;
}

.company {
  background: #000;
}
.company_list {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr;
  border-top: 1px solid #9d9d9e;
  margin-bottom: 29.5081967213vw;
}
@media screen and (min-width: 1024px) {
  .company_list {
    margin-bottom: 180px;
  }
}
.company_list dt,
.company_list dd {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 10px;
  border-bottom: 1px solid #9d9d9e;
}
@media screen and (min-width: 1024px) {
  .company_list dt,
  .company_list dd {
    padding: 15px 10px;
  }
}
.company_list dt {
  position: relative;
  font-weight: bold;
}
.company_list dt:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #9d9d9e;
  width: 1px;
  height: calc(100% - 20px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.contact {
  padding-bottom: 29.5081967213vw;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-bottom: 180px;
  }
}
.contact_text {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 9.8360655738vw 0 6.5573770492vw;
}
@media screen and (min-width: 1024px) {
  .contact_text {
    padding: 40px 0 30px;
  }
}

.popup {
  background: #000;
}
.popup .lower_title {
  max-width: 80%;
  padding-top: 45px;
  margin: 0 auto;
}
.popup_mv {
  margin-bottom: 13.1147540984vw;
}
@media screen and (min-width: 1024px) {
  .popup_mv {
    margin-bottom: 80px;
  }
}
.popup_mv_img {
  position: relative;
  margin-bottom: 9.8360655738vw;
}
@media screen and (min-width: 1024px) {
  .popup_mv_img {
    max-width: 1200px;
    margin: 0 auto 60px;
  }
}
.popup_mv_img:after {
  position: absolute;
  content: "画像はイメージです";
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.9672131148vw;
  font-weight: 500;
  bottom: 8px;
  right: 10px;
}
@media screen and (min-width: 1024px) {
  .popup_mv_img:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.popup_mv_text {
  color: #faf08c;
  font-size: 24px;
  font-size: 3.9344262295vw;
  font-weight: 500;
  line-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .popup_mv_text {
    line-height: 3.6rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.popup_visit_button {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .popup_visit_button {
    width: 50%;
    margin: 0 auto;
  }
}
.popup_visit_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  background: #faf08c;
  padding: 20px 10px;
  margin-bottom: 60px;
}
.popup_visit_button a:hover .popup_visit_wrapper {
  right: 15px;
}
.popup_visit_wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  right: 20px;
  transition: 0.4s;
}
.popup_visit_wrapper .arrow_visit {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  margin-top: 5.7px;
  background: #0f0f0f;
}
.popup_visit_wrapper .arrow_visit:before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  background: #0f0f0f;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 1024px) {
  .popup_visit_flex {
    display: flex;
    justify-content: space-between;
  }
}
.popup_visit_area {
  color: #9d9d9e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .popup_visit_area {
    width: 49%;
  }
}
.popup_visit_img {
  position: relative;
  text-align: center;
}
.popup_visit_img:before, .popup_visit_img:after {
  position: absolute;
  display: block;
  content: "";
  width: calc(50% - 32vw);
  height: 1px;
  background: #9d9d9e;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .popup_visit_img:before, .popup_visit_img:after {
    width: calc(50% - 175px);
  }
}
.popup_visit_img:before {
  left: 0;
}
.popup_visit_img:after {
  right: 0;
}
.popup_visit_img img {
  position: relative;
  z-index: 2;
  top: 15px;
  max-width: 80%;
}
@media screen and (min-width: 1024px) {
  .popup_visit_img img {
    top: 23px;
  }
}
.popup_visit_list {
  display: grid;
  grid-template-columns: 4em 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  padding: 20px 10px 10px;
  border-right: 1px solid #9d9d9e;
  border-bottom: 1px solid #9d9d9e;
  border-left: 1px solid #9d9d9e;
}
.popup_loc_date {
  max-width: 90%;
  margin: 0 auto 13.1147540984vw;
}
@media screen and (min-width: 1024px) {
  .popup_loc_date {
    text-align: center;
    margin: 0 auto 80px;
  }
}
.popup_loc_img {
  position: relative;
  margin-bottom: 13.1147540984vw;
}
@media screen and (min-width: 1024px) {
  .popup_loc_img {
    max-width: 960px;
    margin: 0 auto 80px;
  }
}
.popup_loc_img:after {
  position: absolute;
  content: "画像はイメージです";
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 1.9672131148vw;
  font-weight: 500;
  bottom: 8px;
  right: 10px;
}
@media screen and (min-width: 1024px) {
  .popup_loc_img:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.popup_limited_wrapper {
  background: #dcdcde;
  margin-bottom: 120px;
}
.popup_limited_title {
  color: #0f0f0f;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #0f0f0f;
}
.popup_limited_content {
  padding: 15px;
}
.popup .suiko_color_title {
  text-align: center;
  margin-bottom: 6.5573770492vw;
}
@media screen and (min-width: 1024px) {
  .popup .suiko_color_title {
    margin-bottom: 40px;
  }
}
.popup .suiko_color_title img {
  max-width: 90%;
}
.popup .suiko_color {
  text-align: center;
  margin: 0 auto 10px;
}
.popup_text {
  color: #fff;
  font-size: 18px;
  font-size: 2.9508196721vw;
  font-weight: 300;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 13.1147540984vw;
}
@media screen and (min-width: 1024px) {
  .popup_text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
}
.popup_reserve {
  margin-bottom: 29.5081967213vw;
}
@media screen and (min-width: 1024px) {
  .popup_reserve {
    margin-bottom: 180px;
    text-align: center;
  }
}
.popup_reserve_img {
  margin-bottom: 3.2786885246vw;
}
@media screen and (min-width: 1024px) {
  .popup_reserve_img {
    margin-bottom: 20px;
  }
}
.popup_reserve_text {
  color: #fff;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .popup_reserve_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.popup_note {
  padding-bottom: 29.5081967213vw;
}
@media screen and (min-width: 1024px) {
  .popup_note {
    padding-bottom: 180px;
  }
}
.popup_note {
  background: #000;
}
.popup_note .inner {
  background: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .popup_note .inner {
    padding: 0 40px;
    max-width: 800px;
  }
}
.popup_note_title {
  font-size: 24px;
  font-size: 3.9344262295vw;
  font-weight: 500;
  text-align: center;
  padding-top: 4.9180327869vw;
  margin-bottom: 4.9180327869vw;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  .popup_note_title {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.popup_note_list {
  display: grid;
  grid-template-columns: 1em 1fr;
  grid-template-rows: 1fr;
  gap: 4.9180327869vw 10px;
  font-size: 16px;
  font-size: 2.6229508197vw;
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 9.8360655738vw;
}
@media screen and (min-width: 1024px) {
  .popup_note_list {
    font-size: 14px;
    font-size: 1.4rem;
    gap: 30px 10px;
    padding-bottom: 60px;
  }
}

.shoplist {
  background: #000;
}
.shoplist_note p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background: #000;
  padding: 40px 20px;
  border: 1px solid #9d9d9d;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .shoplist_note p {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 100px;
  }
}
.shoplist_sec {
  display: none;
}

.map {
  position: relative;
  overflow: hidden;
  height: 450px;
}

@media only screen and (max-width: 599px) {
  .map {
    height: 300px;
  }
}
.map:after {
  display: block;
  content: "";
  padding-top: 50%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

.comtit01 {
  background: #6B6B6B;
  padding: 10px 2%;
  color: #fff;
}

.comtit01 .tit {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
}

.comtit02 {
  border: 1px solid #6B6B6B;
  background: #fff;
  padding: 10px 2%;
  color: #fff;
}

.comtit02 .tit {
  font-size: 24px;
  text-align: center;
  color: #6B6B6B;
  font-weight: bold;
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .comtit01 .tit {
    font-size: 20px;
  }
  .comtit02 .tit {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .comtit01 {
    padding: 5px 2%;
  }
  .comtit02 {
    padding: 5px 2%;
  }
}
.float-left {
  float: left;
}

.pickup-mobile {
  display: flex;
  overflow-x: auto;
}

.pickup-mobile::-webkit-scrollbar {
  display: none;
}

.mobile-pickup-list {
  flex-shrink: 0;
  width: 40%;
}

.collapsible {
  cursor: pointer;
  background-color: rgb(223, 223, 223);
  border: none;
  display: flex;
  justify-content: space-between;
}

.active, .collapsible:hover {
  background: #aaa;
}

.collapsible-content {
  display: none;
  overflow: hidden;
}

.diameter-box {
  height: 90px;
}

@media only screen and (max-width: 1025px) {
  .diameter-box {
    height: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .diameter-box {
    height: 70px;
  }
}
.arrow {
  transform: rotate(90deg);
  transition: transform 0.5s ease-in-out;
}

.arrow.arrow-open {
  transform: rotate(270deg);
  transition: transform 0.5s ease-in-out;
}

.shoplist-map {
  margin-bottom: 180px;
}
@media screen and (max-width: 1023px) {
  .shoplist-map {
    margin-bottom: 100px;
  }
}

.shoplist-map .search01 .item01 {
  width: 10%;
  display: flex;
  align-items: center;
}

.shoplist-map .search01 {
  margin-bottom: 50px;
}

.shoplist-map .search01 .item01 .tit01 {
  font-size: 20px;
  margin-bottom: 0;
}

.shoplist-map .search01 .item02 {
  width: 35%;
}

.shoplist-map .search01 .item02 .select,
.shoplist-map .search01 .item03 .select {
  width: 100%;
  padding: 10px 5px;
  cursor: pointer;
}

.shoplist-map .search01 .item03 {
  width: 35%;
}

.shoplist-map .search01 .item03 .select02 {
  display: none;
}

.shoplist-map .search01 .item03 .select02.active {
  display: block;
}

.shoplist-map .search01 .item04 {
  width: 15%;
}

.shoplist-map .search01 .item04 .button01 {
  background: #6B6B6B;
  color: #fff;
  width: 100%;
  padding: 10px 5px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.shoplist-map .shop-list01 .right {
  width: 70%;
}

.shoplist-map .shop-list01 .right:after {
  content: "";
  padding-top: 50%;
  display: block;
}

.shoplist-map .shop-list01 .maps01 {
  position: relative;
}

.shoplist-map .shop-list01 .maps01 .item01 {
  position: absolute;
  top: 0;
  width: 100%;
}

.shoplist-map .shop-list01 .maps01 .item01.active {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .shoplist-map .shop-list01 .maps01 .item01 .map:after {
    display: block;
    content: "";
    padding-top: 70%;
  }
}
@media only screen and (max-width: 599px) {
  .shoplist-map .search01 {
    margin-bottom: 30px;
  }
  .shoplist-map .search01 .item01 {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .shoplist-map .search01 .item01 .tit01 {
    font-size: 18px;
  }
  .shoplist-map .shop-list01 .left {
    width: 100%;
    /* max-height: 200px; */
    border-bottom: 1px solid #000;
  }
  .shoplist-map .shop-list01 .left .address01 .item01 {
    padding: 10px 5px;
  }
  .shoplist-map .shop-list01 .right {
    width: 100%;
  }
  .shoplist-map .shop-list01 .right:after {
    content: "";
    padding-top: 100%;
    display: block;
  }
  .shoplist-map .search01 .item04 {
    width: 25%;
  }
  .shoplist-map .shop-list01 .maps01 .item01 .map:after {
    display: block;
    content: "";
    padding-top: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .device-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .device-pc {
    display: none !important;
  }
}
.flexb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shoplist .search01 select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.shoplist .search01 .button01 {
  text-align: center;
}/*# sourceMappingURL=style.css.map */