@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

/* 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,
picture {
  max-width: 100%;
  display: block;
}

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
body {
  font-family: "'Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
}

main {
  overflow: hidden;
}

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

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

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 862px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.l-p-inner {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 862px;
}
@media screen and (min-width: 768px) {
  .l-p-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-block-image {
  margin-bottom: 0;
  width: 100%;
}

.p-pickup__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-pickup__content {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    flex-grow: 2;
  }
}

.movie-open {
  display: none;
}

.movie-content-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-content-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-id-349 .footer {
  display: none;
}

.page-id-344 .footer {
  display: none;
}

.p-pv-11__text {
  margin-top: 50px;
}

@media screen and (max-width: 377px) {
  .p-privacy__title h2 {
    font-size: 1.375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 378px) {
  .p-privacy__title h2 {
    font-size: 1.5625rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 400px) {
  .p-privacy__title h2 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 600px) {
  .p-privacy__title h2 {
    font-size: 2.375rem;
    line-height: 0.7578947368;
    font-weight: 700;
  }
}

.p-notation__logo-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-notation__inner {
  padding-top: 130px;
  padding-bottom: 200px;
}

.p-notation-logo {
  width: 46.8827930175%;
  display: block;
}
.p-notation-logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 376/141;
  object-fit: cover;
}

.p-notation__content {
  margin-top: 150px;
}

@media screen and (max-width: 377px) {
  .p-notation__title h2 {
    font-size: 1.375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 378px) {
  .p-notation__title h2 {
    font-size: 1.5625rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 400px) {
  .p-notation__title h2 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 600px) {
  .p-notation__title h2 {
    font-size: 2.375rem;
    line-height: 0.7578947368;
    font-weight: 700;
  }
}

.p-notation__text {
  margin-top: 60px;
}
.p-notation__text dl {
  margin-top: 56px;
}
.p-notation__text dl dt {
  font-size: 0.875rem;
  line-height: 2.3428571429;
  font-weight: 700;
}
.p-notation__text dl dd {
  font-size: 0.875rem;
  line-height: 2.3428571429;
  font-weight: 400;
}

.p-footer__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-footer__link-wrap {
  width: 100%;
  display: flex;
  gap: 10%;
}
.p-footer__link-wrap button {
  background: transparent;
}

.p-footer-link a {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

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