@charset "UTF-8";
/* ===========================================================
   スーちゃんのおへや (suchan)
   =========================================================== */
   .suchan .breadcrumb {
  background-color: var(--cream);
   }
.nami {
  position: relative;
}
.nami::after {
  background-color: var(--cream);
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  --mask: radial-gradient(51.61px at 50% calc(100% - 72px), #000 99%, #0000 101%) calc(50% - 60px) 100%/120px 51% repeat-x,
    radial-gradient(51.61px at 50% calc(100% + 42px), #0000 99%, #000 101%) 50% calc(100% - 30px)/120px calc(51% - 30px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.su-hero.nami::after {
  top: -50px;
}
section.nami::after {
  bottom: -50px;
}
.susectionTtl {
  margin: 0 auto;
  width: 80%;
  max-width: 545px;
}
/* プロフィール */
.profile {
    padding: 75px 0 120px;
}
.profile figure.profilehdImg {
    max-width: 820px;
    margin: 55px auto 27px;
}
.su-prof-card {
  background: #fff;
  border-radius: 28px;
  padding: 36px 40px;
  max-width: 820px;
  margin: 0 auto;
}
.su-prof-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 4px;
}
.su-prof-row .label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 215px;
  font-weight: 700;
  color: var(--red);
}

.su-prof-row .val {
  flex: 1;
  line-height: 1.9;
}
/* 家族 */

.family {
    background-color: #F4CA4C;
    background-image: radial-gradient(circle, #ffdc72 5px, transparent 5px), radial-gradient(circle, #ffdc72 5px, transparent 5px);
    background-position: 0 0, 15px 30px;
    background-size: 30px 60px;
    padding: 120px 0 100px;
}
.family .radial{
    background-image: url(../imgs/suchan/familyBg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.family .susectionTtl {
    padding-top: 100px;
}
.su-family-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
    padding: 70px 0;
}
.su-mem {
    text-align: center;
    margin-bottom: 25px;
    width: calc((100% - (45px * 3)) / 4);
}
figure.familyImg {
    position: relative;
    height: 300px;
}
figure.familyImg.famiss {
    height: 110px;
}
figure.familyImg img {
    position: absolute;
    bottom: 0;
}
.su-mem .name {
  background-color: var(--white);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  border-radius: 20px;
}
.su-mem .desc {
    font-size: 18px;
    line-height: 1.2;
}
/* グッズ */
.sugoods {
    padding: 100px 0;
}
.sugoodsTtl {
    text-align: center;
    color: var(--red);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1;
}
.sugoodsTtl .slash-left, .sugoodsTtl .slash-right {
    font-size: 40px;
}
.sugoods .bnr_online {
    margin: 90px 0 10px;
}
.sugoods .bnr_online a {
    position: relative;
    display: block;
}
.sugoods .bnr_online a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 170px;
    height: 245px;
    top: -236px;
    background-image: url(../imgs/suchan/decosu01.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 51px;
}

/* コンテンツ */


.sucontents {
    padding: 200px 0 280px;
    background: var(--white);
}
.sucontents .susectionTtl {
    margin-bottom: 90px;
}
.sucontents-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px 40px;
    margin: 0 auto;
}
.sucontents-card {
    display: block;
    color: var(--text);
    transition: transform 0.3s ease;
}
.sucontents-cradImg img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    border: none;
    border-radius: 16px;
    margin-bottom: 16px;
}
.sucontents-card .ttl {
    color: var(--red);
    font-weight: 800;
    font-size: 24px;
    text-align: center;
}
.sucontents-card .desc {
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
}
.sucontents-card:hover {
    opacity: 0.7;
    transform: translateY(3px);
}



@media (max-width: 1000px) {
.su-family-grid {
    gap: 30px;
}
.su-mem {
    width: calc((100% - (100px * 2)) / 3);
}
figure.familyImg {
    height: 170px;
}
figure.familyImg.famis {
    height: 110px;
}
}
@media (max-width: 768px) {
  
.susectionTtl {
    width: 100%;
}
  .profile {
    padding: 0 0 80px;
}
.profile figure.profilehdImg {
    max-width: 580px;
}
.su-prof-card {
    padding: 36px 32px;
}
  .su-prof-row {
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px;
  }
  .su-prof-row .label {
    min-width: 0;
  }
  .family {
    background-size: 30px 60px;
    padding: 80px 0 10px;
}
.family .susectionTtl {
    padding-top: 20px;
}


.sugoods {
    padding: 80px 0;
}
.sugoodsTtl {
    font-size: 16px;
}
.sugoodsTtl .slash-left, .sugoodsTtl .slash-right {
    font-size: 32px;
}
.sugoods .bnr_online {
    margin: 125px 0 10px;
}
.sugoods .bnr_online a::before {
    width: 90px;
    height: 125px;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
}

.sucontents {
    padding: 100px 0 150px;
}
.sucontents .susectionTtl {
    margin-bottom: 30px;
}
.sucontents-cards {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 500px;
}
.sucontents-card .ttl {
    font-size: 18px;
}
.sucontents-card .desc {
    font-size: 14px;
}


}


@media (max-width: 600px) {
    .su-family-grid {
    gap: 8px;
  }
.su-mem {
    width: calc((100% - (8px * 2)) / 3);
}
figure.familyImg {
    height: 120px;
}
.su-mem .desc {
    font-size: 13px;
}
}
@media (max-width: 480px) {
figure.familyImg.famis {
    height: 65px;
}
figure.familyImg.famiss {
    height: 65px;
}
}