@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}

/* --- リンク画像の透過--- */
a:hover {
opacity: .65;
-webkit-opacity: .65;
-moz-opacity: .65;
}

a {
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}

/* --- parts --- */
.marker { background-color: #ffff00;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
.content_wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.content_wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content_wrapper video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content_wrapper .content {
  /* height: 82.5svh; */
}

.content_wrapper .fixedBtn {
  height: 17.5svh;
  background-color: #fff;
}

.content_wrapper .swiper {
  width: 100%;
  height: 100%;
}

.content_wrapper .swiperItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.content_wrapper .swiperItem img {
  width: 100%;
  height: auto;
}

@media screen and (max-height: 627px) {
  .content_wrapper .swiper {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 500px) {
  .content_wrapper .content {
    /* height: 693px; */
  }
  .content_wrapper .fixedBtn {
    height: 187px;
    padding-top: 10px;
  }
}

/* --- オファー内の購入ボタン調整 --- */
.cp_ofr_btn a{
	width: 300px;
    padding: 18px;
	font-size: 28px;
}


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/

