@charset "UTF-8";
@keyframes slide {
  0%, 100% {
    transform: translate(0, -50%);
  }
  90% {
    transform: translate(5px, -50%);
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333333;
  background-color: transparent;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
  /*&.is-fixed {
  	overflow: hidden;
  }*/
}

a {
  text-decoration: underline;
  color: #FF5DAD;
  transition: all 300ms ease 0s;
}
a:hover {
  opacity: 0.7;
}

.ff_gothic {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.ff_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.ff_en {
  font-family: "Montserrat", sans-serif;
}

.ff_cherry {
  font-family: "Cherry Bomb One", system-ui;
}

.xs {
  font-size: 0.7em;
}

.s {
  font-size: 0.85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.n {
  font-style: normal;
  text-decoration: none;
}

ul.n, ol.n {
  list-style-type: none !important;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width : 901px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .m {
    font-size: 1.5rem;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #333333;
  }
}
@media screen and (max-width : 900px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .m {
    font-size: 1.5rem;
  }
}
@media screen and (max-width : 900px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width : 901px) {
  .only-sp {
    display: none;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width : 901px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width : 900px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width : 374.9px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g {
  max-width: 1100px;
}
.g.m-mxw_920 {
  max-width: 920px;
}
.g.m-mxw_1200 {
  max-width: 1200px;
}
.g.m-mxw_800 {
  max-width: 800px;
}
.l-wrapper {
  width: 100vw;
  overflow: hidden;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  display: block;
  width: 100%;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.7);
}
.l-header__i {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  justify-content: space-between;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 5px 25px 5px 30px;
}
.l-header__logo a {
  color: #333333;
  text-decoration: none;
}
.l-header__logo .txt, .l-header__logo .img {
  display: block;
}
.l-header__logo .txt {
  font-size: 1.4rem;
}
.l-header__logo .img img {
  display: block;
}
.l-header__right {
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: space-between;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 30px;
}
.l-header__teltime {
  text-align: center;
}
.l-header__gNav {
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: space-between;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width : 1024.1px) {
  .l-header .sp {
    display: block;
  }
}
@media screen and (max-width : 1024px) {
  .l-header .pc {
    display: none;
  }
  .l-header__i {
    padding: 0 15px;
  }
  .l-header__right {
    gap: 15px;
  }
  .l-header__teltime {
    width: 60px;
    aspect-ratio: 1;
    background-color: #FF5DAD;
    border: solid 1px #FF5DAD;
    border-radius: 999px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background-image: url(../img/common/ico_tel_wt.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 28px;
  }
  .l-header__tel {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
  }
  .l-header__tel a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 999px;
  }
}
@media screen and (max-width : 1024px) and (max-width : 767.9px) {
  .l-header {
    height: 64px;
  }
  .l-header .l-header__logo img {
    width: 140px;
    height: auto;
  }
  .l-header .l-header__right {
    gap: 5px;
  }
  .l-header__gNav {
    gap: 5px;
  }
  .l-header__teltime {
    width: 40px;
    background-size: 24px 24px;
  }
}

.l-gNav__main {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 533px;
  height: auto;
  max-height: 100dvh;
  overflow: auto;
  background-color: #32A3FF;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10vh);
  transition: all 300ms ease 0s;
}
.l-gNav__main > ul {
  /*
  	background-image: url(../img/common/ico_border_dashed.svg);
  	background-repeat: repeat-x;
  	background-position: left top;
  	background-size: 5px 1px;
  */
}
.l-gNav__main > ul > li {
  background-image: url(../img/common/ico_border_dashed.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 1px;
}
.l-gNav__main a, .l-gNav__main .a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
  position: relative;
}
.l-gNav__main a::after, .l-gNav__main .a::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/common/ico_arrow_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(0, -50%);
  transition: all 300ms ease 0s;
}
.l-gNav__main a:hover, .l-gNav__main .a:hover {
  opacity: 1;
}
.l-gNav__main a:hover::after, .l-gNav__main .a:hover::after {
  transform: translate(10px, -50%);
}
.l-gNav__main.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.l-gNav__btn {
  width: 60px;
  aspect-ratio: 1;
  background-color: #32A3FF;
  border-radius: 999px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.l-gNav__btn span {
  display: block;
  width: 33.33333%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 300ms ease 0s;
}
.l-gNav__btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}
.l-gNav__btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.l-gNav__btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}
.l-gNav__btn.is-active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gNav__btn.is-active span:nth-child(2) {
  opacity: 0;
}
.l-gNav__btn.is-active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-gNav__btns ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width : 1024.1px) {
  .l-gNav .sp {
    display: none;
  }
  .l-gNav__main {
    padding: 80px 50px 70px;
  }
}
@media screen and (max-width : 1024px) {
  .l-gNav .pc {
    display: none;
  }
  .l-gNav__main {
    padding: 80px 30px 40px;
    z-index: -1;
  }
  .l-gNav__btn {
    width: 60px;
  }
  .l-gNav__btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 5px));
  }
  .l-gNav__btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 5px));
  }
}
@media screen and (max-width : 1024px) and (max-width : 767.9px) {
  .l-gNav .l-gNav__main {
    padding-top: 64px;
  }
  .l-gNav .l-gNav__btn {
    width: 40px;
  }
}

@media screen and (min-width : 1024.1px) {
  .l-main {
    padding-top: 110px;
  }
}
@media screen and (max-width : 1024px) {
  .l-main {
    padding-top: 110px;
  }
}
@media screen and (max-width : 1024px) and (max-width : 767.9px) {
  .l-main {
    padding-top: 64px;
  }
}

.l-footer {
  padding-top: 70px;
  padding-bottom: 50px;
}
.l-footer__nav {
  width: 100%;
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: space-between;
}
.l-footer__nav a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
}
.l-footer__nav a:hover {
  opacity: 1;
  color: #FF5DAD;
  text-decoration: underline;
}
.l-footer__bottom {
  padding-top: 20px;
  padding-bottom: 50px;
}
.l-footer__subnav li::after {
  content: "｜";
  display: inline-block;
}
.l-footer__subnav li:last-child::after {
  display: none;
}
.l-footer__subnav a {
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  color: #333333;
  display: inline-block;
}
.l-footer__subnav a:hover {
  opacity: 1;
  color: #FF5DAD;
  text-decoration: underline;
}
.l-footer__fixed {
  position: fixed;
  z-index: 101;
}
@media screen and (min-width : 901px) {
  .l-footer__row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-footer__sign {
    width: 50%;
  }
  .l-footer__right {
    width: 50%;
  }
  .l-footer__fixed {
    bottom: 30px;
    right: 30px;
    width: 236px;
  }
  .l-footer__fixed a {
    aspect-ratio: 1;
    max-height: 236px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: center;
    background-color: #32A3FF;
    border-radius: 999px;
    text-decoration: none;
    color: #FDFF89;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
  }
  .l-footer__fixed a .lg {
    font-size: 3rem;
  }
  .l-footer__fixed a > .inner {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: center;
  }
  .l-footer__fixed a .imgbox {
    transform: translate(0, -20px);
  }
  .l-footer__fixed a .txtbox {
    transform: translate(0, -35px);
  }
}
@media screen and (max-width : 900px) {
  .l-footer {
    text-align: center;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__bottom {
    padding-bottom: 110px;
  }
  .l-footer__fixed {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .l-footer__fixed a {
    display: block;
    background-color: #32A3FF;
    height: 60px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: center;
    color: #FDFF89;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 700;
  }
  .l-footer__fixed a > .inner {
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row-reverse;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: center;
  }
  .l-footer__fixed .txtbox {
    display: inline-flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-footer__fixed .txtbox img {
    width: 18px;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
  }
  .l-footer__fixed .imgbox {
    padding-right: 10px;
  }
  .l-footer__fixed .imgbox img {
    width: 100px;
    vertical-align: bottom;
    transform: translate(0, -10px);
  }
}