@charset "UTF-8";
@media screen and (min-width: 0px) {
  .slide-animation {
    animation: fadezoom 8s 0s ease-out forwards;
  }
  @keyframes fadezoom {
    0% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1.05);
    }
  }
  /* layout
  **************************************************************************************************************************/
  .is_tb {
    display: none !important;
  }
  .is_tb_inline {
    display: none !important;
  }
  .is_pc {
    display: none !important;
  }
  .is_pc_inline {
    display: none !important;
  }
  /* status
  **************************************************************************************************************************/
  .is-hide {
    display: none;
  }
  /* referral
  **************************************************************************************************************************/
  .referral {
    font-family: "Yu Gothic Pr6N M";
    padding-top: 35px;
  }
  .referral .area-mv {
    padding: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 40px;
  }
  .referral .area-mv .body img {
    width: 100%;
    height: auto;
  }
  .referral .area-about {
    margin-bottom: 80px;
  }
  .referral .area-about .title h2 {
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-about .body p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .referral .area-about .body p:last-of-type {
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 18px;
  }
  .referral .area-target {
    margin-bottom: 80px;
  }
  .referral .area-target .title h2 {
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-target .body p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .referral .area-target .body .embed {
    margin-bottom: 24px;
  }
  .referral .area-target .body .app a {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    padding: 0.6em;
    mix-blend-mode: difference;
    transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
  }
  .referral .area-target .body .app a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: block;
    width: 120%;
    height: 26rem;
    background: #000;
    border-radius: 50%;
    transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
    z-index: -9;
  }
  .referral .area-target .body .app a:hover {
    color: #fff;
  }
  .referral .area-target .body .app a:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .referral .area-point {
    margin-bottom: 80px;
  }
  .referral .area-point .title h2 {
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-point .body p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .referral .area-point .body picture {
    margin-bottom: 1.5em;
    font-size: 16px;
    display: block;
  }
  .referral .area-point .body picture img {
    width: 100%;
    height: auto;
  }
  .referral .area-point .body h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .referral .area-point .body dl {
    margin: 0;
    padding: 0;
  }
  .referral .area-point .body dl .row {
    margin-bottom: 1.5em;
  }
  .referral .area-point .body dl dt {
    text-align: center;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1em;
  }
  .referral .area-point .body dl dd {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .referral .area-point .body dl dd ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    margin-left: 1em;
  }
  .referral .area-point .body dl dd ul li {
    margin: 0;
    margin-bottom: 0.3em;
    font-size: 16px;
  }
  .referral .area-point .body dl dd p {
    font-size: 16px;
  }
  .referral .area-point .body .notice {
    background: rgba(0, 0, 0, 0.05);
    padding: 24px;
  }
  .referral .area-point .body .notice h3 {
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .referral .area-point .body .notice ul {
    margin: 0;
    padding: 0;
    margin-left: 1em;
  }
  .referral .area-point .body .notice ul li {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .referral .area-point .body .notice a {
    text-decoration: underline;
    color: #000;
  }
  .referral .area-faq {
    margin-bottom: 40px;
  }
  .referral .area-faq .title h2 {
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-faq .body dl {
    margin-bottom: 24px;
  }
  .referral .area-faq .body .row {
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .referral .area-faq .body dt {
    color: #000;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.4em;
  }
  .referral .area-faq .body dt::before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0;
  }
  .referral .area-faq .body dd {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .referral .area-faq .body .contact {
    border: 1px solid #000;
    padding: 24px;
  }
  .referral .area-faq .body .contact p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-faq .body .contact h3 {
    font-size: 16px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-faq .body .contact .more a {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    padding: 0.6em;
    mix-blend-mode: difference;
    transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
  }
  .referral .area-faq .body .contact .more a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: block;
    width: 120%;
    height: 26rem;
    background: #000;
    border-radius: 50%;
    transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
    z-index: -9;
  }
  .referral .area-faq .body .contact .more a:hover {
    color: #fff;
  }
  .referral .area-faq .body .contact .more a:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .referral .area-faq .body .contact .more small {
    display: block;
    margin-top: 1em;
    text-align: center;
    font-size: 14px;
  }
  .campaign_2307_color {
    font-family: "Yu Gothic Pr6N M";
    padding-top: 80px;
  }
  .campaign_2307_color picture {
    display: block;
  }
  .campaign_2307_color a.btn-dflt {
    mix-blend-mode: difference;
    overflow: hidden;
    position: relative;
    transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 80%;
    color: #000;
    margin: 0 auto;
    font-size: 4.8vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0.5em;
  }
  .campaign_2307_color a.btn-dflt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: block;
    width: 120%;
    height: 26rem;
    background: #000;
    border-radius: 50%;
    transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
    z-index: -9;
  }
  .campaign_2307_color a.btn-dflt:hover {
    color: #fff;
  }
  .campaign_2307_color a.btn-dflt:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .campaign_2307_color a.link-dflt {
    border-bottom: 1px solid #000;
    margin-top: 3vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    padding-bottom: 0.3em;
    display: inline-block;
    position: relative;
    color: #000;
  }
  .campaign_2307_color a.link-dflt::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  .campaign_2307_color a.btn-c1 {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    background: #AA998A;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 3.4666666667vw;
    padding: 0.6em;
    transition: all 0.5s;
  }
  .campaign_2307_color a.btn-c1:hover {
    opacity: 0.8;
  }
  .campaign_2307_color .block-cv {
    margin-bottom: 16vw;
  }
  .campaign_2307_color .block-cv .imgtxt h3 {
    margin-bottom: 2.6666666667vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .block-cv .imgtxt h3 span {
    display: block;
    font-size: 6.4vw;
    margin-top: 6.6666666667vw;
  }
  .campaign_2307_color .block-cv .imgtxt h3 img {
    height: 8.5333333333vw;
    width: auto;
  }
  .campaign_2307_color .block-cv .imgtxt .img {
    display: none;
  }
  .campaign_2307_color .block-cv .imgtxt .txt picture {
    margin-bottom: 5.3333333333vw;
    display: block;
  }
  .campaign_2307_color .block-cv .imgtxt .txt picture img {
    width: 100%;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price {
    font-size: 5.3333333333vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 5.3333333333vw;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price .original {
    display: block;
    text-decoration: line-through;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 4.8vw;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price large {
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 10.6666666667vw;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price large.c1 {
    color: #FF9A9A;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price small {
    display: block;
    font-weight: normal;
    font-size: 3.2vw;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .lead {
    font-size: 4.2666666667vw;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .lead small {
    display: block;
    font-size: 3.2vw;
    margin-top: 1em;
  }
  .campaign_2307_color .block-cv .buy {
    margin-top: 8vw;
  }
  .campaign_2307_color .block-cv .buy .link-size {
    text-align: center;
    margin-top: 1em;
    font-size: 3.7333333333vw;
  }
  .campaign_2307_color .area-sider {
    margin-bottom: 16vw;
  }
  .campaign_2307_color .area-sider .body {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .campaign_2307_color .area-sider .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .campaign_2307_color .area-sider .body ul li {
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-sider .body ul img {
    width: 100%;
    height: auto;
  }
  .campaign_2307_color .area-sider .body .bnr {
    position: fixed;
    width: 100%;
    padding: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
  }
  .campaign_2307_color .area-sider .body .bnr img {
    width: 100%;
    height: auto;
  }
  .campaign_2307_color .area-sider .body .slick-slide {
    height: auto;
  }
  .campaign_2307_color .area-sider.has-conversion {
    position: relative;
  }
  .campaign_2307_color .area-sider.has-conversion .lead {
    position: absolute;
    bottom: 5.8666666667vw;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .campaign_2307_color .area-sider.has-conversion .lead p.tagline {
    text-align: center;
    font-size: 3.7333333333vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    color: #797A7A;
  }
  .campaign_2307_color .area-sider.has-conversion .lead p.more {
    margin-top: 3.7333333333vw;
  }
  .campaign_2307_color .area-sider.has-slider .body picture {
    display: block;
    overflow: hidden;
  }
  .campaign_2307_color .area-lead .title h2 {
    text-align: left;
    font-size: 5.6vw;
    margin-bottom: 8vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-block {
    margin-bottom: 16vw;
  }
  .campaign_2307_color .area-block .body .block {
    margin-bottom: 8.5333333333vw;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .img {
    margin-bottom: 8.5333333333vw;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .img img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .campaign_2307_color .area-block .body .block .imgtxt .txt h2 {
    font-size: 6.4vw;
    margin-bottom: 0.8em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .txt p {
    font-size: 4.8vw;
  }
  .campaign_2307_color .area-about {
    background: #F6F9FA;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 16vw 0 26.6666666667vw 0;
  }
  .campaign_2307_color .area-about .title h2 {
    text-align: center;
    font-size: 8.5333333333vw;
    margin-bottom: 1em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-about .body {
    padding-left: 10.6666666667vw;
  }
  .campaign_2307_color .area-about .body .about {
    background: #fff;
    margin-bottom: 26.6666666667vw;
    padding: 0 10.6666666667vw;
    position: relative;
  }
  .campaign_2307_color .area-about .body .about h3 {
    position: relative;
    margin-left: -16vw;
    top: -1em;
    margin-bottom: 0.8em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-about .body .about h3 img {
    width: auto;
    height: 24.5333333333vw;
  }
  .campaign_2307_color .area-about .body .about h4 {
    font-size: 5.8666666667vw;
    margin-bottom: 0.5em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-about .body .about h5 {
    font-size: 4.8vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 0.8em;
  }
  .campaign_2307_color .area-about .body .about p {
    font-size: 4.8vw;
    margin-bottom: 0.8em;
    line-height: 1.8;
  }
  .campaign_2307_color .area-about .body .about p small {
    font-size: 3.7333333333vw;
  }
  .campaign_2307_color .area-about .body .about dl {
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-about .body .about dl .row {
    margin-bottom: 3vw;
  }
  .campaign_2307_color .area-about .body .about dl dt {
    border: 1px solid #000;
    text-align: center;
    font-size: 3.4666666667vw;
    padding: 0.3em 0;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 3vw;
    width: 50%;
  }
  .campaign_2307_color .area-about .body .about dl dd {
    font-size: 4.8vw;
    line-height: 1.8;
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-about .body .about dl dd small {
    font-size: 3.4666666667vw;
  }
  .campaign_2307_color .area-about .body .about .imgtxt {
    position: relative;
    padding-bottom: 53.3333333333vw;
  }
  .campaign_2307_color .area-about .body .about .imgtxt .img {
    text-align: right;
    position: absolute;
    right: -10.6666666667vw;
    bottom: -16vw;
  }
  .campaign_2307_color .area-about .body .about .imgtxt .img img {
    width: auto;
    height: 70.1333333333vw;
  }
  .campaign_2307_color .area-about .body .about:last-of-type {
    margin-bottom: -13.3333333333vw;
  }
  .campaign_2307_color .area-about .body .about:last-of-type .imgtxt {
    padding-bottom: 40vw;
  }
  .campaign_2307_color .area-about .body .about:last-of-type .img {
    bottom: -26.6666666667vw;
  }
  .campaign_2307_color .area-plan {
    padding: 16vw 0 5.3333333333vw 0;
    margin-bottom: 13.3333333333vw;
  }
  .campaign_2307_color .area-plan .title h2 {
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 0.5em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-plan .body table {
    border-collapse: separate;
    border-spacing: 0px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    display: block;
    position: relative;
  }
  .campaign_2307_color .area-plan .body table thead {
    display: block;
    margin-bottom: 5vw;
    position: sticky;
    top: 70px;
  }
  .campaign_2307_color .area-plan .body table thead tr {
    display: flex;
    justify-content: space-between;
  }
  .campaign_2307_color .area-plan .body table thead th {
    display: block;
    background: #fff;
    text-align: center;
    font-size: 4.2666666667vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    width: 48%;
    border: 1px solid #000;
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .campaign_2307_color .area-plan .body table tbody {
    display: block;
  }
  .campaign_2307_color .area-plan .body table tbody tr {
    display: flex;
    justify-content: space-between;
  }
  .campaign_2307_color .area-plan .body table tbody tr.group-td {
    border: 1px solid #000;
    margin-bottom: 5vw;
    padding: 3vw 0;
  }
  .campaign_2307_color .area-plan .body table tbody tr.group-td picture {
    text-align: center;
    display: block;
  }
  .campaign_2307_color .area-plan .body table tbody tr.group-td picture img {
    width: 100%;
    height: auto;
  }
  .campaign_2307_color .area-plan .body table tbody th {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
  }
  .campaign_2307_color .area-plan .body table tbody td {
    display: block;
    width: 50%;
    padding: 3vw;
    word-break: break-all;
  }
  .campaign_2307_color .area-plan .body table tbody td:first-of-type {
    border-right: 1px solid #000;
  }
  .campaign_2307_color .area-plan .body table tbody td.col02 {
    width: 100%;
    border: 0;
    text-align: center;
  }
  .campaign_2307_color .area-plan .body table tbody td h3 {
    font-size: 3.4666666667vw;
  }
  .campaign_2307_color .area-plan .body table tbody td p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 0.6em;
  }
  .campaign_2307_color .area-plan .body table tbody td dl {
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-plan .body table tbody td dl .row {
    margin-bottom: 3vw;
  }
  .campaign_2307_color .area-plan .body table tbody td dl dt {
    border: 1px solid #000;
    text-align: center;
    font-size: 1.3rem;
    padding: 0.3em 0;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 3vw;
  }
  .campaign_2307_color .area-plan .body table tbody td dl dd {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-plan .body table tbody td dl dd small {
    font-size: 1.2rem;
  }
  .campaign_2307_color .area-plan .body table tbody td ol {
    margin: 0;
    padding: 0;
    margin-left: 1em;
  }
  .campaign_2307_color .area-plan .body table tbody td ol li {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .campaign_2307_color .area-plan .body table tbody td a {
    border-bottom: 1px solid #000;
    margin-top: 3vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    padding-bottom: 0.3em;
    display: inline-block;
    position: relative;
    color: #000;
  }
  .campaign_2307_color .area-plan .body table tbody td a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -5px;
    transform: rotate(45deg);
  }
  .campaign_2307_color .area-plan .body .price {
    font-size: 3.4666666667vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-plan .body .price .original {
    display: block;
    text-decoration: line-through;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 3.4666666667vw;
  }
  .campaign_2307_color .area-plan .body .price large {
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 6.4vw;
  }
  .campaign_2307_color .area-plan .body .price small {
    font-size: 3.4666666667vw;
  }
  .campaign_2307_color .area-plan .body .btns {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-plan .body .btns li {
    margin-bottom: 4.2666666667vw;
  }
  .campaign_2307_color .area-plan .body .btns .btn-dflt {
    width: 100%;
  }
  .campaign_2307_color .area-media {
    background: #F7F7F7;
    padding: 2em;
    margin-bottom: 16vw;
  }
  .campaign_2307_color .area-media .title h2 {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 1em;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_2307_color .area-media .title h2 span::before {
    content: "＼";
    display: inline;
    margin-right: 0.1em;
  }
  .campaign_2307_color .area-media .title h2 span::after {
    content: "／";
    display: inline;
    margin-right: 0.1em;
  }
  .campaign_2307_color .area-media .body p {
    font-size: 3.7333333333vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
  }
  .campaign_expo2025 {
    font-family: "Yu Gothic Pr6N M";
  }
  .campaign_expo2025 picture {
    display: block;
  }
  .campaign_expo2025 a.btn-dflt {
    mix-blend-mode: difference;
    overflow: hidden;
    position: relative;
    transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 80%;
    color: #000;
    margin: 0 auto;
    font-size: 4.8vw;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    border: 1px solid #fff;
    padding: 0.8em;
  }
  .campaign_expo2025 a.btn-dflt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: block;
    width: 120%;
    height: 26rem;
    background: #000;
    border-radius: 50%;
    transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
    z-index: -9;
  }
  .campaign_expo2025 a.btn-dflt:hover {
    color: #fff;
  }
  .campaign_expo2025 a.btn-dflt:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .campaign_expo2025 a.disabled {
    pointer-events: none;
  }
  .campaign_expo2025 .area-kv {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 40px;
    margin-top: 75px;
  }
  .campaign_expo2025 .area-kv .title h1 img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-kv .body {
    padding: 24px 16px;
  }
  .campaign_expo2025 .area-kv .body .points {
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-kv .body .point {
    border: 2px solid #000;
    margin-bottom: 40px;
    padding: 24px 16px 16px 16px;
    position: relative;
  }
  .campaign_expo2025 .area-kv .body .point::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/campaign/expo2025/icn-cross.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
  }
  .campaign_expo2025 .area-kv .body .point:last-of-type {
    margin-bottom: 0;
  }
  .campaign_expo2025 .area-kv .body .point:last-of-type::after {
    display: none;
  }
  .campaign_expo2025 .area-kv .body .point .imgtxt {
    display: flex;
  }
  .campaign_expo2025 .area-kv .body .point .txt {
    flex: 1;
    padding-left: 16px;
  }
  .campaign_expo2025 .area-kv .body .point .txt h2 {
    font-size: 18px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .campaign_expo2025 .area-kv .body .point .txt p {
    font-size: 14px;
    line-height: 1.8;
  }
  .campaign_expo2025 .area-kv .body .point .img {
    width: 60px;
  }
  .campaign_expo2025 .area-kv .body .point .img img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-kv .body h3 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    line-height: 1.6;
    margin-bottom: 0.8em;
  }
  .campaign_expo2025 .area-kv .body h3 small {
    display: block;
    font-size: 16px;
  }
  .campaign_expo2025 .area-kv .body .expo {
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-kv .body .expo img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-kv .body .block-1sec {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt .txt {
    padding: 0 16px;
    text-align: center;
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt .txt p {
    font-size: 16px;
    line-height: 1.8;
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt .img img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-present {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-present .inner {
    background: url(../images/campaign/expo2025/img-bd-sp-top.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .campaign_expo2025 .area-present .title-body {
    background: url(../images/campaign/expo2025/img-bd-sp-btm.png) 0 100% no-repeat;
    background-size: 100% auto;
    padding: 9vw 6vw;
  }
  .campaign_expo2025 .area-present .title h2 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    margin-bottom: 1em;
  }
  .campaign_expo2025 .area-present .title h2 span {
    display: block;
    margin-top: 0.2em;
  }
  .campaign_expo2025 .area-present .title h2 small {
    display: inline-block;
    font-size: 16px;
  }
  .campaign_expo2025 .area-present .title h2 small::before {
    content: "＼";
    display: inline;
    margin-right: 0.2em;
  }
  .campaign_expo2025 .area-present .title h2 small::after {
    content: "／";
    display: inline;
    margin-left: 0.2em;
  }
  .campaign_expo2025 .area-present .body p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .campaign_expo2025 .area-present .body p strong {
    font-weight: bold;
  }
  .campaign_expo2025 .area-present .body p img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-present .body p.txt01 span {
    border-bottom: 1px dotted #000;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_expo2025 .area-present .body p.txt01 span .large {
    border: 0;
  }
  .campaign_expo2025 .area-present .body p.txt01 span .large strong {
    font-size: 40px;
  }
  .campaign_expo2025 .area-present .body p.txt02 span {
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
  }
  .campaign_expo2025 .area-present .body p.txt02 img {
    height: 19px;
    width: auto;
    vertical-align: middle;
    margin-right: 0.2em;
  }
  .campaign_expo2025 .area-app .title h2 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 1em;
  }
  .campaign_expo2025 .area-app .body h3 {
    text-align: center;
    font-size: 16px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 1.5em;
    line-height: 1.8;
  }
  .campaign_expo2025 .area-app .body .icns {
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-app .body .icns ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .campaign_expo2025 .area-app .body .icns ul li {
    width: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 20px;
    font-size: 12px;
    font-weight: bold;
  }
  .campaign_expo2025 .area-app .body .icns ul img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-app .body p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.5em;
  }
  .campaign_expo2025 .area-app .body .coin {
    margin: 16px 0;
    display: block;
  }
  .campaign_expo2025 .area-app .body .coin img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-app .body .btns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10vw;
  }
  .campaign_expo2025 .area-app .body .btns ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-app .body .btns ul li img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-entry {
    padding: 40px 16px;
    margin-bottom: 40px;
    background: #F9F9F9;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .campaign_expo2025 .area-entry .title h2 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .campaign_expo2025 .area-entry .body .step {
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-entry .body .step img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-point {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-point .title h2 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 1em;
  }
  .campaign_expo2025 .area-point .body .box.point ul {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .campaign_expo2025 .area-point .body .box.point ul li {
    width: 100%;
    max-width: 270px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-point .body .box.point ul img {
    margin-bottom: 15px;
  }
  .campaign_expo2025 .area-point .body .box.point ul h4 {
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
  }
  .campaign_expo2025 .area-point .body .box.point ul p {
    font-size: 14px;
    text-align: center;
    line-height: 1.85;
  }
  .campaign_expo2025 .area-point .body .box.point ul a {
    display: block;
    color: #4c89c7;
  }
  .campaign_expo2025 .area-step {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-step .title h2 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 1em;
  }
  .campaign_expo2025 .area-step .body ul {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .campaign_expo2025 .area-step .body ul li {
    width: 100%;
    max-width: 270px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-step .body ul img {
    margin-bottom: 15px;
  }
  .campaign_expo2025 .area-step .body ul h4 {
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1;
  }
  .campaign_expo2025 .area-step .body ul p {
    font-size: 14px;
    text-align: center;
    line-height: 1.85;
  }
  .campaign_expo2025 .area-step .body ul p span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
  }
  .campaign_expo2025 .area-step .body ul a {
    display: block;
    color: #4c89c7;
  }
  .campaign_expo2025 .area-about {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-about .title h2 {
    text-align: center;
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 0.8em;
  }
  .campaign_expo2025 .area-about .body picture {
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-about .body picture img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-about .body dl .row {
    display: flex;
    padding: 0 10vw;
    margin-bottom: 24px;
  }
  .campaign_expo2025 .area-about .body dl .row dt {
    font-size: 14px;
    font-weight: bold;
    color: #0068B7;
    width: 80px;
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_expo2025 .area-about .body dl .row dd {
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
  }
  .campaign_expo2025 .area-about .body .link-official a {
    border: 2px solid #000;
    display: block;
    text-align: center;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 0.8em;
  }
  .campaign_expo2025 .link-entry .btn-dflt {
    width: 100%;
    text-align: center;
  }
  .campaign_expo2025 .link-entry .btn-dflt span {
    display: contents;
    font-size: 14px;
  }
  .campaign_expo2025 .link-entry small {
    display: block;
  }
  .campaign_expo2025 .top-btn {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important;
  }
  .is_tb {
    display: block !important;
  }
  .is_tb_inline {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is_pc {
    display: block !important;
  }
  .is_pc_inline {
    display: inline-block !important;
  }
  /* referral
  **************************************************************************************************************************/
  .referral {
    padding-top: 176px;
  }
  .referral .area-mv {
    margin-bottom: 60px;
  }
  .referral .area-about {
    margin-bottom: 120px;
  }
  .referral .area-about .title h2 {
    margin-bottom: 1.5em;
  }
  .referral .area-target {
    margin-bottom: 120px;
  }
  .referral .area-target .title h2 {
    font-size: 24px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-target .body .embed {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .referral .area-target .body .app {
    max-width: 354px;
    margin: 0 auto;
  }
  .referral .area-point {
    margin-bottom: 120px;
  }
  .referral .area-point .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .referral .area-point .body picture {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
  .referral .area-point .body h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-point .body dl {
    margin: 0;
    padding: 0;
  }
  .referral .area-point .body dl .row {
    display: flex;
    justify-content: center;
  }
  .referral .area-point .body dl dt {
    width: 30%;
    text-align: right;
    margin-top: 0.2em;
  }
  .referral .area-point .body dl dd {
    flex: 1;
    text-align: left;
    padding-left: 2em;
  }
  .referral .area-point .body dl dd p {
    text-align: left;
  }
  .referral .area-point .body .notice ul {
    margin: 0;
    padding: 0 10%;
  }
  .referral .area-faq {
    margin-bottom: 120px;
  }
  .referral .area-faq .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .referral .area-faq .body .row {
    margin-bottom: 1.3em;
  }
  .referral .area-faq .body dt {
    margin-bottom: 0.6em;
  }
  .referral .area-faq .body dd {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }
  .referral .area-faq .body .contact {
    border: 1px solid #000;
    padding: 24px;
  }
  .referral .area-faq .body .contact p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-faq .body .contact h3 {
    font-size: 16px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
  }
  .referral .area-faq .body .contact .more a {
    max-width: 354px;
    margin: 0 auto;
  }
  .campaign_2307_color {
    padding-top: 176px;
  }
  .campaign_2307_color a.btn-dflt {
    font-size: 18px;
    max-width: 300px;
  }
  .campaign_2307_color a.link-dflt {
    margin-top: 0;
  }
  .campaign_2307_color a.btn-c1 {
    display: block;
    max-width: 255px;
    margin: 0;
    font-size: 20px;
  }
  .campaign_2307_color .block-cv {
    max-width: 1152px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .campaign_2307_color .block-cv .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .campaign_2307_color .block-cv .imgtxt h3 {
    margin-bottom: 20px;
  }
  .campaign_2307_color .block-cv .imgtxt h3 span {
    font-size: 24px;
    margin-top: 25px;
  }
  .campaign_2307_color .block-cv .imgtxt h3 img {
    height: 32px;
    width: auto;
  }
  .campaign_2307_color .block-cv .imgtxt .img {
    display: block;
    order: 2;
    width: 42%;
  }
  .campaign_2307_color .block-cv .imgtxt .img h3 {
    display: none;
  }
  .campaign_2307_color .block-cv .imgtxt .img img {
    width: 100%;
    text-align: center;
  }
  .campaign_2307_color .block-cv .imgtxt .txt {
    width: 57%;
  }
  .campaign_2307_color .block-cv .imgtxt .txt picture {
    display: none;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price .original {
    font-size: 18px;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price large {
    font-size: 40px;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .price small {
    font-size: 12px;
    display: inline;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .lead {
    font-size: 18px;
  }
  .campaign_2307_color .block-cv .imgtxt .txt .lead small {
    font-size: 12px;
    margin-top: 1em;
  }
  .campaign_2307_color .block-cv .buy {
    margin-top: 60px;
  }
  .campaign_2307_color .block-cv .buy .link-size {
    margin-top: 25px;
    font-size: 14px;
  }
  .campaign_2307_color .area-sider {
    margin-bottom: 80px;
    position: relative;
  }
  .campaign_2307_color .area-sider .body .bnr {
    position: absolute;
    width: 330px;
    bottom: 24px;
    left: auto;
    right: 0;
    padding: 0;
  }
  .campaign_2307_color .area-sider.has-conversion {
    position: relative;
  }
  .campaign_2307_color .area-sider.has-conversion .lead {
    bottom: 3.5vw;
    width: 100%;
    padding: 0 3.5vw;
  }
  .campaign_2307_color .area-sider.has-conversion .lead p.tagline {
    text-align: left;
    font-size: 21px;
  }
  .campaign_2307_color .area-sider.has-conversion .lead p.more {
    margin-top: 24px;
  }
  .campaign_2307_color .area-lead .title h2 {
    font-size: 32px;
    margin-bottom: 80px;
    text-align: center;
  }
  .campaign_2307_color .area-block {
    margin-bottom: 80px;
  }
  .campaign_2307_color .area-block .body .blocks {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .campaign_2307_color .area-block .body .block {
    margin-bottom: 80px;
  }
  .campaign_2307_color .area-block .body .block .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .img {
    margin-bottom: 0;
    width: 43%;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .img img {
    width: 100%;
    margin-left: 0;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .txt {
    flex: 1;
    padding-left: 64px;
    padding-right: 64px;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .txt h2 {
    font-size: 28px;
  }
  .campaign_2307_color .area-block .body .block .imgtxt .txt p {
    font-size: 18px;
  }
  .campaign_2307_color .area-block .body .block .imgtxt.img-r .img {
    order: 2;
  }
  .campaign_2307_color .area-block .body .block .imgtxt.img-r .txt {
    padding-left: 164px;
  }
  .campaign_2307_color .area-about {
    padding: 80px 0;
  }
  .campaign_2307_color .area-about .title h2 {
    font-size: 40px;
    margin-bottom: 1.8em;
  }
  .campaign_2307_color .area-about .body {
    padding-left: 0;
  }
  .campaign_2307_color .area-about .body .about {
    margin-bottom: 116px;
    padding: 0;
    position: relative;
    background: none;
  }
  .campaign_2307_color .area-about .body .about h3 {
    position: relative;
    margin-left: 0;
    top: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 3;
  }
  .campaign_2307_color .area-about .body .about h3 img {
    height: 97px;
  }
  .campaign_2307_color .area-about .body .about h4 {
    font-size: 28px;
    margin-bottom: 1em;
  }
  .campaign_2307_color .area-about .body .about h5 {
    font-size: 18px;
  }
  .campaign_2307_color .area-about .body .about p {
    font-size: 18px;
    line-height: 2;
  }
  .campaign_2307_color .area-about .body .about p small {
    font-size: 14px;
  }
  .campaign_2307_color .area-about .body .about dl {
    margin: 0;
    padding: 0;
  }
  .campaign_2307_color .area-about .body .about dl .row {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .campaign_2307_color .area-about .body .about dl dt {
    width: 135px;
    font-size: 13px;
    margin-bottom: 0;
  }
  .campaign_2307_color .area-about .body .about dl dd {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    flex: 1;
    padding-left: 2em;
  }
  .campaign_2307_color .area-about .body .about dl dd small {
    font-size: 14px;
  }
  .campaign_2307_color .area-about .body .about .imgtxt {
    position: relative;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .campaign_2307_color .area-about .body .about .imgtxt .txt {
    background: #fff;
    flex: 1;
    padding: 80px 160px;
  }
  .campaign_2307_color .area-about .body .about .imgtxt .img {
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0;
    width: 334px;
  }
  .campaign_2307_color .area-about .body .about .imgtxt .img img {
    width: 100%;
    height: auto;
    margin-top: 150px;
  }
  .campaign_2307_color .area-about .body .about:last-of-type {
    margin-bottom: 0;
  }
  .campaign_2307_color .area-about .body .about:last-of-type .imgtxt {
    padding-bottom: 0;
  }
  .campaign_2307_color .area-about .body .about:last-of-type .img {
    bottom: 0;
  }
  .campaign_2307_color .area-about .body .about:last-of-type .img img { /* width: 80%; */ }
  .campaign_2307_color .area-about .body .about:nth-of-type(odd) {
    padding-left: 150px;
  }
  .campaign_2307_color .area-about .body .about:nth-of-type(odd) .imgtxt .img {
    order: 1;
  }
  .campaign_2307_color .area-about .body .about:nth-of-type(odd) .imgtxt .img img {
    transform: translateX(40%);
  }
  .campaign_2307_color .area-about .body .about:nth-of-type(odd) .imgtxt .txt {
    order: 2;
  }
  .campaign_2307_color .area-about .body .about:nth-of-type(even) {
    padding-right: 150px;
  }
  .campaign_2307_color .area-about .body .about:nth-of-type(even) h3 {
    text-align: right;
    padding-right: 200px;
  }
  .campaign_2307_color .area-about .body .about:nth-of-type(even) .imgtxt .img img {
    transform: translateX(-40%);
  }
  .campaign_2307_color .area-plan {
    padding: 80px 0;
    margin-bottom: 0;
  }
  .campaign_2307_color .area-plan .title h2 {
    font-size: 40px;
    margin-bottom: 1em;
  }
  .campaign_2307_color .area-plan .body table {
    max-width: 920px;
    margin: 0 auto;
  }
  .campaign_2307_color .area-plan .body table thead {
    margin-bottom: 24px;
    position: static;
  }
  .campaign_2307_color .area-plan .body table thead th {
    font-size: 20px;
    width: 49%;
    padding: 0.5em 0;
  }
  .campaign_2307_color .area-plan .body table tbody tr.group-td {
    margin-bottom: 24px;
    padding: 16px 0;
  }
  .campaign_2307_color .area-plan .body table tbody tr.group-td picture img {
    max-width: 250px;
  }
  .campaign_2307_color .area-plan .body table tbody th {
    font-size: 20px;
    padding: 0.2em;
  }
  .campaign_2307_color .area-plan .body table tbody td {
    padding: 16px 32px;
  }
  .campaign_2307_color .area-plan .body table tbody td h3 {
    font-size: 16px;
  }
  .campaign_2307_color .area-plan .body table tbody td p {
    font-size: 16px;
    margin-bottom: 0.6em;
  }
  .campaign_2307_color .area-plan .body table tbody td dl .row {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .campaign_2307_color .area-plan .body table tbody td dl dt {
    font-size: 14px;
    padding: 0.3em 0;
    margin-bottom: 0;
    width: 148px;
  }
  .campaign_2307_color .area-plan .body table tbody td dl dd {
    font-size: 16px;
    flex: 1;
    padding-left: 15px;
  }
  .campaign_2307_color .area-plan .body table tbody td dl dd small {
    font-size: 12px;
  }
  .campaign_2307_color .area-plan .body table tbody td ol {
    margin-left: 1em;
  }
  .campaign_2307_color .area-plan .body table tbody td ol li {
    font-size: 16px;
    line-height: 1.8;
  }
  .campaign_2307_color .area-plan .body table tbody td a {
    margin-top: 10px;
  }
  .campaign_2307_color .area-plan .body h3 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .campaign_2307_color .area-plan .body .price {
    font-size: 16px;
  }
  .campaign_2307_color .area-plan .body .price .original {
    font-size: 16px;
    display: inline;
    margin-right: 1em;
  }
  .campaign_2307_color .area-plan .body .price large {
    font-size: 32px;
  }
  .campaign_2307_color .area-plan .body .price small {
    font-size: 12px;
  }
  .campaign_2307_color .area-plan .body .btns {
    display: flex;
    justify-content: center;
  }
  .campaign_2307_color .area-plan .body .btns li {
    margin-bottom: 0;
    margin: 0 8px;
    width: 380px;
  }
  .campaign_2307_color .area-plan .body .btns .btn-dflt {
    width: 100%;
    max-width: initial;
  }
  .campaign_2307_color .area-media {
    max-width: 1152px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .campaign_2307_color .area-media .title h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 1em;
  }
  .campaign_2307_color .area-media .body p {
    font-size: 18px;
    line-height: 2.2;
  }
  .campaign_expo2025 picture {
    display: block;
  }
  .campaign_expo2025 a.btn-dflt {
    font-size: 18px;
    max-width: 300px;
  }
  .campaign_expo2025 .area-kv {
    width: 100%;
    margin-bottom: 24px;
    margin-top: 150px;
    padding: 0 100px;
    margin-left: 0;
  }
  .campaign_expo2025 .area-kv .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .campaign_expo2025 .area-kv .title {
    margin-bottom: 48px;
  }
  .campaign_expo2025 .area-kv .title h1 img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-kv .body {
    padding: 0;
  }
  .campaign_expo2025 .area-kv .body .points {
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
  }
  .campaign_expo2025 .area-kv .body .point {
    border: 2px solid #000;
    margin-bottom: 0px;
    position: relative;
    width: 46%;
  }
  .campaign_expo2025 .area-kv .body .point::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/campaign/expo2025/icn-cross.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    bottom: none;
    transform: translate(0, -50%);
    left: auto;
    right: -58px;
  }
  .campaign_expo2025 .area-kv .body .point:last-of-type {
    margin-bottom: 0;
  }
  .campaign_expo2025 .area-kv .body .point:last-of-type::after {
    display: none;
  }
  .campaign_expo2025 .area-kv .body .point .imgtxt {
    display: flex;
  }
  .campaign_expo2025 .area-kv .body .point .txt {
    flex: 1;
    padding-left: 16px;
  }
  .campaign_expo2025 .area-kv .body .point .txt h2 {
    font-size: 18px;
    font-family: "Yu Gothic Pr6N B";
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .campaign_expo2025 .area-kv .body .point .txt p {
    font-size: 14px;
    line-height: 1.8;
  }
  .campaign_expo2025 .area-kv .body .expo {
    text-align: center;
  }
  .campaign_expo2025 .area-kv .body .expo img {
    max-width: 286px;
  }
  .campaign_expo2025 .area-kv .body .block-1sec {
    width: 100%;
    margin-left: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt .txt {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    flex: 1;
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt .img {
    padding-left: 40px;
    width: 60%;
  }
  .campaign_expo2025 .area-kv .body .block-1sec .imgtxt .img img {
    width: 100%;
    height: auto;
  }
  .campaign_expo2025 .area-present {
    padding: 0 100px;
    margin-bottom: 48px;
  }
  .campaign_expo2025 .area-present .inner {
    max-width: 500px;
    margin: 0 auto;
  }
  .campaign_expo2025 .area-present .title-body {
    padding: 40px 0px;
  }
  .campaign_expo2025 .area-present .body p img {
    max-width: 280px;
  }
  .campaign_expo2025 .area-app {
    padding: 0 100px;
  }
  .campaign_expo2025 .area-app .body .coin {
    text-align: center;
  }
  .campaign_expo2025 .area-app .body .coin img {
    max-width: 298px;
  }
  .campaign_expo2025 .area-app .body .btns {
    max-width: 186px;
    margin: 0 auto;
    margin-bottom: 64px;
  }
  .campaign_expo2025 .area-app .body .btns ul {
    padding: 0;
  }
  .campaign_expo2025 .area-app .body .btns ul li {
    margin-bottom: 16px;
  }
  .campaign_expo2025 .area-entry {
    padding: 60px 100px;
    margin-bottom: 80px;
  }
  .campaign_expo2025 .area-entry .body .step {
    text-align: center;
    margin-bottom: 48px;
  }
  .campaign_expo2025 .area-entry .body .step img {
    max-width: 840px;
  }
  .campaign_expo2025 .area-point {
    padding: 0 100px;
    margin-bottom: 80px;
  }
  .campaign_expo2025 .area-point .inner {
    max-width: 970px;
    margin: 0 auto;
  }
  .campaign_expo2025 .area-point .body .box.point ul {
    max-width: none;
    flex-direction: row;
    align-items: flex-start;
  }
  .campaign_expo2025 .area-point .body .box.point ul li {
    width: 33%;
    max-width: none;
    text-align: center;
    padding: 0 30px;
  }
  .campaign_expo2025 .area-point .body .box.point ul img {
    margin-bottom: 30px;
  }
  .campaign_expo2025 .area-point .body .box.point ul h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .campaign_expo2025 .area-step {
    padding: 0 100px;
    margin-bottom: 80px;
  }
  .campaign_expo2025 .area-step .inner {
    max-width: 1160px;
    margin: 0 auto;
  }
  .campaign_expo2025 .area-step .body ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }
  .campaign_expo2025 .area-step .body ul li {
    width: 25%;
    max-width: none;
    margin-bottom: 0px;
    padding: 0 30px;
  }
  .campaign_expo2025 .area-step .body ul img {
    margin-bottom: 30px;
  }
  .campaign_expo2025 .area-step .body ul h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .campaign_expo2025 .area-about {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .campaign_expo2025 .area-about .body picture {
    margin-bottom: 24px;
    text-align: center;
  }
  .campaign_expo2025 .area-about .body picture img {
    max-width: 275px;
  }
  .campaign_expo2025 .area-about .body dl .row {
    display: flex;
    padding: 0;
    margin-bottom: 24px;
    justify-content: center;
    width: 100%;
  }
  .campaign_expo2025 .area-about .body dl .row dd {
    flex: none;
  }
  .campaign_expo2025 .area-about .body .link-official a {
    max-width: 372px;
    margin: 0 auto;
  }
  .campaign_expo2025 .link-entry .btn-dflt {
    max-width: 500px;
    text-align: center;
  }
  .campaign_expo2025 .link-entry small {
    display: block;
  }
  .campaign_expo2025 .top-btn {
    margin-bottom: 48px;
  }
}