    @charset "utf-8";

    /* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */
    * {
        -webkit-tap-highlight-color: transparent;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a {
        margin: 0;
        padding: 0;
    }

    img {
        border: 0;
    }

    li,
    dt,
    dd {
        list-style: none;
    }

    /* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

    .pc {
        display: none !important;
    }

    html {
        font-size: 62.5%;
    }

    body {
        display: none;
    }

    body {
        text-align: center;
        color: #222;
        background: #fff;
        font-family: "Marcellus", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.3rem;
        line-height: 2.8rem;
        font-weight: normal;
        margin: 0 auto;
    }

    a:link,
    a:visited {
        color: #444;
        text-decoration: none;
    }

    a:active,
    a:hover {
        color: #777;
        text-decoration: none;
    }

    img {
        vertical-align: top;
    }

    video {
        vertical-align: top;
    }

    .pc {
        display: none;
    }

    /* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

    #hero {
        position: relative;
        width: 100%;
        margin: 0 auto 50px auto;
    }

    #hero .main-logo {
        position: absolute;
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 10;
    }

    #hero .main-logo img {
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    }

    #hero .brand-logo {
        position: absolute;
        width: 20%;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 2;
    }

    #hero .brand-logo img {
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    }

    #hero img {
        width: 100%;
    }

    #hero .mv {
        display: block;
    }

    #hero .mv .right {
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        /* background: #a88d6d; */
        /* background-color: #355377; */
        background-color: #b59675;
        padding-top: 6%;
        padding-bottom: 0%;
    }

    #hero .mv .right .padding-bar {
        display: block;
        width: 100%;
        height: 5px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    #hero .mv .right .container {
        width: 100%;
        /* position: absolute;
        left: 50%;
        top: 50%; */
        /* height: 100%; */
        /* transform: translateX(-50%) translateY(-50%); */
    }

    #hero .mv .right .container .sw-sp {
        width: 88%;
    }

    /* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

    #main {
        position: relative;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    /* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

    #intro {
        width: 90%;
        text-align: center;
        margin: 20px auto 60px auto;
    }

    #intro h2 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: 0.2rem;
        font-weight: normal;
        margin: 0 auto 30px auto;
    }

    #intro p {
        font-size: 1.1rem;
        margin: 0 auto 20px auto;
    }

    /* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

    p {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }

    article {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    article img {
        max-width: 100%;
        vertical-align: top;
    }

    .single {
        width: 100%;
        margin: 0 auto 90px auto;
    }

    .single .photo {
        width: 100%;
        margin: 0 auto;
    }

    .double {
        width: 100%;
        margin: 0 auto 90px auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .double .photo {
        position: relative;
        width: calc((100% - 4px)/2);
    }

    .triple {
        width: 100%;
        margin: 0 auto 90px auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .triple .photo {
        position: relative;
        width: calc((100% - 4px)/2);
        margin-bottom: 4px;
    }

    .triple .photo.text {
        min-height: 200px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .triple .photo:empty {
        min-height: 100px;
    }

    /* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

    #row1 a:hover img {
        opacity: 0.8;
    }

    #row2 a:hover img {
        opacity: 0.8;
    }

    #row5 .text {
        position: absolute;
        width: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    #row5 a:hover img {
        opacity: 0.8;
    }

    #row5 p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.15rem;
        font-style: italic;
        text-align: center;
        margin: 0 10px;
        padding: 0;
    }

    #row5 p {
        color: #fff;
        min-width: 300px;
        min-height: 55px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid #fff;
        padding: 0 20px;
    }

    #row6 a:hover img {
        opacity: 0.8;
        -webkit-tap-highlight-color: transparent;
    }

    /* ----------------------------------------------------------------
info
----------------------------------------------------------------- */

    .info {
        text-align: left;
        margin-bottom: 30px;
    }

    .title {
        text-align: left;
        margin-bottom: 30px;
    }

    .title h3 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
        font-weight: normal;
        margin: 0 auto 30px auto;
    }

    .title h3 span {
        vertical-align: top;
        display: inline-block;
        color: #fff;
        font-size: 1.1rem;
        line-height: 1.1rem;
        letter-spacing: 0.1rem;
        font-style: italic;
        font-weight: normal;
        background: #111;
        border: 1px solid #111;
        margin: 0 12px 0 0;
        padding: 3px 10px 3px 12px;
    }

    .title p {
        width: 100%;
        color: #999;
    }

    .photo h3 {
        font-size: 1.5rem;
        line-height: 2.2rem;
        letter-spacing: 0.05rem;
        font-weight: normal;
        margin: 0 auto 10px auto;
    }

    .photo h4 {
        font-size: 1rem;
        line-height: 1.4rem;
        letter-spacing: 0.05rem;
        font-weight: normal;
        margin: 0 auto 10px auto;
    }

    .photo h4:nth-of-type(2) {
        padding-top: 20px;
    }

    .photo p {
        font-size: 1rem;
        font-style: italic;
        margin: 0 auto 5px auto;
    }

    /* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */

    .btn a {
        font-size: 1rem;
        letter-spacing: 0.1rem;
        font-style: normal;
        color: #fff;
        background: #111;
        border: 1px solid #111;
        padding: 4px 8px;
        margin-left: 10px;
    }

    .btn a:hover {
        color: #111;
        background: #fff;
        border: 1px solid #111;
        padding: 4px 8px;
    }

    /* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

    .ec {
        text-align: center;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto 90px auto;
    }

    .ec p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.15rem;
        font-style: italic;
        text-align: center;
        margin: 0 10px;
        padding: 0;
    }

    .ec p a {
        color: #111;
        min-width: 300px;
        min-height: 55px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid #111;
        padding: 0 20px;
    }

    .ec p a:hover {
        color: #fff;
        background: #111;
        border: 1px solid #111;
    }

    /* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

    #footer a:hover img {
        opacity: 0.5;
    }

    #footer-logo {
        margin: 0 auto 90px auto;
    }

    #footer-logo h3 {
        width: 90px;
        margin: 0 auto 5px auto;
    }

    #footer-logo h3 img {
        width: 100%;
    }

    #footer-logo p {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }

    #footer-link {
        letter-spacing: 0.1rem;
        margin: 0 auto 90px auto;
    }

    #footer-link a {
        display: block;
    }

    #footer-link span {
        display: none;
    }

    #footer-sns {
        margin: 0 auto 90px auto;
    }

    #footer-sns p {
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        margin: 0 auto 30px auto;
    }

    #footer-sns img {
        width: 33px;
        margin: 0 15px;
    }

    #footer-sns a:nth-of-type(3) img {
        margin: 0 15px 0 8px;
    }

    #footer-copyright {
        width: 100%;
        text-align: center;
        margin: 0 auto 90px auto;
    }

    #footer-copyright p {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }