@charset "UTF-8";
/* -------------------------------------------------------------
//  メディアクエリ
// ------------------------------------------------------------*/
/* -------------------------------------------------------------
//  css変数
// ------------------------------------------------------------*/
:root {
  --list-wrap-height: 0;
}

@keyframes text-slide {
  0% {
    transform: none;
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes floating-y01 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y02 {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ul,
ol {
  list-style-type: none;
}

em,
i,
strong,
th,
address {
  font-style: normal;
  /*text-align: left;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
object,
embed {
  border: 0;
  vertical-align: top;
}

hr {
  border: 0;
  height: 1px;
  background: #cccccc;
  margin: 1em 0;
  clear: both;
  width: 100%;
}

li {
  list-style-type: none;
}

area {
  outline: none !important;
  border: none !important;
}

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

input[type=submit],
input[type=button],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

html {
  color: #2d2d2d;
  line-height: 1.8;
  color: #2d2d2d;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.l-header {
  position: fixed;
  right: 30px;
  top: 10px;
  z-index: 999;
}
.l-header nav a {
  color: #2d2d2d;
  font-family: "Antonio";
  font-weight: 700;
}

footer {
  background: #222222;
}

.l-footer {
  padding: 100px;
  padding-top: clamp(50px, 5.2083333333vw, 100px);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px;
  }
}
@media screen and (max-width: 479px) {
  .l-footer {
    padding: 15px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-footer__text01 {
  color: #DFE862;
  font-size: max(3.125vw, 30px);
  font-family: "Rammetto One", sans-serif;
}
.l-footer__text02 {
  color: #FF6A6A;
  font-size: max(5.2083333333vw, 40px);
  font-family: "Rammetto One", sans-serif;
}

.c-headLine01 {
  text-align: center;
  text-stroke: 2px #222222;
  -webkit-text-stroke: 2px #222222;
  line-height: 1.2;
  font-size: 9.0625vw;
  color: #ff6a6a;
  font-family: "Rammetto One", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c-headLine01 {
    font-size: 10.9481915934vw;
  }
}
@media screen and (max-width: 479px) {
  .c-headLine01 {
    font-size: 14.6137787056vw;
  }
}
.c-headLine01--main {
  position: relative;
  z-index: 1;
}
.c-headLine01 span {
  font-size: 6.25vw;
}

.c-headLine02 {
  text-stroke: 2px #222222;
  line-height: 1.2;
  -webkit-text-stroke: 2px #222222;
  font-size: 7.8125vw;
  font-family: "Rammetto One", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c-headLine02 {
    font-size: max(7.8125vw, 46px);
  }
}
.c-headLine02--red {
  color: #ff6a6a;
  font-size: max(7.8125vw, 94px);
}
@media screen and (max-width: 1023px) {
  .c-headLine02--red {
    font-size: max(7.8125vw, 46px);
  }
}
.c-headLine02--purple {
  color: #A5B3E3;
}
.c-headLine02--green {
  color: #63BE72;
}
.c-headLine02--orange {
  color: #FC924E;
}
.c-headLine02--yellow {
  color: #dfe862;
}

.c-section--yellow {
  background: #dfe862;
}
.c-section--purple {
  background: #994798;
}
.c-section--green {
  background: #63BE72;
}
.c-section--orange {
  background: #FC924E;
}

.c-content {
  padding: 0 30px;
}
@media screen and (max-width: 479px) {
  .c-content {
    padding: 0 15px;
  }
}
.c-content__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.c-move-moreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.71875vw;
  min-width: 84px;
  min-height: 84px;
  height: 6.71875vw;
  border-radius: 50%;
  text-stroke: 1px #222222;
  -webkit-text-stroke: 1px #222222;
  color: #dfe862;
  background: #63BE72;
  border: 2px solid #222222;
  font-size: 1.25rem;
  font-family: "Rammetto One", sans-serif;
}
.c-move-moreBtn--home {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .c-move-moreBtn--home {
    top: -80px;
  }
}

.p-main-mainVisual {
  position: relative;
  background: #dfe862;
  width: 100%;
  height: 79vh;
  min-height: 400px;
  padding-top: 5.7291666667vw;
}
@media screen and (max-width: 1023px) {
  .p-main-mainVisual {
    height: 82vh;
  }
}
@media screen and (max-width: 767px) {
  .p-main-mainVisual {
    padding-top: 17.8617992177vw;
  }
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual {
    height: 89vh;
    padding-top: 35.2818371608vw;
  }
}
.p-main-mainVisual__gao {
  position: absolute;
  bottom: -120%;
  left: 50%;
  translate: -50% 0;
  max-width: 1245px;
  width: 100%;
  z-index: 1;
  transition: 0.8s cubic-bezier(0.02, 0.97, 0.21, 0.99);
}
.p-main-mainVisual__gao.-up {
  bottom: 0;
}
.p-main-mainVisual__gao img {
  width: 100%;
}
.p-main-mainVisual__img {
  position: absolute;
  height: auto;
}
.p-main-mainVisual__img--01 {
  top: 0;
  left: 10.4166666667vw;
  width: 13.0208333333vw;
  min-width: 210px;
  animation: floating-y01 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual__img--01 {
    min-width: 150px;
  }
}
.p-main-mainVisual__img--02 {
  top: 50%;
  translate: 0 -50%;
  left: 2.6041666667vw;
  width: 10.4166666667vw;
  min-width: 160px;
  animation: floating-y02 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual__img--02 {
    min-width: 110px;
  }
}
.p-main-mainVisual__img--03 {
  bottom: 0;
  left: 10.4166666667vw;
  width: 13.0208333333vw;
  min-width: 190px;
  animation: floating-y01 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual__img--03 {
    bottom: 90px;
    min-width: 130px;
  }
}
.p-main-mainVisual__img--04 {
  top: -50px;
  right: 2.6041666667vw;
  width: 15.625vw;
  min-width: 210px;
  animation: floating-y02 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual__img--04 {
    min-width: 150px;
  }
}
.p-main-mainVisual__img--05 {
  top: 50%;
  translate: 0 -50%;
  right: 7.8125vw;
  width: 13.0208333333vw;
  min-width: 190px;
  animation: floating-y01 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual__img--05 {
    min-width: 170px;
  }
}
.p-main-mainVisual__img--06 {
  bottom: 0;
  right: 2.6041666667vw;
  width: 13.0208333333vw;
  min-width: 190px;
  animation: floating-y02 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 479px) {
  .p-main-mainVisual__img--06 {
    bottom: 160px;
    min-width: 130px;
  }
}

.p-home-undergao {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  max-width: 1245px;
  width: 100%;
}
.p-home-undergao img {
  width: 100%;
}

.p-main-slideText {
  position: relative;
  display: flex;
  color: #fff;
  white-space: nowrap;
  text-stroke: 2px #222222;
  -webkit-text-stroke: 2px #222222;
  overflow: hidden;
  padding: 7px;
  z-index: 1;
  background: #A5B3E3;
  font-family: "Rammetto One", sans-serif;
  font-size: 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-main-slideText {
    font-size: 5rem;
  }
}
@media screen and (max-width: 479px) {
  .p-main-slideText {
    font-size: 3rem;
  }
}
.p-main-slideText__item {
  display: flex;
  animation: text-slide 72s linear infinite;
}

.p-home-video {
  position: relative;
  padding-top: clamp(95px, 9.9479166667vw, 191px);
  padding-bottom: clamp(90px, 9.375vw, 180px);
}
@media screen and (max-width: 1023px) {
  .p-home-video {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-home-video__title {
  position: absolute;
  top: 100px;
  left: 10%;
  padding-right: 150px;
}
@media screen and (max-width: 1499px) {
  .p-home-video__title {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .p-home-video__title {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-home-video__grid {
  display: grid;
}
@media screen and (max-width: 1023px) {
  .p-home-video__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-video__grid {
    gap: 15px;
  }
}
.p-home-video__gridItem {
  border: 3px solid #222222;
  overflow: hidden;
  width: 90%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.p-home-video__gridItem.-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .p-home-video__gridItem {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .p-home-video__gridItem {
    width: 100%;
  }
}
.p-home-video__gridItem--01 {
  grid-row: 1/2;
  grid-column: 4/5;
}
.p-home-video__gridItem--02 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.p-home-video__gridItem--03 {
  grid-row: 2/3;
  grid-column: 3/4;
}
.p-home-video__gridItem--04 {
  grid-row: 3/4;
  grid-column: 2/3;
}
.p-home-video__gridItem--05 {
  grid-row: 3/4;
  grid-column: 4/5;
}
.p-home-video__gridItem iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  scale: 1.1;
}
.p-home-video__gridItem img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.p-home-profile {
  padding-top: clamp(50px, 5.2083333333vw, 100px);
  padding-bottom: clamp(76px, 7.8645833333vw, 151px);
}
.p-home-profile__box {
  margin-top: clamp(25px, 2.6041666667vw, 50px);
  background: #F5F5F5;
  border: 2px solid #222222;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: clamp(35px, 3.6458333333vw, 70px);
  padding-bottom: clamp(35px, 3.6458333333vw, 70px);
}

.p-home-profile-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: clamp(61px, 6.3020833333vw, 121px);
}
@media screen and (max-width: 1199px) {
  .p-home-profile-name {
    gap: 10px;
    flex-direction: column;
    margin-left: 0;
  }
}
.p-home-profile-name__img {
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .p-home-profile-name__img {
    margin-right: 0;
  }
}
.p-home-profile-name__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 479px) {
  .p-home-profile-name__img img {
    max-width: 150px;
  }
}
.p-home-profile-name__channel {
  font-weight: 500;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-home-profile-name__channel {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 479px) {
  .p-home-profile-name__channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
  }
}
.p-home-profile-name__channel span {
  position: relative;
  padding-left: 50px;
  font-size: 1.5rem;
}
.p-home-profile-name__channel span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-image: url(/assets/img/common/c-good-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 43px;
  height: 44px;
}
.p-home-profile-name__number {
  font-size: 1.5rem;
}
@media screen and (max-width: 479px) {
  .p-home-profile-name__number {
    text-align: center;
  }
}
.p-home-profile-name__text {
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .p-home-profile-name__text {
    margin-right: 0;
  }
}
.p-home-profile-name__registration a {
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
  background: #fff;
  font-weight: 700;
  transition: 0.3s;
  color: #2d2d2d;
  font-size: 1.75rem;
}
@media screen and (max-width: 479px) {
  .p-home-profile-name__registration a {
    font-size: 1.5rem;
  }
}
.p-home-profile-name__registration a:hover {
  color: #fff;
  background-color: #ff0000;
}

.p-home-profile-comment {
  margin-top: clamp(32px, 3.3854166667vw, 65px);
  margin-left: clamp(61px, 6.3020833333vw, 121px);
}
@media screen and (max-width: 767px) {
  .p-home-profile-comment {
    margin-left: 0;
  }
}
.p-home-profile-comment__lead {
  font-weight: 700;
  font-size: 1.75rem;
}
.p-home-profile-comment__item {
  width: min(808px, 100%);
  display: flex;
  gap: 32px;
  margin-top: clamp(30px, 3.125vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-home-profile-comment__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home-profile-comment__icon {
  scale: -1 1;
}

.p-home-profile-commentBox__title span {
  color: #DFE862;
  white-space: nowrap;
  text-stroke: 1px #222222;
  -webkit-text-stroke: 1px #222222;
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: clamp(7px, 0.7291666667vw, 14px);
}
@media screen and (max-width: 479px) {
  .p-home-profile-commentBox__title span {
    display: block;
    font-size: 1.25rem;
  }
}

.p-home-bg-text {
  position: relative;
  background: #222222;
  overflow: hidden;
}
.p-home-bg-text__boxWrap {
  display: flex;
}
.p-home-bg-text__box {
  display: flex;
  justify-content: center;
  animation: text-slide 72s linear infinite;
}
.p-home-bg-text__gao {
  color: #fff;
  line-height: 1;
  font-size: 18.75rem;
  font-family: "Rammetto One", sans-serif;
}
@media screen and (max-width: 1023px) {
  .p-home-bg-text__gao {
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-bg-text__gao {
    font-size: 9.375rem;
  }
}
@media screen and (max-width: 479px) {
  .p-home-bg-text__gao {
    font-size: 6.25rem;
  }
}

.p-home-merchandise {
  padding-top: clamp(33px, 3.4895833333vw, 67px);
  padding-bottom: clamp(103px, 10.7291666667vw, 206px);
}
.p-home-merchandise__box {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3333333333vw;
  margin-top: clamp(25px, 2.6041666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .p-home-merchandise__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 479px) {
  .p-home-merchandise__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-home-merchandise__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .p-home-merchandise__img {
    margin-inline: auto;
  }
}
.p-home-merchandise__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #FC924E;
  z-index: -1;
}
.p-home-merchandise__img::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #A9452C;
  z-index: -2;
}
.p-home-merchandise__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.p-home-merchandise__imgInner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 150px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #c90000;
  border-radius: 5px;
  font-weight: 700;
  rotate: 10deg;
}
.p-home-merchandise .c-headLine02 {
  text-align: center;
}

.p-home-news {
  padding-top: clamp(53px, 5.46875vw, 105px);
  padding-bottom: clamp(65px, 7.0833333333vw, 136px);
}
.p-home-news__lsit {
  margin-top: clamp(25px, 2.6041666667vw, 50px);
}
.p-home-news__lsit li {
  border-bottom: 1px solid #CC7C48;
  padding-bottom: 17px;
  margin-bottom: 40px;
}
.p-home-news__lsit a {
  font-weight: 700;
  color: #2d2d2d;
}
.p-home-news__comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 479px) {
  .p-home-news__comingsoon {
    margin-inline: auto;
  }
}
.p-home-news__comingsoonText {
  text-stroke: 2px #222222;
  line-height: 1.2;
  -webkit-text-stroke: 2px #222222;
  color: #fa1010;
  font-size: max(4.1666666667vw, 36px);
  font-family: "Rammetto One", sans-serif;
}

.u-p-none {
  padding: 0;
}

.u-w-100 {
  width: 100%;
}