@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --wh: #fff;
  --red: #aa2f4c;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

a,
button {
  cursor: revert;
  padding: 0;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

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

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* ====================================================
HTML
==================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #222222;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 1vw + 0.75rem, 1.5rem);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  background: #fff;
  overflow-x: hidden;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.inner--1400 {
  max-width: 1400px;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}

img {
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
  display: block;
}

time {
  color: var(--red);
  font-size: 12px;
}

button {
  border: none;
  background-color: #f1f1f1;
}

.c-ft--en {
  background-image: linear-gradient(124deg, rgb(110, 0, 12), rgb(207, 26, 77));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-instagram {
  background-image: linear-gradient(124deg, rgb(110, 0, 12), rgb(207, 26, 77));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link--view-more {
  font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 3;
  width: 100%;
  max-width: 200px;
  padding-left: 5px;
  position: relative;
  z-index: 0;
}
.link--view-more::before, .link--view-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.link--view-more::after {
  background: #222;
}
.link--view-more::after, .link--view-more:hover::before {
  transition: transform 0.4s ease, background-color 0.4s ease;
  transform-origin: 100% 50%;
  transform: scaleX(0);
}
.link--view-more:hover::after {
  transition: transform 0.4s ease 0.2s, background-color 0.4s ease;
  transform-origin: 0 50%;
  transform: scaleX(1);
}

.btn--view-more {
  display: block;
  width: 8rem;
  height: 8rem;
  border: 1px solid #bbbbbb;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.btn--view-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/common/arrow.webp) no-repeat;
  background-position: 50% 50%;
  background-size: 35%;
}
.btn--view-more:hover::before {
  animation: arrowSlide 0.5s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}
@keyframes arrowSlide {
  0% {
    background-position: 50% 50%;
    opacity: 1;
  }
  25% {
    background-position: 120% 50%;
    opacity: 0;
  }
  50% {
    background-position: 0 50%;
    opacity: 0;
  }
  75% {
    background-position: 0 50%;
    opacity: 0;
  }
  100% {
    background-position: 50% 50%;
    opacity: 1;
  }
}

.arrowSlide:hover .btn--view-more::before {
  animation: arrowSlide 0.5s normal cubic-bezier(0.1, -0.6, 0.2, 0);
}

.rolle-effect {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.rolle-effect:hover {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

.rotate-text {
  display: inline-block;
}

.rotate-text:hover {
  animation: rotate 0.5s forwards;
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* ====================================================
SWIPER
==================================================== */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ====================================================
LOADING
==================================================== */
body {
  animation: fadeIn 2s ease-out 0 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ====================================================
breadcrumb
==================================================== */
.breadcrumb {
  padding: 22.5rem 5.5rem 5rem;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 10rem 4rem 4rem;
  }
}
@media screen and (max-width: 834px) {
  .breadcrumb {
    padding: 5rem 5% 2rem;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    padding: 8rem 5% 2rem;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
}
.breadcrumb__list-item.--home {
  display: flex;
  align-items: center;
}
.breadcrumb__list-item.--home::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ddd;
  margin: 0 5px;
}
.breadcrumb__list-item:not(:last-child) {
  display: flex;
  align-items: center;
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ddd;
  margin: 0 5px;
}

/* yoast bread crumb */
#breadcrumbs span {
  display: flex;
  align-items: center;
}
#breadcrumbs span span a {
  display: flex;
  align-items: center;
}
#breadcrumbs span span a::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ddd;
  margin: 0 5px;
}

.aioseo-breadcrumbs {
  display: flex;
  align-items: center;
}

.aioseo-breadcrumb-separator::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ddd;
  margin: 0 5px;
}

/* ====================================================
Pagination
==================================================== */
.pagination {
  padding: 8rem 0 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
}
@media screen and (max-width: 1200px) {
  .pagination {
    padding: 4rem 0 7rem;
  }
}
@media screen and (max-width: 834px) {
  .pagination {
    padding: 4rem 0 4rem;
  }
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.pagination .prev::before {
  background: url(../img/common/left-arrow.png) no-repeat center/9px 13px;
}
.pagination .next::before {
  background: url(../img/common/right-arrow.png) no-repeat center/9px 13px;
}
.pagination .current {
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ====================================================
SideBar
==================================================== */
.archivelist {
  padding: 0 0 12rem;
  /* アーカイブリスト */
}
@media screen and (max-width: 1200px) {
  .archivelist {
    padding: 0 0 6rem;
  }
}
.archivelist-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 3rem 0;
}
@media screen and (max-width: 834px) {
  .archivelist-panel {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .archivelist-panel {
    padding: 1rem 0;
  }
}
.archivelist-panel:last-child {
  border-bottom: 1px solid #eee;
}
.archivelist-panel:not(.open)::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../img/common/down-arrow.png) no-repeat center/contain;
}
.archivelist-panel.up {
  transition: all 0.3s ease;
}
.archivelist-panel.up::after {
  transform: rotate(180deg);
}
.archivelist-heading {
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 210px;
}
.archivelist-heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--red);
}
.archivelist-ct, .archivelist-ah, .archivelist-tag {
  width: 100%;
}
.archivelist-ah, .archivelist-tag {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.archivelist .archive-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.archivelist .cat-item {
  background-color: #eee;
  border-radius: 18px;
  padding: 5px 15px;
}
.archivelist .cat-item.current {
  background-color: #222;
}
.archivelist .cat-item.current a {
  color: var(--wh);
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Header
==================================================== */
/* ====================================================
Footer
==================================================== */
/* ====================================================
Pages
==================================================== */
/* ====================================================
INDEX G-NAV
==================================================== */
body.open {
  overflow: hidden;
}

.main-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding: 2rem 0;
  font-family: "Mulish", sans-serif;
}
@media screen and (max-width: 834px) {
  .main-header {
    position: fixed;
    width: 100%;
    height: 70px;
    padding: 1rem 0 0;
  }
}
.main-header__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  transition: all 0.5s linear;
}
@media screen and (max-width: 834px) {
  .main-header__inner {
    display: flex;
    justify-content: center;
    position: static;
    z-index: 5;
  }
}
.main-header__logo {
  width: 100%;
  max-width: 75px;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .main-header__logo {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .main-header__logo {
    max-width: 35px;
  }
}
.main-header__navinner {
  position: relative;
  display: block;
}
@media screen and (max-width: 834px) {
  .main-header__navinner {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 834px) {
  .main-header__navGlobal {
    opacity: 0;
  }
}
.main-header__mobile-btn {
  display: none;
  background-color: #101010;
  color: var(--wh);
  border-radius: 30px;
  width: 100%;
  max-width: 100px;
  height: auto;
  padding: 3px 1rem;
  text-align: center;
  font-size: 24px;
  font-family: "Kalnia", serif;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .main-header__mobile-btn {
    font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
    height: auto;
    display: block;
    position: absolute;
    right: 2rem;
    max-width: 80px;
  }
}
.main-header__menu {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-header__menu-item a {
  display: inline-block;
}
.main-header__menu-item.--recruit {
  position: relative;
}
.main-header__menu-item.--recruit .list-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--red);
  transition: transform 0.4s ease;
  left: -21px;
  top: 9px;
}
.main-header__menu-item.--recruit .list-line:nth-of-type(1) {
  width: 15px;
  height: 2px;
  transform: translate(0, -50%);
}
.main-header__menu-item.--recruit .list-line:nth-of-type(2) {
  width: 2px;
  height: 15px;
  transform: translate(300%, -50%);
}
.main-header__menu-item.--recruit:hover .list-line:nth-of-type(1) {
  background-color: transparent;
}
.main-header__menu-item.--recruit:hover .list-line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main-header__menu-item.--recruit:hover .menu-sub {
  visibility: visible;
  transition: all 1s ease;
}
.main-header .menu-sub {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: -18px;
  left: calc(-100% - 36px);
  visibility: hidden;
  transition: visibility 0.3s ease-out;
}
@media screen and (max-width: 834px) {
  .main-header .menu-sub {
    left: calc(-50% - 36px - 18px);
  }
}
@media screen and (max-width: 640px) {
  .main-header .menu-sub {
    top: -195%;
    left: auto;
    right: 0%;
  }
}
.main-header .menu-sub-item:before {
  content: "・";
  color: var(--red);
  font-size: 18px;
}
.main-header .menu-sub-item::after {
  content: "\f1e1";
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.main-header__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .main-header__sns {
    margin-top: 3rem;
  }
}
.main-header__sns-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--red);
  font-size: 14px;
  line-height: 1.8;
}
.main-header__sns-item-link i {
  font-size: 23px;
}
.main-header__copyright {
  opacity: 0;
  color: #999;
}

/* SP OPEN Animation */
@media screen and (max-width: 834px) {
  .main-header.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
  }
  .main-header.open .main-header__wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(24px);
    transition: width 0.5s linear;
    z-index: -1;
  }
  .main-header.open .main-header__inner {
    position: relative;
  }
  .main-header.open .main-header__mobile-btn {
    position: absolute;
  }
  .main-header.open .main-header__navinner {
    transform: translateX(0);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .main-header.open .main-header__navGlobal {
    opacity: 1;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.5s ease-in 1s;
  }
  .main-header.open .main-header__menu-item {
    margin-bottom: 3rem;
  }
  .main-header.open .main-header__sns {
    flex-direction: row;
  }
  .main-header.open .main-header__sns-item-link {
    flex-direction: row;
    gap: 1rem;
  }
  .main-header.open .main-header__copyright {
    opacity: 1;
    padding: 5rem 0 15rem 13%;
    border-top: 1px solid #ddd;
    transition: opacity 1.5s ease-out 1s;
  }
}
@media screen and (max-width: 834px) and (max-height: 700px) {
  .main-header.open .main-header__copyright {
    padding: 1rem 0 10rem 13%;
  }
}
/* ====================================================
INDEX MV
==================================================== */
.top-mv {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 800px;
  background: url(../img/index/fv-bg.webp) no-repeat left top/cover;
  /* TOP FV Fade Slider */
}
@media screen and (max-width: 1200px) {
  .top-mv {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-mv {
    padding: 0;
    height: 100svh;
    background: url(../img/index/fv-bg-sp.webp) no-repeat left top/cover;
    padding: 7.5rem 5%;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .top-mv {
    padding: 7.5rem 5% 5rem;
  }
}
@media screen and (max-width: 834px) and (max-width: 450px) {
  .top-mv {
    padding: 7.5rem 5% 3.5rem;
  }
}
.top-mv__wrapper {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .top-mv__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .top-mv__wrapper {
    gap: 5rem;
  }
}
@media screen and (max-width: 450px) {
  .top-mv__wrapper {
    gap: 3.5rem;
  }
}
@media screen and (max-width: 374px) {
  .top-mv__wrapper {
    gap: 3rem;
  }
}
.top-mv__img {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-mv__img {
    padding: 0 5%;
    width: 100%;
  }
}
.top-mv .swiper-wrapper {
  width: 690px;
}
@media screen and (max-width: 834px) {
  .top-mv .swiper-wrapper {
    width: 100%;
    height: 360px;
    aspect-ratio: 450/360;
    -o-object-position: center top;
       object-position: center top;
    overflow: hidden;
    margin: 0 auto;
  }
}
.top-mv .swiper-slide {
  width: auto;
  width: 100%;
}
.top-mv .swiper-slide__item {
  width: 690px;
}
@media screen and (max-width: 834px) {
  .top-mv .swiper-slide__item {
    width: 100%;
    height: 360px;
  }
}
.top-mv .swiper-slide__item img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .top-mv .swiper-slide__item img {
    height: 360px;
    aspect-ratio: 450/360;
    -o-object-position: center top;
       object-position: center top;
  }
}
.top-mv__content {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
  padding-left: 4%;
}
@media screen and (max-width: 834px) {
  .top-mv__content {
    position: static;
    padding-left: 0;
    transform: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-mv__content-ttl {
  font-size: 120px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  letter-spacing: -0.4rem;
}
@media screen and (max-width: 1200px) {
  .top-mv__content-ttl {
    font-size: 80px;
    font-size: 10vw;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__content-ttl {
    font-size: 13vw;
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .top-mv__content-ttl {
    font-size: 10vw;
  }
}
.top-mv__content-ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  padding-right: 1rem;
}
.top-mv__content-ttl span._01 {
  padding-left: 0;
  overflow: visible;
}
.top-mv__content-ttl span._02 {
  padding-left: 30%;
  overflow: visible;
}
.top-mv__content-ttl span._03 {
  padding-left: 10%;
  overflow: visible;
}
.top-mv__content-desc {
  color: #c11644;
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 5%;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .top-mv__content-desc {
    font-size: 18px;
  }
}
.top-mv .swiper-slide-active .swiper-slide__item,
.top-mv .swiper-slide-duplicate-active .swiper-slide__item,
.top-mv .swiper-slide-prev .swiper-slide__item {
  animation: zoomDown 6s linear 0s normal both;
}
@keyframes zoomDown {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* ====================================================
INDEX NEWS
==================================================== */
.top-news {
  padding: 10rem 0 20rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .top-news {
    padding: 5rem 0 10rem;
  }
}
@media screen and (max-width: 834px) {
  .top-news {
    padding: 7rem 0 5rem;
  }
}
@media screen and (max-width: 640px) {
  .top-news {
    padding: 7rem 0 5rem;
  }
}
.top-news__wrapper {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .top-news__wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.top-news__ttl {
  width: 30%;
  max-width: 360px;
}
@media screen and (max-width: 1200px) {
  .top-news__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
  .top-news__ttl .link--view-more {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .top-news__ttl .link--view-more {
    display: none;
  }
}
.top-news__under {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top-news__under {
    display: block;
  }
}
.top-news__heading {
  font-size: 60px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-news__heading {
    font-size: clamp(2.4rem, 2vw + 1rem, 3rem);
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-news__heading {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top-news__heading {
    margin-bottom: 1rem;
  }
}
.top-news__list {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .top-news__list {
    width: 100%;
  }
}
.top-news__list-item-lrwrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 2rem 0;
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-news__list-item-lrwrap {
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-news__list-item-lrwrap {
    gap: 2rem;
    flex-direction: row;
    position: relative;
    padding: 2rem 0 4rem;
  }
}
@media screen and (max-width: 640px) {
  .top-news__list-item-lrwrap {
    gap: 1rem;
    padding: 2rem 0 7rem;
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .top-news__list-item-lrwrap {
    flex-direction: column;
  }
}
.top-news__list-item-img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
}
@media screen and (max-width: 640px) {
  .top-news__list-item-img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-news__list-item-img-wrap {
    width: 100%;
  }
}
.top-news__list-item-wrap {
  max-width: 590px;
  line-height: 2;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .top-news__list-item-wrap {
    max-width: 100%;
  }
}
.top-news__list-item-ttl {
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.top-news__list-item-txt {
  font-size: clamp(1.3rem, 1vw + 0.75rem, 1.5rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.top-news__list-item-link {
  width: 55px;
  height: 55px;
  align-self: center;
}
@media screen and (max-width: 834px) {
  .top-news__list-item-link {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 21vw;
    right: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .top-news__list-item-link {
    top: auto;
    right: 5vw;
    bottom: 4vw;
  }
}

/* ====================================================
INDEX SALON
==================================================== */
.top-salon {
  overflow-x: hidden;
  padding: 0 0 20rem;
  /* slider */
}
@media screen and (max-width: 640px) {
  .top-salon {
    padding: 0 0 10rem;
  }
}
.top-salon__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 1200px) {
  .top-salon__wrapper {
    gap: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-salon__wrapper {
    flex-direction: column;
    position: relative;
  }
}
.top-salon__content-img {
  width: 57.1428571429%;
}
@media screen and (max-width: 834px) {
  .top-salon__content-img {
    width: 100%;
  }
}
.top-salon__list {
  width: 42.8571428571%;
}
@media screen and (max-width: 834px) {
  .top-salon__list {
    width: 100%;
  }
}
.top-salon__list-ul {
  width: 100%;
}
.top-salon__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-salon__list-item-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  width: 100%;
  gap: 1.5rem;
}
.top-salon__list-item-wrap span {
  display: flex;
}
.top-salon__list-heading {
  font-size: 80px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-salon__list-heading {
    font-size: 40px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-salon__list-heading {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top-salon__list-areattl {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .top-salon__list-areattl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-salon__list-areattl {
    font-size: clamp(1.5rem, 1vw + 1rem, 1.8rem);
    margin-bottom: 1.5rem;
  }
}
.top-salon__list-wrapper {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  .top-salon__list-wrapper {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-salon__list-wrapper {
    font-size: clamp(1.5rem, 1vw + 1rem, 1.8rem);
    margin-bottom: 3rem;
  }
}
.top-salon__list-shop {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
  flex: 1;
}
.top-salon__list-sns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-salon__list-sns a {
  font-size: 18px;
}
.top-salon__list-sns a img {
  width: 18px;
  height: 18px;
}
.top-salon__list-sns .pt2 {
  padding-top: 2px;
}
.top-salon__list-sns [href="#"] {
  visibility: hidden;
}
.top-salon__list-arrow {
  width: 24px;
  height: 24px;
}
.top-salon__list-arrow-link {
  display: flex;
  flex: 1;
}
.top-salon__list-price {
  margin-left: 3rem;
}
@media screen and (max-width: 834px) {
  .top-salon__list-price {
    margin-left: 1rem;
  }
}
.top-salon__list-price .pricebtn {
  background-color: #f1f1f1;
  border-radius: 30px;
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
  transition: opacity 0.3s ease;
}
.top-salon__list-price .pricebtn:hover {
  opacity: 0.6;
}
.top-salon__slider {
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .top-salon__slider {
    margin-bottom: 15rem;
  }
}

/* ====================================================
INDEX SERVICE
==================================================== */
.top-service__wrapper {
  padding: 0 5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-service__wrapper {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-service__wrapper {
    padding: 0 2rem;
  }
}
.top-service__ttl {
  position: absolute;
  top: -10%;
  left: 10rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-service__ttl {
    top: -5%;
  }
}
@media screen and (max-width: 834px) {
  .top-service__ttl {
    top: -3%;
  }
}
@media screen and (max-width: 640px) {
  .top-service__ttl {
    top: -7%;
    left: 2rem;
  }
}
.top-service__heading {
  font-size: 160px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .top-service__heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-service__heading {
    font-size: 40px;
  }
}
.top-service__content {
  overflow: hidden;
  color: var(--wh);
}
.top-service__slider {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 834px) {
  .top-service__slider {
    flex-direction: column;
  }
}
.top-service__slider-wrapper {
  top: 45%;
  width: 88%;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top-service__slider-wrapper {
    top: 30%;
  }
}
@media screen and (max-width: 834px) {
  .top-service__slider-wrapper {
    top: 50%;
  }
}
.top-service__slider-wrapper.fit-content {
  width: -moz-fit-content;
  width: fit-content;
  left: 10%;
}
@media screen and (max-width: 1200px) {
  .top-service__slider-wrapper.fit-content {
    width: 80%;
  }
}
.top-service__slider-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-service__slider-item-heading {
  font-size: 64px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-service__slider-item-heading {
    margin-bottom: 3rem;
    font-size: clamp(1.5rem, 2vw + 1rem, 3.375rem);
  }
}
@media screen and (max-width: 834px) {
  .top-service__slider-item-heading {
    margin-bottom: 1rem;
  }
}
.top-service__slider-item._01 {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .top-service__slider-item._01 {
    width: 100%;
  }
}
.top-service__slider-item._02 {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .top-service__slider-item._02 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-service__slider-item._02 .top-service__slider-wrapper {
    top: 25%;
  }
}
.top-service__slider-item._02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .top-service__slider-item._02 img {
    max-height: 250px;
  }
}
@media screen and (max-width: 640px) {
  .top-service__slider-item._02 img {
    max-height: 125px;
  }
}
.top-service__slider-list {
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .top-service__slider-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.top-service__slider-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .top-service__slider-list-item {
    width: calc(50% - 2rem);
    flex: none;
    justify-content: space-evenly;
  }
}
.top-service__slider-list-item.justify-center {
  justify-content: center;
}
.top-service__slider-list-item-wrap {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.top-service__slider-list-item .link--view-more {
  font-size: 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: var(--wh);
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .top-service__slider-list-item .link--view-more {
    font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
    line-height: 2;
    margin-top: 0;
  }
}
.top-service__slider-list-item .link--view-more::before, .top-service__slider-list-item .link--view-more::after {
  background-color: var(--wh);
}
.top-service__slider-list-arrow-link {
  width: 39px;
  height: 39px;
  align-self: center;
  margin-left: 1rem;
}
.top-service__slider-list-arrow-link::before {
  background: url(../img/common/arrow-w.webp) no-repeat;
  width: 100%;
  height: 5px;
  background-position: 50% 50%;
  background-size: 35%;
}
@media screen and (max-width: 640px) {
  .top-service__slider-list-arrow-link {
    width: 24px;
    height: 24px;
  }
}
.top-service .swiper-slide {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* ====================================================
INDEX PRODUCT
==================================================== */
.top-product {
  padding: 13rem 0 20rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .top-product {
    padding: 7rem 0 10rem;
  }
}
.top-product .inner {
  margin: 0 0 0 calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1200px) {
  .top-product .inner {
    margin-left: 5%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .top-product .inner {
      margin: 0 0 0 auto;
    }
  }
}
@media screen and (max-width: 834px) {
  .top-product .inner {
    margin: auto;
    padding: 0 0 0 5%;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .top-product .inner {
        margin: auto;
        padding: 0 0 0 5%;
      }
    }
  }
}
.top-product__wrapper {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .top-product__wrapper {
    align-items: center;
  }
}
.top-product__ttl {
  width: 30%;
  max-width: 485px;
}
@media screen and (max-width: 834px) {
  .top-product__ttl {
    padding-right: 2rem;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .top-product__ttl {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 5rem;
  }
}
.top-product__heading {
  font-size: 60px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-product__heading {
    font-size: 30px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-product__heading {
    margin-bottom: 2rem;
  }
}
.top-product__content {
  width: 70%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-product__content {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .top-product__content {
    width: 100%;
  }
}
.top-product__slider {
  width: 100%;
  overflow: visible;
}
.top-product__slider .swiper-wrapper {
  gap: 2rem;
  display: flex;
}
.top-product__slider .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
.top-product__slider .swiper-slide__box img {
  height: 400px;
}
@media screen and (max-width: 834px) {
  .top-product__slider .swiper-slide__box img {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .top-product__slider .swiper-slide__box img {
    height: 150px;
  }
}

/* ====================================================
INDEX GALLERY
==================================================== */
.top-gallery {
  background-image: linear-gradient(124deg, rgb(207, 26, 77), rgb(110, 0, 12));
  color: var(--wh);
  padding: 20rem 0 14.5rem;
}
@media screen and (max-width: 1200px) {
  .top-gallery {
    padding: 10rem 0 7rem;
  }
}
@media screen and (max-width: 834px) {
  .top-gallery {
    padding: 5rem 0 3rem;
  }
}
.top-gallery__ttl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 1200px) {
  .top-gallery__ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-gallery__ttl {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.top-gallery__heading {
  font-size: 80px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-gallery__heading {
    font-size: 40px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-gallery__heading {
    margin-bottom: 0;
  }
}
.top-gallery__slider-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .top-gallery__slider-wrapper {
    flex-wrap: wrap;
  }
  .top-gallery__slider-wrapper [class*=swiper-slide] {
    width: calc(50% - 0.5rem);
  }
}
.top-gallery .link--view-more {
  color: var(--wh);
  margin-bottom: 3rem;
}
.top-gallery .link--view-more::before, .top-gallery .link--view-more::after {
  background-color: var(--wh);
}

/* ====================================================
INDEX CONCEPT
==================================================== */
.top-concept {
  padding: 17rem 0;
}
@media screen and (max-width: 1200px) {
  .top-concept {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top-concept {
    padding: 12rem 0 5rem;
  }
}
.top-concept__wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-concept__wrapper {
    flex-direction: column;
  }
}
.top-concept__img {
  width: 890px;
}
@media screen and (max-width: 834px) {
  .top-concept__img {
    width: 90%;
  }
}
.top-concept__content {
  width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-concept__content {
    width: 100%;
    position: static;
  }
}
.top-concept__content-ttl {
  font-size: 160px;
  font-family: "Kalnia", serif;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .top-concept__content-ttl {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-concept__content-ttl {
    position: absolute;
    top: -6%;
    right: 2%;
  }
  .top-concept__content-ttl span {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top-concept__content-ttl {
    font-size: 40px;
  }
}
.top-concept__content-ttl .c-ft--en {
  background-image: linear-gradient(124deg, rgb(207, 26, 77), rgb(110, 0, 12));
}
.top-concept__content-heading {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.top-concept__content-txt {
  max-width: 360px;
  text-align: left;
  margin: 4rem auto 5.5rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .top-concept__content-txt {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 834px) {
  .top-concept__content-txt {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 640px) {
  .top-concept__content-txt {
    margin: 2rem;
  }
}
.top-concept__content-txt-p {
  margin: 4rem 0;
}
@media screen and (max-width: 1200px) {
  .top-concept__content-txt-p {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top-concept__content-txt-p {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top-concept .inner {
    padding: 0;
  }
}

/* ====================================================
INDEX RECRUIT
==================================================== */
.top-recruit {
  position: relative;
  text-align: center;
}
.top-recruit__wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-recruit__ttl {
  font-size: 80px;
  font-family: "Kalnia", serif;
  font-weight: 300;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .top-recruit__ttl {
    font-size: 40px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__ttl {
    margin-bottom: 2rem;
  }
}
.top-recruit__heading {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .top-recruit__heading {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__heading {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.top-recruit__txt {
  line-height: 2;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .top-recruit__txt {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__txt {
    margin-bottom: 2rem;
  }
}
.top-recruit__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 834px) {
  .top-recruit__link {
    flex-direction: column;
  }
}
.top-recruit__link-h {
  width: calc(100% - 2rem);
  background-color: var(--wh);
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  padding: 2rem 3rem;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 834px) {
  .top-recruit__link-h {
    padding: 1rem 1.5rem;
    width: 80%;
    max-width: 685px;
  }
}
.top-recruit__link-h-wrap {
  display: block;
  padding-right: 4rem;
  border-right: 1px dotted #222;
}
.top-recruit__link-h img {
  width: 30px;
}
.top-recruit__link-h:hover {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.top-recruit__link-item {
  display: block;
  width: calc(100% - 30px);
}

/* ====================================================
INDEX Ftoor
==================================================== */
.main-footer {
  text-align: center;
  padding: 2rem 0 8rem;
  font-family: "Mulish", sans-serif;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .main-footer {
    padding: 0 0 5rem;
  }
}
.main-footer__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto;
}
@media screen and (max-width: 834px) {
  .main-footer__wrapper {
    margin: 2.5rem auto;
  }
}
.main-footer__logo {
  width: 30%;
  max-width: 56px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 834px) {
  .main-footer__logo {
    margin: 0 auto 3rem;
  }
}
.main-footer__menu {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  gap: 3rem;
  font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
}
@media screen and (max-width: 1200px) {
  .main-footer__menu {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__menu {
    margin-top: 0;
    flex-direction: column;
    gap: 2rem;
  }
}
.main-footer__menu-item.--recruit {
  position: relative;
  margin-left: 2rem;
}
@media screen and (max-width: 640px) {
  .main-footer__menu-item.--recruit {
    margin-left: 0;
  }
}
.main-footer__menu-item.--recruit .list-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: var(--red);
  transition: transform 0.4s ease;
  left: -21px;
  top: 9px;
}
.main-footer__menu-item.--recruit .list-line:nth-of-type(1) {
  width: 15px;
  height: 2px;
  transform: translate(0, -50%);
}
.main-footer__menu-item.--recruit .list-line:nth-of-type(2) {
  width: 2px;
  height: 15px;
  transform: translate(300%, -50%);
}
.main-footer__menu-item.--recruit:hover .list-line:nth-of-type(1) {
  background-color: transparent;
}
.main-footer__menu-item.--recruit:hover .list-line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.main-footer__menu-item.--recruit:hover .menu-sub {
  visibility: visible;
  transition: all 1s ease;
}
.main-footer .menu-sub {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  left: 3%;
  visibility: hidden;
  transition: visibility 0.3s ease-out;
  display: flex;
  flex-direction: column;
  width: 150px;
}
@media screen and (max-width: 834px) {
  .main-footer .menu-sub {
    top: -255%;
    left: auto;
    right: -250%;
    font-size: 12px;
    width: 115px;
  }
}
@media screen and (max-width: 374px) {
  .main-footer .menu-sub {
    top: -270%;
    left: auto;
    right: -250%;
  }
}
.main-footer .menu-sub-item {
  display: flex;
  align-items: center;
}
.main-footer .menu-sub-item:before {
  content: "・";
  color: var(--red);
  font-size: 18px;
}
.main-footer .menu-sub-item::after {
  content: "\f1e1";
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.main-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .main-footer__sns {
    margin-top: 3rem;
  }
}
.main-footer__sns-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--red);
  font-size: 1rem;
  line-height: 1.8;
}
.main-footer__sns-item-link i {
  font-size: 23px;
}
.main-footer__copyright {
  color: #ccc;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */