@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #262626;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #262626;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  color: #262626;
  background: #fff;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.svg-box {
  width: 0;
  height: 0;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 16px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1120px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Montserrat", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.btn-base {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.btn-base a {
  color: #fff;
  background: #b50181;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 0;
}
@media (min-width: 769px) {
  .btn-base a {
    font-size: 20px;
    padding: 25px 0;
  }
}

/* ヘッダー-------------------------------------------*/
.page-hd {
  background: #fff;
  overflow: hidden;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 10;
  transition: opacity 0.5s ease;
}
@media (min-width: 769px) {
  .page-hd {
    height: 84px;
    border-bottom: none;
  }
}
.page-hd.fixed {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.page-hd.visible {
  opacity: 1;
  pointer-events: auto;
}
.page-hd .hd-inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.page-hd .hd-inner .top-logo {
  padding: 16px 13px 0;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo {
    padding: 22px 28px 0;
  }
}
.page-hd .hd-inner .top-logo a img {
  width: 143px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo a img {
    width: 177px;
  }
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav {
    display: none;
    z-index: 10;
    background: #b50181;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100svh - 60px);
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav .gnav-inner {
    height: 100%;
    padding: 124px 16px 0;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav .gnav-inner {
    height: 100%;
    display: flex;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list {
    display: flex;
    align-items: center;
    gap: 0 32px;
    margin-right: 40px;
  }
}
.page-hd .hd-inner #gnav .gnav-inner .nav-list li {
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list li a {
    color: #fff;
    display: block;
    padding-bottom: 30px;
  }
}
.page-hd .hd-inner #gnav .gnav-inner .nav-list .icon-arrow01 {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list .icon-arrow01 {
    background-image: url(../images/icon_downarrow01_w.svg);
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list .icon-arrow01 {
    background-image: url(../images/icon_downarrow01.svg);
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
}
.page-hd .hd-inner #gnav .gnav-inner .nav-list .icon-nw {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list .icon-nw {
    background-image: url(../images/icon_nw_w.svg);
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav .gnav-inner .nav-list .icon-nw {
    background-image: url(../images/icon_nw.svg);
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }
}
.page-hd .hd-inner #gnav .gnav-inner .inquiry-btn {
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-hd .hd-inner #gnav .gnav-inner .inquiry-btn {
    margin-top: 50px;
    background: #fff;
    text-align: center;
    font-size: 18px;
  }
  .page-hd .hd-inner #gnav .gnav-inner .inquiry-btn a {
    display: block;
    color: #B50181;
    padding: 25px 0;
  }
}
@media (min-width: 769px) {
  .page-hd .hd-inner #gnav .gnav-inner .inquiry-btn {
    width: 207px;
    height: 100%;
    font-size: 16px;
    padding: 10px;
  }
  .page-hd .hd-inner #gnav .gnav-inner .inquiry-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    background: #B50181;
  }
}

.page-hd-placeholder {
  height: 0;
}

.opening-telop {
  background: #01469d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
}
@media (min-width: 769px) {
  .opening-telop {
    font-size: 20px;
    padding: 20px;
  }
}
.opening-telop a {
  display: block;
  color: #fff;
  height: 100%;
}

.hbg-wrapper {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background: #B50181;
  padding: 20px 15px;
}
@media (min-width: 769px) {
  .hbg-wrapper {
    display: none;
  }
}
.hbg-wrapper span {
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
}
.hbg-wrapper span:nth-of-type(1) {
  top: 22px;
}
.hbg-wrapper span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.hbg-wrapper span:nth-of-type(3) {
  bottom: 22px;
}
.hbg-wrapper.open span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.hbg-wrapper.open span:nth-child(2) {
  opacity: 0;
}
.hbg-wrapper.open span:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
}

/* フッター-------------------------------------------*/
.ft-newstore {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .ft-newstore {
    height: 380px;
    background-image: url(../images/footer_bg_sp.jpg);
  }
}
@media (min-width: 1025px) {
  .ft-newstore {
    height: 480px;
    background-image: url(../images/footer_bg_pc.jpg);
  }
}
.ft-newstore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.ft-newstore .box-inner {
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 26px;
}
.ft-newstore .box-inner .ttl-l {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .ft-newstore .box-inner .ttl-l {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.ft-newstore .box-inner .ttl-s {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7778;
}
.ft-newstore .box-inner .btn-base {
  margin-top: 24px;
  width: 295px;
}
@media (min-width: 769px) {
  .ft-newstore .box-inner .btn-base {
    margin-top: 40px;
    width: 500px;
  }
}
.page-ft {
  padding-top: 40px;
  padding-bottom: 27px;
}
@media (min-width: 769px) {
  .page-ft {
    padding-top: 60px;
    padding-bottom: 43px;
  }
}
.page-ft .box-inner .note {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .note {
    margin-bottom: 16px;
    text-align: right;
  }
}
.page-ft .box-inner .note a {
  text-decoration: underline;
  color: #B50181;
}
.page-ft .box-inner .logo-box {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .logo-box {
    text-align: left;
    margin-bottom: 28px;
  }
}
.page-ft .box-inner .logo-box a img {
  width: 200px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .logo-box a img {
    width: 226px;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .pc-flex {
    justify-content: space-between;
  }
}
.page-ft .box-inner .pc-flex .ft-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0px;
}
@media (max-width: 768px) {
  .page-ft .box-inner .pc-flex .ft-nav {
    max-width: 72vw;
    margin: 0 auto 24px;
  }
}
.page-ft .box-inner .pc-flex .ft-nav li {
  font-weight: 500;
  margin-left: -1px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .pc-flex .ft-nav li {
    font-size: 13px;
  }
}
.page-ft .box-inner .pc-flex .ft-nav li a {
  display: flex;
  padding: 0 20px;
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  line-height: 1.3;
}
.page-ft .box-inner .pc-flex .copyright {
  text-align: center;
  font-size: 10px;
}
/*# sourceMappingURL=_map/common.css.map */
