@charset "UTF-8";
/* ============================================
  Reset
============================================ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
p,
figure {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  line-height: 1.625;
  letter-spacing: 0;
  text-underline-offset: 3px;
}

a {
  color: #5b5657;
  -webkit-tap-highlight-color: #5b5657;
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

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

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

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

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: #5b5657;
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

/* ============================================
  Base
============================================ */
body {
  color: #5b5657;
  background-color: #ffffff;
  font-size: 18px;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
}

p {
  line-height: 1.625;
  overflow-wrap: break-word;
}

.l-main-width {
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .l-main-width {
    max-width: 1146px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-width {
    max-width: 100%;
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

/* ============================================
  背景色
============================================ */
.l-bg__darkGray {
  background-color: #5b5657;
}
.l-bg__darkWhite {
  background-color: #f6f6f6;
}

/* ============================================
  Component
============================================ */
.c-approach-menu__inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1279px) {
  .c-approach-menu__inr {
    gap: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-approach-menu__inr {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}
.c-approach-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 180px;
  background-color: #f6f6f6;
  border-radius: 10px;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  padding-top: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .c-approach-menu__item {
    padding-top: 0.78125vw;
    height: 14.0625vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-approach-menu__item {
    height: 32.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.c-approach-menu__item.-active {
  background-color: #5b5657;
  pointer-events: none;
}
.c-approach-menu__item.-active .c-approach-menu__ttl,
.c-approach-menu__item.-active .c-approach-menu__txt {
  color: #ffffff;
}
.c-approach-menu__item:hover {
  background-color: #5b5657;
}
.c-approach-menu__item:hover .c-approach-menu__ttl,
.c-approach-menu__item:hover .c-approach-menu__txt {
  color: #ffffff;
}
.c-approach-menu__ttl {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  color: #5b5657;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
@media screen and (max-width: 1279px) {
  .c-approach-menu__ttl {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .c-approach-menu__ttl {
    font-size: 13.3333333333vw;
  }
}
.c-approach-menu__txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5657;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
@media screen and (max-width: 767px) {
  .c-approach-menu__txt {
    font-size: 5.3333333333vw;
  }
}

.c-btn + .c-btn {
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .c-btn + .c-btn {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn + .c-btn {
    margin-top: 2.6666666667vw;
  }
}
.c-btn__link {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  color: #5b5657;
  min-height: 100px;
  font-size: 25px;
  padding: 5px 10px 6px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border;
  transition: 0.5s background-color, 0.5s color, 0.5s border;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    min-height: 26.6666666667vw;
    font-size: 6.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  }
}
.c-btn__link:hover {
  background-color: transparent;
  color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .c-btn__link:hover:after {
    background-color: #f6f6f6;
  }
}
.c-btn__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #A41A55;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: -1;
}
.c-btn__link:hover {
  color: #ffffff;
}
.c-btn__link:hover::before {
  background-color: #A41A55;
  height: 100%;
}
.c-btn__link.-mini {
  min-height: 50px;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-btn__link.-mini {
    min-height: 13.3333333333vw;
    font-size: 4.8vw;
  }
}
.c-btn__link.--none {
  display: none;
}
.c-btn.-gray .c-btn__link {
  background-color: #5b5657;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn.-gray .c-btn__link:after {
    background-color: #ffffff;
  }
}
.c-btn.-gray .c-btn__link {
  background-color: #5b5657;
  color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .c-btn.-gray .c-btn__link:hover {
    color: #5b5657;
    background-color: transparent;
  }
  .c-btn.-gray .c-btn__link::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    z-index: -1;
  }
  .c-btn.-gray .c-btn__link:hover::before {
    background-color: #ffffff;
    height: 100%;
  }
}
.c-btn.-darkWhite .c-btn__link {
  background-color: #f6f6f6;
  border: none;
  color: #5b5657;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .c-btn.-darkWhite .c-btn__link:hover {
    color: #f6f6f6;
    background-color: transparent;
  }
  .c-btn.-darkWhite .c-btn__link::before {
    background-color: #A41A55;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .c-btn.-darkWhite .c-btn__link:hover::before {
    background-color: #A41A55;
    height: 100%;
  }
}

.c-page-ttl__txt {
  line-height: 1.667;
  color: #A41A55;
  font-size: 60px;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .c-page-ttl__txt {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-ttl__txt {
    font-size: 8vw;
  }
}
.c-page-ttl__txt.-white {
  color: #ffffff;
}

.c-sec-ttl__txt {
  font-weight: 400;
  line-height: 1.167;
  font-size: 70px;
}
@media screen and (max-width: 1279px) {
  .c-sec-ttl__txt {
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .c-sec-ttl__txt {
    font-size: 8vw;
  }
}

.c-sub-ttl__txt {
  font-weight: 400;
  line-height: 1.4;
  font-size: 25px;
}
@media screen and (max-width: 1279px) {
  .c-sub-ttl__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-sub-ttl__txt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.c-sub-ttl__txt.-gray {
  color: #b1aeaf;
}
@media screen and (max-width: 767px) {
  .c-sub-ttl__txt.-f25 {
    font-size: 6.6666666667vw;
    line-height: 1.4;
  }
}

.c-txt__txt {
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-txt__txt {
    font-size: 4.8vw;
  }
}
.c-txt__txt.-f20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-txt__txt.-f20 {
    font-size: 5.3333333333vw;
  }
}
.c-txt__txt.-light {
  font-weight: 300;
}
.c-txt__txt.-read {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .c-txt__txt.-read {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-txt__txt.-read {
    font-size: 4.8vw;
    line-height: 1.5555555556;
  }
}
.c-txt__txt.-sp-small {
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .c-txt__txt.-sp-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-txt__txt.-sp-small {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.c-txt__txt.-heading {
  font-weight: 500;
  color: #A41A55;
}

.c-detail.-topics {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 1279px) {
  .c-detail.-topics {
    gap: 3.90625vw 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail.-topics {
    gap: 10.6666666667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-detail.-topics .c-detail__img-wrap {
  aspect-ratio: 342/228;
}
.c-detail.-topics .c-detail__ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 18px;
}
@media screen and (max-width: 1279px) {
  .c-detail.-topics .c-detail__ttl {
    font-size: 1.09375vw;
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail.-topics .c-detail__ttl {
    font-size: 3.7333333333vw;
    margin-top: 4.8vw;
  }
}
.c-detail.-topics .c-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (max-width: 1279px) {
  .c-detail.-topics .c-detail__info {
    margin-top: 1.40625vw;
    gap: 0.78125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-detail.-topics .c-detail__info {
    margin-top: 4vw;
    gap: 2.6666666667vw 0;
  }
}
.c-detail.-topics .c-detail__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #b1aeaf;
  min-width: 97px;
}
@media screen and (max-width: 1279px) {
  .c-detail.-topics .c-detail__date {
    font-size: 1.09375vw;
    min-width: 7.578125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail.-topics .c-detail__date {
    font-size: 3.7333333333vw;
    min-width: 25.8666666667vw;
  }
}
.c-detail.-topics .c-detail__tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #A41A55;
  border: 1px solid #A41A55;
  border-radius: 50vh;
  margin-right: 5px;
  min-height: 23px;
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}
@media screen and (min-width: 1280px) {
  .c-detail.-topics .c-detail__tag:hover {
    background-color: #A41A55;
    color: #ffffff;
  }
}
@media screen and (max-width: 1279px) {
  .c-detail.-topics .c-detail__tag {
    font-size: 1.09375vw;
    margin-right: 0.390625vw;
    min-height: 1.796875vw;
    padding: 0 0.703125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail.-topics .c-detail__tag {
    font-size: 3.7333333333vw;
    margin-right: 10px;
    min-height: 6.1333333333vw;
    padding: 0 2.4vw;
  }
}

.c-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 30px;
}
@media screen and (max-width: 1279px) {
  .c-detail {
    gap: 4.375vw 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12.8vw 0;
  }
}
.c-detail__link {
  display: block;
}
.c-detail__link:hover {
  opacity: 1;
}
.c-detail__link:hover .c-detail__img {
  opacity: 1;
}
.c-detail__img-wrap {
  aspect-ratio: 528/330;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-detail__img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.c-detail__ttl {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 400;
  margin-top: 22px;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
@media screen and (max-width: 1279px) {
  .c-detail__ttl {
    font-size: 1.40625vw;
    margin-top: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail__ttl {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.c-detail__place {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #b1aeaf;
  margin-top: 1px;
}
@media screen and (max-width: 1279px) {
  .c-detail__place {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-detail__place {
    font-size: 4.2666666667vw;
  }
}

.c-media__link:hover .c-media__img {
  opacity: 0;
}
.c-media__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 621px 30px 1fr;
  grid-template-columns: 621px 1fr;
  gap: 0 30px;
}
@media screen and (max-width: 1279px) {
  .c-media__item {
    -ms-grid-columns: 48.515625vw 2.34375vw 1fr;
    grid-template-columns: 48.515625vw 1fr;
    gap: 0 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .c-media__item {
    display: block;
    margin-top: 12.8vw;
  }
}
.c-media__item + .c-media__item {
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .c-media__item + .c-media__item {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .c-media__item + .c-media__item {
    margin-top: 13.3333333333vw;
  }
}
.c-media__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-media__info .c-btn {
  margin-top: auto;
}
@media screen and (max-width: 1279px) {
  .c-media__info .c-btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-media__info .c-btn {
    margin-top: 10.1333333333vw;
  }
}
.c-media__img-wrap {
  aspect-ratio: 621/388;
}
.c-media__img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.c-media__ttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-media__ttl {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.c-media__ttl + .c-media__txt {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .c-media__ttl + .c-media__txt {
    margin-top: 4.2666666667vw;
  }
}
.c-media__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-media__txt {
    font-size: 4.2666666667vw;
  }
}

.c-news-list__item + .c-news-list__item {
  border-top: 1px solid #e5e4e4;
}
.c-news-list__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px 40px 32px 40px 1fr;
  grid-template-columns: 92px 32px 1fr;
  gap: 0 40px;
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3.2vw 0 3.4666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.9333333333vw 3.7333333333vw;
  }
}
.c-news-list__date {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: #5b5657;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .c-news-list__date {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.c-news-list__icon-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  position: relative;
  top: -4px;
  -webkit-transition: 0.5s background-image;
  transition: 0.5s background-image;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-news-list__icon-wrap {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: -1.0666666667vw;
    margin-left: 4.8vw;
    margin-right: 5.6vw;
    top: 0;
  }
}
.c-news-list__icon-wrap.-document {
  background-image: url("../media/icon/c-news-list__document.svg");
}
.c-news-list__icon-wrap.-document:hover {
  background-image: url("../media/icon/c-news-list__document-hover.svg");
}
.c-news-list__icon-wrap.-link {
  background-image: url("../media/icon/c-news-list__link.svg");
}
.c-news-list__icon-wrap.-link:hover {
  background-image: url("../media/icon/c-news-list__link-hover.svg");
}
.c-news-list__ttl {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #5b5657;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    font-size: 4.2666666667vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-card-slide {
  padding: 0 calc((100% - 84.84375vw) / 2) !important;
}
@media screen and (max-width: 767px) {
  .c-card-slide {
    padding-left: 6.6666666667vw !important;
    padding-right: 13.3333333333vw !important;
    padding-bottom: 14.6666666667vw !important;
  }
}
.c-card-slide__img-wrap {
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .c-card-slide__img-wrap:hover .c-card-slide__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  .c-card-slide__img-wrap {
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide__img-wrap {
    border-radius: 2.6666666667vw;
  }
}
.c-card-slide__img {
  display: block;
  width: 100%;
  aspect-ratio: 342/228;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-card-slide__ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-card-slide__ttl {
    font-size: 3.7333333333vw;
    margin-top: 4.8vw;
  }
}
.c-card-slide__ttl.-f16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-card-slide__ttl.-f16 {
    font-size: 4.2666666667vw;
    margin-top: 4.8vw;
  }
}
.c-card-slide__place {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #b1aeaf;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-card-slide__place {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
.c-card-slide__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
}
@media screen and (max-width: 1279px) {
  .c-card-slide__info {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide__info {
    margin-top: 4vw;
  }
}
.c-card-slide__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #b1aeaf;
  min-width: 97px;
}
@media screen and (max-width: 767px) {
  .c-card-slide__date {
    font-size: 3.7333333333vw;
    min-width: 25.8666666667vw;
  }
}
.c-card-slide__tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #A41A55;
  border: 1px solid #A41A55;
  border-radius: 50vh;
  margin-right: 5px;
  min-height: 23px;
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}
@media screen and (min-width: 1280px) {
  .c-card-slide__tag:hover {
    background-color: #A41A55;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide__tag {
    font-size: 3.7333333333vw;
    margin-right: 1.3333333333vw;
    min-height: 6.1333333333vw;
    padding: 0 2.4vw;
  }
}

.c-card-slide .swiper-button-next.swiper-button-disabled,
.c-card-slide .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}
.c-card-slide .swiper-button-prev,
.c-card-slide .swiper-button-next {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(91, 86, 87, 0.1);
  display: block;
  width: 5.078125vw;
  height: 5.078125vw;
  border-radius: 50vh;
  position: absolute;
  top: 6.25vw;
  margin-top: 0px !important;
}
@media screen and (max-width: 1279px) {
  .c-card-slide .swiper-button-prev,
  .c-card-slide .swiper-button-next {
    width: 5.078125vw;
    height: 5.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide .swiper-button-prev,
  .c-card-slide .swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: inherit !important;
    bottom: 0vw;
  }
}
.c-card-slide .swiper-button-prev:after,
.c-card-slide .swiper-button-next:after {
  display: none;
}
.c-card-slide .swiper-button-prev {
  left: 2.5vw;
}
@media screen and (max-width: 1279px) {
  .c-card-slide .swiper-button-prev {
    left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide .swiper-button-prev {
    left: inherit;
    right: 18.6666666667vw;
  }
}
.c-card-slide .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../media/common/slide-arrow-prev.svg");
          mask-image: url("../media/common/slide-arrow-prev.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #A41A55;
  width: 5.078125vw;
  height: 5.078125vw;
}
@media screen and (max-width: 1279px) {
  .c-card-slide .swiper-button-prev:before {
    width: 5.078125vw;
    height: 5.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide .swiper-button-prev:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.c-card-slide .swiper-button-next {
  right: 2.5vw;
}
@media screen and (max-width: 1279px) {
  .c-card-slide .swiper-button-next {
    right: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide .swiper-button-next {
    right: 6.6666666667vw;
  }
}
.c-card-slide .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask-image: url("../media/common/slide-arrow-next.svg");
          mask-image: url("../media/common/slide-arrow-next.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #A41A55;
  width: 5.078125vw;
  height: 5.078125vw;
}
@media screen and (max-width: 1279px) {
  .c-card-slide .swiper-button-next:before {
    width: 5.078125vw;
    height: 5.078125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-card-slide .swiper-button-next:before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}

.c-slide-width {
  padding: 0 calc((100% - 84.84375vw) / 2) !important;
}
@media screen and (max-width: 767px) {
  .c-slide-width {
    padding-left: 6.6666666667vw !important;
    padding-right: 13.3333333333vw !important;
  }
}

/* ============================================
  Utilyty
============================================ */
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}

.u-txt-right {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-ib {
  display: inline-block;
}

.u-bold {
  font-weight: 700;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 1.40625vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt18 {
    margin-top: 2.34375vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt18 {
    margin-top: 4.8vw;
  }
}

.u-mt20 {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt20 {
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 5.3333333333vw;
  }
}

.u-mt24 {
  margin-top: 1.875vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt24 {
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 6.4vw;
  }
}

.u-mt30 {
  margin-top: 2.34375vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt30 {
    margin-top: 3.90625vw;
  }
}

.u-mt32 {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt32 {
    margin-top: 3.6458333333vw;
  }
}

.u-mt35 {
  margin-top: 2.734375vw;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 5.625vw;
}
@media only screen and (max-width: 767px) {
  .u-mt72 {
    margin-top: 14.4vw;
  }
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt82 {
  margin-top: 6.40625vw;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt104 {
  margin-top: 104px;
}

.u-mt112 {
  margin-top: 112px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb80 {
  margin-bottom: 6.25vw;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml104 {
  margin-left: 104px;
}

.u-ml112 {
  margin-left: 112px;
}

.u-ml120 {
  margin-left: 120px;
}

/* ============================================
  シャギー対策
============================================ */
*::-webkit-input-placeholder {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
*::-moz-placeholder {
  transform: rotate(0.05deg);
}
*:-ms-input-placeholder {
  transform: rotate(0.05deg);
}
*::-ms-input-placeholder {
  transform: rotate(0.05deg);
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
ol,
li,
dl,
dt,
dd,
p,
a,
*::placeholder {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.c-cont-txt__url {
  color: #A41A55;
  font-weight: 400;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.c-cont-txt__url:hover {
  opacity: 0.8;
}

/* ============================================
  z-index : 
  .c-pagetop - 100
  #menu - 500
  .p-hd__logo - 1000
  .p-hd__hamburger - 1000
  .p-sp-hd - 1000;
============================================ */
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

/* ============================================
  bodyにscroll付与された際のスタイル
============================================ */
body.is-scroll .p-hd__hamburger {
  position: fixed;
  top: 34px;
  right: 97px;
}
@media only screen and (max-width: 1279px) {
  body.is-scroll .p-hd__hamburger {
    right: 30px;
  }
}
body.is-spmenu-open {
  overflow: hidden;
}
body.is-spmenu-open .p-hd__hamburger-contact-link {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
body.is-spmenu-open .p-hd__hamburger-contact-link:hover {
  background-color: #ffffff;
  color: #000;
}
body.is-spmenu-open .p-hd__logo-img {
  position: fixed;
  top: -24px;
  left: 0;
}
body.is-spmenu-open .p-hd__logo-img.-normal {
  display: none;
}
body.is-spmenu-open .p-hd__logo-img.-hamburger {
  display: block;
}
body.is-spmenu-open .p-hd__hamburger-btn {
  border-radius: 0;
}
body.is-spmenu-open .p-hd__hamburger-contact {
  opacity: 1;
}

/* ============================================
  componentページ用
============================================ */
#s-template {
  padding: 50px 0;
}
@media screen and (max-width: 1279px) {
  #s-template {
    padding: 3.90625vw 0;
  }
}
@media screen and (max-width: 767px) {
  #s-template {
    padding: 13.3333333333vw 0;
  }
}

.component-ttl {
  font-size: 20px;
  padding: 10px 20px;
  color: #ffffff;
  background: #A41A55;
}
@media screen and (max-width: 1279px) {
  .component-ttl {
    font-size: 1.5625vw;
    padding: 0.78125vw 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .component-ttl {
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.component-ttl + * {
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .component-ttl + * {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .component-ttl + * {
    margin-top: 2.6666666667vw;
  }
}
.component-ttl + * + .component-ttl {
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .component-ttl + * + .component-ttl {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .component-ttl + * + .component-ttl {
    margin-top: 8vw;
  }
}

/* ============================================
  Header
============================================ */
@media screen and (max-width: 767px) {
  #header {
    display: none;
  }
}

.l-hd-width {
  width: 100%;
  height: 100%;
  max-width: 84.84375vw;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .l-hd-width {
    max-width: 1146px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-hd-width {
    max-width: 100%;
    width: 100%;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.l-hd {
  width: 100%;
  height: 132px;
}
.l-hd__inr {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-hd__logo {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-hd__logo-text {
  font-weight: 400;
}
.p-hd__logo-img.-hamburger {
  display: none;
}
.p-hd__logo .p-hd__logo-img {
  width: 180px;
}
.p-hd__hamburger {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 34px;
  right: 97px;
}
@media only screen and (max-width: 1279px) {
  .p-hd__hamburger {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-hd__hamburger {
    right: 25px;
  }
}
.p-hd__hamburger:hover .p-hd__hamburger-btn {
  background: #182C80;
  border-radius: 0px;
}
.p-hd__hamburger:hover .p-hd__hamburger-line {
  background: #ffffff;
}
.p-hd__hamburger:hover .p-hd__hamburger-contact {
  opacity: 1;
  display: block;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-hd__hamburger-contact {
  opacity: 0;
  margin-right: 14px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.p-hd__hamburger-contact-link {
  width: 135px;
  height: 49px;
  border-radius: 32px;
  background: #A41A55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 16px;
  border: 2px solid #A41A55;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (min-width: 1280px) {
  .p-hd__hamburger-contact-link:hover {
    background-color: #ffffff;
    color: #A41A55;
  }
}
.p-hd__hamburger-btn {
  -webkit-transition: 0.5s border-radius;
  transition: 0.5s border-radius;
  cursor: pointer;
  width: 63px;
  height: 63px;
  position: relative;
  background-color: #ffffff;
  border-radius: 50vh;
}
.p-hd__hamburger-btn.-open {
  background-color: #ffb819 !important;
}
.p-hd__hamburger-btn.-open .p-hd__hamburger-line {
  background-color: #ffffff !important;
}
.p-hd__hamburger-btn.-open .p-hd__hamburger-line.-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-hd__hamburger-btn.-open .p-hd__hamburger-line.-center {
  opacity: 0;
}
.p-hd__hamburger-btn.-open .p-hd__hamburger-line.-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-hd__hamburger-line {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 33px;
  height: 4px;
  background-color: #A41A55;
  position: absolute;
  display: inline-block;
}
.p-hd__hamburger-line.-top {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 9px));
          transform: translate(-50%, calc(-50% - 9px));
}
.p-hd__hamburger-line.-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-hd__hamburger-line.-bottom {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 9px));
          transform: translate(-50%, calc(-50% + 9px));
}

.p-hd__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.p-hd__logo-text__fix {
  display: none;
  position: fixed;
  width: 20em;
  color: #fff;
  left: 250px;
  top: -15px;
  font-size: 20px;
  pointer-events: none;
}

.is-spmenu-open .p-hd__logo-text__fix {
  display: block;
}

.is-spmenu-open .p-hd__logo-text {
  display: none;
}

.is-spmenu-open .l-hd {
  position: fixed;
  z-index: 1000;
}

.p-hd__logo-text__sp {
  color: #fff;
  text-align: center;
  display: none;
  margin-top: 30px;
}
.p-hd__logo-text__sp.-hamburger {
  display: block;
}

.p-ft__logo-text {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1279px) {
  .p-ft__logo-text {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-ft__logo-text {
    text-align: center;
    font-size: 5.3333333333vw;
  }
}

body.cn .p-ft__logo-text {
  font-size: 20px;
}
@media only screen and (max-width: 1279px) {
  body.cn .p-ft__logo-text {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  body.cn .p-ft__logo-text {
    font-size: 13px;
  }
}

body.tw .p-ft__logo-text {
  font-size: 20px;
}
@media only screen and (max-width: 1279px) {
  body.tw .p-ft__logo-text {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  body.tw .p-ft__logo-text {
    font-size: 13px;
  }
}

/* ============================================
  SPヘッダー
============================================ */
.p-sp-hd {
  z-index: 1000;
  display: none;
  width: 100%;
  height: 32.5333333333vw;
  height: 122px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
@media screen and (max-width: 767px) {
  .p-sp-hd {
    display: block;
  }
}
.p-sp-hd.-open {
  background-color: #000;
}
.p-sp-hd.-open .p-sp-hd__logo-img-wrap,
.p-sp-hd.-open .p-sp-hd__contact-img-wrap {
  background-color: #ffffff;
}
.p-sp-hd__inr {
  max-width: 294px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sp-hd__logo-img-wrap {
  background-color: #A41A55;
  width: 31px;
  height: 31px;
  -webkit-mask-image: url("../media/common/sp-hd_logo.svg");
          mask-image: url("../media/common/sp-hd_logo.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  display: block;
}
.p-sp-hd__contact-img-wrap {
  background-color: #A41A55;
  width: 33px;
  height: 27px;
  -webkit-mask-image: url("../media/common/sp-hd_contact.svg");
          mask-image: url("../media/common/sp-hd_contact.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  display: block;
}
.p-sp-hd__hamburger-btn {
  -webkit-transition: 0.5s border-radius;
  transition: 0.5s border-radius;
  cursor: pointer;
  width: 63px;
  height: 63px;
  position: relative;
}
.p-sp-hd__hamburger-btn.-open .p-sp-hd__hamburger-line {
  background-color: #ffb819 !important;
}
.p-sp-hd__hamburger-btn.-open .p-sp-hd__hamburger-line.-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-sp-hd__hamburger-btn.-open .p-sp-hd__hamburger-line.-center {
  opacity: 0;
}
.p-sp-hd__hamburger-btn.-open .p-sp-hd__hamburger-line.-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-sp-hd__hamburger-line {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 33px;
  height: 4px;
  background-color: #A41A55;
  position: absolute;
  display: inline-block;
}
.p-sp-hd__hamburger-line.-top {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 9px));
          transform: translate(-50%, calc(-50% - 9px));
}
.p-sp-hd__hamburger-line.-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-sp-hd__hamburger-line.-bottom {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 9px));
          transform: translate(-50%, calc(-50% + 9px));
}

/* ============================================
  フッター
============================================ */
#footer {
  padding-top: 99px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  #footer {
    padding-top: 7.734375vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 12.5333333333vw;
    padding-bottom: 34.6666666667vw;
  }
}
#footer .l-ft .-reverse-color {
  background-color: #5b5657;
}
#footer .l-ft .-reverse-color .p-ft__link-txt {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
#footer .l-ft .-reverse-color .p-ft__sns {
  margin-top: 90px;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__sns {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__sns {
    margin-top: 8.2666666667vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__sns-img-wrap {
  display: inline-block;
}
#footer .l-ft .-reverse-color .p-ft__sns-img-wrap + .p-ft__sns-img-wrap {
  margin-left: 15px;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__sns-img-wrap + .p-ft__sns-img-wrap {
    margin-left: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__sns-img-wrap + .p-ft__sns-img-wrap {
    margin-left: 4vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__sns-img {
  display: inline-block;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__sns-img {
    width: 3.359375vw;
    height: 3.359375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__sns-img {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__lang {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__lang {
    margin-top: 13.3333333333vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__lang-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.8vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 4.8vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__lang-item + .p-ft__lang-item {
  margin-left: 10px;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__lang-item + .p-ft__lang-item {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__lang-item + .p-ft__lang-item {
    margin-left: 0;
  }
}
#footer .l-ft .-reverse-color .p-ft__lang-link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #5b5657;
  line-height: 1;
  border: 2px solid #f6f6f6;
  border-radius: 50vh;
  min-height: 34px;
  font-size: 18px;
  padding: 4px 12px 5px;
  font-weight: 400;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border;
  transition: 0.5s background-color, 0.5s color, 0.5s border;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__lang-link {
    min-height: 2.65625vw;
    font-size: 1.40625vw;
    padding: 0.3125vw 0.9375vw 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__lang-link {
    min-height: 9.0666666667vw;
    font-size: 4.8vw;
    padding: 1.0666666667vw 3.2vw 1.3333333333vw;
    width: 100%;
  }
}
#footer .l-ft .-reverse-color .p-ft__lang-link:hover {
  background: #5b5657;
  color: #f6f6f6;
  border: 2px solid #5b5657;
}
#footer .l-ft .-reverse-color .p-ft__lang-link.-active {
  border: 2px solid #5b5657;
  color: #ffffff;
  background: #5b5657;
  pointer-events: none;
}
#footer .l-ft .-reverse-color .p-ft__copyright {
  margin-top: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__copyright {
    margin-top: 12.65625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 12.8vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__copyright-txt {
  width: 50%;
  color: #b1aeaf;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__copyright-txt {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__copyright-txt {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__copyright-txt.-policy {
  padding-left: 15px;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__copyright-txt.-policy {
    padding-left: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__copyright-txt.-policy {
    padding-left: 0;
    margin-top: 3.7333333333vw;
  }
}
#footer .l-ft .-reverse-color .p-ft__copyright-txt-link {
  color: #b1aeaf;
  font-size: 14px;
  line-height: 1.7142857143;
  width: 100%;
  font-weight: 400;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
#footer .l-ft .-reverse-color .p-ft__copyright-txt-link:hover {
  color: #A41A55;
}
@media screen and (max-width: 1279px) {
  #footer .l-ft .-reverse-color .p-ft__copyright-txt-link {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .l-ft .-reverse-color .p-ft__copyright-txt-link {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#footer .p-ft {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 426px 132px 1fr;
  grid-template-columns: 426px 1fr;
  gap: 0 132px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft {
    -ms-grid-columns: 33.28125vw 10.3125vw 1fr;
    grid-template-columns: 33.28125vw 1fr;
    gap: 0 10.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft {
    display: block;
  }
}
#footer .p-ft__cont.-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .p-ft__cont.-list {
    display: none;
  }
}
#footer .p-ft__logo {
  margin-top: 11px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__logo {
    margin-top: 0.859375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__logo {
    margin-top: 0;
  }
}
#footer .p-ft__logo-link {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #footer .p-ft__logo-link {
    width: 100%;
  }
}
#footer .p-ft__logo-img {
  width: 230px;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  #footer .p-ft__logo-img {
    width: 170px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #footer .p-ft__logo-img {
    width: 230px;
  }
}
#footer .p-ft__link-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__link-list-wrap {
    gap: 0 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-list-wrap {
    display: block;
    gap: 0;
    margin-top: 10.4vw;
  }
}
#footer .p-ft__link-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-list + .p-ft__link-list {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-list.-pc {
    display: none;
  }
}
#footer .p-ft__link-list.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-list.-sp {
    display: block;
  }
}
#footer .p-ft__link-item {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__link-item {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-item {
    font-size: 5.3333333333vw;
  }
}
#footer .p-ft__link-item + .p-ft__link-item {
  margin-top: 13px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__link-item + .p-ft__link-item {
    margin-top: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__link-item + .p-ft__link-item {
    margin-top: 3.4666666667vw;
  }
}
#footer .p-ft__link-txt {
  position: relative;
  display: inline-block;
  color: #5b5657;
}
@media screen and (min-width: 1280px) {
  #footer .p-ft__link-txt:hover {
    opacity: 0.8;
  }
}
#footer .p-ft__sns {
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__sns {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__sns {
    margin-top: 8.2666666667vw;
  }
}
#footer .p-ft__sns-img-wrap {
  display: inline-block;
}
#footer .p-ft__sns-img-wrap + .p-ft__sns-img-wrap {
  margin-left: 15px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__sns-img-wrap + .p-ft__sns-img-wrap {
    margin-left: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__sns-img-wrap + .p-ft__sns-img-wrap {
    margin-left: 4vw;
  }
}
#footer .p-ft__sns-img {
  display: inline-block;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__sns-img {
    width: 3.359375vw;
    height: 3.359375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__sns-img {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#footer .p-ft__lang {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #footer .p-ft__lang {
    margin-top: 13.3333333333vw;
  }
}
#footer .p-ft__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .p-ft__lang-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.8vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 4.8vw;
  }
}
#footer .p-ft__lang-item + .p-ft__lang-item {
  margin-left: 10px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__lang-item + .p-ft__lang-item {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__lang-item + .p-ft__lang-item {
    margin-left: 0;
  }
}
#footer .p-ft__lang-link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  color: #5b5657;
  line-height: 1;
  border: 2px solid #f6f6f6;
  border-radius: 50vh;
  min-height: 34px;
  font-size: 18px;
  padding: 4px 12px 5px;
  font-weight: 400;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border;
  transition: 0.5s background-color, 0.5s color, 0.5s border;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__lang-link {
    min-height: 2.65625vw;
    font-size: 1.40625vw;
    padding: 0.3125vw 0.9375vw 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__lang-link {
    min-height: 9.0666666667vw;
    font-size: 4.8vw;
    padding: 1.0666666667vw 3.2vw 1.3333333333vw;
    width: 100%;
  }
}
#footer .p-ft__lang-link:hover {
  background: #5b5657;
  color: #f6f6f6;
  border: 2px solid #5b5657;
}
#footer .p-ft__lang-link.-active {
  border: 2px solid #5b5657;
  color: #ffffff;
  background: #5b5657;
  pointer-events: none;
}
#footer .p-ft__copyright {
  margin-top: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__copyright {
    margin-top: 12.65625vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 12.8vw;
  }
}
#footer .p-ft__copyright-txt {
  width: 50%;
  color: #b1aeaf;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__copyright-txt {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__copyright-txt {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#footer .p-ft__copyright-txt.-policy {
  padding-left: 15px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__copyright-txt.-policy {
    padding-left: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__copyright-txt.-policy {
    padding-left: 0;
  }
}
#footer .p-ft__copyright-txt-link {
  color: #b1aeaf;
  font-size: 14px;
  line-height: 1.7142857143;
  width: 100%;
  font-weight: 400;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
#footer .p-ft__copyright-txt-link:hover {
  color: #A41A55;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__copyright-txt-link {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__copyright-txt-link {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

/* ============================================
  メニュー
============================================ */
#menu {
  display: none;
  z-index: 500;
  overflow-y: auto;
  background-color: #000;
  background-image: url("../media/common/hamburger_bg.svg");
  background-size: 528px 528px;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 99px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  #menu {
    background-size: 41.25vw 41.25vw;
    padding-top: 7.734375vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    padding-top: 12.5333333333vw;
    padding-bottom: 34.6666666667vw;
    overflow-y: scroll;
  }
}
#menu .p-menu {
  margin-top: 116px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 426px 132px 1fr;
  grid-template-columns: 426px 1fr;
  gap: 0 132px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu {
    margin-top: 9.0625vw;
    -ms-grid-columns: 33.28125vw 10.3125vw 1fr;
    grid-template-columns: 33.28125vw 1fr;
    gap: 0 10.3125vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu {
    display: block;
    margin-top: 0;
  }
}
#menu .p-menu__cont.-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu .p-menu__cont.-list {
  padding-top: 7px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__cont.-list {
    padding-top: 0.546875vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__cont.-list {
    display: none;
  }
}
#menu .p-menu__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu .p-menu__logo {
    display: block;
  }
}
#menu .p-menu__logo-link {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #menu .p-menu__logo-link {
    width: 100%;
  }
}
#menu .p-menu__logo-img {
  width: 342px;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__logo-img {
    width: 26.71875vw;
    height: 1.953125vw;
  }
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__logo-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #menu .p-menu__logo-img {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#menu .p-menu__link-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__link-list-wrap {
    gap: 0 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-list-wrap {
    display: block;
    gap: 0;
    margin-top: 8vw;
  }
}
#menu .p-menu__link-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-list + .p-menu__link-list {
    margin-top: 0vw;
    border-top: 1px solid #5b5657;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-list.-pc {
    display: none;
  }
}
#menu .p-menu__link-list.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-list.-sp {
    display: block;
  }
}
#menu .p-menu__link-item {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__link-item {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-item {
    font-size: 5.3333333333vw;
    display: block;
    padding: 2.4vw 0 2.1333333333vw;
  }
}
#menu .p-menu__link-item + .p-menu__link-item {
  margin-top: 13px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__link-item + .p-menu__link-item {
    margin-top: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__link-item + .p-menu__link-item {
    margin-top: 0;
    border-top: 1px solid #5b5657;
  }
}
#menu .p-menu__link-txt {
  position: relative;
  display: inline-block;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  #menu .p-menu__link-txt:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__sns {
    margin-top: 8vw;
    text-align: center;
  }
}
#menu .p-menu__sns-img-wrap {
  display: inline-block;
}
#menu .p-menu__sns-img-wrap + .p-menu__sns-img-wrap {
  margin-left: 15px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__sns-img-wrap + .p-menu__sns-img-wrap {
    margin-left: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__sns-img-wrap + .p-menu__sns-img-wrap {
    margin-left: 4vw;
  }
}
#menu .p-menu__sns-img {
  display: inline-block;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__sns-img {
    width: 3.359375vw;
    height: 3.359375vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__sns-img {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#menu .p-menu__lang {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #menu .p-menu__lang {
    margin-top: 8vw;
  }
}
#menu .p-menu__lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #menu .p-menu__lang-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.8vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 4.8vw;
  }
}
#menu .p-menu__lang-item + .p-menu__lang-item {
  margin-left: 10px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__lang-item + .p-menu__lang-item {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__lang-item + .p-menu__lang-item {
    margin-left: 0;
  }
}
#menu .p-menu__lang-link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #b1aeaf;
  line-height: 1;
  border: 2px solid #333;
  border-radius: 50vh;
  min-height: 34px;
  font-size: 18px;
  padding: 4px 12px 5px;
  font-weight: 400;
  -webkit-transition: 0.5s background-color, 0.5s color, 0.5s border;
  transition: 0.5s background-color, 0.5s color, 0.5s border;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__lang-link {
    min-height: 2.65625vw;
    font-size: 1.40625vw;
    padding: 0.3125vw 0.9375vw 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__lang-link {
    min-height: 9.0666666667vw;
    font-size: 4.8vw;
    padding: 1.0666666667vw 3.2vw 1.3333333333vw;
    width: 100%;
  }
}
#menu .p-menu__lang-link:hover {
  border: 2px solid #333;
  color: #ffffff;
  background: #333;
}
#menu .p-menu__lang-link.-active {
  border: 2px solid #333;
  color: #ffffff;
  background: #333;
  pointer-events: none;
}
#menu .p-menu__copyright {
  margin-top: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__copyright {
    margin-top: 12.65625vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 12.8vw;
  }
}
#menu .p-menu__copyright-txt {
  width: 50%;
  color: #5b5657;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__copyright-txt {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__copyright-txt {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#menu .p-menu__copyright-txt.-policy {
  padding-left: 15px;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__copyright-txt.-policy {
    padding-left: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__copyright-txt.-policy {
    padding-left: 0;
  }
}
#menu .p-menu__copyright-txt-link {
  color: #5b5657;
  font-size: 14px;
  line-height: 1.7142857143;
  width: 100%;
  font-weight: 400;
  -webkit-transition: 0.5s color;
  transition: 0.5s color;
}
#menu .p-menu__copyright-txt-link:hover {
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  #menu .p-menu__copyright-txt-link {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  #menu .p-menu__copyright-txt-link {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

/* ============================================
  フッターコンタクト
============================================ */
.l-ft-contact__inr {
  padding-top: 92px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .l-ft-contact__inr {
    padding-top: 7.1875vw;
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-ft-contact__inr {
    padding: 12.2666666667vw 0 13.3333333333vw;
  }
}
.l-ft-contact .c-txt {
  margin-top: 40px !important;
}
@media screen and (max-width: 1279px) {
  .l-ft-contact .c-txt {
    margin-top: 3.125vw !important;
  }
}
@media screen and (max-width: 767px) {
  .l-ft-contact .c-txt {
    margin-top: 12.2666666667vw !important;
  }
}
.l-ft-contact .c-txt__txt {
  color: #ffffff;
}
.l-ft-contact .c-btn {
  margin-top: 60px;
}
@media screen and (max-width: 1279px) {
  .l-ft-contact .c-btn {
    margin-top: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-ft-contact .c-btn {
    margin-top: 13.3333333333vw;
  }
}
#contact .l-ft-contact {
  display: none;
}

/* ============================================
  ページトップボタン
============================================ */
body {
  position: relative;
}

.c-pagetop {
  position: fixed;
  display: inline-block;
  right: 97px;
  bottom: 50px;
  z-index: 100;
}
@media screen and (max-width: 1279px) {
  .c-pagetop {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: inherit;
    bottom: inherit;
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 13.3333333333vw;
  }
}
.c-pagetop__btn {
  cursor: pointer;
  background-color: #A41A55;
  border-radius: 50vh;
  position: relative;
  margin: 0 auto;
  width: 63px;
  height: 63px;
  border: 2px solid #A41A55;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
.c-pagetop__btn:hover {
  background: #ffffff;
}
.c-pagetop__btn:hover:before {
  background: #A41A55;
}
.c-pagetop__btn:hover:after {
  border-top: 2px solid #A41A55;
  border-left: 2px solid #A41A55;
  bottom: 13px;
}
@media screen and (max-width: 767px) {
  .c-pagetop__btn:hover:after {
    bottom: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop__btn {
    width: 16.8vw;
    height: 16.8vw;
  }
}
.c-pagetop__btn:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 22px;
  height: 2px;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}
@media screen and (max-width: 767px) {
  .c-pagetop__btn:before {
    width: 5.8666666667vw;
    top: 5.3333333333vw;
  }
}
.c-pagetop__btn:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  width: 17px;
  height: 17px;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .c-pagetop__btn:after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    bottom: 2.9333333333vw;
  }
}

/* ============================================
  Utility
============================================ */
.u-ex-link {
  position: relative;
  display: inline-block;
  padding-right: 48px;
}
@media screen and (max-width: 1279px) {
  .u-ex-link {
    padding-right: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .u-ex-link {
    padding-right: 12.8vw;
  }
}
.u-ex-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-mask-image: url("../media/icon/icon-ex-link.svg");
          mask-image: url("../media/icon/icon-ex-link.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #5b5657;
  display: block;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1279px) {
  .u-ex-link:before {
    width: 1.640625vw;
    height: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .u-ex-link:before {
    width: 5.6vw;
    height: 5.6vw;
  }
}

.u-ex-link-white {
  position: relative;
  display: inline-block;
  padding-right: 48px;
}
@media screen and (max-width: 1279px) {
  .u-ex-link-white {
    padding-right: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .u-ex-link-white {
    padding-right: 12.8vw;
  }
}
.u-ex-link-white:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-mask-image: url("../media/icon/icon-ex-link-white.svg");
          mask-image: url("../media/icon/icon-ex-link-white.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  display: block;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1279px) {
  .u-ex-link-white:before {
    width: 1.640625vw;
    height: 1.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .u-ex-link-white:before {
    width: 5.6vw;
    height: 5.6vw;
  }
}

/* ============================================
  swiper
============================================ */
.swiper {
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .md_hidden {
    display: none;
  }
}

#view_btn {
  font-family: "BIZ UDPGothic", sans-serif;
}

.c-btn__link {
  font-family: "BIZ UDPGothic", sans-serif;
}

/* ============================================
  中国語フォント差し替え
============================================ */
body.cn {
  font-family: "source-han-sans-cjk-sc", sans-serif;
  font-weight: 300;
  font-style: normal;
}

body.tw {
  font-family: "source-han-sans-traditional", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lang-en {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
}

.c-txt__txt.font_cn {
  font-weight: 300;
}

.c-txt__txt.font_tw {
  font-weight: 300;
}

body.cn .p-hd__logo-text {
  font-weight: 300;
}
body.cn .p-hd__logo-text__fix {
  font-weight: 300;
  pointer-events: none;
}
body.cn .p-ft__logo-text.lang-en {
  font-weight: 300;
}
body.cn #footer .p-ft__lang {
  margin-top: 50px;
}

body.tw .p-hd__logo-text {
  font-weight: 300;
}
body.tw .p-hd__logo-text__fix {
  font-weight: 300;
  pointer-events: none;
}
body.tw .p-ft__logo-text.lang-en {
  font-weight: 300;
}
body.tw #footer .p-ft__lang {
  margin-top: 50px;
}

/* ============================================
  改修202504-05
============================================ */
#footer .p-ft__sns {
  margin-top: 90px;
}
@media screen and (max-width: 1279px) {
  #footer .p-ft__sns {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #footer .p-ft__sns {
    margin-top: 8.2666666667vw;
  }
}

.p-ft__logo-text {
  pointer-events: none;
}

.p-hd__logo-text__fix.-hamburger {
  font-size: 18px;
}