@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #3E3A39;
  display: none;
}

.eg_go {
  font-family: cantarell, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.eg_min {
  font-family: bitter, serif;
  font-style: normal;
  font-weight: 400;
}

.ja {
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #3E3A39;
}

a:hover {
  opacity: 0.6;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

/*---------------------------------------------
body
---------------------------------------------*/
body {
  background: #F0F0ED;
}

/*---------------------------------------------
header
---------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  background: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 100;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  header ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header ul img {
  width: 140px;
  padding-left: 14px;
}
@media screen and (min-width: 769px) {
  header ul img {
    width: 500px;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
}
header ul a {
  color: #808080;
  text-decoration: none;
  font-size: 10px;
  border-right: 1px solid #3E3A39;
  padding-right: 10px;
  padding-left: 10px;
  height: 1px;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  header ul a {
    font-size: 22px;
    height: 8px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
header ul a li {
  margin-top: -3px;
}
@media screen and (min-width: 769px) {
  header ul a li {
    margin-top: -5px;
  }
}
header ul a:last-child {
  border-right: none;
}
header ul a:hover {
  color: #000;
}
header ul .h_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-top: 4px;
}
@media screen and (min-width: 769px) {
  header ul .h_list {
    padding-right: 25px;
  }
}

.is_active {
  color: #000;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  padding-top: 88px;
}
.fv .read {
  font-size: 10px;
  margin-left: 20px;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .fv .read {
    font-size: 18px;
    max-width: 1055px;
    width: 87%;
    margin: 90px auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .fv img {
    padding-top: 70px;
  }
}

/*---------------------------------------------
inner
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1055px;
    width: 87%;
    margin: auto;
  }
}

.contents {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.look_link .title,
.product_link .title {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .look_link .title,
  .product_link .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .look_link,
  .product_link {
    width: 48%;
  }
}

.product {
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .contents {
    margin-bottom: 110px;
  }
}

/*---------------------------------------------
02.LOOK
---------------------------------------------*/
.look {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .look {
    max-width: 1055px;
    width: 87%;
  }
}
.look .l_title {
  padding-top: 90px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (min-width: 769px) {
  .look .l_title {
    padding-top: 17%;
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .look .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.look .pc_left {
  width: 100%;
}

/*---------------------------------------------
flexslider
---------------------------------------------*/
.slider {
  width: 94%;
  margin: auto;
  border: none;
}
@media screen and (min-width: 769px) {
  .slider {
    width: 67%;
    margin: 0;
  }
}

.flex-direction-nav a.flex-next:before {
  content: url(../images/next.png);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.flex-direction-nav a.flex-prev:before {
  content: url(../images/prev.png);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.flex-control-nav {
  bottom: -34px;
}

.flex-direction-nav .flex-next {
  top: 53%;
  right: 4px;
}

.flex-direction-nav .flex-prev {
  top: 53%;
  left: 4px;
}

.flex-control-paging li {
  margin: 0 12px;
}
.flex-control-paging li a {
  width: 5px;
  height: 5px;
  background: none;
  border: 0.5px solid #000;
}

/*---------------------------------------------
credit
---------------------------------------------*/
.look .credit {
  width: 93%;
  margin: 60px auto 0;
}
@media screen and (min-width: 769px) {
  .look .credit {
    width: 67%;
    margin: 80px 0;
  }
}
.look .credit .type {
  font-size: 14px;
  margin-bottom: 16px;
}
.look .credit .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #3E3A39;
  font-size: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .look .credit .link {
    font-size: 14px;
  }
}
.look .credit .link div:last-child {
  margin-right: 0;
}
.look .credit .link .category {
  line-height: 1.5;
  width: 26%;
  width: 30%;
}
.look .credit .link .item {
  line-height: 1.5;
}
.look .credit .link .buy {
  padding: 4px 15px;
  background: #fff;
  height: 12px;
  border-radius: 50px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 769px) {
  .look .credit .link .buy {
    height: 14px;
  }
}
.look .credit .link .soon {
  border: 1px solid #3E3A39;
  background: none;
}
.look .credit .link:hover {
  opacity: 0.6 !important;
}
.look .credit .credit_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  width: 62%;
}

/*---------------------------------------------
movie
---------------------------------------------*/
.look .movie {
  width: 67%;
  margin: 55px auto 136px;
}
@media screen and (min-width: 769px) {
  .look .movie {
    width: 40%;
    margin-top: 10%;
    margin-bottom: 0;
  }
}

/*---------------------------------------------
03.product
---------------------------------------------*/
.p_title {
  padding-top: 90px;
  margin-bottom: 25px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p_title {
    font-size: 22px;
    padding-top: 200px;
  }
}

.number {
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.number .line {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  width: 30px;
}

/*---------------------------------------------
03.sticky_header
---------------------------------------------*/
.text_flex {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .text_flex {
    font-size: 14px;
  }
}
.text_flex .header_buy {
  padding: 4px 14px;
  background: #fff;
  height: 16px;
  border-radius: 50px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .text_flex .header_buy {
    height: 20px;
  }
}

.sticky_header {
  position: sticky;
  position: -webkit-sticky;
  background: #F0F0ED;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #000;
  margin-bottom: 13px;
  top: 59px;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .sticky_header {
    top: 127px;
  }
}

/*---------------------------------------------
03.p_credit
---------------------------------------------*/
.p_credit {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 17px;
  margin-left: 13px;
}
@media screen and (min-width: 769px) {
  .p_credit {
    font-size: 13px;
  }
}

.p_icons ul {
  margin-top: 10px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_icons ul li {
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  .p_icons ul li {
    margin: 0 20px 10px;
  }
}
.p_icons ul li img {
  height: 10vh;
  width: auto;
}
@media screen and (min-width: 769px) {
  .p_icons ul li img {
    height: 80px;
  }
}

.p_slider {
  width: 100%;
}

.p_text {
  width: 94%;
  margin: 40px auto 50px;
  font-size: 10px;
  line-height: 1.8;
  background: #F0F0ED;
}
@media screen and (min-width: 769px) {
  .p_text {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .p_pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1055px;
    width: 87%;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p_box {
    max-width: 500px;
    width: 47%;
  }
}

/*---------------------------------------------
footer
---------------------------------------------*/
.footer a {
  display: block;
  color: #3E3A39;
  margin-left: 20px;
  line-height: 2;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .footer a {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer a:first-child {
    margin-left: 0;
  }
}

.f_logo img {
  width: 178px;
  text-align: center;
  margin: 10px auto 40px;
}
@media screen and (min-width: 769px) {
  .f_logo img {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .pc_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pc_footer img {
  width: 235px;
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.zoom {
  -webkit-animation: zoom 0.5s ease-in;
          animation: zoom 0.5s ease-in;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */