:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
* {
  font-size: inherit;
  line-height: inherit
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit
}
*, ::after, ::before {
  border-style: solid;
  border-width: 0
}
* {
  margin: 0;
  padding: 0
}
:root {
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility
}
/* reset============================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* clearfix============================================== */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
/* body============================================== */
html, body {
  height: 100%;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt";
  font-family: source-han-sans-cjk-tc, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
html {
  font-size: 10px;
}
.bodr-rds {
  border-radius: 9999px;
}
a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.pc-block {
  display: none;
}
.sp-block {
  display: block;
}
@media screen and (min-width: 769px) {
  .pc-block {
    display: block;
    width: 100%;
    height: auto;
  }
  .sp-block {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.7;
}
.js-fade__anime {
  transition: transform 1s ease 0s, opacity 1s ease 0s;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition-duration: 1s;
}
.js-fade__anime.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* lp_common
-------------------------------------------------- */
.lp_header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 5rem;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  padding: 0 1.5rem;
}
.lp_footer {
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
  z-index: 100;
  background: #fff;
}
.lp_return_top {
  display: block;
  overflow: hidden;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  width: 5rem;
  height: 0;
  padding-top: 5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.lp_return_top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: -.5rem 0 0 -.7rem;
  transform: rotate(-45deg);
  box-shadow: -.2rem .2rem 0 #fff inset;
  content: "";
}
/* floating text
-------------------------------------------------- */
.fixed-attention {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: source-han-sans-cjk-tc, sans-serif;
  font-size: 3.2vw;
  color: #fff;
  line-height: 1.5em;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 4%;
  width: 90vw;
  z-index: 99;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(16px);
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .fixed-attention {
    font-size: 17px;
    padding: 16px;
    width: 960px;
  }
}
a.fixed-attention_link {
  color: #ffe65b;
  text-decoration: underline;
  display: inline;
}
/* closebtn */
.fixed-attention .wrap-fixed-attention-close::before {
  display: inline;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  width: 5.3333vw;
  height: 5.3333vw;
  top: 0;
  left: 0;
}
.fixed-attention .wrap-fixed-attention-close {
  position: relative;
  cursor: pointer;
  margin-left: 3.2vw;
  position: absolute;
  right: 16px;
  top: 12px;
}
/* topbtn 位置調整 */
@media screen and (max-width: 768px) {
  .lp_return_top {
    right: 8px !important;
    bottom: 88px !important;
  }
}
/* fadein
-------------------------------------------------- */
.fadein {
  animation: fadein 1s ease 0 1 both;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 1s;
}
.fadein_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* ボタン
-------------------------------------------------- */
.more_box {
  text-align: center;
}
.more_box.typ-pre {
  padding-bottom: 3.5rem;
}

.more_box.button-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.more_box.button-container .btn {
  margin: 2rem 0 0;
  flex: 0 0 auto;
}

@media screen and (max-width: 640px) {
  .more_box.button-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .more_box.button-container .btn {
    margin: 1rem 0 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin: 2rem auto 0;
  width: 25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  background: #f6338a;
  border: 1px solid #a00040;
  filter: drop-shadow(0 4px 0 #a00040);
  top: 0;
}
.btn:hover {
  filter: none;
  top: 5px;
  background-color: #ff4d9d;
  transition: top 0.3s ease, filter 0.3s ease, background-color 0.3s ease;
}
.btn::after {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.btn .txt {
  line-height: 5rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .btn {
    width: 33rem;
    margin: 3.5rem auto 0;
  }
  .btn::after {
    border-width: 6px 0 6px 11px;
  }
  .btn .txt {
    line-height: 7.8rem;
    font-size: 3rem;
  }
}


/* ヘッダー
-------------------------------------------------- */
.lp_header {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 50, 1.0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.simple_nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sns_item {
  display: flex;
  align-items: center;
}

.sns_item a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.sns_item a:hover {
  opacity: 0.7;
}

.sns_item img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

@media screen and (min-width: 640px) {
  .sns_item img {
    width: 3rem;
    height: 3rem;
  }
}
.logo {
  padding: 1rem 0;
}
.logo img {
  width: 8rem;
}
.link_weibo {
  width: 9.5rem;
  top: 0;
  position: relative;
  padding: 1rem 0;
}
/* 背景画像
-------------------------------------------------- */
#gw {
  overflow: hidden;
  width: 100%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #gw::before {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100vw;
    height: 100vh;
    background: url("../img/bg_mv_sp.jpg") no-repeat center top / cover;
    z-index: 0;
  }
}
/* 言語切り替えタブ
-------------------------------------------------- */
.language-tab {
  width: 15rem;
  background-color: #000066;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  right: 1rem;
  top: 6.5rem;
  padding: .6rem;
}
@media screen and (min-width: 640px) {
  .language-tab {
    width: 18rem;
  }
}
.language-tab__inner {
  width: 100%;
  position: relative;
  display: flex;
}
.language-tab a {
  width: 50%;
  padding: .5rem .7rem;
  color: #cbd5e8;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .language-tab a {
    padding: .5rem 1rem;
  }
}
a.page-active {
  background-color: #fae376;
  color: #000066;
  font-weight: bold;
  pointer-events: none;
}
.language-tab a p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .language-tab a p {
    font-size: 1.6rem;
  }
}
/* 注意テキスト
-------------------------------------------------- */
.fixed-attention {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: adobe-song-std, sans-serif;
  font-size: 3.0vw;
  color: #fff;
  line-height: 1.5em;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 4%;
  width: 90vw;
  z-index: 99;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(16px);
  transition: 0.3s all;
}
.fixed-attention .wrap-fixed-attention-close {
  position: relative;
  cursor: pointer;
  margin-left: 3.2vw;
  position: absolute;
  right: 8px;
  top: 12px;
}
.fixed-attention .wrap-fixed-attention-close::before {
  display: inline;
  content: "×";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  width: 5.33333vw;
  height: 5.33333vw;
  top: 0;
  left: 0;
}
a.fixed-attention_link {
  color: #ffe65b;
  text-decoration: underline;
  display: inline;
}
.fixed-attention br.sp-block {
  display: block;
}
@media screen and (min-width: 640px) {
  .fixed-attention br.sp-block {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fixed-attention {
    font-size: 17px;
    padding: 16px;
    width: 960px;
  }
}
/* heroarea
-------------------------------------------------- */
.hero {
  position: relative;
  padding: 32vw 0 20vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .hero {
    padding: 0;
  }
}

.container {
  position: relative;
  padding-top: 4%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .container {
    /*padding-top: 15rem;*/
    padding-top: 40px;
    background-image: url("../img/bg_mv_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
  }
}
.main_logo_warp {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
}
@media screen and (min-width: 640px) {
  .main_logo_warp {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .main_logo_warp {
    margin-top: 0;
    width: 800px;
  }
}
.limited_warp {
  margin: 0 auto 0;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 640px) {
  .limited_warp {
    max-width: 100%;
    width: calc(100% - 14rem);
    margin: 6.5rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .limited_warp {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto 0;
  }
}
/* content
-------------------------------------------------- */
.content {
  position: relative;
  margin-top: 0;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .content {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .content {
    margin-top: 14rem;
  }
}
.decoration {
  width: 10%;
  max-width: 8.3rem;
  margin: 0 auto;
}
.content_wrap {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  margin: 0 5%;
  padding: 3.8rem 2rem 4rem;
  max-width: 93rem;
}
@media screen and (min-width: 640px) {
  .content_wrap {
    padding: 5rem 4rem 6rem;
    margin: 0 auto;
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) {
  .content_wrap {
    padding: 7rem 4rem 8rem;
  }
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
/* content 共通タイトル */
.content_wrap .ttl_box {
  position: relative;
  display: inline-block;
  margin: 0 auto 2rem;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  color: #f21d69;
}
.content_wrap .ttl_box.typ-b {
  margin-bottom: 0;
}
.content_wrap .ttl_box br {
  display: none;
}
@media screen and (min-width: 640px) {
  .content_wrap .ttl_box {
    margin: 0 auto 4rem;
    font-size: 4.4rem;
  }
  .content_wrap .ttl_box br {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .content_wrap .ttl_box {
    font-size: 5.4rem;
  }
}
.content_wrap .ttl_box .small {
  font-size: 2rem;
  font-weight: 900;
  color: #0050ab;
  display: block;
}
@media screen and (min-width: 640px) {
  .content_wrap .ttl_box .small {
    font-size: 3rem;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .content_wrap .ttl_box .small {
    font-size: 4rem;
  }
}
.content_wrap .ttl_box::before, .content_wrap .ttl_box::after {
  position: absolute;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 2.9rem;
  height: 1.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .content_wrap .ttl_box::before, .content_wrap .ttl_box::after {
    width: 5.8rem;
    height: 3.5rem;
  }
}
.content_wrap .ttl_box::before {
  left: -4rem;
  background-image: url("../img/ttl_orn_l.png");
}
.content_wrap .ttl_box::after {
  right: -4rem;
  background-image: url("../img/ttl_orn_r.png");
}
@media screen and (min-width: 769px) {
  .content_wrap .ttl_box::before {
    left: -7rem;
  }
  .content_wrap .ttl_box::after {
    right: -7rem;
  }
}
.content_wrap .ttl_box.normal::before, .content_wrap .ttl_box.normal::after {
  display: none;
}
.content-period {
  color: #f21d69;
  border: solid 1px #f21d69;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  max-width: 100%;
  margin: 1.8rem auto 0;
}
@media screen and (min-width: 640px) {
  .content-period {
    font-size: 1.9rem;
    max-width: 50rem;
    margin: 2.5rem auto 0;
  }
}
/* content_box
-------------------------------------------------- */
.content_wrap + .content_wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .content_wrap + .content_wrap {
    margin-top: 8rem;
  }
}
.content_box {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 640px) {
  .content_box {
    margin-bottom: 7.5rem;
  }
}
.content_box:last-child {
  margin-bottom: 0;
}
.content_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_box .img_box {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
}

.coupon-box .img_box {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: none;
}
.content_box .video_box {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}
.content_box .txt_box {
  margin-top: 1rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

@media screen and (max-width: 639px) {
  .content_box .txt_box {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .content_box .txt_box {
    margin-top: 1.5rem;
  }
  .content_box .img_box {
    max-width: 40rem;
  }
  .coupon-box .img_box {
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .content_box .img_box {
    max-width: 50rem;
  }
  .coupon-box .img_box {
    max-width: none;
  }
}
.content_box .works_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
}
.content_box .more_box {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.content_box .more_box .btn {
  width: 21rem;
  margin: 0 auto;
}
.content_box .more_box .btn::after {
  border-width: 5px 0 5px 8px;
}
.content_box .more_box .btn .txt {
  line-height: 4.5rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) {
  .content_box .more_box .btn .txt {
    font-size: 2.2rem;
    line-height: 6rem;
  }
  .content_box .more_box {
    margin-top: 3rem;
  }
  .content_box .more_box .btn {
    width: 25rem;
  }
  .content_box .txt_box {
    gap: 3rem;
  }
}
.coupon-box {
  position: relative;
  margin: 2.5rem auto 0;
}
.coupon-box .img_box {
  width: calc(100% - 4rem);
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .coupon-box {
    margin: 3.5rem auto 0;
  }
}
.content_character {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.content_character p {
  width: 23%;
  position: absolute;
  bottom: 6rem;
}
.content_character p:first-child {
  left: -3.6rem;
}
.content_character p:nth-child(2) {
  right: -3rem;
}
.content_character.pre-character {
  position: static;
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
.pre-character p {
  width: 34%;
  position: static;
}
.coupon-box .content_character p:first-child {
  left: -5%;
  width: 19%;
}
.coupon-box .content_character p:nth-child(2) {
  right: -10.7%;
  width: 29%;
  bottom: 6.5rem;
}
@media screen and (min-width: 640px) {
  .content_character p {
    width: 16.6rem;
    bottom: 8rem;
  }
  .content_character p:first-child {
    left: 2.6%;
  }
  .content_character p:nth-child(2) {
    right: 2.8%;
  }
  .pre-character p {
    width: 28%;
  }
  .coupon-box .content_character p:first-child {
    left: 8%;
    width: 13rem;
  }
  .coupon-box .content_character p:nth-child(2) {
    right: 1.3%;
    width: 20rem;
    bottom: 9.5rem;
  }
}
@media screen and (min-width: 960px) {
  .content_character.pre-character {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    max-width: 140rem;
  }
  .content_character p:first-child {
    left: 11.6%;
  }
  .content_character p:nth-child(2) {
    right: 12.8%;
  }
  .pre-character p {
    position: absolute;
    width: 18%;
  }
  .pre-character p:first-child {
    left: 4%;
  }
  .pre-character p:nth-child(2) {
    right: 5%;
  }
  .coupon-box .content_character p:first-child {
    width: 15rem;
    left: 11.4%;
  }
  .coupon-box .content_character p:nth-child(2) {
    right: 5.6%;
    width: 23rem;
    bottom: 9rem;
  }
}
.typ-sale .img_box {
  text-align: left;
  width: 30%;
  margin: 2.2rem 0 0;
}
.typ-sale .txt_box {
  width: calc(100% - 42%);
  margin: 0;
  padding: 5% 0 0 3%;
  text-align: left;
}
.typ-sale .txt_box p {
  font-size: 1.7rem;
  font-weight: 900;
}
.typ-sale .txt_box h3 {
  font-size: 2.5rem;
  margin: .5rem 0 0;
  font-weight: 900;
}
.typ-sale .txt_box h3 span {
  color: #f21d69;
  font-size: 4.2rem;
  letter-spacing: 0;
}
.typ-coupon .img_box {
  max-width: 76.5rem;
  margin: 2rem auto 0;
}
.content_box .more_box.sp-block {
  display: block;
}
.content_box .more_box.pc-block {
  display: none;
}
.content_box.typ-sale .more_box .btn {
  width: 21rem;
}
.content_box.typ-sale .more_box.sp-block {
  margin-top: 1.2rem;
}
@media screen and (min-width: 640px) {
  .typ-sale .img_box {
    width: 28rem;
    margin: 3rem 0 0;
  }
  .typ-sale .txt_box {
    width: auto;
  }
  .typ-sale .txt_box p {
    font-size: 3rem;
  }
  .typ-sale .txt_box h3 {
    font-size: 3.4rem;
    margin: 1rem 0 0;
  }
  .typ-sale .txt_box h3 span {
    font-size: 5.6rem;
  }
  .content_box .more_box.pc-block {
    display: block;
    text-align: left;
  }
  .content_box .more_box.sp-block {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .typ-sale .txt_box p {
    font-size: 3.6rem;
  }
  .typ-sale .txt_box h3 {
    font-size: 4rem;
  }
  .typ-sale .txt_box h3 span {
    font-size: 6.6rem;
  }
}
/* content_pre_wrap
-------------------------------------------------- */
.content_pre_wrap {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 4rem;
  margin-top: -7rem;
  padding-bottom: 3rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  width: 90%;
}

.content_pre_wrap + .content_wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .content_pre_wrap {
    margin-bottom: 20rem;
    padding-bottom: 0;
  }
  .content_pre_wrap + .content_wrap {
    margin-top: 8rem;
  }
}
/*
.content_pre_wrap::before, .content_pre_wrap::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}
.content_pre_wrap::before {
  top: -9.5vw;
  background-image: url("../img/frame_t.png");
}
.content_pre_wrap::after {
  bottom: -5.5vw;
  background-image: url("../img/frame_b.png");
}
@media screen and (min-width: 769px) {
  .content_pre_wrap::before, .content_pre_wrap::after {
    height: 18.7rem;
  }
  .content_pre_wrap::before {
    top: -10.7rem;
  }
  .content_pre_wrap::after {
    bottom: -9.7rem;
  }
}
*/
.content_pre_area {
  padding: 5rem 0 0;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .content_pre_area {
    max-width: 98rem;
  }
}
.pre_catch_txt_A {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  color: #0050ab;
  font-size: 3.4rem;
}
.pre_catch_txt_A span {
  font-weight: 900;
  color: #f21d69;
}
.pre_catch_txt_A strong {
  font-size: 4rem;
}
@media screen and (min-width: 640px) {
  .pre_catch_txt_A {
    font-size: 5.3rem;
  }
  .pre_catch_txt_A strong {
    font-size: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .pre_catch_txt_A {
    font-size: 6.3rem;
  }
  .pre_catch_txt_A strong {
    font-size: 8rem;
  }
}
.pre_catch_txt_B {
  font-family: source-han-sans-cjk-tc, serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #d60000;
  font-size: 6vw;
  padding-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .pre_catch_txt_B {
    font-size: 4.8rem;
    padding-bottom: 2%;
  }
}
.pre_catch_txt_B span {
  font-family: source-han-sans-cjk-tc, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .pre_catch_txt_B span {
    font-size: 6.2rem;
  }
}
.pre_exe_wrap {
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0 auto;
  width: 90%;
  border-top: solid 2px #008ccd;
  border-bottom: solid 2px #008ccd;
}
@media screen and (min-width: 769px) {
  .pre_exe_wrap {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 65.4rem;
  }
}
.pre_exe_txt {
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #008ccd;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .pre_exe_txt {
    font-size: 2.4rem;
    line-height: 173%;
  }
}
.pre_exe_txt .small {
  font-weight: 900;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .pre_exe_txt .small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .pre_main_wrap {
    justify-content: center;
    padding: 0%;
  }
}
.pre_main_img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .pre_main_img {
    max-width: 23.5rem;
  }
}
.pre_main_area {
  margin-left: 5%;
}
.pre_main_box {
  display: flex;
  padding-top: 5%;
}
.pre_icon {
  width: 18%;
}
.pre_sub_txt {
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.9rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.pre_sub_txt .limit{
  font-size: 1.2rem;
  color: #f21d69;
}
@media screen and (min-width: 640px) {
  .pre_sub_txt {
    font-size: 2.2rem;
    line-height: 1.9;
    margin-top: 2.5rem;
  }
  .pre_sub_txt .limit{
    font-size: 1.6rem;
  }
}
.pre_catch_img {
  margin: 0 auto .5rem;
  max-width: 15rem;
}
@media screen and (min-width: 640px) {
  .pre_catch_img {
    max-width: 20rem;
    margin: 0 auto 1rem;
  }
}
@media screen and (min-width: 769px) {
  .pre_catch_img {
    max-width: 26rem;
  }
}
/* FAQ
-------------------------------------------------- */
.title_faq {
  width: 50%;
  margin: 0 auto;
}
.faq_block {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .faq_block {
    width: 80%;
  }
}
.text_faq {
  padding-left: 1.6em;
  text-indent: -1.2em;
  font-family: source-han-sans-cjk-tc, sans-serif;
  font-weight: 500;
  line-height: 1.7em;
}
@media screen and (min-width: 769px) {
  .text_faq {
    font-size: 1.6rem;
  }
}
.text_faq.que::before {
  content: "Q：";
}
.text_faq.ans::before {
  content: "A：";
}
.text_faq.ans {
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .text_faq.ans {
    margin-bottom: 3%;
  }
}
a.text_red {
  color: #f21d69;
  text-decoration: underline;
  display: inline;
}
/* DLsite logo etc */
.dlsite_logo {
  display: block;
  width: 20%;
  max-width: 8.8rem;
  margin: 0 auto;
}
.credit {
  margin-top: 6rem;
  padding: 5rem 0 1rem;
  /*background: url("../img/frame_t.png");*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-color: #fff
}
@media screen and (min-width: 640px) {
  .credit {
    padding: 5rem 0 3rem;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    margin-top: 8rem;
    background-size: 100% 100%;
  }
}
.credit_text {
  font-size: 1.4rem;
  color: #333;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .credit_text {
    margin-top: 4rem;
  }
}
.credit .dlsite_logo {
  max-width: 45rem;
  width: 34%;
  padding: .6rem 1rem;
}
@media screen and (min-width: 640px) {
  .credit .dlsite_logo {
    max-width: 14rem;
  }
}
/* フッター
-------------------------------------------------- */
.lp_footer {
  position: relative;
  z-index: 10;
  background: #000066;
}
.dlsite-social {
  margin: 3rem auto 3rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.social-lst {
  width: 4rem;
  margin: 0 1.0rem 0;
}
.social-lst a {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.social-lst a:before {
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  border-radius: 50%;
  position: absolute;
  content: '';
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  transition: -webkit-transform 1s cubic-bezier(0.250, 0.82, 0.355, 1);
  transition: transform 1s cubic-bezier(0.250, 0.82, 0.355, 1);
}
.social-lst:hover a:before {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.social-lst a span {
  width: 6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 320px) {
  .content_wrap .ttl_box .small {
    display: block;
  }
  .pre_catch_txt_A {
    font-size: 3rem;
  }
  .content_wrap .ttl_box {
    font-size: 2.8rem;
  }
  .content-period {
    padding: .6rem;
    font-size: 1.3rem;
  }
}

.type_chief{
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: 1fr;
  grid-template-areas:
    "title"
    "pic"
    "text";
}

@media screen and (min-width: 640px) {
  .type_chief{
    grid-template-rows: max-content max-content 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "pic title"
      "pic text";
    padding-bottom: 0;
  }
}

.type_chief .ttl_box{
  margin-bottom: 2rem;
}

@media screen and (min-width: 640px) {
  .type_chief .ttl_box{
    grid-area: title;
    margin: 0 0 0 2rem;
    font-size: min(5.4rem,5.4vw);
    text-align: left;
  }
}

@media screen and (min-width: 640px) {
  .type_chief .ttl_box .small{
    font-size: min(4rem,4vw);
  }
}

.type_chief .ttl_box::before,.type_chief .ttl_box::after{
  top: 50%;
  bottom: initial;
  transform: translate3d(0,-50%,0);
}

@media screen and (min-width: 640px) {
  .type_chief .ttl_box::before,.type_chief .ttl_box::after{
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .type_chief .ttl_box .deco{
    display: inline-block;
    margin-left: 10px;
    width: 50px;
    aspect-ratio: 143 / 86;
    background: url(../img/ttl_orn_r.png) no-repeat center center / 100% 100%;
  }
}

.type_chief .img_box{
  grid-area: pic;
  margin: 2rem auto;
  width: 90%;
}

@media screen and (min-width: 640px) {
  .type_chief .img_box{
    margin: 0 auto;
    width: 90%;
  }
}

.type_chief .img_box img{
  display: block;
}

.type_chief .txt_box{
  grid-area: text;
}

@media screen and (min-width: 640px) {
  .type_chief .txt_box{
    margin-left: 2rem;
  }
}

.type_chief .txt_box p{
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .type_chief .txt_box p{
    font-size: min(3.6rem,3.6vw);
    text-align: left;
  }
}

.type_chief .txt_box p strong{
  font-size: 3rem;
  color: #f21d69;
}

@media screen and (min-width: 640px) {
  .type_chief .txt_box p strong{
    font-size: min(6.6rem,6.6vw);
  }
}

.type_chief .txt_box .btn{
  display: block;
  width: 21rem;
}

@media screen and (min-width: 640px) {
  .type_chief .txt_box .btn{
    margin: 35px 0 0;
    width: 25rem;
  }
}

.type_chief .txt_box .btn .txt{
  font-size: 1.6rem;
  line-height: 4.5rem;
}

@media screen and (min-width: 640px) {
  .type_chief .txt_box .btn .txt{
    font-size: 2.2rem;
    line-height: 6rem;
  }
}

.type_chief .txt_box .btn::after{
  border-width: 5px 0 5px 8px;
}

.type_discount .ttl_box .sp{
  display: block;
}

@media screen and (min-width: 640px) {
  .type_discount .ttl_box .sp{
    display: block;
  }
}

.type_discount .ttl_box .small{
  position: relative;
}

.type_discount .ttl_box::before,.type_discount .ttl_box::after{
  display: none;
}

.type_discount .ttl_box .small::before,.type_discount .ttl_box .small::after{
  position: absolute;
  top: 50%;
  transform: translate3d(0,-50%,0);
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 29 / 17;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 640px) {
  .type_discount .ttl_box .small::before,.type_discount .ttl_box .small::after{
    width: 5rem;
  }
}

.type_discount .ttl_box .small::before{
  left: 5rem;
  background-image: url(../img/ttl_orn_l.png);
}

@media screen and (min-width: 640px) {
  .type_discount .ttl_box .small::before{
    left: -6rem;
  }
}

.type_discount .ttl_box .small::after{
  right: 5rem;
  background-image: url(../img/ttl_orn_r.png);
}

@media screen and (min-width: 640px) {
  .type_discount .ttl_box .small::after{
    right: -6rem;
  }
}

.type_discount .ttl_box .small:last-child{
  display: inline-block;
  color: #f21d69;
}

.type_discount .ttl_box .small:last-child::before,.type_discount .ttl_box .small:last-child::after{
  display: none;
}

.type_discount .content_flex{
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .type_discount .content_flex{
    flex-direction: row;
  }
}

.typ-sale .img_box{
  width: 60%;
}

@media screen and (min-width: 640px) {
  .typ-sale .img_box{
    width: 30%;
  }
}

.typ-sale .txt_box{
  padding: 0;
  width: 95%;
}

@media screen and (min-width: 640px) {
  .typ-sale .txt_box{
    width: calc(100% - 38%);
    margin: 0;
    padding: 5% 0 0 3%;
    text-align: left;
  }
}

.typ-sale .txt_box p{
  margin-top: 1rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 640px) {
  .typ-sale .txt_box p{
    font-size: 3rem;
    text-align: left;
  }
}

.type_discount .txt_box p strong{
  color: #f21d69;
}