@charset "UTF-8";

#sodateco {
  font-size: 62.5%;
  caret-color: rgba(0, 0, 0, 0) !important;
}

.contents-block {
  margin: 0 !important;
}

@media (width <= 767px) {
  #sodateco {
    font-size: 2.6666666667vw;
    font-size: 48%;
  }
}

@media (width >= 768px) {
  .pane-contents {
    margin-top: 0 !important;
  }
}

#sodateco {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  color: #4a413e;
  .inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contents-block img {
  width: 100%;
  height: auto;
}

#sodateco * {
  box-sizing: border-box;
}

@media (width <= 767px) {
  .pc {
    display: none !important;
  }
}

@media (768px <= width <= 1024px) {
  .tabno {
    display: none !important;
  }
}

@media (1025px <= width) {
  .tabsp {
    display: none !important;
  }
}

@media (768px < width) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc768 {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .pc769 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-sml {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .pctab1280 {
    display: none !important;
  }
}

.slick-slider div {
  transition: none;
}

.txt-link--ex {
  position: relative;
}

.txt-link--ex:after {
  content: "";
  display: inline-block;
  background: url(../img/ico_ex.png) no-repeat center center/100% auto;
  width: 17px;
  height: 14px;
  margin-left: 8px;
}

@media (width <= 767px) {
  .txt-link--ex:after {
    width: 13px;
    margin-left: 3px;
    height: 11px;
  }
}

.txt-link--ex:hover {
  text-decoration: underline;
}

.txt-link--arw {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  transition: ease-out 0.14s opacity;
}

@media (width <= 767px) {
  .txt-link--arw {
    font-size: 1.8rem;
  }
}

.txt-link--arw:after {
  content: "";
  display: inline-block;
  background: url(../img/ico_arw_bk.png) no-repeat center center/100% auto;
  width: 12px;
  height: 14px;
  margin-left: 6px;
}

@media (width <= 767px) {
  .txt-link--arw:after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}

.txt-link--arw:hover {
  opacity: 0.7;
}

.section {
  padding: 60px 0;
}

@media (width <= 767px) {
  .section {
    padding: 30px 0;
  }
}

.section--top-min {
  padding-top: 0;
}

.section--btm-min {
  padding-bottom: 0;
}

.section--top-wide {
  padding-top: 110px !important;
}

@media (width <= 767px) {
  .section--top-wide {
    padding-top: 30px !important;
  }
}

.section--btm-wide {
  padding-bottom: 110px !important;
}

@media (width <= 767px) {
  .section--btm-wide {
    padding-bottom: 30px !important;
  }
}

.section__head,
.section__body {
  width: 94%;
  margin: 0 auto;
}

@media (width <=767px) {
  .section__head,
  .section__body {
    width: 80%;
  }
}

.section__body--1300 {
  max-width: 1300px;
}

.section__body--1400 {
  max-width: 1400px;
}

.section__ttl-2 {
  padding-top: 60px;
}

@media (width <= 767px) {
  .section__ttl-2 {
    padding-top: 40px;
  }
}

.section__ttl-2 img {
  width: auto;
  height: 118px;
}

@media (width <= 767px) {
  .section__ttl-2 img {
    height: 72px;
  }
}

.section.bg-red {
  margin-top: 140px;
  padding-top: 0;
}

@media (width <= 767px) {
  .section.bg-red {
    margin-top: 90px;
  }
}

.section.bg-red.mt0 {
  margin-top: 0;
}

@media (width <= 768px) {
  .row__img {
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
  }
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }
}

@-webkit-keyframes fluffy_sp {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes fluffy_sp {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.top-message-bg__item--fluffy1 ._1 img {
  animation: 2.4s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy1 ._1 img {
    animation: 2s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-message-bg__item--fluffy1 ._2 img {
  animation: 1.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy1 ._2 img {
    animation: 1.3s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.top-message-bg__item--fluffy1 ._3 img {
  -webkit-animation: 2.6s fluffy ease-in-out infinite alternate;
  animation: 2.6s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy1 ._3 img {
    -webkit-animation: 2.2s fluffy_sp ease-in-out infinite alternate;
    animation: 2.2s fluffy_sp ease-in-out infinite alternate;
  }
}

.top-message-bg__item--fluffy2 ._1 img {
  animation: 2.2s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy2 ._1 img {
    animation: 1.8s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-message-bg__item--fluffy2 ._2 img {
  animation: 2.6s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy2 ._2 img {
    animation: 2.2s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.top-message-bg__item--fluffy2 ._3 img {
  -webkit-animation: 2s fluffy ease-in-out infinite alternate;
  animation: 2s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy2 ._3 img {
    -webkit-animation: 1.6s fluffy_sp ease-in-out infinite alternate;
    animation: 1.6s fluffy_sp ease-in-out infinite alternate;
  }
}

.top-message-bg__item--fluffy2 ._4 img {
  animation: 2.8s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-message-bg__item--fluffy2 ._4 img {
    animation: 2.3s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy1 ._1 img {
  animation: 2.8s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._1 img {
    animation: 2.3s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy1 ._2 img {
  animation: 1.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._2 img {
    animation: 1.4s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy1 ._3 img {
  -webkit-animation: 2s fluffy ease-in-out infinite alternate;
  animation: 2s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._3 img {
    -webkit-animation: 1.6s fluffy_sp ease-in-out infinite alternate;
    animation: 1.6s fluffy_sp ease-in-out infinite alternate;
  }
}

.top-shukan-bg__item--fluffy1 ._4 img {
  animation: 2.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._4 img {
    animation: 2.3s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy1 ._5 img {
  animation: 2.4s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._5 img {
    animation: 2s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy2 ._1 img {
  animation: 2.8s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._1 img {
    animation: 2.3s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy2 ._2 img {
  animation: 2.2s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._2 img {
    animation: 1.8s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy2 ._3 img {
  animation: 1.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._3 img {
    animation: 1.4s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.top-shukan-bg__item--fluffy2 ._4 img {
  -webkit-animation: 2s fluffy ease-in-out infinite alternate;
  animation: 2s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._4 img {
    -webkit-animation: 1.6s fluffy_sp ease-in-out infinite alternate;
    animation: 1.6s fluffy_sp ease-in-out infinite alternate;
  }
}

.top-shukan-bg__item--fluffy2 ._5 img {
  animation: 2.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._5 img {
    animation: 2.3s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.top-shukan {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

@media (width <= 767px) {
  .top-shukan {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}

.top-shukan__ttl {
  font-size: 4.4rem;
  letter-spacing: 5px;
  line-height: 1.7;
  color: #e83833;
  font-weight: bold;
  text-align: center;
}

@media (width <= 767px) {
  .top-shukan__ttl {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 320px) {
  .top-shukan__ttl {
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
}

.top-shukan__box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.top-shukan__box--re {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-top: 70px;
}

@media (width <= 767px) {
  .top-shukan__box {
    flex-direction: column;
    gap: 6vw;
  }
}

.top-shukan__box-body {
  text-align: justify;
}

@media (1025px <= width) {
  .top-shukan__box-body {
    max-width: 55%;
  }
}

.top-shukan__box-body p {
  font-size: 1.2rem;
  line-height: 2.1;
}

@media (width <= 767px) {
  .top-shukan__box-body p {
    font-size: 1.7rem;
  }
}

@media (width <= 767px) {
  .top-shukan__box-body p {
    font-size: 0.8rem;
    /* margin-right: -2vw; */
  }
}

.top-shukan__box-heading {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  padding-right: 65px;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

@media (width <= 767px) {
  .top-shukan__box-heading {
    font-size: 2.6rem;
    padding-right: 45px;
    margin-bottom: 8px;
  }
}

@media (width <= 767px) {
  .top-shukan__box-heading {
    font-size: 1.5rem;
  }
}

.top-shukan__box-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/ico_dots.png) no-repeat center center/100% auto;
  width: 47px;
  height: 10px;
}

@media (width <= 767px) {
  .top-shukan__box-heading:after {
    width: 34px;
  }
}

.top-shukan__box-img {
  max-width: 431px;
  width: 40%;
}

@media (width <= 767px) {
  .top-shukan__box-img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    width: 53%;
  }
}

.top-shukan__main {
  max-width: 680px;
  margin: -9% auto;
  width: 45%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .top-shukan__main {
    margin: -2% auto;
  }
}

@media (width <= 767px) {
  .top-shukan__main {
    order: 1;
    margin: 0 auto;
    width: 80%;
  }
}

.top-shukan-bg {
  left: 0;
  right: 0;
}

.top-shukan-bg__item {
  position: absolute;
  margin: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.top-shukan-bg__item--fluffy1 picture,
.top-shukan-bg__item--fluffy2 picture {
  opacity: 0.7;
}

.top-shukan-bg__item--fluffy1 span,
.top-shukan-bg__item--fluffy2 span {
  display: block;
  position: absolute;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-shukan-bg__item--fluffy1 span img,
.top-shukan-bg__item--fluffy2 span img {
  display: block;
  position: relative;
}

.top-shukan-bg__item--fluffy1 {
  max-width: 920px;
  width: 67%;
  left: 44%;
  top: -6%;
  height: 560px;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 {
    width: 57%;
    left: 7%;
    top: 9%;
    height: 80vw;
  }
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 {
    top: 28%;
    height: 150px;
    width: 100%;
    left: 0;
  }
}

.top-shukan-bg__item--fluffy1 ._1 {
  width: 6%;
  top: 17%;
  left: 20%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._1 {
    top: 18%;
    left: 18%;
  }
}

.top-shukan-bg__item--fluffy1 ._2 {
  width: 8%;
  top: 63%;
  left: 29%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._2 {
    width: 14%;
    top: 85%;
    left: 20%;
    /* display: none; */
  }
}

.top-shukan-bg__item--fluffy1 ._3 {
  width: 6%;
  top: 64%;
  left: 82%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._3 {
    left: 84%;
    width: 6%;
    top: 95%;
  }
}

.top-shukan-bg__item--fluffy1 ._4 {
  width: 10%;
  top: 9%;
  left: 84%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._4 {
    left: 76%;
    top: 6%;
  }
}

.top-shukan-bg__item--fluffy1 ._5 {
  width: 5%;
  top: 94%;
  left: 49%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy1 ._5 {
    top: 100%;
    left: 51%;
    display: none;
  }
}

.top-shukan-bg__item--fluffy2 {
  max-width: 845px;
  width: 61%;
  top: 67%;
  left: -5%;
  height: 550px;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 {
    width: 100%;
    right: 0;
    top: 65%;
  }
}

.top-shukan-bg__item--fluffy2 ._1 {
  width: 10%;
  top: -16%;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .top-shukan-bg__item--fluffy2 ._1 {
    left: calc(1% - 8vw);
  }
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._1 {
    top: 26%;
    left: 12%;
  }
}

.top-shukan-bg__item--fluffy2 ._2 {
  width: 6%;
  top: 42%;
  left: 74%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._2 {
    top: 50%;
    left: 80%;
    /* display: none; */
  }
}

.top-shukan-bg__item--fluffy2 ._3 {
  width: 16%;
  top: 29%;
  left: 81%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._3 {
    top: 44%;
    left: 90%;
  }
}

.top-shukan-bg__item--fluffy2 ._4 {
  width: 8%;
  top: -11%;
  left: 72%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._4 {
    top: 27%;
    left: 83%;
  }
}

.top-shukan-bg__item--fluffy2 ._5 {
  width: 8%;
  top: -5%;
  left: 8%;
}

@media (width <= 767px) {
  .top-shukan-bg__item--fluffy2 ._5 {
    left: 22%;
    top: 45%;
  }
}

.section-prod {
  position: relative;
  z-index: 1;
}

.u-t-white {
  color: #fff;
}

.u-t-red {
  color: #e83833;
}

.u-t-blue {
  color: #5dbce3;
}

.u-t-green {
  color: #77bc63;
}

.ff-zen {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.u-t-bold {
  font-weight: bold;
}

.u-t-under {
  text-decoration: underline;
}

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

.bg-red {
  background-color: #e83833;
}

.bg-green {
  background-color: #f1f8ef;
}

.bg-blue {
  background-color: #f7fcfe;
}

.w-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 7%;
}

@media (width <= 767px) {
  .w-block {
    padding: 20px 3%;
    border-radius: 10px;
  }
}

@media (width <= 767px) {
  .w-block--sp-plr0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.mxw-1700 {
  max-width: 1700px !important;
}

.mxw-1380 {
  max-width: 1380px !important;
}

.mt5 {
  margin-top: calc(5 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt5 {
    margin-top: 5px;
  }
}

@media (width <= 767px) {
  .mt5 {
    margin-top: calc(1 * 2.5 / 375 * 90vw);
  }
}

.mt10 {
  margin-top: calc(10 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt10 {
    margin-top: 10px;
  }
}

@media (width <= 767px) {
  .mt10 {
    margin-top: calc(2 * 2.5 / 375 * 90vw);
  }
}

.mt15 {
  margin-top: calc(15 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt15 {
    margin-top: 15px;
  }
}

@media (width <= 767px) {
  .mt15 {
    margin-top: calc(3 * 2.5 / 375 * 90vw);
  }
}

.mt20 {
  margin-top: calc(20 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt20 {
    margin-top: 20px;
  }
}

@media (width <= 767px) {
  .mt20 {
    margin-top: calc(4 * 2.5 / 375 * 90vw);
  }
}

.mt25 {
  margin-top: calc(25 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt25 {
    margin-top: 25px;
  }
}

@media (width <= 767px) {
  .mt25 {
    margin-top: calc(5 * 2.5 / 375 * 90vw);
  }
}

.mt30 {
  margin-top: calc(30 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt30 {
    margin-top: 30px;
  }
}

@media (width <= 767px) {
  .mt30 {
    margin-top: calc(6 * 2.5 / 375 * 90vw);
  }
}

.mt35 {
  margin-top: calc(35 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt35 {
    margin-top: 35px;
  }
}

@media (width <= 767px) {
  .mt35 {
    margin-top: calc(7 * 2.5 / 375 * 90vw);
  }
}

.mt40 {
  margin-top: calc(40 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt40 {
    margin-top: 40px;
  }
}

@media (width <= 767px) {
  .mt40 {
    margin-top: calc(8 * 2.5 / 375 * 90vw);
  }
}

.mt45 {
  margin-top: calc(45 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt45 {
    margin-top: 45px;
  }
}

@media (width <= 767px) {
  .mt45 {
    margin-top: calc(9 * 2.5 / 375 * 90vw);
  }
}

.mt50 {
  margin-top: calc(50 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt50 {
    margin-top: 50px;
  }
}

@media (width <= 767px) {
  .mt50 {
    margin-top: calc(10 * 2.5 / 375 * 90vw);
  }
}

.mt55 {
  margin-top: calc(55 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt55 {
    margin-top: 55px;
  }
}

@media (width <= 767px) {
  .mt55 {
    margin-top: calc(11 * 2.5 / 375 * 90vw);
  }
}

.mt60 {
  margin-top: calc(60 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt60 {
    margin-top: 60px;
  }
}

@media (width <= 767px) {
  .mt60 {
    margin-top: calc(12 * 2.5 / 375 * 90vw);
  }
}

.mt65 {
  margin-top: calc(65 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt65 {
    margin-top: 65px;
  }
}

@media (width <= 767px) {
  .mt65 {
    margin-top: calc(13 * 2.5 / 375 * 90vw);
  }
}

.mt70 {
  margin-top: calc(70 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt70 {
    margin-top: 70px;
  }
}

@media (width <= 767px) {
  .mt70 {
    margin-top: calc(14 * 2.5 / 375 * 90vw);
  }
}

.mt75 {
  margin-top: calc(75 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt75 {
    margin-top: 75px;
  }
}

@media (width <= 767px) {
  .mt75 {
    margin-top: calc(15 * 2.5 / 375 * 90vw);
  }
}

.mt80 {
  margin-top: calc(80 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt80 {
    margin-top: 80px;
  }
}

@media (width <= 767px) {
  .mt80 {
    margin-top: calc(16 * 2.5 / 375 * 90vw);
  }
}

.mt85 {
  margin-top: calc(85 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt85 {
    margin-top: 85px;
  }
}

@media (width <= 767px) {
  .mt85 {
    margin-top: calc(17 * 2.5 / 375 * 90vw);
  }
}

.mt90 {
  margin-top: calc(90 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt90 {
    margin-top: 90px;
  }
}

@media (width <= 767px) {
  .mt90 {
    margin-top: calc(18 * 2.5 / 375 * 90vw);
  }
}

.mt95 {
  margin-top: calc(95 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt95 {
    margin-top: 95px;
  }
}

@media (width <= 767px) {
  .mt95 {
    margin-top: calc(19 * 2.5 / 375 * 90vw);
  }
}

.mt100 {
  margin-top: calc(100 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt100 {
    margin-top: 100px;
  }
}

@media (width <= 767px) {
  .mt100 {
    margin-top: calc(20 * 2.5 / 375 * 90vw);
  }
}

.mt105 {
  margin-top: calc(105 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt105 {
    margin-top: 105px;
  }
}

@media (width <= 767px) {
  .mt105 {
    margin-top: calc(21 * 2.5 / 375 * 90vw);
  }
}

.mt110 {
  margin-top: calc(110 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt110 {
    margin-top: 110px;
  }
}

@media (width <= 767px) {
  .mt110 {
    margin-top: calc(22 * 2.5 / 375 * 90vw);
  }
}

.mt115 {
  margin-top: calc(115 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt115 {
    margin-top: 115px;
  }
}

@media (width <= 767px) {
  .mt115 {
    margin-top: calc(23 * 2.5 / 375 * 90vw);
  }
}

.mt120 {
  margin-top: calc(120 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media (width <= 767px) {
  .mt120 {
    margin-top: calc(24 * 2.5 / 375 * 90vw);
  }
}

.mt125 {
  margin-top: calc(125 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt125 {
    margin-top: 125px;
  }
}

@media (width <= 767px) {
  .mt125 {
    margin-top: calc(25 * 2.5 / 375 * 90vw);
  }
}

.mt130 {
  margin-top: calc(130 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt130 {
    margin-top: 130px;
  }
}

@media (width <= 767px) {
  .mt130 {
    margin-top: calc(26 * 2.5 / 375 * 90vw);
  }
}

.mt135 {
  margin-top: calc(135 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt135 {
    margin-top: 135px;
  }
}

@media (width <= 767px) {
  .mt135 {
    margin-top: calc(27 * 2.5 / 375 * 90vw);
  }
}

.mt140 {
  margin-top: calc(140 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt140 {
    margin-top: 140px;
  }
}

@media (width <= 767px) {
  .mt140 {
    margin-top: calc(28 * 2.5 / 375 * 90vw);
  }
}

.mt145 {
  margin-top: calc(145 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt145 {
    margin-top: 145px;
  }
}

@media (width <= 767px) {
  .mt145 {
    margin-top: calc(29 * 2.5 / 375 * 90vw);
  }
}

.mt150 {
  margin-top: calc(150 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt150 {
    margin-top: 150px;
  }
}

@media (width <= 767px) {
  .mt150 {
    margin-top: calc(30 * 2.5 / 375 * 90vw);
  }
}

.mt155 {
  margin-top: calc(155 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt155 {
    margin-top: 155px;
  }
}

@media (width <= 767px) {
  .mt155 {
    margin-top: calc(31 * 2.5 / 375 * 90vw);
  }
}

.mt160 {
  margin-top: calc(160 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt160 {
    margin-top: 160px;
  }
}

@media (width <= 767px) {
  .mt160 {
    margin-top: calc(32 * 2.5 / 375 * 90vw);
  }
}

.mt165 {
  margin-top: calc(165 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt165 {
    margin-top: 165px;
  }
}

@media (width <= 767px) {
  .mt165 {
    margin-top: calc(33 * 2.5 / 375 * 90vw);
  }
}

.mt170 {
  margin-top: calc(170 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt170 {
    margin-top: 170px;
  }
}

@media (width <= 767px) {
  .mt170 {
    margin-top: calc(34 * 2.5 / 375 * 90vw);
  }
}

.mt175 {
  margin-top: calc(175 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt175 {
    margin-top: 175px;
  }
}

@media (width <= 767px) {
  .mt175 {
    margin-top: calc(35 * 2.5 / 375 * 90vw);
  }
}

.mt180 {
  margin-top: calc(180 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt180 {
    margin-top: 180px;
  }
}

@media (width <= 767px) {
  .mt180 {
    margin-top: calc(36 * 2.5 / 375 * 90vw);
  }
}

.mt185 {
  margin-top: calc(185 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt185 {
    margin-top: 185px;
  }
}

@media (width <= 767px) {
  .mt185 {
    margin-top: calc(37 * 2.5 / 375 * 90vw);
  }
}

.mt190 {
  margin-top: calc(190 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt190 {
    margin-top: 190px;
  }
}

@media (width <= 767px) {
  .mt190 {
    margin-top: calc(38 * 2.5 / 375 * 90vw);
  }
}

.mt195 {
  margin-top: calc(195 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt195 {
    margin-top: 195px;
  }
}

@media (width <= 767px) {
  .mt195 {
    margin-top: calc(39 * 2.5 / 375 * 90vw);
  }
}

.mt200 {
  margin-top: calc(200 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mt200 {
    margin-top: 200px;
  }
}

@media (width <= 767px) {
  .mt200 {
    margin-top: calc(40 * 2.5 / 375 * 90vw);
  }
}

.mb5 {
  margin-bottom: calc(5 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb5 {
    margin-bottom: 5px;
  }
}

@media (width <= 767px) {
  .mb5 {
    margin-bottom: calc(1 * 2.5 / 375 * 90vw);
  }
}

.mb10 {
  margin-bottom: calc(10 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

@media (width <= 767px) {
  .mb10 {
    margin-bottom: calc(2 * 2.5 / 375 * 90vw);
  }
}

.mb15 {
  margin-bottom: calc(15 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

@media (width <= 767px) {
  .mb15 {
    margin-bottom: calc(3 * 2.5 / 375 * 90vw);
  }
}

.mb20 {
  margin-bottom: calc(20 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

@media (width <= 767px) {
  .mb20 {
    margin-bottom: calc(4 * 2.5 / 375 * 90vw);
  }
}

.mb25 {
  margin-bottom: calc(25 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb25 {
    margin-bottom: 25px;
  }
}

@media (width <= 767px) {
  .mb25 {
    margin-bottom: calc(5 * 2.5 / 375 * 90vw);
  }
}

.mb30 {
  margin-bottom: calc(30 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

@media (width <= 767px) {
  .mb30 {
    margin-bottom: calc(6 * 2.5 / 375 * 90vw);
  }
}

.mb35 {
  margin-bottom: calc(35 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

@media (width <= 767px) {
  .mb35 {
    margin-bottom: calc(7 * 2.5 / 375 * 90vw);
  }
}

.mb40 {
  margin-bottom: calc(40 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

@media (width <= 767px) {
  .mb40 {
    margin-bottom: calc(8 * 2.5 / 375 * 90vw);
  }
}

.mb45 {
  margin-bottom: calc(45 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

@media (width <= 767px) {
  .mb45 {
    margin-bottom: calc(9 * 2.5 / 375 * 90vw);
  }
}

.mb50 {
  margin-bottom: calc(50 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

@media (width <= 767px) {
  .mb50 {
    margin-bottom: calc(10 * 2.5 / 375 * 90vw);
  }
}

.mb55 {
  margin-bottom: calc(55 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

@media (width <= 767px) {
  .mb55 {
    margin-bottom: calc(11 * 2.5 / 375 * 90vw);
  }
}

.mb60 {
  margin-bottom: calc(60 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

@media (width <= 767px) {
  .mb60 {
    margin-bottom: calc(12 * 2.5 / 375 * 90vw);
  }
}

.mb65 {
  margin-bottom: calc(65 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

@media (width <= 767px) {
  .mb65 {
    margin-bottom: calc(13 * 2.5 / 375 * 90vw);
  }
}

.mb70 {
  margin-bottom: calc(70 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

@media (width <= 767px) {
  .mb70 {
    margin-bottom: calc(14 * 2.5 / 375 * 90vw);
  }
}

.mb75 {
  margin-bottom: calc(75 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

@media (width <= 767px) {
  .mb75 {
    margin-bottom: calc(15 * 2.5 / 375 * 90vw);
  }
}

.mb80 {
  margin-bottom: calc(80 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

@media (width <= 767px) {
  .mb80 {
    margin-bottom: calc(16 * 2.5 / 375 * 90vw);
  }
}

.mb85 {
  margin-bottom: calc(85 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

@media (width <= 767px) {
  .mb85 {
    margin-bottom: calc(17 * 2.5 / 375 * 90vw);
  }
}

.mb90 {
  margin-bottom: calc(90 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

@media (width <= 767px) {
  .mb90 {
    margin-bottom: calc(18 * 2.5 / 375 * 90vw);
  }
}

.mb95 {
  margin-bottom: calc(95 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

@media (width <= 767px) {
  .mb95 {
    margin-bottom: calc(19 * 2.5 / 375 * 90vw);
  }
}

.mb100 {
  margin-bottom: calc(100 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

@media (width <= 767px) {
  .mb100 {
    margin-bottom: calc(20 * 2.5 / 375 * 90vw);
  }
}

.mb105 {
  margin-bottom: calc(105 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb105 {
    margin-bottom: 105px;
  }
}

@media (width <= 767px) {
  .mb105 {
    margin-bottom: calc(21 * 2.5 / 375 * 90vw);
  }
}

.mb110 {
  margin-bottom: calc(110 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

@media (width <= 767px) {
  .mb110 {
    margin-bottom: calc(22 * 2.5 / 375 * 90vw);
  }
}

.mb115 {
  margin-bottom: calc(115 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb115 {
    margin-bottom: 115px;
  }
}

@media (width <= 767px) {
  .mb115 {
    margin-bottom: calc(23 * 2.5 / 375 * 90vw);
  }
}

.mb120 {
  margin-bottom: calc(120 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

@media (width <= 767px) {
  .mb120 {
    margin-bottom: calc(24 * 2.5 / 375 * 90vw);
  }
}

.mb125 {
  margin-bottom: calc(125 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb125 {
    margin-bottom: 125px;
  }
}

@media (width <= 767px) {
  .mb125 {
    margin-bottom: calc(25 * 2.5 / 375 * 90vw);
  }
}

.mb130 {
  margin-bottom: calc(130 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb130 {
    margin-bottom: 130px;
  }
}

@media (width <= 767px) {
  .mb130 {
    margin-bottom: calc(26 * 2.5 / 375 * 90vw);
  }
}

.mb135 {
  margin-bottom: calc(135 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb135 {
    margin-bottom: 135px;
  }
}

@media (width <= 767px) {
  .mb135 {
    margin-bottom: calc(27 * 2.5 / 375 * 90vw);
  }
}

.mb140 {
  margin-bottom: calc(140 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb140 {
    margin-bottom: 140px;
  }
}

@media (width <= 767px) {
  .mb140 {
    margin-bottom: calc(28 * 2.5 / 375 * 90vw);
  }
}

.mb145 {
  margin-bottom: calc(145 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb145 {
    margin-bottom: 145px;
  }
}

@media (width <= 767px) {
  .mb145 {
    margin-bottom: calc(29 * 2.5 / 375 * 90vw);
  }
}

.mb150 {
  margin-bottom: calc(150 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb150 {
    margin-bottom: 150px;
  }
}

@media (width <= 767px) {
  .mb150 {
    margin-bottom: calc(30 * 2.5 / 375 * 90vw);
  }
}

.mb155 {
  margin-bottom: calc(155 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb155 {
    margin-bottom: 155px;
  }
}

@media (width <= 767px) {
  .mb155 {
    margin-bottom: calc(31 * 2.5 / 375 * 90vw);
  }
}

.mb160 {
  margin-bottom: calc(160 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb160 {
    margin-bottom: 160px;
  }
}

@media (width <= 767px) {
  .mb160 {
    margin-bottom: calc(32 * 2.5 / 375 * 90vw);
  }
}

.mb165 {
  margin-bottom: calc(165 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb165 {
    margin-bottom: 165px;
  }
}

@media (width <= 767px) {
  .mb165 {
    margin-bottom: calc(33 * 2.5 / 375 * 90vw);
  }
}

.mb170 {
  margin-bottom: calc(170 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb170 {
    margin-bottom: 170px;
  }
}

@media (width <= 767px) {
  .mb170 {
    margin-bottom: calc(34 * 2.5 / 375 * 90vw);
  }
}

.mb175 {
  margin-bottom: calc(175 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb175 {
    margin-bottom: 175px;
  }
}

@media (width <= 767px) {
  .mb175 {
    margin-bottom: calc(35 * 2.5 / 375 * 90vw);
  }
}

.mb180 {
  margin-bottom: calc(180 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb180 {
    margin-bottom: 180px;
  }
}

@media (width <= 767px) {
  .mb180 {
    margin-bottom: calc(36 * 2.5 / 375 * 90vw);
  }
}

.mb185 {
  margin-bottom: calc(185 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb185 {
    margin-bottom: 185px;
  }
}

@media (width <= 767px) {
  .mb185 {
    margin-bottom: calc(37 * 2.5 / 375 * 90vw);
  }
}

.mb190 {
  margin-bottom: calc(190 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb190 {
    margin-bottom: 190px;
  }
}

@media (width <= 767px) {
  .mb190 {
    margin-bottom: calc(38 * 2.5 / 375 * 90vw);
  }
}

.mb195 {
  margin-bottom: calc(195 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb195 {
    margin-bottom: 195px;
  }
}

@media (width <= 767px) {
  .mb195 {
    margin-bottom: calc(39 * 2.5 / 375 * 90vw);
  }
}

.mb200 {
  margin-bottom: calc(200 / 1280 * 80vw);
}

@media screen and (min-width: 1500px) {
  .mb200 {
    margin-bottom: 200px;
  }
}

@media (width <= 767px) {
  .mb200 {
    margin-bottom: calc(40 * 2.5 / 375 * 90vw);
  }
}

.pb0 {
  padding-bottom: 0;
}

.u-flex,
.u-flex--justify-center {
  display: flex;
}

.u-flex--justify-center {
  justify-content: center;
}

.txt-sodateco {
  display: inline-block;
  line-height: 1;
  font-size: 0 !important;
}

.txt-sodateco svg {
  display: block;
}

.sodateco-intro {
  margin-top: 70px;
  position: relative;
}

.sodateco-series {
  position: relative;
}

.sodateco-series h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
}

@media (width <= 767px) {
  .sodateco-series h2 {
    font-size: 4vw;
    background-color: unset;
    margin-bottom: 5vw;
  }
}

.sodateco-series h2 span {
  font-size: 160%;
}

.sodateco-series-item_about {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
  .top-lineup__ttl {
    display: flex;
    font-size: 32px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
    gap: 0.5em;
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;

    &:before,
    &:after {
      content: "";
      display: block;
      background: no-repeat center center/100% auto;
      width: 28px;
      height: 40px;
    }

    &:before {
      background-image: url(../img/heading_deco_1.png);
    }
    &:after {
      background-image: url(../img/heading_deco_2.png);
    }
  }

  p {
    font-size: 1.2rem;
    line-height: 2.1;
  }
}

@media (width <= 767px) {
  .sodateco-series-item_about {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    .top-lineup__ttl {
      font-size: 5vw;
      justify-content: flex-end;
      margin-bottom: 12vw;
      margin-top: 5vw;
      &:before,
      &:after {
        width: 4vw;
        height: 40px;
      }
    }

    p {
      font-size: 0.8rem;
    }

    img {
      position: absolute;
      left: 0;
      top: 0;
      width: 30vw;
    }
  }
}

.sodateco-series-item-rv .sodateco-series-item_about {
  flex-direction: row-reverse;
}

.sodateco-series-item-rv .top-lineup__ttl {
  justify-content: flex-end;
}

@media (width <= 767px) {
  .sodateco-series-item-rv .sodateco-series-item_about img {
    right: 0;
    left: auto;
  }

  .sodateco-series-item-rv .top-lineup__ttl {
    justify-content: flex-start;
  }
}

.sodateco-series-item_product {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
  margin-bottom: 70px;
  img {
    max-width: 334px;
  }

  h3 {
    color: #4a413e;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 1em;
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

@media (width <= 767px) {
  .sodateco-series-item_product {
    gap: 4vw;
    margin-bottom: 12vw;

    img {
      max-width: 42vw;
    }

    h3 {
      font-size: 3.6vw;
      margin-bottom: 1em;
      padding: 0;
    }
  }
}

.sodateco-thi {
  padding: 40px;
  position: relative;
  .inner {
    background: #fff;
    border-radius: 20px;
    padding: 20px 40px;
  }

  .subttl {
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8em;
    font-size: 34px;
    margin-bottom: 0.5em;
    &:before,
    &:after {
      content: "";
      display: block;
      background: url(../img/ico_dots.png) no-repeat center center/100% auto;
      width: 47px;
      height: 10px;
    }
  }

  h2 {
    font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 26px;
    margin-left: 3em;
    margin-bottom: 1em;

    span {
      font-size: 180%;
    }
  }

  .txt {
    font-size: 1.2rem;
    line-height: 2.1;
    padding-right: 26%;
  }

  img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26%;
  }
}

@media (width <= 767px) {
  .sodateco-thi {
    padding: 4vw;
    .inner {
      padding: 4vw;
    }

    .subttl {
      justify-content: flex-start;
      gap: 0.5em;
      font-size: 6vw;
      margin-bottom: 0.5em;

      &:before,
      &:after {
        width: 8vw;
        height: 4vw;
      }
    }

    h2 {
      font-size: 4.5vw;
      margin-left: 0;
      margin-bottom: 1em;
      background: unset;
      padding: 0;

      span {
        font-size: 180%;
      }
    }

    .txt {
      font-size: 0.8rem;
      padding-right: 0;
    }

    img {
      position: absolute;
      right: 6vw;
      top: 9vw;
      bottom: auto;
      width: 41%;
    }
  }
}

.intro-bg__item {
  position: absolute;
  margin: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.intro-bg__item--fluffy1 {
  max-width: 920px;
  width: 67%;
  left: -6%;
  top: 14%;
  height: 560px;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 {
    top: 0%;
    height: 150px;
    width: 90%;
    left: 0;
  }
}

.intro-bg__item--fluffy2 {
  max-width: 845px;
  width: 61%;
  top: 4%;
  right: -14%;
  height: 550px;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 {
    top: 50%;
    height: auto;
    width: 90%;
    right: 0;
  }
}

.intro-bg__item--fluffy1 ._1 {
  width: 12%;
  top: 7%;
  left: 21%;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 ._1 {
    top: 35%;
    left: 2%;
  }
}

.intro-bg__item--fluffy1 ._2 {
  width: 8%;
  top: -3%;
  left: 29%;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 ._2 {
    top: 6%;
    left: 13%;
  }
}

.intro-bg__item--fluffy1 ._3 {
  width: 6%;
  top: -9%;
  left: 37%;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 ._3 {
    top: -14%;
    left: 22%;
  }
}

.intro-bg__item--fluffy2 ._1 {
  width: 12%;
  top: 48%;
  left: 43%;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 ._1 {
    top: 10vw;
    left: 85%;
  }
}

.intro-bg__item--fluffy2 ._2 {
  width: 8%;
  top: 62%;
  left: 35%;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 ._2 {
    top: 20vw;
    left: 78%;
  }
}

.intro-bg__item--fluffy2 ._3 {
  width: 6%;
  top: 73%;
  left: 26%;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 ._3 {
    top: 27vw;
    left: 68%;
  }
}

.intro-bg__item span {
  display: block;
  position: absolute;
}

.intro-bg__item--fluffy1 ._1 img {
  animation: 2.4s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 ._1 img {
    animation: 2s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.intro-bg__item--fluffy1 ._2 img {
  animation: 1.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 ._2 img {
    animation: 1.3s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.intro-bg__item--fluffy1 ._3 img {
  -webkit-animation: 2.6s fluffy ease-in-out infinite alternate;
  animation: 2.6s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy1 ._3 img {
    -webkit-animation: 2.2s fluffy_sp ease-in-out infinite alternate;
    animation: 2.2s fluffy_sp ease-in-out infinite alternate;
  }
}

.intro-bg__item--fluffy2 ._1 img {
  animation: 2.2s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 ._1 img {
    animation: 1.8s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.intro-bg__item--fluffy2 ._2 img {
  animation: 2.6s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 ._2 img {
    animation: 2.2s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.intro-bg__item--fluffy2 ._3 img {
  -webkit-animation: 2s fluffy ease-in-out infinite alternate;
  animation: 2s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .intro-bg__item--fluffy2 ._3 img {
    -webkit-animation: 1.6s fluffy_sp ease-in-out infinite alternate;
    animation: 1.6s fluffy_sp ease-in-out infinite alternate;
  }
}

.series-bg__item--fluffy1 {
  left: 0;
  top: 0;
}

.series-bg__item--fluffy2 {
  top: 0%;
  right: 0%;
}

.series-bg__item--fluffy1 ._1 {
  width: 4%;
  top: 1%;
  left: 0%;
}

.series-bg__item--fluffy1 ._2 {
  width: 8%;
  top: 3%;
  left: 5%;
}

.series-bg__item--fluffy1 ._3 {
  width: 6%;
  top: 1%;
  left: 13%;
}

.series-bg__item--fluffy1 ._4 {
  width: 4%;
  top: 4%;
  left: 20%;
}
.series-bg__item--fluffy2 ._1 {
  width: 5%;
  top: 1%;
  right: -1%;
}

.series-bg__item--fluffy2 ._2 {
  width: 4%;
  top: 3%;
  right: 6%;
}

.series-bg__item--fluffy2 ._3 {
  width: 3%;
  top: 1%;
  right: 13%;
}

.series-bg__item--fluffy2 ._4 {
  width: 7%;
  top: 4%;
  right: 18%;
}

@media (width <= 767px) {
  .series-bg__item--fluffy1 ._1 {
    width: 3%;
    top: 1%;
    left: 2%;
  }

  .series-bg__item--fluffy1 ._2 {
    width: 6%;
    top: 3%;
    left: 5%;
  }

  .series-bg__item--fluffy1 ._3 {
    width: 5%;
    top: 1%;
    left: 11%;
  }

  .series-bg__item--fluffy1 ._4 {
    width: 4%;
    top: 3%;
    left: 16%;
  }
  .series-bg__item--fluffy2 ._1 {
    width: 4%;
    top: 1%;
    right: 1%;
  }

  .series-bg__item--fluffy2 ._2 {
    width: 3%;
    top: 3%;
    right: 6%;
  }

  .series-bg__item--fluffy2 ._3 {
    width: 4%;
    top: 1%;
    right: 10%;
  }

  .series-bg__item--fluffy2 ._4 {
    width: 6%;
    top: 4%;
    right: 13%;
  }
}

.series-bg__item span {
  display: block;
  position: absolute;
}

.series-bg__item--fluffy1 ._1 img {
  animation: 2.4s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .series-bg__item--fluffy1 ._1 img {
    animation: 2s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.series-bg__item--fluffy1 ._2 img {
  animation: 1.8s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .series-bg__item--fluffy1 ._2 img {
    animation: 1.3s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.series-bg__item--fluffy1 ._3 img {
  -webkit-animation: 2.6s fluffy ease-in-out infinite alternate;
  animation: 2.6s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .series-bg__item--fluffy1 ._3 img {
    -webkit-animation: 2.2s fluffy_sp ease-in-out infinite alternate;
    animation: 2.2s fluffy_sp ease-in-out infinite alternate;
  }
}

.series-bg__item--fluffy1 ._4 img {
  -webkit-animation: 2s fluffy ease-in-out infinite alternate;
  animation: 2s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .series-bg__item--fluffy1 ._4 img {
    -webkit-animation: 2s fluffy_sp ease-in-out infinite alternate;
    animation: 2s fluffy_sp ease-in-out infinite alternate;
  }
}

.series-bg__item--fluffy2 ._1 img {
  animation: 2.2s fluffy ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .series-bg__item--fluffy2 ._1 img {
    animation: 1.8s fluffy_sp ease-in-out infinite alternate-reverse;
  }
}

.series-bg__item--fluffy2 ._2 img {
  animation: 2.6s fluffy 0.2s ease-in-out infinite alternate-reverse;
}

@media (width <= 767px) {
  .series-bg__item--fluffy2 ._2 img {
    animation: 2.2s fluffy_sp 0.2s ease-in-out infinite alternate-reverse;
  }
}

.series-bg__item--fluffy2 ._3 img {
  -webkit-animation: 2s fluffy ease-in-out infinite alternate;
  animation: 2s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .series-bg__item--fluffy2 ._3 img {
    -webkit-animation: 1.6s fluffy_sp ease-in-out infinite alternate;
    animation: 1.6s fluffy_sp ease-in-out infinite alternate;
  }
}

.series-bg__item--fluffy2 ._4 img {
  -webkit-animation: 2.4s fluffy ease-in-out infinite alternate;
  animation: 2.4s fluffy ease-in-out infinite alternate;
}

@media (width <= 767px) {
  .series-bg__item--fluffy2 ._4 img {
    -webkit-animation: 2s fluffy_sp ease-in-out infinite alternate;
    animation: 2s fluffy_sp ease-in-out infinite alternate;
  }
}
