@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "UrawaRedsDisplay";
  src: url("../font/UrawaRedsDisplay_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UrawaRedsDisplayCd";
  src: url("../font/UrawaRedsDisplayCd_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UrawaRedsDisplaySmCd";
  src: url("../font/UrawaRedsDisplaySmCd_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UrawaRedsDisplayXCd";
  src: url("../font/UrawaRedsDisplayXCd_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.anton {
  font-family: "Anton", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.mplusr {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media only screen and (max-width: 1025px) {
  .pc-disp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .tab-disp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp-disp {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: white;
  background-size: 100% auto;
  font-size: clamp(1.4rem, 1.304rem + 0.4vw, 1.6rem);
  line-height: 1.75;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000;
  text-size-adjust: 100%;
}
body img {
  vertical-align: top;
}
@media (min-width: 768px) {
  body {
    padding: 0;
  }
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.txt-bold-red {
  font-weight: bold;
  color: #e6002d;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.txt-s {
  font-size: 80%;
  line-height: 1.5em;
}

.c-black {
  color: black;
}

.c-red {
  color: #e6002d;
}

.c-green {
  color: #04d064;
}

.c-yellow {
  color: #fdd000;
}

a {
  color: #e6002d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a.no-link {
  pointer-events: none;
}

a.txt-link {
  color: #ed001b;
  position: relative;
}
a.txt-link::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: -10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}
@media (min-width: 1025px) {
  a.txt-link::after {
    width: 9px;
    height: 9px;
    right: -15px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
}
a.txt-link:hover::after {
  transform: translate(5px, -50%) rotate(45deg);
}

.note {
  font-size: 80%;
  line-height: 1.3;
}

/*--------------------------------------
画像ホバー
--------------------------------------*/
@media (min-width: 1340px) {
  .grayscale {
    filter: grayscale(0%);
    transition: filter 0.3s ease;
  }
  .grayscale:hover {
    filter: grayscale(100%);
  }
  .zoom {
    transition: transform 0.3s ease;
  }
  .zoom:hover {
    transform: scale(1.1);
  }
}
.btn {
  width: 100%;
  padding: 10px 30px 10px 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  color: white;
  border: 3px solid #e6002d;
  border-radius: 25px;
  background: #e6002d;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
}
.btn::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .btn {
    width: 90%;
    height: 50px;
    padding: 0 30px 0 0;
    font-size: 26px;
  }
}
.btn:hover {
  color: #e6002d;
  background: white;
}
.btn:hover::after {
  border-left: 12px solid #e6002d !important;
}
.btn_cy {
  color: #e6002d;
  border: 3px solid #fdd000;
  background: #fdd000;
}
.btn_cy::after {
  border: 12px solid transparent;
  border-left: 12px solid #e6002d !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
.btn_cy:hover {
  border: 3px solid #e6002d;
}

.btn-border {
  padding: 10px 60px 10px 20px;
  border: solid 2px white;
  color: white;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 1.215rem + 1.58vw, 2.4rem);
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.btn-border::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  content: "";
  position: absolute;
}
@media (min-width: 1025px) {
  .btn-border::after {
    right: 15px;
  }
}
.btn-border:hover {
  background: rgba(230, 0, 45, 0.9);
}
@media (min-width: 1025px) {
  .btn-border {
    padding: 20px 60px 20px 20px;
  }
}

.fade-scale,
.fade-up {
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1025px) {
  .gnav-mobile {
    display: none;
  }
}

.gnav-mobile-ticket {
  width: 85%;
  height: 60px;
  padding: 5px 5px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #fdd000;
  cursor: pointer;
  text-align: center;
}
.gnav-mobile-ticket a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: #e6002d;
  color: black;
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
}
.gnav-mobile-ticket a img {
  width: auto;
  height: 100%;
  padding-right: 40px;
}
.gnav-mobile-ticket a span {
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6002d;
}
.gnav-mobile-ticket a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  border: 12px solid transparent;
  border-left: 12px solid white;
}

#gnav-mobile-btn {
  width: 15%;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fdd000;
  cursor: pointer;
}
#gnav-mobile-btn > button {
  all: unset;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#gnav-mobile-btn > button p {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #e6002d;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
#gnav-mobile-btn span {
  width: 70%;
  height: 3px;
  display: block;
  position: absolute;
  left: 15%;
  background: #e6002d;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#gnav-mobile-btn span:nth-child(1) {
  top: 10px;
}
#gnav-mobile-btn span:nth-child(2) {
  top: 22px;
}
#gnav-mobile-btn span:nth-child(3) {
  top: 34px;
}

.open #gnav-mobile-btn span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}
.open #gnav-mobile-btn span:nth-child(2) {
  width: 0;
  top: 23px;
  left: 50%;
}
.open #gnav-mobile-btn span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .floating-banner {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 100;
  }
}
.floating-banner a {
  width: fit-content;
  margin-right: -2px;
  padding: 10px 5px 35px;
  display: block;
  position: relative;
  border: 2px solid white;
  border-radius: 10px 0 0 10px;
  background: black;
  color: #fdd000;
  text-align: center;
  writing-mode: vertical-rl;
}
.floating-banner a::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 8px;
  border: 8px solid transparent;
  border-left: 10px solid #fdd000;
}
.floating-banner a:hover {
  background: #e6002d;
}
.floating-banner a div {
  font-size: clamp(1.6rem, 1.215rem + 1.58vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5;
}
.floating-banner a div span {
  display: block;
  color: white;
  font-size: clamp(1.2rem, 1.007rem + 0.79vw, 1.6rem);
  font-weight: normal;
}

.kv-area {
  width: 100%;
  min-width: 100%;
}
.kv-area img {
  width: 100%;
  min-width: 100%;
}

/* RED LIFE
-------------------------------------- */
.txt-redlife--red {
  color: #ed001b;
}

.redlife__buttontxt {
  font-size: clamp(1.2rem, 3vw, 2rem);
}
.redlife__buttontxt::after {
  width: 0;
  height: 0;
  margin: 10px auto 0;
  display: block;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}
.redlife__buttontxt--red {
  color: #ed001b;
}
.redlife__buttontxt--red::after {
  border-top: 14px solid #ed001b;
}
.redlife__buttontxt--black {
  color: #000;
}
.redlife__buttontxt--black::after {
  border-top: 14px solid #000;
}
.redlife__button {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0;
  padding: 10px 20px;
  display: block;
  position: relative;
  border-radius: 60px;
  background: #ed001b;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .redlife__button {
    padding: 20px 20px;
  }
}
.redlife__button::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 22px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}
@media (min-width: 1025px) {
  .redlife__button::after {
    width: 16px;
    height: 16px;
    right: 30px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
  }
}
.redlife__button:hover::after {
  transform: translate(5px, -50%) rotate(45deg);
}
.redlife__button--secondary {
  background: #fff;
  border: solid 1px #000;
  color: #000;
}
.redlife__title {
  margin-bottom: clamp(20px, 5vw, 50px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 1;
}
.redlife__title--white {
  color: #fff;
}
.redlife__title span {
  width: fit-content;
  margin: 0 auto 8px;
  padding: 3px 18px;
  display: block;
  position: relative;
  font-size: clamp(1rem, 2.5vw, 2rem);
}
.redlife__title span::before {
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  content: "";
  transform: skewX(-20deg);
}
@media (min-width: 1025px) {
  .redlife__title span {
    margin-bottom: 20px;
  }
}

.redlife-contents,
.redlife-concept {
  background: #ed001b;
  color: white;
}

.redlife-campaign,
.redlife-contents,
.redlife-plan,
.redlife-howto,
.redlife-entry {
  padding: 55px 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .redlife-campaign,
  .redlife-contents,
  .redlife-plan,
  .redlife-howto,
  .redlife-entry {
    padding: 100px 0;
  }
}

.redlife-campaign__inner,
.redlife-contents__inner,
.redlife-concept__inner,
.redlife-plan__inner,
.redlife-howto__inner,
.redlife-entry__inner {
  width: calc(100% - 40px);
  margin: auto;
}

.redlife-campaign__free {
  max-width: 800px;
  padding: 20px;
  margin: 16px auto 0;
  background: #FFF5F5;
}
@media (min-width: 1025px) {
  .redlife-campaign__free {
    padding: 50px;
    margin: 50px auto 0;
  }
}
.redlife-campaign__free h3 {
  width: fit-content;
  margin: 0 auto;
  color: #ed001b;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 0;
  line-height: 1;
}
.redlife-campaign__free h3::after {
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
  background: #FFEC92;
}
@media (min-width: 1025px) {
  .redlife-campaign__free h3::after {
    height: 20px;
  }
}
.redlife-campaign__free .redlife-campaign__free-lead p {
  margin-top: clamp(16px, 4vw, 30px);
  font-size: clamp(1rem, 2.5vw, 2rem);
}
.redlife-campaign__free .redlife-campaign__free-lead ul {
  margin-top: clamp(16px, 4vw, 30px);
}
.redlife-campaign__free .redlife-campaign__free-lead ul li {
  margin-top: clamp(4px, 1vw, 10px);
  padding: clamp(5px, 1.3vw, 10px);
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 2rem);
  background: #fff;
  border: 1px solid #ed001b;
  border-radius: 80px;
}
.redlife-campaign__free .redlife-campaign__free-lead ul li:last-child {
  color: #ed001b;
}
.redlife-campaign__free .redlife-campaign__free-note {
  margin-top: 16px;
  text-align: left;
}
.redlife-campaign__free .redlife-campaign__free-note p {
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
}
.redlife-campaign__free .redlife-campaign__free-note ol {
  counter-reset: free-note;
}
.redlife-campaign__free .redlife-campaign__free-note ol li {
  padding-left: 1.5em;
  position: relative;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  list-style: none;
  counter-increment: free-note;
}
.redlife-campaign__free .redlife-campaign__free-note ol li::before {
  width: 1.5em;
  height: 1.5em;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0.4em;
  left: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: counter(free-note);
  font-size: 0.8em;
  line-height: 1;
}

.redlife-contents__list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1025px) {
  .redlife-contents__list {
    gap: 30px;
  }
}
.redlife-contents__list li {
  width: 100%;
  padding: 20px 10px;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 1025px) {
  .redlife-contents__list li {
    width: calc((100% - 60px) / 3);
  }
}
.redlife-contents__list li h3 {
  margin-top: 10px;
  color: #000;
  font-weight: 700;
  font-size: clamp(1.4rem, 3.6vw, 1.8rem);
}
.redlife-contents__list li p {
  margin-top: 10px;
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
  color: #d6a9ae;
}
.redlife-contents__list li.coming-soon h3,
.redlife-contents__list li.coming-soon p {
  color: #C9C9C9;
}

.redlife-plan {
  background: #f5f5f5;
}
.redlife-plan .lead {
  text-align: left;
  font-size: clamp(1.2rem, 3vw, 2rem);
}
.redlife-plan .note {
  margin-top: 16px;
  text-align: left;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
}
.redlife-plan__inner {
  max-width: 800px;
  margin: 0 auto;
}
.redlife-plan__list {
  margin-top: 16px;
  padding: 10px 20px;
  background: white;
}
.redlife-plan__item {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media (min-width: 1025px) {
  .redlife-plan__item {
    gap: 2em;
  }
}
.redlife-plan__item + .redlife-plan__item {
  border-top: 1px solid #ccc;
}
.redlife-plan__item dt {
  width: 11em;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-weight: 500;
  font-size: clamp(1.4rem, 3.5vw, 3rem);
}
.redlife-plan__item dt::after {
  width: 0;
  height: 0;
  margin-left: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}
@media (min-width: 1025px) {
  .redlife-plan__item dt::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid currentColor;
  }
}
.redlife-plan__item dd {
  color: #d7a7ac;
  font-size: clamp(1rem, 2.5vw, 2rem);
}
.redlife-plan__item dd strong {
  margin-right: 3px;
  color: #ed001b;
  font-size: clamp(3rem, 7.7vw, 6rem);
  font-weight: 500;
}
.redlife-plan__btn {
  margin-top: clamp(16px, 4vw, 50px);
}

.redlife-howto {
  background: #f5f5f5;
  padding: 0 0 55px;
  text-align: center;
}
@media (min-width: 1025px) {
  .redlife-howto {
    padding: 0 0 100px;
  }
}
.redlife-howto__inner {
  max-width: 700px;
  margin: 0 auto;
}
.redlife-howto__list {
  display: grid;
  gap: 30px;
}
@media (min-width: 1025px) {
  .redlife-howto__list {
    gap: 60px;
  }
}
.redlife-howto__list li {
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: white;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  position: relative;
}
@media (min-width: 1025px) {
  .redlife-howto__list li {
    padding: 20px 30px;
    gap: 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
  }
}
.redlife-howto__list li:not(:last-child)::after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 9px);
  border: 10px solid transparent;
  border-top-color: black;
  content: "";
}
@media (min-width: 1025px) {
  .redlife-howto__list li:not(:last-child)::after {
    bottom: -64px;
    left: calc(50% - 18px);
    border: 20px solid transparent;
    border-top-color: black;
    content: "";
  }
}
.redlife-howto__list li span {
  width: 36px;
  height: 56px;
  display: grid;
  place-items: center;
  place-content: center;
  position: relative;
  z-index: 0;
  color: white;
  font-size: clamp(2.2rem, 5.6vw, 4rem);
  font-weight: 900;
  font-family: "Anton", sans-serif;
}
.redlife-howto__list li span::before {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background: #ed001b;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .redlife-howto__list li span::before {
    width: 50px;
    height: 80px;
  }
}
.redlife-howto__list li:last-child {
  border-color: #d7a7ac;
  background: #fff4f4;
}
.redlife-howto__list li > div {
  width: 100%;
}
.redlife-howto__list li h3 {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
}
.redlife-howto__list li p {
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  font-weight: 500;
}

.redlife-entry__btn {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.footer {
  padding: 40px 20px 0;
  background: #000;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer a.nav {
  position: relative;
}
.footer a.nav::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: -10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}
@media (min-width: 1025px) {
  .footer a.nav::after {
    width: 8px;
    height: 8px;
    right: -15px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
}
.footer a.nav:hover::after {
  transform: translate(5px, -50%) rotate(45deg);
}
.footer__info {
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
.footer__info div {
  margin-top: 10px;
  font-size: clamp(1rem, 2.5vw, 1.6rem);
}
@media (min-width: 1025px) {
  .footer__info div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.footer__info h4 {
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 600;
  position: relative;
}
.footer__info h4::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 2px;
  background: #C9C9C9;
}
.footer__info > li + li {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .footer__info > li + li {
    margin-top: 0;
  }
}
.footer__nav {
  margin-top: 30px;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
}
.footer__nav > li + li {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .footer__nav {
    width: 100%;
    margin-top: 50px;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .footer__nav > li + li {
    margin-top: 0;
  }
}
.footer__logo-area {
  max-width: 700px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .footer__logo-area {
    gap: 30px;
  }
}
.footer__rl-logo {
  width: 50%;
  max-width: 200px;
}
.footer__logo {
  width: 80%;
  max-width: 350px;
}
.footer__copyright {
  width: 100%;
  padding: 10px;
  background: black;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  text-align: center;
}