@charset "utf-8";

/* COMMON
---------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
    font-family: Magnolia;
    src: url("../font/Magnolia Script.otf")format("opentype");
}

@font-face {
    font-family: Chancery;
    src: url("../font/Apple Chancery.ttf")format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
    font-size: 16px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #3F3F3F;
    background-color: #EFEDEA;
}

a {
    text-decoration: underline;
    color: #333;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

@media screen and (max-width:768px) {
    body {
        font-size: 14px;
    }
}

/* 分類：幅調整モジュール
----------------------------------------------------------------------------- */
.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w85 {
    width: 85% !important;
}

.w90 {
    width: 90% !important;
}

.w95 {
    width: 95% !important;
}

.w100 {
    width: 100% !important;
}


/* header
---------------------------------------------------------------------------- */
/* banner */
body {
    padding-top: 90px;
}


/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 30px;
    height: 90px;
    background-color: #E6E6E6;
}

/* banner */
.banner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.banner a {
    display: block;
    color: #fff;
    background-color: #172038;
    text-align: center;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}

.header-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding: 0 50px;
    height: 60px;
    position: relative;
}

/* logo */
.header-logo {}

.header-logo img {
    width: 150px;
}

/* menu */
.header-menu {}

.header-menu ul {
    display: flex;
    align-items: center;
    height: 60px;
}

.header-menu ul li {
    padding: 0 20px;
    height: 100%;
    vertical-align: middle;

}

.header-menu ul li>a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-weight: 400;
    color: #7F9FA8;
}

/* ドロップナビ */
.header-menu-drop {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: none;
    font-weight: 400;
}

.header-menu-drop ol {
    background-color: rgba(244, 245, 238, 0.9);
    padding: 30px 100px 10px;
    display: flex;
    flex-wrap: wrap;
}

.header-menu-drop ol>li {
    height: auto !important;
    width: 50%;
    margin-bottom: 20px;
}

.header-menu-drop ol li a {
    height: auto;
    line-height: 1.5;
    display: flex;
    width: 100%;
    align-items: center;
}

.header-menu-drop-icn {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.header-menu-drop-icn img {
    vertical-align: middle;


}

.header-menu-drop-txt span {
    display: inline-block;
    background-color: #111;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 13px;
}

.header-menu-drop-shop {
    display: flex;
    flex-direction: column;
    max-height: 280px;
    height: auto;
    margin-bottom: 20px;
}

.header-menu-drop-shop ul {
    display: inline-block;
    display: flex;
    /* 縦に表示 */
    flex-direction: column;
    align-items: flex-start;
}

.header-menu-drop-shop ul li {
    margin: 5px 0 5px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;

    &::before {
        content: "-";
        display: block;
        width: 10px;
        color: #7f9fa8;
        margin-right: 10px;
    }
}

/* subscribe */
.header-menu-btn {
    display: inline-block;
    color: #fff !important;
    background-color: #8FBCD1;
    width: 190px;
    text-decoration: none;
    text-align: center;
}

.subscribe-btn {
    margin-top: 15px;
    text-align: right;
}

/* shop menu */
.header-menu-shop {}

.header-menu-shop ul {
    display: flex;
}

.header-menu-shop ul li {
    font-size: 25px;
    padding: 0 20px;
}

.header-menu-shop ul li a {
    display: block;
    height: 100%;
}

.header-menu-shop ul li a img {
    width: 36px;
}

.header-menu-drop-shop {
    display: none;
}


@media screen and (max-width:768px) {
    body {
        padding-top: 0;
    }

    /* banner */
    .banner {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .banner a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .header-inner {
        padding: 30px 0 0;
        height: 80px;
        background-color: #fff;
        justify-content: space-between;
    }

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

    /* logo */
    .header-logo {}

    .header-logo img {
        width: auto;
        height: 50px;
    }

    /* menu */
    .header-menu {
        position: absolute;
        top: 80px;
        height: 100vh;
        right: -250px;
        width: 250px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.8);
        overflow-y: scroll;
        padding: 20px 5px;
    }

    .header-menu.is-open {
        overflow: auto;
        height: calc(100vh - 80px);
        right: 0;
    }

    .header-menu>ul {
        display: block;
        height: auto;
        margin-bottom: 100px;
    }

    .header-menu ul li {
        padding: 0 10px;
        width: 100%;
        height: auto;
    }

    .header-menu ul li a {
        display: block;
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }

    .header-menu-btn {
        padding: 0 !important;
        height: 30px !important;
        line-height: 30px !important;
        width: 100%;
    }

    .header-menu-drop {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        display: block;
        padding: 10px;
        max-height: auto;
        margin-bottom: 0;
    }

    .header-menu-drop ol {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        display: block;
    }

    .header-menu-drop ol>li {
        width: 100%;
    }

    .header-menu-drop-icn {
        display: none;
    }

    .header-menu-drop-txt span {
        display: none;
    }

    .header-menu-drop-shop ul {
        display: block;
    }


    .header-menu-drop-shop ul li {
        margin: 10px 0 0px 20px;

        &::before {
            color: #fff;
        }
    }

    /* shop menu */
    .header-menu-shop {
        padding-right: 50px;
    }

    .header-menu-shop ul {
        display: flex;
        align-items: center;
    }

    .header-menu-shop ul li {
        font-size: 25px;
        padding: 0 10px;
        height: 50px;
    }

    .header-menu-shop ul li a {
        line-height: 1;
        height: 50px;
        padding: 7px 0;
    }

    .subscribe-btn {
        text-align: center;
        margin-top: 40px;
    }

    /* sp button */
    .header-sp {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 30px;
        border: none;
        background-color: transparent;
    }

    .header-sp span {
        display: block;
        position: absolute;
        height: 1px;
        width: 20px;
        left: 15px;
        background-color: #222;
    }

    .header-sp span:nth-child(1) {
        top: 20px;
    }

    .header-sp span:nth-child(2) {
        top: 25px;
    }

    .header-sp span:nth-child(3) {
        top: 30px;
    }
}

/* wrap
---------------------------------------------------------------------------- */
.wrap {
    width: 100%;
}

@media screen and (max-width:768px) {
    .wrap {
        padding-top: 80px;
    }
}

/* mv
---------------------------------------------------------------------------- */
.mv {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.mv-inner {
    position: relative;
    height: 600px;
}

.mv-inner-box {
    position: absolute;
    width: 100%;
    -moz-text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
    max-width: 650px;
}

.mv-ttl-main {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.mv-ttl-sub {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.mv-ttl-sub span {
    font-weight: 400;
    font-size: 30px;
    display: block;
}

/* 左下 */
.mv-inner-box-lb {
    left: 0;
    bottom: 50px;
}

/* 左上 */
.mv-inner-box-lt {
    left: 0;
    top: 50px;
}

/* 右下 */
.mv-inner-box-rb {
    right: 80px;
    bottom: 50px;
    width: auto;
}

/* 動画背景 */
.mv-movie {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width:768px) {

    .mv-inner {
        height: 400px;
        padding: 20px;
    }

    .mv-inner-box {
        position: relative;
        width: 100%;
        -moz-text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
        -webkit-text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
        -ms-text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
        text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
        max-width: 600px;
        background-color: transparent;
    }

    .mv-ttl-main {
        font-size: 18px;

    }

    .mv-ttl-sub {
        font-size: 25px;
    }

    .mv-ttl-sub span {
        font-size: 18px;
    }

    .mv-inner-box {
        padding: 20px;
    }

    /* 左下 */
    .mv-inner-box-lb {
        bottom: 0;
    }

    /* 左上 */
    .mv-inner-box-lt {
        top: 0;
    }

    .mv-movie {
        height: 400px;
    }
}


/* topicPath
---------------------------------------------------------------------------- */
.topicpath {
    margin-bottom: 50px !important;
    font-size: 14px;
}

.topicpath ol {}

.topicpath ol li {
    display: inline-block;
    margin-right: 10px;
}

.topicpath ol li::after {
    content: "/";
    display: inline-block;
    margin-left: 15px;
}

.topicpath ol li:last-child::after {
    display: none;
}

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

/* main
---------------------------------------------------------------------------- */
.main {}

@media screen and (max-width:768px) {
    .main {}
}

/* footer
---------------------------------------------------------------------------- */
.footer {
    background-color: #222;
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

/* sitemap */
.footer-sitemap {
    display: flex;
    width: 100%;
    padding-top: 3rem;
}

.footer-sitemap>div {
    width: 25%;
}

.footer-sitemap-logo {
    padding-right: 30px;
}

.footer-sitemap-ttl {
    font-size: 12.5px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #c9a664;
}

.footer-sitemap-link ul li {
    margin-bottom: 5px;
    font-size: 16px;
}

.footer-sitemap-accept {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    color: #222;
}

.footer-sitemap-accept-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-sitemap-accept ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-sitemap-accept ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc((100% - 60px) / 4);
}

.footer-sitemap-accept ul li:nth-child(4n) {
    margin-right: 0;
}

/* bottom */
.footer-bottom {}

.footer-bottom .inner {
    border-top: 1px solid #fff;
    /**display: flex;**/
    padding: 30px 0;
    justify-content: space-between;
}

/* SNS */
.footer-sitemap-sns {}

.footer-sitemap-sns ul {}

.footer-sitemap-sns ul li {
    display: inline-block;
    /**	padding: 0 10px;**/
    width: 22%;
}

.footer-sitemap-sns ul li a {
    display: block;
}

.footer-sitemap-sns ul li a img {
    width: 40px;
}

.footer-bottom-copy {
    text-align: center;
}

/* フッターリンクテキスト */
.footer-bottom-link {
    /**	align-self: flex-end;**/
    width: 100%;
    margin-top: 30px;
}

.footer-bottom-link ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
}

.footer-bottom-credit {
    width: 100%;
}

.footer-bottom-credit ul {
    display: flex;
    align-items: center;
}

.footer-bottom-credit li {
    list-style: none;
    margin: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
}

.footer-bottom-credit img {
    height: 100%;
    object-fit: contain;
}

.footer-bottom-sns ul {}

.footer-bottom-sns ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom-sns ul li a {
    display: block;
}

.footer-bottom-sns ul li a img {
    width: 40px;
}

.footer-bottom-copy {
    text-align: center;
}

@media screen and (max-width:768px) {
    .footer {
        padding-bottom: 0;
    }

    /* sitemap */
    .footer-sitemap {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .footer-sitemap>div {
        width: 100%;
    }

    .footer-sitemap>div.footer-sitemap-link {
        width: 170px;
    }

    .footer-sitemap-logo {
        display: none;
    }

    .footer-sitemap-link {
        margin-bottom: 40px;
    }

    .footer-sitemap-accept {
        margin-top: 30px;
    }

    .footer-sitemap-accept ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 40px) / 5);
    }

    .footer-sitemap-accept ul li:nth-child(4n) {
        margin-right: 10px;
    }

    .footer-sitemap-accept ul li:nth-child(5n) {
        margin-right: 0;
    }

    .footer-bottom .inner {
        border-top: 1px solid #fff;
        display: block;
    }

    .footer-bottom-sns ul {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer-sitemap-sns {
        text-align: center;
        margin-top: 50px;
    }
}