@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  max-width: 425px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background: url(../images/header-top.webp) no-repeat top right;
  background-size: 100px auto; /* 幅50px、高さは自動 */
  background-color: #FDF8D8; /* 背景色 */
}

.header__inner {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 0;
}

.logo__img {
  max-width: 121px;
  width: 100%;
}

.header__top {
  padding: 0 10px;
  margin-top: 8px;
}

.header__nav {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.header__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.header__item {
  max-width: 147px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #FFF;
  background: #0EAB35;
  text-align: center;
  padding: 4px 0;
}

.header__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #0EAB35;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
}

main {
  background-color: #FDF8D8;
}

.inner {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.mv {
  position: relative;
  padding: 20px 0 46px;
}

.mv::after {
  content: "";
  display: inline-block;
  width: 284px;
  height: 113px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  filter: blur(50px);
  border-radius: 284px;
}

.main__title {
  position: relative;
  z-index: 1;
  color: #CD1821;
  font-family: "Noto Sans JP";
  font-size: 36.488px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
}

.main__title--color {
  color: #EA78A9;
}

.main__title--small {
  font-size: 32px;
}

.main__title .outline {
  -webkit-text-stroke: 9px white;
}

.main__title::after {
  content: "";
  display: inline-block;
  background: url(../images/fv-kazari.webp) no-repeat center/contain;
  width: 100%;
  height: 260px;
  position: absolute;
  top: -90px;
  right: 0px;
  z-index: -1;
}

.detail {
  border-radius: 10px;
  background: #FFF;
  padding: 15px 10px 18px 9px;
}

.detail__title.text {
  max-width: 66px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background: #EA78A9;
  padding: 1px 9px 2px;
}

.detail__day__text.text {
  color: #333;
  margin: 5px 0 0 5px;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.05em;
}

.small-font {
  font-size: 16px;

}

.small-font2 {
    font-size: 24px;
}

.detail__container {
  margin-top: 15px;
}

.detail__container__lists {
  margin-top: 7px;
}

.detail__container__list {
  position: relative;
}

.detail__container__list::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../images/num1.webp) no-repeat center/cover;
  position: absolute;
  top: 2px;
}

.detail__container__list:nth-child(2) {
  margin-top: 35px;
}

.detail__container__list:nth-child(2)::before {
  background: url(../images/num2.webp) no-repeat center/cover;
  top: 13px;
}

.detail__container__list__text.text {
  margin-left: 28px;
  color: #E51620;
}

.detail__container__list__text.text .text-wrapper {
  justify-items: start;
}

.detail__container__list__text .outline {
  -webkit-text-stroke: 2px #FFEC2F;
}

.detail__container__list__sub.text {
  font-size: 14px;
  line-height: 150%;
  margin-left: 28px;
}

.detail__container__list__present.text {
  position: relative;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #F6F07E;
  border-radius: 20px;
  margin-top: 6px;
  padding: 3px 0;
  color: #EA78A9;
}

.detail__container__list__present .outline {
  -webkit-text-stroke: 4px #FFF;
}

.detail__container__list__present.text::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 40px;
  background: url(../images/doll.webp) no-repeat bottom right/cover;
  position: absolute;
  top: 30px;
  right: 10px;
}

.detail__container__list:nth-child(2) .detail__container__list__sub.text {
  margin: 0;
}

.detail__container__list__text .big {
  position: relative;
  font-size: 28px;
}

.detail__container__list__text .big:first-child:before {
  content: "";
  display: inline-block;
  background: url(../images/max-text.webp) no-repeat center/contain;
  width: 50px;
  height: 25px;
  position: absolute;
  top: -17px;
  right: 5px;
}

.detail__container__list__text .fz14 {
  font-size: 14px;
}

.detail__container__list__text .fz26 {
  font-size: 26px;
}

.sale {
  margin-top: 36px;
}

.sale__card {
  position: relative;
  border-radius: 10px;
  border: 3px solid #EA78A9;
  background: #fff;
  padding-bottom: 30px;
}

.sale__card::before {
  content: "";
  display: inline-block;
  background: url(../images/hana.webp) no-repeat center/contain;
  width: 120px;
  height: 70px;
  position: absolute;
  bottom: -30px;
  left: -13px;
}

.sale__card::after {
  content: "";
  display: inline-block;
  background: url(../images/gasoline.webp) no-repeat center/contain;
  width: 50px;
  height: 52px;
  position: absolute;
  bottom: -19px;
  right: 0;
}

.sale__card__title.text {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: url(../images/ribbon.webp) no-repeat center/264px;
  padding: 9px 0 10px;
  margin-top: -17px;
}

.sale__card__text.text {
  text-align: center;
  margin-top: 8px;
  color: #E51620;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.sale__card__price.text {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: -5px;
}

.sale__card__price .outline {
  -webkit-text-stroke: 3px #333;
}

.marker {
  background-image: linear-gradient(transparent 90%, rgba(255, 247, 0, 0.8980392157) 90%);
}

.sale__card__price .number {
  color: #E51620;
  -webkit-text-stroke-color: #fff;
  font-size: 34px;
  margin-left: 6px;
}

.sale__card__price .yen {
  color: #E51620;
  font-size: 16px;
  -webkit-text-stroke-color: #FFF;
  margin-left: 1px;
}

.sale__card__price .stick {
  color: #E51620;
  -webkit-text-stroke-color: #FFF;
  font-size: 20px;
  margin-left: 3px;
}

.sale__card__price .liter {
  color: #E51620;
  -webkit-text-stroke-color: #FFF;
  font-size: 24px;
  margin: 0 7px 0 3px;
}

.link {
  margin-top: 39px;
  padding-bottom: 40px;
}

.link__text.text {
  position: relative;
  text-align: center;
}

.link__text.text:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow.webp) no-repeat center/contain;
  width: 55px;
  height: 20px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.link__lists {
  margin-top: 54px;
}

.link__list:not(:first-child) {
  margin-top: 30px;
}

.link__list__title {
  color: #0400E2;
  font-weight: bold;
  text-decoration: underline;
}

.link__list__cards {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 20px;
}

.link__list__card {
  width: 100%;
  border-radius: 5px;
  background: #E91B25;
  box-shadow: 1px 3px 0px 0px #9C1017;
}

.link__list__card__link {
  position: relative;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 17px 14px 18px 41px;
  display: inline-block;
}

.link__list__card__link::before {
  content: "";
  display: inline-block;
  background: url(../images/iphone.webp) no-repeat center/cover;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 9px;
}

.link__list__card.link__list__card--line {
  background: #43B900;
  box-shadow: 1px 3px 0px 0px #1F5301;
}

.link__list__card.link__list__card--line .link__list__card__link::before {
  background: url(../images/line.webp) no-repeat center/cover;
  width: 23px;
  height: 23px;
  top: 15px;
}

.footer {
  background-color: #F6F6F6;
  text-align: center;
  padding: 27px 0 5px;
}

.footer__copyright {
  font-family: "M PLUS 1";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.text {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
}

.text-wrapper {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.outline, .main-text {
  grid-area: 1/1;
}

.outline {
  -webkit-text-stroke: 4px white;
  color: transparent;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 320px) {
  .br-sp {
    display: block;
  }
}

.second .header, .second main {
  background-color: #92B1FC;
}

.second .header__item {
  background-color: #0EAB35;
}

.second .header__link {
  color: #0EAB35;
}

.third .header, .third main {
  background-color: #FFCB78;
}

.third .header__item {
  background-color: #007D4F;
}

.third .header__link {
  color: #007D4F;
}