body {
  background-color: #fff;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images03/bg_base.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
@media screen and (max-width: 414px) {
  body::before {
    display: none;
  }
}

.pc_left_box {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 414px) / 2);
  height: 100vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .pc_left_box {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .pc_left_box {
    display: none;
  }
}
.pc_left_box p {
  max-width: 426px;
  width: 90%;
}

.pc_right_box {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 414px) / 2);
  height: 100vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 990px) {
  .pc_right_box {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .pc_right_box {
    display: none;
  }
}
.pc_right_box p {
  max-width: 420px;
  width: 100%;
}

.pc_menu_list {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 234px;
}
@media screen and (max-width: 990px) {
  .pc_menu_list {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .pc_menu_list {
    display: none;
  }
}

.sp_menu_list {
  display: none;
}
@media screen and (max-width: 990px) {
  .sp_menu_list {
    display: block;
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 414px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sp_menu_list li {
    width: 33.3333333333%;
  }
  .sp_menu_list li.line_bg {
    width: 100%;
  }
  .sp_menu_list li.visible_pc {
    display: block;
  }
}
@media screen and (max-width: 990px) and (max-width: 414px) {
  .sp_menu_list li.visible_pc {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .sp_menu_list li.visible_sp {
    display: none;
  }
}
@media screen and (max-width: 990px) and (max-width: 414px) {
  .sp_menu_list li.visible_sp {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .sp_menu_list {
    width: 100%;
  }
}

header {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 414px;
  z-index: 30;
}
@media screen and (max-width: 414px) {
  header {
    width: 100%;
  }
}
header .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .menu_list li {
  width: 33.3333333333%;
}

#container {
  background-color: #fff;
  width: 414px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #container {
    width: 100%;
  }
}

.wrap01 {
  width: 354px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .wrap01 {
    width: 85.5vw;
  }
}

#bottom {
  position: relative;
}
#bottom .wrap01 {
  position: relative;
  z-index: 10;
  padding-top: 55px;
  padding-bottom: 23px;
}
@media screen and (max-width: 414px) {
  #bottom .wrap01 {
    padding-top: 13.3vw;
    padding-bottom: 5.6vw;
  }
}
#bottom #modal_link_list {
  width: 274px;
  margin: 0 auto 0;
}
@media screen and (max-width: 414px) {
  #bottom #modal_link_list {
    width: 66.2vw;
    margin: 0 auto 0;
  }
}
#bottom #modal_link_list li + li {
  margin-top: 13px;
}
@media screen and (max-width: 414px) {
  #bottom #modal_link_list li + li {
    margin-top: 3.1vw;
  }
}
#bottom #share {
  margin-top: 70px;
}
@media screen and (max-width: 414px) {
  #bottom #share {
    margin-top: 16.9vw;
  }
}
#bottom #share h2 {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 414px) {
  #bottom #share h2 {
    font-size: 3.1vw;
  }
}
#bottom #share .btn_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 414px) {
  #bottom #share .btn_list {
    margin-top: 2.4vw;
  }
}
#bottom #share .btn_list li + li {
  margin-left: 16px;
}
@media screen and (max-width: 414px) {
  #bottom #share .btn_list li + li {
    margin-left: 3.9vw;
  }
}
#bottom #share .btn_list li button {
  border-radius: 50%;
  border: none;
}
#bottom #share .btn_list li img {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 414px) {
  #bottom #share .btn_list li img {
    height: 7.7vw;
  }
}
#bottom #inquiry {
  margin-top: 26px;
}
@media screen and (max-width: 414px) {
  #bottom #inquiry {
    margin-top: 6.3vw;
  }
}
#bottom #inquiry h2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  #bottom #inquiry h2 {
    font-size: 3.1vw;
  }
}
#bottom #inquiry .tel_no {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: -0.1em;
}
@media screen and (max-width: 414px) {
  #bottom #inquiry .tel_no {
    font-size: 7.2vw;
  }
}
#bottom #inquiry .tel_no a {
  text-decoration: none;
}
#bottom #inquiry .txt01 {
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 0px;
}
@media screen and (max-width: 414px) {
  #bottom #inquiry .txt01 {
    font-size: 3.1vw;
  }
}
#bottom #page_top {
  margin-top: 25px;
}
@media screen and (max-width: 414px) {
  #bottom #page_top {
    margin-top: 6vw;
  }
}
#bottom #page_top p {
  width: 64px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 414px) {
  #bottom #page_top p {
    width: 15.5vw;
  }
}

#caution {
  background-color: #550000;
}
#caution .wrap01 {
  padding: 12px 0;
}
@media screen and (max-width: 414px) {
  #caution .wrap01 {
    padding: 2.9vw 0;
  }
}
#caution .wrap01 p {
  font-size: 19px;
  color: #fff;
  line-height: 1.4em;
}
@media screen and (max-width: 414px) {
  #caution .wrap01 p {
    font-size: 4.6vw;
  }
}

footer {
  width: 414px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 414px) {
  footer {
    width: 100%;
  }
}
footer .wrap01 {
  padding: 10px 0 10px;
}
@media screen and (max-width: 990px) {
  footer .wrap01 {
    padding: 10px 0 97px;
  }
}
@media screen and (max-width: 414px) {
  footer .wrap01 {
    padding: 2.4vw 0 23.4vw;
  }
}
footer .wrap01 p {
  font-size: 10px;
}
@media screen and (max-width: 414px) {
  footer .wrap01 p {
    font-size: 2.4vw;
  }
}

.modaal-slide {
  display: none;
}

.modaal-container {
  max-width: 414px;
}
@media screen and (max-width: 414px) {
  .modaal-container {
    max-width: none;
  }
}

.campain_modal_content h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .campain_modal_content h2 {
    font-size: 4.3vw;
    margin-bottom: 7.2vw;
  }
}
.campain_modal_content .txt_box {
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .txt_box {
    margin-top: 7.2vw;
  }
}
.campain_modal_content .title01 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8em;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .title01 {
    font-size: 3.1vw;
  }
}
.campain_modal_content .txt01 {
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .txt01 {
    font-size: 3.1vw;
  }
}
.campain_modal_content .txt01 a {
  text-decoration: underline;
  word-break: break-all;
}
.campain_modal_content .txt01 + .txt01 {
  margin-top: 0.8em;
}
.campain_modal_content .txt01 + .txt02 {
  margin-top: 0.8em;
}
.campain_modal_content .txt01 .line {
  text-decoration: underline;
}
.campain_modal_content .txt01 .indent01 {
  padding-left: 1em;
}
.campain_modal_content .txt02 {
  font-size: 11px;
  line-height: 1.3em;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .txt02 {
    font-size: 2.7vw;
  }
}
.campain_modal_content .txt02 + .txt01 {
  margin-top: 0.8em;
}
.campain_modal_content a {
  text-decoration: underline;
}
.campain_modal_content .txt_list01 li {
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .txt_list01 li {
    font-size: 3.1vw;
  }
}
.campain_modal_content .txt_list01 + .txt02 {
  margin-top: 0.8em;
}
.campain_modal_content .txt_list02 li {
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .txt_list02 li {
    font-size: 3.1vw;
  }
}
.campain_modal_content .privacy_box {
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .privacy_box {
    margin-top: 7.2vw;
  }
}
.campain_modal_content .privacy_box .p_title {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .privacy_box .p_title {
    font-size: 3.1vw;
  }
}
.campain_modal_content .privacy_box .txt_block {
  padding-top: 6px;
  padding-left: 11px;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .privacy_box .txt_block {
    padding-top: 1.4vw;
    padding-left: 2.7vw;
  }
}
.campain_modal_content .modal_close {
  display: block;
  font-size: 13px;
  border: 1px solid #000;
  padding: 10px 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 414px) {
  .campain_modal_content .modal_close {
    margin-top: 7.2vw;
    font-size: 3.1vw;
    padding: 2.4vw 4.8vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}

#bottom #modal_link_list li:nth-child(1) {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#bottom #modal_link_list li:nth-child(2) {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#bottom #modal_link_list li:nth-child(3) {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.4s;
}
#bottom #modal_link_list.deactive li:nth-child(1) {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
}
#bottom #modal_link_list.deactive li:nth-child(2) {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#bottom #modal_link_list.deactive li:nth-child(3) {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}/*# sourceMappingURL=style03.css.map */