@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

body {
  font-family: "Hina Mincho", serif;
  color: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* =============================================
共通バーツ
============================================= */
@media (min-width: 769px) {
  .pcOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
.footer {
  margin-top: 0px !important;
}

.Wrapper {
  overflow: hidden;
}

#fixedBtnWrap {
  display: none;
}
@media screen and (max-width: 768px) {
  #fixedBtnWrap {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
    z-index: 99;
  }
}

#fixedBtnWrap.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .fixedBtn {
    text-align: center;
    padding: 4.5vw 0.33vw 4.6vw 6vw;
    background-color: rgba(43, 43, 43, 0.8);
  }
}

.fixedBtnLink {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .fixedBtnLink:hover {
    opacity: 0.7;
  }
  .fixedBtnLink:hover .descItemBottomBtnArrow {
    width: 54px;
    background: #000;
  }
  .fixedBtnLink:hover .descItemBottomBtnArrow .fixedBtnTxt {
    color: #000;
  }
  .fixedBtnLink:hover .descItemBottomBtnArrow .fixedBtnTxtArrow::before {
    background: #000;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .fixedBtnLink:hover .descItemBottomBtnArrow {
    width: 8.4vw;
  }
}

@media screen and (max-width: 768px) {
  .fixedBtnTxt {
    font-family: "Hina Mincho", serif;
    font-size: 3.73vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.181vw;
  }
}

.fixedBtnTxtArrow {
  position: absolute;
  z-index: 2;
  top: calc(50% + 5px);
  translate: 0 -50%;
  left: calc(100% + 21.4px);
  width: 34px;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (max-width: 768px) {
  .fixedBtnTxtArrow {
    top: calc(50% + 0.66vw);
    left: calc(100% + 2.85vw);
    width: 6.66vw;
    height: 0.13vw;
  }
}
.fixedBtnTxtArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 1px;
  background: #fff;
  rotate: 50deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width: 768px) {
  .fixedBtnTxtArrow::before {
    width: 1.73vw;
    height: 0.13vw;
  }
}

/* =============================================
fv
============================================= */
.fv {
  position: relative;
  padding: 0 0 324px;
  background: url(/s/garrack/feature/shingeki2025_2/images/fv/fv-bg.jpg) no-repeat center top/cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fv {
    padding: 0 0 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 0 0 0;
    height: 398.6vw;
    background: url(/s/garrack/feature/shingeki2025_2/images/fv/fv-bg-sp.jpg) no-repeat center top/cover;
  }
}

.fvLogo {
  position: absolute;
  z-index: 2;
  top: 1.09vw;
  left: 2.29vw;
  width: 126px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvLogo {
    width: 8.75vw;
  }
}
@media screen and (max-width: 768px) {
  .fvLogo {
    top: 3.86vw;
    left: 5.33vw;
    width: 13.3vw;
  }
}
.fvLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvLogo2 {
  position: absolute;
  z-index: 2;
  top: 43.5vw;
  right: 2.65vw;
  width: 33.95vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fvLogo2 {
    top: 150.4vw;
    right: 0;
    width: 63.06vw;
  }
}
.fvLogo2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvTopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fvTopList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fvTopItem {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fvTopItem.second {
    top: -24vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fvTopItem.third {
    top: -45.3vw;
    left: 0;
  }
}

.fvTopItemChara {
  width: 100%;
  height: auto;
}
.fvTopItemChara img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fvTopItemProduct {
  position: absolute;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fvTopItemProduct {
    width: 50vw;
  }
}
.fvTopItemProduct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fvTopItemProduct.first {
  bottom: -0.03vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fvTopItemProduct.first {
    bottom: 11.7vw;
    left: auto;
    right: 0;
  }
}
.fvTopItemProduct.second {
  bottom: 7.05vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fvTopItemProduct.second {
    bottom: -0.3vw;
    left: 0;
    right: 0;
  }
}
.fvTopItemProduct.third {
  bottom: 14.1vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fvTopItemProduct.third {
    bottom: 10.7vw;
    left: auto;
    right: 0;
  }
}

.fvMidTxtWrap {
  margin: -68px auto 0;
  width: 530px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxtWrap {
    margin: -4.72222vw auto 0;
    width: 36.80556vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxtWrap {
    margin: -30vw auto 0;
    width: 63.2vw;
  }
}

.fvMidTxt {
  position: relative;
  font-size: 60px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxt {
    font-size: 4.16667vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxt {
    font-size: 6.93vw;
  }
}
.fvMidTxt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 530px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxt::before {
    width: 36.80556vw;
    height: 0.06944vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxt::before {
    width: 63.2vw;
  }
}
.fvMidTxt .small {
  padding-inline: 23px 17px;
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxt .small {
    padding-inline: 1.6vw 1.18vw;
    font-size: 3.47222vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxt .small {
    padding-inline: 2.93vw 2.13vw;
    font-size: 5.86vw;
  }
}
.fvMidTxt .number {
  width: 142px;
  height: auto;
  padding-inline: 4px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxt .number {
    width: 9.86vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxt .number {
    width: 16.93vw;
  }
}
.fvMidTxt .number2 {
  padding-left: 16px;
  font-size: 50px;
  line-height: 2.24;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxt .number2 {
    padding-left: 1.11vw;
    font-size: 3.47222vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxt .number2 {
    padding-left: 2vw;
    line-height: 2;
    font-size: 5.86vw;
  }
}

.fvMidTxtEn {
  font-family: "Imperial Script", cursive;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 3.6px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvMidTxtEn {
    font-size: 4.16667vw;
    letter-spacing: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .fvMidTxtEn {
    font-size: 6.93vw;
    line-height: 1.5;
    letter-spacing: 0.416vw;
  }
}

.fvBottomWrap {
  position: relative;
  margin: 130px auto 0;
  max-width: 1366px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomWrap {
    margin: 9.02778vw auto 0;
    max-width: 94.86vw;
    -webkit-column-gap: 3.47222vw;
       -moz-column-gap: 3.47222vw;
            column-gap: 3.47222vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomWrap {
    margin: 13.33vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fvBottomVideoWrap {
  position: relative;
  margin: 0 0 0 0;
  width: 960px;
  padding-top: 540px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomVideoWrap {
    width: 66.66667vw;
    padding-top: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomVideoWrap {
    margin: 0 auto 0;
    padding-top: 50.2vw;
    width: 89.2vw;
  }
}
.fvBottomVideoWrap iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fvBottomVideoLink {
  position: absolute;
  display: block;
  z-index: 10;
  top: 0;
  left: 35.1%;
  translate: -50%;
  width: 960px;
  height: 540px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomVideoLink {
    width: 66.66667vw;
    height: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomVideoLink {
    width: 89.26vw;
    height: 50.03vw;
    left: 50.5vw;
  }
}

.fvBottomTit {
  position: relative;
  top: -40px;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: 2.04px;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit {
    top: -2.77vw;
    font-size: 4.16667vw;
    letter-spacing: 0.14167vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit {
    top: 0;
    margin: 9.33vw 0 0;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 8vw;
    line-height: 1.47;
    letter-spacing: normal;
  }
}
.fvBottomTit::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 40%;
  width: 1px;
  height: 443px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit::before {
    top: 2.7vw;
    width: 0.06944vw;
    height: 30.76389vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit::before {
    top: 5vw;
    left: 18vw;
    width: 1px;
    height: 57.46vw;
  }
}
.fvBottomTit .fvBottomTitdeco1 {
  position: relative;
  top: 10px;
  right: -14px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit .fvBottomTitdeco1 {
    top: 0.694vw;
    right: -0.972vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit .fvBottomTitdeco1 {
    top: 1vw;
    right: -2vw;
  }
}
.fvBottomTit .fvBottomTitdeco2 {
  position: relative;
  top: -5px;
  left: -13px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit .fvBottomTitdeco2 {
    top: -0.347vw;
    left: -0.902vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit .fvBottomTitdeco2 {
    top: 0vw;
    left: -2vw;
  }
}
.fvBottomTit .fvBottomTitTo {
  position: relative;
  top: -25.9px;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit .fvBottomTitTo {
    top: -1.64vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit .fvBottomTitTo {
    top: -2vw;
  }
}
.fvBottomTit .fvBottomTit2 {
  position: relative;
  top: 40px;
  left: -3px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit .fvBottomTit2 {
    top: 2.77vw;
    left: -0.208vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit .fvBottomTit2 {
    top: 4.6vw;
    left: -3px;
    font-size: 8.3vw;
  }
}
.fvBottomTit .en {
  display: block;
  margin: 131px 46px 0 0;
  font-size: 34px;
  font-family: "Imperial Script", cursive;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTit .en {
    margin: 9.36111vw 3.19444vw 0 0;
    font-size: 2.36111vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTit .en {
    margin: 23vw 8vw 0 0;
    font-size: 4.53vw;
  }
}

.fvBottomTxt {
  margin: 60px auto 0;
  max-width: 1366px;
  width: 100%;
  font-size: 26px;
  line-height: 2.31;
  letter-spacing: 1.56px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .fvBottomTxt {
    margin: 4.16667vw auto 0;
    max-width: 94.86vw;
    font-size: 1.80556vw;
    letter-spacing: 0.10833vw;
  }
}
@media screen and (max-width: 768px) {
  .fvBottomTxt {
    margin: 9.73vw auto 0;
    padding-inline: 5.33vw;
    font-size: 4.53vw;
    line-height: 2.24;
    letter-spacing: 0.166vw;
  }
}

/* =============================================
about
============================================= */
.about {
  position: relative;
  z-index: 1;
  padding: 232px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about {
    padding: 16.11vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 28.4vw 0 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/about/about-bg@1x.jpg) no-repeat center top/cover;
  max-width: 100%;
  width: 100%;
  height: 1600px;
}
@media screen and (min-width: 1921px) {
  .about::before {
    height: 77vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .about::before {
    height: 111.11111vw;
  }
}
@media screen and (max-width: 768px) {
  .about::before {
    background: url(/s/garrack/feature/shingeki2025_2/images/about/about-bg-sp@1x.jpg) no-repeat center top/cover;
    height: 310.2vw;
  }
}

.aboutWrap {
  position: relative;
}

.aboutTop {
  position: relative;
  margin: 0 auto 0;
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTop {
    max-width: 94.86vw;
  }
}
.aboutTopTit {
  position: absolute;
  z-index: 2;
  top: -90px;
  right: calc(50% - 220px);
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: 2.94px;
  text-align: left;
  color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopTit {
    top: -6.25vw;
    right: 32.77778vw;
    font-size: 4.16667vw;
    letter-spacing: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopTit {
    top: -13vw;
    left: 10.66vw;
    right: auto;
    font-size: 8vw;
    line-height: 1.07;
    letter-spacing: normal;
  }
}
.aboutTopTit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44%;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopTit::before {
    width: 0.06944vw;
  }
}
.aboutTopTit .en {
  display: block;
  margin: 198px 66px 0 0;
  font-size: 34px;
  font-family: "Imperial Script", cursive;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopTit .en {
    margin: 13.75vw 4.58333vw 0 0;
    font-size: 2.36111vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopTit .en {
    margin: 26vw 6vw 0 0;
    font-size: 4.53vw;
    letter-spacing: 0.272vw;
  }
}

.aboutTopImg {
  position: absolute;
  top: 0;
  right: 0;
  height: 598px;
  max-width: 50%;
  max-height: 630px;
}
@media screen and (min-width: 1921px) {
  .aboutTopImg {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopImg {
    height: 41.52vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopImg {
    position: static;
    margin: 0 0 0 auto;
    width: 94.6vw;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.aboutTopImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutTopTxtWrap {
  position: relative;
  top: 100px;
  max-width: 40.372%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopTxtWrap {
    top: 6.94vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopTxtWrap {
    top: 0px;
    max-width: 100%;
    margin: 8vw 0 0;
  }
}

.aboutTopTxt {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 1.76px;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopTxt {
    font-size: 1.52778vw;
    letter-spacing: 0.12222vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopTxt {
    padding-inline: 5.33vw;
    font-size: 4.26vw;
    line-height: 1.94;
    letter-spacing: 0.159vw;
  }
}

.aboutTopTxt:nth-child(n+2) {
  margin: 26px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutTopTxt:nth-child(n+2) {
    margin: 1.80556vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutTopTxt:nth-child(n+2) {
    margin: 6.66vw 0 0;
  }
}

.aboutBottom {
  position: relative;
  z-index: 3;
  margin: 260px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutBottom {
    margin: 18.97vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutBottom {
    margin: 10.66vw 0 0;
  }
}

.aboutBottomVideo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .aboutBottomVideo {
    position: static;
  }
}

.aboutBottomVideoWrap {
  position: relative;
  margin: 0 0 0 0;
  width: 41.59vw;
  padding-top: 23.4vw;
}
@media screen and (max-width: 768px) {
  .aboutBottomVideoWrap {
    width: 89.2vw;
    padding-top: 50.2vw;
  }
}
.aboutBottomVideoWrap iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutBottomImgwrap {
  margin: 0 auto 0;
  max-width: 71.14%;
  width: 100%;
}

.aboutBottomImg {
  margin: 0 0 0 auto;
  padding: 60px 0 0 0;
  max-width: 32.21%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .aboutBottomImg {
    padding: 4.16667vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutBottomImg {
    padding: 8vw 0 0 0;
    width: 58.66vw;
    max-width: 100%;
  }
}
.aboutBottomImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .aboutSpBottomImgwrap {
    position: relative;
    z-index: 3;
    margin: 0 auto 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .aboutSpBottomImg {
    margin: 8vw 0 0 auto;
    width: 58.66vw;
    max-width: 100%;
  }
}
.aboutSpBottomImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
detail
============================================= */
.detail {
  position: relative;
  z-index: 2;
  margin-top: -154px;
  padding: 331px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detail {
    margin-top: -10.69vw;
    padding: 22.99vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .detail {
    margin-top: -11vw;
    padding: 45vw 0 0;
  }
}
.detail::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-bg@1x.png) no-repeat center top/cover;
  -webkit-clip-path: polygon(0 0, 100% 13%, 100% 102%, 0 88%);
          clip-path: polygon(0 0, 100% 13%, 100% 102%, 0 88%);
  max-width: 100%;
  width: 100%;
  height: 2902px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detail::before {
    height: 201.5vw;
  }
}
@media screen and (max-width: 768px) {
  .detail::before {
    background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-bg-sp@1x.png) no-repeat center top/cover;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
            clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
    height: 104%;
  }
}

.detailWrap {
  position: relative;
  margin: 150px auto 0;
  padding: 128px 80px 80px;
  max-width: 1366px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailWrap {
    margin: 10.42vw auto 0;
    padding: 8.89vw 5.56vw 5.56vw;
    max-width: 94.86vw;
  }
}
@media screen and (max-width: 768px) {
  .detailWrap {
    margin: 2vw auto 0;
    max-width: 89.33vw;
    padding: 34.8vw 5.33vw 14.13vw;
  }
}

.detailTopTit {
  position: absolute;
  top: -79px;
  right: 70px;
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: 9.04px;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailTopTit {
    top: -5.49vw;
    right: 4.86vw;
    font-size: 4.17vw;
    letter-spacing: 0.627vw;
  }
}
@media screen and (max-width: 768px) {
  .detailTopTit {
    top: -11vw;
    right: 36vw;
    font-size: 8vw;
    line-height: 1.17;
    letter-spacing: 1.3vw;
  }
}
.detailTopTit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 44%;
  width: 1px;
  height: 97%;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailTopTit::before {
    width: 0.07vw;
  }
}
.detailTopTit .en {
  display: block;
  margin: 100px 66px 0 0;
  font-size: 34px;
  font-family: "Imperial Script", cursive;
  letter-spacing: 2.04px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailTopTit .en {
    margin: 6.96vw 4.58vw 0 0;
    font-size: 2.36vw;
  }
}
@media screen and (max-width: 768px) {
  .detailTopTit .en {
    margin: 13vw 7vw 0 0;
    font-size: 4.53vw;
  }
}

.detailMain {
  position: relative;
}

.detailMainImg {
  margin: 0 auto 0;
  width: 612px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainImg {
    width: 42.5vw;
  }
}
.detailMainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailMainImgLogo {
  position: absolute;
  top: 115px;
  left: 0;
  width: 300px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainImgLogo {
    top: 7.98vw;
    width: 20.83vw;
  }
}
.detailMainImgLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailMainTxtWrap {
  position: absolute;
}
.detailMainTxtWrap.first {
  top: 37px;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.first {
    top: 2.56vw;
  }
}
.detailMainTxtWrap.first::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-line1@1x.png) no-repeat center center/cover;
  width: 499px;
  height: 230px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.first::before {
    top: -0.55vw;
    width: 34.65vw;
    height: 15.97vw;
  }
}
.detailMainTxtWrap.second {
  top: 422px;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.second {
    top: 29.3vw;
  }
}
.detailMainTxtWrap.second::before {
  content: "";
  position: absolute;
  top: -128px;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-line2@1x.png) no-repeat center center/cover;
  width: 451.8px;
  height: 123.6px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.second::before {
    top: -8.88vw;
    width: 31.37vw;
    height: 8.58vw;
  }
}
.detailMainTxtWrap.third {
  width: 300px;
  top: 555px;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.third {
    width: 20.83vw;
    top: 38.54vw;
  }
}
.detailMainTxtWrap.third::before {
  content: "";
  position: absolute;
  top: -177px;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-line3@1x.png) no-repeat center center/cover;
  width: 498px;
  height: 171px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.third::before {
    top: -12.29vw;
    width: 34.58vw;
    height: 11.88vw;
  }
}
.detailMainTxtWrap.four {
  top: 121px;
  right: 114px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.four {
    top: 8.4vw;
    right: 7.92vw;
  }
}
.detailMainTxtWrap.five {
  top: 368px;
  right: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.five {
    top: 25.56vw;
    right: 3.75vw;
  }
}
.detailMainTxtWrap.five::before {
  content: "";
  position: absolute;
  top: 78px;
  right: 217px;
  background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-line4@1x.png) no-repeat center center/cover;
  width: 122px;
  height: 2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.five::before {
    top: 5.42vw;
    right: 15.07vw;
    width: 8.47vw;
    height: 0.14vw;
  }
}
.detailMainTxtWrap.six {
  top: 644px;
  right: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.six {
    top: 44.72vw;
  }
}
.detailMainTxtWrap.six::before {
  content: "";
  position: absolute;
  top: -89px;
  right: 0px;
  background: url(/s/garrack/feature/shingeki2025_2/images/detail/detail-line5@1x.png) no-repeat center center/cover;
  width: 394px;
  height: 85px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.six::before {
    top: -6.18vw;
    width: 27.36vw;
    height: 5.9vw;
  }
}
.detailMainTxtWrap.seven {
  top: 225px;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxtWrap.seven {
    top: 15.62vw;
  }
}

.detailMainTxt {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxt {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
.detailMainTxt.big {
  font-size: 26px;
  line-height: 1.69;
  letter-spacing: 2.08px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainTxt.big {
    font-size: 1.81vw;
    letter-spacing: 0.14vw;
  }
}

.detailMainImgSub {
  margin: 0 0 10px;
  width: 160px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMainImgSub {
    margin: 0 0 0.69vw;
    width: 11.11vw;
  }
}
.detailMainImgSub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailMid {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 49px;
     -moz-column-gap: 49px;
          column-gap: 49px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMid {
    margin: 5.56vw 0 0;
    -webkit-column-gap: 3.4vw;
       -moz-column-gap: 3.4vw;
            column-gap: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .detailMid {
    margin: 13.33vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.detailMidTit {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 2.56px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMidTit {
    font-size: 2.22vw;
    letter-spacing: 0.18vw;
  }
}
@media screen and (max-width: 768px) {
  .detailMidTit {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.319vw;
  }
}

.detailMidTxt {
  margin: 20px 0 30px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMidTxt {
    margin: 1.39vw 0 2.08vw;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .detailMidTxt {
    margin: 4vw 0 4vw;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.159vw;
  }
}

.detailMidImg {
  margin: 30px auto 0;
  max-width: 578px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMidImg {
    margin: 2.08vw auto 0;
    max-width: 40.14vw;
  }
}
.detailMidImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detailMidImg {
    margin: 0 auto 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .detailMidRight {
    margin: 10.66vw auto 0;
  }
}

.detailMidVideoWrap {
  position: relative;
  margin: 0 0 0 0;
  width: 578px;
  padding-top: 325px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailMidVideoWrap {
    width: 40.14vw;
    padding-top: 22.57vw;
  }
}
@media screen and (max-width: 768px) {
  .detailMidVideoWrap {
    width: 78.66vw;
    padding-top: 44.23vw;
  }
}
.detailMidVideoWrap iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detailBottom {
  margin: 67px auto 0;
  max-width: 960px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottom {
    margin: 4.65vw auto 0;
    max-width: 66.67vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottom {
    margin: 10.6vw auto 0;
    max-width: 100%;
  }
}

.detailBottomTit {
  position: relative;
  padding: 0 0 20px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomTit {
    padding: 0 0 1.39vw;
    font-size: 2.08vw;
    letter-spacing: 0.21vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomTit {
    padding: 0 0 5.66vw;
    font-size: 8vw;
    letter-spacing: 0.8vw;
  }
}
.detailBottomTit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomTit::before {
    height: 0.07vw;
  }
}

.detailBottomList {
  margin: 30px 0 0;
  padding: 0 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomList {
    margin: 2.08vw 0 0;
    padding: 0 0.97vw 0;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomList {
    padding: 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.detailBottomLeftWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailBottomLeftTit {
  width: 30%;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomLeftTit {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomLeftTit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24.2vw;
    font-size: 4vw;
    letter-spacing: normal;
  }
}

.detailBottomLeftTxt {
  margin-left: 10px;
  text-indent: -10px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomLeftTxt {
    margin-left: 0.69vw;
    text-indent: -0.69vw;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomLeftTxt {
    margin-left: 4.23vw;
    text-indent: -3.33vw;
    font-size: 4vw;
    line-height: 2.17;
    white-space: nowrap;
    letter-spacing: normal;
  }
}

.detailBottomRight {
  margin: 0 0 0 86px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomRight {
    margin: 0 0 0 5.97vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomRight {
    margin: 0 0 0 0;
  }
}

.detailBottomRightWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailBottomRightTit {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomRightTit {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomRightTit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24.2vw;
    font-size: 4vw;
    letter-spacing: normal;
  }
}

.detailBottomRightTxt {
  margin-left: 20px;
  text-indent: -20px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailBottomRightTxt {
    margin-left: 1.39vw;
    text-indent: -1.39vw;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .detailBottomRightTxt {
    margin-left: 4.23vw;
    text-indent: -3.33vw;
    font-size: 4vw;
    line-height: 2.17;
    letter-spacing: normal;
  }
}

.detailCaution {
  margin: 60px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailCaution {
    margin: 4.17vw 0 0;
  }
}

.detailCautionTxt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.64px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .detailCautionTxt {
    font-size: 1.11vw;
    letter-spacing: 0.04vw;
  }
}

@media screen and (max-width: 768px) {
  .detailSpCaution {
    margin: 10.66vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .detailSpCautionTxt {
    margin-left: 2.13vw;
    text-indent: -4.23vw;
    font-size: 3.46vw;
    line-height: 1.92;
    letter-spacing: 0.138vw;
  }
}

/* =============================================
detail SP
============================================= */
@media screen and (max-width: 768px) {
  .detailSpPTopTxt {
    font-size: 4.26vw;
    line-height: 1.94;
    letter-spacing: 0.17vw;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .detailSpTopImg {
    margin: 5.33vw auto 0;
    width: 78.8vw;
    height: auto;
  }
}
.detailSpTopImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailSpMidList {
  display: none;
}
@media screen and (max-width: 768px) {
  .detailSpMidList {
    display: block;
    margin: 6.66vw auto 0;
    max-width: 78.66vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 4.46vw;
       -moz-column-gap: 4.46vw;
            column-gap: 4.46vw;
  }
  .detailSpMidItem.first {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItem:nth-child(2) {
    margin: 13.33vw 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItem:nth-child(3) {
    margin: 24.8vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItem:nth-child(4) {
    margin: 13.33vw 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItem:nth-child(5) {
    margin: 13.33vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItemWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 4.46vw;
       -moz-column-gap: 4.46vw;
            column-gap: 4.46vw;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItemNumber {
    font-size: 10.66vw;
    line-height: 1;
    letter-spacing: 0.426vw;
  }
  .detailSpMidItemNumber.third {
    position: absolute;
    top: -12vw;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItemTxt {
    margin: 1.33vw 0 0;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.159vw;
  }
  .detailSpMidItemTxt.third {
    margin: 0vw 0 0;
  }
  .detailSpMidItemTxt.four {
    letter-spacing: -0.1vw;
  }
}

@media screen and (max-width: 768px) {
  .detailSpMidItemTxt2 {
    margin: 2.66vw 0 0;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.159vw;
  }
}

.detailSpMidItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detailSpMidItemImg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
  }
  .detailSpMidItemImg.first {
    width: 32vw;
  }
  .detailSpMidItemImg.second {
    width: 38.66vw;
  }
  .detailSpMidItemImg.third {
    width: 32.8vw;
  }
  .detailSpMidItemImg.four {
    width: 37.33vw;
  }
  .detailSpMidItemImg.five {
    width: 32vw;
  }
}

.detailSpMidItemLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .detailSpMidItemLogo {
    position: absolute;
    top: 34.26vw;
    left: 0;
    height: auto;
    width: 42vw;
  }
}

/* =============================================
desc
============================================= */
.desc {
  position: relative;
  margin: -150px 0 0;
  padding: 331px 0 416px;
}
@media screen and (min-width: 1921px) {
  .desc {
    padding: 331px 0 22vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .desc {
    margin: -8.53vw 0 0;
    padding: 22.98611vw 0 30.88vw;
  }
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 32.6vw 0 38.66vw;
    margin-top: 12vw;
  }
}

.descBgInner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.descBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-bg@1x.png) no-repeat center top/cover;
  z-index: -1;
}

.descItem {
  position: relative;
}
.descItem.eren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.descItem.eren::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 39vw;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-chara1-bg@1x.png) no-repeat center top/cover;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  height: 915px;
  width: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItem.eren::before {
    height: 63.54167vw;
  }
}
@media screen and (max-width: 768px) {
  .descItem.eren::before {
    top: 136vw;
    left: 0vw;
    background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-chara1-bg-sp@1x.png) no-repeat center top/cover;
    -webkit-transform: skewY(-14deg);
            transform: skewY(-14deg);
    height: 154.5vw;
  }
}
.descItem.levi {
  margin: 184px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItem.levi {
    margin: 12.779vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItem.levi {
    margin: 43.33vw 0 0;
  }
}
.descItem.levi::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 38.9vw;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-chara2-bg@1x.png) no-repeat center top/cover;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  height: 915px;
  width: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItem.levi::before {
    top: 39.4vw;
    height: 63.54167vw;
  }
}
@media screen and (max-width: 768px) {
  .descItem.levi::before {
    top: 143vw;
    left: 0vw;
    background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-chara2-bg-sp@1x.png) no-repeat center top/cover;
    -webkit-transform: skewY(12deg);
            transform: skewY(12deg);
    height: 142.6vw;
  }
}
.descItem.erwin {
  margin: 184px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItem.erwin {
    margin: 12.77vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItem.erwin {
    margin: 38.8vw 0 0;
  }
}
.descItem.erwin::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 39vw;
  background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-chara3-bg@1x.png) no-repeat center top/cover;
  -webkit-transform: skewY(-14deg);
          transform: skewY(-14deg);
  height: 915px;
  width: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItem.erwin::before {
    top: 39vw;
    height: 63.54167vw;
  }
}
@media screen and (max-width: 768px) {
  .descItem.erwin::before {
    top: 149vw;
    left: 0;
    background: url(/s/garrack/feature/shingeki2025_2/images/desc/desc-chara3-bg-sp@1x.png) no-repeat center top/cover;
    -webkit-transform: skewY(-12deg);
            transform: skewY(-12deg);
    height: 143vw;
  }
}

.descItemCharaImg {
  position: absolute;
  z-index: 2;
  height: auto;
}
.descItemCharaImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.descItemCharaImg.eren {
  top: 480px;
  left: 0;
  max-width: 39.58%;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemCharaImg.eren {
    top: 33.33vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemCharaImg.eren {
    top: 27vw;
    left: 0;
    max-width: 100%;
    width: 75.46vw;
  }
}
.descItemCharaImg.levi {
  top: 450px;
  right: 0;
  max-width: 35.83%;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemCharaImg.levi {
    top: 26.25vw;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemCharaImg.levi {
    top: -2vw;
    right: 0;
    max-width: 100%;
    width: 67.73vw;
  }
}
.descItemCharaImg.erwin {
  top: 462px;
  left: 0;
  max-width: 42.7%;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemCharaImg.erwin {
    top: 25.08vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemCharaImg.erwin {
    top: 26.5vw;
    left: 0vw;
    max-width: 100%;
    width: 83.86vw;
  }
}

.descItemMainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .descItemMainWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.descItemMainWrap.levi {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .descItemMainWrap.levi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.descItemMainImg {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 50%;
}
.descItemMainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .descItemMainImg {
    position: relative;
    max-width: 100%;
    z-index: 3;
  }
  .descItemMainImg.eren {
    margin: 5.1vw 0 0;
  }
  .descItemMainImg.levi {
    margin: 13.6vw 0 0;
  }
  .descItemMainImg.erwin {
    margin: 15.2vw 0 0;
  }
}

.descItemMainTxtWrap {
  position: relative;
  z-index: 3;
}
.descItemMainTxtWrap.eren {
  margin: 11vw 0 0;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemMainTxtWrap.eren {
    margin: 13.19vw 0 0;
    padding-right: 4.86vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemMainTxtWrap.eren {
    margin: 0px 0 0;
    padding-right: 5.33vw;
  }
}
.descItemMainTxtWrap.levi {
  margin: 14vw 0 0;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemMainTxtWrap.levi {
    margin: 13.06vw 0 0;
    padding-left: 4.86vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemMainTxtWrap.levi {
    margin: 0px 0 0;
    padding-left: 5.33vw;
  }
}
.descItemMainTxtWrap.erwin {
  margin: 10vw 0 0;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemMainTxtWrap.erwin {
    margin: 8.36vw 0 0;
    padding-right: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemMainTxtWrap.erwin {
    margin: 0px 0 0;
    padding-right: 5.33vw;
  }
}

.descItemTop {
  width: 683px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTop {
    width: 47.43056vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTop {
    width: 100%;
  }
}
.descItemTop.eren {
  padding: 0 70px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTop.eren {
    position: relative;
    top: -4vw;
    padding: 0 4.86111vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemTop.eren {
    padding: 0 5.33vw 0 0;
  }
}
.descItemTop.levi {
  margin: 0 0 0 auto;
  padding: 48px 0 0 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTop.levi {
    padding: 3.33333vw 0 0 4.86111vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTop.levi {
    margin: 0 0 0 0;
    padding: 0 0 0 5.33vw;
  }
}
.descItemTop.erwin {
  padding: 0 70px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTop.erwin {
    padding: 0 4.86111vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemTop.erwin {
    padding: 0 5.33vw 0 0;
  }
}

.descItemTopName {
  position: relative;
  padding-bottom: 22px;
  font-size: 110px;
  line-height: 1;
  letter-spacing: 4.4px;
  font-family: "Imperial Script", cursive;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopName {
    padding-bottom: 1.52778vw;
    font-size: 7.63889vw;
    letter-spacing: 0.30556vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopName {
    padding-bottom: 2.93vw;
    font-size: 14.66vw;
    line-height: 1;
    letter-spacing: 0.586vw;
  }
}
.descItemTopName::before {
  content: "";
  position: absolute;
  width: 683px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopName::before {
    width: 47.43056vw;
    height: 0.06944vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopName::before {
    width: 100%;
  }
}
.descItemTopName.eren::before {
  bottom: 0;
  left: -150px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopName.eren::before {
    left: -10.41667vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopName.eren::before {
    bottom: 0vw;
    left: auto;
    right: -5.33vw;
    width: 68.4vw;
  }
}
.descItemTopName.levi::before {
  bottom: 0;
  left: -70px;
  width: 410px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopName.levi::before {
    left: -4.86111vw;
    width: 28.47222vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopName.levi::before {
    bottom: 0.9vw;
    left: -5.33vw;
    width: 45.86vw;
  }
}
.descItemTopName.erwin::before {
  bottom: 0;
  left: -150px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopName.erwin::before {
    left: -10.41667vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopName.erwin::before {
    bottom: 0.9vw;
    left: auto;
    right: -5.33vw;
    right: 0;
    width: 78.66vw;
  }
}

.descItemTopNameWrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopNameWrap {
    margin: 2.08333vw 0 0;
    -webkit-column-gap: 1.11111vw;
       -moz-column-gap: 1.11111vw;
            column-gap: 1.11111vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopNameWrap {
    margin: 1.33vw 0 0;
    -webkit-column-gap: 1.86vw;
       -moz-column-gap: 1.86vw;
            column-gap: 1.86vw;
  }
  .descItemTopNameWrap.eren {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.33vw;
  }
}

.descItemTopCharaName {
  font-size: 50px;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopCharaName {
    font-size: 3.47222vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopCharaName {
    font-size: 6.66vw;
  }
}

.descItemTopModel {
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopModel {
    font-size: 2.08333vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopModel {
    font-size: 4vw;
  }
}

.descItemTopPriceWrap {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopPriceWrap {
    margin: 2.77vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopPriceWrap {
    margin: 6vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .descItemTopPriceWrap.levi {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.descItemTopProduct {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2.2px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopProduct {
    font-size: 1.52778vw;
    letter-spacing: 0.15278vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopProduct {
    font-size: 4.26vw;
    letter-spacing: 0.426vw;
  }
}

.descItemTopPrice {
  padding-left: 12px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2.2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopPrice {
    padding-left: 0.833vw;
    font-size: 1.52778vw;
    letter-spacing: 0.15278vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopPrice {
    padding-left: 0px;
    margin: 1vw 0 0;
    font-size: 4.26vw;
    letter-spacing: 0.426vw;
  }
}

.descItemTopStock {
  margin: 64px 0 0;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopStock {
    margin: 4.44444vw 0 0;
    font-size: 1.94444vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopStock {
    margin: 14.6vw 0 0;
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .descItemTopStock.levi {
    margin: 8.66vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopStock.erwin {
    margin: 14.86vw 0 0;
  }
}
.descItemTopStock .limit {
  padding-right: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopStock .limit {
    padding-right: 0.97vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopStock .limit {
    padding-right: 1.33vw;
  }
}
.descItemTopStock .stock {
  padding-left: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopStock .stock {
    padding-left: 0.69vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopStock .stock {
    padding-left: 1.33vw;
  }
}
.descItemTopStock .number {
  width: 78px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemTopStock .number {
    width: 5.416vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemTopStock .number {
    width: 10.4vw;
  }
}

.descItemBottomInner {
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomInner {
    max-width: 94.86vw;
  }
}

.descItemBottom {
  width: 883px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 83px;
     -moz-column-gap: 83px;
          column-gap: 83px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottom {
    width: 61.31944vw;
    -webkit-column-gap: 5.76389vw;
       -moz-column-gap: 5.76389vw;
            column-gap: 5.76389vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.descItemBottom.eren {
  margin: 90px 0 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottom.eren {
    margin: 6.25vw 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottom.eren {
    margin: 6.66vw 0 0 auto;
  }
}
.descItemBottom.levi {
  margin: 90px auto 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottom.levi {
    margin: 6.25vw auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottom.levi {
    margin: 6.66vw 0 0 auto;
  }
}
.descItemBottom.erwin {
  margin: 90px 0 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottom.erwin {
    margin: 6.25vw 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottom.erwin {
    margin: 6.66vw 0 0 auto;
  }
}

.descItemBottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.descItemBottomWrap.eren {
  width: 883px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomWrap.eren {
    width: 61.31vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomWrap.eren {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .descItemBottomLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.33vw;
       -moz-column-gap: 5.33vw;
            column-gap: 5.33vw;
    padding-inline: 5.33vw;
  }
  .descItemBottomLeft.levi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.descItemBottomImg1 {
  width: 400px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomImg1 {
    width: 27.77778vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomImg1 {
    width: 42vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.descItemBottomImg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.descItemBottomLeftTxt {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomLeftTxt {
    margin: 1.38889vw 0 0;
    font-size: 1.38889vw;
    letter-spacing: 0.05556vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomLeftTxt {
    margin: 0 0 0;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.16vw;
  }
}

@media screen and (max-width: 768px) {
  .descItemBottomRight {
    margin: 10.66vw 0 0;
    padding-inline: 5.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 5.33vw;
       -moz-column-gap: 5.33vw;
            column-gap: 5.33vw;
  }
  .descItemBottomRight.levi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.descItemBottomImg2 {
  width: 400px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomImg2 {
    width: 27.77778vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomImg2 {
    width: 42vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.descItemBottomImg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.descItemBottomRightTxt {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomRightTxt {
    margin: 1.38889vw 0 0;
    font-size: 1.38889vw;
    letter-spacing: 0.05556vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomRightTxt {
    margin: 0vw 0 0;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.16vw;
  }
}

.descItemBottomBtn {
  width: 196px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtn {
    width: 13.61111vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtn {
    width: 33.86vw;
  }
}
.descItemBottomBtn.eren {
  margin: 113px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtn.eren {
    margin: 7.84vw auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtn.eren {
    margin: 14.26vw auto 0;
  }
}
.descItemBottomBtn.levi {
  margin: 113px 0px 0 710px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtn.levi {
    margin: 7.84722vw 0px 0 49.30556vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtn.levi {
    margin: 14.26vw auto 0;
  }
}
.descItemBottomBtn.erwin {
  margin: 153px 0 0 480px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtn.erwin {
    margin: 10.625vw 0 0 33.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtn.erwin {
    margin: 14.26vw auto 0;
  }
}

.descItemBottomBtnLink {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .descItemBottomBtnLink:hover {
    opacity: 0.7;
  }
  .descItemBottomBtnLink:hover .descItemBottomBtnArrow {
    width: 54px;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtnLink:hover .descItemBottomBtnArrow {
    margin: 10.625vw 0 0 33.33333vw;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .descItemBottomBtnLink:hover .descItemBottomBtnArrow {
    width: 8.4vw;
  }
}

.descItemBottomBtnTxt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtnTxt {
    font-size: 1.38889vw;
    letter-spacing: 0.05556vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtnTxt {
    font-size: 4.26vw;
    letter-spacing: normal;
  }
}

.descItemBottomBtnArrow {
  position: absolute;
  z-index: 2;
  top: calc(50% + 5px);
  translate: 0 -50%;
  left: calc(100% + 21.4px);
  width: 34px;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtnArrow {
    top: calc(50% + 0.34722vw);
    left: calc(100% + 1.48611vw);
    width: 2.36111vw;
    height: 0.06944vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtnArrow {
    top: calc(50% + 0.66vw);
    left: calc(100% + 2.85vw);
    width: 5.33vw;
    height: 0.13vw;
  }
}
.descItemBottomBtnArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 1px;
  background: #fff;
  rotate: 50deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descItemBottomBtnArrow::before {
    width: 0.90278vw;
    height: 0.06944vw;
  }
}
@media screen and (max-width: 768px) {
  .descItemBottomBtnArrow::before {
    width: 1.73vw;
    height: 0.13vw;
  }
}

.descBottomImg {
  position: relative;
  z-index: 3;
  margin: 214px auto 0;
  width: 1366px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .descBottomImg {
    margin: 14.86111vw auto 0;
    width: 94.86111vw;
  }
}
@media screen and (max-width: 768px) {
  .descBottomImg {
    margin: 19.6vw auto 0;
    width: 89.33vw;
  }
}
.descBottomImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
awawashi
============================================= */
.awawashi {
  position: relative;
  z-index: 3;
  margin: -440px 0 0;
  padding: 331px 0 0px;
}
@media screen and (min-width: 1921px) {
  .awawashi {
    margin: -22vw 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashi {
    margin: -30.55vw 0 0;
    padding: 22.98vw 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .awawashi {
    margin: -15vw 0 0;
    padding: 57.9vw 0 0;
  }
}
.awawashi::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/awawashi/awawashi-bg@1x.jpg) no-repeat center top/cover;
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
  width: 100%;
  height: 6290px;
}
@media screen and (min-width: 1921px) {
  .awawashi::before {
    height: 330vw;
    -webkit-clip-path: polygon(0 0, 100% 6.4%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 6.4%, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashi::before {
    height: 436.8vw;
    -webkit-clip-path: polygon(0 0, 100% 6.3%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 6.3%, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .awawashi::before {
    background: url(/s/garrack/feature/shingeki2025_2/images/awawashi/awawashi-bg-sp@1x.jpg) no-repeat center top/cover;
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);
    height: 1280vw;
  }
}

.awawashiTop {
  position: relative;
  margin: 0 auto 0;
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTop {
    max-width: 94.86vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiTop {
    padding-inline: 5.33vw;
  }
}

.awawashiTopTit {
  position: absolute;
  top: -79px;
  right: 70px;
  font-size: 60px;
  line-height: 1.15;
  letter-spacing: 4.54px;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTopTit {
    top: -5.49vw;
    right: 4.86vw;
    font-size: 4.17vw;
    letter-spacing: 0.315vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiTopTit {
    top: -62vw;
    right: 34vw;
    font-size: 8vw;
    line-height: 1.07;
    letter-spacing: 1.2vw;
  }
}
.awawashiTopTit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTopTit::before {
    width: 0.07vw;
  }
}
.awawashiTopTit .hiragana {
  margin: 16px 0 0 -12px;
  display: block;
  font-size: 26px;
  line-height: 2.46;
  letter-spacing: 39px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTopTit .hiragana {
    margin: 1.11vw 0 0 -0.83vw;
    font-size: 1.81vw;
    letter-spacing: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiTopTit .hiragana {
    margin: 1vw 0 0 2vw;
    display: block;
    font-size: 3.46vw;
    line-height: 1;
    letter-spacing: 6vw;
  }
}
.awawashiTopTit .en {
  display: block;
  margin: 219px 60px 0 0;
  font-size: 34px;
  font-family: "Imperial Script", cursive;
  letter-spacing: 2.04px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTopTit .en {
    margin: 15.21vw 4.17vw 0 0;
    font-size: 2.36vw;
    letter-spacing: 0.14vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiTopTit .en {
    white-space: nowrap;
    margin: 29.9vw 7.6vw 0 0;
    font-size: 4.53vw;
    font-family: "Imperial Script", cursive;
  }
}

.awawashiTopTxt {
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTopTxt {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiTopTxt {
    font-size: 4.26vw;
    line-height: 1.94;
    letter-spacing: 0.17vw;
  }
}

.awawashiTopImg {
  margin: 100px 0 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiTopImg {
    margin: 6.94vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiTopImg {
    margin: 13.33vw 0 0;
  }
}
.awawashiTopImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.awawashiMid {
  margin: 150px auto 0;
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMid {
    margin: 10.42vw auto 0;
    max-width: 94.86vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMid {
    margin: 16vw auto 0;
  }
}

.awawashiMidTop {
  position: relative;
}

.awawashiMidTit {
  position: relative;
  padding-bottom: 21px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 9.2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidTit {
    padding-bottom: 1.46vw;
    font-size: 3.19vw;
    letter-spacing: 0.64vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidTit {
    padding-bottom: 4.53vw;
    padding-left: 5.33vw;
    font-size: 6.13vw;
    letter-spacing: 1.226vw;
  }
}
.awawashiMidTit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 760px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidTit::before {
    width: 52.78vw;
    height: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidTit::before {
    width: 94.6%;
    left: auto;
    right: 0;
  }
}
.awawashiMidTit .hiragana {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidTit .hiragana {
    font-size: 1.67vw;
    letter-spacing: 0.33vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidTit .hiragana {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.639vw;
  }
}

.awawashiMidTxt {
  margin: 60px 0 0;
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidTxt {
    margin: 4.17vw 0 0;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}

@media screen and (max-width: 768px) {
  .awawashiMidTxtSp1 {
    margin: 7.866vw 0 0;
    padding-left: 5.33vw;
    font-size: 4.26vw;
    line-height: 1.94;
    letter-spacing: 0.17vw;
  }
}

@media screen and (max-width: 768px) {
  .awawashiMidTxtSp2 {
    width: 45.4vw;
    margin: 6.66vw 0 0;
    padding-left: 5.33vw;
    font-size: 4.26vw;
    line-height: 1.94;
    letter-spacing: 0.17vw;
  }
}

.awawashiMidImgWrap {
  margin: 120px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidImgWrap {
    margin: 8.33vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidImgWrap {
    margin: 17.33vw 0 0;
  }
}

.awawashiMidImg {
  position: relative;
  height: auto;
}
.awawashiMidImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awawashiMidImg.first {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidImg.first {
    width: 29.17vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidImg.first {
    top: 45vw;
    right: 0;
    width: 40.4vw;
  }
}
.awawashiMidImg.second {
  position: absolute;
  top: 350px;
  right: 320px;
  width: 340px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidImg.second {
    top: 24.31vw;
    right: 22.22vw;
    width: 23.61vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidImg.second {
    z-index: 2;
    top: 87vw;
    right: 23.4vw;
    width: 33.33vw;
  }
}
.awawashiMidImg.third {
  margin: 0 auto 0 0;
  width: 580px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidImg.third {
    width: 40.28vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidImg.third {
    width: 60vw;
  }
}

.awawashiMidBottom {
  position: relative;
  margin: 150px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidBottom {
    margin: 10.42vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidBottom {
    margin: 63.46vw 0 0;
  }
}

.awawashiMidBottomTxt {
  margin: 0 0 0 auto;
  padding: 35px 0 0;
  width: 736px;
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidBottomTxt {
    padding: 2.43vw 0 0;
    width: 51.11vw;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidBottomTxt {
    margin: 0 0 0 auto;
    padding: 0 5.33vw 0;
    width: 100%;
    font-size: 4.26vw;
    line-height: 1.94;
    letter-spacing: 0.17vw;
  }
}

.awawashiMidBottomImgWrap {
  margin: 115px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidBottomImgWrap {
    margin: 7.99vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidBottomImgWrap {
    margin: 0 0 0;
  }
}

.awawashiMidBottomImg {
  position: relative;
  height: auto;
}
.awawashiMidBottomImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awawashiMidBottomImg.first {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidBottomImg.first {
    width: 33.33vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidBottomImg.first {
    top: -47vw;
    left: 5vw;
    width: 89.3vw;
  }
}
.awawashiMidBottomImg.second {
  position: absolute;
  top: 299px;
  left: 110px;
  width: 708px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidBottomImg.second {
    top: 20.76vw;
    left: 7.64vw;
    width: 49.17vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidBottomImg.second {
    top: 60vw;
    left: 0vw;
    width: 89.3vw;
  }
}
.awawashiMidBottomImg.third {
  margin: 0 0 0 auto;
  width: 608px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiMidBottomImg.third {
    width: 42.22vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiMidBottomImg.third {
    margin: 48.4vw 0 0 auto;
    width: 72vw;
  }
}

.awawashiBox {
  position: relative;
  margin: 180px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBox {
    margin: 12.5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBox {
    margin: 20vw 0 0;
  }
}

.awawashiBoxWrap {
  margin: 0 auto 0;
  max-width: 1366px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxWrap {
    max-width: 94.86vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxWrap {
    width: 89.33vw;
  }
}

.awawashiBoxImg {
  position: absolute;
  height: auto;
}
.awawashiBoxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awawashiBoxImg.first {
  top: 280px;
  left: 0;
  max-width: 28.1%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxImg.first {
    top: 19.44vw;
    width: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxImg.first {
    top: 254vw;
    left: 0;
    width: 54vw;
    max-width: 100%;
  }
}
.awawashiBoxImg.second {
  top: 80px;
  right: 0;
  max-width: 28.1%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxImg.second {
    top: 5.56vw;
    width: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxImg.second {
    top: 232vw;
    right: 0;
    width: 53.86vw;
    max-width: 100%;
  }
}
.awawashiBoxImg.third {
  top: 780px;
  left: 0;
  max-width: 20.6%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxImg.third {
    top: 54.17vw;
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxImg.third {
    top: 306vw;
    left: 0;
    width: 58.66vw;
    max-width: 100%;
  }
}
.awawashiBoxImg.four {
  top: 740px;
  right: 0;
  max-width: 22.3%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxImg.four {
    top: 51.39vw;
    width: 29.65vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxImg.four {
    top: 299vw;
    right: 0;
    width: 36vw;
    max-width: 100%;
  }
}

.awawashiBoxCont {
  margin: 0 auto 0;
  padding: 70px 0 80px;
  width: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxCont {
    padding: 4.86vw 0 5.56vw;
    width: 41.67vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxCont {
    padding: 10.66vw 0 113.9vw;
    width: 78.66vw;
  }
}

.awawashiBoxTitWrap {
  text-align: center;
}

.awawashiBoxTit {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 9.2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxTit {
    font-size: 3.19vw;
    letter-spacing: 0.64vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxTit {
    font-size: 6.13vw;
    line-height: 1;
    letter-spacing: 1.226vw;
  }
}

.awawashiBoxTitLine {
  margin: 20px 0 20px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxTitLine {
    margin: 1.39vw 0 1.39vw;
    height: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxTitLine {
    margin: 2.66vw 0 2.66vw;
  }
}

.awawashiBoxTitSub {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxTitSub {
    font-size: 1.67vw;
    letter-spacing: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxTitSub {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.159vw;
  }
}

.awawashiBoxList {
  margin: 60px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxList {
    margin: 4.17vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxList {
    margin: 10.66vw 0 0;
  }
}

.awawashiBoxItem:nth-child(n+2) {
  margin: 60px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxItem:nth-child(n+2) {
    margin: 4.17vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxItem:nth-child(n+2) {
    margin: 8vw 0 0;
  }
}

.awawashiBoxItemTitMargin {
  padding-left: 20px;
  letter-spacing: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxItemTitMargin {
    padding-left: 1.39vw;
    letter-spacing: 0.416vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxItemTitMargin {
    padding-left: 2.66vw;
  }
}

.awawashiBoxItemTit {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxItemTit {
    font-size: 2.08vw;
    letter-spacing: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxItemTit {
    font-size: 4.54vw;
    letter-spacing: 0.906vw;
  }
}
.awawashiBoxItemTit .hiragana {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxItemTit .hiragana {
    font-size: 1.39vw;
    letter-spacing: 0.138vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxItemTit .hiragana {
    font-size: 2.66vw;
    letter-spacing: 0.106vw;
  }
}

.awawashiBoxItemTxt {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBoxItemTxt {
    margin: 1.39vw 0 0;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBoxItemTxt {
    margin: 2.66vw 0 0;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.159vw;
  }
}

.awawashiBottom {
  overflow: hidden;
  position: relative;
  margin: 236px 0 0;
  height: 889px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottom {
    margin: 16.39vw 0 0;
    height: 61.74vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottom {
    overflow: visible;
    margin: 29.33vw 0 0;
    height: 100%;
  }
}

.awawashiBottomWrap {
  margin: 0 auto 0;
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomWrap {
    max-width: 94.86vw;
  }
}

.awawashiBottomTxtWrap {
  margin: 0 0 0 auto;
  width: 683px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomTxtWrap {
    width: 47.43vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomTxtWrap {
    margin: 0 0 0 0;
    width: 100%;
  }
}

.awawashiBottomTit {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 9.2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomTit {
    font-size: 3.19vw;
    letter-spacing: 0.64vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomTit {
    font-size: 6.13vw;
    letter-spacing: 1.22vw;
    text-align: center;
  }
}

.awawashiBottomLine {
  margin: 20px 0 20px;
  width: 683px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomLine {
    margin: 1.39vw 0 1.39vw;
    width: 47.43vw;
    height: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomLine {
    margin: 3.36vw auto 3.36vw;
    width: 78.6vw;
  }
}

.awawashiBottomTitSub {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomTitSub {
    font-size: 1.67vw;
    letter-spacing: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomTitSub {
    font-size: 4vw;
    letter-spacing: 0.159vw;
    text-align: center;
  }
}

.awawashiBottomTxt {
  margin: 60px 0 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomTxt {
    margin: 4.17vw 0 0;
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomTxt {
    margin: 10.66vw 0 0;
    padding-inline: 5.33vw;
    white-space: normal;
    font-size: 4vw;
    letter-spacing: 0.159vw;
  }
}

.awawashiBottomTxt:nth-of-type(3) {
  margin: 30px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomTxt:nth-of-type(3) {
    margin: 2.08vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomTxt:nth-of-type(3) {
    margin: 5.33vw 0 0;
  }
}

.awawashiBottomCaution {
  position: absolute;
  top: 640px;
  left: calc(50% - 320px);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomCaution {
    top: 44.44vw;
    left: calc(50% - 22.22vw);
    font-size: 0.83vw;
    letter-spacing: 0.03vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomCaution {
    position: absolute;
    top: 158vw;
    left: auto;
    right: 5.33vw;
    font-size: 2.66vw;
    line-height: 1;
    letter-spacing: 0.106vw;
  }
}

.awawashiBottomImg {
  position: absolute;
  height: auto;
}
.awawashiBottomImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awawashiBottomImg.first {
  top: 0;
  left: calc(50% - 960px);
  width: 870px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomImg.first {
    top: 0vw;
    left: calc(50% - 66.67vw);
    width: 60.42vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomImg.first {
    top: 90vw;
    left: 5.33vw;
    width: 89.3vw;
  }
}
.awawashiBottomImg.second {
  top: 429px;
  right: calc(50% - 400px);
  width: 560px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomImg.second {
    top: 29.79vw;
    right: calc(50% - 27.78vw);
    width: 38.89vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomImg.second {
    top: 162vw;
    right: auto;
    left: 0;
    width: 57.99vw;
  }
}
.awawashiBottomImg.third {
  top: 569px;
  right: calc(50% - 960px);
  width: 480px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomImg.third {
    top: 39.51vw;
    right: calc(50% - 60.67vw);
    width: 30.33vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomImg.third {
    top: 187vw;
    right: 0;
    width: 36.8vw;
  }
}

.awawashiBottomImg2 {
  position: relative;
  z-index: 4;
  margin: 150px auto 0;
  width: 1150px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .awawashiBottomImg2 {
    margin: 10.42vw auto 0;
    width: 79.86vw;
  }
}
@media screen and (max-width: 768px) {
  .awawashiBottomImg2 {
    position: relative;
    top: 16vw;
    margin: 130vw auto 0;
    width: 89.3vw;
  }
}
.awawashiBottomImg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
meister
============================================= */
.meister {
  position: relative;
  z-index: 3;
  margin: -300px 0 0px;
  padding: 400px 0 0px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meister {
    margin: -20.83vw 0 0vw;
    padding: 27.78vw 0 0vw;
  }
}
@media screen and (max-width: 768px) {
  .meister {
    margin: 0 0 0;
    padding: 36.8vw 0 8.6vw;
  }
}
.meister::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/meister/meister-bg@1x.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 1975px;
  -webkit-clip-path: polygon(0 0, 100% calc(20% - 7vw), 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% calc(20% - 7vw), 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meister::before {
    height: 137.15vw;
  }
}
@media screen and (max-width: 768px) {
  .meister::before {
    background: url(/s/garrack/feature/shingeki2025_2/images/meister/meister-bg-sp@1x.jpg) no-repeat center bottom/cover;
    height: 371.6vw;
    -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
  }
}

.meisterTit {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTit {
    font-size: 4.17vw;
    letter-spacing: 0.83vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterTit {
    font-size: 8vw;
    letter-spacing: 1.68vw;
  }
}
.meisterTit .katakana {
  margin: 20px 0 0;
  display: block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTit .katakana {
    margin: 1.39vw 0 0;
    font-size: 2.08vw;
    letter-spacing: 0.42vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterTit .katakana {
    margin: 3vw 0 0;
    font-size: 4vw;
    letter-spacing: 0.8vw;
  }
}

.meisterWrap {
  margin: 100px auto 0;
  max-width: 1366px;
  width: 100%;
  height: 827px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterWrap {
    margin: 6.94vw auto 0;
    max-width: 94.86vw;
    height: 57.43vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterWrap {
    margin: 10.66vw auto 0;
    height: 100%;
  }
}

.meisterTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 87px;
     -moz-column-gap: 87px;
          column-gap: 87px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTop {
    -webkit-column-gap: 6.04vw;
       -moz-column-gap: 6.04vw;
            column-gap: 6.04vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterTop {
    padding-inline: 5.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.meisterTopImg {
  width: 683px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTopImg {
    width: 47.43vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterTopImg {
    margin: 0 auto 0;
    width: 89.33vw;
  }
}
.meisterTopImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.meisterTopTxtWrap {
  width: 596px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTopTxtWrap {
    width: 41.39vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterTopTxtWrap {
    margin: 10.66vw 0 0;
    width: 100%;
  }
}

.meisterTopTxt {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTopTxt {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterTopTxt {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.159vw;
  }
}

.meisterTopTxt:nth-child(2) {
  margin: 40px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterTopTxt:nth-child(2) {
    margin: 2.78vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .meisterTopTxt:nth-child(2) {
    margin: 10.66vw 0 0;
  }
}

.meisterBottom {
  position: relative;
  top: -230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 87px;
     -moz-column-gap: 87px;
          column-gap: 87px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterBottom {
    top: -15.97vw;
    -webkit-column-gap: 6.04vw;
       -moz-column-gap: 6.04vw;
            column-gap: 6.04vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterBottom {
    margin: 10.66vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }
}

.meisterBottomImg {
  width: 596px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterBottomImg {
    width: 41.39vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterBottomImg {
    width: 94.66vw;
  }
}
.meisterBottomImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.meisterBottomTxtWrap {
  position: relative;
  top: 290px;
  width: 683px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterBottomTxtWrap {
    top: 20.14vw;
    width: 47.43vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterBottomTxtWrap {
    position: static;
    width: 100%;
  }
}

.meisterBottomTxt {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .meisterBottomTxt {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .meisterBottomTxt {
    margin: 10.66vw 0 0;
    padding-inline: 5.33vw;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.159vw;
  }
}

/* =============================================
campaign
============================================= */
.campaign {
  position: relative;
  z-index: 3;
  padding: 303px 0 200px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaign {
    padding: 21.04vw 0 13.89vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign {
    padding: 30.8vw 0 20.06vw;
  }
}
.campaign::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/s/garrack/feature/shingeki2025_2/images/campaign/campaign-bg@1x.jpg) no-repeat center top/cover;
  max-width: 100%;
  width: 100%;
  height: 1209px;
  -webkit-clip-path: polygon(0 0, 100% calc(18% + 10vw), 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% calc(18% + 10vw), 100% 100%, 0% 100%);
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaign::before {
    height: 83.95vw;
  }
}
@media screen and (max-width: 768px) {
  .campaign::before {
    background: url(/s/garrack/feature/shingeki2025_2/images/campaign/campaign-bg-sp@1x.jpg) no-repeat center top/cover;
    height: 208.8vw;
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  }
}

@media screen and (max-width: 768px) {
  .campaignInner {
    padding-inline: 5.33vw;
  }
}

.campaignTop {
  margin: 0 auto 0;
  max-width: 1366px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignTop {
    max-width: 94.86vw;
  }
}

.campaignTopTit {
  position: relative;
  padding-bottom: 28px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignTopTit {
    padding-bottom: 1.94vw;
    font-size: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignTopTit {
    font-size: 8vw;
    padding-bottom: 3.73vw;
  }
}
.campaignTopTit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 530px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignTopTit::before {
    width: 36.81vw;
    height: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignTopTit::before {
    width: 70.66vw;
  }
}

.campaignTopSubTit {
  margin: 16px 0 0;
  display: block;
  font-size: 34px;
  letter-spacing: 2.04px;
  line-height: 1;
  font-family: "Imperial Script", cursive;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignTopSubTit {
    margin: 1.11vw 0 0;
    font-size: 2.36vw;
    letter-spacing: 0.14vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignTopSubTit {
    margin: 2.53vw 0 0;
    font-size: 4.53vw;
    letter-spacing: 0.272vw;
  }
}

.campaignTopWrap {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignTopWrap {
    margin: 6.94vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .campaignTopWrap {
    margin: 10.66vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.campaignLeftImg {
  width: 683px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignLeftImg {
    width: 47.43vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignLeftImg {
    width: 89.33vw;
  }
}
.campaignLeftImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaignRightTxtWrap {
  margin: 97px 0 0 80px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignRightTxtWrap {
    margin: 6.74vw 0 0 5.56vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignRightTxtWrap {
    margin: 8vw 0 0 0;
  }
}

.campaignRightTxt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignRightTxt {
    font-size: 1.39vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignRightTxt {
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.159vw;
  }
}

.campaignRightTxt:nth-child(2) {
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignRightTxt:nth-child(2) {
    margin: 1.39vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .campaignRightTxt:nth-child(2) {
    margin: 4vw 0 0;
  }
}

.campaignRightCaution {
  margin: 50px 0 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .campaignRightCaution {
    margin: 3.47vw 0 0;
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 768px) {
  .campaignRightCaution {
    margin: 8vw 0 0;
    font-size: 3.73vw;
    line-height: 1;
  }
}

/* =============================================
product
============================================= */
.product {
  padding: 380px 0 122px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: url(/s/garrack/feature/shingeki2025_2/images/product/product-bg@1x.png) no-repeat center top/cover;
  max-width: 100%;
  width: 100%;
  height: 1155px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .product {
    padding: 26.39vw 0 8.47vw;
    height: 80.21vw;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 50.7vw 0 0;
    height: 471.7vw;
    background: url(/s/garrack/feature/shingeki2025_2/images/product/product-bg-sp.png) no-repeat center top/cover;
  }
}
.product.top {
  overflow: visible;
  padding: 131px 0 308px;
  background: url(/s/garrack/feature/shingeki2025_2/images/product/product-top-bg@1x.jpg) no-repeat center top/cover;
  height: 921px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .product.top {
    padding: 9.1vw 0 21.39vw;
    height: 63.96vw;
  }
}
@media screen and (max-width: 768px) {
  .product.top {
    padding: 50.93vw 0 23.86vw;
    background: url(/s/garrack/feature/shingeki2025_2/images/product/product-top-bg-sp@1x.jpg) no-repeat center top/cover;
    height: 471.7vw;
  }
}

.productList {
  margin: 0 auto 0;
  max-width: 1386px;
  padding-inline: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 139px;
     -moz-column-gap: 139px;
          column-gap: 139px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productList {
    max-width: 96.25vw;
    padding-inline: 1.39vw;
    -webkit-column-gap: 9.65vw;
       -moz-column-gap: 9.65vw;
            column-gap: 9.65vw;
  }
}
@media screen and (max-width: 768px) {
  .productList {
    max-width: 100%;
    padding-inline: 5.33vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}

.productItem {
  position: relative;
}

@media screen and (max-width: 768px) {
  .productItem:nth-child(2) {
    margin: 48.4vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .productItem:nth-child(3) {
    margin: 57.06vw 0 0;
  }
}

.productItemLink {
  position: absolute;
  top: 0;
  left: -60px;
  width: 358px;
  height: 671px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemLink {
    left: -5vw;
    width: 26vw;
    height: 47vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemLink {
    top: 0;
    left: 0;
    width: 84vw;
    height: 96vw;
  }
}

.productItemTopNameWrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .productItemTopNameWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.productItemTopNameWrap.eren {
  top: -330px;
  left: -62px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopNameWrap.eren {
    top: -22.92vw;
    left: -4.31vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopNameWrap.eren {
    top: -34vw;
    left: -10vw;
  }
}
.productItemTopNameWrap.levi {
  top: -200px;
  left: -60px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopNameWrap.levi {
    top: -13.89vw;
    left: -4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopNameWrap.levi {
    top: -21vw;
    left: 38vw;
  }
}
.productItemTopNameWrap.erwin {
  top: -300px;
  left: -60px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopNameWrap.erwin {
    top: -20.83vw;
    left: -4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopNameWrap.erwin {
    top: -34vw;
    left: -2vw;
  }
}

.productItemTopName1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0.4;
  font-family: "Imperial Script", cursive;
  font-size: 110px;
  line-height: 1;
  letter-spacing: 4.4px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopName1 {
    font-size: 7.64vw;
    letter-spacing: 0.31vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopName1 {
    opacity: 0.2;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 26.4vw;
    line-height: 0.7;
    letter-spacing: 1.056vw;
  }
}
.productItemTopName1.eren {
  margin: 116px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopName1.eren {
    margin: 8.06vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopName1.eren {
    margin: 0 0 0 0;
    position: absolute;
    top: 4vw;
    left: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopName1.erwin {
    position: absolute;
    top: 3vw;
    left: 17vw;
  }
}

.productItemTopName2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  opacity: 0.4;
  font-family: "Imperial Script", cursive;
  font-size: 110px;
  line-height: 1;
  letter-spacing: 4.4px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopName2 {
    font-size: 7.64vw;
    letter-spacing: 0.31vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopName2 {
    opacity: 0.2;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 26.4vw;
    line-height: 0.7;
    letter-spacing: 1.056vw;
  }
}
.productItemTopName2.eren {
  margin: 0 -40px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopName2.eren {
    margin: 0 -2.78vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopName2.eren {
    margin: 0 0 0 0;
    position: absolute;
    top: 20vw;
    left: -3vw;
  }
}
.productItemTopName2.erwin {
  margin: 40px -20px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopName2.erwin {
    margin: 2.78vw -1.39vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopName2.erwin {
    margin: 0 0 0 0;
    position: absolute;
    top: 19vw;
    left: 2vw;
  }
}

.productItemCharaImg {
  position: absolute;
  z-index: -1;
  height: auto;
}
.productItemCharaImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productItemCharaImg.eren {
  width: 632px;
  top: -280px;
  right: -160px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemCharaImg.eren {
    width: 43.89vw;
    top: -19.44vw;
    right: -11.11vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemCharaImg.eren {
    width: 81.33vw;
    top: -25vw;
    right: -5vw;
  }
}
.productItemCharaImg.levi {
  width: 369px;
  top: -278px;
  right: -143px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemCharaImg.levi {
    width: 25.63vw;
    top: -19.31vw;
    right: -9.93vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemCharaImg.levi {
    width: 64vw;
    top: -22vw;
    right: 31vw;
  }
}
.productItemCharaImg.erwin {
  width: 422px;
  top: -280px;
  right: -90px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemCharaImg.erwin {
    width: 29.31vw;
    top: -19.44vw;
    right: -6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemCharaImg.erwin {
    width: 75.33vw;
    top: -29.4vw;
    right: -4.2vw;
  }
}

@media screen and (max-width: 768px) {
  .productItemTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .productItemTop.levi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.productItemTopImg {
  margin: 0 0 0 -64px;
  width: 271px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopImg {
    margin: 0 0 0 -4.44vw;
    width: 18.82vw;
  }
}
.productItemTopImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .productItemTopImg {
    margin: 0 0 0 0;
    width: 46vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .productItemTopImg.erwin {
    width: 45.3vw;
  }
}

@media screen and (max-width: 768px) {
  .productItemTopBody.eren {
    margin-left: -7vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopBody.levi {
    white-space: nowrap;
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopBody.erwin {
    margin-left: -9vw;
  }
}

.productItemTopTit {
  margin: 36px 0 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopTit {
    margin: 2.5vw 0 0;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopTit {
    margin: 0 0 0;
    font-size: 8vw;
    line-height: 1.02;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .productItemTopTit.erwin {
    letter-spacing: -0.8vw;
  }
}
.productItemTopTit .small {
  padding-left: 4px;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopTit .small {
    padding-left: 0.28vw;
    font-size: 1.39vw;
    letter-spacing: 0.14vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopTit .small {
    padding-left: 1.17vw;
    font-size: 4.53vw;
    letter-spacing: 0.453vw;
  }
  .productItemTopTit .small.erwin {
    padding-left: 0;
  }
}

.productItemTopTxtWrap {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopTxtWrap {
    margin: 1.11vw 0 0;
    -webkit-column-gap: 1.39vw;
       -moz-column-gap: 1.39vw;
            column-gap: 1.39vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopTxtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4vw 0 0;
    row-gap: 2vw;
  }
}

.productItemName {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemName {
    font-size: 1.25vw;
    letter-spacing: 0.13vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemName {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    padding-left: 3.7vw;
  }
  .productItemName.levi {
    padding-left: 9vw;
  }
  .productItemName.erwin {
    padding-left: 6.7vw;
  }
}

.productItemTopPrice {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productItemTopPrice {
    font-size: 1.25vw;
    letter-spacing: 0.13vw;
  }
}
@media screen and (max-width: 768px) {
  .productItemTopPrice {
    font-size: 4vw;
    letter-spacing: 0.4vw;
    padding-left: 3.7vw;
  }
  .productItemTopPrice.levi {
    padding-left: 9vw;
  }
  .productItemTopPrice.erwin {
    padding-left: 6.7vw;
  }
}

.productBottomItemBtn {
  margin: 56px auto 0;
  width: 171px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productBottomItemBtn {
    margin: 3.89vw auto 0;
    width: 11.88vw;
  }
}
@media screen and (max-width: 768px) {
  .productBottomItemBtn {
    margin: 10.26vw auto 0;
    width: 33.86vw;
  }
}

.productBottomItemBtnLink {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .productBottomItemBtnLink:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .productBottomItemBtnLink:hover .productBottomItemBtnArrow {
    width: 46px;
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) and (max-width: 1440px) {
  .productBottomItemBtnLink:hover .productBottomItemBtnArrow {
    width: 3.19vw;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .productBottomItemBtnLink:hover .productBottomItemBtnArrow {
    width: 7.4vw;
  }
}

.productBottomItemBtnTxt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productBottomItemBtnTxt {
    font-size: 1.39vw;
    letter-spacing: 0.06vw;
  }
}
@media screen and (max-width: 768px) {
  .productBottomItemBtnTxt {
    font-size: 4.26dvw;
    letter-spacing: normal;
  }
}

.productBottomItemBtnArrow {
  position: absolute;
  z-index: 2;
  top: calc(50% + 5px);
  translate: 0 -50%;
  left: calc(100% + 21.4px);
  width: 26px;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productBottomItemBtnArrow {
    top: calc(50% + 0.35vw);
    left: calc(100% + 1.49vw);
    width: 1.81vw;
    height: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .productBottomItemBtnArrow {
    top: calc(50% + 0.66vw);
    left: calc(100% + 2.85vw);
    width: 5.33vw;
    height: 0.13vw;
  }
}
.productBottomItemBtnArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 1px;
  background: #fff;
  rotate: 50deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .productBottomItemBtnArrow::before {
    width: 0.9vw;
    height: 0.07vw;
  }
}
@media screen and (max-width: 768px) {
  .productBottomItemBtnArrow::before {
    width: 1.73vw;
    height: 0.13vw;
  }
}

/* =============================================
shoplist
============================================= */
.shopList {
  position: relative;
  z-index: 11;
  margin: -1px 0 0;
  padding: 180px 0 130px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList {
    margin: -0.069vw 0 0;
    padding: 12.5vw 0 9.027vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList {
    padding: 19.73vw 0 12vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList::before {
    top: 0.069vw;
  }
}
.shopListInner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.shopListBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(/s/garrack/feature/shingeki2025_2/images/shoplist/shoplist-bg@2x.png) no-repeat center center/cover;
  z-index: -1;
}

.minContainer {
  max-width: 1406px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .minContainer {
    max-width: 97.62vw;
    padding: 0 1.39vw 0;
  }
}
@media screen and (max-width: 768px) {
  .minContainer {
    padding: 0 5.33vw;
  }
}

.shopListTitWrap {
  margin: 0 auto 0;
  width: 530px;
  margin-bottom: 86px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopListTitWrap {
    width: 36.81vw;
    margin-bottom: 5.97vw;
  }
}
@media screen and (max-width: 768px) {
  .shopListTitWrap {
    width: 70.66vw;
    margin-bottom: 13.33vw;
  }
}

.baseTit {
  position: relative;
  padding-bottom: 32px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 12px;
  font-family: "Hina Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .baseTit {
    padding-bottom: 2.22vw;
    font-size: 4.16vw;
    letter-spacing: 0.83vw;
  }
}
@media screen and (max-width: 768px) {
  .baseTit {
    padding-bottom: 3.2vw;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1.6vw;
  }
}
.baseTit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 530px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .baseTit::before {
    width: 36.81vw;
    height: 0.069vw;
  }
}
@media screen and (max-width: 768px) {
  .baseTit::before {
    width: 70.66vw;
    left: 50%;
    translate: -50%;
  }
}

.baseTitSub {
  margin: 20px 0 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 2.04px;
  text-align: center;
  font-family: "Imperial Script", cursive;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .baseTitSub {
    margin: 1.39vw 0 0;
    font-size: 2.36vw;
    letter-spacing: 0.14vw;
  }
}
@media screen and (max-width: 768px) {
  .baseTitSub {
    margin: 2.66vw 0 0;
    font-size: 4.53vw;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.272vw;
  }
}

.shopList .wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 100px 20px 100px;
  margin-bottom: 140px;
}
.shopList .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .wrap {
    padding: 6.94vw 1.39vw 11.11vw;
    margin-bottom: 9.72vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .wrap {
    padding: 12vw 5.33vw 15.9vw;
    margin-bottom: 20vw;
  }
}

.shopList .areaShopTit {
  margin: 200px 0 0px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 6.4px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShopTit {
    margin: 13.88vw 0 0vw;
    font-size: 2.22vw;
    letter-spacing: 0.44vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShopTit {
    margin: 26.66vw 0 0vw;
    font-size: 4.8vw;
    line-height: 1.33;
    letter-spacing: 0.96vw;
  }
}
.shopList .areaShopTit.online {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .shopList .areaShopTit.online {
    font-weight: 400;
  }
}
.shopList .areaShopTit.first {
  margin: 0 0 0;
}

.shopList .areaTit {
  margin: 58px 0 0;
  font-size: 28px;
  line-height: 1.71;
  letter-spacing: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaTit {
    margin: 4.027vw 0 0;
    font-size: 1.94vw;
    letter-spacing: 0.97vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaTit {
    margin: 10.66vw 0 0;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.96vw;
  }
}

.shopList .areaTitSmall {
  margin: 5px auto 0;
  font-size: 20px;
  line-height: 1.71;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaTitSmall {
    margin: 0.347vw auto 0;
    font-size: 1.39vw;
    letter-spacing: 0.28vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaTitSmall {
    margin: 2vw 0 0;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.639vw;
  }
}
.shopList .areaTitSmall.second {
  margin: 5px 0 58px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaTitSmall.second {
    margin: 0.347vw 0 4.03vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaTitSmall.second {
    margin: 2vw 0 7.73vw;
  }
}

.shopList .areaTit:not(:first-of-type) {
  margin-top: 110px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaTit:not(:first-of-type) {
    margin-top: 7.64vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaTit:not(:first-of-type) {
    margin-top: 13.33vw;
  }
}

.shopList .areaList .areaShop {
  max-width: 1024px;
  margin: 13px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaList .areaShop {
    margin-top: 0.9vw;
    max-width: 71.11vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaList .areaShop {
    margin: 5.33vw auto 0;
  }
}

.shopList .areaList .areaShop li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #6c6c6c;
  padding-block: 34px 28px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaList .areaShop li {
    padding-block: 2.36vw 1.94vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaList .areaShop li {
    padding-block: 5.33vw 5.33vw;
  }
}

.shopList .areaList .areaShop li:last-child {
  border-bottom: solid 1px #6c6c6c;
}

.shopList .areaShop {
  max-width: 1024px;
  margin: 0 auto 0px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShop {
    margin: 0 auto 0;
    max-width: 71.11vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShop {
    margin: 6.66vw 0 0vw;
  }
}

.shopList .areaShop .areaShopList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #6c6c6c;
}

.shopList .areaShop .areaShopList li:first-of-type {
  border-top: solid 1px #6c6c6c;
}

.shopList .areaShop .txt {
  font-size: 26px;
  line-height: 1.67;
  letter-spacing: 1.08px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShop .txt {
    font-size: 1.81vw;
    letter-spacing: 0.08vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShop .txt {
    font-size: 4.26vw;
    line-height: 1.56;
    letter-spacing: normal;
  }
}

.shopList .areaShop .txt a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.shopList .areaShop .txt.yodobashi a {
  text-decoration: none;
}

.shopList .areaShop .txt.online {
  max-width: 100%;
  width: 100%;
  text-align: center;
  border-top: solid 1px #6c6c6c;
  padding: 58px 0 58px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShop .txt.online {
    padding: 4.03vw 0;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShop .txt.online {
    padding: 5.86vw 0 5.33vw;
    letter-spacing: -0.1vw;
  }
}

.shopList .areaShop .txt.online:last-child {
  border-bottom: solid 1px #6c6c6c;
}

.shopList .areaShop .txt.shop {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 1.56px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShop .txt.shop {
    margin-bottom: 1.39vw;
    font-size: 1.81vw;
    letter-spacing: 0.11vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShop .txt.shop {
    font-size: 4.26vw;
    line-height: 1.91;
    letter-spacing: normal;
    margin-bottom: 4vw;
  }
}

.shopList .areaShop .txt.address {
  max-width: 79.786%;
  width: 100%;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1.08px;
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShop .txt.address {
    font-size: 1.25vw;
    letter-spacing: 0.08vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShop .txt.address {
    max-width: 100%;
    font-size: 4.266vw;
    line-height: 1.91;
    letter-spacing: normal;
    margin-bottom: 0.66667vw;
  }
}

.shopList .areaShop .txt.tel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 1.08px;
  font-family: "Noto Serif", serif;
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .areaShop .txt.tel {
    font-size: 1.25vw;
    letter-spacing: 0.08vw;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .shopList .areaShop .txt.tel {
    max-width: 100%;
    font-size: 4.266vw;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
  }
}

.shopList .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .snsList {
    margin-bottom: 5.56vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .snsList {
    margin-bottom: 16vw;
  }
}

.shopList .snsList .sns {
  width: 60px;
  margin-inline: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .snsList .sns {
    width: 4.17vw;
    margin-inline: 1.04vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .snsList .sns {
    width: 10.93vw;
    margin-inline: 2.66vw;
  }
}
.shopList .snsList .sns a {
  display: block;
}
.shopList .snsList .sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .shopList .snsList .sns:hover {
    opacity: 0.7;
  }
}

.shopList .btnTxt {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .btnTxt {
    font-size: 1.39vw;
    letter-spacing: 0.08vw;
    margin-bottom: 1.39vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .btnTxt {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.24vw;
    margin-bottom: 4vw;
  }
}

.btn02 {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .btn02 {
    max-width: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .btn02 {
    max-width: 89.33vw;
  }
}

.shopList .btn02 {
  margin-bottom: 110px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .shopList .btn02 {
    margin-bottom: 7.63vw;
  }
}
@media screen and (max-width: 768px) {
  .shopList .btn02 {
    margin-bottom: 10.66vw;
  }
}

.btn02Link {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px #fff;
  padding: 33px 93px 38px 81px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .btn02Link {
    padding: 2.29vw 6.46vw 2.64vw 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  .btn02Link {
    padding: 3.5vw 12.26vw 5vw 6vw;
  }
}
@media (any-hover: hover) {
  .btn02Link:hover {
    background-color: #fff;
  }
  .btn02Link:hover .btn02LinkTxt {
    color: #000;
  }
  .btn02Link:hover .btn02Arrow {
    background: #000;
  }
  .btn02Link:hover .btn02Arrow::before {
    background: #000;
  }
}

.btn02LinkTxt {
  font-size: 26px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .btn02LinkTxt {
    font-size: 1.81vw;
    letter-spacing: -0.1vw;
  }
}
@media screen and (max-width: 768px) {
  .btn02LinkTxt {
    font-size: 4.26vw;
  }
}

.btn02Arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% + 0px);
  translate: 0 -50%;
  left: calc(100% - 70px);
  width: 38px;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .btn02Arrow {
    left: calc(100% - 4.86vw);
    width: 2.64vw;
    height: 0.069vw;
  }
}
@media screen and (max-width: 768px) {
  .btn02Arrow {
    top: 6vw;
    left: auto;
    right: 3vw;
    width: 5.33vw;
    height: 0.13vw;
  }
}
.btn02Arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 1px;
  background: #fff;
  rotate: 50deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .btn02Arrow::before {
    width: 0.902vw;
    height: 0.069vw;
  }
}
@media screen and (max-width: 768px) {
  .btn02Arrow::before {
    width: 1.73vw;
    height: 0.13vw;
  }
}

.contactBtn {
  text-align: center;
}

.contactBtnLink {
  position: relative;
  background-color: #fff;
  border: solid 1px #fff;
  padding: 23px 87px 28px 86px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .contactBtnLink {
    padding: 1.6vw 6.04vw 1.94vw 5.97vw;
  }
}
@media screen and (max-width: 768px) {
  .contactBtnLink {
    padding: 3.2vw 18vw 4vw 18vw;
  }
}
@media (any-hover: hover) {
  .contactBtnLink:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .contactBtnLink:hover .contactBtnTxt {
    color: #fff;
  }
  .contactBtnLink:hover .contactBtnTxtArrow {
    background: #fff;
  }
  .contactBtnLink:hover .contactBtnTxtArrow::before {
    background: #fff;
  }
}

.contactBtnTxt {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3.4px;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .contactBtnTxt {
    font-size: 1.39vw;
    letter-spacing: 0.24vw;
  }
}
@media screen and (max-width: 768px) {
  .contactBtnTxt {
    font-size: 4.26vw;
    letter-spacing: normal;
    letter-spacing: 0.725vw;
  }
}

.contactBtnTxtArrow {
  position: absolute;
  z-index: 2;
  top: calc(50% + 0px);
  translate: 0 -50%;
  left: calc(100% - 68px);
  width: 34px;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .contactBtnTxtArrow {
    left: calc(100% - 4.72vw);
    width: 2.36vw;
    height: 0.069vw;
  }
}
@media screen and (max-width: 768px) {
  .contactBtnTxtArrow {
    top: calc(50% + 0.66vw);
    left: auto;
    right: 6vw;
    width: 6.66vw;
    height: 0.13vw;
  }
}
.contactBtnTxtArrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 1px;
  background: #000;
  rotate: 60deg;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .contactBtnTxtArrow::before {
    width: 0.902vw;
    height: 0.069vw;
  }
}
@media screen and (max-width: 768px) {
  .contactBtnTxtArrow::before {
    width: 1.73vw;
    height: 0.13vw;
  }
}

/* =============================================
footer
============================================= */
#footer {
  text-align: center;
  background-color: #000;
  padding-block: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  #footer {
    padding-block: 2.78vw;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    overflow: hidden;
    padding-block: 4.3vw 4.3vw;
  }
}

#footer .copyright {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: center;
  color: #9A9A9A;
  margin: 0 30px 0;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  #footer .copyright {
    font-size: 1.11vw;
    letter-spacing: 0.07vw;
    margin: 0 2.08vw 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 3.2vw;
    line-height: 1.88;
    letter-spacing: 0.191vw;
    margin: 0 0 0;
  }
}