body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
  background: #f3f9f8 url(../img/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  color: #142aff;
}

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

a {
  color: #142aff;
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .visual {
    order: 2;
    margin: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .visual {
    width: 25%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 9.15081%;
    z-index: -1;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .visual .slide-visual {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.visual__item {
  width: 70% !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .visual__item:nth-of-type(1) {
    width: 60% !important;
    margin-left: 25px !important;
  }
  .visual__item:nth-of-type(3) {
    width: 80%;
    margin: 0 auto 40px;
  }
  .visual__item:nth-of-type(8) {
    width: 80% !important;
  }
  .visual__item:nth-of-type(4) {
    margin-left: 0 !important;
  }
  .visual__item:nth-of-type(4), .visual__item:nth-of-type(5) {
    width: 50% !important;
  }
  .visual__item:nth-of-type(6) {
    width: 65% !important;
  }
  .visual__item:nth-of-type(7) {
    width: 80% !important;
  }
  .visual__item:nth-of-type(8) {
    width: 80% !important;
    margin: 0 auto 40px;
  }
}
.visual__item:nth-of-type(even) {
  margin-left: auto !important;
}
.visual__item:last-child {
  margin-bottom: 0;
}
.visual .slick-slide {
  margin: 15px 0;
}
.visual .slick-slide:nth-of-type(even) {
  text-align: right;
}

.content {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .content {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    width: 42%;
    margin-left: 44.47291%;
    border-right: 1px solid #142aff;
    border-left: 1px solid #142aff;
  }
}

.hero {
  padding: 0;
}
.hero__img {
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__img::before, .hero__img::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hero__img::before {
  background: url(../img/p-tshirt_03.jpg) top center/cover;
  left: 0;
}
.hero__img::after {
  background: url(../img/p-akusuta_02.jpg) bottom center/cover;
  right: 0;
}
.hero h1 {
  margin: 0;
  position: relative;
  z-index: 1;
}
.hero h1 img {
  width: 100vw;
}

.lead {
  font-weight: 500;
}
.lead__content {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 80px 0;
}
.lead__ttl {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5rem;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .lead__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .lead__ttl {
    font-size: clamp(1.3rem, 1vw, 1.7rem);
  }
}
.lead p {
  margin: 0 0 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .lead p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .lead p {
    font-size: clamp(0.9rem, 1vw, 1.3rem);
  }
}
.lead__detail {
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  .lead__detail {
    max-width: 330px;
  }
}
.lead__detail dl {
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}
.lead__detail dl:last-child {
  margin: 0;
}
.lead__detail dl dt {
  background-color: #142aff;
  color: #fff;
  font-weight: 600;
  width: 70px;
  margin: 0;
  text-align: center;
}
.lead__detail dl dd {
  width: calc(100% - 80px);
  margin: 0;
}
.lead__dms {
  margin: 30px auto 0;
  text-align: center;
  max-width: 220px;
  position: relative;
}
.lead__dms::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lead__dms img {
  background-color: #142aff;
  padding: 10px;
  transition: 0.3s;
}
.lead__dms img:hover {
  opacity: 0.8;
}
.lead__dms p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 1rem;
}
.lead .onsale {
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .lead .onsale {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .lead .onsale {
    margin: 60px 0 0;
  }
}
.lead .onsale p {
  display: inline-block;
  border: 1px dashed #142aff;
  font-weight: 600;
  margin: 0;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lead .onsale p {
    letter-spacing: 0.05rem;
    line-height: 1.4;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .lead .onsale p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 13px 15px;
  }
}
.lead .onsale p:hover {
  background-color: #e9f1ff;
}
.lead .onsale a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lead .onsale a::after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #142aff;
}
@media only screen and (max-width: 767px) {
  .lead .onsale a::after {
    width: 13px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .lead .onsale a::after {
    width: 15px;
    height: 12px;
    margin: 0 0 0 3px;
  }
}

.lineup {
  position: relative;
  padding: 280px 0;
  color: #fff;
  background-color: #142aff;
}
.lineup::before, .lineup::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
}
.lineup::before {
  background: url(../img/lineup-bg_01.jpg) no-repeat top right/cover;
  top: 0;
}
.lineup::after {
  background: url(../img/lineup-bg_02.jpg) no-repeat top left/cover;
  bottom: 0;
}
.lineup__ttl {
  margin: 0 0 70px;
  text-align: center;
}
.lineup__item {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .lineup__item {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__item {
    width: 80%;
  }
}
.lineup__item:last-child {
  margin: 0 auto;
}
.lineup__pic {
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lineup__pic {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__pic {
    min-height: 500px;
  }
}
.lineup__pic::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lineup__pic_content {
  padding: 30px;
}
.lineup__pic img {
  width: auto;
  z-index: 99;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lineup__pic img {
    max-height: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .lineup__pic img {
    max-height: 350px;
  }
}
.lineup .slide {
  overflow: hidden;
}
.lineup .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 17px;
  height: 17px;
  border: 2px solid #aaa;
  border-left: 0;
  border-bottom: 0;
  transform-origin: top right;
  cursor: pointer;
}
.lineup .slide-arrow.prev-arrow {
  left: -10px;
  transform: rotate(225deg);
}
.lineup .slide-arrow.next-arrow {
  right: 10px;
  transform: rotate(45deg);
}
.lineup__head {
  margin: 0 0 25px;
  position: relative;
  text-align: center;
}
.lineup__head .num {
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 2.3rem;
  padding-top: 2px;
  line-height: 1;
  color: #142aff;
  -webkit-text-stroke: 1px #fff;
  border-top: 1px solid #fff;
}
.lineup__name {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.lineup__text {
  text-align: center;
  font-weight: 500;
  margin: 25px 0 0;
}
.lineup__detail .info {
  letter-spacing: 0.1rem;
}
.lineup__detail p {
  margin: 0;
  font-size: 0.9rem;
}
.lineup__detail p .price {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 3px;
}
.lineup__detail p .tax {
  font-size: 0.9rem;
  margin: 0 0 0 3px;
}
.lineup .order {
  margin: 20px 0 0;
}
.lineup .order__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .lineup .order__item {
    padding: 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .lineup .order__item {
    padding: 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .order__ttl {
    font-size: 0.95rem;
  }
}
.lineup .order__link {
  background-color: #fff;
  border: 1px solid #fff;
  height: 35px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lineup .order__link {
    width: 160px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .lineup .order__link {
    width: 200px;
    font-size: 0.95rem;
  }
}
.lineup .order__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #142aff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease 0s;
}
.lineup .order__link:hover::before {
  transform: scale(1, 1);
}
.lineup .order__link:hover a {
  color: #fff;
}
.lineup .order__link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.lineup .order__link.link-soldout {
  background-color: #142aff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .fadein-img {
    transform: translateY(-30px);
    transition: ease 1s;
    opacity: 0;
  }
  .fadein-img.scrollin {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */