@charset "utf-8";

img {
    vertical-align: top;
    display: inline;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.under {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

a[target="_blank"]::after {
    /*font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 3px;
    color: #5b75b4;
    font-size: 11px;*/
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: inline-block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_center {
    align-items: center;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}


/*下部に余白*/
.cap01 {
    font-size: 85%;
    display: block;
    line-height: 1.2;
}

/*リンク文字色*/
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.8;
}



/*off*/

/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: #ccc 1px solid;
    padding: 10px 20px;
    font-size: 1rem;
    vertical-align: top;
}

thead th,
tfoot th {
    background-color: #fff;
    color: #333;
}

thead td,
tfoot td {
    background-color: #fff;
    color: #333;
}

tbody th {
    background-color: #e2f7f0;
    color: #333;
}

tbody td {
    background-color: #fff;
}



/*レイアウト共通*/
#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    width: 94%;
    margin: 0 auto;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
}

.inner-section {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}

.contents_btm01 {
    margin-bottom: 100px;
}

.contents_btm02 {
    margin-bottom: 80px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 40px;
}

.contents_btm05 {
    margin-bottom: 20px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.content section {
    padding: 0 0 80px;
    width: 100%;
}

@media (max-width:1299px) {
    .inner-section {
        padding: 40px 4%;
    }

    .inner {
        padding: 0 4%;
    }

    section {
        padding: 50px 0 50px;
        width: 100%;
    }
}

@media (max-width:600px) {
    .inner {
        padding: 0 4%;
    }

    .inner.w100 {
        width: 100%;
    }

    .inner-section {
        padding: 30px 4%;
    }


}





/*グローバルナビゲーション
==================================================================================================================*/
/*ヘッダー*/
header {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
}

.mian_area {}

.nav_box {
    display: flex;
    justify-content: flex-start;
    padding: 5rem 0 7rem 0;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}


.nav_menu {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3vh 0;
    align-items: first baseline;
}

#gnav li a {
    display: block;
    overflow: hidden;
    margin: 0 1px 0 0;
    color: #333;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

#gnav li a::before {
    content: "";
}


.copy {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 1em 0 0;
}




@media (max-width:1299px) {
    .sub_page .logo_color {
        /* display: none;*/
    }

    .sub_page .logo_white {
        /*display: inherit;*/
    }
}

.nav_menu>li a {
    display: block;
}

.contact_area {
    width: 17%;
    height: auto;
}



/*グローバルメニュー*/
#gnav_wrap {
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}


#gnav li {
    position: relative;
}

#gnav li a {
    transition-duration: .3s;
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
}

#gnav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;
    /*変形の時間*/
}

#gnav li a:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top;
    /*左から右に向かう*/
}

@media (min-width: 600px) {}

.hamMenu {
    display: none;
}


@media (max-width:1299px) {
    header {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
    }

    .mian_area {
        width: 100vw;
        margin: 50px 0 0;
    }

    #hdr_logo {
        width: 100%;
        display: block;
        text-align: left;
        margin: auto;
        padding: 0 10px;
    }

    #hdr_logo h1 {
        padding: 0;
        font-weight: normal;
        line-height: 1.4;
    }


    #hdr_logo h1 a {
        padding: 0;
        line-height: 1;
        font-size: 1.2em;
        color: #256CB9;
    }

    #hdr_logo h1 a .small {
        font-size: 12px;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    #hdr_logo img {
        max-height: 46px;
        object-fit: contain;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 999;
        padding: 0;
        background-color: #fff;
    }


    #gnav_wrap {
        display: block !important;
        transition: .5s ease-in-out;
        float: none;
        width: 100%;
        max-height: 100vh;
        /* padding-top: 50px;*/
        margin: 0;
        position: absolute;
        top: 0;
        right: -1299px;
        z-index: 1000;
        overflow: auto;
    }

    .menu-is-open #gnav_wrap {
        /* transform: translateX(-1299px);
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #fff;
    top: 0;*/
        transform: translateX(-1299px);
        padding: 0;
        margin: 0;
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-color: #fff;
        z-index: 8888;
    }

    .nav_box {
        padding: 7em 0 2em 0;
        align-items: center;
    }

    .hamMenu {
        /*display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2000;
        text-indent: -9999px;
        margin: 0;
        background: none;*/
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 0;
        right: 0;
        text-indent: -9999px;
        margin: 0;
        background: none;
        z-index: 9999;
    }

    .hamMenu span {
        display: block;
        position: absolute;
        top: 14px;
        right: 10px;
        width: 30px;
        height: 20px;
        background: #333;
        border-top: 9px solid #fff;
        border-bottom: 9px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hamMenu span:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #333;
        top: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hamMenu span:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #333;
        bottom: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu-is-open .hamMenu span {
        background: #1110;
    }

    .menu-is-open .hamMenu span:before {
        transform: rotate(-135deg);
        top: 0;
        right: 0;
    }

    .menu-is-open .hamMenu span {
        background: none;
        border-top: 9px solid #1110;
        border-bottom: 9px solid #1110;
    }

    .menu-is-open .hamMenu span:after {
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }

    #gnav {
        border: none;
        padding: 0;
    }

    #gnav li {
        width: auto;
        border: none;
    }

    #gnav li a {
        font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    }

    .nav_menu,
    .sub_page .nav_menu {
        margin: 0;
        margin: 0 0 3em;
    }

    .menu-is-open .header .overlay {
        display: block;
    }

    .sns_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        position: unset;
        align-items: center;
    }
}

@media (max-width:599px) {}

/*フッター*/

footer {}

#footer {
    width: 100%;
}

#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 2%;
    bottom: 3em;
    background-color: #ffffffcf;
    border-radius: 50%;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}




/***動き**********************************/

/*フェード*/
.fadein {
    display: block;
    transition: 2s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}

/********サイト用追加****************************************************************************/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.shippori {
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    font-style: normal;
}

.header_logo {
    width: 50%;
    max-width: 310px;
}

.header {
    display: flex;
    align-items: center;
    padding: 0 7px;
}

h2 {
    font-size: clamp(1.625rem, 1.553rem + 0.36vw, 2rem);
    font-weight: bold;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {
    .header_logo {
        width: 50%;
        max-width: 310px;
        position: fixed;
        top: 0.5rem;
        left: 2%;
    }
}

/********サイト用追加****************************************************************************/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    letter-spacing: 1.6px;
}

.shippori {
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: clamp(1rem, 0.952rem + 0.24vw, 1.25rem);
}



.header {}

body h2 {
    font-size: clamp(1.25rem, 1.105rem + 0.72vw, 2rem);
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
    margin: 0 0 1rem;
    letter-spacing: 4.8px;
    text-align: center;
}

body h3 {
    font-size: clamp(1rem, 0.976rem + 0.12vw, 1.125rem);
    text-align: center;
}

.t_left {
    text-align: left;
}

.buy_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 777;
    height: 40px;
}

.buy_btn a {
    font-family: "Shippori Mincho B1", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", serif;
    background-color: #0C4875;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    margin: 0 0 40px 0;
}

.content {}

.inner {
    padding: 4rem 6%;
    background-color: #fff;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {
    body h2 {
        font-size: 32px;
        letter-spacing: 3px;
    }

    #container {
        margin: 0;
    }

    .header_logo {
        position: fixed;
        top: 0.5rem;
        left: 2%;
        width: 100%;
        max-width: 310px;
    }

    .content {
        width: 600px;
        margin: 0 0 0 calc(100% - 600px);
    }

    .buy_btn {
        bottom: 2rem;
        height: 40px;
        width: 200px;
        margin: 0 auto;
        left: 10%
    }

    .buy_btn a {
        border-radius: 2em;
    }
}

@media (min-width: 1299px) {
    .content {
        width: 680px;
        margin: 0 300px 0 calc(100% - 980px);
    }

    .buy_btn {
        bottom: 3rem;
        height: 40px;
        width: 180px;
        margin: 0 auto;
        left: unset;
        right: 6%;
    }
}

/*table横スクロール*/
.table_wrap {
    overflow-x: scroll;
}

.table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}