@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  color: #231f20;
  word-break: break-all;
  background: #f3f2e8;
  overflow-x: hidden;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Vidaloka", serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

.is-pc {
  display: block;
}
@media screen and (max-width: 650px) {
  .is-pc {
    display: none;
  }
}

.about {
  padding: 135px 40px;
  background: url(../img/common/about-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .about {
    padding: 2.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.about__contents {
  max-width: 760px;
  margin: 0 auto 50px;
  writing-mode: vertical-rl;
  background: url(../img/common/about-logo.svg) no-repeat;
  background-size: 407px;
  background-position: center;
  padding: 40px 0;
}
@media screen and (max-width: 650px) {
  .about__contents {
    writing-mode: horizontal-tb;
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 650px) {
  .about__titleArea {
    padding: 40px 0;
    writing-mode: vertical-rl;
    margin: 0 auto;
    background: url(../img/common/about-logo.svg) no-repeat;
    background-size: 246px;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.about .section__subTitle {
  font-size: 10px;
}
@media screen and (max-width: 650px) {
  .about .section__subTitle {
    font-size: 2.1333333333vw;
  }
}
.about .section__title {
  margin-right: 8px;
  margin-left: 64px;
}
@media screen and (max-width: 650px) {
  .about .section__title {
    font-size: 6.4vw;
    margin-left: 0;
    margin-right: 8px;
  }
}
.about h3 {
  color: #920783;
  margin-left: 48px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .about h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
    margin-left: 0;
    line-height: 1.6;
  }
}
.about__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
}
@media screen and (max-width: 650px) {
  .about__text {
    line-height: 2.2;
  }
}

.section__subTitle {
  display: block;
  color: #920783;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .section__subTitle {
    font-size: 4.2666666667vw;
  }
}

.section__title {
  font-size: 32px;
  font-weight: 600;
  color: #920783;
}
@media screen and (max-width: 650px) {
  .section__title {
    font-size: 8.5333333333vw;
  }
}

.more__btn {
  display: block;
  width: 244px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 26.5px;
  border: 1px solid #231815;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  transition: 0.3s ease;
}
.more__btn:hover {
  background: #000;
  opacity: 1;
  color: #fff;
}

.section__titleArea {
  text-align: center;
}
.section__titleArea .title__logo {
  margin-bottom: 10px;
}
.section__titleArea .section__subTitle {
  margin-top: 10px;
  font-weight: 400;
}

.product {
  padding: 64px 20px;
}
@media screen and (max-width: 650px) {
  .product {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.product__inner {
  max-width: 1052px;
  margin: 0 auto;
}
.product__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .product__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 10px;
  }
}
.product__list {
  text-align: center;
}
.product__list--img {
  margin-bottom: 16px;
}
.product__list--title {
  font-size: 16px;
  font-weight: 600;
}

.information {
  padding: 64px 20px;
}
@media screen and (max-width: 650px) {
  .information {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.information__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.information__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .information__lists {
    display: block;
    margin-top: 10.6666666667vw;
    margin-bottom: 17.0666666667vw;
  }
}
.information__list {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .information__list {
    margin-bottom: 10.6666666667vw;
  }
}
.information__list--img {
  margin-bottom: 12px;
}
.information__list--title {
  font-size: 16px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 16px;
  display: block;
}
.information__list--text {
  line-height: 1.7;
  text-align: left;
}

.news {
  padding: 64px 20px;
}
@media screen and (max-width: 650px) {
  .news {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.news__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.news__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .news__lists {
    display: block;
    margin-bottom: 17.0666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.news__list {
  display: block;
}
@media screen and (max-width: 650px) {
  .news__list {
    margin-bottom: 10.6666666667vw;
  }
}
.news__list--img {
  margin-bottom: 12px;
}
.news__list--head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.news__list--head .date {
  color: rgba(35, 24, 21, 0.4);
}
.news__list--head .category {
  color: #920783;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
}
.news__list--title {
  font-size: 16px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 16px;
  display: block;
}
.news__list--text {
  line-height: 1.7;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.event {
  padding: 64px 20px;
}
@media screen and (max-width: 650px) {
  .event {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.event__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.event__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .event__lists {
    display: block;
    margin-bottom: 17.0666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.event__list {
  display: block;
}
@media screen and (max-width: 650px) {
  .event__list {
    margin-bottom: 10.6666666667vw;
  }
}
.event__list--img {
  margin-bottom: 12px;
}
.event__list--head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.event__list--head .date {
  color: rgba(35, 24, 21, 0.4);
}
.event__list--head .category {
  color: #920783;
  font-size: 12px;
  padding: 6px 24px;
  border-radius: 999px;
  background: #fff;
}
.event__list--title {
  font-size: 16px;
  font-weight: 600;
  color: #920783;
  margin-bottom: 16px;
  display: block;
}
.event__list--text {
  line-height: 1.7;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.group {
  padding: 64px 20px;
  background: url(../img/common/about-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .group {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
}
.group__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.group__lists {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1320px) {
  .group__lists {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .group__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10.6666666667vw;
  }
}
.group__list {
  text-align: center;
}
.group__list--title {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  .group__list--title {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.l_home_parallax {
  position: relative;
  overflow: hidden;
  height: 40.571vw;
}

@media screen and (max-width: 768px) {
  .l_home_parallax {
    height: 84.33vw;
  }
}
.c-bg-parallax {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-bg-parallax img {
  top: -35%;
  left: 0;
  width: 120%;
  height: 200%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  .header {
    padding: 4vw 2.1333333333vw;
  }
}
.header__inner {
  display: flex;
  justify-content: flex-end;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 650px) {
  .header__right {
    gap: 4px;
  }
}
.header__logo {
  width: 481px;
  transition: width 0.3s ease;
}
@media screen and (max-width: 1050px) {
  .header__logo {
    width: 360px;
  }
}
@media screen and (max-width: 650px) {
  .header__logo {
    width: 58.4vw;
  }
}
.header__logo img {
  width: 100%;
}
.header__month {
  text-align: center;
}
.header__month span {
  border-radius: 50%;
  color: #f3f2e8;
  font-size: 100px;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 4px solid #f3f2e8;
  background: #231f20;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 6px;
  transition: width 0.3s ease, height 0.3s ease, font-size 0.3s ease, border-width 0.3s ease;
}
@media screen and (max-width: 1050px) {
  .header__month span {
    width: 120px;
    height: 120px;
    font-size: 80px;
  }
}
@media screen and (max-width: 650px) {
  .header__month span {
    width: 19.2vw;
    height: 19.2vw;
    font-size: 13.8666666667vw;
    border: 2px solid #f3f2e8;
  }
}
.header__month p {
  color: #231f20;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  letter-spacing: -0.1em;
  transition: font-size 0.3s ease;
}
@media screen and (max-width: 1050px) {
  .header__month p {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .header__month p {
    font-size: 3.2vw;
  }
}
.header.header--compact .header__logo {
  width: 272px;
}
@media screen and (max-width: 1050px) {
  .header.header--compact .header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 650px) {
  .header.header--compact .header__logo {
    width: 36.8vw;
  }
}
.header.header--compact .header__month span {
  width: 90px;
  height: 90px;
  font-size: 60px;
  border-width: 2px;
}
@media screen and (max-width: 1050px) {
  .header.header--compact .header__month span {
    width: 80px;
    height: 80px;
    font-size: 52px;
  }
}
@media screen and (max-width: 650px) {
  .header.header--compact .header__month span {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    font-size: 8.5333333333vw;
  }
}
.header.header--compact .header__month p {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .header.header--compact .header__month p {
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .header.header--compact .header__month p {
    font-size: 2.6666666667vw;
  }
}

.leftNav {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 200;
}
@media screen and (max-width: 1050px) {
  .leftNav {
    display: none;
  }
}
.leftNav__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- ハンバーガーボタン --- */
.header__btns {
  --size: 50px;
  width: var(--size);
  height: 40px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  left: 40px;
  top: 30px;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: fixed;
  z-index: 999;
  /* ボタンはヘッダーより上（クリック確実に） */
}
@media screen and (max-width: 650px) {
  .header__btns {
    top: 4vw;
    left: 4vw;
  }
}

/* 3本線 */
.header__btns span {
  display: block;
  width: 100%;
  height: 5px;
  background: #231f20;
  transition: transform 0.32s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.2s linear;
  transform-origin: center;
  position: relative;
  margin: 2px 0;
}

.header__btns span:nth-child(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.header__btns span:nth-child(2) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.header__btns span:nth-child(3) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* open state -> X */
.header__btns.open span:nth-child(1) {
  transform: translateY(8px) rotate(35deg);
  background: #fff;
  border-radius: 0;
}

.header__btns.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.2);
}

.header__btns.open span:nth-child(3) {
  transform: translateY(-18px) rotate(-35deg);
  background: #fff;
  border-radius: 0;
}

/* optional: スクロール時でもメニュー内はタッチ/スクロール可能 */
.hamburger__menu nav {
  -webkit-overflow-scrolling: touch;
}

/* small cosmetic: focus styles */
.header__btn:focus {
  outline: 2px solid #dbeafe;
  outline-offset: 3px;
  border-radius: 6px;
}

.hamburger__menu a:focus {
  outline: 2px solid #fcefc0;
  outline-offset: 4px;
}

/* --- ナビ（スライドパネル）--- */
.hamburger__menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* default mobile: full */
  max-width: 100%;
  background: #231f20;
  transform: translateX(-100%);
  transition: transform 0.34s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 998;
  /* ヘッダーより下（ヘッダーが上に出る） */
  overflow: auto;
  padding: 40px 20px;
  /* ヘッダー分の余白を確保 */
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu {
    padding: 10.6666666667vw 10.6666666667vw 41.6vw;
    display: block;
  }
}
.hamburger__menu::-webkit-scrollbar {
  display: none;
}
.hamburger__menu--inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--inner {
    display: block;
  }
}
.hamburger__menu--logo {
  width: 293px;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--logo {
    width: 42.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--logo {
    width: 58.4vw;
  }
}
.hamburger__menu--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--sns {
    margin: 4.2666666667vw auto 9.6vw;
  }
  .hamburger__menu--sns img {
    height: 6.9333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--sns img {
    height: 8.5333333333vw;
  }
}
.hamburger__menu--nav {
  display: flex;
  gap: 56px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--nav {
    padding: 0 8vw 0 21.3333333333vw;
    display: block;
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--nav {
    padding: 0 8vw;
    display: block;
    margin-bottom: 9.6vw;
  }
}
.hamburger__menu--nav ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--nav ul {
    gap: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--nav ul {
    gap: 4.5333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--nav ul img {
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--nav ul img {
    height: 5.3333333333vw;
  }
}
.hamburger__menu--subMenu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--subMenu ul {
    padding: 0 8vw 0 21.3333333333vw;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--subMenu ul {
    padding: 0 8vw;
    gap: 16px;
  }
}
.hamburger__menu--subMenu li a {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu--subMenu li a {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__menu--subMenu li a {
    font-size: 3.2vw;
  }
}
.hamburger__menu--subMenu li a::before {
  content: "";
  height: 5px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f3f2e8;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.hamburger__menu .footer__search input {
  padding: 10px 28px 10px 70px;
}
@media screen and (max-width: 1050px) {
  .hamburger__menu .footer__search input {
    width: 80%;
    padding: 10px 20px 10px 52px;
  }
}
.hamburger__menu .footer__search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M6 6L14 14M14 6L6 14' stroke='%23B5B5B5' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.hamburger__menu .footer__search button {
  padding: 10px 10px;
  font-size: 24px;
}
@media screen and (max-width: 650px) {
  .hamburger__menu .footer__search button {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}

.hamburger__menu.active {
  transform: translateX(0);
}

.hamburger__menu nav ul {
  list-style: none;
}

.footer {
  padding: 60px 60px;
  box-sizing: border-box;
  background: #231f20;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .footer {
    padding: 10.6666666667vw 6.6666666667vw 13.3333333333vw;
  }
}
.footer__inner {
  max-width: 95%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .footer__inner {
    display: block;
  }
}
.footer__main {
  width: 30%;
}
@media screen and (max-width: 1050px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .footer__logo {
    width: 42.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .footer__logo {
    width: 58.4vw;
    margin: 0 auto;
  }
}
.footer__sns {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .footer__sns {
    margin: 4.2666666667vw auto 9.6vw;
  }
  .footer__sns img {
    height: 6.9333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .footer__sns img {
    height: 8.5333333333vw;
  }
}
.footer__sub {
  width: 65%;
}
@media screen and (max-width: 1050px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__search {
  margin-bottom: 44px;
}
@media screen and (max-width: 650px) {
  .footer__search {
    margin-bottom: 36px;
  }
}
.footer__search form {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1050px) {
  .footer__search form {
    gap: 6px;
    justify-content: center;
  }
}
.footer__search input {
  background: #fff;
  width: 520px;
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
  padding: 0 28px 0 70px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  border: none;
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: 28px center;
  background-size: 25px;
}
@media screen and (max-width: 1050px) {
  .footer__search input {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .footer__search input {
    width: 75%;
    padding: 0 20px 0 52px;
    height: 44px;
    background-position: 16px center;
    line-height: 44px;
    font-size: 16px;
  }
}
.footer__search input::placeholder {
  color: #cacaca;
  font-weight: bold;
  font-size: inherit;
}
.footer__search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M6 6L14 14M14 6L6 14' stroke='%23B5B5B5' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.footer__search button {
  background: #6a90f6;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
  box-sizing: border-box;
  height: 60px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}
@media screen and (max-width: 650px) {
  .footer__search button {
    width: 20%;
    height: 44px;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.footer__nav {
  display: flex;
  gap: 56px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .footer__nav {
    padding: 0 8vw 0 21.3333333333vw;
    display: block;
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .footer__nav {
    padding: 0 8vw;
    display: block;
    margin-bottom: 9.6vw;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1050px) {
  .footer__nav ul {
    gap: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 650px) {
  .footer__nav ul {
    gap: 4.5333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
@media screen and (max-width: 1050px) {
  .footer__nav ul img {
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .footer__nav ul img {
    height: 5.3333333333vw;
  }
}
.footer__subMenu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1050px) {
  .footer__subMenu ul {
    padding: 0 8vw 0 21.3333333333vw;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .footer__subMenu ul {
    padding: 0 8vw;
    gap: 16px;
  }
}
.footer__subMenu li a {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1050px) {
  .footer__subMenu li a {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 650px) {
  .footer__subMenu li a {
    font-size: 3.2vw;
  }
}
.footer__subMenu li a {
  color: #fff;
}
.footer__subMenu li a::before {
  content: "";
  height: 5px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f3f2e8;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.footer__copyWrap {
  overflow: hidden;
}
.footer__copy {
  position: absolute;
  right: -20px;
  bottom: 100px;
  transform: rotate(90deg);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1050px) {
  .footer__copy {
    font-size: 3.2vw;
    right: -50px;
    bottom: 130px;
  }
}
@media screen and (max-width: 650px) {
  .footer__copy {
    right: -30px;
    bottom: 80px;
  }
}
.footer__copy small {
  font-family: "futura-pt-condensed", sans-serif;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

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