@charset "utf-8";

body {
    line-height: 2;
    font-size: 17px;
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #222;
}

img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}

h2 {
    line-height: 1;
    margin-bottom: 2em;
}

h2 .en {
    display: block;
    font-family: "Lato";
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1;
    color: #222;
}

h2 .jp {
    font-size: 12px;
    /* color: #5d371f; */
}

.h2_center {
    text-align: center;
}

.h2_center h2 {
    display: inline-block;
}

.h2_center h2 .jp {
    text-align: left;
    display: block;
    margin-top: 12px;
}

/* アニメーション前の状態 */
.fade-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.6s ease, transform 0.8s ease;
    transition-delay: 0.5s;
}

/* 画面内に入ったら付くクラス */
.fade-left.show {
    opacity: 1;
    transform: translateX(0);
}

p {
    font-size: 16px;
    line-height: 2.4;
}

a {
    transition: 0.6s;
    ;
}

a:hover {
    opacity: 0.6;
}

.link {
    width: 300px;
    margin: 40px 0 0;
}

.link a {
    background-color: #967764;
    border: 1px solid #5d371f;
    border-radius: 35px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 55px;
    position: relative;
}

.link a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: -35px;
    transform: rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #ab998d;
    transition: 0.6s;
}

.link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #ab998d;
    transition: 0.6s;
}

.link a:hover:before,
.link a:hover:after {
    right: -50px;
    opacity: 0.6;
}

.fadein {
    opacity: 0;
    transform: translate(0, 80px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);

}

.scalein {
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
    opacity: 0;
    transform: scale(1.2) translate(0, 0);
}

.scalein.scrollin {
    opacity: 1;
    transform: scale(1) translate(0, 0);
}



.inner {
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: opacity 1.2s ease;
}

header.show {
    opacity: 1;
}

.header_inner {
    max-width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo img {
    height: 50px;
    width: auto;
    margin: 10px 0;
}

nav .menu {
    display: flex;
    list-style: none;
    margin: 15px 0;
}

nav .menu li {
    margin: 0 15px;
    line-height: 40px;
}

.menu li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    font-family: "Lato";
}

.menu-button {
    display: none;
    /* PCでは非表示 */
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
}

/* ハンバーガーメニューの3本線 */
.menu-button span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #222;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.menu-button span:nth-child(1) {
    top: 0;
}

.menu-button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-button span:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニューをクリックで「×」に変える */
.menu-button.open span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}

.menu-button.open span:nth-child(2) {
    opacity: 0;
    /* 真ん中の線を非表示 */
}

.menu-button.open span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
}




/* === 基本リセット & レイアウト === */
html,
body {
    margin: 0;
    height: 100%
}


/* イントロ終了まではスクロール不可 */
body.ready {
    overflow: auto
}


footer {
    background: #ab998d;
}

.footer_wrap {
    padding-bottom: 2em;
}

footer .footer_logo {
    text-align: center;
    width: 150px;
    width: 150px;
    margin: 0 auto;
    padding: 3em 0;
}

.f_nav {
    display: flex;
    justify-content: space-between;
    width: 450px;
    margin: 0 auto;
    max-width: 90%;
    flex-wrap: wrap;
}

.f_nav_box {
    width: 48%;
    margin-bottom: 2em;
}

.f_nav_box .f_nav_box_h {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 600;
}

.f_nav_box .txt p {
    line-height: 1.8;
    font-size: 15px;
}

.f_nav_box .txt p i {
    font-size: 20px;
    color: #cabbaf;
    background: #222;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

footer p#copy {
    text-align: center;
    font-size: 12px;
    padding: 20px;
}

footer button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background: none;
    transition: .2s;
}

footer button p {
    writing-mode: vertical-rl;
    text-decoration: none;
    text-transform: uppercase;
    height: 85px;
    margin: 0;
    letter-spacing: 5px;
    text-align: right;
    font-size: 14px;
}

footer button p:before {
    content: "";
    position: absolute;
    top: 2px;
    right: -6px;
    width: 2px;
    height: 20px;
    background: #222;
    transform: skewX(-150deg);
}

footer button p:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 2px;
    height: 85px;
    background: #222;
}



.footer_link {
    position: fixed;
    right: 0;
    bottom: 150px;
    opacity: 0;
}

.footer_link a {
    display: block;
    background: #9f1547;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    line-height: 1.6;
    border-radius: 5px 0 0 5px;
    filter: drop-shadow(6px 6px 5px #999);
}

.footer_link a img {
    width: 40px;
    display: block;
    margin: 0 auto 10px;
}

.footer_link a:before {
    background: url(../images/hb_w.svg) no-repeat;
}

.is-active {
    opacity: 1;
    visibility: visible;
}

.main {
    overflow: hidden;
}

section {
    padding: 8em 0;
    background: #fff;
}
/*パンくず*/
.breadcrumb{
    font-size: 15px;
   max-width:1200px;
   margin:10px auto;
   max-width: 94%;
}

.breadcrumb a {
   color:#222;
	text-decoration:none;
}
span.kugiri {
    margin: 0 5px;
}
@media (max-width: 979px) {
    header {
        opacity: 1;
        height: 60px;
    }

    .logo img {
        height: 40px;
        vertical-align: top;
    }

    nav ul.menu {
        display: none;
        /* デフォルトは非表示 */
        /* flex-direction: column;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(67, 60, 55, 0.6);
        padding: 50px 0;
        height: 100vh;
        display: block;
        opacity: 0;
        /* 透明 */
        overflow: hidden;
        /* 非表示の部分を隠す */
        transition: opacity 0.7s ease-out;
        pointer-events: none;
        /* クリックできないように */
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        box-sizing: border-box;
    }

    nav ul.menu li {
        text-align: center;
        padding: 10px 0;
    }

    nav ul.menu li a {
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }

    .menu-button {
        display: block;
        /* スマホでは表示 */
        z-index: 11;
    }

    /* メニューが開いたとき */
    nav ul {
        padding: 40px 0 140px;
        box-sizing: border-box;
    }

    nav ul.open {
        opacity: 1;
        pointer-events: auto;
        overflow-y: auto;
    }

    .menu-button {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .menu-button.open span {
        background-color: #fff;
    }
}

@media (max-width: 768px) {
	body {
    font-size: 14px;
	}
    section {
        padding: 4em 0;
    }

    h2 {
        margin-bottom: 1em;
    }

    h2 .en {
        font-size: 28px;
    }

    h2 .jp {
        font-size: 10px;
    }

    p {
        font-size: 14px;
    }

    .link {
        width: 300px;
        margin: 40px auto;
        max-width: 80%;
    }

    .link a {
        font-size: 15px;
    }

    footer .footer_logo {
        width: 100px;
    }

    .f_nav_box .f_nav_box_h {
        font-size: 16px;
    }

    .f_nav_box .txt p {
        font-size: 13px;
    }

    footer button p {
        font-size: 12px;
        height: 60px;
    }

    footer button p:after {
        width: 1px;
        height: 60px;
    }

    footer button p:before {
        top: 0;
        width: 1px;
    }

    footer button {
        right: 25px;
    }
	.footer_link{
		    bottom: 110px;
	}
    .footer_link a {
        font-size: 12px;
        padding: 7px;
    }

    .footer_link a img {
        width: 30px;
    }
	.breadcrumb{
    font-size: 14px;
	}
}