@charset "utf-8";

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

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

html {
    font-size: 62.5%;
}

/* Loading Cover */
#loading-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: opacity 1s ease-out;
}

body {
    text-align: center;
    color: #222;
    background: #fff;
    /* font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-family: "helvetica-neue-world", sans-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: #999;
    text-decoration: none;
}

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

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

.pc {
    display: none;
}

.hidden {
    display: none !important;
}

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 23px 0;
}

#header img {
    width: 25.866666vw;
    vertical-align: top;
}

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

#main {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 0 auto 30px auto;
}

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

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

#look .title {
    position: relative;

    .logo {
        position: absolute;
        left: 20px;
        bottom: 25px;
        z-index: 99;
        width: 60%;
    }
}

#look ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#look ul:nth-of-type(1) {
    -webkit-align-items: flex-start;
    align-items: baseline;
}

#look ul:nth-of-type(2) {
    -webkit-align-items: flex-start;
    align-items: baseline;
}

#look li {
    position: relative;
    width: calc(100% / 2);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
}

#look li.col01 {
    width: 55%;

    .flex {
        display: flex;
    }
}

#look li.col02 {
    width: 45%;
}

#look li img {
    width: 100%;
}

#look li img:hover {
    opacity: 0.9;
}

#look li a {
    position: relative;
}

#look li a[href$=".jpg"]::after {
    content: '';
    position: absolute;
    left: 3%;
    bottom: 3%;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../image/plus.png);
    background-size: contain;
    vertical-align: middle;
}

/* #look .col04 a:nth-of-type(1),
#look .col04 a:nth-of-type(2),
#look .col04 a:nth-of-type(4),
#look .col04 a:nth-of-type(5),
#look .col04 a:nth-of-type(8),
#look .col04 a:nth-of-type(9) {
width: 50%;
} */

#staff {
    margin: 60px auto 60px auto;
}

#staff p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    margin: 0 auto 15px auto;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.lb-caption a {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-right: 12px;
    font-weight: normal;
}

.lb-caption span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-right: 12px;
    font-weight: normal;
}

.lb-caption a.feature {
    font-weight: bold;
}

.lb-caption a:link,
.lb-caption a:visited {
    color: #fff;
    text-decoration: underline;
}

.lb-caption a:hover {
    color: #eee;
    text-decoration: underline;
}

.lb-number {
    display: none !important;
}

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

.ec {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

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

.ec p a {
    min-width: 80vw;
    max-width: 70%;
    min-height: 60px;
    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: 10px 20px;
    margin: 0 auto;
}

.ec p a:hover,
.ec p a:active {
    color: #fff;
    background: #000;
}

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

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

#footer-logo p {
    margin: 0 auto;
}

#footer-logo img {
    width: 25.866666vw;
    margin: 0 auto;
}

#footer-logo a:hover {
    opacity: 0.7;
}

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

#footer-copyright p {
    color: #111;
    font-size: 1.1rem;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    letter-spacing: 0.1rem;
    margin: 0 auto;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

.lb-nav a.lb-prev {
    opacity: 1;
}

.lb-nav a.lb-next {
    opacity: 1;
}