@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.display-mini {
  display: none;
}
@media screen and (max-width: 600px) {
  .display-mini {
    display: block;
  }
}

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

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

.display-lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .display-lg {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .display-not-lg {
    display: none;
  }
}

body {
  /* 設定必要 */
  font-family: "Noto Sans JP", sans-serif;
}

main {
  margin-top: -24px;
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

*,
*::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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

.contents {
  position: relative;
  overflow: hidden;
}
.contents::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.contents .contents__paints-green {
  position: absolute;
  z-index: -1;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}
@media screen and (max-width: 767px) {
  .contents .contents__paints-green {
    bottom: auto;
    top: 320px;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__paints-green {
    bottom: auto;
    top: 244px;
    -webkit-transform: translateX(-51.5%);
            transform: translateX(-51.5%);
  }
}
.contents .contents__paints-green img {
  max-width: 1924px;
  min-width: 1924px;
  max-height: 2101px;
  min-height: 2101px;
}
@media screen and (max-width: 767px) {
  .contents .contents__paints-green img {
    max-width: 811px;
    min-width: 811px;
    max-height: 885px;
    min-height: 885px;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__paints-green img {
    max-width: 649px;
    min-width: 649px;
    max-height: 708px;
    min-height: 708px;
  }
}
.contents .contents__layout {
  margin: 0 auto;
  padding: 140px 50px;
  max-width: 1220px;
  display: grid;
  gap: 10.9%;
  grid-template-columns: 28px 1fr;
}
@media screen and (min-width: 1024px) {
  .contents .contents__layout {
    max-width: 1260px;
    padding: 140px 50px 140px 90px;
  }
}
@media screen and (max-width: 767px) {
  .contents .contents__layout {
    padding: 100px 30px;
    gap: 9%;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__layout {
    padding: 60px 22px;
    gap: 6.4%;
  }
}
.contents .contents__heading {
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: rotate(90deg) translateY(-28px);
          transform: rotate(90deg) translateY(-28px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .contents .contents__heading {
    padding: 1px 4px;
    gap: 6.4%;
  }
}
.contents .contents__item {
  background-color: #fff;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  .contents .contents__item {
    position: relative;
    padding: 80px 11.3% 80px 23.7%;
    min-height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .contents .contents__item {
    padding: 15px 24px;
    gap: 9%;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item {
    padding: 12px 18px;
  }
}
.contents .contents__item:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .contents .contents__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item:not(:first-child) {
    margin-top: 30px;
  }
}
.contents .contents__item .contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 1px 15px 2px;
  background-color: #E5DAC8;
}
@media screen and (min-width: 1024px) {
  .contents .contents__item .contents__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .contents .contents__item .contents__title {
    font-size: 16px;
    padding: 3px 10px 4px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item .contents__title {
    font-size: 15px;
    padding: 2px 8px 3px;
  }
}
.contents .contents__item .contents__title .num,
.contents .contents__item .contents__title .title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4814814815;
}
@media screen and (max-width: 767px) {
  .contents .contents__item .contents__title .num,
  .contents .contents__item .contents__title .title {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item .contents__title .num,
  .contents .contents__item .contents__title .title {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.contents .contents__item .contents__sub-title {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #996d2b;
}
@media screen and (max-width: 767px) {
  .contents .contents__item .contents__sub-title {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item .contents__sub-title {
    margin-top: 12px;
    font-size: 14px;
  }
}
.contents .contents__item .texts {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .contents .contents__item .texts {
    margin-top: 44px;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item .texts {
    margin-top: 20px;
  }
}
.contents .contents__item .texts p {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents .contents__item .texts p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item .texts p {
    font-size: 14px;
  }
}
.contents .contents__item .contents__pictures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.6%;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .contents .contents__item .contents__pictures {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .contents .contents__item .contents__pictures {
    margin-top: 28px;
    gap: 20px;
  }
}
.contents .contents__item .contents__pictures--single {
  grid-template-columns: 1fr;
}
.contents .contents__item .contents__paints-pink {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contents .contents__item .contents__paints-pink {
    display: block;
    position: absolute;
    top: 5.3%;
    left: 3.7%;
    width: 16%;
  }
}
.contents .contents__item .contents__paints-pink img {
  aspect-ratio: 154/162;
  width: inherit;
  height: auto;
}
.contents .contents__item .contents__paints-blue {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contents .contents__item .contents__paints-blue {
    display: block;
    position: absolute;
    top: 5%;
    right: 82.38%;
    width: 21.2%;
  }
}
.contents .contents__item .contents__paints-blue img {
  aspect-ratio: 206/222;
  width: inherit;
  height: auto;
}
.contents .contents__item .contents__paints-orange {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contents .contents__item .contents__paints-orange {
    display: block;
    position: absolute;
    top: 9.5%;
    left: 2.8%;
    width: 17%;
  }
}
.contents .contents__item .contents__paints-orange img {
  aspect-ratio: 165/178;
  width: inherit;
  height: auto;
}

.footer .footer__layout {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 50px 32px;
}
@media screen and (max-width: 767px) {
  .footer .footer__layout {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__layout {
    padding: 32px 25px;
  }
}
.footer .footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .footer .footer__main {
    grid-template-columns: 1fr 462px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__main {
    gap: 32px;
  }
}
.footer .footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer .footer__logos {
    gap: 25px;
  }
}
.footer .footer__logos .footer__logo img {
  width: 100%;
  height: 100%;
}
.footer .footer__logos .footer__logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer__logos .footer__logo a:hover {
  opacity: 0.7;
}
.footer .footer__logos .green-funding img {
  aspect-ratio: 141/41;
  max-width: 141px;
  max-height: 41px;
  width: 100%;
  height: 100%;
}
.footer .footer__logos .gadgetouch img {
  aspect-ratio: 60/65;
  max-width: 60px;
  max-height: 65px;
  width: 100%;
  height: 100%;
}
.footer .footer__logos .innomo img {
  aspect-ratio: 54/52;
  max-width: 54px;
  max-height: 52px;
  width: 100%;
  height: 100%;
}
.footer .footer__logos .iphone-creative img {
  aspect-ratio: 66/49;
  max-width: 66px;
  max-height: 49px;
  width: 100%;
  height: 100%;
}
.footer .footer__logos .bayfm img {
  aspect-ratio: 139/35;
  max-width: 139px;
  max-height: 35px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer .footer__info .footer__texts {
    text-align: right;
  }
}
.footer .footer__info .footer__texts .fs-15 {
  font-size: 15px;
  line-height: 2.1333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer__info .footer__texts .fs-15 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__info .footer__texts .fs-15 {
    font-size: 13px;
  }
}
.footer .footer__info .footer__texts .fs-14 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer__info .footer__texts .fs-14 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__info .footer__texts .fs-14 {
    margin-top: 18px;
    font-size: 13px;
  }
}
.footer .footer__info .footer__texts .fs-14 a {
  color: #FD168D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer__info .footer__texts .fs-14 a:hover {
  opacity: 0.7;
}
.footer .footer__info .footer__texts .fs-14 img {
  display: inline-block;
  width: 14px;
  height: 15px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 600px) {
  .footer .footer__info .footer__texts .fs-14 img {
    width: 13px;
    height: 14px;
  }
}
.footer .footer__info .footer__x {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer__info .footer__x {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__info .footer__x {
    margin-top: 32px;
  }
}
.footer .footer__info .footer__x .crt-widget.crt-widget-branded {
  padding-bottom: 0;
}
.footer .footer__info .footer__x .crt-widget.crt-widget-branded .crt-logo {
  display: none;
}
.footer .footer__info .footer__x .crt-feed-window {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media screen and (min-width: 1024px) {
  .footer .footer__info .footer__x .crt-grid-post-content {
    padding-bottom: 80% !important;
  }
}
.footer .footer__info .footer__x .crt-widget .crt-grid-post-new-york .crt-social-icon {
  top: 15px;
  left: 15px;
}
.footer .footer__info .footer__x .crt-widget .crt-grid-post-new-york .crt-post-date, .footer .footer__info .footer__x .crt-widget .crt-grid-post-new-york .crt-date {
  position: absolute;
  top: 15px;
  left: 50px;
}
.footer .footer__info .footer__x .crt-grid-post {
  padding: 0 !important;
  max-width: 462px;
  width: 100%;
}
.footer .footer__info .footer__x .crt-grid-post:nth-child(2) {
  display: none !important;
}
.footer .footer__copyright {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footer .footer__copyright {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    margin-top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__copyright {
    margin-top: 55px;
  }
}
.footer .footer__copyright a,
.footer .footer__copyright span {
  font-size: 11px;
  line-height: 2.1818181818;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright a,
  .footer .footer__copyright span {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer__copyright a,
  .footer .footer__copyright span {
    font-size: 10px;
    line-height: 2.2;
  }
}
.footer .footer__copyright .pl-20 {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .pl-20 {
    padding-left: 0;
  }
}
.footer .footer__copyright .pl-16 {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .pl-16 {
    padding-left: 0;
  }
}
.footer .footer__copyright .pink {
  color: #FD168D;
}
.footer .footer__paints-gray {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer .footer__paints-gray {
    position: absolute;
    right: 67.7%;
    bottom: 0;
    display: block;
  }
  .footer .footer__paints-gray img {
    aspect-ratio: 445/311;
    max-width: 445px;
    min-width: 400px;
    max-height: 331px;
  }
}

/* ヘッダーで使用 */
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .header {
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 50px;
  }
}
.header .header__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  height: inherit;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1480px;
}
.header .header__logo {
  position: relative;
  z-index: 12;
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header .header__logo a {
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo a {
    gap: 8px;
  }
}
.header .header__logo a:hover {
  opacity: 0.7;
}
.header .header__logo a img {
  aspect-ratio: 57/63;
  width: auto;
  height: 48px;
}
@media screen and (min-width: 1280px) {
  .header .header__logo a img {
    height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__logo a img {
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo a img {
    height: 31px;
  }
}
.header .header__logo a h1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 1280px) {
  .header .header__logo a h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__logo a h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__logo a h1 {
    font-size: 20px;
  }
}
.header .header__nav {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 32px 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .header .header__nav {
    position: static;
    height: inherit;
    width: auto;
    padding: 0;
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .header .header__nav {
    padding: 27px 40px;
  }
}
@media screen and (max-width: 600px) {
  .header .header__nav {
    padding: 22px 36px;
  }
}
.header .js-hamburger-nav {
  top: 70px;
}
@media screen and (max-width: 767px) {
  .header .js-hamburger-nav {
    top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .header .js-hamburger-nav {
    top: 50px;
  }
}
.header .header__menus {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: inherit;
}
@media screen and (min-width: 1024px) {
  .header .header__menus {
    position: static;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .header .header__menus {
    gap: 20px;
  }
}
.header .header__menus .header__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #595757;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .header .header__menus .header__menu a {
    color: #000;
    padding: 4px 5px 6px;
  }
}
.header .header__menus .header__menu:nth-child(1) a:hover {
  color: #7C549F;
}
.header .header__menus .header__menu:nth-child(2) a:hover {
  color: #A3CA0F;
}
.header .header__menus .header__menu:nth-child(3) a:hover {
  color: #FED400;
}
.header .header__menus .header__menu:nth-child(4) a:hover {
  color: #FD7D0A;
}
.header .header__menus .header__menu:nth-child(5) a:hover {
  color: #0EBAE2;
}
.header .header__menus .header__menu:nth-child(6) a:hover {
  color: #FD168D;
}

.js-header-background {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger__icon {
  cursor: pointer;
  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;
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .hamburger .hamburger__icon {
    width: 24px;
    height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .hamburger .hamburger__icon {
    width: 20px;
    height: 15px;
  }
}
.hamburger .hamburger__icon:hover .hamburger__bar:nth-child(1) {
  background-color: #FD168D;
}
.hamburger .hamburger__icon:hover .hamburger__bar:nth-child(2) {
  background-color: #A3CA0F;
}
.hamburger .hamburger__icon:hover .hamburger__bar:nth-child(3) {
  background-color: #0EBAE2;
}
.hamburger .hamburger__icon .hamburger__bar {
  background-color: #000;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-hamburger {
  display: block;
}
.js-hamburger .hamburger__icon {
  position: relative;
  z-index: 12;
}
.js-hamburger .hamburger__icon .hamburger__bar {
  position: absolute;
}
.js-hamburger .hamburger__icon .hamburger__bar:nth-child(1) {
  left: 0;
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-hamburger .hamburger__icon .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.js-hamburger .hamburger__icon .hamburger__bar:nth-child(3) {
  bottom: calc(50% - 2px);
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.info {
  position: relative;
  overflow: hidden;
}
.info::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.info .info__layout {
  margin: 0 auto;
  padding: 120px 50px;
  max-width: 1220px;
}
@media screen and (min-width: 1024px) {
  .info .info__layout {
    max-width: 1246px;
    padding: 158px 50px 158px 76px;
  }
}
@media screen and (max-width: 767px) {
  .info .info__layout {
    padding: 60px 30px 75px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__layout {
    padding: 45px 22px 55px;
  }
}
.info .info__block {
  display: grid;
  gap: 11.6%;
  grid-template-columns: 28px 1fr;
}
@media screen and (max-width: 767px) {
  .info .info__block {
    gap: 9%;
  }
}
@media screen and (max-width: 600px) {
  .info .info__block {
    gap: 6.4%;
  }
}
.info .info__block:not(:first-child) {
  margin-top: 40px;
}
.info .info__heading {
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: rotate(90deg) translateY(-28px);
          transform: rotate(90deg) translateY(-28px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .info .info__heading {
    padding: 1px 4px;
    gap: 6.4%;
  }
}
.info .info__heading--ja {
  -webkit-transform: none;
          transform: none;
}
.info .info__heading--ja span {
  display: block;
  line-height: 1.125;
}
.info .info__items {
  background-color: #fff;
}
.info .info__items .info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 22px 20px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item {
    padding: 20px 16px;
  }
}
.info .info__items .info__item:not(:first-child) {
  border-top: 1px solid #ddd;
}
.info .info__items .info__item .title {
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #2299B5;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .title {
    width: 100%;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .title {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.info .info__items .info__item .data {
  width: calc(87% - 120px);
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data {
    width: 100%;
  }
}
.info .info__items .info__item .data p, .info .info__items .info__item .data ul {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data p, .info .info__items .info__item .data ul {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data p, .info .info__items .info__item .data ul {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.info .info__items .info__item .data ul {
  list-style: disc;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data ul {
    padding-left: 44px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data ul {
    padding-left: 40px;
  }
}
.info .info__items .info__item .data a {
  color: #FD168D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info .info__items .info__item .data a:hover {
  opacity: 0.7;
}
.info .info__items .info__item .data a img {
  display: inline-block;
  width: 15px;
  height: 16px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-left: 3px;
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data a img {
    width: 14px;
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data a img {
    width: 13px;
    height: 14px;
  }
}
.info .info__items .info__item .data a .map-pin {
  width: 12px;
  height: 18px;
  margin: 0;
  margin-right: 1px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data a .map-pin {
    width: 11px;
    height: 17px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data a .map-pin {
    width: 10px;
    height: 16px;
  }
}
.info .info__items .info__item .data .mt-16 {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data .mt-16 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data .mt-16 {
    margin-top: 14px;
  }
}
.info .info__items .info__item .data .mt-32 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data .mt-32 {
    margin-top: 17px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data .mt-32 {
    margin-top: 22px;
  }
}
.info .info__items .info__item .data .pl-16 {
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item .data .pl-16 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item .data .pl-16 {
    padding-left: 14px;
  }
}
.info .info__items .info__item--map {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item--map {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.info .info__items .info__item--map ul {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item--map ul {
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item--map ul {
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item--map ul .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .info .info__items .info__item--map ul .sp {
    display: none;
  }
}
.info .info__items .info__item--map p {
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item--map p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item--map p {
    padding: 0 16px;
  }
}
.info .info__items .info__item--map .map {
  margin-top: 8px;
  aspect-ratio: 740/452;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .info .info__items .info__item--map .map {
    margin-top: 15px;
    aspect-ratio: 297/200;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .info .info__items .info__item--map .map {
    margin-top: 22px;
  }
}
.info .info__items .info__item--map .map iframe {
  aspect-ratio: inherit;
  width: 100%;
  height: auto;
}
.info .info__paints-blue {
  position: absolute;
  z-index: -1;
  bottom: -93px;
  left: 50%;
  -webkit-transform: translateX(-39.375%);
          transform: translateX(-39.375%);
}
@media screen and (max-width: 767px) {
  .info .info__paints-blue {
    bottom: auto;
    top: 130px;
    -webkit-transform: translateX(-29%);
            transform: translateX(-29%);
  }
}
.info .info__paints-blue img {
  min-width: 1939px;
  min-height: 1806px;
}
@media screen and (max-width: 767px) {
  .info .info__paints-blue img {
    min-width: 1650px;
    min-height: 1542px;
  }
}

.inner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
}
.mv .mv__layout {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 163px 50px 110px;
}
@media screen and (max-width: 767px) {
  .mv .mv__layout {
    padding: 90px 50px 80px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__layout {
    padding: 74px 25px 48px;
  }
}
.mv .mv__heading span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .mv .mv__heading span {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__heading span {
    font-size: 60px;
  }
}
.mv .mv__heading .fs-80 {
  font-size: 80px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mv .mv__heading .fs-80 {
    font-size: 64px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__heading .fs-80 {
    font-size: 48px;
  }
}
.mv .mv__schedule {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .mv .mv__schedule {
    margin-top: 36px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__schedule {
    margin-top: 26px;
  }
}
.mv .mv__schedule span {
  position: relative;
  z-index: 2;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mv .mv__schedule span {
    font-size: 82px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__schedule span {
    font-size: 62px;
  }
}
.mv .mv__schedule .saturday,
.mv .mv__schedule .sunday {
  display: block;
  font-size: 12px;
  -webkit-transform: rotate(90deg) translateY(-13px) translateX(-13px);
          transform: rotate(90deg) translateY(-13px) translateX(-13px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .mv .mv__schedule .saturday,
  .mv .mv__schedule .sunday {
    -webkit-transform: rotate(90deg) translateY(-14px) translateX(-11px);
            transform: rotate(90deg) translateY(-14px) translateX(-11px);
  }
}
.mv .mv__schedule .sunday {
  -webkit-transform: rotate(90deg) translateY(-6px) translateX(-14px);
          transform: rotate(90deg) translateY(-6px) translateX(-14px);
}
@media screen and (max-width: 600px) {
  .mv .mv__schedule .sunday {
    -webkit-transform: rotate(90deg) translateY(-8px) translateX(-13px);
            transform: rotate(90deg) translateY(-8px) translateX(-13px);
  }
}
.mv .mv__place {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv .mv__place {
    margin-top: 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__place {
    margin-top: 6px;
    font-size: 15px;
  }
}
.mv .mv__texts {
  max-width: 760px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .mv .mv__texts {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__texts {
    margin-top: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__texts {
    max-width: 450px;
    margin-top: 24px;
  }
}
.mv .mv__texts .mv__text p {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  padding: 2px 8px 3px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .mv .mv__texts .mv__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__texts .mv__text p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .mv .mv__texts .mv__text--absolute {
    position: absolute;
    bottom: 110px;
    left: calc(50% + 355px);
  }
}
@media screen and (min-width: 1280px) {
  .mv .mv__texts .mv__text--absolute {
    left: calc(50% + 390px);
  }
}
.mv .mv__bottom {
  display: grid;
  grid-template-columns: 28px 1fr;
  max-width: 760px;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mv .mv__bottom {
    margin-top: 35px;
    gap: 26px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__bottom {
    max-width: 450px;
    margin-top: 30px;
    gap: 20px;
  }
}
.mv .mv__bottom .mv__title {
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: rotate(90deg) translateY(-28px);
          transform: rotate(90deg) translateY(-28px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .mv .mv__bottom .mv__title {
    padding: 1px 4px;
  }
}
.mv .mv__bottom .mv__contents {
  background-color: #fff;
  padding: 18px 16px 18px 28px;
  max-width: 610px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv .mv__bottom .mv__contents {
    padding: 12px 14px;
    max-width: 570px;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__bottom .mv__contents {
    padding: 8px 11px;
    max-width: 320px;
    margin-left: auto;
  }
}
.mv .mv__bottom .mv__contents p {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv .mv__bottom .mv__contents p {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .mv .mv__bottom .mv__contents p {
    font-size: 18px;
  }
}
.mv .mv__logo {
  position: absolute;
  z-index: -1;
  top: -4.5%;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 250px));
          transform: translateX(calc(-50% + 250px));
}
@media screen and (min-width: 1024px) {
  .mv .mv__logo {
    z-index: 1;
    top: -5.5%;
    -webkit-transform: translateX(calc(-50% + 280px));
            transform: translateX(calc(-50% + 280px));
  }
}
@media screen and (min-width: 1280px) {
  .mv .mv__logo {
    -webkit-transform: translateX(calc(-50% + 320px));
            transform: translateX(calc(-50% + 320px));
  }
}
@media screen and (min-width: 1500px) {
  .mv .mv__logo {
    -webkit-transform: translateX(calc(-50% + 380px));
            transform: translateX(calc(-50% + 380px));
  }
}
@media screen and (min-width: 1700px) {
  .mv .mv__logo {
    top: -6.5%;
    -webkit-transform: translateX(calc(-50% + 480px));
            transform: translateX(calc(-50% + 480px));
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__logo {
    top: -61px;
    right: -92px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.mv .mv__logo img {
  aspect-ratio: 1203/1212;
  max-width: 1203px;
  width: 62.65625vw;
}
@media screen and (max-width: 767px) {
  .mv .mv__logo img {
    aspect-ratio: 363/366;
    max-width: 500px;
    width: 93vw;
  }
}

.schedule {
  position: relative;
  overflow: hidden;
}
.schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schedule .schedule__layout {
  margin: 0 auto;
  padding: 140px 50px;
  max-width: 1220px;
  display: grid;
  gap: 11.6%;
  grid-template-columns: 28px 1fr;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule__layout {
    max-width: 1246px;
    padding: 140px 50px 140px 76px;
  }
}
@media screen and (max-width: 767px) {
  .schedule .schedule__layout {
    padding: 110px 30px;
    gap: 9%;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__layout {
    padding: 80px 22px;
    gap: 6.4%;
  }
}
.schedule .schedule__heading {
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: rotate(90deg) translateY(-28px);
          transform: rotate(90deg) translateY(-28px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__heading {
    margin-top: 61px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__heading {
    padding: 1px 4px;
    gap: 6.4%;
    margin-top: 52px;
  }
}
.schedule .schedule__note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__note {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__note {
    font-size: 12px;
  }
}
.schedule .schedule__note a {
  color: #FD168D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule .schedule__note a:hover {
  opacity: 0.7;
}
.schedule .schedule__note--mt {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__note--mt {
    margin-top: 13px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__note--mt {
    margin-top: 10px;
  }
}
.schedule .schedule__items {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__items {
    margin-top: 12px;
  }
}
.schedule .schedule__item {
  display: grid;
  grid-template-columns: 23.1% 1fr;
  min-height: 464px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__item {
    grid-template-columns: 1fr;
  }
}
.schedule .schedule__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__item:not(:first-child) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__item:not(:first-child) {
    margin-top: 36px;
  }
}
.schedule .schedule__datetime {
  padding: 24px 26px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__datetime {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__datetime {
    padding: 16px;
  }
}
.schedule .schedule__datetime .schedule__date {
  background-color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 6px 7px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__datetime .schedule__date {
    font-size: 22px;
    padding: 4px 6px 6px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__datetime .schedule__date {
    font-size: 16px;
    padding: 3px 6px 5px;
  }
}
.schedule .schedule__datetime .schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__datetime .schedule__time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__datetime .schedule__time {
    gap: 8px;
  }
}
.schedule .schedule__datetime .schedule__time .bar {
  width: 1px;
  height: 16px;
  background-color: #000;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__datetime .schedule__time .bar {
    width: 16px;
    height: 1px;
    margin: 0;
  }
}
.schedule .schedule__datetime .schedule__time .start,
.schedule .schedule__datetime .schedule__time .end {
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.schedule .schedule__datetime .schedule__time .start {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__datetime .schedule__time .start {
    font-size: 16px;
  }
}
.schedule .schedule__datetime .schedule__time .end {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__datetime .schedule__time .end {
    font-size: 17px;
  }
}
.schedule .schedule__main {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__main {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main {
    padding: 16px;
  }
}
.schedule .schedule__main .schedule__youtube {
  margin-top: 18px;
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__youtube {
    margin-top: 16px;
  }
}
.schedule .schedule__main .schedule__youtube .icon {
  display: inline-block;
}
.schedule .schedule__main .schedule__youtube .icon img {
  display: inline-block;
  height: 14px;
  width: auto;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__youtube .icon img {
    height: 13px;
  }
}
.schedule .schedule__main .schedule__youtube .link {
  display: inline-block;
}
.schedule .schedule__main .schedule__youtube .link img {
  display: inline-block;
  min-width: 19px;
  height: 14px;
  width: auto;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__youtube .link img {
    min-width: 17px;
    height: 13px;
  }
}
.schedule .schedule__main .schedule__youtube .link p, .schedule .schedule__main .schedule__youtube .link a {
  font-size: 16px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__youtube .link p, .schedule .schedule__main .schedule__youtube .link a {
    font-size: 15px;
  }
}
.schedule .schedule__main .schedule__youtube .link a {
  word-wrap: anywhere;
  word-break: break-all;
}
.schedule .schedule__main .schedule__youtube .link a span {
  color: #FD168D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.schedule .schedule__main .schedule__youtube .link a:hover span {
  color: #841FE0;
}
.schedule .schedule__main .schedule__title {
  font-size: 18px;
  line-height: 1.3333333333;
  padding: 1px 3px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E5DAC8;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__main .schedule__title {
    font-size: 16px;
    padding: 3px 10px 4px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__title {
    font-size: 15px;
    padding: 2px 8px 3px;
  }
}
.schedule .schedule__main .schedule__performers {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule__main .schedule__performers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .schedule .schedule__main .schedule__performers {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__performers {
    gap: 16px;
  }
}
.schedule .schedule__main .schedule__performers .name {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  line-height: 1.2307692308;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__main .schedule__performers .name {
    margin-top: 11px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__performers .name {
    margin-top: 10px;
    font-size: 13px;
  }
}
.schedule .schedule__main .schedule__performers--row-five {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule__main .schedule__performers--row-five {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .schedule .schedule__main .schedule__performers--row-five .name {
    font-size: 13px;
  }
}
.schedule .schedule__main .schedule__texts {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__main .schedule__texts {
    margin-top: 42px;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__texts {
    margin-top: 40px;
    font-size: 14px;
  }
}
.schedule .schedule__main .schedule__texts p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .schedule .schedule__main .schedule__texts p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .schedule .schedule__main .schedule__texts p {
    font-size: 14px;
  }
}
.schedule .schedule__picture--guest {
  background-color: #BFBFBF;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.schedule--day-6::before {
  background-color: #f1f1f1;
  z-index: -2;
}
.schedule--day-6 .schedule__item .schedule__datetime {
  background-color: #E5DAC8;
}
.schedule--day-6 .schedule__item .schedule__main {
  background-color: #fff;
}
.schedule--day-6 .schedule__paints-yellow {
  position: absolute;
  z-index: -1;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-36.5%);
          transform: translateX(-36.5%);
}
@media screen and (min-width: 1024px) {
  .schedule--day-6 .schedule__paints-yellow {
    top: 41px;
    left: 50%;
    -webkit-transform: translateX(-38%);
            transform: translateX(-38%);
  }
}
.schedule--day-6 .schedule__paints-yellow img {
  min-width: 2480px;
  min-height: 2329px;
}
@media screen and (min-width: 1024px) {
  .schedule--day-6 .schedule__paints-yellow img {
    min-width: 2257px;
    min-height: 2120px;
  }
}

.schedule--day-7::before {
  background-color: #E5DAC8;
  z-index: -2;
}
.schedule--day-7 .schedule__item .schedule__datetime {
  background-color: #F1F1F1;
}
.schedule--day-7 .schedule__item .schedule__main {
  background-color: #fff;
}
.schedule--day-7 .schedule__paints-purple {
  position: absolute;
  z-index: -1;
  top: -43px;
  right: -144px;
}
@media screen and (max-width: 767px) {
  .schedule--day-7 .schedule__paints-purple {
    top: 42px;
    right: auto;
    left: -413px;
  }
}
.schedule--day-7 .schedule__paints-purple img {
  max-width: 1327px;
  min-width: 1327px;
  max-height: 1364px;
  min-height: 1364px;
}
@media screen and (max-width: 767px) {
  .schedule--day-7 .schedule__paints-purple img {
    max-width: 1875px;
    min-width: 1875px;
    max-height: 1933px;
    min-height: 1933px;
  }
}
.schedule--day-7 .schedule__paints-orange {
  position: absolute;
  z-index: -1;
  bottom: 180px;
  left: -80px;
}
@media screen and (max-width: 767px) {
  .schedule--day-7 .schedule__paints-orange {
    bottom: 190px;
    left: -78px;
  }
}
.schedule--day-7 .schedule__paints-orange img {
  max-width: 803px;
  min-width: 803px;
  max-height: 802px;
  min-height: 802px;
}
@media screen and (max-width: 767px) {
  .schedule--day-7 .schedule__paints-orange img {
    max-width: 393px;
    min-width: 393px;
    max-height: 394px;
    min-height: 394px;
  }
}
/*# sourceMappingURL=styles.css.map */
