@charset "UTF-8";
/* リセットcss */
/* ブラウザのUAスタイルシートのすべてのスタイルを削除、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, input[type=checkbox], input[type=radio]):not(svg *)) {
  all: unset;
  display: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
  list-style-position: inside;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  font-size: inherit;
  padding: revert;
  overflow-wrap: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a,
button,
input[type=submit],
input[type=reset],
input[type=button],
input[type=checkbox] {
  cursor: pointer;
}

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
}

/* ----------------------------------------------
    基本設定
---------------------------------------------- */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #353635;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #eeeeee;
  line-height: 1.14;
  position: relative;
}

main::before {
  content: "";
  display: block;
  background: url(../img/bg_gra.png) repeat-x;
  width: 100%;
  height: 545px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

main {
  position: relative;
}

ruby {
  margin: 0 -0.6em 0 -0.3em;
}

rt {
  font-size: 1rem;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

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

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

a,
button {
  position: relative;
}
a img,
button img {
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
a .btn-on,
button .btn-on {
  opacity: 0;
  position: absolute;
  top: 0;
}

a:hover .btn-off,
button:hover .btn-off {
  opacity: 0;
}
a:hover .btn-on,
button:hover .btn-on {
  opacity: 1;
}

.sec-title {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 2.8rem;
  }
}

/* ----------------------------------------------
    fade upアニメーション
---------------------------------------------- */
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/* js */
.fade-up-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ----------------------------------------------
    header
---------------------------------------------- */
header {
  position: fixed;
  top: 40px;
  right: 16px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    top: 0;
    right: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-btn {
    margin-left: auto;
  }
  .header__menu-btn img {
    width: 70px;
  }
}

.header__menu-btn-pc {
  width: 120px;
  margin: auto 11px;
}
.header__menu-btn-pc img {
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.header__menu-btn-pc .menu-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.header__menu-btn-pc.click-js .menu-open {
  opacity: 0;
}
.header__menu-btn-pc.click-js .menu-close {
  opacity: 1;
}

.header__nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__nav {
    overscroll-behavior-y: contain;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -105vw;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 10px;
  }
}

/* js nav open */
.header__nav.show-nav-js {
  opacity: 1;
  visibility: visible;
}

.nav__inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav__inner {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .header__close-btn {
    display: block;
    margin-left: auto;
  }
  .header__close-btn img {
    width: 40px;
  }
}

.nav__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .nav__list {
    margin: 50px 0 38px;
  }
}

.nav__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nav__item {
    margin-bottom: 30px;
  }
}
.nav__item a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #c3924f;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .nav__item a {
    font-size: 2.4rem;
  }
}
.nav__item a:hover {
  color: #c9ae73;
}

.nav__item:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nav__item:first-of-type a {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .nav__icon {
    width: 120px;
    margin: 0 auto;
  }
}

.nav__list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
  border-top: 1px solid #c3924f;
  border-bottom: 1px solid #c3924f;
  position: relative;
  width: 115px;
  padding: 10.5px 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .nav__list-sns {
    padding: 40.5px 0 39.5px;
  }
}

.nav__list-sns::after {
  content: "";
  display: block;
  background-color: #c3924f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .nav__list-sns {
    width: 115px;
    margin: auto;
  }
}

.nav__item-sns.sns-x img {
  width: 35px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .nav__item-sns.sns-x img {
    width: 45px;
  }
}

.nav__item-sns.sns-youtube img {
  width: 40px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .nav__item-sns.sns-youtube img {
    width: 50px;
  }
}

/* ----------------------------------------------
    kv
---------------------------------------------- */
#kv {
  margin-bottom: 244px;
}
@media screen and (max-width: 767px) {
  #kv {
    margin-bottom: 112px;
  }
}
#kv .kv__inner {
  margin: auto;
}
#kv .kv__img {
  width: auto;
  height: 100vh;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #kv .kv__img {
    width: 96%;
    height: auto;
  }
}
#kv .kv__logo {
  max-width: 436px;
  width: 51.91%;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  #kv .kv__logo {
    max-width: 236px;
    width: 62.93%;
    margin: 75px auto;
  }
}
#kv .kv__youtube {
  max-width: 700px;
  width: 83.34%;
  margin: 0 auto 156px;
}
@media screen and (max-width: 767px) {
  #kv .kv__youtube {
    width: 88%;
    margin: 0 auto 105px;
  }
}
#kv .kv__youtube iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
#kv .kv__copy {
  font-size: 4.6rem;
  color: #c9ae73;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kv .kv__copy {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.9;
  }
}

/* ----------------------------------------------
    Introduction
---------------------------------------------- */
#introduction {
  padding-bottom: 169px;
}
@media screen and (max-width: 767px) {
  #introduction {
    padding-bottom: 116px;
  }
}
#introduction .sec-title::before {
  content: "";
  display: block;
  background: url(../img/line_intro.png) no-repeat center/contain;
  width: 880px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #introduction .sec-title::before {
    background: url(../img/line_intro_sp.png) no-repeat center/contain;
    width: 394px;
    height: 15px;
  }
}
#introduction .sec-title {
  margin-bottom: 202px;
}
@media screen and (max-width: 767px) {
  #introduction .sec-title {
    margin-bottom: 67px;
  }
}
#introduction .intro__text {
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #introduction .intro__text {
    width: 70.9%;
  }
}
#introduction .intro__text::before,
#introduction .intro__text::after {
  content: "";
  display: block;
  width: 250px;
  height: 230px;
}
@media screen and (max-width: 767px) {
  #introduction .intro__text::before,
  #introduction .intro__text::after {
    width: 200px;
    height: 184px;
  }
}
#introduction .intro__text::before {
  background: url(../img/intro_coner_left.png) no-repeat center/contain;
  position: absolute;
  top: -73px;
  left: -88px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #introduction .intro__text::before {
    background: url(../img/intro_coner_left_sp.png) no-repeat center/contain;
    top: -47px;
    left: -36px;
  }
}
#introduction .intro__text::after {
  background: url(../img/intro_coner_right.png) no-repeat center/contain;
  position: absolute;
  right: -52px;
  bottom: -69px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #introduction .intro__text::after {
    background: url(../img/intro_coner_right_sp.png) no-repeat center/contain;
    right: -33px;
    bottom: -36px;
  }
}

/* ----------------------------------------------
    Character
---------------------------------------------- */
#cast {
  overflow: hidden;
}
#cast .sec-title::before {
  content: "";
  display: block;
  background: url(../img/line_chara.png) no-repeat center/contain;
  width: 1368px;
  height: 41px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #cast .sec-title::before {
    background: url(../img/line_chara_sp.png) no-repeat center/contain;
    width: 767px;
    height: 22px;
  }
}
#cast .sec-title {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  #cast .sec-title {
    margin-bottom: 9px;
  }
}
#cast .cast__chara-list::before {
  content: "";
  display: block;
  background: url(../img/bg_chara.jpg) no-repeat center/cover;
  aspect-ratio: 1600/343;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-list::before {
    aspect-ratio: 375/131;
    top: 48%;
  }
}
#cast .cast__chara-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: auto;
}
#cast .cast__chara-item .chara-btn {
  max-height: 605px;
  height: 30.11vw;
}
@media screen and (max-width: 1600px) {
  #cast .cast__chara-item .chara-btn {
    height: 25.75vw;
  }
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item .chara-btn {
    height: 42.6vw;
  }
}
#cast .cast__chara-item .chara-btn img {
  height: 100%;
  width: auto;
}
#cast .cast__chara-item .cast__chara-name {
  font-weight: 700;
  color: #c9ae73;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item .cast__chara-name {
    font-size: 1rem;
  }
}
#cast .cast__chara-item:nth-of-type(1) {
  -webkit-transform: translateX(-2.6875vw);
          transform: translateX(-2.6875vw);
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item:nth-of-type(1) {
    -webkit-transform: translateX(-2.66vw);
            transform: translateX(-2.66vw);
  }
}
#cast .cast__chara-item:nth-of-type(2) {
  -webkit-transform: translateX(-1.875vw);
          transform: translateX(-1.875vw);
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item:nth-of-type(2) {
    -webkit-transform: translateX(-2.4vw);
            transform: translateX(-2.4vw);
  }
}
#cast .cast__chara-item:nth-of-type(3) {
  -webkit-transform: translateX(-0.625vw);
          transform: translateX(-0.625vw);
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item:nth-of-type(3) {
    -webkit-transform: translateX(-2.133vw);
            transform: translateX(-2.133vw);
  }
}
#cast .cast__chara-item:nth-of-type(4) {
  -webkit-transform: translateX(-1.25vw);
          transform: translateX(-1.25vw);
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item:nth-of-type(4) {
    -webkit-transform: translateX(-1.533vw);
            transform: translateX(-1.533vw);
  }
}
#cast .cast__chara-item:nth-of-type(5) {
  -webkit-transform: translateX(-0.125vw);
          transform: translateX(-0.125vw);
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item:nth-of-type(5) {
    -webkit-transform: translateX(-0.533vw);
            transform: translateX(-0.533vw);
  }
}
#cast .cast__chara-item:nth-of-type(6) {
  -webkit-transform: translateX(1.6875vw);
          transform: translateX(1.6875vw);
}
@media screen and (max-width: 767px) {
  #cast .cast__chara-item:nth-of-type(6) {
    -webkit-transform: translateX(2.4vw);
            transform: translateX(2.4vw);
  }
}
#cast {
  /* モーダル */
}
#cast #cast__modal {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: fixed;
  inset: 0;
  z-index: 9999;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#cast {
  /* スクロールバー Chrome / Safari */
}
#cast #cast__modal::-webkit-scrollbar {
  display: none;
}
#cast #cast__modal {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#cast {
  /* 開いている状態 */
}
#cast #cast__modal.is-open {
  opacity: 1;
  visibility: visible;
}
#cast {
  /* 背景 */
}
#cast #cast__modal .modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
#cast {
  /* モーダル内 */
}
#cast .cast__modal-inner {
  overflow: hidden;
  max-width: 840px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  container-type: inline-size;
}
#cast .modal__close {
  width: 40px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  #cast .modal__close {
    width: 10vw;
  }
}
#cast .modal__nav {
  width: 62px;
  position: absolute;
  top: 48%;
}
@media screen and (max-width: 600px) {
  #cast .modal__nav {
    width: 28px;
    top: 43%;
  }
}
#cast .modal__nav--next {
  right: 0;
}
#cast .modal__panel {
  max-width: 659px;
  width: calc(100% - 134px);
  display: none;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel {
    width: 99vw;
    margin: 0;
  }
}
#cast .modal__panel .modal__close {
  top: 14%;
  right: 9%;
  top: 17.5%;
  right: -20px;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel .modal__close {
    top: 23.5%;
  }
}
#cast .modal__panel .cast__chara-img {
  margin: auto;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel .cast__chara-img {
    margin: 0;
  }
}
#cast .modal__panel .cast__box {
  text-align: right;
  position: absolute;
  top: 43%;
  right: 15px;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel .cast__box {
    top: 47%;
    right: 10px;
  }
}
#cast .modal__panel .cast__chara {
  font-size: 3.6rem;
  font-size: 4.286cqw;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel .cast__chara {
    font-size: 1.6rem;
    font-size: 4.267vw;
  }
}
#cast .modal__panel .cast__name {
  font-size: 1.8rem;
  font-size: 2.143cqw;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel .cast__name {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
#cast .modal__panel .cast__name .small {
  font-size: 1.6rem;
  font-size: 1.905cqw;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel .cast__name .small {
    font-size: 1.2rem;
    font-size: 3.2vw;
  }
}
#cast .cast__img {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-1 {
    margin-left: -13.06vw;
  }
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-1 .cast__name {
    margin-right: -0.5em;
  }
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-2 {
    margin-left: -13.06vw;
  }
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-3 {
    margin-left: -13.06vw;
  }
}
#cast .modal__panel.panel-3 .cast__box {
  right: 15px;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-3 .cast__box {
    right: 8px;
  }
}
#cast .modal__panel.panel-3 .cast__name {
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-3 .cast__name {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-4 {
    margin-left: -13.1vw;
  }
}
#cast .modal__panel.panel-4 .cast__name {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-4 .cast__name {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-5 {
    margin-left: -13.06vw;
  }
}
@media screen and (max-width: 600px) {
  #cast .modal__panel.panel-6 {
    margin-left: -13.06vw;
  }
}
#cast {
  /* js */
}
#cast .modal__panel.is-active {
  display: block;
}

/* ----------------------------------------------
    Product
---------------------------------------------- */
.product-staff {
  background: url(../img/ptn_bg.png) repeat-x left/contain;
  padding: 146px 0 50px;
}
@media screen and (max-width: 767px) {
  .product-staff {
    background: none;
    padding: 146px 0 30px;
  }
}
.product-staff .product-staff__inner {
  background-color: #000;
  border: 1px solid #707070;
  max-width: 840px;
  width: 100%;
  position: relative;
  padding: 60px 20px 102px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .product-staff .product-staff__inner {
    padding: 60px 15px 94px;
  }
}
.product-staff .product-staff__inner::before,
.product-staff .product-staff__inner::after {
  content: "";
  display: block;
  width: 250px;
  height: 230px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .product-staff .product-staff__inner::before,
  .product-staff .product-staff__inner::after {
    width: 180px;
    height: 166px;
  }
}
.product-staff .product-staff__inner::before {
  background: url(../img/prd_coner_left.png) no-repeat center/contain;
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-staff .product-staff__inner::before {
    top: 10px;
    left: 5px;
  }
}
.product-staff .product-staff__inner::after {
  background: url(../img/prd_coner_right.png) no-repeat center/contain;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-staff .product-staff__inner::after {
    bottom: 10px;
    right: 5px;
  }
}

#product {
  margin-bottom: 60px;
}
#product .sec-title::before {
  content: "";
  display: block;
  background: url(../img/ico_product.png) no-repeat center/contain;
  width: 265px;
  height: 18px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #product .sec-title::before {
    background: url(../img/ico_product_sp.png) no-repeat center/contain;
    width: 230px;
    height: 17.5px;
  }
}
#product .sec-title {
  color: #c3924f;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #product .sec-title {
    margin-bottom: 32px;
  }
}
#product .product__list {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px 15px;
  width: 430px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #product .product__list {
    grid-template-columns: 60px 1fr;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #product .product__list dt,
  #product .product__list dd {
    font-size: 1.2rem;
  }
}
#product .product__list dt {
  font-weight: 600;
  color: #c9ae73;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #product .product__list dt {
    font-weight: 700;
  }
}
/* ----------------------------------------------
    Staff
---------------------------------------------- */
#staff .sec-title {
  color: #b7ded0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #staff .sec-title {
    margin-bottom: 8px;
  }
}
#staff .sec-title::before {
  content: "";
  display: block;
  background: url(../img/ico_staff.png) no-repeat center/contain;
  width: 265px;
  height: 17.5px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #staff .sec-title::before {
    background: url(../img/ico_staff_sp.png) no-repeat center/contain;
    width: 230px;
    height: 17.5px;
  }
}
#staff .staff__list {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 10px 15px;
  width: 426px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #staff .staff__list {
    grid-template-columns: 155px 1fr;
    max-width: 360px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #staff .staff__list dt,
  #staff .staff__list dd {
    font-size: 1.2rem;
  }
}
#staff .staff__list dt {
  font-weight: 600;
  color: #b7ded0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #staff .staff__list dt {
    font-weight: 700;
  }
}
/* ----------------------------------------------
    Share
---------------------------------------------- */
.share {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .share {
    margin-bottom: 70px;
  }
}
.share .sec-title {
  color: #eeeeee;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .share .sec-title {
    margin-bottom: 25px;
  }
}
.share .sec-title::before {
  content: "";
  display: block;
  background: url(../img/ico_share.png) no-repeat center/contain;
  width: 265px;
  height: 17.5px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .share .sec-title::before {
    background: url(../img/ico_share_sp.png) no-repeat center/contain;
    width: 230px;
    height: 17.5px;
  }
}
.share a {
  display: block;
  width: 50px;
  margin: auto;
}
.share img {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

/* ----------------------------------------------
    footer
---------------------------------------------- */
.page-top {
  width: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .page-top {
    right: 0;
    bottom: 0;
  }
}

/* js nav open */
.page-top.is-scrolled {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #dddddd;
  color: #000;
  text-align: center;
  padding: 50px 20px 32px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0 25px;
  }
}
footer a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 98%;
    margin: auto;
  }
}
footer .footer__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  margin-bottom: 30px;
}
footer .footer__logo-item {
  width: auto;
  height: 37px;
}
@media screen and (max-width: 767px) {
  footer .footer__logo-item {
    height: min(5.86vw, 22px);
  }
}
footer .footer__logo-item img {
  width: auto;
  height: 100%;
}

.footer__text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .footer__text.ft-1 {
    margin-bottom: 10px;
  }
}

.footer__text.ft-2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__text.ft-2 {
    margin-bottom: 20px;
  }
}

.footer__text.ft-3 {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .footer__text.ft-3 {
    font-weight: 500;
    margin-bottom: 20px;
  }
}

.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .footer__link-list {
    margin-bottom: 13px;
  }
}

.footer__link-item a {
  text-transform: uppercase;
}

.footer__link-item:not(:last-of-type)::after {
  content: "|";
  margin: 0 0.5em;
}/*# sourceMappingURL=style.css.map */