@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  line-height: 1.0em;
}
.backg {
  position: relative;
}
.t_about {
  position: absolute;
  width: 900px;
  height: 255px;
  top: 0;
  left: 0;
}
.t_yoyakusaite {
  position: absolute;
  width: 900px;
  height: 64px;
  top: 0;
  left: 0;
}
.t_jizen {
  position: absolute;
  width: 900px;
  height: 33px;
  top: 0;
  left: 0;
}
.t_uketori {
  position: absolute;
  width: 900px;
  height: 35px;
  top: 0;
  left: 0;
}
.t_basho {
  position: absolute;
  width: 900px;
  height: 35px;
  top: 0;
  left: 0;
}
.t_kikan {
  position: absolute;
  width: 900px;
  height: 34px;
  top: 0;
  left: 0;
}
.t_shiharai {
  position: absolute;
  width: 900px;
  height: 34px;
  top: 0;
  left: 0;
}
.t_notice {
  position: absolute;
  width: 900px;
  height: 570px;
  top: 0;
  left: 0;
}
.t_notice02 {
  position: absolute;
  width: 900px;
  height: 300px;
  top: 0;
  left: 0;
}
.t_privacy {
  position: absolute;
  width: 900px;
  height: 43px;
  top: 0;
  left: 0;
}
.t_taiou {
  position: absolute;
  width: 900px;
  height: 131px;
  top: 0;
  left: 0;
}
.honbun-area {
  padding: 0em 5em 0em 5em;
  text-align: left;
}
.honbun-01 {
  font-size: 1.8em;
  line-height: 2em;
  color: #fff;
  font-family: 'Murecho', sans-serif;
  font-weight: 400;
}
.honbun-02 {
  font-size: 1.5em;
  line-height: 1.8em;
  color: #fff;
  font-family: 'Murecho', sans-serif;
  font-weight: 400;
}
.honbun-notice {
  font-size: 1.3em;
  line-height: 1.8em;
  color: #fff;
  font-family: 'Murecho', sans-serif;
  font-weight: 300;
}
.honbun-notice02 {
  font-size: 1.3em;
  line-height: 2.7em;
  color: #fff;
  font-family: 'Murecho', sans-serif;
  font-weight: 300;
  height: auto;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.bnr_mall {
  background-color: #02057c;
  padding: 20px;
}
.t_yellow {
  color: yellow;
  font-weight: 800;
}
.price {
  position: relative;
}
.big-kakaku {
  position: absolute;
  top: 10%;
  left: 15%;
}
.kakaku {
  position: absolute;
  top: 55%;
  left: 55%;
}
/*oncemodal*/

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}
.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 600px;
    background-color: #fff;
    cursor: pointer;
}
.onetime_popup_title {
    position: relative;
    padding: 10px 10px;
    margin: 0px;
    background-color: #fff;
    color: blue;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    text-align: center;
}
/*oncemodal*/