@charset "UTF-8";

/* latin-ext */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGR_p.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGR_p.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* ==========================================
site : pua keli | “石田ニコル×海”プロジェクト
file : css/styles.css
uses : 共通ページスタイル
========================================== */

.wrap {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #38474d;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loader-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 119px;
  height: auto;
  margin-top: -22px;
  margin-left: -60px;
}

/* ==========================================
.header-area
========================================== */

.header-area {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 170px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-area.small {
  height: 100px;
}

.header-area h1 {
  width: 118px;
  padding-top: 48px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-area.small h1 {
  width: 92px;
  padding-top: 18px;
}

.header-area h1 img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* p.powered
---------------------------------------- */
p.powered a {
  position: fixed;
  top: 10px;
  left: 22px;
  font-size: 12px;
  color: #667880;
  letter-spacing: 0.04em;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p.powered a:hover {
  color: #e8778d;
}

p.powered.hide a {
  opacity: 0;
}

/* ul.btnSns
---------------------------------------- */
ul.btnSns {
  position: fixed;
  top: 14px;
  right: 20px;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

ul.btnSns li img {
  width: 26px;
  height: 26px;
}

ul.btnSns.hide {
  opacity: 0;
}

/* .nav-area
========================================== */
.nav-area {
  text-align: center;
}

.nav-area ul {
  padding-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-area.small .nav-area ul {
  padding-top: 5px;
}

.nav-area li {
  display: inline-block;
  letter-spacing: 0.03em;
}

.nav-area li a,
.nav-area li span {
  display: block;
  padding: 5px 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap.lookbook .nav-area li.lookbook a {
  color: #e8778d;
}

.nav-area li a:hover {
  color: #e8778d;
}

.nav-area li span {
  color: #a2b3ba;
}

/* ==========================================
.article-area
========================================== */
.article-area {
  width: 100%;
  padding-top: 170px;
}

/* ==========================================
section
========================================== */
section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

section h2 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}

/* section.lookbook-area
========================================== */
.lookbook-area .content {
  padding-bottom: 120px;
  margin-right: 24px;
  margin-left: 24px;
  text-align: left;
}

.lookbook-area .content.top {
  padding-bottom: 150px;
  margin-right: 0;
  margin-left: 0;
}

.lookbook-area .content:last-child {
  padding-bottom: 80px;
}

.lookbook-area .content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.lookbook-area .content.box01 {
  margin-left: 39%;
}

.lookbook-area .content.box02 img {
  width: 87%;
}

.lookbook-area .content.box03 {
  margin-right: 0;
  margin-left: 0;
}

.lookbook-area .content.box03 ul {
  margin-right: 24px;
  margin-left: 24px;
}

.lookbook-area .content.box04 {
  margin-left: 39%;
}

.lookbook-area .content.box04 img {
  width: 79.7%;
}

.lookbook-area .content.box05 img {
  width: 74.5%;
}

.lookbook-area .content.box06 {
  margin-left: 39%;
}

.lookbook-area .content.box07 {
  margin-left: 14.5%;
}

.lookbook-area .content.box07 img {
  width: 56%;
}

.lookbook-area .content.box08 {
  margin-right: 0;
  margin-left: 0;
}

.lookbook-area .content.box08 ul {
  margin-right: 24px;
  margin-left: 24px;
}

.lookbook-area .content.box09 {
  margin-left: 39%;
}

.lookbook-area .content.box10 {
  margin-left: 14.5%;
}

.lookbook-area .content.box10 img {
  width: 70.5%;
}

.lookbook-area .content.box11 {
  margin-left: 39%;
}

.lookbook-area .content.box11 img {
  width: 76.2%;
}

.lookbook-area .content.box12 img {
  width: 87%;
}

.lookbook-area .content.box13 {
  margin-left: 26.7%;
}

.lookbook-area .content.box14 img {
  width: 61.5%;
}

.lookbook-area .content.box15 {
  margin-left: 39%;
}

.lookbook-area .content.box15 img {
  width: 79%;
}

.lookbook-area .content li {
  position: relative;
  padding-left: 10px;
  margin-top: 3px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
}

.lookbook-area .content li span {
  margin-left: 2px;
  white-space: nowrap;
}

.lookbook-area .content ul.inline li {
  display: inline;
  margin-right: 15px;
}

.lookbook-area .content li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: solid 4px transparent;
  border-left: solid 6px #38474d;
}

.lookbook-area .content ul.inline li::before {
  top: 5px;
}

/* Hover line */
.lookbook-area .content li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.lookbook-area .content li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #9aa8b3;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.lookbook-area .content li a:hover::after {
  transform: scale(1, 1);
}

/* .imgBox */
.lookbook-area .content.imgBox {
  width: 46.5%;
  margin-top: -50px;
  margin-right: 22px;
  margin-bottom: 20px;
  margin-left: auto;
}

/* .bg */
.lookbook-area .bg {
  position: relative;
}

.lookbook-area .bg img.txt01 {
  position: absolute;
  top: 220px;
  left: 72px;
  width: 285px;
  height: auto;
}

/* ----------------------------------------
div.end-area
----------------------------------------- */
.end-area {
  margin: 0 auto;
  background: url(./bg_article.png) no-repeat 46% top;
  background-size: 619px 451px;
}

.end-area img.txt02 {
  display: block;
  padding: 194px 0 224px 0;
  margin: 0 auto;
}

.end-area p.staff {
  margin-top: 75px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
}

/* div.btnOnline
----------------------------------------- */
.btnOnline {
  width: 80%;
  max-width: 300px;
  height: 68px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 66px;
  text-align: center;
}

.btnOnline a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 68px;
  border: #38474d 1px solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btnOnline a:hover {
  color: #e8778d;
  border: #e8778d 1px solid;
}

/* div.pagetop
----------------------------------------- */
.pagetop {
  margin-top: 70px;
}

.pagetop a {
  position: relative;
  display: block;
  width: 100px;
  color: #38474d;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.1;
  margin: 0 auto;
  padding-top: 24px;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagetop a:hover {
  color: #e8778d;
}

.pagetop a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-top: 2px solid #38474d;
  border-right: 2px solid #38474d;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop a:hover:before {
  top: -10px;
  border-color: #e8778d;
}

/* ==========================================
.footer-area
========================================== */
.footer-area {
  box-sizing: border-box;
  height: 56px;
  padding-top: 12px;
  margin-top: 30px;
  background-color: #fff;
}

.wrap.pre .footer-area {
  margin-top: 0;
}

.footer-area p.copy,
.nav-area p.copy {
  font-size: 12px;
  color: #a2b3ba;
}

/* ----------------------------------------
animated
---------------------------------------- */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  transform-origin: 50% 50%;
}

.animated,
section .content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated2 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
