@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";
.txt-red {
  color: rgb(230, 0, 18);
}

.txt-gray {
  color: rgb(239, 239, 239);
}

.txt-holder {
  color: rgb(137, 137, 137);
}

.back-gray {
  background-color: rgb(239, 239, 239);
}

.mb-2r {
  margin-bottom: 2rem;
}

.mb-125r {
  margin-bottom: 1.25rem;
}

/**********************************************************
フォント
*********************************************************/
.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;
}

.f10 {
  font-size: 10px;
}

.f9 {
  font-size: 9px;
}

.f8_5 {
  font-size: 8.5px;
}

.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: 42px * $sp-size !important;}
	.f36-md{font-size: 36px * $sp-size !important;}
	.f34-md{font-size: 34px * $sp-size !important;}
	.f32-md{font-size: 32px * $sp-size !important;}
	.f30-md{font-size: 30px * $sp-size !important;}
	.f28-md{font-size: 28px * $sp-size !important;}
	.f26-md{font-size: 22px * $sp-size !important;}
	.f24-md{font-size: 20px * $sp-size !important;}
	.f20-md{font-size: 16px * $sp-size !important;}
}
*/
.w80 {
  width: 80%;
}

/********** ボタン共通スタイル /**********/
/**********************************************************
メインエリア
*********************************************************/
/**********************************************************
フッター
*********************************************************/
/********** フッターボタン専用 /**********/
.inner {
  max-width: 678px;
  margin: 0 auto;
}
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: initial;
  font-size: 15px;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

a.def {
  text-decoration: underline;
  color: rgb(0, 71, 157);
}

#main-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 678px;
}

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: rgb(230, 0, 18);
}
.btn-header-o2w:hover {
  background-color: rgb(230, 0, 18);
  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: rgb(230, 0, 18);
  color: #fff;
}
.btn-header-w2o:hover {
  background-color: #fff;
  color: rgb(230, 0, 18);
}
.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;
}

footer {
  width: 100vw;
  background-size: cover;
  max-height: 450px;
  max-width: 678px;
  position: relative;
  margin: 0 auto;
}

.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;
}
.copy-right .share-menu .copy-icon {
  border-left: 2px solid rgb(217, 217, 217);
  padding-left: 1rem;
}

.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 {
    height: initial;
    padding: 0 0;
  }
  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;
  }
}
@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;
  }
}

#thanks-wrap {
  text-align: center;
  padding: 0 0 180px;
}
#thanks-wrap .thanks-img {
  width: 52%;
  margin: 0 auto 10px;
}
#thanks-wrap .register-btn {
  display: block;
  line-height: 2.8;
  display: block;
  width: 83%;
  text-align: center;
  font-size: 18px;
  border: 2px solid rgb(0, 104, 183);
  border-radius: 3rem;
  background-color: rgb(0, 104, 183);
  color: white;
}

/**********************************************************
オーバーレイローディング
*********************************************************/
#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;
  }
}/*# sourceMappingURL=app.css.map */