: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;
  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.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.pc-block {
  display: block;
}
.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: -0.5rem 0 0 -0.7rem;
  transform: rotate(-45deg);
  box-shadow: -0.2rem 0.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);
  padding: 3rem 2rem 6rem;
  opacity: 1;
}
/* ボタン
-------------------------------------------------- */
.more_box {
  text-align: center;
}
.more_box.typ-pre {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .more_box.typ-pre {
    flex-direction: row;
  }
}
.more_box.typ-pre .btn {
  margin: 3.5rem 0 0;
}
.more_box.typ-pre .btn:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .more_box.typ-pre .btn:last-child {
    margin: 3.5rem 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 #018dd8;
  filter: drop-shadow(0 5px 0 #018dd8);
  transition: top 0.3s ease, filter 0.3s ease;
  top: 0;

  &:hover {
    filter: none;
    top: 5px;
    background: #018dd8;
    transition: top 0.3s ease, filter 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;
}
.bg-blue {
  background-color: #018dd8;
  filter: drop-shadow(0 5px 0 #000);
}
.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(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;

  .simple_nav {
    li {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 1rem;
      font-weight: bold;
    }
  }
}
.logo {
  padding: 1rem 0;
}
.logo img {
  width: 8rem;
}
.link_line {
  width: 4rem;
  top: 0;
  position: relative;
  padding: 1rem 0;
}
/* 背景画像
-------------------------------------------------- */
#pointsup {
  overflow: hidden;
  width: 100%;
  color: #333;
}
@media screen and (max-width: 768px) {
  #pointsup::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: #018dd8;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  padding: 0.6rem;
  right: 1rem;
  top: 6.5rem;
  font-weight: 800;
}
@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: 0.5rem 0.7rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .language-tab a {
    padding: 0.5rem 1rem;
  }
}
a.page-active {
  background-color: #fff;
  color: #018dd8;
  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.1vw;
  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: 12px;
  top: 12px;
}
.fixed-attention .wrap-fixed-attention-close::before {
  display: inline;
  content: "×";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 3.6rem;
  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: 34vw 0 10vw;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .hero {
    padding: 0;
  }
}
.container {
  position: relative;
  padding-top: 14%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .container {
    padding-top: 15rem;
    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;
  margin: 0 auto;
  margin-top: 5%;
  justify-content: center;
  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: 50%;
  }
}
.limited_warp {
  margin: 5.5rem 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: 960px) {
  .limited_warp {
    width: 100%;
    max-width: 90rem;
    margin: 4rem 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: 8rem;
  }
}
.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: 2.7rem;
  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: #018dd8;
  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: 3.2rem;
  height: 3.2rem;
  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: 6.4rem;
  }
}
.content_wrap .ttl_box::before {
  left: -5rem;
  background-image: url("../img/ttl_orn_l.png");
}
.content_wrap .ttl_box::after {
  top: 0;
  right: -5rem;
  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;
    top: -1.4rem;
  }
}
.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;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .content-period {
    font-size: 1.9rem;
    max-width: 50rem;
    margin: 2.4rem auto;
    border-radius: 0.4rem;
    line-height: 1.4;
  }
}
.content-attention {
  color: #333;
  border: solid 1px #f21d69;
  padding: 1rem 1.4rem;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0.4rem;
  margin: 1.8rem auto 0;
  line-height: 1.4;

  span {
    color: #f21d69;
    font-weight: bold;
  }
}
@media screen and (min-width: 640px) {
  .content-attention {
    font-size: 1.4rem;
    max-width: 60%;
    margin: 2.rem auto;
    border-radius: 0.4rem;
    line-height: 1.4;
  }
}
/* content_box
-------------------------------------------------- */
.content_wrap + .content_wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .content_wrap + .content_wrap {
    margin-top: 8rem;
  }
}
.content_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 640px) {
  .content_box_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    justify-items: center;
    gap: 3rem;
    width: 90%;
    margin: 0 auto;
  }
}
.content_box {
  display: grid;
  gap: 2rem;
}
.content_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_box .img_box {
  text-align: center;
}
.content_box .video_box {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .content_box .txt_box {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
.content_box .txt_box.txt_box_flex {
  display: block;
  margin: 2rem auto 0;
}
.content_box .txt_box_flex .more_box {
  margin: 0 auto 3rem;
}
.content_box .txt_box_flex .more_box:nth-child(2) {
  margin-bottom: 0;
}
.btn-typ {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .content_box .txt_box.txt_box_flex {
    display: flex;
    justify-content: center;
    margin: 3rem auto 0;
  }
  .content_box .txt_box_flex .more_box {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .btn-typ {
    font-size: 2.2rem;
  }
}

.content_box .works_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
}
.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 .btn {
    width: 28rem;
  }
}
.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 {
  width: 32%;
  bottom: 4rem;
}
.coupon-box .content_character p:nth-child(2) {
  width: 32%;
  bottom: 4rem;
}
@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%;
  }
  .content_character.pre-character {
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    max-width: 140rem;
  }
  .pre-character p {
    width: 28%;
  }
  .coupon-box .content_character p:first-child {
    width: 24%;
    bottom: 6rem;
  }
  .coupon-box .content_character p:nth-child(2) {
    width: 24%;
    bottom: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .content_character.pre-character {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .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 {
    bottom: 4rem;
  }
  .coupon-box .content_character p:nth-child(2) {
    bottom: 4rem;
  }
}
.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: 0.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: #fff;
  margin-bottom: 8rem;
  margin-top: -7rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .content_pre_wrap {
    margin-bottom: 20rem;
    padding-bottom: 0;
  }
}
.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: 2rem 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: #018dd8;
  font-size: 3.4rem;
}
.pre_catch_txt_A span {
  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: 2.5rem auto 0;
    max-width: 640px;
  }
  .pre_sub_txt .limit {
    font-size: 1.6rem;
  }
}
.pre_catch_img {
  margin: 0 auto 0.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.2em;
  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% 101%;
}
@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: 0.6rem 1rem;
}
@media screen and (min-width: 640px) {
  .credit .dlsite_logo {
    max-width: 14rem;
  }
}
/* フッター
-------------------------------------------------- */
.lp_footer {
  position: relative;
  z-index: 10;
}
.lp_footer.type_yellow {
  background: linear-gradient(to right, #ff6b6b, #ff8ecb, #c86dd7);

  small {
    font-weight: bold;
  }
}
.dlsite-social {
  margin: 3rem auto 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  flex-direction: column;
  gap: 1rem;

  h3 {
    font-size: 2rem;
    color: #018dd8;
    font-weight: bold;
  }

  .social-lst-wrap {
    display: flex;
    flex-direction: row;
  }
}
.social-lst {
  width: 3.6rem;
  margin: 0 0.6rem 0;
}
.social-lst p {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: center;
}
.social-lst a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .social-lst {
    width: 4rem;
  }
  .social-lst a {
    width: 4rem;
    height: 4rem;
  }
}
.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);
  transform: scale(1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 0.82, 0.355, 1);
  transition: transform 1s cubic-bezier(0.25, 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: 0.6rem;
    font-size: 1.3rem;
  }
}

.typ-dojin {
  position: relative;
  padding: 2rem 0 0;
}

@media screen and (min-width: 960px) {
  .typ-dojin {
    padding: 5rem 0 0;
  }
}

.typ-dojin .txt_box {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #018dd8;
  line-height: 1.2em;
}

@media screen and (min-width: 640px) {
  .typ-dojin .txt_box {
    font-size: 3rem;
  }
}

@media screen and (min-width: 960px) {
  .typ-dojin .txt_box {
    margin-bottom: 0;
  }
}

.typ-dojin .txt_box strong {
  font-size: 1.3em;
  color: #f21d69;
}

.typ-dojin .txt_box strong .large {
  font-size: 1.25em;
}

.typ-dojin .img_box {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .typ-dojin .img_box {
    justify-content: space-between;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}

.typ-dojin .img_box img {
  width: 50%;
}

@media screen and (min-width: 640px) {
  .typ-dojin .img_box img {
    width: auto;
  }
}

.hidden_xs {
  display: inline;
  @media screen and (min-width: 768px) {
    display: none;
  }
}
