@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ====================
 MIXIN
==================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
.c-bebas {
  font-family: "Bebas Neue", sans-serif;
}
.c-bebas::first-letter {
  font-size: 0.8em !important;
}

.c-sippori {
  font-family: "Shippori Mincho", serif;
}

@-webkit-keyframes animate-scroll {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animate-scroll {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.-serif {
  font-family: YakuHanJP, YuGothic, "Yu Gothic", serif;
  font-weight: 700;
}

main {
  position: relative;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  width: 1334px;
  margin: 0 auto;
}

section {
  position: relative;
  background: #fff;
  z-index: 1;
}

.background {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1334px;
  height: 900px;
  background: url(../images/fv_back.jpg) no-repeat center top/100% auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.arrow {
  position: fixed;
  top: 50%;
  left: calc(50% + 620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 150px;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1;
  color: #e3e3e3;
  background: url(../images/icon_arrow.svg) no-repeat center/19px auto;
  mix-blend-mode: difference;
  z-index: 10;
}

.js-sp-toggle,
.count {
  display: none;
}

.fv {
  position: relative;
  width: 100%;
  height: 900px;
  background: none !important;
}
.fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 598px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fv__logo {
  position: absolute;
  bottom: 220px;
  left: 50%;
  width: 212px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv__scroll {
  position: absolute;
  bottom: 85px;
  left: 50%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv__scroll::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 1px;
  height: 75px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: 1.5s animate-scroll ease-in-out forwards infinite;
          animation: 1.5s animate-scroll ease-in-out forwards infinite;
}

.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lead__visual {
  position: relative;
  width: 50%;
}
.lead__title {
  position: absolute;
  bottom: 85px;
  left: 50%;
  width: 544px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lead__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  padding-left: 25px;
}
.lead__note {
  width: 546px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 30px;
  background: #f9f8f2;
}
.lead__note * {
  display: block;
  width: 100%;
}
.lead__note *:not(:last-child) {
  border-bottom: 1px solid #dbdcdc;
}
.lead__note strong {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.86;
}
.lead__note u {
  text-decoration: none;
  display: inline;
}
.lead__right {
  text-align: right;
}

.column {
  position: relative;
}
.column__text {
  position: absolute;
  top: 95px;
  left: 96px;
  width: 575px;
  color: #fff;
}
.column__icon {
  position: absolute;
  top: -46px;
  left: 0;
  width: 171px;
}
.column__catch {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.36;
  font-weight: 900;
  margin-left: 185px;
}
.column__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.86;
  margin-top: 10px;
}
.column__body {
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.43;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 25px;
  margin-top: 20px;
}
.column__profile {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}
.column__profile--20 {
  margin-top: 21px;
}
.column__profile--40 {
  margin-top: 41px;
}
.column__profile--60 {
  margin-top: 61px;
}
.column__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.column__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.54;
  font-weight: 500;
}
.column__detail img {
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 17px;
}
.column__detail:nth-of-type(n+2) {
  margin-left: 25px;
}
.column__detail--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column__detail--left img {
  margin-left: 17px;
  margin-right: auto;
}
.column .credit {
  bottom: 45px;
  right: 100px;
  z-index: 1;
}
.column--right .column__text {
  left: auto;
  right: 135px;
}
.column--right .credit {
  left: 100px;
  right: auto;
}

.credit {
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.54;
  font-weight: 700;
  color: #fff;
}
.credit span {
  display: block;
  width: 180px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.credit span:first-of-type {
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.85);
}
.credit--black {
  color: #000;
}
.credit--black span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.credit--black span:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.85);
}

.suits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.suits--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.suits__block {
  width: 50%;
}
.suits__image {
  position: relative;
}
.suits__text {
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.43;
}
.suits__text strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.56;
  white-space: nowrap;
  font-weight: 900;
  margin-bottom: 10px;
}
.suits__text span {
  display: block;
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 1.54;
  font-weight: 500;
  margin-top: 15px;
}
.suits__text img {
  display: none;
}
.suits__text--row1 {
  padding: 35px 55px 0;
}
.suits__text--row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 55px 0;
}
.suits__text--row2 .suits__body {
  margin-top: 0;
}
.suits__text--row2 .suits__body:nth-of-type(n+2) {
  margin-top: 0;
  margin-left: 50px;
}
.suits__text--float {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 255px;
}
.suits-vol2__credit01 {
  bottom: 30px;
  left: 40px;
}
.suits-vol2__credit02 {
  bottom: 30px;
  left: 40px;
}
.suits-vol3__credit01 {
  top: 15px;
  left: 220px;
}
.suits-vol3__credit02 {
  bottom: 20px;
  left: 330px;
}
.suits-vol3__credit03 {
  bottom: 30px;
  left: 40px;
}
.suits-vol4__credit01 {
  top: 15px;
  left: 40px;
}
.suits-vol4__credit02 {
  top: 15px;
  left: 350px;
}
.suits-vol4__credit03 {
  bottom: 30px;
  left: 40px;
}

.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../images/item_title.svg) no-repeat center center/520px auto, #fff;
}
.item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
.item__catch {
  position: absolute;
  top: 50%;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.36;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item-ties__catch {
  left: 25px;
}
.item-ties__block {
  position: relative;
  width: 270px;
  padding-top: 20px;
}
.item-ties__block:nth-of-type(even) {
  margin-left: 30px;
}
.item-ties__block:nth-of-type(n+3) {
  margin-top: 40px;
}
.item-ties__name {
  position: absolute;
  top: 20px;
  left: -20px;
  font-size: 15px;
  letter-spacing: -0.05em;
  line-height: 1.33;
}
.item-ties__name small {
  display: block;
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1;
}
.item-ties__name--bottom {
  top: 163px;
}
.item-ties__body {
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.42;
}
.item-ties__body strong {
  display: block;
  font-size: 14px;
  letter-spacing: -0.025em;
  line-height: 1.29;
  font-weight: 900;
  margin: 5px 0;
}
.item-ties__body span {
  display: block;
  margin-top: 5px;
  text-align: left;
}
.item-shirt__catch {
  right: 25px;
  text-align: right;
}
.item-shirt__block {
  position: relative;
  width: 100%;
}
.item-shirt__block:nth-of-type(n+2) {
  margin-top: 80px;
}
.item-shirt__block:nth-of-type(n+2) .item-shirt__name {
  left: 290px;
}
.item-shirt__block:nth-of-type(n+2) .item-shirt__body {
  left: 370px;
}
.item-shirt__name {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.23;
}
.item-shirt__name img {
  display: block;
  width: auto;
  height: 31px;
  margin-bottom: 10px;
}
.item-shirt__body {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 240px;
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 1.54;
}
.item-shirt__body strong {
  display: block;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.38;
  font-weight: 900;
  margin: 5px 0;
}
.item-shirt__body span {
  display: block;
  margin-top: 5px;
  text-align: left;
}

.outro {
  position: relative;
  width: 100%;
  height: 900px;
  background: none !important;
}
.outro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 212px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 95px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
  position: relative;
  mix-blend-mode: difference;
  z-index: 10;
}
.totop:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 10px;
}

#ft {
  position: relative;
  background: #eee;
  padding: 80px 0 0;
  z-index: 1;
}
#ft .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ft .shop {
  margin-bottom: 30px;
}
#ft .img {
  text-align: center;
}
#ft .ft__copy {
  color: #fff;
  background: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  padding: 40px 0;
}
#ft .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 834px;
  margin: 32px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 129px;
}
#ft .shopList li {
  width: 169px;
  margin-bottom: 10px;
}
#ft .shopList li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  .background {
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/fv_back_sp.jpg) no-repeat center top/cover;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .arrow {
    display: none;
  }
  .count {
    position: fixed;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    z-index: 10;
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    padding: 0 0.5em 0.5em 0;
    color: #fff;
    mix-blend-mode: difference;
    overflow: hidden;
    background: linear-gradient(135deg, transparent 49.5%, white 49.5%, white 50.5%, transparent 50.5%);
    pointer-events: none;
  }
  .js-sp-toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100vmax;
    background: rgba(255, 255, 255, 0.2);
  }
  .js-sp-toggle::after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: calc(10 / 375 * 100vw);
    content: ">";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-sp-toggle.open::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .js-sp-back img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .js-sp-back img.-fixed {
    position: fixed;
  }
  .fv {
    height: 100dvh;
  }
  .fv__title {
    width: calc(313 / 375 * 100vw);
  }
  .fv__logo {
    bottom: 220px;
    width: calc(140 / 375 * 100vw);
  }
  .lead {
    position: relative;
    display: block;
    padding-bottom: calc(60 / 375 * 100vw);
    min-height: 100vh;
  }
  .lead__visual {
    position: static;
    width: 100%;
  }
  .lead__title {
    position: static;
    width: calc(304 / 375 * 100vw);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
    padding-top: 400px;
  }
  .lead__more {
    width: calc(307 / 375 * 100vw);
    height: calc(74 / 375 * 100vw);
    margin: calc(50 / 375 * 100vw) auto 0;
  }
  .lead__text {
    position: relative;
    display: none;
    width: 100%;
    padding-left: 0;
    z-index: 2;
  }
  .lead__note {
    width: 100%;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 2;
    padding: calc(30 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
  .lead__note strong {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .lead__note u {
    display: block;
    border-top: 1px solid #dbdcdc;
  }
  .column {
    position: relative;
  }
  .column::before {
    content: "";
    display: block;
    padding-top: 1px;
  }
  .column__text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 100vh;
    padding: calc(100 / 375 * 100vw) calc(25 / 375 * 100vw);
    background: rgba(0, 0, 0, 0.6);
    border-radius: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0 0;
  }
  .column__icon {
    position: absolute;
    top: -98vh;
    left: calc(20 / 375 * 100vw);
    width: calc(171 / 375 * 100vw);
  }
  .column__catch {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.4;
    margin-left: calc(0 / 375 * 100vw);
  }
  .column__name {
    display: block;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
    margin-top: 10px;
  }
  .column__body {
    display: none;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.57;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-top: calc(20 / 375 * 100vw);
  }
  .column__profile {
    display: block;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.54;
    margin-top: calc(40 / 375 * 100vw) !important;
  }
  .column__flex {
    display: block;
    margin-top: calc(55 / 375 * 100vw);
  }
  .column__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.54;
    font-weight: 500;
  }
  .column__detail img {
    width: calc(110 / 375 * 100vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: calc(15 / 375 * 100vw);
  }
  .column__detail:nth-of-type(n+2) {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
  .column .credit {
    top: calc(450 / 375 * 100vw);
    bottom: auto;
    left: calc(25 / 375 * 100vw);
    right: auto;
  }
  .column--left .column__text::before {
    right: calc(70 / 375 * 100vw);
  }
  .column--right .column__icon {
    right: calc(20 / 375 * 100vw);
    left: auto;
  }
  .column--right .column__text {
    left: auto;
    right: auto;
  }
  .column--right .column__text::before {
    right: auto;
    left: calc(70 / 375 * 100vw);
  }
  .column--right .credit {
    left: 180px;
    right: auto;
  }
  .suits {
    display: block;
  }
  .suits__block {
    width: 100%;
  }
  .suits__image {
    position: relative;
  }
  .suits__text {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.43;
    padding: calc(35 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  .suits__text strong {
    display: block;
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.56;
    white-space: nowrap;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .suits__text span {
    display: block;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.54;
    font-weight: 500;
    margin-top: 15px;
  }
  .suits__text img {
    display: block;
    max-width: 100vw;
    margin: 0 calc(-25 / 375 * 100vw) calc(35 / 375 * 100vw);
  }
  .suits__text--row2 {
    display: block;
    padding: calc(35 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  .suits__text--row2 .suits__body:nth-of-type(n+2) {
    margin-top: calc(25 / 375 * 100vw);
    margin-left: 0px;
  }
  .suits__text--float {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .suits-vol2__credit01 {
    bottom: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol2__credit02 {
    bottom: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol3__credit01 {
    top: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol3__credit02 {
    top: calc(720 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol3__credit03 {
    bottom: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol4__credit01 {
    top: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol4__credit02 {
    top: calc(720 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .suits-vol4__credit03 {
    bottom: calc(25 / 375 * 100vw);
    left: calc(25 / 375 * 100vw);
  }
  .item {
    display: block;
    background: #fff;
    padding-bottom: calc(60 / 375 * 100vw);
  }
  .item__wrap {
    display: block;
    width: 100%;
  }
  .item__catch {
    position: static;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.4;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: calc(70 / 375 * 100vw) calc(25 / 375 * 100vw) 0;
    background-repeat: no-repeat;
    background-size: auto calc(30 / 375 * 100vw);
    background-position: top calc(55 / 375 * 100vw) right calc(5 / 375 * 100vw);
  }
  .item-ties__catch {
    background-image: url(../images/item_title_ties.svg);
  }
  .item-ties__block {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto;
    padding-top: calc(30 / 375 * 100vw);
  }
  .item-ties__block:nth-of-type(even) {
    margin-left: auto;
  }
  .item-ties__block:nth-of-type(n+2) {
    margin-top: calc(10 / 375 * 100vw);
  }
  .item-ties__name {
    position: absolute;
    top: 20px;
    left: -20px;
    font-size: calc(15 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.33;
  }
  .item-ties__name small {
    display: block;
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .item-ties__name--bottom {
    top: 105px;
  }
  .item-ties__body {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.54;
  }
  .item-ties__body strong {
    display: block;
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.38;
    font-weight: 900;
    margin: calc(5 / 375 * 100vw) 0;
  }
  .item-ties__body span {
    margin-top: calc(5 / 375 * 100vw);
    white-space: wrap;
  }
  .item-ties__body p {
    display: none;
    margin-top: calc(15 / 375 * 100vw);
  }
  .item-ties__more {
    width: calc(190 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    color: #000;
    border-color: #000;
    margin: calc(15 / 375 * 100vw) auto 0;
  }
  .item-shirt__catch {
    text-align: left;
    background-image: url(../images/item_title_ties.svg);
  }
  .item-shirt__block {
    margin-top: calc(40 / 375 * 100vw);
  }
  .item-shirt__block:nth-of-type(n+2) {
    margin-top: calc(40 / 375 * 100vw);
  }
  .item-shirt__block:nth-of-type(n+2) .item-shirt__name {
    left: auto;
    right: calc(20 / 375 * 100vw);
    text-align: right;
  }
  .item-shirt__name {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.23;
  }
  .item-shirt__name img {
    height: calc(31 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .item-shirt__body {
    position: static;
    width: 100%;
    padding: calc(15 / 375 * 100vw) calc(25 / 375 * 100vw) 0;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.54;
  }
  .item-shirt__body strong {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: -0.05em;
    line-height: 1.38;
    margin: calc(5 / 375 * 100vw) 0;
  }
  .item-shirt__body span {
    margin-top: calc(5 / 375 * 100vw);
  }
  .outro {
    height: calc(700 / 375 * 100vw);
  }
  .outro__logo {
    width: calc(140 / 375 * 100vw);
  }
  .totop {
    right: 14.3%;
  }
  #ft {
    background: #eee;
    padding: 70px 0 0;
  }
  #ft .inner {
    padding: 0 8%;
  }
  #ft .shop {
    margin-bottom: 25px;
    text-align: left;
  }
  #ft .img {
    width: 110px;
  }
  #ft .shopList {
    width: 100%;
    margin: 12px auto 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  #ft .shopList li {
    width: 50%;
  }
  #ft .shopList li a {
    font-size: 14px;
    line-height: 1.3em;
  }
}