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

body {
  font-size: 1.6em;
}

.eg_go {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.thin {
  font-weight: 100;
}

.bold {
  font-weight: bold;
}

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

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

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

/*リセット
--------------------------------------------*/
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
---------------------------------------------*/
/*---------------------------------------------
FV & lead
---------------------------------------------*/
.fv .title {
  width: 70%;
  position: absolute;
  left: 16%;
  top: 2%;
}
@media screen and (min-width: 769px) {
  .fv .title {
    width: 35%;
    left: 32%;
    top: 4%;
  }
}

.lead {
  background: #D4D7DE;
  margin: auto;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 2.5vw;
    padding: 15vw 10vw;
  }
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 7% 30%;
  }
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 3.5vw;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .lead p {
    font-size: 1.2vw;
  }
}

/*---------------------------------------------
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;
  }
}

/*---------------------------------------------
flexslider
---------------------------------------------*/
.slider {
  width: 100%;
  margin: 0;
  border: none;
}
@media screen and (min-width: 769px) {
  .slider {
    width: 45%;
    margin: 0;
  }
}
.slider .slides li {
  overflow: hidden;
}

.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: 40%;
  right: 4px;
}

.flex-direction-nav .flex-prev {
  top: 40%;
  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;
}

.flex-control-thumbs {
  margin: 0;
}

/*---------------------------------------------
credit
---------------------------------------------*/
.look {
  margin: auto;
}
.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;
  }
}
.look .img_credit {
  padding-bottom: 80%;
}
@media screen and (min-width: 769px) {
  .look .img_credit {
    padding-bottom: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
  }
}
.look .staff {
  margin: 0 10% 10%;
}
@media screen and (min-width: 769px) {
  .look .staff {
    margin: 0;
    position: absolute;
    width: 32%;
  }
}
.look .credit {
  width: 93%;
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .look .credit {
    width: 50%;
    margin-right: 7%;
    margin-bottom: -18px;
  }
}
.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 {
  margin-right: 20px;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .look .credit .link div {
    font-size: 20px;
  }
}
.look .credit .link div:last-child {
  margin-right: 0;
}
.look .credit .link .category {
  line-height: 1.5;
}
.look .credit .link .item {
  line-height: 1.5;
}
.look .credit .link .buy {
  padding: 2px 15px;
  background: #514D41;
  height: 19px;
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .look .credit .link .buy {
    height: 22px;
  }
}
.look .credit .link:hover {
  opacity: 0.6 !important;
}
.look .credit .credit_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.look .credit .line::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  width: 50px;
  height: auto;
  background-size: contain;
  width: 100px;
  height: 50px;
  top: 84%;
}
.look .credit .line2::after {
  width: 130px;
}
.look .credit .line3::after {
  width: 180px;
}
@media screen and (min-width: 769px) {
  .look .credit .line2::after {
    width: 150px;
  }
  .look .credit .line3::after {
    width: 200px;
  }
}

/*---------------------------------------------
sec
---------------------------------------------*/
.sec {
  background: #726B54;
}
.sec .sec_title {
  width: 100%;
  font-size: 18vw;
  margin-bottom: 40px;
  padding-top: 12%;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .sec .sec_title {
    width: 100%;
    margin-top: -20px;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 6.5vw;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec {
    padding: 13% 13%;
  }
}

.sec_2 {
  background: #335F9C;
}

.sec_3 {
  background: #AA9E8E;
}

.sec_4 {
  background: #834D2B;
}

.sec_5 {
  background: #A4A7A8;
}

.sec_6 {
  background: #424346;
}

/*---------------------------------------------
BUY & BUY_BTN
---------------------------------------------*/
.look1 .sec .img_credit .credit .buy {
  background: #514D41;
}
.look1 .movie .movie_credit .item_title .buy_btn {
  background: #514D41;
}

.look1 .buy {
  background: #514D41;
}
.look1 .movie .buy_btn {
  background: #514D41;
}

.look2 .sec .img_credit .credit .buy {
  background: #193762;
}
.look2 .movie .movie_credit .item_title .buy_btn {
  background: #193762;
}

.look3 .sec .img_credit .credit .buy {
  background: #81735F;
}
.look3 .movie .movie_credit .item_title .buy_btn {
  background: #81735F;
}

.look4 .sec .img_credit .credit .buy {
  background: #5A3116;
}
.look4 .movie .movie_credit .item_title .buy_btn {
  background: #5A3116;
}

.look5 .sec .img_credit .credit .buy {
  background: #777A7B;
}
.look5 .movie .movie_credit .item_title .buy_btn {
  background: #777A7B;
}

.look6 .sec .img_credit .credit .buy {
  background: #202124;
}
.look6 .movie .movie_credit .item_title .buy_btn {
  background: #202124;
}

/*---------------------------------------------
movie
---------------------------------------------*/
.look .movie {
  width: 67%;
  margin: -50% auto 136px;
}
.look .movie .img_wrap {
  position: relative;
}
.look .movie .icon {
  position: absolute;
  width: 29vw;
  bottom: 4%;
  right: -10%;
  -webkit-animation: rotate_anime 10s linear infinite;
          animation: rotate_anime 10s linear infinite;
}
@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.look .movie .gif {
  border: 1px solid #333;
}
.look .movie .movie_credit {
  width: 100%;
}
.look .movie .item_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  margin-top: 24px;
  text-decoration: none;
}
.look .movie .item_title a:hover {
  opacity: 0.6;
}
.look .movie .buy_btn {
  padding: 2px 10px;
  background: #514D41;
  color: #fff;
}
.look .movie .movie_text {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .look .movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -20%;
    margin-bottom: 200px;
  }
  .look .movie .icon {
    width: 11vw;
    top: 3%;
    left: -9%;
  }
  .look .movie .gif {
    width: 84%;
  }
  .look .movie .movie_credit {
    width: 70%;
  }
  .look .movie .item_title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 26px;
  }
  .look .movie .buy_btn {
    padding: 2px 20px;
    height: 28px;
  }
  .look .movie .movie_text {
    font-size: 15px;
  }
}

.archive {
  background: #EDEDED;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .archive {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.archive .a_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .archive .a_title {
    margin-bottom: 3%;
  }
}
.archive a {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 769px) {
  .archive a {
    width: 40%;
    margin-bottom: 50px;
  }
}
.archive a:hover {
  opacity: 0.6;
}

#page_top {
  position: fixed;
  width: 18%;
  right: 3%;
  bottom: 6%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #page_top {
    width: 80px;
    right: 3%;
    bottom: 5%;
  }
}

footer {
  margin-top: 50px;
}
footer .foot_logo {
  display: block;
  width: 140px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  footer .foot_logo {
    width: 200px;
    margin-top: 100px;
    margin-bottom: 10px;
  }
}
footer .foot_copy {
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}

[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 */