@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-family: "Yu Gotchic", "Noto Sans JP", sans-serif;
  background-color: #f5f5f5;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  line-height: 1.8;
}

.u-desktop {
  display: none;
}

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

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

.u-none {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

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

@media screen and (min-width: 768px) {
  html {
    font-size: 1.3793103448vw;
  }
}

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

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Set core body defaults */
/* 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]) {
  text-decoration-skip-ink: auto;
}

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

.c-btn-sns {
  display: inline-block;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  padding-left: 105px;
  padding-left: 6.5625rem;
  padding-right: 92px;
  padding-right: 5.75rem;
  /* border-radius: 2.25rem; */
  color: #fff;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  font-family: "Times", serif;
}

.c-button {
  display: inline-block;
  font-size: 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #3cb1ac;
  /* max-width: 300px; */
  /* max-width: 18.75rem; */
  width: 100%;
  text-align: center;
  padding: 16px 0;
  padding: 1.25rem;
  padding-right: 2.35rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-button {
    padding: 2rem 0;
    max-width: 29.6875rem;
    max-width: 40rem;
    width: 100%;
    font-size: 1.5625rem;
  }
}

.c-button::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.25rem;
  height: 100%;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-button::after {
    width: 1.5rem;
    height: 100%;
    right: 24px;
    right: 3rem;
  }
}

.c-section-title {
  font-size: 22px;
  font-size: 1.5rem;
  color: #333;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  /* font-family: "Noto Serif", serif; */
  font-family: "Times", serif;
  font-weight: normal;
  text-align: center;
}

.p-concept__title-wrapper .c-section-title {
  color: #3cb1ac;
}

@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.25rem;
  }
}

.c-section-title__wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-section-title__wrapper {
    max-width: 55rem;
    width: 100%;
    padding: 1.25rem 0;
    margin: 0 auto;
  }
}

.c-section-title__lead {
  text-transform: capitalize;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-section-title__lead {
    display: inline;
  }
}

.l-header {
  position: fixed;
  z-index: 99999;
  height: 64px;
  height: 4rem;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .l-header {
    display: none;
  }
}

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 5rem;
  }
}

.p-concept {
  background-image: url(../images/common/concept-bg-sp.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 120%;
  padding: 24px 0;
  padding: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-concept {
    background-image: url(../images/common/concept-bg.png);
    padding: 4.5625rem 0;
    background-size: 90%;
  }
}

.p-concept__title-wrapper {
  text-align: left;
  /* padding-left: 20px; */
  /* padding-left: 1.25rem; */
  padding-left: 0;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .p-concept__title-wrapper {
    text-align: center;
    /* padding-left: initial; */
  }
}

@media screen and (min-width: 768px) {
  .p-concept__content {
    max-width: 55rem;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__text-wrapper {
    max-width: 43.125rem;
    width: 100%;
    margin: 0 auto;
  }
}

.p-concept__text {
  text-align: justify;
  line-height: 2.96;
  color: #333;
  background-size: 100% 2.96em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), color-stop(98%, rgba(100, 100, 100, 0)), to(#3c5165));
  background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #3c5165 100%);
}

@media screen and (min-width: 768px) {
  .p-concept__text {
    background-size: 100% 3.75em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), color-stop(98%, rgba(100, 100, 100, 0)), to(#3c5165));
    background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #3c5165 100%);
    line-height: 3.75;
  }
}

.p-concept__detail {
  margin-top: 112px;
  margin-top: 7rem;
}

@media screen and (min-width: 768px) {
  .p-concept__detail {
    margin-top: 10rem;
  }
}

.p-concept__detail-row {
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-row {
    display: flex;
    align-items: stretch;
  }
}

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

@media screen and (min-width: 768px) {
  .p-concept__detail-row+.p-concept__detail-row {
    margin-top: 1em;
  }

  .p-concept__detail-row+.p-concept__detail-row:nth-child(6) {
    margin-top: 6rem;
  }
}

.p-concept__detail-title {
  background: rgba(0, 0, 0, 0.1);
  letter-spacing: 0.74em;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
  padding: 0.625rem 0;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-title {
    padding: 3.125rem 0;
    min-height: 10rem;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-concept__detail-row:nth-child(5) .p-concept__detail-title {
    min-height: 16rem;
  }
}

.p-concept__detail-description {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: 0.12em;
  padding: 20px;
  padding: 1.25rem;
}

.p-concept__detail-description._en {
  font-family: "Noto serif", serif;
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-description {
    /* padding-left: 3.125rem; */
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
    min-height: 10rem;
  }
}

.p-concept__detail-description-wrapper {
  background: rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  .p-concept__detail-description-wrapper {
    width: calc(100% - 210px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}

.p-concept__detail-btn {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-btn {
    text-align: left;
    position: absolute;
    right: 30%;
  }
}

.p-concept__detail-map {
  display: inline-block;
  background: #3cb1ac;
  text-align: center;
  color: #fff;
  /* border-radius: 2.5rem; */
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  width: 300px;
  width: 18.75rem;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-map {
    text-align: left;
    padding-left: 0;
    padding-right: 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    position: relative;
    border-bottom: 1px solid #3cb1ac;
    line-height: 1.833;
    width: 8.125rem;
    background: transparent;
    color: #333;
    border-radius: 0;
    border-radius: initial;
  }
}

.p-concept__detail-btn::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-btn::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../images/common/arrow-concept-map.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.1875rem;
    height: 0.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}

.p-concept__detail-explain {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-concept__detail-explain {
    letter-spacing: 0.14em;
  }
}

.p-drawer-icon {
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  padding-top: 16px;
  padding-top: 1rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  background: #3cb1ac;
}

@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 99999;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  background: transparent;
}

.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  top: 1rem;
}

.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  display: none;
}

.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  top: 1rem;
}

.p-drawer-icon__bars {
  width: 32px;
  width: 2rem;
  height: 20px;
  height: 1.25rem;
  display: block;
  position: relative;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
  position: absolute;
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  top: 0;
  left: 0;
}

.p-drawer-icon__bar1 {
  top: 0;
}

.p-drawer-icon__bar2 {
  top: 15px;
  top: 0.9375rem;
}

.p-drawer-icon__bar3 {
  top: 30px;
  top: 1.875rem;
}

.p-drawer-content {
  width: 200px;
  width: 12.5rem;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: url(../images/common/youtube-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10000;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.p-drawer-content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer-content__item a {
  display: block;
  padding: 10px 20px;
  padding: 1.25rem;
  /* text-transform: capitalize; */
  text-transform: uppercase;
  font-family: "Times", serif;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #333;
}

.p-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.p-drawer-background.is-active {
  display: block;
}

.p-footer {
  background-color: #333;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 32px 0;
  padding: 2rem 0;
  padding-bottom: 0.5rem;
}

.hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    padding: 3.125rem 0;
    padding-bottom: 1rem;
    max-width: 66.6666666667vw;
    width: 100%;
  }
}

.p-footer__img {
  position: relative;
  width: 60px;
  width: 80vw;
}

@media screen and (min-width: 768px) {
  .p-footer__img {
    width: 6.125rem;
    width: 40rem;
  }
}

.p-footer__img::before {
  padding-top: 70.4%;
  display: block;
  /* content: ""; */
}

.p-footer__img img {
  /* position: absolute; */
  width: 100%;
  /* height: 100%; */
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  /* -o-object-position: center; */
  /* object-position: center; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
}

.p-footer__felix {
  color: #fff;
  font-family: "Noto Serif", serif;
  /* margin-left: 10px; */
  margin-left: 1.6666666667vw;
  display: grid;
  display: block;
  grid-template-columns: 1fr auto;
  column-gap: 0.8333333333vw;
}

.p-footer__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {

  .p-footer__text {
    font-size: 2.8125rem;
  }
}

.p-footer__place {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-footer__place {
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
  }
}

.p-footer__small {
  text-align: center;
  background: #333;
  padding: 23px 0;
  padding: 1.4375rem 0;
  padding-top: 0.5rem;
}

.p-footer__small small {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}

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

.p-gallery {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-gallery {
    padding-bottom: 5.75rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-gallery__content {
    margin-top: 5.375rem;
  }
}

.p-gallery__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

@media screen and (min-width: 768px) {
  .p-gallery__lists+.p-gallery__lists {
    margin-top: 0.625rem;
  }
}

.p-gallery__list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-gallery__list {
    width: calc(33.33333% - 6.66667px);
    margin-left: 0.625rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-gallery__list+.p-gallery__list {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery__list:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery__list:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery__list:nth-child(n+4) {
    margin-top: 0.625rem;
  }
}

.p-gallery__img {
  width: 100%;
  position: relative;
}

.p-gallery__img::before {
  display: block;
  content: "";
  padding-top: 56.17%;
}

@media screen and (min-width: 768px) {
  .p-gallery__img::before {
    padding-top: 81.69%;
  }
}

.p-gallery__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-gallery__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-gallery__btn {
    margin-top: 5.375rem;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-left: 1.25rem;
  height: inherit;
}

.p-header__title {
  display: inline-block;
}

.p-header__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
  padding-top: 2.9166666667vw;
}

.p-header__top-link img {
  /* width: 40px; */
  /* width: 2.5rem; */
  width: 10rem;
  height: 30px;
  height: 1.875rem;
}

.p-header__text-wrapper {
  color: #333;
  font-family: "Noto Serif", serif;
  margin-left: 8px;
  margin-left: 0.5rem;
  text-align: center;
  line-height: 1.25;
  display: grid;
}

.p-header__title-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 1rem;
}

.p-header__lead {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-mv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/common/mv-sp.jpg?u=260220);
  padding-top: 115%;
  padding-bottom: 10%;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-mv {
    background-image: url(../images/common/mv-pc.jpg?u=260220);
    padding-top: 62.26%;
    padding-top: 71%;
    margin-top: 0;
    margin-top: initial;
    margin-bottom: 20px;
  }

  .p-mv__title {
    top: -6.25vw;
  }
}

.p-mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0.15vmin;
}

.p-mv__title img {
  /* width: 14.6666666667vw; */
  /* height: 8.5333333333vw; */
  width: 80vw;
}

.p-mv__lead-wrapper {
  display: flex;
  display: block;
  gap: 1.6666666667vw;
  align-items: flex-end;
  text-align: center;
  font-family: "Noto Serif", serif;
  color: #333;
  line-height: 1;
}

.p-mv__lead {
  display: inline-block;
  font-size: 6.6666666667vw;
}

.p-mv__lead--bottom {
  display: inline-block;
  font-size: 4.1666666667vw;
}

.felix-logo {
  position: absolute;
  top: 4.5%;
  right: 4.5%;
  max-width: 12.5vw;
  min-width: 15%;
}

.p-news {
  background: #f5f5f5;
  padding: 14px 0;
  padding: 0.875rem 0;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-news__content {
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 46.5625rem;
    width: 100%;
    margin: 0 auto;
  }
}

.p-news__content::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-news__content::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/common/icon-news.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.6875rem;
    height: 0.375rem;
    right: 4%;
  }
}

.p-news__title {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-news__title {
    display: block;
    font-size: pxvw(21);
    color: #333;
    font-weight: 700;
    font-family: "Noto Serif", serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.3125rem;
  }
}

.p-news__detail {
  color: #333;
  letter-spacing: 0.12em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-news__detail {
    /* margin-left: 7.375rem; */
    margin-left: 3.375rem;
    font-size: medium;
    font-size: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-news__time {
  color: #333;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .p-news__time {
    font-size: 0.875rem;
    /* margin-left: 0.5rem; */
    color: #333;
  }
}

@media screen and (min-width: 768px) {
  .p-news__text {
    font-size: 0.875rem;
    /* margin-left: 0.5rem; */
  }
}

.p-news__title-wrapper::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .p-news__title-wrapper::after {
    content: "";
    position: relative;
    border-right: 1px solid #333;
    margin-left: 3.375rem;
  }
}

.p-pickup {
  transform: translate(0px, -50px);
  opacity: 1;
  margin: 50px 0 0px;
  padding-block: 4.8125rem;
}

.p-pickup-text {
  text-align: center;
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.75;
  padding: 0 1rem;
  font-weight: 700;
}

.p-player {
  padding: 40px 0;
  padding: 2.5rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-player {
    padding-block: 4.8125rem;
    /* background-image: url(../images/common/player-bg.jpg); */
    background-size: cover;
  }
}

.bg-gradient {
  background: rgb(158, 204, 237);
  background: linear-gradient(50deg, rgba(158, 204, 237, 0) 0%, rgba(211, 212, 90, 0.5) 37%, rgba(158, 204, 237, 0.5) 68%, rgba(0, 165, 157, 0.5) 100%);
  mix-blend-mode: multiply;
}

.p-player__content {
  max-width: 250px;
  max-width: 15.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-player__content {
    max-width: 55rem;
    width: 100%;
    margin-top: 4.0625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-player__btn {
  margin-top: 64px;
  margin-top: 4rem;
  /* margin-top: 6rem; */
  text-align: center;
}

.p-sns {
  padding: 40px 0;
  padding: 2.5rem 0;
  /* background-image: url(../images/common/youtube-bg-sp.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-sns {
    /* background-image: url(../images/common/youtube-bg.jpg); */
    padding-top: 4.5rem;
    padding-bottom: 3.3125rem;
  }
}

.p-sns__content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-sns__content {
    margin-top: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 55rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sns__card {
    max-width: 25rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sns__card+.p-sns__card {
    margin-left: 4.875rem;
  }
}

.p-sns__title {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-sns__title {
    display: block;
    font-size: 0.9375rem;
    color: #333;
    letter-spacing: 0.12em;
    font-weight: 400;
  }
}

.p-sns__feed {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-sns__feed {
    display: block;
    margin-top: 1.375rem;
  }
}

.p-sns__btn {
  display: inline-block;
  /* border-radius: 2.25rem; */
  padding: 22px;
  padding: 1.375rem;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  font-family: "Times", serif;
}

@media screen and (min-width: 768px) {
  .p-sns__btn {
    margin-top: 3.125rem;
  }
}

.p-sns__btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-sns.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 41px;
  width: 2.5625rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 27px;
  right: 1.6875rem;
}

.p-sns__twitter-btn {
  background-color: #1d9ff0;
  position: relative;
}

.p-sns__facebook-btn {
  margin-top: 32px;
  margin-top: 2rem;
  background-color: #3b5996;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-sns__facebook-btn {
    margin-top: 3.5rem;
  }
}

.p-sns__twitter-btn span,
.p-sns__facebook-btn span {
  text-transform: capitalize;
  color: #fff;
}

.fa-twitter {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  left: 3.125rem;
  font-size: 35px;
  font-size: 2.1875rem;
}

.fa-facebook-f {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  left: 3.125rem;
  font-size: 35px;
  font-size: 2.1875rem;
}

.fb_iframe_widget iframe {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-sport {
  padding: 40px 0;
  padding: 2.5rem 0;
  /* background-color: #3c5165; */
  background-image: url(../images/common/youtube-bg-sp.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .p-sport {
    padding: 5.125rem 0;
    background-color: transparent;
    background-color: initial;
    background-image: url(../images/common/youtube-bg.jpg);
  }
}

@media screen and (min-width: 768px) {
  .c-sport-inneer {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3rem 0;
    margin: 0 10%;
    text-align: center;
  }
}

.p-sport__title-wrapper {
  text-align: left;
  padding-left: 0;
  padding-left: 0;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .p-sport__title-wrapper {
    text-align: center;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-sport__content {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sport__content {
    max-width: 55rem;
    width: 100%;
    /* margin-top: 3.5625rem; */
    margin-left: auto;
    margin-right: auto;
    padding: 1.75rem 6.25rem;
  }

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

.p-sport__text-area {
  color: #333;
  text-align: left;
}

.p-sport__text {
  line-height: 2.5;
}

.p-sport__btn-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-sport__btn-wrapper {
    margin-top: 3.5625rem;
    max-width: 80%;
    width: 100%;
  }
}

.p-sport__youtube-btn {
  background: #d81725;
}

.p-sns__x-btn {
  background: #000000;
}

.p-sns__facebook-btn {
  background: #3b5996;
}

.p-sns__insta-btn {
  background: #dd3081;
}

.p-sport__btn::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  width: 2.5rem;
  height: 28px;
  height: 1.75rem;
  left: 37px;
  left: 2.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-sport__youtube-btn::before {
  background-image: url(../images/common/icon-youtube.png);
}

.p-sns__x-btn::before {
  background-image: url(../images/common/icon-x.png);
}

.p-sns__insta-btn::before {
  background-image: url(../images/common/icon-insta.png);
}

/* .p-sns__facebook-btn::before {
	background-image: url(../images/common/icon-facebook.png);
} */
.p-sport__btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-youtube.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  width: 2.0625rem;
  height: 6px;
  height: 0.375rem;
  right: 22px;
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-sport__btn--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-sport__btn--pc {
    display: inline-block;
  }
}

.p-sport__btn--sp {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-sport__btn--sp {
    display: none;
  }
}

.sponsor_banner {
  background-image: none;
  padding: 3rem 0;
}

@media screen and (min-width: 768px) {
  .sponsor_banner {
    background-image: none;
    padding: 5rem 0;
  }
}

.sponsor_banner a {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sponsor_banner a {
    width: 60%;
  }
}

.p-swiper__img-wrapper {
  position: relative;
}

.p-swiper__img {
  width: 100%;
  position: relative;
}

.p-swiper__img::before {
  padding-top: 130%;
  display: block;
  content: "";
}

.p-swiper__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-swiper__detail {
  position: absolute;
  content: "";
  bottom: 0;
  background: #fff;
  width: 100%;
  color: #333;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-swiper__detail {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.p-swiper__name {
  letter-spacing: 0.12em;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-swiper__name {
    font-size: 1.8125rem;
  }
}

.p-swiper__name span {
  letter-spacing: 0.12em;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-swiper__name span {
    font-size: 1.4375rem;
  }
}

.p-swiper__description {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  width: 43px;
  width: 2.6875rem;
  /* ボタンの幅 */
  height: 43px;
  height: 2.6875rem;
  /* ボタンの高さ */
  background-size: 2.6875rem 2.6875rem;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  /* margin-top: -24px; */
  margin-top: -15%;
}

@media screen and (min-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    margin-top: -5%;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../images/common/swiper-icon-right.png);
  right: 3.90625vw;
}

.swiper-button-next::after {
  display: none;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../images/common/swiper-icon-left.png);
  left: 3.90625vw;
}

.swiper-button-prev::after {
  display: none;
}

.p-youtube {
  background: #ededee;
}

@media screen and (min-width: 768px) {
  .p-youtube {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
}

.p-youtube__content {
  margin-top: 32px;
  margin-top: 2rem;
  color: #333;
  font-weight: bold;
}

.p-youtube__content p {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-youtube__content {
    margin-top: 4.0625rem;
  }
}

.p-youtube__iframe {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .p-youtube__iframe {
    width: 100%;
    margin: 0;
    margin: initial;
  }
}

.p-youtube__iframe::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-youtube__iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}



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