html,
body {
  font-family: "Noto Sans JP", sans-serif;
  /* max-width: 900px; */
  margin: 0 auto;
}

/* IY側css */
.block-genre-page-head {
  display: none;
}

.page-category .block-top-event--goods,
.page-genre .block-top-event--goods,
.page-event .block-top-event--goods {
  padding: 0;
}
/* IY側css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
}

img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.fathers-content {
  padding: 60px 0 100px;
  background-image: url("/img/usr/genre/rA4/2026/bg.jpg");
  background-size: cover;
  background-position: center top;
  margin-top: -1px;
}

section {
  padding-inline: 65px;
}

/********** sec01 **********/
.sec01 {
  padding-bottom: 100px;
}

.sec01-lead {
  width: min(92%, 710px);
  margin: 0 auto;
  position: relative;
}
.sec01-lead p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.5;
  color: #144a8c;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.sec01-lead p span {
  font-size: 16px;
}

.sec01-title {
  width: min(86.5%, 665px);
  margin: 50px auto 0;
}

/* おすすめ商品 */
.sec01-list {
  display: flex;
  column-gap: 36px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.sec01-list::after {
  content: "";
  width: clamp(225px, 30%, 230px);
}

@media screen and (min-width: 1150px) {
  .sec01-list::after {
    display: none;
  }
}

.sec01-item {
  width: clamp(225px, 30%, 230px);
  background-color: #144a8c;
  border-radius: 20px;
  border: 6px solid #144a8c;
  overflow: hidden;
  text-align: center;
}
.sec01-item a:hover .sec01-item-link span {
  transform: translateX(30%);
}

.sec01-item-img {
  height: 160px;
  background-color: #efede6;
}
.sec01-item-img img {
  position: relative;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
._01 .sec01-item-img img {
  top: 50%;
  transform: translateY(-50%);
}
._02 .sec01-item-img img {
  width: min(89%, 195px);
  top: 50%;
  transform: translateY(-50%);
}
._03 .sec01-item-img img {
  width: min(66.5%, 145px);
  top: 100%;
  transform: translateY(-100%);
}

.sec01-item-content {
  padding: 15px 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 5px;
  min-height: 235px;
  background-color: #fff;
}

.sec01-item-name {
  font-size: 20px;
  color: #144a8c;
  line-height: 1.5;
  font-weight: 800;
}

.sec01-item-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}

.sec01-item-price {
  font-size: 24px;
  color: #144a8c;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.sec01-item-price span:first-of-type {
  font-size: 18px;
}
.sec01-item-price span:last-of-type {
  font-size: 16px;
  display: block;
}

.sec01-item-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 20px 0 18px;
  position: relative;
}

.sec01-item-link span {
  position: absolute;
  top: 42%;
  right: 8%;
  transition: transform 0.3s ease;
}
.sec01-item-link span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.sec01-link {
  display: block;
  width: min(69%, 530px);
  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}
.sec01-link:hover span {
  transform: translate(20%, -50%);
}

.sec01-link span {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: min(3%, 17px);
  transition: transform 0.3s ease;
}

/********** sec02 **********/
.sec02 {
  padding-block: 50px 100px;
  background-color: #edf9fb;
  position: relative;
}

.sec02::before,
.sec02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: min(7.2vw, 65px);
  background-size: 100%;
  background-repeat: no-repeat;
}
.sec02::before {
  top: max(-7vw, -63px);
  background-image: url("/img/usr/genre/rA4/2026/bg-top.png");
}
.sec02::after {
  bottom: max(-7vw, -63px);
  background-image: url("/img/usr/genre/rA4/2026/bg-bottom.png");
}

.sec02-title {
  width: min(76.5%, 590px);
  margin: 0 auto;
}

.sec02-list {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  justify-content: center;
  margin-top: 40px;
}

.sec02-item {
  padding: 34px;
  background-color: #fff;
}

.sec02-item-title {
  font-size: 22px;
  color: #0068b7;
  font-weight: 600;
}

.sec02-item-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 104, 183, 0.7);
  margin-top: 8px;
}

.sec02-item-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 25px;
}
.sec02-item-text:first-of-type {
  margin-top: 15px;
}

.sec02_btn {
  text-align: center;
  padding-top: 40px;
}

.sec02_btn a {
  display: inline-block;
  padding: 16px 40px 16px 32px; /* ← 右を少し広めに */
  background: #144a8c;
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  font-weight: 500;
  transition: 0.2s;
  width: 60%;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative; /* ← 追加 */
}
.sec02_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px; /* 右端からの距離 */
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.sec02_btn a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.sec02_btn p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

/********** sec03 **********/
.sec03 {
  padding-top: 100px;
}

.sec03-title {
  width: min(44%, 340px);
  margin: 0 auto;
}

.sec03-link {
  width: min(88%, 680px);
  display: block;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 0 rgb(179 91 104));
  transition: filter 0.3s ease;
}
.sec03-link:hover {
  filter: drop-shadow(0 0 0 rgb(179 91 104));
}

/********** sp **********/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .fathers-content {
    padding: 0;
    background-image: url("/img/usr/genre/rA4/2026/bg_sp.jpg");
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  section {
    padding-inline: 20px;
  }

  /********** sec01 **********/
  .sec01 {
    padding-bottom: 60px;
  }

  .sec01-lead {
    width: 100%;
  }
  .sec01-lead p {
    font-size: 16px;
    transform: translate(-52%, -50%);
  }
  .sec01-lead p span {
    font-size: 14px;
  }

  .sec01-title {
    width: 100%;
    margin-top: 40px;
  }

  /* おすすめ商品 */
  .sec01-list {
    flex-direction: column;
    row-gap: 20px;
  }
  .sec01-list::after {
    content: none;
  }

  .sec01-item {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #144a8c;
  }

  .sec01-item-img {
    height: 140px;
  }
  ._01 .sec01-item-img img {
    width: min(72%, 237px);
  }
  ._02 .sec01-item-img img {
    width: min(55%, 181px);
  }
  ._03 .sec01-item-img img {
    width: min(39.5%, 130px);
  }

  .sec01-item-content {
    padding: 15px 10px;
    min-height: 140px;
    text-align: left;
    align-items: flex-start;
  }

  .sec01-item-name {
    font-size: 18px;
  }

  .sec01-item-text {
    font-size: 12px;
    margin-top: 0;
  }

  .sec01-item-price {
    font-size: 26px;
  }
  .sec01-item-price span:first-of-type,
  .sec01-item-price span:last-of-type {
    font-size: 12px;
    display: inline;
    font-weight: 900;
  }

  .sec01-item-link {
    font-size: 18px;
    padding: 10px 0 12px;
  }

  .sec01-item-link span {
    top: 38%;
  }

  .sec01-link {
    width: min(88%, 295px);
  }

  .sec01-link span {
    width: min(4%, 12px);
  }

  /********** sec02 **********/
  .sec02 {
    padding-block: 20px 40px;
  }

  .sec02_bg {
    line-height: 0;
  }

  .sec02::before,
  .sec02::after {
    height: 7vw;
  }
  .sec02::before {
    top: -6.7vw;
  }
  .sec02::after {
    bottom: -6.7vw;
  }

  .sec02-title {
    width: min(88%, 295px);
  }

  .sec02-list {
    row-gap: 15px;
    margin-top: 20px;
  }

  .sec02-item {
    padding: 15px 10px;
  }

  .sec02-item-title {
    font-size: 14px;
  }

  .sec02-item-line {
    height: 1px;
    margin-top: 4px;
  }

  .sec02-item-text {
    font-size: 10px;
    margin-top: 15px;
  }
  .sec02-item-text:first-of-type {
    margin-top: 12px;
  }

  .sec02_btn p {
    font-size: 0.8rem;
  }
  .sec02_btn a {
    width: 100%;
    max-width: 310px;
    padding: 16px 32px 16px 24px;
  }
  .sec02_btn {
    text-align: center;
    padding-top: 30px;
  }

  /********** sec03 **********/
  html,
  body {
    font-family: "Noto Sans JP", sans-serif;
    /* max-width: 900px; */
    margin: 0 auto;
  }

  /* IY側css */
  .block-genre-page-head {
    display: none;
  }

  .page-category .block-top-event--goods,
  .page-genre .block-top-event--goods,
  .page-event .block-top-event--goods {
    padding: 0;
  }
  /* IY側css */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
  }

  img {
    width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  ul {
    list-style: none;
  }

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .fathers-content {
    /* padding: 60px 0 100px;
  background-image: url("/img/usr/genre/rA4/2026/bg.jpg");
  background-size: cover;
  background-position: center top;
  margin-top: -1px; */
  }

  section {
    padding-inline: 65px;
  }

  /********** sec01 **********/
  .sec01 {
    padding-bottom: 40px;
    padding-top: 100px;
    margin-top: -1px;
    background-image: url(/img/usr/genre/rA4/2026/bg.jpg);
  }

  .sec01-lead {
    width: min(92%, 710px);
    margin: 0 auto;
  }

  .sec01-title {
    width: min(86.5%, 665px);
    margin: 50px auto 0;
  }

  /* おすすめ商品 */
  .sec01-list {
    display: flex;
    column-gap: 36px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec01-list::after {
    content: "";
    width: clamp(225px, 30%, 230px);
  }

  @media screen and (min-width: 1150px) {
    .sec01-list::after {
      display: none;
    }
  }

  .sec01-item {
    width: clamp(225px, 30%, 230px);
    background-color: #144a8c;
    border-radius: 20px;
    border: 6px solid #144a8c;
    overflow: hidden;
    text-align: center;
  }

  .sec01-item-img {
    height: 160px;
    background-color: #efede6;
  }
  .sec01-item-img img {
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  }
  ._01 .sec01-item-img img {
    top: 50%;
    transform: translateY(-50%);
  }
  ._02 .sec01-item-img img {
    width: min(89%, 195px);
    top: 50%;
    transform: translateY(-50%);
  }
  ._03 .sec01-item-img img {
    width: min(66.5%, 145px);
    top: 100%;
    transform: translateY(-100%);
  }

  .sec01-item-content {
    padding: 15px 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 5px;
    min-height: 235px;
    background-color: #fff;
  }

  .sec01-item-name {
    font-size: 20px;
    color: #144a8c;
    line-height: 1.5;
    font-weight: 800;
  }

  .sec01-item-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
  }

  .sec01-item-price {
    font-size: 24px;
    color: #144a8c;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0.5px;
  }
  .sec01-item-price span:first-of-type {
    font-size: 18px;
  }
  .sec01-item-price span:last-of-type {
    font-size: 16px;
    display: block;
  }

  .sec01-item-link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 20px 0 18px;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .sec01-item-link:hover span {
    transform: translateX(30%);
  }

  .sec01-item-link span {
    position: absolute;
    top: 42%;
    right: 8%;
    transition: transform 0.3s ease;
  }
  .sec01-item-link span::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .sec01-link {
    display: block;
    width: min(69%, 530px);
    margin: 40px auto 0;
    cursor: pointer;
    position: relative;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
  }
  .sec01-link:hover span {
    transform: translate(20%, -50%);
  }

  .sec01-link span {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: min(3%, 17px);
    transition: transform 0.3s ease;
  }

  /********** sec02 **********/
  .sec02 {
    padding-block: 50px 100px;
    background-color: #edf9fb;
    position: relative;
  }
  .sec02::before,
  .sec02::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: min(7.2vw, 65px);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  /* .sec02::before {
  top: max(-7vw, -63px);
  background-image: url("/img/usr/genre/rA4/2026/bg-top.png");
} */
  .sec02::after {
    bottom: max(-7vw, -63px);
    background-image: url("/img/usr/genre/rA4/2026/bg-bottom.png");
  }

  .sec02-title {
    width: min(76.5%, 590px);
    margin: 0 auto;
  }

  .sec02-list {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    justify-content: center;
    margin-top: 40px;
  }

  .sec02-item {
    padding: 34px;
    background-color: #fff;
  }

  .sec02-item-title {
    font-size: 22px;
    color: #0068b7;
    font-weight: 600;
  }

  .sec02-item-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(0, 104, 183, 0.7);
    margin-top: 8px;
  }

  .sec02-item-text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 25px;
  }
  .sec02-item-text:first-of-type {
    margin-top: 15px;
  }

  .sec02_btn {
    text-align: center;
    padding-top: 40px;
  }

  .sec02_btn a {
    display: inline-block;
    padding: 16px 40px 16px 32px; /* ← 右を少し広めに */
    background: #144a8c;
    color: #fff;
    text-decoration: none;
    border-radius: 9999px;
    font-weight: 500;
    transition: 0.2s;
    width: 60%;
    border: 2px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    position: relative; /* ← 追加 */
  }
  .sec02_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px; /* 右端からの距離 */
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }

  .sec02_btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  }

  .sec02_btn p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  /********** sec03 **********/
  .sec03 {
    padding-top: 100px;
    background-image: url(/img/usr/genre/rA4/2026/bg.jpg);
    padding-bottom: 80px;
  }

  .sec03-title {
    width: min(44%, 340px);
    margin: 0 auto;
  }

  .sec03-link {
    width: min(88%, 680px);
    display: block;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 0 rgb(179 91 104));
    transition: filter 0.3s ease;
  }
  .sec03-link:hover {
    filter: drop-shadow(0 0 0 rgb(179 91 104));
  }

  /********** sp **********/
  @media screen and (max-width: 767px) {
    .sp {
      display: block;
    }
    .pc {
      display: none;
    }

    .fathers-content {
      /* padding: 30px 0 35px;
    background-image: url("/img/usr/genre/rA4/2026/bg_sp.jpg");
    background-position: bottom;
    background-size: 100% 100%; */
    }

    section {
      padding-inline: 20px;
    }

    /********** sec01 **********/
    .sec01 {
      padding-bottom: 60px;
      padding-top: 60px;
    }

    .sec01-lead {
      width: 100%;
    }

    .sec01-title {
      width: 100%;
      margin-top: 40px;
    }

    /* おすすめ商品 */
    .sec01-list {
      flex-direction: column;
      row-gap: 20px;
    }
    .sec01-list::after {
      content: none;
    }

    .sec01-item {
      width: 100%;
      border-radius: 10px;
      border: 3px solid #144a8c;
    }

    .sec01-item-img {
      height: 140px;
    }
    ._01 .sec01-item-img img {
      width: min(72%, 237px);
    }
    ._02 .sec01-item-img img {
      width: min(55%, 181px);
    }
    ._03 .sec01-item-img img {
      width: min(39.5%, 130px);
    }

    .sec01-item-content {
      padding: 15px 10px;
      min-height: 140px;
      text-align: left;
      align-items: flex-start;
    }

    .sec01-item-name {
      font-size: 18px;
    }

    .sec01-item-text {
      font-size: 12px;
      margin-top: 0;
    }

    .sec01-item-price {
      font-size: 26px;
    }
    .sec01-item-price span:first-of-type,
    .sec01-item-price span:last-of-type {
      font-size: 12px;
      display: inline;
      font-weight: 900;
    }

    .sec01-item-link {
      font-size: 18px;
      padding: 10px 0 12px;
    }

    .sec01-item-link span {
      top: 38%;
    }

    .sec01-link {
      width: min(88%, 295px);
    }

    .sec01-link span {
      width: min(4%, 12px);
    }

    /********** sec02 **********/
    .sec02 {
      padding-block: 20px 40px;
    }

    .sec02::before,
    .sec02::after {
      height: 7vw;
    }
    .sec02::before {
      top: -6.7vw;
    }
    .sec02::after {
      bottom: -6.7vw;
    }

    .sec02-title {
      width: min(88%, 295px);
    }

    .sec02-list {
      row-gap: 15px;
      margin-top: 20px;
    }

    .sec02-item {
      padding: 15px 10px;
    }

    .sec02-item-title {
      font-size: 14px;
    }

    .sec02-item-line {
      height: 1px;
      margin-top: 4px;
    }

    .sec02-item-text {
      font-size: 10px;
      margin-top: 15px;
    }
    .sec02-item-text:first-of-type {
      margin-top: 12px;
    }

    .sec02_btn p {
      font-size: 0.8rem;
    }
    .sec02_btn a {
      width: 100%;
      max-width: 310px;
      padding: 16px 32px 16px 24px;
    }
    .sec02_btn {
      text-align: center;
      padding-top: 30px;
    }

    /********** sec03 **********/
    .sec03 {
      padding-top: 55px;
    }

    .sec03-title {
      width: min(46%, 155px);
    }

    .sec03-link {
      width: 100%;
      filter: drop-shadow(5px 5px 0 rgb(179 91 104));
    }
  }

  .sec03 {
    padding-top: 55px;
  }

  .sec03-title {
    width: min(46%, 155px);
  }

  .sec03-link {
    width: 100%;
    filter: drop-shadow(5px 5px 0 rgb(179 91 104));
  }
}
