@charset "UTF-8";
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

body {
  background-image: url(../img/bg/bg_concept02.png);
  background-repeat: repeat;
  background-size: contain;
  color: #595757;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}
br{
  line-height: 1.2;
}
/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
/* font */
body {
  font-family: yu-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.f-centuryGothic {
  font-family: "century-gothic", "Futura", "Josefin Sans", sans-serif;
}

/* hover */
@media screen and (min-width: 769px) {
  a {
    transition: 0.5s ease;
  }
  a:hover {
    opacity: 0.5;
  }
}

/* splide */
.splide {
  cursor: grab;
}
.splide:active {
  cursor: grabbing;
}
.splide.is-grab-sp {
  cursor: initial;
}
.splide.is-grab-sp:active {
  cursor: initial;
}
@media screen and (max-width: 768px) {
  .splide.is-grab-sp {
    cursor: grab;
  }
  .splide.is-grab-sp:active {
    cursor: grabbing;
  }
}
/* cmn-cv */
.cmn-cv {
  position: fixed;
  inset: auto 0 0 auto;
  display: block;
  width: 270px;
  z-index: 999;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cmn-cv.is-on {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .cmn-cv {
    transition: 0.5s ease;
  }
  .cmn-cv:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .cmn-cv {
    inset: auto 0 30px auto;
    width: 140px;
    opacity: 1;
    visibility: visible;
  }
  .cmn-cv.is-on {
    opacity: 0;
    visibility: hidden;
  }
}

/* cmn-inner */
.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 450px;
  }
}

/* cmn-ttl */
.cmn-ttl {
  display: block;
  text-align: center;
}
.cmn-ttl.is-p p {
  color: #EE793F;
}
.cmn-ttl p {
  color: #EE793F;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl p {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

/* footer */
.footer {
  background: #595757;
  color: #fff;
  padding: 50px;
  position: relative;
}
.footer .toTop {
  position: absolute;
  inset: -100px 0 auto auto;
  width: 60px;
}
.footer .copyright {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: left;
  white-space: nowrap;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer-logoBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
}
.footer-logoBox .logo {
  display: block;
  margin-bottom: 45px;
  width: 100%;
}
.footer-linkBox {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  max-width: 500px;
  width: 100%;
}
.footer-linkBox .contact {
  background-image: url(../img/ico/ico_arrow03.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px auto;
  display: block;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  padding: 0 0 2px 42px;
  position: relative;
  width: 100%;
}
.footer-linkBox .contact .ico {
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 28px;
}
.footer-linkBox .contact::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.footer-linkBox .contact::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .footer-linkBox .contact {
    transition: 0.3s ease;
  }
  .footer-linkBox .contact::before {
    transition: 0.3s ease;
  }
  .footer-linkBox .contact::after {
    transition: 0.3s 0.3s ease;
  }
  .footer-linkBox .contact:hover {
    background-position: center right 0;
    opacity: 1;
  }
  .footer-linkBox .contact:hover::before {
    width: 0;
  }
  .footer-linkBox .contact:hover::after {
    width: 100%;
  }
}
.footer-linkBox .shareList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.footer-linkBox .shareList h3 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-right: 25px;
  width: 180px;
}
.footer-linkBox .shareList-list {
  width: calc(100% - 60px - 30px);
}
.footer-linkBox .shareList-list a {
  background-image: url(../img/ico/ico_arrow03.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px auto;
  display: block;
  line-height: 1.4;
  padding-bottom: 7px;
  position: relative;
}
.footer-linkBox .shareList-list a::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.footer-linkBox .shareList-list a::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.footer-linkBox .shareList-list a + a {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .footer-linkBox .shareList-list a {
    transition: 0.3s ease;
  }
  .footer-linkBox .shareList-list a::before {
    transition: 0.3s ease;
  }
  .footer-linkBox .shareList-list a::after {
    transition: 0.3s 0.3s ease;
  }
  .footer-linkBox .shareList-list a:hover {
    background-position: center right 0;
    opacity: 1;
  }
  .footer-linkBox .shareList-list a:hover::before {
    width: 0;
  }
  .footer-linkBox .shareList-list a:hover::after {
    width: 100%;
  }
}
.footer-linkBox .linkList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-linkBox .linkList a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
.footer-linkBox .linkList a::before {
  background: url(../img/ico/ico_new_w.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 4px 0 auto auto;
  width: 14px;
  height: 14px;
}
.footer-linkBox .linkList a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 10px;
  }
  .footer .toTop {
    position: absolute;
    inset: -60px 0 auto auto;
    width: 48px;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer-inner {
    display: block;
  }
  .footer-logoBox {
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
  }
  .footer-logoBox .logo {
    display: block;
    margin-bottom: 30px;
  }
  .footer-linkBox {
    margin-bottom: 40px;
    margin-left: 0;
    align-items: center;
    max-width: 100%;
  }
  .footer-linkBox .contact {
    background-position: center right 0;
    font-size: 24px;
    margin: 0 auto 40px;
    max-width: 450px;
    padding: 0 0 2px 38px;
  }
  .footer-linkBox .contact .ico {
    width: 26px;
  }
  .footer-linkBox .contact::before {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .footer-linkBox .contact::after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
  }
  .footer-linkBox .shareList {
    display: block;
    margin: 0 auto 30px;
    max-width: 450px;
    width: 100%;
  }
  .footer-linkBox .shareList h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .footer-linkBox .shareList-list {
    width: 100%;
  }
  .footer-linkBox .shareList-list a + a {
    margin-top: 20px;
  }
}
.header {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.header-bg {
  display: block;
  position: absolute;
  transition: 0.8s ease;
  opacity: 0;
  transform: scale(1.2);
}
.header-bg.is-on {
  opacity: 1;
  transform: scale(1);
}
.header-bg.bg01 {
  inset: 0 auto auto 0;
  width: 56%;
}
.header-bg.bg02 {
  inset: 0 0 auto auto;
  width: 38%;
}
.header-item {
  display: inline-block;
  position: absolute;
  inset: 0;
  height: 100vh;
  transition: 0.8s ease;
  max-width: 100vw;
  line-height: 100%;
  transition:.8s ease;opacity:0;
  transform:scale(1.2)
}
.header-item.is-on {
  opacity: 1;
  transform: scale(1);
  object-fit: cover;
}
.header-main {
  margin: 0 auto;
  position: relative;
  height: 90vh;
  z-index: 3;
  transition: 0.8s ease;
  opacity: 0;
  text-align: center;
  transform: scale(0.9);
  max-width: 1080px;
  min-width: 860px;
}
.mv-pc{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 63vw;
}
.header-main.is-on {
  opacity: 1;
  transform: scale(1);
}
.header-main .ico {
  display: block;
  position: absolute;
  inset: -30px -25% auto auto;
  max-width: 200px;
  width: 30%;
  z-index: -1;
}
.header .splide {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.header .splide .splide__track {
  overflow: initial;
  opacity: 0;
  transition: 0.8s ease;
}
.header .splide .splide__track.is-on {
  opacity: 1;
}
.header .splide .splide__slide {
  box-shadow: 0 0 10px rgba(89, 87, 87, 0.7);
  border-radius: 15px;
  overflow: hidden;
}
.header .splide .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-linkBox {
  background: #EB6EA5;
  border-radius: 25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 55px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 60px;
  z-index: 3;
}
.header-linkBox.is-navOn {
  position: fixed;
  inset: 5px 0 auto 0;
  margin: auto;
  z-index: 999;
}
.header-linkBox .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-linkBox__link {
  color: #FFE33F;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.header-linkBox__link + .header-linkBox__link {
  margin-left: 2vw;
}
@media screen and (max-width: 1024px) {
.header-linkBox {
  padding: 5px 45px;
  max-width: 860px;
  }
.header-linkBox__link {
  font-size: 14px;
  }
.header-item {
  height: 80vh;
  }
.header-main{
  height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  .mv-sp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  }
  .header {
    padding: 10svh 0 10svh 0;
  }
  .header-bg.bg01 {
    inset: 0 auto auto 0;
    width: 56%;
  }
  .header-bg.bg02 {
    inset: 0 0 auto auto;
    width:38%;
  }
  .header-item {
    display: inline-block;
    position: absolute;
    inset: 0 auto auto 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  .header-main {
    margin: 0 auto 5svh;
    position: relative;
    max-width: 450px;
    min-width: auto;
    width: 90%;
    z-index: 3;
    height: 20vh;
  }
  .header-main .ico {
    display: block;
    position: absolute;
    inset: -35px auto auto -15px;
    max-width: 100px;
    width: 25%;
    z-index: -1;
  }
  .header .splide {
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
  }
  .header .splide .splide__track {
    overflow: initial;
  }
  .header .splide .splide__slide {
    box-shadow: 0 0 10px rgba(89, 87, 87, 0.7);
    border-radius: 15px;
    overflow: hidden;
  }
  .header .splide .splide__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .header-linkBox {
    background: #008cd680;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    inset: auto auto 0 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease;
    z-index: 9999;
  }
  .header-linkBox.is-sp-navOn {
    inset: 0 0 auto 0;
    opacity: 1;
    visibility: visible;
  }
  .header-linkBox .inner {
    display: block;
    overflow-y: auto;
  }
  .header-linkBox__link {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: normal;
    width: 100%;
  }
  .header-linkBox__link + .header-linkBox__link {
    margin-top: 30px;
    margin-left: 0;
  }
  .header-linkBox__cv {
    background: #eb6ea5;
    border-radius: 25vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin: 50px auto 0;
    max-width: 250px;
    width: 100%;
    height: 54px;
  }
  .header-linkBt {
    background: #eb6ea5;
    border: solid #fff 1px;
    border-radius: 25vw;
    position: fixed;
    inset: 7px 7px auto auto;
    z-index: 9999;
    width: 62px;
    height: 62px;
  }
  .header-linkBt.is-sp-navOn img.is-menu {
    opacity: 0;
  }
  .header-linkBt.is-sp-navOn img.is-close {
    opacity: 1;
  }
  .header-linkBt img {
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 92%;
    transition: 0.6s ease;
  }
  .header-linkBt img.is-menu {
    opacity: 1;
  }
  .header-linkBt img.is-close {
    opacity: 0;
  }
}

.concept {
  padding: 90px 50px 0;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.concept-bg {
  display: block;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.concept .cmn-inner {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.mbm-logo{
  max-width: 680px;
  width: 100%;
  margin: 30px auto;
}
.howto-box__ttl {
  color: #00A9B2;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 30px 0 0;
}
.howto-box__txt {
  color: #595959;
  font-weight: nomal;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}
.howto-box_inner {
  background-color: #fff;
  border: #00A9B2 2px solid;
  border-radius: 8px;
  max-width: 680px;
  width: 100%;
  margin: 30px auto;
  padding: 30px 20px;
}
.howto-box_inner__ttl {
  color: #00A9B2;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 20px;
}
.howto-box_inner__txt {
  color: #00A9B2;
  font-weight: nomal;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}
.concept-box {
  max-width: 1200px;
  width: 100%;
  background: url(../img/bg/bg_concept03.png) no-repeat;
  background-size: contain;
  background-color: #fff;
  position: relative;
}
.concept-bg03 {
  position: absolute;
  inset: auto auto 450px 0;
  max-width: 230px;
  width: 28%;
  opacity: 1;
  transition: 0.6s ease;
}
.concept-bg03.is-on {
  opacity: 1;
}
.concept-bg02 {
  position: absolute;
  inset: auto 0 0 auto;
  max-width: 300px;
  width: 28%;
  opacity: 1;
  transition: 0.6s ease;
}
.concept-bg02.is-on {
  opacity: 1;
}
.concept-box__ttl {
  font-family: "cabrito-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #EB6EA5;
  font-size: 28px;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 30px 0;
}
.concept-box__txt {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .2em;
  text-align: center;
  padding: 0 0 80px;
}
.about-box__txt{
  padding: 40px 0 200px;
}
.concept-box__separator{
  border-bottom: solid 2px #008CD6;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.concept-bg03 {
  inset: auto auto 370px 5px;
  max-width: 230px;
  width: 26%;
}
.concept-bg02 {
  inset: auto 0 -20px auto;
  width: 32%;
}
.concept {
    padding: 0px 16px;
    z-index: 2;
}
.concept .cmn-inner {
    position: relative;
    z-index: 3;
}
.concept-box__txt {
  padding: 0 0 60px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.about-box__txt{
  padding: 30px 0 60px ;
}
.howto-box{
  padding: 0 10px;
}
.howto-box__ttl {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 30px 0 0;
}
  .mbm-logo{
  margin: 10px auto;
  max-width: 360px;
}
  .howto-box__txt {
    font-size: 18px;
}
  .howto-box_inner {
    background-color: #fff;
    padding: 15px 20px;
    max-width: 360px;
  }
  .howto-box_inner__ttl {
    color: #00A9B2;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .howto-box_inner__txt {
    color: #00A9B2;
    font-weight: nomal;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .concept-box {
    background: #fff;
    margin-top: -40px;
    padding: 0px 16px 0px;
    position: relative;
    z-index: 1;
    max-width: 840px;
  }
  .concept-box::before {
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .concept-box-ico {
    width: 50px;
    height: 50px;
  }
  .concept-box-ico::before {
    background: #fff;
    content: "";
    position: absolute;
  }
  .concept-box-ico::after {
    background: #fff;
    content: "";
    position: absolute;
  }
  .concept-box-ico.ico01 {
    inset: -14px auto auto -14px;
  }
  .concept-box-ico.ico01::before {
    height: 4px;
  }
  .concept-box-ico.ico01::after {
    width: 4px;
  }
  .concept-box-ico.ico02 {
    inset: auto -14px -14px auto;
  }
  .concept-box-ico.ico02::before {
    height: 4px;
  }
  .concept-box-ico.ico02::after {
    inset: auto 0 0 auto;
    width: 4px;
  }
  .concept-box__ttl {
    font-size: 17px;
    letter-spacing: 0.08em;
    margin: 20px 0;
  }
}
.howto{
  max-width: 840px;
  margin: 80px auto 120px;
  opacity: 999;
  position: relative;
  border: #fff solid 6px;
  border-radius: 17px;
}
.howto-box{
  background-color: #fff;
  border: #00A9B2 solid 6px;
  border-radius: 10px;
  text-align: center;
  max-width: 840px;
  width: 100%;
  /* margin: 80px auto 0; */
}
/* .howto-ttl p{
  color: #00A9B2;
} */
.process-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #00A9B2;
  padding: 5px 15px;
  margin: 80px auto 40px;
  display: inline-block;
  border-radius: 5px;
}
.process-txt {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  color: #00A9B2;
  margin: 0 0 30px;
}
.process-txt span {
  color: #00A9B2;
  font-weight: 700;
}
.process-txt02 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  /* margin-top: 40px; */
  color: #595757;
}
.process-txt02 span {
  color: #00A9B2;
  font-weight: 700;
}
.process-subtxt {
  color: #00A9B2;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 60px;
}
.process-schedule {
  border-top: solid 2px #00A9B2;
  /* padding-top: 40px; */
  margin: 0 auto;
  max-width: 680px;
}
.process .btn_b {
  display: block;
  max-width: 840px;
  width: 100%;
  height: 60px;
  background-color: #dcdddd;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 20px auto 0;
}
.process .btn {
  display: block;
  max-width: 840px;
  width: 100%;
  height: 60px;
  background-color: #EE793F;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 80px auto;
}
.mimist{
  margin: 0 50px 80px;
  position: relative;
  z-index: 1;
}
.mimist-bg02 {
  position: absolute;
  inset: -150px auto auto -50px;
  max-width: 280px;
  width: 23%;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 99;
}
.mimist-bg02.is-on {
  opacity: 1;
}
.mimist-box{
  max-width: 1080px;
  padding: 40px;
  background: url(../img/bg/bg01.jpg) no-repeat;
}
.mimist-ttl {
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
  }
/* .mimist-ttl img {
  width: 250px;
  vertical-align: baseline;
} */
.mimist-inner {
  background: #ffffff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}
/* .mimist-txt span {
  display: inline-block;
  color: #ffffff;
  background: #85c6ce;
  padding: 0 10px;
  margin-right: 5px;
} */
.mimist-txt {
  font-size: 24px;
  margin-bottom: 20px;
  color: #85c6ce;
  font-weight: bold;
}
.mimist-btn{
  color: #df8293;
}
.annotation {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 5px 0;
  text-indent: -1em;
  padding-left: 1em;
}
.annotation a:link {
  text-decoration: underline;
}
.annotation a {
  color: #df8293;
}
.timeline {
  margin: 100px auto;
}
.timeline-inner{
  background: #fff;
  border-radius: 15px;
  padding: 0 20px 60px ;
  z-index: 1;
}
.cmn-ttl {
  display: block;
  text-align: center;
  padding-top: 60px;
}
.about-ttl{
  padding-top: 30px;
}
.cmn-ttl.is-gr p {
  color: #F39A59;
}
.timeline-map {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
  padding: 30px 0 0;
}
.timeline-bg03 {
  position: absolute;
  inset: 1880px 0 auto auto;
  max-width: 210px;
  width: 25%;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 99;
}
.timeline-bg03.is-on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
.process-ttl {
  font-size: 28px;
  padding: 5px 15px;
  margin: 50px auto 30px;
  border-radius: 5px;
}
.process-txt {
  font-size: 24px;
  margin: 0 0 20px;
}
.process-txt02 {
  font-size: 22px;
  color: #595757;
}
.process-schedule{
  padding-top: 0;
}
.cmn-ttl {
  padding-top: 40px;
}
.mimist{
  margin: 0 20px 80px;
}
.timeline{
  margin: 80px auto 0;
  padding: 0 20px;
}
.timeline-bg03 {
  inset: 1940px 0 auto auto;
  width: 28%;
}
.timeline-inner{
max-width: 860px;
padding: 0 10px 40px;
}
.mimist-box{
  max-width: 760px;
  padding: 20px;
}
.mimist-txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.mimist-ttl {
  font-size: 28px;
  margin-bottom: 20px;
}
.howto {
  margin: 80px 20px;
  padding: 0;
}
.mimist-bg02 {
  inset: auto auto -80px 0;
  max-width: 300px;
  width: 33%;
}
.process-txt03 {
  margin-top: 10px;
}
.process-subtxt {
  font-size: 14px;
　letter-spacing: 0.05em;
  }
.howto .btn_b, .howto .btn {
  font-size: 18px;
  margin: 40px auto 80px;
  }
.annotation {
  font-size: 12px;
}
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modalBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 9999;
  transition: all 1s ease-in-out;
}
.modalBox.is-gr .btClose {
  background: #037c80;
}
.modalBox.is-gr .txtBox .post {
  color: #037c80;
}
.modalBox.is-gr .txtBox .name {
  border-bottom: solid #037c80 1px;
}
.modalBox-bg {
  background: rgba(89, 87, 87, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modalBox-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  height: 50%;
  z-index: 2;
}
.modalBox-content {
  background: #fff;
  border-radius: 15px 0 15px 15px;
  cursor: initial;
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  position: relative;
  height: 100%;
  min-height: 550px;
}
.modalBox-content.is-adjust01 .imgBox {
  display: flex;
  align-items: center;
}
.modalBox-content.is-adjust01 .imgBox img {
  -o-object-fit: initial;
     object-fit: initial;
  height: auto;
}
.modalBox-content .btClose {
  background: #df4486;
  border-radius: 0 15px 0 0;
  cursor: pointer;
  position: absolute;
  inset: -50px 0 auto auto;
  width: 50px;
  height: 50px;
}
.modalBox-content .btClose::before {
  background: url(../img/ico/ico_close01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.modalBox-content .imgBox {
  border-radius: 15px 0 0 15px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.modalBox-content .imgBox img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.modalBox-content .txtBox {
  padding: 30px 0;
  width: calc(50% - 40px);
}
.modalBox-content .txtBox .post {
  color: #df4486;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.modalBox-content .txtBox .name {
  border-bottom: solid #df4486 1px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.modalBox-content .txtBox .name small {
  font-size: 18px;
}
.modalBox-content .txtBox .txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .modalBox-inner {
    max-width: 400px;
  }
  .modalBox-content {
    display: block;
    padding: 0;
    height: auto;
    min-height: auto;
  }
  .modalBox-content .imgBox {
    border-radius: 15px 0 0 0;
    width: 100%;
    height: 300px;
  }
  .modalBox-content .imgBox img {
    -o-object-position: top center;
       object-position: top center;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 110%;
  }
  .modalBox-content .txtBox {
    padding: 20px;
    width: 100%;
  }
  .modalBox-content .txtBox .post {
    margin-bottom: 5px;
  }
  .modalBox-content .txtBox .name {
    font-size: 24px;
    margin-bottom: 14px;
    padding-bottom: 6px;
  }
  .modalBox-content .txtBox .name small {
    font-size: 14px;
  }
  .modalBox-content .txtBox .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modalBox-inner {
    align-items: flex-start;
    margin-top: 10svh;
    max-width: 320px;
    height: 90svh;
    overflow-y: auto;
  }
  .modalBox-content {
    border-radius: 15px;
    display: block;
    padding: 0;
  }
  .modalBox-content .btClose {
    border-radius: 0 15px 0 15px;
    inset: 0 0 auto auto;
    width: 40px;
    height: 40px;
  }
  .modalBox-content .btClose::before {
    inset: 0 0 2px 2px;
    width: 20px;
    height: 20px;
  }
  .modalBox-content .imgBox {
    border-radius: 15px 15px 0 0;
    height: 250px;
  }
  .modalBox-content .imgBox img {
    -o-object-position: top center;
       object-position: top center;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
  .modalBox-content .txtBox {
    padding: 15px;
  }
  .modalBox-content .txtBox .post {
    font-size: 12px;
  }
  .modalBox-content .txtBox .name {
    font-size: 20px;
  }
  .modalBox-content .txtBox .txt {
    font-size: 14px;
  }
}

.event {
  width: 100%;
  display: flex;
}
.event_img {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
}

.guest {
  padding: 100px 50px;
  position: relative;
}
.guest-bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 20%;
  z-index: -1;
  opacity: 0;
  transition: 0.6s ease;
}
.guest-bg.is-on {
  opacity: 1;
}
.guest-ico {
  position: absolute;
  z-index: -1;
}
.guest-ico.ico01 {
  inset: 0 0 20vw auto;
  margin: auto;
  max-width: 320px;
  width: 20%;
  opacity: 0;
  transition: 0.6s ease;
}
.guest-ico.ico01.is-on {
  opacity: 1;
}
.guest-ico.ico02 {
  inset: auto auto 20vw 0;
  max-width: 320px;
  width: 20%;
  opacity: 0;
  transition: 0.6s ease;
}
.guest-ico.ico02.is-on {
  opacity: 1;
}
.guest-box {
  margin-top: 30px;
}
.guest-box.is-first {
  margin-top: 70px;
}
.guest-box-date {
  border-bottom: solid #037c80 1px;
  text-align: center;
  margin-bottom: 40px;
}
.guest-box-date.is-pnk {
  border-bottom: solid #df4486 1px;
}
.guest-box-date.is-pnk .txt {
  color: #df4486;
}
.guest-box-date .txt {
  color: #037c80;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.2em;
}
.guest-box-date .txt small {
  font-size: 24px;
  margin-left: 10px;
}
.guest-box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guest-box-list::before {
  order: 1;
  content: "";
  width: 23.5%;
}
.guest-box-list::after {
  content: "";
  width: 23.5%;
}
.guest-box-list-item {
  cursor: pointer;
  margin-bottom: 40px;
  padding-bottom: 10px;
  width: 23.5%;
}
.guest-box-list-item .imgBox {
  border: solid #EEEFEF 1px;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.guest-box-list-item .imgBox img {
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.guest-box-list-item .imgBox:hover {
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}
.guest-box-list-item .txtBox .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 5px;
}
.guest-box-list-item .txtBox .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
.guest-box-list-item .txtBox .name small {
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .guest {
    padding: 100px 20px;
  }
  .guest-box-date .txt {
    font-size: 28px;
  }
  .guest-box-date .txt small {
    font-size: 22px;
  }
  .guest-box-list::before {
    order: 1;
    content: "";
    width: 31%;
  }
  .guest-box-list::after {
    content: none;
  }
  .guest-box-list-item {
    width: 31%;
  }
  .guest-box-list-item .txtBox .txt {
    font-size: 13px;
  }
  .guest-box-list-item .txtBox .name {
    font-size: 16px;
  }
  .guest-box-list-item .txtBox .name small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .guest {
    padding: 70px 20px 50px;
  }
  .guest-bg {
    width: 50%;
  }
  .guest-ico {
    width: 35%;
  }
  .guest-box-date {
    margin-bottom: 25px;
  }
  .guest-box-date .txt {
    font-size: 24px;
  }
  .guest-box-date .txt small {
    font-size: 18px;
  }
  .guest-box-list::before {
    content: none;
    width: 48%;
  }
  .guest-box-list-item {
    margin-bottom: 20px;
    width: 48%;
  }
  .guest-box-list-item .txtBox .txt {
    font-size: 12px;
    line-height: 1.3;
  }
  .guest-box-list-item .txtBox .name {
    font-size: 14px;
  }
  .guest-box-list-item .txtBox .name small {
    font-size: 12px;
  }
}

.stage {
  padding: 70px 50px 120px;
  position: relative;
}
.howto-bg {
  position: absolute;
  inset: 2330px auto auto 180px;
  max-width: 100px;
  width: 28%;
  opacity: 0;
  transition: 0.6s ease;
}
.howto-bg.is-on {
  opacity: 1;
}
.howto-bg02 {
  position: absolute;
  inset: 2350px auto auto -30px;
  max-width: 300px;
  width: 21%;
  opacity: 0;
  transition: 0.6s ease;
	z-index: 3;
}
.howto-bg02.is-on {
  opacity: 1;
}
.howto-bg03 {
  position: absolute;
  inset: 2900px 0 0 auto;
  max-width: 280px;
  width: 23%;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 3;
}
.howto-bg03.is-on {
  opacity: 1;
}
.stage .cmn-inner {
  position: relative;
  z-index: 3;
}
.stage-wap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.stage-inner {
  max-width: 580px;
  width: 100%;
}
.stage-inner + .stage-inner {
  margin-left: 30px;
}
.stage-inner .splide__list {
  display: block;
}
.stage-inner.is-b .stage-box-ttl {
  color: #fff;
  background: #008CD6;
}
.stage-inner.is-b .stage-box-list {
  border: solid #008CD6 2px;
}
.stage-inner.is-b .stage-box-list .date {
  color: #008CD6;
}
.stage-inner.is-b .stage-box-list .date::before {
  background: #008CD6;
}
.stage-inner.is-b .stage-box-list .ttlGuest::before {
  background: #008CD6;
}
.stage-inner.is-b .stage-box-list .ttlGuest span {
  color: #008CD6;
}
.stage-box {
  margin-bottom: 20px;
}
.stage-box-ttl {
  background: #eb6ea5;
  border-radius: 15px 15px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  padding-top: 2.5px;
  height: 60px;
}
.stage-box-ttl small {
  font-size: 16px;
  margin: 5px 0 0 15px;
}
.stage-box-list {
  background: #fff;
  border: solid #eb6ea5 2px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 25px;
}
.stage-box-list-imgBox {
  border: solid #EEEFEF 1px;
  border-radius: 15px;
  overflow: hidden;
  width: 30%;
  height: auto;
}
.stage-box-list-imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.stage-box-list-txtBox {
  width: 66%;
}
.stage-box-list-txtBox .date {
  color: #eb6ea5;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.stage-box-list-txtBox .date::before {
  background: #eb6ea5;
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 2px;
}
.stage-box-list-txtBox .ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.stage-box-list-txtBox .ttl.mb-none {
  margin-bottom: 0;
}
.stage-box-list-txtBox .ttl small {
  font-size: 14px;
}
.stage-box-list-txtBox .txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.stage-box-list-txtBox .ttlGuest {
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}
.stage-box-list-txtBox .ttlGuest::before {
  background: #eb6ea5;
  content: "";
  position: absolute;
  inset: 0 auto 4px 0;
  margin: auto;
  width: 100%;
  height: 2px;
}
.stage-box-list-txtBox .ttlGuest span {
  background: #fff;
  display: inline-block;
  color: #eb6ea5;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.15em;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.stage-box .btn {
  display: block;
  max-width: 1200px;
  width: 100%;
  height: 60px;
  background-color: #eb6ea5;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  margin: 20px auto 0px;
}
.stage-box .btn_b {
  display: block;
  max-width: 840px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 20px auto 0;
}
.btn_roomB{
  background-color: #eb6ea5;
}
.btn_roomA{
  background-color: #008CD6;
}
.stage-box .notes {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .stage {
    padding: 80px 20px 150px;
  }
  .stage-bg {
    position: absolute;
    inset: -280px 0 auto auto;
  }
  .stage-bg02 {
    inset: auto auto -250px 0;
  }
  .stage-wap {
    display: block;
  }
  .stage-inner {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
  }
  .stage-inner + .stage-inner {
    margin: 50px auto 0;
  }
  .stage-inner .button {
    background: rgba(89, 87, 87, 0.7);
    border: none;
    border-radius: 25vw;
    cursor: pointer;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
    transition: 0.2s;
  }
  .stage-inner .button::before {
    background: url(../img/ico/ico_arrow02.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 15px;
    width: 20px;
  }
  .stage-inner .button.prev {
    inset: 0 auto 0 -20px;
    transform: rotate(-90deg);
  }
  .stage-inner .button.next {
    inset: 0 -20px 0 auto;
    transform: rotate(90deg);
  }
  .stage-inner .button:disabled::before {
    background-color: #ccc;
  }
  .stage-inner .my-carousel-progress {
    background-color: #898A89;
    border-radius: 25vw;
    max-width: 750px;
    width: 100%;
    overflow: hidden;
  }
  .stage-inner .my-carousel-progress-bar {
    background-color: #dcdddd;
    height: 4px;
    transition: width 1000ms ease;
    width: 0;
  }
  .stage-inner .splide__track {
    margin-bottom: 20px;
  }
  .stage-inner .splide__list {
    display: flex !important;
  }
  .stage-box {
    margin-bottom: 0;
  }
  .stage-box-ttl {
    margin: 0 auto 10px;
    /* max-width: 500px; */
  }
  .stage-box-list {
    display: block;
    padding: 20px 25px;
    min-height: 750px;
  }
  .stage-box-list-imgBox {
    margin: 0 auto 20px;
    width: 60%;
    height: auto;
  }
  .stage-box-list-txtBox {
    width: 100%;
  }
  .stage-box-list-txtBox .date {
    margin-bottom: 20px;
  }
	.stage-box .notes {
  font-size: 12px;
		letter-spacing: 0.05em;
}
}
@media screen and (max-width: 768px) {
  .howto-bg02 {
  inset: 1390px auto auto 0;
  width: 28%;
}
.howto-bg03 {
  inset: 2760px 0 0 auto;
  width: 28%;
}
  .stage {
    padding: 0 0 40px;
  }
  .stage-bg {
    inset: -50px 0 auto auto;
    width: 58%;
  }
  .stage-bg02 {
    inset: 800px auto 0;
    width: 33%;
  }
  .stage-bg03 {
    inset: auto 0 -150px auto;
    width: 58%;
  }
  .stage-inner + .stage-inner {
    margin: 50px auto 0;
  }
  .stage-inner .button {
    background: rgba(89, 87, 87, 0.7);
    border: none;
    border-radius: 25vw;
    cursor: pointer;
    position: absolute;
    margin: auto;
    width: 45px;
    height: 45px;
    transition: 0.2s;
  }
  .stage-inner .button::before {
    background: url(../img/ico/ico_arrow02.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 13px;
    width: 18px;
  }
  .stage-inner .button.prev {
    inset: 0 auto 20svh 0;
    transform: rotate(-90deg);
  }
  .stage-inner .button.next {
    inset: 0 0 20svh auto;
    transform: rotate(90deg);
  }
  .stage-inner .button:disabled::before {
    background-color: #ccc;
  }
  .stage-inner .my-carousel-progress {
    margin: 0 auto;
    max-width: 335px;
  }
  .stage-box {
    margin-bottom: 0;
  }
  .stage-box-ttl {
    margin: 0 auto 10px;
    max-width: calc(100% - 80px);
  }
  .stage-box-list {
    display: block;
    padding: 20px 15px;
    min-height: auto;
  }
  .stage-box-list-imgBox {
    margin: 0 auto 20px;
    width: 60%;
    height: auto;
  }
  .stage-box-list-txtBox {
    width: 100%;
  }
  .stage-box-list-txtBox .date {
    font-size: 18px;
  }
  .stage-box-list-txtBox .ttl {
    font-size: 16px;
  }
  .stage-box-list-txtBox .ttl small {
    font-size: 12px;
  }
  .stage-box-list-txtBox .txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .stage-box-list-txtBox .ttlGuest span {
    font-size: 18px;
    padding-right: 12px;
  }
  .stage-triangleLeft {
    inset: auto auto -50px 0;
    height: 100px;
  }
  .stage-triangRight {
    inset: auto 0 -50px auto;
    height: 100px;
  }
}

.brand {
  padding: 0;
  position: relative;
}
.brand__leadTxt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.brand__notes {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.brand-bg {
  position: absolute;
  inset: -2400px auto 0 -120px;
  margin: auto;
  max-width: 300px;
  width: 28%;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 99;
}
.brand-bg.is-on {
  opacity: 1;
}
.brand-bg02 {
  position: absolute;
  inset: 790px 0 auto auto;
  margin: auto;
  max-width: 280px;
  width: 28%;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 99;
}
.brand-bg02.is-on {
  opacity: 1;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 10px;
  margin: 55px auto 60px;
  position: relative;
  z-index: 3;
  padding: 0 0 100px 0;
  max-width: 1080px;
}

.brand-list::after{
  content:"";
  display: block;
  width:19%;
}
.brand-list-txt {
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  inset: -35px 0px auto auto;
  color: #fff;
}
.brand-list-item {
  border-radius: 15px;
  width: 19%;
  overflow: hidden;
}
.brand-present {
  background: #fff;
  padding: 60px 50px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.brand-present-bg {
  display: block;
  position: absolute;
  margin: auto;
}
.brand-present-bg.bg01 {
  inset: 0 auto 0 20px;
  width: 13%;
}
.brand-present-bg.bg02 {
  inset: 0 20px 0 auto;
  width: 13%;
}
.brand-present-box {
  margin: auto;
  max-width: 720px;
  width: 100%;
}
.brand-present-box .ttl {
  border-top: solid #e84383 2px;
  border-bottom: solid #e84383 2px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  padding: 18px 0;
  position: relative;
}
.brand-present-box .ttl .ico {
  background: #fff;
  display: block;
  position: absolute;
  inset: -20px 0 auto 0;
  margin: auto;
  width: 100px;
}
.brand-present-box .ttl .ico img {
  display: block;
  margin: auto;
  width: 60px;
}
.brand-present-box .ttl p {
  color: #e84383;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.22em;
}
.brand-present-box .txt {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.brand-present-box .txt strong {
  color: #df8293;
  font-weight: bold;
  font-size: 24px;
}
.brand-present-box .txt small {
  font-weight: normal;
  font-size: 14px;
}
.brand-btn {
  display: block;
  /* width:840px; */
  height: 100px;
  background-color: #e84383;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
}
.brand-btn::after {
  content: "";
  display: inline-block;
  background: url("../img/ico/ico_dl.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
  bottom: 2px;
  margin: 0 0 0 10px;
}
.brand-btn:hover {
  opacity: 0.5;
}
.brand .btn_b {
  display: block;
  max-width: 840px;
  width: 100%;
  height: 60px;
  background-color: #dcdddd;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 20px auto 0;
}
.brand .btn {
  display: block;
  max-width: 840px;
  width: 100%;
  height: 60px;
  background-color: #EE793F;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 20px auto 0;
}
.brand .brand-booth-secLink {
  padding: 0;
}
.brand-inner{
  background-color: #90D3ED;
  border-radius: 15px;	
	padding: 0 40px;
}
.cmn-ttl .brand-ttl{
  color: #fff;
}
.brand-booth {
  background: #00A9B2;
  border-radius: 15px;
  padding: 60px 40px;
  position: relative;
  margin: 40px auto 80px;
}
.brand-booth__ttl {
  display: block;
  position: absolute;
  inset: auto 0;
  margin: auto;
  width: 555px;
}
.brand-booth__ttl02 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.75em;
}
.brand-booth__ttl02::before, .brand-booth__ttl02::after {
  content: "";
  background: url("../img/img/img_kirakira.png") no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 15px;
  background-size: contain;
  position: relative;
  bottom: 2px;
}
.brand-booth__ttl03 {
  font-family: "century-gothic", "Futura", "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  inset: auto 0;
  margin: auto;
}
.brand-booth__ttl03::before {
  content: "";
  display: inline-block;
  background: url("../img/ico/ico_mimist.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 6px;
  width: 239px;
  height: 36px;
  margin: 0 10px 0 0;
}
.brand-booth__ttl03 span {
  color: #e84383;
  font-size: 32px;
}
.brand-booth__ttl03 small {
  font-size: 28px;
  font-weight: 500;
}
.brand-booth_p {
  background: #f6acc8;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  margin: 40px 0 80px;
}
.brand-booth-box {
  margin-bottom: 36px;
}
.brand-booth-list {
  display: flex;
  margin: 80px 0 30px;
}
.brand-booth-list-item {
  width: 100%;
}
.brand-booth-list-item img {
  display: block;
  margin: auto;
  width: 100%;
}
.brand-booth-txt {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
.brand-booth-txt small {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
  text-align: center;
}
.brand-booth-txt small a {
  text-decoration: underline;
}
.brand-booth-txt small a:hover {
  text-decoration: none;
}
.brand-booth-txt02 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .brand-inner{
    padding: 0 40px;
  }
	.brand-list-item{
		width: 30%;
	}
  .brand-booth-txt02 {
  font-size: 16px;
}
  .brand-booth {
    padding: 30px 15px 40px;
  }
  .brand-booth-list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0 70px;
  }
  .brand-booth-list::before {
    content: "";
    order: 1;
    width: 23%;
  }
  .brand-booth-list::after {
    content: "";
    width: 23%;
  }
  .brand-booth-list-item {
    border-radius: 8px;
  }
  .brand-booth-process {
    padding: 15px 15px;
  }
  .brand-booth-process-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #037c80;
    margin: 0 0 20px 0;
  }
  .brand-booth-process-txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
  }
  .brand-booth-process-txt span {
    color: #df4486;
  }
  .brand-booth-present {
    border: solid #dcdddd 4px;
    padding: 80px 50px;
  }
  .brand-booth-present-bg.bg01 {
    inset: 10px auto auto 20px;
    width: 13%;
  }
  .brand-booth-present-bg.bg02 {
    inset: auto 20px 10px auto;
    width: 13%;
  }
  .brand-booth-present-box {
    max-width: 420px;
  }
  .brand-booth-present-box .ttl {
    margin-bottom: 30px;
    padding: 14px 0 12px;
  }
  .brand-booth-present-box .ttl .ico {
    inset: -15px 0 auto 0;
    width: 80px;
  }
  .brand-booth-present-box .ttl .ico img {
    width: 50px;
  }
  .brand-booth-present-box .ttl p {
    font-size: 30px;
  }
  .brand-booth-present-box .txt {
    font-size: 16px;
  }
  .brand-booth-present-box .txt strong {
    font-size: 22px;
  }
  .brand-booth-present-box .txt small {
    font-size: 12px;
  }
  .brand-booth-btn {
    display: block;
    margin: 0 auto 100px;
    background-color: #df4486;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    height: 80px;
  }
  .brand-booth-btn::after {
    content: "";
    display: inline-block;
    background: url("../img/ico/ico_dl.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: 2px;
    margin: 0 0 0 10px;
  }
  .brand-booth-btn:hover {
    opacity: 0.5;
  }
  .brand-booth-booth {
    padding: 60px 20px 30px;
    width: 89.745vw;
    margin: 100px auto 0;
  }
  .brand-booth-booth__ttl {
    inset: -25px 0 auto 0;
    width: 330px;
  }
  .brand-booth-booth__ttl02 {
    font-size: 18px;
  }
  .brand-booth-booth__ttl02::before, .brand-booth-booth__ttl02::after {
    content: "";
    display: inline-block;
    background: url("../img/img/img_kirakira.png") no-repeat;
    background-size: contain;
    vertical-align: 　middle;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    position: relative;
    bottom: 2px;
  }
  .brand-booth-booth__ttl03 {
    font-family: "century-gothic", "Futura", "Josefin Sans", sans-serif;
    inset: -5px 0 auto 0;
    width: 330px;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .brand-booth-booth__ttl03::before {
    content: "";
    display: block;
    background: url("../img/ico/ico_mimist_sp.png") no-repeat;
    background-size: contain;
    position: relative;
    left: 20px;
    top: 20px;
    width: 80px;
    height: 26px;
  }
  .brand-booth-booth__ttl03 span {
    color: #ffe100;
    font-size: 20px;
  }
  .brand-booth-booth-txt {
    font-size: 18px;
  }
  .brand-booth-booth-txt small {
    font-size: 12px;
  }
  .brand-booth_p {
    padding: 30px 20px 30px;
    margin: 20px 16px 80px;
  }
.brand-booth-txt small{
	font-size: 12px;
}
	.brand-bg02{
		inset: 950px 0 auto auto;
	}
}
@media screen and (max-width: 768px) {
  .brand {
    padding: 80px 20px 0;
  }
.brand-inner {
    padding: 0 20px;
}
  .brand__notes {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
  }
  .brand-bg {
    width: 30%;
    inset: -1930px auto 0 0;
  }
  .brand-bg02 {
    inset: 735px 10px auto auto;
    width: 28%;
  }
  .brand__leadTxt {
    font-size: 14px;
    color: #fff;
	margin: 20px 0 0;
  }
  .brand-list {
    gap: 10px;
	padding-bottom: 40px;
  }
  .brand-list-txt {
    font-size: 12px;
    position: absolute;
    inset: -30px 10px auto auto;
    color: #fff;
  }
  .brand-list-item {
    width: 31%;
    margin: 0;
  }
  .brand-process {
    background: #fff;
    padding: 15px;
  }
  .brand-process-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #e84383;
    margin: 0 0 20px 0;
  }
  .brand-process-txt {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
  }
  .brand-process-txt span {
    color: #e84383;
  }
  .brand .btn_b, .brand .btn {
    font-size: 18px;
  }
  .brand-present {
    padding: 40px 15px;
    margin-bottom: 40px;
  }
  .brand-present .spImg {
    display: block;
    margin-bottom: 20px;
  }
  .brand-present-box .ttl {
    margin-bottom: 10px;
  }
  .brand-present-box .ttl .ico {
    inset: -15px 0 auto 0;
  }
  .brand-present-box .ttl .ico img {
    width: 50px;
  }
  .brand-present-box .ttl p {
    font-size: 25px;
  }
  .brand-present-box .txt {
    /*text-align: left;*/
    font-size: 14px;
  }
  .brand-present-box .txt strong {
    font-size: 18px;
  }
  .brand-present-box .txt small {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .brand-btn {
    display: block;
    margin: 0 auto 80px;
    background-color: #e84383;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    height: 80px;
  }
  .brand-btn::after {
    content: "";
    display: inline-block;
    background: url("../img/ico/ico_dl.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: 2px;
    margin: 0 0 0 10px;
  }
  .brand-btn:hover {
    opacity: 0.5;
  }
  .brand-booth__ttl {
    width: 90%;
  }
  .brand-booth__ttl02 {
    font-size: 18px;
  }
  .brand-booth__ttl02::before, .brand-booth__ttl02::after {
    content: "";
    display: inline-block;
    background: url("../img/img/img_kirakira.png") no-repeat;
    background-size: contain;
    vertical-align: 　middle;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    position: relative;
    bottom: 2px;
  }
  .brand-booth__ttl03 {
    font-family: "century-gothic", "Futura", "Josefin Sans", sans-serif;
    inset: 0 0 auto 0;
    width: 330px;
    font-size: 32px;
    margin: 20px auto 30px;
  }
  .brand-booth__ttl03::before {
    content: "";
    display: block;
    background: url("../img/ico/ico_mimist_sp.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 28%;
    width: 200px;
    height: 30px;
  }
  .brand-booth__ttl03 span {
    color: #e9f16b;
    font-size: 20px;
  }
  .brand-booth-list {
    margin: 60px 0 20px;
  }
  .brand-booth-list-item img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .brand-booth-spImg {
    background: #fff;
    margin-bottom: 20px;
  }
  .brand-booth-txt {
    font-size: 14px;
    text-align: left;
  }
}

.access {
  padding: 0px 50px 120px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.access-bg02 {
  position: absolute;
  inset: -120px auto auto 0;
  max-width: 280px;
  width: 23%;
  opacity: 0;
  transition: 0.6s ease;
  z-index: 99;
}
.access-bg02.is-on {
  opacity: 1;
}
.access-triangleLeft {
  background: #037c80;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  inset: -75px auto auto 0;
  width: 50%;
  height: 150px;
  z-index: 2;
}
.access-triangRight {
  background: #bbe2e3;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  inset: -75px 0 auto auto;
  width: 50%;
  height: 150px;
  z-index: 2;
}
.access-inner{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  background: #fff;
  padding: 0 40px 60px;
  border-radius: 15px;
}
.access-bg {
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 23%;
  opacity: 0;
  transition: 0.6s ease;
}
.access-bg.is-on {
  opacity: 1;
}
.access-box {
  margin: 30px auto 0;
  position: relative;
  z-index: 3;
  max-width: 1080px;
}
.access-box-map {
  margin-bottom: 30px;
  width: 100%;
  height: 500px;
  max-width: 1080px;
}
.access-box-map iframe {
  width: 100%;
  height: 100%;
  max-width: 1080px;
}
.access-box-ttl {
  border-bottom: solid #008cd6 1px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  max-width: 1080px;
}
.access-box-ttl .ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-right: 40px;
  max-width: 1080px;
}
.access-box-ttl .link {
  display: inline-block;
  color: #EB6EA5;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 20px 0 12px;
  position: relative;
}
.access-box-ttl .link::before {
  background: url(../img/ico/ico_arrow01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 4px auto auto 0;
  width: 6px;
  height: 12px;
}
.access-box-ttl .link::after {
  background: url(../img/ico/ico_new01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 4px 0 auto auto;
  width: 14px;
  height: 14px;
}
.access-dlBox .dl {
  display: flex;
}
.access-dlBox .dl + .dl {
  margin-top: 30px;
}
.access-dlBox .dl .dt {
  width: 90px;
}
.access-dlBox .dl .dt .ttl {
  color: #008cd6;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
.access-dlBox .dl .dd {
  width: calc(100% - 90px);
}
.access-dlBox .dl .dd p + p {
  margin-top: 2px;
}
.access-dlBox .dl .dd .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.access-dlBox .dl .dd .remarks {
  color: #008cd6;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 17px;
  position: relative;
}
.access-dlBox .dl .dd .remarks::before {
  content: "※";
  position: absolute;
  inset: 0.5px auto auto 0;
}
@media screen and (max-width: 1024px) {
  .access {
    padding: 70px 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  .access-inner{
    padding: 0;
  }
.access-bg02{
  inset: -40px auto auto 0;
  width: 28%;
}
  .access {
    padding: 0 20px 100px;
  }
  .access-triangleLeft {
    inset: -50px auto auto 0;
    height: 100px;
  }
  .access-triangRight {
    inset: -50px 0 auto auto;
    height: 100px;
  }
  .access-bg {
    width: 60%;
  }
  .access-box {
    margin-top: 0;
    padding: 20px 15px 40px;
  }
  .access-box-map {
    margin-bottom: 20px;
    height: 250px;
  }
  .access-box-ttl {
    display: block;
  }
  .access-box-ttl .ttl {
    font-size: 20px;
    margin-right: 0;
  }
  .access-dlBox .dl + .dl {
    margin-top: 20px;
  }
  .access-dlBox .dl .dt {
    width: 70px;
  }
  .access-dlBox .dl .dt .ttl {
    font-size: 13px;
  }
  .access-dlBox .dl .dd {
    width: calc(100% - 70px);
  }
  .access-dlBox .dl .dd .txt {
    font-size: 13px;
    line-height: 1.4;
  }
  .access-dlBox .dl .dd .remarks {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 15px;
  }
}/*# sourceMappingURL=style.css.map */