@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* class */
@media (max-width: 599px) {
  [class*=app-web-frontend] .global-articleHeader h2[class] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
[class*=app-web-frontend] .global-articleHeader a {
  background-color: #f25f03;
}
[class*=app-web-frontend] .global-caption {
  background-color: unset;
  border-color: #ff536b;
}
[class*=app-web-frontend] .global-colTable tbody {
  background-color: white;
}
[class*=app-web-frontend] .global-colTable tbody td.to a {
  color: #ff536b;
}
[class*=app-web-frontend] .global-headerNav {
  background-color: #ff536b;
  color: white;
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
[class*=app-web-frontend] .global-headerNav a[href] {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin: 0 1em;
}
[class*=app-web-frontend] .global-headerNav a[href]::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
[class*=app-web-frontend] .global-headerNav [href*=search]::before {
  background-image: url("\2F image\2F mirai\2D deai\2F search\2E svg\3F 0");
}
[class*=app-web-frontend] .global-headerNav [href*=follower]::before {
  background-image: url("\2F image\2F mirai\2D deai\2F like\2E svg\3F 0");
}
[class*=app-web-frontend] .global-headerNav [href*=Message]::before {
  background-image: url("\2F image\2F mirai\2D deai\2F message\2E svg\3F 0");
}
[class*=app-web-frontend] .global-menuBtns a {
  background-color: #ff536b;
}
[class*=app-web-frontend] .global-menuBtns a:hover {
  border-color: #ff536b;
  color: #ff536b;
}
[class*=app-web-frontend] .global-menuHeader {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
[class*=app-web-frontend] .global-menuHeader > a {
  margin-left: auto;
  background-color: #f25f03;
}
[class*=app-web-frontend] .global-rowTable {
  background-color: white;
}
[class*=app-web-frontend] .global-singleBtn {
  background-color: #ff536b;
  font-weight: bold;
  border-radius: 2em;
}
[class*=app-web-frontend] .global-submit {
  background-color: #ff536b;
  color: white;
  font-weight: bold;
  border-radius: 2em;
}
[class*=app-web-frontend] .global-submitWrap [name] {
  background-color: #cccccc;
  border-radius: 0.5em;
  color: white;
}
[class*=app-web-frontend] .global-submitWrap [name*='[save]'], [class*=app-web-frontend] .global-submitWrap [name*='[conf]'], [class*=app-web-frontend] .global-submitWrap [name*='[confirm]'], [class*=app-web-frontend] .global-submitWrap [name*='next'], [class*=app-web-frontend] .global-submitWrap [name*='mase_subscription_by_stripe[cancel]'] {
  background-color: #ff536b;
  font-weight: bold;
  color: white;
}
[class*=app-web-frontend] .global-submitWrap .cardConf {
  background-color: #feae0f;
  font-weight: bold;
  padding: 1em;
  border-radius: 2em;
}
[class*=app-web-frontend] .global-pageBack {
  position: absolute;
  left: 1em;
  top: 1em;
  font-size: 1.5em;
  color: white;
  z-index: 10;
  text-shadow: 0 0 3px black;
}
[class*=app-web-frontend] .global-pageBack::after {
  content: "\f053";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
[class*=app-web-frontend] .global-pager > * {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
[class*=app-web-frontend] .global-pager b {
  background-color: #ff536b;
}
[class*=app-web-frontend] .global-pager a {
  color: #ff536b;
}
[class*=app-web-frontend] .global-pager a:hover {
  background-color: #ff536b;
}
[class*=app-web-frontend] .global-user-image {
  aspect-ratio: 1/1;
  background-color: white;
}
[class*=app-web-frontend] .global-user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-calendarBtn {
  color: #ff536b;
}
.form-calendarBtn:hover {
  color: #ff536b;
}

nav.global-tabSwitch span {
  background-color: #ff536b;
}
nav.global-tabSwitch a:hover {
  background-color: #ff536b;
}

.js-scrollTop {
  display: none;
  font-size: 0;
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  z-index: 99;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  background-color: #ff536b;
  border-radius: 50%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-scrollTop::before {
  content: "\f062";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .js-toggle {
    pointer-events: none;
  }
}
@media (max-width: 599px) {
  .js-toggle {
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .js-toggle::after {
    content: "\f103";
    font-family: "FontAwesome solid";
    vertical-align: baseline;
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff536b;
  }
  .js-toggle.open::after {
    content: "\f102";
    font-family: "FontAwesome solid";
    vertical-align: baseline;
  }
}
@media (min-width: 600px) {
  .js-accordion {
    display: block !important;
  }
}
@media (max-width: 599px) {
  .js-accordion {
    display: none;
    padding: 1em 1em;
  }
}
@media (max-width: 599px) {
  .js-searchWrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 0.5em;
  }
  .js-searchWrapper h3 {
    margin-bottom: 0;
  }
}

.swiper-container[class] {
  padding-bottom: 0;
}
.swiper-container[class] nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  position: relative;
}
@media (max-width: 599px) {
  .swiper-container[class].carousel[data-length] {
    max-width: 320px !important;
  }
}
.swiper-container[class].carousel[data-length="3"] {
  max-width: 1200px;
}
.swiper-container[class].carousel[data-length="2"] {
  max-width: 800px;
}
.swiper-container[class].carousel[data-length="1"] {
  max-width: 400px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #cccccc;
  font-size: 2rem;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  content: "\f054";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  content: "\f053";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
.swiper-pagination {
  position: unset;
}
.swiper-pagination-bullet {
  background-color: #ff536b;
  opacity: 0.3;
  width: 1em;
  height: 1em;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.js-modal {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(233, 233, 233, 0.96);
  box-shadow: 0 -4px 6px rgba(193, 193, 193, 0.16);
  padding: 1.5em;
}
@media (min-width: 800px) {
  .js-modal {
    top: 58px;
  }
}
@media (max-width: 799px) {
  .js-modal {
    bottom: 0;
    padding-bottom: 70px;
  }
}
.js-modal > div {
  display: none;
  width: 100%;
}
.js-modal > div h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.js-modal > div h3 b {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.js-modal > div h3 b::after {
  content: "\f078";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
@media (min-width: 800px) {
  .js-modal > div h3 b::after {
    content: "\f077";
    font-family: "FontAwesome solid";
    vertical-align: baseline;
  }
}
.js-modal > div .main {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
.js-modal > div .main a {
  display: block;
  margin: 0.5em;
}
.js-modal > div .sub {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
}
.js-modal > div .sub a {
  display: block;
  margin: 1em;
}
.js-modal > div.athlete [type="checkbox"], .js-modal > div.lesson [type="checkbox"], .js-modal > div.support [type="checkbox"], .js-modal > div.event [type="checkbox"], .js-modal > div.blog [type="checkbox"], .js-modal > div.community [type="checkbox"], .js-modal > div.qa [type="checkbox"] {
  display: none;
}
.js-modal > div.athlete [type="checkbox"] + label, .js-modal > div.lesson [type="checkbox"] + label, .js-modal > div.support [type="checkbox"] + label, .js-modal > div.event [type="checkbox"] + label, .js-modal > div.blog [type="checkbox"] + label, .js-modal > div.community [type="checkbox"] + label, .js-modal > div.qa [type="checkbox"] + label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: white;
  border: solid #eeeeee 1px;
  border-radius: 0.5em;
  color: #cccccc;
  margin: 0 0.2em 0.2em 0;
}
.js-modal > div.athlete [type="checkbox"] + label + br, .js-modal > div.lesson [type="checkbox"] + label + br, .js-modal > div.support [type="checkbox"] + label + br, .js-modal > div.event [type="checkbox"] + label + br, .js-modal > div.blog [type="checkbox"] + label + br, .js-modal > div.community [type="checkbox"] + label + br, .js-modal > div.qa [type="checkbox"] + label + br {
  display: none;
}
.js-modal > div.athlete [type="checkbox"]:checked + label, .js-modal > div.lesson [type="checkbox"]:checked + label, .js-modal > div.support [type="checkbox"]:checked + label, .js-modal > div.event [type="checkbox"]:checked + label, .js-modal > div.blog [type="checkbox"]:checked + label, .js-modal > div.community [type="checkbox"]:checked + label, .js-modal > div.qa [type="checkbox"]:checked + label {
  background-color: #ff536b;
  border-color: #ff536b;
  color: white;
  font-weight: bold;
}
.js-modal > div.athlete [type="radio"], .js-modal > div.lesson [type="radio"], .js-modal > div.support [type="radio"], .js-modal > div.event [type="radio"], .js-modal > div.blog [type="radio"], .js-modal > div.community [type="radio"], .js-modal > div.qa [type="radio"] {
  display: none;
}
.js-modal > div.athlete [type="radio"] + label, .js-modal > div.lesson [type="radio"] + label, .js-modal > div.support [type="radio"] + label, .js-modal > div.event [type="radio"] + label, .js-modal > div.blog [type="radio"] + label, .js-modal > div.community [type="radio"] + label, .js-modal > div.qa [type="radio"] + label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: white;
  border: solid #eeeeee 1px;
  border-radius: 0.5em;
  color: #cccccc;
  margin: 0 0.2em 0.2em 0;
}
.js-modal > div.athlete [type="radio"] + label + br, .js-modal > div.lesson [type="radio"] + label + br, .js-modal > div.support [type="radio"] + label + br, .js-modal > div.event [type="radio"] + label + br, .js-modal > div.blog [type="radio"] + label + br, .js-modal > div.community [type="radio"] + label + br, .js-modal > div.qa [type="radio"] + label + br {
  display: none;
}
.js-modal > div.athlete [type="radio"]:checked + label, .js-modal > div.lesson [type="radio"]:checked + label, .js-modal > div.support [type="radio"]:checked + label, .js-modal > div.event [type="radio"]:checked + label, .js-modal > div.blog [type="radio"]:checked + label, .js-modal > div.community [type="radio"]:checked + label, .js-modal > div.qa [type="radio"]:checked + label {
  background-color: #ff536b;
  border-color: #ff536b;
  color: white;
  font-weight: bold;
}
.js-modal > div.athlete .flex, .js-modal > div.lesson .flex, .js-modal > div.support .flex, .js-modal > div.event .flex, .js-modal > div.blog .flex, .js-modal > div.community .flex, .js-modal > div.qa .flex {
  max-height: 60vh;
  overflow: auto;
}
@media (min-width: 600px) {
  .js-modal > div.athlete .flex, .js-modal > div.lesson .flex, .js-modal > div.support .flex, .js-modal > div.event .flex, .js-modal > div.blog .flex, .js-modal > div.community .flex, .js-modal > div.qa .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .js-modal > div.athlete .flex > *, .js-modal > div.lesson .flex > *, .js-modal > div.support .flex > *, .js-modal > div.event .flex > *, .js-modal > div.blog .flex > *, .js-modal > div.community .flex > *, .js-modal > div.qa .flex > * {
    margin: 0.5em;
  }
}
.js-modal > div.athlete dl, .js-modal > div.lesson dl, .js-modal > div.support dl, .js-modal > div.event dl, .js-modal > div.blog dl, .js-modal > div.community dl, .js-modal > div.qa dl {
  font-size: 16px;
  margin-bottom: 1em;
}
.js-modal > div.athlete dt, .js-modal > div.lesson dt, .js-modal > div.support dt, .js-modal > div.event dt, .js-modal > div.blog dt, .js-modal > div.community dt, .js-modal > div.qa dt {
  color: #ff536b;
  font-weight: bold;
}
@media (min-width: 600px) {
  .js-modal > div.athlete .ddflex, .js-modal > div.lesson .ddflex, .js-modal > div.support .ddflex, .js-modal > div.event .ddflex, .js-modal > div.blog .ddflex, .js-modal > div.community .ddflex, .js-modal > div.qa .ddflex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
  }
}
.js-modal > div.athlete [type=text], .js-modal > div.lesson [type=text], .js-modal > div.support [type=text], .js-modal > div.event [type=text], .js-modal > div.blog [type=text], .js-modal > div.community [type=text], .js-modal > div.qa [type=text] {
  width: 100%;
  border-radius: 0.5em;
}
.js-modal > div.athlete select, .js-modal > div.lesson select, .js-modal > div.support select, .js-modal > div.event select, .js-modal > div.blog select, .js-modal > div.community select, .js-modal > div.qa select {
  border-radius: 0.5em;
}
@media (max-width: 599px) {
  .js-modal > div.athlete select, .js-modal > div.lesson select, .js-modal > div.support select, .js-modal > div.event select, .js-modal > div.blog select, .js-modal > div.community select, .js-modal > div.qa select {
    width: 100%;
    min-height: 2.5rem;
  }
}
.js-modal > div.athlete select:not(:only-of-type), .js-modal > div.lesson select:not(:only-of-type), .js-modal > div.support select:not(:only-of-type), .js-modal > div.event select:not(:only-of-type), .js-modal > div.blog select:not(:only-of-type), .js-modal > div.community select:not(:only-of-type), .js-modal > div.qa select:not(:only-of-type) {
  margin: 0 0 0.2em;
}
.js-modal > div.athlete [type=submit], .js-modal > div.lesson [type=submit], .js-modal > div.support [type=submit], .js-modal > div.event [type=submit], .js-modal > div.blog [type=submit], .js-modal > div.community [type=submit], .js-modal > div.qa [type=submit] {
  background-color: #feae0f;
  border: 0;
  border-radius: 0.5em;
  color: #ff536b;
  display: table;
  font-weight: bold;
  padding: 0.5em;
  width: 16em;
  margin: 1em auto 0;
  text-align: center;
}
.js-modal > div.register ul {
  margin: 0.5em 0;
}
.js-modal > div.register ul li {
  padding: 0.25em;
}
.js-modal > div.register ul li a {
  background-color: white;
  border: solid #ff536b 2px;
  border-radius: 0.5em;
  color: #ff536b;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.25em 1em;
  text-align: center;
}
.js-modal > div.event [type=text] {
  width: 100%;
}
.js-modal > div.event .datetime dd {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.js-modal > div.event .datetime .common-select {
  max-width: 5em;
  margin: 0.2em;
}
.js-modal > div.event .datetime [class|=form][class*=ields-][class*=form-fields-date_widget] {
  flex-wrap: nowrap;
}
.js-modal > div.event [type=submit] {
  background-color: #feae0f;
  border: 0;
  border-radius: 0.5em;
  color: #ff536b;
  display: table;
  font-weight: bold;
  padding: 0.5em;
  width: 16em;
  margin: 1em auto 0;
  text-align: center;
}

.dialog-submitWrap [name] {
  background-color: #cccccc;
  border-radius: 0.5em;
  color: white;
}
.dialog-submitWrap [name*='[save]'], .dialog-submitWrap [name*='[conf]'], .dialog-submitWrap [name*='[confirm]'], .dialog-submitWrap [name*='next'], .dialog-submitWrap [name*='mase_subscription_by_stripe[cancel]'] {
  background-color: #ff536b;
  font-weight: bold;
  color: white;
}

/* layout-backend  */
/* layout-frontend  */
.sf-toolbarreset {
  display: none;
}

/* common */
[class|=form][class*=ields-][class*=mase_media_data2_widget] span[class*=ctm-] a {
  background-color: white;
}

[class*=app-web-frontend] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #222222;
  padding: 7.5em 0 0;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] {
    padding: 9em 0 0;
  }
}
[class*=app-web-frontend] * {
  word-break: break-all;
}
[class*=app-web-frontend] h1, [class*=app-web-frontend] h2, [class*=app-web-frontend] h3, [class*=app-web-frontend] h4, [class*=app-web-frontend] h5, [class*=app-web-frontend] h6, [class*=app-web-frontend] .global-userName, [class*=app-web-frontend] h2.default, [class*=app-web-frontend] legend, [class*=app-web-frontend] input, [class*=app-web-frontend] button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
[class*=app-web-frontend] p {
  line-height: 1.65;
}
[class*=app-web-frontend] h2.default {
  text-align: left;
}
[class*=app-web-frontend][class$=masesitetop-index] {
  padding: 4.5em 0 0;
}
@media (max-width: 599px) {
  [class*=app-web-frontend][class$=masesitetop-index] {
    padding: 6em 0 0;
  }
}
[class*=app-web-frontend][class$=masesitetop-index] .global-headerNav {
  display: none;
}
[class*=app-web-frontend]:not([class$=masesitetop-index]) main {
  padding-right: 1em;
  padding-left: 1em;
}
[class*=app-web-frontend]:not([class$=masesitetop-index]) article {
  padding-top: 2em;
}
[class*=app-web-frontend] [class*=left-search] {
  border-radius: 1em;
  padding: 1em 0.5em;
  min-width: 20em;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"] {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"] + label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: white;
  border: solid #eeeeee 1px;
  border-radius: 0.5em;
  color: #cccccc;
  margin: 0 0.2em 0.2em 0;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"] + label + br {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="checkbox"]:checked + label {
  background-color: #ff536b;
  border-color: #ff536b;
  color: white;
  font-weight: bold;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"] {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"] + label {
  display: inline-block;
  padding: 0.4em 0.5em;
  background-color: white;
  border: solid #eeeeee 1px;
  border-radius: 0.5em;
  color: #cccccc;
  margin: 0 0.2em 0.2em 0;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"] + label + br {
  display: none;
}
[class*=app-web-frontend] [class*=left-search] [type="radio"]:checked + label {
  background-color: #ff536b;
  border-color: #ff536b;
  color: white;
  font-weight: bold;
}
@media (max-width: 599px) {
  [class*=app-web-frontend] [class*=left-search] {
    margin: 1em 0;
  }
}
[class*=app-web-frontend] [class*=left-search] dt {
  border: 0;
  color: #ff536b;
  font-weight: bold;
}
[class*=app-web-frontend] [class*=left-search] dd {
  padding: 0;
}
[class*=app-web-frontend] [class*=left-search] [type=submit] {
  background-color: #ff536b;
  border-radius: 2em;
  padding: 0.5em;
  display: table;
  margin: auto;
  width: 12em;
  text-align: center;
}
[class*=app-web-frontend] [class*=left-search] [type=submit]::before {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 1em;
}
[class*=app-web-frontend] [class*=left-search] .checkboxes ul {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  fieldset dl._macro dt {
    width: 20em;
    min-width: 20em;
    max-width: 20em;
  }
}

.common-select {
  display: inline-block;
  position: relative;
}
.common-select::after {
  content: "\f107";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.common-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 2.5em;
  width: 100%;
  padding-right: 2em;
}
.common-title {
  font-size: 1.9em;
  font-weight: 500;
  text-align: center;
  margin: 1rem auto 2rem;
}
.common-title span {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-title span img {
  margin-right: 0.25em;
}

/* form */
/* partial */
/* backend */
/* frontend */
.outer-wrapper {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 799px) {
  .outer-wrapper {
    height: 100vh;
    max-height: 100vh;
  }
}
.outer-header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
}
.outer-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 799px) {
  .outer-contents {
    height: 1em;
    padding-bottom: 60px;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.outer-main-wrapper {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .outer-footer {
    background-color: unset;
  }
  .outer-footer .siteInfo {
    text-align: center;
  }
  .outer-footer .siteInfo a {
    display: inline-block;
    margin: 1em;
    font-size: 0.9em;
  }
  .outer-footer .siteInfo nav {
    margin: 1em auto;
  }
  .outer-footer ul {
    display: none;
  }
}
@media (max-width: 799px) {
  .outer-footer {
    background-color: #64ffae;
    overflow: hidden;
    padding: 0.75em 1em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
  }
  .outer-footer .siteInfo {
    display: none;
  }
  .outer-footer ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
  }
  .outer-footer ul a {
    color: white;
    display: grid;
    grid-auto-columns: auto 1em;
    font-weight: bold;
    font-size: 0.8em;
  }
  .outer-footer ul a::before {
    display: block;
    text-align: center;
  }
  .outer-footer ul [href].home::before {
    content: url("\2F image\2F mirai\2D deai\2F home\2E svg\3F 0");
  }
  .outer-footer ul [href].notification::before {
    content: url("\2F image\2F mirai\2D deai\2F notification\2E svg\3F 0");
  }
  .outer-footer ul [href*=mypage]::before {
    content: url("\2F image\2F mirai\2D deai\2F mypage\2E svg\3F 0");
  }
  .outer-footer ul [href*=login]::before {
    content: "\f2f6";
    font-family: "FontAwesome solid";
    vertical-align: baseline;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.outer-footer .copyright {
  background-color: unset;
  border-top: solid #ff536b 1px;
  color: #ff536b;
  text-align: center;
  padding: 1em;
  font-size: 0.9em;
}
@media (max-width: 799px) {
  .outer-footer .copyright {
    display: none;
  }
}

._tpl_mirai-deai_header {
  color: #222222;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0.25em 1.5em;
  font-size: 1rem;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  ._tpl_mirai-deai_header {
    padding: 0.5em 1em;
  }
}
._tpl_mirai-deai_header h1 {
  padding: 0;
}
._tpl_mirai-deai_header h1 a {
  max-width: unset;
}
@media (min-width: 800px) {
  ._tpl_mirai-deai_header h1 a {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    align-items: center;
  }
}
@media (max-width: 799px) {
  ._tpl_mirai-deai_header h1 a img {
    max-width: 95px;
  }
}
._tpl_mirai-deai_header h1 small {
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
@media (min-width: 800px) {
  ._tpl_mirai-deai_header h1 small {
    -webkit-order: 1;
    order: 1;
    margin-left: 1em;
  }
}
@media (max-width: 799px) {
  ._tpl_mirai-deai_header h1 small {
    font-size: 1em;
  }
}
._tpl_mirai-deai_header .headerMenuWrap {
  margin: auto 0 0 auto;
}
@media (max-width: 799px) {
  ._tpl_mirai-deai_header .headerMenuWrap {
    display: none;
  }
}
._tpl_mirai-deai_header .menuWrap[class] {
  margin-left: 1.5rem;
}
@media (max-width: 599px) {
  ._tpl_mirai-deai_header .menuWrap[class] {
    margin-left: 1rem;
  }
}
._tpl_mirai-deai_header .menuWrap[class] .menuOpen {
  color: black;
  cursor: pointer;
  display: block;
  font-weight: bold;
}
._tpl_mirai-deai_header .menuWrap[class] .menuOpen::before {
  content: "\f0c9";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: #ff536b;
  font-size: 2em;
}
._tpl_mirai-deai_header .menuWrap[class] .hideMenu {
  min-width: 300px;
  max-width: 300px;
  height: 100vh;
  background-color: white;
  box-shadow: -1px 0 1px 0 dimgray;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 8;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: black;
  z-index: 11;
}
._tpl_mirai-deai_header .menuWrap[class] .hideMenu a[href] {
  display: block;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  text-align: left;
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
._tpl_mirai-deai_header .menuWrap[class] .hideMenu a[href]::after {
  content: "\f054";
  font-family: "FontAwesome";
  vertical-align: baseline;
  font-size: 1.5em;
  margin-left: auto;
  color: #ff536b;
}
._tpl_mirai-deai_header .menuWrap[class] .menuClose {
  display: block;
  background-color: white;
  font-size: 1.5em;
  color: #ff536b;
  cursor: pointer;
  text-align: right;
  padding: 0.25rem 1rem;
}
._tpl_mirai-deai_header .menuWrap[class] .menuClose::before {
  content: "\f00d";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: #ff536b;
}

/* addtop */
/* backend-addtop */
/* css */
/* backend-css */
/* earnings */
/* backend-earningsmanage */
/* freespace */
/* backend-freespace */
/* purchase */
/* backend-purchasemanage */
/* questionnaire */
/* backend-questionnaire */
/* serveicetypecase */
/* backend-casemanage */
/* serveicetypeproduct */
/* backend-productmanage */
/* serveicetypereserve */
/* backend-reservemanage */
/* user */
/* backend-user */
/* area */
/* areamanage */
[class|=area-areamanage] {
  /* block */
}

main.areamanage {
  /* component */
  /* common namespace */
  /* each */
}
main.areamanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* authentication */
/* authentication */
[class|=authentication] {
  /* block */
}

main.authentication {
  /* component */
  /* common namespace */
  /* each */
}
main.authentication article {
  /* article */
  /* common namespace */
  /* each */
}

/* bank */
/* bankmanage */
[class|=bank-bankmanage] {
  /* block */
}

main.bankmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.bankmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* blog */
/* blogmanage */
[class|=blog-blogmanage] {
  /* block */
}

main.blogmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.blogmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* blogpost */
[class|=blog-blogpost] {
  /* block */
}

main.blogpost {
  /* component */
  /* common namespace */
  /* each */
}
main.blogpost article {
  /* article */
  /* common namespace */
  /* each */
}

/* comment */
[class|=blogpost-comment] {
  /* block */
}

main.blogpost {
  /* component */
  /* common namespace */
  /* each */
}
main.blogpost article {
  /* article */
  /* common namespace */
  /* each */
}

/* search */
[class|=blogpost-search] {
  /* block */
}

main.blogpost {
  /* component */
  /* common namespace */
  /* each */
}
main.blogpost article {
  /* article */
  /* common namespace */
  /* each */
}

/* community */
/* communitymanage */
[class|=community-communitymanage] {
  /* block */
}

main.communitymanage {
  /* component */
  /* common namespace */
  /* each */
}
main.communitymanage article {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  /* article */
  /* common namespace */
  /* each */
}
main.communitymanage article.edit #map {
  max-width: 100%;
}

/* community */
.community-event-comments .global-menuHeader a, .community-topic-comments .global-menuHeader a {
  margin: 0 0 0 auto;
}

[class|=community] {
  /* block */
}

main.community {
  /* component */
  /* common namespace */
  /* each */
}
main.community article {
  /* article */
  /* common namespace */
  /* each */
}
main.community article.index .description {
  margin-bottom: 1.5em;
  background-color: white;
}
main.community article.index .global-btns {
  text-align: right;
}
main.community article.index .global-status span {
  display: inline-block;
  border: solid #f25f03 1px;
  color: #f25f03;
  padding: 0.2em 1em;
}
main.community article.index .meta {
  text-align: right;
  padding: 1em;
}
main.community article.index .meta .date {
  display: block;
}
main.community article.index .note {
  padding: 1em;
}
main.community article.index .global-submit {
  padding: 1em;
  display: table;
  margin: 1em auto;
}
main.community article.index .global-submit > a {
  display: block;
}
main.community article.index .global-cancel {
  margin: 1em auto;
  padding: 1em;
  display: table;
  background-color: gray;
}
main.community article.index .topicList, main.community article.index .eventList {
  margin-bottom: 3em;
}
main.community article.index .topicList > h3, main.community article.index .eventList > h3 {
  font-size: 1.5rem;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  border: 0;
}
main.community article.index .topicList > h3 a[href], main.community article.index .eventList > h3 a[href] {
  border-radius: 2em;
  color: white;
  display: table;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  line-height: 1;
}
main.community article.index .topicList > h3 a[href][href*=add], main.community article.index .eventList > h3 a[href][href*=add] {
  margin-left: 4em;
}
@media (max-width: 799px) {
  main.community article.index .topicList > h3 a[href][href*=add], main.community article.index .eventList > h3 a[href][href*=add] {
    margin-left: auto;
  }
}
main.community article.index .topicList > h3 a[href][href*=add]::before, main.community article.index .eventList > h3 a[href][href*=add]::before {
  content: "+";
  margin-right: 0.5em;
}
main.community article.index .topicList .global-smallSubmit, main.community article.index .eventList .global-smallSubmit {
  background-color: #f25f03;
  border-radius: 0.25em;
  font-size: 1rem;
  font-weight: bold;
  margin: 1em 0 1em auto;
  display: table;
}
main.community article.index .topicList ul li, main.community article.index .eventList ul li {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
main.community article.index .topicList ul li header, main.community article.index .eventList ul li header {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
main.community article.index .topicList ul li header h3, main.community article.index .eventList ul li header h3 {
  margin-right: auto;
  font-size: 1.5em;
}
@media (max-width: 799px) {
  main.community article.index .topicList ul li header h3, main.community article.index .eventList ul li header h3 {
    font-size: 1.2em;
  }
}
main.community article.index .topicList ul li header span, main.community article.index .eventList ul li header span {
  border: solid #ff536b 1px;
  color: #ff536b;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
main.community article.index .topicList ul li .tpl-dl, main.community article.index .eventList ul li .tpl-dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
main.community article.index .topicList ul li .tpl-dl dt, main.community article.index .eventList ul li .tpl-dl dt {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  font-weight: bold;
  padding: 0.5em;
}
main.community article.index .topicList ul li .tpl-dl dd, main.community article.index .eventList ul li .tpl-dl dd {
  -webkit-flex-basis: 80%;
  flex-basis: 80%;
  width: 80%;
  max-width: 80%;
  padding: 0.5em;
}
main.community article.index .topicList ul li .eventTime, main.community article.index .eventList ul li .eventTime {
  background-color: white;
  border-radius: 0.5em;
  color: white;
  display: table;
  font-weight: bold;
  margin-top: 1em;
  padding: 0.5em 1em;
}
main.community article.index .topicList ul li .eventTime::before, main.community article.index .eventList ul li .eventTime::before {
  content: "\f073";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.5em;
}
main.community article.index .topicList ul li footer, main.community article.index .eventList ul li footer {
  text-align: right;
}

/* comment */
[class|=community-comment] {
  /* block */
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] header.master [href*='/addComment/'] {
  -webkit-box-flex: 0;
  -webkit-box-flex-group: 1;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] header.master [href*='/addComment/']::before {
  content: "\f14b";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-right: 0.35em;
  font-size: 1.1em;
  color: salmon;
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] .comment.master footer [href*='/editComment/']::before {
  content: "\f044";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
}
[class|=community-comment] [class*=blog-blogpost][class*=_tpl_comment] .comment.master footer [href*='/deleteComment/']::before {
  content: "\f2ed";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  display: inline-block;
  padding: 0 0.5em;
}
[class|=community-comment] .commentWrap {
  margin-top: 2em;
}
[class|=community-comment] .commentWrap .comments[class] {
  padding: 1em;
}
[class|=community-comment] .commentWrap .comments[class] li {
  border-bottom: solid #cccccc 1px;
  padding: 1em 0;
}
[class|=community-comment] .commentWrap .comments[class] li > section {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  [class|=community-comment] .commentWrap .comments[class] li h4 {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (max-width: 599px) {
  [class|=community-comment] .commentWrap .comments[class] li h4 {
    margin-bottom: 1rem;
  }
}
[class|=community-comment] .commentWrap .comments[class] li h4 [class|=user][class*=_tpl_user] .name {
  font-weight: bold;
}
[class|=community-comment] .commentWrap .comments[class] li .content {
  padding: 0 1em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
[class|=community-comment] .commentWrap .comments[class] li .content p {
  background-color: rgba(128, 128, 128, 0.05);
  border-radius: 1em;
  padding: 1em;
  margin-bottom: 1em;
}
[class|=community-comment] .commentWrap .comments[class] li .content footer {
  text-align: right;
}
[class|=community-comment] .commentWrap .comments[class] li .content footer a {
  display: inline-block;
  border: solid #ff536b 1px;
  border-radius: 4px;
  padding: 0.1em 0.5em;
}

main.community {
  /* component */
  /* common namespace */
  /* each */
}
main.community article {
  /* article */
  /* common namespace */
  /* each */
}

/* earnings */
/* earningsmanage */
[class|=earnings-earningsmanage] {
  /* block */
}

main.earningsmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.earningsmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* mypage */
/* mypage */
.mypage-submitWrap [name] {
  background-color: #cccccc;
  border-radius: 0.5em;
  color: white;
}
.mypage-submitWrap [name*='[save]'], .mypage-submitWrap [name*='[conf]'], .mypage-submitWrap [name*='[confirm]'], .mypage-submitWrap [name*='next'], .mypage-submitWrap [name*='mase_subscription_by_stripe[cancel]'] {
  background-color: #ff536b;
  font-weight: bold;
  color: white;
}

[class|=mypage] {
  /* block */
}

main.mypage {
  /* component */
  /* common namespace */
  /* each */
}
main.mypage article {
  /* article */
  /* common namespace */
  /* each */
}
main.mypage article.followlist .userlist, main.mypage article.followerlist .userlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 799px) {
  main.mypage article.followlist .userlist, main.mypage article.followerlist .userlist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  main.mypage article.followlist .userlist, main.mypage article.followerlist .userlist {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.mypage article.followlist .user, main.mypage article.followerlist .user {
  padding: 1em 0;
  border-top: solid #eeeeee 2px;
}
main.mypage article.followlist .user:last-of-type, main.mypage article.followerlist .user:last-of-type {
  border-bottom: solid #eeeeee 2px;
}
main.mypage article.followlist .user section, main.mypage article.followerlist .user section {
  padding: 1em;
}
main.mypage article.followlist .user .message, main.mypage article.followerlist .user .message {
  background-color: #ff536b;
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 18em;
}
main.mypage article.followlist .user .like, main.mypage article.followerlist .user .like {
  background-color: #ec7f80;
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 18em;
}
main.mypage article.followlist .user .like::after, main.mypage article.followerlist .user .like::after {
  content: "\f004";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5rem;
}
main.mypage article.followlist .user .like::before, main.mypage article.followerlist .user .like::before {
  display: none;
}
main.mypage article.followlist .user .skip, main.mypage article.followerlist .user .skip {
  background-color: #7fd1f8;
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 18em;
}
main.mypage article.followlist .user .skip::after, main.mypage article.followerlist .user .skip::after {
  content: url("\2F image\2F mirai\2D deai\2F skip\2E svg\3F 0");
  margin-left: 0.5em;
}
main.mypage article.followlist .user .skip::before, main.mypage article.followerlist .user .skip::before {
  display: none;
}
main.mypage article.followlist .user .hold, main.mypage article.followerlist .user .hold {
  background-color: #eeeeee;
  color: #222222;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 18em;
}
main.mypage article.followlist .user .global-coverImage, main.mypage article.followerlist .user .global-coverImage {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 18em;
  height: 18em;
  overflow: hidden;
  min-width: 12em;
  margin: auto;
}
main.mypage article.followlist .user .global-coverImage img, main.mypage article.followerlist .user .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.mypage article.followlist .modal .modal_container, main.mypage article.followerlist .modal .modal_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background-color: #ff536b;
  color: white;
  display: grid;
}
main.mypage article.followlist .modal .modal_container .modal_content, main.mypage article.followerlist .modal .modal_container .modal_content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  align-self: center;
}
main.mypage article.followlist .modal .modal_container .common-title::after, main.mypage article.followerlist .modal .modal_container .common-title::after {
  background-image: url("\2F image\2F mirai\2D deai\2F hearts\5F white\2E svg\3F 0");
}
main.mypage article.followlist .modal .modal_container .pair-images, main.mypage article.followerlist .modal .modal_container .pair-images {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 1em;
}
main.mypage article.followlist .modal .modal_container .pair-images .global-coverImage, main.mypage article.followerlist .modal .modal_container .pair-images .global-coverImage {
  width: 12em;
  height: 12em;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
main.mypage article.followlist .modal .modal_container .pair-images .global-coverImage img, main.mypage article.followerlist .modal .modal_container .pair-images .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.mypage article.followlist .modal .modal_container .pair-images .heart, main.mypage article.followerlist .modal .modal_container .pair-images .heart {
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
main.mypage article.followlist .modal .modal_container .nav, main.mypage article.followerlist .modal .modal_container .nav {
  margin-top: 5em;
}
main.mypage article.followlist .modal .modal_container .nav a, main.mypage article.followerlist .modal .modal_container .nav a {
  border: solid white 1px;
  border-radius: 0.5em;
  color: white;
  display: table;
  font-weight: bold;
  text-align: center;
  margin: 1.5em auto;
  padding: 0.5em;
  width: 18em;
  cursor: pointer;
}
main.mypage article.index .tpl-profWrap {
  text-align: center;
}
main.mypage article.index .global-user-image {
  margin: 1em auto;
  width: 160px;
  height: 160px;
}
@media (min-width: 350px) {
  main.mypage article.index .global-menuBtns a {
    display: inline-block;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    max-width: 48%;
    margin: 1%;
  }
}
main.mypage article.index .myMenu.master a, main.mypage article.index .manageMenu.master a {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: solid #ff536b 1px;
  border-radius: 0.5em;
  background-color: white;
  color: #ff536b;
  position: relative;
  box-shadow: unset;
}
main.mypage article.index .myMenu.master a:hover, main.mypage article.index .manageMenu.master a:hover {
  background-color: white;
  border: solid #ff536b 1px;
  color: #ff536b;
}

/* notification */
/* notification */
[class|=notification] {
  /* block */
  /* tpl */
}

main.notification {
  /* component */
  /* common namespace */
  /* each */
}
main.notification article {
  /* article */
  /* common namespace */
  /* each */
}

/* purchase */
/* cart */
[class|=purchase-cart] {
  /* block */
}

main.cart {
  /* component */
  /* common namespace */
  /* each */
}
main.cart article {
  /* article */
  /* common namespace */
  /* each */
}

/* purchasemanage */
[class|=purchase-purchasemanage] {
  /* block */
}

main.purchasemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.purchasemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* questionnaire */
/* questionnaire */
[class|=questionnaire] {
  /* block */
}

main.questionnaire {
  /* component */
  /* common namespace */
  /* each */
}
main.questionnaire article {
  /* article */
  /* common namespace */
  /* each */
}

/* register */
/* register */
[class|=register] {
  /* block */
}

main.register {
  /* component */
  /* common namespace */
  /* each */
}
main.register article {
  /* article */
  /* common namespace */
  /* each */
}

/* sale */
/* salemanage */
main.salemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.salemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* stc */
/* case */
[class|=stc-case] {
  /* block */
}

main.case {
  /* component */
  /* common namespace */
  /* each */
}
main.case article {
  /* article */
  /* common namespace */
  /* each */
}

/* casemanage */
[class|=stc-casemanage] {
  /* block */
}

main.casemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.casemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* stp */
/* product */
[class|=stp-product] {
  /* block */
}

main.product {
  /* component */
  /* common namespace */
  /* each */
}
main.product article {
  /* article */
  /* common namespace */
  /* each */
}

/* productmanage */
[class^=stp-productmanage] {
  /* block */
}

main.productmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.productmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* str */
/* reserve */
[class^=str-reserve] {
  /* block */
}

main.reserve {
  /* component */
  /* common namespace */
  /* each */
}
main.reserve article {
  /* article */
  /* common namespace */
  /* each */
}

/* reservemanage */
[class^=str-reservemanage] {
  /* block */
}

main.reservemanage {
  /* component */
  /* common namespace */
  /* each */
}
main.reservemanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* shipping */
/* shippingmanage */
[class^=shipping-shippingmanage] {
  /* block */
}

main.shippingmanage {
  /* component */
  /* common namespace */
  /* each */
}
main.shippingmanage article {
  /* article */
  /* common namespace */
  /* each */
}

/* sitetop */
/* sitetop */
[class^=sitetop] {
  /* block */
}

main.sitetop {
  /* component */
  /* common namespace */
  /* each */
}
main.sitetop article {
  /* article */
  /* common namespace */
  /* each */
}
main.sitetop article.index .mv {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 600px) {
  main.sitetop article.index .mv {
    aspect-ratio: 1920/1000;
    background-image: url("\2F image\2F mirai\2D deai\2F mv\2E jpg\3F 0");
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index .mv {
    aspect-ratio: 375/448;
    padding-top: 1.5em;
    background-image: url("\2F image\2F mirai\2D deai\2F mv\5F sp\2E jpg\3F 0");
  }
}
main.sitetop article.index .mv .wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 1em;
}
@media (min-width: 900px) {
  main.sitetop article.index .mv .wrap {
    height: 65%;
  }
}
main.sitetop article.index .mv .wrap h1 {
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 1em;
  word-break: keep-all;
}
@media (min-width: 600px) {
  main.sitetop article.index .mv .wrap h1 {
    max-width: 50%;
  }
}
@media (max-width: 799px) {
  main.sitetop article.index .mv .wrap h1 {
    font-size: 1.5em;
  }
}
main.sitetop article.index .mv .wrap h1 b {
  color: #ff536b;
}
main.sitetop article.index .mv .wrap .registerAndLogin {
  max-width: 50%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  main.sitetop article.index .mv .wrap .registerAndLogin {
    display: none;
  }
}
main.sitetop article.index .control {
  background-color: #ff536b;
  color: white;
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  main.sitetop article.index .control {
    display: none;
  }
}
main.sitetop article.index .control a[href] {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  margin: 0 1em;
  font-size: 1.5em;
}
main.sitetop article.index .control a[href]::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
main.sitetop article.index .control [href*=search]::before {
  background-image: url("\2F image\2F mirai\2D deai\2F search\2E svg\3F 0");
}
main.sitetop article.index .control [href*=follower]::before {
  background-image: url("\2F image\2F mirai\2D deai\2F like\2E svg\3F 0");
}
main.sitetop article.index .control [href*=message]::before {
  background-image: url("\2F image\2F mirai\2D deai\2F message\2E svg\3F 0");
}
main.sitetop article.index .registerAndLogin.sp {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  gap: 0.75em;
}
@media (min-width: 600px) {
  main.sitetop article.index .registerAndLogin.sp {
    display: none;
  }
}
main.sitetop article.index .registerAndLogin > a {
  border: solid #ff536b 1px;
  border-radius: 0.5em;
  font-size: 1.5em;
  padding: 0.25em 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  main.sitetop article.index .registerAndLogin > a {
    width: 12em;
    margin: 0 0.5em 0.5em 0;
  }
}
@media (max-width: 799px) {
  main.sitetop article.index .registerAndLogin > a {
    font-size: 1.1em;
  }
}
main.sitetop article.index .registerAndLogin > a::after {
  content: "\f054";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  font-size: 1rem;
  margin-left: 0.5rem;
}
@media (max-width: 599px) {
  main.sitetop article.index .registerAndLogin > a::after {
    font-size: 0.5em;
  }
}
main.sitetop article.index .registerAndLogin [href*=register] {
  background-color: #ff536b;
  color: white;
}
main.sitetop article.index .registerAndLogin [href*=login] {
  background-color: white;
  color: #ff536b;
}
main.sitetop article.index > section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 1em;
}
main.sitetop article.index > section.point .pc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.point .pc {
    display: none;
  }
}
@media (min-width: 600px) {
  main.sitetop article.index > section.point .sp {
    display: none;
  }
}
main.sitetop article.index > section.point .swiper-container {
  max-width: 95%;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.point ul {
    max-width: 95%;
    margin: auto;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index > section.point ul li {
    padding: 0 1em;
  }
}
main.sitetop article.index > section.point ul li .image {
  border-radius: 1em;
  overflow: hidden;
}
main.sitetop article.index > section.point ul li h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1rem;
  word-break: keep-all;
}
main.sitetop article.index > section.point ul li h3 b {
  font-size: 2rem;
  margin: 0.5em auto;
  display: block;
  color: #ff536b;
}
main.sitetop article.index > section.point ul li p {
  font-size: 1.2em;
}
main.sitetop article.index > section.flow ul {
  display: grid;
  gap: 1.5em;
}
@media (min-width: 600px) {
  main.sitetop article.index > section.flow ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index > section.flow ul {
    grid-template-columns: 1fr 1fr;
  }
}
main.sitetop article.index > section.flow ul li {
  background-color: #c6ffcd;
  border-radius: 1em;
  padding: 1.5em;
  text-align: center;
}
main.sitetop article.index > section.flow ul li h3 {
  font-weight: 500;
}
@media (min-width: 600px) {
  main.sitetop article.index > section.flow ul li h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index > section.flow ul li h3 {
    font-size: 1.15em;
  }
}
main.sitetop article.index > section.flow ul li h3 i {
  font-weight: bold;
  display: block;
}
@media (min-width: 600px) {
  main.sitetop article.index > section.flow ul li h3 i {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index > section.flow ul li h3 i {
    font-size: 1.7rem;
  }
}
main.sitetop article.index > section.flow ul li img {
  margin-top: 1em;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.flow ul li img {
    max-height: 60px;
    max-width: 50%;
  }
}
main.sitetop article.index > section.support ul {
  display: grid;
  gap: 1.5em;
}
@media (min-width: 600px) {
  main.sitetop article.index > section.support ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index > section.support ul {
    grid-template-columns: 1fr 1fr;
  }
}
main.sitetop article.index > section.support ul li {
  border: solid #64ffae 1px;
  border-radius: 1em;
  padding: 1.5em;
  position: relative;
  aspect-ratio: 1/1;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.support ul li [src*=check] {
    max-width: 35px;
  }
}
main.sitetop article.index > section.support ul li h3 {
  font-weight: 500;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  main.sitetop article.index > section.support ul li h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 599px) {
  main.sitetop article.index > section.support ul li h3 {
    font-size: 1.15em;
  }
}
main.sitetop article.index > section.support ul li .image {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.support ul li .image img {
    max-height: 30px;
  }
}
main.sitetop article.index > section.priceList {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
main.sitetop article.index > section.priceList table {
  border-collapse: collapse;
  width: 100%;
}
main.sitetop article.index > section.priceList table tr > * {
  border: solid #222222 1px;
  border-left: 0;
  border-right: 0;
  padding: 1rem;
  width: 50%;
}
main.sitetop article.index > section.priceList table tr th {
  font-size: 3em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.priceList table tr th {
    font-size: 1.8em;
  }
}
main.sitetop article.index > section.priceList table tr td {
  font-size: 2em;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.priceList table tr td {
    font-size: 1em;
  }
}
main.sitetop article.index > section.priceList table tr td big {
  font-size: 2.25em;
}
main.sitetop article.index > section.priceList .caption {
  margin: 1em 0;
}
main.sitetop article.index > section.faq {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
main.sitetop article.index > section.faq dl {
  border-top: solid #222222 1px;
}
main.sitetop article.index > section.faq dl:last-of-type {
  border-bottom: solid #222222 1px;
}
main.sitetop article.index > section.faq dl dt {
  padding: 1rem 2rem 1rem 0;
  position: relative;
  cursor: pointer;
}
@media (min-width: 600px) {
  main.sitetop article.index > section.faq dl dt {
    font-size: 1.4em;
  }
}
main.sitetop article.index > section.faq dl dt::before {
  content: "Q.";
  color: #e51132;
}
main.sitetop article.index > section.faq dl dt::after {
  color: #ff536b;
  content: "＋";
  position: absolute;
  top: 1rem;
  right: 1rem;
}
main.sitetop article.index > section.faq dl dt.opened::after {
  color: #ff536b;
  content: "—";
  position: absolute;
  top: 1rem;
  right: 1rem;
}
main.sitetop article.index > section.faq dl dd {
  padding: 0 1em 1em 1.5em;
  display: none;
}
@media (max-width: 599px) {
  main.sitetop article.index > section.faq dl dd {
    font-size: 0.9em;
  }
}
main.sitetop article.index > section.banner {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}

/* special */
/* special */
[class|=special] {
  /* block */
}

main.special {
  /* component */
  /* common namespace */
  /* each */
}
main.special article {
  /* article */
  /* common namespace */
  /* each */
}

/* user */
/* user */
[class|=user] {
  /* block */
}
[class|=user][class*=_tpl_search_user] h3 {
  text-align: center;
}

main.user {
  /* component */
  /* common namespace */
  /* each */
}
main.user article {
  /* article */
  /* common namespace */
  /* each */
}
main.user article[class*=info_] .imageWrap {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
main.user article[class*=info_] .imageWrap .mainImage {
  background-color: #f8f8f8;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 599px) {
  main.user article[class*=info_] .imageWrap .mainImage {
    width: 15em;
    height: 15em;
  }
}
main.user article[class*=info_] .imageWrap .mainImage span {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  border: none;
  margin: 0;
}
main.user article[class*=info_] .imageWrap .mainImage span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.user article[class*=info_] .imageWrap .thumbnails {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em -0.5em;
}
main.user article[class*=info_] .imageWrap .thumbnails .thumbnail {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  padding: 0.5em;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 599px) {
  main.user article[class*=info_] .imageWrap .thumbnails .thumbnail {
    max-width: 7em;
  }
}
main.user article[class*=info_] .imageWrap .thumbnails .thumbnail:hover {
  opacity: 0.7;
}
main.user article[class*=info_] .imageWrap .thumbnails .thumbnail span {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  display: block;
  border: none;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
main.user article[class*=info_] .imageWrap .thumbnails .thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.user article[class*=info_] .introduction {
  font-size: 1.2em;
  margin: 2em auto;
}
main.user article[class*=info_] .action {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  margin: 3em auto;
}
main.user article[class*=info_] .action > * {
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 0 1em;
  width: 10em;
}
main.user article[class*=info_] .action .like {
  background-color: #ec7f80;
}
main.user article[class*=info_] .action .like::after {
  content: "\f004";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5rem;
}
main.user article[class*=info_] .action .like::before {
  display: none;
}
main.user article[class*=info_] .action .skip {
  background-color: #7fd1f8;
}
main.user article[class*=info_] .action .skip::after {
  content: url("\2F image\2F mirai\2D deai\2F skip\2E svg\3F 0");
  margin-left: 0.5em;
}
main.user article[class*=info_] .action .skip::before {
  display: none;
}
main.user article[class*=info_] .content dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  width: 100%;
  padding: 0.5em;
}
main.user article[class*=info_] .content dl:nth-of-type(odd) {
  background-color: #fdf7f7;
}
main.user article[class*=info_] .content dl > * {
  font-size: 1em;
  font-weight: 500;
}
main.user article[class*=info_] .content dl dt {
  width: 8em;
  padding-right: 1em;
}
main.user article[class*=search_] .search {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em;
}
main.user article[class*=search_] .search .flex {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
main.user article[class*=search_] .search .flex > * {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  padding: 0.25em;
}
main.user article[class*=search_] .search label {
  display: none;
}
main.user article[class*=search_] .search [type=text], main.user article[class*=search_] .search select {
  color: #222222;
  border: solid #64ffae 1px;
  border-radius: 5px;
  width: 100%;
}
main.user article[class*=search_] .search ::placeholder {
  font-weight: 400;
  color: #222222;
}
main.user article[class*=search_] .search .common-select {
  width: 100%;
  padding: 0;
}
main.user article[class*=search_] .search .common-select::after {
  color: #64ffae;
}
main.user article[class*=search_] .search [type=submit] {
  background-color: #ff536b;
  color: white;
  display: table;
  padding: 0.5em 1.5em;
  font-size: 1.15em;
  border-radius: 0.5em;
  margin: 1em auto;
}
main.user article[class*=search_] .search [type=submit]::after {
  content: "\f002";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.35em;
}
@media (min-width: 600px) {
  main.user article[class*=search_] ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
main.user article[class*=search_] .user {
  padding: 1em 0;
  border-top: solid #eeeeee 2px;
}
main.user article[class*=search_] .user:last-of-type {
  border-bottom: solid #eeeeee 2px;
}
main.user article[class*=search_] .user section {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  padding: 1em;
}
main.user article[class*=search_] .user .left .like {
  background-color: #ec7f80;
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 10em;
}
main.user article[class*=search_] .user .left .like::after {
  content: "\f004";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  margin-left: 0.5rem;
}
main.user article[class*=search_] .user .left .like::before {
  display: none;
}
main.user article[class*=search_] .user .left .skip {
  background-color: #7fd1f8;
  color: white;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 10em;
}
main.user article[class*=search_] .user .left .skip::after {
  content: url("\2F image\2F mirai\2D deai\2F skip\2E svg\3F 0");
  margin-left: 0.5em;
}
main.user article[class*=search_] .user .left .skip::before {
  display: none;
}
main.user article[class*=search_] .user .left .hold {
  background-color: #eeeeee;
  color: #222222;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
  display: table;
  margin: 1em auto;
  width: 10em;
}
main.user article[class*=search_] .user .global-coverImage {
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 12em;
  height: 12em;
  overflow: hidden;
  min-width: 12em;
}
main.user article[class*=search_] .user .global-coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.user article[class*=search_] .user .content {
  padding-left: 1em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.user article[class*=search_] .user .content dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  width: 100%;
}
main.user article[class*=search_] .user .content dl:nth-of-type(odd) {
  background-color: #fdf7f7;
}
main.user article[class*=search_] .user .content dl > * {
  font-size: 1em;
  font-weight: 500;
}
main.user article[class*=search_] .user .content dl dt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main.user article[class*=search_] .user .content dl dt::after {
  content: "…";
}
main.user article[class*=search_] .user .content dl dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
