@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css";
@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";
/**********************************************************
フォント
*********************************************************/
.f42 {
  font-size: 42px;
}

.f40 {
  font-size: 40px;
}

.f36 {
  font-size: 36px;
}

.f32 {
  font-size: 32px;
}

.f30 {
  font-size: 30px;
}

.f28 {
  font-size: 28px;
}

.f26 {
  font-size: 26px;
}

.f24 {
  font-size: 24px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.f-init {
  font-weight: initial;
}

@media screen and (max-width: 768px) {
  .f42-md {
    font-size: 36px !important;
  }
  .f36-md {
    font-size: 32px !important;
  }
  .f34-md {
    font-size: 34px !important;
  }
  .f32-md {
    font-size: 32px !important;
  }
  .f30-md {
    font-size: 30px !important;
  }
  .f28-md {
    font-size: 28px !important;
  }
  .f26-md {
    font-size: 22px !important;
  }
  .f24-md {
    font-size: 20px !important;
  }
  .f22-md {
    font-size: 18px !important;
  }
  .f20-md {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 578px) {
  .f42-md {
    font-size: 31.609375px !important;
  }
  .f36-md {
    font-size: 27.09375px !important;
  }
  .f34-md {
    font-size: 25.5885416667px !important;
  }
  .f32-md {
    font-size: 24.0833333333px !important;
  }
  .f30-md {
    font-size: 22.578125px !important;
  }
  .f28-md {
    font-size: 21.0729166667px !important;
  }
  .f26-md {
    font-size: 16.5572916667px !important;
  }
  .f24-md {
    font-size: 15.0520833333px !important;
  }
  .f20-md {
    font-size: 12.0416666667px !important;
  }
}
.w80 {
  width: 80%;
}

/********** ボタン共通スタイル /**********/
/**********************************************************
メインエリア
*********************************************************/
/**********************************************************
フッター
*********************************************************/
/********** フッターボタン専用 /**********/
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: initial;
}

p {
  margin: 0;
  font-weight: bold;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-default {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 5rem;
  padding: 0.4rem 2rem;
  line-height: 1em;
}
.btn-default:before {
  position: absolute;
  content: "";
  top: 47%;
  right: 1rem;
  width: 0.8rem;
  height: 2px;
}
.btn-default:after {
  position: absolute;
  content: "";
  top: 43%;
  right: 1rem;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-header {
  position: relative;
  font-size: 14.78px;
  font-weight: bold;
  border-radius: 5rem;
  padding: 0.5rem 0;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-header {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 12px !important;
  }
}
.btn-header::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1em;
  top: 0%;
  right: 1em;
}
@media screen and (max-width: 768px) {
  .btn-header::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .btn-header img {
    width: 1.5rem;
  }
}

.btn-header-o2w {
  border: 2px solid #F64623;
  color: #F64623;
}
.btn-header-o2w:hover {
  background-color: #F64623;
  color: #fff;
}
.btn-header-o2w:hover::before {
  background: url(/assets/img/arrow_wh.svg) center center no-repeat;
}
.btn-header-o2w::before {
  background: url(/assets/img/arrow_og.svg) center center no-repeat;
}

.btn-header-w2o {
  border: 2px solid #F64623;
  background-color: #F64623;
  color: #fff;
}
.btn-header-w2o:hover {
  background-color: #fff;
  color: #F64623;
}
.btn-header-w2o:hover::before {
  background: url(/assets/img/arrow_og.svg) center center no-repeat;
}
.btn-header-w2o::before {
  background: url(/assets/img/arrow_wh.svg) center center no-repeat;
}

#main_wrapper {
  display: block;
  font-weight: bold;
}

footer {
  margin-top: 11rem;
  width: 100vw;
  background-image: url("../img/hooter/grass.png"), url("../img/hooter/bg.png");
  background-size: cover;
  max-height: 450px;
  position: relative;
  padding: 0 9.5rem 3rem;
}

.footer-menu {
  padding-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}

.copy-right {
  margin-top: 5.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy-right .copy-right-contents {
  font-size: 0.865rem;
  font-weight: initial;
}
.copy-right .share-menu {
  display: flex;
  background-color: white;
  width: 15rem;
  margin-right: calc(50% - 50vw);
  padding: 1rem;
  border-radius: 10px 0 0 10px;
  align-items: center;
}
.copy-right .share-menu .copy-icon {
  border-left: 2px solid rgb(217, 217, 217);
  padding-left: 1rem;
}
.copy-right .shere-arrow-icon {
  font-size: 12px;
  width: 37.5%;
  color: rgb(246, 70, 35);
  font-weight: bold;
  border: 2px solid;
  border-radius: 5px;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
.copy-right .shere-arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  border-style: solid;
  border-width: 7px 0 7px 5px;
  border-color: transparent transparent transparent rgb(246, 70, 35);
  translate: 100% -50%;
}
.copy-right .shere-arrow-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  border-style: solid;
  border-width: 5.8px 0 5.8px 5.5px;
  border-color: transparent transparent transparent rgb(246, 70, 35);
  translate: 100% -50%;
}

.btn-footer {
  color: black;
  background: white;
  padding: 0.875rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 203px;
}
.btn-footer:hover {
  background: rgb(64, 64, 64);
  border-color: rgb(64, 64, 64);
  color: white;
}

.btn-company-info:hover {
  background: rgb(64, 64, 64);
  border-color: rgb(64, 64, 64);
  color: white;
}

.privacy {
  color: initial;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
  footer {
    margin-top: 5rem;
    height: initial;
    padding: 0 0 3rem;
  }
  footer .footer-menu {
    flex-wrap: wrap;
  }
  footer .footer-menu > div {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
  footer .footer-menu > div > a {
    min-width: 150px;
    font-size: 1rem;
    width: 48%;
  }
  footer .copy-right {
    margin-top: 0rem;
    flex-wrap: wrap;
  }
  footer .copy-right .copy-right-contents {
    order: 1;
    margin-top: 1.5rem;
  }
  footer .copy-right .share-menu {
    width: 100%;
    margin: 0 auto 2.75rem;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .copy-right .share-menu img {
    width: 1.75rem;
  }
}
.banner-img:hover {
  filter: brightness(0.8);
}

#page_top {
  display: inline-block;
  width: 6rem;
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 3rem;
  }
}

.preview-format > canvas {
  border: 1px solid lightgray;
  height: 100%;
}

/**********************************************************
オーバーレイローディング
*********************************************************/
#panel_loding {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
.maintenance-ttl {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid rgb(102, 102, 102);
  border-bottom: 2px solid rgb(102, 102, 102);
  line-height: 1.5;
  padding: 1.5rem 0;
}

.maintenance-body {
  margin-top: 3rem;
}
.maintenance-body .maintenance-sentence {
  font-size: 16.5px;
  margin-bottom: 1.875rem;
}
.maintenance-body .maintenance-time {
  text-align: center;
}
.maintenance-body .maintenance-time p {
  font-size: 16.5px;
  position: relative;
  display: inline-block;
}
.maintenance-body .maintenance-time p::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 6px solid rgb(255, 196, 49);
  z-index: -1;
}
.maintenance-body .maintenance-time h4 {
  position: relative;
  display: inline-block;
}
.maintenance-body .maintenance-time h4::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 6px solid rgb(255, 196, 49);
  z-index: -1;
}
.maintenance-body img {
  width: 25%;
  display: block;
  margin: 2.5rem auto 0;
}/*# sourceMappingURL=app.css.map */