@charset "UTF-8";

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Noto Sans Japanese";
    src: local("NotoSansJP-Regular.otf"), url(../font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: "Noto Sans Japanese";
    src: local("NotoSansJP-Bold.otf"), url(../font/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Lato";
    src: local("Lato-Regular.ttf"), url(../font/Lato-Regular.ttf) format("truetype");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: "Lato";
    src: local("Lato-Bold.ttf"), url(../font/Lato-Bold.ttf) format("truetype");
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: "Lato";
    src: local("Lato-Black.ttf"), url(../font/Lato-Black.ttf) format("truetype");
}

@font-face {
    font-family: "ClanWeb-Bold";
    src: url(../font/ClanWeb-Bold.woff) format("woff");
}

@font-face {
    font-family: "ClanWeb-Medium";
    src: url(../font/ClanWeb-Medium.woff) format("woff");
}

/* reset.css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    word-wrap: break-word;
    word-break: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

img {
    vertical-align: bottom;
}

input,
select,
textarea {
    vertical-align: middle;
    font-size: 100%;
}

ol,
ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

html {
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 9px;
    }
}

body {
    color: #ffffff;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese", sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #3E3A39;
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover {
    color: #E60012;
}

a:hover img {
    /* opacity: 0.5; */
}

.lato {
    font-family: "Lato", sans-serif;
}

.serif {
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
}

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

img.valign-middle {
    vertical-align: middle;
}

.contents p {
    margin-bottom: 1.7em;
}

.contents figure {
    margin-bottom: 1.7em;
}

.contents figcaption {
    margin-top: 0.5em;
    font-size: 1.4rem;
}

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.tac {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sp-tac {
        text-align: center !important;
    }
}

/* 全体 */
.l-wrapper {
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .l-wrapper {
        padding-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .pc-only {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .tb-under {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .tb-under {
        display: block;
    }
}

/* header */
.l-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #4c4948;
}

@media screen and (max-width: 767px) {
    .l-header .l-container {
        padding: 0;
    }
}

.head_top {
    max-width: 1200px;
}

.head_top_left {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}

@media screen and (max-width: 1024px) {
    .head_top_left {
        width: 60%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .head_top_left {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 0 7px;
    }
}

/* お問い合わせボタン */
.head_top_right .inquiry_box {
    left: 50px;
}

@media screen and (max-width: 1024px) {
    .head_top_right .inquiry_box {
        left: -50px;
    }
}

@media screen and (max-width: 767px) {
    .head_top_right .inquiry_box {
        display: none;
    }
}

.head_top_right .inquiry_box a:hover {
    color: #fff
}

.head_top_right .parallelogram {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    width: 150px;
    /*平行四辺形の横幅*/
    height: 50px;
    /*平行四辺形の高さ*/
}

@media screen and (max-width: 1024px) {
    .head_top_right .parallelogram {
        height: 40px;
    }
}

.head_top_right .parallelogram::before {
    transform: skewX(-30deg);
    /*平行四辺形の角度*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #E60012;
}

.head_top_right .parallelogram a {
    position: absolute;
    top: 20%;
    right: 20%;
}

@media screen and (max-width: 1024px) {
    .head_top_right .parallelogram a {
        top: 12%;
        right: 20%;
    }
}

/* ハンバーガーメニュー */
/*========= ナビゲーションのためのCSS ===============*/

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

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

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

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

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

#g-nav li {
    list-style: none;
    /* text-align: center; */

}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-weight: bold;
}

#g-nav li a:hover {
    color: #E60012;
}

/* ハンバーガーメニューの背景を固定 */
.scroll-prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}

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

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background-color: #fff;
    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;
}

@media screen and (max-width: 1024px) {
    .openbtn span:nth-of-type(1) {
        top: 11px;
    }

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

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

.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%;
}

.l-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .l-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .l-container {
        padding: 0 20px;
    }
}

.l-container:after {
    display: block;
    clear: both;
    content: "";
}

.l-section {
    padding: 70px 0;
}

@media screen and (max-width: 767px) {
    .l-section {
        padding: 40px 0;
    }
}

.l-section section {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .l-section section {
        margin-bottom: 40px;
    }
}

.l-section section>section {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .l-section section>section {
        margin-bottom: 20px;
    }
}

.l-section-anchor {
    padding: 110px 0 70px;
}

@media screen and (max-width: 767px) {
    .l-section-anchor {
        padding: 40px 0;
    }
}

.l-section-top-anchor {
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .l-section-top-anchor {
        padding-top: 40px;
    }
}

.l-flex-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.logo a:hover {
    text-decoration: none;
}

.logo a:hover img {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .logo {
        min-width: 15rem;
    }

    .logo img {
        height: 40px;
    }
}

.logo_type {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

.logo_type a:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .logo_type {
        font-size: 1.1rem;
    }

    .logo_type span {
        display: block;
        font-size: 1rem;
    }
}

/* footer */
.btn-pagetop {
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    border: 1px solid #727272;
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    .btn-pagetop {
        width: 4.1rem;
        height: 4rem;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top-pagetop {
        bottom: 8rem;
    }
}

@media screen and (max-width: 640px) {
    .top-pagetop {
        bottom: 4rem;
    }
}

.localFooter {
    background: #fff;
}

.localFooter__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px 13px 30px;
}

.localFooter .fook-footer {
    font-size: 66.66667%;
    letter-spacing: 1px;
    color: #999;
}

.localFooter__youtube {
    font-size: 66.66667%;
}

.localFooter__youtube a {
    font-family: ClanWeb-Medium;
    text-decoration: none !important;
    letter-spacing: 1px;
    color: #999;
}

.localFooter__youtube img {
    position: relative;
    top: -1px;
    width: 20px !important;
    margin-right: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .localFooter__youtube {
        display: none;
    }

    .localFooter .fook-footer {
        margin: auto;
    }
}