@charset "UTF-8";




/* ----------------------------
  Hero
---------------------------- */
.hero {
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 812px) {
  .hero {
    display: -webkit-box; /* Less than android 4.3 */
    display: -webkit-flex; /* Less than iOS8 */
    display: flex;
    -webkit-box-orient: vertical; /* Less than android 4.3 */
    -webkit-box-direction: reverse; /* Less than android 4.3 */
    -webkit-flex-direction: column-reverse; /* Less than iOS8 */
    flex-direction: column-reverse;
    height: auto;
  }
}


/* Hero Head
---------------------------- */
.hero-body {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 812px) {
  .hero-body {
    margin-top: -56px;
    padding: 0 4% 48px;
    position: relative;
  }
}


/* Hero Title
---------------------------- */
.hero-title {
  letter-spacing: 0;
  line-height: 1;
  font-family: "Bauer Bodoni", serif;
}
.hero-title span {
  display: block;
  font-size: 32px;
}
.hero-title img {
  margin-top: 16px;
}
.hero-title em {
  display: block;
  margin-top: 24px;
  font-size: 100px;
}

@media screen and (max-width: 812px) {
  .hero-title span {
    font-size: 20px;
  }
  .hero-title img {
    margin-top: 15px;
    width: 43px;
  }
  .hero-title em {
    margin-top: 19px;
    font-size: 38px;
  }
}

/* Each */
.okamoto .hero-title em {
  font-size: 86px;
}
.okamoto .hero-title em small {
  margin-left: -14px;
  vertical-align: middle;
  font-size: 48px;
  position: relative;
  top: -7px;
}

@media screen and (max-width: 812px) {
  .okamoto .hero-title em {
    letter-spacing: -0.02em;
    font-size: 31px;
  }
  .okamoto .hero-title em small {
    margin-left: -6px;
    font-size: 17px;
    top: -2px;
  }
}


/* Hero Label
---------------------------- */
.hero-label {
  margin-top: -20px;
  letter-spacing: 0.01em;
  font-family: "Gill Sans", sans-serif;
  font-size: 15px;
}
.ie11 .hero-label,
.edge .hero-label {
  margin-top: -10px;
}

@media screen and (max-width: 812px) {
  .hero-label {
    margin-top: -4px;
    font-size: 12px;
  }
  .ie11 .hero-label,
  .edge .hero-label {
    margin-top: 0;
  }
}


/* Hero Lead
---------------------------- */
.hero-lead {
  margin-top: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 12px;
}

@media screen and (max-width: 812px) {
  .hero-lead {
    text-align: left;
    color: #26403e;
  }
}


/* Hero Scroll
---------------------------- */
.hero-scroll {
  margin-top: 36px;
  padding-bottom: 30px;
  line-height: 1;
  font-size: 10px;
}

@media screen and (max-width: 812px) {
  .hero-scroll {
    display: none;
  }
}


/* Hero Background
---------------------------- */
.hero-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-bg img,
.hero-bg video {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 812px) {
  .hero-bg {
    padding-top: 177.6%;
    position: relative;
  }
}



/* ----------------------------
  Look
---------------------------- */
.look {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-pack: justify; /* Less than android 4.3 */
  -webkit-justify-content: space-between; /* Less than iOS8 */
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  max-width: 1000px;
  width: 100%;
}
.hero + .look {
  margin-top: 90px;
}
.look-left {
  -webkit-box-orient: horizontal; /* Less than android 4.3 */
  -webkit-box-direction: reverse; /* Less than android 4.3 */
  -webkit-flex-direction: row-reverse; /* Less than iOS8 */
  flex-direction: row-reverse;
}

@media screen and (max-width: 812px) {
  .look {
    -webkit-box-orient: vertical; /* Less than android 4.3 */
    -webkit-box-direction: reverse; /* Less than android 4.3 */
    -webkit-flex-direction: column-reverse; /* Less than iOS8 */
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .hero + .look {
    margin-top: 0;
  }
  .look-left {
    -webkit-box-orient: vertical; /* Less than android 4.3 */
    -webkit-box-direction: reverse; /* Less than android 4.3 */
    -webkit-flex-direction: column-reverse; /* Less than iOS8 */
    flex-direction: column-reverse;
  }
}


/* Look Main
---------------------------- */
.look-main {
  display: -webkit-box; /* Less than android 4.3 */
  display: -webkit-flex; /* Less than iOS8 */
  display: flex;
  -webkit-box-orient: vertical; /* Less than android 4.3 */
  -webkit-box-direction: reverse; /* Less than android 4.3 */
  -webkit-flex-direction: column-reverse; /* Less than iOS8 */
  flex-direction: column-reverse;
  width: 43%;
}

@media screen and (max-width: 812px) {
  .look-main {
    width: 100%;
  }
}


/* Look Body
---------------------------- */
.look-body {
  margin-top: 26px;
}

@media screen and (max-width: 812px) {
  .look-body {
    margin-top: 22px;
    padding: 0 4%;
  }
}

/* Title */
.look-title {
  line-height: 1.444444444;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .look-title {
    line-height: 1.466666667;
    font-size: 15px;
  }
}

/* Text */
.look-text {
  margin-top: 20px;
  color: #26403e;
}

@media screen and (max-width: 812px) {
  .look-text {
    color: #26403e;
  }
}

/* Credit */
.look-credit {
  margin-top: 10px;
  line-height: 1.666666667;
  font-size: 12px;
}
.look-credit span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .look-credit {
    margin-top: 12px;
    line-height: 1.545454545;
    font-size: 11px;
  }
}

/* Button */
.look-button {
  margin-top: 26px;
}
.look-button a {
  display: block;
  margin: 0 auto;
  width: 180px;
  border: 2px solid;
  text-align: center;
  line-height: 2.933333333;
  font-family: "Gill Sans", sans-serif;
  font-size: 15px;
  -webkit-transition: background 0.6s, color 0.6s;
  transition: background 0.6s, color 0.6s;
}

@media screen and (max-width: 812px) {
  .look-button a {
    width: 175px;
    line-height: 3;
    font-size: 14px;
  }
}


/* Look Item
---------------------------- */
.look-item {
  margin: 0 auto;
  width: 230px;
  min-height: 0%;
  border: 2px solid;
  box-sizing: border-box;
  position: relative;
}
.look-item:before,
.look-item:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.look-item:before {
  width: 85px;
  height: 104px;
  right: -42px;
  top: -36px;
}
.look-item:after {
  width: 94px;
  height: 87px;
  left: -52px;
  bottom: 20px;
}

@media screen and (max-width: 812px) {
  .look-item {
    width: 250px;
  }
  .look-item:before {
    width: 72px;
    height: 87.5px;
    right: -35px;
    top: -32px;
  }
  .look-item:after {
    width: 70px;
    height: 66.5px;
    left: -42px;
    bottom: 18px;
  }
}


/* Look Image
---------------------------- */
.look-image {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 812px) {
  .look-image {
    margin-bottom: 43px;
    width: 100%;
  }
}

/* Dots */
.look-image-dots {
  margin-top: 8px;
  text-align: center;
}
.look-image-dots li {
  display: inline-block;
  vertical-align: top;
}
.look-image-dots button {
  display: block;
  padding-top: 24px;
  width: 24px;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  position: relative;
}
.look-image-dots button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.look-image-dots .slick-active button:before {
  opacity: 1;
}

@media screen and (max-width: 812px) {
  .look-image-dots {
    margin-top: 5px;
    line-height: 1;
    font-size: 10px;
  }
  .look-image-dots button {
    padding-top: 17px;
    width: 17px;
  }
  .look-image-dots button:before {
    width: 7px;
    height: 7px;
  }
}

/* Splash */
.look-image-splash {
  display: none;
}
@media screen and (max-width: 812px) {
  .look-image-splash {
    display: -webkit-box; /* Less than android 4.3 */
    display: -webkit-flex; /* Less than iOS8 */
    display: flex;
    -webkit-box-pack: center; /* Less than android 4.3 */
    -webkit-justify-content: center; /* Less than iOS8 */
    justify-content: center;
    -webkit-box-align: center; /* Less than android 4.3 */
    -webkit-align-items: center; /* Less than iOS8 */
    align-items: center;
    background: rgba(129, 216, 209, 0.9);
    font-family: "Bauer Bodoni", serif;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}



/* Look Theme
---------------------------- */

/* Yellow */
.look-yellow .look-item {
  border-color: #ffff00;
}
.look-yellow .look-item:before {
  background-image: url(../img/common/item-frame-01-yellow.png);
}
.look-yellow .look-item:after {
  background-image: url(../img/common/item-frame-02-yellow.png);
}
.look-yellow .look-button a {
  border-color: #ffff00;
  color: #ffff00;
}
.look-yellow .look-button a:hover {
  background: #ffff00;
  color: #81d8d1;
}
.look-yellow .look-credit span {
  color: #ffff00;
}

@media screen and (max-width: 812px) {
  .look-yellow .look-button a:hover {
    background: transparent;
    color: #ffff00;
  }
}

/* Pink */
.look-pink .look-item {
  border-color: #ff8ffe;
}
.look-pink .look-item:before {
  background-image: url(../img/common/item-frame-01-pink.png);
}
.look-pink .look-item:after {
  background-image: url(../img/common/item-frame-02-pink.png);
}
.look-pink .look-button a {
  border-color: #ff8ffe;
  color: #ff8ffe;
}
.look-pink .look-button a:hover {
  background: #ff8ffe;
  color: #fff;
}
.look-pink .look-credit span {
  color: #ff8ffe;
}

@media screen and (max-width: 812px) {
  .look-pink .look-button a:hover {
    background: transparent;
    color: #ff8ffe;
  }
}

/* Orange */
.look-orange .look-item {
  border-color: #ffa443;
}
.look-orange .look-item:before {
  background-image: url(../img/common/item-frame-01-orange.png);
}
.look-orange .look-item:after {
  background-image: url(../img/common/item-frame-02-orange.png);
}
.look-orange .look-button a {
  border-color: #ffa443;
  color: #ffa443;
}
.look-orange .look-button a:hover {
  background: #ffa443;
  color: #fff;
}
.look-orange .look-credit span {
  color: #ffa443;
}

@media screen and (max-width: 812px) {
  .look-orange .look-button a:hover {
    background: transparent;
    color: #ffa443;
  }
}



/* ----------------------------
  Information
---------------------------- */
.info {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 77px;
  max-width: 1000px;
  width: 100%;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

@media screen and (max-width: 812px) {
  .info {
    margin-top: 56px;
    margin-bottom: 50px;
    padding: 0 4%;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    text-align: left;
    line-height: 1.545454545;
    font-size: 11px;
  }
}


/* Info Profile
---------------------------- */
.info-profile h2 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 812px) {
  .info-profile h2 {
    font-size: 13px;
  }
}


/* Info Credit
---------------------------- */
.info-credit {
  margin-top: 18px;
  font-family: "Gill Sans", sans-serif;
}

@media screen and (max-width: 812px) {
  .info-credit {
    margin-top: 12px;
    line-height: 1.363636364;
  }
}


/* Info Items
---------------------------- */
.info-items {
  margin-top: 18px;
}

@media screen and (max-width: 812px) {
  .info-items {
    margin-top: 12px;
  }
}



/* ----------------------------
  Effects
---------------------------- */

/* Image */
[data-effect="look-visible"] .look-image {
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
[data-effect="look-visible"].look-visible .look-image {
  opacity: 1;
}

/*
@media screen and (max-width: 812px) {
  [data-effect="look-visible"] .look-image {
    opacity: 1;
  }
}
*/

/* Splash */
@media screen and (max-width: 812px) {
  [data-effect="look-visible"] .look-image-splash {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s, visibility 0.8s;
    transition: opacity 0.8s, visibility 0.8s;
  }
  [data-effect="look-visible"].look-visible .look-image-splash {
    opacity: 0;
    visibility: hidden;
  }
}

/* Main */
[data-effect="look-visible"] .look-main {
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[data-effect="look-visible"].look-visible .look-main {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media screen and (max-width: 812px) {
  [data-effect="look-visible"].look-visible .look-main {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}
