body {
  color: #111;
}

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

.shitteruMv {
  position: relative;
}
.shitteruMv h1 {
  margin: 15px auto 30px;
  text-align: center;
  max-width: 986px;
}
.shitteruMv h1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shitteruMv h1 {
    padding: 0 20px;
  }
}

.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
  margin-right: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  user-select: none;
}
.swiper-slide img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper.swiper1 {
  margin-bottom: 70px;
}
.swiper.swiper1 .swiper-slide {
  width: 400px;
}
.swiper.swiper2 .swiper-slide {
  width: 248px;
}
@media screen and (max-width: 767px) {
  .swiper.swiper1 {
    margin-bottom: 10px;
  }
  .swiper.swiper1 .swiper-slide {
    width: 100%;
  }
  .swiper.swiper2 .swiper-slide {
    width: 166px;
  }
}

.shitteruMore {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
.shitteruMore .character {
  width: 146px;
}
.shitteruMore a {
  padding-right: 50px;
  position: relative;
}
.shitteruMore a::before {
  content: "";
  width: 37px;
  height: 37px;
  background: #FDD000;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-radius: 50%;
}
.shitteruMore a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.shitteruMore a:hover::before {
  width: 46px;
  height: 46px;
  right: -4px;
}
.shitteruMore .dot {
  background-image: radial-gradient(circle at center, #FDD000 30%, transparent 30%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .shitteruMore {
    flex-direction: column-reverse;
    padding: 0 20px;
    gap: 50px;
  }
  .shitteruMore .character {
    width: 135px;
  }
  .shitteruMore a {
    font-size: 18px;
  }
  .shitteruMore a::before {
    width: 34px;
    height: 34px;
  }
  .shitteruMore a:hover::before {
    width: 36px;
    height: 36px;
    right: -1px;
  }
}

.shitteruCharm {
  padding: 115px 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.shitteruCharm__heading {
  font-size: 38px;
  text-align: center;
  margin-bottom: 30px;
}
.shitteruCharm__text {
  text-align: center;
  margin-bottom: 55px;
  font-size: 16px;
}
.shitteruCharm__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.shitteruCharm__list > li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1080px) {
  .shitteruCharm__heading {
    font-size: 32px;
  }
  .shitteruCharm__list {
    gap: 20px;
  }
  .shitteruCharm__list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .shitteruCharm__heading {
    font-size: 34px;
    line-height: 1.3;
  }
  .shitteruCharm__list {
    align-items: center;
  }
  .shitteruCharm__list > li {
    width: 100%;
    text-align: center;
  }
}

.shitteruLifestyle {
  padding: 110px 0;
  background: #FDD000;
  position: relative;
}
.shitteruLifestyle__icon {
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}
.shitteruLifestyle__title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 45px;
  padding: 0 20px;
}
.shitteruLifestyle__lead {
  text-align: center;
  margin-bottom: 75px;
  padding: 0 20px;
  font-size: 16px;
}
.shitteruLifestyle__link {
  margin: 0 auto;
  text-align: center;
  width: 1088px;
  max-width: 100%;
  position: relative;
}
.shitteruLifestyle__link a {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.shitteruLifestyle__link a .photo {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  width: 66.12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.shitteruLifestyle__link a .photo img {
  transition: all 0.5s;
}
.shitteruLifestyle__link a .illustrations {
  position: absolute;
  z-index: 2;
}
.shitteruLifestyle__link a .btn {
  border-radius: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  transition: all 0.3s;
  z-index: 1;
}
.shitteruLifestyle__link a .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 26px;
}
.shitteruLifestyle__link a:nth-child(1) {
  top: 0;
  left: 8.27%;
}
.shitteruLifestyle__link a:nth-child(1) .photo {
  top: 13.05%;
}
.shitteruLifestyle__link a:nth-child(1) .illustrations {
  left: 5.15%;
  top: 50%;
  width: 85.59%;
}
.shitteruLifestyle__link a:nth-child(1) .btn {
  background-color: #BA3E00;
}
.shitteruLifestyle__link a:nth-child(1):hover .btn {
  background-color: #CE4602;
}
.shitteruLifestyle__link a:nth-child(2) {
  top: 20.13%;
  right: 0;
}
.shitteruLifestyle__link a:nth-child(2) .photo {
  top: 15.14%;
}
.shitteruLifestyle__link a:nth-child(2) .illustrations {
  left: 6.25%;
  top: 45.92%;
  width: 85.79%;
}
.shitteruLifestyle__link a:nth-child(2) .btn {
  background-color: #C50033;
}
.shitteruLifestyle__link a:nth-child(2):hover .btn {
  background-color: #DA073E;
}
.shitteruLifestyle__link a:nth-child(3) {
  top: 38.26%;
  left: 0;
}
.shitteruLifestyle__link a:nth-child(3) .photo {
  top: 14.62%;
}
.shitteruLifestyle__link a:nth-child(3) .illustrations {
  left: 12.5%;
  top: 40.49%;
  width: 85.11%;
}
.shitteruLifestyle__link a:nth-child(3) .btn {
  background-color: #0054A7;
}
.shitteruLifestyle__link a:nth-child(3):hover .btn {
  background-color: #0960B7;
}
.shitteruLifestyle__link a:nth-child(4) {
  top: 56.75%;
  right: 5.33%;
}
.shitteruLifestyle__link a:nth-child(4) .photo {
  top: 15.46%;
}
.shitteruLifestyle__link a:nth-child(4) .illustrations {
  left: 12.32%;
  top: 41.78%;
  width: 84.01%;
}
.shitteruLifestyle__link a:nth-child(4) .btn {
  background-color: #007B3A;
}
.shitteruLifestyle__link a:nth-child(4):hover .btn {
  background-color: #008640;
}
.shitteruLifestyle__link a:nth-child(5) {
  width: 77.21%;
  bottom: 0;
  left: 8.73%;
}
.shitteruLifestyle__link a:nth-child(5) .photo {
  top: 0;
  left: auto;
  right: 0;
  width: 43.81%;
  height: 100%;
  transform: none;
  z-index: 1;
  border-radius: 0 20px 20px 0;
}
.shitteruLifestyle__link a:nth-child(5) .guide {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18.93%;
  z-index: 2;
}
.shitteruLifestyle__link a:hover .photo img {
  transform: scale(1.1);
}
.shitteruLifestyle__link a:hover .pickup {
  top: 3%;
}
@media screen and (max-width: 767px) {
  .shitteruLifestyle {
    padding: 110px 0 95px;
  }
  .shitteruLifestyle__title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .shitteruLifestyle__lead {
    margin-bottom: 40px;
  }
  .shitteruLifestyle__link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shitteruLifestyle__link a {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: block;
    width: 100% !important;
  }
  .shitteruLifestyle__link a img {
    width: 100%;
  }
  .shitteruLifestyle__link a .photo {
    width: 69.07%;
  }
  .shitteruLifestyle__link a:nth-child(1) .photo {
    top: 11.98%;
  }
  .shitteruLifestyle__link a:nth-child(1) .illustrations {
    width: 89.51%;
    top: 46.09%;
    left: 3.1%;
  }
  .shitteruLifestyle__link a:nth-child(2) .photo {
    top: 14.03%;
  }
  .shitteruLifestyle__link a:nth-child(2) .illustrations {
    width: 89.75%;
    top: 42.35%;
    left: 4.23%;
  }
  .shitteruLifestyle__link a:nth-child(3) .photo {
    top: 13.98%;
  }
  .shitteruLifestyle__link a:nth-child(3) .illustrations {
    width: 89.11%;
    top: 38.71%;
    left: 10.74%;
  }
  .shitteruLifestyle__link a:nth-child(4) {
    margin-bottom: 100px;
  }
  .shitteruLifestyle__link a:nth-child(4) .photo {
    top: 14%;
  }
  .shitteruLifestyle__link a:nth-child(4) .illustrations {
    width: 87.65%;
    top: 38.16%;
    left: 10.68%;
  }
  .shitteruLifestyle__link a:nth-child(5) {
    width: 73.33% !important;
    display: block;
    margin: 0 auto;
  }
  .shitteruLifestyle__link a:nth-child(5) .photo {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: auto;
  }
  .shitteruLifestyle__link a:nth-child(5) .guide {
    width: 49.69%;
  }
  .shitteruLifestyle__link a:nth-child(5) .pickup {
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    z-index: 2;
    width: 17.19%;
  }
  .shitteruLifestyle__link a:nth-child(5):hover .pickup {
    top: -35px;
  }
  .shitteruLifestyle__link a:nth-child(-n+3) {
    margin-bottom: 86px;
  }
  .shitteruLifestyle__link a:nth-child(-n+3)::after {
    content: "";
    width: 50px;
    height: 45px;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/img_link_bg_sp.svg) no-repeat center;
    background-size: contain;
  }
}

.shitteruFlow {
  padding: 95px 0;
}
.shitteruFlow__title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
.shitteruFlow__title span {
  background-color: #FDD000;
  padding: 0 5px;
}
.shitteruFlow__list {
  display: flex;
  gap: 40px;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}
.shitteruFlow__list > li {
  position: relative;
  border: 1px solid #000;
  border-radius: 20px;
  width: calc((100% - 80px) / 3);
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 15px;
}
.shitteruFlow__list > li:not(:last-child)::after {
  content: "";
  width: 19px;
  height: 27px;
  background-color: #FDD000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.shitteruFlow__list p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shitteruFlow__title {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .shitteruFlow__list {
    flex-direction: column;
    align-items: center;
  }
  .shitteruFlow__list > li {
    width: 100%;
    padding: 45px 10px 40px;
    max-width: 260px;
  }
  .shitteruFlow__list > li:not(:last-child)::after {
    width: 27px;
    height: 19px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    right: 50%;
    bottom: -30px;
    transform: translateX(50%);
  }
}