@charset "utf-8";

/* LPページ用css */
/* 接頭辞にslug_を付ける (LP共通はlp_) */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Sans+JP:wght@400;500;700&display=swap');

img {
  vertical-align: top;
}
.d-none {
  display: none !important;
}
.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .d-n-sp{
    display: none;
  }
}

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

/* header */
.lp_header {
  width: 100%;
  height: 100px;
  background-color:#fff;
  border-bottom: 1px solid #646464;
  padding: 12px 0;
}
.lp_header img {
  margin: 0 1.5% 0 1.5%;
  width: 135px;
  height:75px;
  max-width: initial;
}
@media (max-width: 980px){
  .lp_header {
    padding: 17px 0;
  }
  .lp_header img{
    width: 113px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .lp_header {
    height: 60px;
    padding: 5px;
  }
  .lp_header img {
    width: 100px;
  }
}

/* footer */
.lp_footer {
  border-top: 1px solid #141414;
  background: #fff;
}
.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: #141414;
  border-radius: 50%;
}
.lp_footerNav_sns img {
  width: 24px;
}
.lp_footerNav_sns > .nav--twitter img{
  width: 19px;
}
@media (max-width: 767px) {
  .lp_footerNav_sns a {
    width: 38px;
    height: 38px;
  }
  .lp_footerNav_sns img {
    width: 16px;
  }
  .lp_footerNav_sns > .nav--twitter img{
    width: 14px;
  }
}
.lp_footerNav_site li {
  position: relative;
  padding-left: 1em;
}
.lp_footerNav_site li:nth-child(n + 2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .lp_footerNav_site li:nth-child(n + 2) {
    margin-left: 15px;
  }
}
.lp_footerNav_site li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 1em;
  height: .7em;
  background: url(../img/icon-right.svg) no-repeat;
  background-size: contain;
}
.lp_footerNav_site a {
  color: #141414;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .lp_footerNav_site a {
    font-size: 13px;
  }
}
.lp_footerCopy {
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #141414;
}
.lp_footerCopy small {
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media (max-width: 767px) {
  .lp_footerCopy small {
    font-size: 10px;
  }
}

/* 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: 38px;
}
@media (max-width: 767px) {
  .lp_lv1heading {
    font-size: 20px;
  }
}
.lp_lv2heading {
  position: relative;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 767px) {
  .lp_lv2heading {
    font-size: 18px;
  }
}
.lp_lv2heading::after {
  content: "";
  position: absolute;
  bottom: -.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: 22px;
}
@media (max-width: 767px) {
  .lp_lv3heading {
    font-size: 16px;
  }
}

/* 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: 24px;
}
@media (max-width: 767px) {
  .lp_main_text {
    font-size: 15px;
  }
}

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

/* button */
.lp_btn {
  display: inline-block;
  min-width: 520px;
  padding: .5em 2.5em;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  color: #030303;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50px;
  transition: .4s;
}
@media (max-width: 767px) {
  .lp_btn {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    padding: .5em 1.5em;
    font-size: 15px;
  }
}
@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;
  }
}
/* ctaボタン */
.lp_btn_cta{
  width: min(100%, 500px);
  height:120px;
  position: relative;
  background-color: #E31A1A;
  color:#fff;
  font-size: clamp(18px, 1.7vw + 11.6px, 32px);
  font-weight: 700;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.lp_btn_cta:hover{
  opacity: .7;
}
.lp_btn_cta > svg{
  position: absolute;
  right: 1em;
}
@media (max-width: 767px){
  .lp_btn_cta{
    height:80px;
  }
  .lp_btn_cta > svg{
    width:9px;
    right: 1.5em;
  }
}
/* appボタン */
.lp_btn_app{
  width: 250px;
  height:40px;
  position: relative;
  background-color: #F4902D;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.lp_btn_app:hover{
  opacity: .7;
}
.lp_btn_app > svg{
  position: absolute;
  right: 1em;
  width:5px;
}

/* 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: 18px;
  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: 13px;
  }
}
.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: 20px;
  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: 13px;
  }
}
.lp_overview .note {
  margin-top: 1em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .lp_overview .note {
    font-weight: 400;
    font-size: 13px;
  }
}
.lp_overview .note a {
  text-decoration: underline;
}

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

/* 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: 13px;
  }
}
.lp_download_note ul {
  list-style-type: none;
}

/* coupon */
body:has(.lp_coupon) .systemTicker,
body:has(.lp_coupon) .lp_header{
  display: none;
}
body:has(.lp_coupon) .scrollBackToTop{
  opacity: 0 !important;
  pointer-events: none;
}
body:has(.lp_coupon) .pageBody{
  padding-top: 0;
}

/* lp終了時対応 */
.lp_close {
  text-align: center;
  background-color: #AC000C;
  color: #fff;
  width: 100%;
  padding: 2%;
  font-size: 25px;
}
@media (max-width: 767px){
  .lp_close {
    font-size: 17px;
  }
}

/* servi */
.servi {
  font-family: 'Noto Sans JP', sans-serif;
}
.servi_txt {
  color: #f26a24;
}
.servi_bg {
  background-color: #f8f2e7;
}
.servi_section_heading {
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
  padding-bottom: .1em;
  font-size: 28px;
  font-family: Oswald, sans-serif;
  letter-spacing: .06em;
  color: #c61919;
}
@media (max-width: 767px) {
  .servi_section_heading {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.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: .5em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .servi_profile_note {
    font-size: 11px;
  }
}
.servi_profile_list dt {
  display: inline-block;
  width: 120px;
  padding: .2em 1.2em .3em;
  font-size: 18px;
  font-weight: 500;
  text-align-last: justify;
  text-justify: inter-ideograph;
  vertical-align: top;
  color: #fff;
  background-color: #646464;
}
@media (max-width: 767px) {
  .servi_profile_list dt {
    width: 70px;
    padding: .2em .8em .3em;
    font-size: 12px;
  }
}
.servi_profile_list dd {
  display: inline-block;
  width: calc(100% - 140px);
  padding: .1em 0 1em 1em;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .servi_profile_list dd {
    width: calc(100% - 70px);
    font-size: 13px;
  }
}
.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-size: 70px;
  font-weight: 700;
  line-height: 1.5;
  color: #c61919;
}
@media (max-width: 1079px) and (min-width: 768px) {
  .servi_campaign_pre {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .servi_campaign_pre {
    margin-top: 25px;
    font-size: 30px;
  }
}
.servi_campaign_note {
  margin-top: .5em;
  font-size: 16px;
}
@media (max-width: 767px) {
  .servi_campaign_note {
    font-size: 11px;
  }
}
.servi_campaign_tax{
  font-size: 35px;
}
@media (max-width: 767px) {
  .servi_campaign_tax {
    font-size: 15px;
  }
}
.servi_campaign_img {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 558px;
}
@media (max-width: 767px) {
  .servi_campaign_img {
    margin-top: 20px;
    max-width: 280px;
  }
  .servi_campaign_img img {
    width: 100%;
  }
}
.servi_campaign_cam {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 700;
  color: #c61919;
}
@media (max-width: 767px) {
  .servi_campaign_cam {
    margin-top: 25px;
    font-size: 15px;
  }
}
.servi_campaign_cam span {
  font-size: 50px;
}
@media (max-width: 767px) {
  .servi_campaign_cam span {
    font-size: 25px;
  }
}
.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-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .servi_campaign_num {
    font-size: 16px;
  }
}
.servi_campaign_num span {
  font-size: 42px;
  color: #c61919;
}
@media (max-width: 767px) {
  .servi_campaign_num span {
    font-size: 25px;
  }
}
.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-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1079px) and (min-width: 768px) {
  .servi_campaign_txt {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .servi_campaign_txt {
    font-size: 20px;
  }
}

.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%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid #333;
  }
}
@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%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid #333;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
}
.servi_howto_header {
  padding: .2em .7em .5em;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  letter-spacing: .12em;
  color: #fff;
  background-color: #c61919;
}
.servi_howto_header span {
  font-size: 40px;
}
@media (max-width: 767px) {
  .servi_howto_header {
    font-size: 15px;
  }
  .servi_howto_header span {
    font-size: 20px;
  }
}
.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: .7em;
    padding-bottom: .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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  max-width: 200px;
  padding: 35px 5px;
  font-size: 18px;
  font-weight: 500;
  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: 13px;
  }
}
.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: 20px;
  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-size: 13px;
    font-weight: 500;
  }
}
.servi_overview .note {
  font-size: 16px;
}
@media (max-width: 767px) {
  .servi_overview .note {
    font-size: 13px;
    font-weight: 400;
  }
}
.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 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
  }
}
@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;
  border: 1px solid #707070;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .servi_download_note {
    margin-top: 30px;
    padding: 15px;
    font-size: 13px;
  }
}
.servi_download_note ul {
  list-style-type: none;
}

.servi_about_lead {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .servi_about_lead {
    font-size: 16px;
  }
}
.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: 13px;
  }
}


/* ------------------------------
閉店1時間前限定60分食べ放題
---------------------------------*/

  .tabehoudai_60{
    line-height: 1.4;
    margin: 5% auto;
    max-width: 750px;
  }
  .tabehoudai_60 .indent{
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2%;
  }
  .tabehoudai_60 .line_black{
    background-color: #000;
    color:#fff;
    padding:2%;
    margin: 7% 0 4%;
    font-weight: bold;
  }
  .tabehoudai_60 .tabehoudai_btn{
    background-color: #e70010;
    color: #FFF;
    padding: 2% 15%;
    text-decoration: none;
  }
  .tabehoudai_60 .btnBox{
    margin:7% auto;
    text-align: center;
  }
   @media (max-width: 767px){
    .tabehoudai_60 .indent{
      margin-bottom: 4%;
    }
  }

/* ------------------------------
イベントLP
---------------------------------*/
.event_ly_container{
  max-width:750px;
}
.event_top_bg{
  text-align: center;
  background-repeat: initial;
  background-size: cover;
}
.event_top .event_main{
  margin: 20px auto;
}
/* .event_top .footer_logo{
  margin-bottom:20px;
} */
.event_next{
  font-size: 14px;
  padding:20px 15px;
}
.event_next_ttl{
  border-radius: 15px;
}
.event_next_txt_lg{
  font-size: 36px;
  line-height: 1.3;
}
.event_next_txt_md{
  font-size: 28px;
}
.event_next_txt_sm{
  font-size: 22px;
}
.event_under{
  background-image: url('../img/lp/event/event_under_bg.jpg');
}
.event_under .event_main,
.event_under .footer_logo{
  margin:8% 0;
  text-align: center;
}
.event_txtArea{
  margin-right:auto;
  margin-left:auto;
  width:85%;
  text-align: left;
  line-height: 2;
}
.event_attention {
  font-size: 22px;
}
@media (min-width: 767px){
  /* .event_top .event_main{
    max-width: 650px;
  }
  .event_ttl{
    max-width:650px;
  } */
  .event_txtArea{
    font-size: 29px;
    line-height: 2.3;
  }
}
@media (max-width: 767px){
  .event_attention {
    font-size: 13px;
  }
  .event_under .event_main{
    max-width:180px;
    margin: 10% auto;
  }
  .event_under .footer_logo{
    max-width:110px;
    margin: 10% auto;
  }
  /* .event_top .footer_logo{
    max-width:200px;
  } */
  .event_next{
    font-size: 12px;
  }
  .event_next_txt_lg{
    font-size: 24px;
  }
  .event_next_txt_md{
    font-size: 18px;
  }
  .event_next_txt_sm{
    font-size: 15px;
  }
  /* .event_ttl{
    width: 300px;
  } */
}

/* ------------------------------
fukubukuro2021
---------------------------------*/
.fukubukuro2021 .areaContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fukubukuro2021 .areaContainer .area--item{
  border: 1px solid #141414;
  border-radius: 10px;
  font-size: 22px;
  padding: 0.3em 1em;
  margin-bottom: 2.1%;
  flex-basis: 31%;
  position: relative;
}

@media screen and (max-width:767px) {
  .fukubukuro2021 .areaContainer .area--item{
    padding: 1em 1em;
  }
}

.fukubukuro2021 .areaContainer .area--item:hover{
  background-color: black;
  color: white;
  transform: .4s;
}

.fukubukuro2021 .areaContainer.prefecture .area--item::after{
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid #19191A;
  border-right: 2px solid #19191A;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}

.fukubukuro2021 .areaContainer .area--item:hover::after{
  border-color: white;
  transform: .4s;
}

.fukubukuro2021 .areaContainer.prefecture .area--item.space{
  width: 0;
  height: 0;
  border: none;
}

.fukubukuro2021 .areaContainer.prefecture .area--item.space:hover{
  background-color: white;
}

.fukubukuro2021 .areaContainer.prefecture .area--item.space::after{
  width: 0;
  height: 0;
  border: none;
}


@media screen and (max-width:767px) {
  .fukubukuro2021 .areaContainer.prefecture .area--item::after{
    width: 9px;
    height: 9px;
  }
}

@media screen and (max-width:767px) {
  .fukubukuro2021 .areaContainer .area--item{
    font-size: 15px;
    margin-bottom: 3.2%;
  }
}

.fukubukuro2021 .area--ttl{
  font-size: 26px;
}

@media screen and (max-width:767px) {
  .fukubukuro2021 .area--ttl{
    font-size: 18px;
  }
}

.fukubukuro2021 .link-area .areaContainer .area--item{
  flex-basis: 48%;
}

@media screen and (max-width:767px) {
  .fukubukuro2021 .link-area .areaContainer .area--item{
    flex-basis: 95%;
  }

  .fukubukuro2021 .link-area .areaContainer{
    justify-content: center;
  }
}

/* ------------------------------
celebration
---------------------------------*/
.celebration{
  background-color: #FDFBF3;
}
.celebration_icon{
  width:65px;
}
@media screen and (min-width:767px){
  .celebration_icon{
    width:100px;
    margin-right:10px;
  }
}
.celebration_icon + p{
  font-size: 16px;
}
@media screen and (min-width:767px){
  .celebration_icon + p{
    font-size: 22px;
  }
}
.celebration_ttl{
  font-size: 21px;
  border-bottom:1px solid #707070;
  padding-bottom:15px;
  margin-bottom:15px;
}
@media screen and (min-width:767px){
  .celebration_ttl{
    font-size: 34px;
    padding-bottom:30px;
    margin-bottom:30px;
  }
}
.celebration_ttl > span:first-of-type{
  font-size: 18px;
  margin-right: .7%;
}
@media screen and (min-width:767px){
  .celebration_ttl > span:first-of-type{
    font-size: 20px;
  }
}
.celebration_period{
  font-size: 18px;
}
@media screen and (min-width:767px){
  .celebration_period{
    font-size: 20px;
  }
}

/* ------------------------------
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: .7em;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 15px;
  transition: .4s;
  position: relative;
}

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

/* ------------------------------
まぐろ祭り
---------------------------------*/
.seasonSection_inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
.maguro > .pageHeader{
  background-image: url(../img/lp/event220426/season_bg.jpg);
  background-size: cover;
  background-repeat: repeat;
}
.maguro > .pageBody{
  background-image: url(../img/lp/event220426/season_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
}
.maguro_contents_area{
  width: 100%;
  max-width: 890px;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (max-width:767px) {
  .smaguro_contents_area{
    display: block;
  }
}
.maguro .img_flame{
  max-width: 730px;
  width: 100%;
  display: flex;
  padding: 20px;
  background-color: rgba(255,255,255,.8);
  margin-bottom: 9%;
}
@media screen and (max-width:767px) {
  .maguro .img_flame{
    width: 95%;
    margin: 0;
    margin-bottom: 7%;
    padding: 10px;
  }
  .maguro .img_flame:nth-of-type(2n+1){
    padding-left: 0;
  }
  .maguro .img_flame:nth-of-type(2n){
    padding-right: 0;
  }
}
.maguro .img_flame img{
  max-width: 690px;
  width: 100%;
  height:100%;
}
.maguro .img_flame:nth-of-type(2n){
  margin-left: auto;
  flex-direction: row-reverse;
}

/* ------------------------------
フルーティス
---------------------------------*/
.fruity-su2022 .lp_main {
  background-color: #FFFFCC;
}
.fruity-su2022 h1 {
  margin-bottom: 45px;
}
.fruity-su2022 .txt-lead {
  margin-bottom: 132.5px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.07em;
}
.fruity-su2022 .fruity-contents {
  max-width: 1080px;
}
.fruity-su2022 h2 {
  color: #F47C48;
  font-weight: 900;
  font-size: 42px;
}
.fruity-su2022 .area-present {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 113.8888888889%;
  max-width: 1230px;
  margin: -14px -1.8518518519% 10px -12.037037037%;
}
.fruity-su2022 .area-present::after {
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% + 35px);
  width: 37.8048780488%;
  max-width: 465px;
  height: 0;
  padding-top: 36.6666666667%;
  transform: translate(-50%, -50%);
  background: url(../img/lp/fruity-su2022/img_fruity_pc.png) no-repeat 0 0/100% auto;
  content: "";
}
.fruity-su2022 .summary-present {
  position: relative;
  width: 48.7804878049%;
  max-width: 600px;
  height: 48.7804878049%;
  max-height: 600px;
  border-radius: 50%;
  background-color: #fff;
}
.fruity-su2022 .summary-present .contents-summary {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.fruity-su2022 .summary-present .contents-summary .area-txt {
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% + 31.5px);
  width: 58.3333333333%;
  max-width: 350px;
  transform: translate(-50%, -50%);
}
.fruity-su2022 .summary-present .contents-summary .area-txt .color {
  color: #65460A;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7272727273;
  letter-spacing: 0.05em;
}
.fruity-su2022 .summary-present .contents-summary .area-txt .f-huge {
  display: inline-block;
  margin-top: 7.5px;
  margin-bottom: 11.5px;
  padding-right: 5px;
  background: linear-gradient(transparent 70%, #FEDC00 0%);
  font-weight: 900;
  font-size: clamp(30px, 2vw, 48px);
  line-height: 1.1;
}
.fruity-su2022 .summary-present .contents-summary .area-txt .f-small {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(14px, 2vw, 24px);
  line-height: 1.5;
}
.fruity-su2022 .summary-present .contents-summary .area-txt .f-tiny {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(13px, 2vw, 20px);
  line-height: 1.45;
}
.fruity-su2022 .summary-present .contents-summary .area-txt .f-large {
  display: block;
  font-size: clamp(21px, 2vw, 38px);
  line-height: 1.4736842105;
}
.fruity-su2022 .item-present {
  position: relative;
  width: 40.6504065041%;
  max-width: 500px;
  height: 40.6504065041%;
  max-height: 500px;
  margin-top: 170px;
  border: solid 10px #fff;
  border-radius: 50%;
}
.fruity-su2022 .item-present .contents-item {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.fruity-su2022 .item-present dl {
  display: flex;
  position: absolute;
  top: calc(50% + 23.5px);
  left: calc(50% + 20px);
  flex-wrap: wrap;
  width: 70%;
  max-width: 350px;
  transform: translate(-50%, -50%);
}
.fruity-su2022 .item-present dl > dt {
  position: relative;
  width: 21.7142857143%;
  max-width: 76px;
  margin-top: 2.5px;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(13px, 1vw, 20px);
  line-height: 76px;
}
.fruity-su2022 .item-present dl > dd {
  width: calc(78.2857142857% - 20px);
  margin-bottom: 17.5px;
  margin-left: 20px;
}
.fruity-su2022 .item-present dl > dd .txt-item {
  font-size: clamp(13px, 2vw, 20px);
}
.fruity-su2022 .item-present dl > dd .txt-date {
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.35;
}
.fruity-su2022 .item-present dl > dd .txt-note {
  font-size: clamp(13px, 2vw, 16px);
}
.fruity-su2022 .item-present dl > dd:nth-of-type(1) .txt-item {
  color: #7A0F26;
}
.fruity-su2022 .item-present dl > dd:nth-of-type(2) .txt-item {
  color: #0075BF;
}
.fruity-su2022 .section-entry {
  margin-bottom: 72.5px;
}
.fruity-su2022 .section-entry h2 {
  margin-bottom: 45px;
  letter-spacing: 0.2em;
}
.fruity-su2022 .section-entry .step-entry {
  display: flex;
  margin-bottom: 150px;
  gap: 0 30px;
}
.fruity-su2022 .section-entry .step-entry > li {
  box-sizing: border-box;
  width: calc((100% - 60px) / 3);
  max-width: 340px;
  padding: 47.5px 10px 115px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  list-style-type: none;
}
.fruity-su2022 .section-entry .step-entry > li:nth-of-type(1) {
  background: #FFF3A3 url(../img/lp/fruity-su2022/img_step01.png) no-repeat calc(100% + 58px) calc(100% + 25px)/63.5294117647% auto;
}
.fruity-su2022 .section-entry .step-entry > li:nth-of-type(2) {
  background: #FFF3A3 url(../img/lp/fruity-su2022/img_step02.png) no-repeat calc(100% + 45px) calc(100% + 25px)/63.5294117647% auto;
}
.fruity-su2022 .section-entry .step-entry > li:nth-of-type(3) {
  background: #FFF3A3 url(../img/lp/fruity-su2022/img_step03.png) no-repeat calc(100% + 63px) calc(100% + 25px)/63.5294117647% auto;
}
.fruity-su2022 .section-entry .step-entry > li p {
  font-size: 22px;
  line-height: 1.7272727273;
}
.fruity-su2022 .section-entry .step-entry > li .txt-step {
  width: 145px;
  margin: 0 auto 40px;
}
.fruity-su2022 .section-entry .section-notes {
  margin-bottom: 50px;
  padding: 52.5px 0 77.5px;
  background-color: #fff;
}
.fruity-su2022 .section-entry h3 {
  margin-bottom: 30px;
  color: #F4902D;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.fruity-su2022 .section-entry .list-disc {
  width: 86.4814814815%;
  max-width: 934px;
  margin: 0 auto;
}
.fruity-su2022 .section-entry .list-disc > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  list-style-type: none;
}
.fruity-su2022 .section-entry .list-disc > li::before {
  display: block;
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FEDC00;
  content: "";
}
.fruity-su2022 .section-entry .list-disc > li ul {
  margin-bottom: 30px;
}
.fruity-su2022 .section-entry .list-disc > li ul > li {
  position: relative;
  padding-left: 0.75em;
  list-style-type: none;
}
.fruity-su2022 .section-entry .list-disc > li ul > li::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "–";
}
.fruity-su2022 .section-rules {
  padding: 50px 0 77.5px;
  background-color: #fff;
}
.fruity-su2022 .section-rules .rules {
  width: 87.037037037%;
  max-width: 940px;
  margin: 0 auto;
}
.fruity-su2022 .section-rules .rules > dt {
  padding: 1px 0 2px;
  background-color: #F4902D;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.fruity-su2022 .section-rules .rules > dd {
  padding: 17.5px 0 46.5px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
.fruity-su2022 .section-rules .rules > dd .txt-float {
  display: flex;
  flex-wrap: wrap;
}
.fruity-su2022 .section-rules .rules > dd .txt-float dt {
  width: 4.15em;
}
.fruity-su2022 .section-rules .rules > dd .txt-float dd {
  width: calc(100% - 4.15em);
}
.fruity-su2022 .section-rules .rules > dd .list-disc-small li {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
  text-indent: -1em;
}
.fruity-su2022 .section-rules .rules > dd .list-disc-small li::before {
  content: "・";
}
.fruity-su2022 .section-rules .rules > dd .list-notes li {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
  text-indent: -1em;
}
.fruity-su2022 .section-rules .rules > dd .list-notes li::before {
  content: "※";
}
.fruity-su2022 .txt-link {
  color: #0075BF;
  text-decoration: underline;
}
.fruity-su2022 .txt-link:hover {
  text-decoration: none;
}
.fruity-su2022 .btnContainer {
  margin-bottom: 72.5px;
}
.fruity-su2022 .btn {
  max-width: 362px;
}
@media print, screen and (max-width: 767px) {
  .fruity-su2022 h1 {
    margin-bottom: 7px;
  }
  .fruity-su2022 .txt-lead {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
  }
  .fruity-su2022 .fruity-contents {
    width: 90.6666666667%;
  }
  .fruity-su2022 h2 {
    font-size: 30px;
  }
  .fruity-su2022 .area-present {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .fruity-su2022 .area-present::after {
    top: 47%;
    left: 54%;
    width: 67.5%;
    max-width: none;
    padding-top: 65.4411764706%;
    background-image: url(../img/lp/fruity-su2022/img_fruity_sp.png);
  }
  .fruity-su2022 .summary-present {
    width: 88.2352941176%;
    max-width: 450px;
    margin: 7.5px auto 0;
  }
  .fruity-su2022 .summary-present .contents-summary .area-txt {
    top: 50%;
    left: calc(50% + 12.5px);
    width: 16.5em;
    max-width: none;
  }
  .fruity-su2022 .summary-present .contents-summary .area-txt .color {
    color: #000;
    line-height: 1.5;
  }
  .fruity-su2022 .summary-present .contents-summary .area-txt .f-huge {
    margin-top: 4.5px;
    margin-bottom: 0;
  }
  .fruity-su2022 .summary-present .contents-summary .area-txt .f-small {
    margin-bottom: 3.5px;
  }
  .fruity-su2022 .summary-present .contents-summary .area-txt .f-tiny {
    margin-bottom: 5px;
  }
  .fruity-su2022 .item-present {
    width: 88.2352941176%;
    margin: 30px auto 45px;
  }
  .fruity-su2022 .item-present dl {
    top: calc(50% + 15px);
    left: 50%;
    width: 17em;
    max-width: none;
  }
  .fruity-su2022 .item-present dl > dt {
    width: 18.4615384615%;
    max-height: 48px;
    line-height: 48px;
  }
  .fruity-su2022 .item-present dl > dd {
    width: calc(81.5384615385% - 10px);
    margin-bottom: 12.5px;
    margin-left: 10px;
  }
  .fruity-su2022 .section-entry {
    margin-bottom: 42.5px;
  }
  .fruity-su2022 .section-entry h2 {
    margin-bottom: 20px;
  }
  .fruity-su2022 .section-entry .step-entry {
    flex-direction: column;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 51.5px;
  }
  .fruity-su2022 .section-entry .step-entry > li {
    width: 100%;
    max-width: none;
    padding: 25px 0 28.5px;
    border-radius: 0;
  }
  .fruity-su2022 .section-entry .step-entry > li:not(:last-of-type) {
    margin-bottom: 11.5px;
  }
  .fruity-su2022 .section-entry .step-entry > li:nth-of-type(1) {
    background: #FFF3A3 url(../img/lp/fruity-su2022/img_step01.png) no-repeat -38px calc(100% + 2px)/34.1333333333% auto;
  }
  .fruity-su2022 .section-entry .step-entry > li:nth-of-type(2) {
    background: #FFF3A3 url(../img/lp/fruity-su2022/img_step02.png) no-repeat calc(100% + 23px) 100%/34.1333333333% auto;
  }
  .fruity-su2022 .section-entry .step-entry > li:nth-of-type(3) {
    background: #FFF3A3 url(../img/lp/fruity-su2022/img_step03.png) no-repeat -38px 50%/34.1333333333% auto;
  }
  .fruity-su2022 .section-entry .step-entry > li p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .fruity-su2022 .section-entry .step-entry > li .txt-step {
    width: 82px;
    margin-bottom: 12.5px;
  }
  .fruity-su2022 .section-entry .section-notes {
    padding: 36px 0 32.5px;
  }
  .fruity-su2022 .section-entry h3 {
    margin-bottom: 25px;
  }
  .fruity-su2022 .section-entry .list-disc {
    width: 89.7058823529%;
    font-size: 20px;
    line-height: 1.475;
  }
  .fruity-su2022 .section-entry .list-disc > li {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .fruity-su2022 .section-entry .list-disc > li::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
  .fruity-su2022 .section-entry .list-disc > li ul {
    margin-bottom: 23.5px;
  }
  .fruity-su2022 .section-rules {
    padding: 36px 0 32.5px;
  }
  .fruity-su2022 .section-rules .rules {
    width: 89.7058823529%;
  }
  .fruity-su2022 .section-rules .rules > dt {
    padding: 3.5px 0 2.5px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
  .fruity-su2022 .section-rules .rules > dd {
    padding: 10px 0 22.5px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .fruity-su2022 .btnContainer {
    margin-bottom: 42.5px;
  }
  .fruity-su2022 .btn {
    width: 69.3333333333%;
  }
}

/* -----------------------------------------------------------------
  safety
----------------------------------------------------------------- */
.safety{
  font-size: 16px;
  font-family: 'Noto Sans JP';
}
.safety .bg_beige{
  background-color: #F8F5E9;
}
.safety .none { display: none; }
@media (max-width: 767px){
  .safety{
    font-size: 13px;
  }
}
@media (min-width: 768px){
  .safety .lp_container._md{
    max-width: 700px;
  }
  .safety_hero{
    height:700px;
    background: url(../../img/legacy/lp/safety/hero_bg.jpg) center;
  }
  .safety_hero img{
    max-width: 703px;
  }
  .safety_hero + p{
    font-size: 18px;
  }
}
.safety_lv2heading{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight:700;
  color:#fff;
  background-color: #AC000C;
  font-size: 27px;
  height:80px;
}
@media (max-width: 767px){
  .safety_lv2heading{
    font-size: 20px;
    height:56px;
  }
}
.safety_lv3heading{
  font-size: 28px;
  background: linear-gradient(transparent 90%, #F7E94C 0%);
  display: inline;
  padding: 0 0 .8rem;
  line-height: 1.7;
}
@media (max-width: 767px){
  .safety_lv3heading{
    font-size: 20px;
    padding: 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;
  }
}

/* -----------------------------------------------------------------
  smrgift2022
----------------------------------------------------------------- */

.smrgift2022_lp_bg {
  background: url(../img/lp/smrgift2022/lpbg_pc.jpg) no-repeat center;
  background-size: cover;
  padding: 190px 0 0;
}

@media (max-width: 767px){
  .smrgift2022_lp_bg {
    padding: 140px 0 0;
  }
}

.smrgift2022 h1 {
  font-size: 44px;
  font-weight: bold;
  padding: 50px 0 130px;
}

@media (max-width: 767px){
  .smrgift2022 h1 {
    font-size: 21px;
    padding: 0 0 70px;
  }
}

.smrgift2022 .lp_overview dd {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.smrgift2022 .btn {
  margin-top: 160px;
}

.smrgift2022 .lp_overview ul {
  list-style: none;
}

.smrgift2022 .lp_overview ul li {
  position: relative;
  padding-left: 0.75em;
}

.smrgift2022 .lp_overview ul li::before {
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}

/* -----------------------------------------------------------------
  10th_anniversary
----------------------------------------------------------------- */

.anniv_10th_sp {
  display: none;
}

.anniv_10th_mv_containar {
  width: 100%;
  
}
.anniv_10th2_mv{
  width: 100%;
}
.anniv_10th .pt_80 {
padding-top: 76px;
}
.anniv_10th .lp_section{
  padding-top: 0;
  padding-bottom: 140px;
}

.anniv_10th .lp_main_text {
  line-height: 47px;
}
.anniv_10th_title {
  font-size: 32px;
  padding: 10px 0 10px;
  font-weight: bold;
  color: #65460A;
  background-image: url("../img/lp/10thanniversary/dot.png");
  background-size: cover;
  margin-bottom: 0px;
  height: 70px;
  line-height: 50px;
}
.anniv_10th_title-2 {
  background-image: url("../img/lp/10thanniversary2/title-bk-g-pc.png");
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  line-height: 50px;
}
.anniv_10th_text_m {
  font-size: 26px;
  text-align: center; 
}
.anniv_10th_text_sl {
  font-size: 32px;
}
.anniv_10th_text_l {
  font-size: 40px;
  text-align: center;
}

/*キャンペーン商品*/

.anniv_10th_swich_img{
  width: 80%;
  margin-bottom: 10px;
  margin-right: 14%;
  margin-top: 20px;
}
.anniv_10th_rice_img{
  margin-left: auto;
  margin-right: auto;
}
.anniv_10th_coupon_img {
  width: 80%;
  margin-top: 14px;
}
.anniv_10th2_coupon_img {
  margin-top: 70px;
}
.anniv_10th_text_red {
  color: #CA0700;
}

.anniv_10th_flex_pc {
 display: flex;
 width: 100%;    
}

.anniv_10th_flex_pc .second{
 position: relative;
 width: 100%;    
}
.anniv_10th_people .second {
 position: absolute;
}
.lp_section .txt--center .coupon {
 padding-bottom: 130px;
}
.anniv_10th_coupon_img {
 width: 70%;
}
.anniv_10th p .anniv_10th_coupon {
 margin-top: -20px;
}
.anniversary_10th_Wchance_img {
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0;
}

/*応募方法*/

.anniv_10th_method_box {
  background-color: #FFFED6;
  padding: 36px 63px;
  margin: 50px auto 50px;
  margin-left: 22%;
  width: 74%;
  max-width: 670px;
  position: relative;
}

.anniv_10th_publication {
  margin-top: -20px;
}

.anniv_10th_method_box .margin-right {
  margin-right: 56px;
}

.anniv_10th_method_container :before {
  content: "";
  width: 130px;
  height: 156px;
  position: absolute;
  left: -14%;
  top: -30%;
  display: inline-block;
  background-size: contain;
  text-align: center;
}

.anniv_10th_method_container :first-child :before {
  background-image: url("../img/lp/10thanniversary/step01.png");
}

.anniv_10th_method_container :nth-child(3) :before {
  
  background-image:url("../img/lp/10thanniversary/step02.png");
}

.anniv_10th_method_container :nth-child(5) :before {
  background-image: url("../img/lp/10thanniversary/step03.png");
}

.anniv_10th_method_container :nth-child(7) :before {
  background-image: url("../img/lp/app_1million/step04.png");
}

.anniv_10th_method_triangle {
  border-top: 32px solid #CA0700;
  border-left: 20px solid transparent; 
  border-right: 20px solid transparent; 
  height: 0;
  width: 0;
  margin: auto;
    
}

.anniv_10th_method_container {
  padding-top: 70px;
  padding-bottom: 10px;
}

/*注意事項*/
.anniv_10th_attention {
  line-height: 36px;
}
.anniv_10th dl {
  text-align: left;
  max-width: 960px;
  margin: 90px auto;
}
.anniv_10th-2_attention dl{
  margin-bottom: 0;
}
.anniv_10th dt {
  font-size: 26px;
  color: #F4902D;
}
.anniv_10th-2_attention dt{
  color: #1E9E3F;
  font-weight: 700;
}
.anniv_10th dd {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 26px;
}
.anniv_10th .lp_download_item img {
  width: 100%;
}

@media(max-width: 948px){
.anniv_10th_method_container :first-child :before {
  top: -8%;
}
}
@media(max-width: 910px) {
 .anniv_10th_method_container :nth-child(3) :before {
  top: -8%;
}
}

@media (max-width: 767px){
.anniv_10th_pc {
        display: none;
    }
.anniv_10th_sp {
        display: block;
    }
.anniv_10th .lp_main_text p{
  line-height: 30px;
}
.anniv_10th .pt_80 {
 padding-top: 40px;
 padding-bottom: 40px;
}


.anniv_10th_title {
  font-weight: 600;
  font-size: 18px; 
  padding: 5px;
  height: 40px;
  line-height: 30px;
}
.anniv_10th_text_m {
  font-size: 17px;
}
.anniv_10th_text_sl {
  font-size: 18px;
}
.anniv_10th_text_l {
  font-size: 22px;
}
.anniv_10th_coupon {
  font-size: 22px;
}
.anniversary_10th_Wchance_img {
  margin-top: -1px;   
}
.anniv_10th .lp_section {
  padding-bottom: 65px;
}
    
/*キャンペーン商品*/
.anniv_10th_swich_img {
 width: 100%;
}
.anniv_10th_coupon_img {
 width: 100%;
}
.anniv_10th2_coupon_img {
  margin-top: 30px;
}

/*応募方法*/
.anniv_10th_method_container .anniv_10th_text_m{
font-size: 15px;
}
.anniv_10th_method_box {
  padding: 10px 10px;
  margin: 20px auto 20px;
  width: 100%;
  height: 64px;
  max-width: 670px;
  vertical-align: middle;
}

.anniversary_10th_dash {
  border-top: 2px dashed #707070 ;
  height: 50%;
}

.anniv_10th_method_box .margin-right {
  margin-right: 0px;
  padding-top: 10px;
}

.anniv_10th_method_container :before {
  width: 75px;
  height: 75px;
  left: 0;
}
.anniv_10th_method_container :first-child :before {
  top: -18%;
  left: 0;
}
.anniv_10th_method_container :nth-child(3) :before {
  top: -18%;
  left: 0;
}
.anniv_10th_method_container :last-child :before {
  top: -18%;
  left: 0;
    }
.anniv_10th_method_container :last-child {
  margin-bottom: 0px;
    }
    
.anniv_10th_method_triangle {
  border-top: 16px solid #CA0700;
  border-left: 10px solid transparent; 
  border-right: 10px solid transparent; 
}

.anniv_10th_method_container {
  padding-top: 36px;
  padding-bottom: 0px;
}
.anniv_10th .lp_section .anniv_10th_method {
  padding-bottom: 0px;
    }
/*当選発表*/
    
.anniv_10th_publication {
    margin-top: 20px;
    padding-bottom: 0px;
}

/*キャンペーン概要*/
.anniv_10th dl {
  margin-top: 45px;
}
.anniv_10th dt {
  font-size: 18px;
}

.anniv_10th dd {
  font-size: 14px;
  line-height: 22px;
}
.anniv_10th_app{
  margin-top: -85px; 
    }
.anniv_10th2_app{
  margin-top: -30px;
}
.anniv_10th_title {
  background-image: url("../img/lp/10thanniversary/dot-sp.png");
}
.anniv_10th_title-2 {
  background-image: url("../img/lp/10thanniversary2/title-bk-g-sp.png");
  line-height: 30px;
}
}
@media(max-width:520px) {
.anniv_10th_method_container :first-child :before {
  left: -16%;
}
.anniv_10th_method_container :nth-child(3) :before {
  left: -16%;
}
.anniv_10th_method_container :nth-child(5) :before {
  left: -16%;
}  
.anniv_10th_method_container {
  padding-top: 36px;
  padding-bottom: 0px;
  margin-left: 48px;
}
}
/*App用導線*/

.anniv_10th_application .anniv_10th_attention{
 padding-bottom: 20px;
}
.anniv_10th_app_linkbox :hover {
    opacity: 0.7;
}
@media(max-width:767px) {
.anniv_10th_application .anniv_10th_attention {
  padding-bottom: 0;        
}
}


/* -----------------------------------------------------------------
  magurofes220808
----------------------------------------------------------------- */
/*全体*/
.maguro22_red {
  color: #CA0700;
}
.maguro22_46 {
  font-size: 46px;
}
.maguro22_42 {
  font-size: 42px;
}

.maguro22_22 {
  font-size: 22px;
}

/*メインビジュアル*/
.maguro_mainmessage img{
  margin: auto;
  padding: 50px 0 22px;
}
.maguro22_mv {
  width: 100vw;
}
/*メインセクション*/

.maguro_campaign_main {
  width: 775px;
  margin: 0 auto;
}
.maguro22_hashtag {
  position: relative;
  font-size: 35px;
  font-weight: 600;
  width: 580px;
  height: 288px;
  background-image:url("../img/lp/event220808_maguro/hashtag.png") ;
  background-size: cover;
  color: #0B4483;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto
}

.maguro22_hashtag div{
  padding-top: 76px;

}
/*
.maguro22_main {
  border-bottom: 2px solid #707070;
}*/
.maguro22_border {
  width: 90%;
  max-width: 1080px;
  border-bottom: 2px solid #707070;
  margin: 0 auto;
}
.sushi1 .maguro22_22{
  font-weight: 400;
  margin-top: 10px;
}
.maguro22_hashtagyuzuan {
    margin-right: 30px;
}
/*応募方法*/
.maguro22_stepcontainer {
 max-width: 680px;
 margin: 47px auto 0;
}
.maguro22_follow,.maguro22_tweet {
 position: relative;
 width: 330px;
 height: 475px;
 background-color: #fff;
 max-width: 330px;
 border: 3px solid #E0E094;
}

.maguro22_step p{
    width: 220px;
    height: 58px;
    padding: 1px;
    background-color: #EA702E;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    line-height: 54px;
    font-size: 32px;
    font-weight: 800;
}


.maguro22_stepimg {
    height: 50%;
    width: 100%;
    
}
.maguro22_steptxt {
    height: 50%;
    width: 100%;
    background-color: #E0E094;
    word-wrap: break-word;
    text-align: left;
}
.maguro22_steptxt p{
    font-size: 22px;
    width: 100%;
    word-wrap: break-word;
    margin: 0;
    padding: 44px 20px 20px;
    line-height: 36px;
}
.maguro22_tweet .maguro22_steptxt p {
    padding-right: 0px;
}


.magro22_methodsection {
    padding-top: 0;
}

.maguro22_follow .maguro22_stepimg img{
   padding-top: 30px;    
}

/*商品*/
.maguro22 .coupon_img {
    margin-top: -50px;
    margin-bottom: -40px;
}

/*キャンペーン概要*/
.maguro22_title {
    background-color: #FEF000;
    padding: 12px;
    font-size: 32px;
    color: #EA5504;
    height: 70px;
    margin-top: 40px;
   
}
.maguro22_attention {
  line-height: 36px;
  padding-bottom: 60px;
}
.maguro22 dl {
  text-align: left;
  max-width: 960px;
  margin: 90px 0;
}

.maguro22 dt {
  font-size: 24px;
  color: #F4902D;
  font-weight: 600;
}

.maguro22 dd {
  font-size: 20px;
  margin-left: 10px;
  margin-bottom: 26px;
}
.maguro22_indent {
   text-indent: -1em;
   padding-left: 1em;
}
@media(max-width:912px) {
.maguro_campaign_main {
  width: 500px;    
}
}

@media(max-width:767px){

.sushi2 p {
  font-size: 16px;
  line-height: 26px;
    }
.maguro22_red {
  color: #CA0700;
}
.maguro22_46 {
  font-size: 24px;
}
.maguro22_42 {
  font-size: 23px;
}
.maguro22_22{
  font-size: 14px;
}

.sushi1 .maguro22_22 {
  font-size: 14px;
}
/*メインビジュアル*/
.maguro_mainmessage img {
  padding: 20px 17px 12px;
        
}
/*メインセクション*/    
.maguro_campaign_main {
  width: 362px;
  margin: 0 auto;
}
.maguro22_hashtag {
  font-size: 19px;
  font-weight: 600;
  width: 306px;
  height: 151px;
}
.maguro22_hashtag div {
  padding-top: 39px;
}
.sushi1 p {
   font-size: 16px;
}
.maguro22_border {
  border-width: 2px;
  margin-top: -16px;
}
    
    
/*応募方法*/
    
.maguro22_method_img {
  width: 184px;
  margin: 0 auto;
}
.maguro22_stepcontainer {
 display: flex;
 margin-top: 22px;
 justify-content: space-between;
 max-width: 360px;
}
.maguro22_follow,.maguro22_tweet {
 position: relative;
 width: 165px;
 height: 249px;
 max-width: 330px;
}

.maguro22_step p{
    width: 110px;
    height: 29px;
    padding: 1px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
}

.maguro22_steptxt p{
    font-size: 12px;
    width: 100%;
    word-wrap: break-word;
    margin: 0;
    line-height: 18px;
    padding: 24px 10px 0;
}
.maguro22_tweet .maguro22_steptxt p {
    padding-right: 0px;
}

.magro22_methodsection {
    padding-top: 0;
}

.maguro22_follow .maguro22_stepimg img{
   padding-top: 16px;
   width: 64%;
}
.maguro22_tweet .maguro22_stepimg img{
  width: 90%;
  padding-top: 8px;
}
    
/*商品*/
.maguro22 .coupon_img {
  margin-top: -16px;
  margin-bottom: -20px;
}
.maguro22_producttxt {
  line-height: 27px;
  font-size: 16px;
  margin-top: 14px;
}
.maguro22_product .maguro22_22 {
  text-align: left;
  margin-bottom: 80px;
}
.maguro22_product .maguro22_method_img {
  margin-top: 30px;
}
/*キャンペーン概要*/
.maguro22_title {
  padding: 5px;
  font-size: 18px;
  height: 50px;   
}
.maguro22 dl {
  margin-top: 28px;
}
.maguro22 dt {
  font-size: 17px;
}

.maguro22 dd {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
}
.magro22_methodsection {
  padding-bottom: 0;
}
.maguro22_attention {
  margin-bottom: -26px;        
}

}

/* -----------------------------------------------------------------
  imgのみ左右レイアウト
----------------------------------------------------------------- */
.alternately_contents_area{
  width: 100%;
  max-width: 890px;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (max-width:767px) {
  .alternately_contents_area{
    display: block;
  }
}
.alternately .img_flame{
  max-width: 730px;
  width: 100%;
  display: flex;
  padding: 20px;
  background-color: rgba(255,255,255,.8);
  margin-bottom: 9%;
}
@media screen and (max-width:767px) {
  .alternately .img_flame{
    width: 95%;
    margin: 0;
    margin-bottom: 7%;
    padding: 10px;
  }
  .alternately .img_flame:nth-of-type(2n+1){
    padding-left: 0;
  }
  .alternately .img_flame:nth-of-type(2n){
    padding-right: 0;
  }
}
.alternately .img_flame img{
  max-width: 690px;
  width: 100%;
  height:100%;
}
.alternately .img_flame:nth-of-type(2n){
  margin-left: auto;
  flex-direction: row-reverse;
}
.zeitaku{
  background-color: #faf0e6;
}



/* -----------------------------------------------------------------
  fukubukuro2022
----------------------------------------------------------------- */
.fukubukuro2022 .mv_back {
  background-image: url('/wp-content/themes/mngtr_basic/img/lp/fukubukuro2022/back.jpg');
  background-repeat: repeat;
}
.fukubukuro2022 a:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}
.section_inner {
  padding: 0 2%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.fukubukuro2022 section.period,
.fukubukuro2022 section.reserve {
  width: 100%;
  background-image: url('/wp-content/themes/mngtr_basic/img/lp/fukubukuro2022/back02.jpg');
  background-repeat: repeat;
}
.fukubukuro2022 section.contents {
  padding-bottom: 120px;
  background-image: url('/wp-content/themes/mngtr_basic/img/lp/fukubukuro2022/back03.jpg');
  background-repeat: repeat;
}
.fukubukuro2022 section.reserve {
  padding: 100px 0;
}

.fukubukuro2022 .flex_box{
  display: flex;
  justify-content: space-between;
}
.fukubukuro2022 .title{
  background-color: #D0121B;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  height: 70px;
  line-height: 70px;
}
.fukubukuro2022 img {
  margin: 0 auto;
}
.fukubukuro2022 dl {
  text-align: left;
  margin: 45px 0;
}
.fukubukuro2022 dt {
  font-size: 20px;
  color: #D0121B;
  font-weight: 600;
}
.fukubukuro2022 dd {
  font-size: 20px;
}
.fukubukuro2022 dd p {
  line-height: 40px;
}
.fukubukuro2022 .reserve_area {
  position: relative;
  text-align: center;
}
.fukubukuro2022 .reserve_area.reserve_top {
  width: 50%;
  margin: 0 auto;
}
.fukubukuro2022 .reserve_button {
  position: absolute;
  width: 84%;
  height: 68px;
  bottom: 11%;
  border-radius: 26px;
  background-color: #fff;
  color: #DE6131;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  right: 9%;
}
.fukubukuro2022 .reserve_button:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 -20% 1% 17%;
  border-top: 3px solid #DE6131;
  border-right: 3px solid #DE6131;
  transform: rotate(45deg);
  content: "";
}


@media(max-width:1080px) {
  .fukubukuro2022 .reserve_button {
    font-size: 30px;
    height: 53px;
    font-size: 20px;
    line-height: 53px;
    border-radius: 20px;
  }
  .fukubukuro2022 .reserve_button:after {
    width: 14px;
    height: 14px;
    border-top: 2px solid #DE6131;
    border-right: 2px solid #DE6131;
    margin: 0 -20% .6% 17%;
  }
}

@media(max-width:767px) {
  .fukubukuro2022 section.reserve,
  .fukubukuro2022 section.contents,
  .fukubukuro2022 section.period,
  .fukubukuro2022 .mv_back {
    background-size: 300%;
  }
  .section_inner {
    padding: 0 7%;
  }
  .fukubukuro2022 .reserve_button {
    font-size: 20px;
  }
  .fukubukuro2022 div.tel_reserve_button {
    margin: 42px auto;
    width: 165px;
  }  
  .fukubukuro2022 section.contents {
    padding-bottom: 30px;
  }
  .fukubukuro2022 section.reserve{
    padding: 42px 0;
  }
  .fukubukuro2022 .reserve_area.reserve_top {
    width: 100%;
    margin-left: 2%;
  }
  .fukubukuro2022 .reserve_button {
    line-height: 59px;
    height: 59px;
  }
  .fukubukuro2022 .flex_box{
    display: block;
    margin-left: 2%;
  }

  .fukubukuro2022 .title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;   
  }
  .fukubukuro2022 dl {
    margin: 24px 0;
  }
  .fukubukuro2022 dd p {
    line-height: 24px;
  }
  .fukubukuro2022 dt {
    font-size: 14px;
  }
  .fukubukuro2022 dd {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media(max-width:480px) {
  .fukubukuro2022 .reserve_button {
    font-size: 30px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius:16px;
  }
  .fukubukuro2022 .reserve_button:after {
    width: 12px;
    height: 12px;
    margin: 0 -20% .4% 13%;
  }
}

/* -----------------------------------------------------------------
 app_1million
----------------------------------------------------------------- */
.app_million.anniv_10th_text_m {
  font-size: 26px;
  font-weight: 400;
}
.anniv_10th .app_million.lp_section{
  padding-top: 0;
  padding-bottom: 100px;
}
.lp_main_text.f-medium.app_million {
  padding-right: 8%;
  padding-left: 8%;
  font-size: 24px;
}

@media (max-width: 767px){
  .app_million.anniv_10th_text_m {
    font-size: 17px;
    font-weight: 400;
  }
  .anniv_10th .app_million.lp_section{
    padding-bottom: 60px;
  }
  .lp_main_text.f-medium.app_million {
    font-size: 17px;
  }
}

.app_million.anniv_10th_method_container :before {
  content: "";
  width: 130px;
  height: 156px;
  position: absolute;
  left: -14%;
  top: -30px;
  display: inline-block;
  background-size: contain;
  text-align: center;
}
.app_million.anniv_10th_method_box {
  padding: 36px 56px;
  margin-left: auto;
  height: auto;
}
.app_million.anniv_10th_method_box:last-child {
  margin-bottom: 0;
}
.app_million.txt--left-sp.mt_30 {
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 767px){
  .app_million.anniv_10th_method_container :before {
    width: 75px;
    height: 78px;
    top: -18%;
    left: 0;
}
  .app_million.txt--left-sp.mt_30 {
  font-size: 13px;
}
}
@media (max-width: 520px){
  .app_million.anniv_10th_method_container :before {
    top: -6%;
    left: -40px;
  }
  .app_million.anniv_10th_method_box {
    padding: 15px 30px;
    min-height: 77px;
  }
  .app_million.anniv_10th_method_container {
    margin-left: 30px;
  }
}

/* -----------------------------------------------------------------
 murakami2023w
----------------------------------------------------------------- */
.murakami2023w .lp_main {
  background-color: #367900;
  font-family: 'Noto Sans JP', sans-serif;
}
.murakami2023w .murakami2023w-contents {
  max-width: 1080px;
  width: 98%;
}
.murakami2023w h1 {
  margin-bottom: 45px;
  max-height: 840px;
}
.murakami2023w .txt-lead {
  margin-bottom: 132.5px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #fff;
}
.murakami2023w h2 {
  color: #fff;
  font-weight: 900;
  font-size: 42px;
}
.murakami2023w .area-present {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1248px;
  margin: 20px auto 0;
}
.murakami2023w .area-present + 
.area-present {
  margin-top: 52px;
}
.murakami2023w .present-column{min-width: 50%;}
.murakami2023w .present-column:first-child{
  margin-right: -22px;
}
.murakami2023w .present-column:last-child{
  margin-left: -22px;
}
.murakami2023w .coupon{
  display: block;
  position: relative;
  right: 100px;
  max-width: 528px;
  margin: 0 auto;
}
.murakami2023w .summary-present {
  position: relative;
  width: 51.5%;
  max-width: 624px;
  min-width: 561px;
  height: 51.5%;
  max-height: 624px;
  border-radius: 50%;
  background-color: #fff;
}
.murakami2023w .contents-summary {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.murakami2023w .area-txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 76%;
  max-width: 473px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88%;
  padding-bottom: 2%;
}
.murakami2023w .products-present{
  max-width: 470px;
}
.murakami2023w .area-txt::before {
  display: block;
  content:'';
  width: 101px;
  height: 101px;
  background: url(../img/lp/murakami2023w/txt_present02.svg) center/contain no-repeat;
  align-self: center;
  margin-bottom: 10px;
}
.murakami2023w .coupon-present::before {
  background-image: url(../img/lp/murakami2023w/txt_present01.svg);
}
.murakami2023w .coupon-present p:last-child {
  margin-top: 10px;
}

.murakami2023w .area-txt .f-huge {
  display: inline-block;
  margin-top: 7.5px;
  margin-bottom: 11.5px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(transparent 70%, #FEDC00 0%);
  font-weight: 900;
  font-size: clamp(21px, 1.8vw, 36px);
  line-height: 1.1;
  text-align: center;
}
.murakami2023w .coupon-present .f-huge {
  font-size: clamp(21px, 1.9vw, 38px);
}

.murakami2023w .f-tiny {
  display: block;
  margin-top: 20px;
  font-size: clamp(13px, 2vw, 23px);
  line-height: 1.45;
}
.murakami2023w .coupon-present .f-tiny{
  max-width: 360px;
}
.murakami2023w .area-txt .present-list{
  list-style-position: inside;
  max-width: 429px;
  margin: 0 auto;
}
.murakami2023w .coupon-wrapper{
  min-width: 35%;
  max-width: 528px;
  position: relative;
  left: 27px;
}
.murakami2023w .item-present {
  position: relative;
  border-radius: 50%;
  min-width: 35%;
}
.murakami2023w .section-entry {
  margin: 121px 0;
}
.murakami2023w .section-entry h2 {
  margin-bottom: 52px;
}
.murakami2023w .section-entry .step-entry {
  display: flex;
  justify-content: space-between;
  margin-bottom: 111px;
}
.murakami2023w .section-entry .step-entry > li {
  box-sizing: border-box;
  width: calc(100% / 3);
  max-width: 340px;
  padding: 47.5px 10px 40px;
  border-radius: 10px;
  background-color: #F8FDF2;
  list-style-type: none;
}
.murakami2023w .section-entry .step-entry > li +
li{
  margin-left: 2.8%;
}
.murakami2023w .section-entry .step-entry > li p {
  font-size: 22px;
  line-height: 1.7272727273;
}
.murakami2023w .section-entry .step-entry > li .txt-step {
  width: 145px;
  margin: 0 auto 31px;
}
.murakami2023w .section-entry .step-entry > li .txt-step picture{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.murakami2023w .section-entry .section-notes {
  margin-bottom: 50px;
  padding: 52.5px 0 77.5px;
  background-color: #fff;
}
.murakami2023w .section-entry h3 {
  margin-bottom: 30px;
  color: #F4902D;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.murakami2023w .section-entry .list-disc {
  width: 86.4814814815%;
  max-width: 934px;
  margin: 0 auto;
}
.murakami2023w .section-entry .list-disc > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  list-style-type: none;
}
.murakami2023w .section-entry .list-disc > li::before {
  display: block;
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FEDC00;
  content: "";
}
.murakami2023w .section-entry .list-disc > li ul {
  margin-bottom: 30px;
}
.murakami2023w .section-entry .list-disc > li ul > li {
  position: relative;
  padding-left: 0.75em;
  list-style-type: none;
}
.murakami2023w .section-entry .list-disc > li ul > li::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "–";
}
.murakami2023w .what__box {
  background-color: #F8F3CF;
  padding: 54px 38px 78px 71px;
  margin-bottom: 103px;
  border-radius: 10px;
}
.murakami2023w .what__columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.murakami2023w .what__columns+
.what__columns{
  margin-top: 62px;
}
.murakami2023w .what__column:first-child {
  max-width: 521px;
}
.murakami2023w .what__column:last-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: 33px;
  min-width: 266px;
}
.murakami2023w .what__columns h4{
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #619834;
  width: 100%;
  max-width: 521px;
  padding: 14px 2%;
  background-color: #fff;
  border: 4px dashed #619834;
  text-align: center;
  margin: 0 auto 48px;
}
.murakami2023w .what__columns p{
  font-size: 20px;
  line-height: 1.7;
}
.murakami2023w .what__box .btnContainer{
  margin-top: 66px;
  margin-bottom: 0;
}
.murakami2023w .what__box .btnContainer .btn{
  border: solid 3px #619834;
  font-family: inherit;
}
.murakami2023w .section-rules {
  padding: 50px 0 77.5px;
}
.murakami2023w .rules__box {
  padding: 50px 70px;
  border-radius: 10px;
  background-color: #EAF1E5;
}
.murakami2023w .section-rules .rules > dt {
  padding: 1px 0 2px;
  background-color: #619834;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.murakami2023w .section-rules .rules > dd {
  padding: 17.5px 0 46.5px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
.murakami2023w .section-rules .rules > dd .txt-float {
  display: flex;
  flex-wrap: wrap;
}
.murakami2023w .section-rules .rules > dd .txt-float dt {
  width: 4.15em;
}
.murakami2023w .section-rules .rules > dd .txt-float dd {
  width: calc(100% - 4.15em);
}
.murakami2023w .section-rules .rules > dd .list-disc-small li {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
  text-indent: -1em;
}
.murakami2023w .section-rules .rules > dd .list-disc-small li::before {
  content: "・";
}
.murakami2023w .section-rules .rules > dd .list-notes li {
  position: relative;
  padding-left: 1em;
  list-style-type: none;
  text-indent: -1em;
}
.murakami2023w .section-rules .rules > dd .list-notes li::before {
  content: "※";
}
.murakami2023w .txt-link {
  color: #0075BF;
  text-decoration: underline;
}
.murakami2023w .txt-link:hover {
  text-decoration: none;
}
.murakami2023w .btnContainer {
  margin-bottom: 72.5px;
}
.murakami2023w .btn {
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #619834;
  border: none;
  background-color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho",  "Yu Mincho", "MS PMincho", serif;

}
.murakami2023w .btn::after{
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (max-width: 767px) {
  .murakami2023w h1 {
    margin-bottom: 25px;
    max-height: 1080px;
  }
  .murakami2023w .txt-lead {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
  }
  .murakami2023w .murakami2023w-contents {
    width: 90.6666666667%;
  }
  .murakami2023w .h2 {
    font-size: 30px;
  }
  .murakami2023w .area-present {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .murakami2023w .area-present:last-child {
    flex-direction: column-reverse;
  }
  .murakami2023w .area-present:last-child .present-column:first-child{
    max-width: 300px;
    margin-top: 0;
    position: relative;
    bottom: 5rem;
    margin-bottom: -5rem;
    z-index: 2;
  }
  .murakami2023w .area-present::after {
    top: 47%;
    left: 54%;
    width: 67.5%;
    max-width: none;
    padding-top: 65.4411764706%;
    background-image: url(../img/lp/murakami2023w/img_fruity_sp.png);
  }
  .murakami2023w .summary-present {
    width: 96%;
    max-width: 340px;
    min-width: unset;
    margin: 0.75rem auto 0;
  }
  .murakami2023w .present-column:first-child{
    margin-right: auto;
  }
  .murakami2023w .present-column:last-child{
    margin-left: auto;
  }
  .murakami2023w .area-txt{
    justify-content: flex-start;
    padding-top: 10px;
  }
  .murakami2023w .area-txt::before{
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    margin-bottom: 0;
  }
  .murakami2023w .coupon-present p:last-child {
    padding: 0 1%;
    margin-top: 0;
  }
  .murakami2023w .coupon-present .f-tiny{
    max-width: 250px;
  }
  
  .murakami2023w .coupon-wrapper{
    position: absolute;
    bottom: -83px;
    width: 305px;
    min-width: unset;
    left: unset;
  }
  .murakami2023w .coupon{
    right: 0;
    max-width: 5750px;
  }
  .murakami2023w .area-txt {
    width: 100%;
    max-width: 546px;
  }
  .murakami2023w .area-txt .f-huge {
    margin-top: 4.5px;
    margin-bottom: 0;
  }
  .murakami2023w .f-tiny {
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .murakami2023w .area-txt .present-list{
    padding: 0 25px;
    margin-top: 12px;
  }
  .murakami2023w .area-txt .present-list li{
    font-size: 10px;
  }
  .murakami2023w .item-present {
    width: 88.2352941176%;
    margin: 30px auto 45px;
    min-width: unset;
  }
  .murakami2023w .item-present dl {
    top: calc(50% + 15px);
    left: 50%;
    width: 17em;
    max-width: none;
  }
  .murakami2023w .item-present dl > dt {
    width: 18.4615384615%;
    max-height: 48px;
    line-height: 48px;
  }
  .murakami2023w .item-present dl > dd {
    width: calc(81.5384615385% - 10px);
    margin-bottom: 12.5px;
    margin-left: 10px;
  }
  .murakami2023w .section-entry {
    margin: 50px auto 42.5px;
  }
  .murakami2023w .section-entry h2 {
    margin-bottom: 20px;
  }
  .murakami2023w .section-entry .step-entry {
    flex-direction: column;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 51.5px;
  }
  .murakami2023w .section-entry .step-entry > li {
    width: 100%;
    max-width: none;
    padding: 15px 18px;
    min-height: 150px;
    border-radius: 0;
  }
  .murakami2023w .section-entry .step-entry > li + li{margin-left: 0;}
  .murakami2023w .section-entry .step-entry > li:not(:last-of-type) {
    margin-bottom: 11.5px;
  }
  .murakami2023w .section-entry .step-entry > li p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .murakami2023w .section-entry .step-entry > li .txt-step {
    width: 52px;
    margin-bottom: 9px;
  }
  .murakami2023w .section-entry .section-notes {
    padding: 36px 0 32.5px;
  }
  .murakami2023w .section-entry h3 {
    margin-bottom: 25px;
  }
  .murakami2023w .section-entry .list-disc {
    width: 89.7058823529%;
    font-size: 20px;
    line-height: 1.475;
  }
  .murakami2023w .section-entry .list-disc > li {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .murakami2023w .section-entry .list-disc > li::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
  .murakami2023w .section-entry .list-disc > li ul {
    margin-bottom: 23.5px;
  }
  .murakami2023w .what__box{
    padding: 40px 17px;
    margin-bottom: 0;
  }
  .murakami2023w .what__columns{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .murakami2023w .what__columns+ 
  .what__columns{
    margin-top: 25px;
  }
  .murakami2023w .what__column:first-child{
    max-width: none;
  }
  .murakami2023w .what__column:last-child{
    margin-left: 0;
    min-width: unset;
  }
  .murakami2023w .what__columns h4{
    font-size: 16.5px;
    margin-bottom: 25px;
    padding: 7px 2%;
  }
  .murakami2023w .what__columns p{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .murakami2023w .what__box .btnContainer{
    margin-top: 25px;
  }
  .murakami2023w .what__box .btnContainer .btn{
    border-width: 2px;
  }
  .murakami2023w .section-rules {
    padding: 46.5px 0 32.5px;
  }
  .murakami2023w .rules__box{
    padding: 40px 17px 18px;
  }
  .murakami2023w .section-rules .rules > dt {
    padding: 3.5px 0 2.5px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
  .murakami2023w .section-rules .rules > dd {
    padding: 10px 0 22.5px;
    font-size: 14px;
    line-height: 1.6428571429;
  }
  .murakami2023w .btnContainer {
    margin-bottom: 42.5px;
  }
  .murakami2023w .btn {
    width:100%;
    max-width: 260px;
    font-size: 16px;
  }
  .murakami2023w .btn.arrow::after{
    width: 6px;
    height: 6px;
    right: 5%;
  }
}

/* ------------------------------
  greensfree2023
---------------------------------*/
.greensfree2023 .top_image img{
  margin: 0 auto;
}
.greensfree2023 .lp_container h1 {
  font-size: 38px;
  font-weight: bold;
  margin :97px 0 46px;
  color: #237111;
}
.greensfree2023 .main_text {
  line-height: 47px;
}
.greensfree2023 .notion {
  font-size: 20px;
  line-height: 36px;
}
@media(max-width:767px) {
  .greensfree2023 .lp_container h1 {
    font-size: 26px;
    margin :34px 0;
  }
  .greensfree2023 .main_text {
    line-height: 30px;
  }
  .greensfree2023 .notion {
    font-size: 14px;
    line-height: 22px;
  }
}

.greensfree2023 .application_button {
  width: 590px;
  height: 168px;
  background-color: #E31A1A;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  font-size: 32px;
  font-weight: bold;
  line-height: 168px;
  margin-top: 75px;
}
.greensfree2023 .application_button:hover {
  opacity: .7;
}
.greensfree2023 .app_link {
  border-bottom: solid 2px #E31A1A;
  padding-bottom: 5px;
  width: fit-content;
  margin: auto;
  margin-bottom: 114px;
}
@media(max-width:767px) {
  .greensfree2023 .application_button {
    width: 100%;
    height: 90px;
    border-radius: 7.5px;
    font-size: 19px;
    line-height: 90px;
    margin-top: 41px;
  }
  .greensfree2023 .app_link {
    border-bottom: solid 1px #E31A1A;
    padding-bottom: 2.5px;
    margin-bottom: 57px;
  }
}
.greensfree2023 h2 {
  font-size: 38px;
  margin-bottom: 70px;
}
.greensfree2023 .lp_section.method {
  background-color: #F3FCF2;
}
.greensfree2023 .method_title {
  width: 100%;
  max-width: 830px;
  height: 180px;
  margin: auto;
  background-image: url("/wp-content/themes/mngtr_basic/img/lp/greensfree2023/headline.jpg");
  padding-top: 25px;
  padding-bottom: 53px;
}
.greensfree2023 .method div:last-child .method_title {
  padding-top: 9px;
}
.greensfree2023 .method .method_title p {
  font-size: 24px;
}
.greensfree2023 .method div .method_image {
  margin: 60px 31px 96px 0;
  width: 393px;
}
.greensfree2023 .method div:nth-child(2) img.method_image {
  margin: 60px 0 96px 31px;
}
.greensfree2023 .method div:last-child .method_image {
  margin-bottom: 0;
}

@media(max-width:767px) {
  .greensfree2023 h2 {
    font-size: 19px;
    margin-bottom: 42px;
  }
  .greensfree2023 .method_title {
    width: 100%;
    height: 132px;
    background-image: url("/wp-content/themes/mngtr_basic/img/lp/greensfree2023/headline_sp.jpg");
    background-size: cover;
    padding : 33px 2% 38px;
  }
  .greensfree2023 .method div:last-child .method_title {
    padding-top: 9px;
  }
  .greensfree2023 .method_title img {
    width: 54px;
  }
  .greensfree2023 .method .method_title p {
    font-size: 14px;
  }
  .greensfree2023 .method div .method_image {
    margin: 33px 23.6px 58px 0;
    width: 305px;
  }
  .greensfree2023 .method div:nth-child(2) img.method_image {
    margin: 33px 0 58px 30px;
  }
  .greensfree2023 .method div:last-child .method_image {
    margin-bottom: 15px;
  }
}
.greensfree2023 .detail h2{
  font-size: 32px;
  padding: 10px 0 10px;
  font-weight: 500;
  color: #fff;
  background-image: url("../img/lp/greensfree2023/detail.jpg");
  background-size: cover;
  margin-bottom: 0px;
  height: 70px;
  line-height: 50px;
}
.greensfree2023 .detail_text {
  text-align: left;
  line-height: 36px;
  padding: 60px 70px 70px;
  
}
.greensfree2023 .detail .application_button {
  margin-top: 30px;
}

@media(max-width:767px) {
  .greensfree2023 .detail h2{
    background-image: url("../img/lp/greensfree2023/detail_sp.jpg");
    font-size: 17px;
    padding: 5px;
    height: 40px;
    line-height: 30px;
  }
  .greensfree2023 .detail_text {
    padding: 32px 5% 38px;
    line-height: 24px;
  }
  .greensfree2023 .detail .application_button {
    margin-top: 20px;
  }
}

/*download*/
.greensfree2023 .lp_download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 340px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.greensfree2023 .lp_lv1heading {
  margin-bottom: 56px;
} 
@media(max-width: 767px) {
  .greensfree2023 .lp_lv1heading {
    margin-bottom: 41.5px;
  } 
}

.greensfree2023 .lp_download_text {
  margin-top: 20px;
}
.greensfree2023 .lp_download_item {
    max-width: 148px;
    margin: 0 auto;
  }
.greensfree2023 .lp_download_item:last-child {
    -ms-flex-preferred-size: 52.5%;
    flex-basis: 52.5%;
    max-width: 52.5%;
    margin-left: 5%;
  }

.greensfree2023 .lp_download_note {
  margin-top: 50px;
  padding: 30px;
  line-height: 1.8;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #333;
  max-width: 845px;
  margin: 56px auto;
}
@media (max-width: 767px) {
.greensfree2023 .lp_download_note {
    margin-top: 30px;
    padding: 15px;
    font-size: 13px;
    margin-bottom: 0;
  }
}
.greensfree2023 .lp_download_note ul {
  list-style-type: none;
}


/* ------------------------------
fruity-su2023
---------------------------------*/
.fruity-su2023 {
  background-color: #FDF0F6;
  font-family: 'Noto Sans JP', sans-serif;
}
.fruity-su2023 .lp_container h1 {
  color: #ED4368;
}
.fruity-su2023 .lp_container.background{
  background-image: url("../img/lp/fruity-su2023/back.webp");
  background-size: contain;
}
.fruity-su2023 .main_text {
  line-height: 36px;
}
.fruity-su2023 .main_text:nth-child(3) span {
  color: #ED4368;
}
.fruity-su2023 .under_line {
  border-bottom: solid 2px #E31A1A;
}
.fruity-su2023 .app_link {
  border-bottom: none;
  font-size: 26px;
}
.fruity-su2023 .app_link a {
  color: #E31A1A;
  border-bottom: solid 2px #E31A1A;
}
.fruity-su2023 .application_button {
  margin-top: 90px;
}
@media(max-width:767px) {
  .fruity-su2023 .lp_container.background{
    background-image: url("../img/lp/fruity-su2023/back_sp.webp");
    background-size: 130%;
    background-position: 50% 22%;
  }
  .fruity-su2023 .main_text {
    line-height: 26px;
  }
  .fruity-su2023 .app_link {
    font-size: 15px;
  }
  .fruity-su2023 .application_button {
    margin-top: 68px;
  }
  .fruity-su2023 .notion {
    font-size: 13px;
  }
}


.fruity-su2023 h3 {
  font-size: clamp(17px, 3.15vw, 34px); 
  white-space: nowrap;
  color: #ED4368;
}
.fruity-su2023 .lp_section.method {
  background-color: #FDF0F6;
  margin: auto;
  padding: 0 20px;
}
.fruity-su2023 .recomend_box {
  padding: 90px 5.3333%;
  max-width: 1080px;
  background-color: #fff;
  margin: 0 auto;
}
.fruity-su2023 .recomend_box .lp_container {
  max-width: 830px;
  text-align: left;
  padding: 0;
}

.fruity-su2023 .recomend_box img {
  width: 100%;
  margin-bottom: 30px
}
.fruity-su2023 .recomend_box p {
  margin-bottom: 90px;
}
.fruity-su2023 .recomend_box .lp_container:last-child p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 30px;
  border: solid 1px #9D9C9C;
}
@media(max-width:767px) {
  .fruity-su2023 .lp_section.method {
    padding: 0 15px;
  }
  .fruity-su2023 .recomend_box {
    padding: 35px 5.3333%;
  }
  .fruity-su2023 .recomend_box img {
    margin-bottom: 20px
  }
  .fruity-su2023 .recomend_box p {
    margin-bottom: 46px;
  }
  .fruity-su2023 .recomend_box .lp_container:last-child p {
    font-size: 14px;
    padding: 13.5px;
  }
}

.fruity-su2023 .detail h2 {
  font-size: clamp(18px, 3.15vw, 34px); 
  background-image: none;
  color: #ED4368;
  font-weight: 700;
  margin-bottom: 90px;
}
.fruity-su2023 .detail h5{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background-color: #ED4368;
  margin-bottom: 0px;
  height: 70px;
  line-height: 70px;
}
@media(max-width:767px) {
  
.fruity-su2023 .detail h2 {
  margin-bottom: 26px;
}
.fruity-su2023 .detail h5{
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
}

/* ------------------------------
hyoketsu2023
---------------------------------*/
.greensfree2023.hyoketsu2023  .lp_container h1 {
  color: #0B4199;
}
.greensfree2023.hyoketsu2023  .lp_section.method {
  background-color: #fff;
}
.greensfree2023.hyoketsu2023 .method_title,
.greensfree2023.hyoketsu2023 .detail .lp_container h2 {
  background-image: none;
  background-color: #0B4199;
  color: #fff;
  margin-bottom: 0;
}
.hyoketsu2023 .detail h2.detail_title {
  font-size: clamp(18px, 3.15vw, 34px); 
  background-image: none;
  color: #0B4199;
  font-weight: 700;
  margin-bottom: 90px;
}
.greensfree2023.hyoketsu2023 .method div:last-child .method_title {
  padding-top: 25px;
}
@media(max-width:767px) {
  .greensfree2023.hyoketsu2023 .detail h2 {
    margin-bottom: 26px;
  }
}

/* ------------------------------
newrice2023
---------------------------------*/
.newrice2023 .lp_lv1heading{
  margin-bottom: 60px;
}
.greensfree2023.newrice2023  .lp_section.method {
  background-color: #fff;
}
.greensfree2023.newrice2023 .lp_container h1{
  color:#1E9E3F;
}
.greensfree2023.newrice2023 .method_title {
  background-image: url(../img/lp/newrice2023/ttl_bg.webp);
  color: #fff;
}
.greensfree2023.newrice2023 .detail .lp_container h2 {
  background-image: url(../img/lp/newrice2023/ttl_bg2.jpg);
  color: #fff;
  background-position: bottom;
}
.greensfree2023.newrice2023 .method_title,
.greensfree2023.newrice2023 .method div:last-child .method_title{
  height:160px;
  padding-top:25px
}
.greensfree2023.newrice2023 .method .method_title p{
  font-size: clamp(19px, 1.09vw + 14.9px, 28px);
  font-weight:700;
  padding-top: 0.3em;
}

.greensfree2023.newrice2023 .detail h2{
  font-size: clamp(18px, 3.15vw, 34px); 
  background-image: none;
  color: #000;
  font-weight: 700;
}
.newrice2023 .detail h2.detail_title{
  margin-bottom: 65px;
}
.newrice2023 .detail_text_xl{
  font-size: clamp(21px, 2.3vw + 12.4px, 40px);
}
.newrice2023 .detail_text_xl > .red{
  color:#CA0700
}
@media(max-width:767px) {
  .newrice2023 .lp_lv1heading{
    margin-bottom: 30px;
  }
  .greensfree2023.newrice2023 .method_title,
  .greensfree2023.newrice2023 .method div:last-child .method_title{
    height:130px;
    background-size: cover;
    background-position: top;
  }
  .greensfree2023.newrice2023 .detail_text{
    padding-left:0;
    padding-right:0;
  }
  .newrice2023 .method_title img {
    width: 60px;
  }
  .newrice2023 .lp_download_item{
    max-width: 100px;
  }
}
/* ------------------------------
suigin2023
---------------------------------*/
.greensfree2023.suigin2023  .lp_container h1 {
  color: #00B2A9;
  margin: 100px 0 0;
}
.greensfree2023.suigin2023  .lp_section.method {
  background-color: #FCFCF2;
}
.greensfree2023.suigin2023 .method_title {
  background-image: url("../img/lp/suigin2023/headline.jpg");
  margin-bottom: 0;
}
.greensfree2023.suigin2023 .detail .lp_container h2 {
  background-image: url("../img/lp/suigin2023/detail.jpg");
}
.suigin2023 .detail h2.detail_title {
  font-size: clamp(18px, 3.15vw, 34px); 
  background-image: none;
  color: #000;
  font-weight: 700;
  margin-bottom: 90px;
}
.greensfree2023.suigin2023 .method div:last-child .method_title {
  padding-top: 25px;
}
.suigin2023 .under_line {
  border-bottom: solid 2px #00B2A9;
}
.suigin2023 .main_text:nth-child(3) span {
  color: #00B2A9;;
}
.suigin2023 .main_text {
  text-align: center;
  margin: 50px auto 15px;
}
.suigin2023 .app_link {
  color: #E31A1A;
}
.suigin2023 .method_text {
  font-size: 24px;
}

@media(max-width:767px) {
  .greensfree2023.suigin2023  .lp_container h1 {
    font-size: 22px;
  }
  .greensfree2023.suigin2023 .detail h2 {
    margin-bottom: 26px;
  }
  .greensfree2023.suigin2023 .method_title{
  background-image: url("../img/lp/suigin2023/headline_sp.jpg");
  }
  .greensfree2023.suigin2023 .detail .lp_container h2 {
    background-image: url("../img/lp/suigin2023/detail_sp.jpg");
  }
  .suigin2023 .main_text {
    margin: 30px auto 10px;
  }
  .suigin2023 .method_text {
    font-size: 15px;
  }
}


/* ------------------------------
cokesummer2023
---------------------------------*/

/*button*/
.greensfree2023.cokesummer2023 .lp_btn.detail_btn {
  color: #E31A1A;
  border: solid 2px #E31A1A;
  border-radius: 18px;
  width: 389px;
  height: 50px;
  min-width: 150px;
  font-size: 20px;
  padding: 0;
  line-height: 50px;
  background-color: #fff;
}
.greensfree2023.cokesummer2023 .btn.arrow::after {
  color: #E31A1A;
}
.greensfree2023.cokesummer2023 .btn:hover {
  background-color: #E31A1A;
}
.greensfree2023.cokesummer2023 .lp_btn.detail_btn:hover,
.greensfree2023.cokesummer2023 .btn.arrow:hover::after {
  color: #fff;
}

/*image*/
.greensfree2023.cokesummer2023 .cola_content {
  text-align: center;
  background-color: #000;
  padding-top: 46px;
  padding-bottom: 36px;
}
.greensfree2023.cokesummer2023 .cola_content img {
  width: 100%;
  max-width: 840px;
}

/*method*/
.greensfree2023.cokesummer2023 .flex_pc {
  flex-wrap: nowrap;
}
.greensfree2023.cokesummer2023 .method_title {
  height: 77px;
  background-image: none;
  padding-top: 0;
  margin-bottom: 20px;
  background-color: #E2041B;
  border-radius: 6px;
  
}
.greensfree2023.cokesummer2023 .method_title img {
  width: auto;
  height: 77px;
}
.greensfree2023.cokesummer2023 .method_box {
  margin-right: 21px;
}
.greensfree2023.cokesummer2023 .method_img{
  width: auto;
  height: 150px;
}
.greensfree2023.cokesummer2023 .method_box:last-child {
  margin-right: 0;
}
.greensfree2023.cokesummer2023 .method_text {
  margin-top: 30px;
}
.greensfree2023.cokesummer2023 .method_text span {
  color: #E31A1A;
}
/*reserve*/
.greensfree2023.cokesummer2023 .application_button {
  width: 424px;
  height: 110px;
  background-color: #FA8C0D;
  line-height: 110px;
  font-size: 24px;
  margin-top: 114px;
}
.greensfree2023.cokesummer2023 .application_button:hover {
  background-color: #FA8C0D;
}
.greensfree2023.cokesummer2023 .application_button.btn.arrow::after {
  color: #fff;
  top: 45%;
}
.greensfree2023.cokesummer2023 .application_button.btn {
  padding: 0;
}
/*notion*/
.greensfree2023.cokesummer2023 .lp_container h2 {
  background-color: #000;
  background-image: none;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

@media(max-width:767px) {
  /*button*/
.greensfree2023.cokesummer2023 .lp_btn.detail_btn {
  width: 100%;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  border-width: 1px;
}

/*image*/
.greensfree2023.cokesummer2023 .cola_content {
  padding-top: 0;
  padding-bottom: 0;
}

/*method*/
.greensfree2023.cokesummer2023 .method_title {
  width: 100%;
  height: 50px;
  background-image: none;
  padding-top: 0;
  margin-bottom: 20px;
  border-radius: 7px;
}
.greensfree2023.cokesummer2023 .method_title img {
  height: 50px;
}
.greensfree2023.cokesummer2023 .method_box {
  margin-right: 0;
  text-align: center;
}
.greensfree2023.cokesummer2023 .method_img {
  height: 116px;
  margin-right: 30px;
}
.greensfree2023.cokesummer2023 .method_content {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.greensfree2023.cokesummer2023 .method_box:last-child {
  margin-right: 0;
}
.greensfree2023.cokesummer2023 .method_text {
  margin-top: -13px;
  margin-right: 25px;
  max-width: 380px;
}

/*reserve*/
.greensfree2023.cokesummer2023 .application_button {
  width: 100%;
  max-width: 450px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  margin-top: 90px;
}

.greensfree2023.cokesummer2023 .application_button.btn {
  padding: 0;
}
/*notion*/
.greensfree2023.cokesummer2023 .lp_container h2 {
  font-size: 17px;
  height: 40px;
  line-height: 40px;
}
.greensfree2023.cokesummer2023 .detail_text {
  font-size: 14px;
  padding: 11px 0;
  line-height: 22px;
}
}

/* ------------------------------
忘新年会
---------------------------------*/
/* intro */
.party_intro{
  width: min(1080px, 100% - 60px);
  margin-inline: auto;
}
.party_intro_point{
  font-size: 18px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.party_intro_last{
  font-size: 14px;
  font-weight: 400;
}
@media(max-width:767px){
  .party_intro_point{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .party_intro_last:after{
    content:"";
    border-bottom:1px solid #333;
    display: block;
    margin:10px auto;
  }
}
/* party_sec */
.party_sec {
  margin-bottom: 80px;
  padding: 70px 0;
}
.party_sec.__sec01{
  background: url(../img/lp/party/bg_party01.webp);
  background-size: contain;
}
.party_sec.__sec02{
  background: url(../img/lp/party/bg_party02.webp);
  background-size: contain;
}
.party_sec.__sec03{
  background: url(../img/lp/party/bg_party03.webp);
  background-size: contain;
}
.party_sec.__sec04{
  background: url(../img/lp/kansougei/kansougei04_bg.webp) center center;
  background-size: cover;
}
.party_sec > .contentArea{
  width: min(1080px, 100% - 40px);
  margin-inline: auto;
}
.party_sec .party_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.party_sec .btn--primary {
  color: #fff;
  background-color: #AC050C;
  border: solid 1px #AC050C;
  padding: 0.5em 1em;
  padding: 0.3em 1em;
}
.party_sec .btn {
  font-size: clamp(20px, 1.58vw + 14.1px, 33px);
}
.party_sec .btn.arrow::after{
  top: 40%;
}
@media (max-width: 767px){
  .party_sec{
    margin-bottom:40px;
    padding: 40px 0;
  }
  .party_sec .party_flex{
    justify-content: center;
  }
}
/* ------------------------------
動画付き広告LP
---------------------------------*/
.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;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.0;
  background: #fff;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
@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/coupon/a403/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/coupon/a403/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/coupon/a403/heading_before_red_small.png);
    background-size: cover;
    left: -15px;
  }
  .tvcm_heading::after{
    width: 12px;
    height: 22px;
    background-image: url(../img/lp/coupon/a403/heading_after_red_small.png);
    background-size: cover;
    right: -15px;
  }
}
.tvcm_movie{
  background-image: url(../img/lp/coupon/a403/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_cm-making__txt{
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  background: #fff;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
@media screen and (max-width:767px) {
  .tvcm_cm-making__txt{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
}

/* -----------------------------------------------------------------
 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;
}

