/* 共通部分 */
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.flex {
  display: flex;
}

p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

h2 {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.item-list p  {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  /* line-height: 30px; */
}

.item-list a {
  color: #000;
}

span {
  border-radius: 30px;
}

.desc-block {
  border-left: 1px solid #ccc;
  padding-left: 24px;
  margin-top: 40px;
}

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s ease;
}

.fade.show {
  opacity: 1;
  transform: translateY(0);
}

.delay {
  transition-delay: .3s;
}

h2 {
  margin-bottom: 16px;
}

/* FV */
.fv {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.fv img {
  width: 100%;
}

.fv h1 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.sp-img {
  display: none;
}

/* リード */
.lead {
  text-align: center;
  padding: 80px 20px;
}

/* LOOK */
.look {
  padding: 100px 0; 
}

.look.reverse {
  flex-direction: row-reverse;
}

.look-img,
.look-info {
  width: 50%;
}

.look-img img {
  width: 100%;
}

.look-info {
  padding: 60px 60px 60px 0;
}

.items {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.items li {
  margin-bottom: 8px;
}

.container {
  max-width: 1100px; 
  margin: 0 auto;
  padding: 0 20px; /* スマホ用余白 */
}

.image-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 128px;
}

.item-list {
  text-align: center;
  margin-top: 64px;
}

.item-list span {
  border: 1px solid #000;
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 12px;
}

.look-main {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.look:nth-child(even) .look-main {
  flex-direction: row-reverse;
}


.look-info {
  padding: 40px;
  line-height: 1.8;
}

.look-img img,
.image-2col img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.item-list a{
    text-decoration: none;
}

/* フッター */
.btn{
  border: 1px solid #000;
  width: fit-content;
  display: block;
  margin: 32px auto 128px auto;
  padding: 20px 100px;
}

.btn a{
  text-decoration: none;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000;
}


@media screen and (max-width: 768px) {

  /* 上の横並び解除 */
  .look-main {
    display: block;
  }

  /* 幅100% */
  .look-img, .look-info {
    width: 100%;
  }

  /* テキスト余白調整 */
  .look-info {
    padding: 40px 20px 0;
    width: 100%;
  }

  /* 2枚画像 */
  .image-2col {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* セクション余白 */
  .look {
    padding: 60px 0;
  }
  
  .look-main {
    display: block;
  }

  .look-img {
    text-align: center;
  }

  .look-img img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }

  .look-info {
    width: 100%;
    padding: 40px 20px 0;
    box-sizing: border-box;
    max-width: 340px;
    margin: 0 auto;
  }

  .container {
    padding: 0 16px;
  }

  .desc-block {
    border-left: 1px solid #ccc;
    padding-left: 16px;
    margin-top: 32px;
  }

  .item-list p , .look-info p {
    font-size: 14px;
  }

  .pc-img {
    display: none;
  }

  .sp-img {
    display: block;
    width: 100%;
  }

  .lead {
    padding-top: 32px;
  }

  .lead p {
    font-size: 14px;
  }

}
