@charset "utf-8";

/* LPページ用css */
/* 接頭辞にslug_を付ける (LP共通はlp_) */

img {
  vertical-align: top;
}
.none {
  display: none !important;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.underline {
  text-decoration: underline !important;
}

/* header */
.lp_header {
  width: 100%;
  height: 100px;
  padding: 17px 1.5%;
  border-bottom: 1px solid #646464;
}
@media (max-width: 767px) {
  .lp_header {
    height: 60px;
    padding: 6px;
  }
}
.lp_header img {
  width: 184px;
  height: auto;
}
@media (max-width: 767px) {
  .lp_header img {
    width: 134px;
  }
}

/* footer */
.lp_footer {
  background: #1a1a1a;
}
.lp_footerNav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lp_footerNav {
    padding: 30px 0;
  }
}
.lp_footerNav_sns,
.lp_footerNav_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}
.lp_footerNav_sns li {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .lp_footerNav_sns li {
    margin-bottom: 15px;
  }
}
.lp_footerNav_sns li:nth-child(n + 2) {
  margin-left: 20px;
}
.lp_footerNav_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
.lp_footerNav_sns img {
  width: 24px;
}
@media (max-width: 767px) {
  .lp_footerNav_sns a {
    width: 38px;
    height: 38px;
  }
  .lp_footerNav_sns img {
    width: 16px;
  }
}
.lp_footerNav_site li {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.lp_footerNav_site li:nth-child(n + 2)::before {
  content: "|";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1em;
  color: #fff;
}
.lp_footerNav_site a {
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .lp_footerNav_site a {
    font-size: 1.3rem;
  }
}
.lp_footerCopy {
  padding: 20px;
  text-align: center;
  background: #fdfdfd;
}
.lp_footerCopy small {
  font-size: 1.8rem;
  letter-spacing: 0.72px;
}
@media (max-width: 767px) {
  .lp_footerCopy small {
    font-size: 1rem;
  }
}

/* container */
.lp_container {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1160px) {
  .lp_container {
    padding-right: 4%;
    padding-left: 4%;
  }
}

/* heading */
.lp_lv1heading {
  font-weight: 700;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .lp_lv1heading {
    font-size: 2rem;
  }
}
.lp_lv2heading {
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .lp_lv2heading {
    font-size: 1.8rem;
  }
}
.lp_lv2heading::after {
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  display: block;
  width: 400px;
  height: 1px;
  background-color: #030303;
  transform: translateX(-50%);
}
@media (max-width: 458px) {
  .lp_lv2heading::after {
    width: 100%;
  }
}
.lp_lv3heading {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .lp_lv3heading {
    font-size: 1.6rem;
  }
}

/* main */
.lp_main {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lp_main {
    padding-bottom: 20px;
  }
}
.lp_main_visual {
  text-align: center;
}
.lp_main_visual img {
  width: 100%;
  max-width: 1280px;
}
.lp_main_content {
  padding: 70px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_main_content {
    padding: 35px 0;
  }
}
.lp_main_text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .lp_main_text {
    font-size: 1.5rem;
  }
}

/* section */
.lp_section {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_section {
    padding: 35px 0;
  }
}
.lp_section_text {
  font-size: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .lp_section_text {
    font-size: 1.5rem;
  }
}
.lp_shade {
  background-color: #f8f4e7;
}

/* button */
.lp_btn {
  display: inline-block;
  min-width: 520px;
  padding: 0.5em 2.5em;
  font-weight: 500;
  font-size: 2.3rem;
  text-align: center;
  color: #030303;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50px;
  transition: 0.4s;
}
.lp_btn.__txtLarge {
  font-size: 3rem;
}
.lp_btn.__cta,
.lp_btn.__cta:active,
.lp_btn.__cta:focus {
  background-color: #c40310;
  color: #fff;
  border: solid 1px #c40310;
}
.lp_btn.__cta:hover {
  background-color: #fff;
  color: #c40310;
  border-color: #c40310;
}
.lp_btn.__app {
  background-color: #db8127;
  color: #fff;
  border: solid 1px #db8127;
}
@media (max-width: 767px) {
  .lp_btn {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    padding: 0.5em 1.5em;
    font-size: 1.5rem;
  }
  .lp_btn.__txtLarge {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .lp_btn:active,
  .lp_btn:focus,
  .lp_btn:hover {
    color: #fff;
    background-color: #1a1a1a;
    border: solid 1px #1a1a1a;
  }
}
.lp_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .lp_btn_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .lp_btn_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lp_btn_wrapper > .lp_btn {
  display: block;
  min-width: auto;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .lp_btn_wrapper > .lp_btn {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
  .lp_btn_wrapper > .lp_btn:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .lp_btn_wrapper > .lp_btn {
    max-width: 400px;
  }
  .lp_btn_wrapper > .lp_btn:nth-child(n + 2) {
    margin-top: 15px;
  }
}
/*ad*/
.ad_btn {
  background: linear-gradient(#ce0000, #770000);
  color: #fff;
  display: inline-block;
  min-width: 520px;
  padding: 0.5em 2.5em;
  font-weight: 500;
  font-size: 2.3rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.4s;
}
.ad_btn:hover {
  opacity: 0.7;
}
.ad_btn.arrow:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .ad_btn {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    padding: 0.5em 1.5em;
    font-size: 1.5rem;
  }
}
/* overview */
.lp_overview div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_overview div:nth-child(n + 2) {
  margin-top: 10px;
}
.lp_overview dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  padding: 35px 5px;
  font-weight: 500;
  font-size: 1.8rem;
  background-color: #dedede;
}
@media (max-width: 767px) {
  .lp_overview dt {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    padding: 12px 10px;
    font-size: 1.3rem;
  }
}
.lp_overview dd {
  -ms-flex-preferred-size: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 35px 30px;
  font-size: 2rem;
  text-align: left;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .lp_overview dd {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 15px;
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.lp_overview .note {
  margin-top: 1em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .lp_overview .note {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
.lp_overview .note a {
  text-decoration: underline;
}

/* about */
.lp_about_text {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lp_about_text {
    font-size: 1.3rem;
  }
}

/* download */
.lp_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lp_download {
    max-width: 340px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .lp_download_item {
    -ms-flex-preferred-size: 164px;
    flex-basis: 164px;
    max-width: 164px;
    margin-right: 40px;
    margin-left: 40px;
  }
}
.lp_download_text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp_download_item {
    -ms-flex-preferred-size: 42.5%;
    flex-basis: 42.5%;
    max-width: 42.5%;
  }
  .lp_download_item:last-child {
    -ms-flex-preferred-size: 52.5%;
    flex-basis: 52.5%;
    max-width: 52.5%;
    margin-left: 5%;
  }
}
.lp_download_note {
  margin-top: 50px;
  padding: 30px;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .lp_download_note {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.3rem;
  }
}
.lp_download_note ul {
  list-style-type: none;
}

/* coupon */
body:has(.lp_coupon) .systemTicker{
  display: none;
}
body:has(.lp_coupon) .scrollBackToTop{
  opacity: 0 !important;
}

/* ブラックサンダー */
.yuraku_main {
  overflow: hidden;
  background-color: #e3dbd0;
}
.yuraku_inner {
  padding-bottom: 3%;
  background: top center no-repeat url("../img/lp/yurakuseika2021/bg.png");
  background-size: 860px;
}
@media (max-width: 767px) {
  .yuraku_inner {
    background-size: 120%;
  }
}
.yuraku_container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .yuraku_hero {
    padding: 1%;
  }
}
.yuraku_about {
  position: relative;
  margin: 0 5%;
  padding: 5%;
  font-size: 84%;
  color: #fff;
  background-color: #000;
  border-radius: 25px;
}
.yuraku_about_img img {
  width: 100%;
}
.yuraku_about_img .link {
  display: block;
  background-color: #fff;
  border-radius: 18px;
}
.yuraku_about_img .link img:hover {
  opacity: 0.9;
}
.yuraku_about_img .title {
  display: block;
  width: 96%;
  max-width: 420px;
  margin: 42% auto 3%;
  padding-left: 4%;
}
.yuraku_about_img .sloppy {
  position: absolute;
  top: 1.8%;
  left: -6%;
  display: inline-block;
  width: 68%;
}
.yuraku_about_img .blackthunder {
  position: absolute;
  top: -1.5%;
  right: -4%;
  display: inline-block;
  width: 44%;
}
.yuraku_about_txt {
  margin-top: 4%;
  padding-right: 3%;
  padding-left: 3%;
  font-weight: 600;
  font-size: 1.6rem;
}
.yuraku_about_txt .medium {
  font-weight: 900;
  font-size: 1.9rem;
  letter-spacing: -0.05em;
}
.yuraku_about_txt .large {
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
}
@media (max-width: 600px) {
  .yuraku_about_txt {
    font-size: 2.6vw;
  }
  .yuraku_about_txt .medium {
    font-size: 3vw;
  }
  .yuraku_about_txt .large {
    font-size: 3.4vw;
  }
}
.yuraku_about_txt .line {
  margin-top: 2%;
  margin-bottom: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 600px) {
  .yuraku_about_txt .line {
    border-width: 1px;
  }
}
.yuraku_about_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8% 4% 4%;
}
.yuraku_about_link .left {
  position: relative;
  z-index: 1;
  width: 68%;
}
.yuraku_about_link .process {
  margin-bottom: 4%;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media (max-width: 600px) {
  .yuraku_about_link .process {
    font-size: 2.8vw;
  }
}
.yuraku_about_link .app {
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
.yuraku_about_link .app img:hover {
  opacity: 0.9;
}
.yuraku_about_link .apply {
  position: absolute;
  top: -14%;
  right: -12%;
  width: 34%;
}
.yuraku_about_link .sp {
  position: absolute;
  right: -1.8%;
  bottom: -8%;
  z-index: 0;
  width: 23%;
}
.yuraku_about_app {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 4%;
}
.yuraku_about_app > * {
  width: 49%;
  text-align: center;
}
.yuraku_about_app > *:first-child {
  margin-right: 2%;
}
.yuraku_about_app .download {
  margin-top: 2.8%;
  font-size: 1.4rem;
  line-height: 1.4;
}
.yuraku_about_app a {
  color: #fff;
}
.yuraku_campaign_wrapper {
  padding-top: 2.6%;
  padding-bottom: 3%;
  background-color: #000;
  border-top: 8px solid #fff100;
}
@media (max-width: 600px) {
  .yuraku_campaign_wrapper {
    border-top: 4px solid #fff100;
  }
}
.yuraku_campaign img {
  width: 100%;
  padding: 6% 4%;
}
.yuraku_campaign {
  margin-right: 5%;
  margin-left: 5%;
  padding: 1%;
  background: linear-gradient(#fff9ac, #fff100 15%);
  border-radius: 30px;
}
.yuraku_campaign_heading {
  padding-bottom: 0.3em;
  font-weight: 900;
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 600px) {
  .yuraku_campaign_heading {
    font-size: 4vw;
  }
}
.yuraku_campaign_box {
  padding: 2%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
.yuraku_campaign_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2% 2% 2% 6%;
}
.yuraku_campaign_box_list dt,
.yuraku_campaign_box_list dd {
  margin-bottom: 2%;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
}
.yuraku_campaign_box_list dt {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.yuraku_campaign_box_list dd {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.yuraku_campaign_box_list .middle {
  font-size: 1.9rem;
}
.yuraku_campaign_box_list .small {
  font-size: 1.6rem;
}
.yuraku_campaign_box_txt {
  margin-top: 2%;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .yuraku_campaign_box_list dt,
  .yuraku_campaign_box_list dd {
    font-size: 3.2vw;
  }
  .yuraku_campaign_box_list .middle {
    font-size: 3vw;
  }
  .yuraku_campaign_box_list .small {
    font-size: 2.6vw;
  }
  .yuraku_campaign_box_txt {
    font-size: 2.2vw;
  }
}
.yuraku_campaign_box_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 2%;
  margin-left: 2%;
  list-style: none;
}
.yuraku_campaign_box_flow > li {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 28%;
  height: auto;
}
.yuraku_campaign_box_flow > li > div {
  width: 100%;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
.yuraku_campaign_box_flow .small {
  font-size: 2rem;
}
.yuraku_campaign_box_flow .large {
  font-size: 3.2rem;
}
.yuraku_campaign_box_flow > li::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.yuraku_campaign_box_flow > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, #fffeef, #fff100);
  border-radius: 50%;
}
.yuraku_campaign_box_flow > li .triangle {
  content: "";
  position: absolute;
  top: 50%;
  right: -25%;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff100;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .yuraku_campaign_box_flow > li > div {
    font-size: 3.4vw;
  }
  .yuraku_campaign_box_flow .small {
    font-size: 2.8vw;
  }
  .yuraku_campaign_box_flow .large {
    font-size: 4vw;
  }
  .yuraku_campaign_box_flow > li .triangle {
    border-top: 2.5vw solid transparent;
    border-bottom: 2.5vw solid transparent;
    border-left: 4vw solid #fff100;
  }
}
.yuraku_detail {
  padding-top: 4%;
  padding-bottom: 8%;
  background-color: #fff;
}
.yuraku_detail_list {
  margin-right: 5%;
  margin-left: 5%;
  list-style: none;
}
.yuraku_detail_list dt {
  margin-bottom: 2%;
  padding-left: 9%;
  font-weight: 900;
  font-size: 2.4rem;
  color: #3c3a3b;
  background: 0 100% url("../img/lp/yurakuseika2021/header.png") no-repeat;
  background-size: 318px;
}
@media (max-width: 600px) {
  .yuraku_detail_list dt {
    background-size: contain;
  }
}
.yuraku_detail_list dd {
  padding-left: 8%;
  font-size: 1.8rem;
  text-indent: -1em;
}
.yuraku_detail_list dt:nth-child(n + 2) {
  margin-top: 4%;
}
@media (max-width: 600px) {
  .yuraku_detail_list dt {
    font-size: 4vw;
  }
  .yuraku_detail_list dd {
    font-size: 3vw;
  }
}
.yuraku_detail_list .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
}
.yuraku_detail_list .app a {
  -ms-flex-preferred-size: 164px;
  flex-basis: 164px;
  margin-top: 2%;
}
.yuraku_detail_list .app > *:nth-child(n + 2) {
  margin-left: 8%;
}
.yuraku_detail_list .download {
  margin-top: 3%;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .yuraku_detail_list .app a {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .yuraku_detail_list .app > *:nth-child(n + 2) {
    margin-left: 4%;
  }
}

/* servi */
.servi_hero {
  width: 100%;
  text-align: center;
}
.servi_hero img {
  width: 100%;
  max-width: 1280px;
}
.servi_section_title {
  font-weight: 700;
  font-size: 4rem;
}
@media (max-width: 1079px) and (min-width: 768px) {
  .servi_section_title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .servi_section_title {
    font-size: 1.8rem;
  }
}
.servi_section_text {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .servi_section_text {
    font-size: 1.6rem;
  }
}
.servi_txt {
  color: #f26a24;
}
.servi_bg {
  background-color: #f8f2e7;
}
.servi_section_heading {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
  padding-bottom: 0.1em;
  font-size: 2.8rem;
  font-family: Oswald, sans-serif;
  color: #c61919;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .servi_section_heading {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
}
.servi_section_heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 140%;
  height: 2px;
  background-color: #c61919;
}
@media (max-width: 767px) {
  .servi_section_heading::after {
    height: 1px;
  }
}

.servi_profile {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .servi_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
  }
  .servi_profile_list {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }
  .servi_profile_img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
.servi_profile_note {
  margin-top: 0.5em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .servi_profile_note {
    font-size: 1.1rem;
  }
}
.servi_profile_list dt {
  display: inline-block;
  width: 120px;
  padding: 0.2em 1.2em 0.3em;
  font-weight: 500;
  font-size: 1.8rem;
  vertical-align: top;
  color: #fff;
  text-align-last: justify;
  text-justify: inter-ideograph;
  background-color: #646464;
}
@media (max-width: 767px) {
  .servi_profile_list dt {
    width: 70px;
    padding: 0.2em 0.8em 0.3em;
    font-size: 1.2rem;
  }
}
.servi_profile_list dd {
  display: inline-block;
  width: calc(100% - 140px);
  padding: 0.1em 0 1em 1em;
  font-size: 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .servi_profile_list dd {
    width: calc(100% - 70px);
    font-size: 1.3rem;
  }
}
.servi_profile_img img {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 767px) {
  .servi_profile_img img {
    max-width: 150px;
    margin-top: -20px;
  }
}

.servi_campaign_pre {
  margin-top: 40px;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1.5;
  color: #c61919;
}
@media (max-width: 1079px) and (min-width: 768px) {
  .servi_campaign_pre {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .servi_campaign_pre {
    margin-top: 25px;
    font-size: 3rem;
  }
}
.servi_campaign_img {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .servi_campaign_img {
    margin-top: 20px;
  }
  .servi_campaign_img img {
    width: 100%;
    max-width: 280px;
  }
}
.servi_campaign_cam {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #c61919;
}
@media (max-width: 767px) {
  .servi_campaign_cam {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
.servi_campaign_cam span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .servi_campaign_cam span {
    font-size: 2.5rem;
  }
}
.servi_campaign_cam::before,
.servi_campaign_cam::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 28px;
  height: 68px;
  background: url(../img/lp/servi/w.svg) no-repeat;
  background-size: contain;
}
.servi_campaign_cam::before {
  left: -40px;
}
.servi_campaign_cam::after {
  right: -40px;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .servi_campaign_cam::before,
  .servi_campaign_cam::after {
    width: 14px;
    height: 34px;
  }
  .servi_campaign_cam::before {
    left: -20px;
  }
  .servi_campaign_cam::after {
    right: -20px;
    transform: rotateY(180deg);
  }
}
.servi_campaign_num {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .servi_campaign_num {
    font-size: 1.6rem;
  }
}
.servi_campaign_num span {
  font-size: 4.2rem;
  color: #c61919;
}
@media (max-width: 767px) {
  .servi_campaign_num span {
    font-size: 2.5rem;
  }
}
.servi_campaign_num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  display: block;
  width: 120%;
  height: 2px;
  border-bottom: 2px dotted #707070;
}
.servi_campaign_txt {
  margin-top: 10px;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.4;
}
@media (max-width: 1079px) and (min-width: 768px) {
  .servi_campaign_txt {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .servi_campaign_txt {
    font-size: 2rem;
  }
}

.servi_howto_step {
  position: relative;
  border: 1px solid #9c2119;
}
@media (min-width: 768px) {
  .servi_howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .servi_howto_step {
    -ms-flex-preferred-size: calc(80% / 3);
    flex-basis: calc(80% / 3);
    max-width: calc(80% / 3);
  }
  .servi_howto_step:nth-child(n + 2) {
    margin-left: 10%;
  }
  .servi_howto_step:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -27%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid #333;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .servi_howto {
    margin-top: 30px;
  }
  .servi_howto_step {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .servi_howto_step:nth-child(n + 2) {
    margin-top: 50px;
  }
  .servi_howto_step:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 20px solid #333;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    transform: translateX(-50%);
  }
}
.servi_howto_header {
  padding: 0.2em 0.7em 0.5em;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  font-family: Oswald, sans-serif;
  text-align: left;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: #c61919;
}
.servi_howto_header span {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .servi_howto_header {
    font-size: 1.5rem;
  }
  .servi_howto_header span {
    font-size: 2rem;
  }
}
.servi_howto_body {
  padding: 1.2em;
  line-height: 1.5;
}
.servi_howto_img img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 767px) {
  .servi_howto_img img {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .servi_howto_txt._l1 {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}

.servi_overview {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .servi_overview {
    margin-top: 40px;
  }
}
.servi_overview div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.servi_overview div:nth-child(n + 2) {
  margin-top: 10px;
}
.servi_overview dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  padding: 35px 5px;
  font-weight: 500;
  font-size: 1.8rem;
  background-color: #dedede;
}
@media (max-width: 767px) {
  .servi_overview dt {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    padding: 12px 10px;
    font-size: 1.3rem;
  }
}
.servi_overview dd {
  -ms-flex-preferred-size: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 35px 30px;
  font-size: 2rem;
  text-align: left;
  background-color: #fff;
}
@media (max-width: 767px) {
  .servi_overview dd {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 15px;
    font-weight: 500;
    font-size: 1.3rem;
  }
}
.servi_overview .note {
  margin-top: 1em;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .servi_overview .note {
    font-weight: 400;
    font-size: 1.3rem;
  }
}
.servi_overview .note a {
  font-weight: 500;
  text-decoration: underline;
}

.servi_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .servi_download {
    max-width: 340px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .servi_download_item {
    -ms-flex-preferred-size: 164px;
    flex-basis: 164px;
    max-width: 164px;
    margin-right: 40px;
    margin-left: 40px;
  }
}
.servi_download_txt {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .servi_download_item {
    -ms-flex-preferred-size: 42.5%;
    flex-basis: 42.5%;
    max-width: 42.5%;
  }
  .servi_download_item:last-child {
    -ms-flex-preferred-size: 52.5%;
    flex-basis: 52.5%;
    max-width: 52.5%;
    margin-left: 5%;
  }
}
.servi_download_note {
  margin-top: 50px;
  padding: 30px;
  line-height: 1.8;
  text-align: left;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .servi_download_note {
    margin-top: 30px;
    padding: 15px;
    font-size: 1.3rem;
  }
}
.servi_download_note ul {
  list-style-type: none;
}

.servi_about_lead {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .servi_about_lead {
    font-size: 1.6rem;
  }
}
.servi_about_img {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .servi_about_img {
    width: 108%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -4%;
  }
}
.servi_about_txt {
  margin-top: 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .servi_about_txt {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------------
  TVCM
----------------------------------------------------------------- */

.tvcm_inner {
  padding: 70px 100px;
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 767px) {
  .tvcm_inner {
    padding: 45px 20px;
  }
}

.tvcm_heading {
  color: #ac050b;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tvcm_heading {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}

.tvcm_heading::before {
  content: "";
  position: absolute;
  left: -20px;
  /* top: 50%;
  transform: translateY(-50%); */
  background-image: url(../img/lp/tvcm/heading_before_red.png);
  width: 20px;
  height: 35px;
}

.tvcm_heading::after {
  content: "";
  position: absolute;
  right: -20px;
  /* top: 50%;
  transform: translateY(-50%); */
  background-image: url(../img/lp/tvcm/heading_after_red.png);
  width: 20px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .tvcm_heading::before {
    width: 12px;
    height: 22px;
    background-image: url(../img/lp/tvcm/heading_before_red_small.png);
    background-size: cover;
    left: -15px;
  }

  .tvcm_heading::after {
    width: 12px;
    height: 22px;
    background-image: url(../img/lp/tvcm/heading_after_red_small.png);
    background-size: cover;
    right: -15px;
  }
}

.tvcm_btn__container {
  text-align: center;
}

.tvcm_mv {
  display: block;
  text-align: center;
}

.tvcm .lp_btn {
  margin: 0 auto;
}

.tvcm_story {
  background-color: #ac050b;
}

.tvcm_story .tvcm_heading,
.tvcm_story__article {
  color: white;
}

.tvcm_story .tvcm_heading {
  font-size: 26px;
}

.tvcm_story__article {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .tvcm_story .tvcm_heading {
    font-size: 18px;
  }

  .tvcm_story__article {
    font-size: 16px;
  }
}

.tvcm_story .tvcm_heading::before {
  content: "";
  position: absolute;
  left: -20px;
  /* top: 50%;
  transform: translateY(-50%); */
  background-image: url(../img/lp/tvcm/heading_before_white.png);
  width: 20px;
  height: 35px;
}

.tvcm_story .tvcm_heading::after {
  content: "";
  position: absolute;
  right: -20px;
  /* top: 50%;
  transform: translateY(-50%); */
  background-image: url(../img/lp/tvcm/heading_after_white.png);
  width: 20px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .tvcm_story .tvcm_heading::before {
    width: 12px;
    height: 22px;
    background-image: url(../img/lp/tvcm/heading_before_white_small.png);
    background-size: cover;
    left: -15px;
  }

  .tvcm_story .tvcm_heading::after {
    width: 12px;
    height: 22px;
    background-image: url(../img/lp/tvcm/heading_after_white_small.png);
    background-size: cover;
    right: -15px;
  }
}

.tvcm_movie {
  background-image: url(../img/lp/tvcm/background1.png);
  background-size: cover;
}

.tvcm_movie__item {
  max-width: 497px;
  margin: 0 auto;
}

.tvcm_movie__box {
  height: 0;
  padding-top: 56.6%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .tvcm_movie__box {
    padding-top: 58.6%;
  }
}

.tvcm_movie__box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tvcm_btn-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 767px) {
  .tvcm_btn-img {
    width: 60px;
    height: 60px;
  }
}

.tvcm_movie__title {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .tvcm_movie__title {
    margin-top: 10px;
    font-size: 14px;
  }
}

.tvcm_about {
  background-image: url(../img/lp/tvcm/background3.png);
  background-size: cover;
}

.tvcm_about__image-box {
  text-align: center;
}

.tvcm_about__article {
  margin: 50px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .tvcm_about__article {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 25px;
  }
}

.tvcm_performer {
  background-image: url(../img/lp/tvcm/background2.webp);
  background-size: cover;
}
.no-webp .tvcm_performer {
  background-image: url(../img/lp/tvcm/background2.jpg);
}

.tvcm_performer__info {
  max-width: 541px;
  margin: 0 auto 110px;
}

@media screen and (max-width: 767px) {
  .tvcm_performer__info {
    width: 100%;
    margin-bottom: 50px;
  }
}

.tvcm_performer .link_prof {
  display: block;
  text-align: right;
  margin-top: 3rem;
}

.tvcm_performer .link_prof a {
  border-bottom: solid 1px #333;
  color: #333;
  font-size: 18px;
}

.tvcm_performer .link_prof a img {
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .tvcm_performer .link_prof {
    margin-top: 1rem;
  }
  .tvcm_performer .link_prof a {
    font-size: 13px;
  }
  .tvcm_performer .link_prof a img {
    max-width: 13px;
  }
}

@media screen and (max-width: 767px) {
  .message_heading {
    text-align: center;
  }
  .message_heading::before {
    bottom: -5px;
  }
}

.tvcm_performer__image-box {
  width: 283px;
  height: 283px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tvcm_performer__image-box {
    width: 190px;
    height: 190px;
  }
}

.tvcm_performer__heading {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.tvcm_performer__article {
  font-size: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .tvcm_performer__heading {
    font-size: 16px;
    margin-top: 9px;
  }

  .tvcm_performer__article {
    display: inline-block;
    width: 335px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
}

.tvcm_performer .tvcm_movie__item {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.tvcm_performer .tvcm_movie__box {
  padding-top: 283px;
}

@media screen and (max-width: 767px) {
  .tvcm_performer .tvcm_movie__box {
    padding-top: 56.6%;
  }
}

.tvcm_performer .tvcm_movie__box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tvcm_cm-making__img,
.tvcm_interview__img {
  display: block;
  margin: 0 auto;
  width: 500px;
}

.tvcm_interview__img {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .tvcm_interview__img {
    margin-bottom: 25px;
  }
}

.tvcm_cm-making__txt {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .tvcm_cm-making__txt {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
}

.tvcm_interview__container .tvcm_question {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tvcm_interview__container .tvcm_question {
    font-size: 14px;
  }
}

.tvcm_interview__container .tvcm_question:nth-of-type(n + 2) {
  margin-top: 50px;
}

.tvcm_interview__container .tvcm_answer {
  margin-top: 25px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .tvcm_interview__container .tvcm_answer {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .d-n-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-n-pc {
    display: none;
  }
}

/* -----------------------------------------------------------------
  yuraku LP 修正
----------------------------------------------------------------- */
.yuraku_present {
  border-radius: 7px;
  padding: 10px 20px;
  margin: 10px 0;
  background-color: #e71f19;
}

.yuraku_present__heading {
  color: #fff100;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2px;
}

.yuraku_present_description {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
}

.yuraku_about_banner {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.yuraku_about_txt {
  position: relative;
}

/* -----------------------------------------------------------------
  link
----------------------------------------------------------------- */
.link {
  font-family: "Noto Sans JP", sans-serif;
}
.link .lp_container {
  max-width: 800px;
}
.link_btn {
  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;
  padding: 0.7em;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 15px;
  transition: 0.4s;
  position: relative;
}

@media (max-width: 767px) {
  .link_btn {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    padding: 0.5em;
    font-size: 1.8rem;
  }
}
.link_btn > img {
  position: absolute;
  left: 25%;
  width: 70px;
}
@media (max-width: 767px) {
  .link_btn > img {
    width: 35px;
    left: 20%;
  }
}

/* -----------------------------------------------------------------
  safety
----------------------------------------------------------------- */
.safety {
  font-size: 1.6rem;
}
.safety .bg_beige {
  background-color: #f8f5e9;
}
@media (max-width: 767px) {
  .safety {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .safety .lp_container._md {
    max-width: 700px;
  }
  .safety_hero {
    height: 700px;
    background: url(../img/lp/safety/hero_bg.jpg) center;
  }
  .safety_hero + p {
    font-size: 1.8rem;
  }
}
.safety_lv2heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #ac000c;
  font-size: 2.7rem;
  height: 8rem;
}
@media (max-width: 767px) {
  .safety_lv2heading {
    font-size: 2rem;
    height: 5.6rem;
  }
}
.safety_lv3heading {
  font-size: 2.8rem;
  background: linear-gradient(transparent 90%, #f7e94c 0%);
  display: inline;
  padding: 0 0 0.8rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .safety_lv3heading {
    font-size: 2rem;
    padding: 0 0 0.3rem;
  }
}
.safety_3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}
@media (min-width: 768px) {
  .safety_3column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.safety_3column > .safety_3column_item {
  width: calc((100% - 100px) / 3);
  max-width: 325px;
}
@media (min-width: 768px) {
  .safety_3column > .safety_3column_item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .safety_3column > .safety_3column_item:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .safety_3column > .safety_3column_item:nth-child(even) {
    margin-left: 4%;
  }
  .safety_3column > .safety_3column_item {
    width: calc(96% / 2);
  }
}
.safety_fukidasi_wrap {
  margin-top: 12%;
}
.safety_fukidasi_box {
  position: relative;
}
.safety_fukidasi {
  position: absolute;
  right: -10%;
  top: -30%;
  width: 39%;
  max-width: 199px;
}
@media (max-width: 767px) {
  .safety_fukidasi_wrap {
    margin-top: 17%;
  }
  .safety_fukidasi {
    right: -3%;
    top: -21%;
    z-index: 1;
  }
  .safety_fukidasi.-spRight {
    left: -3%;
  }
  .safety_fukidasi_box + .safety_fukidasi_box {
    margin-top: 17%;
  }
}
.safety_torikumi {
  background-color: #f4ecea;
  padding: 4%;
}
@media (max-width: 767px) {
  .safety_torikumi {
    padding: 6% 4%;
  }
  .safety_footimg {
    width: 232px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* -----------------------------------------------------------------
  ania
----------------------------------------------------------------- */

.ania .lp_lv2heading::after {
  width: 640px;
}

@media (max-width: 458px) {
  .ania .lp_lv2heading::after {
    width: 100%;
  }
}

.ania .lp_section_present {
  padding: 40px 0 100px;
}

/* -----------------------------------------------------------------
  fukubukuro2023
----------------------------------------------------------------- */
.fukubukuro2023 .__cta::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 7px 2px 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  content: "";
}
.fukubukuro2023 .__cta:hover::after {
  border-top: 3px solid #c40310;
  border-right: 3px solid #c40310;
}
.fukubukuro2023 .under_line {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #c40310;
  text-decoration-thickness: 2px;
}
.fukubukuro2023 .note_wrap {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
}
.fukubukuro2023 .note_wrap.-border {
  border: 1px solid #707070;
}
.fukubukuro2023 .note_wrap > .note_text {
  font-size: clamp(1.3rem, 2.8vw, 2rem);
}
.fukubukuro2023 .note_wrap > .note_text > a {
  color: #42b5d1;
  text-decoration: underline;
}
.fukubukuro2023 .note_wrap > .note_text > a[href^="tel:"] {
  color: inherit;
}

@media (max-width: 767px) {
  .fukubukuro2023 .__cta::after {
    width: 10px;
    height: 10px;
    margin: 0 4px 0px 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .fukubukuro2023 .__cta:hover::after {
    border-top: 2px solid #c40310;
    border-right: 2px solid #c40310;
  }
  .fukubukuro2023 .note_wrap {
    padding: 4% 2.5%;
  }
}

/*PC時はtelを有効にしない*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* -----------------------------------------------------------------
 300shopsopen 
----------------------------------------------------------------- */
.shopsopen300 .main_container {
  width: 100%;
  height: auto;
  background-image: url("../img/lp/300shopsopen/mv_back.jpg");
  background-size: cover;
  text-align: center;
  color: #fff;
}
.shopsopen300 .main_container .pcOnly,
.shopsopen300 .main_container .spOnly {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 108rem;
  margin: 0 auto;
}
.shopsopen300 .btn_container {
  display: flex;
  max-width: 108rem;
  margin: 2rem auto;
  justify-content: space-evenly;
}
.shopsopen300 .btn_container img {
  width: 95%;
  max-width: 443px;
}
.shopsopen300 .main_text p:first-child {
  font-size: 3.4rem;
}
.shopsopen300 .campaign_title_container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.shopsopen300 .campaign_number {
  height: 3.65rem;
  margin-bottom: 2rem;
}
.shopsopen300 .campaign_subtitle {
  height: 4.9rem;
  margin-bottom: 1rem;
}
.shopsopen300 .campaign_title img {
  height: 5.38rem;
  margin-bottom: 2.5rem;
}
.shopsopen300 .campaign_container {
  padding-bottom: 6.9rem;
}
.shopsopen300 .campaign_container h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.shopsopen300 .coupon_image {
  margin-top: 3rem;
  max-width: 48rem;
}
.shopsopen300 .method_contaienr {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.shopsopen300 .overview {
  width: 64.5rem;
  height: 36.3rem;
  overflow: auto;
  padding: 1.6rem 2.7rem;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: left;
}
@media (max-width: 990px) {
  .shopsopen300 .method_contaienr .method_box:last-child {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .shopsopen300 .main_container {
    background-image: url("../img/lp/300shopsopen/mv_back_sp.jpg");
  }
  .shopsopen300 .btn_container {
    display: block;
    max-width: 33.6rem;
    margin: 1rem auto;
  }
  .shopsopen300 .btn_container a.btn_twitter img {
    margin-bottom: 1.8rem;
  }
  .shopsopen300 .main_text p:first-child {
    font-size: 2.1rem;
  }
  .shopsopen300 .main_text {
    max-width: 33.6rem;
    margin: auto;
    padding-bottom: 1.6rem;
  }

  .shopsopen300 .campaign_number {
    height: 2.75rem;
    margin-bottom: 1.6rem;
  }
  .shopsopen300 .campaign_subtitle {
    height: 3.7rem;
    margin-bottom: 1.7rem;
  }
  .shopsopen300 .campaign_title img {
    height: 8.3rem;
    margin-bottom: 1.7rem;
  }
  .shopsopen300 .campaign_container {
    padding-bottom: 2.2rem;
  }
  .shopsopen300 .campaign_container h3 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
  .shopsopen300 .coupon_image {
    margin-top: 1.4rem;
    max-width: 30.2rem;
  }
  .shopsopen300 .method_contaienr {
    display: block;
  }
  .shopsopen300 .overview {
    width: 33.5rem;
    height: 36.3rem;
    padding: 1.6rem 1.7rem;
    font-size: 1.2rem;
  }
  .shopsopen300 .method_contaienr .method_box:last-child {
    margin-top: 0;
  }
}

/*twitter*/
.shopsopen300 .twitter_campaign {
  background-color: rgba(47, 137, 227, 0.08);
  padding: 6rem 0 0;
}
.shopsopen300 .twitter_campaign .campaign_container h3 {
  color: #2f89e3;
}
.shopsopen300 .twitter_campaign .method_box {
  color: #fff;
  background-color: #2f89e3;
  width: 30.4rem;
  height: 21.9rem;
  border: solid 2px #fff;
  box-shadow: 0 0 0 5px #2f89e3;
  box-sizing: border-box;
}
.shopsopen300 .twitter_campaign .method_box img {
  padding-top: 1rem;
}
.shopsopen300 .twitter_campaign .method_box p {
  padding: 1.6rem 2rem;
  text-align: left;
  font-size: 1.8rem;
}

.shopsopen300 .twitter_campaign .overview dt {
  color: #2f89e3;
}
.shopsopen300 .twitter_campaign .overview dd {
  margin-bottom: 1.4rem;
}

.shopsopen300 .twitter_button {
  display: inline-block;
  width: 33.6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #1da1f2;
  border-radius: 10rem;
}
.shopsopen300 .app_button {
  display: inline-block;
  width: 33.6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #ac000c;
  border-radius: 10rem;
}
.shopsopen300 .app_button:hover,
.shopsopen300 .twitter_button:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .shopsopen300 .twitter_campaign {
    padding: 6rem 0 0;
  }
  .shopsopen300 .twitter_campaign .method_contaienr {
    margin: 0 auto;
  }
  .shopsopen300 .twitter_campaign .method_box {
    display: flex;
    width: 32.2rem;
    height: 9.4rem;
    margin: 0 auto 3.8rem;
    border: solid 2px #fff;
    box-shadow: 0 0 0 7px #2f89e3;
    align-items: center;
  }
  .shopsopen300 .twitter_campaign .method_box img {
    width: 5rem;
    height: 3.9rem;
    margin-bottom: 1rem;
    margin-left: 1.4rem;
  }
  .shopsopen300 .twitter_campaign .method_box p {
    padding: 2.4rem 1.4rem;
    font-size: 1.3rem;
  }
}

/*app*/
.shopsopen300 .app_campaign {
  background-color: rgba(203, 1, 1, 0.06);
  padding: 6rem 0 0;
}
.shopsopen300 .app_campaign .campaign_container h3 {
  color: #cb0101;
}
.shopsopen300 .app_campaign .method_box {
  color: #fff;
  background-color: #cb0101;
  width: 30.4rem;
  height: 21.9rem;
  border: solid 2px #fff;
  box-shadow: 0 0 0 5px #cb0101;
  box-sizing: border-box;
}
.shopsopen300 .app_campaign .method_box img {
  padding-top: 1rem;
}
.shopsopen300 .app_campaign .method_box p {
  padding: 1.6rem 2rem;
  text-align: left;
  font-size: 1.8rem;
}

.shopsopen300 .app_campaign .overview dt {
  color: #cb0101;
}
.shopsopen300 .app_campaign .overview dd {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .shopsopen300 .app_campaign {
    padding: 6rem 0 0;
  }
  .shopsopen300 .app_campaign .campaign_title img {
    height: 11.2rem;
  }
  .shopsopen300 .app_campaign .method_contaienr {
    margin: 0 auto;
  }
  .shopsopen300 .app_campaign .method_box {
    display: flex;
    width: 32.2rem;
    height: 9.4rem;
    margin: 0 auto 3.8rem;
    border: solid 2px #fff;
    box-shadow: 0 0 0 7px #cb0101;
    align-items: center;
  }
  .shopsopen300 .app_campaign .method_box img {
    width: 5rem;
    height: 3.9rem;
    margin-bottom: 1rem;
    margin-left: 1.4rem;
  }
  .shopsopen300 .app_campaign .method_box p {
    padding: 2.4rem 1.4rem;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------------
 coupon
----------------------------------------------------------------- */
.coupon_btn {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coupon_btn {
    width: 100%;
  }
}
.coupon_btn.is-active {
  opacity: 1;
  transition: all 0.3s ease;
}
.coupon_btn.is-hidden {
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.coupon_btn_text1 {
  font-size: clamp(1.6rem, 0rem + 4.267vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.coupon_btn_text2 {
  font-size: clamp(2rem, -0.4rem + 6.4vw, 4.4rem);
  font-weight: 700;
  color: #ffe888;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2%;
  line-height: 1;
  margin-top: 0.3em;
  @media screen and (max-width: 767px){
    margin-top: 0.5em;
  }
  > svg{
    width: clamp(2.3rem, -0.4rem + 7.2vw, 5rem);
    height: clamp(2.3rem, -0.4rem + 7.2vw, 5rem);
  }
}
