@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus, *:active {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  height: 100%;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

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

.l-container__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 539px) {
  .l-container {
    padding: 0 15px;
  }
}

.l-section {
  background: linear-gradient(90deg, #005c5c 0%, #005c5c 50%, #fff 50%, #fff 100%);
}
.l-section > .l-container__inner {
  position: relative;
  padding: 45px 0;
  background: url(../images/section_bg_def.png) no-repeat center;
  background-size: auto 101%;
}
.l-section--rev {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #005c5c 50%, #005c5c 100%);
}
.l-section--rev > .l-container__inner {
  background: url(../images/section_bg_rev.png) no-repeat center;
  background-size: auto 101%;
}
.l-section__inner {
  padding: 0 20px;
}
.l-section__title {
  transform: skew(8deg, -8deg);
  position: absolute;
  left: 0;
  top: 10px;
  padding: 0 0 18px 18px;
  font-size: 2.8rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 200;
  letter-spacing: .05em;
  color: #fff;
  line-height: 1;
}
.l-section__title::before, .l-section__title::after {
  position: absolute;
  display: block;
  content: "";
  background: #438787;
}
.l-section__title::before {
  transform: skew(-8deg, -8deg);
  left: 0;
  top: -30px;
  width: 2px;
  height: 100px;
}
.l-section__title::after {
  left: -50px;
  bottom: 0;
  width: 400px;
  height: 2px;
}
.l-section__title--function {
  color: #005c5c;
}
.l-section__subtitle {
  margin-bottom: 1.25em;
  font-size: 2rem;
  line-height: 1.3;
}
.l-section__lead {
  font-size: 1.5rem;
  line-height: 1.85;
}
.l-section__pagetop {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #005c5c;
  text-align: right;
}
.l-section__pagetop--collection {
  background: none;
}
@media (max-width: 539px) {
  .l-section {
    background: #005c5c !important;
  }
  .l-section > .l-container__inner {
    padding: 120px 0 0 0;
    background: none !important;
  }
  .l-section__inner {
    padding: 0 15px;
  }
  .l-section__title {
    left: 15px;
    top: 20px;
    padding: 0 0 15px 15px;
  }
  .l-section__title::after {
    width: 300px;
  }
  .l-section__title--function {
    color: #fff;
  }
  .l-section__subtitle {
    margin-bottom: .5em;
    line-height: 1.5;
  }
  .l-section__lead {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.l-header__brand {
  position: absolute;
  left: 23px;
  top: 17px;
  z-index: 100;
}
.l-header__logo {
  position: absolute;
  right: 72px;
  top: 11px;
  z-index: 100;
}
.l-header__btn {
  position: fixed;
  right: 17px;
  top: 16px;
  width: 38px;
  height: 38px;
  background: #005c5c;
  cursor: pointer;
  z-index: 300;
}
.l-header__btn span {
  transition: all .3s ease;
  position: absolute;
  left: 7px;
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
}
.l-header__btn span:nth-child(1) {
  top: 10px;
}
.l-header__btn span:nth-child(2) {
  top: 17px;
}
.l-header__btn span:nth-child(3) {
  top: 24px;
}
.is-gnav-open .l-header__btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
}
.is-gnav-open .l-header__btn span:nth-child(2) {
  opacity: 0;
}
.is-gnav-open .l-header__btn span:nth-child(3) {
  transform: rotate(-45deg);
  top: 17px;
}
@media (max-width: 539px) {
  .l-header__brand {
    left: 17px;
    top: 13px;
  }
  .l-header__brand img {
    width: 170px;
    height: auto;
  }
  .l-header__logo {
    right: 73px;
    top: 16px;
  }
  .l-header__logo img {
    width: 66px;
    height: auto;
  }
  .l-header__btn {
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
  }
  .l-header__btn span {
    left: 9px;
    width: 32px;
  }
  .l-header__btn span:nth-child(1) {
    top: 14px;
  }
  .l-header__btn span:nth-child(2) {
    top: 23px;
  }
  .l-header__btn span:nth-child(3) {
    top: 33px;
  }
  .is-gnav-open .l-header__btn span:nth-child(1), .is-gnav-open .l-header__btn span:nth-child(3) {
    top: 23px;
  }
}

.l-footer {
  margin-top: 10px;
  background: #bce1c6;
  color: #000;
}
.l-footer__copyright {
  padding: 15px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.l-gnav {
  transition: transform .3s ease;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(197, 231, 203, 0.7);
  color: #3e3a39;
  line-height: 1;
  z-index: 200;
  transform: translateX(100%);
}
.is-gnav-open .l-gnav {
  transform: translateX(0);
}
.l-gnav a {
  display: inline-block;
  transition: opacity 0.3s ease;
  color: #3e3a39;
}
.l-gnav a:hover {
  opacity: 0.7;
}
.l-gnav__inner {
  padding: 90px 16px 30px 30px;
}
.l-gnav__items {
  margin-bottom: 25px;
  padding-bottom: 25px;
  min-width: 264px;
  border-bottom: solid 1px #3e3a39;
}
.l-gnav__items > li + li {
  margin-top: 20px;
}
.l-gnav__items span {
  display: block;
}
.l-gnav__items span:lang(en) {
  margin-bottom: .25em;
  font-size: 2rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}
.l-gnav__items span:lang(ja) {
  font-size: 1.2rem;
}
.l-gnav__link {
  font-size: 1.6rem;
}
@media (max-width: 539px) {
  .l-gnav__inner {
    padding: 85px 15px 15px 28px;
  }
  .l-gnav__items {
    min-width: 0;
    padding-right: 5px;
  }
  .l-gnav__items span:lang(en) {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .l-gnav__items span:lang(ja) {
    font-size: 1.8rem;
  }
  .l-gnav__link {
    font-size: 2.4rem;
  }
}

/* c-visual */
.c-visual {
  position: relative;
  height: 100vh;
  background: #000 url(../images/visual_bg_main.jpg) no-repeat center top;
  background-size: cover;
  border-bottom: solid 40px #005c5c;
}
.c-visual__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}
.c-visual__title {
  font-size: 2.8rem;
  color: #005c5c;
  line-height: 1;
}
.c-visual__title strong, .c-visual__title span {
  display: block;
}
.c-visual__title strong {
  font-family: 'Mulish', sans-serif;
  font-weight: 900;
}
.c-visual__title span {
  margin-top: .75em;
  font-size: 1.6rem;
}
.c-visual__cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-visual__cover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 80' fill='rgb(0,92,92)' fill-opacity='1'%3E%3Cpolygon points='0,80 100,80 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 80px;
  left: 50%;
  right: 0;
  position: absolute;
  width: 50%;
  z-index: 1;
  bottom: 0;
}
.c-visual__cover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 80' fill='rgb(0,92,92)' fill-opacity='1'%3E%3Cpolygon points='0,80 100,80 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 80px;
  position: absolute;
  left: 0;
  right: 50%;
  width: 50%;
  z-index: 1;
  bottom: 0;
}
@media (max-width: 539px) {
  .c-visual {
    background: url(../images/visual_bg_main-sp.jpg) no-repeat center top;
    background-size: cover;
    border-bottom-width: 20px;
  }
  .c-visual__inner {
    overflow: hidden;
  }
  .c-visual__title {
    font-size: 2.6rem;
  }
  .c-visual__title span {
    font-size: 1.8rem;
  }
  .c-visual__cover {
    height: 100vh;
  }
  .c-visual__cover::before, .c-visual__cover::after {
    height: 40px;
  }
}

/* c-concept */
.c-concept__grid {
  display: flex;
  justify-content: space-between;
}
.c-concept__grid__text {
  flex: 0 0 calc(590 / 1722 * 100%);
  padding-top: 60px;
  padding-right: 3em;
}
.c-concept__grid__image {
  flex: 0 0 calc(1130 / 1722 * 100%);
}
@media (max-width: 539px) {
  .c-concept__grid {
    display: block;
  }
  .c-concept__grid__text {
    margin-bottom: 20px;
    padding: 0;
  }
  .c-concept__grid__image {
    margin: 0 -15px;
    padding: 30px 15px;
    background: #fff url(../images/concept_bg-sp.png) no-repeat;
    background-size: 100% 100%;
  }
}

/* c-function */
.c-function__grid {
  display: flex;
  justify-content: space-between;
}
.c-function__grid > div {
  flex: 0 0 calc(418 / 860 * 100%);
}
.c-function__grid__text {
  padding-top: 40px;
  padding-right: 2em;
  color: #005c5c;
}
.c-function__items {
  display: flex;
}
.c-function__items > li {
  flex: 1 0 0%;
}
.c-function__items > li + li {
  margin-left: 29px;
}
.c-function__items figure {
  margin: 0;
}
.c-function__items figure figcaption {
  margin-top: .75em;
  font-size: 1.2rem;
}
@media (max-width: 539px) {
  .c-function__grid {
    display: block;
  }
  .c-function__grid__text {
    margin-bottom: 20px;
    padding: 0;
    color: #fff;
  }
  .c-function__items {
    display: block;
    margin: 0 -15px;
    padding: 30px 15px 0;
    background: url(../images/function_bg-sp.png) no-repeat left top;
    background-size: 100% auto;
  }
  .c-function__items > li + li {
    margin: 30px 0 0 0;
  }
  .c-function__items figure figcaption {
    font-size: 1.6rem;
  }
}

/* c-scene */
.c-scene__items {
  display: flex;
  margin-top: 30px;
}
.c-scene__items > li {
  flex: 1 0 0%;
}
.c-scene__items > li + li {
  margin-left: 28px;
}
.c-scene__items > li:nth-child(3) {
  color: #000;
}
.c-scene__items figure {
  margin: 0;
}
.c-scene__items figure figcaption {
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 539px) {
  .c-scene__inner {
    margin: 0 -15px;
    padding: 0 15px 30px;
    background: url(../images/scene_bg-sp.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .c-scene__items {
    flex-wrap: wrap;
    margin: 0 -8px -30px;
  }
  .c-scene__items > li {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px 30px !important;
  }
  .c-scene__items > li:nth-child(3) {
    color: #fff;
  }
  .c-scene__items figure figcaption {
    font-size: 1.6rem;
  }
}

/* lightbox */
@media (max-width: 539px) {
  a[data-lightbox] {
    pointer-events: none;
  }
}
.c-collection {
  padding: 40px 0 40px;
  background: #bce1c6;
}
.c-collection__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px;
  overflow: hidden;
}
.c-collection__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 35px 0;
}
.c-collection__title h2 {
  margin: 0;
  font-size: 3rem;
  font-family: 'Mulish', sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #005c5c;
}
.c-collection__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}
.c-collection__item {
  box-sizing: border-box;
  flex: 0 0 calc(25% - 10px);
  margin: 0 5px 10px;
}
.c-collection__item img {
  display: block;
  width: 100%;
  height: auto;
}
.c-collection__panel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #000;
}
.c-collection__panel--link {
  transition: opacity .3s ease;
}
.c-collection__panel--link:hover {
  opacity: .75;
}
.c-collection__panel--link .c-collection__panel__price span {
  color: #0000ff;
  text-decoration: underline;
}
.c-collection__panel__tags {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
}
.c-collection__panel__tags li {
  padding: 3px 8px 2px;
  background: #000;
  color: #fff;
}
.c-collection__panel__tags li + li {
  margin-left: 2px;
}
.c-collection__panel__tags li.is-men {
  background: #003ab3;
}
.c-collection__panel__tags li.is-ladie {
  background: #ff439c;
}
.c-collection__panel__tags li.is-unisex {
  background: #666;
}
.c-collection__panel__tags li.is-kid {
  background: #ff8500;
}
.c-collection__panel__tags li.is-junior {
  background: #00b300;
}
.c-collection__panel__body {
  padding: 15px;
  line-height: 1;
}
.c-collection__panel__name {
  margin: 0 0 8px;
  font-size: 1.4rem;
  font-weight: normal;
}
.c-collection__panel__model {
  margin: 0 0 8px 0;
  font-size: 1rem;
}
.c-collection__panel__price {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-collection {
    padding: 20px 0;
  }
  .c-collection__title {
    margin: 0 0 20px 0;
  }
  .c-collection__title img {
    width: 120px;
    height: auto;
  }
  .c-collection__inner {
    padding: 0 15px;
  }
  .c-collection__items {
    margin: 0 -10px -20px;
  }
  .c-collection__item {
    flex: 0 0 50%;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .c-collection__panel__body {
    padding: 10px;
  }
  .c-collection__panel__name {
    line-height: 1.3;
  }
}

img.u-liquid {
  width: 100%;
  height: auto;
}

a.u-oro {
  transition: opacity .3s ease;
  display: inline-block;
}
a.u-oro:hover {
  opacity: .75;
}
