@charset "UTF-8";
/* =================================================== *

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

#actieva-main {
  color: #000;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, sans-serif;
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

@media (max-width: 1280px) {
  #actieva-main {
    font-size: 14px;
  }
}

#actieva-main img {
  width: 100%;
  height: auto;
}

.font-robo {
  font-family: "Roboto", sans-serif;
}

.font-ja {
  font-family: "Noto Serif JP", serif;
}

.font-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font-jost {
  font-family: "Jost", sans-serif;
}

/*------------------
  display
------------------*/
._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media (max-width: 992px) {
  ._pc {
    display: none;
  }

  ._tb {
    display: block;
  }

  ._tb-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  ._pc-tb {
    display: none;
  }

  ._tb {
    display: none;
  }

  ._sp {
    display: block;
  }
}

/*------------------
  inner
------------------*/
.actieva-container {
  max-width: 1340px;
  width: 80%;
  margin-inline: auto;
}

@media (max-width: 992px) {
  .actieva-container {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .actieva-container {
    width: calc(100% - 40px);
  }
}

.actieva-container-wide {
  max-width: 1340px;
  width: 80%;
  margin-inline: auto;
}

@media (max-width: 992px) {
  .actieva-container-wide {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .actieva-container-wide {
    width: 100%;
  }
}

.actieva-inner1920 {
  max-width: 1920px;
  margin-inline: auto;
}

.actieva-inner1290 {
  max-width: 1290px;
  margin-inline: auto;
}

.actieva-inner1180 {
  max-width: 1180px;
  margin-inline: auto;
}

.actieva-inner1100 {
  max-width: 1100px;
  margin-inline: auto;
}

.actieva-inner900 {
  max-width: 900px;
  margin-inline: auto;
}

.actieva-inner860 {
  max-width: 860px;
  margin-inline: auto;
}

.actieva-inner830 {
  max-width: 830px;
  margin-inline: auto;
}

.actieva-inner820 {
  max-width: 820px;
  margin-inline: auto;
}

.actieva-inner810 {
  max-width: 810px;
  margin-inline: auto;
}

.actieva-inner800 {
  max-width: 800px;
  margin-inline: auto;
}

.actieva-inner770 {
  max-width: 770px;
  margin-inline: auto;
}

/*------------------
  wraper
------------------*/
.actieva-wrapper {
  padding: clamp(70px, 9.1264667536vw, 150px) 0;
}

.actieva-wrapper-top {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.actieva-wrapper-bottom {
  padding-bottom: clamp(70px, 9.1264667536vw, 150px);
}

.actieva-wrapper-100 {
  padding: clamp(50px, 6.518904824vw, 100px) 0;
}

.actieva-wrapper-top-100 {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}

.actieva-wrapper-bottom-100 {
  padding-bottom: clamp(50px, 6.518904824vw, 100px);
}

.actieva-wrapper-70 {
  padding: clamp(40px, 5.2151238592vw, 70px) 0;
}

.actieva-wrapper-top-70 {
  padding-top: clamp(40px, 5.2151238592vw, 70px);
}

.actieva-wrapper-bottom-70 {
  padding-bottom: clamp(40px, 5.2151238592vw, 70px);
}

.actieva-wrapper-50 {
  padding: clamp(30px, 3.9113428944vw, 50px) 0;
}

.actieva-wrapper-top-50 {
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}

.actieva-wrapper-bottom-50 {
  padding-bottom: clamp(30px, 3.9113428944vw, 50px);
}

.actieva-wrapper-30 {
  padding: clamp(15px, 1.9556714472vw, 30px) 0;
}

.actieva-wrapper-top-30 {
  padding-top: clamp(15px, 1.9556714472vw, 30px);
}

.actieva-wrapper-bottom-30 {
  padding-bottom: clamp(15px, 1.9556714472vw, 30px);
}

.actieva-wrapper-20 {
  padding: clamp(10px, 1.3037809648vw, 20px) 0;
}

.actieva-wrapper-top-20 {
  padding-top: clamp(10px, 1.3037809648vw, 20px);
}

.actieva-wrapper-bottom-20 {
  padding-bottom: clamp(10px, 1.3037809648vw, 20px);
}

.actieva-wrapper-10 {
  padding: 10px 0;
}

.actieva-wrapper-top-10 {
  padding-top: 10px;
}

.actieva-wrapper-bottom-10 {
  padding-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 1cqmax;
}

/*------------------
  btn
------------------*/
.actieva-btn1 {
  background: linear-gradient(130deg, #EB6085 0%, #C60052 100%);
  display: inline-block;
  color: #fff;
  padding: 10px 3em;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 20px;
}

@media (max-width: 767px) {
  .actieva-btn1 {
    font-size: 3.4vw;
    padding: 0.5em 3.2em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .actieva-btn1:hover {
    opacity: 0.8;
  }
}

.actieva-btn2 {
  background: #fff;
  padding: 10px 4em;
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: clamp(14px, 1.8252933507vw, 20px);
  display: inline-block;
}

.actieva-btn2 span {
  color: #d63b7f;
}

@media (max-width: 767px) {
  .actieva-btn2 {
    font-size: 2.6vw;
    padding: 0.5em 2em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .actieva-btn2:hover {
    background: #d63b7f;
    color: #fff;
  }

  .actieva-btn2:hover span {
    color: #000;
  }
}

.actieva-btn3 {
  background: #fff;
  padding: 15px 2em;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: clamp(14px, 1.8252933507vw, 20px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.actieva-btn3>div:first-child {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  margin-right: 1em;
}

.actieva-btn3>div:last-child {
  flex-shrink: 0;
  margin-top: 5px;
}

.actieva-btn3 span {
  color: #d63b7f;
}

@media (max-width: 767px) {
  .actieva-btn3 {
    font-size: 2.6vw;
    padding: 1em 2em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .actieva-btn3:hover {
    opacity: 0.8;
  }
}

/*------------------
  header
------------------*/
.actieva-header {
  background: #EFE0A7;
}

.actieva-header__ttl {
  font-size: clamp(20px, 2.0161290323vw, 30px);
  text-align: center;
  margin-bottom: clamp(20px, 2.6075619296vw, 30px);
  letter-spacing: 0.2em;
}

@media (max-width: 1280px) {
  .actieva-header__ttl {
    font-size: clamp(20px, 2.6075619296vw, 30px);
  }
}

@media (max-width: 767px) {
  .actieva-header__ttl {
    margin-bottom: 20px;
    font-size: 4vw;
  }
}

.actieva-header__ttl span {
  color: #d63b7f;
}

.actieva-header__img {
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-header__img {
    width: 70%;
  }
}

/*------------------
  footer
------------------*/
.actieva-footer {
  background: #EFE0A7;
}


.actieva-footer__ttl {
  font-size: clamp(20px, 2.6075619296vw, 40px);
  text-align: center;
  line-height: 1.4;
  margin-bottom: clamp(20px, 2.6075619296vw, 40px);
}

@media (max-width: 767px) {
  .actieva-footer__ttl {
    font-size: 5vw;
  }
}

.actieva-footer__ttl span {
  color: #d63b7f;
}

.actieva-footer__link {
  text-align: center;
}

.actieva-footer__link img {
  max-width: 220px;
}

/*------------------
  pagetop
------------------*/
#actieva-pagetop {
  position: fixed;
  z-index: 10;
  right: 60px;
  bottom: 30px;
}

@media (max-width: 767px) {
  #actieva-pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#actieva-pagetop img {
  width: 100px;
}

@media (max-width: 767px) {
  #actieva-pagetop img {
    width: 60px;
  }
}

/*------------------
  page header
------------------*/
.actieva-pageheader__inner {
  position: relative;
}

.actieva-pageheader__flag {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -10px;
  max-width: 100px;
}

@media (max-width: 767px) {
  .actieva-pageheader__flag {
    max-width: 15%;
  }
}

.actieva-pageheader__ttl {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .actieva-pageheader__ttl {
    padding: 20px;
  }
}

/*------------------
  hn
------------------*/
.actieva-hn1 {
  font-size: 40px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1280px) {
  .actieva-hn1 {
    font-size: clamp(24px, 3.1290743155vw, 40px);
  }
}

@media (max-width: 520px) {
  .actieva-hn1 {
    font-size: 5.4vw;
  }
}

@media (max-width: 767px) {
  .actieva-hn1 {
    gap: 0.5em;
  }
}

.actieva-hn1 img {
  display: block;
  margin-top: 0.3em;
  width: 5%;
  max-width: 25px;
  line-height: 1;
}

/*------------------
  number
------------------*/
.actieva-num {
  display: inline-block;
  background: #fff;
  padding: 5px;
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .actieva-num {
    font-size: 18px;
  }
}

.actieva-num.bl {
  background: #C7DAE1;
}

/* =================================================== *

  top

* =================================================== */
/*------------------
  top kv
------------------*/
.actieva-top__kv {
  background: #EFE0A7;
  padding: 2% 0;
  height: 900px;
}

@media (max-width: 1280px) {
  .actieva-top__kv {
    aspect-ratio: 5/3;
    height: auto;
  }
}

@media (max-width: 767px) {
  .actieva-top__kv {
    aspect-ratio: 4/3;
  }
}

@media (max-width: 520px) {
  .actieva-top__kv {
    aspect-ratio: 1/1;
  }
}

.actieva-top__kv .actieva-inner1920 {
  height: 100%;
  position: relative;
}

.actieva-top__kv__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background: url("../img/top/kv.jpg") no-repeat left top 75%/contain;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 992px) {
  .actieva-top__kv__inner {
    background: url("../img/top/kv.jpg") no-repeat left top 75%/100%;
  }
}

@media (max-width: 767px) {
  .actieva-top__kv__inner {
    background: url("../img/top/kv_sp.jpg") no-repeat left top 67%/100%;
  }
}

.actieva-top__kv__ttl1 {
  font-size: clamp(20px, 2.0161290323vw, 40px);
  text-align: center;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
  letter-spacing: 0.2em;
}

@media (max-width: 1280px) {
  .actieva-top__kv__ttl1 {
    font-size: clamp(20px, 2.6075619296vw, 26px);
  }
}

@media (max-width: 767px) {
  .actieva-top__kv__ttl1 {
    margin-bottom: 20px;
    font-size: 4vw;
  }
}

.actieva-top__kv__ttl1 span {
  color: #d63b7f;
}

.actieva-top__kv__ttl2 {
  text-align: center;
  max-width: 600px;
  width: 50%;
}

@media (max-width: 1280px) {
  .actieva-top__kv__ttl2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .actieva-top__kv__ttl2 {
    max-width: 300px;
    width: 70%;
  }
}

.actieva-top__kv__ttl2 span {
  color: #d63b7f;
}

.actieva-top__kv__ttl3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(30px, 3.0241935484vw, 40px);
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .actieva-top__kv__ttl3 {
    font-size: clamp(16px, 2.0860495437vw, 30px);
  }
}

@media (max-width: 992px) {
  .actieva-top__kv__ttl3 {
    bottom: 2%;
  }
}

@media (max-width: 767px) {
  .actieva-top__kv__ttl3 {
    font-size: 4vw;
  }
}

.actieva-top__kv__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 47%;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .actieva-top__kv__link {
    top: 40%;
  }
}

.actieva-top__kv__link a {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.actieva-top__kv__link a::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  -webkit-animation: kirari 2s ease-in-out infinite;
}

@media (hover: hover) and (pointer: fine) {
  .actieva-top__kv__link a:hover {
    opacity: 0.8;
  }
}

.actieva-top__kv__link img {
  max-width: clamp(140px, 14.1129032258vw, 200px);
}

@media (max-width: 1280px) {
  .actieva-top__kv__link img {
    max-width: clamp(120px, 15.6453715776vw, 160px);
  }
}

@media (max-width: 520px) {
  .actieva-top__kv__link img {
    max-width: 110px;
  }
}

@media (max-width: 320px) {
  .actieva-top__kv__link img {
    max-width: 100px;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes kirari {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  75% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0.5;
  }

  76% {
    -webkit-transform: scale(4) rotate(25deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

/*------------------
  top user
------------------*/
.actieva-top__user {
  background: #fff;
  padding: 30px 0;
}

.actieva-top__user__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .actieva-top__user__ttl {
    margin-bottom: 0;
    align-items: flex-start;
  }
}

.actieva-top__user__ttl1 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: clamp(16px, 2.0860495437vw, 30px);
  line-height: 1;
  font-size: 500;
  padding: 5px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .actieva-top__user__ttl1 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}

.actieva-top__user__ttl2 {
  font-size: clamp(16px, 2.0860495437vw, 30px);
  line-height: 1;
  padding: 5px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .actieva-top__user__ttl2 {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}

.actieva-top__user__ttl>.left {
  flex-basis: 20%;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .actieva-top__user__ttl>.left {
    height: 50px;
    margin: 0;
    background: url("../img/top/user_deco1.png") no-repeat right top 10px/120px;
  }
}

@media (max-width: 767px) {
  .actieva-top__user__ttl>.left img {
    display: none;
  }
}

.actieva-top__user__ttl>.center {
  flex-basis: 830px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 767px) {
  .actieva-top__user__ttl>.center {
    display: block;
    flex-basis: 60%;
    flex-shrink: 0;
    margin: 0 10px;
  }
}

.actieva-top__user__ttl>.right {
  flex-basis: 20%;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .actieva-top__user__ttl>.right {
    height: 50px;
    margin: 0;
    background: url("../img/top/user_deco2.png") no-repeat left top 10px/120px;
  }
}

@media (max-width: 767px) {
  .actieva-top__user__ttl>.right img {
    display: none;
  }
}

.actieva-top__user__img {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-top__user__img {
    max-width: 100%;
  }
}

.actieva-top__user__name {
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: clamp(10px, 1.3037809648vw, 20px);
  font-size: clamp(16px, 2.0860495437vw, 30px);
}

.actieva-top__user__name img {
  width: 25% !important;
}

@media (max-width: 767px) {
  .actieva-top__user__name img {
    width: 30% !important;
  }
}

.actieva-top__user__txt p {
  font-size: 20px;
}

@media (max-width: 767px) {
  .actieva-top__user__txt p {
    font-size: 16px;
  }
}

.actieva-top__user__link {
  text-align: center;
}

/*------------------
  top special
------------------*/
#actieva-top__special1 {
  background: #68b28d;
}

#actieva-top__special2 {
  background: #cfa7cc;
}

#actieva-top__special3-1 {
  background: #efea46;
}

@media (max-width: 767px) {
  #actieva-top__special3-1 .actieva-top__special__link {
    top: 45.5%;
  }
}

#actieva-top__special3-2 {
  background: #f0834a;
}

#actieva-top__special4 {
  background: #fff;
}

@media (max-width: 767px) {
  #actieva-top__special4 .actieva-top__special__link {
    top: 38%;
  }
}

#actieva-top__special5-1 {
  background: #72c8df url("../img/top/sp5-1_bg.jpg") no-repeat center bottom/cover;
}

@media (max-width: 767px) {
  #actieva-top__special5-1 {
    background: #72c8df url("../img/top/sp5-1_bg.jpg") no-repeat left 58% bottom/260%;
  }
}

@media (max-width: 767px) {
  #actieva-top__special5-1 .actieva-top__special__link {
    top: 37%;
  }
}

#actieva-top__special5-2 {
  background: #daeef9 url("../img/top/sp5-2_bg.jpg") no-repeat center bottom/cover;
  position: relative;
}

@media (max-width: 767px) {
  #actieva-top__special5-2 {
    background: #daeef9 url("../img/top/sp5-2_bg.jpg") no-repeat right top/300%;
    position: relative;
  }
}

#actieva-top__special5-2::before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: url("../img/top/sp5-2_snow.png") no-repeat center top/100%;
}

@media (max-width: 992px) {
  #actieva-top__special5-2::before {
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  #actieva-top__special5-2::before {
    background: url("../img/top/sp5-2_snow.png") no-repeat center bottom/120%;
  }
}

#actieva-top__special5-2 .actieva-top__special__img {
  position: relative;
}

#actieva-top__special5-2 .actieva-top__special__img::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  right: 0;
  width: 17em;
  height: 15em;
  background: url("../img/top/sp5-2_woman.png") no-repeat center center/100%;
}

@media (max-width: 767px) {
  #actieva-top__special5-2 .actieva-top__special__img::after {
    width: 40%;
    height: 30%;
    background: url("../img/top/sp5-2_woman.png") no-repeat center center/100%;
  }
}

.actieva-top__special__inner {
  position: relative;
}

@media (max-width: 767px) {
  .actieva-top__special__inner {
    padding-top: 25%;
  }
}

.actieva-top__special__ttl {
  width: 50%;
  left: 2%;
  position: absolute;
  z-index: 2;
  top: 25%;
}

@media (max-width: 767px) {
  .actieva-top__special__ttl {
    top: 13%;
    width: 100%;
    left: 0;
  }
}

.actieva-top__special__ttl>div:first-child {
  border-bottom: solid 1px #000;
  color: #fff;
  font-size: clamp(18px, 2.3468057366vw, 24px);
  display: inline-block;
  margin-bottom: 5px;
  color: #d63b7f;
  font-weight: 500;
}

@media (max-width: 767px) {
  .actieva-top__special__ttl>div:first-child {
    font-size: 5vw;
  }
}

.actieva-top__special__ttl>div:last-child {
  font-size: clamp(26px, 3.3898305085vw, 40px);
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .actieva-top__special__ttl>div:last-child {
    font-size: 6vw;
  }
}

.actieva-top__special__ttl.wh>div:first-child {
  color: #fff;
}

.actieva-top__special__flag {
  position: absolute;
  top: -20px;
  left: 0;
  max-width: 110px;
}

@media (max-width: 767px) {
  .actieva-top__special__flag {
    width: 25%;
  }
}

.actieva-top__special__link {
  position: absolute;
  top: 70%;
  left: 2%;
}

@media (max-width: 767px) {
  .actieva-top__special__link {
    bottom: auto;
    top: 40%;
    left: 0;
  }
}

/*------------------
  top season
------------------*/
.actieva-top__season {
  background: #EFE0A7;
  position: relative;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .actieva-top__season {
    padding-top: 70px;
  }
}

.actieva-top__season__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.actieva-top__season__wrap>.actieva-inner1920 {
  height: 100%;
}


.actieva-top__season__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.actieva-top__season__ttl {
  font-size: clamp(24px, 3.1290743155vw, 40px);
  text-align: center;
  margin-bottom: clamp(20px, 2.6075619296vw, 50px);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .actieva-top__season__ttl {
    margin-bottom: 20px;
    font-size: 4vw;
    line-height: 1.4;
  }
}

.actieva-top__season__logo {
  max-width: 400px;
  width: 80%;
  margin-bottom: clamp(20px, 2.6075619296vw, 50px);
}

@media (max-width: 992px) {
  .actieva-top__season__logo {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .actieva-top__season__logo {
    max-width: 150px;
    width: 60%;
  }
}

.actieva-top__season__link a {
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .actieva-top__season__link a:hover {
    opacity: 0.8;
  }
}

/*------------------
  top faq
------------------*/
.actieva-top__faq__img {
  margin: 0 auto;
  max-width: 600px;
  width: 75%;
}

@media (max-width: 767px) {
  .actieva-top__faq__img {
    width: 90%;
  }
}

.actieva-top__faq__img a {
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .actieva-top__faq__img a:hover {
    opacity: 0.8;
  }
}

/* =================================================== *

  about

* =================================================== */
/*------------------
  about ttl1
------------------*/
.actieva-about__ttl1 {
  background: #fff;
  text-align: center;
  line-height: 1.4;
}

.actieva-about__ttl1__1 {
  font-size: clamp(18px, 2.3468057366vw, 22px);
  font-weight: 500;
}

.actieva-about__ttl1__2 {
  font-size: clamp(24px, 3.1290743155vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*------------------
  about ever
------------------*/
.actieva-about__ever {
  background: #EFE0A7;
}

.actieva-about__ever__inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .actieva-about__ever__inner {
    display: block;
  }
}

.actieva-about__ever__inner>.left {
  flex-basis: 20%;
}

@media (max-width: 767px) {
  .actieva-about__ever__inner>.left {
    max-width: 70%;
    margin: 0 auto 30px;
  }
}

.actieva-about__ever__inner>.center {
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin: 0 30px;
}

@media (max-width: 767px) {
  .actieva-about__ever__inner>.center {
    margin: 30px 0;
  }
}

.actieva-about__ever__inner>.right {
  flex-basis: 18%;
}

@media (max-width: 767px) {
  .actieva-about__ever__inner>.right {
    max-width: 70%;
    margin: 0 auto 30px;
  }
}

.actieva-about__ever__ttl {
  text-align: center;
  font-size: clamp(30px, 3.9113428944vw, 42px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .actieva-about__ever__ttl {
    font-size: 7vw;
  }
}

.actieva-about__ever__txt p {
  font-size: clamp(16px, 2.0860495437vw, 20px);
  text-align: center;
  line-height: 2.4;
}

@media (max-width: 520px) {
  .actieva-about__ever__txt p {
    font-size: clamp(14px, 4.375vw, 16px);
  }
}

/*------------------
  about ttl2
------------------*/
.actieva-about__ttl2 {
  background: #fff;
  text-align: center;
}

.actieva-about__ttl2__1 {
  font-size: clamp(16px, 2.0860495437vw, 20px);
  font-weight: 500;
}

@media (max-width: 767px) {
  .actieva-about__ttl2__1 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.actieva-about__ttl2__2 {
  font-size: clamp(24px, 3.1290743155vw, 32px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .actieva-about__ttl2__2 {
    line-height: 1.2;
  }
}

/*------------------
  about chara
------------------*/
.actieva-about__chara {
  background: #EFE0A7;
  margin-bottom: clamp(50px, 6.518904824vw, 100px);
}

@media (max-width: 767px) {
  .actieva-about__chara {
    margin-bottom: 30px;
  }
}

.actieva-about__chara__sec {
  display: flex;
  gap: clamp(30px, 3.9113428944vw, 70px);
}

@media (max-width: 767px) {
  .actieva-about__chara__sec {
    display: block;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .actieva-about__chara__sec+.actieva-about__chara__sec {
    border-top: solid 2px #fff;
  }
}

.actieva-about__chara__sec>.left {
  text-align: right;
  flex-basis: 20%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .actieva-about__chara__sec>.left {
    text-align: center;
    margin-bottom: 30px;
  }
}

.actieva-about__chara__sec>.right {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .actieva-about__chara__sec>.right {
    text-align: center;
  }
}

.actieva-about__chara__name {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .actieva-about__chara__name {
    font-size: 20px;
  }
}

.actieva-about__chara__txt p {
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 767px) {
  .actieva-about__chara__txt p {
    font-size: 14px;
  }
}

.actieva-about__chara1 .left img {
  max-width: 200px;
}

.actieva-about__chara2 .left img {
  max-width: 120px;
}

.actieva-about__chara3 .left img {
  max-width: 200px;
}

@media (max-width: 767px) {
  .actieva-about__chara3 .left img {
    max-width: 160px;
  }
}

.actieva-about__chara4 .left img {
  max-width: 200px;
}

@media (max-width: 767px) {
  .actieva-about__chara4 .left img {
    max-width: 160px;
  }
}

/* =================================================== *

  user

* =================================================== */
.actieva-user__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: dashed 1px #c03485;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-user__ttl {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .actieva-user__ttl>.left {
    flex-basis: calc(100% - 220px);
    height: 50px;
    background: url("../img/top/user_deco1.png") repeat-x right center/120px;
  }
}

.actieva-user__ttl>.center {
  flex-basis: 200px;
}

@media (max-width: 767px) {
  .actieva-user__ttl>.center {
    flex-shrink: 0;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .actieva-user__ttl>.right {
    flex-basis: calc(100% - 220px);
    height: 50px;
    background: url("../img/top/user_deco2.png") repeat-x left center/120px;
  }
}

.actieva-user__subttl {
  color: #c03485;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .actieva-user__subttl {
    font-size: 20px;
  }
}

.actieva-user__txt p {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .actieva-user__txt p {
    font-size: 16px;
  }
}

/*------------------
  user info
------------------*/
.actieva-user__info__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .actieva-user__info__ttl {
    margin-bottom: 0;
    justify-content: flex-start;
  }
}

.actieva-user__info__ttl .actieva-top__user__ttl1 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .actieva-user__info__ttl .actieva-top__user__ttl2 {
    text-align: center;
    font-size: 7vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
}

.actieva-user__info__ttl>.left {
  flex-basis: 20%;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .actieva-user__info__ttl>.left {
    display: none;
  }
}

.actieva-user__info__ttl>.center {
  flex-basis: 830px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 767px) {
  .actieva-user__info__ttl>.center {
    display: block;
    flex-basis: 90%;
    flex-shrink: 0;
    margin: 0 auto;
  }
}

.actieva-user__info__ttl>.right {
  flex-basis: 20%;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .actieva-user__info__ttl>.right {
    display: none;
  }
}

/*------------------
  user life
------------------*/
.actieva-user__life__ttl img {
  max-width: 200px;
}

.actieva-user__life__img {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-user__life__img {
    max-width: 100%;
  }
}

.actieva-user__life__flex {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

@media (max-width: 767px) {
  .actieva-user__life__flex {
    display: block;
  }
}

.actieva-user__life__flex>.left {
  flex-basis: 50%;
}

@media (max-width: 767px) {
  .actieva-user__life__flex>.left {
    margin-bottom: 20px;
  }
}

.actieva-user__life__flex__ttl {
  font-size: 18px;
  color: #c03485;
  font-weight: 500;
}

.actieva-user__life__flex__txt p {
  font-size: 16px;
}

/*------------------
  user item
------------------*/
.actieva-user__item__ttl img {
  max-width: 220px;
}

.actieva-user__item__inner {
  display: flex;
  flex-direction: column;
}

.actieva-user__item1 {
  order: 1;
}

.actieva-user__item2 {
  order: 2;
}

@media (max-width: 767px) {
  .actieva-user__item2 {
    order: 3;
  }
}

.actieva-user__item3 {
  order: 3;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-user__item3 {
    max-width: 100%;
    padding-top: 0;
    order: 2;
    margin-top: -10px;
  }
}

.actieva-user__item4 {
  order: 4;
}

.actieva-user__item5 {
  order: 5;
}

.actieva-user__item6 {
  order: 5;
}

.actieva-user__item7 {
  order: 7;
}

@media (max-width: 767px) {
  .actieva-user__item7 {
    order: 8;
  }
}

.actieva-user__item8 {
  order: 8;
}

.actieva-user__item9 {
  order: 9;
}

@media (max-width: 767px) {
  .actieva-user__item9 {
    order: 7;
  }
}

.actieva-user__item10 {
  order: 10;
}

.actieva-user__item11 {
  order: 11;
}

.actieva-user__item12 {
  order: 12;
}

.actieva-user__item13 {
  order: 13;
  max-width: 620px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-user__item13 {
    max-width: 60%;
  }
}

/*------------------
  user favorite
------------------*/
.actieva-user__favorite {
  position: relative;
  margin-bottom: clamp(70px, 9.1264667536vw, 150px);
}

.actieva-user__favorite::before,
.actieva-user__favorite::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(50% - 420px);
  height: 4em;
}

.actieva-user__favorite::before {
  left: 0;
  background: url("../img/top/user_deco1.png") no-repeat right center/400px;
}

.actieva-user__favorite::after {
  right: 0;
  background: url("../img/top/user_deco1.png") no-repeat left center/400px;
}

.actieva-user__favorite__ttl {
  display: flex;
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}

.actieva-user__favorite__ttl>.center {
  flex-basis: 736px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .actieva-user__favorite__ttl>.center {
    max-width: 60%;
    margin: 0 10px;
  }
}

.actieva-user__favorite__inner {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .actieva-user__favorite__inner {
    display: block;
  }
}

.actieva-user__favorite__inner>div {
  padding: 0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .actieva-user__favorite__inner>div {
    padding: 20px;
    display: grid;
    grid-template-columns: 40% auto;
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }
}

.actieva-user__favorite__inner>div+div {
  border-left: dashed 1px #000;
}

@media (max-width: 767px) {
  .actieva-user__favorite__inner>div+div {
    border-left: none;
    border-top: dashed 1px #000;
  }
}

.actieva-user__favorite__inner>div>.left {
  height: 7em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-user__favorite__inner>div>.left {
    grid-column-start: 2;
    grid-row-start: 1;
    display: block;
    height: auto;
  }
}

@media (max-width: 767px) {
  .actieva-user__favorite__inner>div>.center {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.actieva-user__favorite__inner>div>.right {
  margin-top: auto;
}

@media (max-width: 767px) {
  .actieva-user__favorite__inner>div>.right {
    margin-top: 0;
    grid-column-start: 2;
  }
}

.actieva-user__favorite__name {
  font-size: clamp(16px, 2.0860495437vw, 20px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-user__favorite__name {
    font-size: 4vw;
    text-align: left;
  }
}

.actieva-user__favorite__num {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-user__favorite__num {
    text-align: left;
  }
}

.actieva-user__favorite__img {
  max-width: 150px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .actieva-user__favorite__img {
    margin-bottom: 0;
  }
}

.actieva-user__favorite__alert {
  font-size: 12px;
  margin-bottom: 10px;
}

.actieva-user__favorite__link .actieva-btn1 {
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .actieva-user__favorite__link .actieva-btn1 {
    display: inline-block;
    font-size: 3.2vw;
    padding: 5px 2em;
  }
}

/* =================================================== *

  tokusyu1

* =================================================== */
/*------------------
  header
------------------*/
.actieva-tokusyu1__header {
  background: #0080C8;
}

.actieva-tokusyu1__header__img {
  max-width: 630px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu1__header__img {
    max-width: 40%;
  }
}

@media (max-width: 520px) {
  .actieva-tokusyu1__header__img {
    max-width: 50%;
  }
}

/* テキスト見出し（画像→テキスト化用） */
.actieva-tokusyu1__header__ttl {
  text-align: center;
  color: #fff;
}

.actieva-tokusyu1__header__ttl .eyebrow {
  display: inline-block;
  font-size: 24px;
  letter-spacing: .08em;
  opacity: .95;
  border-bottom: 1px solid rgba(255, 255, 255, .9);
  /* 画像の「上線」を再現 */
  padding-top: 1px;
  font-weight: 400;
}

.actieva-tokusyu1__header__ttl .main {
  display: block;
  margin-top: 6px;
  line-height: 1.25;
  /* 見た目寄せ（明朝寄りの太め）：Noto Serif JPがあれば使う */
  font-family: "Noto Serif JP", "Noto Sans JP", "Zen Maru Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 4.6vw, 50px);
  letter-spacing: .02em;
}

.actieva-tokusyu1__header__ttl .main .em {
  color: #ffe23f;
  /* 画像の黄色を近似再現 */
}

@media (max-width: 767px) {
  .actieva-pageheader__ttl {
    padding: 20px;
  }

  /* 既存クラス踏襲：行469-474と整合 */
  .actieva-tokusyu1__header__ttl .eyebrow {
    font-size: 14px;
  }

  .actieva-tokusyu1__header__ttl .main {
    font-size: clamp(20px, 6vw, 32px);
  }
}



/*------------------
  sec1
------------------*/
@media (max-width: 767px) {
  .actieva-tokusyu1__sec1__nayami {
    width: 90%;
    margin: 0 auto;
  }
}

.actieva-tokusyu1__sec1__fuan {
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec1__fuan {
    display: block;
  }
}

.actieva-tokusyu1__sec1__fuan>.left {
  flex-basis: 60%;
  flex-shrink: 0;
}

.actieva-tokusyu1__sec1__fuan>.right {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec1__fuan>.right {
    width: 70%;
    margin: 30px auto 0;
  }
}

.actieva-tokusyu1__sec1__kini {
  display: flex;
  gap: 30px;
  border-bottom: solid 1px #EA5514;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec1__kini {
    display: block;
  }
}

.actieva-tokusyu1__sec1__kini>.left {
  flex-grow: 1;
}

.actieva-tokusyu1__sec1__kini>.left p {
  font-size: clamp(14px, 1.8252933507vw, 18px);
  line-height: 2.2;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec1__kini>.left p {
    font-size: 16px;
    line-height: 2;
  }
}

.actieva-tokusyu1__sec1__kini>.right {
  flex-basis: 55%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec1__kini>.right {
    margin: 30px auto 0;
  }
}

/*------------------
  sec2
------------------*/
/*------------------
  sec3
------------------*/
#actieva-tokusyu1__sec3 {
  background: linear-gradient(180deg, #EEF4F7 0%, #EEF4F7 20%, #fff 20%, #fff 100%);
  margin-top: -4%;
  position: relative;
  padding-top: 50px;
}

@media (max-width: 767px) {
  #actieva-tokusyu1__sec3 {
    margin-top: 50px;
  }
}

.actieva-tokusyu1__sec3__inner {
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec3__inner {
    height: auto;
  }
}

.actieva-tokusyu1__sec3__nagi {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -50%;
  width: 25%;
}

@media (max-width: 1280px) {
  .actieva-tokusyu1__sec3__nagi {
    width: 20%;
    top: -30%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec3__nagi {
    display: none;
  }
}

.actieva-tokusyu1__sec3__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50%;
  width: 5%;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec3__arrow {
    width: 10%;
    top: -100%;
  }
}

.actieva-tokusyu1__sec3__hn {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 20px;
}

.actieva-tokusyu1__sec3__hn__img {
  flex-basis: 20%;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec3__hn__img {
    display: none;
  }
}

.actieva-tokusyu1__sec3__hn__txt {
  font-size: clamp(20px, 2.6075619296vw, 30px);
  text-align: center;
  color: #0080C7;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5%;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec3__hn__txt {
    margin-top: 0;
    font-size: 4vw;
    width: 100%;
    padding-bottom: 5%;
  }
}

/*------------------
  sec4
------------------*/
#actieva-tokusyu1__sec4 {
  background: #EEF4F7;
  border-top: solid 1px #0080C8;
  position: relative;
  margin-top: -1.5%;
}

.actieva-tokusyu1__sec4__main {
  position: relative;
  text-align: center;
}

.actieva-tokusyu1__sec4__num {
  margin-left: 35%;
  text-align: left;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec4__num {
    margin-left: auto;
    text-align: center;
  }
}

.actieva-tokusyu1__sec4__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: clamp(30px, 3.9113428944vw, 46px);
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec4__ttl {
    flex-direction: column;
  }
}

.actieva-tokusyu1__sec4__ttl span {
  background: #FFE33F;
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
  font-size: clamp(20px, 2.6075619296vw, 28px);
}

.actieva-tokusyu1__sec4__alert {
  text-align: center;
  margin-bottom: 20px;
}

.actieva-tokusyu1__sec4__link {
  position: absolute;
  bottom: 1%;
  left: 30%;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec4__link {
    position: static;
    transform: translateX(0);
    margin: 30px 0;
  }
}

.actieva-tokusyu1__sec4__howto p {
  margin-top: 20px;
  font-size: clamp(14px, 1.8252933507vw, 18px);
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec4__howto p {
    font-size: 16px;
  }
}

.actieva-tokusyu1__sec4__howto p span {
  color: #E94816;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*------------------
  sec5
------------------*/
/* ===== tokusyu1 sec5：左テキストを画像→テキスト化（最終版） ===== */

/* レイアウト（左テキスト / 中央画像 / 右の小要素） */
.actieva-tokusyu1__sec5__flex {
  display: grid;
  grid-template-columns: 320px 1fr auto;
  /* 右の余白を出さない配分 */
  column-gap: 20px;
  align-items: center;
  justify-content: start;
  margin-bottom: 3rem;

}

/* 左カラム：見出しセット */
.bosui-ttl {
  color: #222;
  max-width: 420px;
}

.bosui-ttl__sup {
  color: #1C7DBB;
  /* デザインの青に合わせる */
  font-weight: 500;
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: .06em;
  margin: 0 0 6px;
}

.bosui-ttl__main {
  font-weight: 500;
  font-size: clamp(28px, 3.8vw, 32px);
  /* 1行で大きめ */
  line-height: 1.25;
  margin: 0 0 4px;
}

.bosui-ttl__sub__main {
  font-size: clamp(16px, 2.6vw, 18px);
  font-weight: 500;
  color: #2a2a2a;
  margin: 0 0 4px -10px;
  font-family: "Zen Maru Gothic", sans-serif;

}

.bosui-ttl__note {
  font-size: clamp(12px, 2.2vw, 14px);
  color: #666;
  margin: 0 0 18px;
  font-weight: 300;
}



/* 中央画像：中央寄せ＆適正幅 */
.actieva-tokusyu1__sec5__flex>.center {
  justify-self: center;
}

.actieva-tokusyu1__sec5__flex>.center picture,
.actieva-tokusyu1__sec5__flex>.center img {
  display: block;
  max-width: 640px;
  /* 必要に応じて 620〜680px で微調整 */
  width: 100%;
  height: auto;
}

/* 右カラム（黄色バッジなど）は内容分だけ */
.actieva-tokusyu1__sec5__flex>.right {
  justify-self: start;
}

/* 「詳しく見る」ボタンを中央に */
.actieva-tokusyu1__sec5__link a {
  display: inline-block;
  margin-inline: auto;
}



/* レスポンシブ */
@media (max-width: 991px) {
  .actieva-tokusyu1__sec5__flex {
    grid-template-columns: 1fr;
    /* 1カラム */

    text-align: center;
  }

  .bosui-ttl {
    font-size: 32px;


  }

  .actieva-tokusyu1__sec5__flex>.center {

    justify-self: center;
  }
}


@media (max-width: 767px) {
  .actieva-tokusyu1__sec5__flex {
    display: block;
  }
}

.actieva-tokusyu1__sec5__flex>.center {
  grid-row: span 2/span 2;
  justify-self: center;
  /* 中央列の中で画像を中央寄せ */
}

.actieva-tokusyu1__sec5__flex>.center picture,
.actieva-tokusyu1__sec5__flex>.center img {
  display: block;
  max-width: 640px;
  /* 画像の上限を少し増やす（必要なら 680px まで可） */
  width: 100%;
  height: auto;
}


/* 左は上揃え、ボタン中央寄せ */
.actieva-tokusyu1__sec5__flex>.left {
  align-self: start;
}

.actieva-tokusyu1__sec5__link {
  text-align: center;
}

/* （任意）品番バッジを画像の上に寄せたいとき */
.actieva-tokusyu1__sec5__num {
  margin-bottom: 8px;
}

.actieva-tokusyu1__sec5__num {
  margin-left: 30%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec5__num {
    margin: 30px auto 0;
    text-align: center;
  }
}





.actieva-tokusyu1__sec5__link {
  text-align: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu1__sec5__link {
    margin-top: 30px;
  }
}

/* =================================================== *

  tokusyu2

* =================================================== */
/*------------------
  header
------------------*/
.actieva-tokusyu2__header {
  background: #914897;
}

.actieva-tokusyu2__header__img {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu2__header__img {
    max-width: 55%;
  }
}

@media (max-width: 520px) {
  .actieva-tokusyu2__header__img {
    max-width: 50%;
  }
}


/* ===== tokusyu2 header: 画像→テキスト ===== */
.actieva-tokusyu2__header__ttl {
  text-align: center;
  color: #fff;
}

.actieva-tokusyu2__header__ttl .eyebrow {
  display: inline-block;
  font-size: 24px;
  letter-spacing: .08em;
  opacity: .95;
  /* ← 細い“上線”を再現（下線ではなく上に出す） */
  border-bottom: 1px solid rgba(255, 255, 255, .9);
  padding-top: 2px;
  font-weight: 400;
}

.actieva-tokusyu2__header__ttl .main {
  display: block;
  margin-top: 6px;
  line-height: 1.25;
  font-family: "Noto Serif JP", "Noto Sans JP", "Zen Maru Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 4.6vw, 50px);
  letter-spacing: .02em;
}

/* “颯爽力”の強調＆ルビ（ふりがなは下側に） */
.ruby-em {
  color: #F2C100;
  /* ベースを黄色に */
  ruby-position: under;
  /* ルビを下側に表示 */
}

.ruby-em rt {
  color: #fff;
  /* ルビは白で可読性確保 */
  font-weight: 300;
  font-size: .2em;
  letter-spacing: .2em;
  padding-left: 2.2rem;
}

/* 引用符も黄色で合わせる */
.actieva-tokusyu2__header__ttl .quo {
  color: #F2C100;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__header__ttl .eyebrow {
    font-size: 14px;
  }

  .actieva-tokusyu2__header__ttl .main {
    font-size: clamp(20px, 6vw, 32px);

  }

  .ruby-em rt {
    padding-left: 1.2rem;

  }
}

/* ===== tokusyu2 header: 画像→テキスト ===== */
.actieva-tokusyu2__header__ttl {
  text-align: center;
  color: #fff;
}

.ruby-em {
  color: #F2C100;
  ruby-position: under;
  /* ベースと引用符の余白も少しタイトに */
  margin: 0 -.03em;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.ruby-em rt {
  color: #fff;
  font-weight: 400;
  font-size: .2em;
  letter-spacing: .02em;
  font-size: .3em;
  /* わずかに小さく */
  color: #fff;
  /* ★ ゴシック体で明瞭に。必要なら先頭に他のゴシックを足してOK */
  font-family: "Noto Sans JP", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  /* ルビはやや小さめ */
  letter-spacing: -3em;
  /* さらに詰める */
  line-height: 1;
  /* 下に詰めたいのでタイトに */
}

/* ルビ対象（颯爽力）の字間は詰めすぎない */
.ruby-em rb {
  letter-spacing: .1em;
}

/* “颯爽力”の強調＆ルビ */

.ruby-em {
  color: #F2C100;
  ruby-position: under;
  margin: 0 -.03em;
  margin: 0 -.06em;
  /* ★ ルビ塊ごと左右をさらに詰める */
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

/* クォート（“ ”）を文字に密着させる */


.actieva-tokusyu2__header__ttl .main .quo:last-of-type {
  margin-left: -0.4em;
}




/* SP専用改行制御 */
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }

  /* <br> を有効化して強制改行 */
  .actieva-tokusyu2__header__ttl .main {
    white-space: normal;
    /* もしPC用で nowrap を入れていたらSPでは解除 */
  }
}

/* ====== tokusyu2 header: 画像→テキスト ====== */
.actieva-tokusyu2__header__ttl {
  text-align: center;
  color: #fff;
}

.actieva-tokusyu2__header__ttl .eyebrow {
  display: inline-block;
  font-size: 24px;
  letter-spacing: .08em;
  opacity: .95;

  padding-top: 8px;
}

.actieva-tokusyu2__header__ttl .main {
  display: block;
  margin-top: 6px;
  line-height: 1.25;
  font-family: "Noto Serif JP", "Noto Sans JP", "Zen Maru Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 4.6vw, 48px);
  letter-spacing: .02em;
}

/* “颯爽力”の強調＆ルビ（ルビはゴシック、字間タイト） */
.ruby-em {
  color: #ffe23f;
  ruby-position: under;
  margin: 0 -.06em;
  /* 本体とクォートに密着させる */
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.ruby-em rt {
  color: #fff;
  font-family: "Noto Sans JP", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: .25em;
  letter-spacing: -3em;
  /* ルビの字間を詰める */
  line-height: 1;
}

.ruby-em rb {
  letter-spacing: .01em;
}

/* クォート（“ ”）を文字に寄せる */
.actieva-tokusyu2__header__ttl .main .quo {
  color: #ffe23f;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}

.actieva-tokusyu2__header__ttl .main .quo:first-of-type {
  margin-right: .1em;
}



/* SP専用改行 */
.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }

  /* <br> を有効化して強制改行 */
  .actieva-tokusyu2__header__ttl .eyebrow {
    font-size: 14px;
  }

  .actieva-tokusyu2__header__ttl .main {
    font-size: clamp(20px, 6vw, 32px);
  }
}

/*------------------
  sec1
------------------*/
@media (max-width: 767px) {
  .actieva-tokusyu2__sec1__main__ttl {
    width: 80%;
    margin: 0 auto;
  }
}

.actieva-tokusyu2__sec1__fuan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec1__fuan {
    display: block;
  }
}

.actieva-tokusyu2__sec1__fuan>.left {
  flex-basis: 60%;
  flex-shrink: 0;
}

.actieva-tokusyu2__sec1__fuan>.left p {
  font-size: clamp(14px, 1.8252933507vw, 18px);
  line-height: 2.2;
  font-weight: 300;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec1__fuan>.left p {
    font-size: 16px;
    line-height: 2;
  }
}

.actieva-tokusyu2__sec1__fuan>.left p span {
  color: #914897;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.actieva-tokusyu2__sec1__fuan>.right {
  flex-grow: 1;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec1__fuan>.right {
    width: 70%;
    margin: 30px auto 0;
  }
}

.actieva-tokusyu2__sec1__fuan__ttl {
  width: 90%;
}

/*------------------
  sec2
------------------*/
#actieva-tokusyu2__sec2 {
  background: #F1F8FD;
}

@media (max-width: 767px) {
  #actieva-tokusyu2__sec2 {
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}

.actieva-tokusyu2__sec2__ttl {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #BAE2F8 50%, #BAE2F8 80%, #F1F8FD 80%, #F1F8FD 100%);
  text-align: center;
}

.actieva-tokusyu2__sec2__ttl img {
  max-width: 660px;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec2__ttl img {
    max-width: 96%;
  }
}

.actieva-tokusyu2__sec2__hone {
  position: relative;
}

.actieva-tokusyu2__sec2__hone p {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  text-align: center;
  font-weight: 400;
}

@media (max-width: 520px) {
  .actieva-tokusyu2__sec2__hone p {
    font-size: 3.6vw;
    line-height: 2;
  }
}

.actieva-tokusyu2__sec2__arrow {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20%;
  width: 10%;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec2__arrow {
    bottom: -10%;
  }
}

/*------------------
  sec3
------------------*/
#actieva-tokusyu2__sec3 {
  background: #efe3f0;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 767px) {
  #actieva-tokusyu2__sec3 {
    padding: 50px 0;
  }
}

.actieva-tokusyu2__sec3__ttl {
  background: #fff;
}

.actieva-tokusyu2__sec3__ttl__inner {
  display: flex;
  gap: 20px;
}

.actieva-tokusyu2__sec3__ttl__img {
  flex-basis: 100px;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec3__ttl__img {
    flex-basis: 25%;
  }
}

.actieva-tokusyu2__sec3__ttl__txt {
  color: #914897;
  font-size: clamp(28px, 3.6505867014vw, 40px);
  line-height: 1;
  margin-top: 5%;
  font-weight: 500;
}

@media (max-width: 992px) {
  .actieva-tokusyu2__sec3__ttl__txt {
    margin-top: 7%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec3__ttl__txt {
    font-size: 6vw;
    line-height: 1.4;
  }
}

.actieva-tokusyu2__sec3__inner {
  border-top: solid 2px #914897;
  margin-top: -60px;
  background: #efe3f0;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec3__inner {
    margin-top: -11%;
  }
}

.actieva-tokusyu2__sec3__support {
  position: relative;
}

.actieva-tokusyu2__sec3__support__ttl {
  max-width: 480px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec3__support__ttl {
    max-width: 90%;
    padding-top: 50px;
  }
}

/* ===== tokusyu2：sec3 見出し（画像→テキスト） ===== */
.t2-item-ttl {
  color: #2a2222;
  line-height: 1.2;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.t2-item-ttl .eyebrow {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 24px);
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.t2-item-ttl .main {
  display: block;
  font-weight: 500;
  font-size: clamp(36px, 4vw, 46px);
  letter-spacing: -3px;
}

.t2-item-ttl .note {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(28px, 2.2vw, 32px);
  color: #2a2a2a;
}







.actieva-tokusyu2__sec3__support__num {
  text-align: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec3__support__num {
    text-align: left;
    margin-left: 25%;
  }
}

.actieva-tokusyu2__sec3__support__link {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec3__support__link {
    position: static;
    transform: translateX(0);
    text-align: center;
  }
}

.actieva-tokusyu2__sec3__alert ul li {
  font-size: 12px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 300;
}

/*------------------
  sec4
------------------*/
.actieva-tokusyu2__sec4__ttl {
  background: linear-gradient(180deg, #efe3f0 0%, #efe3f0 10%, #914897 10%, #914897 90%, #fff 90%, #fff 100%);
  text-align: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec4__ttl {
    background: #914897;
    padding: 20px 0;
  }
}

.actieva-tokusyu2__sec4__lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px clamp(10px, 1.3037809648vw, 30px);
}

@media (max-width: 767px) {
  .actieva-tokusyu2__sec4__lineup {
    flex-direction: column;
  }
}

.actieva-tokusyu2__sec4__lineup>div {
  flex-basis: 48%;
  display: flex;
  gap: 20px;
}

.actieva-tokusyu2__sec4__lineup>div>.right {
  position: relative;
}

.actieva-tokusyu2__sec4__lineup__num {
  text-align: center;
  margin-bottom: 10px;
}

.actieva-tokusyu2__sec4__lineup__link {
  margin-top: 20px;
}

.actieva-tokusyu2__sec4__lineup__link a {
  padding: 5px 1em;
}

/* =================================================== *

  tokusyu3-1

* =================================================== */
/*------------------
  main
------------------*/
.actieva-tokusyu3-1 {
  background: #EFEA45;
}

.actieva-tokusyu3-1__box {
  background: url("../img/tokusyu3-1/maru.svg") no-repeat center top/cover;
  padding: 10% 0;
  aspect-ratio: 1/1;
  position: relative;
}

@media (max-width: 1180px) {
  .actieva-tokusyu3-1__box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (max-width: 1180px) {

  .actieva-tokusyu3-1__box::before,
  .actieva-tokusyu3-1__box::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 1180px) {
  .actieva-tokusyu3-1__box::before {
    background: url("../img/tokusyu3-1/maru_top.png") no-repeat center top/cover;
    top: 0;
  }
}

@media (max-width: 1180px) {
  .actieva-tokusyu3-1__box::after {
    background: url("../img/tokusyu3-1/maru_bottom.png") no-repeat center top/cover;
    bottom: 0;
  }
}

.actieva-tokusyu3-1__box__inner {
  position: relative;
  z-index: 1;
}

.actieva-tokusyu3-1__box__flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__box__flex {
    display: block;
  }
}

.actieva-tokusyu3-1__box__flex>.left {
  flex-basis: 42%;
}

.actieva-tokusyu3-1__box__flex>.right {
  flex-basis: 42%;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__box__item {
    max-width: 70%;
    margin: 0 auto;
  }
}

.actieva-tokusyu3-1__box__num {
  text-align: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__box__price {
    max-width: 70%;
    margin: 30px auto;
  }
}

.actieva-tokusyu3-1__box__alert {
  font-size: 12px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__box__link a {
    padding: 5px 1em;
  }
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__box__link a {
    padding: 10px 2em;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__box__link {
    text-align: center;
  }
}

/*------------------
  header
------------------*/
.actieva-tokusyu3-1__header {
  background: #EFEA45;
  text-align: center;
}

.actieva-tokusyu3-1__header__ttl1 {
  margin-top: clamp(30px, 3.9113428944vw, 50px);
  font-size: clamp(14px, 1.8252933507vw, 20px);
  display: inline-block;
  border-bottom: solid 1px #000;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__header__ttl1 {
    border-top: solid 1px #000;
    font-size: 4vw;
    padding: 5px 0;
  }
}

.actieva-tokusyu3-1__header__ttl2 {
  color: #d63b7f;
  font-size: clamp(30px, 3.9113428944vw, 50px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__header__ttl2 {
    font-size: 9vw;
  }
}

.actieva-tokusyu3-1__header__ttl3 {
  font-size: clamp(16px, 2.0860495437vw, 20px);
  letter-spacing: 0.3em;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__header__ttl3 {
    font-size: 3vw;
  }
}

.actieva-tokusyu3-1__header__ttl3 span {
  font-weight: 600;
}

/*------------------
  sec1
------------------*/
#actieva-tokusyu3-1__sec1 {
  margin-top: 20px;
}

@media (max-width: 1180px) {
  #actieva-tokusyu3-1__sec1 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec1 {
    margin-top: 30%;
  }
}

.actieva-tokusyu3-1__sec1__ttl {
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__sec1__ttl {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec1__ttl {
    max-width: 90%;
  }
}

.actieva-tokusyu3-1__sec1__deco {
  position: absolute;
  top: -1.5%;
  left: 17%;
  width: 10%;
  transform: rotate(-25deg);
}

@media (max-width: 1180px) {
  .actieva-tokusyu3-1__sec1__deco {
    top: -5%;
    transform: rotate(-20deg);
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec1__deco {
    left: 40%;
    top: -4%;
    transform: rotate(0);
    width: 20%;
  }
}

/*------------------
  sec2
------------------*/
#actieva-tokusyu3-1__sec2 {
  margin-top: -50px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec2 {
    margin-top: 50px;
  }
}

.actieva-tokusyu3-1__sec2__ttl {
  max-width: 670px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__sec2__ttl {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec2__ttl {
    max-width: 80%;
  }
}

/*------------------
  item title
------------------*/
#actieva-tokusyu3-1__item__ttl {
  padding: 100px 0 80px;
  text-align: center;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__item__ttl {
    padding: 50px 0 70px;
  }
}

#actieva-tokusyu3-1__item__ttl img {
  max-width: 360px;
}

/*------------------
  sec3
------------------*/
@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec3 .actieva-tokusyu3-1__box__item {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec3 .actieva-tokusyu3-1__box__num {
    text-align: left;
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec3 .actieva-tokusyu3-1__box__flex>.left {
    margin-bottom: 30px;
  }
}

.actieva-tokusyu3-1__sec3__ttl {
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__sec3__ttl {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec3__ttl {
    max-width: 90%;
  }
}

.actieva-tokusyu3-1__sec3__deco {
  position: absolute;
  top: -7.2%;
  left: 15%;
  width: 18%;
  transform: rotate(-30deg);
}

@media (max-width: 1180px) {
  .actieva-tokusyu3-1__sec3__deco {
    top: -6%;
    left: 10%;
    width: 15%;
    transform: rotate(-10deg);
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec3__deco {
    left: 40%;
    top: -3.8%;
    transform: rotate(0);
    width: 20%;
  }
}

/*------------------
  sec4
------------------*/
#actieva-tokusyu3-1__sec4 {
  margin-top: -100px;
}

@media (max-width: 1280px) {
  #actieva-tokusyu3-1__sec4 {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec4 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec4 .actieva-tokusyu3-1__box__num {
    text-align: left;
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec4 .actieva-tokusyu3-1__box__alert {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec4 .actieva-tokusyu3-1__box__item {
    max-width: 100%;
  }
}

#actieva-tokusyu3-1__sec4 .actieva-tokusyu3-1__box {
  padding: 10% 0 7%;
}

.actieva-tokusyu3-1__sec4__ttl {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__sec4__ttl {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec4__ttl {
    max-width: 80%;
  }
}

/*------------------
  sec5
------------------*/
#actieva-tokusyu3-1__sec5 {
  margin-top: -100px;
}

@media (max-width: 1180px) {
  #actieva-tokusyu3-1__sec5 {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec5 {
    margin-top: 50px;
  }
}

#actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box {
  aspect-ratio: 2/1;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__item {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__flex {
    display: flex;
  }
}

#actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__flex>.left {
  text-align: center;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__flex>.left {
    flex-basis: 40%;
    text-align: center;
    margin-bottom: 30px;
  }
}

#actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__flex>.left img {
  max-width: 80%;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__flex>.left img {
    max-width: 100%;
  }
}

#actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__flex>.right {
  margin-top: 7%;
}

#actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__link {
  text-align: left;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-1__sec5 .actieva-tokusyu3-1__box__link {
    text-align: center;
  }
}

.actieva-tokusyu3-1__sec5__ttl {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-1__sec5__ttl {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu3-1__sec5__ttl {
    max-width: 80%;
  }
}

/* =================================================== *

  tokusyu3-2

* =================================================== */
/*------------------
  main
------------------*/
.actieva-tokusyu3-2__click {
  max-width: 300px;
  margin: 0 auto;
}

/*------------------
  header
------------------*/
.actieva-tokusyu3-2__header {
  background: #EF834A;
}

.actieva-tokusyu3-2__header__img {
  max-width: 476px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .actieva-tokusyu3-2__header__img {
    max-width: 40%;
  }
}

@media (max-width: 520px) {
  .actieva-tokusyu3-2__header__img {
    max-width: 45%;
  }
}


/* ===== tokusyu3-2 header: 画像→テキスト ===== */
.t32-header-ttl {
  text-align: center;
  color: #fff;
  padding: 24px 0;
  /* 既存のヘッダー余白に馴染ませる */
  line-height: 1.2;

}

.t32-header-ttl .eyebrow {
  display: block;
  font-size: clamp(24px, 1.6vw, 34px);
  opacity: .95;
  margin-bottom: 10px;
  font-weight: 500;
  color: #231815;
}

.t32-header-ttl .eyebrow .u {
  display: inline-block;
  padding-bottom: 4px;
  /* 細い“下線”を再現 */
  border-bottom: 2px solid rgba(0, 0, 0, .5);
  font-size: 20px;
}

.t32-header-ttl .main {
  display: block;
  font-weight: 500;
  font-size: clamp(22px, 4.6vw, 50px);
  /* 画像見た目に合わせて大きめ */
  letter-spacing: -0.04em;
  /* ほんの少しだけ広げる */
  font-family: "Noto Serif JP", "Noto Sans JP", "Zen Maru Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.t32-header-ttl .en {
  display: block;
  margin-top: 12px;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .32em;
  /* 英字を目立たせるトラッキング */
  font-size: clamp(10px, 1.2vw, 16px);
  color: #231815;

}

.en-strong {
  font-weight: 700;
  /* 600〜700 推奨 */
  letter-spacing: inherit;
  /* 全体と同じでOK */
}

@media (max-width: 767px) {
  .t32-header-ttl {
    padding: 16px 0;
  }

  .t32-header-ttl .eyebrow {
    font-size: 12px;
  }

  .t32-header-ttl .main {
    font-size: clamp(22px, 6.2vw, 36px);
  }

  .t32-header-ttl .en {
    letter-spacing: .28em;
    font-size: 12px;
  }
}

br.sp-br {
  display: none;
}

/* SPだけ改行を有効に */
@media (max-width:767px) {
  br.sp-br {
    display: inline;
  }

  /* ←これで確実に改行される */
  .t32-header-ttl .main {
    white-space: normal;
  }

  /* もしnowrap指定があれば解除 */
}

/* ========== 特集4：カルソン＜まるでデニム＞ タイトルをテキスト化 ========== */
.t4-item-head {
  margin-bottom: clamp(18px, 2.2vw, 24px);
}

.t4-code {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
  margin-bottom: 12px;
}

.t4-title {
  margin: 10px 0 40px 0;
  font-weight: 500;
  letter-spacing: -.1em;
  color: #2a2a2a;
  line-height: 1.35;
  font-size: clamp(16px, 1.8vw, 24px);
  /* PCの見出しサイズ */
}

.t4-title__name {

  font-weight: 500;
}

.t4-title__em {
  font-weight: 500;
  /* “まるでデニム” を少し太く */
}

.t4-title__angle {
  color: #6b6b6b;
  /* 山括弧はグレー寄せ */
  font-weight: 700;
}

/* SP最適化：改行＆サイズ寄せ（要件が「スマホでの表示」中心なので強めに） */
@media (max-width: 767px) {
  .t4-title {
    font-size: 5vw;
    line-height: 1.35;
  }

  /* 句読点的に山括弧をやや小さく見せる */
  .t4-title__angle {
    font-size: .85em;
  }
}

.t32-item-title {
  margin: 0 0 10px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.25;
  color: #2a2a2a;
  /* タイトル色（必要に応じて調整） */
  font-size: clamp(32px, 3.8vw, 36px);
  /* PCで大きく、SPで自動縮小 */

}

.t33-item-title {
  margin: 0 0 10px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.25;
  color: #2a2a2a;
  font-size: clamp(26px, 3.8vw, 32px);
  /* min 26 / fluid 3.8vw / max 32 */
}

/* PCは一行で崩さない */
@media (min-width: 992px) {
  .t33-item-title {
    white-space: nowrap;
    /* 勝手改行させない */
  }
}

/* SPは自然に2行OK（任意で改行タグを使うと安定） */
.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .t33-item-title {
    font-size: clamp(24px, 10vw, 30px);
  }

  /* SPは少し大きめに可変 */
  .sp-br {
    display: inline;
  }

  /* <span class="sp-br"><br></span> を有効化 */
}

.attakashisu {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* スマホだけ強制改行を入れるための制御 */
.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

/* ===== 特集3-2：SOPIVA 見出し（画像→テキスト） ===== */
.t32-sopiva-ttl {
  text-align: center;
  line-height: 1.15;
  margin: 0 0 16px;
}

/* 日本語行 */
.t32-sopiva-ttl .ja {
  color: #2a2222;
  font-weight: 500;
  letter-spacing: .02em;
  font-size: clamp(28px, 2.6vw, 40px);
  /* min 28 / fluid / max 40 */
}

/* 英語行 */
.t32-sopiva-ttl .en {
  margin-top: 8px;
  color: #EF834A;
  font-weight: 400;
  letter-spacing: .08em;
  font-size: clamp(28px, 3vw, 40px);
  /* min 28 / fluid / max 40 */
  /* 必要ならフォント：
     font-family: "Jost","Montserrat","Roboto",system-ui,sans-serif; */
}

/* PC：日本語を1行に固定（勝手な改行を防止） */
@media (min-width: 992px) {
  .t32-sopiva-ttl .ja {
    white-space: nowrap;
  }
}

/* SP：指定位置で改行・サイズ微調整 */
.sp-br {
  display: none;
}

/* 改行用 */
@media (max-width: 767px) {
  .t32-sopiva-ttl {
    margin-bottom: 12px;
  }

  .t32-sopiva-ttl .ja {
    font-size: clamp(24px, 10vw, 32px);
  }

  .t32-sopiva-ttl .en {
    font-size: clamp(28px, 8vw, 36px);
  }

  .sp-br {
    display: inline;
  }

  /* <span class="sp-br"><br></span> を効かせる */
}

/*------------------
  sec1
------------------*/
.actieva-tokusyu3-2__sec1__ttl {
  text-align: center;
}

.actieva-tokusyu3-2__sec1__item {
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__sec1__item {
    max-width: 100%;
  }
}

/*------------------
  item
------------------*/
.actieva-tokusyu3-2__item__num {
  /* max-width: 50px; */
  width: 70px;
  margin-left: clamp(40px, 5.2151238592vw, 50px);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__item__num {
    margin: 0 auto 10px;
  }
}

.actieva-tokusyu3-2__item__box {
  background: #EEF3F6;
  padding: 0 10px clamp(40px, 5.2151238592vw, 50px) clamp(40px, 5.2151238592vw, 50px);
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__item__box {
    padding: 0 20px 40px;
    text-align: center;
  }
}

.actieva-tokusyu3-2__item__ttl {
  display: inline-block;
  background: #fff;
  font-size: 30px;
  border-bottom: solid 1px #000;
  padding: 0 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__item__ttl {
    font-size: 4.6vw;
    width: 70%;
  }
}

.actieva-tokusyu3-2__item__txt p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__item__txt p {
    font-size: 3.4vw;
    text-align: center;
  }
}

.actieva-tokusyu3-2__item__flex {
  display: flex;
  gap: clamp(60px, 7.8226857888vw, 80px);
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__item__flex {
    display: block;
  }
}

.actieva-tokusyu3-2__item__flex>.left {
  flex-basis: 40%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.actieva-tokusyu3-2__item__flex>.right {
  flex-grow: 0;
  flex-basis: 40%;
}

.actieva-tokusyu3-2__item__link {
  margin-top: 30px;
}

#actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__number {
  text-align: center;
}

#actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__num {
  width: 60px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__wear {
    max-width: 80%;
    margin: 0 auto;
    order: 1;
  }
}

#actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__price {
  max-width: 80%;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__price {
    order: 3;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__date {
    order: 2;
    margin-top: 30px;
  }
}

#actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__link {
  text-align: center;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-01 .actieva-tokusyu3-2__item__link {
    order: 4;
  }
}

#actieva-tokusyu3-2-02 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-02 .actieva-tokusyu3-2__item__wear {
    margin-top: 30px;
  }
}

#actieva-tokusyu3-2-02 .actieva-tokusyu3-2__item__price {
  padding-top: 70px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-02 .actieva-tokusyu3-2__item__price {
    padding-top: 0;
    max-width: 70%;
    margin: 30px auto 0;
  }
}

#actieva-tokusyu3-2-02 .actieva-tokusyu3-2__item__link {
  text-align: left;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-02 .actieva-tokusyu3-2__item__link {
    text-align: center;
  }
}

/*------------------
  sec2
------------------*/
#actieva-tokusyu3-2__sec2 .actieva-tokusyu3-2__item__num {
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2__sec2 .actieva-tokusyu3-2__item__price {
    max-width: 80%;
    margin: 0 auto;
  }
}

.actieva-tokusyu3-2__sec2__flex {
  display: flex;
  justify-content: center;
  gap: 60px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__sec2__flex {
    flex-direction: column;
  }
}

.actieva-tokusyu3-2__sec2__flex>div {
  flex-basis: 40%;
  text-align: center;
}

/*------------------
  sec3
------------------*/
#actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__num {
  margin: 0 auto 20px;
}

#actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__date {
  max-width: 80%;
  margin-top: 45px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__date {
    margin-top: 0;
    margin: 0 auto;
  }
}

#actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__price {
  margin-top: 10px;
  max-width: 80%;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__price {
    margin: 0 auto;
  }
}

#actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__link {
  text-align: left;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2__sec3 .actieva-tokusyu3-2__item__link {
    text-align: center;
  }
}

.actieva-tokusyu3-2__sec3__flex {
  display: flex;
  justify-content: center;
  gap: 60px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__sec3__flex {
    display: block;
  }
}

.actieva-tokusyu3-2__sec3__flex>div {
  flex-basis: 40%;
  text-align: center;
}

/*------------------
  odekake
------------------*/
.actieva-tokusyu3-2__odekake__img {
  max-width: 510px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2__odekake__img {
    max-width: 80%;
  }
}

/*------------------
  outer
------------------*/
.actieva-tokusyu3-2__outer {
  background: #EF834A;
}

.actieva-tokusyu3-2__outer__ttl {
  max-width: 364px;
  margin: 0 auto;
}

.actieva-tokusyu3-2__outer__ttl img {
  vertical-align: middle;
}

/*------------------
  sec4
------------------*/
.actieva-tokusyu3-2__sec4__item {
  max-width: 80%;
  margin: 0 auto;
}

/*------------------
  06
------------------*/
.actieva-tokusyu3-2-06__num {
  width: 76px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2-06__num {
    margin: 0 auto;
  }
}

.actieva-tokusyu3-2-06__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2-06__flex {
    display: block;
  }
}

.actieva-tokusyu3-2-06__flex>div {
  flex-basis: 44%;
}

.actieva-tokusyu3-2-06__flex>div:last-child {
  padding-top: 10px;
}

/*------------------
  07
------------------*/
#actieva-tokusyu3-2-07 .actieva-tokusyu3-2__item__num {
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  #actieva-tokusyu3-2-07 .actieva-tokusyu3-2__item__price {
    max-width: 90%;
    margin: 0 auto;
  }
}

.actieva-tokusyu3-2-07__flex {
  display: flex;
  justify-content: center;
  gap: 60px;
}

@media (max-width: 767px) {
  .actieva-tokusyu3-2-07__flex {
    flex-direction: column;
  }
}

.actieva-tokusyu3-2-07__flex>.left {
  flex-basis: 34%;
  text-align: center;
}

.actieva-tokusyu3-2-07__flex>.right {
  flex-basis: 40%;
}

/* =================================================== *

  tokusyu4

* =================================================== */
/*------------------
  main
------------------*/
/* ===== tokusyu4：愛され名品大特集（画像→テキスト） ===== */
.t4-aisare-ttl {
  position: relative;
  text-align: center;
  background: #fff;
}

.t4-aisare-ttl__main {
  display: inline-block;
  color: #E73989;
  /* ピンク系（既存トーンに合わせるなら #d63b7f） */
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.1;
  font-size: clamp(28px, 4.2vw, 64px);
  /* 文字を少しふっくら見せたいとき */
  -webkit-text-stroke: 0 transparent;
}

.t4-aisare-ttl__main .em {
  font-weight: 600;
}

/* 「名品」をやや強調 */
.t4-aisare-ttl__main .mark {
  margin-left: .04em;
}

/* 上部の左右デコ（必要なければ display:none でOK）
   画像パスは手元のアイコンに差し替えてください */
.t4-aisare-ttl__deco {
  position: absolute;
  top: 50%;
  width: clamp(60px, 8vw, 120px);
  height: clamp(24px, 3vw, 36px);
  transform: translateY(-60%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .9;
}

.t4-aisare-ttl__deco--left {
  left: clamp(6px, 2vw, 24px);
  background-image: url("../img/tokusyu4/deco_left.png");
  /* 差し替え */
}

.t4-aisare-ttl__deco--right {
  right: clamp(6px, 2vw, 24px);
  background-image: url("../img/tokusyu4/deco_right.png");
  /* 差し替え */
}

/* 下の細い装飾線（画像の細ボーダーの代替） */
.t4-aisare-ttl__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background:
    repeating-linear-gradient(to right,
      #d6c29e 0 12px,
      /* ベージュ系の短線 */
      transparent 12px 16px);
  opacity: .8;
}

/* SP 微調整 */
@media (max-width: 767px) {}

/* ベース（「され」「大特集」など） */
.t4-aisare-ttl__main {
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-weight: 500;
  font-size: clamp(24px, 3.4vw, 48px);
  line-height: 1.05;
}

@media (max-width: 767px) {
  .t4-aisare-ttl__main {
    margin-top: 2vw;
  }
}

/* 強調：愛・名品（ベースの約1.25倍） */
.t4-aisare-ttl__main .em {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(36px, 5.2vw, 74px);
  letter-spacing: 0.06em;
  /* ほんの少しタイトに */
  transform: translateY(0.5px);
  /* ベースライン微調整 */
}


/* 句読点や「！」の跳ね防止（任意） */
.t4-aisare-ttl__main .mark {
  display: inline-block;
  transform: translateY(-1px);
  font-size: clamp(24px, 4.2vw, 64px)
}

/* SP：全体比を落として強調比率は維持 */
@media (max-width: 767px) {
  .t4-aisare-ttl__main {
    font-size: clamp(24px, 6vw, 34px);
    letter-spacing: 0.015em;
  }

  .t4-aisare-ttl__main .em {
    font-size: clamp(30px, 7.2vw, 42px);
  }

  .t4-aisare-ttl__main .em-a {
    font-size: clamp(28px, 6.6vw, 38px);
  }
}


.actieva-tokusyu4__ttl {
  text-align: center;
  color: #fff;
  font-size: clamp(26px, 3.9113428944vw, 40px);
  background: #7A6C98;
  position: relative;
  margin-bottom: 80px;
  line-height: 1.4;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__ttl {
    font-size: 5vw;
    padding: 10px 0;
    margin-bottom: 50px;
  }
}

.actieva-tokusyu4__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 10px;
  bottom: -20px;
  background: url("../img/tokusyu4/line.svg") repeat-x center bottom/100%;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__ttl::after {
    background: url("../img/tokusyu4/line.svg") repeat-x center bottom/cover;
  }
}

.actieva-tokusyu4__ttl span {
  font-style: italic;
  margin-right: 0.3em;
}

.actieva-tokusyu4__item section {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item section {
    padding-bottom: 30px;
  }
}

.actieva-tokusyu4__item section+section {
  padding-top: 50px;
  border-top: solid 1px #4C4948;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item section+section {
    padding-top: 30px;
  }
}

.actieva-tokusyu4__item__ttl {
  font-weight: 600;
  font-size: clamp(20px, 2.6075619296vw, 24px);
  text-align: center;
  color: #42647F;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #d63b7f;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__ttl {
    margin-bottom: 30px;
    text-underline-offset: 5px;
  }
}

.actieva-tokusyu4__item__ttl2 {
  display: flex;
  justify-content: center;
  text-underline-offset: 9px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__ttl2 {
    margin-bottom: 20%;
  }
}

.actieva-tokusyu4__item__ttl span {
  background: #d63b7f;
  color: #fff;
  padding: 0 0.5em;
  font-size: 80%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__ttl span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.5em;
    font-size: 100%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__ttl {
    font-size: 4.6vw;
  }
}

.actieva-tokusyu4__item__flex {
  display: flex;
  gap: clamp(20px, 2.6075619296vw, 60px);
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__flex {
    display: block;
  }
}

.actieva-tokusyu4__item__flex>.left {
  flex-basis: 46%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.actieva-tokusyu4__item__flex>.right {
  flex-basis: 50%;
}

.actieva-tokusyu4__item__num {
  text-align: center;
  margin-bottom: 2rem;
}

.actieva-tokusyu4__item__alert {
  font-size: 12px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__alert {
    text-align: center;
    margin-top: 2rem;
  }
}

.actieva-tokusyu4__item__img {
  max-width: 80%;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__img {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu4__item__link {
    text-align: center;
    margin-top: 2rem;
  }
}

#actieva-tokusyu4__02_04 .actieva-tokusyu4__item__ttl {
  margin-bottom: 10px;
}

.actieva-tokusyu4__hip {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  gap: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.actieva-tokusyu4__hip>div:first-child {
  color: #42647F;
  font-size: 45px;
  position: relative;
  top: 5px;
}

.actieva-tokusyu4__hip>div:last-child {
  display: flex;
  align-items: center;
  gap: 15px;
}

.actieva-tokusyu4__hip>div:last-child>div:first-child {
  color: #E6428C;
  font-size: 75px;
  letter-spacing: -0.05em;
}

.actieva-tokusyu4__hip>div:last-child>div:first-child span {
  font-size: 50px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.actieva-tokusyu4__hip>div:last-child>div:last-child {
  color: #42647F;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  top: 3px;
}

.actieva-tokusyu4__hip>div:last-child>div:last-child span {
  color: #E6428C;
}

.actieva-tokusyu4__hip__alert {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__hip {
    line-height: 1.2;
    gap: 10px;
    margin-bottom: 20px;
  }

  .actieva-tokusyu4__hip>div:first-child {
    font-size: 5vw;
    top: 5px;
  }

  .actieva-tokusyu4__hip>div:last-child {
    gap: 5px;
  }

  .actieva-tokusyu4__hip>div:last-child>div:first-child {
    font-size: 11vw;
  }

  .actieva-tokusyu4__hip>div:last-child>div:first-child span {
    font-size: 6.5vw;
    top: -2px;
  }

  .actieva-tokusyu4__hip>div:last-child>div:last-child {
    font-size: 3.4vw;
    top: 2px;
  }

  .actieva-tokusyu4__hip__alert {
    text-align: left;
    font-size: 12px;
  }
}


/*------------------
  header
------------------*/
.actieva-tokusyu4__header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 15px #7A6C98;
  border-bottom: solid 15px #7A6C98;
  padding: 100px 0 80px;
  position: relative;
}

.actieva-tokusyu4__header__inner::before,
.actieva-tokusyu4__header__inner::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 10px;
}

.actieva-tokusyu4__header__inner::before {
  position: absolute;
  background: url("../img/tokusyu4/line.svg") repeat-x left top;
  top: 10px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__header__inner::before {
    background-size: 600%;
    top: 5px;
  }
}

.actieva-tokusyu4__header__inner::after {
  position: absolute;
  background: url("../img/tokusyu4/line.svg") repeat-x left bottom;
  bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__header__inner::after {
    bottom: 5px;
    background-size: 600%;
  }
}

@media (max-width: 1280px) {
  .actieva-tokusyu4__header__inner {
    padding: 7% 0 5%;
  }
}

@media (max-width: 992px) {
  .actieva-tokusyu4__header__inner {
    padding: 30px 0;
  }
}

@media (max-width: 520px) {
  .actieva-tokusyu4__header__inner {
    background-size: 1000%, 1000%;
  }
}

.actieva-tokusyu4__header__inner>.left {
  flex-basis: 600px;
  margin: 0 20px;
}

@media (max-width: 1280px) {
  .actieva-tokusyu4__header__inner>.left {
    flex-basis: 30%;
  }
}

@media (max-width: 992px) {
  .actieva-tokusyu4__header__inner>.left {
    display: none;
  }
}

.actieva-tokusyu4__header__inner>.center {
  max-width: 570px;
  width: 40%;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .actieva-tokusyu4__header__inner>.center {
    flex-basis: 60%;
    margin: 0 10px;
  }
}

.actieva-tokusyu4__header__inner>.right {
  flex-basis: 600px;
  margin: 0 20px;
}

@media (max-width: 1280px) {
  .actieva-tokusyu4__header__inner>.right {
    flex-basis: 30%;
  }
}

@media (max-width: 992px) {
  .actieva-tokusyu4__header__inner>.right {
    display: none;
  }
}

/*------------------
  index
------------------*/
.actieva-tokusyu4__index__txt p {
  text-align: center;
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-weight: 300;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__txt p {
    font-size: 3.8vw;
  }
}

.actieva-tokusyu4__index__ttl {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__ttl {
    margin-bottom: 30px;
  }
}

.actieva-tokusyu4__index__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 10px;
  bottom: -20px;
  background: url("../img/tokusyu4/line.svg") repeat-x center bottom;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__ttl::after {
    background-size: cover;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__ttl {
    text-align: left;
    padding-bottom: 20px;
    background-size: cover;
  }
}

.actieva-tokusyu4__index__ttl img {
  max-width: 200px;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__ttl img {
    max-width: 50%;
  }
}

.actieva-tokusyu4__index__box {
  border: solid 2px #7A6C98;
  border-radius: 10px;
  padding: 30px 20px;
}

.actieva-tokusyu4__index__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 10px 30px;
  justify-content: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__list {
    display: block;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__list>div {
    margin-bottom: 10px;
  }
}

.actieva-tokusyu4__index__list>div>a {
  display: block;
  font-size: clamp(20px, 2.6075619296vw, 24px);
  font-weight: 500;
  text-indent: -1.2em;
  margin-left: 1.2em;
  color: #42647F;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .actieva-tokusyu4__index__list>div>a {
    line-height: 1;
    font-size: 5.8vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .actieva-tokusyu4__index__list>div>a:hover {
    color: #d63b7f;
  }
}

.actieva-tokusyu4__index__list>div>a span {
  margin-right: 0.5em;
  color: #d63b7f;
  font-style: italic;
}

/*------------------
  item
------------------*/
#actieva-tokusyu4__04 {
  background: #EBF4EC;
}

@media (max-width: 767px) {
  #actieva-tokusyu4__01_05 .actieva-tokusyu4__item__num {
    text-align: left;
    margin-left: 27%;
    margin-bottom: 10px;
  }
}

/* =================================================== *

  tokusyu5-1

* =================================================== */
/*------------------
  main
------------------*/
.actieva-tokusyu5-1__click {
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__click {
    max-width: 70%;
  }
}

.actieva-tokusyu5-1__item_ttl1 {
  max-width: 1400px;
}

.actieva-tokusyu5-1__item__flex1 {
  display: flex;
  gap: clamp(20px, 2.6075619296vw, 60px);
  border-bottom: solid 1px #fff;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex1 {
    display: block;
    border-bottom: none;
  }
}

.actieva-tokusyu5-1__item__flex1>div {
  flex-basis: 50%;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex1::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #fff;
  }
}

.actieva-tokusyu5-1__item__flex2 {
  display: flex;
  gap: clamp(20px, 2.6075619296vw, 60px);
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex2 {
    display: block;
  }
}

.actieva-tokusyu5-1__item__flex2>div {
  flex-basis: 50%;
  border-bottom: solid 1px #fff;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex2>div {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex2>div::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #fff;
  }
}

.actieva-tokusyu5-1__item__flex3 {
  display: flex;
  gap: clamp(20px, 2.6075619296vw, 60px);
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex3 {
    display: block;
  }
}

.actieva-tokusyu5-1__item__flex3>.left {
  flex-basis: 35%;
}

.actieva-tokusyu5-1__item__flex3>.right {
  flex-basis: 40%;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex3>.right {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex3>.right::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #fff;
  }
}

.actieva-tokusyu5-1__item__flex4 {
  display: flex;
  gap: clamp(20px, 2.6075619296vw, 60px);
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex4 {
    display: block;
  }
}

.actieva-tokusyu5-1__item__flex4>div {
  flex-basis: 50%;
}

.actieva-tokusyu5-1__item__flex4>.left {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex4>.left::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #70C9DF;
  }
}

.actieva-tokusyu5-1__item__flex5 {
  display: flex;
  gap: 20px;
  border-bottom: solid 1px #70C9DF;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex5 {
    display: block;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex5::before {
    position: absolute;
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #70C9DF;
  }
}

.actieva-tokusyu5-1__item__flex5>.left {
  flex-basis: 40%;
}

.actieva-tokusyu5-1__item__flex5>.right {
  flex-basis: 50%;
}

.actieva-tokusyu5-1__item__flex6 {
  display: flex;
  gap: 20px;
  border-bottom: solid 1px #70C9DF;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex6 {
    display: block;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex6::before {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    bottom: 0;
    left: -15px;
    background: #70C9DF;
  }
}

.actieva-tokusyu5-1__item__flex6>.left {
  flex-basis: 48%;
  padding-left: 5%;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__flex6>.left {
    padding-left: 0;
  }
}

.actieva-tokusyu5-1__item__flex6>.right {
  flex-basis: 52%;
  margin-left: -5%;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__num {
    text-align: center;
  }
}

.actieva-tokusyu5-1__item__txt p {
  font-size: clamp(16px, 2.0860495437vw, 20px);
  line-height: 1.6;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__txt p {
    font-size: 3.8vw;
  }
}

.actieva-tokusyu5-1__item__txt p span {
  text-decoration: underline;
  text-decoration-color: #B81C2B;
  text-underline-offset: 5px;
}

.actieva-tokusyu5-1__item__alert {
  font-size: 12px;
  margin-bottom: 10px;
}

.actieva-tokusyu5-1__item__link {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__item__link {
    text-align: center;
  }
}

/*------------------
  header
------------------*/
.actieva-tokusyu5-1__header {
  background: #70C9DF;
}

.actieva-tokusyu5-1__header__img {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-1__header__img {
    max-width: 70%;
  }
}

/*------------------
  sec1
------------------*/
#actieva-tokusyu5-1__sec1 {
  background: #70C9DF url("../img/tokusyu5-1/bg.png") repeat center top/100%;
  position: relative;
  padding-bottom: 20%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__sec1 {
    background: #70C9DF url("../img/tokusyu5-1/bg.png") repeat center top/200%;
    padding-bottom: 40%;
  }
}

/*------------------
  item
------------------*/
#actieva-tokusyu5-1__01 {
  padding-top: 50px;
}

#actieva-tokusyu5-1__01 .actieva-tokusyu5-1__item__num {
  margin-bottom: 30px;
}

#actieva-tokusyu5-1__01 .actieva-tokusyu5-1__item__flex1>.left {
  margin-top: 30px;
}

#actieva-tokusyu5-1__02 .actieva-tokusyu5-1__item__flex1 {
  margin-top: 30px;
}

#actieva-tokusyu5-1__02 .actieva-tokusyu5-1__item__flex1>.right {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__03 .actieva-tokusyu5-1__item__txt p {
    text-align: center;
  }
}

#actieva-tokusyu5-1__06 {
  padding-top: 50px;
}

#actieva-tokusyu5-1__06 .actieva-tokusyu5-1__item__num {
  margin-bottom: 30px;
}

#actieva-tokusyu5-1__06 .actieva-tokusyu5-1__item__flex1>.left {
  margin-top: 30px;
}

#actieva-tokusyu5-1__07 .actieva-tokusyu5-1__item__flex1 {
  margin-top: 30px;
}

#actieva-tokusyu5-1__07 .actieva-tokusyu5-1__item__flex1>.right {
  margin-top: 30px;
}

#actieva-tokusyu5-1__10 .actieva-tokusyu5-1__item__num {
  text-align: center;
}

#actieva-tokusyu5-1__11 .actieva-tokusyu5-1__item__num {
  text-align: center;
}

#actieva-tokusyu5-1__12 .actieva-tokusyu5-1__item__num {
  text-align: center;
}

#actieva-tokusyu5-1__13 .actieva-tokusyu5-1__item__num {
  text-align: left;
  margin-left: 28%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__13 .actieva-tokusyu5-1__item__num {
    margin-left: 25%;
  }
}

@media (max-width: 375px) {
  #actieva-tokusyu5-1__13 .actieva-tokusyu5-1__item__num {
    margin-left: 20%;
  }
}

#actieva-tokusyu5-1__13 .actieva-tokusyu5-1__item__flex6>.right {
  margin-top: 100px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__13 .actieva-tokusyu5-1__item__flex6>.right {
    margin-top: 0;
  }
}

#actieva-tokusyu5-1__14 .actieva-tokusyu5-1__item__num {
  text-align: left;
  margin-left: 33%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__14 .actieva-tokusyu5-1__item__num {
    text-align: center;
    margin-left: 0;
  }
}

#actieva-tokusyu5-1__14 .actieva-tokusyu5-1__item__flex6>.right {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__14 .actieva-tokusyu5-1__item__flex6>.right {
    margin-top: 0;
  }
}

#actieva-tokusyu5-1__15 .actieva-tokusyu5-1__item__num {
  text-align: left;
  margin-left: 35%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__15 .actieva-tokusyu5-1__item__num {
    text-align: center;
    margin-left: 0;
  }
}

#actieva-tokusyu5-1__15 .actieva-tokusyu5-1__item__flex6 {
  border-bottom: none;
  margin-bottom: 0;
}

#actieva-tokusyu5-1__15 .actieva-tokusyu5-1__item__flex6>.right {
  margin-top: 80px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__15 .actieva-tokusyu5-1__item__flex6>.right {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-1__15 .actieva-tokusyu5-1__item__flex6::before {
    background: none;
  }
}

/*------------------
  times
------------------*/
.actieva-tokusyu5-1__times {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}

.actieva-tokusyu5-1__times img {
  max-width: 460px;
  margin: 0 auto;
}



/*------------------
  set1
------------------*/
.actieva-tokusyu5-1__set1__inner1 {
  position: relative;
  aspect-ratio: 1310/1378;
  object-fit: cover;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-1__set1__inner1 {
    width: 80%;
  }
}

.actieva-tokusyu5-1__set1__inner1 img {
  position: absolute;
  left: 14%;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-1__set1__inner1 img {
    left: 25%;
  }
}

.actieva-tokusyu5-1__set1__inner2 {
  position: relative;
  aspect-ratio: 1372/1590;
  object-fit: cover;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-1__set1__inner2 {
    width: 80%;
  }
}

.actieva-tokusyu5-1__set1__inner2 img {
  position: absolute;
  left: 7%;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-1__set1__inner2 img {
    left: 20%;
  }
}

/*------------------
inneralert
------------------*/
#actieva-tokusyu5-1__inneralert {
  text-align: center;
  padding-top: 20px;
}

#actieva-tokusyu5-1__inneralert a {
  font-size: 4vw;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  background: #70C9DF;
}

/*------------------
snow
------------------*/
#actieva-tokusyu5-1__snow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*------------------
  sec2
------------------*/
#actieva-tokusyu5-1__sec2 {
  background: #E7F1F3;
}

/*------------------
  type
------------------*/
#actieva-tokusyu5-1__type {
  position: relative;
  padding: 20px;
}

#actieva-tokusyu5-1__type::before,
#actieva-tokusyu5-1__type::after {
  position: absolute;
  content: "";
}

#actieva-tokusyu5-1__type::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(to right, #f3ab3c 0%, #e95504 100%);
}

#actieva-tokusyu5-1__type::after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  z-index: 2;
  border-radius: 18px;
  background: #E7F1F3;
}

.actieva-tokusyu5-1__type__inner {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 0 auto;
}

.actieva-tokusyu5-1__type__ttl {
  position: relative;
  margin-top: -10%;
  font-size: clamp(30px, 3.9113428944vw, 40px);
  width: 11em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #E7F1F3;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-1__type__ttl {
    margin-top: -8%;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__type__ttl {
    font-size: 6vw;
    margin-top: -11vw;
    margin-bottom: 30px;
  }
}

.actieva-tokusyu5-1__type__ttl span {
  border-bottom: 4px solid red;
  border-image: linear-gradient(to right, #f3ab3c 0%, #e95504 100%) 4;
}

.actieva-tokusyu5-1__type__txt p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__type__txt p {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
}

.actieva-tokusyu5-1__type__img {
  max-width: 500px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__type__img {
    max-width: 80%;
    margin: 0 auto 10px;
  }
}

.actieva-tokusyu5-1__type__alert {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__type__alert {
    margin-bottom: 30px;
  }
}

.actieva-tokusyu5-1__type__alert p {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__type__alert p {
    font-size: 3vw;
  }
}

/* =================================================== *

  tokusyu5-2

* =================================================== */
/*------------------
  main
------------------*/
.actieva-tokusyu5-2 {
  background: #D9EEF8 url("../img/tokusyu5-2/bg.png") repeat center top/50%;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2 {
    background: #D9EEF8 url("../img/tokusyu5-2/bg.png") repeat center top/100%;
  }
}

.actieva-tokusyu5-2__item {
  padding: 60px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item {
    padding: 40px 20px;
  }
}

.actieva-tokusyu5-2__item section+section {
  margin-top: 70px;
}

.actieva-tokusyu5-2__item__ttl {
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__ttl {
    margin-bottom: 20px;
  }
}

.actieva-tokusyu5-2__item__ttl2 {}

.actieva-tokusyu5-2__item__img {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__img {
    margin-bottom: 0;
  }
}

.actieva-tokusyu5-2__item__flex1 {
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__flex1 {
    display: block;
    border-bottom: none;
  }
}

.actieva-tokusyu5-2__item__flex1>.left {
  flex-basis: 40%;
  margin-left: 10%;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__flex1>.left {
    margin-left: 0;
  }
}

.actieva-tokusyu5-2__item__flex1>.right {
  flex-basis: 55%;
}

.actieva-tokusyu5-2__item__flex2 {
  display: grid;
  grid-template-columns: repeat(2, 47%);
  gap: clamp(20px, 2.6075619296vw, 60px);
  justify-content: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__flex2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.actieva-tokusyu5-2__item__flex2 .actieva-tokusyu5-2__item__link {
  text-align: center;
}

.actieva-tokusyu5-2__item__flex3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__flex3 {
    display: block;
  }
}

.actieva-tokusyu5-2__item__flex3>.left {
  flex-basis: 35%;
}

.actieva-tokusyu5-2__item__flex3>.right {
  flex-basis: 40%;
}

.actieva-tokusyu5-2__item__flex3 .actieva-tokusyu5-2__item__link {
  padding-top: 0;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__flex3 .actieva-tokusyu5-2__item__link {
    padding-top: 30px;
  }
}

.actieva-tokusyu5-2__item__click p {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
  text-underline-offset: 5px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__click p {
    font-size: 3.6vw;
  }
}

.actieva-tokusyu5-2__item__num {
  text-align: center;
}

.actieva-tokusyu5-2__item__alert {
  font-size: 12px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__alert {
    text-align: center;
  }
}

.actieva-tokusyu5-2__item__link {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__item__link {
    text-align: center;
  }
}

/*------------------
  header
------------------*/
.actieva-tokusyu5-2__header__img {
  max-width: 710px;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media (max-width: 992px) {
  .actieva-tokusyu5-2__header__img {
    max-width: 70%;
  }
}

/*------------------
  yane
------------------*/
#actieva-tokusyu5-2__yane {
  max-width: 900px;
  margin: 0 auto;
  width: 96%;
  margin-inline: auto;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__yane {
    width: calc(100% - 10px);
  }
}

/*------------------
  index
------------------*/
.actieva-tokusyu5-2__index__ttl {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__ttl {
    margin-bottom: 30px;
  }
}

.actieva-tokusyu5-2__index__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 10px;
  bottom: -20px;
  background: url("../img/tokusyu4/line.svg") repeat-x center bottom;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__ttl::after {
    background-size: cover;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__ttl {
    text-align: left;
    padding-bottom: 20px;
    background-size: cover;
  }
}

.actieva-tokusyu5-2__index__ttl img {
  max-width: 200px;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__ttl img {
    max-width: 50%;
  }
}

.actieva-tokusyu5-2__index__box {
  border: solid 4px #000;
  background: #fff;
  border-radius: 30px;
  padding: 30px 20px;
}

.actieva-tokusyu5-2__index__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  justify-content: center;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__list {
    grid-template-columns: repeat(1, auto);
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__list>div {
    margin-bottom: 10px;
  }
}

.actieva-tokusyu5-2__index__list>div>a {
  display: block;
  font-size: clamp(20px, 2.6075619296vw, 24px);
  text-indent: -1.2em;
  margin-left: 1.2em;
  transition: 0.3s;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__index__list>div>a {
    font-size: 5vw;
    margin-left: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .actieva-tokusyu5-2__index__list>div>a:hover {
    color: #d63b7f;
  }

  .actieva-tokusyu5-2__index__list>div>a:hover .or {
    color: #d63b7f;
  }
}

.actieva-tokusyu5-2__index__list>div>a span.or {
  color: #E56C46;
}

.actieva-tokusyu5-2__index__list>div>a span.en {
  font-family: "Roboto", sans-serif;
}

.actieva-tokusyu5-2__index__list>div>a span.num {
  margin-right: 0.5em;
  color: #E56C46;
  font-style: italic;
}

/*------------------
  sec
------------------*/
.actieva-tokusyu5-2__sec1__box {
  background: #F3D5DF;
}

#actieva-tokusyu5-2__sec2 {
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec2 {
    padding-bottom: 30%;
  }
}

#actieva-tokusyu5-2__sec2 .actieva-tokusyu5-2__item {
  padding-bottom: 25%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec2 .actieva-tokusyu5-2__item {
    padding-bottom: 70%;
  }
}

.actieva-tokusyu5-2__sec2__box {
  background: #D8E194;
}

.actieva-tokusyu5-2__sec3__box {
  background: #A9D2B4;
}

.actieva-tokusyu5-2__sec4__box {
  background: #A9D8DD;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__sec4__box {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec5 .actieva-tokusyu5-2__item {
    padding: 20px 0 40px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec5 .actieva-tokusyu5-2__item__ttl {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec5 .actieva-tokusyu5-2__item__img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec5 .actieva-tokusyu5-2__item__flex2 {
    padding: 0 20px;
  }
}

.actieva-tokusyu5-2__sec5__box {
  background: #F2F3AA;
}

#actieva-tokusyu5-2__sec6 {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  #actieva-tokusyu5-2__sec6 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec6 {
    padding-bottom: 0;
  }
}

#actieva-tokusyu5-2__sec6 .actieva-tokusyu5-2__item {
  padding-bottom: 32%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec6 .actieva-tokusyu5-2__item {
    padding-bottom: 50%;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec6 .actieva-tokusyu5-2__item__ttl {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__sec6 .actieva-tokusyu5-2__item__price {
    width: 70%;
    margin: 30px auto 0;
  }
}

.actieva-tokusyu5-2__sec6__box {
  background: #E1D5B3;
}

/*------------------
  item
------------------*/
#actieva-tokusyu5-2__01 .actieva-tokusyu5-2__item__flex1>.left {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__01 .actieva-tokusyu5-2__item__flex1>.left {
    margin-top: 0;
  }
}

#actieva-tokusyu5-2__01 .actieva-tokusyu5-2__item__flex1>.right {
  margin-left: -10%;
}

#actieva-tokusyu5-2__01 .actieva-tokusyu5-2__item__num {
  margin-left: 30%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__01 .actieva-tokusyu5-2__item__num {
    margin-left: auto;
  }
}

#actieva-tokusyu5-2__02 .actieva-tokusyu5-2__item__flex1>.left {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__02 .actieva-tokusyu5-2__item__flex1>.left {
    margin-top: 0;
  }
}

#actieva-tokusyu5-2__05 .actieva-tokusyu5-2__item__flex1>.left {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__05 .actieva-tokusyu5-2__item__flex1>.left {
    margin-top: 0;
  }
}

#actieva-tokusyu5-2__06 .actieva-tokusyu5-2__item__flex1>.left {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__06 .actieva-tokusyu5-2__item__flex1>.left {
    margin-top: 0;
  }
}

#actieva-tokusyu5-2__07 .actieva-tokusyu5-2__item__flex1>.left {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__07 .actieva-tokusyu5-2__item__flex1>.left {
    margin-top: 0;
  }
}

/*------------------
  relax
------------------*/
#actieva-tokusyu5-2__relax {
  position: absolute;
  z-index: 1;
  bottom: -15%;
  width: 60%;
  left: 5%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__relax {
    width: 85%;
    bottom: -7%;
  }
}

/*------------------
  times
------------------*/
.actieva-tokusyu5-2__times {
  text-align: center;
}

.actieva-tokusyu5-2__times img {
  max-width: 368px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__times img {
    max-width: 70%;
  }
}

/*------------------
  warm
------------------*/
#actieva-tokusyu5-2__warm {
  position: absolute;
  z-index: 1;
  z-index: 1;
  bottom: -15%;
  width: 70%;
  left: 8%;
}

@media (max-width: 767px) {
  #actieva-tokusyu5-2__warm {
    width: 90%;
    bottom: -10%;
    left: 0;
  }
}

/*------------------
  footer
------------------*/
#actieva-tokusyu5-2__footer {
  background: url("../img/tokusyu5-2/footer.png") repeat-x right bottom/1400px;
  height: 150px;
}

.actieva-tokusyu5-2__footer__inner {
  position: relative;
}

.actieva-tokusyu5-2__footer__inner img {
  position: absolute;
  z-index: 0;
  left: -5%;
  bottom: -5em;
  max-width: 20%;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__footer__inner img {
    left: auto;
    right: 5%;
    bottom: -4em;
  }
}



/* ===== 特集3-1 見出し：数字=画像／文言=テキスト（最終版） ===== */
#actieva-main .t31-ttl {
  position: relative;
  /* 数字画像のぶん左にスペースを確保 */
  padding-left: clamp(56px, 7vw, 96px);
  line-height: 1.25;
  margin: 0 0 clamp(12px, 1.8vw, 18px);
  margin: 0 auto;
}

/* 数字画像：グローバルの img{width:100%} を無効化して絶対配置 */
#actieva-main .t31-ttl>img.num {
  position: absolute;
  left: 0;
  top: 1em;
  /* 1行目のベースライン付近に合わせる */
  transform: none;
  width: clamp(44px, 5.2vw, 72px) !important;
  height: auto !important;
  max-width: none !important;
  display: block !important;
}

/* テキスト本体 */
#actieva-main .t31-ttl .txt {
  display: block;
  color: #C72E8A;
  /* 文字色＝ピンク */
  font-weight: 500;
  white-space: normal;
}

/* ハイライト下線（黄色）共通 */
#actieva-main .t31-ttl .txt .line1,
#actieva-main .t31-ttl .txt .line2 {
  background-image: linear-gradient(transparent 68%, #EFEA45 0);
  /* 黄色ハイライト */
  background-repeat: no-repeat;
  background-size: 100% 58%;
  /* 線の太さ */
  background-position: 0 80%;
  /* 線の位置 */
  padding-bottom: .06em;
  /* 文字と線の隙間を少し */
}

/* 1行目 */
#actieva-main .t31-ttl .txt .line1 {
  font-size: clamp(20px, 2.4vw, 33px);
}

/* 2行目：やや大きめにして強調 */
#actieva-main .t31-ttl .txt .line2 {
  display: inline-block;
  margin-top: .2em;
  font-size: clamp(20px, 2.6vw, 33px);
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  #actieva-main .t31-ttl {
    padding-left: 58px;
    margin-bottom: 12px;
  }

  #actieva-main .t31-ttl>img.num {
    width: 48px !important;
    top: .6em;
  }

  #actieva-main .t31-ttl .txt .line1,
  #actieva-main .t31-ttl .txt .line2 {
    background-size: 100% 52%;
    background-position: 0 92%;
  }
}

/* ===== 特集3-1 見出し 02 専用調整（PCは現状維持、SPだけ強め） ===== */

/* PC(>=768px)…現状維持。必要なら微調整のみ */
.t31-ttl.is-02 .txt {
  text-align: left;
}

.t31-ttl.is-02 .txt .line1,
.t31-ttl.is-02 .txt .line2 {
  /* PCでは既存サイズを尊重（必要なら下の clamp をほんの少し上げてもOK） */
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.28;
  background-size: 100% 36%;
  background-position: 0 92%;
}

/* SP(<=767px)…太め＆大きめ、スクショの雰囲気に寄せる */
@media (max-width: 767px) {
  .t31-ttl.is-02 {
    /* 数字画像の左よけ（既存の余白に近い値） */
    padding-left: 60px;
    margin-bottom: 14px;
  }

  .t31-ttl.is-02 .num {
    width: 48px;
    /* 02の丸数字のサイズ感 */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .t31-ttl.is-02 .txt {
    display: inline-block;
    text-align: left;
    /* 文字面は左揃え */
  }

  .t31-ttl.is-02 .txt .line1,
  .t31-ttl.is-02 .txt .line2 {
    /* SPは少し大きめ＆見出し感を強く */
    font-size: 8.2vw;
    /* 端末幅連動で自然に拡縮 */
    line-height: 1.34;
    /* 下線との間隔を詰める */
    font-weight: 500;
    letter-spacing: .03em;
    background-size: 100% 42%;
    /* 下線の太さ（黄色の帯） */
    background-position: 0 92%;
  }

  .t31-ttl.is-02 .txt .line1 {
    margin-bottom: .1em;
    /* 1行目と2行目の帯が離れないよう微調整 */
  }

  .t31-ttl.is-02 br._sp {
    display: block;
    /* 指定の改行位置でしっかり折り返す */
  }
}

@media (max-width: 767px) {

  /* 見出しブロックを画面中央・幅80%に */
  .t31-ttl.is-02 {
    width: 80vw;
    /* 画面幅の約80% */
    margin: 0 auto 14px;
    /* 中央寄せ */
    padding-left: 56px;
    /* 数字ぶんの余白（見た目で±調整OK） */
  }

  /* 数字アイコン（位置・大きさ） */
  .t31-ttl.is-02 .num {
    left: 0;
    /* ブロック内の左端に固定 */
    width: 48px;
    /* 02画像の表示サイズ */
  }

  /* テキストは左揃えのまま（見本と同じ） */
  .t31-ttl.is-02 .txt {
    text-align: left;
  }

  /* 1行目：少し大きめ＆下線厚め */
  .t31-ttl.is-02 .txt .line1 {
    font-size: clamp(18px, 5.0vw, 26px);
    background-size: 100% 40%;
    background-position: 0 92%;
  }

  /* 2行目：さらに少し大きめ */
  .t31-ttl.is-02 .txt .line2 {
    font-size: clamp(19px, 5.4vw, 28px);
    letter-spacing: .04em;
  }
}

/* ===== SP only: 03の下線を文字幅ぴったりに ===== */
@media (max-width: 767px) {
  .t31-ttl .txt br._sp {
    display: block;
  }

  /* SP で改行を有効化 */

  /* 背景下線を無効化して text-decoration に統一（行ごとに自動で切れる） */
  .t31-ttl .txt .line1,
  .t31-ttl .txt .line2 {
    background: none !important;
    /* 既存 linear-gradient を打ち消し */
    text-decoration-line: underline;
    text-decoration-color: #F5EB4C;
    /* 他セクションと同じ黄色 */
    text-decoration-thickness: .28em;
    /* 太さを統一（お好みで微調整可） */
    text-underline-offset: -.18em;
    /* 文字に寄せる（±.02emで微調整） */
    line-height: 1.2;
  }
}

/* ===== 04 見出し：数字=画像／文言=テキスト ===== */
.t34-ttl {
  position: relative;
  padding-left: clamp(64px, 20vw, 180px);
  /* 数字画像のぶん左余白 */
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  line-height: 1.25;
}

/* 数字画像（#actieva-main img {width:100%} の上書き対策も含む） */
.t34-ttl .num {
  position: absolute;
  left: 4em;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(56px, 6.4vw, 88px) !important;
  height: auto !important;
  max-width: none !important;
  display: block;
}

/* テキスト本体 */
.t34-ttl .txt {
  display: block;
  color: #d63b7f;
  /* 基本文字色（ピンク） */
  letter-spacing: .02em;
  font-weight: 500;
}

/* 行ごとの調整（PCの見た目に合わせて：line1 と line3 に黄色い下線） */
.t34-ttl .txt .line1,
.t34-ttl .txt .line3 {
  display: inline;
  background-image: linear-gradient(transparent 70%, #F5EB4C 0);
  background-repeat: no-repeat;
  background-size: 100% 68%;
  background-position: 0 95%;
}

.t34-ttl .txt .line1 {
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 500;
}

.t34-ttl .txt .line2 {
  display: block;
  margin-top: .35em;
  font-size: clamp(18px, 2.2vw, 26px);
  color: #d63b7f;
  /* ここは下線なし */
  font-weight: 500;
}

.t34-ttl .txt .line3 {
  display: inline-block;
  /* 画像見た目に寄せるためブロック化 */
  margin-top: .35em;
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 500;
}

/* ===== SP最適化：下線が行ごとにぴったり合う & 改行位置制御 ===== */
@media (max-width: 767px) {
  .t34-ttl {
    padding-left: 60px;
  }

  /* 改行タグをSPで有効化（PCの崩れを防ぐ） */
  .t34-ttl .txt br._sp {
    display: inline;
  }

  /* 背景下線を text-decoration に置き換えると行端で綺麗に切れる */
  .t34-ttl .txt .line1,
  .t34-ttl .txt .line3 {
    background: none !important;
    text-decoration-line: underline;
    text-decoration-color: #F5EB4C;
    text-decoration-thickness: .28em;
    line-height: 1.2;
    display: inline;
    /* 下線の長さが文字幅に一致 */
  }

  /* フォント少し大きめ（必要なら数値微調整OK） */
  .t34-ttl .txt .line1 {
    font-size: clamp(20px, 5.6vw, 22px);
  }

  .t34-ttl .txt .line2 {
    font-size: clamp(20px, 4.4vw, 22px);
  }

  .t34-ttl .txt .line3 {
    font-size: clamp(20px, 5.6vw, 22px);
  }
}

/* あったか指数の余白（必要に応じて） */
.t34-warm-index {
  margin: clamp(12px, 2vw, 20px) 0 0;
  text-align: center;
  /* 画像の配置をお好みで left/center に */
  width: 30%;
  margin: 0 auto;
}

/* ===== 特集3-1：04 見出し（SPだけ調整） ===== */
@media (max-width: 767px) {

  /* 見出しのブロックを画面中央に寄せ、横幅は8割程度 */
  .t34-ttl {
    position: relative;
    width: 100%;
    margin: 0 auto 14px;
    padding-left: 56px;
    /* 左に数字のぶんだけ余白 */
  }

  .t34-warm-index {
    margin: clamp(12px, 2vw, 20px) 0 0;
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }

  /* 数字「04」を左に固定配置してテキストと被らないように */
  .t34-ttl .num {
    position: absolute;
    left: -0.8em;
    top: 2em;
    width: 44px;
    height: auto;
  }
}



/* 「あったか指数」を見出し下で中央に */
.t34-warm {
  /* あったか指数の囲み要素の class を想定 */
  text-align: center;
  margin: 10px auto 0;
  width: 82%;
  /* 見出しと揃える（任意） */
}

.t34-warm img {
  /* 画像の場合のリサイズ（任意） */
  height: 40%;
  width: auto;
}






/* PCではSP用ヒーローを出さない */
@media (min-width: 768px) {
  .t4sp-hero {
    display: none !important;
  }
}

/* ===== SP専用：愛され名品 大特集！ ===== */
@media (max-width: 767px) {

  /* 既存のPC見出しをSPで隠したい場合は、既存の見出しに
     .only-pc を付けておき、ここで display:none にします。
     既存のクラスが分かっている場合は、そのクラスをここに
     直接指定してもOKです。 */
  .only-pc {
    display: none !important;
  }

  .t4sp-hero {
    position: relative;
    padding: 28px 16px 24px;
    /* 上下の帯とテキストの余白 */
    text-align: center;
    background: #fff;
    z-index: 0;
  }

  /* 上下の帯（ベージュ帯＋金の点線＋紫ライン）を疑似要素で再現 */
  .t4sp-hero::before,
  .t4sp-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 34px;
    /* ベージュ帯の高さ */
    z-index: 0;
    /* 下から順に：ベージュ帯、点線、紫ライン を重ねる */
    background:
      linear-gradient(#eadf97, #eadf97) 0 0 / 100% 100% no-repeat,
      /* ベージュ帯 */
      repeating-linear-gradient(90deg, #d8c061 0 6px, transparent 6px 12px) 0 14px/100% 6px no-repeat,
      /* 金の点線 */
      linear-gradient(#6f5693, #6f5693) 0 22px / 100% 6px no-repeat;
    /* 紫ライン */
  }

  .t4sp-hero::before {
    top: 0;
  }

  .t4sp-hero::after {
    bottom: 0;
    transform: scaleY(-1);
  }

  /* 反転して下側にも同柄 */

  .t4sp-hero__ttl {
    margin: 0;
    position: relative;
    z-index: 1;
    /* 背景より前面 */
  }

  .t4sp-hero__ttl-jp {
    position: relative;
    display: inline-block;
    color: #d63b7f;
    /* 見出しピンク */
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.3;
    font-size: clamp(22px, 5.8vw, 34px);
    /* SPで読みやすく可変 */
    padding: 22px 10px 0;
    /* 背面アイコン画像に少し被せる余白 */
  }

  /* 小物アイコン並び（文字の背面に表示） */
  .t4sp-hero__ttl-jp::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    /* 文字の少し上から配置 */
    transform: translateX(-50%);
    width: min(86%, 380px);
    height: 60px;
    /* 必要に応じて高さ調整 */
    background: url(assets/img/ttl_sp.png) center/contain no-repeat;
    opacity: .95;
    z-index: -1;
    /* 文字の背面へ */
  }

  /* 「愛」「名品」だけ大きめに */
  .t4sp-hero__ttl-jp .em-big {
    font-size: 1.34em;
    font-weight: 700;
  }
}


/* ===== Tokusyu5-1: page title text ===== */

.actieva-tokusyu5-1__header__ttl {
  font-family: "honoka-maru-gothic", sans-serif;
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  color: #203a7c;
  /* 紺 */
  padding: 40px 0;
  /* 既存と整合 */
  position: relative;
  background-image: url("../img/tokusyu5-1/ttl5.png");
  /* ←画像パス調整 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* 画像全体を収める（人物が切れにくい） */
  padding: clamp(24px, 4vw, 48px) 16px;
  min-height: clamp(160px, 32vw, 260px);
  width: 60%;
  margin: 0 auto;
}

.actieva-tokusyu5-1__header__ttl .ttl-line1 {
  position: relative;
  z-index: 1;
  display: block;
  letter-spacing: .12em;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.4em;
}

.actieva-tokusyu5-1__header__ttl .hot {
  color: #b81c2b;
  /* “あったか”を赤系に */
  font-weight: 400;
}

.actieva-tokusyu5-1__header__ttl .ttl-line2 {
  display: block;
  width: 40%;
  margin: 0 auto;
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__header__ttl .ttl-line2 {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-top: 2rem;
  }
}


@media (max-width:767px) {
  .actieva-tokusyu5-1__header__ttl {
    padding: 20px;
  }


  .actieva-tokusyu5-1__header__ttl {
    background-image: url("../img/tokusyu5-1/ttl5_sp.png");
    /* ←画像パス調整 */
    background-size: 120% auto;
    /* 120〜180%で微調整 */
    background-position: 60% 50%;
    /* 上下の見せたい位置に合わせる */
    min-height: clamp(200px, 44vw, 340px);
    /* 背景に合わせて高さも確保 */
    padding: 22px 16px;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    /* 背景の拡大と見せ方はお好みで微調整 */
    background-size: 75% auto;
    /* 140〜200% で調整 */
    background-position: center 50%;
    min-height: clamp(220px, 48vw, 380px);
    padding: 24px 16px;
    /* 文字の左右余白はキープ */

  }

  .t4-aisare-ttl__main {
    font-size: clamp(24px, 10vw, 34px);
    letter-spacing: 0.015em;
    padding-top: 5rem;
  }

  .t4-aisare-ttl__main .em {
    font-size: clamp(12px, 12vw, 60px);
  }

  /* 左右の飾り画像（.left/.right）はSPでは非表示に（重複回避） */
  #actieva-tokusyu4__header .actieva-tokusyu4__header__inner>.left,
  #actieva-tokusyu4__header .actieva-tokusyu4__header__inner>.right {
    display: none;
  }

  .t4-aisare-ttl__main .mark {
    display: inline-block;
    transform: translateY(-1px);
    font-size: clamp(38px, 4.2vw, 64px);
  }

  /* 見出しブロックをフル幅 & 背景画像 */
  #actieva-tokusyu4__header .center h2 {
    position: relative;
    margin-left: calc(50% - 50vw);
    /* フルブリード化：左右いっぱい */
    margin-right: calc(50% - 50vw);
    width: 100vw;

    /* ← アップしたSVGのパスに合わせて調整 */
    background-image: url("../img/tokusyu4/ttl_sp_haikei.svg");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: 80% auto;
    /* 120–200% で拡大率を微調整 */
    padding: 24px 16px;
    /* 文字の左右余白は残す */
    min-height: clamp(200px, 48vw, 360px);
    /* 背景に合わせて帯の高さを確保 */
    text-align: center;
    /* 既存の中央寄せを担保 */
  }

  /* h2 内のテキスト（t4-aisare-ttl）を前面に */
  #actieva-tokusyu4__header .center h2 .t4-aisare-ttl {
    position: relative;
    z-index: 1;
    background: transparent;
    /* 既存の白背景を無効化 */
  }

  /* もし t4-aisare-ttl に付いている左右デコを使わないなら隠す */
  #actieva-tokusyu4__header .t4-aisare-ttl__deco {
    display: none;
  }


}


/* ===== 特集5-1：item見出し（画像→テキスト） ===== */
.t51-item-ttl {
  margin: 0 0 12px;
  line-height: 1.25;
  color: #1a1a1a;

}

.t51-item-ttl .num {

  display: block;
  font-weight: 500;
  font-style: italic;
  color: #d93954;
  /* 「01」赤 */
  font-size: clamp(24px, 38vw, 48px);
  margin: 0 0 2px;
}

.t51-item-ttl .brand {
  display: block;
  font-weight: 800;
  letter-spacing: .02em;
  font-size: clamp(20px, 2.4vw, 32px);
  margin: 0 0 6px;
}

.t51-item-ttl .main {
  display: block;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 26px);
  /* PC/タブレットでのサイズ */
  letter-spacing: .03em;
}

/* “ハイネック（長袖）”の波下線（画像のニュアンス再現） */
.t51-item-ttl .sq {
  --h: 4px;
  padding-bottom: calc(var(--h) + 2px);
  background-repeat: repeat-x;
  background-position: left calc(100% - 1px);
  background-size: auto var(--h);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='8' viewBox='0 0 120 8'%3E%3Cpath d='M0 6c8 0 8-4 16-4s8 4 16 4 8-4 16-4 8 4 16 4 8-4 16-4 8 4 16 4 8-4 16-4' fill='none' stroke='%23C72E8A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* SPは行送りを少し広げる＆サイズ微調整 */
@media (max-width: 767px) {
  .t51-item-ttl {
    line-height: 1.35;
  }

  .t51-item-ttl .main {
    font-size: clamp(18px, 4.6vw, 22px);
  }
}

/* 継ぎ目なし波下線：対象語だけに適用 */
.sq-wavy {
  position: relative;
  white-space: nowrap;
  /* 語を改行させない（必要なら外してOK） */
}

.sq-wavy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  /* 波の太さ */
  bottom: -2px;
  /* 文字との距離は調整 */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* 横幅にフィット＝継ぎ目なし */
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='16' height='5' viewBox='0 0 16 5'>\<path d='M0 2.5 Q4 0 8 2.5 T16 2.5' fill='none' stroke='%23D32063' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
  background-repeat: repeat-x;
  background-size: 12px 5px;
  /* ← 波を“細かく”する肝。数値を小さくすると波が増える */
  pointer-events: none;
}

/* SPで少し太く/間隔広めにしたい場合（お好みで） */
@media (max-width: 767px) {
  .sq-wavy::after {
    height: 9px;
    bottom: -3px;
  }
}

.blue {
  color: #1f689b !important;

}

.t51-warm {
  width: 200px;

}

.t51-warm_4 {
  width: 60%;
  margin-bottom: 4rem;
}

.t51-text {
  font-size: clamp(16px, 2.4vw, 22px);
}


/* ===== 10 ラクのびサーモ（左カラムのテキスト一式） ===== */
#actieva-tokusyu5-1__10 .t51-item-ttl {
  margin: 0 0 .6rem;
  line-height: 1.25;
  color: #1a1a1a;
}

/* 10（数字） */
:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .t51-item-ttl .num {
  display: block;
  font-style: italic;
  font-weight: 700;
  color: #1d6d8b;
  /* 画像のブルーに合わせて */
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1;
  margin: 0 0 .2rem;
}

:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .actieva-wrapper-top-30 {
  padding-top: 0px;
}

/* 商品名 + オレンジライン */
/* 商品名＋グラデーション下線 */
/* 10〜15 共通：商品名見出し＋グラデーション下線 */
:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .t51-item-ttl .main {
  display: inline-block;
  font-weight: 500;
  letter-spacing: .02em;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.35;
  padding-bottom: .32rem;
  /* 文字とラインの隙間 */
  position: relative;
}

:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .t51-item-ttl .main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  /* ラインの太さ */
  border-radius: 3px;
  background: linear-gradient(90deg,
      #f6b24b 0%,
      #f39c34 30%,
      #ef7d22 60%,
      #e44b14 100%);
}


#actieva-tokusyu5-1__12 .t51-item-ttl .main::after {
  content: none;
  /* または display:none; */
}

/* 説明テキスト */
:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .actieva-tokusyu5-1__item__txt p {
  margin: .6rem 0 1.2rem;
  color: #333;
  font-weight: 500;
  font-size: clamp(14px, 1.9vw, 18px);
  line-height: 1.85;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

/* あったか指数（画像版を利用） */
:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .t51-warm {
  display: flex;
  align-items: center;
  gap: .4em;
  line-height: 1;
  margin: .4rem 0 1rem;

}

:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .t51-warm img {
  display: block;

  width: auto;
  will-change: 20%;
}

@media (max-width:767px) {
  #actieva-tokusyu5-1__10 .t51-warm img {
    height: clamp(20px, 5.2vw, 28px);
  }

  /* SP */
}

/* スペック行（太字・やや大きめ） */

:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) .t51-text {
  margin: .4rem 0 1em 0;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.6;
}

:is(#actieva-tokusyu5-1__10,
  #actieva-tokusyu5-1__11,
  #actieva-tokusyu5-1__12,
  #actieva-tokusyu5-1__13,
  #actieva-tokusyu5-1__14,
  #actieva-tokusyu5-1__15) picture img {

  width: 80%;
}




/* SP版 */

/* ===== SP：アイテム見出し一式を中央寄せ & 見出しを少し大きく ===== */
@media (max-width: 767px) {

  /* tokusyu5-1 の各アイテム（01〜..）をまとめて対象にする */
  [id^="actieva-tokusyu5-1__"] .t51-item-ttl {
    text-align: center;
    margin: 0 0 .6rem;
    line-height: 1.25;
    color: #1a1a1a;
  }

  /* 数字「01/02/…」 */
  [id^="actieva-tokusyu5-1__"] .t51-item-ttl .num {
    display: block;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .3rem;
    font-size: clamp(26px, 8.6vw, 38px);
    /* ← ほんのり大きめ */
  }

  .t51-item-ttl .brand {
    display: block;
    font-weight: 800;
    letter-spacing: .02em;
    font-size: clamp(26px, 2.4vw, 32px);
    margin: 0 0 6px;
  }

  /* 見出し（商品名）：サイズを少しUP & 下線は既存があればそのまま */
  [id^="actieva-tokusyu5-1__"] .t51-item-ttl .main {
    display: inline-block;
    /* 中央に置くため */
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.35;
    padding-bottom: .32rem;
    position: relative;
    font-size: clamp(22px, 6.4vw, 32px);
    /* ← “少し大きく” */
  }

  /* あったか指数（画像）を中央に */
  [id^="actieva-tokusyu5-1__"] .t51-warm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4em;
    line-height: 1;
    margin: .5rem 0 1rem;
    text-align: center;
    margin: 0 auto;
  }

  .t51-warm_4 {
    width: 60%;
    margin-bottom: 4rem;
    margin: 0 auto;
  }

  [id^="actieva-tokusyu5-1__"] .t51-warm img {
    display: block;
    height: clamp(20px, 5.2vw, 28px);
    width: auto;
  }

  /* 商品画像（picture内のimg）を中央＆横幅を少し控えめに */
  [id^="actieva-tokusyu5-1__"] picture img {
    display: block;
    margin: 0 auto;
    width: 82%;
    max-width: 100%;
    height: auto;
  }
}

/* ===== SP：アイテム見出し一式を中央寄せ & 見出しを少し大きく ===== */
@media (max-width: 767px) {


  /* ===== 10 ラクのびサーモ（左カラムのテキスト一式） ===== */
  #actieva-tokusyu5-1__10 .t51-item-ttl {
    margin: 0 0 .6rem;
    line-height: 1.25;
    color: #1a1a1a;
  }

  /* 10（数字） */
  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .t51-item-ttl .num {
    display: block;
    font-style: italic;
    font-weight: 700;
    color: #1d6d8b;
    /* 画像のブルーに合わせて */
    font-size: clamp(28px, 8.4vw, 42px);
    line-height: 1;
    margin: 0 0 .2rem;
  }

  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .actieva-wrapper-top-30 {
    padding-top: 0px;
  }

  /* 商品名 + オレンジライン */
  /* 商品名＋グラデーション下線 */
  /* 10〜15 共通：商品名見出し＋グラデーション下線 */
  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .t51-item-ttl .main {
    display: inline-block;
    font-weight: 500;
    letter-spacing: .02em;
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 1.35;
    padding-bottom: .32rem;
    /* 文字とラインの隙間 */
    position: relative;
  }

  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .t51-item-ttl .main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    /* ラインの太さ */
    border-radius: 3px;
    background: linear-gradient(90deg,
        #f6b24b 0%,
        #f39c34 30%,
        #ef7d22 60%,
        #e44b14 100%);
  }


  #actieva-tokusyu5-1__12 .t51-item-ttl .main::after {
    content: none;
    /* または display:none; */
  }

  /* 説明テキスト */
  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .actieva-tokusyu5-1__item__txt p {
    margin: .6rem 0 1.2rem;
    color: #333;
    font-weight: 500;
    font-size: 4.6vw;
    line-height: 1.85;
    padding-top: 0.5rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  /* あったか指数（画像版を利用） */
  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .t51-warm {
    display: flex;
    align-items: center;
    gap: .4em;
    line-height: 1;
    margin: .4rem 0 1rem;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .t51-warm img {
    display: block;


    will-change: 20%;
  }

  @media (max-width:767px) {
    #actieva-tokusyu5-1__10 .t51-warm img {

      height: 16px;

      text-align: center;


    }

    /* SP */
  }

  /* スペック行（太字・やや大きめ） */

  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) .t51-text {
    margin: .4rem 0 1em 0;
    font-weight: 500;
    font-size: clamp(22px, 2.8vw, 21px);
    line-height: 1.6;
    text-align: center;
  }

  :is(#actieva-tokusyu5-1__10,
    #actieva-tokusyu5-1__11,
    #actieva-tokusyu5-1__12,
    #actieva-tokusyu5-1__13,
    #actieva-tokusyu5-1__14,
    #actieva-tokusyu5-1__15) picture img {
    max-width: 100%;
    width: 100%;
    display: none;
  }
}



/* ===== Tokusyu5-2: page title text ===== */

.actieva-tokusyu5-2__header__ttl {
  font-family: "honoka-maru-gothic", sans-serif;
  text-align: center;
  line-height: 1.6;
  font-weight: 400;
  color: #231815;
  /* kuro */
  padding: 40px 0;
  /* 既存と整合 */
  position: relative;
  background-image: url("../img/tokusyu5-2/ttl5.png");
  /* ←画像パス調整 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* 画像全体を収める（人物が切れにくい） */
  padding: clamp(24px, 4vw, 48px) 16px;
  min-height: clamp(160px, 32vw, 260px);
  width: 70%;
  margin: 0 auto;
}

.actieva-tokusyu5-2__header__ttl .ttl-line1 {
  position: relative;
  z-index: 1;
  display: block;
  letter-spacing: .12em;
  font-size: clamp(24px, 3.3vw, 46px);
  line-height: 1.4em;
}




.actieva-tokusyu5-2__header__ttl .hot {
  color: #E95523;
  /* “あったか”を赤系に */
  font-weight: 400;
}

.actieva-tokusyu5-2__header__ttl .ttl-line2 {
  display: block;
  width: 30%;
  padding-top: 3rem;
  margin: 0 auto;
}





@media (max-width:767px) {
  .actieva-tokusyu5-2__header__ttl {
    padding: 20px;
  }


  .actieva-tokusyu5-2__header__ttl {
    background-image: url("../img/tokusyu5-2/ttl5.png");
    /* ←画像パス調整 */
    background-size: 120% auto;
    /* 120〜180%で微調整 */
    background-position: center 52%;
    /* 上下の見せたい位置に合わせる */
    min-height: clamp(200px, 44vw, 340px);
    /* 背景に合わせて高さも確保 */
    padding: 22px 16px;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    /* 背景の拡大と見せ方はお好みで微調整 */
    background-size: 80% auto;
    /* 140〜200% で調整 */
    background-position: center 50%;
    min-height: clamp(220px, 48vw, 380px);
    padding: 24px 16px;
    /* 文字の左右余白はキープ */
  }

  .t4-aisare-ttl__main {
    font-size: clamp(24px, 10vw, 34px);
    letter-spacing: 0.015em;
    padding-top: 5rem;
  }

  .t4-aisare-ttl__main .em {
    font-size: clamp(12px, 12vw, 60px);
  }

  /* 左右の飾り画像（.left/.right）はSPでは非表示に（重複回避） */
  #actieva-tokusyu4__header .actieva-tokusyu4__header__inner>.left,
  #actieva-tokusyu4__header .actieva-tokusyu4__header__inner>.right {
    display: none;
  }
}

@media (max-width:767px) {
  .actieva-tokusyu5-2__header__ttl .ttl-line1 {
    font-size: clamp(28px, 3.3vw, 46px);

  }

  .actieva-tokusyu5-2__header__ttl .ttl-line2 {
    display: block;
    width: 50%;
    padding-top: 2rem;
    margin: 0 auto;
  }

  /* SP */
}




/* ============ Tokusyu5-2 sec1：h3「あったかパジャマ」 ============ */
.actieva-tokusyu5-2__item {
  padding: 30px 20px;
  position: relative;
}

#actieva-tokusyu5-2__sec1 #actieva-tokusyu5-2__sec1 .t52-sec1-ttl {
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #111;
  font-size: clamp(28px, 5.2vw, 54px);
  /* 画像のサイズ感に寄せる */
  margin: 0 0 28px;
}

#actieva-tokusyu5-2__sec1 .t52-sec1-ttl .warm {
  color: #e66f3a;
  /* 「あったか」をオレンジに */
}

#actieva-tokusyu5-2__sec1 .t52-sec1-ttl .bar {
  display: block;
  width: min(560px, 72%);
  height: 6px;
  margin: .6rem auto 0;
  background: repeating-linear-gradient(90deg, #c9b09a 0 14px, transparent 14px 18px);
  /* 細かい点線風 */

  border-radius: 3px;
}

#actieva-tokusyu5-2__sec1 .t52-sec1-ttl .bar {
  height: 6px;
  /* 太さ */
  width: min(560px, 80%);
  margin: .6rem auto 0;
  border-radius: 2px;

  /* 1px色 / 2px隙間 = 3pxピッチで超細かく */
  background: linear-gradient(90deg, #d7a672 0 33%, transparent 0);
  background-size: 3px 100%;
  background-repeat: repeat-x;
}

/* ============ Tokusyu5-2 sec1：h4「01 ～ 見出し」 ============ */
#actieva-tokusyu5-2__sec1 .t52-item-ttl {
  text-align: center;
  margin: 8px 0 24px;
  line-height: 1.45;
  color: #111;
}

#actieva-tokusyu5-2__sec1 .t52-item-ttl .num {
  display: block;
  color: #e66f3a;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(24px, 38vw, 48px);
  line-height: 1;
  margin-bottom: .25rem;
}

#actieva-tokusyu5-2__sec1 .t52-item-ttl .main {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: clamp(18px, 2.6vw, 28px);
}

#actieva-tokusyu5-2__sec1 .t52-item-ttl .sub {
  display: block;
  margin-top: .7rem;
  color: #444;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
}

/* （任意）SP 微調整 */





@media (max-width: 767px) {

  .actieva-tokusyu5-2__item {
    padding: 30px 20px;
    position: relative;
  }

  #actieva-tokusyu5-2__sec1 #actieva-tokusyu5-2__sec1 .t52-sec1-ttl {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .06em;
    color: #111;
    font-size: clamp(30px, 5.2vw, 54px);
    /* 画像のサイズ感に寄せる */
    margin: 0 0 28px;
  }

  #actieva-tokusyu5-2__sec1 .t52-sec1-ttl .warm {
    color: #e66f3a;
    /* 「あったか」をオレンジに */
  }

  #actieva-tokusyu5-2__sec1 .t52-sec1-ttl .bar {
    display: block;
    width: min(560px, 72%);
    height: 6px;
    margin: .6rem auto 0;
    background: repeating-linear-gradient(90deg, #c9b09a 0 14px, transparent 14px 18px);
    /* 細かい点線風 */

    border-radius: 3px;
  }

  #actieva-tokusyu5-2__sec1 .t52-sec1-ttl .bar {
    height: 6px;
    /* 太さ */
    width: min(560px, 90%);
    margin: .6rem auto 0;
    border-radius: 2px;

    /* 1px色 / 2px隙間 = 3pxピッチで超細かく */
    background: linear-gradient(90deg, #d7a672 0 33%, transparent 0);
    background-size: 3px 100%;
    background-repeat: repeat-x;
  }

  /* ============ Tokusyu5-2 sec1：h4「01 ～ 見出し」 ============ */
  #actieva-tokusyu5-2__sec1 .t52-item-ttl {
    text-align: center;
    margin: 8px 0 24px;
    line-height: 1.45;
    color: #111;
  }

  #actieva-tokusyu5-2__sec1 .t52-item-ttl .num {
    display: block;
    color: #e66f3a;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(32px, 4.6vw, 40px);
    line-height: 1;
    margin-bottom: .25rem;
  }

  #actieva-tokusyu5-2__sec1 .t52-item-ttl .main {
    display: block;
    font-weight: 500;
    letter-spacing: .04em;
    font-size: clamp(20px, 2.6vw, 28px);
  }

  #actieva-tokusyu5-2__sec1 .t52-item-ttl .sub {
    display: block;
    margin-top: .7rem;
    color: #444;
    font-weight: 400;
    font-size: clamp(14px, 1.8vw, 18px);
  }

  #actieva-tokusyu5-2__sec1 .actieva-wrapper-bottom-70 {
    padding-bottom: 0px;
  }
}

/* あったかローブ */
.actieva-tokusyu5-2__sec2__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.actieva-tokusyu5-2__sec2__ttl h3 {
  /* font-size: 50px; */
  font-size: clamp(28px, 5.2vw, 54px);
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.actieva-tokusyu5-2__sec2__ttl h3::after {
  position: absolute;
  content: "";
  background: url("../img/tokusyu4/line.svg") left bottom;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

.actieva-tokusyu5-2__sec2__ttl h3 span {
  color: #e66f3a;
}

.actieva-tokusyu5-2__sec2__ttl2 {
  margin-bottom: 30px;
  text-align: center;
}

.actieva-tokusyu5-2__sec2__ttl2 .num {
  display: block;
  color: #e66f3a;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(24px, 38vw, 48px);
  line-height: 1;
}

.actieva-tokusyu5-2__sec2__ttl2 .main {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: clamp(18px, 2.6vw, 28px);
}

.actieva-tokusyu5-2__sec2__ttl2 .sub {
  display: block;
  margin-top: .7rem;
  color: #444;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__sec2__ttl h3 {
    font-size: clamp(26px, 8.125vw, 54px);
  }

  .actieva-tokusyu5-2__sec2__ttl2 .num {
    font-size: clamp(32px, 4.6vw, 40px);
  }

  .actieva-tokusyu5-2__sec2__ttl2 .main {
    font-size: clamp(20px, 2.6vw, 28px);
  }

  .actieva-tokusyu5-2__sec2__ttl2 .sub {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}

/* 睡眠科学 シルク混 */
.actieva-tokusyu5-2__sec3__ttl {
  text-align: center;
  padding: 50px 0;
}

.actieva-tokusyu5-2__sec3__ttl h3 {
  /* font-size: 50px; */
  font-size: clamp(28px, 5.2vw, 54px);
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}

.actieva-tokusyu5-2__sec3__ttl h3::after {
  position: absolute;
  content: "";
  background: url("../img/tokusyu4/line.svg") left bottom;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

.actieva-tokusyu5-2__sec3__ttl h3 span {
  background: #EEE93A;
  margin-left: 10px;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0 5px;
}

.actieva-tokusyu5-2__sec3__ttl2 {
  margin-bottom: 40px;
  text-align: center;
}

.actieva-tokusyu5-2__sec3__ttl2 .num {
  display: block;
  color: #e66f3a;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(24px, 38vw, 48px);
  line-height: 1;
  margin-bottom: 10px;
}

.actieva-tokusyu5-2__sec3__ttl2 .main {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: clamp(18px, 2.6vw, 28px);
}

.actieva-tokusyu5-2__sec3__ttl2 .main span {
  background: #EEE93A;
  margin: 0 5px;
}

.actieva-tokusyu5-2__sec3__ttl2 .sub {
  display: block;
  margin-top: .7rem;
  color: #444;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__sec3__ttl {
    display: none;
  }

  .actieva-tokusyu5-2__sec3__ttl2 .num {
    font-size: clamp(32px, 4.6vw, 40px);
  }

  .actieva-tokusyu5-2__sec3__ttl2 .main {
    font-size: clamp(20px, 2.6vw, 28px);
  }

  .actieva-tokusyu5-2__sec3__ttl2 .sub {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}

/* あったかルームソックス */
.actieva-tokusyu5-2__sec4__ttl {
  text-align: center;
  padding: 50px 0;
}

.actieva-tokusyu5-2__sec4__ttl h3 {
  /* font-size: 50px; */
  font-size: clamp(28px, 5.2vw, 54px);
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
}

.actieva-tokusyu5-2__sec4__ttl h3::after {
  position: absolute;
  content: "";
  background: url("../img/tokusyu4/line.svg") left bottom;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

.actieva-tokusyu5-2__sec4__ttl h3:last-child::after {
  background: none;

}

.actieva-tokusyu5-2__sec4__ttl h3 span {
  color: #e66f3a;
}

.actieva-tokusyu5-2__sec4__ttl2 {
  margin-bottom: 30px;
  text-align: center;
}

.actieva-tokusyu5-2__sec4__ttl2 img {
  max-width: 240px;
}

.actieva-tokusyu5-2__sec4__ttl2 .num {
  display: block;
  color: #e66f3a;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(24px, 38vw, 48px);
  line-height: 1;
  margin-bottom: 10px;
}

.actieva-tokusyu5-2__sec4__ttl2 .main {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: clamp(18px, 2.6vw, 28px);
}

.actieva-tokusyu5-2__sec4__ttl2 .main span {
  background: #EEE93A;
  margin: 0 5px;
}

.actieva-tokusyu5-2__sec4__ttl2 .sub {
  display: block;
  margin-top: .7rem;
  color: #444;
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 18px);
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__sec4__ttl h3 {
    font-size: clamp(20px, 6.25vw, 54px);
    padding: 0;
  }

  .actieva-tokusyu5-2__sec4__ttl h3::after {
    background: none;
  }

  .actieva-tokusyu5-2__sec4__ttl2 img {
    max-width: 180px;
  }

  .actieva-tokusyu5-2__sec2__ttl2 .num {
    font-size: clamp(32px, 4.6vw, 40px);
  }

  .actieva-tokusyu5-2__sec2__ttl2 .main {
    font-size: clamp(20px, 2.6vw, 28px);
  }

  .actieva-tokusyu5-2__sec2__ttl2 .sub {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}


/* JOYJOYぽかふわ */
.actieva-tokusyu5-2__sec5__ttl {
  text-align: center;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.actieva-tokusyu5-2__sec5__ttl h3 {
  /* font-size: 50px; */
  font-size: clamp(28px, 5.2vw, 54px);
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
}

.actieva-tokusyu5-2__sec5__ttl h3:first-child span:first-child {
  font-weight: 700;
  margin-right: 10px;
}

.actieva-tokusyu5-2__sec5__ttl h3:first-child span:last-child {
  color: #e66f3a;
}

.actieva-tokusyu5-2__sec5__ttl h3::after {
  position: absolute;
  content: "";
  background: url("../img/tokusyu4/line.svg") left bottom;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

.actieva-tokusyu5-2__sec5__ttl h3:last-child {
  font-size: clamp(24px, 3.129vw, 35px);
}

.actieva-tokusyu5-2__sec5__ttl h3:last-child::after {
  background: none;
}

.actieva-tokusyu5-2__sec5__ttl2 {
  margin-bottom: 30px;
  text-align: center;
}

.actieva-tokusyu5-2__sec5__ttl2 img {
  max-width: 240px;
}

.actieva-tokusyu5-2__sec5__ttl2 .num {
  display: block;
  color: #e66f3a;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(24px, 38vw, 48px);
  line-height: 1;
  margin-bottom: 10px;
}

.actieva-tokusyu5-2__sec5__ttl2 .sub {
  margin: 0 5px;
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-block;
  font-size: clamp(14px, 1.8vw, 22px);
}

.actieva-tokusyu5-2__sec5__ttl2 .sub span {
  background: #EEE93A;
  padding: 0 10px;
}

.actieva-tokusyu5-2__sec5__ttl2 .main {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: clamp(18px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0;
}

#actieva-tokusyu5-2__11 .actieva-tokusyu5-2__sec5__ttl2 .sub {
  text-align: left;
  margin-left: 2.6em;
}


@media (max-width: 767px) {
  .actieva-tokusyu5-2__sec5__ttl {
    padding: 30px 0;
  }

  .actieva-tokusyu5-2__sec5__ttl h3 {
    font-size: clamp(30px, 5.2vw, 54px);
  }

  .actieva-tokusyu5-2__sec5__ttl h3:last-child {
    font-size: clamp(16px, 4vw, 30px);
  }

  .actieva-tokusyu5-2__sec5__ttl2 img {
    max-width: 180px;
  }

  .actieva-tokusyu5-2__sec5__ttl2 .num {
    font-size: clamp(32px, 4.6vw, 40px);
  }

  .actieva-tokusyu5-2__sec5__ttl2 .main {
    font-size: clamp(20px, 2.6vw, 28px);
  }

  .actieva-tokusyu5-2__sec5__ttl2 .sub {
    font-size: clamp(16px, 5vw, 18px);
  }

  .actieva-tokusyu5-2__sec5__ttl2 .sub span {
    padding: 0 3px;
  }

  #actieva-tokusyu5-2__11 .actieva-tokusyu5-2__sec5__ttl2 .sub {
    margin-left: 0;
  }
}

/* 毛糸のパンツ */
.actieva-tokusyu5-2__sec6__ttl {
  text-align: center;
  padding: 50px 0;
}

.actieva-tokusyu5-2__sec6__ttl h3 {
  /* font-size: 50px; */
  font-size: clamp(28px, 5.2vw, 54px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.actieva-tokusyu5-2__sec6__ttl h3 span {
  color: #e66f3a;
}

.actieva-tokusyu5-2__sec6__ttl2 {
  text-align: center;
}

.actieva-tokusyu5-2__sec6__ttl2 img {
  max-width: 240px;
}

.actieva-tokusyu5-2__sec6__ttl2 .num {
  display: block;
  color: #e66f3a;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(26px, 4.6vw, 40px);
  line-height: 1;
  margin-bottom: 10px;
}



.actieva-tokusyu5-2__sec6__ttl2 .main {
  display: block;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: clamp(18px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .actieva-tokusyu5-2__sec6__ttl {
    padding: 10px 0 30px 0;
    text-align: left;
  }

  .actieva-tokusyu5-2__sec6__ttl h3 {
    font-size: clamp(24px, 7.5vw, 54px);
    line-height: 1.4;
  }

  .actieva-tokusyu5-2__sec6__ttl2 {
    margin-bottom: 30px;
  }

  .actieva-tokusyu5-2__sec6__ttl2 img {
    max-width: 180px;
  }

  .actieva-tokusyu5-2__sec6__ttl2 .num {
    font-size: clamp(32px, 4.6vw, 40px);
  }

  .actieva-tokusyu5-2__sec6__ttl2 .main {
    font-size: clamp(14px, 4.375vw, 28px);
  }
}


#actieva-tokusyu5-1__sec1 .number img {
  width: 60px;
  margin-bottom: 10px;
}

#actieva-tokusyu5-1__sec2 .number img,
#actieva-tokusyu5-1__01 .number img {
  width: 53px;
  margin-bottom: 10px;
}

#actieva-tokusyu5-1__11 .number img {
  width: 45px;
  margin-bottom: 10px;
}




.actieva-tokusyu5-2 .number img {
  max-width: 60px;
  margin-bottom: 10px;
}

#actieva-tokusyu5-2__01 .number img,
#actieva-tokusyu5-2__10 .number img,
#actieva-tokusyu5-2__12 .number img {
  max-width: 50px;
  margin-bottom: 10px;
}

#actieva-tokusyu5-2__11 .number img {
  max-width: 43px;
  margin-bottom: 10px;
}

#actieva-top__special3-1 .actieva-top__special__ttl>div:first-child {
  line-height: 1.4;

}

@media (max-width: 767px) {
  .t4-aisare-ttl__main .em {
    font-size: clamp(12px, 10vw, 56px);
  }

  .t4-aisare-ttl__main {
    font-size: clamp(22px, 5vw, 28px);
    letter-spacing: 0.015em;
    padding-top: 5rem;
  }

}

@media (max-width: 767px) {
  .actieva-tokusyu5-1__header__ttl {
    background-image: url(../img/tokusyu5-1/ttl5_sp.svg);
    background-size: 120% auto;
    background-position: 58% 50%;
    min-height: clamp(200px, 44vw, 340px);
    padding: 22px 16px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    background-size: 78% auto;
    background-position: 62% 50%;
    min-height: clamp(220px, 48vw, 380px);
    padding: 24px 16px;
  }

  actieva-tokusyu5-2__header__ttl {
    background-image: url(../img/tokusyu5-2/ttl5.png);
    background-size: 120% auto;
    background-position: center 52%;
    min-height: clamp(200px, 44vw, 340px);
    padding: 22px 16px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    background-size: 96% auto;
    background-position: center 50%;
    min-height: clamp(220px, 48vw, 380px);
    padding: 24px 16px;
  }

}

.actieva-top__special__ttl .ruby-em rt {
  color: #000000;
  /* ベースは黄色 */

}

.actieva-top__special__ttl .ruby-em rt {
  font-size: .2em;
  letter-spacing: .1em;
  padding-left: 2.2rem;

}

.actieva-top__special__ttl .quo1:last-of-type {
  margin-left: -0.4em;
}


.rt1 {
  font-size: 11px;
  letter-spacing: -2.6em;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .rt1 {
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: px;
    padding-right: 3em;
  }



}

/* ========== 404 page (scoped) ========== */
.p-404 {
  /* 既存デザインに干渉しないよう色は変数化（必要に応じて上書き可） */
  --p404-accent: #D32063;
  --p404-text: #222;
  --p404-muted: #666;
  --p404-border: #E5E7EB;

  color: var(--p404-text);
  padding: clamp(24px, 4vw, 48px) 16px;
  min-height: 60vh;
  /* 余白を確保して圧迫感を軽減 */
  display: grid;
  place-items: start center;
  /* 上寄せ・中央寄せのバランス */
}

.p-404__inner {
  width: min(720px, 100%);
  margin: 0 auto;
  line-height: 1.8;
}

.p-404__title {
  font-weight: 700;
  font-size: clamp(20px, 2.2vw + 12px, 32px);
  line-height: 1.3;
  margin: 0 0 12px;
  letter-spacing: .02em;
  /* 左にアクセントライン（視線誘導） */
  padding-left: 12px;
  border-left: 4px solid var(--p404-accent);
}

.p-404__lead {
  margin: 0 0 16px;
  color: var(--p404-muted);
  font-size: clamp(14px, 1.1vw + 10px, 16px);
}

.p-404__list {
  margin: 0 0 20px 1.2em;
  /* 左インデントで読みやすく */
  padding: 0;
}

.p-404__list li {
  margin: 0 0 .4em;
  list-style: disc;
}

.p-404__note {
  margin: 20px 0 24px;
}

/* 行間に余白＋スマホでのみ改行を活かす */
.u-br {
  display: none;
}

@media (max-width: 640px) {
  .u-br {
    display: inline;
  }
}

/* CTAボタン：視認性・フォーカス強化（アクセシビリティ配慮） */
.p-404__actions {
  margin-top: 12px;
}

.p-404__btn {
  display: inline-block;
  padding: .85em 1.4em;
  border-radius: 8px;
  background: var(--p404-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
  transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
  will-change: transform;
}

.p-404__btn:hover {
  opacity: .95;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.p-404__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
}

.p-404__btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* 低速環境・好みへの配慮：アニメ最小化 */
@media (prefers-reduced-motion: reduce) {
  .p-404__btn {
    transition: none;
  }
}