@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-weight: 400;
  font-style: normal;
  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;
}

.sp {
  display: none;
}

.hidden {
  display: none !important;
}

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

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

#header img {
  width: 126px;
}

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

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

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

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

#look .title {
  position: relative;

  .logo {
    position: absolute;
    left: 40px;
    bottom: 50px;
    z-index: 99;
    width: 55%;
  }
}

#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;
  transition: opacity 0.2s linear;
}

#look li img:not(:hover) {
  opacity: 1;
  transition: opacity 0.2s linear;
}

#look li a {
  position: relative;
}

#look li a[href$=".jpg"]::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  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: 90px auto 90px auto;
}

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

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

.lb-caption a {
  font-size: 1.2rem;
  margin-right: 20px;
  font-weight: normal;
}

.lb-caption span {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-right: 20px;
  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 {
  display: -webkit-flex;
  display: flex;
  /* flex-direction: column; */
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
  padding: 0;
}

.ec p {
  width: 40%;
  max-width: 400px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.15rem;
  font-style: italic;
  text-align: center;
  margin: 0 20px;
  padding: 0;
  display: block;
}

.ec p a {
  display: block;
  min-height: 70px;
  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,
.ec p a:active {
  color: #fff;
  background: #000;
}

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

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

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

#footer-logo img {
  width: 160px;
  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 {
  width: 20%;
  left: 0;
  float: left;
  background: url(../image/prev.png) left 48% no-repeat;
  background-size: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.lb-nav a.lb-next {
  width: 20%;
  right: 0;
  float: right;
  background: url(../image/next.png) right 48% no-repeat;
  background-size: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}