@charset "UTF-8";

/* -------------------------------------------------------------
pc
------------------------------------------------------------- */
body {
    color: #353535;
    /* 文字色 */
    font-family: #353535;
    font-size: 2.19vw;
    line-height: 1.4;
    font-feature-settings: "palt";
    background: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
}

section {
    overflow: hidden;
}

@media screen and (min-width: 501px) {
    .xs {
        display: none;
    }

    body {
        font-size: 2.19vw;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 2vw;
    }

    .sp {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    body {
        font-size: 1.875vw;
    }
}

@media screen and (min-width: 1367px) {
    body {
        font-size: 1.5rem;
    }
}

p {
    margin: 0;
}

@media screen and (max-width: 767px) {

    /* ------------------------------
  display
  ------------------------------ */
    .pc {
        display: none !important;
    }
}

/* -------------------------------------------------------------
link
------------------------------------------------------------- */
a {
    color: #FFF;
    /* カラー */
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        /* TEL無効 */
    }
}

/* -------------------------------------------------------------
floating cta
------------------------------------------------------------- */
.floating {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s;
}

@media screen and (min-width: 768px) {
    .floating {
        width: 6%;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .text_ale {
        display: block;
        background: #fff;
        color: #000;
        font-size: 0.9rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .text_ale p {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1367px) {
    .floating {
        width: 112px;
    }
}

.floating img {
    width: 100%;
    height: auto;
}

.floating.on {
    opacity: 1;
}

/* -------------------------------------------------------------
header
------------------------------------------------------------- */
#header {
    background: #0a1a29;
    color: #FFF;
}

#header .head_nav {
    /* padding: 20px 20px !important; */
    padding: 20px 60px !important;
    margin: 0 auto;
    /*    background-color: #0c2b4c;*/
    background-color: #0056a6;
}

#header .head_nav .head_nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    position: relative;
}
/* #header .head_nav .head_nav_list li::before {
    content:"";
    position:absolute;
    left:50%;
    top:20%;
    background:red;
    width:5px;
    height:100%;
} */

#header .head_nav .head_nav_list .head_nav_item {
    /*    width: 25%;*/
    width: 20%;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

#header .head_nav .head_nav_list .head_nav_item {
    width: 20%;
    width: auto;
    font-size: 18px;
    /* display: flex; */
    justify-content: center;
    position: relative;
}

#header .head_nav .head_nav_list .head_nav_item .head_nav_link {
    color: #fff;
    list-style: none;
    letter-spacing: 0.05em;
}

#header .container.cont_l {
    padding: 5px 1.5% 8px;
    justify-content: center;
    align-items: center;
}

#header .container.cont_l .catch {
    font-weight: 700;
    font-size: 3.25vw;
    text-align: center;
    white-space: nowrap;
    line-height: 1.1;
}

@media screen and (min-width: 768px) {
    #header .container.cont_l .catch {
        padding-bottom: 10px;
    }
}


#header .container.cont_l .catch small {
    font-size: 2.4vw;
}

#header .container.cont_l .bo_box {
    border: 2px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 2%;
    margin: 0 1.5%;
}

@media screen and (min-width: 768px) {
    #header .container.cont_l .bo_box {
        border: 3px solid #FFF;
    }
}

#header .container.cont_l .bo_box span {
    font-weight: 700;
    font-size: 2.0vw;
    text-align: center;
    white-space: nowrap;
}

#header .container.cont_l .head_logo {
    width: 36%;
    max-width: 584px;
}

#header .container.cont_l .head_logo img {
    width: 100%;
    display: block;
}

/* ------------------------------
   mv
------------------------------ */
#mainvisual {
    position: relative;
    background: url("../img/bg_mv.jpg") center no-repeat #0a1a29;
    background-blend-mode: darken;
    background-size: cover;
    padding-bottom: 30px;
}

#mainvisual::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16/1;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #0a1a29 50.5%) no-repeat top left/100% 100%;
}

/* -------------------------------------------------------------
footer
------------------------------------------------------------- */
footer {
    position: relative;
    background: #111112;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    footer {
        padding-bottom: 0;
    }
}

footer .sns-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .sns-link a {
    display: block;
    margin: 0 10px;
}

footer .sns-link a img {
    width: auto;
    height: 40px;
}

.footer-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 15px;
    text-decoration:underline;
    text-decoration-color: fff;
}

.footer-link a{
    margin-left: 40px;
}

@media screen and (max-width: 768px) {
    .footer-link{
        font-size: 10px;
    }
}


.copy {
    padding-bottom: 0px;
}

.copy address {
    color: #FFF;
    font-style: normal;
    line-height: 50px;
    text-align: center;
    font-size: 0.66666em;
}

.floating_btm {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
    background: #c2ed4f;
    box-shadow: 0 0 10px -10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
    .floating_btm {
        height: 160px;
        flex-flow: column;
    }
}

@media screen and (max-width: 767px) {
    .floating_btm a.btn_line {
        width: 90%;
        margin: auto auto 0;
    }

    .floating_btm a.btn_line img {
        width: 100%;
    }

    .text_ale {
        display: block;
        background: #fff;
        color: #000;
        padding-top: 10px;
    }

    .text_ale p {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 10px;
        font-size: 10px !important;
    }
}

.floating_btm a.btn_floating_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 980px;
    height: 72px;
    margin: auto;
    background-color: #f13c03;
    color: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
    font-weight: 700;
    overflow: hidden;
    position: relative;
}

.floating_btm a.btn_floating_cta_see {
    background-color: #ff8b27;
}

.new_btn.floating_btm .btn_floating_cta {
    width: 80%;
    border-radius: 0px;
}

.new_btn.floating_btm .btn_floating_cta {
    margin: inherit;
}

.new_btn_logo {
    margin-right: 10px;
}

.new_btn.floating_btm {
    background: none;
    height: inherit;
}

/* IEの場合 */
@media all and (-ms-high-contrast: none) {
    .floating_btm a.btn_floating_cta {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .floating_btm a.btn_floating_cta {
        font-size: 2em;
        height: 60px;
    }
}

.floating_btm a.btn_floating_cta:hover {
    opacity: 1;
    background-color: #dd3500;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.floating_btm a.btn_floating_cta_see:hover {
    opacity: 1;
    background-color: #ff7e0f !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.btnshine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.btnshine:hover::before {
    opacity: 0;
}

@keyframes shine {
    30% {
        left: 125%;
    }

    100% {
        left: 125%;
    }
}

/* ------------------------------
    共通
------------------------------ */
.en {
    font-family: bebas-kai, sans-serif;
}

.section {
    padding: 2.4em 0;
}

.section .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
}

@media screen and (min-width: 1367px) {
    .section .container {
        padding: 0;
        width: 1120px;
    }
}

.section .container_full {
    padding: 0;
}

@media screen and (min-width: 1367px) {
    .section .container_full {
        width: 100%;
    }
}

figure {
    margin: 0;
    display: block;
}

.img {
    width: 100%;
    height: auto;
}

h2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-weight: 900;
}

h2 span {
    font-size: 2em;
}

h3 {
    font-size: 2em;
}

@media screen and (min-width: 501px) {
    h3 {
        font-size: 1.4em;
    }
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 1.6em;
    }
}

h4 {
    font-size: 1.8em;
}

@media screen and (min-width: 768px) {
    h4 {
        font-size: 1.13333em;
    }
}

.tit-box {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto 1.6em;
}

.tit-box2 {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto 1.6em;
}

@media screen and (min-width: 768px) {
    .tit-box h2 {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        color: inherit;
        line-height: 1.2;
        position: relative;
        width: 100%;
        text-align: center;
        /*        height: 16vw;*/
        justify-content: flex-end;
    }

    .tit-box2 h2 {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        color: inherit;
        line-height: 1.2;
        position: relative;
        width: 100%;
        text-align: center;
        /*        height: 16vw;*/
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .tit-box h2 {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        color: inherit;
        line-height: 1.2;
        position: relative;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .tit-box2 h2 {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        color: inherit;
        line-height: 1.2;
        position: relative;
        width: 100%;
        text-align: center;
    }
}

.tit-box h2 .en {
    font-size: 4.33em;
    font-weight: 400;
}

.tit-box h2 .ja {
    font-size: 1.2em;
    font-weight: 500;
}

.tit-box2 h2 .en {
    font-size: 4.33em;
    font-weight: 400;
}

.tit-box2 h2 .ja {
    font-size: 1.2em;
    font-weight: 500;
}

h4.bar {
    background: #353535;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    line-height: 3em;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    h4.bar {
        width: 98%;
    }
}

.u_line {
    border-bottom: 1px solid #353535;
    padding-bottom: 8px;
}

.u_waveline {
    display: block;
    padding-bottom: 0.25em;
    background: url("../img/line_wave.png") left bottom repeat-x;
    background-size: auto 0.25em;
}

.white-box .u_waveline {
    display: block;
    padding-bottom: 0.25em;
    background: url("../img/line_wave_or.png") left bottom repeat-x;
    background-size: auto 0.25em;
}

p,
li {
    font-size: 1em;
}

@media screen and (max-width: 768px) {

    p,
    li {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 500px) {

    p,
    li {
        font-size: 1.5em;
    }
}

p + p {
    line-height: 2.25;
    letter-spacing: 0.075em;
    margin-top: 1em;
}

p.lead {
    font-size: 1.13333em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    p.lead {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 500px) {
    p.lead {
        font-size: 1.8em;
    }
}

p.cap {
    font-size: 0.8em;
}

@media screen and (max-width: 768px) {
    p.cap {
        font-size: 10px;
    }
}

p.result {
    font-size: 2.0em;
    font-weight: 900;
}

@media screen and (min-width: 1025px) {
    p.result {
        font-size: 2.2em;
    }
}

main .container > p {
    line-height: 2;
}

.orange {
    color: #f13c03;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.mt-xs {
    margin-top: 0.5em;
}

.mt-s {
    margin-top: 1em;
}

.mt-m {
    margin-top: 2em;
}

.mt-l {
    margin-top: 3em;
}

.mt-xl {
    margin-top: 4em;
}

.deline {
    text-decoration: line-through;
}

.flex-wrap {
    display: flex;
}

.colmn-wrap {
    display: flex;
    flex-flow: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.colmn-wrap .col {
    padding: 0 20px 40px;
}

.colmn-wrap .col.col1_2 {
    width: 50%;
}

.colmn-wrap .col.col1_3 {
    width: 33.33%;
}

.colmn-wrap .col.col1_4 {
    width: 25%;
}

.colmn-wrap .col.col1_5 {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .colmn-wrap .col {
        padding: 0 0 32px;
    }

    .colmn-wrap .col.col1_2 {
        width: 100%;
    }

    .colmn-wrap .col.col1_3 {
        width: 100%;
    }

    .colmn-wrap .col.col1_4 {
        width: 50%;
    }

    .colmn-wrap .col.col1_5 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .colmn-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .colmn-wrap .col {
        padding: 0 0 32px;
    }

    .colmn-wrap .col.col1_2 {
        width: 100%;
    }

    .colmn-wrap .col.col1_3 {
        width: 100%;
    }

    .colmn-wrap .col.col1_4 {
        width: 100%;
    }

    .colmn-wrap .col.col1_5 {
        width: 100%;
    }
}

/************
#campaign
****************/
#campaign {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    top: calc(100vw/-16);
    margin-bottom: calc(100vw/-16);
}

#campaign::before {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 16/1;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #0056a6 50.5%) no-repeat top left/100% 100%;
    display: block;
}

#campaign .bg-wrap {
    background: linear-gradient(to bottom, #0056a6 0%, #053868 21%, #0c2948 100%);
    color: #FFF;
    padding: 2.4em 0;
}

#campaign .bg-wrap .benefit-box {
    border: 3px solid #FFF;
    position: relative;
    padding: 24px;
    margin-top: 1.5em;
    position: relative;
    z-index: 99;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box {
        padding: 32px;
    }
}

#campaign .bg-wrap .benefit-box .ribon {
    background: #FFF;
    position: absolute;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: -12px;
    top: -24px;
    color: #0e1283;
}

@media screen and (max-width: 500px) {
    #campaign .bg-wrap .benefit-box .ribon {
        width: 80px;
        height: 40px;
        line-height: 40px;
        top: -30px;
        left: -30px;
        margin-bottom: -20px;
        position: relative;
    }
}

#campaign .bg-wrap .benefit-box .ribon span {
    font-size: 1.2em;
    font-weight: 900;
}

@media screen and (max-width: 500px) {
    #campaign .bg-wrap .benefit-box .ribon span {
        font-size: 1.6em;
    }
}

#campaign .bg-wrap .benefit-box .ribon span strong {
    font-size: 1.81em;
}

#campaign .bg-wrap .benefit-box .ribon::after {
    content: "";
    position: absolute;
    left: 99.9%;
    top: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
}

#campaign .bg-wrap .benefit-box dl {
    margin: 0;
}

#campaign .bg-wrap .benefit-box dl dt {
    border-bottom: 2px solid #FFF;
    text-align: center;
    font-size: 2.03em;
    font-weight: 900;
    padding-bottom: 0.25em;
}

#campaign .bg-wrap .benefit-box dl dt small {
    display: block;
    font-size: 0.85em;
}

#campaign .bg-wrap .benefit-box dl dd {
    display: flex;
    flex-flow: wrap;
    padding-top: 0.75em;
    margin: 0;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box dl dd {
        justify-content: space-between;
    }
}

#campaign .bg-wrap .benefit-box dl dd .txt01 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box dl dd .txt01 {
        width: 54%;
    }
}

#campaign .bg-wrap .benefit-box dl dd .txt01 img {
    width: 100%;
}

#campaign .bg-wrap .benefit-box dl dd .txt02 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box dl dd .txt02 {
        width: 42%;
    }
}

#campaign .bg-wrap .benefit-box dl dd .txt02 img {
    width: 100%;
}

#campaign .bg-wrap .benefit-box .inner {
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box .inner {
        flex-flow: row nowrap;
    }
}

#campaign .bg-wrap .benefit-box .inner .p-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

#campaign .bg-wrap .benefit-box .inner p.strong {
    font-size: 3em;
    font-weight: 900;
    margin-right: 1em;
    white-space: nowrap;
}

@media screen and (min-width: 501px) {
    #campaign .bg-wrap .benefit-box .inner p.strong {
        font-size: 2.2em;
    }
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box .inner p.strong {
        font-size: 1.9em;
    }
}

#campaign .bg-wrap .benefit-box .inner p.price {
    font-size: 2.0em;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box .inner p.price {
        font-size: 1.5em;
    }
}

#campaign .bg-wrap .benefit-box .inner p.price .en {
    font-size: 1.2em;
}

#campaign .bg-wrap .benefit-box .inner p.price strong {
    font-size: 1.9em;
}

#campaign .bg-wrap .benefit-box .inner p.price small {
    font-size: 0.7em;
    display: inline-block;
    margin: 0 0.5em;
}

#campaign .bg-wrap .benefit-box.last {
    padding: 0;
}

@media screen and (max-width: 500px) {
    #campaign .bg-wrap .benefit-box.last .ribon {
        top: -10px;
        left: -10px;
        margin-bottom: 0;
        position: relative;
    }
}

#campaign .bg-wrap .benefit-box.last .inner {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box.last .inner {
        flex-flow: row nowrap;
    }
}

#campaign .bg-wrap .benefit-box.last .inner .txt03 {
    padding: 12px;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box.last .inner .txt03 {
        padding: 24px 0 24px 24px;
        width: 45%;
    }

    #campaign .bg-wrap .benefit-box.last .inner .txt04 {
        width: 45%;
    }
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box.last .inner .txt04 img {
        width: auto;
        height: 100%;
    }
}

#campaign .bg-wrap .benefit-box.last .inner .ico_plus {
    margin: 0 40px 0 0;
    background: #FFF;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0056a6;
    font-size: 4em;
}

@media screen and (min-width: 768px) {
    #campaign .bg-wrap .benefit-box.last .inner .ico_plus {
        font-size: 1.5em;
    }
}

/************
 price 
****************/


/* アンカーリンク */
.link-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
    margin-bottom: 120px;
}

.link-btn {
    position: relative;
    display: flex;
    font-weight: bold;
    color: #353535;
    width: 93%;
    height: 70px;
    border: solid 3px #353535;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    letter-spacing: 0.05em;
}

.link-btn::after {
    content: '';
    position: absolute;
    top: 42%;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #353535;
    border-right: 2px solid #353535;
    transform: rotate(45deg);
    transition: all .3s;
}

.link-btn:hover {
    color: #fff;
    background-color: #f13c03;
    opacity: inherit;
    transition: all .3s;
}

.link-btn:hover::after {
    right: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


@media screen and (max-width: 767px) {
    .link-wrapper {
        gap: 0;
        margin-top: 8vw;
        margin-bottom: 16vw;

    }

    .link-btn {
        height: 12vw;
        font-size: 3.733vw;
    }

    .link-btn::after {
        top: 42%;
        right: 2.667vw;
        width: 1.333vw;
        height: 1.333vw;
    }
}

/* アンカーリンク */
.link-wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
    margin-bottom: 120px;
}

.link-btn {
    position: relative;
    display: flex;
    font-weight: bold;
    color: #353535;
    width: 93%;
    height: 70px;
    border: solid 3px #353535;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    letter-spacing: 0.05em;
}

.link-btn::after {
    content: '';
    position: absolute;
    top: 42%;
    right: 40px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #353535;
    border-right: 2px solid #353535;
    transform: rotate(45deg);
    transition: all .3s;
}

.link-btn:hover {
    color: #fff;
    background-color: #f13c03;
    opacity: inherit;
    transition: all .3s;
}

.link-btn:hover::after {
    right: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


@media screen and (max-width: 767px) {
    .link-wrapper {
        gap: 0;
        margin-top: 8vw;
        margin-bottom: 16vw;

    }

    .link-btn {
        height: 12vw;
        font-size: 3.733vw;
    }

    .link-btn::after {
        top: 42%;
        right: 2.667vw;
        width: 1.333vw;
        height: 1.333vw;
    }
}

#price {
    background: url("../img/bg_price.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 6em;
}

#price::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16/1;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #0a1a29 50.5%) no-repeat top left/100% 100%;
    display: block;
}

#price::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16/1;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0c2948 50.5%) no-repeat top left/100% 100%;
    display: block;
}

#price .price-bn {
    position: relative;
    margin-top: 1.5em;}

@media screen and (min-width: 768px) {
    #price .price-bn figure {
        width: 93%;
        margin: 0 auto;
        border: 5px solid #353535;
    }
    #price .price-bn {
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 767px) {
    #price .price-bn figure {
        width: 93%;
        margin: 0 auto;
        border: 2px solid #353535;
    }
}

#price .price-bn.border_none figure {
    border: none;
}

#price .price-bn figure img {
    width: 100%;
    display: block;
}

#price .price-bn .icat {
    position: absolute;
    left: 2.6%;
    top: -10%;
    width: 28%;
}

#price .price-bn .icat img {
    width: 100%;
}

#price .price-bn p.cap {
    width: 93%;
    margin: 0 auto;
}

#price .price-bn-wrap .flex-wrap {
    width: 93%;
    margin: 0 auto;
    flex-flow: wrap;
}

#price .price-bn-wrap .flex-wrap .price-bn.harf {
    width: 100%;
    margin-top: 1em;
}

#price .price-bn-wrap .flex-wrap .price-bn.full {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    #price .price-bn-wrap .flex-wrap .price-bn.harf {
        width: 50%;
    }

    #price .price-bn-wrap .flex-wrap .price-bn.full {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    #price .price-bn-wrap .flex-wrap .price-bn.harf dl {
        border: 5px solid #353535;
        background: #FFF;
        display: flex;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #price .price-bn-wrap .flex-wrap .price-bn.harf dl {
        border: 2px solid #353535;
        background: #FFF;
        display: flex;
        margin: 0;
    }
}

#price .price-bn-wrap .flex-wrap .price-bn.harf dl dt {
    background: #353535;
    width: 45%;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3333em;
}

#price .price-bn-wrap .flex-wrap .price-bn.harf dl dd {
    padding: 12px 20px;
    margin: 0;
    width: 55%;
}

#price .price-bn-wrap .flex-wrap .price-bn.harf dl dd .price {
    text-align: center;
    font-weight: 900;
}

#price .price-bn-wrap .flex-wrap .price-bn.harf dl dd .price strong {
    font-size: 2.25em;
}

#price .price-bn-wrap .flex-wrap .price-bn.harf dl dd .price small {
    display: block;
    font-weight: 400;
}

#price .price-bn-wrap .flex-wrap + .price-bn {
    margin-top: 3em;
}

/************
　#onayami
****************/
#onayami {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

#onayami::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 12/1;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #0a1a29 50.5%) no-repeat top left/100% 100%;
    display: block;
}

#onayami .title-block {
    background: #0056a6;
    color: #FFF;
    position: relative;
    padding-top: 3.33em;
}

#onayami .title-block::after {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 32/3;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 100%;
    display: block;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #0056a6 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #0056a6 50.5%) no-repeat top right/50% 100%;
}

#onayami .title-block h2 small {
    font-size: 0.6666em;
}

#onayami .cont-block {
    background: url("../img/bg_price.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 5.5em;
    padding-bottom: calc(100vw/12);
}

#onayami .cont-block .nayami-wrap {
    flex-flow: column;
    margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
    #onayami .cont-block .nayami-wrap {
        flex-flow: row;
        align-items: center;
    }
}

#onayami .cont-block .nayami-wrap .img-box {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #onayami .cont-block .nayami-wrap .img-box {
        width: 40%;
        margin-right: -1%;
    }
}

@media screen and (min-width: 768px) {
    #onayami .cont-block .nayami-wrap .txt-box {
        width: 60%;
    }
}

#onayami .cont-block .nayami-wrap .txt-box ul.chk {
    margin-left: 0;
    padding-left: 0;
}

#onayami .cont-block .nayami-wrap .txt-box ul.chk li {
    position: relative;
    padding: 0.75em 0.5em 0.75em 2.5em;
    border-bottom: 1px dotted #353535;
    list-style: none;
}

#onayami .cont-block .nayami-wrap .txt-box ul.chk li::before {
    content: "";
    width: 1.66em;
    height: 1.66em;
    background: url("../img/icon_check.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0.5em;
    top: 0.6em;
}

#onayami .cont-block .result {
    position: relative;
}

#onayami .cont-block .result .img-box.p-absolute {
    width: 35%;
    position: absolute;
    left: -5%;
    bottom: calc(100vw/-12);
}

@media screen and (min-width: 768px) {
    #onayami .cont-block .result .img-box.p-absolute {
        left: 0;
    }
}

#onayami .cont-block .result .img-box.p-absolute img {
    display: block;
}

#onayami .cont-block .result .txt-box {
    width: 72%;
    margin: auto 0 0 auto;
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    #onayami .cont-block .result .txt-box p.result {
        padding-right: 0;
    }
}

#onayami .cont-block .result .txt-box p.result small {
    font-size: 0.8em;
}

/************
　#machine
****************/
#machine {
    position: relative;
    background: url("../img/bg_machine.png") center top no-repeat;
    background-size: cover;
    top: calc(100vw/-10);
    z-index: 2;
    padding-top: 4.8em;
    margin-bottom: calc(100vw/-10);
    padding-bottom: 10em;
}

@media screen and (max-width: 767px) {
    #machine {
        padding-top: 8em;
    }
}

.stit-box {
    width: 100%;
    padding: 0 1%;
    position: relative;
    margin-top: 2em;
}

.stit-box .bg-img {
    width: 100%;
    border: 2px solid #353535;
}

@media screen and (min-width: 768px) {
    .stit-box .bg-img {
        border: 5px solid #353535;
    }
}

.stit-box .bg-img img {
    width: 100%;
    display: block;
}

.stit-box .obi-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 52%;
}

.stit-box .obi-box img {
    width: 100%;
}

.mathine-slider .box .txt-box {
    padding-top: 0.5em;
}

.mathine-slider .box .txt-box p {
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
}

.slide-area {
    width: 100%;
    position: relative;
}

.slide-area .swiper-button-prev,
.slide-area .swiper-button-next {
    position: absolute;
    background-image: none;
    background: rgba(0, 0, 0, 0.5);
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 42px);
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width: 767px) {

    .slide-area .swiper-button-prev,
    .slide-area .swiper-button-next {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }
}

.slide-area .swiper-button-prev {
    left: 1.5%;
}

.slide-area .swiper-button-prev::before {
    content: "";
    width: 15px;
    height: 15px;
    border: #FFF solid;
    border-width: 2px 2px 0 0;
    transform-origin: center;
    transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
    .slide-area .swiper-button-prev::before {
        width: 10px;
        height: 10px;
    }
}

.slide-area .swiper-button-next {
    right: 1.5%;
}

.slide-area .swiper-button-next::before {
    content: "";
    width: 15px;
    height: 15px;
    border: #FFF solid;
    border-width: 2px 2px 0 0;
    transform-origin: center;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .slide-area .swiper-button-next::before {
        width: 10px;
        height: 10px;
    }
}

.slide-area .swiper-button-disabled {
    opacity: 0.5;
}

.slide-area .swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2em auto;
    gap: 1rem;
}

.slide-area .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: .3s;
    vertical-align: top;
    background-color: #0a1a29;
}

.slide-area .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0056a6;
}

.movie-wrap {
    width: 100%;
    max-width: 920px;
    margin: 4em auto;
    aspect-ratio: 16/9;
}

.movie-wrap iframe {
    width: 100%;
    height: 100%;
}

.w98 {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .w98 {
        width: 98%;
    }
}

.w94 {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .w94 {
        width: 94%;
    }
}

.bn-box .img-box {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .bn-box .img-box {
        width: 98%;
    }
}

.mashine-list {
    justify-content: center;
}

.mashine-list .img-box {
    width: 48%;
    margin: 0 1%;
}

@media screen and (min-width: 768px) {
    .mashine-list .img-box {
        width: 24%;
    }
}

.mashine-list .img-box p {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 0.5em;
}

.white-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 1em;
}

.white-box p {
    line-height: 2;
}

/************
　mieruka
****************/
#mieruka {
    position: relative;
    top: calc((100vw*-188)/1600);
    margin-bottom: calc((100vw*-188)/1600);
    z-index: 3;
    padding-top: 6em;
}

#mieruka .screw-tit-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

#mieruka .screw-tit-wrap .screw-tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#mieruka .screw-tit-wrap img {
    width: 100%;
    height: auto;
}

#mieruka .head-img {
    position: relative;
    z-index: 1;
    background: url("../img/bg_mieruka_head.jpg") right center no-repeat;
    background-size: cover;
    padding: 6em 0 4em;
}

#mieruka .head-img .container {
    padding: 1em 8%;
}

#mieruka .head-img .container h3 {
    color: #FFF;
    text-shadow: 0 0 10px #060a0d;
    font-weight: 700;
    font-size: 2em;
}

#mieruka .head-img .container h3 + p {
    margin-top: 0.5em;
    text-shadow: 0 0 10px #060a0d;
    font-weight: 500;
    color: #FFFFFF;
}

#mieruka .box-list {
    text-align: center;
    padding: 0;
}

#mieruka .box-list li {
    list-style: none;
    display: inline-block;
    border: 3px solid #f13c03;
    color: #f13c03;
    font-weight: 700;
    padding: 8px 15px;
    margin: 0 10px 15px;
}

/************
　floor
****************/
#floormap {
    background: url("../img/bg_price.jpg") center top no-repeat;
    background-size: cover;
}

#floormap .img-box .inner {
    padding: 1em 0;
}

/************
　support
****************/
#support {
    padding-top: 0;
    background: url("../img/bg_support.jpg") no-repeat;
    background-size: cover;
}

#support .tit-block {
    background: url("../img/bg_tit_suport.png") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/551;
}

#support .tit-block .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90%;
}

#support .tit-block h2.box-orange span {
    background: #f13c03;
    color: #FFF;
    padding: 0.5em;
}

#support .tit-block p {
    width: 94%;
    margin: 0.25em auto;
}

#support .tit-block p img {
    width: 100%;
}

.tit_en-box {
    display: flex;
    justify-content: flex-start;
}

.tit_en-box span {
    border: 2px solid #353535;
    padding: 10px 20px;
    transform: rotate(-10deg);
    font-size: 3.333em;
    line-height: 0.75;
}

@media screen and (min-width: 768px) {
    .tit_en-box span {
        border: 5px solid #353535;
    }
}

.point-list-wrap dl {
    border: 2px solid #353535;
    background: #FFF;
    display: flex;
    flex-flow: wrap;
    margin-top: 1.5em;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .point-list-wrap dl {
        flex-flow: nowrap;
        border: 5px solid #353535;
    }
}

.point-list-wrap dl dt {
    width: 100%;
    background: #0056a6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .point-list-wrap dl dt {
        width: 18%;
    }
}

.point-list-wrap dl dt span {
    color: #FFF;
    font-size: 2em;
}

.point-list-wrap dl dd {
    width: 100%;
    padding: 10px;
    margin: 0;
    min-height: 4.3em;
    display: flex;
    align-items: center;
}


.fa-regular {
    margin-right: 10px;
    font-size: 1.2rem;
}


.fa-solid {
    margin-right: 10px;
    /*    font-size: 0.8rem;*/
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .point-list-wrap dl dd {
        width: 82%;
    }
}

.point-list-wrap dl dd span {
    font-size: 1.333em;
    font-weight: 900;
    position: relative;
    display: inline-block;
}

.point-list-wrap dl dd span small {
    font-size: 0.5em;
    font-weight: 400;
}

.point-list-wrap dl:nth-of-type(2) dd,
.point-list-wrap dl:nth-of-type(5) dd,
.point-list-wrap dl:nth-of-type(6) dd {
    position: relative;
    padding: 0;
}

.point-list-wrap dl:nth-of-type(2) dd img,
.point-list-wrap dl:nth-of-type(5) dd img,
.point-list-wrap dl:nth-of-type(6) dd img {
    width: 160px;
    height: auto;
}

@media screen and (max-width: 1024px) {

    .point-list-wrap dl:nth-of-type(2) dd img,
    .point-list-wrap dl:nth-of-type(5) dd img,
    .point-list-wrap dl:nth-of-type(6) dd img {
        display: none;
    }
}

.point-list-wrap dl:nth-of-type(2) dd span,
.point-list-wrap dl:nth-of-type(5) dd span,
.point-list-wrap dl:nth-of-type(6) dd span {
    padding: 10px;
    width: calc(100% - 80px);
}

@media screen and (min-width: 768px) {

    .point-list-wrap dl:nth-of-type(2) dd span,
    .point-list-wrap dl:nth-of-type(5) dd span,
    .point-list-wrap dl:nth-of-type(6) dd span {
        width: calc(100% - 160px);
    }
}

.point-list-wrap dl:nth-of-type(2) dd .icon,
.point-list-wrap dl:nth-of-type(5) dd .icon,
.point-list-wrap dl:nth-of-type(6) dd .icon {
    display: flex;
    width: 80px;
    height: 70px;
    background: #0056a6;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
}

@media screen and (min-width: 768px) {

    .point-list-wrap dl:nth-of-type(2) dd .icon,
    .point-list-wrap dl:nth-of-type(5) dd .icon,
    .point-list-wrap dl:nth-of-type(6) dd .icon {
        width: 140px;
        height: 120px;
    }
}

@media screen and (min-width: 1025px) {

    .point-list-wrap dl:nth-of-type(2) dd .icon,
    .point-list-wrap dl:nth-of-type(5) dd .icon,
    .point-list-wrap dl:nth-of-type(6) dd .icon {
        display: none;
    }
}

.point-list-wrap dl:nth-of-type(2) dd .icon strong,
.point-list-wrap dl:nth-of-type(5) dd .icon strong,
.point-list-wrap dl:nth-of-type(6) dd .icon strong {
    color: #FFF;
    text-align: center;
}

.point-list-wrap dl:nth-of-type(2) dd span small {
    display: block;
}

@media screen and (min-width: 768px) {
    .point-list-wrap dl:nth-of-type(2) dd span small {
        display: inline-block;
        font-size: 0.45em;
        margin-left: 1em;
    }
}

.point-list-wrap dl:nth-of-type(5) dd span small,
.point-list-wrap dl:nth-of-type(6) dd span small {
    margin-left: 1em;
    display: inline-block;
}

.h4bar-box {
    background: #353535;
    position: relative;
}

.h4bar-box h4 {
    color: #FFF;
    text-align: right;
    line-height: 2em;
    padding-right: 1em;
}

@media screen and (min-width: 768px) {
    .h4bar-box h4 {
        line-height: 3em;
        text-align: center;
        padding-right: 0;
    }
}

.h4bar-box .contain {
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.sanitation-box-wrap .box {
    position: relative;
    margin-top: 1.5em;
}

.sanitation-box-wrap .box .img-box img {
    width: 100%;
}

.sanitation-box-wrap .box .txt-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 30%;
}

.sanitation-box-wrap .box .txt-box h5 {
    font-size: 1.4em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sanitation-box-wrap .box .txt-box h5 {
        font-size: 1em;
    }
}

.sanitation-box-wrap .box .txt-box .caution {
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    .sanitation-box-wrap .box .txt-box .caution {
        font-size: 10px;
        display: block;
    }
}

.sanitation-box-wrap .box .txt-box .caution span {
    color: #c2ed4f;
    line-height: 1;
}

.sanitation-box-wrap .box .txt-box .caution small {
    font-size: 0.6em;
}

@media screen and (max-width: 767px) {
    .sanitation-box-wrap .box .txt-box .caution small {
        font-size: 8px;
    }
}

@media screen and (max-width: 767px) {
    .sanitation-icon-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sanitation-icon-wrap .col1_4.col {
        width: 50%;
        padding: 0 10px 12px;
    }
}

@media screen and (max-width: 500px) {
    .sanitation-icon-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sanitation-icon-wrap .col1_4.col {
        width: 50%;
        padding: 0 10px 12px;
    }
}

.sanitation-icon-wrap .box {
    position: relative;
    margin-top: 0;
}

.sanitation-icon-wrap .box .img-box img {
    width: 100%;
    height: auto;
}

.sanitation-icon-wrap .box .txt-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    flex-flow: column;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

.sanitation-icon-wrap .box .txt-box h5 {
    font-size: 1.4em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sanitation-icon-wrap .box .txt-box h5 {
        font-size: 1em;
    }
}

/************
　about
****************/
#about {
    padding-top: 0;
    padding-bottom: 0;
}

#about .head-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1600/948;
    background: url("../img/bg_about01.jpg") right center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 500px) {
    #about .head-wrap {
        aspect-ratio: 4/3;
    }
}

#about .head-wrap img {
    display: block;
}

#about .head-wrap .container {
    display: flex;
    height: 100%;
    align-items: center;
}

#about .head-wrap .container .txt-box {
    width: 72.5%;
    margin: 0 auto 0 0;
}

#about .head-wrap .container .txt-box h2 {
    width: 100%;
    margin: 0 auto;
}

#about .head-wrap .container .txt-box h2 img {
    width: 100%;
}

#about .cont-wrap {
    background: url("../img/bg_about02.jpg") no-repeat;
    background-size: cover;
    padding: 2.4em 0;
}

#about .cont-wrap .white-box .inner {
    padding: 1.5em 1em 2em;
}

#about .cont-wrap .white-box .inner h3.result {
    font-weight: 700;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#about .cont-wrap .white-box .inner h3.result strong {
    color: #f13c03;
    font-size: 1.25em;
}

.chk-list2 {
    list-style: none;
    padding: 0;
}

.chk-list2 li {
    padding: 0.5em 0.8em 0.5em 3em;
    position: relative;
    background: #FFF;
    border-radius: 3em;
    font-size: 1.33em;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .chk-list2 li {
        margin-top: 8px;
    }
}

.chk-list2 li::before {
    content: "";
    width: 2em;
    height: 1.3em;
    background: url("../img/ico_check2.png") center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0.8em;
    top: 0.25em;
}

/************
　faq
****************/
#faq {
    padding-top: 0;
    padding-bottom: 0;
}

#faq .head-img img {
    display: block;
}

#faq .cont-wrap {
    padding: 2.4em 0;
    background: url("../img/bg_faq.jpg") no-repeat;
    background-size: cover;
}

.faqWrapper {
    width: 100%;
}

.faqWrapper .faq_box {
    margin-top: 2em;
    width: 100%;
}

.faqWrapper .faq_box .ac_header,
.faqWrapper .faq_box .ac_inner {
    padding: 1.5em 2em 1.5em 3em;
    position: relative;
    display: flex;
    align-content: center;
    font-size: 1.2em;
}

.faqWrapper .faq_box .ac_header::before,
.faqWrapper .faq_box .ac_inner::before {
    content: "";
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    left: 0em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3333em;
    font-weight: 700;
}

.faqWrapper .faq_box .ac_header::before {
    content: "Q";
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqWrapper .faq_box .ac_inner::before {
    content: "A";
    top: 1.85em;
    color: #353535;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqWrapper .faq_box .ac_header {
    background: #f13c03;
}

.faqWrapper .faq_box .ac_header p {
    font-size: 0.8em;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .faqWrapper .faq_box .ac_header p {
        font-size: 1.4em;
    }
}

.faqWrapper .faq_box .ac_inner {
    background: #FFF;
}

.faqWrapper .faq_box .ac_inner p {
    font-size: 0.7em;
}

@media screen and (max-width: 767px) {
    .faqWrapper .faq_box .ac_inner p {
        font-size: 1.4em;
    }
}

#access {
    color: #FFF;
}

#access .logo {
    width: 57.5%;
    margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
    #access .logo {
        width: 70%;
    }
}

#access .logo img {
    width: 100%;
}

#access .info {
    font-size: 0.6666em;
}

@media screen and (max-width: 767px) {
    #access .info {
        font-size: 1.0em;
    }
}

@media screen and (min-width: 768px) {
    #access .map-box {
        height: 280px;
    }
}

#access .map-box iframe {
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------
flow
------------------------------------------------------------- */
#flow {
    padding-top: 0;
    background: url("../img/bg_support.jpg") no-repeat;
    background-size: cover;
}

#flow .tit-block {
    background: url("../img/bg_tit_flow.png") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/390;
}

@media screen and (max-width: 767px) {
    #flow .tit-block {
        aspect-ratio: 1600/551;
    }
}

#flow .tit-block .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90%;
}

#flow .tit-block h2.box-orange span {
    background: #f13c03;
    color: #FFF;
    padding: 0.5em;
}

#flow .tit-block p {
    width: 94%;
    margin: 0.25em auto;
}

#flow .tit-block p img {
    width: 100%;
}

#flow .flow-box {
    margin-top: 4em;
    position: relative;
    background: #FFF;
    border: 2px solid #353535;
}

@media screen and (min-width: 768px) {
    #flow .flow-box {
        border: 5px solid #353535;
        margin-top: 3em;
    }
}

#flow .flow-box .flow-tit-block {
    background: #0056a6;
    color: #FFF;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#flow .flow-box .new_flow_block {
    display: block;
}


#flow .flow-box .cont-block {
    padding: 20px;
}

#flow .flow-box .cont-block p {
    font-weight: 400;
}

#flow .flow-box .cont-block .flexWrap {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #flow .flow-box .cont-block .flexWrap {
        flex-flow: column;
    }
}

#flow .flow-box .cont-block .flexWrap .img-box {
    width: 36%;
}

@media screen and (max-width: 767px) {
    #flow .flow-box .cont-block .flexWrap .img-box {
        width: 100%;
    }
}

#flow .flow-box .cont-block .flexWrap .img-box img {
    width: 100%;
}

#flow .flow-box .cont-block .flexWrap .txt-box {
    width: 64%;
    padding-left: 2em;
}

.mt-p {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    #flow .flow-box .cont-block .flexWrap .txt-box {
        width: 100%;
        padding-left: 0;
        padding-top: 2em;
    }
}

#flow .flow-box::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 4px solid #353535;
    border-width: 4px 4px 0 0;
    transform-origin: center;
    transform: rotate(135deg) translateX(-50%);
    position: absolute;
    left: calc(50% - 15px);
    top: calc(100% + 0.75em);
}

@media screen and (max-width: 767px) {
    #flow .flow-box::after {
        width: 20px;
        height: 20px;
    }
}

#flow .flow-box.first .flow-tit-block h4 {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#flow .flow-box.first .flow-tit-block h4 .midashi strong {
    font-size: 1.25em;
}

#flow .flow-box.first .flow-tit-block h4 .midashi::before {
    content: "";
    width: 2px;
    height: 1em;
    background: #FFF;
    transform: rotate(-10deg);
    margin-right: 0.5em;
    display: inline-block;
}

#flow .flow-box.first .flow-tit-block h4 .midashi::after {
    content: "";
    width: 2px;
    height: 1em;
    background: #FFF;
    transform: rotate(10deg);
    margin-left: 0.5em;
    display: inline-block;
}

#flow .flow-box.first .cont-block .btn_cta {
    display: block;
    margin: 1em auto;
    width: 90%;
}

#flow .flow-box.first .cont-block .btn_cta img {
    width: 100%;
}

#flow .flow-box.first .cont-block p {
    margin-bottom: 1em;
}

#flow .flow-box.last:after {
    display: none;
}

/* -------------------------------------------------------------
flow_page
------------------------------------------------------------- */
.page_flow_container {
    display: flex;
    justify-content: space-between;
    width: 59;
}

.page_flow_container .flow-box-wrap {
    width: 47%;

}

.page_flow_container .flexWrap {
    display: block !important;
}

.page_flow_container .img-box {
    width: 100% !important;
}

.page_flow_container .img-box img {
    height: 200px;
    object-fit: cover;
}

#flow .flow-box .cont-block .flexWrap .txt-box {
    width: 100% !important;
    padding: 0 0 10px 0;
}

.page_flow_container.flexWrap .txt-box {
    padding: 0;
}

.flow-box-wrap.see .flow-tit-block {
    background: #c2ed4f !important;
    color: #000 !important;
}

.glaybg {
    text-align: center;
    background-color: #eaeaea;
    border-radius: 30px;
    margin: 0;
}

.m-no {
    margin: 0 !important;
}

.page_flow_small {
    font-size: 18px;
}

.flow_page_midasi {
    padding: 0 !important;
}

.flow_title_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.new_flow_block_ttl {
    width: 70%;
}

.flow_ttl_1 {
    width: 20%;
}

.new_flow_block h4 {
    height: auto;
    display: block;
}

.new_flow_block_ttl {
    width: 80%;
    font-size: 1em;
}

.squ {
    background: #8dc2f4;
    width: 30px;
    height: 100%;
}

.tri {
    position: relative;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #8dc2f4;
}

.flow-tit-block_num {
    position: absolute;
    left: 20px;
}


.new_flow_block_ttl {
    font-size: 1.2em;
}


.new_flow_block_ttl_2br {
    display: block;
}

.new_flow_block_ttl {
    justify-content: center;
}

.new_flow_block_ttl span {}


.newflow_tac {
    text-align: left;
}

.new_flow .cont-block {
    /* height: 520px; */
    height: 540px;
}

.new_cont_block {
    height: auto !important;
}


#flow .new_flow .cont-block p {
    line-height: 1.5;
}


.infomation_head {
    width: 100%;
    background-image: url(../img/flow2.jpg);
}

/* -------------------------------------------------------------
infomation
------------------------------------------------------------- */
#infomation {
    padding-top: 0;
    background: url("../img/bg_support.jpg") no-repeat;
    background-size: cover;
}

.infomation.section {
    padding: 0;
}

.infomation_head {
    color: #fff;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.infomation_head::before {
    content: '';
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.infomation_ttl {
    position: relative;
    z-index: 2;
    font-size: 4.33em;
}

.infomation_txt {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 1.2em;
}

.infomation_wrapper {
    color: #000;
}

.infomation_wrapper .pan {
    padding-bottom: 2.4em 0;
}

.pan ul {
    list-style: none;
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.pankuzu {
    font-size: 0.7em;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
}

.gallery_wrapper {
    margin-bottom: 2.4em;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 272px);
    grid-template-rows: repeat(8, 272px);
    grid-template-rows: repeat(10, 272px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.div1 {
    grid-area: 1 / 1 / 3 / 3;
}

.div2 {
    grid-area: 1 / 3 / 2 / 4;
}

.div3 {
    grid-area: 2 / 3 / 3 / 4;
}

.div4 {
    grid-area: 1 / 4 / 3 / 5;
}

.div5 {
    grid-area: 3 / 1 / 4 / 2;
}

.div6 {
    grid-area: 3 / 2 / 4 / 3;
}

.div7 {
    grid-area: 3 / 3 / 4 / 5;
}

.div8 {
    grid-area: 4 / 1 / 6 / 2;
}

.div9 {
    grid-area: 4 / 2 / 5 / 3;
}

.div10 {
    grid-area: 5 / 2 / 6 / 3;
}

.div11 {
    grid-area: 4 / 3 / 6 / 5;
}

.div12 {
    grid-area: 6 / 4 / 7 / 5;
}

.div13 {
    grid-area: 6 / 3 / 7 / 4;
}

.div14 {
    grid-area: 6 / 1 / 7 / 3;
}

.div15 {
    grid-area: 7 / 4 / 9 / 5;
}

.div16 {
    grid-area: 7 / 3 / 8 / 4;
}

.div17 {
    grid-area: 8 / 3 / 9 / 4;
}

.div18 {
    grid-area: 7 / 1 / 9 / 3;
}

.div19 {
    grid-area: 9 / 4 / 11 / 4;
}

.div20 {
    grid-area: 9 / 3 / 10 / 3;
}

.div21 {
    grid-area: 10 / 3 / 10 / 3;
}

.div22 {
    grid-area: 9 / 1 / 11 / 3;
}

.div1 .gallery_img {
    /* object-position: 84% 50%; */
    object-position: 85% 50%;
}

.div2 .gallery_img {
    object-position: 58% 50%;
}

.div8 .gallery_img {
    object-position: 80% 50%;
}

.div9 .gallery_img {
    object-position: -5% 50%;
}

.div16 .gallery_img {
    transform: scale(1.3);
}

.div21 .gallery_img {
    transform: scale(1.3);
}

.gallery_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery_box:hover {}

.gallery_img {
    object-fit: cover;
    object-fit: cover;
    object-position: unset;
    width: 100%;
    height: 100%;
}

.hoverMask {
    opacity: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 1em;
    transition: all 0.6s ease;
}

.hoverMask:hover {
    opacity: 1;
}

/* -------------------------------------------------------------
fade
------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 0.6s ease;
    -moz-animation: fadeInUp 0.6s ease;
    -ms-animation: fadeInUp 0.6s ease;
    animation: fadeInUp 0.6s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    animation: fadeInLeft 0.6s ease;
    animation-fill-mode: both;
}

.fade,
.fadeLeft {
    opacity: 0;
}

.delay1 {
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}

.delay2 {
    animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
}


.delay3 {
    animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

.delay4 {
    animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
}

.delay5 {
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
}

.delay6 {
    animation-delay: 0.95s;
    -moz-animation-delay: 0.95s;
    -webkit-animation-delay: 0.95s;
    -o-animation-delay: 0.95s;
}


.bx-wrapper {
    border: none;
    background: none;
    box-shadow: none;
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
    position: absolute;
    background-image: none;
    background: rgba(0, 0, 0, 0.5);
    width: 4vw;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 4vw);
    z-index: 2;
    margin-top: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev::before,
.bx-wrapper .bx-controls-direction a.bx-next::before {
    content: "";
    width: 1.0vw;
    height: 1.0vw;
    border: #FFF solid;
    border-width: 2px 2px 0 0;
    transform-origin: center;
}

.bx-wrapper .bx-controls-direction a.bx-prev::before {
    transform: rotate(225deg);
}

.bx-wrapper .bx-controls-direction a.bx-next::before {
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {

    .bx-wrapper .bx-controls-direction a.bx-prev,
    .bx-wrapper .bx-controls-direction a.bx-next {
        width: 6vw;
        height: 6vw;
        top: calc(50% - 6vw);
    }

    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0;
    }

    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
    }

    .bx-wrapper .bx-controls-direction a.bx-prev::before,
    .bx-wrapper .bx-controls-direction a.bx-next::before {
        width: 1.5vw;
        height: 1.5vw;
    }
}

/* news */
#news.section {
    padding-top: 0;
}

#news .tit-block {
    background-image: url("../img/news_ttl.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: auto;
    aspect-ratio: 1600/390;
    margin-bottom: 3em;
}

#news .tit-block .container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90%;
}

#news .tit-box h2 {
    color: #fff;
}
#news .cont-wrap:not(:last-child){
    margin-bottom: 3em;

}

.content_ttl {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.content_txt {
    font-size: 28px;
    color: #ff7e00;
    border-bottom: 2px solid #ff7e00;
    margin-bottom: 20px;
    padding-bottom: 23px;
}

.content_list {
    padding: 0;
}

.content_list_ttl {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    padding: 0 0 22px 0;
    font-weight: bold;
}

.content_item {
    line-height: 1.5;
    margin-bottom: 9px;
    padding-left: 15px;
    position: relative;
    list-style: none
}

.content_link {
    color: #3c81ff;
}

.content_link::before {
    content: "";
    background-color: #ff7e00;
    border-radius: 50%;
    height: 6px;
    left: 0;
    position: absolute;
    width: 6px;
    top: 43%;
}

.content_description_link {
    color: #3c81ff;
}


@media screen and (max-width: 767px) {
    #news .tit-block {
        aspect-ratio: 1600/551;
    }

    #news .content_ttl {
        font-size: 18px;
    }

    #news .content_txt {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    #news .content_list_ttl {
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }

    .tit-box {
        position: relative;
        z-index: 100;
    }

    .bg_bubble {
        position: relative;
        right: 0px;
        top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .tit-box {
        position: relative;
        z-index: 100;
    }

    .tit-box2 {
        position: relative;
        z-index: 100;
    }

    .bg_bubble {
        width: 100%;
        height: auto;
    }

    .bubble_text {
        color: #000;
        font-size: 30px;
    }

    .bubble_text span {
        font-size: 60px;
        font-weight: bold;
        color: #ff1212;
    }

    .benefit-banner {
        width: 100%;
        height: auto;
        margin-bottom: 80px;
    }

    .benefit-banner img {
        width: 100%;
        height: auto;
    }

    .position {
        position: relative;
    }

    .bubble1 {
        position: absolute;
        top: -70px;
        right: 0;
        width: min(200px, 20vw);
    }

}


@media screen and (max-width: 767px) {
    .bg_bubble {
        background-size: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bubble_text {
        color: #000;
        font-size: 12px;
    }

    .bubble_text span {
        font-size: 26px;
        font-weight: bold;
        color: #ff1212;
    }

    .benefit-banner {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .benefit-banner img {
        width: 100%;
        height: auto;
    }


    .position {
        position: relative;
    }

    .bubble1 {
        position: absolute;
        top: -100px;
        right: -20px;
        width: 40%;
    }

}

.price_br_txt {
    font-size: 1.6em !important;
    text-align: center !important;
}

.price_br_txt_small {
    display: block !important;
}

.price_br_txt {
    font-size: 2.03em;
    font-weight: bold;
    margin-right: 50px;
}

.price_br_txt_line {
    margin-left: 20px;
}

.price_br_txt_line small {
    margin-left: 10px;
}

.price_br_txt_line_note {
    font-size: 0.7em;
    font-weight: 400;
    display: block;
    margin: 0 !important;
}

.inner_price_br_txt {
    margin-top: 10px;
    width: 60%;
}

.price_br_txt_line_note span {
    margin-left: 20px;
}

.data_ttl {
    width: 100%;
}

.new_dl {
    position: relative;
}

#campaign .bg-wrap .benefit-box .new_dl dt {
    text-align: left !important;
}

.new_dt_txt {
    font-size: 0.7em !important;
}

.newopen_name {
    font-size: 0.85em !important;
    display: block;
    margin-top: 20px;
    margin-bottom: -15px;
}

.newopen_price {
    font-size: 1em !important;
    margin-left: 60px !important;
}

.new_dl dt {
    width: 70%;
}



#campaign .bg-wrap .benefit-box .new_dl dd .txt02 .new_txt_img_1 {
    width: 120% !important;
}

#campaign .bg-wrap .benefit-box .new_dl dd .txt02 .new_txt_img_2 {
    height: auto;
    width: 25%;
    position: absolute;
    right: 0%;
    top: 0%;
}

.new_open4_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-start;
}

/* .new_open4_ttl_wrapper{
    position: relative;
    width: 80%;
    margin: 0 auto;
} */

.new_open4_ttl {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 20px;
    white-space: nowrap;
}

/* .new_open4_ttl_wrapper:before,
.new_open4_ttl_wrapper:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #fff;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}

.new_open4_ttl_wrapper:before {
    transform: rotate(-35deg);
}

.new_open4_ttl_wrapper:after {
    transform: rotate(35deg);
} */

.new_open4_txt_left {
    width: 50%;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.3;
}

.new_open4_txt_right {
    width: 28%;
}

.new_open4_txt_left_s {
    /* display: block; */
    font-size: 0.7em;
    margin-right: 20px;
}

.new_open4_txt_left_ss {
    display: block;
    text-align: right;
    font-size: 0.4em;
    margin-right: 30px;
    font-weight: normal;
}

.new_open4_note {
    text-align: center;
    font-size: 0.8em;
}

.new_open_note {
    width: 95%;
    margin: 60px auto 0 auto;
}

.new_open_note p {
    margin: 0 !important;
    line-height: 1;
    margin-bottom: 20px !important;
}

.new_open_note_color {
    color: #f2ca2f;
}

.bg_deco_wrapper {
    position: relative;
}

.new_open_txt04 {
    width: 100% !important;
    height: 100% !important;
}

.bg_deco {
    width: 100%;
    position: absolute;
    bottom: -2.4vw;
    display: block;
}

@media screen and (min-width: 768px) {
    .newopen_price {
        margin-left: 40px !important;
    }

    .new_open4_txt_right {
        width: auto;
    }

    .price-img img {
        width: 100%;
        height: auto;
    }

    #campaign .bg-wrap .benefit-box .new_dl dd .txt01 {
        width: 70% !important;
    }

    #flow .flow-box.first .cont-block .btn_cta img {
        height: auto;
    }

    #flow .new_flow .cont-block .flexWrap .txt-box {
        padding: 0;
    }

    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .pan ul {
        width: 20%;
    }

    .new_flow .flow-tit-block h3 small {
        display: block;
    }

}


@media screen and (max-width: 768px) {
    .head_nav_item {
        font-size: 3.4vw !important;
    }

    .inner_price_br_txt .price_br_txt {
        font-size: 8vw !important;
    }

    .price_br_txt {
        margin: 0 auto !important;
        text-align: center !important;
    }

    .price_br_txt_line {
        display: block;
        margin: 0 !important;
    }

    .price_br_txt_line_note {
        text-align: center;
        font-size: 3.4vw !important;
    }

    .price_br_txt_line_note span {
        margin: 0 !important;
        display: block;
    }

    .price-img {
        display: flex;
        justify-content: center;
    }

    .price-img img {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }

    .newopen_name {
        font-size: 8vw !important;
        margin: 0;
    }

    .new_dt_txt {
        font-size: 5vw !important;
    }

    #campaign .bg-wrap .benefit-box .new_dl dd .txt02 .new_txt_img_2 {
        position: relative;
        right: 0;
    }

    .new_dl dt {
        width: 100% !important;
    }

    .new_dl .txt01 {
        width: 100%;
    }

    #campaign .bg-wrap .benefit-box .new_dl dt {
        text-align: center !important;
    }

    .newopen_price {
        margin: 0 0 3vw 0 !important;
        display: block;
        font-size: 5vw;
    }

    #campaign .bg-wrap .benefit-box .new_dl dd .txt02 .new_txt_img_2 {
        width: 70% !important;
    }

    #campaign .bg-wrap .benefit-box dl dd .txt02 {
        margin-top: 5vw;
        display: flex;
        justify-content: center;
    }

    .new_open4_txt_left {
        margin: 0 auto;
        width: 80%;
        text-align: center;
        font-size: 6.4vw;
    }

    .new_open4_txt_left_s {
        display: block;
    }

    .new_open4_box {
        display: block;
    }

    .new_open4_txt_left_ss {
        display: inline-block;
        margin: 0;
        font-size: 3vw !important;
    }

    .new_open4_txt_left_s {
        font-size: 7vw;
        margin: 0;
    }

    .new_open4_txt_right {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: 4vw;
        margin-bottom: 3vw;
    }

    .new_open4_txt_right img {
        width: 50%;
    }

    .new_open_note {
        margin-top: 5vw;
    }

    .new_open_note p {
        margin-bottom: 3vw !important;
        line-height: 1.3;
    }

    .bg_deco {
        bottom: -3vw;
    }

    .new_open_txt04 {
        margin: 0px;
        margin-top: 3rem;

    }

    .new_open_txt04 img {
        width: 95% !important;
        padding: 20px;
    }

    .page_flow_container .img-box img {
        height: 50%;
    }

    #flow .new_flow .cont-block {
        padding: 5px;
        height: 350px;
    }

    #flow .flow_l-box .cont-block {
        /* height: 300px; */
        height: 338px;
    }

    .new_flow .flow-tit-block h3 {
        font-size: 3.4vw;
        text-align: center;
    }

    .new_flow .page_flow_small {
        font-size: 2vw;
    }

    .new_btn.floating_btm {
        flex-flow: inherit;
    }

    .new_btn_logo {
        margin-right: 5px;
    }

    .pan ul {
        width: 35%;
    }

    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    #campaign .bg-wrap .benefit-box.last .inner .ico_plus {
        margin: 0 0 20px 0;
    }

}

.btnlinestretches5 {
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*リンクの形状*/
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #fff;
}

/*矢印の設定*/
.btnlinestretches5::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}


@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }

    20% {
        width: 0;
        opacity: 1
    }

    80% {
        width: 105%;
        opacity: 1
    }

    100% {
        width: 105%;
        opacity: 0
    }
}

@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }

    20% {
        left: 0;
        opacity: 1
    }

    80% {
        left: 103%;
        opacity: 1
    }

    100% {
        left: 103%;
        opacity: 0
    }
}

.txt_ce {
    text-align: center;
}


.head_nav_list li::after {
    content: "";
    border-right: 1px solid #fff;
    /* right: 0px; */
    right: -53px;
    top: 0;
    position: absolute;
    height: 100%;
}


.head_nav_list li:last-child::after {
    content: "|";
    display: none;
}



@media screen and (max-width: 767px) {
    .btnlinestretches5::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 47px;
        height: 1px;
        background: #fff;
    }

    .btnlinestretches5::after {
        content: "";
        position: absolute;
        bottom: -4px;
        width: 8px;
        height: 8px;
        left: 45px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }

    .txt_ce {
        text-align: center;
    }

    #header .head_nav .head_nav_list .head_nav_item {
        /* width: 25%; */
        width: 20%;
        font-size: 20px;
        /* display: flex; */
        justify-content: center;
        position: relative;
        text-align: center;
        align-items: center;

    }




.head_nav_list li:last-child::after {
    content: "|";
    display: none;
}
*/

    .header_toptxt {
        /*        margin-top: 5px;*/
        /*        display: block;*/
    }


    .head_nav .fa-solid {
        margin-right: 0px;
        /*    font-size: 0.8rem;*/
        font-size: 1.2rem;
    }

    .div1 .gallery_img {
        /*    object-position: 84% 50%;*/
        object-position: 70% 50%;
    }

    .info .fa-solid {
        margin-right: 10px;
        font-size: 0.8rem;
        /*        font-size: 1.2rem;*/
    }


    #flow .new_flow .last_block {
        height: 280px !important;
    }

    .fa-regular {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 768px) {
    .benefit-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .price-img {
        width: 40%;
        height: auto;
    }
}

.streat_view iframe {
    width: 100%;
    margin-bottom: 1%;
}

.slotre02 {
    display: block;
    /* width: 70%; */
    width: 35%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 5%;
}


@media screen and (min-width: 768px) {
    .gallery_flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5%;
    }

    .gallery_content {
        width: 49.5%;
    }

    .gallery_content img {
        width: 100%;
    }

    .benefit-box-group img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .gallery_flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2%;
    }

    .gallery_content {
        width: 48%;
    }

    .gallery_content img {
        width: 100%;
    }

    .text03_img {
        margin-top: 20px;
    }


    .benefit-box:nth-of-type(1) {
        border: none;
        margin: 0 calc(50% - 46vw);
        /*        width: 94vw;*/
        margin-top: 3.5rem !important;
    }

    .benefit-box:nth-of-type(2) {
        border: none;
        margin: 0 calc(50% - 46vw);
        width: 91.5vw;
        padding-top: -1em;
        padding-bottom: 1.5em !important;
        margin-top: 3.5rem !important;
    }

    .benefit-box:nth-of-type(3) {
        border: none;
        margin: 0 calc(50% - 46vw);
        width: 91.5vw;
        padding-top: -1em;
        padding-bottom: 1.5em !important;
        margin-top: 3.5rem !important;
    }

    .benefit-box:nth-of-type(4) {
        border: none;
        margin: 0 calc(50% - 46vw);
        width: 91.5vw;
        padding-top: -1em;
        padding-bottom: 1.5em !important;
        margin-top: 3.5rem !important;
    }

    .benefit-box:nth-of-type(5) {
        border: none;
        margin: 0 calc(50% - 46vw);
        width: 91.5vw;
        padding-top: -1em;
        padding-bottom: 1.5em !important;
        margin-top: 3.5rem !important;
    }

    #campaign .bg-wrap .benefit-box {
        border: 2px solid #FFF;
        position: relative;
        padding: 0;
        margin-top: 1.5em;
        position: relative;
        z-index: 99;
        top: -20px;
    }

    .streat_view iframe {
        width: 100%;
        margin-bottom: 4%;
    }


    .slotre02 {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 10%;
        margin-top: 5%;
    }

    .nextbox {
        border: 2px solid #FFF !important;
        position: relative;
        padding: 0;
        margin-top: 1.5em;
        position: relative;
        z-index: 99;
        top: -20px;
    }

    .text_menu01 {
        text-align: right;
    }

    .text03_first_img {
        margin-top: 0px;
    }

}

.benefit-box img {
    width: 100%;
}

.bubble img {
    padding-top: 10px;
    width: 250px;
    position: absolute;
    left: 900px;
    top: 10px;
    z-index: 1000;
}

.benefit-index {
    position: relative;
}
.container video {
    margin: 0 auto;
    display: block;
    width:80%;
    /* height:350; */
}
.footer_schedule img {
    display: block;
    text-align: center;
    width: 40%;
    height: auto;
    margin: 0 auto;
}
.flow_schedule img{
    width: 100%;
    margin-top: 15px;
}
.new_flow .cont-2 {
    height: 565px;
}
.price-banner {
    width: 100%;
}
.price-banner p {
    text-align: right;
    width: 93%;
    margin: 0 auto;
}
.price-banner img {
    display: block;
    width: 93%;
    margin: 0 auto;
    margin-top: 1.5em;
}
.price-banner img:last-child {
    margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
    .bubble img {
        padding-top: 10px;
        width: 70px;
        position: absolute;
        left: 250px;
        top: 0px;
        z-index: 1000;
    }
    .container video {
        /* margin-top: 2rem; */
    width: 100%;
    height: auto;
    }
    .footer_schedule img {
        width: 90%;
    }
    #flow .new_flow .cont-3 {
        height: 330px;
    }
}

/* SP menu */
/* .toggle-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 100000;
    background: var(--pink);
}
.toggle-btn span {
    display: block;
    position: absolute;
    left: 2rem;
    width: 2rem;
    height: 0.2rem;
    background-color: #fff;
    transition: all .4s;
}
.toggle-btn span:nth-child(1) {
    top: 2.2rem;
}
.toggle-btn span:nth-child(2) {
    top: 3.0rem;
}
.toggle-btn span:nth-child(3) {
    top: 3.8rem;
}
.gnav-sp {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
    background: #fff;
}
.gnav-sp .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.gnav-sp-menu {
    margin-bottom: 3rem;
}
.gnav-sp-menu li {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
}
.gnav-sp-menu li a {
    display: block;
    padding: 1rem 0;
    white-space: nowrap;
}
.sub-menu {
    display: flex;
}
.sub-menu li:not(:last-child) {
    margin-right: 2rem;
}
.sub-menu a {
    display: flex;
    align-items: center;
}
.sub-menu a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pink);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    padding-top: 0.08rem;
    padding-left: 0.13rem;
    margin-right: 0.5rem;
}
.sub-menu a > span i {
    font-size: 0.8rem;
}
#header .head_nav .head_nav_list {
    width: 85%;
} */
/* ------ open ------ */
/* .open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
} */
/* SP menu */
.sp_gnav {display: none;}
.pc_gnav {display: block;}
@media screen and (max-width: 1200px) {
.sp_gnav {display: block;}
.pc_gnav {display: none;}
}
.hamburger-menu {
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    right: 0;
    background: #0056a6;
    z-index: 9999;
}
.hamburger-menu__bar {
    display: inline-block;
    width: 2rem;
    height: 2px;
    /* background: #242424; */
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.hamburger-menu__bar:first-child {
    /* top: 2.2rem; */
    top: 0.8rem;
}
.hamburger-menu__bar:nth-child(2) {
    /* top: 3.0rem; */
    top: 1.3rem;
}
.hamburger-menu__bar:last-child {
    top: 3.8rem;
    top: 1.8rem;
}
.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}
.navigation {
    display: none;
    /* background: #242424; */
    background: #353535;
    position: absolute;
    /* top: 50px; */
    /* top: 2.6rem; */
    width: 100%;
    height: 100%;
    z-index: 999;
}
.navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;

    /* display: flex; */
    display: contents;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navigation__list-item {
    border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
    border-top: solid 1px #474747;
    margin-top: 2.6rem;
}
.navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        background: #333;
    }
}

  /* trainer-page */
.trainer_flex {
    /* display: flex;
    justify-content: space-between;
    margin-bottom: 0.5%;
    width: 100%; */
    width: 100%;
    text-align: center;
}
.trainer_flex img {
    width: 100%;
}
@media screen and (min-width: 1280px) and (max-width: 1380px)  {
    .head_nav_list li::after {
        right: -40px;
    }
}
@media screen and (min-width:  768px) and (max-width: 1280px)  {
    .head_nav_list li::after {
        right: -30px;
    }
}
@media screen and (min-width:  768px) and (max-width: 1080px)  {
    .head_nav_list li::after {
        right: -10px;
    }
    #header .head_nav {
        padding: 20px 20px !important;
    }
    #header .head_nav .head_nav_list .head_nav_item {
        font-size: 15px;
    }
}
.webflow {
    display: block;
    /* width: 100%; */
    max-width: 1120px;
    text-align: center;
    padding: 0 0%;
    margin: 0 auto;
}
.webflow img {
    display: block;
    width: 100%;
}
.webflow-top {
    display: block;
    width: 93%;
    text-align: center;
    padding: 0 0%;
    margin: 0 auto;
}
.webflow-top img {
    display: block;
    width: 100%;
}
.mt30 {
    margin-top: 2rem;
}
.web-flow {
    display: block;
    width: 100%;
    padding-top: 1rem;
}
#flow .new_flow .last_2 {
    height: 485px;
}
.block-last {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .webflow {
        display: block;
        width: 100%;
        max-width: 1120px;
        text-align: center;
        padding: 0 6%;
    }
    .webflow-top {
        display: block;
        width: 93%;
        max-width: 1120px;
        text-align: center;
        /* padding: 0 6%; */
    }
}
@media screen and (max-width: 767px) {
    #header .container.cont_l {
        padding-left: 5%;
        justify-content: left;
    }
    .trainer_flex {
        display: block;
        justify-content: space-between;
        margin-bottom: 2%;
    }
    .trainer_flex img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .tr_ttl {
        text-align: center;
    }
    #flow .new_flow .last_2 {
        height: 260px!important;
    }
}


img.ico {
    width: 13px;
    margin-right: 8px;
}
.head_nav_link,
.navigation__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-bn{
    text-align: center;
}

.notice-bn img{
    width: 100%;
}

/* -------------------------------------------------------------
Instagram section
------------------------------------------------------------- */
#instagram {
    background: url("../img/bg_machine.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 6em 0;
}

@media screen and (max-width: 767px) {
    #instagram {
        padding: 2.4em 0;
    }
}

.instagram-wrap {
    padding: 0;
    margin-bottom: 2.4em;
}

.instagram-header {
    text-align: center;
    margin-bottom: 30px;
}

.instagram-account-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 4px;
}

.instagram-profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e4405f;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.instagram-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-account {
    font-size: 1.5em;
    font-weight: bold;
    color: #e4405f;
    margin: 0;
}

.instagram-desc {
    color: #666;
    font-size: 1.2em;
}

.instagram-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.instagram-item {
    flex: 0 0 auto;
}

.instagram-box {
    position: relative;
    width: 240px;
    height: 320px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.instagram-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.instagram-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.instagram-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-box:hover .instagram-overlay {
    opacity: 1;
}

.instagram-caption {
    color: white;
    font-size: 0.6em; /* さらに小さく */
    line-height: 1.3;
    text-shadow: 0 0 5px #000;
}

.instagram-more {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    @media screen and (max-width: 767px) {
        font-size: 1rem;
    }
}

.instagram-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.instagram-btn:hover {
    transform: scale(1.05);
    opacity: 1;
}

.instagram-btn i {
    font-size: 1rem;
}

.instagram-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(228, 64, 95, 0.8);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.instagram-link:hover {
    background: rgba(228, 64, 95, 1);
    transform: scale(1.1);
}

.instagram-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    padding: 20px;
}

.instagram-loading::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #e4405f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media screen and (max-width: 767px) {
    .instagram-box {
        width: 180px;
        height: 240px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .instagram-box:hover {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    }
    
    .instagram-grid {
        gap: 30px;
    }
    
    .instagram-wrap {
        padding: 0;
        margin-bottom: 2.4em;
    }
    
    .instagram-profile-pic {
        width: 35px;
        height: 35px;
    }
    
    .instagram-account {
        font-size: 1.5em;
    }
    
    .instagram-desc {
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    .instagram-box {
        width: 150px;
        height: 200px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    
    .instagram-box:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    }
    
    .instagram-grid {
        gap: 20px;
    }
    
    .instagram-link {
        width: 25px;
        height: 25px;
        font-size: 12px;
        bottom: 8px;
        right: 8px;
    }
}

/* -------------------------------------------------------------
Instagram loading and error states
------------------------------------------------------------- */
.instagram-loading {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 1.1em;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 20px auto;
    max-width: 400px;
    position: relative;
}

.instagram-loading::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e4405f;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.instagram-error {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 1em;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 20px auto;
    max-width: 400px;
}

.instagram-error::before {
    content: '⚠️';
    display: block;
    font-size: 2em;
    margin-bottom: 10px;
}

/* Fallback image for media errors */
.instagram-fallback {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.8em;
    text-align: center;
    padding: 20px;
}

/* Enhanced security styles */
.instagram-image img[loading="lazy"] {
    transition: opacity 0.3s ease;
}

.instagram-image img[loading="lazy"]:not([src]) {
    opacity: 0;
}

/* Improved mobile responsiveness */
@media screen and (max-width: 767px) {
    .instagram-loading {
        padding: 40px 15px;
        font-size: 1em;
        margin: 15px auto;
    }
    
    .instagram-error {
        padding: 30px 15px;
        font-size: 0.9em;
        margin: 15px auto;
    }
}
/* Instagram動画用再生アイコン */
.instagram-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    color: rgba(255,255,255,0.85);
    pointer-events: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.instagram-play-icon i {
    font-size: inherit;
}

