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

.u-desktop {
  display: none;
}

html {
  background-color: #000;
}

main {
  overflow: hidden;
}

html.is-fixed {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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 {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* 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;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  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;
}

picture {
  display: block;
}

button {
  display: block;
  padding: 0;
  width: 100%;
}

.c-btn {
  background-color: black;
  color: yellow;
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
}

.c-hamburger {
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}

.c-hamburger span {
  background-color: #fff;
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  top: 14px;
  top: 0.875rem;
}

.c-hamburger span:nth-child(2) {
  top: 25px;
  top: 1.5625rem;
}

.c-hamburger span:nth-child(3) {
  top: 36px;
  top: 2.25rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 25px;
  top: 1.5625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 25px;
  top: 1.5625rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-title__en {
  margin-inline: auto;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 55px;
  font-size: 3.4375rem;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-title--black .c-title__en {
  color: #282828;
}

.c-title__en::before {
  background-color: #e60021;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.c-title__ja {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6153846154;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.c-title--black .c-title__ja {
  color: #000;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.l-mv {
  padding-top: 53px;
  padding-top: 3.3125rem;
}

.p-awards {
  background-color: #e60021;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-awards__title {
  margin-inline: auto;
  background-color: #000;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 900;
  padding: 0 10px 3px 5px;
  padding: 0 0.625rem 0.1875rem 0.3125rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-awards__info + .p-awards__title {
  margin-top: 4rem;
}

.p-awards__title span {
  display: inline-block;
}

.p-awards__head {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-awards__info {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-awards__info dl + dl {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-awards__info dt {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
}

.p-awards__info dt::before {
  background-color: #000;
  content: "";
  height: 3px;
  height: 0.1875rem;
  margin-right: calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 76.8vw;
}

.p-awards__info p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-awards__lists {
  gap: 9px 10px;
  gap: 0.5625rem 0.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
}

.p-awards__list {
  background-color: #000;
  padding: 16px 8px 22px;
  padding: 1rem 0.5rem 1.375rem;
}

.p-awards__icon {
  margin-inline: auto;
  width: 56px;
  width: 3.5rem;
}

.p-awards__content {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-awards__content p {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
}

.p-awards__number {
  color: #ab8237;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}

.p-awards__number span {
  font-family: "Anton", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-drawer {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  position: fixed;
  top: 0;
  width: 100%;
}

.p-drawer__inner {
  height: auto;
}

.p-drawer__link {
  text-align: center;
}

.p-drawer__link + .p-drawer__link {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-drawer__link a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.p-drawer__logo {
  margin-inline: auto;
  margin-top: 75px;
  margin-top: 4.6875rem;
  width: 116px;
  width: 7.25rem;
}

.p-drawer__logo a {
  display: block;
}

.p-float {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 2px solid #e60021;
  border-bottom: 0.125rem solid #e60021;
  border-top: 2px solid #e60021;
  border-top: 0.125rem solid #e60021;
  bottom: 0;
  left: 0;
  padding: 12px;
  padding: 0.75rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.p-float__btn {
  margin-inline: auto;
  width: 215px;
  width: 13.4375rem;
}

.p-footer {
  background-color: #000;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-footer__sns {
  margin-inline: auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 343px;
  max-width: 21.4375rem;
}

.p-footer__sns-text {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}

.p-footer__sns-btns {
  gap: 8px;
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__sns-btn a {
  gap: 8px;
  gap: 0.5rem;
  padding-block: 10px;
  padding-block: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer__sns-btn.--twitter {
  background-color: #fff;
}

.p-footer__sns-btn.--twitter a {
  color: black;
}

.p-footer__sns-btn.--line {
  background-color: #00b900;
}

.p-footer__sns-btn.--facebook {
  background-color: #3c5a98;
  display: none;
}

.p-footer__sns-btn img {
  width: 20px;
  width: 1.25rem;
}

.p-footer__wrap {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.p-footer__alvark-title {
  margin-inline: auto;
  color: #e60021;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 271px;
  width: 16.9375rem;
}

.p-footer__btns {
  margin-inline: auto;
  border-top: 1px solid #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 325px;
  max-width: 20.3125rem;
}

.p-footer__btn {
  border-bottom: 1px solid #fff;
}

.p-footer__btn a {
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding: 15px 6px;
  padding: 0.9375rem 0.375rem;
  position: relative;
}

.p-footer__btn img {
  width: 26px;
  width: 1.625rem;
  filter: brightness(0) invert(1);
}

.p-footer__btn a::before {
  background: url(../images/arrow.png) center center/contain no-repeat;
  content: "";
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: 6px;
  right: 0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  width: 0.4375rem;
}

.p-footer__more {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-footer__logo {
  margin-inline: auto;
  width: 124px;
  width: 7.75rem;
}

.p-footer__links {
  margin-inline: auto;
  border-top: 1px solid #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 325px;
  max-width: 20.3125rem;
}

.p-footer__link a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 8px;
  padding: 1.25rem 0.5rem;
  position: relative;
}

.p-footer__link a::before {
  background: url(../images/arrow.png) center center/contain no-repeat;
  content: "";
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  width: 0.4375rem;
}

.p-footer__copy {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 56px;
  margin-top: 3.5rem;
  text-align: center;
}

.p-globalNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 2rem;
  /* justify-content: space-between; */
}

.p-globalNav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-globalNav__link {
  height: 100%;
}

.p-globalNav__link a {
  padding-inline: min(0.9vw,12px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: min(1vw,14px);
  height: 100%;
  letter-spacing: 0.03em;
  text-align: center;
}

.p-globalNav__btn {
  width: 247px;
  width: 15.4375rem;
}

.p-goods {
  background-color: #f3f3f3;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-goods__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-goods__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-goods__info {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-goods__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-goods__price {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-goods__btn {
  margin-inline: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 263px;
  max-width: 16.4375rem;
}

.p-goods__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: 3px solid #e60021;
  border: 0.1875rem solid #e60021;
  border-radius: 3.125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 25px;
  padding: 0.75rem 1.5625rem;
}

.p-goods__btn a img:nth-child(1) {
  width: 32px;
  width: 2rem;
}

.p-goods__btn a img:last-child {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.p-goods__btn a:hover img:last-child {
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.p-goods__slider .slider-dots {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-goods__slider .slider-dots li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Anton", sans-serif;
  list-style: none;
  position: relative;
}

.p-goods__slider .slider-dots li::before {
  color: #dcdcdc;
  content: "0";
  font-family: "Anton", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.p-goods__slider .slider-dots li.slick-active::before {
  color: #e60021;
}

.p-goods__slider .slider-dots button {
  color: #dcdcdc;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.slider-dots li.slick-active button {
  color: red;
}

.p-goods__slider .slide-arrow {
  border-radius: 50%;
  bottom: -20px;
  bottom: -1.25rem;
  height: 60px;
  height: 3.75rem;
  position: absolute;
  width: 60px;
  width: 3.75rem;
  z-index: 1;
}

.p-goods__slider .prev-arrow {
  background: #e60021 url(../images/prev_arrow.png) center center/95% no-repeat;
  right: 84px;
  right: 5.25rem;
}

.p-goods__slider .next-arrow {
  background: #e60021 url(../images/next_arrow.png) center center/95% no-repeat;
  right: 0;
}

.p-header {
  background-color: #000;
  height: 53px;
  height: 3.3125rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-header__inner.l-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo {
  width: 54px;
  width: 3.375rem;
}

.p-header__logo a {
  display: block;
}

.p-header__hamburger {
  height: 100%;
  margin-left: auto;
  width: 30px;
  width: 1.875rem;
  z-index: 1;
}

.p-header__globalNav {
  display: none;
}

.p-info {
  background-color: #f3f3f3;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-info__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.7142857143;
  text-align: center;
}

.p-info__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  position: relative;
}

.p-info__text::before {
  background-color: #e60021;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  width: 3.75rem;
}

.p-info__youtube {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-info__youtube iframe {
  aspect-ratio: 343/193;
  height: 100%;
  width: 100%;
}

.p-info__youtube p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-info__main {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow: hidden;
  position: relative;
}

.p-info__main::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f3f3));
  background: linear-gradient(to bottom, transparent, #f3f3f3);
  bottom: 0;
  content: "";
  height: 146px;
  height: 9.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-info__tabs {
  gap: 3px;
  gap: 0.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.p-info__tabs::before {
  background-color: #e60021;
  bottom: 0;
  content: "";
  height: 3px;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-info__tab {
  background-color: #525252;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 17px 5px;
  padding: 1.0625rem 0.3125rem;
  text-align: center;
}

.p-info__tab.current {
  padding-block: 22px;
  padding-block: 1.375rem;
  background-color: #e60021;
}

.p-info__qa {
  height: 534px;
  height: 33.375rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.p-info__lists {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 0 16px;
  padding: 0 1rem;
}

.p-info__list {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 8px;
  padding: 0.6875rem 0.5rem;
}

.p-info__list + .p-info__list {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-info__list p:nth-child(1) {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-info__list p:nth-child(1) span {
  color: #e60021;
}

.p-info__list p:nth-child(2) {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3125;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: right;
}

.p-info__group:nth-child(2) {
  display: none;
}

.p-info__btn {
  background-color: #e60021;
  border-radius: 3.125rem;
  bottom: 40px;
  bottom: 2.5rem;
  cursor: pointer;
  height: 55px;
  height: 3.4375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 263px;
  width: 16.4375rem;
}

.p-info__btn:hover {
  opacity: 0.8;
}

.p-info__btn::before {
  background: url(../images/arrow_top.png) center center/contain no-repeat;
  content: "";
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(-50%);
  transform: rotate(180deg) translateY(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 22px;
  width: 1.375rem;
}

.p-info__btn span {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-info__btn span:nth-child(2) {
  opacity: 0;
}

.p-info__main.is-open {
  overflow: unset;
}

.p-info__main.is-open::before {
  opacity: 0;
}

.p-info__main.is-open .p-info__qa {
  height: 1230px;
  height: 76.875rem;
  overflow-y: scroll;
}

.p-info__main.is-open .p-info__btn span:nth-child(1) {
  opacity: 0;
}

.p-info__main.is-open .p-info__btn span:nth-child(2) {
  opacity: 1;
}

.p-info__main.is-open .p-info__btn::before {
  -webkit-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}

.p-more {
  padding-block: 64px;
  padding-block: 4rem;
  background-color: #282828;
}

.p-more__img img {
  /* aspect-ratio: 343/143; */
  -o-object-fit: cover;
  object-fit: cover;
}

.p-more__btn {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-more__btn a {
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-more__btn img {
  width: 7px;
  width: 0.4375rem;
}

.p-news {
  background-color: #282828;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-news__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-news__card + .p-news__card {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-news__card a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news__card a:hover {
  opacity: 0.8;
}

.p-news__date {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-news__date span {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.375rem) 100%, 0% 100%);
  background-color: #e60021;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.375rem) 100%, 0% 100%);
  display: inline-block;
  height: 21px;
  height: 1.3125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: bottom;
  width: 16px;
  width: 1rem;
}

.p-news__main {
  margin-top: 8px;
  margin-top: 0.5rem;
  position: relative;
}
.p-news__img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.p-news__img::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, black, transparent, transparent);
}
.p-news__img img {
  -o-object-fit: cover;
  aspect-ratio: 345/230;
  height: 100%;
  object-fit: cover;
}

.p-news__card-title {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  left: 0;
  line-height: 1.5;
  padding: 16px;
  padding: 1rem;
  position: absolute;
  right: 0;
  z-index: 10;
}

.p-person {
  background-color: #f3f3f3;
  overflow: hidden;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
}

.p-person__band {
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
  margin-top: 4rem;
}

.p-person__band img {
  aspect-ratio: 375/159;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-person__band::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0.9375rem, transparent));
  background: linear-gradient(to top, #000, transparent 0.9375rem);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-person__head {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-person__subtitle {
  margin-inline: auto;
  color: #e60021;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-person__subtitle::before {
  background-color: #e60021;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: -20px;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(60deg) translateY(-50%);
  transform: rotate(60deg) translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.p-person__subtitle::after {
  background-color: #e60021;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: rotate(-60deg) translateY(-50%);
  transform: rotate(-60deg) translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.p-person__title {
  /* color: #fff; */
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.7142857143;
  margin-top: 16px;
  margin-top: 1rem;
  position: relative;
  text-align: center;
}

.p-person__title.small {
  font-size: 1.4rem;
}

.p-person__title::before {
  background: url(../images/comment_title.png) center center/contain no-repeat;
  filter: brightness(0);
  content: "";
  height: 70px;
  height: 4.375rem;
  left: 50%;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 343px;
  width: 21.4375rem;
}

.p-person__text {
  margin-inline: auto;
  /* color: #fff; */
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 56px;
  margin-top: 3.5rem;
  width: 90%;
}

.p-person__comments {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-person__comment {
  position: relative;
}

.p-person__comment::before {
  background: url(../images/comment_top.png) center center/contain no-repeat;
  content: "";
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 31px;
  width: 1.9375rem;
}

.p-person__comment::after {
  background: url(../images/comment_bottom.png) center center/contain no-repeat;
  bottom: 0;
  content: "";
  height: 20px;
  height: 1.25rem;
  position: absolute;
  right: 0;
  width: 31px;
  width: 1.9375rem;
}

.p-person__comment + .p-person__comment {
  margin-top: 117px;
  margin-top: 7.3125rem;
}

.p-person__comment-text {
  /* color: #fff; */
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.p-person__comment-text span {
  display: block;
  height: 100%;
  padding: 30px 16px;
  padding: 1.875rem 1rem;
  position: relative;
  width: 100%;
}

.p-person__comment-text::before {
  background-color: #e60021;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  width: 82%;
}

.p-person__comment-text::after {
  background-color: #e60021;
  content: "";
  height: 74%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.p-person__comment-text span::before {
  background-color: #e60021;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 82%;
}

.p-person__comment-text span::after {
  background-color: #e60021;
  bottom: 0;
  content: "";
  height: 74%;
  left: 0;
  position: absolute;
  width: 1px;
}

.p-person__profile {
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -77px;
  bottom: -4.8125rem;
  display: grid;
  grid-template-columns: 5.4375rem 1fr;
  left: 0;
  position: absolute;
}

.p-person__img {
  border: 2px solid #e60021;
  border: 0.125rem solid #e60021;
  border-radius: 50%;
  overflow: hidden;
}

.p-person__img img {
  aspect-ratio: 100/100;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-person__name {
  /* color: #fff; */
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.p-photo {
  background-color: #000;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.p-photo__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.lb-data .lb-number {
  display: none !important;
}

.p-photo__group {
  gap: 16px 26px;
  gap: 1rem 1.625rem;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.p-photo__img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-photo__img img {
  aspect-ratio: 157/100;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-photo__slider .slider-dots {
  gap: 8px;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-photo__slider .slider-dots li {
  background-color: #dcdcdc;
  border-radius: 50%;
  height: 10px;
  height: 0.625rem;
  list-style: none;
  width: 10px;
  width: 0.625rem;
}

.p-photo__slider .slider-dots li.slick-active {
  background-color: red;
}

.p-photo__slider .slider-dots button {
  display: none;
}

.p-pledge {
  background-color: #000;
  overflow: hidden;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.p-pledge__title {
  padding-block: 10px;
  padding-block: 0.625rem;
  background-color: #e60021;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  margin-left: calc(50% - 50vw);
  text-align: center;
  width: 100vw;
}

.p-pledge__title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-pledge__img {
  margin-inline: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
}

.p-pledge__img img {
  /* aspect-ratio: 100/100; */
  -o-object-fit: cover;
  /* height: 100%; */
  object-fit: cover;
}

.p-profile {
  background-color: #000;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-profile__img {
  position: relative;
}

.p-profile__img::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(2.5rem, transparent));
  background: linear-gradient(to top, #000, transparent 2.5rem);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-profile__img img {
  aspect-ratio: 375/169;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-profile__text {
  margin-inline: auto;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 48px;
  margin-top: 3rem;
  width: 82%;
}

.p-profile__lists {
  border-bottom: 1px solid #282828;
  border-top: 1px solid #282828;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
  margin-top: 3rem;
}

.p-profile__list {
  padding-block: 8px;
  padding-block: 0.5rem;
}

.p-profile__list:nth-child(n + 3) {
  border-top: 1px solid #282828;
}

.p-profile__list:last-child {
  grid-column: 1/3;
}

.p-profile__list:nth-child(odd) {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.p-profile__list:nth-child(even) {
  border-left: 1px solid #282828;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.p-profile__list p:nth-child(1) {
  color: #e60021;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.p-profile__list p:nth-child(2) {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-sns {
  background-color: #000;
  padding-top: 48px;
  padding-top: 3rem;
  position: relative;
}

.p-sns__wrap {
  background: #000;
  position: relative;
}

.p-sns__bg {
  display: none;
}

.p-sns__info {
  margin-inline: auto;
  max-width: 317px;
  max-width: 19.8125rem;
}

.p-sns__title {
  
}

.p-sns__links {
  gap: 16px;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 172px;
  width: 10.75rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-sns__link a {
  display: block;
}

.p-sns__slider {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-sns__youtube iframe {
  aspect-ratio: 343/193;
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-sns__slider .slider-dots {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-sns__slider .slider-dots li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Anton", sans-serif;
  list-style: none;
  position: relative;
}

.p-sns__slider .slider-dots li::before {
  color: #fff;
  content: "0";
  font-family: "Anton", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.p-sns__slider .slider-dots li.slick-active::before {
  color: #e60021;
}

.p-sns__slider .slider-dots button {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.slider-dots li.slick-active button {
  color: red;
}

.p-sns__slider {
  margin-bottom: 0 !important;
}

.p-sns__slider .slide-arrow {
  border-radius: 50%;
  bottom: -20px;
  bottom: -1.25rem;
  cursor: pointer;
  height: 60px;
  height: 3.75rem;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  width: 3.75rem;
  z-index: 1;
}

.p-sns__slider .slide-arrow:hover {
  opacity: 0.8;
}

.p-sns__slider .prev-arrow {
  background: #e60021 url(../images/prev_arrow.png) center center/95% no-repeat;
  right: 84px;
  right: 5.25rem;
}

.p-sns__slider .next-arrow {
  background: #e60021 url(../images/next_arrow.png) center center/95% no-repeat;
  right: 0;
}

.p-stats {
  background-color: #000;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-stats__head {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-stats__head p:nth-child(1) {
  margin-inline: auto;
  background-color: #e60021;
  color: #000;
  font-size: 32px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  padding: 0px 7px 3px 5px;
  padding: 0rem 0.4375rem 0.1875rem 0.3125rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-stats__head p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-stats__lists {
  gap: 6px;
  gap: 0.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
}

.p-stats__list {
  border: 2px solid #e60021;
  border: 0.125rem solid #e60021;
  border-radius: 0.5rem;
  padding: 21px 9px 21px;
  padding: 1.3125rem 0.5625rem 1.3125rem;
}

.p-stats__list-head {
  gap: 5px;
  gap: 0.3125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
}

.p-stats__list:nth-child(1) .p-stats__list-head,
.p-stats__list:nth-child(2) .p-stats__list-head {
  gap: 14px;
  gap: 0.875rem;
}

.p-stats__list-head span {
  color: #e60021;
  font-family: "Anton", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: -6px;
  margin-top: -0.375rem;
}

.p-stats__results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-stats__result p:nth-child(1) {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
}

.p-stats__result p:nth-child(2) {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}

.p-stats__result p:nth-child(2).none {
  color: #e60021;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.p-stats__btn {
  max-width: 16.4375rem;
  height: 3.4375rem;
  margin-inline: auto;
  margin-top: 2rem;
}

.p-top {
  gap: 12px;
  gap: 0.75rem;
  padding-block: 17px;
  padding-block: 1.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e60021;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-top:hover {
  opacity: 0.8;
}

.p-top img {
  width: 21px;
  width: 1.3125rem;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.p-history__title {

}

.p-history__units {
  margin-top: 2.5rem;
}

.p-history__unit + .p-history__unit {
  margin-top: 1.5rem;
}

.p-history__text {
  padding-inline: 1rem;
}

.p-history__text h3 {
  font-size: 1rem;
  width: fit-content;
  background-color: #e60021;
  color: #fff;
  padding: 3px 8px;
  line-height: calc(24/16);
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.p-history__text p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: calc(21/14);
}

.p-history__img {
  margin-top: 1rem;
}

.p-corner {
  margin-top: 4rem;
}

.p-corner__title {
  max-width: 24.0625rem;
  margin-inline: auto;
  background: url(../images/bg_midashi_rook.svg) center center / 100% 100% no-repeat;
  padding-inline: 2.125rem;
  padding-block: .5rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.p-corner__wrap {
  max-width: 46.875rem;
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}

.p-corner__img1 {
  padding-inline: 1rem;
}

.p-corner__img1 img {
  aspect-ratio: 1;
  object-fit: cover;
}

.p-corner__img2 img {
  aspect-ratio: 1;
  object-fit: cover;
}


@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.4814814815vw;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.8;
  }

  .c-title__en {
    font-size: 4.375rem;
    line-height: 1;
  }

  .c-title__ja {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }

  .l-inner {
    max-width: 1130px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-awards {
    padding-bottom: 4.6875rem;
    padding-top: 4.375rem;
  }

  .p-awards__inner.l-inner {
    max-width: 800px;
  }

  .p-awards__title span {
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }

  .p-awards__head {
    font-size: 0.875rem;
  }

  .p-awards__info {
    margin-top: 2.5rem;
  }

  .p-awards__info dl + dl {
    margin-top: 2rem;
  }

  .p-awards__info dt {
    font-size: 1.875rem;
  }

  .p-awards__info dt::before {
    margin-right: 0;
    width: 662px;
  }

  .p-awards__info dd {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }

  .p-awards__lists {
    gap: 1.25rem;
  }

  .p-awards__list {
    gap: 1.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 4.25rem 1fr;
    padding: 1.875rem 0.9375rem;
  }

  .p-awards__icon {
    width: 100%;
  }

  .p-awards__content {
    margin-top: 0;
  }

  .p-awards__content p {
    font-size: 0.75rem;
    text-align: left;
  }

  .p-awards__number {
    margin-top: 1.25rem;
  }

  .p-awards__number span {
    margin-right: 0.875rem;
  }

  .p-float {
    display: none;
  }

  .p-footer {
    padding-bottom: 7.875rem;
    padding-top: 4.5rem;
  }

  .p-footer__inner.l-inner {
    max-width: 1330px;
  }

  .p-footer__sns {
    max-width: 34.8125rem;
  }

  .p-footer__sns-text {
    font-size: 1rem;
  }

  .p-footer__sns-btns {
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .p-footer__sns-btn a {
    gap: 0.8125rem;
    padding-block: 1rem;
    font-size: 1.125rem;
  }

  .p-footer__sns-btn img {
    width: 2rem;
  }

  .p-footer__wrap {
    gap: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7.625rem;
  }

  .p-footer__alvark-title {
    font-size: 2.1875rem;
    line-height: 1;
    margin-left: 0;
    text-align: left;
    width: 23.25rem;
  }

  .p-footer__btns {
    margin-top: 2rem;
    max-width: unset;
  }

  .p-footer__btn a {
    font-size: 0.875rem;
    padding: 1.125rem 1rem;
  }

  .p-footer__btn a::before {
    right: 1rem;
  }

  .p-footer__more {
    margin-top: -2.75rem;
  }

  .p-footer__logo {
    margin-left: 0;
  }

  .p-footer__links {
    margin-top: 2rem;
    max-width: unset;
  }

  .p-footer__link a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    line-height: 1.5;
    padding: 1.25rem 1rem;
  }

  .p-footer__link a::before {
    right: 1rem;
  }

  .p-footer__copy {
    margin-top: 7.5rem;
  }

  .p-goods {
    padding-block: 5.5rem;
  }

  .p-goods__slider {
    gap: 2.125rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* margin-top: 3.5rem; */
    margin: 3.5rem auto 0;
    max-width: 62.5rem;
  }

  .p-header {
    height: 4.5625rem;
  }

  .p-header__inner.l-inner {
    max-width: 1350px;
  }

  .p-header__logo {
    width: 5.125rem;
  }

  .p-header__hamburger {
    display: none;
  }

  .p-header__drawer {
    display: none;
  }

  .p-header__globalNav {
    display: block;
    height: 100%;
    /* margin-left: 2.5rem; */
    /* width: calc(100% - 7.625rem); */
    margin-left: auto;
  }

  .p-info {
    padding-bottom: 4.5rem;
    padding-top: 3.375rem;
  }

  .p-info__title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .p-info__text {
    margin-inline: auto;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: 2.9375rem;
    max-width: 46.875rem;
    padding-bottom: 3rem;
  }

  .p-info__youtube {
    margin-inline: auto;
    margin-top: 3rem;
    width: 36.125rem;
  }

  .p-info__main {
    margin-top: 3rem;
  }

  .p-info__tabs {
    gap: 0.25rem;
  }

  .p-info__tab {
    line-height: 1.75rem;
    padding: 0.625rem;
  }

  .p-info__tab.current {
    padding-block: 1.125rem;
  }

  .p-info__qa {
    height: 25rem;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .p-info__lists {
    gap: 1.5rem 2.125rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.125rem;
  }

  .p-info__list {
    -webkit-box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.25);
    padding: 0.5rem;
  }

  .p-info__list + .p-info__list {
    margin-top: 0;
  }

  .p-info__list p:nth-child(2) {
    margin-top: 0.625rem;
  }

  .p-info__btn {
    bottom: 2.1875rem;
  }

  .p-info__main.is-open .p-info__qa {
    height: auto;
    overflow: unset;
  }

  .p-more {
    padding-block: 5.4375rem;
  }

  .p-more__img {
    margin-inline: auto;
    max-width: 27.1875rem;
  }

  .p-news {
    padding-block: 5.5rem;
  }

  .p-news__cards {
    gap: 1.5625rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.5rem;
  }

  .p-news__card + .p-news__card {
    margin-top: 0;
  }

  .p-person {
    padding-bottom: 5.75rem;
    padding-bottom: 10.625rem;
  }

  .p-person__band {
    margin-top: 5rem;
  }

  .p-person__band img {
    aspect-ratio: 1437/459;
  }

  .p-person__head {
    margin-top: 5.75rem;
  }

  .p-person__subtitle {
    font-size: 1.125rem;
  }

  .p-person__subtitle::before {
    left: -2.1875rem;
  }

  .p-person__subtitle::after {
    right: -2.1875rem;
  }

  .p-person__title {
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 2.125rem;
  }

  .p-person__title.small {
    font-size: 1.8rem;
  }

  .p-person__title::before {
    height: 5.4375rem;
    top: -0.75rem;
    width: 28.8125rem;
  }

  .p-person__text {
    max-width: 46.875rem;
    width: 100%;
  }

  .p-person__comments {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.5rem;
  }

  .p-person__comment + .p-person__comment {
    margin-top: 0;
  }

  .p-person__comment-text span {
    padding: 1.6875rem 0.75rem;
  }

  .p-photo {
    padding-block: 5.5rem;
  }

  .p-photo__slider {
    margin-top: 3.5rem;
  }

  .p-photo__group {
    gap: 1rem 1.4375rem;
    grid-template-columns: repeat(4, 1fr);
    padding-inline: 1px;
  }

  .p-photo__slider .slider-dots {
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }

  .p-photo__slider .slider-dots li {
    height: 1.25rem;
    width: 1.25rem;
  }

  .p-pledge {
    padding-bottom: 5.625rem;
  }

  .p-pledge__title {
    margin-inline: auto;
    width: 46.875rem;
  }

  .p-pledge__img {
    margin-top: 3rem;
    max-width: 26.25rem;
  }

  .p-profile__img img {
    aspect-ratio: 1440/400;
  }

  .p-profile__text {
    margin-inline: auto;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: 5.5rem;
    max-width: 46.875rem;
  }

  .p-profile__lists {
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5.5rem;
    max-width: 46.875rem;
  }

  .p-profile__list {
    border-left: 1px solid #282828;
  }

  .p-profile__list:first-child {
    border-left: none;
  }

  .p-profile__list:nth-child(n + 3) {
    border-top: none;
  }

  .p-profile__list:nth-child(5) {
    border-left: none;
  }

  .p-profile__list:last-child {
    border-left: none;
    grid-column: 1/5;
  }

  .p-profile__list:nth-child(n + 5) {
    border-top: 1px solid #282828;
  }

  .p-profile__list:nth-child(odd) {
    padding: 0.5rem;
  }

  .p-profile__list:nth-child(even) {
    padding: 0.5rem;
  }

  .p-sns {
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 0;
  }

  .p-sns__inner.l-inner {
    max-width: unset;
    padding: 0;
  }

  .p-sns__bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 55.1388888889vw;
  }

  .p-sns__bg img {
    aspect-ratio: 795/419;
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .p-sns__info {
    padding-block: 4.5rem;
    margin-left: 57.6388888889vw;
    margin-right: 0;
    max-width: 24.6875rem;
  }

  .p-sns__title {
    width: 16.625rem;
    margin-inline: auto;
  }

  .p-sns__img {
    margin-top: -1.6875rem;
    width: 23.6875rem;
  }

  .p-sns__links {
    gap: 2rem;
    width: 12.875rem;
    margin-top: 3.5rem;
  }

  .p-sns__slider {
    margin-inline: auto;
    margin-top: 4.5rem;
    max-width: 34.4444444444vw;
  }

  .p-sns__slider .slick-list {
    overflow: unset;
  }

  .p-sns__youtube {
    margin: 0 0.75rem;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-sns__youtube.slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-sns__slider .slider-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.625rem;
  }

  .p-sns__slider .prev-arrow {
    left: 0;
    right: 0;
  }

  .p-stats {
    padding-bottom: 4.625rem;
    padding-top: 5.5rem;
  }

  .p-stats__head {
    margin-top: 3.5rem;
  }

  .p-stats__lists {
    margin-inline: auto;
    gap: 1.5rem 2.125rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
    max-width: 46.5625rem;
  }

  .p-stats__list {
    border-radius: 0.625rem;
    padding: 1.3125rem 1.0625rem 1.6875rem 1.25rem;
  }

  .p-stats__list-head {
    gap: 0.625rem;
    font-size: 0.8125rem;
  }

  .p-stats__list:nth-child(1) .p-stats__list-head,
  .p-stats__list:nth-child(2) .p-stats__list-head {
    gap: 1.125rem;
  }

  .p-stats__list-head span {
    font-size: 1.625rem;
  }

  .p-stats__results {
    margin-top: 1.125rem;
  }

  .p-stats__result p:nth-child(1) {
    font-size: 0.8125rem;
  }

  .p-stats__result p:nth-child(2) {
    font-size: 1.625rem;
    margin-top: 1.75rem;
  }

  .p-stats__result p:nth-child(2).none {
    font-size: 2.5rem;
  }

  .p-stats__btn {
    margin-top: 3rem;
  }

  .p-top {
    padding-block: 1.375rem;
    cursor: pointer;
  }

  .pc {
    display: block;
  }
  
  .sp {
    display: none;
  }

  .p-history__units {
    max-width: 750px;
    margin-inline: auto;
    margin-top: 3rem;
  }

  .p-history__unit + .p-history__unit {
    margin-top: 3rem;
  }

  .p-history__text {
    padding: 0;
  }

  .p-history__text h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .p-history__text p {
    font-size: 1rem;
  }

  .p-history__img {
    max-width: 500px;
    margin-inline: auto;
    margin-top: 2rem;
  }

  .p-corner {
    margin-top: 10rem;
  }

  .p-corner__title {
    padding-inline: 3rem;
    padding-block: .875rem;
    font-size: 2rem;
  }

  .p-corner__img1 {
    padding: 0;
  }

  .p-corner__wrap {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    margin-top: 3.5rem;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
