@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%;
}

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

a img:hover {
    filter: brightness(1.1);
}


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

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

#hero img {
    width: 100%;
}

#hero .logo-block {
    position: absolute;
    width: 32vw;
    /* transform: translateX(-50%) translateY(-50%); */
    top: 30%;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero .logo-block .lp-logo {
    width: 100%;
}

#hero .logo-block .rope-logo {
    margin-top: 8vw;
    width: 40%;
}


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

#main {
    position: relative;
    width: 90%;
    max-width: 60vw;
    margin: 9vw auto;
    padding: 0;
}

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

#intro {
    width: 100%;
    text-align: center;
    margin: 9vw auto;
}

#intro p {
    margin: 0 auto 2vw auto;
    font-size: 1.2em;
    line-height: 2em;
}

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

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

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

article h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
    margin: 0 auto 3vw auto;
}

article h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
    margin: 2vw auto 1.5vw auto;
}

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

.single {
    width: 80%;
    margin: 0 auto;
}

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

.double {
    width: 100%;
    margin: 0 auto 4vw 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% - 3vw)/2);
}

.triple {
    width: 100%;
    margin: 0 auto 9vw 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% - 6vw)/3);
}

.overlay {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
}

article a:hover img {
    opacity: 1;
}

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

#row1,
#row5,
#row6,
#row8,
#row10,
#row12,
#row15 {
    width: 60%;
    margin-top: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#row2,
#row7,
#row11,
#row13 {
    margin-top: 8vw;
}

#row2 .left,
#row7 .left,
#row11 .left,
#row13 .left {
    width: 48%;
}

#row2 .right,
#row7 .right,
#row11 .right,
#row13 .right {
    width: 48%;
}

#row3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 8vw auto;
}

#row3 .left {
    width: 60%;
}

#row3 .right {
    width: 40%;
}

#row4 {
    margin: 24vw auto 18vw auto;
}

#row4 .left {
    position: absolute;
    top: -50%;
    left: 5%;
    width: 48%;
    z-index: 11;
}

#row4 .right {
    position: absolute;
    top: 0;
    right: 5%;
    width: 48%;
    z-index: 22;
}

#row5 {
    width: 80%;
}

#row8 {
    width: 80%;
}

#row9 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 42vw auto 8vw auto;
    position: relative;
}

#row9 .left {
    width: 60%;
}

#row9 .right {
    width: 40%;
}

#row9 .over {
    position: absolute;
    width: 50%;
    top: -34vw;
    right: 0;
    z-index: -1;
}

#row10 {
    width: 80%;
}

#row11 .left {
    width: 56%;
}

#row11 .right {
    width: 40%;
}

#row14 {
    margin: 24vw auto 12vw auto;
}

#row14 .left {
    position: absolute;
    top: -50%;
    left: 5%;
    width: 48%;
    z-index: 11;
}

#row14 .right {
    position: absolute;
    top: 0;
    right: 5%;
    width: 48%;
    z-index: 22;
}

/* ----------------------------------------------------------------
caption
----------------------------------------------------------------- */

.caption {
    text-align: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 1vw auto 0 auto;
    padding: 0;
}

.caption p {
    font-size: 1rem;
    line-height: 1.8rem;
}

.caption p:nth-of-type(n+2) {
    margin-top: 0.5vw;
}

.caption p a {
    margin: 0 auto;
}

.caption p span.brand {
    font-size: 1.4rem;
    line-height: 6rem;
    display: block;
}

.caption p span.maker {
    text-align: center;
    min-width: 60px;
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.caption p span.product {
    text-align: center;
    min-width: 60px;
    display: block;
    font-size: 2rem;
    line-height: 4rem;
}

.caption p span.price {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #111;
    margin-top: 1vw;
    font-size: 1.3em;
    line-height: 1.3em;
}


/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.product p {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.product p:nth-of-type(n+2) {
    margin-top: 0.5vw;
}

.product p a {
    margin: 0 auto;
    min-width: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product p span.name {
    text-align: left;
    min-width: 60px;
    display: inline-block;
}

.product p span.price {
    text-align: right;
    display: inline-block;
    border-bottom: 1px solid #111;
}

.product-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-end {
    display: flex;
    flex-direction: column;
    align-items: end;
}

/* ----------------------------------------------------------------
staff
----------------------------------------------------------------- */

#staff {
    margin: 8vw auto 6vw auto;
}

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

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

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

.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 {
    min-width: 260px;
    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 {
    border: 1px solid #553715;
}

.ec p a:link,
.ec p a:visited {
    color: #111;
}

.ec p a:hover,
.ec p a:active {
    color: #553715;
}

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

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

#footer-logo {
    margin: 0 auto 9vw auto;
}

#footer-logo h3 {
    width: 9vw;
    margin: 0 auto 0.5vw 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 9vw auto;
}

#footer-link span {
    color: #aaa;
    margin: 0 2.5vw;
}

#footer-sns {
    margin: 0 auto 9vw auto;
}

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

#footer-sns img {
    width: 3.3vw;
    margin: 0 1.5vw;
}

#footer-sns a:nth-of-type(3) img {
    margin: 0 1.5vw 0 0.8vw;
}

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

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