@charset "UTF-8";
/*
Theme Name: hobbyist.click
Author: hobbyist.click
Author URI: http://hobbyist.click/
Version: 1.0.0
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
body {
  color: #ebe4db;
  letter-spacing: 0.05em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  body {
    letter-spacing: 0.066vw;
  }
}
@media (max-width: 959px) {
  body {
    letter-spacing: 0.187vw;
  }
}
body {
  background-color: #0b0b0b;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  body {
    font-size: 1.311vw;
  }
}
@media (max-width: 959px) {
  body {
    font-size: 3.733vw;
  }
}
body {
  overflow-wrap: break-word;
}
body input,
body button {
  font-family: inherit;
}
body h2,
body h3,
body h4 {
  letter-spacing: 0;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  body p {
    letter-spacing: 0.026vw;
  }
}
@media (max-width: 959px) {
  body p {
    letter-spacing: 0.037vw;
  }
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body iframe {
  max-width: 100%;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .container {
    width: 100%;
    padding: 0 5vw;
  }
}
.container--padding-x--md {
  max-width: 1220px;
}
.container--slider-left {
  padding-left: 100px;
}
@media screen and (max-width: 959px) {
  .container--slider-left {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .header {
    padding-top: 1.6393442623vw;
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .header {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .header {
    padding-top: 2.4590163934vw;
    padding-bottom: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
.header.active {
  background-color: rgba(11, 11, 11, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.active .header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .header.active .header__logo {
    width: 42.6666666667vw;
  }
  .header.active .header__logo img {
    width: 100%;
  }
}
.header.sp-navi-active {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .header__wrap {
    padding-left: 3.2786885246vw;
    padding-right: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  width: 270px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .header__logo {
    width: 42.6666666667vw;
  }
  .header__logo img {
    width: 100%;
  }
}
.header__navi {
  margin-left: auto;
}
.header__sp-menu {
  margin-left: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .header__sp-menu {
    margin-left: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .header__sp-menu {
    margin-left: 8vw;
  }
}
.header__sp-menu {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .header__icon {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .header__icon {
    display: block;
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    margin: auto;
    width: 5vw;
    height: 5vw;
  }
  .header__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header__icon.active {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .header__wrap {
    padding-left: 1.6393442623vw;
    padding-right: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .header__navi {
    display: none;
  }
  .header__sp-menu {
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__sp-menu {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navi__item {
  margin-left: 30px;
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .header-navi__item {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .header-navi__item {
    font-size: 5.333vw;
  }
}
.header-navi__item:hover {
  color: #205e24;
}
.header-navi__item-instagram {
  margin-left: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .header-navi__item-instagram {
    margin-left: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .header-navi__item-instagram {
    margin-left: 6vw;
  }
}
.header-navi__item-instagram {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-navi__item-instagram.active {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  position: relative;
  vertical-align: middle;
  width: 60px;
  height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 10vw;
    height: 3.8vw;
  }
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebe4db;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  left: inherit;
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-25deg);
  transform: translateY(10px) rotate(-25deg);
}
@media screen and (max-width: 959px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.8vw) rotate(-25deg);
    transform: translateY(1.8vw) rotate(-25deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-10px) rotate(25deg);
  transform: translateY(-10px) rotate(25deg);
}
@media screen and (max-width: 959px) {
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-1.8vw) rotate(25deg);
    transform: translateY(-1.8vw) rotate(25deg);
  }
}

.sp-navi {
  width: 500px;
  overflow-y: scroll;
  position: fixed;
  padding-top: 100px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi {
    padding-top: 8.1967213115vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi {
    padding-top: 20vw;
  }
}
.sp-navi {
  padding-bottom: 100px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi {
    padding-bottom: 8.1967213115vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi {
    padding-bottom: 20vw;
  }
}
.sp-navi {
  top: 0;
  right: 0;
  z-index: 1;
  background: rgba(11, 11, 11, 0.9);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .sp-navi {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1220px) and (min-width: 960px) {
  .sp-navi {
    padding-top: 4.9180327869vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sp-navi {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1220px) and (min-width: 960px) {
  .sp-navi {
    padding-bottom: 4.9180327869vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sp-navi {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi {
    width: 100%;
    height: 100%;
  }
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__item {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__item {
    padding-top: 2.4590163934vw;
    padding-bottom: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
.sp-navi__item {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__item {
    padding-left: 2.4590163934vw;
    padding-right: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.sp-navi__item {
  color: #d5b650;
  font-size: 25px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__item {
    font-size: 2.049vw;
  }
}
@media (max-width: 959px) {
  .sp-navi__item {
    font-size: 4.8vw;
  }
}
.sp-navi__item {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .sp-navi__item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__item {
    padding-top: 1.6393442623vw;
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sp-navi__item {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__item {
    padding-left: 1.6393442623vw;
    padding-right: 1.6393442623vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 959px) {
  .sp-navi__item {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__item {
    padding-top: 1.6393442623vw;
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sp-navi__item {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.sp-navi__link-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__link-sns {
    padding-top: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__link-sns {
    padding-top: 6vw;
  }
}
.sp-navi__link-sns {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sp-navi__link-sns {
    padding-left: 2.4590163934vw;
    padding-right: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .sp-navi__link-sns {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.sp-navi__sns-item {
  width: 40px;
  height: 30px;
}
.sp-navi__sns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}

.page-mv {
  padding-top: 100px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page-mv {
    padding-top: 8.1967213115vw;
  }
}
@media screen and (max-width: 959px) {
  .page-mv {
    padding-top: 20vw;
  }
}
.page-mv {
  text-align: center;
}
.page-mv__heading {
  font-size: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page-mv__heading {
    font-size: 4.918vw;
  }
}
@media (max-width: 959px) {
  .page-mv__heading {
    font-size: 10.667vw;
  }
}
.page-mv__heading {
  font-family: "adobe-garamond-pro", serif;
}
.page-mv__heading :lang(ja) {
  font-family: "Shippori Mincho B1", serif;
}

.anker-menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .anker-menu__wrap {
    gap: 6vw 5vw;
  }
}
.anker-menu__item a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .anker-menu__item a {
    padding-bottom: 1.1475409836vw;
  }
}
@media screen and (max-width: 959px) {
  .anker-menu__item a {
    padding-bottom: 2.8vw;
  }
}
.anker-menu__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 100%;
  background-image: url(assets/images/icon/arrow-bottom--black.svg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .anker-menu__item a:before {
    width: 2.6666666667vw;
  }
}
@media screen and (min-width: 960px) {
  .anker-menu__item a:hover:before {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.heading__en-big {
  font-size: 100px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__en-big {
    font-size: 8.197vw;
  }
}
@media (max-width: 959px) {
  .heading__en-big {
    font-size: 13.333vw;
  }
}
.heading__en-big {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  letter-spacing: 0.1em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__en-big {
    letter-spacing: 0.82vw;
  }
}
@media (max-width: 959px) {
  .heading__en-big {
    letter-spacing: 1.333vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__en-big {
    top: 6.6666666667vw;
  }
}
.heading--center {
  text-align: center;
}
.heading__jp {
  font-size: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__jp {
    font-size: 2.459vw;
  }
}
@media (max-width: 959px) {
  .heading__jp {
    font-size: 5.333vw;
  }
}
.heading__jp-mark {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  line-height: 1.6;
  padding-left: 160px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__jp-mark {
    padding-left: 13.1147540984vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__jp-mark {
    padding-left: 32vw;
  }
}
.heading__jp-mark {
  padding-right: 160px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__jp-mark {
    padding-right: 13.1147540984vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__jp-mark {
    padding-right: 32vw;
  }
}
.heading__jp-mark {
  letter-spacing: 0.06em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__jp-mark {
    letter-spacing: 0.148vw;
  }
}
@media (max-width: 959px) {
  .heading__jp-mark {
    letter-spacing: 0.32vw;
  }
}
.heading__jp-mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .heading__jp-mark {
    display: block;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .heading__jp-mark {
    padding-left: 6.5573770492vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .heading__jp-mark {
    padding-left: 16vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .heading__jp-mark {
    padding-right: 6.5573770492vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .heading__jp-mark {
    padding-right: 16vw;
  }
}
.heading__jp-mark:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(assets/images/heading--left.svg);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .heading__jp-mark:before {
    bottom: 2vw;
    height: 5vw;
  }
}
.heading__jp-mark:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(assets/images/heading--right.svg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .heading__jp-mark:after {
    bottom: 2vw;
    height: 5vw;
  }
}
.heading__en {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__en {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .heading__en {
    font-size: 5.333vw;
  }
}
.heading__en {
  color: #d5b650;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 50px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__en {
    margin-bottom: 4.0983606557vw;
  }
}
@media screen and (max-width: 959px) {
  .heading__en {
    margin-bottom: 10vw;
  }
}
.heading__en {
  letter-spacing: 0.1em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .heading__en {
    letter-spacing: 0.164vw;
  }
}
@media (max-width: 959px) {
  .heading__en {
    letter-spacing: 0.533vw;
  }
}
@media screen and (max-width: 959px) {
  .heading--center-sp {
    text-align: center;
  }
}

.line {
  width: 1px;
  height: 1.875vw;
  background-color: #fff;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .line {
    width: 0.2666666667vw;
    height: 10.6666666667vw;
  }
}

.page {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page {
    padding-top: 6.5573770492vw;
    padding-bottom: 6.5573770492vw;
  }
}
@media screen and (max-width: 959px) {
  .page {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page {
    padding-top: 2.4590163934vw;
    padding-bottom: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
.page__heading {
  margin-bottom: 50px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page__heading {
    margin-bottom: 4.0983606557vw;
  }
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 959px) {
  .page__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page__heading {
    margin-bottom: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page__heading {
    margin-bottom: 6vw;
  }
}
.page__heading-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25vw;
  margin-bottom: 50px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page__heading-row {
    margin-bottom: 4.0983606557vw;
  }
}
@media screen and (max-width: 959px) {
  .page__heading-row {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 959px) {
  .page__heading-row {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page__heading-row {
    margin-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page__heading-row {
    margin-bottom: 4vw;
  }
}
.page--banner {
  padding-top: 0px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--banner {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .page--banner {
    padding-top: 0vw;
  }
}
.page--banner {
  padding-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--banner {
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .page--banner {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .page--banner {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page--banner {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--banner {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page--banner {
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--banner {
    padding-bottom: 4vw;
  }
}
.page--message {
  padding-bottom: 0px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--message {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .page--message {
    padding-bottom: 0vw;
  }
}
.page--message {
  margin-bottom: 0px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--message {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .page--message {
    margin-bottom: 0vw;
  }
}
.page--topics {
  padding-bottom: 0px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--topics {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) {
  .page--topics {
    padding-bottom: 0vw;
  }
}
.page--topics {
  margin-bottom: 100px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--topics {
    margin-bottom: 8.1967213115vw;
  }
}
@media screen and (max-width: 959px) {
  .page--topics {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 959px) {
  .page--topics {
    padding-bottom: 80px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page--topics {
    padding-bottom: 6.5573770492vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--topics {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page--topics {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--topics {
    margin-bottom: 0vw;
  }
}
.page--top-none {
  padding-top: 0;
}
.page--bottom-none {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .page--contact {
    padding-top: 80px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page--contact {
    padding-top: 6.5573770492vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--contact {
    padding-top: 16vw;
  }
}
.page--top-xl {
  padding-top: 200px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .page--top-xl {
    padding-top: 16.393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .page--top-xl {
    padding-top: 40vw;
  }
}
@media screen and (max-width: 959px) {
  .page--top-xl {
    padding-top: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .page--top-xl {
    padding-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page--top-xl {
    padding-top: 8vw;
  }
}

.post-slider-nav {
  position: absolute;
  top: 0;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .post-slider-nav {
    gap: 4.2666666667vw;
    position: relative;
    right: 0;
  }
}
.post-slider-nav__btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
}
.post-slider-nav__btn:focus {
  outline: none;
}
.post-slider-nav__btn:focus-visible {
  outline: 2px solid #ebe4db;
  outline-offset: 4px;
}
.post-slider-nav__btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.post-slider-nav__btn img {
  display: block;
  width: clamp(44px, 4vw, 64px);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .post-slider-nav__btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider-nav__btn {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .post-slider-nav__btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.page__wrap--design03-special .post-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0.75vw;
}
@media screen and (max-width: 959px) {
  .page__wrap--design03-special .post-slider-nav {
    margin-top: 0;
    gap: 2.1333333333vw;
  }
}

.parts--center {
  text-align: center;
}
.parts__image-slider {
  overflow: hidden;
  position: relative;
  margin-top: 120px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts__image-slider {
    margin-top: 9.8360655738vw;
  }
}
@media screen and (max-width: 959px) {
  .parts__image-slider {
    margin-top: 24vw;
  }
}
.parts__image-slider {
  padding-bottom: 80px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts__image-slider {
    padding-bottom: 6.5573770492vw;
  }
}
@media screen and (max-width: 959px) {
  .parts__image-slider {
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 959px) {
  .parts__image-slider {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts__image-slider {
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts__image-slider {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts__image-slider {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts__image-slider {
    margin-top: 4vw;
  }
}
.parts__btn {
  margin-top: 55px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts__btn {
    margin-top: 4.5081967213vw;
  }
}
@media screen and (max-width: 959px) {
  .parts__btn {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 959px) {
  .parts__btn {
    margin: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts__btn {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts__btn {
    margin-top: 8vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: none;
  margin-left: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: max(20px, (100vw - 1400px) / 2 + 100px);
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    padding-left: 0;
    margin-left: 0;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__mark-block {
  position: relative;
  z-index: 0;
}
.parts .parts-contents-design.design01 .parts-contents-design-box__mark {
  padding-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__mark {
    padding-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__mark {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__mark {
    padding-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__mark {
    padding-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__mark {
    padding-top: 4vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__mark img {
  margin: auto;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__mark img {
    width: 80vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__text {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text {
    font-size: 3.733vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__text {
  margin-top: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text {
    margin-top: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text {
    margin-top: 12vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__text p {
  line-height: 2.4;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text p {
    line-height: 2;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__title {
  font-size: 35px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__title {
    font-size: 2.869vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__title {
    font-size: 6.667vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__sign-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__sign-block {
    padding-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__sign-block {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__sign-block {
    width: 100%;
    padding-top: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__sign-block {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__sign-block {
    padding-top: 0vw;
  }
}
.parts .parts-contents-design.design01 .parts-contents-design-box__sign {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.parts .parts-contents-design.design01 .parts-contents-design-box__text-block {
  width: 660px;
}
@media screen and (max-width: 1199px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text-block {
    width: 58%;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.design01 .parts-contents-design-box__text-block {
    width: 100%;
  }
}
.parts .parts-contents-design.message .parts-contents-design-box__text-block {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text-block {
    position: relative;
    z-index: 0;
    padding-top: 120px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text-block {
    padding-top: 9.8360655738vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text-block {
    padding-top: 24vw;
  }
}
.parts .parts-contents-design.message .parts-contents-design-box__heading {
  font-size: 35px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.message .parts-contents-design-box__heading {
    font-size: 2.869vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__heading {
    font-size: 6.667vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__heading {
    position: absolute;
    top: 21.3333333333vw;
    right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    transform-box: fill-box;
    transform-origin: center center;
    text-indent: -3.5em;
    text-align: left;
    line-height: 2;
  }
  .parts .parts-contents-design.message .parts-contents-design-box__heading h2 {
    letter-spacing: 2vw;
  }
}
.parts .parts-contents-design.message .parts-contents-design-box__text {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text {
    font-size: 3.733vw;
  }
}
.parts .parts-contents-design.message .parts-contents-design-box__text {
  margin-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.message .parts-contents-design-box__text {
    text-align: left;
  }
}
.parts .parts-contents-design.message .parts-contents-design-box__text p {
  line-height: 2.4;
}
.parts .parts-contents-design.contact {
  max-width: 900px;
  margin: auto;
}
.parts .parts-contents-design.contact .parts-contents-design-box {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding: 12vw;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box {
  color: #0b0b0b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding-top: 4.9180327869vw;
    padding-bottom: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding-left: 2.4590163934vw;
    padding-right: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box__heading {
  font-size: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__heading {
    font-size: 3.279vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__heading {
    font-size: 10.667vw;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 5.3333333333vw;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box__heading {
  width: 20%;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__heading {
    width: 100%;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box__text {
  width: 40%;
  font-size: 16px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__text {
    font-size: 1.311vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__text {
    font-size: 4.267vw;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box__text {
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__text {
    width: 100%;
  }
}
.parts .parts-contents-design.contact .parts-contents-design-box__btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design.contact .parts-contents-design-box__btn {
    width: 60vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.parts .parts-contents-design__card-list.grid-list--03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .parts .parts-contents-design__card-list.grid-list--03 {
    gap: 1em;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list.grid-list--03 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}
.parts .parts-contents-design__card-list .card-list {
  position: relative;
  z-index: 0;
}
.parts .parts-contents-design__card-list .card-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 1px solid #d5b650;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.parts .parts-contents-design__card-list .card-list {
  padding: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list {
    padding: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list {
    padding: 2vw;
  }
}
.parts .parts-contents-design__card-list .card-list:hover:before {
  border: 3px solid #d5b650;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.parts .parts-contents-design__card-list .card-list__text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block {
    height: 53%;
  }
}
.parts .parts-contents-design__card-list .card-list__text-block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.7);
  padding-top: 25px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-top: 2.0491803279vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-top: 5vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text-block-inner {
  padding-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-bottom: 4vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text-block-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-left: 1.6393442623vw;
    padding-right: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text-block-inner {
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    font-size: 3.733vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text-block-inner {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-top: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-top: 6vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-left: 1.9672131148vw;
    padding-right: 1.9672131148vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text-block-inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.parts .parts-contents-design__card-list .card-list__title {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__title {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__title {
    font-size: 4.8vw;
  }
}
.parts .parts-contents-design__card-list .card-list__title {
  margin-bottom: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__title {
    margin-bottom: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__title {
    margin-bottom: 2vw;
  }
}
.parts .parts-contents-design__card-list .card-list__title {
  text-align: center;
  min-height: 3em;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__title {
    margin-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__title {
    margin-bottom: 4vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text {
  min-height: 4.5em;
  font-size: 16px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text {
    font-size: 1.311vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text {
    font-size: 3.733vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.parts .parts-contents-design__card-list .card-list__text p {
  letter-spacing: 0.05em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__text p {
    letter-spacing: 0.066vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__text p {
    letter-spacing: 0.187vw;
  }
}
.parts .parts-contents-design__card-list .card-list__text p {
  line-height: 1.6;
}
.parts .parts-contents-design__card-list .card-list__btn {
  text-align: center;
  margin-top: auto;
  margin-top: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__btn {
    margin-top: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__btn {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__btn {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__card-list .card-list__btn {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__card-list .card-list__btn {
    margin-top: 0vw;
  }
}
.parts .parts-contents-design__movie-list.grid-list--02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .parts .parts-contents-design__movie-list.grid-list--02 {
    gap: 1em;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__movie-list.grid-list--02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
  }
}
.parts .parts-contents-design__movie-list .movie-list {
  cursor: pointer;
}
.parts .parts-contents-design__movie-list .movie-list:hover .movie-list__item:before {
  background-color: rgba(11, 11, 11, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts .parts-contents-design__movie-list .movie-list__item {
  position: relative;
  z-index: 0;
}
.parts .parts-contents-design__movie-list .movie-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts .parts-contents-design__movie-list .movie-list__image img {
  width: 100%;
}
.parts .parts-contents-design__movie-list .movie-list__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__movie-list .movie-list__btn img {
    width: 16vw;
    height: 16vw;
  }
}
.parts .parts-contents-design__profile-list {
  margin-top: -50px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list {
    margin-top: -4.0983606557vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list {
    margin-top: -10vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list {
    margin-top: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__profile-list {
    margin-top: 0vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__swiper {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  aspect-ratio: 43/53;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__swiper {
    position: relative;
    width: 100%;
  }
}
.parts .parts-contents-design__profile-list .profile-list__swiper .swiper-slide {
  height: 100%;
}
.parts .parts-contents-design__profile-list .profile-list__swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}
.parts .parts-contents-design__profile-list .profile-list__swiper .swiper-pagination-bullet-active {
  background-color: #d5b650;
  opacity: 1;
}
.parts .parts-contents-design__profile-list .profile-list__swiper-pagination {
  bottom: 10px;
}
.parts .parts-contents-design__profile-list .profile-list__image {
  height: 100%;
}
.parts .parts-contents-design__profile-list .profile-list__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 43/53;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__image img {
    aspect-ratio: 325/402;
  }
}
.parts .parts-contents-design__profile-list .profile-list__status-block {
  width: 55%;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__status-block {
    width: 100%;
  }
}
.parts .parts-contents-design__profile-list .profile-list__status-block p {
  letter-spacing: 0.05em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__status-block p {
    letter-spacing: 0.066vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__status-block p {
    letter-spacing: 0.037vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__status-block p {
  line-height: 2.2;
}
.parts .parts-contents-design__profile-list .profile-list__text-block {
  margin-right: auto;
  padding-top: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__text-block {
    padding-top: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__text-block {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__text-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__text-block {
    padding-top: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__text-block {
    padding-top: 6vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__heading h3 {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__heading h3 {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__heading h3 {
    font-size: 5.333vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__heading h3 {
  text-align: center;
}
.parts .parts-contents-design__profile-list .profile-list__title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__title-block {
    gap: 8vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__sns-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__sns-list ul {
    gap: 5.3333333333vw;
  }
  .parts .parts-contents-design__profile-list .profile-list__sns-list ul li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .parts .parts-contents-design__profile-list .profile-list__sns-list ul img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.parts .parts-contents-design__profile-list .profile-list__title {
  font-size: 26px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__title {
    font-size: 2.131vw;
  }
}
@media (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__title {
    font-size: 5.867vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__text {
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__text {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__text {
    margin-top: 4vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__text {
  line-height: 1.8;
}
.parts .parts-contents-design__profile-list .profile-list__detail {
  margin-top: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__detail {
    margin-top: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__detail {
    margin-top: 12vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__table-block:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__table-block:not(:first-child) {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table-block:not(:first-child) {
    margin-top: 8vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__table {
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__table {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table {
    margin-top: 4vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__table table {
  width: 100%;
  border-collapse: collapse;
}
.parts .parts-contents-design__profile-list .profile-list__table table.career td:first-child {
  width: 180px;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table table.career td:first-child {
    width: 37.3333333333vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__table table.career td:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.parts .parts-contents-design__profile-list .profile-list__table table td {
  line-height: 2.4;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    padding-top: 0.4918032787vw;
    padding-bottom: 0.4918032787vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.032vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    padding-top: 0.4918032787vw;
    padding-bottom: 0.4918032787vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    font-size: 0.984vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td {
    font-size: 3.2vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__table table td:first-child {
  width: 120px;
}
@media screen and (max-width: 959px) {
  .parts .parts-contents-design__profile-list .profile-list__table table td:first-child {
    width: 24vw;
  }
}
.parts .parts-contents-design__profile-list .profile-list__table table td:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.parts-contents-design__post-slider {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: max(20px, (100vw - 1400px) / 2 + 100px);
  padding-right: 0;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.parts-contents-design__post-slider::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 959px) {
  .parts-contents-design__post-slider {
    margin-top: 10px;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-left: 0px;
    margin-right: -5vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts-contents-design__post-slider {
    margin-top: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts-contents-design__post-slider {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts-contents-design__post-slider {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts-contents-design__post-slider {
    padding-left: 0vw;
  }
}

.post-slider-scrollbar {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: max(20px, (100vw - 1400px) / 2 + 100px);
  padding-right: 0;
  margin-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider-scrollbar {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider-scrollbar {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider-scrollbar {
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .post-slider-scrollbar {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .post-slider-scrollbar {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .post-slider-scrollbar {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .post-slider-scrollbar {
    margin-top: 4vw;
  }
}
.post-slider-scrollbar__inner {
  height: 5px;
  background-image: url(assets/images/scroll-bar_pc.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .post-slider-scrollbar__inner {
    height: 1.3333333333vw;
    background-image: url(assets/images/scroll-bar_sp.jpg);
  }
}
.post-slider-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #d5b650;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
}
.post-slider-scrollbar__thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.banner {
  max-width: 800px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
.banner img {
  width: 100%;
}
.banner:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #ebe4db;
}

.btn--right {
  text-align: right;
}
.btn--center {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .btn--center {
    text-align: right;
  }
}
.btn__item:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .btn__item:not(:first-child) {
    margin-top: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .btn__item:not(:first-child) {
    margin-top: 6vw;
  }
}
.btn-margin--sm .btn__item:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .btn-margin--sm .btn__item:not(:first-child) {
    margin-top: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-margin--sm .btn__item:not(:first-child) {
    margin-top: 2vw;
  }
}

.normal-btn {
  border: 1px solid #d5b650;
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .normal-btn {
    padding-top: 1.6393442623vw;
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.normal-btn {
  color: #d5b650;
  font-size: 18px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .normal-btn {
    font-size: 1.475vw;
  }
}
@media (max-width: 959px) {
  .normal-btn {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .normal-btn {
    padding-top: 1.6393442623vw;
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .normal-btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .normal-btn {
    padding-left: 1.6393442623vw;
    padding-right: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .normal-btn {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.normal-btn.xl {
  width: 250px;
}
@media screen and (max-width: 959px) {
  .normal-btn.xl {
    width: 53.3333333333vw;
  }
}
.normal-btn.arrow-btn {
  position: relative;
  z-index: 0;
}
.normal-btn.arrow-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  width: 16px;
  height: 100%;
  background-image: url(assets/images/icon/arrow-bottom--main.svg);
  z-index: 1;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .normal-btn.arrow-btn:before {
    width: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.normal-btn .youtube-btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-right: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .normal-btn .youtube-btn {
    padding-right: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .normal-btn .youtube-btn {
    padding-right: 8vw;
  }
}
.normal-btn .youtube-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 25px;
  height: 100%;
  background-image: url(assets/images/icon/youtube--main.svg);
  z-index: 1;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .normal-btn .youtube-btn:before {
    width: 5.3333333333vw;
    right: 0vw;
  }
}
.normal-btn:hover {
  color: #0b0b0b;
  background-color: #d5b650;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.normal-btn:hover.arrow-btn:before {
  background-image: url(assets/images/icon/arrow-bottom--black.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.normal-btn:hover .youtube-btn:before {
  background-image: url(assets/images/icon/youtube--black.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-btn {
  border: 1px solid #0b0b0b;
  display: block;
  background-color: #0b0b0b;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .contact-btn {
    padding-top: 1.6393442623vw;
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .contact-btn {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.contact-btn {
  color: #ebe4db;
  font-size: 18px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .contact-btn {
    font-size: 1.475vw;
  }
}
@media (max-width: 959px) {
  .contact-btn {
    font-size: 4.8vw;
  }
}
.contact-btn.arrow-btn {
  position: relative;
  z-index: 0;
}
.contact-btn.arrow-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  width: 8px;
  height: 100%;
  background-image: url(assets/images/icon/arrow-right--white.svg);
  z-index: 1;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .contact-btn.arrow-btn:before {
    width: 1.0666666667vw;
    right: 2.6666666667vw;
  }
}
.contact-btn:hover {
  color: #0b0b0b;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-btn:hover.arrow-btn:before {
  background-image: url(assets/images/icon/arrow-right--black.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.parts-main__pagination {
  margin-top: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-main__pagination {
    margin-top: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-main__pagination {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-main__pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .parts-main__pagination {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .parts-main__pagination {
    margin-top: 8vw;
  }
}

.parts-side {
  background-color: #d5b650;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side {
    padding: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side {
    padding: 6vw;
  }
}
.parts-side__block:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__block:not(:last-child) {
    margin-bottom: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side__block:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.parts-side__title {
  margin-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__title {
    margin-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side__title {
    margin-bottom: 4vw;
  }
}
.parts-side__title h5 {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__title h5 {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .parts-side__title h5 {
    font-size: 5.333vw;
  }
}
.parts-side__title h5 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__title h5 {
    letter-spacing: 0.164vw;
  }
}
@media (max-width: 959px) {
  .parts-side__title h5 {
    letter-spacing: 0.533vw;
  }
}
.parts-side__archive-select {
  width: 100%;
  padding: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__archive-select {
    padding: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side__archive-select {
    padding: 2vw;
  }
}
.parts-side__archive-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.parts-side__archive-select::-ms-expand {
  display: none;
}
.parts-side__category-list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__category-list-item:not(:last-child) {
    margin-bottom: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side__category-list-item:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.parts-side__category-child-list {
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__category-child-list {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side__category-child-list {
    margin-top: 4vw;
  }
}
.parts-side__category-child-list {
  padding-left: 1.4em;
}
.parts-side__category-child {
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__category-child {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .parts-side__category-child {
    font-size: 3.733vw;
  }
}
.parts-side__category-child:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .parts-side__category-child:not(:last-child) {
    margin-bottom: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .parts-side__category-child:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.category-list {
  position: relative;
  z-index: 0;
  padding-left: 1.4em;
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .category-list {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .category-list {
    font-size: 3.733vw;
  }
}
.category-list:before {
  content: "⚫︎";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: -1;
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .category-list:before {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .category-list:before {
    font-size: 3.733vw;
  }
}
.category-list:before {
  color: #138388;
}

.sub-key {
  overflow: hidden;
}
.sub-key__wrap {
  position: relative;
  z-index: 0;
}
.sub-key__image {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  opacity: 0.5;
}
.sub-key__text {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  font-size: 34px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .sub-key__text {
    font-size: 2.787vw;
  }
}
@media (max-width: 959px) {
  .sub-key__text {
    font-size: 5.867vw;
  }
}
.sub-key__text {
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
}
.sub-key__text h3 {
  display: inline-block;
}

.footer {
  background-color: #0b0b0b;
  font-size: 13px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .footer {
    font-size: 1.066vw;
  }
}
@media (max-width: 959px) {
  .footer {
    font-size: 3.2vw;
  }
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .footer {
    padding-top: 4.9180327869vw;
    padding-bottom: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.footer__wrap {
  position: relative;
  z-index: 0;
}
.footer__legal {
  margin-top: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .footer__legal {
    margin-top: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .footer__legal {
    margin-top: 2vw;
  }
}
.footer__legal {
  font-size: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .footer__legal {
    font-size: 0.984vw;
  }
}
@media (max-width: 959px) {
  .footer__legal {
    font-size: 2.667vw;
  }
}
.footer__legal {
  text-align: center;
}

.text-size--ssm {
  font-size: 0.6em;
}

.text-size--sm {
  font-size: 0.8em;
}

.text-size--md {
  font-size: 0.9em;
}

.text-link {
  font-size: 1.8em;
}

.bg-image--01 {
  position: relative;
  z-index: 0;
}
.bg-image--01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(assets/images/bg-01_pc.png);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .bg-image--01:before {
    background-image: url(assets/images/bg-01_sp.png);
  }
}
.bg-image--02 {
  position: relative;
  z-index: 0;
}
.bg-image--02:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(assets/images/bg-02_pc.png);
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .bg-image--02:before {
    background-image: url(assets/images/bg-02_sp.png);
  }
}
.bg-image--03 {
  position: relative;
  z-index: 0;
}
.bg-image--03:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url(assets/images/bg-03_pc.png);
  background-size: 100% auto;
  background-position: bottom 4% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .bg-image--03:before {
    background-image: url(assets/images/bg-03_sp.png);
    opacity: 1;
    background-position: bottom 10% center;
  }
}

.common-btn {
  display: inline-block;
  color: #d5b650;
}
.common-btn.arrow-btn {
  position: relative;
  z-index: 0;
}
.common-btn.arrow-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  width: 6px;
  height: 100%;
  background-image: url(assets/images/icon/arrow-right--main.svg);
  z-index: 1;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .common-btn.arrow-btn:before {
    width: 1.6vw;
    right: -2.6666666667vw;
  }
}
.common-btn:hover {
  color: #ebe4db;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-btn:hover.arrow-btn:before {
  background-image: url(assets/images/icon/arrow-right--black.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg {
    font-size: 1.475vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg {
    font-size: 4.8vw;
  }
}
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 1em;
}
.wysiwyg h1 {
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h1 {
    padding-bottom: 0.9836065574vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h1 {
    padding-bottom: 2.4vw;
  }
}
.wysiwyg h1 {
  font-size: 30px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h1 {
    font-size: 2.459vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg h1 {
    font-size: 8vw;
  }
}
.wysiwyg h2 {
  font-weight: bold;
  line-height: 1.6;
  font-size: 26px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h2 {
    font-size: 2.131vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 6.933vw;
  }
}
.wysiwyg h2 {
  padding-bottom: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h2 {
    padding-bottom: 0.9836065574vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    padding-bottom: 2.4vw;
  }
}
.wysiwyg h3 {
  font-weight: bold;
  line-height: 1.6;
  font-size: 22px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h3 {
    font-size: 1.803vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg h3 {
    font-size: 5.867vw;
  }
}
.wysiwyg h3 {
  padding-bottom: 4px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h3 {
    padding-bottom: 0.3278688525vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h3 {
    padding-bottom: 0.8vw;
  }
}
.wysiwyg h4 {
  font-weight: bold;
  line-height: 1.6;
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg h4 {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg h4 {
    font-size: 5.333vw;
  }
}
.wysiwyg p {
  line-height: 1.6;
}
.wysiwyg p + p {
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg p + p {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg p + p {
    margin-top: 4vw;
  }
}
.wysiwyg p + h1,
.wysiwyg p + h2,
.wysiwyg p + h3,
.wysiwyg p + h4 {
  margin-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg p + h1,
  .wysiwyg p + h2,
  .wysiwyg p + h3,
  .wysiwyg p + h4 {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg p + h1,
  .wysiwyg p + h2,
  .wysiwyg p + h3,
  .wysiwyg p + h4 {
    margin-top: 8vw;
  }
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: vw-pc(10);
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: vw-pc(10);
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: vw-pc(10);
}
.wysiwyg img {
  max-width: 100%;
  width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding-left: 0.9836065574vw;
    padding-right: 0.9836065574vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
.wysiwyg table th,
.wysiwyg table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding-top: 0.9836065574vw;
    padding-bottom: 0.9836065574vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
}
.wysiwyg table th,
.wysiwyg table td {
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: vw-pc(2);
  height: vw-pc(1.6);
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: vw-pc(2) solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding-left: 0.9836065574vw;
    padding-right: 0.9836065574vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
.wysiwyg dt,
.wysiwyg dd {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding-top: 0.9836065574vw;
    padding-bottom: 0.9836065574vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
}
.wysiwyg dt,
.wysiwyg dd {
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  line-height: 1.8;
  background-color: #f2f2f2;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg blockquote {
    padding-left: 3.9344262295vw;
    padding-right: 3.9344262295vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
  }
}
.wysiwyg blockquote {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg blockquote {
    padding-top: 3.9344262295vw;
    padding-bottom: 3.9344262295vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
}
.wysiwyg blockquote {
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: vw-pc(12);
  left: vw-pc(24);
  color: #9e9b94;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: vw-pc(12);
  right: vw-pc(24);
  color: #9e9b94;
}
.wysiwyg blockquote cite {
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: vw-pc(1);
  width: vw-pc(28);
  background-color: #707070;
  vertical-align: middle;
  margin-right: vw-pc(1.5);
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: vw-pc(1.3);
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg a {
  font-size: 16px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg a {
    font-size: 1.311vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg a {
    font-size: 3.467vw;
  }
}
.wysiwyg a {
  line-height: 1;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul li {
  line-height: 1.8;
  position: relative;
  z-index: 0;
  padding-left: 1.2em;
}
.wysiwyg ul li:before {
  content: "⚫︎";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #138388;
  border-radius: 50%;
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg ul li:before {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .wysiwyg ul li:before {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg ul li:before {
    top: 3.2vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.wysiwyg ul li:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg ul li:not(:first-child) {
    margin-top: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg ul li:not(:first-child) {
    margin-top: 2vw;
  }
}
.wysiwyg ol {
  padding-left: 1.2em;
}
.wysiwyg ol li::marker {
  color: #138388;
}
.wysiwyg ol li:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .wysiwyg ol li:not(:first-child) {
    margin-top: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg ol li:not(:first-child) {
    margin-top: 2vw;
  }
}

.single__date-block {
  margin-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__date-block {
    margin-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .single__date-block {
    margin-bottom: 4vw;
  }
}
.single__date-block {
  text-align: center;
}
.single__title-block {
  margin-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__title-block {
    margin-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .single__title-block {
    margin-bottom: 4vw;
  }
}
.single__title-block {
  text-align: center;
}
.single__category-block {
  margin-bottom: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__category-block {
    margin-bottom: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .single__category-block {
    margin-bottom: 8vw;
  }
}
.single__category-block {
  text-align: center;
}
.single__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.single__date {
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__date {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .single__date {
    font-size: 3.733vw;
  }
}
.single__category {
  font-size: 12px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__category {
    font-size: 0.984vw;
  }
}
@media (max-width: 959px) {
  .single__category {
    font-size: 3.2vw;
  }
}
.single__paginav {
  margin-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__paginav {
    margin-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .single__paginav {
    margin-top: 8vw;
  }
}
.single__paginav {
  padding-top: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__paginav {
    padding-top: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .single__paginav {
    padding-top: 8vw;
  }
}
.single__paginav {
  border-top: 1px solid #d5b650;
}
@media screen and (max-width: 959px) {
  .single__paginav {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .single__paginav {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .single__paginav {
    margin-top: 4vw;
  }
}
.single__thumbnail-block {
  margin-bottom: 40px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .single__thumbnail-block {
    margin-bottom: 3.2786885246vw;
  }
}
@media screen and (max-width: 959px) {
  .single__thumbnail-block {
    margin-bottom: 8vw;
  }
}
.single__thumbnail {
  width: 100%;
}
.single__thumbnail img {
  width: 100%;
}

.paginav__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.paginav__item {
  width: 30%;
}
.paginav__item a {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .paginav__item a {
    padding-top: 2.131147541vw;
    padding-bottom: 2.131147541vw;
  }
}
@media screen and (max-width: 959px) {
  .paginav__item a {
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
  }
}
.paginav__item a {
  border: 1px solid #d5b650;
  text-align: center;
  color: #d5b650;
  cursor: pointer;
}
.paginav__item a span {
  font-size: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .paginav__item a span {
    font-size: 1.639vw;
  }
}
@media (max-width: 959px) {
  .paginav__item a span {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .paginav__item a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .paginav__item a {
    padding-top: 1.3114754098vw;
    padding-bottom: 1.3114754098vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .paginav__item a {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
.paginav__item.prev {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.prev:hover {
  background-color: #d5b650;
  color: #0b0b0b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.prev:hover a {
  color: #0b0b0b !important;
}
.paginav__item.next {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.next:hover {
  background-color: #d5b650;
  color: #0b0b0b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.next:hover a {
  color: #0b0b0b !important;
}
.paginav__item.all {
  background-color: #d5b650;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.paginav__item.all a {
  color: #0b0b0b !important;
}
.paginav__item.all:hover {
  color: #ebe4db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.pagination .page-numbers a,
.pagination .page-numbers span {
  width: 40px;
  height: 40px;
  border: 1px solid #ebe4db;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.pagination .page-numbers .current {
  background-color: #ebe4db;
  color: #fff;
}
.pagination .page-numbers .next,
.pagination .page-numbers .prev {
  display: none !important;
}

.page-list__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .page-list__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.image-slider .swiper-slide {
  cursor: pointer;
}

.image-slider-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.image-slider-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.image-slider-modal__backdrop {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.image-slider-modal__close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
  width: 2.5em;
  height: 2.5em;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .image-slider-modal__close {
    top: 0.5em;
    right: 0.5em;
  }
}
.image-slider-modal__content {
  position: relative;
  z-index: 1;
  max-width: min(900px, 100%);
  max-height: 90vh;
  overflow: auto;
  text-align: center;
}
.image-slider-modal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(90vh - 4em);
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.image-slider-modal__title {
  font-size: 16px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .image-slider-modal__title {
    font-size: 1.311vw;
  }
}
@media (max-width: 959px) {
  .image-slider-modal__title {
    font-size: 3.733vw;
  }
}
.image-slider-modal__title {
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .image-slider-modal__title {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .image-slider-modal__title {
    margin-top: 4vw;
  }
}

.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.movie-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.movie-modal__backdrop {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.85);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movie-modal__close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
  width: 2.5em;
  height: 2.5em;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .movie-modal__close {
    top: 0.5em;
    right: 0.5em;
  }
}
.movie-modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(900px, 100%);
  text-align: center;
}
.movie-modal__iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.movie-modal__iframe-wrap--shorts {
  max-width: min(400px, 100%);
  margin: 0 auto;
  aspect-ratio: 9/16;
}
.movie-modal__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contents-link__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .contents-link__wrap {
    gap: 1em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.contents-link__item {
  text-align: center;
  border: 1px solid #fff;
  width: calc((100% - 8em) / 5);
  height: 3.75vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  font-size: 18px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .contents-link__item {
    font-size: 1.475vw;
  }
}
@media (max-width: 959px) {
  .contents-link__item {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 959px) {
  .contents-link__item {
    width: calc((100% - 3em) / 3);
    height: 14.6666666667vw;
  }
}
.contents-link__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25vw;
  height: 100%;
  background-image: url(assets/images/icon/arrow-bottom--white.svg);
  background-size: auto auto;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .contents-link__item:before {
    background-size: 100% auto;
    top: inherit;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 0;
    width: 2.1333333333vw;
    background-position: bottom 20% center;
  }
}
@media screen and (max-width: 959px) {
  .contents-link__item .icon-link {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .contents-link__item .icon-link {
    padding-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contents-link__item .icon-link {
    padding-bottom: 4vw;
  }
}
.contents-link__item:hover {
  cursor: pointer;
  background-color: #fff;
  color: #ebe4db;
}
.contents-link__item:hover:before {
  background-image: url(assets/images/icon/arrow-bottom--black.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.relative {
  position: relative;
  z-index: 0;
}

.post-slider {
  container-type: inline-size;
  container-name: post-slider;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  overscroll-behavior-x: contain;
  -webkit-scroll-snap-type: x proximity;
      -ms-scroll-snap-type: x proximity;
          scroll-snap-type: x proximity;
}
.post-slider__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 1199px) {
  .post-slider__wrap {
    -webkit-column-gap: 4em;
       -moz-column-gap: 4em;
            column-gap: 4em;
  }
}
@media screen and (max-width: 959px) {
  .post-slider__wrap {
    gap: 2em;
  }
}
.post-slider__item {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25.3289473684cqw;
  min-width: 0;
  scroll-snap-align: start;
}
@media screen and (max-width: 1199px) {
  .post-slider__item {
    width: 25.3289473684cqw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider__item {
    width: 67.619047619cqw;
  }
}
.post-slider__item:last-child {
  padding-right: 14.2857142857cqw;
}
@media screen and (max-width: 959px) {
  .post-slider__item:last-child {
    padding-right: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .post-slider__item:last-child {
    padding-right: 2.4590163934vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .post-slider__item:last-child {
    padding-right: 6vw;
  }
}
.post-slider__image {
  margin-bottom: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider__image {
    margin-bottom: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider__image {
    margin-bottom: 4vw;
  }
}
.post-slider__image img {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post-slider__date {
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider__date {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .post-slider__date {
    font-size: 3.2vw;
  }
}
.post-slider__date {
  color: #d5b650;
}
.post-slider__title {
  font-size: 22px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider__title {
    font-size: 1.803vw;
  }
}
@media (max-width: 959px) {
  .post-slider__title {
    font-size: 4.267vw;
  }
}
.post-slider__title {
  line-height: 1.5;
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider__title {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider__title {
    margin-top: 4vw;
  }
}
.post-slider__text {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider__text {
    font-size: 1.148vw;
  }
}
@media (max-width: 959px) {
  .post-slider__text {
    font-size: 3.2vw;
  }
}
.post-slider__text {
  margin-top: 20px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .post-slider__text {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider__text {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .post-slider__text {
    width: 100%;
  }
}

.archive {
  padding-top: 200px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .archive {
    padding-top: 16.393442623vw;
  }
}
@media screen and (max-width: 959px) {
  .archive {
    padding-top: 40vw;
  }
}

.main-visual--mv-pending .main-visual__image-block,
.main-visual--mv-pending .main-visual__text-block.layout-01 {
  opacity: 0;
}
.main-visual--mv-pending .main-visual__title-block.layout-01 .main-visual__btn-block {
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .main-visual--mv-pending .main-visual__title-block-inner.layout-02 .main-visual__btn-block {
    opacity: 0;
  }
}
.main-visual__btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .main-visual__btn-block {
    margin-top: 4.9180327869vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__btn-block {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__btn-block {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__btn-block {
    margin-top: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__btn-block {
    margin-top: 4vw;
  }
}
.main-visual__btn.first {
  width: 15.625vw;
}
@media screen and (max-width: 959px) {
  .main-visual__btn.first {
    width: 100%;
  }
}
.main-visual__btn.second {
  width: 20.625vw;
}
@media screen and (max-width: 959px) {
  .main-visual__btn.second {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__btn .normal-btn {
    text-align: left;
  }
}
.main-visual__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__block {
  position: relative;
  z-index: 0;
}
.main-visual__title-block.layout-01 {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 0;
  padding-left: 160px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .main-visual__title-block.layout-01 {
    padding-left: 13.1147540984vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title-block.layout-01 {
    padding-left: 32vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title-block.layout-01 {
    padding-left: 20px;
    top: 22%;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__title-block.layout-01 {
    padding-left: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__title-block.layout-01 {
    padding-left: 4vw;
  }
}
.main-visual__title-block.layout-02 {
  margin-top: 100px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .main-visual__title-block.layout-02 {
    margin-top: 8.1967213115vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__title-block.layout-02 {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__text-block-inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 66.6666666667vw;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__text-block-inner {
    padding-left: 1.6393442623vw;
    padding-right: 1.6393442623vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__text-block-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__text-block-inner {
    padding-top: 4.0983606557vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__text-block-inner {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__text-block-inner {
    padding-bottom: 4.0983606557vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__text-block-inner {
    padding-bottom: 10vw;
  }
}
.main-visual__en-title {
  font-size: 1.875vw;
  color: #d5b650;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .main-visual__en-title {
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__en-title {
    margin-bottom: 0.8196721311vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__en-title {
    margin-bottom: 2vw;
  }
}
.main-visual__jp-title {
  font-size: 3.25vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .main-visual__jp-title {
    letter-spacing: 0.213vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__jp-title {
    font-size: 6.4vw;
    letter-spacing: 0.32vw;
  }
}
.main-visual__lead {
  font-size: 1.6875vw;
  line-height: 1.6;
  margin-top: 50px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .main-visual__lead {
    margin-top: 4.0983606557vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__lead {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__lead {
    margin-top: 0px;
    font-size: 5.6vw;
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 1220px) and (min-width: 960px) {
  .main-visual__lead {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__lead {
    margin-top: 0vw;
  }
}
.main-visual__lead p {
  letter-spacing: 0.05em;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .main-visual__lead p {
    letter-spacing: 0.111vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__lead p {
    letter-spacing: 0.28vw;
  }
}

.news-block {
  width: 40%;
  display: block;
  background-image: url(assets/images/topics-box.png);
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.1));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-block:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .news-block {
    width: 68%;
    margin-left: 5vw;
    -webkit-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.3));
  }
}
.news-block__category {
  font-size: 18px;
}
@media (max-width: 1220px) and (min-width: 960px) {
  .news-block__category {
    font-size: 1.475vw;
  }
}
@media (max-width: 959px) {
  .news-block__category {
    font-size: 4.267vw;
  }
}
.news-block__category {
  font-weight: 600;
}
.news-block__category span {
  display: inline-block;
  padding: 0.6vw 0.5vw;
  font-size: 1vw;
  background-color: #d5b650;
  border-radius: 1vw 1vw 0 0;
}
@media screen and (max-width: 959px) {
  .news-block__category span {
    font-size: 2.8vw;
    padding: 2vw 2vw;
  }
}
.news-block__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  padding: 1vw;
  border-radius: 0 1vw 1vw 1vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .news-block__list {
    padding: 2vw;
    gap: 2vw;
  }
}
.news-block__thumbnail {
  width: 24%;
}
@media screen and (max-width: 959px) {
  .news-block__thumbnail {
    width: 25%;
  }
}
.news-block__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.news-block__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-block__date {
  font-size: 0.6vw;
}
@media screen and (max-width: 959px) {
  .news-block__date {
    font-size: 2.5vw;
  }
}
.news-block__title {
  font-size: 0.9vw;
  padding-top: 0.8vw;
}
@media screen and (max-width: 959px) {
  .news-block__title {
    font-size: 3vw;
    padding-top: 2vw;
  }
}
.news-block__title h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
}
.news-block__btn-block {
  position: absolute;
  bottom: -0.3vw;
  right: -0.3vw;
  width: 2vw;
  height: 2vw;
}
@media screen and (max-width: 959px) {
  .news-block__btn-block {
    bottom: -1vw;
    right: -1vw;
    width: 5vw;
    height: 5vw;
  }
}
.news-block__btn-block img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .overflow-hidden--sp {
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */