@charset "utf-8";

.p-orderMade {
  font-size: 13px;
}

.p-orderMadetype-bg::before {
  background: url('../img/order-made/order-made-works.webp') no-repeat center center;
}

.page-header {
  color: #fff;
  background-image: url('../img/order-made/order-made-fv.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.breadcrumb {
  position: absolute;
  left: 0;
  top: 0;
}

.p-home__heading._symbol03:before {
  width: 100px;
  height: 100px;
  top: -20px;
  left: calc(50% - 50px);
}

.p-orderMadeHeadTitle {
  margin-top: 40px;
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.p-orderMade-lead,
.p-orderMadetype-text {
  font-size: 14px;
}

.p-orderMade-lead {
  margin-top: 50px;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}

.p-orderMadeProfile {
  padding: 125px 0;
  background-image: url('../img/order-made/order-made-profile.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.p-orderMadeProfile-title,
.p-orderMadeProfile .p-orderMadetype-text {
  text-align: center;
}

.p-orderMadeProfile .p-orderMadetype-text:nth-child(4) {
  margin-top: 40px;
}

.p-orderMadeProfile-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-orderMadeProfile-lead {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin-top: 50px;
}

.p-orderMadeProfile-lead li {
  display: flex;
  line-height: 1.7;
}

.p-orderMadetype-year {
  width: 5em;
}

.p-orderMadetype {
  padding: 0;
}

.p-orderMadeWorks {
  padding: 100px 0 0px;
  position: relative;
  color: #fff;
}

.p-orderMadeWorks-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}

.p-orderMadeWorks .p-orderMadetype-text {
  text-align: center;
  margin-bottom: 40px;
}

.slick-initialized .slick-slide {
  height: auto;
  aspect-ratio: 360/440;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-orderMadeOrderFlow {
  text-align: center;
  padding: 80px 20px;
  background-color: #050447;
  color: #fff;
  margin-top: 60px;
}

.p-orderMadeOrderFlow-list {
  max-width: 1200px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px 40px;
  align-items: start;
}

.p-orderMadeOrderFlow-item {
  text-align: left;
  position: relative;
}

.p-orderMadeOrderFlow-item::before {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  content: '';
  top: 30px;
  left: 60px;
}

.p-orderMadeOrderFlow-item:nth-child(5):before {
  display: none;
}

.p-orderMadeOrderFlow-item-number {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #050447;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px 15px;
  font-weight: 600;
}

.p-orderMadeOrderFlow-item-number img {
  transform: rotate(-45deg);
  display: block;
}

.p-orderMadeOrderFlow-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  height: 3em;
}

.p-orderMadeOrderFlow-item-text {
  font-size: 14px;
  line-height: 2;
}

.p-orderMadeOrderFlow-item-textLarge {
  font-size: 1.5rem;
  margin-top: 8px;
  line-height: 1;
}

.p-orderMadeOrderFlow-item-text span {
  font-size: 0.8rem;
}

.p-contactFloat {
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
main:not(:has(.l-home__fv)) {
  padding-top: 85px !important;
}

.page-header {
  padding-top: 0;
  height: calc(100vh - 85px);
}

.page-header .p-home__heading {
  margin-bottom: 15px;
}

.p-orderMadeHeadTitle {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.7;
}

.p-orderMade-lead {
  margin-top: 20px;
  line-height: 1.3;
}

.p-orderMadeProfile {
  padding: 120px 20px;
}

.p-orderMadeProfile-lead {
  flex-direction: column;
}

.p-orderMadeProfile .p-orderMadetype-text:nth-child(4) {
  text-align: left;
}

.l-orderMadeWorks-slider {
  padding-left: 20px;
}

.p-orderMadeOrderFlow-list {
  grid-template-columns: repeat(1, 1fr);
}

.p-orderMadeOrderFlow-item {
  display: flex;
  gap: 20px;
}

.p-orderMadeOrderFlow-item::before {
  width: 1px;
  height: 100%;
  top: 70px;
  left: 39px;
}

.p-orderMadeOrderFlow-item-number {
  width: 50px;
  height: 50px;
  margin-top: 20px;
}

.p-orderMadeOrderFlow-item-title {
  height: 1.7em;
}

.p-orderMadeOrderFlow-item-lead {
  width: calc(100% - 100px);
}
}