@charset "UTF-8";
:root{
  --color-white: #fff;
  --color-base: #08294d;
  --color-light-blue: #6BA9D2;
  --color-base-gray: #CCCCCC;
  --font-weight-bold: 700;
}
.newcommers * {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}
.newcommers .sp-only {
  display: block;
}

.newcommers figure {
  text-align: center;
}
.newcommers figure img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.newcommers p {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

.newcommers .com-btn {
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  background: var(--color-base);
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
.newcommers .com-btn:hover {
  opacity: .75;
}

.newcommers-contents + .newcommers-contents {
  margin-block-start: 80px;
}
.newcommers .--intro img {
  width: 100%;
  max-width: 370px;
}
.newcommers .--intro h1 {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.3;
  margin-block: 2em;
}
.newcommers .--intro p {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}

.newcommers .--intro ul {
  width: 100%;
  max-width: 830px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2.5vw, 40px);
}
.newcommers .--intro ul li {
  flex-grow: 2;
}

.newcommers h2 {
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  padding-block-end: .8em;
  margin-block-end: 30px;
  border-bottom: 1px solid var(--color-base-gray);
}
.newcommers .--enjoy ul {
  display: block;
}
.newcommers .--enjoy li {
  text-align: center;
}
.newcommers .--enjoy li + li {
  margin-block-start: 50px;
}
.newcommers .--enjoy li figure {
  margin-block-end: 1.6em;
  height: auto;
}
.newcommers .--enjoy li img {
  width: 70%;
  max-width: 180px;
  max-height: inherit;
  object-fit: contain;
}
.newcommers .--enjoy li:nth-child(3) img {
  max-width: 210px;
}
.newcommers .--enjoy li:nth-child(4) img {
  max-width: 240px;
}
.newcommers .--enjoy .enjoy-title {
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  margin-block-end: 1em;
}

.newcommers .--mailmagazine .innerwrap {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}
.newcommers .--mailmagazine figure {
  margin-block: 2em 3em
}
.newcommers .--mailmagazine .com-btn {
  margin-inline: auto;
}
.newcommers .--mailmagazine .link-back-num {
  margin: 1.4em auto; 
  background: var(--color-light-blue);
}

.newcommers .--support ul {
  display: block;
  width: 86%;
  margin-inline: auto;
}
.newcommers .--support ul li {
  max-width: 420px;
  margin-inline: auto;
}
.newcommers .--support ul li img {
  width: 90%;
  height: auto;
  aspect-ratio: 1/1;
}

.newcommers .--collection h2 span {
  font-size: 13px;
  display: block;
  margin-block-start: 3px;
}

.newcommers .--collection ul {
  width: 86%;
  max-width: 420px;
  margin: 30px auto;
}
.newcommers .--collection ul li {
  padding: 30px;
  border: 1px solid var(--color-base-gray);
}
.newcommers .--collection ul li + li {
  margin-block-start: 30px;
}
.newcommers .--collection ul li figure {
  height: 50px;
  margin-block-end: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newcommers .--collection ul li figure img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.newcommers .--collection .com-btn {
  margin-block-start: 1.5em;
}

.newcommers .btn-box {
  width: 86%;
  max-width: inherit;
  margin: 30px auto;
}


@media (min-width: 769px) {
  .newcommers .sp-only {
    display: none;
  }

  .newcommers-contents + .newcommers-contents {
    margin-block-start: 120px;
  }
  .newcommers h2 {
    font-size: 20px;
  }

  .newcommers .--enjoy ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 5vw, 50px) 10px;
  }
  .newcommers .--enjoy li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .newcommers .--enjoy li > div {
    flex-grow: 2;
  }
  .newcommers .--enjoy li + li {
    margin-block-start: 0;
  }
  .newcommers .--enjoy li figure {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .newcommers .--enjoy img {
    aspect-ratio: 1/1;
    width: inherit!important;
    max-width: inherit!important;
    height: 100%!important;
  }
  .newcommers .--enjoy li:nth-child(n+3) img {
    aspect-ratio: 458/370;
  }

  .newcommers .--support ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .newcommers .--support ul li {
    width: 30%;
    max-width: 250px;
  }
  .newcommers .--support ul li img {
    width: 100%;
  }

  .newcommers .--collection h2 span {
    font-size: 14px;
  }

  .newcommers .--collection ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(15px, 3vw, 30px);
    max-width: inherit;
    margin: 50px auto;
  }
  .newcommers .--collection ul li {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;   
  }
  .newcommers .--collection ul li + li {
    margin-block-start: 0;
  }
  .newcommers .--collection ul li p {
    margin-block-end: 1em;
  }
  .newcommers .--collection ul li .com-btn {
    margin-block-start: auto;
  }
  
  .newcommers .btn-box {
    max-width: 310px;
  }
}
