@charset "UTF-8";
/*******************************
Default Mixin
*******************************/
/*----------------------
フォントサイズ「rem」の使用
----------------------*/
/*******************************
Customized Mixin
*******************************/
/*********************************************
RESET
*********************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit;
}

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

html {
  overflow-y: scroll;
}

img {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

/*********************************************
DEFAULT
*********************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  -webkit-text-size-adjust: 100%;
}

a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover {
  opacity: .8;
}

a:hover img {
  opacity: .8;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*********************************************
Customize
*********************************************/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a {
  color: #000000;
}

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

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%;
  }
}

.m-telLink {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .m-telLink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.m-title {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .m-title__jp {
    width: 38%;
    margin: 0 auto;
  }
}

.m-title__en {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 13px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .m-title__en {
    padding-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-btn01 {
  display: inline-block;
  width: 190px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.m-btn01 .fas {
  margin-right: 3px;
}

.m-btn01:hover span {
  top: 0;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.m-btn01-large {
  width: 494px;
}

@media screen and (max-width: 640px) {
  .m-btn01-large {
    width: 90%;
  }
}

.m-btn01 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  top: -3px;
  padding: 9.79px 0;
  z-index: 1;
  border: 1px solid #000000;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.m-btn01::after {
  content: '';
  position: absolute;
  height: 100%;
  border-radius: 50px;
  width: 100%;
  z-index: 0;
  left: 0;
  background-color: #f28f9a;
  border: 1px solid #000000;
  bottom: 0px;
}

.m-btn-text {
  position: relative;
  color: #f34379;
}

.m-btn-text:hover::after {
  display: none;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.m-btn-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  height: 1px;
  background-color: #f34379;
}

.mp0 {
  margin: 0px;
  padding: 0px;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 20px !important;
}

.pR50 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 55px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

/*******************************
Style Start
*******************************/
.is-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc-hidden {
    display: inline-block;
  }
}

.is-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-sp-hidden {
    display: none;
  }
}

.is-sp {
  display: none;
}

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

/*******************************
Style
*******************************/
.l-header {
  position: relative;
}

.l-header .logo {
  text-align: center;
}

.l-header .logo-sub {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .l-header .logo-sub {
    display: none;
  }
}

.l-header .menu-icon {
  width: 111px;
  height: 111px;
  background-color: #eb5482;
  position: fixed;
  right: 0;
  top: 96px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 2000;
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header .menu-icon {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon {
    width: 60px;
    height: 60px;
    top: 12.6vw;
  }
}

.l-header .menu-icon span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 41px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon span {
    width: 30px;
  }
}

.l-header .menu-icon span:nth-child(1) {
  top: 42px;
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon span:nth-child(1) {
    top: 18px;
  }
}

.l-header .menu-icon span:nth-child(2) {
  top: 55px;
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon span:nth-child(2) {
    top: 30px;
  }
}

.l-header .menu-icon span:nth-child(3) {
  top: 68px;
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon span:nth-child(3) {
    top: 41px;
  }
}

.l-header .menu-icon.is-open {
  background-color: #ffffff;
}

.l-header .menu-icon.is-open span {
  background-color: #eb5482;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.l-header .menu-icon.is-open span:nth-child(1) {
  -webkit-transform: translate(-20px, 13px) rotate(45deg);
          transform: translate(-20px, 13px) rotate(45deg);
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon.is-open span:nth-child(1) {
    -webkit-transform: translate(-15px, 12px) rotate(45deg);
            transform: translate(-15px, 12px) rotate(45deg);
  }
}

.l-header .menu-icon.is-open span:nth-child(2) {
  opacity: 0;
}

.l-header .menu-icon.is-open span:nth-child(3) {
  -webkit-transform: translate(-20px, -12px) rotate(-45deg);
          transform: translate(-20px, -12px) rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .l-header .menu-icon.is-open span:nth-child(3) {
    -webkit-transform: translate(-15px, -12px) rotate(-45deg);
            transform: translate(-15px, -12px) rotate(-45deg);
  }
}

.menu {
  margin-top: 33.5px;
}

@media screen and (max-width: 1024px) {
  .menu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1999;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .menu.is-open {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
}

.menu .logo-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu .logo-sp {
    display: block;
    text-align: center;
  }
}

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 8%;
  }
}

@media screen and (max-width: 640px) {
  .menu-wrap {
    padding-top: 20%;
  }
}

.menu-wrap .item {
  padding-top: 33px;
  margin: 0 16.5px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .menu-wrap .item {
    width: 100%;
    padding: 20px 0 20px 50px;
  }
}

@media screen and (max-width: 640px) {
  .menu-wrap .item {
    padding: 10px 0px 10px 50px;
  }
}

.menu-wrap .item::before {
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
  width: 17px;
  height: 23px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .menu-wrap .item::before {
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menu-wrap .item:nth-child(1)::before, .menu-wrap .item:nth-child(5)::before {
  background-image: url(../img/item-menu__01.png);
}

.menu-wrap .item:nth-child(2)::before, .menu-wrap .item:nth-child(6)::before {
  background-image: url(../img/item-menu__02.png);
}

.menu-wrap .item:nth-child(3)::before, .menu-wrap .item:nth-child(7)::before {
  background-image: url(../img/item-menu__03.png);
}

.menu-wrap .item:nth-child(4)::before {
  background-image: url(../img/item-menu__04.png);
}

@media screen and (max-width: 1024px) {
  .menu-wrap .item .link {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .menu-wrap .item .link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-main__mainvisual {
  position: relative;
  margin: 0 75px;
  background-image: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .l-main__mainvisual {
    margin: 0;
    background-position: center right;
  }
}

.l-main__mainvisual .mainvisual-title {
  padding: 148.5px 0;
  position: relative;
  left: -70px;
}

@media screen and (max-width: 1024px) {
  .l-main__mainvisual .mainvisual-title {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .l-main__mainvisual .mainvisual-title {
    padding: 84.5px 0;
  }
}

@media screen and (max-width: 640px) {
  .l-main__mainvisual .mainvisual-title {
    padding: 7% 0 10%;
  }
}

.l-main__mainvisual .scroll-bar {
  background-color: #caf5d1;
  position: absolute;
  padding: 31px 11.5px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 99px;
  bottom: -92.5px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

@media screen and (max-width: 1350px) {
  .l-main__mainvisual .scroll-bar {
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .l-main__mainvisual .scroll-bar {
    display: none;
  }
}

.l-main__mainvisual .scroll-bar:hover {
  opacity: .8;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.l-main__mainvisual .scroll-bar .scroll-txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Alata", sans-serif;
  margin-bottom: 9px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
}

.l-main__mainvisual .scroll-bar .scroll-arrow {
  margin: 0 auto;
  width: 1px;
  height: 53px;
  background-color: #000000;
  position: relative;
  -webkit-animation: animateScroll 2s infinite;
          animation: animateScroll 2s infinite;
}

.l-main__mainvisual .scroll-bar .scroll-arrow::after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 1px;
  height: 15px;
  left: 4px;
  bottom: 0;
  background-color: #000000;
}

.l-main .attention {
  max-width: 850px;
  margin-top: 65px;
  text-align: center;
  border: 1px solid #eb5482;
  width: 91.25%;
}

@media screen and (max-width: 768px) {
  .l-main .attention {
    text-align: left;
  }
}

.l-main .attention .txt {
  padding: 22px;
  color: #eb5482;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .l-main .attention .txt {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .l-main .attention .txt {
    padding: 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.l-main__about {
  padding-top: 96px;
  padding-bottom: 157px;
}

@media screen and (max-width: 1024px) {
  .l-main__about {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__about {
    padding-top: 40px;
    padding-bottom: 18%;
  }
}

.l-main__about .about-wrap {
  position: relative;
  padding-top: 20px;
}

.l-main__about .about-wrap .partner-img {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .l-main__about .about-wrap .partner-img {
    top: auto;
    position: relative;
  }
}

.l-main__about .about-wrap .partner-img__left {
  left: -161px;
}

@media screen and (max-width: 1024px) {
  .l-main__about .about-wrap .partner-img__left {
    left: auto;
    text-align: center;
    padding-bottom: 20px;
  }
}

.l-main__about .about-wrap .partner-img__right {
  right: -182px;
}

@media screen and (max-width: 1024px) {
  .l-main__about .about-wrap .partner-img__right {
    right: auto;
    text-align: center;
  }
}

.l-main__about .about-wrap .about-content {
  text-align: center;
  padding-top: 35px;
}

@media screen and (max-width: 1024px) {
  .l-main__about .about-wrap .about-content {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__about .about-wrap .about-content {
    padding-top: 10px;
  }
}

.l-main__about .about-wrap .about-content .ttl {
  display: inline-block;
  margin-top: 8.5px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 0 15px;
  font-weight: 500;
  color: #ffffff;
  background-color: #eb5482;
}

@media screen and (max-width: 768px) {
  .l-main__about .about-wrap .about-content .ttl {
    padding: 0 25px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__about .about-wrap .about-content .ttl {
    padding: 4px 5px;
    margin-top: 1.5%;
    font-size: 4.1vw;
  }
}

.l-main__about .about-wrap .about-content .txt {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 35px;
}

@media screen and (max-width: 640px) {
  .l-main__about .about-wrap .about-content .txt {
    padding-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-main__content {
  position: relative;
  background-color: #caf5d1;
  padding-bottom: 274.5px;
}

@media screen and (max-width: 1024px) {
  .l-main__content {
    padding-bottom: 93.5px;
  }
}

@media screen and (max-width: 768px) {
  .l-main__content {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__content {
    padding-bottom: 66%;
  }
}

.l-main__content .partner-left, .l-main__content .partner-right {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .l-main__content .partner-left, .l-main__content .partner-right {
    display: none;
  }
}

.l-main__content .partner-left {
  left: -88px;
  top: 44%;
}

.l-main__content .partner-right {
  right: -84px;
  top: 43%;
}

.l-main__content .m-title {
  top: -55px;
}

@media screen and (max-width: 640px) {
  .l-main__content .m-title {
    top: -7.9vw;
  }
}

@media screen and (max-width: 640px) {
  .l-main__content .m-title__jp {
    width: 48%;
  }
}

.l-main__content .m-title__jp img {
  width: 282px;
}

.l-main__content .time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .l-main__content .time-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-main__content .time-wrap .ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 39px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .l-main__content .time-wrap .ttl {
    height: 35px;
  }
}

.l-main__content .time-wrap .ttl::after {
  content: '';
  position: absolute;
  height: 5px;
  background-color: #f28f9a;
  left: -1px;
  width: 104px;
  bottom: -5px;
  border: 1px solid #000000;
}

.l-main__content .time-wrap .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 22px;
  font-size: 45.07px;
  font-size: 4.507rem;
  font-family: "Alata", sans-serif;
  color: #ffffff;
  text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}

@media screen and (max-width: 768px) {
  .l-main__content .time-wrap .date {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__content .time-wrap .date {
    font-size: 7vw;
  }
}

.l-main__content .time-wrap .date .txt {
  font-size: 28.17px;
  font-size: 2.817rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .l-main__content .time-wrap .date .txt {
    font-size: 4.5vw;
  }
}

.l-main__content .time-wrap .date .arrow {
  position: relative;
  line-height: 0.3;
  margin: 0 17.5px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .l-main__content .time-wrap .date .arrow {
    margin: 0 15.5px;
  }
}

.l-main__content .txt {
  text-align: center;
  margin-top: 20px;
  color: #eb5482;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .l-main__content .txt {
    text-align: left;
  }
}

.l-main__content .txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main__content .txt01 span {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 10px;
  font-weight: 500;
  color: #ffffff;
  background-color: #eb5482;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt01 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-main__content .txt02 {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main__content .txt02 .color-p {
  color: #eb5482;
}

.l-main__content .txt02 .large {
  color: #eb5482;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Alata", sans-serif;
  line-height: 0.8;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt02 .large {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.l-main__content .txt02 .border {
  position: relative;
}

.l-main__content .txt02 .border::before {
  content: '';
  position: absolute;
  background-image: url(../img/border-txt.png);
  bottom: -10px;
  left: 0;
  height: 6px;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt02 .border::before {
    background-size: 100%;
  }
}

.l-main__content .txt03 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt03 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 425px) {
  .l-main__content .txt03 {
    font-size: 3vw;
  }
}

.l-main__content .btn-wrap {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .l-main__content .btn-wrap {
    margin-bottom: 20px;
  }
}

.l-main__content .btn-wrap .m-btn01 span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #eb5482;
}

@media screen and (max-width: 640px) {
  .l-main__content .btn-wrap .m-btn01 span {
    font-size: 3.5vw;
  }
}

.l-main__content .btn-wrap .m-btn01 i {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 640px) {
  .l-main__content .btn-wrap .m-btn01 i {
    font-size: 3.5vw;
  }
}

.l-main__content .btn-wrap .txt-sub {
  padding-top: 17px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .l-main__content .btn-wrap .txt-sub {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
  }
}

@media screen and (max-width: 425px) {
  .l-main__content .btn-wrap .txt-sub {
    font-size: 3vw;
  }
}

.l-main__content .txt04 {
  text-align: center;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 11.5px;
  max-width: 608px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media screen and (max-width: 640px) {
  .l-main__content .txt04 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6.5px 6.5px 10px;
  }
}

.l-main__content .content-img {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  bottom: -195px;
}

@media screen and (max-width: 768px) {
  .l-main__content .content-img {
    bottom: -89px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__content .content-img {
    bottom: -53vw;
  }
}

.l-main__present {
  background-color: #fae4e7;
  padding-top: 278px;
  padding-bottom: 154px;
}

@media screen and (max-width: 768px) {
  .l-main__present {
    padding-top: 160px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present {
    padding-top: 66%;
    padding-bottom: 17%;
  }
}

.l-main__present .ttl {
  padding-top: 28px;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-main__present .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.l-main__present .present-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.l-main__present .present-wrap .inner {
  text-align: center;
  width: 32.1%;
  margin-right: 1.85%;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .l-main__present .present-wrap .inner {
    width: 47%;
    margin-right: 5.85%;
  }
  .l-main__present .present-wrap .inner:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap .inner {
    width: 100%;
    margin-right: 0;
  }
}

.l-main__present .present-wrap .inner:nth-child(3), .l-main__present .present-wrap .inner:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .l-main__present .present-wrap .inner:nth-child(3):nth-child(3), .l-main__present .present-wrap .inner:nth-child(4):nth-child(3) {
    margin-right: 5.85%;
  }
}

.l-main__present .present-wrap .inner-img {
  position: relative;
}

.l-main__present .present-wrap .inner-img .commingsoon {
  z-index: 9;
  top: 40%;
  position: absolute;
  width: 197%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap .inner-img .commingsoon {
    width: 140%;
  }
}

.l-main__present .present-wrap .inner-content {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap .inner-content {
    padding-top: 8px;
  }
}

.l-main__present .present-wrap .inner-content .ttl01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  height: 132px;
  word-break: keep-all;
}

@media screen and (max-width: 1024px) {
  .l-main__present .present-wrap .inner-content .ttl01 {
    height: 11vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .l-main__present .present-wrap .inner-content .ttl01 {
    height: 16vw;
    font-size: 2.9vw;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap .inner-content .ttl01 {
    word-break: break-all;
    height: auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-main__present .present-wrap .inner-content .txt {
  text-align: left;
  padding-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.l-main__present .present-wrap .inner-content .txt img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap .inner-content .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main__present .present-wrap .inner-content .m-btn01 {
  margin-top: 20px;
}

.l-main__present .present-wrap02 {
  max-width: 815px;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 35px 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .l-main__present .present-wrap02 {
    padding: 35px;
  }
}

@media screen and (max-width: 768px) {
  .l-main__present .present-wrap02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-main__present .present-wrap02 .ttl02 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap02 .ttl02 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-main__present .present-wrap02 .inner-left {
  padding-right: 5.2%;
  border-right: 1px solid #adadad;
}

@media screen and (max-width: 768px) {
  .l-main__present .present-wrap02 .inner-left {
    padding-right: 0;
    border-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap02 .inner-left {
    width: 100%;
  }
}

.l-main__present .present-wrap02 .inner-left .block01 {
  padding: 25px 0 20px;
  border-bottom: 1px solid #adadad;
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap02 .inner-left .block01 {
    padding: 10px 0;
  }
}

.l-main__present .present-wrap02 .inner-left .block01:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.l-main__present .present-wrap02 .inner-left .block01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
}

@media screen and (max-width: 1024px) {
  .l-main__present .present-wrap02 .inner-left .block01 .inner {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap02 .inner-left .block01 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap02 .inner-left .block01 .inner .txt01 {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
}

.l-main__present .present-wrap02 .inner-left .block01 .hour {
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-main__present .present-wrap02 .inner-left .block01 .hour {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-main__present .present-wrap02 .inner-right {
  padding-left: 4.6%;
}

@media screen and (max-width: 768px) {
  .l-main__present .present-wrap02 .inner-right {
    padding-top: 20px;
    padding-left: 0;
  }
}

.l-main__present .present-wrap02 .inner-right .ttl02 {
  margin-bottom: 15px;
}

.l-main__present .sub-txt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 13px;
}

@media screen and (max-width: 640px) {
  .l-main__present .sub-txt {
    text-align: left;
  }
}

.l-main__participation {
  padding-bottom: 85px;
  background-color: #fafbc8;
}

@media screen and (max-width: 640px) {
  .l-main__participation {
    padding-bottom: 50px;
  }
}

.l-main__participation .partner-left, .l-main__participation .partner-right {
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .l-main__participation .partner-left, .l-main__participation .partner-right {
    display: none;
  }
}

.l-main__participation .partner-left {
  top: 100px;
  left: -160px;
}

.l-main__participation .partner-right {
  top: -55px;
  right: -157px;
}

.l-main__participation .m-title {
  top: -51.5px;
}

@media screen and (max-width: 640px) {
  .l-main__participation .m-title {
    top: -7vw;
  }
}

@media screen and (max-width: 640px) {
  .l-main__participation .m-title__jp {
    width: 65%;
  }
}

.l-main__participation .m-title__jp img {
  width: 402px;
}

.l-main__participation .participation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .l-main__participation .participation-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .l-main__participation .participation-wrap {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .l-main__participation .participation-wrap.is-pc {
    display: none !important;
  }
}

.l-main__participation .participation-wrap.is-tb {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-main__participation .participation-wrap.is-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-main__participation .participation-wrap .inner {
  text-align: center;
  width: 24%;
  max-width: 240px;
  position: relative;
  margin-right: 1.2%;
}

@media screen and (max-width: 768px) {
  .l-main__participation .participation-wrap .inner {
    width: 28%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__participation .participation-wrap .inner {
    width: 44%;
    margin-bottom: 20px;
  }
}

.l-main__participation .participation-wrap .inner:last-child {
  margin-right: 0;
}

.l-main__participation .participation-wrap .inner:last-child::after {
  content: '';
}

.l-main__participation .participation-wrap .inner::after {
  content: '\f105';
  position: absolute;
  top: 31%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  right: -15px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .l-main__participation .participation-wrap .inner::after {
    right: -32px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__participation .participation-wrap .inner::after {
    font-size: 6vw;
    top: 15.5vw;
    right: -17%;
  }
}

.l-main__participation .participation-wrap .inner-img {
  position: relative;
}

.l-main__participation .participation-wrap .inner-img .m-btn {
  position: absolute;
  width: 74px;
  height: 98px;
  left: 51%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .l-main__participation .participation-wrap .inner-img .m-btn {
    width: 8.4vw;
    height: 11.2vw;
  }
}

@media screen and (max-width: 640px) {
  .l-main__participation .participation-wrap .inner-img .m-btn {
    width: 11.4vw;
    height: 15.2vw;
  }
}

.l-main__participation .participation-wrap .inner-content {
  line-height: 1.5;
  padding-top: 12px;
}

@media screen and (max-width: 640px) {
  .l-main__participation .participation-wrap .inner-content .txt {
    font-size: 2.9vw;
  }
}

.l-main__participation .participation-wrap .inner-content .txt-sub {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 5px;
}

@media screen and (max-width: 640px) {
  .l-main__participation .participation-wrap .inner-content .txt-sub {
    font-size: 2.4vw;
  }
}

.l-main__participation .sub {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .l-main__participation .sub {
    text-align: left;
    padding-bottom: 35px;
  }
}

.l-main__map {
  background-color: #cef3f6;
  padding-bottom: 109px;
}

@media screen and (max-width: 640px) {
  .l-main__map {
    padding-bottom: 15%;
  }
}

.l-main__map .map-wrap {
  height: 750px;
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .l-main__map .map-wrap {
    height: 550px;
  }
}

@media screen and (max-width: 640px) {
  .l-main__map .map-wrap {
    height: 110.297vw;
  }
}

.l-main__map .map-wrap img, .l-main__map .map-wrap iframe {
  width: 100%;
  height: 100%;
}

.l-main__map .btn-wrap {
  text-align: center;
}

.l-main__map .txt {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .l-main__map .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 425px) {
  .l-main__map .txt {
    font-size: 3vw;
  }
}

.l-main__map .list-wrap {
  margin-top: 45px;
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap {
    margin-top: 30px;
  }
}

.l-main__map .list-wrap .inner {
  border-radius: 10px;
  border: 1px solid #000000;
  margin-bottom: 5px;
}

.l-main__map .list-wrap .inner:nth-child(2n+2) .ttl {
  background-color: #caf5d1;
}

.l-main__map .list-wrap .inner:last-of-type {
  margin-bottom: 0;
}

.l-main__map .list-wrap .inner .ttl {
  padding: 10px 38px 10px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 10px;
  background-color: #f7c8cd;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap .inner .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 30px 5px 18px;
  }
}

.l-main__map .list-wrap .inner .ttl.is-open {
  border-radius: 10px 10px 0 0;
}

.l-main__map .list-wrap .inner .ttl.is-open:after {
  -webkit-transform: translate(1px, -9px) rotate(90deg);
          transform: translate(1px, -9px) rotate(90deg);
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap .inner .ttl.is-open:after {
    -webkit-transform: translate(0px, -7px) rotate(90deg);
            transform: translate(0px, -7px) rotate(90deg);
  }
}

.l-main__map .list-wrap .inner .ttl::before {
  content: '';
  position: absolute;
  width: 17.5px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap .inner .ttl::before {
    width: 14px;
    right: 16px;
  }
}

.l-main__map .list-wrap .inner .ttl::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 17.5px;
  background-color: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap .inner .ttl::after {
    height: 14px;
    right: 23px;
  }
}

.l-main__map .list-wrap .inner .list {
  padding: 13.75px 47px 36px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #000000;
  display: none;
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap .inner .list {
    padding: 5.75px 20px 25px;
  }
}

.l-main__map .list-wrap .inner .list .item {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 12.25px 0px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .l-main__map .list-wrap .inner .list .item {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0;
  }
}

.l-main__map .list-wrap .inner .list .item a {
  display: block;
}

.l-main__map .sub {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 25px;
}

.l-main__faq {
  background-color: #fafbc8;
  padding-bottom: 117px;
}

@media screen and (max-width: 640px) {
  .l-main__faq {
    padding-bottom: 20%;
  }
}

.l-main__faq .m-title {
  top: -33px;
}

@media screen and (max-width: 640px) {
  .l-main__faq .m-title {
    top: -6vw;
  }
}

.l-main__faq .faq-wrap .inner {
  border-radius: 10px;
  border: 1px solid #000000;
  margin-bottom: 12px;
}

.l-main__faq .faq-wrap .inner:last-of-type {
  margin-bottom: 0;
}

.l-main__faq .faq-wrap .inner .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 44px 11px 31px;
  background-color: #f7c8cd;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .question {
    padding: 10px 35px 10px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-main__faq .faq-wrap .inner .question.is-open {
  border-radius: 10px 10px 0 0;
}

.l-main__faq .faq-wrap .inner .question.is-open:after {
  -webkit-transform: translate(1px, -9px) rotate(90deg);
          transform: translate(1px, -9px) rotate(90deg);
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .question.is-open:after {
    -webkit-transform: translate(0px, -7px) rotate(90deg);
            transform: translate(0px, -7px) rotate(90deg);
  }
}

.l-main__faq .faq-wrap .inner .question::before {
  content: '';
  position: absolute;
  width: 17.5px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .question::before {
    width: 14px;
    right: 18px;
  }
}

.l-main__faq .faq-wrap .inner .question::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 17.5px;
  background-color: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .question::after {
    height: 14px;
    right: 24px;
  }
}

.l-main__faq .faq-wrap .inner .question span {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Alata", sans-serif;
  color: #ffffff;
  margin-right: 29px;
  text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .question span {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 10px;
  }
}

.l-main__faq .faq-wrap .inner .answer {
  display: none;
  background-color: #ffffff;
  padding: 28px 32.5px;
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .answer {
    padding: 20px 15.5px;
  }
}

.l-main__faq .faq-wrap .inner .answer .padTop {
  padding-top: 15px;
}

.l-main__faq .faq-wrap .inner .answer .sub {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px;
}

.l-main__faq .faq-wrap .inner .answer .img {
  text-align: center;
}

.l-main__faq .faq-wrap .inner .answer .list01 li {
  position: relative;
  padding-left: 15px;
}

.l-main__faq .faq-wrap .inner .answer .list01 li::before {
  content: '・';
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .answer .list01 li::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-main__faq .faq-wrap .inner .answer .txt01 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .answer .txt01 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-main__faq .faq-wrap .inner .answer .list02 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .l-main__faq .faq-wrap .inner .answer .list02 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-main__faq .faq-wrap .inner .answer .list02 li {
  position: relative;
  padding-left: 15px;
}

.l-main__faq .faq-wrap .inner .answer .list02 li::before {
  content: '・';
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 0px;
  left: 0;
}

.l-main__precautions {
  background: #fae4e7;
  background: linear-gradient(187deg, #fae4e7 0%, white 50%, white 100%);
}

.l-main__precautions .m-title {
  top: -56px;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .m-title {
    top: -9vw;
  }
}

@media screen and (max-width: 640px) {
  .l-main__precautions .m-title__jp {
    width: 65%;
  }
}

.l-main__precautions .block .ttl {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}

.l-main__precautions .block01 {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 45px 56px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block01 {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.l-main__precautions .block01 .inner {
  padding-top: 22px;
  padding-left: 34px;
}

.l-main__precautions .block01 .inner .ttl01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block01 .inner .ttl01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-main__precautions .block01 .inner .ttl01::before {
  content: '';
  position: absolute;
  background-image: url(../img/item-menu__01.png);
  width: 17px;
  height: 23px;
  top: 5px;
  left: -30px;
}

.l-main__precautions .block01 .inner .txt {
  padding-top: 5px;
}

.l-main__precautions .block01 .inner .sub {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block01 .inner .sub {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-main__precautions .block02 .txt {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 25px;
}

.l-main__precautions .block02 .inner {
  padding-top: 38px;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block02 .inner {
    padding-top: 20px;
  }
}

.l-main__precautions .block02 .inner .ttl01 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 13px;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block02 .inner .ttl01 {
    padding-bottom: 8px;
  }
}

.l-main__precautions .block02 .inner .txt01 {
  font-size: 13px;
  font-size: 1.3rem;
}

.l-main__precautions .block02 .inner .txt01 .link {
  padding-top: 10px;
  position: relative;
  display: inline-block;
}

.l-main__precautions .block02 .inner .txt01 .link01 {
  display: initial;
  pointer-events: none;
  pointer-events: visible;
  text-decoration: underline;
}

.l-main__precautions .block02 .inner .txt01 .link01::before {
  display: none;
}

.l-main__precautions .block02 .inner .txt01 .link:hover::before {
  display: none;
}

.l-main__precautions .block02 .inner .txt01 .link::before {
  content: '';
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.l-main__precautions .block02 .inner .list01 li {
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-main__precautions .block02 .inner .list01 li::before {
  content: '・';
  position: absolute;
  font-size: 13px;
  font-size: 1.3rem;
  top: 0;
  left: 0;
}

.l-main__precautions .block02 .inner .list01 li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-main__precautions .block02 .inner .list01 li dl dt {
  min-width: 102px;
}

.l-main__precautions .block02 .inner .list02 {
  padding-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

.l-main__precautions .block02 .inner .list02 li {
  padding-left: 43px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block02 .inner .list02 li {
    padding-left: 35px;
  }
}

.l-main__precautions .block02 .inner .list02 li:nth-child(1)::before {
  content: '（1）';
}

.l-main__precautions .block02 .inner .list02 li:nth-child(2)::before {
  content: '（2）';
}

.l-main__precautions .block02 .inner .list02 li:nth-child(3)::before {
  content: '（3）';
}

.l-main__precautions .block02 .inner .list02 li:nth-child(4)::before {
  content: '（4）';
}

.l-main__precautions .block02 .inner .list02 li:nth-child(5)::before {
  content: '（5）';
}

.l-main__precautions .block02 .inner .list02 li:nth-child(6)::before {
  content: '（6）';
}

.l-main__precautions .block02 .inner .list02 li:nth-child(7)::before {
  content: '（7）';
}

.l-main__precautions .block02 .inner .list02 li::before {
  position: absolute;
  font-size: 13px;
  font-size: 1.3rem;
  top: 0;
  left: 0;
}

.l-main__precautions .block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 103px;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 66px;
  }
}

.l-main__precautions .block03 .inner {
  max-width: 240px;
  width: 24%;
}

.l-main__precautions .block03 .inner:not(:last-of-type) {
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  .l-main__precautions .block03 .inner {
    max-width: 47%;
    width: 47%;
    margin-top: 2%;
  }
}

.l-footer {
  position: relative;
}

.l-footer .pagetotop {
  position: absolute;
  top: -47.5px;
  right: 21.4%;
  height: 74px;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .l-footer .pagetotop {
    right: 13.4%;
  }
}

@media screen and (max-width: 1200px) {
  .l-footer .pagetotop {
    right: 5.5%;
  }
}

@media screen and (max-width: 640px) {
  .l-footer .pagetotop {
    width: 45px;
    height: 62px;
  }
}

.l-footer .footer-contact {
  padding-top: 33px;
  padding-bottom: 36px;
  text-align: center;
  background-color: #f8c8ce;
}

@media screen and (max-width: 640px) {
  .l-footer .footer-contact {
    padding: 25px 0;
  }
}

.l-footer .footer-menu {
  padding-top: 21px;
  padding-bottom: 10px;
  background-color: #12b161;
}

.l-footer .footer-menu .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .l-footer .footer-menu .menu-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer .footer-menu .menu-footer li {
  padding: 0 56px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .l-footer .footer-menu .menu-footer li {
    padding: 0 25px;
  }
}

.l-footer .footer-menu .menu-footer li:last-child::before {
  display: none;
}

.l-footer .footer-menu .menu-footer li::before {
  content: '';
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}

.l-footer .footer-menu .menu-footer li .link {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
}

.l-footer .footer-menu .copyright {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .l-footer .footer-menu .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@-webkit-keyframes animateScroll {
  0% {
    top: -5px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: -5px;
  }
}

@keyframes animateScroll {
  0% {
    top: -5px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: -5px;
  }
}
/*# sourceMappingURL=style.css.map */