@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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* W3:300, W6:600 */
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@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;
}
@media screen and (min-width: 769px) {
  html a,
  body a,
  #wrapper a {
    cursor: pointer;
  }
}

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

/* 全体 -------------------------------------------------------- */
.main {
  display: none;
}

/* Fv -------------------------------------------------------- */
.fv {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv {
    aspect-ratio: 390/844;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    aspect-ratio: 1920/1080;
  }
}
.fv .img_bg {
  position: relative;
}
.fv .img_slide {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .fv .img_slide {
    top: 12.3076923077vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .fv .img_slide {
    top: 6.875vw;
    right: 12.7777777778vw;
  }
}
.fv .img_slide div.img_slide_wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .img_slide div.img_slide_wrapper ul.anim_slide {
    width: 63.8461538462vw;
    height: 82.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .img_slide div.img_slide_wrapper ul.anim_slide {
    width: 33.3333333333vw;
    height: 42.9166666667vw;
  }
}
.fv .img_slide div.img_slide_wrapper ul.anim_slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.fv .img_slide div.img_slide_wrapper ul.anim_slide li img {
  border: solid 1px #fff;
}
.fv .img_slide div.img_slide_wrapper ul.anim_slide li.active {
  display: block;
}
.fv .img_slide div.img_slide_wrapper .txt_white {
  display: none;
}
.fv .img_slide div.img_slide_wrapper .txt_season {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .img_slide div.img_slide_wrapper .txt_season {
    width: 24.358974359vw;
    left: -21%;
  }
}
@media screen and (min-width: 769px) {
  .fv .img_slide div.img_slide_wrapper .txt_season {
    width: 9.1666666667vw;
    left: -15%;
  }
}
.fv .img_slide div.img_slide_wrapper .txt_en {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .img_slide div.img_slide_wrapper .txt_en {
    width: 16.1538461538vw;
    right: -13.5%;
  }
}
@media screen and (min-width: 769px) {
  .fv .img_slide div.img_slide_wrapper .txt_en {
    width: 5.8333333333vw;
    right: -9.5%;
  }
}
.fv .logo {
  position: absolute;
  display: none;
}
@media screen and (max-width: 768px) {
  .fv .logo {
    top: 102.0512820513vw;
    left: 9.4871794872vw;
    width: 50.7692307692vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .logo {
    top: 3.3333333333vw;
    left: 7.5vw;
    width: 18.125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .logo .logo_ttl_sub {
    margin-top: 3.0769230769vw;
    width: 33.8461538462vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .logo .logo_ttl_sub {
    margin-top: 1.1458333333vw;
    width: 12.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .logo .logo_brand {
    margin-top: 3.3333333333vw;
    width: 33.8461538462vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .logo .logo_brand {
    margin-top: 1.1979166667vw;
    width: 12.0833333333vw;
  }
}

/* メインコンテンツ -------------------------------------------------------- */
.main-content {
  background-color: #fbf6ef;
  position: relative;
  z-index: 2;
}

/* 説明文 -------------------------------------------------------- */
.description {
  position: relative;
}
.description .img_bg {
  width: 100%;
}
.description div.txt_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .description div.txt_wrapper {
    top: 27.1794871795vw;
  }
}
@media screen and (min-width: 769px) {
  .description div.txt_wrapper {
    top: 6.1458333333vw;
  }
}
.description div.txt_wrapper .txt_inner {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 1s;
}
.description div.txt_wrapper .txt_inner.opacityShow {
  opacity: 1;
  transform: translateY(0);
}
.description div.txt_wrapper .txt_inner .logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .description div.txt_wrapper .txt_inner .logo {
    width: 55.641025641vw;
  }
}
@media screen and (min-width: 769px) {
  .description div.txt_wrapper .txt_inner .logo {
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .description div.txt_wrapper .txt_inner .line {
    height: 19.8846153846vw;
    margin: 4.6153846154vw auto 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .description div.txt_wrapper .txt_inner .line {
    height: 5.2083333333vw;
    margin: 1.1458333333vw auto 1.0416666667vw;
  }
}
.description div.txt_wrapper .txt_inner .line:after {
  content: "";
  display: block;
  border-right: solid 1px #707070;
  width: 1px;
  height: 0;
  transition-duration: 1s;
}
@media screen and (max-width: 768px) {
  .description div.txt_wrapper .txt_inner .line:after {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .description div.txt_wrapper .txt_inner .line:after {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .description div.txt_wrapper .txt_inner .line.active:after {
    height: 19.8846153846vw;
  }
}
@media screen and (min-width: 769px) {
  .description div.txt_wrapper .txt_inner .line.active:after {
    height: 5.2083333333vw;
  }
}
.description div.txt_wrapper .txt_inner .txt {
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .description div.txt_wrapper .txt_inner .txt {
    font-size: 3.3333333333vw;
    line-height: 1.8461538462;
  }
}
@media screen and (min-width: 769px) {
  .description div.txt_wrapper .txt_inner .txt {
    font-size: 0.9375vw;
    line-height: 2;
  }
}

/* credit -------------------------------------------------------- */
.credit {
  width: 330px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .credit {
    margin: 7.6923076923vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    width: 17.2916666667vw;
  }
}
.credit ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 0.5208333333vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #707070;
  padding-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .credit ul li a {
    margin-bottom: 0.1041666667vw;
  }
}
.credit ul li a p {
  font-size: 12px;
  text-wrap: nowrap;
  color: #707070;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (min-width: 769px) {
  .credit ul li a p {
    font-size: 0.625vw;
  }
}
.credit ul li a p.item {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .credit ul li a p.item span {
    font-size: max(2.0512820513vw, 8px);
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a p.item span {
    font-size: max(0.4166666667vw, 8px);
  }
}
.credit ul li a p.brand {
  width: 31%;
}
.credit ul li a p.price {
  text-align: right;
  width: 28%;
}
.credit ul li a .btn {
  border: 1px solid black;
  background-color: black;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  flex-shrink: 0;
  transition: 0.3s ease;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (min-width: 769px) {
  .credit ul li a .btn {
    line-height: 1.1979166667vw;
    margin-left: 0.6770833333vw;
    font-size: 0.625vw;
    width: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li a .btn {
    line-height: 23px;
    margin-left: 13px;
    font-size: 12px;
    width: 55px;
  }
}
.credit ul li a.cs {
  pointer-events: none;
}
.credit ul li a.cs .btn {
  border: none;
  background: none;
  color: #707070;
  line-height: 1.2;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
@media screen and (max-width: 768px) {
  .credit ul li a.cs .btn {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a.cs .btn {
    font-size: 0.625vw;
  }
}

/* look -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look .img {
    padding-top: 1px;
  }
}
@media screen and (min-width: 769px) {
  .look .img {
    padding-top: 0.1041666667vw;
  }
}

/* look1 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-1 {
    margin-bottom: 20.2564102564vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 {
    width: 57.0833333333vw;
    margin: 11.6666666667vw auto 4.6875vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img_wrapper {
    margin-bottom: 1.5625vw;
    display: grid;
    grid-template-columns: 22.9166666667vw 34.0625vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img_wrapper .img-1 {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img_wrapper .img-2 {
    order: 3;
    margin-top: -14.7916666667vw;
    height: 30.5208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img_wrapper .img-3 {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .look-1 .img_wrapper .img-3 ul {
    width: 100vw;
    height: 133.0282051282vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img_wrapper .img-3 ul {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .img_wrapper .img-4 {
    order: 4;
  }
}
@media screen and (min-width: 769px) {
  .look-1 .credit {
    margin-left: auto;
  }
}

/* look2 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-2 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 {
    width: 57.0833333333vw;
    margin: 0 auto 3.125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img_wrapper {
    display: grid;
    grid-template-columns: 34.0625vw 22.9166666667vw;
    grid-template-rows: 30.5208333333vw 1fr;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img_wrapper .img-1 {
    grid-row: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img_wrapper .img-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .look-2 .img_wrapper .credit {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: auto;
    margin-top: auto;
  }
}

/* item1 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .item-1 {
    width: 84.6153846154vw;
    margin: 0 auto;
    margin-bottom: 21.2820512821vw;
  }
}
@media screen and (min-width: 769px) {
  .item-1 {
    width: 22.9166666667vw;
    margin-left: 14.375vw;
  }
}
@media screen and (min-width: 769px) {
  .item-1 .credit {
    margin-top: 1.5625vw;
    margin-left: auto;
  }
}

/* look3 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-3 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-3 {
    width: 34.0625vw;
    margin-top: -18.28125vw;
    margin-left: auto;
    margin-right: 21.40625vw;
    margin-bottom: 4.0625vw;
  }
}
@media screen and (min-width: 769px) {
  .look-3 .img_wrapper {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .look-3 .img_wrapper ul {
    width: 100vw;
    height: 133.0282051282vw;
  }
}
@media screen and (min-width: 769px) {
  .look-3 .img_wrapper ul {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-3 .img_wrapper ul li img {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-3 .credit {
    margin-left: auto;
  }
}

/* look4 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-4 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-4 {
    margin-bottom: 14.84375vw;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img_wrapper {
    width: 68.28125vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 34.0625vw 34.0625vw;
    grid-template-rows: 45.3125vw 33.3854166667vw;
    justify-content: space-between;
    overflow: visible;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img_wrapper .img-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img_wrapper .img-2 {
    grid-column: 2/3;
    grid-row: 1/2;
    transform: translateY(21.0416666667vw);
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .look-4 .img_wrapper .img-3 {
    width: 84.6153846154vw;
    margin: 8.4615384615vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img_wrapper .img-3 {
    width: 22.9166666667vw;
    height: 30.5208333333vw;
    margin-top: 2.8645833333vw;
    margin-left: 8.75vw;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .look-4 .img_wrapper .img-3 ul {
    width: 84.6153846154vw;
    height: 112.6923076923vw;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img_wrapper .img-3 ul {
    width: 22.9166666667vw;
    height: 30.5208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .look-4 .img_wrapper .credit {
    align-self: end;
    justify-self: end;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/* look5 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-5 {
    margin-bottom: 20.7692307692vw;
  }
}
@media screen and (min-width: 769px) {
  .look-5 {
    position: relative;
    width: 34.0625vw;
    margin: 0 auto 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .look-5 .img_wrapper .img-1 {
    width: 48.2051282051vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .look-5 .img_wrapper .img-1 {
    position: absolute;
    z-index: -1;
    top: -8.0208333333vw;
    right: -7.2395833333vw;
    width: 19.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .look-5 .img_wrapper .img-2 {
    margin-top: -36.1538461538vw;
    width: 82.5641025641vw;
  }
}
@media screen and (max-width: 768px) {
  .look-5 .img_wrapper .img-2 ul {
    width: 82.5641025641vw;
    height: 109.7435897436vw;
  }
}
@media screen and (min-width: 769px) {
  .look-5 .img_wrapper .img-2 ul {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-5 .credit {
    margin-top: 1.5625vw;
    margin-left: auto;
  }
}

/* look6 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-6 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-6 {
    margin-bottom: 12.4479166667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-6 .img_wrapper {
    display: grid;
    width: 70.7291666667vw;
    margin-left: 13.4375vw;
    grid-template-columns: 35.3125vw 34.0625vw;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .look-6 .img_wrapper .img_inner {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .look-6 .img_wrapper .img_inner .img-1 {
    width: 45.641025641vw;
  }
}
@media screen and (min-width: 769px) {
  .look-6 .img_wrapper .img_inner .img-1 {
    width: 16.0416666667vw;
  }
}
.look-6 .img_wrapper .img_inner .img-2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .look-6 .img_wrapper .img_inner .img-2 {
    width: 77.6923076923vw;
    margin-top: -29.7435897436vw;
  }
}
@media screen and (min-width: 769px) {
  .look-6 .img_wrapper .img_inner .img-2 {
    width: 27.2916666667vw;
    margin-top: -10.5729166667vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .look-6 .img_wrapper .img-3 {
    width: 84.6153846154vw;
    margin: 8.4615384615vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .look-6 .img_wrapper .img-3 {
    margin-top: 18.59375vw;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .look-6 .img_wrapper .credit {
    margin-top: auto;
    margin-left: auto;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

/* look7 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-7 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-7 {
    width: 68.3333333333vw;
    margin: 0 auto 5.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-7 .img_wrapper {
    display: flex;
    -moz-column-gap: 0.1041666667vw;
         column-gap: 0.1041666667vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  .look-7 .credit {
    margin-left: auto;
  }
}

/* look8 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-8 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-8 {
    width: 68.3333333333vw;
    margin: 0 auto 5.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-8 .img_wrapper {
    display: flex;
    -moz-column-gap: 0.1041666667vw;
         column-gap: 0.1041666667vw;
    margin-bottom: 1.5625vw;
  }
}

/* look9 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-9 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-9 {
    margin-bottom: 15.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-9 .img_wrapper {
    display: grid;
    grid-template-columns: 34.0625vw 22.9166666667vw;
    grid-template-rows: 30.5208333333vw 1fr;
    justify-content: space-between;
    width: 57.0833333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .look-9 .img_wrapper .img-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .look-9 .img_wrapper .img-2 {
    grid-columns: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .look-9 .img_wrapper .credit {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: auto;
    margin-left: auto;
  }
}

/* item2&3 -------------------------------------------------------- */
.item-2and3 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item-2and3 {
    width: 84.6153846154vw;
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .item-2and3 {
    width: 57.0833333333vw;
    margin: 0 auto 16.3541666667vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .item-2and3 .item-2 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .item-2and3 .item-2 {
    width: 22.9166666667vw;
  }
}
@media screen and (min-width: 769px) {
  .item-2and3 .item-2 .credit {
    margin: 1.25vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .item-2and3 .item-3 {
    width: 22.9166666667vw;
  }
}
@media screen and (min-width: 769px) {
  .item-2and3 .item-3 .credit {
    margin: 1.25vw auto 0;
  }
}

/* look10 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-10 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-10 {
    width: 68.3333333333vw;
    margin: 0 auto 3.2291666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-10 .img_wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 0.1041666667vw;
         column-gap: 0.1041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-10 .img_wrapper .img-1 {
    width: 34.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .look-10 .img_wrapper .img-2 ul {
    width: 100vw;
    height: 133.0282051282vw;
  }
}
@media screen and (min-width: 769px) {
  .look-10 .img_wrapper .img-2 ul {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-10 .credit {
    margin-top: 1.5625vw;
    margin-left: auto;
  }
}

/* look11 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-11 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-11 {
    width: 68.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .look-11 .img_wrapper {
    display: flex;
    -moz-column-gap: 0.2083333333vw;
         column-gap: 0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .look-11 .img_wrapper .img-1 ul {
    width: 100vw;
    height: 133.0282051282vw;
  }
}
@media screen and (min-width: 769px) {
  .look-11 .img_wrapper .img-1 ul {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-11 .credit {
    margin-top: 1.5625vw;
  }
}

/* item4&5 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .item-4and5 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .item-4and5 {
    width: 57.0833333333vw;
    margin: 0 auto 11.09375vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .item-4and5 .item-4 {
    margin-bottom: 22.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .item-4and5 .item-4 {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .item-4and5 .item-4 .img-1 {
    width: 84.6153846154vw;
  }
}
@media screen and (min-width: 769px) {
  .item-4and5 .item-4 .credit {
    margin: 1.25vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .item-4and5 .item-5 {
    width: 22.9166666667vw;
  }
}
.item-4and5 .item-5 .img-1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .item-4and5 .item-5 .img-1 {
    width: 84.6153846154vw;
  }
}
@media screen and (min-width: 769px) {
  .item-4and5 .item-5 .credit {
    margin: 1.25vw auto 0;
  }
}

/* look12 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-12 {
    margin-bottom: 27.1794871795vw;
  }
}
@media screen and (min-width: 769px) {
  .look-12 {
    width: 57.0833333333vw;
    margin: 0 auto 15.9375vw;
  }
}
@media screen and (min-width: 769px) {
  .look-12 .img_wrapper {
    display: grid;
    grid-template-columns: 22.7083333333vw 34.0625vw;
    grid-template-rows: 30.15625vw 1fr;
    -moz-column-gap: 0.2604166667vw;
         column-gap: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .look-12 .img_wrapper .img-1 {
    width: 84.6153846154vw;
    margin: 0 auto 12.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .look-12 .img_wrapper .img-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .look-12 .img_wrapper .img-1 ul {
    width: 84.6153846154vw;
    height: 112.3666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .look-12 .img_wrapper .img-1 ul {
    width: 22.7083333333vw;
    height: 30.15625vw;
  }
}
@media screen and (min-width: 769px) {
  .look-12 .img_wrapper .img-2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .look-12 .img_wrapper .credit {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: auto;
  }
}

/* look13 -------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .look-13 {
    margin-bottom: 24.1025641026vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 {
    width: 67.6041666667vw;
    margin-left: 21.4583333333vw;
    margin-bottom: 7.5vw;
    position: relative;
  }
}
.look-13 .img-1 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .look-13 .img-1 {
    width: 36.1538461538vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 .img-1 {
    width: 15.3645833333vw;
    position: absolute;
    top: -9.21875vw;
    left: -10.5729166667vw;
  }
}
@media screen and (max-width: 768px) {
  .look-13 .img_wrapper {
    margin-top: -41.0256410256vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 .img_wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .look-13 .img_wrapper .img-2 {
    width: 75.1282051282vw;
    margin-left: auto;
    margin-bottom: 3.5897435897vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 .img_wrapper .img-2 {
    width: 31.9270833333vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 .img_wrapper .img-3 {
    width: 34.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .look-13 .img_wrapper .img-3 ul {
    width: 100vw;
    height: 133.0282051282vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 .img_wrapper .img-3 ul {
    width: 34.0625vw;
    height: 45.3125vw;
  }
}
@media screen and (min-width: 769px) {
  .look-13 .credit {
    margin-top: 1.5625vw;
    margin-left: auto;
  }
}

/* footer -------------------------------------------------------- */
footer {
  position: relative;
}
footer .footer_bg {
  width: 100%;
}
footer .txt_wrapper {
  position: absolute;
}
@media screen and (max-width: 768px) {
  footer .txt_wrapper {
    top: 11.5384615385vw;
    left: 8.9743589744vw;
  }
}
@media screen and (min-width: 769px) {
  footer .txt_wrapper {
    top: 5.15625vw;
    left: 15.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .txt_wrapper .logo_brand {
    width: 50.5128205128vw;
    margin-bottom: 4.358974359vw;
  }
}
@media screen and (min-width: 769px) {
  footer .txt_wrapper .logo_brand {
    width: 20.2083333333vw;
    margin-bottom: 1.8229166667vw;
  }
}
footer .txt_wrapper .staff {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer .txt_wrapper .staff {
    font-size: 2.5641025641vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  footer .txt_wrapper .staff {
    font-size: 0.7291666667vw;
    line-height: 2;
  }
}

/* アニメーション ------------------------------------------------ */
/* clip-path */
.anim_clip {
  opacity: 0;
  clip-path: inset(0 100% 0 0); /* 上から下 */
  transition: clip-path 1s ease;
}
.anim_clip.active {
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}

/* スライド　ズームアウト切り替え */
.zoomSlider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zoomSlider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.2);
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 4s linear;
  animation: zoomFade 4s infinite linear;
  will-change: transform, opacity;
}
.zoomSlider li:first-child {
  animation-delay: 0s;
}
.zoomSlider li:nth-child(2) {
  animation-delay: 2s;
}

@keyframes zoomFade {
  0%, 100% {
    opacity: 0;
    transform: scale(1.2);
  }
  20% {
    opacity: 1;
    transform: scale(1.15);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  80% {
    opacity: 0;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */