@charset "UTF-8";

:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Sans JP", sans-serif;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Rubik", sans-serif;
  --font-family-heading: "Noto Sans JP", sans-serif;
  --font-size-base: 14rem;
  --font-size-small-1: 12rem;
  --font-size-small-2: 10rem;
  --font-size-small-3: 8rem;
  --font-size-large-1: 20rem;
  --font-size-large-2: 24rem;
  --font-size-large-3: 40rem;
  --font-size-large-4: 52rem;
  --font-weight-base: 400;
  --font-weight-heading: 700;
  --letter-spacing-base: 0;
  --letter-spacing-heading: 0;
  --line-height-base: 1.5;
  --line-height-heading: 1;
  --color-base: #000;
  --color-1: black;
  --color-2: black;
  --color-3: black;
  --color-accent-1: black;
  --color-accent-2: black;
  --color-caution: red;
  --color-link: blue;
  --color-shadow: black;
  --background-color-base: #FFF3F3;
  --background-color-1: #fff;
  --spacing-1: 4rem;
  --spacing-2: 8rem;
  --spacing-3: 12rem;
  --spacing-4: 16rem;
  --spacing-5: 20rem;
  --spacing-6: 24rem;
  --spacing-7: 28rem;
  --spacing-8: 32rem;
  --spacing-9: 36rem;
  --spacing-10: 40rem;
  --spacing-11: 44rem;
  --spacing-12: 48rem;
  --spacing-13: 52rem;
  --spacing-14: 56rem;
  --spacing-15: 60rem;
  --spacing-16: 64rem;
  --spacing-17: 68rem;
  --spacing-18: 72rem;
  --spacing-19: 76rem;
  --spacing-20: 80rem;
  --spacing-21: 84rem;
  --spacing-22: 88rem;
  --spacing-23: 92rem;
  --spacing-24: 96rem;
  --spacing-25: 100rem;
  --layer-loading: 60;
  --layer-header: 50;
  --layer-modal: 40;
  --layer-full-screen-overlay: 30;
  --layer-original-select: 20;
  --layer-floating: 10;
  --layer-default: 1;
  --border-base: max(1rem, 1px) solid black;
  --header-height: 80rem;
  --hover-opacity: 0.7;
  --transition-duration: .5s;
  --transition-timing-function: cubic-bezier(0.65, 0, 0.076, 1);
  --padding--rem: 15rem;
  --container-width: calc(1250px + 24rem * 2);
  --container-width--narrow: calc(910px + 24rem * 2);
  --container-width--wide: calc(1852px + 24rem * 2);
  --container-width--no-unit: 390;
}

/*
* foundation
* destyle.cssとベーススタイル
*/

/* destyle
--------------------------------------------------*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* base
--------------------------------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: calc(100vw / var(--container-width--no-unit));
}

body {
  position: relative;
  top: auto;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-base);
  font-family: var(--font-family-base);
  color: var(--color-base);
  background-color: var(--background-color-base);
  overflow-x: hidden;
  overflow-wrap: break-word;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
}

body.is_scroll-lock {
  overflow: hidden !important;
}

body.is_scroll-lock-windows {
  position: fixed !important;
  overflow-y: scroll !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  letter-spacing: var(--letter-spacing-heading);
  line-height: var(--line-height-heading);
}

/* Swiper | フェードモード時 共通設定 */

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/*
* components
* コンポーネント - サイト全体で使いまわせる小さい粒度のモジュール
*/

/* page-title
--------------------------------------------------*/

.page-title {
  background-color: #F9F9F9;
  font-size: 24rem;
  font-weight: 700;
  padding: 20rem;
}

/* section-title
--------------------------------------------------*/

.section-title {
  font-size: 66rem;
  font-weight: 900;
  font-family: var(--font-family-en);
  letter-spacing: 0.08em;
  line-height: 0.7;
}

/* to-top
--------------------------------------------------*/
.to-top {
  width: 100%;
  /* margin: 0 auto; */
  /* padding: 0 var(--padding--rem); */
  max-width: 60rem;
  /* --container-max-width: var(--container-width); */
  position: fixed;
  /* inset: auto 0 83rem 0; */
  z-index: var(--layer-floating);
  /* margin-left: auto; */
  right: 12rem;
  bottom: 90rem;
}

.to-top__link {
  display: block;
  width: 60rem;
  aspect-ratio: 1/1;
  /* margin-right: 0; */
  /* margin-left: auto; */
  background-color: rgba(201, 0, 0,0.55);
  border-radius: 50%;
  position: relative;
}
.to-top__link::before {
  content: "";
  width: 19rem;
  aspect-ratio: 19/16;
  margin: 0 auto;
  background-color: #fff;
  clip-path: polygon(50% 0,100% 100%,0 100%);
  position: absolute;
  top: 33.5%;
  left: 0;
  right: 0;
}

/* to-studio
--------------------------------------------------*/
.to-studio {
  width: 100%;
  position: fixed;
  inset: auto 0 0 0;
  z-index: var(--layer-floating);
}

.to-studio__link {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 20rem 0 15rem;
  margin-bottom: 6rem;
  background-color: #C90000;
  box-shadow: 0 7rem 0 0 #8B0000;
  font-size: 20rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  transition: background-color var(--transition-duration) var(--transition-timing-function);
}
.to-studio__link:hover{
  background-color: #EF3636;
}
.to-studio__link::before {
  display: inline-block;
  content: "";
  width: 33rem;
  aspect-ratio: 1/1;
  margin-right: 14rem;
  background-color: #fff;
  mask: url("../img/common/icon_search.svg") no-repeat center / contain;
}

/*
* sections
* コンポーネントやブロックの集合体 - ページレイアウトを構成する要素
*/

/* banner
--------------------------------------------------*/

.footer-banner {
  background-color: #FFFFFF;
  padding: 20rem 15rem;
}

.footer-banner__title {
  font-size: 12rem;
  font-weight: 700;
  text-align: center;
}

.footer-banner__list {
  margin-top: 20rem;
  display: grid;
  gap: 12rem 9rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

.footer-banner__item {
  position: relative;
  padding-right: 15rem;
}

.footer-banner__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 8rem;
  height: 8rem;
}

/*
--------------------------------------------------*/

.breadcrumbs {
  font-size: 14rem;
  display: flex;
  -moz-column-gap: 12rem;
  column-gap: 12rem;
  padding: 9rem 0;
}

.breadcrumbs__item {
  position: relative;
}

/* container
--------------------------------------------------*/

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--padding--rem);
  max-width: var(--container-max-width);
  --container-max-width: var(--container-width);
}

.container._narrow {
  --container-max-width: var(--container-width--narrow);
}

.container._wide {
  --container-max-width: var(--container-width--wide);
}

/* footer
--------------------------------------------------*/

.footer {
  background-color: #F9F9F9;
  padding: 24rem 0 12rem;
}

.footer__title {
  text-align: center;
  font-weight: 700;
}

.footer_copyright {
  text-align: center;
  margin-top: 15rem;
  font-size: 14rem;
}

/* header
--------------------------------------------------*/

.header {
  position: relative;
  z-index: var(--layer-header);
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 14rem 0;
}

.header__hamburger.is_open .header__hamburger-line:nth-of-type(1) {
  transform: translateY(11rem) rotate(40deg);
}

.header__hamburger.is_open .header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is_open .header__hamburger-line:nth-of-type(3) {
  transform: translateY(-11rem) rotate(-40deg);
}

.header__hamburger-line {
  background-color: #C90000;
  height: 5rem;
  display: inline-block;
  border-radius: 8rem;
  width: 36rem;
  transition: transform 0.3s;
}

.header__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  font-weight: 700;
  position: relative;
}

.header__link img {
  max-width: 15rem;
}

.header__link._top img {
  max-width: 24rem;
}

.header__link._genre img {
  max-width: 17rem;
}

.header__link-icon {
  display: flex;
  align-items: center;
}

.header__item-bottom:not(:first-of-type) {
  margin-top: 20rem;
}

/*
* utility
* ユーティリティークラス - どこでも使えるヘルパークラス
*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animation._fade-in {
  opacity: 0;
}

.animation._fade-in.js_intersection.is_intersect {
  pointer-events: auto;
  animation-name: fadeIn;
}

.animation._fade-up {
  opacity: 0;
  transform: translateY(30rem);
}

.animation._fade-up.js_intersection.is_intersect {
  pointer-events: auto;
  animation-name: fadeUn;
}

/* background-color
--------------------------------------------------*/

.bg-cr-base {
  background-color: var(--background-color-base) !important;
}

.bg-cr-1 {
  background-color: var(--background-color-1) !important;
}

.bg-cr-2 {
  background-color: var(--background-color-2) !important;
}

.bg-cr-3 {
  background-color: var(--background-color-3) !important;
}

/* border
--------------------------------------------------*/

.border-base {
  border: var(--border-base);
}

/* color
--------------------------------------------------*/

.cr-base {
  color: var(--color-base) !important;
}

.cr-1 {
  color: var(--color-1) !important;
}

.cr-2 {
  color: var(--color-2) !important;
}

.cr-3 {
  color: var(--color-3) !important;
}

/* decoration
--------------------------------------------------*/

.decoration-underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* display
--------------------------------------------------*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* font-family
--------------------------------------------------*/

.ff-base {
  font-family: var(--font-family-base) !important;
}

.ff-sans {
  font-family: var(--font-family-sans) !important;
}

.ff-serif {
  font-family: var(--font-family-serif) !important;
}

.ff-ja {
  font-family: var(--font-family-ja) !important;
}

.ff-en {
  font-family: var(--font-family-en) !important;
}

.ff-heading {
  font-family: var(--font-family-heading) !important;
}

/* font-size
--------------------------------------------------*/

.fzBase {
  font-size: var(--font-size-base);
}

.fzSm-1 {
  font-size: var(--font-size-small-1);
}

.fzSm-2 {
  font-size: var(--font-size-small-2);
}

.fzSm-3 {
  font-size: var(--font-size-small-3);
}

.fz-lg-1 {
  font-size: var(--font-size-large-1);
}

.fz-lg-2 {
  font-size: var(--font-size-large-2);
}

.fz-lg-3 {
  font-size: var(--font-size-large-3);
}

.fz-lg-4 {
  font-size: var(--font-size-large-4);
}

.fz-lg-5 {
  font-size: var(--font-size-large-5);
}

/* full-screen
--------------------------------------------------*/

.full-screen {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* hover
--------------------------------------------------*/

.hover-opacity {
  transition-property: opacity;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}

.hover-opacity:hover {
  opacity: var(--hover-opacity);
}

.hover-underline:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* line-clamp
--------------------------------------------------*/

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.line-clamp._2 {
  -webkit-line-clamp: 2;
}

.line-clamp._3 {
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 769px) {
  :root {
    --font-size-base: 16rem;
    --font-size-small-1: 14rem;
    --font-size-small-2: 12rem;
    --font-size-small-3: 10rem;
    --font-size-large-1: 22rem;
    --font-size-large-2: 26rem;
    --font-size-large-3: 50rem;
    --font-size-large-4: 60rem;
  }

  :root {
    --line-height-base: 1.5;
  }

  :root {
    --header-height: 100rem;
  }

  :root {
    --padding--rem: 24rem;
  }

  :root {
    --container-width--no-unit: 1298;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .page-title {
    font-size: 40rem;
    padding: 50rem 0;
  }

  .section-title {
    font-size: 106rem;
  }

  .to-top {
    /* max-width: 1920rem; */
    max-width: 63rem;
    /* padding: 0 22rem; */
    bottom: 19rem;
    right: 22rem;
  }

  .to-top__link {
    width: 63rem;
  }

  .to-studio {
    max-width: 412rem;
    padding: 0;
    bottom: 96rem;
    margin-left: auto;
  }

  .to-studio__link {
    flex-direction: column;
    gap: 4rem;
    width: 412rem;
    padding: 32rem 54rem 42rem;
    margin-right: 0;
    margin-left: auto;
    border-radius: 100vh;
    font-size: 30rem;
    line-height: 1.33;
    transform: translateX(124rem);
  }
  .to-studio__link::before {
    margin-right: 0;
    margin-left: 82rem;
  }

  .footer-banner {
    padding: 25rem 0;
  }

  .footer-banner__list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000rem;
    margin-left: auto;
    margin-right: auto;
    gap: 24rem 32rem;
  }

  .footer-banner__item {
    padding-right: 20rem;
  }

  .footer-banner__icon {
    max-width: 12rem;
    height: 12rem;
  }

  .footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__title {
    margin-right: 90rem;
  }

  .footer__list {
    display: flex;
    gap: 12rem 29rem;
  }

  .footer__link {
    font-size: 14rem;
  }

  .footer_copyright {
    margin-top: 27rem;
  }

  .header {
    padding: 0 var(--padding--rem);
    border-bottom: 6rem solid #C90000;
  }

  .header__menu {
    display: flex;
    align-items: center;
  }

  .header__list {
    display: flex;
    -moz-column-gap: 50rem;
    column-gap: 50rem;
    align-items: center;
  }

  .header__link::after {
    content: "";
    position: absolute;
    bottom: -8rem;
    left: 0;
    width: 100%;
    border-bottom: 4rem solid transparent;
    transition: border-color 0.3s;
  }

  .header__link._current::after {
    border-color: #C90000;
  }

  .mobile-only {
    display: none !important;
  }

  .pc-hide {
    display: none !important;
  }

  .footer-banner__title {
    font-size: 16rem;
  }
}

@media only screen and (min-width: 769px) and (hover: hover) {
  .header__link:hover::after {
    border-color: #C90000;
  }
}

@media only screen and (min-width: 1299px) {
  html {
    font-size: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .page-title {
    text-align: center;
  }

  .header.is_open .header__menu {
    transform: translateY(100%);
  }

  .header__inner {
    border-bottom: 6rem solid #C90000;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 80rem;
    overflow: hidden;
  }

  .header__hamburger {
    position: absolute;
    top: 50%;
    left: 24rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 6rem;
  }

  .header__logo {
    max-width: 165rem;
  }

  .header__menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: calc(100vh - 80rem);
    transition: transform 0.3s;
    transform: translate(-100%, 100%);
  }

  .header__list {
    width: 100%;
    padding: 32rem 25rem;
    border-bottom: 1px solid #E3E3E3;
  }

  .header__item:not(:first-of-type) {
    margin-top: 30rem;
  }

  .header__link {
    font-size: 18rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
  }

  .header__link img {
    max-width: 26rem;
  }

  .header__link._top img {
    max-width: 42rem;
  }

  .header__link._genre img {
    max-width: 31rem;
  }

  .header__link-icon {
    max-width: 42rem;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .header__list-bottom {
    width: 100%;
    padding: 32rem 25rem;
  }

  .header__link-bottom {
    display: flex;
    align-items: center;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
    font-weight: 700;
    position: relative;
  }

  .header__link-bottom-icon {
    max-width: 42rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header__link-bottom-text {
    font-size: 18rem;
    font-weight: 700;
  }

  .mobile-hide {
    display: none !important;
  }

  .pc-only {
    display: none !important;
  }
}