@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@500;800;900&family=Roboto:wght@500;700;800&display=swap');
.sw26aw {
  font-family: '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  letter-spacing: .04em;
  color: #28313A;
  background-color: #F9F1E2;
}
.sw26aw-inner {
  padding: 0 20px;
  box-sizing: content-box;
}
.sw26aw h1,.sw26aw h2,.sw26aw h3,.sw26aw h4 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.sw26aw picture {
  display: block;
}
.sw26aw img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.sw26aw sup {
  position: relative;
  top: -1px;
}
.sw26aw .ff-nunito {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: none;
  font-weight: 800;
  font-style: normal;
  /* font-variation-settings: "wdth" 100, "YTLC" 500; */
}
.sw26aw .ff-robot {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: none;
  font-weight: 500;
  font-style: normal;
  /* font-variation-settings: "wdth" 100; */
}

.sw26aw-txt {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
.sw26aw-note {
  margin-left: 1em;
  font-size: 12px;
  line-height: 2;
  text-indent: -1em;
}
.sw26aw-note + .sw26aw-note {
  margin-top: 8px;
}
.sw26aw .sw26aw-look-buy {
  padding-bottom: 1px;
  width: fit-content;
  min-width: 38px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #28313A;
}
@media screen and (max-width: 768px) {
  .pane-footer {
    margin-top: 0;
  }
  .sw26aw-fv,
  .sw26aw-intro,
  .sw26aw-look-head,
  .sw26aw-look-middle-main,
  .sw26aw-look-foot,
  .sw26aw-gallery,
  .sw26aw-lineup {
    overflow-x: clip;
  }
}
@media screen and (min-width: 769px) {
  .sw26aw sup {
    top: -5px;
  }
  .wrapper:has(.sw26aw-nav) {
    overflow: visible;
  }
  .sw26aw {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sw26aw-mainContents {
    grid-column: 1;
    grid-row: 2;
    overflow-x: hidden;
  }
  .sw26aw-inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .sw26aw img {
    width: initial;
  }
  .sw26aw-note {
    font-size: 16px;
    line-height: calc(36/16);
  }
  .sw26aw-note + .sw26aw-note {
    margin-top: 0;
  }
  .sw26aw .sw26aw-look-buy {
    min-width: 74px;
    min-height: 32px;
    font-size: 16px;
    border: 1px solid #28313A;
    transition: .3s ease;
  }
  .sw26aw-look-buy:hover {
    text-decoration: none;
    color: #28313A;
    background-color: #fff;
  }
}

/* -------------------------------
  Animation
  ------------------------------- */
.is-fadeIn {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.fade-img {
  opacity: 0;
  transform: scale(0.7);
}
.is-fadeIn.fade-img {
  animation-name: fadeUpAnime;
}
.fade-text {
  opacity: 0;
  translate: 50px 0;
}
.is-fadeIn.fade-text {
  animation-name: fadeSlideAnime;
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
}
.is-fadeIn.fade-up {
  animation-name: fadeUpText;
}
.delay-02 {
  animation-delay: 0.2s;
}
.delay-04 {
  animation-delay: 0.4s;
}
.delay-06 {
  animation-delay: 0.6s;
}
.delay-08 {
  animation-delay: 0.8s;
}
.delay-10 {
  animation-delay: 1s;
}
@keyframes fadeUpAnime {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeSlideAnime {
  from {
    opacity: 0;
    translate: 50px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeUpText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* JS switch
=============================== */
.js-img-switch img {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.js-img-switch.is-animating img {
  opacity: 0;
}

/* -------------------------------
  First View
  ------------------------------- */
.sw26aw-fv {
  position: relative;
}
.sw26aw-fv-img {
  width: 100%;
  height: calc(520 / 390 * 100vw);
}
.sw26aw-fv-hdg {
  position: absolute;
  left: 20px;
  bottom: 24px;
  z-index: 1;
  padding: 0 20px;
  font-size: 43px;
  line-height: calc(48/43);
  letter-spacing: normal;
  color: #fff;
}
.sw26aw-fv-hdg ._sub {
  margin-bottom: 16px;
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
}
@media screen and (min-width: 769px) {
  .sw26aw-fv {
    grid-column: 1;
    grid-row: 1;
  }
  .sw26aw-fv-img {
    margin: 0 auto;
    /* max-width: 1920px; */
    /* height: min(calc(983 / 1920 * 100vw), 983px); */
    height: calc(983 / 1920 * 100vw);
  }
  .sw26aw-fv-hdg {
    top: 50%;
    left: calc(70 / 1920 * 100vw);
    bottom: auto;
    font-size: min(calc(131 / 1920 * 100vw), 131px);
    line-height: calc(150/131);
    letter-spacing: .02em;
    transform: translateY(-50%);
  }
  .sw26aw-fv-hdg ._sub {
    margin-bottom: 34px;
    font-size: min(calc(49 / 1920 * 100vw), 49px);
  }
}

/* -------------------------------
  Nav
  ------------------------------- */
@media screen and (max-width: 768px) {
  .sw26aw-nav {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sw26aw-nav {
    grid-column: 1;
    grid-row: 1 / 3;
    justify-self: end;
    align-self: start;

    position: sticky;
    top: 0;
    right: 0;
    z-index: 10;
    margin-left: auto;
    width: min(calc(180 / 1920 * 100vw), 180px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(249, 241, 226, 0.6);
  }
  .sw26aw-nav-hdg {
    font-size: 36px;
    line-height: calc(40/36);
    letter-spacing: normal;
    text-align: center;
  }
  .sw26aw-nav-list {
    margin-top: 132px;
    text-align: center;
    position: relative;
  }
  .sw26aw-nav-list::before {
    position: absolute;
    content: "";
    top: -92px;
    left: 50%;
    z-index: 0;
    width: 1px;
    height: 52px;
    transform: translateX(-50%);
    background-color: #28313A;
  }
  .sw26aw-nav-item + .sw26aw-nav-item {
    margin-top: 40px;
  }
  .sw26aw-nav-link {
    font-size: 22px;
    line-height: calc(32/22);
    letter-spacing: normal;
    color: #28313A;
  }
}

/* -------------------------------
  Main
  ------------------------------- */
/* INTRO
=============================== */
.sw26aw-intro {
  padding: 60px 0 50px;
}
.sw26aw-intro-hdg {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .12em;
}
.sw26aw-txt._intro {
  margin-top: 24px;
}
.sw26aw-txt._intro + .sw26aw-txt._intro {
  margin-top: 2em;
}
.sw26aw-intro-img {
  margin: 60px -20px 0;
  display: flex;
  gap: 4px;
}
.sw26aw-intro-pic {
  height: calc(280 / 390 * 100vw);
}
.sw26aw-intro-pic img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .sw26aw-intro {
    padding: 240px 0 120px;
  }
  .sw26aw-intro .sw26aw-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: min(calc(80 / 1920 * 100vw), 80px);
    max-width: 1560px;
  }
  .sw26aw-intro-main {
    flex: 1;
    min-width: min(calc(492 / 1920 * 100vw), 492px);
  }
  .sw26aw-intro-hdg {
    font-size: min(calc(40 / 1920 * 100vw), 40px);
  }
  .sw26aw-txt._intro {
    margin-top: 60px;
  }
  .sw26aw-intro-img {
    margin: 0;
    width: calc(988 / 1920 * 100vw);
  }
  .sw26aw-intro-pic {
    height: calc(620 / 1920 * 100vw);
  }
}

/* LOOK
=============================== */
.sw26aw-look {
  padding: 50px 0;
}
.sw26aw-look._look3 {
  padding-bottom: 20px;
}

/* head */
.sw26aw-look-head {
  margin: 0 -20px;
  padding: 0 20px;
}
.sw26aw-look-hdg {
  text-align: center;
}
.sw26aw .sw26aw-look-hdg-num {
  display: block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
}
.sw26aw .sw26aw-look-hdg-num b {
  display: block;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.sw26aw-look-hdg-name {
  margin-top: 20px;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.sw26aw-look-mv {
  margin: 20px -20px 0;
  width: 100vw;
  height: calc(390 / 390 * 100vw);
}
.sw26aw-look-head-detail {
  margin-top: 40px;
}
.sw26aw-look-info {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.sw26aw-look-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 12px;
  font-weight: bold;
}
.sw26aw .sw26aw-look-price ._num {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 24px;
  line-height: 1;
}
.sw26aw .sw26aw-look-price ._num b {
  font-size: 12px;
  font-weight: bold;
}
.sw26aw-look-buy._head {
  min-width: 58px;
  min-height: 24px;
}
@media screen and (min-width: 769px) {
  .sw26aw-look {
    padding: 160px 0;
  }
  .sw26aw-look._look1 {
    padding-top: 120px;
  }
  .sw26aw-look._look3 {
    padding-bottom: 160px;
  }
  .sw26aw-look .sw26aw-inner {
    padding: 0;
    max-width: initial;
  }
  .sw26aw-look-head-fv {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: min(calc(80 / 1920 * 100vw), 80px);
  }
  ._look2 .sw26aw-look-head-fv {
    flex-direction: row-reverse;
  }
  .sw26aw-look-head {
    margin: 0;
    padding: 0;
  }
  .sw26aw-look-hdg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: min(calc(60 / 1920 * 100vw), 60px);
  }
  .sw26aw .sw26aw-look-hdg-num {
    font-size: min(calc(44 / 1920 * 100vw), 44px);
  }
  .sw26aw .sw26aw-look-hdg-num b {
    font-size: min(calc(126 / 1920 * 100vw), 126px);
    text-underline-offset: min(calc(40 / 1920 * 100vw), 40px);
  }
  .sw26aw-look-hdg-name {
    margin-top: 0;
    font-size: min(calc(44 / 1920 * 100vw), 44px);
    letter-spacing: .05em;
    writing-mode: vertical-rl;
    text-align: left;
  }
  .sw26aw-look-mv {
    margin: 0;
    width: calc(1320 / 1920 * 100vw);
    height: calc(742 / 1920 * 100vw);
  }
  .sw26aw-look-head-detail {
    margin: 80px auto 0;
    max-width: 1200px;
  }
  .sw26aw-txt._look {
    font-size: 16px;
    line-height: calc(36/16);
  }
  .sw26aw-look-price {
    gap: 5px;
    align-items: flex-end;
    font-size: 14px;
  }
  .sw26aw .sw26aw-look-price ._num {
    font-size: 37px;
  }
  .sw26aw .sw26aw-look-price ._num b {
    padding: 0 5px;
    font-size: 15px;
  }
  .sw26aw-look-buy._head {
    min-width: 74px;
    min-height: 32px;
  }
}

/* middle */
.sw26aw-look-middle {
  margin: 0 -20px;
  padding-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-self: flex-start; 
  position: relative;
  z-index: 0;
}
.sw26aw-look-middle-goods {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  width: 66px;
  position: sticky;
  top: 122px;
  right: 0;
  z-index: 5;
}
.sw26aw-look-middle-goods ._num {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -.02;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.sw26aw-look-middle-goods ._name {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  writing-mode: vertical-rl;
}
.sw26aw-look-buy._middle {
  margin-top: 32px;
}

.sw26aw-look-middle-main {
  width: calc(100% - 66px);
}
.sw26aw-look-middle-top,
.sw26aw-look-middle-bottom {
  display: flex;
  flex-direction: column;
}

.sw26aw-look-middle-bottom {
  margin-top: 60px;
}

.sw26aw-look-middle-color {
  margin: 60px 0 0;
}
.sw26aw-look-color {
  width: calc(324 / 390 * 100vw);
  position: relative;
}
.sw26aw-look-color + .sw26aw-look-color {
  margin-top: 12px;
}
.sw26aw-look-color-detail {
  position: absolute;
  top: calc(28 / 390 * 100vw);
  left: calc(18 / 390 * 100vw);
  z-index: 1;
  color: #fff;
}
.sw26aw-look-color-detail ._ttl {
  font-size: 20px;
}
.sw26aw-look-color-detail ._txt {
  margin-top: 10px;
  width: calc(110 / 390 * 100vw);
  font-size: 12px;
  line-height: calc(25/12);
}
@media screen and (max-width: 768px) {
  .sw26aw-look-images._sp01 {
    order: 1;
  }
  .sw26aw-look-images._sp02 {
    order: 2;
  }
  .sw26aw-look-images._sp03 {
    order: 3;
  }
  .sw26aw-look-images._spGap {
    margin-left: 20px;
  }
  .sw26aw-look-images + .sw26aw-look-images:not(._spMtLarge) {
    margin-top: 4px;
  }
  .sw26aw-look-images._spMtLarge {
    margin-top: 60px;
  }
  .sw26aw-look-images img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sw26aw-look-middle {
    margin: 100px 0 0;
    padding-top: 0;
    display: block;
    position: static;
  }
  .sw26aw-look-middle-goods {
    display: none;
  }

  .sw26aw-look-middle-main {
    width: 100%;
  }
  .sw26aw-look-middle-top,
  .sw26aw-look-middle-bottom {
    flex-direction: row;
    gap: 4px;
  }
  .sw26aw-look-middle-top {
    margin: 0 auto;
    width: calc(1560 / 1920 * 100vw);
  }
  .sw26aw-look._look1 .sw26aw-look-middle-top,
  .sw26aw-look._look3 .sw26aw-look-middle-top {
    flex-direction: row-reverse;
  }
  .sw26aw-look._look1 .sw26aw-look-middle-top .sw26aw-look-images:first-child,
  .sw26aw-look._look3 .sw26aw-look-middle-top .sw26aw-look-images:first-child {
    margin-left: 36px;
  }
  .sw26aw-look._look2 .sw26aw-look-middle-top .sw26aw-look-images:first-child {
    margin-right: 36px;
  }
  .sw26aw-look-middle-top .sw26aw-look-images:not(:first-child) {
    margin-top: 40px;
  }

  .sw26aw-look-middle-bottom {
    margin: 80px 0 0 auto;
    width: calc(1420 / 1920 * 100vw);
  }
  ._look2 .sw26aw-look-middle-bottom {
    margin: 80px 0 0;
    flex-direction: row-reverse;
  }

  .sw26aw-look-middle-color {
    /* margin: 0 0 0 min(-60px, calc(50% - 50vw)); */
    margin-top: 80px;
  }
  .sw26aw-look-colors {
    display: flex;
    gap: 20px;
  }
  .sw26aw-look-color {
    width: calc(860 / 1920 * 100vw);
  }
  .sw26aw-look-color img {
    width: 100%;
  }
  .sw26aw-look-color + .sw26aw-look-color {
    margin-top: 0;
  }
  .sw26aw-look-color-detail {
    top: calc(72 / 1920 * 100vw);
    z-index: 1;
    color: #fff;
  }
  .sw26aw-look-color:nth-child(odd) .sw26aw-look-color-detail {
    left: auto;
    right: calc(60 / 1920 * 100vw);
  }
  .sw26aw-look-color:nth-child(even) .sw26aw-look-color-detail {
    left: calc(60 / 1920 * 100vw);
  }
  .sw26aw-look-color-detail ._ttl {
    font-size: 40px;
  }
  .sw26aw-look-color-detail ._txt {
    margin: 40px auto 0;
    width: fit-content;
    max-width: 232px;
    font-size: 16px;
    line-height: 2;
  }
}

/* foot */
.sw26aw-look-foot {
  margin: 60px -20px 0;
  padding: 0 20px;
}
.sw26aw-look-foot-goods {
  margin: 60px -20px 0;
}
.sw26aw-look-goodsList {
  padding: 0 20px 10px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}
.sw26aw-look-goodsList-item {
  width: min(calc(140 / 390 * 100vw), 40%);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 8px;
}
.sw26aw-look-goodsList-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sw26aw-look-goodsList-ttl ._link {
  font-size: 14px;
  font-weight: bold;
  line-height: calc(18/14);
  color: #000;
}
.sw26aw-look-goodsList-desc {
  margin-top: auto;
  padding-top: 8px;
  line-height: 1;
}
.sw26aw-look-goodsList-desc ._price {
  font-size: 18px;
  color: #000;
}
.sw26aw-look-goodsList-desc ._price b {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.sw26aw-look-goodsList-desc ._tax {
  margin-left: 4px;
  font-family: '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.sw26aw-look-goodsList-desc .sw26aw-look-buy._footGoods {
  margin-top: 4px;
}
.sw26aw-look-goodsList-desc ._info {
  margin-top: 8px;
  display: block;
  min-height: 24px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .sw26aw-look-foot {
    margin: 80px 0 0;
    padding: 0;
  }
  .sw26aw-look-foot-goods {
    /* margin: 80px min(0px, calc(50% - 50vw)) 0 0; */
    margin: 80px 0 0 auto;
    max-width: calc(1560 / 1920 * 100vw);
  }
  .sw26aw-look-goodsList {
    padding: 0 min(calc(180 / 1920 * 100vw), 180px) 15px 20px;
    gap: 20px;
  }
  .sw26aw-look-goodsList-item {
    width: 300px;
    gap: 16px;
  }
  .sw26aw-look-goodsList-detail {
    flex: 1;
  }
  .sw26aw-look-goodsList-ttl ._link {
    font-size: 18px;
    line-height: calc(26/18);
  }
  .sw26aw-look-goodsList-desc {
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 24px;
  }
  .sw26aw-look-goodsList-desc ._price {
    font-size: 32px;
  }
  .sw26aw-look-goodsList-desc ._price b {
    font-size: 14px;
    top: -8px;
  }
  .sw26aw-look-goodsList-desc ._tax {
    font-size: 14px;
  }
  .sw26aw-look-goodsList-desc .sw26aw-look-buy._footGoods {
    margin-top: 0;
  }
  .sw26aw-look-goodsList-desc ._info {
    margin-top: 0;
    width: 100%;
    min-height: initial;
    font-size: 14px;
  }
  .sw26aw-look-goodsList-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: #fff;
  }
  .sw26aw-look-goodsList-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position:relative;
  }
  .sw26aw-look-goodsList-img a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(to right, #28313A, #28313A, rgba(0, 145, 255, 0)) 200% 0 / 200% 3px no-repeat,
      linear-gradient(to bottom, #28313A, #28313A, rgba(0, 145, 255, 0)) 100% 200% / 3px 200% no-repeat,
      linear-gradient(to left, #28313A, #28313A, rgba(0, 145, 255, 0)) -200% 100% / 200% 3px no-repeat,
      linear-gradient(to top, #28313A, #28313A, rgba(0, 145, 255, 0)) 0 -200% / 3px 200% no-repeat;
    transition: background-position 0.4s;
  }
  .sw26aw-look-goodsList-img a:hover::before {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
}

/* GALLERY
=============================== */
.sw26aw-gallery {
  padding: 20px 0 50px;
}
.sw26aw-gallery-mv {
  position: relative;
}
.sw26aw-gallery-hdg {
  font-size: 52px;
  letter-spacing: .02em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
.sw26aw-gallery-mv-img img {
  width: 100%;
}
.sw26aw-gallery-images {
  margin-top: 60px;
}
.sw26aw-gallery-images + .sw26aw-gallery-images {
  margin-top: 0;
}
.sw26aw-gallery-img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sw26aw-gallery-img:not(._spMtLarge):not(._spMtSmall) {
    margin-top: 20px;
  }
  .sw26aw-gallery-img._spMtLarge {
    margin-top: 32px;
  }
  .sw26aw-gallery-img._spMtSmall {
    margin-top: 12px;
  }
  .sw26aw-gallery-img._spLeftOver {
    left: -20px;
  }
  .sw26aw-gallery-img._spLeftOver img {
    margin: 0;
  }
  .sw26aw-gallery-img._spCenterLeft img {
    position: relative;
    left: -10px;
  }
  .sw26aw-gallery-img._spLeftOver._spW100,
  .sw26aw-gallery-img._spRightOver._spW100 {
    width: calc(100% + 20px);
  }
  .sw26aw-gallery-img._spRightOver:not(._spW100) {
    right: -20px;
  }
  .sw26aw-gallery-img._spRight img,
  .sw26aw-gallery-img._spRightOver:not(._spW100) img {
    margin: 0 0 0 auto;
  }
  .sw26aw-gallery-img._spW100 img,
  .sw26aw-gallery-img._spRightOver._spMax100 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sw26aw-gallery {
    padding: 160px 0 80px;
  }
  .sw26aw-gallery .sw26aw-inner {
    max-width: 1560px;
  }
  .sw26aw-gallery-hdg {
    font-size: 92px;
  }
  .sw26aw-gallery-images {
    margin-top: 100px;
    display: flex;
    gap: 40px;
  }
  .sw26aw-gallery-images + .sw26aw-gallery-images._pcMiddle {
    margin-top: 48px;
  }
  .sw26aw-gallery-images + .sw26aw-gallery-images._pcBottom {
    margin-top: 40px;
  }
  .sw26aw-gallery-images._pcTop {
    margin-right: min(calc(102 / 1920 * 100vw), 102px);
    justify-content: flex-end;
  }
  .sw26aw-gallery-images._pcTop .sw26aw-gallery-img:nth-child(2) {
    margin-top: 52px;
  }
  .sw26aw-gallery-images._pcMiddle .sw26aw-gallery-img:nth-child(1) {
    order: 2;
  }
  .sw26aw-gallery-images._pcMiddle .sw26aw-gallery-img:nth-child(2) {
    order: 1;
    margin: -68px 10px 0 0;
  }
  .sw26aw-gallery-images._pcMiddle .sw26aw-gallery-img:nth-child(3) {
    order: 3;
    margin-top: auto;
  }
  .sw26aw-gallery-images._pcBottom {
    margin-right: min(calc(115 / 1920 * 100vw), 115px);
    justify-content: flex-end;
  }
  .sw26aw-gallery-images._pcBottom .sw26aw-gallery-img:nth-child(1) {
    order: 2;
    margin-top: 44px;
  }
  .sw26aw-gallery-images._pcBottom .sw26aw-gallery-img:nth-child(2) {
    order: 1;
  }
  .sw26aw-gallery-images._pcBottom .sw26aw-gallery-img:nth-child(3) {
    order: 3;
    margin-top: 12px;
  }
}

/* LINEUP
=============================== */
.sw26aw-lineup {
  padding: 50px 0 100px;
}
.sw26aw-lineup-hdg {
  font-size: 40px;
  letter-spacing: .02em;
  text-align: center;
}
.sw26aw-lineup-items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.sw26aw-lineup-item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 10px;
  width: calc((100% - 15px) / 2);
}
.sw26aw-lineup-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sw26aw-lineup-ttl ._link {
  display: inline-block;
  min-height: 38px;
  font-size: 13px;
  font-weight: bold;
  color: #28313A;
}
.sw26aw-lineup-desc {
  margin-top: 5px;
  flex: 1;
}
.sw26aw-lineup-desc ._price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 15px;
  color: #000;
}
.sw26aw-lineup-desc ._price b {
  margin-right: 2px;
  font-family: '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  top: -3px;
}
.sw26aw-lineup-desc ._tax {
  font-size: 10px;
}
.sw26aw-look-buy._lineup {
  margin-top: 4px;
}
.sw26aw-lineup-desc ._info {
  font-size: 12px;
}
.sw26aw-lineup-item img {
  width: 100%;
}
.sw26aw-lineup .sw26aw-notes {
  margin-top: 52px;
}
@media screen and (min-width: 769px) {
  .sw26aw-lineup {
    padding: 80px 0 240px;
  }
  .sw26aw-lineup-hdg {
    font-size: 72px;
  }
  .sw26aw-lineup-items {
    margin-top: 80px;
    gap: 50px 10px;
  }
  .sw26aw-lineup-item {
    width: calc((100% - 10px * 3) / 4);
  }
  .sw26aw-lineup-ttl ._link {
    min-height: initial;
    font-size: 20px;
  }
  .sw26aw-lineup-ttl {
    flex: 1;
  }
  .sw26aw-lineup-desc {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 24px;
  }
  .sw26aw-lineup-desc ._price {
    font-size: 24px;
  }
  .sw26aw-lineup-desc ._price b {
    margin-right: 2px;
    font-size: 12px;
    top: -3px;
  }
  .sw26aw-lineup-desc ._tax {
    font-size: 12px;
  }
  .sw26aw-look-buy._lineup {
    margin-top: 0;
  }
  .sw26aw-lineup-desc ._info {
    width: 100%;
    font-size: 14px;
  }
  .sw26aw-lineup-img > a {
    display: block;
    position:relative;
  }
  .sw26aw-lineup-img > a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
      linear-gradient(to right, #28313A, #28313A, rgba(0, 145, 255, 0)) 200% 0 / 200% 3px no-repeat,
      linear-gradient(to bottom, #28313A, #28313A, rgba(0, 145, 255, 0)) 100% 200% / 3px 200% no-repeat,
      linear-gradient(to left, #28313A, #28313A, rgba(0, 145, 255, 0)) -200% 100% / 200% 3px no-repeat,
      linear-gradient(to top, #28313A, #28313A, rgba(0, 145, 255, 0)) 0 -200% / 3px 200% no-repeat;
    transition: background-position 0.4s;
  }
  .sw26aw-lineup-img > a:hover::before {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  .sw26aw-lineup .sw26aw-notes {
    margin-top: 80px;
  }
}

/* -------------------------------
  Visumo
  ------------------------------- */
.sw26aw .hacobune-univideo {
  height: 100%;
}
.sw26aw .hacobune-app-container-no-font {
  padding: 0 !important;
  max-width: unset !important;
  height: 100%;
  width: 100% !important;
  background-color: transparent!important;
}
.sw26aw .hacobune-unit-video {
  margin: 0!important;
  height: 100%;
  width: auto;
}
.sw26aw .hacobune-unit-video-wrap {
  height: 100%;
  /* width: auto!important; */
  width: 100%!important;
  aspect-ratio: 1280 / 720;
}
.sw26aw .hacobune-unit-video-outline {
  display: none;
}
@media screen and (max-width: 768px) {
  .sw26aw .hacobune-unit-video-player,
  .sw26aw .hacobune-video-frame {
    height: 100%;
  }
  .sw26aw .hacobune-video-js.hacobune-vjs-fluid {
    padding: 0;
    height: 100%;
  }
  .sw26aw .hacobune-unit-video-wrap video {
    object-fit: cover;
  }
}

/* -------------------------------
  Utility
  ------------------------------- */
.visually_hidden {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}