@charset "UTF-8";
/* ===================== reset ==== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, article, footer, header, nav, section, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
}

input, textarea {
  margin: 0;
  resize: none;
  font-size: 16px;
  padding: 6px;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.mincyo {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
}

/* ===================== utility ==== */
.u_of {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}

.u_cf::after {
  content: "";
  clear: both;
  display: block;
}

.text_link {
  color: blue;
  text-decoration: underline;
  transition: all 0.3s;
}

.text_link:hover {
  color: aliceblue;
}

.touch_anime {
  transition: opacity 0.3s;
}

@media all and (min-width: 768px) {
  .touch_anime:not(.nopacity):hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .touch_anime:not(.nopacity).touch__start {
    opacity: 0.7;
  }
}
.scroll_anime {
  transition: all 1s ease 0s;
}

.scroll_anime.fuwa {
  opacity: 0;
  transform: scale(0.95);
}

.scroll_anime.fuwa.scroll__start {
  opacity: 1;
  transform: scale(1);
}

.scroll_anime.fuwa-up {
  transform: translateY(30px);
  opacity: 0;
}

.scroll_anime.fuwa-up.scroll__start {
  transform: translateY(0px);
  opacity: 1;
}

.scroll_anime.fuwa-down {
  transform: translateY(-30px);
  opacity: 0;
}

.scroll_anime.fuwa-down.scroll__start {
  transform: translateY(0px);
  opacity: 1;
}

.scroll_anime.fuwa-right {
  transform: translateX(-30px);
  opacity: 0;
}

.scroll_anime.fuwa-right.scroll__start {
  transform: translateX(0px);
  opacity: 1;
}

.scroll_anime.fuwa-left {
  transform: translateX(30px);
  opacity: 0;
}

.scroll_anime.fuwa-left.scroll__start {
  transform: translateX(0px);
  opacity: 1;
}

.scroll_filter {
  position: relative;
  overflow: hidden;
}

.scroll_filter::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1.2s;
  z-index: 100;
}

.scroll_filter.filter-left.scroll__start::before {
  left: -100%;
}

.scroll_filter.filter-right.scroll__start::before {
  left: 100%;
}

.scroll_filter.filter-up.scroll__start::before {
  top: -100%;
}

.scroll_filter.filter-down.scroll__start::before {
  top: 100%;
}

/* ===================== wp ==== */
.wp-editor h1 {
  font-size: 175%;
}

.wp-editor h2 {
  font-size: 160%;
}

.wp-editor h3 {
  font-size: 145%;
}

.wp-editor h4 {
  font-size: 130%;
}

.wp-editor h5 {
  font-size: 115%;
}

.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
  margin: 30px 0 10px;
}

.wp-editor img {
  max-width: 100%;
  height: auto;
}

.wp-editor hr {
  margin: 20px 0;
}

.wp-editor .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.wp-editor .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.wp-editor .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.wp-editor strong {
  font-weight: bold;
}

.wp-editor em {
  font-style: italic;
}

.wp-editor del {
  text-decoration: line-through;
}

.wp-editor blockquote {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin: 0;
}

.wp-editor blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}

.wp-editor blockquote:after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}

.wp-editor a {
  color: #00F;
  text-decoration: underline;
  transition: all 0.2s;
}

.wp-editor a:hover {
  color: red;
}

.wp-editor p {
  margin: 0 0 20px 0;
}

.wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px 0;
}

.wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  margin: 0 0 20px 0;
}

.wp-editor table {
  width: 100% !important;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed !important;
  resize: none;
  margin: 15px auto;
}

.wp-editor table th {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}

.wp-editor table td {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}

@media all and (max-width: 767px) {
  .wp-editor .alignleft {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .wp-editor .alignright {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
}
@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-word;
  color: #231815;
  font-feature-settings: "palt";
}

a {
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.fade-anima-swipe,
.fade-anima-parent {
  opacity: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.parallax {
  transition: 0.2s;
}

#body .material-symbols-outlined {
  font-size: 1em;
}

@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes drawer1 {
  0% {
    transform: translateX(-100%);
  }
  20% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes drawer2 {
  0% {
    transform: translateX(-100%);
  }
  5% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(0%);
  }
  65% {
    transform: translateX(0%);
  }
  85% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes drawer3 {
  0% {
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0%);
  }
  70% {
    transform: translateX(0%);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  #drawer {
    width: 15vw;
    height: 15vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 2.5vw;
    box-sizing: border-box;
    color: #231815;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 3vw;
    line-height: 1;
  }
  #drawer::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    background: #231815;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  #drawer span {
    position: relative;
    width: 100%;
    height: 1px;
    margin: auto;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  #drawer span::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #231815;
    left: 0;
    top: 0;
  }
  #drawer span:nth-child(1) {
    width: 60%;
    top: 0;
    bottom: auto;
    margin: 0 0 0 auto;
  }
  #drawer span:nth-child(1)::before {
    animation: drawer1 3s infinite;
  }
  #drawer span:nth-child(2) {
    display: none;
  }
  #drawer span:nth-child(3) {
    top: auto;
    bottom: 0;
    left: 0;
  }
  #drawer span:nth-child(3)::before {
    animation: drawer3 3s infinite;
  }
  #gnav {
    position: fixed;
    right: -100%;
    left: auto;
    top: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff02d;
    display: flex;
    align-items: center;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  #gnav ul li {
    overflow: hidden;
  }
  #gnav ul li a {
    transform: translateY(200%);
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    color: #231815;
    overflow: hidden;
    position: relative;
    display: inline-block;
  }
  .gnav-open #drawer span:nth-child(1) {
    top: 1vw;
    bottom: auto;
    left: 0;
    transform: rotate(30deg);
    width: 100%;
  }
  .gnav-open #drawer span:nth-child(2)::before {
    background-color: transparent;
  }
  .gnav-open #drawer span:nth-child(3) {
    top: auto;
    bottom: 1vw;
    left: 0;
    transform: rotate(-30deg);
  }
  .gnav-open #gnav {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .gnav-open #gnav ul li a {
    transform: translateY(0);
  }
  .gnav-open #drawer::after,
  .visible #drawer::after {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #drawer {
    display: none;
  }
}
@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .load .kv-container .site_title_logo {
    opacity: 1;
  }
  .load .kv-container .site_title_logo::before {
    background-position: left -30px center;
    opacity: 1;
  }
  .load2 .kv-container #drawer {
    opacity: 1;
  }
  .load2 .kv-container #gnav {
    opacity: 1;
  }
  .load2 .kv-container .site_title_logo {
    transform: translate(-15%, -76%) scale(1);
  }
  .load2 .kv-container .site_title_logo::before {
    opacity: 0;
  }
  .load2 .kv-container .info p .wrap {
    transform: translateY(0);
    opacity: 1;
  }
  .load2 .kv-container .scroll {
    opacity: 1;
  }
  .load2 .kv-container .scroll a span {
    width: 80px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .kv-container .site_title_logo {
    transform: translate(-15%, -50%) scale(1);
  }
  .load .kv-container .site_title_logo {
    transform: translate(-15%, -50%) scale(1);
    opacity: 1;
    position: fixed;
  }
  .load .kv-container .site_title_logo::before {
    background-position: left -30px center;
    opacity: 1;
  }
  .load2 .kv-container .kv-logo {
    opacity: 1;
  }
  .load2 .kv-container #gnav {
    opacity: 1;
  }
  .load2 .kv-container .site_title_logo {
    transform: translate(-15%, -22vw) scale(1);
  }
  .load2 .kv-container .site_title_logo::before {
    opacity: 0;
  }
  .load2 .kv-container .info {
    position: fixed;
  }
  .load2 .kv-container .info p .wrap {
    transform: translateY(0);
    opacity: 1;
  }
  .load2 .kv-container .scroll {
    opacity: 1;
  }
  .load2 .kv-container .scroll a span {
    width: 80px;
    opacity: 1;
  }
}
@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kv-container {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  .kv-container::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 997;
    width: 0;
    height: 15vw;
    background: #fff;
    top: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    opacity: 0;
  }
  .kv-container .kv-logo {
    width: 40vw;
    height: 5vw;
    background: url(../images/logo.svg) no-repeat center center/contain;
    position: fixed;
    left: 5vw;
    top: 5vw;
    z-index: 999;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container .kv-logo::after {
    content: "";
    display: block;
    position: fixed;
    z-index: 999;
    width: 0;
    height: 1px;
    background: #231815;
    top: 15vw;
    left: 0;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container #drawer {
    opacity: 0;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container #gnav .navwrap {
    font-size: 8vw;
    margin: 0 0 10vw;
    line-height: 1.8;
    position: relative;
    display: table;
    margin: 0 auto;
  }
  .kv-container #gnav .navwrap .item {
    display: block;
    position: relative;
  }
  .kv-container #gnav .navwrap .item .icon {
    width: 100%;
    display: block;
    padding: 0 0 0 10vw;
    position: relative;
    display: flex;
    align-items: center;
  }
  .kv-container #gnav .navwrap .item .icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 7vw;
    height: 7vw;
    left: 0;
  }
  .kv-container #gnav .navwrap .item .icon.ig::before {
    background: url(../images/icon-ig.svg) no-repeat left center/contain;
  }
  .kv-container #gnav .navwrap .item .icon.tw::before {
    background: url(../images/icon-tw.svg) no-repeat left center/contain;
  }
  .kv-container #gnav .navwrap .item .icon.fb::before {
    background: url(../images/icon-fb.svg) no-repeat left center/contain;
  }
  .kv-container #gnav .navwrap hr {
    border-top: solid #000 1px;
    border-bottom: none;
    width: 0;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    opacity: 0;
    left: 0;
  }
  .kv-container .site_title_logo {
    width: 17vw;
    height: 70vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-15%, -50%) scale(1.1);
    mask-image: url(../images/logo-large.svg);
    -webkit-mask-image: url(../images/logo-large.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    opacity: 1;
    z-index: 99;
    display: block;
    transition: 1s;
  }
  .kv-container .site_title_logo::after {
    content: "";
    display: block;
    width: 99.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: -99;
  }
  .kv-container .info {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 3vw;
    z-index: 99;
    display: block;
    transition: 1s;
  }
  .kv-container .info p {
    white-space: nowrap;
    overflow: hidden;
  }
  .kv-container .info p .line1 {
    font-size: 5vw;
    display: block;
  }
  .kv-container .info p .line2 {
    display: block;
  }
  .kv-container .info p .none {
    display: none;
  }
  .kv-container .info p:first-child {
    letter-spacing: 0.3vw;
  }
  .kv-container .info p .wrap {
    transform: translateY(2em);
    display: inline-block;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    opacity: 0;
  }
  .kv-container .scroll {
    position: absolute;
    right: 5%;
    bottom: 15%;
    transform: rotate(90deg);
    transform-origin: right;
    font-size: 10px;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container .scroll a {
    display: flex;
    align-items: center;
  }
  .kv-container .scroll a span {
    margin: 0 0 0 20px;
    display: inline-block;
    width: 80px;
    height: 1px;
    position: relative;
  }
  .kv-container .scroll a span::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    background: #231815;
    animation: scrolldown 3s ease infinite;
  }
  .gnav-open::after,
  .visible::after {
    width: 100%;
    opacity: 1;
  }
  .gnav-open .kv-logo,
  .visible .kv-logo {
    opacity: 1;
  }
  .gnav-open .kv-logo::after,
  .visible .kv-logo::after {
    width: 100%;
  }
  .gnav-open #gnav .navwrap hr,
  .visible #gnav .navwrap hr {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .kv-container {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  .kv-container .kv-logo {
    width: 11.5vw;
    height: 2vw;
    background: url(../images/logo.svg) no-repeat center center/contain;
    position: absolute;
    left: 2%;
    top: 2%;
    opacity: 0;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container #gnav {
    text-align: right;
    position: absolute;
    right: 2%;
    top: 2%;
    opacity: 0;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container #gnav .navwrap {
    font-size: 13px;
    margin: 0 0 30px;
    line-height: 1.8;
  }
  .kv-container #gnav .navwrap .item {
    display: table;
    margin: 0 0 0 auto;
  }
  .kv-container #gnav .navwrap .item .icon {
    margin: 15px 0 0 0;
    display: block;
    width: 20px;
    height: 20px;
  }
  .kv-container #gnav .navwrap .item .icon.ig {
    background: url(../images/icon-ig.svg) no-repeat center center/contain;
  }
  .kv-container #gnav .navwrap .item .icon.tw {
    background: url(../images/icon-tw.svg) no-repeat center center/contain;
  }
  .kv-container #gnav .navwrap .item .icon.fb {
    background: url(../images/icon-fb.svg) no-repeat center center/contain;
  }
  .kv-container #gnav .navwrap .item .icon span {
    display: none;
  }
  .kv-container #gnav .navwrap hr {
    display: none;
  }
  .kv-container .site_title_logo {
    width: 8.5vw;
    height: 36vw;
    position: absolute;
    left: 50%;
    top: 50%;
    mask-image: url(../images/logo-large.svg);
    -webkit-mask-image: url(../images/logo-large.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    transition: 1s;
    opacity: 0;
  }
  .kv-container .site_title_logo::after {
    content: "";
    display: block;
    width: 99.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: -99;
  }
  .kv-container .info {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.1vw;
    transition: 1s;
  }
  .kv-container .info p {
    overflow: hidden;
  }
  .kv-container .info p .line1 {
    font-size: 1.5vw;
  }
  .kv-container .info p:first-child {
    letter-spacing: 0.3vw;
  }
  .kv-container .info p .wrap {
    transform: translateY(2em);
    display: inline-block;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
    opacity: 0;
  }
  .kv-container .scroll {
    position: absolute;
    right: 5%;
    bottom: 15%;
    transform: rotate(90deg);
    transform-origin: right;
    font-size: 10px;
    opacity: 0;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container .scroll a {
    display: flex;
    align-items: center;
  }
  .kv-container .scroll a span {
    margin: 0 0 0 20px;
    display: inline-block;
    width: 0;
    height: 1px;
    position: relative;
    transition: 1.2s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .kv-container .scroll a span::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    background: #231815;
    animation: scrolldown 3s ease infinite;
  }
}
@media screen and (min-width: 1800px) {
  .kv-container #gnav .navwrap {
    font-size: 15px;
    margin: 0 0 30px;
    line-height: 1.8;
  }
  .kv-container #gnav .navwrap .item {
    display: table;
    margin: 0 0 0 auto;
  }
  .kv-container #gnav .navwrap .item .icon {
    margin: 15px 0 0 0;
    display: block;
    width: 25px;
    height: 25px;
  }
  .kv-container .info {
    bottom: 3%;
    font-size: 20px;
  }
  .kv-container .info p .line1 {
    font-size: 30px;
  }
  .kv-container .info p:first-child {
    letter-spacing: 0.3vw;
  }
}
@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    position: relative;
    z-index: 0;
    margin: 5vw 0;
    overflow: hidden;
  }
  .lead .lead_bg {
    background: url(../images/bg-large.png) no-repeat right top/800px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
  .lead::after {
    content: "";
    background: url(../images/bg-large.png) no-repeat right bottom/800px;
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -99;
  }
  .lead .wrap {
    padding: 50vw 0;
  }
  .lead .wrap .image_kuchitsuko {
    position: relative;
    width: 95vw;
    height: 95vw;
    display: block;
    z-index: 1;
    margin: auto;
    overflow: hidden;
    opacity: 0;
  }
  .lead .wrap .image_kuchitsuko .box {
    background: url(../images/image01-sp.jpg) no-repeat center top/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lead .wrap .content {
    background: #fff;
    z-index: 2;
    position: relative;
    margin: -10vw 20px;
    transform: translateY(-7vw);
    font-family: "fot-tsukubrdgothic-std", sans-serif;
  }
  .lead .wrap .content .tsuchitofude {
    width: 60%;
    height: 19vw;
    background: url(../images/tsuchitofude.svg) no-repeat center center/contain;
    transform: translateY(-4vw);
    margin: auto;
  }
  .lead .wrap .content .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 5vw;
    position: relative;
    margin: 10vw 0;
  }
  .lead .wrap .content .title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 1.5vw;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -1vw;
    margin: auto;
  }
  .lead .wrap .content .title-sub {
    font-size: 4vw;
    text-align: center;
    margin: 12vw 0;
    line-height: 1.7;
  }
  .lead .wrap .content .text {
    font-size: 3.5vw;
    box-sizing: border-box;
    padding: 0 20px 10vw;
    text-align: center;
    font-weight: 700;
    line-height: 2.2;
  }
  .lead .wrap .content .text span {
    display: inline-block;
  }
  .lead .wrap .content .text .para {
    margin-bottom: 1rem;
  }
  .event {
    padding: 5vw 0;
  }
  .event .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 5vw;
    position: relative;
    margin: 13vw 0 7vw;
  }
  .event .title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 1.5vw;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -1vw;
    margin: auto;
  }
  .event .wrap {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .event .wrap .item {
    margin: 0 0 20vw;
    padding: 0 30px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .event .wrap .item .thumb {
    overflow: hidden;
    width: 100%;
    height: 50vw;
    display: block;
  }
  .event .wrap .item .thumb img {
    display: block;
    transition: 2s;
    transform: scale(1.1);
  }
  .event .wrap .item .name {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
  }
  .event .wrap .item .text {
    display: flex;
  }
  .event .wrap .item .text picture {
    width: 15%;
    padding: 15px 5% 0 0;
  }
  .event .wrap .item .text .right {
    width: 80%;
  }
  .event .wrap .item .text .right .upper {
    border-bottom: 1px solid #000;
    padding: 15px 0;
  }
  .event .wrap .item .text .right .lower {
    padding: 15px 0;
  }
  .event .wrap .item .text .right .button {
    border: #000 1px solid;
    text-align: center;
    display: block;
    padding: 0.8rem;
    border-radius: 2rem;
    position: relative;
    background-image: url(../images/arrow.svg);
    background-position: center left 40px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #fff;
  }
  .event .wrap .item .text .right .button:hover {
    background-color: #000;
    background-position: center left 50px;
    background-image: url(../images/arrow-w.svg);
    color: #fff;
  }
  .event .wrap .item.area_taiken {
    background: #f2f2f2;
  }
  .event .wrap .item.area_taiken:not(.last_obj)::after {
    content: "";
    display: block;
    position: absolute;
    background: #f2f2f2;
    width: 100%;
    height: 100px;
    bottom: -100px;
    left: 0;
    z-index: -1;
  }
  .event .wrap .item.area_taiken.first_obj {
    z-index: 0;
  }
  .event .wrap .item.area_taiken.first_obj::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .event .wrap .item.scroll-in {
    opacity: 1;
    transform: translateY(0);
  }
  .event .wrap .item.scroll-in .thumb img {
    transform: scale(1);
  }
  .other {
    padding: 5vw 0;
    background-color: #f2f2f2;
  }
  .other .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 5vw;
    position: relative;
    margin: 13vw 0 7vw;
  }
  .other .title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 1.5vw;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -1vw;
    margin: auto;
  }
  .other .subtitle {
    text-align: center;
  }
  .other .wrap {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .other .wrap .item {
    margin: 0 0 20vw;
    padding: 0 30px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .other .wrap .item .thumb {
    overflow: hidden;
    width: 100%;
    height: 60vw;
    display: block;
  }
  .other .wrap .item .thumb img {
    display: block;
    transition: 2s;
    transform: scale(1.1);
  }
  .other .wrap .item .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0;
  }
  .other .wrap .item .name span {
    display: block;
    font-size: 13px;
  }
  .other .wrap .item.scroll-in {
    opacity: 1;
    transform: translateY(0);
  }
  .other .wrap .item.scroll-in .thumb img {
    transform: scale(1);
  }
  .schedule {
    position: relative;
    z-index: 0;
    margin: 5vw 0;
    padding: 80px 0;
  }
  .schedule::before {
    content: "";
    background: url(../images/bg3.jpg) repeat right top/100vw;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -5vw;
    z-index: -1;
  }
  .schedule .outer {
    background: #fff;
    margin: 0 20px;
    padding: 10px 0;
  }
  .schedule .outer .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 5vw;
    position: relative;
    margin: 13vw 0 7vw;
  }
  .schedule .outer .title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 1.5vw;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -1vw;
    margin: auto;
  }
  .schedule .outer .content {
    margin: 0 20px;
  }
  .schedule .outer .content dl {
    border-top: dotted 1px #000;
    text-align: center;
  }
  .schedule .outer .content dl dt {
    border-bottom: dotted 1px #000;
    font-size: 20px;
  }
  .schedule .outer .content dl dd {
    padding: 1rem 0 2.5rem;
    font-size: 18px;
  }
  .access .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 5vw;
    position: relative;
    margin: 13vw 0 7vw;
  }
  .access .title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 1.5vw;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -1vw;
    margin: auto;
  }
  .access .wrap {
    margin-bottom: -6px;
  }
  .access .wrap .text {
    text-align: center;
    font-weight: 400;
    padding: 0 0 50px;
  }
  .access .wrap .text span {
    font-weight: 600;
  }
  .access .wrap .text .parking {
    font-weight: 300;
    font-size: smaller;
  }
  .access .wrap iframe {
    width: 100%;
    height: 280px;
  }
  .reallocal {
    position: relative;
    z-index: 0;
    padding: 10vw 0;
    background: #fff02d;
  }
  .reallocal .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 5vw;
    position: relative;
    margin: 0 0 5vw;
  }
  .reallocal .title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 1.5vw;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -1vw;
    margin: auto;
  }
  .reallocal .text {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .reallocal .text span {
    display: block;
  }
  .reallocal .button {
    border: #231815 1px solid;
    text-align: center;
    display: block;
    padding: 0.5rem;
    border-radius: 2rem;
    position: relative;
    background-image: url(../images/arrow.svg);
    background-position: center left 40px;
    background-repeat: no-repeat;
    background-size: 13px;
    margin: 30px 20px 0;
  }
  .reallocal .button:hover {
    background-color: #231815;
    background-position: center left 50px;
    color: #fff;
    background-image: url(../images/arrow-w.svg);
  }
  .infomation {
    padding: 15vw 20px;
    box-sizing: border-box;
  }
  .infomation .title {
    text-align: center;
    margin: 0 0 5vw;
  }
  .infomation ul {
    list-style-type: disc;
    display: table;
    margin: auto;
    padding: 0 0 0 20px;
  }
  .infomation ul li {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .lead {
    position: relative;
    z-index: -99;
    margin: 0 0 5vw 0;
    overflow: hidden;
  }
  .lead .lead_bg {
    background: url(../images/bg-large.png) no-repeat center top/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
  }
  .lead::after {
    content: "";
    background: url(../images/bg-large.png) no-repeat center bottom/cover;
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -100;
  }
  .lead .wrap {
    padding: 20vw 0 10vw;
  }
  .lead .wrap .image_kuchitsuko {
    position: relative;
    width: 85vw;
    height: 90vh;
    display: block;
    z-index: 1;
    margin: auto;
    overflow: hidden;
    opacity: 0;
  }
  .lead .wrap .image_kuchitsuko .box {
    background: url(../images/image01.jpg) no-repeat center bottom/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lead .wrap .content {
    background: #fff;
    z-index: 2;
    position: relative;
    margin-top: -10vw;
    max-width: 75%;
    margin: auto;
    transform: translateY(-50px);
    font-family: "fot-tsukubrdgothic-std", sans-serif;
  }
  .lead .wrap .content .tsuchitofude {
    width: 460px;
    height: 185px;
    background: url(../images/tsuchitofude.svg) no-repeat center center/contain;
    transform: translateY(-50px);
    margin: auto;
  }
  .lead .wrap .content .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 40px 0 80px;
  }
  .lead .wrap .content .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .lead .wrap .content .title-sub {
    font-size: 22px;
    text-align: center;
    margin: 50px 0;
  }
  .lead .wrap .content .title-sub .sp {
    display: none;
  }
  .lead .wrap .content .text {
    font-size: 17px;
    box-sizing: border-box;
    padding: 0 17% 100px;
    text-align: center;
    font-weight: 700;
    line-height: 2.5;
  }
  .lead .wrap .content .text span {
    display: inline-block;
  }
  .lead .wrap .content .text .para {
    margin-bottom: 1rem;
  }
  .event {
    padding: 100px 0;
  }
  .event .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 40px 0 80px;
  }
  .event .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .event .wrap {
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .event .wrap .item {
    width: 45%;
    margin: 0 0 120px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .event .wrap .item .thumb {
    overflow: hidden;
    width: 100%;
    height: 20vw;
    display: block;
  }
  .event .wrap .item .thumb img {
    display: block;
    transition: 2s;
    transform: scale(1.1);
  }
  .event .wrap .item .name {
    position: absolute;
    right: -45px;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    font-size: 24px;
  }
  .event .wrap .item .text {
    display: flex;
  }
  .event .wrap .item .text picture {
    width: 230px;
    padding: 15px 0;
  }
  .event .wrap .item .text .right .upper {
    border-bottom: 1px solid #000;
    padding: 15px 0;
  }
  .event .wrap .item .text .right .lower {
    padding: 15px 0;
  }
  .event .wrap .item .text .right .button {
    border: #000 1px solid;
    text-align: center;
    display: block;
    padding: 0.8rem;
    border-radius: 2rem;
    position: relative;
    background-image: url(../images/arrow.svg);
    background-position: center left 40px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #fff;
  }
  .event .wrap .item .text .right .button:hover {
    background-color: #000;
    background-position: center left 50px;
    background-image: url(../images/arrow-w.svg);
    color: #fff;
  }
  .event .wrap .item.area_taiken {
    background: #f2f2f2;
  }
  .event .wrap .item:nth-child(even) {
    margin-top: 150px;
  }
  .event .wrap .item.scroll-in {
    opacity: 1;
    transform: translateY(0);
  }
  .event .wrap .item.scroll-in .thumb img {
    transform: scale(1);
  }
  .other {
    padding: 100px 0;
    background: #f2f2f2;
  }
  .other .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 40px 0 80px;
  }
  .other .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .other .subtitle {
    text-align: center;
  }
  .other .wrap {
    max-width: 80%;
    margin: auto;
    padding: 50px 0 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .other .wrap .item {
    width: 45%;
    margin: 0 0 120px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s cubic-bezier(0.87, 0.01, 0.15, 0.97);
  }
  .other .wrap .item .thumb {
    overflow: hidden;
    width: 100%;
    height: 30vw;
    display: block;
  }
  .other .wrap .item .thumb img {
    display: block;
    transition: 2s;
    transform: scale(1.1);
  }
  .other .wrap .item .name {
    font-size: 20px;
    margin: 10px 0;
  }
  .other .wrap .item .name span {
    font-size: 13px;
  }
  .other .wrap .item.scroll-in {
    opacity: 1;
    transform: translateY(0);
  }
  .other .wrap .item.scroll-in .thumb img {
    transform: scale(1);
  }
  .schedule {
    position: relative;
    z-index: 0;
    margin: 5vw 0;
    padding: 80px 0;
  }
  .schedule::before {
    content: "";
    background: url(../images/bg3.jpg) repeat right top/50vw;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -15vw;
    z-index: -1;
  }
  .schedule::after {
    content: "";
    background: url(../images/bg3.jpg) repeat left top/50vw;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: -5vw;
    z-index: -1;
  }
  .schedule .outer {
    background: #fff;
    width: 700px;
    margin: auto;
    padding: 80px 0;
  }
  .schedule .outer .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 0 0 80px;
  }
  .schedule .outer .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .schedule .outer .content {
    width: 550px;
    margin: auto;
  }
  .schedule .outer .content dl {
    border-bottom: dotted 1px #000;
    display: flex;
  }
  .schedule .outer .content dl dt {
    border-right: dotted 1px #000;
    width: 35%;
    padding: 1rem;
  }
  .schedule .outer .content dl dd {
    width: 65%;
    padding: 1rem;
  }
  .access {
    padding: 150px 0;
  }
  .access .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 0 0 80px;
  }
  .access .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .access .wrap {
    display: flex;
    align-items: center;
    width: 900px;
    margin: auto;
  }
  .access .wrap .text {
    width: 45%;
    font-weight: 400;
  }
  .access .wrap .text .parking {
    font-size: smaller;
    margin: 10px 0 0 0;
    font-weight: 300;
  }
  .access .wrap iframe {
    width: 55%;
    width: 550px;
    height: 280px;
  }
  .reallocal {
    position: relative;
    z-index: 0;
    padding: 0 0 150px;
  }
  .reallocal::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 17px;
    left: 0;
    background: #fff02d;
    z-index: -1;
  }
  .reallocal .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 0 0 150px;
  }
  .reallocal .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .reallocal .text {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
  }
  .reallocal .text span {
    display: block;
  }
  .reallocal .button {
    border: #231815 1px solid;
    text-align: center;
    display: block;
    padding: 0.8rem;
    border-radius: 2rem;
    position: relative;
    background-image: url(../images/arrow.svg);
    background-position: center left 40px;
    background-repeat: no-repeat;
    background-size: 13px;
    width: 320px;
    margin: 50px auto 0;
  }
  .reallocal .button:hover {
    background-color: #231815;
    background-position: center left 50px;
    color: #fff;
    background-image: url(../images/arrow-w.svg);
  }
  .infomation {
    padding: 200px 0;
  }
  .infomation .title {
    text-align: center;
    margin: 0 0 30px;
  }
  .infomation ul {
    list-style-type: disc;
    display: table;
    margin: auto;
  }
  .infomation ul li {
    line-height: 2;
  }
}
@media screen and (min-width: 1800px) {
  .lead .wrap .content {
    max-width: 70%;
  }
  .lead .wrap .content .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    position: relative;
    margin: 40px 0 80px;
  }
  .lead .wrap .content .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .lead .wrap .content .title-sub {
    font-size: 22px;
    text-align: center;
    margin: 50px 0;
  }
  .lead .wrap .content .title-sub .sp {
    display: none;
  }
  .lead .wrap .content .text {
    font-size: 17px;
    box-sizing: border-box;
    padding: 0 30% 100px;
    text-align: center;
    font-weight: 700;
    line-height: 2.5;
  }
  .lead .wrap .content .text span {
    display: inline-block;
  }
  .event {
    padding: 100px 0;
  }
  .event .title {
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 19px;
    position: relative;
    margin: 40px 0 80px;
  }
  .event .title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    display: block;
    background: url(../images/line.svg) no-repeat center center/contain;
    right: 0;
    left: 0;
    bottom: -20px;
    margin: auto;
  }
  .event .wrap {
    max-width: 70%;
  }
  .event .wrap .item {
    width: 30%;
    margin: 0 0 120px;
    position: relative;
  }
  .event .wrap .item .thumb {
    overflow: hidden;
    width: 100%;
    height: 11vw;
    display: block;
  }
  .event .wrap .item .name {
    position: absolute;
    right: -45px;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    font-size: 24px;
  }
  .event .wrap .item .text {
    display: flex;
  }
  .event .wrap .item .text picture {
    width: 230px;
    padding: 15px 0;
  }
  .event .wrap .item .text .right .upper {
    border-bottom: 1px solid #000;
    padding: 15px 0;
  }
  .event .wrap .item .text .right .lower {
    padding: 15px 0;
  }
  .event .wrap .item .text .right .button {
    border: #000 1px solid;
    text-align: center;
    display: block;
    padding: 0.8rem;
    border-radius: 2rem;
    position: relative;
    background-image: url(../images/arrow.svg);
    background-position: center left 40px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #fff;
  }
  .event .wrap .item .text .right .button:hover {
    background-color: #000;
    background-position: center left 50px;
    background-image: url(../images/arrow-w.svg);
    color: #fff;
  }
  .event .wrap .item:nth-child(even) {
    margin-top: 0;
  }
  .event .wrap .item:nth-child(3n-2) {
    margin-top: 0;
  }
  .event .wrap .item:nth-child(3n-1) {
    margin-top: 100px;
  }
  .event .wrap .item:nth-child(3n) {
    margin-top: 200px;
  }
}
@keyframes scrolldown {
  0% {
    width: 0;
    opacity: 0;
    left: 0;
  }
  10% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  40% {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  80% {
    opacity: 1;
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    background: #f2f2f2;
    padding: 0 20px;
  }
  .footer .tsuchitofude {
    background: url(../images/tsuchitofude.svg) no-repeat center center/contain;
    width: 200px;
    height: 70px;
    margin: auto;
    padding: 100px 0;
  }
  .footer .wrapper {
    width: 100%;
    display: table;
    margin: auto;
    border-top: 1px solid #231815;
    padding: 30px 0;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    background: #f2f2f2;
  }
  .footer .tsuchitofude {
    background: url(../images/tsuchitofude.svg) no-repeat center center/contain;
    width: 250px;
    height: 100px;
    margin: auto;
    padding: 200px 0;
  }
  .footer .wrapper {
    width: 1000px;
    margin: auto;
    border-top: 1px solid #231815;
    padding: 30px 0;
    font-size: 14px;
  }
  .footer .wrapper .cr {
    font-size: 13px;
  }
}