@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  background-color: #595757;
  font-weight: 500;
  margin: 0;
  color: #262626; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 1.4rem; } }
  body::before {
    content: '';
    pointer-events: none;
    background-image: url(../img/top/mv-bg.png);
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0; }

img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none !important;
  color: #2B2826;
  text-decoration: none; }

a:focus {
  outline: none !important; }

.nav a {
  user-select: none;
  -webkit-user-select: none;
  tap-highlight-color: transparent; }

address {
  font-style: normal; }

section {
  position: relative;
  z-index: 1; }

.inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto; }

.inner.inner-s {
  max-width: 1000px; }

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

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

.fadein.scroll-activate {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms; }

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translate(0, 0); }

.sec__text-box {
  text-align: center;
  position: relative;
  margin-bottom: 15rem;
  color: #fff;
  z-index: 2; }
  @media screen and (max-width: 834px) {
    .sec__text-box {
      margin-bottom: 5rem; } }
  .sec__text-box::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(../img/index/wave1.png);
    width: 150px;
    height: 100%;
    top: 62%;
    -ms-transform: translate(-50%, -50%);
    left: 56%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (max-width: 834px) {
      .sec__text-box::before {
        top: 62%;
        left: 64%;
        width: 125px;
        height: 175px; } }
  .sec__text-box .sec__ttl-en {
    letter-spacing: 0.3em;
    font-size: 5.6rem; }
    @media screen and (max-width: 834px) {
      .sec__text-box .sec__ttl-en {
        font-size: 3rem; } }
  .sec__text-box .sec__ttl {
    font-size: 2.34rem;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .sec__text-box .sec__ttl {
        font-size: 1.8rem; } }

.btn.online-btn {
  background-color: #BFBFBF;
  width: 38.3%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1300px) {
    .btn.online-btn {
      width: 48.3%; } }
  @media screen and (max-width: 834px) {
    .btn.online-btn {
      width: 90%;
      max-width: 400px; } }
  .btn.online-btn p {
    background-color: #BFBFBF;
    width: 90%;
    color: #5A004A;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: 300; }
    @media screen and (max-width: 834px) {
      .btn.online-btn p {
        font-size: 1.6rem; } }
  .btn.online-btn div {
    background-color: #5A004A;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .btn.online-btn div {
        width: 60px;
        height: 60px; } }

.btn.online-btn:hover {
  opacity: 0.8; }

.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 30px 4% 10px;
  padding: 3vh 4% 10px;
  z-index: 1000; }
  @media screen and (max-width: 834px) {
    .header {
      padding: 20px 5% 0; } }

.header-logo {
  display: block;
  width: 24%; }
  @media screen and (max-width: 834px) {
    .header-logo {
      width: 33%; } }

.haeder-left {
  width: 27%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 2rem; }
  @media screen and (max-width: 834px) {
    .haeder-left {
      width: 70%; } }

a.online {
  display: block;
  background-color: #80167D;
  border-radius: 28px;
  text-align: center;
  padding: 19px 10%;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 300; }
  @media screen and (max-width: 834px) {
    a.online {
      padding: 11px 9%;
      font-size: 10px; } }

.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  position: relative;
  z-index: 1000; }

.hamburger__line {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease, background-color 0.3s ease; }

.header.fixed .hamburger__line {
  background-color: #fff; }

.hamburger.openNav .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(0, 6px); }

.hamburger.openNav .hamburger__line:nth-child(2) {
  transform: rotate(-45deg) translate(-2px, -4px); }

.hamburger.openNav .hamburger__line:nth-child(3) {
  display: none; }

.under .hamburger__line {
  background-color: #4d4d4d; }

.under .hamburger.openNav .hamburger__line {
  background-color: #fff; }

.menu-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: clamp(25px, 7vh, 50px);
  padding-bottom: clamp(25px, 7vh, 50px);
  height: 100vh;
  background-color: #5A004A;
  transition: top 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto; }

.menu-overlay.openNav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s linear 0s; }

.menu-overlay ul {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  grid-row-gap: clamp(10px, 7vh, 27px);
  margin: 20px 0 0; }
  @media screen and (max-width: 834px) {
    .menu-overlay ul {
      grid-row-gap: 20px;
      margin: 0; } }

.menu-overlay ul.global-navigation__list {
  padding-bottom: clamp(3rem, 7vh, 5rem);
  border-bottom: 1px solid #C4C4C4; }
  @media screen and (max-width: 834px) {
    .menu-overlay ul.global-navigation__list {
      padding-bottom: 20px; } }

.menu-overlay ul.global-navigation__list2 {
  margin-top: 38px; }
  @media screen and (max-width: 834px) {
    .menu-overlay ul.global-navigation__list2 {
      margin-top: 28px; } }

.menu-overlay ul li {
  line-height: 1;
  border: 0;
  background: transparent; }

.menu-overlay ul li a {
  text-decoration: none;
  color: #fff; }
  .menu-overlay ul li a .en {
    font-size: clamp(1.8rem, 7vh, 2.4rem);
    font-weight: 500;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 834px) {
      .menu-overlay ul li a .en {
        font-size: clamp(1.6rem, 7vh, 1.8rem);
        margin-bottom: 1rem; } }
  .menu-overlay ul li a .ja {
    font-size: clamp(1.4rem, 7vh, 1.6rem);
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .menu-overlay ul li a .ja {
        font-size: 12px; } }

.top__main {
  position: relative; }
  .top__main::before {
    content: '';
    width: 80%;
    height: 100vh;
    position: absolute;
    top: -20px;
    z-index: 1;
    background-image: url("../img/index/mv-circle.webp");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 834px) {
      .top__main::before {
        width: 100%;
        top: 0; } }

.mv {
  height: 120vh;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 834px) {
    .mv {
      height: 75vh; } }
  .mv__main-text {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    left: 0%;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-size: clamp(3.8rem, 3vw, 5rem);
    letter-spacing: 0.1em; }
    @media screen and (max-width: 834px) {
      .mv__main-text {
        font-size: clamp(2.4rem, 3vw, 3rem);
        top: 46%; } }
    .mv__main-text .mv__title {
      writing-mode: vertical-rl;
      text-align: center; }
      .mv__main-text .mv__title span {
        display: block;
        font-weight: 300; }
      .mv__main-text .mv__title span:nth-child(2) {
        padding-top: 50px; }
  .mv__border {
    column-gap: 70px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    bottom: 0; }
    @media screen and (max-width: 834px) {
      .mv__border {
        column-gap: 20px; }
        .mv__border img {
          width: 10px;
          height: auto; } }
    @media screen and (max-width: 450px) {
      .mv__border {
        column-gap: 10px; } }
  .mv__border--en {
    font-size: 26px;
    letter-spacing: 7px; }
    @media screen and (max-width: 834px) {
      .mv__border--en {
        font-size: 20px; } }
    @media screen and (max-width: 450px) {
      .mv__border--en {
        font-size: 15px;
        letter-spacing: 5px; } }
  .mv__border--ja {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 7px; }
    @media screen and (max-width: 834px) {
      .mv__border--ja {
        font-size: 23px; } }
    @media screen and (max-width: 450px) {
      .mv__border--ja {
        font-size: 16px;
        letter-spacing: 4px; } }

.sec-lead {
  text-align: center;
  color: #fff;
  padding: 12rem 0;
  font-size: 2.4rem; }
  @media screen and (max-width: 834px) {
    .sec-lead {
      padding: 5rem 0;
      font-size: 1.6rem; }
      .sec-lead br {
        display: none; } }

.about {
  background-image: url(../img/index/about.webp);
  background-position: 41%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .about {
      background-image: none;
      background-color: #5A004A;
      padding: 5rem 0 8rem; } }
  .about__text-box {
    width: 40%;
    margin: 0 5% 0 auto;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .about__text-box {
        width: 90%;
        margin: 0 auto; } }
  .about__picture-sp {
    margin-bottom: 3rem; }
  .about__ttl-en {
    font-size: 2.025rem;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 4rem;
    letter-spacing: 0.3em; }
    @media screen and (max-width: 834px) {
      .about__ttl-en {
        font-size: 1.5rem;
        padding-bottom: 2rem; } }
    .about__ttl-en span {
      font-size: 3.15rem; }
      @media screen and (max-width: 834px) {
        .about__ttl-en span {
          font-size: 2.6rem; } }
  .about__ttl {
    line-height: 1;
    font-size: 5.7rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 40px; }
    @media screen and (max-width: 834px) {
      .about__ttl {
        font-size: 4.2rem;
        column-gap: 15px;
        padding-bottom: 40px; } }
    .about__ttl span {
      font-size: 1.6rem; }
      @media screen and (max-width: 834px) {
        .about__ttl span {
          font-size: 16px; } }
  .about__text {
    font-size: 1.9rem;
    font-weight: 300; }
    @media screen and (max-width: 834px) {
      .about__text {
        font-size: 1.4rem; } }

.about-shizuku {
  background-image: url(../img/index/about-shizuku.webp);
  background-position: 87%; }
  @media screen and (max-width: 834px) {
    .about-shizuku {
      background-position: left;
      background-image: none;
      background-color: #6a5d8b; } }
  .about-shizuku .about__text-box {
    margin: 0 auto 0 10%; }
    @media screen and (max-width: 834px) {
      .about-shizuku .about__text-box {
        margin: 0 auto; } }

.other .other-contents {
  position: relative;
  padding: 20rem 0; }
  @media screen and (max-width: 834px) {
    .other .other-contents {
      padding: 10rem 0; } }
  .other .other-contents::before {
    content: '';
    position: absolute;
    background-image: url("../img/index/triangle-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -20px;
    width: 260px;
    height: 260px; }
    @media screen and (max-width: 834px) {
      .other .other-contents::before {
        width: 130px;
        height: 130px; } }
.other__list {
  grid-row-gap: 15rem;
  display: flex;
  margin-bottom: 15rem;
  flex-direction: column; }
  @media screen and (max-width: 834px) {
    .other__list {
      grid-row-gap: 8rem;
      margin-bottom: 8rem; } }
.other__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5rem;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 834px) {
    .other__item {
      width: 100%;
      flex-direction: column;
      grid-row-gap: 3rem; } }
.other__item:nth-child(2n) {
  flex-direction: row-reverse; }
  @media screen and (max-width: 834px) {
    .other__item:nth-child(2n) {
      flex-direction: column; } }
.other__item--image {
  width: 38%; }
  @media screen and (max-width: 834px) {
    .other__item--image {
      width: 50%;
      max-width: 400px; } }
  .other__item--image picture {
    display: block; }
    .other__item--image picture img {
      display: block;
      width: 100%;
      height: auto; }
.other__item--text-box {
  width: 48%; }
  @media screen and (max-width: 834px) {
    .other__item--text-box {
      width: 100%; } }
.other__item--title {
  margin-bottom: 3.5rem;
  color: #fff;
  line-height: 1;
  font-size: 5.7rem;
  font-weight: 400;
  display: flex;
  column-gap: 2.3rem;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .other__item--title {
      font-size: 5rem;
      margin-bottom: 2.5rem;
      column-gap: 1.3rem; } }
  .other__item--title span {
    font-size: 2.3rem;
    letter-spacing: 7px; }
    @media screen and (max-width: 834px) {
      .other__item--title span {
        font-size: 1.8rem; } }
.other__item--text {
  font-size: 1.7rem;
  color: #fff; }
  @media screen and (max-width: 834px) {
    .other__item--text {
      font-size: 1.5rem; } }

.topic {
  background-color: #fff;
  padding: 17rem 0 16rem; }
  @media screen and (max-width: 834px) {
    .topic {
      padding: 8rem 0; } }
  .topic__title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1300px) {
      .topic__title-sec {
        flex-direction: column; } }
  .topic__title-box {
    display: flex;
    align-items: center;
    color: #5A004A; }
    @media screen and (max-width: 1300px) {
      .topic__title-box {
        flex-direction: column;
        margin-bottom: 5rem; } }
  .topic__ttl-en {
    letter-spacing: 0.3em;
    color: #5A004A;
    font-size: 5.6rem; }
    @media screen and (max-width: 834px) {
      .topic__ttl-en {
        font-size: 3rem; } }
  .topic__ttl {
    font-size: 2.6rem;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .topic__ttl {
        font-size: 1.8rem; } }

.news-tab-buttons {
  width: 32%;
  position: relative;
  border: 1px solid #707070;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-color: #f8f8f8; }
  @media screen and (max-width: 1300px) {
    .news-tab-buttons {
      width: 50%; } }
  @media screen and (max-width: 834px) {
    .news-tab-buttons {
      width: 100%; } }

/* ラジオボタンは非表示 */
input[type="radio"] {
  display: none; }

/* タブのボタン */
.tab {
  flex: 1;
  position: relative;
  width: 100px;
  text-align: center;
  display: flex;
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #4D4D4D;
  align-items: center;
  justify-content: center;
  padding: 10px 5px; }

.tab.active {
  background: #5A004A;
  border-radius: 20px; }

/* 選択時のタブのテキスト色 */
input[type="radio"]:checked + label {
  color: white; }

/* タブコンテンツの表示制御 */
.tab-content {
  display: none; }

.tab-content.active {
  display: block; }

.news-tab-content {
  display: none;
  margin-top: 3rem; }

.news-tab-content.active {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 1300px) {
    .news-tab-content.active {
      flex-direction: column-reverse;
      grid-row-gap: 4em; } }

.content__list {
  width: 75%; }
  @media screen and (max-width: 1300px) {
    .content__list {
      width: 100%; } }
  .content__list .content__item a {
    display: flex;
    align-items: center;
    column-gap: 35px;
    border-bottom: 1px solid #C9C9C9;
    padding: 20px 10px; }
    @media screen and (max-width: 834px) {
      .content__list .content__item a {
        flex-wrap: wrap;
        column-gap: 15px;
        grid-row-gap: 5px; } }
    .content__list .content__item a .date {
      font-size: 19px;
      font-weight: 400; }
      @media screen and (max-width: 834px) {
        .content__list .content__item a .date {
          font-size: 16px; } }
    .content__list .content__item a .tag {
      border-radius: 6px;
      padding: 9px 0;
      width: 114px;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .content__list .content__item a .tag {
          width: 84px;
          padding: 5px 0; } }
      .content__list .content__item a .tag p {
        font-size: 13px;
        font-weight: 400;
        color: #fff; }
        @media screen and (max-width: 834px) {
          .content__list .content__item a .tag p {
            font-size: 12px; } }
    .content__list .content__item a .tag.news {
      background-color: #00909D; }
    .content__list .content__item a .tag.press {
      background-color: #97ACBC; }
    .content__list .content__item a .tag.media {
      background-color: #6E98E4; }
    .content__list .content__item a .title {
      font-size: 19px;
      font-weight: 400; }
      @media screen and (max-width: 834px) {
        .content__list .content__item a .title {
          width: 100%;
          font-size: 16px; } }
  .content__list .content__item a:first-child {
    border-top: 1px solid #C9C9C9; }

.news-btn {
  width: 14%;
  display: flex; }
  @media screen and (max-width: 1300px) {
    .news-btn {
      width: 70%;
      max-width: 400px;
      margin: 0 auto; } }
  @media screen and (max-width: 449px) {
    .news-btn {
      width: 45%; } }
  .news-btn p {
    width: 90%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: 300; }
  .news-btn div {
    background: #595757;
    width: 48px;
    height: 48px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .news-btn div {
        width: 30px;
        height: 30px; } }
    .news-btn div img {
      width: 7px;
      height: auto; }

.info {
  background-color: #fff;
  padding: 17rem 0 16rem; }
  @media screen and (max-width: 834px) {
    .info {
      padding: 6rem 0 10rem; } }
  .info .sec__text-box {
    color: #595757; }
  .info .sec__text-box::before {
    background-image: url(../img/index/wave2.png); }
  @media screen and (max-width: 834px) {
    .info .google-map iframe {
      height: 300px; } }
  .info__online--banner {
    margin-top: 14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1300px) {
      .info__online--banner {
        flex-direction: column;
        grid-row-gap: 2rem;
        margin-bottom: 2rem; } }
  .info .yahooShopping-btn,
  .info .skyAfro-btn {
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    border: 1px solid #811A5B;
    color: #5A004A;
    font-size: 2.5rem;
    font-weight: 500;
    height: 118px; }
    @media screen and (max-width: 1300px) {
      .info .yahooShopping-btn,
      .info .skyAfro-btn {
        width: 100%;
        font-size: 1.7rem;
        height: 80px;
        max-width: 380px; } }
  .info .yahooShopping-btn .yurari-logo {
    width: 25%;
    background: #811A5B;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .info .yahooShopping-btn .yahooShopping-icon {
    width: 75%;
    padding: 6%; }
  .info .skyAfro-btn {
    gap: 0 0.5rem; }
    .info .skyAfro-btn .multiplication {
      color: #999; }
    @media screen and (max-width: 1300px) {
      .info .skyAfro-btn img {
        width: 50%;
        max-width: 170px; } }
  .info__banner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1300px) {
      .info__banner {
        flex-direction: column;
        grid-row-gap: 2rem; } }
  .info .partner-btn {
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    background-color: #f9f9f9;
    border: 3px solid #811A5B;
    column-gap: 10px;
    color: #5A004A;
    font-size: 2.5rem;
    font-weight: 500;
    height: 118px; }
    @media screen and (max-width: 1300px) {
      .info .partner-btn {
        width: 100%;
        font-size: 1.7rem;
        height: 80px;
        max-width: 380px; } }
    .info .partner-btn img {
      width: 30px; }
  .info .partner-info-btn {
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    position: relative;
    border: 3px solid #811A5B;
    background-color: #493F4C;
    column-gap: 10px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    height: 118px;
    overflow: hidden; }
    @media screen and (max-width: 1300px) {
      .info .partner-info-btn {
        width: 100%;
        font-size: 1.7rem;
        height: 80px;
        max-width: 380px; } }
    .info .partner-info-btn::before {
      content: '';
      position: absolute;
      background-image: url("../img/index/btn-bg.svg");
      background-size: contain;
      background-repeat: no-repeat;
      left: 0;
      width: 100%;
      height: 100%; }

.footer {
  background-color: #fff;
  padding-bottom: 30px;
  border-bottom: 8px solid #811A5B; }
  .footer .footer__contents {
    padding-top: 60px;
    padding-bottom: 140px;
    border-top: 1px solid #999;
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .footer .footer__contents {
        padding-top: 60px;
        padding-bottom: 60px;
        flex-direction: column;
        grid-row-gap: 4rem; } }
  .footer .footer__right-box {
    width: 40%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .footer .footer__right-box {
        width: 100%;
        grid-row-gap: 20px;
        justify-content: space-between; } }
    @media screen and (max-width: 834px) {
      .footer .footer__right-box .footer__logo {
        width: 37%; } }
    .footer .footer__right-box .address {
      text-align: center;
      font-size: 19px;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .footer .footer__right-box .address {
          font-size: 15px;
          text-align: justify; } }
    .footer .footer__right-box .footer__sns {
      display: flex;
      gap: 0 1.5rem; }
  .footer .footer__nav {
    flex-direction: column;
    width: 50%;
    display: flex; }
    @media screen and (max-width: 834px) {
      .footer .footer__nav {
        width: 100%; } }
    .footer .footer__nav ul {
      display: flex;
      justify-content: space-between;
      grid-row-gap: 10px; }
      .footer .footer__nav ul a {
        display: flex;
        column-gap: 20px;
        align-items: center; }
        @media screen and (max-width: 1300px) {
          .footer .footer__nav ul a {
            flex-direction: column;
            align-items: flex-start; } }
        @media screen and (max-width: 834px) {
          .footer .footer__nav ul a {
            flex-direction: column;
            column-gap: 0;
            align-items: center; } }
        .footer .footer__nav ul a p.en {
          font-size: 19px;
          font-weight: 800;
          color: #5A004A; }
          @media screen and (max-width: 834px) {
            .footer .footer__nav ul a p.en {
              font-size: 17px;
              line-height: 1.5; } }
        .footer .footer__nav ul a p.ja {
          font-size: 13px;
          font-weight: 500; }
          @media screen and (max-width: 834px) {
            .footer .footer__nav ul a p.ja {
              font-size: 12px; } }
    .footer .footer__nav ul.upper__nav {
      flex-wrap: wrap;
      padding-bottom: 44px;
      margin-bottom: 20px;
      border-bottom: 1px solid #CCCCCC; }
      @media screen and (max-width: 834px) {
        .footer .footer__nav ul.upper__nav {
          padding-bottom: 24px;
          margin-bottom: 20px; } }
      .footer .footer__nav ul.upper__nav li {
        width: 50%; }
      .footer .footer__nav ul.upper__nav li:first-child {
        order: 1; }
      .footer .footer__nav ul.upper__nav li:nth-child(2) {
        order: 3; }
      .footer .footer__nav ul.upper__nav li:nth-child(3) {
        order: 5; }
      .footer .footer__nav ul.upper__nav li:nth-child(4) {
        order: 2; }
      .footer .footer__nav ul.upper__nav li:nth-child(5) {
        order: 4; }
    .footer .footer__nav ul.lower__nav {
      flex-direction: column; }
      .footer .footer__nav ul.lower__nav li {
        width: 100%; }
  .footer small {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .footer small {
        font-size: 12px; } }

/*20250618追加*/
br.temp {
  display: none; }
  @media screen and (max-width: 834px) and (min-width: 450px) {
    br.temp {
      display: block; } }
