@charset "UTF-8";


/*
Theme name: HIGHSPEED GYM
Author: arai kenichi , nishio hideaki
Description: HIGHSPEED GYMサイト
Requires PHP: 7.0
Version:1.0
License: GNU General Public Licence v2 or later
License URI:http://www.gnu.org/licenses/qp1-2.0.html
*/


html {
    color: #000000;
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 1150px;
}

a {
    text-decoration: none;
    display: block;
    color: #000000;
}

a:hover {
    opacity: 0.7;
    /* 例: 70%の透明度 */
}

img {
    display: block;
}

h1 {
    font-size: 41px;
    font-weight: bold;
}

    .br-pc {
        display: none;
    }

/* ハンバーガーメニュー */

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    display: none;
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 85%;
    height: 100vh;
    /*ナビの高さ*/
    background-color: #1f1f25;
    /*動き*/
    transition: all 0.6s;
}



/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 75%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 30%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: left;
}

#g-nav li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.openbtn {
    display: none;
    position: fixed;
    z-index: 99999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #111111;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn span:nth-of-type(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #111111;
    font-size: 0.6rem;
    text-transform: uppercase;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
}

/* ボタンのスタイル */
.button-container {

    position: fixed;
    bottom: 20px;
    display: none;
    width: 100%;
}


.button-inner {
    display: flex;
}

/* ハンバーガーメニュー */

/* トップに戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
    background: #969696;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 22px 5px 26px 5px;
    text-align: center;
    display: block;
    font-weight: bold;
    opacity: 0.9;
    transition: all .3s ease;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .5;
}

/* トップに戻るボタン */

/* MVスライダー */

.mv-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* スマホ */
@media (max-width: 768px) {
  .mv-slider {
    height: 60vh;
  }
}



/* TOP MVスライダー */

.mv-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 650px;
  /* background: #bdbdbd; 保険 */
}

/* SP高さ */
@media (max-width: 768px) {
  .mv-slider {
    height: 600px;
  }
}

.mv-slide {
  position: absolute;
  inset: 0;
  animation: fadeSlide 9s infinite ease-in-out;
    height: 650px;
}



/* SP高さ */
@media (max-width: 768px) {
  .mv-slide {
    height: 100%;
  }
}


.mv-slide img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
/* SP高さ */
@media (max-width: 768px) {
.mv-slide img {
  height: 100%;
}
}

/* ===== PC/SP表示制御 ===== */

/* 初期はSP非表示 */
.sp { display: none; }

/* SP時 */
@media (max-width: 768px) {
  .pc { display: none; }
  .sp { display: block; }
}

/* ===== アニメーション遅延 ===== */

/* .slide1 { animation-delay: 0s; }
.slide2 { animation-delay: 3s; }
.slide3 { animation-delay: 6s; } */

/* 1枚目は最初から表示 */
.slide1 {
  opacity: 1;
  z-index: 3;
  animation-delay: 0s;
}

.slide2 { 
      opacity: 1;
  z-index: 2;
  animation-delay: 3s; }

.slide3 { animation-delay: 6s; }


/* ===== クロスフェード ===== */

@keyframes fadeSlide {
  0%   { opacity: 1; }
  30%  { opacity: 1; }   /* 表示時間を長めにする */
  33%  { opacity: 0; }
  97%  { opacity: 0; }
  100% { opacity: 1; }
}

/* 背景画像（枠画像） */
.header-visual__bg--img {
  position: absolute;
  z-index: 3;
}

/* スライド画像（人物など） */
.mv-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;   /* ← これが重要 */
}


/* TOP MVスライダー */


/*========================================= top_pc =========================================*/


.header-containar {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 12px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}


.header-nav {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    height: 81px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1150px;
}


.header-nav__left figure {
    width: 170px;
    margin-left: 45px;
}

.header-nav__left figure img {
    width: 100%;
}

.header-nav__right {
    display: flex;
}

.header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-nav__right a {
    margin-right: 15px;
    font-weight: bold;
    padding-left: 5px;
}

.header-nav__right--tel p {
    margin-right: 22px;
    font-size: 12px;
    text-align: left;
    padding-left: 17px;
    font-weight: bold;
    line-height: initial;
}

.header-nav__right--tel--item {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    align-items: baseline;
}


.header-nav__right--contact {
    background-color: #ffffff;
    border-radius: 2px;
    border: 2px solid #06C755;

}



.header-nav__right--contact a {
    width: 170px;
    height: 64px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    color: #06C755;
    margin-right: 0px;
    font-size: 16px;
    font-weight: bold;
    column-gap: 14px;
}

.header-nav__right--contact figure{
    width: 40px;
}

.header-nav__right--contact figure img{
    width: 100%;
    
}


.header-nav__right--try {
    background: transparent linear-gradient(90deg, #Eb3E53, #f5a53c) 0 0 no-repeat padding-box;
    margin-left: 20px;
    margin-right: 18px;
    border-radius: 2px;
}

.header-nav__right--try a {
    width: 170px;
    height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-right: 0px;
    font-size: 16px;
    font-weight: bold;
}


.header-visual {
    padding-top: 81px;
}

.header-visual__bg {
    position: relative;
}

.header-visual__bg--img {
    margin: 0 auto;
    /* max-width: 1400px; */
    position: absolute;
    display: flex;
    /* left: 160px;
    bottom: 60px; */
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 54%;
}

.header-visual__bg--img2 {
    margin: 0 auto;
    /* max-width: 1400px; */
    position: absolute;
    top: 49px;
    display: flex;
    right: 120px;
}

.header-visual__bg--img3 {
    margin: 0 auto;
    /* max-width: 1400px; */
    position: absolute;
    bottom: 49px;
    display: flex;
    right: 120px;
}

.header-visual__bg--img img {
    width: 100%;
    height: 100%;
}

.g-nav {
    background-color: #000000;
    padding: 20px 4%;
}

.g-nav ul {
    background-color: #000000;
    display: flex;
    color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.g-nav li {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    width: 150px;
}

.g-nav li a {
    color: #ffffff;
    font-weight: bold;
}

.g-nav li a p {
    padding-top: 10px;
}

.g-nav figure {
    width: 40px;
    margin: 0 auto;
}

.g-nav figure img {
    width: 100%;
}

.main-calsel__container {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 4%;
}



/*------------ footer------------ */

.sns__list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 40px;
}

.sns__list figure {
    width: 45px;
}

.sns__list figure img {
    width: 100%;
}

.footer__inner {
    background-color: #000000;
}

.footer__item {
    max-width: 1000px;
    padding: 34px 4%;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.footer__left {
    display: block;
}

.footer__left figure {
    width: 170px;
    margin-bottom: 30px;
}

.footer__left figure img {
    width: 100%;
}


.access-list dt {
    font-weight: bold;
}

.access-list dd {
    padding-bottom: 15px;
}

.access-list a {
    color: #000000;
}

.footer__right {
    display: flex;
    column-gap: 60px;
}

.footer__right ul li {
    position: relative;
    width: 200px;
    border-bottom: 1px solid #fff;
}

.footer__right ul li a {
    color: #ffffff;
    padding: 10px 0;
}

.footer__right ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
}

.side-link {
    display: flex;
    column-gap: 10px;
}

.side-link a {
    color: #ffffff;
    font-size: 11px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.side-link a:last-child {
    border-right: none;
}

.copyright {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

.footer_tel a {
    color: #ffffff;
}

/*------------ /footer------------ */


.topbn{
	padding:0 4%;
}
.asakickbn{
    max-width: fit-content;
    margin: 65px auto 0 auto;
}

.asakickbn img{
	    width: 100%;
}

.pc_asakickbn{
	max-width: 1200px;
    margin: 65px auto 0 auto;
	padding :0 8%;
}


.pc_asakickbn img{
	    width: 100%;
}


@media screen and (max-width: 768px) {
    html {
        color: #000000;
    }

    body {
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.08em;
        line-height: 1.7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        min-width: auto;
    }

    /* main {
        padding-top: 64px;
    } */

    a {
        text-decoration: none;
        display: block;
        color: #000000;
    }

    img {
        display: block;
    }

    h1 {
        font-size: 27px;
    }
	
    .br-pc {
        display: block;
    }


    /*========================================= top_sp =========================================*/

    .header-containar {
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 12px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }


    .header-nav {
        display: flex;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        height: 64px;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        min-width: auto;
    }


    .header-nav__left figure {
        width: 90px;
        margin-left: 20px;
    }

    .header-nav__left figure img {
        width: 100%;
    }

    .header-nav__right {
        display: none;
    }

    .header-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .header-nav__right a {
        margin-right: 15px;
        font-weight: bold;
        padding-left: 5px;
    }

    .header-nav__right--tel p {
        margin-right: 22px;
        font-size: 12px;
        text-align: left;
        padding-left: 17px;
        font-weight: bold;
        line-height: initial;
    }

    .header-nav__right--tel--item {
        display: flex;
        font-size: 20px;
        font-weight: bold;
        align-items: baseline;
    }


    .header-nav__right--contact {
        background-color: #ffffff;
        border-radius: 2px;
        border: 2px solid #c52a3c;

    }

    .header-nav__right--contact a {
        width: 170px;
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #c52a3c;
        margin-right: 0px;
        font-size: 16px;
        font-weight: bold;
    }

    .header-nav__right--try {
        background: transparent linear-gradient(90deg, #Eb3E53, #f5a53c) 0 0 no-repeat padding-box;
        margin-left: 20px;
        margin-right: 18px;
        border-radius: 2px;
    }

    .header-nav__right--try a {
        width: 170px;
        height: 66px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        margin-right: 0px;
        font-size: 16px;
        font-weight: bold;
    }


    .header-visual {
        padding-top: 64px;
        display: block;
    }

    .header-visual__bg--img {
        margin: 0 auto;
        max-width: 1400px;
    }

    .header-visual__bg--img img {
        width: 100%;
        height: auto;
                max-width: 100%;
    }

    /* トップに戻るボタン */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        line-height: 1;
        z-index: 99;
    }

    #page-top a {
        background: #969696;
        text-decoration: none;
        color: #fff;
        width: 60px;
        padding: 22px 5px 26px 5px;
        text-align: center;
        display: none;
        font-weight: bold;
        opacity: 0.9;
        transition: all .3s ease;
    }

    #page-top a:hover {
        text-decoration: none;
        opacity: .5;
    }

    /* トップに戻るボタン */

    /* ハンバーガーメニュー */

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        display: block;
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background-color: #1f1f25;
        /*動き*/
        transition: all 0.6s;
    }


    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: left;
        width: 310px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 11px;
        position: relative;
    }

    .panelactive ul li::before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -10px;
    }

    #g-nav li a {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 11px;
        display: block;
        font-size: 13px;
    }

    .openbtn {
        display: block;
        position: fixed;
        z-index: 99999;
        /*ボタンを最前面に*/
        top: 4px;
        right: 5px;
        cursor: pointer;
        width: 58px;
        height: 58px;
        background-color: #ffffff
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #111111;
        width: 52%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn span:nth-of-type(3)::after {
        content: "menu";
        /*3つ目の要素のafterにMenu表示を指定*/
        position: absolute;
        top: 5px;
        left: 0px;
        color: #111111;
        text-transform: lowercase;
        font-size: 0.6rem;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    .openbtn.active span:nth-of-type(3)::after {
        content: "Close";
        /*3つ目の要素のafterにClose表示を指定*/
        text-transform: lowercase;
        transform: translateY(0) rotate(-45deg);
        top: 5px;
        left: 8px;
    }

    .g-nav-cv {
        z-index: 999;
        color: #ffffff;
        text-align: center;
        margin-top: 28px;
    }

    .g-nav-cv-tel {
        display: flex;
        justify-content: center;
        font-size: 22px;
        font-weight: bold;
        align-items: baseline;
    }

    .g-nav-cv-tel a {
        color: #ffffff;
    }

    .g-nav-cv-btn {
        display: flex;
        margin-top: 25px;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .g-nav-cv-btn__contact {
        background-color: #ffffff;
        border-radius: 2px;
        border: 2px solid #06C755;
    }

        .g-nav-cv-btn__contact figure {
            width: 32px;
    }

        .g-nav-cv-btn__contact figure img{
            width: 100%;
    }


    .g-nav-cv-btn__contact a {
        width: 143px;
        height: 44px;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        color: #06C755;
        margin-right: 0px;
        font-size: 14px;
        font-weight: bold;
                column-gap: 10px;
    }

    .g-nav-cv-btn__trial {
        background: transparent linear-gradient(90deg, #Eb3E53, #f5a53c) 0 0 no-repeat padding-box;
        /* margin-left: 20px; */
        /* margin-right: 18px; */
        border-radius: 2px;
    }

    .g-nav-cv-btn__trial a {
        width: 143px;
        height: 44px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        margin-right: 0px;
        font-size: 14px;
        font-weight: bold;
    }

    /* ハンバーガーメニュー */


    .g-nav {
        background-color: #000000;
        padding: 20px 4%;
        display: none;
    }

    .g-nav ul {
        background-color: #000000;
        display: flex;
        color: #ffffff;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .g-nav li {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        width: 150px;
    }

    .g-nav li a {
        color: #ffffff;
        font-weight: bold;
    }

    .g-nav li a p {
        padding-top: 10px;
    }

    .g-nav figure {
        width: 40px;
        margin: 0 auto;
    }

    .g-nav figure img {
        width: 100%;
    }

    .main-calsel__container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0% 0px 0%;
    }



    /* fade-in */

    .js-fade {
        opacity: 0;
        visibility: hidden;
        transform: translateY(50px);
        transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
    }

    .scroll {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    /* fade-in */



    /* sp_g-nav */

    .sp_g-nav {
        background-color: #ffffff;
        padding: 0px 2%;
        margin-top: 35px;
    }

    .sp_g-nav p{
        font-size: 12px;
    }

    .sp_g-nav ul {
        background-color: #000000;
        display: grid;
        color: #000000;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .sp_g-nav li {
        border-right: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        width: 100%;
        padding-bottom: 13px;
        padding-top: 13px;
    }

    .sp_g-nav li:nth-child(4) {
        border-right: none;

    }

    .sp_g-nav li:nth-child(n+5) {
        border-bottom: none;
    }


    .sp_g-nav li:last-child {
        border-right: none;

    }

    .sp_g-nav li a {
        color: #000000;
    }

    .sp_g-nav li a p {
        padding-top: 10px;
    }

    .sp_g-nav figure {
        width: 32px;
        margin: 0 auto;
    }

    .sp_g-nav figure img {
        width: 100%;
    }


    .insta {
        padding-left: 4%;
    }



    /*========================================= /top_sp =========================================*/
    /* ------------------ footer ------------------*/

    .sns__list {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 18px;
        margin-bottom: 25px;
    }

    .sns__list figure {
        width: 30px;
    }

    .sns__list figure img {
        width: 100%;
    }

    .footer__inner {
        background-color: #000000;
    }

    .footer__item {
        max-width: 1000px;
        padding: 34px 4%;
        margin: 0 auto;
        color: #ffffff;
        display: flex;
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    .footer__left {
        display: block;
    }

    .footer__left figure {
        width: 170px;
        margin-bottom: 30px;
    }

    .footer__left figure img {
        width: 100%;
    }


    .access-list dt {
        font-weight: bold;
    }

    .access-list dd {
        padding-bottom: 15px;
    }

    .access-list a {
        color: #000000;
    }

    .footer__right {
        display: flex;
        column-gap: 20px;
    }

    .footer__right ul li {
        position: relative;
        width: 156px;
        border-bottom: 1px solid #fff;
    }

    .footer__right ul li a {
        color: #ffffff;
        padding: 10px 0;
    }

    .footer__right ul li::before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -6px;
    }

    .side-link {
        display: flex;
        column-gap: 10px;
    }

    .side-link a {
        color: #ffffff;
        font-size: 11px;
        border-right: 1px solid #fff;
        padding-right: 10px;
    }

    .side-link a:last-child {
        border-right: none;
    }

    .copyright {
        font-size: 11px;
        padding: 10px 0;
        text-align: center;
    }

    /* ------------------ /footer ------------------*/
    /* ボタンのスタイル */
    .button-container {
        position: fixed;
        bottom: 0px;
        display: none;
        width: 100%;
        justify-content: center;
        z-index: 9000;
    }


    .is-show {
  display: flex;
}
    .button-inner {
        display: flex;
        column-gap: 10px;
    }

    .button-contact {
        background-color: #ffffff;
        width: 135px;
        height: 20px;
        border: 2px solid #06C755;
        padding: 10px 20px;
        margin-bottom: 0px;
        border-radius: 2px;
        cursor: pointer;
        transition: background-color 0.3s;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        display: flex;
    }

    .button-contact a {
        color: #06C755;
        display: flex;
        column-gap: 14px;
        align-items: center;
    }

    .button-contact figure{
        width: 30px;
    }

        .button-contact figure img{
        width: 100%;
    }


    .button-trial {
        background: transparent linear-gradient(90deg, #Eb3E53, #f5a53c) 0 0 no-repeat padding-box;
        width: 135px;
        height: 22px;
        padding: 10px 20px;
        margin-bottom: 10px;
        border-radius: 2px;
        cursor: pointer;
        transition: background-color 0.3s;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }

    .button-trial a {
        color: #ffffff;
    }

    .footer_tel a {
        color: #ffffff;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 22px;
        left: 0;
        width: 100%;
        position: relative;
        /* top: -24px; */
        left: 0px;
        display: flex;
        text-align: center;
        transition: 300ms opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        justify-content: center;
        margin-top: -2vw;
    }


    .header-visual__bg {
        position: relative;
    }

    .header-visual__bg--img {
        /* max-width: 100%; */
        top: 80%;
        left: 30%;
        /* top: 0; */
        width: 50%;
        /* display: flex;
        top: 150px;
        right: 0;
        left: 0;
        margin: auto;
        height: auto;
        justify-content: center;
        align-items: center;
        height: auto; */
    }

    .header-visual__bg--img img {
        width: 100%;
    }

    .header-visual__bg--img2 {
        max-width: 35%;
        top: 0;
        width: 100%;
        display: flex;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: auto;
        justify-content: center;
        align-items: center;
    }
	
		.asakickbn{
	    width: fit-content;
    margin: 40px auto 40px auto;
}


}