@charset "UTF-8";
.fade_Box {
  transition: 1s;
  opacity: 0;
}
.fade_Box.animated {
  opacity: 1;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
}
.load-fade02.is-show {
  opacity: 1;
  visibility: visible;
}
.load-fade02 {
  opacity: 0;
  visibility: hidden;
  transition: all 3s;
}
.pos {
  position: relative;
}
.z-index3 {
  z-index: 3;
}
.z-index5 {
  z-index: 5;
}
header {
  width: 100%;
  max-width: 767px;
  background-image: url(../img/h_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 24%;
  /* position: fixed;
  z-index: 99; */
  top: 0;
  z-index: 99;
}
header h1 {
  width: 25%;
  padding: 5% 0 5% 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* margin: -2% auto 0; */
}
header h1 img {
  max-width: 141px;
}
.container {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
.img01 {
  max-width: 680px;
  margin: 0 auto;
}
.img02 {
  max-width: 570px;
  margin: 0 auto;
}
/* 個別設定 */
.main {
  background-image: url(../img/main_bg.jpg);
  background-size: cover;
  margin-top: -24%;
  /* margin-top: -17%; */
}
.mainimage {
  width: 90%;
  max-width: 623px;
  padding: 26% 0 16% 0;
  margin: 0 auto;
}
.otoku {
  background-image: url(../img/white_bg.png);
  background-size: cover;
  /* padding-bottom: 14%; */
  padding-bottom: 18%;
  margin-top: -22%;
  position: relative;
  z-index: 2;
}
.otoku_txt {
  padding-top: 30%;
}
.anchor_Box {
  padding-top: 5%;
}
.anchor_Box a {
  display: block;
  width: 90%;
  max-width: 676px;
  margin: 5% auto 0;
}
/* bonus_point */
#bonus_point {
  background-image: url(../img/stripe_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  margin-top: -4%;
  position: relative;
}
#bonus_point::before {
  content: "";
  display: block;
  width: 90%;
  padding-top: 30%;
  background-image: url(../img/before01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.5%;
  left: 50%;
  transform: translateX(-50%);
}
#bonus_point::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10%;
  background-image: url(../img/before02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bonus_point {
  padding-top: 32%;
}
/* online_list */
.online_list {
  padding: 15% 0 10% 0;
}
.red_Box {
  width: 90%;
  background: #e3343b;
  border-radius: 30px;
  padding: 40px 0;
  box-shadow: 7px 7px 0px 0px rgba(84, 60, 11, 0.4);
  margin: 0 auto;
}
.toy_ttl {
  margin: -20% auto 0;
}
.white_Box {
  width: 90%;
  background: #fff;
  border-radius: 30px;
  padding: 20px 0;
  margin: 5% auto 0;
}
.white_Box figure {
  width: 96%;
  max-width: 580px;
  margin: 0 auto;
}
.white_Box a {
  display: block;
  width: 70%;
  max-width: 348px;
  padding: 5% 0 2% 0;
  margin: 0 auto;
}
.buy_detail_btn {
  display: block;
  width: 70%;
  max-width: 474px;
  padding: 10% 0;
  margin: 0 auto;
}
/* play_method */
#play_method {
  background: #fff3bc;
  position: relative;
}
#play_method::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  background-image: url(../img/star01.png);
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
#play_method::after {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  background-image: url(../img/star02.png);
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 0;
}
.blue_Box {
  width: 90%;
  background: #a2d7dd;
  border-radius: 30px;
  padding: 40px 0;
  box-shadow: 7px 7px 0px 0px rgba(84, 60, 11, 0.4);
  margin: 10% auto 0;
}
.green_Box {
  width: 90%;
  background: #cded96;
  border-radius: 30px;
  padding: 40px 0;
  box-shadow: 7px 7px 0px 0px rgba(84, 60, 11, 0.4);
  margin: 10% auto 0;
}
.slide_Box01,
.slide_Box02,
.slide_Box03,
.slide_Box04,
.slide_Box05,
.slide_Box06 {
  margin-top: 10%;
}
.slide_ttl {
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
  position: relative;
}
/*------ スライダーの横幅 ------*/
.slider {
  margin: -2% auto 0;
}
/*------ スライダー画像 ------*/
.slider img {
  /* width: 100%; */
  width: 92%;
  max-width: 570px;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}
/*---------- 矢印 ----------*/
.slider .slick-next {
  right: -5.6% !important;
}
.slider .slick-prev {
  left: -5.6% !important;
}
.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
.slider .slick-arrow:before {
  font-size: 30px !important;
}
.slider li {
  width: 100%;
  margin: 0 auto;
  left: 50%;
}
.slider li figure {
  width: 90%;
  background: #fff;
  border-radius: 30px;
  padding: 30px 0 20px 0;
  margin: 0 auto;
}
.slick-prev:before {
  content: "";
  display: inline-block;
  background-image: url(../img/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 45px;
  height: 89px;
}
.slick-next:before {
  content: "";
  display: inline-block;
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 45px;
  height: 89px;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}
.slick-next:before {
  content: "" !important;
}
.slick-prev:before {
  content: "" !important;
}
.number {
  display: block;
  font-size: 25px;
  text-align: center;
  margin-top: 10px;
}
.buy_btn02 {
  display: block;
  width: 70%;
  max-width: 435px;
  margin: 5% auto 0;
}
/* online */
.online {
  padding: 10% 0;
}
.online_shop_btn {
  display: block;
  width: 90%;
  max-width: 660px;
  margin: 5% auto 0;
}
/* qoupon_present */
#qoupon_present {
  background-image: url(../img/bg_green.jpg);
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  padding-bottom: 15%;
}
#qoupon_present::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10%;
  background-image: url(../img/before03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 2;
}
#qoupon_present::after {
  content: "";
  display: block;
  width: 90%;
  padding-top: 30%;
  background-image: url(../img/before01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  /* top: 0; */
  top: 0.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.qoupon_ttl {
  padding-top: 40%;
}
.qoupon_btn {
  display: block;
  width: 90%;
  max-width: 616px;
  margin: 10% auto 15% auto;
}
.yellow_Box {
  width: 90%;
  background: #fff3bc;
  border-radius: 30px;
  padding: 40px 0;
  box-shadow: 7px 7px 0px 0px rgba(84, 60, 11, 0.4);
  margin: 0 auto;
  position: relative;
}
.method_ttl {
  position: absolute;
  top: -2%;
  z-index: 1;
}
.method_Box {
  width: 90%;
  background: #fff;
  border-radius: 30px;
  padding: 40px 0;
  margin: 50% auto 0;
}
/* special_site */
.star03 {
  margin-top: 10%;
}
.special_ttl {
  margin-top: 10%;
}
.bnr_btn {
  display: block;
  margin-top: 5%;
}
/* sns_Box */
.sns_Box {
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  margin: 10% auto 0;
  padding: 9% 0 3% 0;
}
.sns_btn {
  width: 90%;
  justify-content: center;
  margin: 20px auto 0;
}
.sns_btn li {
  margin-right: 10px;
}
.sns_btn li:last-of-type {
  margin-right: 0;
}
.sns_btn li a {
  display: block;
  max-width: 203px;
}
.acount_ttl {
  position: absolute;
  top: -16%;
  z-index: 1;
}
.sns_txt {
  margin-top: 5%;
}
/* footer */
footer {
  width: 100%;
  background-image: url(../img/f_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  margin-top: -10%;
  padding-bottom: 25%;
}
.f_logo {
  width: 25%;
  max-width: 141px;
  margin: 0 auto;
  padding: 4% 0;
}
/* page_Top */
.inner_pos {
  position: fixed;
  /* bottom: 90px; */
  bottom: 20px;
  left: 50%;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 777;
}
#page_Top {
  max-width: 160px;
  position: fixed;
  bottom: 0;
  right: 5px;
  width: 80px;
  height: 80px;
}
/* fix_app */
.fix_app {
  max-width: 767px;
  display: none;
  position: fixed;
  width: 70%;
  padding: 5px 0;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%);
  z-index: 888;
}
.fix_app div {
  display: block;
  max-width: 570px;
  width: 100%;
  padding: 15px 0;
}
/* モーダル */
.modal-open:hover {
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,80%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
  overflow-x: hidden!important;
  /* overflow-y: hidden!important; */
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 660px;
  width: 90%;
  /* overflow-x: hidden!important; */
  /* overflow-y: hidden!important; */
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  border-radius: 15px;
  padding: 30px 0 0 0;
}
.qoupon_Box {
  width: 90%;
  margin: 10% auto 0;
}
.qoupon_Box:first-of-type {
  margin-top: 5%;
}
.qoupon_code_btn {
  /* margin-top: -4%; */
  margin-top: 0%;
}
.qoupon_bg {
  background-image: url(../img/popup_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10% 0;
  margin-top: 10%;
}
.line {
  margin-top: 5%;
}
.popup_txt02 {
  margin-top: 5%;
}
.qoupon_Box input {
  opacity: 0;
}
