@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

* {
    box-sizing: border-box;
}

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
----------------------------------------------------------------- */

.sp {
    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;
}

.sp {
    display: none;
}

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

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

#hero .main-logo {
    position: absolute;
    width: 32%;
    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: 6%;
    bottom: 0%;
    left: 49%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

#hero img {
    width: 100%;
}

#hero .mv {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#hero .mv .left {
    width: 49%;
}

#hero .mv .left img {
    width: 100%;
}

#hero .mv .right {
    position: relative;
    width: 51%;
    /* transition: background-color 1s ease-out; */
    background-repeat: no-repeat;
    /* background: #a88d6d; */
    /* background-color: #355377; */
    background-color: #b59675;
}

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

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

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

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

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

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

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

#intro p {
    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: 50%;
    margin: 0 auto 120px auto;
}

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

.double {
    width: 100%;
    margin: 0 auto 120px 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;
}

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

.triple {
    width: 100%;
    margin: 0 auto 120px 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;
}

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


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

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

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

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

#row5 {
    margin: 0 auto 90px auto;
}

#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 {
    margin: 0 auto 90px auto;
}

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

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

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

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

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

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

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

.photo h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
    margin: 0 auto 20px auto;
}

.photo h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    font-weight: normal;
    margin: 0 auto 20px auto;
}

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

.photo p {
    font-style: italic;
    margin: 0 auto;
}

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

.btn a {
    display: block;
    max-width: 80px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    font-style: normal;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    margin: 20px auto 0 auto;
}

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

/* ----------------------------------------------------------------
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 span {
    color: #aaa;
    margin: 0 25px;
}

#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;
}