<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;600;700&amp;family=Noto+Sans+JP:wght@400;600;700&amp;display=swap");

/* --------------------------
 å…±é€š 
-------------------------- */

body {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

ul {
  padding-left: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p {
  margin-bottom: 0;
}

a {
  transition: all ease 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
}

@media print,
screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print,
screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block;
}

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

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

.w_100 {
  width: 100%;
}

@media print,
screen and (min-width: 1200px) {
  .container {
    max-width: 1224px !important;
  }
}

/* @media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
} */

.container.subcontainer {
  max-width: 1037px !important;
}

/* --------------------------
 header 
-------------------------- */
.header {
  position: absolute;
  top: 40px;
  left: 40px;
}

.header img {
  width: 172px;
}

@media screen and (max-width: 767px) {
  .header {
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header img {
    width: 88px;
  }
}

/* --------------------------
 MV 
-------------------------- */
.mv {
  background: url(../images/mv_bg.jpg) no-repeat center top / cover;
  padding-top: 204px;
  padding-bottom: 41px;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/mv_bg_sp.jpg) no-repeat center top / cover;
    padding-top: 155px;
    padding-bottom: 56px;
  }
}

.mv picture,
.mv img {
  width: 90%;
  max-width: 1292px;
  margin-inline: auto;
}

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

  .mv picture,
  .mv img {
    width: 92%;
  }
}

.mv-lead {
  position: relative;
  padding: calc((371 / 1512) * 100vw) 0 calc((320 / 1512) * 100vw);
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .mv-lead {
    padding: calc((134 / 390) * 100vw) 0;
    margin-top: 80px;
  }
}

.mv-lead__img {}

.mv-lead__img img {
  width: 37%;
}

@media screen and (max-width: 767px) {
  .mv-lead__img img {
    width: 45%;
  }
}

.mv-lead__img .img01 {
  position: absolute;
  top: 36px;
  left: 0;
}

.mv-lead__img .img02 {
  position: absolute;
  top: 0;
  right: 0;
}

.mv-lead__img .img03 {
  position: absolute;
  bottom: 36px;
  left: 0;
}

.mv-lead__img .img04 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .mv-lead__img .img01 {
    top: 0;
    border-radius: 0 16px 16px 0;
  }

  .mv-lead__img .img02 {
    top: 14px;
    border-radius: 16px 0 0 16px;
  }

  .mv-lead__img .img03 {
    bottom: 23px;
    border-radius: 0 16px 16px 0;
  }

  .mv-lead__img .img04 {
    bottom: 0;
    border-radius: 16px 0 0 16px;
  }
}

.mv-lead__box {
  max-width: 1037px;
  margin-inline: auto;
  background: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 80px 64px;
  border-radius: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mv-lead__box {
    padding: 40px 24px;
    font-size: 16px;
  }
}

.mv-lead__text01 {}

.mv-lead__text01 span {
  display: inline-block;
  background: #0075B8;
  color: #fff;
  padding: 0 24px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .mv-lead__text01 span {
    padding: 0 8px;
  }
}

.mv-lead__text01 span+span {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .mv-lead__text01 span+span {
    margin-top: 4px;
  }
}

.mv-lead__text02 {
  color: #0075B8;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mv-lead__text02 {
    margin-top: 24px;
  }
}

/* --------------------------
 [PICK UP MODEL] 
-------------------------- */
.model_box {
  padding: 80px 0 0;
  background-color: #ECF8FF;
  position: relative;
}

@media screen and (max-width: 767px) {
  .model_box {
    padding: 40px 0 60px;
  }
}

.model_box__ttl {
  text-align: center;
  font-weight: 700;
  color: #0075B8;
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0;
}

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

.model_box__subttl {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.08em;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .model_box__subttl {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 8px;
  }
}


.model_box__links {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 28px;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .model_box__links {
    flex-direction: column;
    gap: 8px;
  }
}

.model_box__link {
  text-align: center;
  display: block;
  color: #0075B8;
  background: #fff;
  border: 2px solid #0075B8;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  padding: 24px 20px 52px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .model_box__link {
    padding: 14px 50px 14px 30px;
    font-size: 14px;
    text-align: left;
  }
}

.model_box__link:hover {
  text-decoration: none;
}

.model_box__link::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 19px solid #0075B8;
}

@media screen and (max-width: 767px) {
  .model_box__link::after {
    bottom: 50%;
    transform: translateY(50%);
    left: auto;
    right: 35px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #0075B8;
  }
}

.item_box {
  padding: 80px 0 64px;
}

@media screen and (max-width: 767px) {
  .item_box {
    padding: 40px 0;
  }
}

.item_box.--02 {
  background: #E2F4FF;
}

.item_box__ttl {
  background: #0075B8;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  font-size: 32px;
  padding: 4px 0;
}

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

.item-detail__main {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .item-detail__main {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .item-detail__main.--reverse {
    flex-direction: row-reverse;
  }
}

.item-detail__main .images {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .item-detail__main .images {
    overflow: hidden;
    max-width: 78%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .item-detail__main .images {
    width: 40%;
  }
}

.item-detail__main .images .swiper {}

.item-detail__main .images .swiper-pagination {
  text-align: left;
  left: 32px;
  bottom: 24px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .images .swiper-pagination {
    left: 9px;
    bottom: 13px;
  }
}

.item-detail__main .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.item-detail__main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.item-detail__main .swiper-pagination-bullet-active {
  background: #0075B8;
}

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

.item-detail__main .point {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  position: relative;
  justify-content: center;
  font-weight: 700;
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .point {
    margin-top: 16px;
    margin-left: 0;
    font-size: 14px;
    display: flex;
  }
}

.item-detail__main .point::before,
.item-detail__main .point::after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #231815;
  position: absolute;
  top: 56%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .point::before,
  .item-detail__main .point::after {
    height: 24px;
    top: 69%;
  }
}

.item-detail__main .point::before {
  left: -24px;
  transform: translateY(-50%) rotate(-30deg);
}

.item-detail__main .point::after {
  right: -24px;
  transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 767px) {
  .item-detail__main .point::before {
    left: 10px;
  }

  .item-detail__main .point::after {
    right: 10px;
  }
}

.item-detail__main .point img {
  height: 2.25em;
  object-fit: contain;
  aspect-ratio: 23 / 36;
  width: auto;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .point img {
    height: 1.8em;
  }
}

.item-detail__main .point .big {
  font-size: 1.375em;
}

@media screen and (max-width: 767px) {
  .item-detail__main .point .big {
    font-size: 1.4em;
  }
}

.item-detail__main .staff-box {
  margin-top: 17px;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .staff-box {
    gap: 10px;
  }
}

.item-detail__main .staff-image {
  width: 140px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .staff-image {
    width: 80px;
    margin-left: 0;
  }
}

.item-detail__main .staff-body {
  flex: 1;
}

.item-detail__main .staff-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 4px;
}

.item-detail__main .staff-body ul li {
  background: #0075B8;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  padding: 4px 16px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .staff-body ul li {
    font-size: 10px;
    padding: 2px 8px;
  }
}

.item-detail__main .staff-detail {
  margin-top: 10px;
  background: #fff;
  padding: 24px;
  font-weight: 700;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .item-detail__main .staff-detail {
    padding: 16px;
    font-size: 12px;
    margin-top: 4px;
  }
}

.item-detail__buy {
  margin-top: 24px;
  background: #D7F0FF;
  padding: 24px 40px;
  border-radius: 16px;
  display: flex;
  gap: 30px;

}

@media screen and (min-width: 768px) {
  .item-detail__buy {
    align-items: center;
  }
}

.item_box.--02 .item-detail__buy {
  background: #ECF8FF;
}

.item-detail__buy .info{
  flex: 1;
}

@media screen and (max-width: 767px) {
  .item-detail__buy {
    flex-direction: column;
    margin-top: 16px;
    padding: 24px 40px;
    gap: 16px;
  }

  .item-detail__buy .info{
    margin-top: 20px;
  }
}

.item-detail__buy .name {
  font-weight: 700;
  font-size: 18px;
  color: #0075B8;
}

@media screen and (max-width: 767px) {
  .item-detail__buy .name {
    font-size: 16px;
  }
}

.item-detail__buy .number {
  font-size: 14px;
  margin-top: 8px;
  color: #0075B8;
}

@media screen and (max-width: 767px) {
  .item-detail__buy .number {
    /* font-size: 12px; */
    font-size: 16px;
    /* margin-top: 2px; */
    margin-top: 0;
    font-weight: 700;
  }
}

.item-detail__buy .note {
  font-size: 14px;
  margin-top: 8px;
  color: #0075B8;
}

@media screen and (max-width: 767px) {
  .item-detail__buy .note {
    font-size: 12px;
    margin-top: 5px;
  }
}

.item-detail__buy .price {
  font-size: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .item-detail__buy .price {
    font-size: 14px;
    margin-top: 4px;
  }
}

.item-detail__buy .shop_btnwrap {
  /* flex: 1; */
}

.item-detail__buy .shop_btns {
  /* background: #ECF8FF;
  padding: 24px;
  border-radius: 16px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap; */
}

@media screen and (max-width: 767px) {
  .item-detail__buy .shop_btns {
    /* padding: 16px;
    gap: 8px; */
  }
}

.item-detail__buy a {
  text-decoration: none;
  color: inherit;
  border-radius: 40px;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #0071B1;
  background: #0071B1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .item-detail__buy a {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

/* .item-detail__buy .shop_btns .watchtoewn {
  border: 2px solid #0096B8;
  background: #0096B8;
  color: #fff;
}

.item-detail__buy .shop_btns .theclockhouse {
  border: 2px solid #0075B8;
  background: #fff;
  color: #0075B8;
}

.item-detail__buy .shop_btns .timestation {
  border: 2px solid #404040;
  background: #404040;
  color: #fff;
}

.item-detail__buy .shop_btns .timetime {
  border: 2px solid #1B48CE;
  background: #1B48CE;
  color: #fff;
}

.item-detail__buy .shop_btns .tictac {
  border: 2px solid #000000;
  background: #fff;
  color: #000000;
} */

.lineup {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .lineup {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
}

.lineup li {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lineup li {
    width: 86%;
    margin-inline: auto;
  }
}

.lineup li img {
  width: 95%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .lineup li img {
    width: 75%;
  }
}

.lineup li .jsswiper {
  position: relative;
}

.lineup li .jsswiper .swiper-button-next,
.lineup li .jsswiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 157px;
}

.lineup li .jsswiper .swiper-button-prev {
  left: -32px;
}

.lineup li .jsswiper .swiper-button-next {
  right: -32px;
}

.lineup li .jsswiper .swiper-button-next:after,
.lineup li .jsswiper .swiper-button-prev:after {
  content: "";
}

.lineup li .jsswiper .swiper-button-prev:after {
  background: url(../images/prev.png) no-repeat center center / contain;
  width: 100%;
  height: 100%;
}

.lineup li .jsswiper .swiper-button-next:after {
  background: url(../images/next.png) no-repeat center center / contain;
  width: 100%;
  height: 100%;
}

.lineup li .jsswiper .swiper-pagination {
  bottom: -30px;
}

.lineup li .jsswiper .swiper-pagination-bullet {
  margin: 0 8px;
}

.lineup li .jsswiper .swiper-pagination-bullet {
  opacity: 1;
  background: #CCCCCC;
}

.lineup li .jsswiper .swiper-pagination-bullet-active {
  background: #0075B8;
}

.lineup__buy {
  margin-top: 24px;
}

.lineup__buy .name {
  font-weight: 700;
  font-size: 18px;
  color: #0075B8;
}

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

.lineup__buy .note {
  font-size: 14px;
  margin-top: 16px;
  color: #0075B8;
}

@media screen and (max-width: 767px) {
  .lineup__buy .note {
    font-size: 12px;
    margin-top: 8px;
  }
}

.lineup__buy .price {
  font-size: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .lineup__buy .price {
    font-size: 14px;
    margin-top: 8px;
  }
}

.lineup__buy a {
  text-decoration: none;
  color: inherit;
  border-radius: 40px;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
  border: 2px solid #0071B1;
  background: #0071B1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lineup__buy a {
    padding: 9px 16px;
    font-size: 14px;
    margin-top: 16px;
  }
}

/* .lineup__buy .shop_btns .watchtoewn {
  border: 2px solid #0096B8;
  background: #0096B8;
  color: #fff;
}

.lineup__buy .shop_btns .theclockhouse {
  border: 2px solid #0075B8;
  background: #fff;
  color: #0075B8;
}

.lineup__buy .shop_btns .timestation {
  border: 2px solid #404040;
  background: #404040;
  color: #fff;
}

.lineup__buy .shop_btns .timetime {
  border: 2px solid #1B48CE;
  background: #1B48CE;
  color: #fff;
}

.lineup__buy .shop_btns .tictac {
  border: 2px solid #000000;
  background: #fff;
  color: #000000;
} */

/* --------------------------
 ãƒŽãƒ™ãƒ«ãƒ†ã‚£ 
-------------------------- */
.fair_box {}

.fair_box .subcontainer {
  max-width: 90%;
  position: relative;
}

.fairsec01 {
  background: url(../images/fair_bg01.jpg) no-repeat center top / cover;
  padding: 76px 0 100px;
}

@media screen and (max-width: 767px) {
  .fairsec01 {
    padding: 39px 0 63px;
  }
}

.fairsec02 {
  background: url(../images/fair_bg02.jpg) no-repeat center top / cover;
}

.fair__ttl {
  width: 612px;
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .fair__ttl {
    width: 285px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .fair_box .text01wrap {
    text-align: center;
    margin-top: 11px;
  }

  .fairsec02 .text01wrap {
    margin-top: 0;
  }
}

.fair_box .text01 {
  font-weight: 700;
  font-size: 48px;
  color: #0075B8;
  background: #fff;
  padding: 0 40px;
  border-radius: 8px;
  margin-top: 40px;
  display: inline-block;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .fair_box .text01 {
    font-size: 24px;
    padding: 0 16px;
    border-radius: 4px;
  }

  .fair_box .text01+.text01 {
    margin-top: 8px;
  }

  .fair_box .text01.sp-only {
    display: inline-block !important;
  }
}

.fair_box .box {
  padding: 24px 40px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 40px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .fair_box .box {
    margin-top: 16px;
    text-align: left;
    max-width: 94%;
    margin-inline: auto;
    line-height: 1.8;
  }
}

.fairsec01 .box::before {
  content: "";
  position: absolute;
  bottom: -89px;
  right: -56px;
  width: 291px;
  height: 411px;
  background: url(../images/book.png) no-repeat center center / contain;
}

@media screen and (max-width: 1200px) {
  .fairsec01 .box::before {
    width: 200px;
    height: 282px;
    right: 0px;
    bottom: -60px;
  }
}

@media screen and (max-width: 767px) {
  .fairsec01 .box::before {
    width: 137px;
    height: 193px;
    right: -20px;
    bottom: -46px;
  }
}

.fair_box .box .note {
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .fair_box .box .note {
    font-size: 12px;
  }
}

.fair_box .box .note+.note {
  margin-top: 8px;
}

.fairsec02 {
  padding: 66px 0 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fairsec02 {
    padding: 50px 0 60px;
  }
}

.fairsec02 .text01 {
  color: #fff;
  background: #0075B8;
  margin-top: 0;
  display: inline-block;
}

.fairsec02 .text01.--sec {
  margin-top: 8px;
}

.fairsec02 .text01 .small {
  font-size: 32px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .fairsec02 .text01 {
    font-size: 24px;
    padding: 0 16px;
  }

  .fairsec02 .text01 .small {
    font-size: 18px;
    margin-left: 8px;
  }
}

.fairsec02 .box {
  display: inline-block;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .fairsec02 .box {
    margin-top: 16px;
    padding: 24px;
    display: block;
    max-width: 100%;
  }
}

.fairsec02 .names {
  display: flex;
  margin-bottom: 16px;
}

.fairsec02 .name {
  color: #0075B8;
  display: inline-block;
  border: 1px solid #0075B8;
  padding: 4px 24px;
}

@media screen and (max-width: 767px) {
  .fairsec02 .name {
    font-size: 14px;
    padding: 2px 16px;
  }
}

.fairsec02 .name+.name {
  margin-left: 16px;
}

.fairsec02 .img {
  position: absolute;
  width: 183px;
  right: 57px;
  bottom: -4px;
}

@media screen and (max-width: 992px) {
  .fairsec02 .img {
    width: 130px;
    right: 20px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .fairsec02 .img {
    width: 99px;
    right: 15px;
    bottom: -3px;
  }
}

/* --------------------------
 [SHOP] 
-------------------------- */
body main .store_box {
  margin-bottom: 3rem;
  text-align: left;
  padding: 80px 0 34px;
}

@media screen and (max-width: 767px) {
  body main .store_box {
    padding: 36px 12px 24px;
    margin-bottom: 13px;
  }
}

body main .store_box .shop_ttl {
  text-align: center;
  color: #0075B8;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body main .store_box .shop_ttl {
    font-size: 14px;
  }
}

.shop_subttl {
  margin-top: 16px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shop_subttl {
    font-size: 28px;
    margin-top: 12px;
  }
}

.store_container {
  margin-top: 40px;
  padding: 24px 0px;
}

@media screen and (min-width: 768px) {
  .store_container {
    background: #ECF8FF;
    padding: 24px 40px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .store_container {
    position: relative;
  }

  .store_container::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #ECF8FF;
    z-index: -1;
    border-radius: 8px;
  }
}

body main .store_box .flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

body main .store_box .-aic {
  align-items: center;
}

body main .store_box ul {
  list-style: none;
  padding: 24px;
  margin: 0;
  background: #fff;
  border-radius: 8px;
  margin-top: 16px;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  body main .store_box ul {
    gap: 16px;
  }
}

body main .store_box ul li {
  margin-bottom: 0;
}

body main .store_box ul li a {
  text-decoration: none;
  transition: 0.5s;
}

body main .store_box ul li a:hover {
  opacity: 0.8;
}

body main .store_box .storebox_ttl,
body main .store_box .store-ttl {
  color: #0075B8;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

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

  body main .store_box .storebox_ttl,
  body main .store_box .store-ttl {
    font-size: 16px;
  }
}

body main .store_box .storebox_ttl.second,
body main .store_box .store-ttl {
  padding-top: 24px;
}

body main .store_box .store-item-wrap {
  margin-top: 16px;
}

body main .store_box .store-item-wrap.first {
  padding-top: 0;
  padding-bottom: 0;
}

body main .store_box .tab li:nth-child(6n) {
  margin-right: 0;
}

body main .store_box .tab li a {
  padding: 14px 38px;
  text-align: center;
  display: block;
  border: 2px #0075B8 solid;
  background: #fff;
  color: #0075B8;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  body main .store_box .tab li a {
    padding: 5px 13px;
    font-size: 16px;
  }
}

body main .store_box .tab li a.active {
  background: #0075B8;
  color: #fff;
}

@media screen and (min-width: 768px) {
  body main .store_box .store-item-inner-ttlbox {
    width: 39%;
  }
}

body main .store_box .store-item-inner-description {
  flex: 1;
}

@media screen and (min-width: 768px) {
  body main .store_box .store-item-inner-description {
    margin-left: 24px;
  }
}

body main .store_box .store-item-inner-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body main .store_box .store-item-inner-ttl {
    font-size: 16px;
  }
}

body main .store_box .store-item-inner-label {
  font-size: 10px;
  padding: 6px 8px;
  background: #0075B8;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
}

body main .store_box .store-item-inner-label.--sws{
  background: #242424;
}

body main .store_box .store-item-inner {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  body main .store_box .store-item-inner {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body main .store_box .store-item-inner {
    display: block;
  }
}

body main .store_box .store-item-inner+.store-item-inner {
  margin-top: 16px;
}

body main .store_box .store-item-inner:last-child {
  border-bottom: none;
}

body main .store_box .store-item-inner-address {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  body main .store_box .store-item-inner-address {
    margin-top: 16px;
    font-size: 14px;
  }
}

body main .store_box .store-item-inner-tel {
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body main .store_box .store-item-inner-tel {
    font-size: 14px;
  }
}

body main .store_box .store-item-inner-tel::before {
  content: "TEL:";
  margin-right: 8px;
}

.store-item-inner-note{
  color: #F53906;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  body main .banner_box {
    padding: 0 12px;
  }
}

body main .banner_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  justify-content: center;
  gap: 2%;
}

@media screen and (max-width: 767px) {
  body main .banner_box ul {
    display: block;
  }
}

body main .banner_box ul li {
  margin-bottom: 40px;
  width: 18.4%;
  padding: 0;
}

@media screen and (max-width: 992px) {
  body main .banner_box ul li {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  body main .banner_box ul li {
    width: 100%;
    margin-right: 0;
  }
}

body main .banner_box ul li a {
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
}

body main .banner_box ul li a:hover {
  opacity: 0.7;
}

body main .banner_box ul li a img {
  width: 100%;
}

body main .banner_box ul li a p {
  margin-top: 16px;
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body main .banner_box ul li a p {
    font-size: 12px;
  }
}

body footer .f_box {
  text-align: center;
  margin: 0px 0 40px;
}

body footer .copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #0075B8;
  font-weight: 700;
  padding: 80px 0;
  text-align: center;
  margin-top: 37px;
}</pre></body></html>