@charset "UTF-8";
/*リセット
--------------------------------------------*/
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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* regular:400 , mideum:500 , semibold:600 */
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #181818;
  font-family: "times", "Times New Roman", "serif";
  scroll-behavior: smooth;
  background-color: #F3F2F1;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #000000;
}

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

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

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

/* ------------ fv ------------ */
div.fv {
  width: 100%;
  z-index: 200;
  position: relative;
}
div.fv div.fv_inner {
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
div.fv div.fv_inner div.fv_img_com ul.fv_img li img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
div.fv div.fv_inner div.fv_txt {
  top: 0;
}
div.fv div.fv_inner div.fv_txt h2 {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 1;
  transition: transform 0.1s liner, opacity 0.5s ease-out;
}
@media screen and (min-width: 769px) {
  div.fv div.fv_inner div.fv_txt h2 {
    top: 2.4305555556vw;
  }
}
div.fv div.fv_inner div.fv_txt h2 img {
  height: auto;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_inner div.fv_txt h2 img {
    width: 44.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_inner div.fv_txt h2 img {
    width: 18.0555555556vw;
  }
}
div.fv div.fv_inner div.fv_txt div.sub_txt {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "times", "Times New Roman", "serif";
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_inner div.fv_txt div.sub_txt {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_inner div.fv_txt div.sub_txt {
    bottom: 2.4305555556vw;
    font-size: 1.8055555556vw;
  }
}
div.fv div.description {
  position: relative;
  z-index: 300;
  text-align: center;
  background-color: #252321;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media screen and (max-width: 768px) {
  div.fv div.description {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.description {
    padding-top: 8.6111111111vw;
    padding-bottom: 8.6111111111vw;
  }
}
div.fv div.description h3 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  div.fv div.description h3 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.description h3 {
    font-size: 1.8055555556vw;
  }
}
div.fv div.description p {
  font-weight: medium;
  line-height: 1.8;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 768px) {
  div.fv div.description p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.description p {
    font-size: 1.1111111111vw;
    margin-top: 1.9444444444vw;
  }
}
div.fv div.index_area {
  font-family: "times", "Times New Roman", "serif";
  background-color: #F3F2F1;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  div.fv div.index_area {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.index_area {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
div.fv div.index_area h4 {
  text-align: center;
  font-style: italic;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 768px) {
  div.fv div.index_area h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.index_area h4 {
    font-size: 1.8055555556vw;
    margin-bottom: 2.0833333333vw;
  }
}
div.fv div.index_area ul.index_list {
  display: grid;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.fv div.index_area ul.index_list {
    width: 89.0666666667vw;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    row-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.index_area ul.index_list {
    width: 70.5555555556vw;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 0.6944444444vw;
         column-gap: 0.6944444444vw;
    row-gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.index_area ul.index_list li {
    display: inline-block;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.index_area ul.index_list li a {
    display: block;
    transition-duration: 0.5s;
  }
}
div.fv div.index_area ul.index_list li a:hover {
  transform: scale(1.05);
}

/* ------------ look ------------ */
div.section_area {
  overflow: hidden;
}

section.look_com {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.look_com {
    margin-bottom: 21.3333333333vw;
    padding-top: 20vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com {
    margin: 0 auto;
    margin-bottom: 8.3333333333vw;
    width: 89.5833333333vw;
    padding-top: 8.3333333333vw;
  }
}
section.look_com::before {
  content: "";
  display: block;
  border-top: solid 1px #181818;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  section.look_com::before {
    width: 89.5833333333vw;
  }
}
section.look_com.look-line::before {
  animation: look-line 0.5s linear forwards;
}
section.look_com h5 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.look_com h5 {
    width: 89.3333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com h5 {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_com h5 img {
    width: 17.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com h5 img {
    width: 4.5138888889vw;
  }
}
section.look_com h5 span {
  display: block;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  section.look_com h5 span {
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com h5 span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_com div.wrapper {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  section.look_com div.wrapper {
    display: grid;
  }
}
section.look_com ul.credit_area {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  section.look_com ul.credit_area {
    display: inline-block;
  }
}
section.look_com ul.credit_area li {
  display: block !important;
}
@media screen and (max-width: 768px) {
  section.look_com ul.credit_area li {
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com ul.credit_area li {
    margin-bottom: 0.6944444444vw;
  }
}
section.look_com ul.credit_area li:last-child {
  margin-bottom: 0;
}
section.look_com ul.credit_area li a {
  display: flex;
  align-items: start;
}
section.look_com ul.credit_area li a:hover p {
  color: #CECDCD;
  transition-duration: 0.3s;
}
section.look_com ul.credit_area li a:hover p.color {
  color: #CECDCD;
  transition-duration: 0.3s;
}
section.look_com ul.credit_area li a p.item {
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  section.look_com ul.credit_area li a p.item {
    font-size: 3.2vw;
    margin-top: -0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com ul.credit_area li a p.item {
    font-size: min(1.0416666667vw, 15px);
    margin-top: -0.1388888889vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_com ul.credit_area li a p.price {
    font-size: 2.6666666667vw;
    margin: 0 1.0666666667vw 0 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com ul.credit_area li a p.price {
    font-size: min(0.9027777778vw, 13px);
    margin: 0 0.2777777778vw 0 0.2083333333vw;
  }
}
section.look_com ul.credit_area li a p.color {
  color: #878787;
  text-align: start;
}
@media screen and (max-width: 768px) {
  section.look_com ul.credit_area li a p.color {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_com ul.credit_area li a p.color {
    font-size: min(0.9027777778vw, 13px);
  }
}
section.look_com ul.credit_area li.comesoon a {
  pointer-events: none;
}
section.look_com ul.credit_area li.comesoon a p {
  color: #CECDCD;
}
section.look_com ul.credit_area li.comesoon a p.color {
  display: none;
}

@keyframes look-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section.look_1 div.wrapper {
    grid-template-columns: 35.2083333333vw 22.9166666667vw 22.9166666667vw;
    -moz-column-gap: 4.2708333333vw;
         column-gap: 4.2708333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_1 h5 {
    margin-left: 14.2361111111vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_1 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_1 div.img_2 {
    width: 64vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_1 div.rotate_area {
    width: 64vw;
    margin: 0 auto 8vw;
  }
}
section.look_1 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_1 ul.credit_area {
    grid-column: 3/4;
    margin-top: -16.1805555556vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_2 div.wrapper {
    grid-template-columns: 24.5138888889vw 35.2083333333vw;
    -moz-column-gap: 8.8194444444vw;
         column-gap: 8.8194444444vw;
    width: 68.5416666667vw;
    margin: 0 auto;
    padding-left: 3.0555555556vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_2 h5 {
    margin-left: 59.5833333333vw;
    justify-content: start;
  }
}
section.look_2 div.img_1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.look_2 div.img_1 {
    margin: 0 auto 16vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_2 div.img_1 {
    order: 2;
  }
}
section.look_2 div.rotate_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.look_2 div.rotate_area {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_2 div.rotate_area {
    order: 1;
    padding-top: 9.5833333333vw;
  }
}
section.look_2 div.rotate_area::before {
  display: inline-block;
  content: "";
  background-image: url(../images/2_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 768px) {
  section.look_2 div.rotate_area::before {
    width: 64vw;
    height: 95.7333333333vw;
    top: -8vw;
    left: 28vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_2 div.rotate_area::before {
    width: 24.5138888889vw;
    height: 36.5972222222vw;
    top: 6.5277777778vw;
    left: -3.0555555556vw;
  }
}
section.look_2 div.rotate_area ul.rotate_list {
  position: relative;
  transition-delay: 1s;
}
section.look_2 div.rotate_area ul.rotate_list li {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.look_2 div.rotate_area ul.rotate_list li img {
    width: 64vw;
    margin-left: auto;
  }
}
section.look_2 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_2 ul.credit_area {
    order: 3;
    grid-column: 1/2;
    margin-top: -3.8194444444vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_3 div.wrapper {
    grid-template-columns: 35.2083333333vw 22.5vw 22.5vw;
    -moz-column-gap: 2.7777777778vw;
         column-gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_3 h5 {
    margin-left: 14.2361111111vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_3 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_3 div.img_2 {
    width: 64vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_3 div.img_2 {
    margin-top: 9.3055555556vw;
  }
}
section.look_3 div.rotate_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.look_3 div.rotate_area {
    margin-top: -8vw;
    margin-bottom: 8vw;
    width: 64vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  section.look_3 div.rotate_area {
    margin-top: 9.3055555556vw;
  }
}
section.look_3 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_3 ul.credit_area {
    grid-column: 3/4;
    margin-top: -7.3611111111vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_4 div.wrapper {
    grid-template-columns: 22.9861111111vw 22.9861111111vw 36.25vw;
    -moz-column-gap: 3.6111111111vw;
         column-gap: 3.6111111111vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_4 h5 {
    margin-left: 68.0555555556vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_4 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 0 8vw auto;
  }
}
@media screen and (min-width: 769px) {
  section.look_4 div.img_1 {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  section.look_4 div.img_2 {
    width: 64vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_4 div.img_2 {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  section.look_4 div.rotate_area {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  section.look_4 div.rotate_area {
    width: 64vw;
    margin: 0 auto 8vw;
  }
}
section.look_4 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_4 ul.credit_area {
    order: 4;
    margin-top: -17.3611111111vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_5 div.wrapper {
    grid-template-columns: 28.4722222222vw 59.0972222222vw;
    -moz-column-gap: 2.1527777778vw;
         column-gap: 2.1527777778vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_5 h5 {
    margin-left: 10.8333333333vw;
    justify-content: start;
  }
}
section.look_5 div.img_1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.look_5 div.img_1 {
    width: 28.4722222222vw;
  }
}
section.look_5 div.flex_area {
  display: flex;
}
@media screen and (min-width: 769px) {
  section.look_5 div.flex_area {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_5 div.flex_area div.img_2 {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_5 div.flex_area div.img_2 {
    width: 28.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_5 div.flex_area div.img_2 img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_5 div.flex_area div.rotate_area {
    margin-bottom: 8vw;
    width: 50vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_5 div.flex_area div.rotate_area {
    width: 28.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_5 div.flex_area div.rotate_area img {
    width: 50vw;
  }
}
section.look_5 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_5 ul.credit_area {
    order: 4;
    grid-column: 2/3;
    margin-left: 30.5555555556vw;
    margin-top: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_6 div.wrapper {
    grid-template-columns: 35.2083333333vw 22.5vw 22.5vw;
    -moz-column-gap: 3.0555555556vw;
         column-gap: 3.0555555556vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_6 h5 {
    margin-left: 13.8888888889vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_6 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
section.look_6 div.img_2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  section.look_6 div.img_2 {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_6 div.rotate_area {
    margin-top: -8vw;
    margin-bottom: 8vw;
    width: 64vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_6 div.rotate_area {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_6 div.rotate_area ul.credit_area {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  section.look_6 div.rotate_area ul.credit_area {
    grid-column: 3/4;
    margin-top: min(2.0833333333vw, 30px);
  }
}
section.look_6 ul.credit_area {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.look_7 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.look_7 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_7 div.img_1 {
    width: 35.2083333333vw;
    margin: 0 auto 2.0833333333vw;
  }
}
section.look_7 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_7 ul.credit_area {
    margin-left: 27.2916666667vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_8 div.wrapper {
    grid-template-columns: 22.9861111111vw 22.9861111111vw 36.25vw;
    -moz-column-gap: 3.6111111111vw;
         column-gap: 3.6111111111vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_8 h5 {
    margin-left: 68.6805555556vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_8 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_8 div.img_1 {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  section.look_8 div.img_2 {
    width: 64vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_8 div.img_2 {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  section.look_8 div.rotate_area {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  section.look_8 div.rotate_area ul.rotate_list li {
    width: 64vw !important;
    margin: 0 auto 8vw;
  }
}
section.look_8 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_8 ul.credit_area {
    order: 4;
    margin-top: -17.3611111111vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_9 div.wrapper {
    grid-template-columns: 28.4722222222vw 28.4722222222vw 28.4722222222vw;
    -moz-column-gap: 2.1527777778vw;
         column-gap: 2.1527777778vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_9 h5 {
    margin-left: 10.9027777778vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_9 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_9 div.img_2 {
    width: 64vw;
  }
}
section.look_9 div.rotate_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.look_9 div.rotate_area {
    margin-top: -8vw;
    margin-bottom: 8vw;
    width: 64vw !important;
    margin-left: auto;
  }
}
section.look_9 div.rotate_area ul.rotate_list {
  position: relative;
}
section.look_9 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_9 ul.credit_area {
    grid-column: 3/4;
    margin-top: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_10 div.wrapper {
    grid-template-columns: 35.2083333333vw 49.5833333333vw;
    -moz-column-gap: 3.6805555556vw;
         column-gap: 3.6805555556vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_10 h5 {
    margin-left: 14.2361111111vw;
    justify-content: start;
  }
}
section.look_10 div.img_1 {
  width: 100%;
}
section.look_10 div.flex_area {
  display: flex;
}
section.look_10 div.flex_area div.img_2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.look_10 div.flex_area div.img_2 {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_10 div.flex_area div.img_2 {
    width: 22.9166666667vw;
    margin-right: 3.6805555556vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_10 div.flex_area div.img_2 img {
    width: 50vw;
  }
}
section.look_10 div.flex_area div.rotate_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.look_10 div.flex_area div.rotate_area {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_10 div.flex_area div.rotate_area {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_10 div.flex_area div.rotate_area img {
    width: 50vw;
  }
}
section.look_10 ul.credit_area {
  text-align: center;
}
@media screen and (min-width: 769px) {
  section.look_10 ul.credit_area {
    grid-column: 2/3;
    margin-top: -16.6666666667vw;
    margin-left: 26.6666666667vw;
  }
}

@media screen and (min-width: 769px) {
  section.look_11 div.wrapper {
    grid-template-columns: 27.4305555556vw 35.2083333333vw;
    -moz-column-gap: 6.9444444444vw;
         column-gap: 6.9444444444vw;
    width: 69.6527777778vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  section.look_11 h5 {
    margin-left: 57.6388888889vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_11 div.img_1 {
    width: 94.6666666667vw;
    margin: 0 auto 8vw 0;
  }
}
@media screen and (min-width: 769px) {
  section.look_11 div.img_1 {
    order: 2;
  }
}
section.look_11 div.rotate_area {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.look_11 div.rotate_area {
    margin-bottom: 8vw;
    width: 64vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  section.look_11 div.rotate_area {
    order: 1;
    margin-top: 5.4861111111vw;
  }
}
section.look_11 div.rotate_area ul.rotate_list {
  position: relative;
}
section.look_11 div.rotate_area ul.credit_area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.look_11 div.rotate_area ul.credit_area {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  section.look_11 div.rotate_area ul.credit_area {
    order: 3;
    margin-top: min(2.0833333333vw, 30px);
  }
}
section.look_11 ul.credit_area {
  text-align: center;
}

@media screen and (min-width: 769px) {
  section.look_12 div.wrapper {
    grid-template-columns: 35.2083333333vw 22.5vw 22.5vw;
    -moz-column-gap: 3.0555555556vw;
         column-gap: 3.0555555556vw;
  }
}
@media screen and (min-width: 769px) {
  section.look_12 h5 {
    margin-left: 13.8888888889vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  section.look_12 div.img_1 {
    width: 89.3333333333vw;
    margin: 0 0 8vw auto;
  }
}
@media screen and (max-width: 768px) {
  section.look_12 div.img_2 {
    width: 64vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_12 div.rotate_area {
    margin-bottom: 8vw;
    width: 64vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  section.look_12 div.rotate_area {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  section.look_12 div.rotate_area ul.credit_area {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  section.look_12 div.rotate_area ul.credit_area {
    grid-column: 3/4;
    margin-top: min(2.0833333333vw, 30px);
  }
}
section.look_12 ul.credit_area {
  text-align: center;
}

div.all-btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.all-btn {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn {
    margin-bottom: 8.3333333333vw;
  }
}
div.all-btn a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div.all-btn a:hover p::before {
    animation: border_anim 0.3s linear forwards;
  }
}
div.all-btn a p {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.all-btn a p {
    font-size: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn a p {
    font-size: 1.3888888889vw;
    padding-bottom: 0.3472222222vw;
  }
}
div.all-btn a p::before {
  content: "";
  display: block;
  border-bottom: solid 1px #181818;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: start;
}
@media screen and (max-width: 768px) {
  div.all-btn a p::before {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn a p::before {
    width: 11.1111111111vw;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* ------------ footer ------------ */
footer {
  background-image: url(../images/footer.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer div.wrapper {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper {
    padding: 7.5vw 0;
  }
}
footer div.wrapper p.staff-credit {
  text-align: center;
  color: #fff;
  line-height: 2.0833333333;
}
@media screen and (max-width: 768px) {
  footer div.wrapper p.staff-credit {
    font-size: 3.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper p.staff-credit {
    font-size: 1.1111111111vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.wrapper div.icon_area {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper div.icon_area {
    margin-bottom: 4.1666666667vw;
  }
}
footer div.wrapper div.icon_area ul.flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer div.wrapper div.icon_area ul.flex {
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper div.icon_area ul.flex {
    -moz-column-gap: 1.6666666667vw;
         column-gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer div.wrapper div.icon_area ul.flex li {
    width: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper div.icon_area ul.flex li {
    width: 2.0833333333vw;
  }
  footer div.wrapper div.icon_area ul.flex li:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
  }
}
footer div.wrapper div.logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer div.wrapper div.logo {
    width: 13.8666666667vw;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper div.logo {
    width: 3.6805555556vw;
    margin-bottom: 4.1666666667vw;
  }
  footer div.wrapper div.logo:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
  }
}
footer div.wrapper small {
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  footer div.wrapper small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer div.wrapper small {
    font-size: 0.8333333333vw;
  }
}

/* ------------ jquery ------------ */
/* ------------ 表示時の全体フェードイン ------------ */
main {
  transition: 1s;
  opacity: 0;
}

.main-fadeIn {
  opacity: 1;
}

/* ------------ フェードイン ------------ */
.js-fadeIn {
  transition: 1.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.fadeIn {
  opacity: 1;
}

/* ------------ フェード 左右上下 ------------ */
.js-fadeTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.js-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.js-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.js-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.look1_r {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.look1_l {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}/*# sourceMappingURL=style.css.map */