@charset "UTF-8";
/*///////////////////////////////////////////////////////
    グッズ・オプション スタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.contents {
  margin-bottom: 9.6rem;
}

@media screen and (min-width: 961px) {
  .contents {
    margin-bottom: 12rem;
  }
}
.custom--read {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin-bottom: 4.2rem;
}
.custom--read .custom--read-text {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.custom--read .custom--read-text .custom--read-ttl {
  margin-bottom: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.6rem;
}
.custom--read .custom--read-text .custom--read-body {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-size: 1.2rem;
}
.custom--read .custom--read-img {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 2rem;
}

@media screen and (min-width: 961px) {
  .custom--read {
    align-items: flex-end;
    gap: 7.2rem;
    width: 92%;
    margin: 0 0 7.8rem auto;
  }
  .custom--read .custom--read-text {
    flex: 0 0 44rem;
    width: 44rem;
    padding: 0;
  }
  .custom--read .custom--read-text .custom--read-ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .custom--read .custom--read-text .custom--read-body {
    font-size: 1.4rem;
  }
  .custom--read .custom--read-img {
    flex: 0 0 auto;
    width: calc(100% - 44rem - 7.2rem);
    padding-left: 0;
  }
}
@media screen and (min-width: 1480px) {
  .custom--read {
    max-width: 116.6rem;
    margin: 0 auto 7.8rem;
  }
  .custom--read .custom--read-img img {
    width: 140%;
  }
}
.custom--body {
  margin-bottom: 6.4rem;
  padding: 4.2rem 0 7rem;
  letter-spacing: 0.1em;
  background: #F0F0F0;
}
.custom--body .custom--body-ttl {
  margin-bottom: 3.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.custom--body .custom--items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.custom--body .custom--items .thum {
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.custom--body .custom--items .namebox {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  padding-left: 1.1rem;
  border-left: 4px solid #191919;
}
.custom--body .custom--items .namebox .name {
  font-weight: 700;
  font-size: 1.1rem;
}
.custom--body .custom--items .namebox .name .en {
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-size: 1.64em;
}
.custom--body .custom--items .namebox .icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
}
.custom--body .custom--items .namebox .icon svg {
  width: 100%;
  height: auto;
}
.custom--body .custom--items .namebox .icon svg path {
  fill: #191919;
}
.custom--body .custom--items .copy {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .custom--body {
    margin-bottom: 11rem;
    padding: 5.2rem 0 12rem;
  }
  .custom--body .custom--body-ttl {
    margin-bottom: 6rem;
    font-size: 2rem;
  }
  .custom--body .custom--items {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
  .custom--body .custom--items .thum {
    margin-bottom: 2rem;
    background: #000;
  }
  .custom--body .custom--items .thum img {
    transition: all 0.3s ease-in-out;
  }
  .custom--body .custom--items .namebox {
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
  }
  .custom--body .custom--items .namebox .name {
    font-size: 1.3rem;
  }
  .custom--body .custom--items .namebox .name .en {
    font-size: 2.3em;
  }
  .custom--body .custom--items .namebox .icon {
    flex: 0 0 2.2rem;
    width: 2.2rem;
  }
  .custom--body .custom--items .copy {
    font-size: 1.4rem;
  }
  .custom--body .custom--items .item:hover .thum img {
    opacity: 0.7;
    transform: scale(1.04);
  }
}