.p-menu-cont {
  padding-bottom: 11.45rem;
}
@media screen and (min-width: 768px) {
  .p-menu-cont {
    padding-bottom: 11.45rem;
  }
}

.p-menu-cont__tab {
  overflow: hidden;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__tab {
    overflow-x: hidden;
  }
}
.p-menu-cont__tab::-webkit-scrollbar {
  display: none;
}

.p-menu-cont__tab-list {
  display: flex;
  /* padding-right: 2.2rem; */
  margin-bottom: 5.4rem;
  /* width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; */
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__tab-list {
    padding-right: 0;
    margin-bottom: 8rem;
  }
}

.p-menu-cont__tab-item {
  position: relative;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__tab-item {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-cont__tab-item {
    margin-right: 7rem;
  }
}
.p-menu-cont__tab-item:last-child {
  margin-right: 0;
}
.p-menu-cont__tab-item.is-active .tab {
  background: #000;
  color: #fff;
}
.p-menu-cont__tab-item.is-active .c-glitter {
  opacity: 1;
}
.p-menu-cont__tab-item .tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.2rem;
  height: 4.6rem;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: 0;
  background: #f0f3f5;
  background: linear-gradient(118deg, #f8f8f8 0%, #f0f3f5 45%) 0% 0% no-repeat;
  border-radius: 3.4rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__tab-item .tab {
    width: 26.371rem;
    height: 6.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-cont__tab-item .tab {
    width: 30rem;
  }
}
.p-menu-cont__tab-item span.tab {
  transition: 0.6s cubic-bezier(0.55, 0, 0.275, 1);
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-menu-cont__tab-item span.tab:hover {
    background: #000;
    color: #fff;
  }
}
.p-menu-cont__tab-item .c-btn__iconCircle-hover .c-btn__iconCircle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  margin: auto;
  width: 2.4rem !important;
  height: 2.4rem !important;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__tab-item .c-btn__iconCircle-hover .c-btn__iconCircle {
    right: 2.8rem;
    width: 2.9rem !important;
    height: 2.9rem !important;
  }
}
.p-menu-cont__tab-item .c-btn__iconCircle-hover .c-btn__iconCircle .outline {
  fill: transparent;
}
.p-menu-cont__tab-item .c-glitter {
  position: absolute;
  top: 5.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) 0.4s;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__tab-item .c-glitter {
    top: 8.6rem;
  }
}

.p-menu-cont__panel-item {
  position: absolute;
  opacity: 0;
}
.p-menu-cont__panel-item.is-show {
  position: relative;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) 0.4s;
}

.p-menu-cont__section {
  position: relative;
}
.p-menu-cont__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -3.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__list {
    margin: 0 -0.8rem -3.75rem;
  }
}

.p-menu-cont__item {
  margin-bottom: 3.5rem;
  padding: 0 0.5rem;
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__item {
    margin-bottom: 3.75rem;
    width: 25%;
    padding: 0 0.8rem;
  }
}
.p-menu-cont__item .c-glitter {
  margin-top: 0.85rem;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__item .c-glitter {
    margin-top: 1.65rem;
  }
}

.p-menu-cont__img {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__img {
    margin-bottom: 1.55rem;
  }
}

.p-menu-cont__title .jp {
  font-size: 1.2rem;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__title .jp {
    font-size: 1.6rem;
  }
}
.p-menu-cont__title .en {
  font-family: bilo, sans-serif;
  font-weight: 400;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-menu-cont__title .en {
    margin-top: 0.85rem;
    font-size: 1.4rem;
  }
}

.p-brand-cont {
  position: relative;
  padding: 0 0 5.15rem;
  background: #f8f8f8;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-brand-cont {
    padding: 0 0 8.5rem;
  }
}
.p-brand-cont:first-child {
  padding-top: 4.35rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont:first-child {
    padding-top: 7.9rem;
  }
}
.p-brand-cont:last-child {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont:last-child {
    padding-bottom: 12rem;
  }
}

.p-brand-cont__title {
  text-align: center;
  margin-bottom: 3.65rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__title {
    margin-bottom: 4.5rem;
  }
}
.p-brand-cont__title .en {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: -0.02rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__title .en {
    font-size: 4.8rem;
  }
}
.p-brand-cont__title .jp {
  margin-top: 0.75rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__title .jp {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.p-brand-cont__title .c-glitter {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__title .c-glitter {
    margin-top: 4rem;
  }
}

.p-brand-cont__list {
  background: #fff;
  padding: 0 1.65rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__list {
    padding: 0 8.75rem;
  }
}
@media screen and (min-width: 992px) {
  .p-brand-cont__list {
    padding: 3.2rem 11.8rem;
  }
}

.p-brand-cont__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__item {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 992px) {
  .p-brand-cont__item {
    display: flex;
    justify-content: space-between;
    padding: 4.8rem 0;
    margin-bottom: 1.2rem;
  }
}
.p-brand-cont__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .p-brand-cont__item:last-child {
    margin-bottom: 0;
  }
}

.p-brand-cont__item--top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 992px) {
  .p-brand-cont__item--top {
    align-self: self-start;
    margin-bottom: 0;
    width: 58.1730769231%;
  }
}
@media screen and (min-width: 992px) {
  .p-brand-cont__item--top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
}

.p-brand-cont__img {
  width: 50.1597444089%;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__img {
    width: 42.9752066116%;
  }
}

.p-brand-cont__logo-area {
  position: relative;
  text-align: center;
  width: 49.8402555911%;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__logo-area {
    padding: 0 1rem;
    width: 57.0247933884%;
  }
}

.p-brand-cont__logo {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-brand-cont__logo::after {
  content: "";
  display: block;
  width: 100%;
}
.p-brand-cont__logo > figure {
  margin: 0 auto;
  width: 66%;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__logo > figure {
    width: 100%;
  }
}

.p-brand-cont__logo-text {
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__logo-text {
    margin-top: 1.75rem;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 992px) {
  .p-brand-cont__item--bottom {
    align-self: center;
    width: 41.8269230769%;
    padding-left: 7.55rem;
  }
}

.p-brand-cont__text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__text {
    font-size: 1.4rem;
  }
}

.p-brand-cont__btn-box {
  margin-top: 2.65rem;
}
@media screen and (min-width: 768px) {
  .p-brand-cont__btn-box {
    margin-top: 1.85rem;
  }
}

.p-brand-cont__btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}
.p-brand-cont__btn[target=_blank] .c-btn__iconCircle {
  position: relative;
}
.p-brand-cont__btn[target=_blank] .c-btn__iconCircle::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-image: url("../../assets/img/icon/window.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
}
.p-brand-cont__btn .c-btn__iconCircle {
  margin-left: 1.25rem;
  width: 2.9rem !important;
  height: 2.9rem !important;
}

.p-mainv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mainv {
    padding: 7rem 0 0;
    overflow: visible;
  }
}
.p-mainv .p-mainv__logo {
  position: absolute;
  top: 3.5rem;
  left: 6%;
  width: 15rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__logo {
    width: 17.3%;
    top: 8rem;
    left: 4.6%;
  }
}
.p-mainv .p-mainv__logo a {
  display: block;
}
.p-mainv .p-mainv__logo svg path {
  stroke-width: 0;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__logo svg path {
    fill: #000;
  }
}
.p-mainv .p-mainv__inner {
  margin: 0 -3.8rem;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 2.3rem 0 0;
  }
}
.p-mainv .p-mainv__textContainer-inner {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.p-mainv .p-mainv__textContainer {
  position: absolute;
  bottom: 5.7rem;
  left: 0;
  right: -2%;
  z-index: 1;
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__textContainer {
    position: relative;
    right: 0%;
    width: 45%;
    max-width: 36.6rem;
    margin: 0;
    bottom: 0;
  }
}
.p-mainv .p-mainv__textContainer-inner {
  height: 100%;
}
.p-mainv .p-mainv__title {
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-mainv .p-mainv__title {
    padding-top: 4.3rem;
  }
}
.p-mainv .p-mainv__title svg {
  width: 100%;
  margin-bottom: -0.5rem;
}
.p-mainv .p-mainv__title svg path {
  fill: #fff;
  stroke: #fff;
}
@media screen and (min-width: 641px) {
  .p-mainv .p-mainv__title svg path {
    fill: #000;
    stroke: #000;
  }
}
.p-mainv .p-mainv__title .en {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 0.7rem;
  margin-right: 0.8rem;
  letter-spacing: 0.04rem;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .p-mainv .p-mainv__title .en {
    color: #000;
    letter-spacing: 0.05rem;
    margin-right: 0;
  }
}
.p-mainv .p-mainv__imageContainer {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__imageContainer {
    width: 50.3%;
    max-width: 56rem;
  }
}
.p-mainv .p-mainv__image img {
  min-height: 55.06rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__image img {
    min-height: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__image {
    -webkit-transform: translateX(-7.2rem);
            transform: translateX(-7.2rem);
  }
}
.p-mainv .p-mainv__movie {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainv .p-mainv__movie {
    display: block;
    top: 3.4rem;
    height: 104%;
    width: calc(100% - 1.5rem);
  }
}
.p-mainv .p-mainv__movie .c-movie__item {
  height: 100%;
  width: auto;
}
.p-mainv .p-mainv__navi {
  display: none;
  list-style-type: none;
  margin: 2.6rem 0 0 -6.2rem;
}
@media screen and (min-width: 992px) {
  .p-mainv .p-mainv__navi {
    display: flex;
    justify-content: flex-start;
  }
}
.p-mainv .p-mainv__navi a {
  display: inline-block;
  padding: 0.5rem 0;
}
.p-mainv .p-mainv__navi a .c-btn__arrowText {
  font-size: 1.4rem;
}
.p-mainv .p-mainv__navi li + li {
  margin-left: 3rem;
}
.p-mainv .c-btn__iconCircle {
  width: 2.5rem;
  height: 2.5rem;
}

.js_mainv_movie {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
}
.js_mainv_movie.is_animate {
  -webkit-animation: fadeIn 1.5s ease-in-out 0s 1 both;
          animation: fadeIn 1.5s ease-in-out 0s 1 both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.js_mainv_image {
  opacity: 0;
  transition: opacity 2000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 2000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 2000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 2000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 2000ms cubic-bezier(0.08, 0.68, 0.35, 1), opacity 2000ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 2000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition-delay: 1s;
}
@media screen and (min-width: 641px) {
  .js_mainv_image {
    -webkit-transform: translate(-7.2rem, -1rem) scale(0.8);
            transform: translate(-7.2rem, -1rem) scale(0.8);
  }
}
.js_mainv_image.is_animate {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (min-width: 641px) {
  .js_mainv_image.is_animate {
    -webkit-transform: translate(-7.2rem, -1rem) scale(1);
            transform: translate(-7.2rem, -1rem) scale(1);
  }
}

.js_mainv_title {
  opacity: 0;
}
.js_mainv_title.is_animate {
  -webkit-animation: fadeIn 1s ease-in-out 0s 1 both;
          animation: fadeIn 1s ease-in-out 0s 1 both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.js_mainv_logo {
  transition: -webkit-transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  -webkit-transform: translateY(-450%);
          transform: translateY(-450%);
}
.js_mainv_logo.is_animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js_mainv_navi {
  overflow: hidden;
}
.js_mainv_navi li {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
}
.js_mainv_navi.is_animate li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 1500ms cubic-bezier(0.08, 0.68, 0.35, 1);
}

.p-topics {
  overflow: hidden;
  padding: 5rem 0 0;
}
@media screen and (min-width: 641px) {
  .p-topics {
    padding: 14.2rem 0 0;
  }
}
.p-topics .p-topics__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 5.4rem;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__container {
    padding-right: 0;
  }
}
.p-topics .p-topics__sliderMain {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain {
    width: 36.9%;
  }
}
.p-topics .p-topics__sliderMain .p-topics__sliderMain-detail {
  display: none;
}
.p-topics .p-topics__sriderNavi {
  position: relative;
  width: 100%;
  margin-top: 0.8rem;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sriderNavi {
    width: 58%;
    padding-right: 5rem;
    margin-top: 0;
  }
}
.p-topics .p-topics__sriderNavi-inner {
  position: relative;
  height: 100%;
}
.p-topics .p-topics__sriderNavi-slideWrap {
  width: 125%;
  margin: 0 -0.7rem 0 -25%;
}
.p-topics .c-slick__right {
  overflow: visible;
}
.p-topics .p-topics__sriderNavi-slider {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sriderNavi-slider {
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    width: calc(100% + 0.7rem);
  }
}
.p-topics .p-topics__sriderNavi-sliderRight {
  position: relative;
}
.p-topics .p-topics__sriderNavi-sliderRight::before {
  content: "";
  display: block;
  height: 100%;
  width: 3.8rem;
  background: #fff;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
}
.p-topics .p-topics__sriderNavi-sliderRight .l-container {
  padding-right: 8.9rem;
  margin-left: -0.4rem;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sriderNavi-sliderRight .l-container {
    margin-left: 0;
    overflow: hidden;
  }
}
.p-topics .p-topics__sriderNavi-sliderRight-inner {
  width: 150%;
  margin-left: -50%;
}
.p-topics .p-topics__sriderNavi-item {
  position: relative;
  margin: 0 0.4rem;
  padding: 0.7rem;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sriderNavi-item {
    margin: 0 0.7rem;
  }
}
.p-topics .p-topics__sriderNavi-item img {
  position: relative;
  z-index: 1;
  display: block;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}
.p-topics .p-topics__sriderNavi-item .c-movie img {
  box-shadow: none;
}
.p-topics .p-topics__sriderNavi-movie {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-topics .p-topics__sliderMain-img {
  padding: 1rem;
  display: block;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain-img {
    padding: 1.7rem;
  }
}
.p-topics .p-topics__sliderMain-movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-topics .p-topics__sliderMain-movie .c-movie__items {
  height: 100%;
}
.p-topics .p-topics__sliderMain-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0.2rem;
  font-family: bilo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain-header {
    margin: -0.1rem 0 0 0;
    padding-left: 0;
  }
}
.p-topics .p-topics__sliderMain-headerCategory {
  font-size: 1.4rem;
  letter-spacing: -0.02rem;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain-headerCategory {
    font-size: 1.6rem;
    margin: -0.2rem 4.2rem 0 1rem;
  }
}
.p-topics .p-topics__sliderMain-headerDate {
  font-size: 1.2rem;
  letter-spacing: -0.025rem;
  margin-left: 2rem;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain-headerDate {
    font-size: 1.4rem;
    margin-right: 13.4rem;
    margin-left: 0;
  }
}
.p-topics .p-topics__sliderMain-headerIcon {
  display: none;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain-headerIcon {
    display: block;
    margin-top: 0.3rem;
  }
}
.p-topics .p-topics__sliderMain-headerTitle {
  margin: 0.9rem 0 2.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.016rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3em;
}
@media screen and (min-width: 641px) {
  .p-topics .p-topics__sliderMain-headerTitle {
    font-size: 1.6rem;
    margin: 4.7rem 0 0 0.7rem;
  }
}
.p-topics .slick-prev,
.p-topics .slick-next {
  position: absolute;
  z-index: 10;
}
.p-topics .slick-prev {
  right: -5.6rem;
  top: -10.55rem;
}
@media screen and (min-width: 641px) {
  .p-topics .slick-prev {
    left: 0.5rem;
    top: -7.8rem;
    right: auto;
  }
}
.p-topics .slick-next {
  right: -5.6rem;
  top: -6.2rem;
}
@media screen and (min-width: 641px) {
  .p-topics .slick-next {
    left: 5.5rem;
    top: -7.8rem;
    right: auto;
  }
}
.p-topics .slick-dots {
  position: absolute;
  top: -19.7rem;
  right: -8.1rem;
  width: 8.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 641px) {
  .p-topics .slick-dots {
    position: absolute;
    top: -6rem;
    right: 0.7rem;
    width: 74.8%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.p-topics .c-btn__normal {
  margin-top: 5rem;
}
@media screen and (min-width: 641px) {
  .p-topics .c-btn__normal {
    margin-top: 8rem;
  }
}

.c-slick .slick-dots li {
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
}

.slick-prev,
.slick-next {
  cursor: pointer;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 10;
}
.slick-prev svg,
.slick-next svg {
  width: 100%;
}
.slick-prev.c-btn__iconCircle.slick-disabled,
.slick-next.c-btn__iconCircle.slick-disabled {
  opacity: 0.24;
}

.c-slick__right {
  overflow: hidden;
}
.c-slick__right .c-slick__right-inner {
  position: relative;
}
.c-slick__right .c-slick__right-sliderItem {
  text-align: center;
  margin-right: 1.2rem;
}
@media screen and (min-width: 641px) {
  .c-slick__right .c-slick__right-sliderItem {
    margin-right: 2.4rem;
  }
}
.c-slick__right .c-slick__right-sliderItem img {
  transition: -webkit-transform 1s cubic-bezier(0.55, 0, 0.275, 1);
  transition: transform 1s cubic-bezier(0.55, 0, 0.275, 1);
  transition: transform 1s cubic-bezier(0.55, 0, 0.275, 1), -webkit-transform 1s cubic-bezier(0.55, 0, 0.275, 1);
}
@media screen and (min-width: 641px) {
  .c-slick__right .c-slick__right-sliderItem:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-slick__right .slick-list {
  overflow: visible;
}

.c-slick__rightHide .c-slick__right-sliderItem {
  transition: 0.4s;
  opacity: 1;
}
.c-slick__rightHide .is_hidden {
  opacity: 0;
}
.c-slick__rightHide .is_hidden.slick-active {
  opacity: 1;
}

.slick-dots {
  position: relative;
  height: 0.12rem;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.slick-dots::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 0.1rem;
  z-index: -1;
}
.slick-dots li {
  display: inline-block;
  height: 0.12rem;
  margin: -0.02rem 0;
  flex: 1;
  transition: 0.5s;
}
.slick-dots li.slick-active {
  background: #000;
}

.p-menu {
  position: relative;
  /* padding: 7.2rem 0 6.4rem; */
  padding: 0rem 0 6.4rem;
}
@media screen and (min-width: 641px) {
  .p-menu {
    /* padding: 11.5rem 0 11.5rem; */
    padding: 1rem 0 11.5rem;
  }
}
.p-menu .c-title__enHorizontal {
  margin-bottom: 2.85rem;
}
@media screen and (min-width: 641px) {
  .p-menu .c-title__enHorizontal {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 641px) {
  .p-menu .c-slick__right-slider {
    padding-right: 4.8rem;
  }
}
.p-menu .p-menu__slider-item img {
  transition: -webkit-transform 1s cubic-bezier(0.55, 0, 0.275, 1);
  transition: transform 1s cubic-bezier(0.55, 0, 0.275, 1);
  transition: transform 1s cubic-bezier(0.55, 0, 0.275, 1), -webkit-transform 1s cubic-bezier(0.55, 0, 0.275, 1);
}
@media screen and (min-width: 992px) {
  .p-menu .p-menu__slider-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-menu .p-menu__slider-header {
  padding: 1.6rem 0 0;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .p-menu .p-menu__slider-header {
    padding: 2.3rem 0 0;
  }
}
.p-menu .p-menu__slider-title {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (min-width: 641px) {
  .p-menu .p-menu__slider-title {
    font-size: 1.6rem;
  }
}
.p-menu .p-menu__slider-text {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0.6rem 0 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .p-menu .p-menu__slider-text {
    font-size: 1.4rem;
    margin: 0.7rem 0 1.6rem;
  }
}
.p-menu .p-menu__slider-glitter svg {
  display: block;
  margin: 0 auto;
}
.p-menu .c-slick__right .c-slick__right-inner {
  padding-right: 4.2rem;
}
@media screen and (min-width: 641px) {
  .p-menu .c-slick__right .c-slick__right-inner {
    padding-right: 0;
  }
}
.p-menu .slick-dots {
  width: 15.6rem;
  max-width: 62.6rem;
  position: absolute;
  bottom: -4.9rem;
  right: -4.2rem;
  margin: 0;
}
@media screen and (min-width: 641px) {
  .p-menu .slick-dots {
    width: 55%;
    bottom: -7.5rem;
    left: 0;
    right: 4.5rem;
    margin: 0 auto;
  }
}
.p-menu .slick-prev {
  position: absolute;
  bottom: -6.7rem;
  left: 0;
}
@media screen and (min-width: 641px) {
  .p-menu .slick-prev {
    bottom: -9.3rem;
    left: 4.8rem;
  }
}
.p-menu .slick-next {
  position: absolute;
  bottom: -6.7rem;
  left: 4.4rem;
}
@media screen and (min-width: 641px) {
  .p-menu .slick-next {
    bottom: -9.3rem;
    left: 9.7rem;
  }
}
.p-menu .c-btn__normal {
  margin-top: 10.2rem;
}
@media screen and (min-width: 641px) {
  .p-menu .c-btn__normal {
    margin: 4.8rem 4.5rem 0 0;
  }
}

.p-gallery {
  background: transparent linear-gradient(180deg, #f8f8f8 0%, #f0f3f5 100%) 0% 0% no-repeat padding-box;
  padding: 6.1rem 0 6.5rem;
}
@media screen and (min-width: 641px) {
  .p-gallery {
    padding: 10.5rem 0 12rem;
  }
}
.p-gallery .p-gallery__container {
  padding: 0 8.1rem 0 9.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .p-gallery .p-gallery__container {
    max-width: 144rem;
    padding: 0 19rem 0 29rem;
  }
}
@media screen and (min-width: 641px) {
  .p-gallery .c-slick__right .c-slick__right-sliderItem {
    margin-right: 1rem;
  }
}
.p-gallery .slick-track {
  min-width: 100% !important;
}
.p-gallery .slick-prev {
  position: absolute;
  bottom: 3rem;
  left: -13.9rem;
  display: none;
}
@media screen and (min-width: 641px) {
  .p-gallery .slick-prev {
    display: block;
  }
}
.p-gallery .slick-next {
  position: absolute;
  bottom: 3rem;
  left: -9rem;
  display: none;
}
@media screen and (min-width: 641px) {
  .p-gallery .slick-next {
    display: block;
  }
}
.p-gallery .p-gallery__sliderItem {
  position: relative;
  margin: 4.8rem 0;
}
@media screen and (min-width: 641px) {
  .p-gallery .p-gallery__sliderItem {
    margin: 5.8rem 0;
  }
}
.p-gallery .p-gallery__sliderItem-title {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 0.7rem;
  padding-left: 0.25rem;
  letter-spacing: -0.029rem;
}
@media screen and (min-width: 641px) {
  .p-gallery .p-gallery__sliderItem-title {
    font-size: 1.8rem;
    margin-top: 0.8rem;
    padding-left: 0.4rem;
  }
}
.p-gallery .p-gallery__sliderHeader {
  position: absolute;
  left: 3.8em;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .p-gallery .p-gallery__sliderHeader {
    left: 15.2rem;
    top: 0;
  }
}
.p-gallery .p-gallery__sliderHeader-title {
  position: absolute;
  left: -0.6rem;
  top: 0;
  font-family: bilo, sans-serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  letter-spacing: -0.048rem;
}
@media screen and (min-width: 641px) {
  .p-gallery .p-gallery__sliderHeader-title {
    font-size: 3rem;
    left: 5rem;
    top: 0.2rem;
    letter-spacing: -0.06rem;
  }
}
.p-gallery .p-gallery__sliderHeader-more {
  position: absolute;
  left: -0.3rem;
  bottom: 2rem;
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.032rem;
}
@media screen and (min-width: 641px) {
  .p-gallery .p-gallery__sliderHeader-more {
    font-size: 1.6rem;
    left: 0;
    top: 0;
    bottom: auto;
  }
}
.p-gallery .p-gallery__sliderHeader-more span {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.p-gallery .c-glitter {
  position: absolute;
  left: -0.05rem;
  top: 11rem;
}
@media screen and (min-width: 641px) {
  .p-gallery .c-glitter {
    left: 0rem;
    top: 11.4rem;
  }
}
.p-gallery .c-btn__normal {
  margin-top: 5.4rem;
}
@media screen and (min-width: 641px) {
  .p-gallery .c-btn__normal {
    margin-top: 8rem;
  }
}

.p-brand {
  position: relative;
  padding: 9.5rem 0 6.5rem;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .p-brand {
    padding: 12rem 0 14rem;
  }
}
.p-brand .js_luxy_element {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130%;
  z-index: -1;
}
.p-brand .p-brand__bg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-brand .p-brand__bg .c-movie__item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-brand .p-brand__bg.is_active {
  -webkit-animation: fadeIn 1.5s ease-in-out 0s 1 both;
          animation: fadeIn 1.5s ease-in-out 0s 1 both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message {
    display: flex;
    justify-content: space-between;
  }
}
.p-brand .p-brand__message-img {
  position: relative;
  min-height: 28rem;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img {
    width: 40%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    min-height: 0;
  }
}
.p-brand .p-brand__message-img figure {
  position: absolute;
  width: 60%;
  opacity: 0;
  transition: opacity 1.5s ease-in;
}
.p-brand .p-brand__message-img figure img {
  transition: -webkit-transform 1.5s ease-in;
  transition: transform 1.5s ease-in;
  transition: transform 1.5s ease-in, -webkit-transform 1.5s ease-in;
  transition-delay: 0.3s;
}
.p-brand .p-brand__message-img figure:first-child {
  left: -3rem;
  top: -8rem;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img figure:first-child {
    left: 0;
    top: 0;
  }
}
.p-brand .p-brand__message-img figure:first-child img {
  -webkit-transform: matrix(0.67, 0.24, -0.24, 0.67, 0, 0) translate(0);
          transform: matrix(0.67, 0.24, -0.24, 0.67, 0, 0) translate(0);
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img figure:first-child img {
    -webkit-transform: matrix(0.97, 0.24, -0.24, 0.97, 0, 0) translate(0);
            transform: matrix(0.97, 0.24, -0.24, 0.97, 0, 0) translate(0);
  }
}
.p-brand .p-brand__message-img figure:nth-child(2) {
  left: 10%;
  top: -5rem;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img figure:nth-child(2) {
    left: 10%;
    top: 10.5%;
  }
}
.p-brand .p-brand__message-img figure:nth-child(2) img {
  -webkit-transform: matrix(0.72, 0.14, -0.14, 0.72, 0, 0) translate(-5rem, -5rem) rotate(5deg);
          transform: matrix(0.72, 0.14, -0.14, 0.72, 0, 0) translate(-5rem, -5rem) rotate(5deg);
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img figure:nth-child(2) img {
    -webkit-transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0) translate(-5rem, -5rem) rotate(5deg);
            transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0) translate(-5rem, -5rem) rotate(5deg);
  }
}
.p-brand .p-brand__message-img figure:last-child {
  left: 28%;
  top: -1.5rem;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img figure:last-child {
    left: 18%;
    top: 20.5%;
  }
}
.p-brand .p-brand__message-img figure:last-child img {
  -webkit-transform: matrix(0.8, 0.09, -0.09, 0.8, 0, 0) translate(-5rem, -5rem) rotate(8deg);
          transform: matrix(0.8, 0.09, -0.09, 0.8, 0, 0) translate(-5rem, -5rem) rotate(8deg);
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-img figure:last-child img {
    -webkit-transform: matrix(1, 0.09, -0.09, 1, 0, 0) translate(-5rem, -5rem) rotate(8deg);
            transform: matrix(1, 0.09, -0.09, 1, 0, 0) translate(-5rem, -5rem) rotate(8deg);
  }
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-detail {
    width: 45.4%;
    margin-top: -0.6rem;
  }
}
.p-brand .p-brand__message-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 9.6rem;
  padding-left: 2.9rem;
  width: 110%;
  margin-right: -10%;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-text {
    display: block;
    margin-top: 0;
    padding-left: 0;
  }
}
.p-brand .p-brand__message-text p {
  font-size: 1.4rem;
  letter-spacing: 0.168rem;
  line-height: 1.95;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-text p {
    letter-spacing: 0.196rem;
    line-height: 1.9;
  }
}
.p-brand .p-brand__message-text p + p {
  margin-top: 2.95rem;
}
.p-brand .p-brand__message-text span {
  display: inline-block;
  opacity: 0.2;
  transition: opacity 1000ms cubic-bezier(0.08, 0.68, 0.35, 1);
  width: 90%;
}
.p-brand .p-brand__message-text span:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-brand .p-brand__message-text span:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-brand .p-brand__message-text span:nth-of-type(3) {
  transition-delay: 0.6s;
}
.p-brand .p-brand__message-text span:nth-of-type(4) {
  transition-delay: 0.8s;
}
.p-brand .p-brand__message-text span:nth-of-type(5) {
  transition-delay: 1s;
}
.p-brand .p-brand__message-text span:nth-of-type(6) {
  transition-delay: 1.2s;
}
.p-brand .p-brand__message-text span:nth-of-type(7) {
  transition-delay: 1.4s;
}
.p-brand .p-brand__message-text span:nth-of-type(8) {
  transition-delay: 1.6s;
}
.p-brand .p-brand__message-text span:nth-of-type(9) {
  transition-delay: 1.8s;
}
.p-brand .p-brand__message-text span:nth-of-type(10) {
  transition-delay: 2s;
}
.p-brand .p-brand__message-text span:nth-of-type(11) {
  transition-delay: 2.2s;
}
.p-brand .p-brand__message-text span:nth-of-type(12) {
  transition-delay: 2.4s;
}
.p-brand .p-brand__message-text span:nth-of-type(13) {
  transition-delay: 2.6s;
}
.p-brand .p-brand__message-text span:nth-of-type(14) {
  transition-delay: 2.8s;
}
.p-brand .p-brand__message-text span:nth-of-type(15) {
  transition-delay: 3s;
}
.p-brand .p-brand__message-text span:nth-of-type(16) {
  transition-delay: 3.2s;
}
.p-brand .p-brand__message-text span:nth-of-type(17) {
  transition-delay: 3.4s;
}
.p-brand .p-brand__message-text span:nth-of-type(18) {
  transition-delay: 3.6s;
}
.p-brand .p-brand__message-text span:nth-of-type(19) {
  transition-delay: 3.8s;
}
.p-brand .p-brand__message-text span:nth-of-type(20) {
  transition-delay: 4s;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-text span {
    width: auto;
  }
}
.p-brand .p-brand__message-text.is_active span {
  opacity: 1;
}
.p-brand .p-brand__message-copy {
  width: 23rem;
  margin: 3.2rem 0 5.9rem 2.9rem;
}
@media screen and (min-width: 641px) {
  .p-brand .p-brand__message-copy {
    width: 60%;
    max-width: 25.4rem;
    margin: 5.8rem 0 8.2rem -0.2rem;
    padding-left: 0;
  }
}
.p-brand .p-brand__message-copy svg {
  width: 100%;
  fill: #000;
}

.js_brand_01.is_active,
.js_brand_02.is_active,
.js_brand_03.is_active {
  opacity: 1 !important;
}

.js_brand_01.is_active img {
  -webkit-transform: matrix(0.67, 0.24, -0.24, 0.67, 0, 0) !important;
          transform: matrix(0.67, 0.24, -0.24, 0.67, 0, 0) !important;
}
@media screen and (min-width: 641px) {
  .js_brand_01.is_active img {
    -webkit-transform: matrix(0.97, 0.24, -0.24, 0.97, 0, 0) !important;
            transform: matrix(0.97, 0.24, -0.24, 0.97, 0, 0) !important;
  }
}

.js_brand_02.is_active {
  transition-delay: 0.5s;
}
.js_brand_02.is_active img {
  transition-delay: 1s;
  -webkit-transform: matrix(0.72, 0.14, -0.14, 0.72, 0, 0) !important;
          transform: matrix(0.72, 0.14, -0.14, 0.72, 0, 0) !important;
}
@media screen and (min-width: 641px) {
  .js_brand_02.is_active img {
    -webkit-transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0) !important;
            transform: matrix(0.99, 0.14, -0.14, 0.99, 0, 0) !important;
  }
}

.js_brand_03.is_active {
  transition-delay: 0.5s;
}
.js_brand_03.is_active img {
  transition-delay: 2s;
  -webkit-transform: matrix(0.8, 0.09, -0.09, 0.8, 0, 0) !important;
          transform: matrix(0.8, 0.09, -0.09, 0.8, 0, 0) !important;
}
@media screen and (min-width: 641px) {
  .js_brand_03.is_active img {
    -webkit-transform: matrix(1, 0.09, -0.09, 1, 0, 0) !important;
            transform: matrix(1, 0.09, -0.09, 1, 0, 0) !important;
  }
}

.p-policy {
  padding: 6.3rem 0 6.5rem;
}
@media screen and (min-width: 641px) {
  .p-policy {
    padding: 13rem 0 12rem;
  }
}
.p-policy .c-title__enVertical {
  top: 0.4rem;
}
@media screen and (min-width: 641px) {
  .p-policy .c-title__enVertical {
    right: -5.6rem;
    top: 0.8rem;
  }
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__message {
    width: 30%;
  }
}
.p-policy .p-policy__message-title {
  font-size: 2rem;
  line-height: 1.98;
  font-weight: normal;
  letter-spacing: 0.136rem;
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__message-title {
    font-size: 2.4rem;
    letter-spacing: 0.288rem;
    line-height: 2;
  }
}
.p-policy .c-glitter {
  display: none;
}
@media screen and (min-width: 641px) {
  .p-policy .c-glitter {
    margin: 9.6rem 0 3.4rem;
    display: block;
  }
}
.p-policy .p-policy__message-text {
  font-size: 1.2rem;
  line-height: 2;
  width: 83%;
  margin: 2.55rem 0 2.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__message-text {
    width: 100%;
    margin-top: 0;
    letter-spacing: 0.06rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__list {
    width: 55%;
    padding-right: 9rem;
  }
}
.p-policy .p-policy__list ul {
  list-style-type: none;
}
.p-policy .p-policy__list li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.65rem;
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__list li {
    padding: 5rem 0;
    margin: 0 0 0.9rem;
  }
}
.p-policy .p-policy__list li:first-child {
  margin-top: 0.1rem;
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__list li:first-child {
    margin-top: 0;
    padding-top: 1.2rem;
  }
}
.p-policy .p-policy__list li:last-child {
  margin-bottom: 0;
}
.p-policy .p-policy__list li .number {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.025rem;
}
.p-policy .p-policy__list li .name_jp {
  font-size: 1.6rem;
  margin: 0 0 0 3.6rem;
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__list li .name_jp {
    font-size: 2rem;
    margin: 0 0 0 4.4rem;
  }
}
.p-policy .p-policy__list li .name_en {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
  letter-spacing: -0.01rem;
}
@media screen and (min-width: 641px) {
  .p-policy .p-policy__list li .name_en {
    font-size: 1.6rem;
    letter-spacing: -0.029rem;
  }
}
.p-policy .c-btn__normal {
  margin-top: 5.55rem;
}
@media screen and (min-width: 641px) {
  .p-policy .c-btn__normal {
    margin-top: 6rem;
  }
}

.p-news {
  padding: 7.2rem 0 6.5rem;
}
@media screen and (min-width: 641px) {
  .p-news {
    padding: 8.2rem 0 10rem;
  }
}
.p-news .p-news__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__header {
    align-content: center;
    align-items: center;
  }
}
.p-news .p-news__category {
  font-family: bilo, sans-serif;
  font-weight: 400;
  position: relative;
  width: 15.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  margin-top: 5.65rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__category {
    margin-top: 0;
    max-width: 32rem;
    width: 40%;
    font-size: 1.8rem;
  }
}
.p-news .p-news__category::before, .p-news .p-news__category::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto 0;
  background: #000;
  transition: 0.5s;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__category::before, .p-news .p-news__category::after {
    width: 1.4rem;
    right: 0;
  }
}
.p-news .p-news__category::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .p-news .p-news__category.is_active::after {
    opacity: 0;
  }
}
.p-news .p-news__categoryName {
  width: 100%;
  padding: 1.4rem 0 1.4rem 0.75rem;
  cursor: pointer;
  letter-spacing: -0.029rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__categoryName {
    padding: 1.4rem 0;
  }
}
.p-news .p-news__categorySelect {
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  max-width: 90vw;
  width: 180%;
  background: rgb(97, 168, 193);
  padding: 3rem 4rem;
  z-index: 2;
}
.p-news .p-news__categorySelect-inner {
  margin: 0 -2rem -1rem 0;
}
.p-news .p-news__categorySelect-inner li {
  display: inline-block;
  margin: 0 2rem 1rem 0;
}
.p-news .p-news__categorySelect-inner li a {
  color: #fff;
}
.p-news .p-news__archive {
  margin: 3.3rem 0 5.4rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archive {
    margin: 6.7rem 0 8rem;
  }
}
.p-news .p-news__archiveItem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 2.2rem 0 2.1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archiveItem a {
    padding: 3.9rem 0;
    flex-wrap: nowrap;
  }
}
.p-news .p-news__archiveItem + .p-news__archiveItem {
  margin-top: 0.5rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archiveItem + .p-news__archiveItem {
    margin-top: 0;
  }
}
.p-news .p-news__archiveItem-category {
  font-family: bilo, sans-serif;
  font-weight: 400;
  width: 50%;
  font-size: 1.4rem;
  letter-spacing: -0.029rem;
  padding-left: 0.2rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archiveItem-category {
    width: 15.3%;
    font-size: 1.6rem;
    padding-left: 0.2rem;
    letter-spacing: 0;
  }
}
.p-news .p-news__archiveItem-date {
  font-family: bilo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  width: 50%;
  font-size: 1.2rem;
  letter-spacing: -0.025rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archiveItem-date {
    width: 15.6%;
    font-size: 1.4rem;
  }
}
.p-news .p-news__archiveItem-title {
  width: 100%;
  font-size: 1.4rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1.2rem;
  letter-spacing: -0.014rem;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archiveItem-title {
    width: 69.1%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 0;
  }
}
.p-news .p-news__archiveItem-title span {
  line-height: 1.7;
}
@media screen and (min-width: 641px) {
  .p-news .p-news__archiveItem-title span {
    line-height: 1.8;
  }
}

.p-special {
  position: relative;
  padding: 5.95rem 0 6.5rem;
  background: transparent linear-gradient(129deg, rgb(248, 248, 248) 0%, rgb(240, 243, 245) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 641px) {
  .p-special {
    padding: 10.4rem 0 12rem;
  }
}
.p-special .c-slick__right-inner {
  padding-right: 4.55rem;
}
.p-special .slick-track {
  display: flex;
  justify-content: flex-start;
}
.p-special .slick-dots {
  width: 50%;
  position: absolute;
  top: -7rem;
  right: -4.5rem;
}
@media screen and (min-width: 641px) {
  .p-special .slick-dots {
    right: 0;
  }
}
.p-special .p-special__archive {
  margin-top: 4.8rem;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archive {
    margin-top: 5.8rem;
  }
}
.p-special .p-special__archiveItem + .p-special__archiveItem {
  margin-left: 1.2rem;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem + .p-special__archiveItem {
    margin: 2.2rem 0 0;
  }
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem a {
    display: flex;
    justify-content: space-between;
  }
}
.p-special .p-special__archiveItem-img {
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem-img {
    width: 30%;
    height: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .p-special .p-special__archiveItem-img {
    width: 26.3%;
    height: 20rem;
  }
}
.p-special .p-special__archiveItem-img figure {
  height: 100%;
}
.p-special .p-special__archiveItem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-special .p-special__archiveItem-detail {
  width: 100%;
  padding: 2.8rem 2.9rem;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem-detail {
    width: 70%;
    padding: 0 5.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-special .p-special__archiveItem-detail {
    width: 74%;
    padding: 0 5.5rem;
  }
}
.p-special .p-special__archiveItem-detailInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.p-special .p-special__archiveItem-title {
  font-size: 1.4rem;
  font-weight: normal;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem-title {
    font-size: 1.6rem;
  }
}
.p-special .p-special__archiveItem-title span {
  line-height: 1.8;
  letter-spacing: -0.014rem;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem-title span {
    line-height: 1.6;
  }
}
.p-special .p-special__archiveItem-text {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  margin: 1.6rem 0 1.7rem;
  width: 100%;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .p-special .p-special__archiveItem-text {
    font-size: 1.2rem;
    margin: 1.3rem 0 1.6rem;
  }
}
.p-special .p-special__archiveItem-text span {
  line-height: 1.65;
}
.p-special .p-special__archiveItem-date {
  font-family: bilo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.2rem;
  width: 100%;
}
.p-special .c-btn__normal {
  margin-top: 5.4rem;
}
@media screen and (min-width: 641px) {
  .p-special .c-btn__normal {
    margin-top: 8rem;
  }
}

.p-salon {
  padding: 7.3rem 0 6.45rem;
}
@media screen and (min-width: 641px) {
  .p-salon {
    padding: 10.5rem 0 10.15rem;
  }
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentTitle {
    width: 30%;
  }
}
.p-salon .p-salon__contentList {
  margin: 3.8rem 0 5.4rem;
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentList {
    width: 62.8%;
    margin: -1.4rem 0 0;
  }
}
.p-salon .p-salon__contentList ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentList ul {
    margin-bottom: -1.4rem;
  }
}
.p-salon .p-salon__contentList li {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentList li {
    width: 46%;
    margin-bottom: 1.4rem;
  }
}
.p-salon .p-salon__contentList li + li {
  margin-top: 0.25rem;
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentList li + li {
    margin-top: 0;
  }
}
.p-salon .p-salon__contentList a {
  display: block;
  padding: 2rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentList a {
    font-size: 1.4rem;
    padding: 2.9rem 0;
  }
}
.p-salon .p-salon__contentList .c-btn__iconCircle {
  position: absolute;
  right: 0;
  top: calc(50% - 1.45rem);
  width: 3.6rem;
  height: 3.6rem;
}
@media screen and (min-width: 641px) {
  .p-salon .p-salon__contentList .c-btn__iconCircle {
    top: calc(50% - 1.8rem);
    right: 2rem;
  }
}
.p-salon .p-salon__contentList .c-btn__iconCircle svg {
  width: 100%;
  height: 100%;
}
.p-salon .c-glitter {
  display: none;
}
@media screen and (min-width: 641px) {
  .p-salon .c-glitter {
    margin: 10rem 0;
    display: block;
  }
}
/*# sourceMappingURL=maps/menu.css.map */