@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .row {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .text_cm {
    font-size: 16px;
    line-height: 1.75;
    margin-top:20px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 99;
    height: 84px;
    padding: 0 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.change {
    background-color: #fff;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 200px;
    max-width: 15vw;
  }
  .header .header_nav {
    margin-left: auto;
  }
  .header .header_nav_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_nav .btn {
    min-width: 200px;
    min-height: 52px;
    font-size: 18px;
    margin-top: 0;
    margin-left: 20px;
    padding-right: 28px;
    padding-left: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .header .header_nav .btn {
    min-width: 110px;
    min-height: 40px;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 16px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .header .header_nav .btn:after {
    right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }
  .header .header_nav ul li:not(:last-child) {
    position: relative;
    margin-right: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .header .header_nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_nav ul li:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .header .header_nav ul li:not(:last-child)::after {
    right: -13px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_nav ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .header .header_nav ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    text-align: center;
    padding: 40px 0;
    background: #27252c;
    font-size: 14px;
    color: #a2a2a2;
  }
  .footer a {
    color: #a2a2a2;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .footer ul li:not(:last-child) {
    position: relative;
    margin-right: 20px;
  }
  .footer ul li:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 46%;
    right: -13px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.btn {
    min-width: 360px;
    min-height: 80px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: -webkit-gradient(linear, right top, left top, from(#ad8846), to(#e8d3ae));
    background: -webkit-linear-gradient(right, #ad8846 0%, #e8d3ae 100%);
    background: -moz- oldlinear-gradient(right, #ad8846 0%, #e8d3ae 100%);
    background: linear-gradient(to left, #ad8846 0%, #e8d3ae 100%);
    -moz-box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.16);
         box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 55px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  a.btn {
    padding-left: 40px;
  }
}

@media screen and (min-width: 769px), print {
  a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: url(../img/ar.webp) center no-repeat;
    display: block;
    -moz-background-size: 24px 24px;
         background-size: 24px 24px;
  }
  .tac {
    text-align: center;
  }
  .tl {
    margin-bottom: 24px;
    text-align: center;
  }
  .tl .c_red {
    color: #FE4C7F;
  }
  .tl > em {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 2.4;
  }
  .tl > small {
    display: block;
    font-family: "Circe Rounded Alt";
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #fe4c7f;
  }
  .tl > span {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.33333;
    color: #343034;
  }
  .tl.st2 small {
    color: rgba(255, 255, 255, 0.5);
  }
  .tl.st2 span {
    color: #fff;
  }
  .tl.st3 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .tl.st3 {
    padding-left: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .tl.st3 small {
    line-height: 1.2;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .tl.st3 small {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px), print {
  .tl.st3 span {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .tl.st3 span {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv {
    background: url(../img/mv_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 100px 0 40px;
  }
  .p_top .mv .mv_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .mv .mv_top .mv_l {
    margin-right: -27%;
    width: 64%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .mv .mv_top .mv_r {
    padding-right: 40px;
    padding-left: 0px;
    width: 67%;
  }
  .p_top .mv .mv_top .mv_r h2 small {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 1.4vw;
    text-align: left;
    color: #fe4c7f;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .mv .mv_top .mv_r h2 small {
    padding-left: 65px;
  }
  .p_top .mv .mv_top .mv_r {
    padding-right: 40px;
    padding-left: 36px;
    width: 67%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv .mv_top .mv_r h2 small::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -55px;
    width: 48px;
    height: 48px;
    background: url(../img/japafir.webp) center/100% 100% no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .mv .mv_top .mv_r h2 small::before {
    left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .mv .mv_top .mv_r h2 span {
    max-width: 100%;
    width: 520px;
    display: block;
    margin: 8px 0 24px;
  }
  .p_top .mv .mv_top .mv_r .mv_txt img {
    width: 621px;
    max-width: 100%;
  }
  .p_top .mv .mv_top .mv_r h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    margin: 20px 0 12px;
  }
  .p_top .mv .mv_brand {
    margin: 20px 0 40px;
  }
  .p_top .mv .mv_brand ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .carousel {
    width: 100%;
    overflow: hidden;
  }
  .p_top .carousel .main_carousel {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .p_top .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_top .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .p_top .carousel .main_carousel ul li {
    float: left;
    width: 200px;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
    margin-right: 40px;
  }
  .p_top .carousel .main_carousel ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .struggle {
    background: url(../img/struggle_bg.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 59px;
  }
  .p_top .struggle .row {
    max-width: 780px;
  }
  .p_top .struggle .s_check {
    display: -ms-grid;
    display: grid;
    gap: 18px 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px;
  }
  .p_top .struggle .s_check li {
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.83333;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 10px 10px 10px 47px;
  }
  .p_top .struggle .s_check li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 13px;
    background: url(../img/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .struggle .txt_bot {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.63636;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 76, 127, 0.8)), to(rgba(169, 94, 198, 0.8)));
    background: -webkit-linear-gradient(left, rgba(254, 76, 127, 0.8) 0%, rgba(169, 94, 198, 0.8) 100%);
    background: -moz- oldlinear-gradient(left, rgba(254, 76, 127, 0.8) 0%, rgba(169, 94, 198, 0.8) 100%);
    background: linear-gradient(to right, rgba(254, 76, 127, 0.8) 0%, rgba(169, 94, 198, 0.8) 100%);
    padding: 25px;
    margin-top: 65px;
  }
  .p_top .struggle p {
    color: #fff;
  }
  .p_top .struggle p + p {
    margin-top: 25px;
  }
  .p_top .company {
    padding-top: 80px;
    padding-bottom: 40px;
    background: url(../img/company_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .company .text_cm {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .company .c_list {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .company .c_list {
    gap: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .company .c_list > li {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 40px #eacae5;
         box-shadow: 0px 0px 40px #eacae5;
    padding: 24px;
    font-size: 16px;
    line-height: 1.71429;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .company .c_list > li {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .company .c_list > li {
    padding: 24px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .company .c_list > li .c_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .company .c_list > li .c_head figure {
    width: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .company .c_list > li .c_head .txt {
    width: 100%;
  }
  .p_top .company .c_list > li h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.75;
    text-align: left;
    color: #343034;
    margin: 12px 0 4px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .company .c_list > li h4 {
    font-size: 18px;
    margin-right: 0px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .support {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p_top .support .support_slider {
    margin-top: 40px;
    position: relative;
    overflow: initial;
  }
  .p_top .support .support_slider .swiper-slide {
    width: 368px;
    height: auto;
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #f6f7f7;
    padding: 24px;
    margin-right: 32px;
  }
  .p_top .support .support_slider .swiper-slide h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0 12px;
  }
  .p_top .support .support_slider .swiper-slide p {
    font-size: 16px;
    line-height: 1.71429;
  }
  .p_top .support .support_slider .swiper-slide figure {
    position: relative;
    height: 206px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
  }
  .p_top .support .support_slider .swiper-slide figure img {
    -moz-border-radius: 8px;
         border-radius: 8px;
    overflow: hidden;
  }
  .p_top .support .support_slider .swiper-slide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .support .support_slider .swiper-slide figure .num {
    position: absolute;
    top: 8px;
    left: 15px;
    font-family: "Circe Rounded";
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    color: #fff;
    font-style: normal;
    z-index: 2;
  }
  .p_top .what {
    background: url(../img/what_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0;
  }
  .p_top .what .what_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .what .what_l {
    color: #fff;
    width: 35%;
  }
  .p_top .what .what_l .tl {
    text-align: left;
  }
  .p_top .what .what_l .tl small {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .what .what_l .tl small {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .what .what_r {
    width: 65%;
  }
  .p_top .what .what_r .card {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: #fff;
    border: 4px solid #e2d9ca;
    padding: 25px 30px;
    font-size: 14px;
    line-height: 1.71429;
    position: relative;
  }
  .p_top .what .what_r .card::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 35px;
    width: 75px;
    height: 63px;
    background: url(../img/ic_quote.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .what .what_r .card .card_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
  .p_top .what .what_r .card .card_head .txt {
    width: 100%;
    padding-left: 20px;
  }
  .p_top .what .what_r .card .card_head .txt h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
  }
  .p_top .what .what_r .card .card_head .txt .star {
    width: 98px;
  }
  .p_top .what .what_r .card .card_head figure {
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    overflow: hidden;
    width: 83px;
    height: 83px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .what .what_r .card .card_head figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .what .what_r .card .title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .p_top .what .what_r .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    margin-top: 8px;
  }
  .p_top .what .what_r .meta .meta_it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .what .what_r .meta .meta_it strong {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.75;
    color: #b9985f;
    white-space: nowrap;
  }
  .p_top .what .what_r .meta .meta_it span {
    background: #343034;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #fff;
    padding: 2px 21px 2px 13px;
    font-size: 14px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    margin-right: 12px;
    white-space: nowrap;
  }
  .p_top .what .what_r .nav-buttons {
    margin-top: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .p_top .what .what_r .nav-buttons div {
    padding: 6px 33px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid;
  }
  .p_top .what .what_r .nav-buttons div.active {
    background: #fff;
    color: #343034;
    border: 1px solid #fff;
  }
  .p_top .security {
    background: url(../img/security_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 80px 0;
  }
  .p_top .security .security_slider_wr .security_slider {
    overflow: initial !important;
  }
  .p_top .security .s_list {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    gap: 43px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .security .s_list {
    gap: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .security .s_list li {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 40px #eacae5;
         box-shadow: 0px 0px 40px #eacae5;
    padding: 40px 25px;
  }
  .p_top .security .s_list li figure {
    text-align: center;
  }
  .p_top .security .s_list li figure img {
    height: 52px;
    width: auto;
  }
  .p_top .security .s_list li h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #343034;
    margin: 20px 0 12px;
  }
  .p_top .security .s_list li p {
    font-size: 14px;
    line-height: 1.71429;
  }
  .p_top .faq {
    padding: 75px 0 40px;
  }
  .p_top .faq_btn {
    text-align: right;
    margin-top: 40px;
  }
  .p_top .faq_btn a {
    font-weight: bold;
    font-size: 16px;
    color: #fe4c7f;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .faq_btn a::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
    margin-left: 10px;
  }
  .p_top .faq_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .faq_l {
    width: 35%;
    margin-right: 12px;
  }
  .p_top .faq_l .tl {
    text-align: left;
  }
  .p_top .faq_r {
    width: 65%;
  }
  .p_top .faq_r dl + dl {
    margin-top: 40px;
  }
  .p_top .faq_r dl dt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  .p_top .message {
    background: url(../img/message_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px 0 80px;
  }
  .p_top .message_top {
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 40px #eacae5;
         box-shadow: 0px 0px 40px #eacae5;
    padding: 35px 80px 80px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .message_top {
    padding: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .message_top .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .message_top .df figure {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .message_top .df figure img {
    -moz-border-radius: 12px;
         border-radius: 12px;
    overflow: hidden;
  }
  .p_top .message_top .df .txt {
    width: 100%;
    padding-right: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1039px) and (min-width: 769px) {
  .p_top .message_top .df .txt {
    padding-right: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .message_top .df .txt p + p {
    margin-top: 25px;
  }
  .p_top .message_top .df .txt h3 {
    margin-bottom: 32px;
  }
  .p_top .message_top .df .txt h3 span {
    display: block;
    font-family: "Circe Rounded Alt EX";
    font-weight: normal;
    font-size: 40px;
    line-height: 1.25;
    text-align: left;
    color: #fe4c7f;
  }
  .p_top .message_top .df .txt h3 small {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #343034;
  }
  .p_top .message_bot {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .message_bot h3 {
    padding-right: 15px;
  }
  .p_top .message_bot h3 img {
    width: 390px;
    max-width: 100%;
  }
  .p_top .message_bot .txt h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.42857;
    text-align: left;
    color: #343034;
  }
  .p_top .message_bot .txt p + p {
    margin-top: 20px;
  }
  .p_top .message_bot .txt .txt_str {
    color: #fe4c7f;
  }
  #loading {
    background: #fff url("../img/mv_bg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  #loading .loader_new {
    width: 360px;
    height: 74px;
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4.10256vw;
    padding-right: 4.10256vw;
  }
  .inner {
    padding-left: 4.10256vw;
    padding-right: 4.10256vw;
  }
  .text_cm {
    font-size: 4vw;
    line-height: 1.71429;
    margin-top:12px;
  }
  body::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 91;
  }
  body.active::after {
    visibility: visible;
    opacity: 1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 99;
    height: 16.41026vw;
    padding-left: 4.10256vw;
  }
  .header.change {
    background-color: #fff;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 46.15385vw;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 84.61538vw;
    max-width: 100%;
    background-color: #FE4C7F;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1001;
    padding: 33.33333vw 8.20513vw 12.82051vw;
  }
  .header .header_nav .btn {
    min-height: 15.38462vw;
  }
  .header .header_nav .header_sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #fff;
    margin-top: 7.69231vw;
  }
  .header .header_nav .header_sub a {
    color: #fff;
  }
  .header .header_nav .header_sub li{
    position: relative;
    margin-right: 5.12821vw;
    font-size: 3.07692vw;
    line-height: 2;
  }
  .header .header_nav .header_sub li:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 46%;
    right: -3.33333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header_nav .header_link li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .header_nav .header_link li a {
    display: block;
    position: relative;
    padding: 20px 40px 20px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .header_nav .header_link li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 8px;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .menu_icon {
    width: 16.41026vw;
    height: 16.41026vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FE4C7F;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(1.79487vw) rotate(-45deg);
       -moz-transform: translateY(1.79487vw) rotate(-45deg);
        -ms-transform: translateY(1.79487vw) rotate(-45deg);
            transform: translateY(1.79487vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-1.79487vw) rotate(45deg);
       -moz-transform: translateY(-1.79487vw) rotate(45deg);
        -ms-transform: translateY(-1.79487vw) rotate(45deg);
            transform: translateY(-1.79487vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 7.17949vw;
    height: 4.10256vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 4.10256vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.51282vw;
    min-height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 2563.84615vw;
         border-radius: 2563.84615vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.79487vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {
    text-align: center;
    padding: 10.25641vw 0;
    background: #27252c;
    font-size: 3.07692vw;
    color: #a2a2a2;
  }
  .footer a {
    color: #a2a2a2;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.12821vw;
  }
  .footer ul li:not(:last-child) {
    position: relative;
    margin-right: 5.12821vw;
  }
  .footer ul li:not(:last-child)::after {
    content: "/";
    position: absolute;
    top: 46%;
    right: -3.33333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.btn {
    min-height: 15.38462vw;
    -moz-border-radius: 2563.84615vw;
         border-radius: 2563.84615vw;
    background: -webkit-gradient(linear, right top, left top, from(#ad8846), to(#e8d3ae));
    background: -webkit-linear-gradient(right, #ad8846 0%, #e8d3ae 100%);
    background: -moz- oldlinear-gradient(right, #ad8846 0%, #e8d3ae 100%);
    background: linear-gradient(to left, #ad8846 0%, #e8d3ae 100%);
    -moz-box-shadow: 2.05128vw 2.05128vw 3.07692vw rgba(0, 0, 0, 0.16);
         box-shadow: 2.05128vw 2.05128vw 3.07692vw rgba(0, 0, 0, 0.16);
    font-weight: bold;
    font-size: 5.12821vw;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 11.53846vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.12821vw;
  }
  a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.12821vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 2563.84615vw;
         border-radius: 2563.84615vw;
    background: url(../img/ar.webp) center no-repeat;
    display: block;
    -moz-background-size: 6.15385vw 6.15385vw;
         background-size: 6.15385vw 6.15385vw;
  }
  .tac {
    text-align: center;
  }
  .tl {
    margin-bottom: 4.8vw;
    text-align: center;
  }
  .tl .c_red {
    color: #FE4C7F;
  }
  .tl > em {
    font-style: normal;
    font-weight: bold;
    font-size: 4.10256vw;
    line-height: 1.5;
  }
  .tl > small {
    display: block;
    font-family: "Circe Rounded Alt";
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.8;
    color: #fe4c7f;
  }
  .tl > span {
    display: block;
    font-weight: bold;
    font-size: 6.4vw;
    line-height: 1.4;
    color: #343034;
  }
  .tl.st2 small {
    color: rgba(255, 255, 255, 0.5);
  }
  .tl.st2 span {
    color: #fff;
  }
  .tl.st3 {
    text-align: left;
    margin-bottom: 0;
    padding-left: 2.5641vw;
  }
  .tl.st3 small {
    line-height: 1.2;
    font-size: 3.07692vw;
  }
  .tl.st3 span {
    font-size: 5.2vw;
  }
  .p_top .mv {
    background: url(../img/mv_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20vw 0 8vw;
  }
  .p_top .mv .mv_top .mv_l {
    width:78vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto 1vw 10vw;
  }
  .p_top .mv .mv_top .mv_r h2 small {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 3.07692vw;
    text-align: left;
    color: #fe4c7f;
    padding-left: 12.05128vw;
  }
  .p_top .mv .mv_top .mv_r h2 small::before {
    content: "";
    position: absolute;
    top: -2.82051vw;
    left: 0;
    width: 9.48718vw;
    height: 9.48718vw;
    background: url(../img/japafir.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv .mv_top .mv_r h2 span {
    max-width: 100%;
    width:78vw;
    display: block;
    margin: 0 auto 2.6vw;
  }
  .p_top .mv .mv_top .mv_r h3 {
    font-weight: bold;
    font-size: 4.3vw;
    line-height: 1.5;
    margin: 3vw 0 2vw;
  }
  .p_top .mv .mv_brand {
    margin: 8vw 0 2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .p_top .mv .mv_brand ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .carousel {
    width: 100%;
    overflow: hidden;
  }
  .p_top .carousel .main_carousel {
    height: 35.89744vw;
    overflow: hidden;
    position: relative;
  }
  .p_top .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_top .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .p_top .carousel .main_carousel ul li {
    float: left;
    width: 35.89744vw;
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    overflow: hidden;
    margin-right: 6.92308vw;
  }
  .p_top .carousel .main_carousel ul li img {
    width: 100%;
    height: 35.89744vw;
    object-fit: cover;
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    overflow: hidden;
  }
  .p_top .struggle {
    background: url(../img/struggle_bg_sp.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 11.53846vw;
  }
  .p_top .struggle .s_check {
    display: -ms-grid;
    display: grid;
    gap: 2.5641vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 5.12821vw;
  }
  .p_top .struggle .s_check li {
    -moz-border-radius: 2563.84615vw;
         border-radius: 2563.84615vw;
    font-weight: bold;
    font-size: 4.10256vw;
    line-height: 1.83333;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding: 2.5641vw 12.05128vw;
  }
  .p_top .struggle .s_check li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.61538vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.35897vw;
    height: 3.33333vw;
    background: url(../img/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .struggle .txt_bot {
    font-weight: bold;
    font-size: 4.6vw;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 76, 127, 0.8)), to(rgba(169, 94, 198, 0.8)));
    background: -webkit-linear-gradient(left, rgba(254, 76, 127, 0.8) 0%, rgba(169, 94, 198, 0.8) 100%);
    background: -moz- oldlinear-gradient(left, rgba(254, 76, 127, 0.8) 0%, rgba(169, 94, 198, 0.8) 100%);
    background: linear-gradient(to right, rgba(254, 76, 127, 0.8) 0%, rgba(169, 94, 198, 0.8) 100%);
    padding: 6.15385vw;
    margin-top: 10.25641vw;
  }
  .p_top .struggle p {
    color: #fff;
  }
  .p_top .struggle p + p {
    margin-top: 6.41026vw;
  }
  .p_top .company {
    padding-top: 12vw;
    padding-bottom: 2vw;
    background: url(../img/company_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .company .text_cm {
    text-align: center;
    margin-bottom: 10.25641vw;
  }
  .p_top .company .c_list {
    display: -ms-grid;
    display: grid;
    gap: 3.07692vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .company .c_list > li {
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0vw 0vw 10.25641vw #eacae5;
         box-shadow: 0vw 0vw 10.25641vw #eacae5;
    padding: 6vw;
    font-size: 3.6vw;
    line-height: 1.71429;
  }
  .p_top .company .c_list > li .c_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .company .c_list > li .c_head figure {
    width: 16vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .company .c_list > li .c_head .txt {
    width: 100%;
  }
  .p_top .company .c_list > li h4 {
    font-weight: bold;
    font-size: 4.6vw;
    line-height: 1.5;
    text-align: left;
    color: #343034;
    margin: 3.2vw 0 1.2vw;
  }
  .p_top .support {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .p_top .support .support_slider {
    margin-top: 6.15385vw;
    position: relative;
    overflow: initial;
  }
  .p_top .support .support_slider .swiper-slide {
    width: 79.48718vw;
    height: auto;
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    background: #f6f7f7;
    padding: 5.12821vw;
    margin-right: 5.12821vw;
  }
  .p_top .support .support_slider .swiper-slide h3 {
    font-weight: bold;
    font-size: 4.61538vw;
    line-height: 1.4;
    margin: 4.10256vw 0;
  }
  .p_top .support .support_slider .swiper-slide p {
    font-size: 4vw;
    line-height: 1.71429;
  }
  .p_top .support .support_slider .swiper-slide figure {
    position: relative;
    height: 44.61538vw;
    -moz-border-radius: 2.05128vw;
         border-radius: 2.05128vw;
    overflow: hidden;
  }
  .p_top .support .support_slider .swiper-slide figure img {
    -moz-border-radius: 2.05128vw;
         border-radius: 2.05128vw;
    overflow: hidden;
  }
  .p_top .support .support_slider .swiper-slide figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .support .support_slider .swiper-slide figure .num {
    position: absolute;
    top: 2.05128vw;
    left: 3.84615vw;
    font-family: "Circe Rounded";
    font-weight: bold;
    font-size: 10.25641vw;
    line-height: 1;
    text-align: left;
    color: #fff;
    font-style: normal;
    z-index: 2;
  }
  .p_top .what {
    background: url(../img/what_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12vw 0;
  }
  .p_top .what .what_l {
    color: #fff;
    text-align: center;
    margin-bottom: 6.15385vw;
  }
  .p_top .what .what_r .card {
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    background: #fff;
    border: 1.02564vw solid #e2d9ca;
    padding: 5.12821vw;
    font-size: 3.6vw;
    line-height: 1.71429;
    position: relative;
  }
  .p_top .what .what_r .card::after {
    content: "";
    position: absolute;
    top: 5.12821vw;
    right: 5.12821vw;
    width: 15.40529vw;
    height: 13.0273vw;
    background: url(../img/ic_quote.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .what .what_r .card .card_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.07692vw;
  }
  .p_top .what .what_r .card .card_head .txt {
    width: 100%;
    padding-left: 5.12821vw;
  }
  .p_top .what .what_r .card .card_head .txt h3 {
    font-weight: bold;
    font-size: 5.12821vw;
    line-height: 1.4;
  }
  .p_top .what .what_r .card .card_head .txt .star {
    width: 25.12821vw;
  }
  .p_top .what .what_r .card .card_head figure {
    -moz-border-radius: 2563.84615vw;
         border-radius: 2563.84615vw;
    overflow: hidden;
    width: 21.28205vw;
    height: 21.28205vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .what .what_r .card .card_head figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .what .what_r .card .title {
    font-size: 4.10256vw;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 2.5641vw;
  }
  .p_top .what .what_r .meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.10256vw;
    margin-top: 5.12821vw;
  }
  .p_top .what .what_r .meta .meta_it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .what .what_r .meta .meta_it strong {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 7.17949vw;
    line-height: 1.75;
    color: #b9985f;
    line-height: 1;
  }
  .p_top .what .what_r .meta .meta_it span {
    background: #343034;
    line-height: 2;
    font-weight: bold;
    color: #fff;
    padding: 0.51282vw 5.38462vw 0.51282vw 3.33333vw;
    font-size: 4vw;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    margin-right: 3.07692vw;
  }
  .p_top .what .what_r .nav-buttons {
    margin-top: 5.12821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5641vw;
  }
  .p_top .what .what_r .nav-buttons div {
    padding: 1.53846vw 8.46154vw;
    -moz-border-radius: 256.15385vw;
         border-radius: 256.15385vw;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    border: 1px solid;
  }
  .p_top .what .what_r .nav-buttons div.active {
    background: #fff;
    color: #343034;
    border: 1px solid #fff;
  }
  .p_top .security {
    background: url(../img/security_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 11.53846vw 0;
  }
  .p_top .security .security_slider_wr .security_slider_inner {
    background: rgba(255, 255, 255, 0.6);
    margin-top: 6.15385vw;
    overflow: hidden;
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    -moz-box-shadow: 0vw 0vw 10.25641vw #eacae5;
         box-shadow: 0vw 0vw 10.25641vw #eacae5;
  }
  .p_top .security .security_slider_wr .swiper-pagination {
    position: static;
    margin-top: 5.12821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .security .security_slider_wr .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 3.07692vw;
    height: 3.07692vw;
    background: rgba(52, 48, 52, 0.2);
    margin: 0 1.28205vw;
  }
  .p_top .security .security_slider_wr .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #FE4C7F;
  }
  .p_top .security .s_list li {
    padding: 6vw 6vw ;
  }
  .p_top .security .s_list li figure {
    text-align: center;
  }
  .p_top .security .s_list li figure img {
    height: 13.33333vw;
    width: auto;
  }
  .p_top .security .s_list li h3 {
    font-weight: bold;
    font-size: 4.61538vw;
    text-align: center;
    color: #343034;
    margin: 5.12821vw 0 3.07692vw;
  }
  .p_top .security .s_list li p {
    font-size: 4vw;
    line-height: 1.71429;
  }
  .p_top .faq {
    padding: 11.53846vw 0 12vw;
  }
  .p_top .faq_btn {
    text-align: center;
    margin-top: 6.66667vw;
  }
  .p_top .faq_btn a {
    font-weight: bold;
    font-size: 4vw;
    color: #fe4c7f;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .faq_btn a::after {
    content: "";
    width: 1.53846vw;
    height: 2.5641vw;
    background: url(../img/ar2.svg) center/100% 100% no-repeat;
    display: block;
    margin-left: 2.5641vw;
  }
  .p_top .faq_r dl + dl {
    margin-top: 6.15385vw;
  }
  .p_top .faq_r dl dt {
    font-weight: bold;
    font-size: 4.10256vw;
    line-height: 1.5;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 2.05128vw;
    margin-bottom: 3.07692vw;
  }
  .p_top .message {
    background: url(../img/message_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 10.25641vw 0 12vw;
  }
  .p_top .message_top {
    -moz-border-radius: 5.12821vw;
         border-radius: 5.12821vw;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0vw 0vw 10.25641vw #eacae5;
         box-shadow: 0vw 0vw 10.25641vw #eacae5;
    padding: 6.41026vw 5.12821vw 7.69231vw;
    margin-bottom: 15.38462vw;
  }
  .p_top .message_top .df figure {
    width: 41.02564vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    overflow: hidden;
    margin: 0 auto 3.2vw;
  }
  .p_top .message_top .df figure img {
    -moz-border-radius: 3.07692vw;
         border-radius: 3.07692vw;
    overflow: hidden;
  }
  .p_top .message_top .df .txt p + p {
    margin-top: 6.41026vw;
  }
  .p_top .message_top .df .txt h3 {
    margin-bottom: 5.12821vw;
    text-align: center;
  }
  .p_top .message_top .df .txt h3 span {
    display: block;
    font-family: "Circe Rounded Alt EX";
    font-weight: normal;
    font-size: 9vw;
    line-height: 1;
    color: #fe4c7f;
  }
  .p_top .message_top .df .txt h3 small {
    display: block;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.2;
    color: #343034;
  }
  .p_top .message_bot h3 {
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  .p_top .message_bot h3 img {
    width: 67.69231vw;
    max-width: 100%;
  }
  .p_top .message_bot .txt h4 {
    margin-bottom: 2.05128vw;
    font-weight: bold;
    font-size: 5.12821vw;
    line-height: 1.4;
    text-align: left;
    color: #343034;
  }
  .p_top .message_bot .txt p + p {
    margin-top: 5.12821vw;
  }
  .p_top .message_bot .txt .txt_str {
    color: #fe4c7f;
  }
  #loading {
    background: #fff url("../img/mv_bg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  #loading .loader_new {
    width: 67.69231vw;
    height: 14.61538vw;
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}

#loading {
  position: fixed;
  z-index: 1999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading.loaded {
  pointer-events: none;
  /*z-index: -1;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-moz-keyframes zoom-in-out {
  0% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
}

@keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.mv_brand a,
.main_carousel a {
  pointer-events: none;
}

.pulse {
  margin: 0 auto;
  animation: pulse 1s infinite;
  overflow: hidden;
  display: block;
}
@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}