@charset "UTF-8";

/*===============================
	base
================================*/
body {/* // PC用の横幅を指定 */
	min-width: 1080px;
}
/* // スマートフォンのブレイクポイント */
@media screen and (max-width: 769px){
	body {
		/* // 初期化 */
		min-width: initial;
	}
}
html {
    scroll-behavior: smooth;
}

a {
    display: inline-block;
}

a:hover {
    opacity: 0.8;
}

.allwrapper {
    margin: 0 auto;
    overflow: hidden;
}


h3 {
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.0rem;
    line-height: 1;
    padding-top: 150px;
    letter-spacing: 0.5rem;
}

h4 {
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: 0.15rem;
    margin-bottom: 15px;
}

h5 {
    font-family: europa, sans-serif;
}

h6 {
    font-size: 1.8rem;
}


p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: 0.35px;
}

.center {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
}

.btn {
    display: flex;
    justify-content: flex-end;
}



/* 画面幅によって改行を変えるcss */
.br_pc {
    display: block;
    /*pcの時改行する */
}

.br_415 {
    display: none;
    /*画面幅415以下の時改行する */
}

.pc_display {
    display: block;
}

.sp_display {
    display: none;
}


/*========= baseのレスポンシブ ===============*/
@media screen and (max-width: 990px) {
    h3 {
        margin-bottom: 20px;
    }

    .btn a {
        font-size: 1.6rem;
    }

    .bottom40 {
        margin-bottom: 25px;
    }

    section {
        margin-bottom: 100px;
    }

    .btnWH a {
        font-size: 1.6rem;
    }

    .section_footer a,
    address {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:834px) {
    p {
        line-height: 3.2rem;
    }

    .section_footer a,
    address {
        font-size: 1.4rem;
    }

    .fa-solid {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:415px) {
    p {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }


    .p_bottom {
        margin-bottom: 40px;
    }

    h3 {
        font-size: 3.2rem;
        margin-bottom: 5px;
        padding-top: 60px;
        margin-top: initial;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 1.7em;
        letter-spacing: 0.1rem;
        margin-bottom: 10px;
    }

    section {
        margin-bottom: 0;
    }

    .btn a {
        font-size: 1.4rem;
    }

    .btnWH a {
        font-size: 1.4rem;
        max-width: 100%;
        width: 100%;
    }

    .btnBK a {
        font-size: 1.4rem;
        max-width: 100%;
        width: 100%;
    }

    .footerlist_wrapper {
        font-size: 1.2rem;
    }

    .br_415 {
        display: block;
        /*画面幅415以下の時改行する */
    }

    .br_pc {
        display: none;
        /*pcの時改行する */
    }

    .pc_display {
        display: none;
    }

    .sp_display {
        display: block;
    }
    .cate_ttl .sp_display {
        margin-left: 1.5rem;
        font-size: 1.25rem;
        line-height: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.15rem;
    }

    .cate_ttl h3 {
        display: flex;
        align-items: flex-end;
    }
}



/*===============================
<h3>の下から出てくるアニメーションのcss
  ================================*/
span.smoothText {
    overflow: hidden;
    display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger {
    transition: .6s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    display: block;
}

span.smoothTextTrigger.smoothTextAppear {
    transform: translate3d(0, 0, 0) skewY(0);
}

/*===============================
	header
================================*/
#header {
    transition: background-color 0.8s;
}

#header.scrolled {
    /* background-color: #fff; */
    backdrop-filter: blur(50px);
}

.headerWrapper {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerLogo img {
    height: 25px;
}

/*  globalNav
------------------------*/
#header_read {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 20;
    transition: background-color .5s, color .5s;
    font-size: 1.6rem;
}

#header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*========= globalNav　レスポンシブ ===============*/
@media screen and (max-width: 415px) {
    #header {
        background-color: #fff;
    }

    #header_inner {
        justify-content: center
    }
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
nav {
    text-align: center;
    display: flex;
    align-items: center;
}

/*ナビゲーションを横並びに*/
nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

/*2階層目以降は横並びにしない*/
nav ul ul {
    display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
    position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px 35px;
    transition: all .3s;
}

nav ul li li a {
    padding: 10px 20px;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
nav ul ul li.has-child::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 4;
    /*形状を指定*/
    background: #999;
    width: 180px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

nav li.has-child ul li:last-child a {
    border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
    background: #444;
}


/*==3階層目*/
/*3階層目の位置*/
nav li.has-child ul ul {
    top: 0;
    left: 182px;
    background: #444;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active {
    background: #111;
}


/*==768px以下の形状*/
@media screen and (max-width:768px) {
    nav {
        padding: 0;
    }

    nav ul {
        display: block;
    }

    nav li.has-child ul,
    nav li.has-child ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        /*JSで制御するため一旦表示*/
        opacity: 1;
        /*JSで制御するため一旦表示*/
        display: none;
        /*JSのslidetoggleで表示させるため非表示に*/
        transition: none;
        /*JSで制御するためCSSのアニメーションを切る*/
    }

    nav ul li a {
        padding: initial;
    }

    .globalNavTitle {
        border-bottom: 1px solid #ccc;
    }

    /*矢印の位置と向き*/

    nav ul li.has-child::before {
        left: 20px;
    }

    nav ul ul li.has-child::before {
        transform: rotate(135deg);
        left: 20px;
    }

    nav ul li.has-child.active::before {
        transform: rotate(-45deg);
    }

}

/*========= ナビゲーションドロップダウンのためのCSSここまで ===============*/

.sp_header {
    display: none;
}

/* 検索フォームのcss */
.index_globalNav .g_nav_search p {
    font-size: 1.4rem;
    margin-right: 30px;
}

.index_globalNav .g_nav_search {
    align-items: center;
    top: 80%;

}

#form2 {
    position: relative;
    min-width: 300px;
    margin: 0 auto;
}

#sbox2 {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    /* position:absolute;  */
    right: 15px;
    top: 0;
    outline: none;
    border: none;
    background: #fff;
    border-radius: 50px;
}

#sbtn2 {
    height: 50px;
    position: absolute;
    right: 10px;
    /*アイコン左右の位置調整*/
    top: 0;
    background: none;
    color: #666;
    border: none;
    font-size: 20px;
    /*アイコンサイズ*/
}

#sbtn5:hover {
    color: #7fbfff;
}

/* 検索フォームのcssここまで */


/**********************************　
	以下、ハンバーガーメニューの設定　
    ************************************/

@media (max-width: 990px) {
    html {
        scroll-padding-top: 50px;
        scroll-behavior: initial;
        /* 固定ヘッダの高さ分 */
    }

    .pc {
        display: none;
    }

    .sp_header {
        display: block;
        font-size: 1.6rem;
    }

    #g-nav {
        display: block;
        color: #fff;
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background-color: rgba(1, 1, 1, 0.9);
        /*動き*/
        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;
    }

    /*リストのレイアウト設定*/
    .globalNavList {
        padding-top: 50px;
    }

    #g-nav li {
        list-style: none;
        text-align: center;
        line-height: 4.5rem;

    }

    #g-nav .globalNavTitle {
        color: #fff;
        text-decoration: none;
        margin: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    #g-nav .globalNavTitle:nth-of-type(2) {
        margin: 10px 10px 0px 10px;
    }

    #g-nav .btn {
        background-color: initial;
    }

    #sbox2 {
        right: 0px;
    }
    #form2 {
        min-width: initial;
    }

    /*========= ボタンのためのCSS ===============*/
    #header .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 5px;
        right: 0px;
        cursor: pointer;
        width: 70px;
        height: 50px;
    }

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

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

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

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

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

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

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

    #header.scrolled .openbtn span {
        background-color: #333;
    }

    .sp_header .g_nav_search {
        top: 50vh;
        width: 75vw;
        margin: 50px auto;
    }
    #g-nav #section_series {
        padding-bottom: 100px;
    }
}

/*/**********************************　
  ハンバーガーメニューの設定ここまで　

ハンバーガーメニュー内のアコーディオン*/
.acco_ul {
    display: none;
}

.acco_li {
    height: 60px;
    background: #666;
    border-bottom: 1px dotted #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-item-btn {
    line-height: 4.5rem;
}

.globalNavTitle i {
    margin-left: 1.5rem;
}



/*===============================
    ボタンのcss
  ================================*/

.btn_wrapper {
    margin-right: 0;
    margin-left: auto;
}

.btn_wrapper.btn_wrapper:first-of-type {
    margin-bottom: 0;
    margin-top: auto;
}




/*===============================
	共通footer
================================*/
/*==================================
#section_for_gift
===================================*/
#section_for_gift {
    margin-bottom: initial;
}

#section_for_gift .for_gift_wrapper {
    background-image: url(../../tower/img/for_gift.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    position: relative;
}

@keyframes rotation1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle_text {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -1.5rem;
    right: calc(100% - 90vw);
    animation: 20s linear infinite rotation;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#section_for_gift h3 {
    padding-top: initial;
}

#section_for_gift .cate_ttl {
    padding: 170px 0px 70px 0px;
}

#section_for_gift h4 {
    padding: 0px 0px 70px 0px;
}

#section_for_gift p {
    width: 365px;
}

/* 楕円形のボタン */
.btn_track {
    background-color: #fff;
    font-size: 2.0rem;
    color: #111;
    font-weight: 400;
    white-space: nowrap;
    padding: 20px .5em;
    cursor: pointer;
    border-radius: 50px;
    flex: 1;
    transform: 0.5s;
    width: 320px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 75px;
    right: calc(100% - 95vw);
}

.btn_track:hover {
    color: #fff;
    border: solid 1px #111;
    background-color: #111;
    opacity: 0.8;
}

/* レスポンシブ */
@media screen and (max-width:415px) {
    #section_for_gift {
        margin-top: 30px;
    }

    #section_for_gift .for_gift_wrapper {
        height: 40vh;
    }

    .circle_text {
        position: absolute;
        width: 130px;
        height: 130px;
        right: calc(100% - 95vw);
    }

    #section_for_gift .cate_ttl {
        margin-top: initial;
        padding: 42vh 0px 20px 0px;
    }

    #section_for_gift h4 {
        padding: 0px 0px 5px 0px;
    }

    #section_for_gift p {
        width: 100%;
    }

    .btn_track {
        bottom: -445px;
        border: solid 1px #111;
        margin: 30px auto;
        padding: 20px 0em;
        font-size: 1.5rem;
        position: initial;
    }
}

/*==================================================
#section_pu
===================================*/
#section_pu {
    background-color: #909E9F;
    color: #fff;
    margin-bottom: initial;
}

#section_pu .cate_ttl,
#section_news .cate_ttl {
    padding: initial;
}

.pu_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr));
    grid-gap: 30px;
    margin: 80px 0px 0px 0px;
}

.pu_item {
    margin-bottom: 55px;
    animation: test .8s;
}

.pu_item a {
    width: 100%;
}

.pu_item p {
    font-size: 1.8rem;
}

.pu_item_title {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.pu_item_img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    border-radius: 3px;
    margin-bottom: 1.5rem;
}

/* 楕円形のボタン */
.pu_btn_track {
    font-size: 2.0rem;
    color: #fff;
    border: solid 1px #fff;
    white-space: nowrap;
    padding: 15px .5em;
    cursor: pointer;
    border-radius: 50px;
    flex: 1;
    transform: 0.5s;
    width: 220px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
}

.pu_btn_track:hover {
    color: #333;
    border: solid 1px #fff;
    background-color: #fff;
    opacity: 0.8;
}

/* レスポンシブ */
@media screen and (max-width:415px) {
    #section_pu {
        margin-top: 470px;
    }

    .pu_list {
        display: flex;
        grid-template-columns: initial;
        grid-gap: 10px;
        margin: 30px 0px 0px 0px;
        overflow-x: scroll;
    }

    .pu_item_img {
        width: initial;
        height: 180px;
    }

    #section_pu h4 {
        font-size: 1.4rem;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

    .pu_item p {
        font-size: 1.25rem;
        line-height: 1.8em;
    }

    .pu_btn_track {
        font-size: 1.5rem;
        margin: 30px auto;
    }

    .pu_item {
        margin-bottom: 18px;
    }
}

/*==================================================
#section_news
===================================*/
#section_news {
    background-color: #F4F4F5;
}

#section_news .cate_ttl {
    margin-bottom: 55px;
}

#section_news iframe {
    width: 100%;
    height: 60vh;
}

.half_wrapper {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding-bottom: 10rem;
}

.half {
    max-width: calc(90vw /2);
    width: 100%;
    margin: 0 auto;
}

/* レスポンシブ */
@media screen and (max-width:415px) {
    .half_wrapper {
        flex-direction: column;
        gap: 0px;
        padding-bottom: 3rem;
    }

    .half {
        max-width: 100%;
    }

    #section_news .cate_ttl {
        margin-bottom: 10px;
    }

    #section_news iframe {
        height: fit-content;
    }
}

/*==================================================
  TOPICS
  ===================================*/
.topics_list {
    display: flex;
    gap: 1.5rem;
    overflow-x: scroll;
}

.topics_item {
    width: 350px
}

.topics_item img {
    width: 250px;
    margin-bottom: 2rem;
}

.topics_title {
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 1rem;
}

.topics_desc {
    line-height: 2em;
    max-height: 50%;
}

.look_page {
    text-align: right;
    font-weight: 600;
    margin: 2rem 0 0 0;
}

.look_page i {
    margin-left: 15px;

}

/* レスポンシブ */
@media screen and (max-width:415px) {
    .topics_title {
        line-height: 2.2rem;
        margin-bottom: 0.5rem;
    }

    .topics_desc {
        line-height: 2.5rem;
    }

    .look_page {
        margin: 1.3rem 0 0 0;
    }
}
/*==================================================
#section_series 山崎実業シリーズ
===================================*/
#section_series .cate_ttl {
    margin-bottom: 55px;
} 

#section_series h3 {
    padding-top: 10rem;
}
.series_img_area {
    display: flex;
}
.series_img_area a {
    width: 50%;
}
.series {
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.series img {
    position: absolute;
}
.tower_page {
    background-image: url(https://www.bellevie-inc.co.jp/cabinet/c/rin/tower_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 3px 0 0 3px;
}
.tower_page img {
    width: 24rem;
}
.tosca_page {
    background-image: url(https://www.bellevie-inc.co.jp/cabinet/c/rin/tosca_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 3px 3px 0;
}
.tosca_page img {
    width: 40rem;
}
@media screen and (max-width:415px) {
    #section_series .cate_ttl {
        margin-bottom: 10px;
    }
    #section_series h3 {
        padding-top: 3rem;
    }
    .series_img_area {
        flex-direction: column;
    }
    .series_img_area a {
        width: 100%;
    }
    .series {
        height: 20vh;
    }
    .tower_page {
        border-radius: 3px 3px 0 0;
    }
    .tower_page img {
        width: 12rem;
    }
    .tosca_page {
        border-radius: 0 0 3px 3px;
    }
    .tosca_page img {
        width: 20rem;
    }
}



/*==================================================
  #section_brand
  ===================================*/
#section_brand h3 {
    padding-top: 10rem;
}

.brand_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(190px, calc(100%/11)), 1fr));
    grid-gap: 10px;
    margin: 80px 0px 0px 0px;
}

.brand_item {
    animation: test .8s;
}

.brand_item_img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 3px;
    margin-bottom: 1.5rem;
}

/* レスポンシブ */
@media screen and (max-width:415px) {
    #section_brand h3 {
        padding-top: 3rem;
    }

    .brand_list {
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 10px;
        margin: 15px 0px 0px 0px;
        overflow-x: scroll;
    }

    .brand_item_img {
        width: 90px;
        border-radius: 3px;
        margin-bottom: initial;
    }
}

/*===============================================
  会員登録（membercontent）
  ===============================================*/
.member_wrap {
    background-color: #F4F4F5;
    width: 100%;
}

.membercontent {
    background: #f5f5f5;
    padding-bottom: 500px;
    padding: 100px 0;
    margin: 100px 0 0;
}

.member_top {
    font-family: 'ryo-gothic-plusn', sans-serif;
    text-align: center;
    font-weight: bold;
}

.member_ttl {
    font-weight: 700;
    letter-spacing: 0.1;
    font-style: normal;
}

/* .member_ttl {
    font-size: 2.3rem;
    font-family: 'ryo-gothic-plusn', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1;
    font-style: normal;
  } */

.member_txt {
    margin-bottom: 50px;
    font-weight: bold;
    letter-spacing: 0.1;
    font-style: normal;
}

/*----- member_step -----*/
.member_step {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.member_wrap ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.member_step li {
    display: inline-block;
    width: 25%;
    background: #fff;
    font-size: 1rem;
    margin-right: 50px;
    text-align: center;
    padding: 60px 30px;
    font-weight: 400;
    letter-spacing: 0.1;
    font-style: normal;
    border-radius: 10px;
}

.member_step li:last-child {
    margin-right: 0px;
}

.member_step_ttl {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4em;
    white-space: nowrap;
}

.member_step_ttl span {
    font-size: 3rem;
    font-weight: 600;
    color: #f7931e;
}

.member_step_icon {
    position: relative;
    height: 150px;
}

.member_step_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    text-align: center;
}

.member_step_txt {
    text-align: left;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 20px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
}

.member_step_btn {
    color: #fff;
    font-size: 1.6rem;
}

/*btn_line*/
.btn_line a {
    display: block;
    width: 85%;
    margin: 0 auto;
    background: #32ac00;
    border-radius: 50px;
    padding: 15px 0;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}

/*btn_follow*/
.btn_follow a {
    display: block;
    width: 85%;
    margin: 0 auto;
    background: linear-gradient(to right, #1400c7, #b800b3, #f40000);
    border-radius: 50px;
    padding: 15px 0;
}



/*btn_mail*/
.btn_mail a {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #3a72d9;
    padding: 15px 0;
    border-radius: 50px;
}

@media screen and (max-width: 820px) {
    .member_step li {
        display: inline-block;
        width: 75%;
        min-height: 300px;
        background: #fff;
        font-size: 1rem;
        margin: 0 auto 20px;
        text-align: center;
        padding: 50px 20px;
        font-weight: 400;
        letter-spacing: 0.1;
        font-style: normal;
        border-radius: 10px;
    }

    .member_step li:last-child {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 650px) {
    .membercontent {
        padding-bottom: 5px;
        padding: 50px 0;
        margin: 50px 0 0;
    }

    .member_ttl {
        font-size: 2.6rem;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .member_txt {
        padding: 0 4%;
        font-size: 1.4rem;
        line-height: 2em;
        margin-bottom: 30px;
    }

    /*----- member_step -----*/
    .member_step {
        width: 100%;
        margin: 0 auto 50px;
    }

    .member_wrap ul {
        display: flex;
        flex-direction: column;
    }





    .member_step_ttl {
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 1.4em;
    }

    .member_step_ttl span {
        font-size: 3rem;
        font-weight: 600;
        color: #f7931e;
    }

    .member_step_icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 120px;
        text-align: center;
    }

    .member_step_txt {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.7;
        padding: 10px 10px;
        margin-bottom: 10px;
    }

    /*btn_follow*/
    .btn_follow a {
        display: block;
        width: 250px;
        margin: 0 auto;
        background: linear-gradient(to right, #1400c7, #b800b3, #f40000);
        color: #fff;
        border-radius: 50px;
        padding: 15px 0;
        font-size: 1.6rem;
    }

    /*btn_line*/
    .btn_line a {
        display: block;
        width: 250px;
        margin: 0 auto;
        background: #32ac00;
        color: #fff;
        border-radius: 50px;
        padding: 15px 0;
        font-size: 1.6rem;
        font-weight: 500;
        font-family: 'Noto Sans JP', sans-serif;
    }

    /*btn_mail*/
    .btn_mail a {
        display: block;
        width: 250px;
        margin: 0 auto;
        background: #3a72d9;
        color: #fff;
        border-radius: 50px;
        padding: 15px 0;
        font-size: 1.6rem;
    }

}

@media screen and (max-width: 415px) {
    #section_member {
        margin: 0 0;
        padding: 50px 0;
    }

    .member_step {
        margin: 0 auto 0px;
    }
}




/*===============================================
section_footer
===============================================*/
#section_footer {
    width: 100%;
    color: #fff;
    padding: 0 0 10px 0;
    background-color: #909E9F;
    font-size: 1.6rem;


}

#section_footer i {
    font-size: 3.0rem;
    color: #fff;
    width: 30px;
    height: 30px;
}

.footer_wrapper {
    padding: 40px 0;
}

.footerlist_wrapper ul {
    text-align: left;
}

.footerlist_wrapper ul li {
    margin-bottom: 20px;
}

.footerlist {
    display: flex;
    gap: 100px;
    max-width: 60vw;
    width: 100%;
    justify-content: center;
}

.footer_sns_icon {
    display: flex;
    gap: 10px;
}

/* レスポンシブ */
@media screen and (max-width:415px) {
    .footerlist {
        flex-wrap: wrap;
        gap: 30px 30px;
        justify-content: flex-start
    }

    #section_footer .globalNavTitle {
        border: initial;
    }
}

/*===============================================
クーポンのcss
===============================================*/
.go_coupon {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
    width: 260px;
    overflow: hidden;
}

.closebtn {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.go_coupon img {
    width: 100%;
}

.go_coupon_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #333;
}

.go_coupon_close::before,
.go_coupon_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #fff;
}

.go_coupon_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.go_coupon_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 480px) {
    .go_coupon {
        left: 5px;
        bottom: 5px;
        width: 130px;
    }

    .go_coupon_close {
        width: 20px;
        height: 20px;
    }
}