@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

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

a {
  text-decoration: none; }

*, *::before, *::after {
  box-sizing: border-box; }

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto; }

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

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

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #000000;
  line-height: 1;
  background: #F4F5F7; }

body, html {
  overflow-x: scroll; }

/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1; }

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.l-wrapper {
  max-width: 1000px;
  margin: 0 auto; }

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper {
    max-width: 90%; } }
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none; }
.c-float a {
  display: block;
  padding: 20px;
  width: 230px;
  transition: all 0.3s ease 0s; }
.c-float a:nth-child(1) {
  background: url(../img/mask.png) no-repeat;
  background-color: #009BBE;
  background-size: cover;
  background-position: center;
  margin-bottom: 6px;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: solid 1px #009BBE; }
.c-float a:nth-child(2) {
  background: #fff;
  border: solid 1px #000000; }
.c-float a:nth-child(2) span {
  color: #000000; }
.c-float a:hover {
  opacity: 0.7; }
.c-float span {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center; }
.c-float img {
  width: 3px;
  display: block;
  margin-inline: auto; }

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  .c-float {
    width: 100%;
    right: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .c-float .flex {
    width: 100%;
    display: flex; }
  .c-float a {
    width: 50%; }
  .c-float a:nth-child(1) {
    margin: 0; } }
/*
  footer
————————————————————————————————————————— */
.p-footer {
  padding: 40px 0;
  text-align: center; }
.p-footer small {
  font-size: 0.75rem; }

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer {
    padding: 30px 0 90px; } }
/*
  header
————————————————————————————————————————— */
.p-header {
  background: #fff;
  padding: 40px; }
.p-header .logo {
  width: 280px;
  margin-inline: auto; }

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-header {
    padding: 22px; }
  .p-header .logo {
    width: 160px; } }
/*
  top
————————————————————————————————————————— */
.p-mainvisual {
  position: relative; }
.p-mainvisual .logo {
  width: 37%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }
.p-mainvisual .scrollDown {
  position: absolute;
  left: 20px;
  bottom: 20px; }
.p-mainvisual .scrollDown:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%); }
.p-mainvisual .scrollDown a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 3px 90px;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto; }
.p-mainvisual .scrollDown a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #000; }
.p-mainvisual .scrollDown a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
.p-mainvisual .scrollDown a:hover {
  opacity: .5; }
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.p-mainvisual .floatBanner {
  width: 27%;
  max-width: 360px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10; }
.p-mainvisual .floatBanner a {
  transition: all 0.3s ease 0s; }
.p-mainvisual .floatBanner a:hover {
  opacity: 0.7; }

.p-about {
  padding: 100px 0;
  text-align: center;
  position: relative; }
.p-about:after {
  content: '';
  display: inline-block;
  background: url(../img/freedia-illust.png) no-repeat;
  background-size: contain;
  aspect-ratio: 363 / 131;
  width: 94%;
  max-width: 1090px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1; }
.p-about h1 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.8;
  margin-bottom: 50px; }
.p-about .lead {
  font-size: 1.125rem;
  line-height: 2.2; }

.p-performance .bg img {
  width: 100%;
  aspect-ratio: 1366 / 521; }
.p-performance .content {
  background: #fff;
  padding: 40px 30px;
  margin-top: -170px;
  position: relative;
  z-index: 2; }
.p-performance h2 {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #009BBE;
  margin-bottom: 32px; }
.p-performance .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 55px; }
.p-performance .copy span {
  font-size: 4.3125rem;
  font-weight: 500; }
.p-performance .copy img {
  width: 92px; }
.p-performance .flex {
  display: flex;
  gap: 80px; }
.p-performance .box {
  width: 100%;
  position: relative; }
.p-performance .box:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #DBDBDB;
  position: absolute;
  top: 0;
  right: -40px; }
.p-performance h3 {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  background: #009BBE;
  padding: 4px 12px;
  margin-bottom: 14px; }
.p-performance p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 27px; }
.p-performance h4 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px; }
.p-performance .illust {
  background: #FAF3E7;
  padding: 38px 20px; }
.p-performance ul {
  display: flex;
  flex-direction: column;
  gap: 8px; }
.p-performance ul li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 14px; }
.p-performance ul li:after {
  content: '';
  display: inline-block;
  background: #C3A743;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%; }

.p-beauty {
  padding-top: 100px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */ }
.p-beauty h2 {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #009BBE;
  margin-bottom: 32px; }
.p-beauty .lead {
  font-size: 1.125rem;
  line-height: 2.2;
  text-align: center; }
.p-beauty .content {
  padding: 45px 60px;
  border: solid 1px #000;
  margin-top: 60px; }
.p-beauty .box {
  padding-top: 100px; }
.p-beauty .box:first-child {
  padding-top: 0; }
.p-beauty .head {
  display: grid;
  gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 220px 1fr; }
.p-beauty .image {
  width: 220px;
  grid-row: 1 / 3;
  grid-column: 1 / 2; }
.p-beauty .text {
  grid-row: 2 / 3;
  grid-column: 2 / 3; }
.p-beauty .text p {
  font-size: 0.875rem;
  line-height: 1.8; }
.p-beauty h3 {
  font-size: 1rem;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding-top: 12px;
  padding-bottom: 12px;
  grid-row: 1 / 2;
  grid-column: 2 / 3; }
.p-beauty h3 span {
  font-size: 0.75rem;
  color: #9EA6A6; }
.p-beauty h4 {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 26px; }
.p-beauty h4 span {
  font-weight: 500;
  font-size: 1.3125rem;
  color: #9EA6A6;
  display: block; }
.p-beauty .button {
  background: url(../img/mask.png) no-repeat;
  background-color: #009BBE;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px;
  margin-inline: auto;
  margin-top: 35px;
  width: 230px;
  outline: 1px solid #fff;
  outline-offset: -4px;
  transition: all 0.3s ease 0s; }
.p-beauty .button:nth-child(1) {
  margin-bottom: 6px; }
.p-beauty .button:hover {
  opacity: 0.7; }
.p-beauty .button span {
  font-size: 0.75rem;
  color: #fff;
  display: block; }
.p-beauty .button img {
  width: 11px;
  display: block; }
.p-beauty .slide {
  position: relative; }
.p-beauty .swiper {
  width: calc(100% - 100px);
  margin-top: 26px; }
.p-beauty .swiper img {
  width: 100%; }
.p-beauty .swiper-button-prev, .p-beauty .swiper-button-next {
  height: 30px;
  width: 30px; }
.p-beauty .swiper-button-prev {
  left: 0; }
.p-beauty .swiper-button-next {
  right: 0; }
.p-beauty .swiper-button-prev::after, .p-beauty .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px; }
.p-beauty .swiper-button-prev::after {
  background-image: url(../img/slide-arrow_l.png); }
.p-beauty .swiper-button-next::after {
  background-image: url(../img/slide-arrow_r.png); }

.p-exhibition {
  padding-top: 120px; }
.p-exhibition h2 {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #009BBE;
  margin-bottom: 32px; }
.p-exhibition .lead {
  font-size: 1.125rem;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 54px; }
.p-exhibition ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 55px 40px; }
.p-exhibition .image {
  margin-bottom: 26px; }
.p-exhibition h3 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 18px; }
.p-exhibition address {
  font-size: 0.875rem;
  line-height: 1.6; }
.p-exhibition .cta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 18px; }
.p-exhibition .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: solid 1px #000000;
  width: 210px;
  padding: 18px; }
.p-exhibition .tel span {
  font-weight: 700;
  font-size: 1.1875rem;
  color: #000000;
  display: block; }
.p-exhibition .tel img {
  width: 18px;
  display: block; }
.p-exhibition .button {
  background: url(../img/mask.png) no-repeat;
  background-color: #009BBE;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  width: 210px;
  outline: 1px solid #fff;
  outline-offset: -4px;
  transition: all 0.3s ease 0s; }
.p-exhibition .button:nth-child(1) {
  margin-bottom: 6px; }
.p-exhibition .button:hover {
  opacity: 0.7; }
.p-exhibition .button span {
  font-size: 0.9375rem;
  color: #fff;
  display: block; }
.p-exhibition .button img {
  width: 15px;
  display: block; }

.p-cta {
  margin-top: 140px; }
.p-cta a {
  background: url(../img/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 70px;
  transition: all 0.3s ease 0s; }
.p-cta a:hover {
  opacity: 0.7; }
.p-cta .text {
  width: 100%; }
.p-cta h2 {
  font-weight: 500;
  font-size: 2.1875rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px; }
.p-cta h2 span {
  font-size: 1.75rem;
  display: block; }
.p-cta .logo {
  width: 200px;
  margin-inline: auto; }
.p-cta .logo img {
  filter: brightness(0) invert(1); }
.p-cta .button {
  margin-top: 60px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  gap: 22px; }
.p-cta .button span {
  font-size: 1.25rem;
  color: #fff; }
.p-cta .button img {
  width: 6px;
  height: auto;
  object-fit: contain; }
.p-cta .image {
  width: 100%; }

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-mainvisual .logo {
    width: 48%; }
  .p-mainvisual .scrollDown {
    left: 12px;
    bottom: 12px; }
  .p-mainvisual .scrollDown:after {
    height: 80%; }
  .p-mainvisual .scrollDown a {
    width: 13px;
    padding: 10px 3px 58px;
    font-size: 0.625rem; }
  .p-mainvisual .scrollDown a:before {
    height: 50px; }
  .p-mainvisual .scrollDown a:after {
    height: 50px; }

  .p-banner {
    margin-top: 20px; }

  .p-about {
    padding: 45px 0 55px; }
  .p-about:after {
    top: 50px;
    transform: translateY(0) translateX(-50%); }
  .p-about h1 {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 22px; }
  .p-about .lead {
    font-size: 0.8125rem;
    line-height: 2.2; }

  .p-performance .bg img {
    aspect-ratio: 376 / 149; }
  .p-performance .content {
    padding: 24px 15px;
    margin-top: -37px; }
  .p-performance h2 {
    font-size: 1.125rem;
    margin-bottom: 26px; }
  .p-performance .copy {
    gap: 20px;
    margin-bottom: 35px; }
  .p-performance .copy span {
    font-size: 2.375rem; }
  .p-performance .copy img {
    width: 33px; }
  .p-performance .flex {
    flex-direction: column;
    gap: 44px; }
  .p-performance .box:first-child:after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: -22px;
    right: unset;
    left: 0; }
  .p-performance h3 {
    font-size: 0.875rem; }
  .p-performance p {
    margin-bottom: 14px; }
  .p-performance h4 {
    font-size: 1rem;
    margin-bottom: 10px; }
  .p-performance .illust {
    padding: 15px 10px; }
  .p-performance ul li {
    font-size: 0.8125rem; }
  .p-performance ul li:after {
    top: 6px; }

  .p-beauty {
    padding-top: 40px; }
  .p-beauty h2 {
    font-size: 1.5rem;
    margin-bottom: 20px; }
  .p-beauty .lead {
    font-size: 0.875rem; }
  .p-beauty .content {
    padding: 40px 15px;
    margin-top: 37px; }
  .p-beauty .box {
    padding-top: 80px; }
  .p-beauty .head {
    gap: 22px;
    grid-template-rows: auto;
    grid-template-columns: auto; }
  .p-beauty .image {
    width: 220px;
    margin-inline: auto;
    grid-row: unset;
    grid-column: unset; }
  .p-beauty .text {
    grid-row: unset;
    grid-column: unset; }
  .p-beauty h3 {
    grid-row: 1 / 2;
    grid-column: unset; }
  .p-beauty h4 {
    margin-bottom: 22px; }
  .p-beauty .swiper {
    width: calc(100% - 40px); }

  .p-exhibition {
    padding-top: 45px; }
  .p-exhibition h2 {
    font-size: 1.125rem;
    margin-bottom: 20px; }
  .p-exhibition .lead {
    font-size: 0.875rem;
    margin-bottom: 32px; }
  .p-exhibition ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px; }
  .p-exhibition .image {
    margin-bottom: 22px; }
  .p-exhibition h3 {
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .p-exhibition .cta {
    margin-top: 22px; }
  .p-exhibition .tel {
    width: 155px;
    height: 36px;
    padding: 10px; }
  .p-exhibition .tel span {
    font-size: 0.875rem; }
  .p-exhibition .tel img {
    width: 14px; }
  .p-exhibition .button {
    padding: 10px;
    width: 155px;
    height: 36px; }
  .p-exhibition .button span {
    font-size: 0.75rem; }
  .p-exhibition .button img {
    width: 12px; }

  .p-cta {
    margin-top: 60px; }
  .p-cta a {
    padding: 40px 15px;
    flex-direction: column-reverse;
    gap: 20px; }
  .p-cta .image {
    max-width: 210px;
    margin-inline: auto; }
  .p-cta .text {
    width: 100%; }
  .p-cta h2 {
    font-size: 1.75rem;
    margin-bottom: 20px; }
  .p-cta h2 span {
    font-size: 1.25rem; }
  .p-cta .logo {
    width: 155px; }
  .p-cta .button {
    margin-top: 50px; }
  .p-cta .button span {
    font-size: 0.9375rem; }
  .p-cta .button img {
    width: 5px; } }
/*
  utillity
————————————————————————————————————————— */
.u-color {
  color: #009BBE; }

.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px); }

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px; }

.u-sp-none992 {
  display: none; }

.u-sp-none768 {
  display: none; }

.u-sp-none576 {
  display: none; }

.u-m-auto {
  margin: 0 auto; }

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

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.u-fade {
  opacity: 0;
  transition: all 1s ease; }

.u-fade.is-active {
  opacity: 1;
  transform: none; }

.u-fade-up {
  transform: translate(0, 50px); }

.u-fade-lr {
  transform: translate(-100px, 0); }

.u-fade-rl {
  transform: translate(100px, 0); }

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block; }

  .u-pc-none992 {
    display: none; }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none; } }
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block; }

  .u-pc-none768 {
    display: none; } }
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block; }

  .u-pc-none576 {
    display: none; } }
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px; } }

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