@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "dunbar-low", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  letter-spacing: 0.05em;
}

.sub {
  font-family: "dunbar-low", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #222;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #8c3321;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  font-family: "dunbar-low", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #loading-bg .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
#loading-bg .sub {
  font-family: "dunbar-low", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  #loading-bg .sub {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .sub {
    font-size: 18px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
}
footer .footer_bg {
  background-image: url(../assets/images/footer_bg.webp);
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    background-size: cover;
  }
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 84vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 62.5vw;
  }
}
footer a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  footer .btn_wrap {
    padding: 32vw 0;
  }
}
@media screen and (min-width: 769px) {
  footer .btn_wrap {
    padding: 9.375vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .btn_wrap .btn {
    margin: 0 auto 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .btn_wrap .btn {
    margin: 0 auto 0.78125vw;
  }
}
footer .btn_wrap .btn:nth-child(3) {
  margin-bottom: 0;
}
footer .btn_wrap .btn a {
  font-weight: 300;
  border: solid 0.5px #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .btn_wrap .btn a {
    width: 40vw;
    height: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .btn_wrap .btn a {
    width: 11.71875vw;
    height: 2.734375vw;
  }
}
footer .logo_btn {
  max-width: 82px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 0 0 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 0 0 1.5625vw;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
footer .copyright {
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 0 0 1.5625vw;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.fv .inner {
  position: relative;
  /* アニメーション定義 */
}
@media screen and (min-width: 769px) {
  .fv .inner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.fv .inner::before {
  content: "";
  display: block;
  padding-top: 217.0666666667%;
}
.fv .inner h1 {
  position: absolute;
  z-index: 2;
  letter-spacing: 0.1em;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .fv .inner h1 {
    left: 0;
    top: 75.2vw;
    width: 79.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner h1 {
    left: 17.5vw;
    top: 11.640625vw;
    width: 36.953125vw;
  }
}
.fv .inner h1 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fv .inner h1 span {
    font-size: 2.3586666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner h1 span {
    font-size: 1.36328125vw;
    margin-bottom: 0.78125vw;
  }
}
.fv .inner h1 span:nth-child(2) {
  text-align: right;
}
.fv .inner .fv_txt {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt {
    font-size: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt {
    font-size: 7.03125vw;
  }
}
.fv .inner .fv_txt p {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt p.boho {
    left: 3.2vw;
    top: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt p.boho {
    left: 1.484375vw;
    top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt p.with {
    right: 0.5333333333vw;
    top: 81.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt p.with {
    right: 1.953125vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt p.your {
    left: 2.6666666667vw;
    bottom: 42.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt p.your {
    left: 56.71875vw;
    bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt p.life {
    right: 0.5333333333vw;
    bottom: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt p.life {
    right: 1.953125vw;
    bottom: 1.875vw;
  }
}
.fv .inner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.fv .inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 7%;
     object-position: center 7%;
  /* 最初は拡大状態 */
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
@media screen and (max-width: 768px) {
  #lead {
    width: 64vw;
    margin: 32vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lead {
    width: 39.0625vw;
    margin: 10.9375vw auto;
  }
}
#lead p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lead p.en {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p.en {
    font-size: 1.5625vw;
    padding-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  #lead p.ja {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead p.ja {
    font-size: 1.09375vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .credit ul {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    width: 22.65625vw;
  }
}
.credit ul li {
  color: #222;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 0.390625vw;
    font-size: 1.171875vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
.credit ul li span {
  line-height: 1.813;
}
@media screen and (max-width: 768px) {
  .credit ul li .item {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .item {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li .brand {
    margin-left: 0.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .brand {
    margin-left: 0.078125vw;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li .price {
    margin-left: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .price {
    margin-left: 0.390625vw;
    font-size: 0.703125vw;
  }
}
.credit ul li.com, .credit ul li.sample {
  position: relative;
}
.credit ul li.com::after, .credit ul li.sample::after {
  content: "coming soon";
  position: absolute;
  color: #222;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 30.1333333333vw;
    height: 4.9333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 11.484375vw;
    height: 1.875vw;
    font-size: 0.9375vw;
  }
}
.credit ul li.sample::after {
  content: "参考商品";
}
.credit ul li a {
  color: #222;
  position: relative;
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a::after {
  content: "CHECK";
  position: absolute;
  border: solid 1px #222;
  color: #222;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li a::after {
    width: 10.1333333333vw;
    height: 4.8vw;
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a::after {
    width: 2.96875vw;
    height: 1.40625vw;
    font-size: 0.625vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.flex_wrap {
  display: flex;
}

.overflow_h {
  overflow: hidden;
}

svg {
  width: 100%;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a:hover {
  opacity: 1;
}

.transform_90 {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(-90deg);
}

#index {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #index {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index {
    margin-bottom: 10.9375vw;
  }
}
#index ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #index ul {
    flex-wrap: nowrap;
    overflow-x: scroll; /* 横スクロールを有効にする */
    row-gap: 4vw;
    margin-left: 5.0666666667vw;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul {
    flex-wrap: wrap;
    row-gap: 1.171875vw;
    width: 65.234375vw;
    -moz-column-gap: 0.390625vw;
         column-gap: 0.390625vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #index ul li {
    width: 100%;
    min-width: 26.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li {
    width: 7.8125vw;
    font-size: 0.859375vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li.heading {
    font-size: 1.015625vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#index ul li p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index ul li p {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index ul li p {
    margin-top: 0.390625vw;
  }
}

.button {
  display: block;
  margin: 0 auto;
  color: #fff;
  border: #fff solid 1px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 69.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .button {
    width: 20.3125vw;
    padding: 1.5625vw 0;
  }
}
.button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #look_area section {
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  #look_area section h2 {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section h2 {
    font-size: 1.09375vw;
  }
}
#look_area section .inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #look_area section .inner::before {
    content: "";
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .inner::before {
    content: "";
    display: block;
  }
}
#look_area section .inner .look_wrap {
  width: 100%;
  position: absolute;
  top: 0;
}
#look_area section .other {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #look_area section .other {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other {
    margin-top: 3.90625vw;
  }
}
#look_area section .other::before {
  content: "";
  background-color: #976f58;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #look_area section .other::before {
    height: 34.6666666667vw;
    top: 46.4vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other::before {
    height: 15.625vw;
    top: 7.8125vw;
  }
}
@keyframes slideRight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#look_area section .other.animate-bar::before {
  animation: slideRight 1.2s ease-out forwards;
}
#look_area section .other .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner::before {
    content: "";
    display: block;
    padding-top: 124vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner::before {
    content: "";
    display: block;
    padding-top: 31.25vw;
  }
}
#look_area section .other .inner h3 {
  color: #976f58;
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner h3 {
    top: 0;
    right: 15.2vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner h3 {
    top: 5.859375vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner h3 .ja {
    font-size: 0.859375vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner h3.ja {
    font-size: 2.6666666667vw;
    font-feature-settings: "pkna";
    writing-mode: vertical-rl;
    text-orientation: upright;
    word-break: break-all;
    line-height: 1;
    top: 6.9333333333vw;
    right: 10.6666666667vw;
  }
}
#look_area section .other .inner .content {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner .content {
    width: 69.6vw !important;
    top: 6.9333333333vw;
    left: 15.2vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner .content {
    width: 48.046875vw !important;
    top: 0;
    left: 26.015625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner .content .other_img {
    width: 69.6vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner .content .other_img {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner .content .credit ul {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner .content .credit ul li a {
    color: #222;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner .content .credit ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #look_area section .other .inner .content .credit ul li a::after {
    color: #222;
    border: solid 1px #222;
  }
}
@media screen and (min-width: 769px) {
  #look_area section .other .inner .content .credit ul li a::after {
    color: #fff;
    border: solid 1px #fff;
  }
}
#look_area .absolute {
  position: absolute;
}
#look_area .relative {
  position: relative;
}
#look_area .comment p {
  font-feature-settings: "pkna";
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-break: break-all;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #look_area .comment p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #look_area .comment p {
    font-size: 1.09375vw;
  }
}
#look_area .comment .bar {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
}
#look_area .comment .kutouten {
  width: 1em;
  display: inline-block;
  position: relative;
  left: 0.7em;
  top: -0.7em;
}
@media screen and (max-width: 768px) {
  section#look1 .inner::before {
    padding-top: 372.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner::before {
    padding-top: 50.35vw;
  }
}
section#look1 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group::before {
    padding-top: 372.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group::before {
    padding-top: 50.35vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .comment {
    top: 146.6666666667vw;
    left: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .comment {
    top: 2.34375vw;
    left: 51.796875vw;
  }
}
section#look1 .inner .look_wrap .group .comment::first-letter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .look1_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .look1_1 {
    width: 30.46875vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look1 .inner .look_wrap .group .look1_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look1 .inner .look_wrap .group .look1_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .look1_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .look1_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
section#look1 .inner .look_wrap .group .look1_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .look1_1 figure h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .look1_1 figure h2 {
    top: 2.734375vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .look1_2,
  section#look1 .inner .look_wrap .group .look1_3 {
    width: 88vw;
    top: 216.5333333333vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .look1_2,
  section#look1 .inner .look_wrap .group .look1_3 {
    width: 23.4375vw;
    top: 0;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .look1_4 {
    width: 56vw;
    top: 138.4vw;
    left: 44vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .look1_4 {
    width: 16.40625vw;
    top: 31.25vw;
    left: 45.625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look1 .inner .look_wrap .group .credit {
    bottom: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look1 .inner .look_wrap .group .credit {
    top: 33.125vw;
    right: 10.9375vw;
  }
}

section#look2 {
  background-color: #8c3321;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#look2 {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  section#look2 {
    padding: 7.8125vw 0;
  }
}
section#look2 h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#look2 .inner::before {
    padding-top: 358.4853333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner::before {
    padding-top: 64.765625vw;
  }
}
section#look2 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group::before {
    padding-top: 358.4853333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group::before {
    padding-top: 64.765625vw;
  }
}
section#look2 .inner .look_wrap .group .comment {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group .comment {
    top: 144vw;
    left: 71.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group .comment {
    top: 8.28125vw;
    left: 51.796875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group .look2_1,
  section#look2 .inner .look_wrap .group .look2_2 {
    width: 92vw;
    top: 0;
    left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group .look2_1,
  section#look2 .inner .look_wrap .group .look2_2 {
    width: 35.15625vw;
    top: 0;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group .look2_3 {
    width: 80vw;
    top: 221.3333333333vw;
    left: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group .look2_3 {
    width: 25.78125vw;
    top: 12.1875vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group .look2_4 {
    width: 53.3333333333vw;
    top: 136vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group .look2_4 {
    width: 15.625vw;
    top: 43.671875vw;
    left: 51.796875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group .credit {
    width: 88vw;
    top: 333.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group .credit {
    top: 48.4375vw;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look2 .inner .look_wrap .group .credit ul {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section#look2 .inner .look_wrap .group .credit ul {
    width: 25.78125vw;
  }
}
section#look2 .inner .look_wrap .group .credit ul li a {
  color: #fff;
}
section#look2 .inner .look_wrap .group .credit ul li a::after {
  border: solid 1px #fff;
  color: #fff;
}

section#look3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#look3 {
    padding: 26.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  section#look3 {
    padding: 7.8125vw 0;
  }
}
section#look3 h2 {
  color: #222;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#look3 .inner::before {
    padding-top: 359.0426666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner::before {
    padding-top: 64.0625vw;
  }
}
section#look3 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group::before {
    padding-top: 359.0426666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group::before {
    padding-top: 64.0625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .comment {
    bottom: 129.0666666667vw;
    left: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group .comment {
    left: 57.8125vw;
    top: 27.734375vw;
  }
}
section#look3 .inner .look_wrap .group .look3_1,
section#look3 .inner .look_wrap .group .look3_2 {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .look3_1,
  section#look3 .inner .look_wrap .group .look3_2 {
    width: 92vw;
    top: 0;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group .look3_1,
  section#look3 .inner .look_wrap .group .look3_2 {
    width: 39.84375vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look3 .inner .look_wrap .group .look3_1::before,
section#look3 .inner .look_wrap .group .look3_2::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .look3_1::before,
  section#look3 .inner .look_wrap .group .look3_2::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    left: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group .look3_1::before,
  section#look3 .inner .look_wrap .group .look3_2::before {
    width: 30.46875vw;
    height: 40.625vw;
    bottom: -1.25vw;
    left: -1.25vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .look3_3 {
    width: 72vw;
    bottom: 99.4666666667vw;
    right: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group .look3_3 {
    width: 21.09375vw;
    top: 4.84375vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .look3_4 {
    width: 72vw;
    bottom: 0;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group .look3_4 {
    width: 21.09375vw;
    top: 34.921875vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .credit {
    width: 88vw;
    top: 129.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look3 .inner .look_wrap .group .credit {
    top: 56.25vw;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look3 .inner .look_wrap .group .credit ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .inner::before {
    padding-top: 321.352vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner::before {
    padding-top: 64.0625vw;
  }
}
section#look4 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group::before {
    padding-top: 321.352vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group::before {
    padding-top: 64.0625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .comment {
    bottom: 81.8666666667vw;
    left: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .comment {
    top: 6.25vw;
    left: 49.21875vw;
  }
}
section#look4 .inner .look_wrap .group .comment::first-letter {
  text-align: center;
}
section#look4 .inner .look_wrap .group .look4_1,
section#look4 .inner .look_wrap .group .look4_2 {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .look4_1,
  section#look4 .inner .look_wrap .group .look4_2 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .look4_1,
  section#look4 .inner .look_wrap .group .look4_2 {
    width: 30.46875vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look4 .inner .look_wrap .group .look4_1::before,
section#look4 .inner .look_wrap .group .look4_2::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .look4_1::before,
  section#look4 .inner .look_wrap .group .look4_2::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    right: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .look4_1::before,
  section#look4 .inner .look_wrap .group .look4_2::before {
    width: 30.46875vw;
    height: 40.625vw;
    top: 1.25vw;
    right: -1.25vw;
  }
}
section#look4 .inner .look_wrap .group .look4_1 .look4_1_2_wrap,
section#look4 .inner .look_wrap .group .look4_2 .look4_1_2_wrap {
  position: relative;
}
section#look4 .inner .look_wrap .group .look4_1 .look4_1_2_wrap h2,
section#look4 .inner .look_wrap .group .look4_2 .look4_1_2_wrap h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .look4_1 .look4_1_2_wrap h2,
  section#look4 .inner .look_wrap .group .look4_2 .look4_1_2_wrap h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .look4_1 .look4_1_2_wrap h2,
  section#look4 .inner .look_wrap .group .look4_2 .look4_1_2_wrap h2 {
    top: 2.734375vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .look4_3 {
    width: 80vw;
    bottom: 72vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .look4_3 {
    width: 31.25vw;
    top: 0;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .look4_4 {
    width: 45.0666666667vw;
    bottom: 0;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .look4_4 {
    width: 18.75vw;
    top: 40.625vw;
    left: 51.796875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .look4_5 {
    width: 45.0666666667vw;
    bottom: 0;
    right: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .look4_5 {
    width: 18.75vw;
    top: 40.625vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look4 .inner .look_wrap .group .credit {
    top: 129.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look4 .inner .look_wrap .group .credit {
    top: 43.75vw;
    left: 10.9375vw;
  }
}

section#look5 h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
section#look5 .inner {
  background-color: #8c3321;
}
@media screen and (max-width: 768px) {
  section#look5 .inner::before {
    padding-top: 348.8533333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner::before {
    padding-top: 71.09375vw;
  }
}
section#look5 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look5 .inner .look_wrap .group::before {
    padding-top: 348.8533333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner .look_wrap .group::before {
    padding-top: 71.09375vw;
  }
}
section#look5 .inner .look_wrap .group .comment {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#look5 .inner .look_wrap .group .comment {
    top: 8vw;
    right: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner .look_wrap .group .comment {
    top: 3.515625vw;
    right: 3.515625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look5 .inner .look_wrap .group .look5_1_2_wrap {
    top: 29.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner .look_wrap .group .look5_1_2_wrap {
    top: 9.765625vw;
    right: 9.765625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look5 .inner .look_wrap .group .look5_1,
  section#look5 .inner .look_wrap .group .look5_2 {
    width: 80vw;
    margin: 8vw auto;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner .look_wrap .group .look5_1,
  section#look5 .inner .look_wrap .group .look5_2 {
    width: 30.46875vw;
    margin: 2.34375vw auto;
  }
}
@media screen and (max-width: 768px) {
  section#look5 .inner .look_wrap .group .look5_3 {
    width: 100vw;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner .look_wrap .group .look5_3 {
    width: 50vw;
    top: 0;
    left: 0;
  }
}
section#look5 .inner .look_wrap .group .credit {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section#look5 .inner .look_wrap .group .credit ul {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .inner .look_wrap .group .credit ul {
    width: 25.78125vw;
  }
}
section#look5 .inner .look_wrap .group .credit ul li a {
  color: #fff;
}
section#look5 .inner .look_wrap .group .credit ul li a::after {
  border: solid 1px #fff;
  color: #fff;
}
section#look5 .other .inner {
  background: none;
}
@media screen and (max-width: 768px) {
  section#look5 .other .inner .credit ul {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  section#look5 .other .inner .credit ul {
    width: 22.65625vw;
  }
}

@media screen and (max-width: 768px) {
  section#look6 .inner::before {
    padding-top: 270.896vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner::before {
    padding-top: 90.859375vw;
  }
}
section#look6 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group::before {
    padding-top: 270.896vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group::before {
    padding-top: 90.859375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .comment {
    top: 140.8vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .comment {
    top: 19.53125vw;
    left: 16.640625vw;
  }
}
section#look6 .inner .look_wrap .group .comment::first-letter {
  text-align: center;
}
section#look6 .inner .look_wrap .group .comment p {
  /* 横書き用のスタイル例 */
  font-feature-settings: "pkna"; /* IE向け：左から右、上から下 */
  writing-mode: horizontal-tb; /* 横書き用 */ /* 横書きの場合は mixed（既定値） */
  text-orientation: mixed;
  word-break: normal; /* 必要に応じて変更 */
  line-height: 2; /* 行間はそのまま */
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .look6_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .look6_1 {
    width: 39.84375vw;
    top: 0;
    right: 10.9375vw;
  }
}
section#look6 .inner .look_wrap .group .look6_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look6 .inner .look_wrap .group .look6_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .look6_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    bottom: -2.1333333333vw;
    right: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .look6_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    bottom: -1.25vw;
    right: -1.25vw;
  }
}
section#look6 .inner .look_wrap .group .look6_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .look6_1 figure h2 {
    top: 9.3333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .look6_1 figure h2 {
    top: 2.734375vw;
    right: 0;
  }
}
section#look6 .inner .look_wrap .group .look6_2_3_4_wrap {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .look6_2_3_4_wrap {
    width: 100%;
    top: 159.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .look6_2_3_4_wrap {
    width: 71.875vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .look6_2_3_4_wrap .slick_loop_sp_only {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .look6_2_3_4_wrap .slick_loop_sp_only .loop_item {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .credit {
    top: 250.4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .credit {
    bottom: 37.734375vw;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look6 .inner .look_wrap .group .credit ul {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look6 .inner .look_wrap .group .credit ul {
    width: 25vw;
  }
}

@media screen and (max-width: 768px) {
  section#look7 .inner::before {
    padding-top: 358.4vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner::before {
    padding-top: 50.35vw;
  }
}
section#look7 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group::before {
    padding-top: 358.4vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group::before {
    padding-top: 50.35vw;
  }
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .comment {
    top: 149.3333333333vw;
    left: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .comment {
    top: 9.375vw;
    left: 52.34375vw;
  }
}
section#look7 .inner .look_wrap .group .comment::first-letter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .look7_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .look7_1 {
    width: 30.46875vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look7 .inner .look_wrap .group .look7_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look7 .inner .look_wrap .group .look7_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .look7_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .look7_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
section#look7 .inner .look_wrap .group .look7_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .look7_1 figure h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .look7_1 figure h2 {
    top: 2.734375vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .look7_2 {
    width: 88vw;
    top: 216.8vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .look7_2 {
    width: 23.4375vw;
    top: 0;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .look7_3 {
    width: 56vw;
    top: 138.1333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .look7_3 {
    width: 16.40625vw;
    top: 31.25vw;
    left: 45.625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look7 .inner .look_wrap .group .credit {
    top: 338.1333333333vw;
    left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look7 .inner .look_wrap .group .credit {
    top: 33.125vw;
    right: 10.9375vw;
  }
}

section#look8 {
  background-color: #8c3321;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#look8 {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  section#look8 {
    padding: 7.8125vw 0;
  }
}
section#look8 h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#look8 .inner::before {
    padding-top: 342.9493333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner::before {
    padding-top: 58.59375vw;
  }
}
section#look8 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look8 .inner .look_wrap .group::before {
    padding-top: 342.9493333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .look_wrap .group::before {
    padding-top: 58.59375vw;
  }
}
section#look8 .inner .comment {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#look8 .inner .comment {
    top: 152vw;
    left: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .comment {
    top: 10.9375vw;
    left: 53.515625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look8 .inner .look8_1,
  section#look8 .inner .look8_2 {
    width: 92vw;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .look8_1,
  section#look8 .inner .look8_2 {
    width: 35.15625vw;
    top: 0;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look8 .inner .look8_3 {
    width: 72vw;
    top: 221.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .look8_3 {
    width: 25.78125vw;
    top: 6.015625vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look8 .inner .look8_4 {
    width: 53.3333333333vw;
    top: 138.1333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .look8_4 {
    width: 15.625vw;
    top: 37.5vw;
    left: 51.796875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look8 .inner .credit {
    top: 322.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .credit {
    top: 48.4375vw;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look8 .inner .credit ul {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  section#look8 .inner .credit ul {
    width: 25.78125vw;
  }
}
section#look8 .inner .credit ul li a {
  color: #fff;
}
section#look8 .inner .credit ul li a::after {
  border: solid 1px #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section#look9 {
    padding: 26.6666666667vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 {
    padding: 7.8125vw 0;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look9 .inner::before {
    padding-top: 359.8933333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner::before {
    padding-top: 63.046875vw;
  }
}
section#look9 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group::before {
    padding-top: 359.8933333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group::before {
    padding-top: 63.046875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .comment {
    bottom: 64vw;
    left: 83.2vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .comment {
    left: 57.8125vw;
    top: 23.4375vw;
  }
}
section#look9 .inner .look_wrap .group .look9_1,
section#look9 .inner .look_wrap .group .look9_2 {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .look9_1,
  section#look9 .inner .look_wrap .group .look9_2 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .look9_1,
  section#look9 .inner .look_wrap .group .look9_2 {
    width: 39.84375vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look9 .inner .look_wrap .group .look9_1::before,
section#look9 .inner .look_wrap .group .look9_2::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .look9_1::before,
  section#look9 .inner .look_wrap .group .look9_2::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    right: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .look9_1::before,
  section#look9 .inner .look_wrap .group .look9_2::before {
    width: 30.46875vw;
    height: 40.625vw;
    bottom: -1.25vw;
    left: -1.25vw;
  }
}
section#look9 .inner .look_wrap .group .look9_1 .look9_1_2_wrap,
section#look9 .inner .look_wrap .group .look9_2 .look9_1_2_wrap {
  position: relative;
}
section#look9 .inner .look_wrap .group .look9_1 .look9_1_2_wrap h2,
section#look9 .inner .look_wrap .group .look9_2 .look9_1_2_wrap h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .look9_1 .look9_1_2_wrap h2,
  section#look9 .inner .look_wrap .group .look9_2 .look9_1_2_wrap h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .look9_1 .look9_1_2_wrap h2,
  section#look9 .inner .look_wrap .group .look9_2 .look9_1_2_wrap h2 {
    top: 2.734375vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .look9_3 {
    width: 72vw;
    bottom: 100vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .look9_3 {
    width: 21.09375vw;
    top: 4.84375vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .look9_4 {
    width: 72vw;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .look9_4 {
    width: 21.09375vw;
    top: 34.921875vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look9 .inner .look_wrap .group .credit {
    top: 130.1333333333vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look9 .inner .look_wrap .group .credit {
    top: 56.25vw;
    left: 10.9375vw;
  }
}

@media screen and (max-width: 768px) {
  section#look10 .inner::before {
    padding-top: 343.8213333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner::before {
    padding-top: 63.046875vw;
  }
}
section#look10 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group::before {
    padding-top: 343.8213333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group::before {
    padding-top: 64.0625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .comment {
    bottom: 94.6666666667vw;
    left: 8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .comment {
    top: 6.25vw;
    left: 49.21875vw;
  }
}
section#look10 .inner .look_wrap .group .comment::first-letter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .look10_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .look10_1 {
    width: 30.46875vw;
    top: 8.671875vw;
    left: 10.9375vw;
  }
}
section#look10 .inner .look_wrap .group .look10_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look10 .inner .look_wrap .group .look10_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .look10_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .look10_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
section#look10 .inner .look_wrap .group .look10_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .look10_1 figure h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .look10_1 figure h2 {
    top: 2.734375vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .look10_2 {
    width: 80vw;
    bottom: 73.3333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .look10_2 {
    width: 25vw;
    top: 0;
    right: 17.1875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .look10_3 {
    width: 45.0666666667vw;
    bottom: 0;
    left: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .look10_3 {
    width: 18.75vw;
    bottom: 0;
    left: 51.5625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .look10_4 {
    width: 45.0666666667vw;
    bottom: 0;
    right: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .look10_4 {
    width: 18.75vw;
    bottom: 0;
    left: 70.3125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look10 .inner .look_wrap .group .credit {
    top: 129.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look10 .inner .look_wrap .group .credit {
    bottom: 3.90625vw;
    left: 10.9375vw;
  }
}

section#look11 {
  background-color: #8c3321;
}
@media screen and (max-width: 768px) {
  section#look11 {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  section#look11 {
    padding: 7.8125vw 0;
  }
}
section#look11 h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#look11 .inner::before {
    padding-top: 332.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner::before {
    padding-top: 64.53125vw;
  }
}
section#look11 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group::before {
    padding-top: 332.8vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group::before {
    padding-top: 64.765625vw;
  }
}
section#look11 .inner .look_wrap .group .comment {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .comment {
    top: 168.5333333333vw;
    left: 16vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .comment {
    top: 10.9375vw;
    left: 51.953125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .look11_1 {
    width: 92vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .look11_1 {
    width: 30.46875vw;
    top: 0;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .look11_2 {
    width: 48vw;
    top: 136vw;
    right: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .look11_2 {
    width: 17.1875vw;
    top: 0;
    right: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .look11_3 {
    width: 40vw;
    top: 203.4666666667vw;
    right: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .look11_3 {
    width: 15.625vw;
    top: 24.375vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .look11_4 {
    width: 53.3333333333vw;
    top: 232.5333333333vw;
    left: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .look11_4 {
    width: 21.875vw;
    bottom: 0;
    right: 27.734375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .credit {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .credit {
    top: 43.28125vw;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look11 .inner .look_wrap .group .credit ul {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  section#look11 .inner .look_wrap .group .credit ul {
    width: 25.78125vw;
  }
}
section#look11 .inner .look_wrap .group .credit ul li a {
  color: #fff;
}
section#look11 .inner .look_wrap .group .credit ul li a::after {
  border: solid 1px #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section#look12 .inner::before {
    padding-top: 271.0346666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner::before {
    padding-top: 90.859375vw;
  }
}
section#look12 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group::before {
    padding-top: 271.0346666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group::before {
    padding-top: 90.859375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group .comment {
    top: 140.8vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .comment {
    top: 19.53125vw;
    left: 16.640625vw;
  }
}
section#look12 .inner .look_wrap .group .comment::first-letter {
  text-align: center;
}
section#look12 .inner .look_wrap .group .comment p {
  /* 横書き用のスタイル例 */
  font-feature-settings: "pkna"; /* IE向け：左から右、上から下 */
  writing-mode: horizontal-tb; /* 横書き用 */ /* 横書きの場合は mixed（既定値） */
  text-orientation: mixed;
  word-break: normal; /* 必要に応じて変更 */
  line-height: 2; /* 行間はそのまま */
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group .look12_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .look12_1 {
    width: 39.84375vw;
    top: 0;
    right: 10.9375vw;
  }
}
section#look12 .inner .look_wrap .group .look12_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look12 .inner .look_wrap .group .look12_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group .look12_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    bottom: -2.1333333333vw;
    right: -2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .look12_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    bottom: -1.25vw;
    right: -1.25vw;
  }
}
section#look12 .inner .look_wrap .group .look12_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group .look12_1 figure h2 {
    top: 9.3333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .look12_1 figure h2 {
    top: 2.734375vw;
    right: 0;
  }
}
section#look12 .inner .look_wrap .group .look12_2_3_4_wrap {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group .look12_2_3_4_wrap {
    width: 100%;
    top: 160vw;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .look12_2_3_4_wrap {
    width: 71.875vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .look12_2_3_4_wrap .slick_loop_sp_only {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 0.78125vw;
         column-gap: 0.78125vw;
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .look12_2_3_4_wrap .slick_loop_sp_only .loop_item {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look12 .inner .look_wrap .group .credit {
    top: 250.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look12 .inner .look_wrap .group .credit {
    bottom: 37.734375vw;
    left: 10.9375vw;
  }
}

@media screen and (max-width: 768px) {
  section#look13 .inner::before {
    padding-top: 394.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner::before {
    padding-top: 55.703125vw;
  }
}
section#look13 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look13 .inner .look_wrap .group::before {
    padding-top: 394.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .look_wrap .group::before {
    padding-top: 55.703125vw;
  }
}
@media screen and (max-width: 768px) {
  section#look13 .inner .comment {
    top: 151.4666666667vw;
    left: 16vw;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .comment {
    top: 7.8125vw;
    left: 51.796875vw;
  }
}
section#look13 .inner .comment::first-letter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section#look13 .inner .look13_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .look13_1 {
    width: 30.46875vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look13 .inner .look13_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look13 .inner .look13_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look13 .inner .look13_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .look13_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
section#look13 .inner .look13_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look13 .inner .look13_1 figure h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .look13_1 figure h2 {
    top: 2.734375vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look13 .inner .look13_2,
  section#look13 .inner .look13_3 {
    width: 88vw;
    top: 234.1333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .look13_2,
  section#look13 .inner .look13_3 {
    width: 23.4375vw;
    top: 0;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look13 .inner .look13_4 {
    width: 56vw;
    top: 138.1333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .look13_4 {
    width: 16.40625vw;
    top: 31.25vw;
    left: 45.625vw;
  }
}
@media screen and (max-width: 768px) {
  section#look13 .inner .credit {
    bottom: 0;
    right: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look13 .inner .credit {
    top: 37.03125vw;
    right: 10.9375vw;
  }
}

section#look14 {
  background-color: #8c3321;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#look14 {
    padding: 26.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  section#look14 {
    padding: 7.8125vw 0;
  }
}
section#look14 h2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section#look14 h2 {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look14 h2 {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  section#look14 .inner::before {
    padding-top: 363.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner::before {
    padding-top: 58.59375vw;
  }
}
section#look14 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group::before {
    padding-top: 363.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group::before {
    padding-top: 58.59375vw;
  }
}
section#look14 .inner .look_wrap .group .comment {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group .comment {
    top: 157.3333333333vw;
    left: 70.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group .comment {
    top: 8.59375vw;
    left: 52.34375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group .look14_1,
  section#look14 .inner .look_wrap .group .look14_2 {
    width: 92vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group .look14_1,
  section#look14 .inner .look_wrap .group .look14_2 {
    width: 35.15625vw;
    top: 0;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group .look14_3 {
    width: 80vw;
    top: 231.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group .look14_3 {
    width: 25.78125vw;
    top: 6.015625vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group .look14_4 {
    width: 53.3333333333vw;
    top: 146.1333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group .look14_4 {
    width: 15.625vw;
    bottom: 0;
    right: 34.921875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group .credit {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group .credit {
    top: 51.953125vw;
    left: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look14 .inner .look_wrap .group .credit ul {
    width: 88vw;
  }
}
@media screen and (min-width: 769px) {
  section#look14 .inner .look_wrap .group .credit ul {
    width: 25.78125vw;
  }
}
section#look14 .inner .look_wrap .group .credit ul li a {
  color: #fff;
}
section#look14 .inner .look_wrap .group .credit ul li a::after {
  border: solid 1px #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section#look15 {
    padding: 26.6666666667vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  section#look15 {
    padding: 7.8125vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  section#look15 .inner::before {
    padding-top: 359.8133333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner::before {
    padding-top: 63.046875vw;
  }
}
section#look15 .inner .look_wrap .group::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  section#look15 .inner .look_wrap .group::before {
    padding-top: 359.8133333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .look_wrap .group::before {
    padding-top: 63.046875vw;
  }
}
@media screen and (max-width: 768px) {
  section#look15 .inner .comment {
    bottom: 53.3333333333vw;
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .comment {
    left: 57.265625vw;
    top: 14.609375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look15 .inner .look15_1 {
    width: 92vw;
    top: 0;
    left: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .look15_1 {
    width: 39.84375vw;
    top: 0;
    left: 10.9375vw;
  }
}
section#look15 .inner .look15_1 figure {
  position: relative;
  display: block;
  z-index: 1;
}
section#look15 .inner .look15_1 figure::before {
  content: "";
  background-color: #8c3321;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section#look15 .inner .look15_1 figure::before {
    width: 92vw;
    height: 122.6666666667vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .look15_1 figure::before {
    width: 30.46875vw;
    height: 40.625vw;
    top: 1.25vw;
    left: 1.25vw;
  }
}
section#look15 .inner .look15_1 figure h2 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#look15 .inner .look15_1 figure h2 {
    top: 9.3333333333vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .look15_1 figure h2 {
    top: 3.515625vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section#look15 .inner .look15_2 {
    width: 72vw;
    top: 163.7333333333vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .look15_2 {
    width: 21.09375vw;
    top: 4.84375vw;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look15 .inner .look15_3 {
    width: 72vw;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .look15_3 {
    width: 21.09375vw;
    bottom: 0;
    right: 10.9375vw;
  }
}
@media screen and (max-width: 768px) {
  section#look15 .inner .credit {
    top: 129.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  section#look15 .inner .credit {
    top: 56.25vw;
    left: 10.9375vw;
  }
}

.staff {
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff {
    margin: 32vw auto;
  }
}
@media screen and (min-width: 769px) {
  .staff {
    margin: 9.375vw auto;
  }
}
@media screen and (max-width: 768px) {
  .staff p {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .staff p {
    font-size: 1.09375vw;
    margin-bottom: 1.171875vw;
  }
}
.staff ul li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .staff ul li {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .staff ul li {
    font-size: 0.9375vw;
  }
}

.ending {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ending {
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .ending {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .all_btn,
  .btn {
    margin: 32vw auto;
  }
}
@media screen and (min-width: 769px) {
  .all_btn,
  .btn {
    margin: 9.375vw auto;
  }
}

.all_btn a,
.btn a {
  position: relative;
  display: block;
  border: solid 1px #111;
  color: #111;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .all_btn a,
  .btn a {
    width: 74.6666666667vw;
    height: 14.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .all_btn a,
  .btn a {
    width: 21.4285714286vw;
    height: 4.2857142857vw;
    font-size: 1.2857142857vw;
  }
}

.all_btn:hover,
.btn:hover {
  opacity: 0.4;
}

/* LEEEP */
@media screen and (max-width: 768px) {
  .movie {
    width: 100vw;
    margin: 5.3333333333vw auto 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .movie {
    width: 46.4285714286vw;
    margin: 2.1428571429vw auto 4.2857142857vw;
  }
}
.movie .movie_video {
  max-width: 100%;
  height: auto;
}

/* メニューのデザイン */
.nav_content {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; /* 画面内に常に存在させる */
  z-index: 99;
  background: #fff;
  /* ふわっと表示のための初期状態 */
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease-in-out, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav_content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.nav_content .inner .list {
  margin: 0 auto;
}
.nav_content .inner .list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list ul {
    width: 80vw;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .list ul {
    width: 65.234375vw;
    -moz-column-gap: 0.390625vw;
         column-gap: 0.390625vw;
    row-gap: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list ul li {
    width: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .list ul li {
    width: 11.71875vw;
  }
}
.nav_content .inner .list ul li p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list ul li p {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .list ul li p {
    font-size: 0.9375vw;
    margin-top: 0.625vw;
  }
}

#hamburger_menu {
  /* ここから下がハンバーガーメニューに関するCSS */
  /* チェックボックスを非表示にする */
  /* ハンバーガーアイコンの設置スペース */
  /*このクラスが付与されると表示する*/
  /* ハンバーガーメニューのアイコン */
  /* 三本線の一番上の棒の位置調整 */
  /* 三本線の一番下の棒の位置調整 */
  /* アイコンがクリックされたら真ん中の線を透明にする */
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  /* ハンバーガーメニューが開いたときのスタイル */
}
#hamburger_menu .drawer_hidden {
  display: none;
}
#hamburger_menu .wrap_open {
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .wrap_open {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .wrap_open {
    top: 1.5625vw;
    right: 2.34375vw;
  }
}
#hamburger_menu .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .drawer_open {
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (min-width: 769px) {
  #hamburger_menu .drawer_open {
    width: 3.515625vw;
    height: 3.515625vw;
  }
}
#hamburger_menu .active_menu {
  opacity: 1;
  visibility: visible;
}
#hamburger_menu .drawer_open span,
#hamburger_menu .drawer_open span:before,
#hamburger_menu .drawer_open span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background: #222;
  transition: 0.5s;
  position: absolute;
  right: 0;
}
#hamburger_menu .drawer_open span:before {
  bottom: 8px;
  width: 35px;
}
#hamburger_menu .drawer_open span:after {
  top: 8px;
  width: 20px;
}
#hamburger_menu #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#hamburger_menu #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  width: 35px;
}
#hamburger_menu #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 35px;
}
#hamburger_menu #drawer_input:checked ~ .nav_content {
  opacity: 1;
  transform: scale(1); /* ふわっと拡大表示 */
  pointer-events: auto; /* メニューを開いたらクリックできるように */
}

/* 初期状態（ぼかし + 非表示） */
.target_blur {
  opacity: 0;
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur {
  opacity: 1;
  animation: imageBlur 1.5s ease-out both;
}

/* ぼかし + フェードインのアニメーション */
@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/* 初期状態（右にズレていて + ぼかし + 非表示） */
.target_blur_right {
  opacity: 0;
  transform: translateX(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRightBlur 1.5s ease-out both;
}

/* 右からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInRightBlur {
  from {
    opacity: 0;
    transform: translateX(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（左にズレていて + ぼかし + 非表示） */
.target_blur_left {
  opacity: 0;
  transform: translateX(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_left {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeftBlur 1.5s ease-out both;
}

/* 左からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInLeftBlur {
  from {
    opacity: 0;
    transform: translateX(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（下にズレていて + ぼかし + 非表示） */
.target_blur_up {
  opacity: 0;
  transform: translateY(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpBlur 1.5s ease-out both;
}

/* 下からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInUpBlur {
  from {
    opacity: 0;
    transform: translateY(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/* 初期状態（上にズレていて + ぼかし + 非表示） */
.target_blur_down {
  opacity: 0;
  transform: translateY(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_down {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInDownBlur 1.5s ease-out both;
}

/* 上からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInDownBlur {
  from {
    opacity: 0;
    transform: translateY(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay15.fadeIn {
  transition-delay: 1.5s;
}

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  左から
  ===========*/
/* 最初は clip-path で完全に見えない */
.clip_left img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* スクロールで表示されたらアニメーション開始 */
.clip_left.start img {
  animation: anime_left_to_right 1s ease forwards;
}

/* 左から右へ */
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  右から
  ===========*/
.clip_right img {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip_right.start img {
  animation: anime_right_to_left 1s ease forwards;
}

/* 右から左へ */
@keyframes anime_right_to_left {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  上から
  ===========*/
.clip_top img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.clip_top.start img {
  animation: anime_top_to_bottom 1s ease forwards;
}

@keyframes anime_top_to_bottom {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  下から
  ===========*/
.clip_bottom img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_bottom.start img {
  animation: anime_bottom_to_top 1s ease forwards;
}

@keyframes anime_bottom_to_top {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.slick_loop {
  position: relative;
  margin: 0 auto; /* 中央配置 */
  overflow: hidden; /* はみ出しを防ぐ */
}
@media screen and (max-width: 768px) {
  .slick_loop {
    width: 122.6666666667vw; /* SP時は4枚分（115px × 4） */
  }
}
@media screen and (min-width: 769px) {
  .slick_loop {
    min-width: 100vw; /* PC時は8枚分（160px × 8） */
  }
}

.slick_loop .loop_item {
  display: flex;
  justify-content: center; /* 画像を中央寄せ */
  align-items: center;
}
.slick_loop .loop_item img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto; /* 縦横比を維持 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像を適切にトリミング */
}
@media screen and (max-width: 768px) {
  .slick_loop .loop_item img {
    max-width: 30.6666666667vw; /* SP時の1枚のスライド幅 */
  }
}
@media screen and (min-width: 769px) {
  .slick_loop .loop_item img {
    max-width: 12.5vw; /* PC時のスライド幅 */
  }
}

.slick_loop_sp_only {
  position: relative;
  margin: 0 auto; /* 中央配置 */
  overflow: hidden; /* はみ出しを防ぐ */
}
@media screen and (max-width: 768px) {
  .slick_loop_sp_only {
    max-width: 194.6666666667vw; /* SP時の最大幅 */
  }
}

.slick_loop_sp_only .loop_item {
  display: flex;
  justify-content: center; /* 画像を中央寄せ */
  align-items: center;
}
.slick_loop_sp_only .loop_item img {
  width: 100%; /* 親要素の幅に合わせる */
  height: auto; /* 縦横比を維持 */
  -o-object-fit: cover;
     object-fit: cover; /* 画像を適切にトリミング */
}
@media screen and (max-width: 768px) {
  .slick_loop_sp_only .loop_item img {
    max-width: 64vw; /* SP時の1枚のスライド幅 */
    margin: 0 0.6666666667vw;
  }
}

.slick-list {
  padding: 0 !important; /* 余計なパディングをなくす */
}

.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  z-index: 100;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .scroll-nav {
    left: 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  .scroll-nav li {
    margin: 1.5625vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.scroll-nav li.ttl span {
  position: relative;
  top: -0.2em;
}
@media screen and (min-width: 769px) {
  .scroll-nav li.first {
    margin: 3.125vw 0 1.5625vw;
  }
}

.scroll-dot {
  display: block;
  margin: 0;
}

.scroll-dot.active::before {
  /* アクティブ時の色 */
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  border: #222 solid 1px;
}
@media screen and (min-width: 769px) {
  .scroll-dot.active::before {
    width: 1.953125vw;
    height: 1.953125vw;
    top: -0.546875vw;
    left: -0.546875vw;
  }
}/*# sourceMappingURL=style.css.map */