@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

/*
font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 300;
font-style: normal;

font-family: mandrel-condensed, sans-serif;
font-weight: 500;
font-style: normal;

font-family: sculpin, sans-serif;
font-weight: 700;
font-style: normal;

font-family: courage, sans-serif;
font-weight: 400;
font-style: normal;
*/
/*----------------------------------------------------
 mixin
--------------------------------------------------- */
html {
  scroll-padding-top: 160px;
}

html, body {
  font-family: "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  color: #595757;
  background: #FFF;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.menu_open {
  overflow: hidden;
}

body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */
/*----------------------------------------------------
 swiper
--------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #3c6482;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.8s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  transition: all 0.8s 0s ease;
  z-index: 3;
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  transition: all 0.5s 0s ease;
  color: #003333;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_header {
    height: 70px;
  }
}
.block_header .title {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translate(-50%, 0px);
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
}
.block_header .title a {
  color: #003333;
  transition: all 0.5s 0s ease;
  display: block;
}
.block_header .title a:hover {
  color: #ccff66;
}
@media (max-width: 896px) {
  .block_header .title {
    top: 15px;
    left: 15px;
    transform: translate(0%, 0px);
    font-size: 8px;
  }
}
.block_header .sns {
  position: absolute;
  top: 28px;
  left: 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header .sns {
    display: none;
  }
}
.block_header .sns .t {
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  margin-right: 10px;
}
.block_header .sns ul.s {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_header .sns ul.s li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 32px;
  height: 32px;
}
.block_header .sns ul.s li a svg {
  fill: #003333;
  width: 18px;
  height: 18px;
  transition: all 0.5s 0s ease;
}
.block_header .sns ul.s li a:hover svg {
  fill: #ccff66;
}
.block_header .sns ul.s li.tw a svg {
  width: 22px;
  height: 22px;
}

/*----------------------------------------------------
  .block_navi
--------------------------------------------------- */
.block_navi {
  position: fixed;
  top: -60px;
  right: 3vw;
  z-index: 10;
}
@media (max-width: 896px) {
  .block_navi {
    top: -45px;
  }
}
.block_navi a {
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a {
    width: 90px;
    height: 90px;
  }
}
.block_navi a:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}
.block_navi a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 30px #ccff66 solid;
  box-sizing: border-box;
  border-radius: 100%;
}
@media (max-width: 896px) {
  .block_navi a .bg {
    border: 25px #ccff66 solid;
  }
}
.block_navi a .circle {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: url(../img/common/menu.svg) no-repeat center center;
  background-size: contain;
  animation: 10s linear infinite rotation1;
}
.block_navi a .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccff66;
  border-radius: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0, 0, 0);
  transition: all 0.5s 0s ease;
}
body.menu_open .block_navi a .close {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

.block_navi a .close .t {
  display: block;
  color: #003333;
  font-size: 12px;
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 50px;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(20deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-20deg);
}

@media (min-width: 880px) and (max-width: 1200px) {
  .block_header ul.menu {
    display: none;
  }
  .block_header ul.sns {
    display: none;
  }
  .block_reserved {
    right: 80px;
  }
  .block_navi a {
    display: block;
    right: 0px;
  }
}
/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
body.menu_open .menu_bg {
  visibility: visible;
  opacity: 1;
}

.menu_bg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transform: scale(2.5, 2.5) translate(-50%, -50%);
}
@media (max-width: 896px) {
  .menu_bg svg {
    transform: scale(3.2, 3.2) translate(-50%, -50%);
  }
}
.menu_bg svg .svg-elem-1 {
  stroke-dashoffset: 3021.7739257813px;
  stroke-dasharray: 3021.7739257813px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
body.menu_open .menu_bg svg .svg-elem-1 {
  stroke-dashoffset: 0;
}

.block_sp_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}
body.menu_open .block_sp_menu .menu_image figure {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
}

.block_sp_menu .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0px, -50%) rotate(0deg);
  text-align: center;
  opacity: 0;
}
body.menu_open .block_sp_menu .inner {
  opacity: 1;
  transition: all 0.5s 0.5s ease;
}

.block_sp_menu .inner ul.menu li a {
  font-size: 24px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
  position: relative;
  display: inline-block;
}
.block_sp_menu .inner ul.menu li a:hover span.arrow {
  opacity: 1;
  transform: translate(0px, 0%) rotate(0deg);
}
.block_sp_menu .inner ul.menu li a span.t {
  font-size: 24px;
}
.block_sp_menu .inner ul.menu li a span.arrow {
  position: absolute;
  top: 15px;
  right: -30px;
  opacity: 0;
  transform: translate(-10px, 0%) rotate(0deg);
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.menu li a span.arrow svg {
  fill: #ccff66;
  width: 14px;
  height: 18px;
}
.block_sp_menu .inner ul.s {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-top: 20px;
}
.block_sp_menu .inner ul.s li {
  margin: 0 4px;
}
.block_sp_menu .inner ul.s li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 32px;
  height: 32px;
  background: #c2c9ee;
  border-radius: 32px;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.s li a:hover {
  background: #ccff66;
}
.block_sp_menu .inner ul.s li a:hover svg {
  fill: #003333;
}
.block_sp_menu .inner ul.s li a svg {
  fill: #ccff66;
  width: 18px;
  height: 18px;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.s li.tw a svg {
  width: 22px;
  height: 22px;
}
.block_sp_menu .inner .club {
  width: 238px;
  margin: 0 auto;
  margin-top: 70px;
}
.block_sp_menu .inner .club .t {
  font-size: 12px;
  line-height: 1.5;
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003333;
}
.block_sp_menu .inner .club .btn {
  margin-top: 10px;
}
.block_sp_menu .inner .club .btn a {
  display: block;
  background: #ccff66;
  color: #003333;
  font-size: 14px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner .club .btn a:hover {
  background: #003333;
  color: #ccff66;
}
.block_sp_menu .copyright {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  font-size: 10px;
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #003333;
}
@media (max-width: 896px) {
  .block_sp_menu .copyright {
    display: none;
  }
}

.arrow_down {
  position: fixed;
  z-index: 1;
  bottom: 3vh;
  left: 50%;
  width: 32px;
  margin-left: -16px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .arrow_down {
    bottom: 3vh;
    width: 24px;
    margin-left: -12px;
  }
}
body.page_scroll .arrow_down {
  opacity: 0;
  visibility: hidden;
}

/*----------------------------------------------------
 block_member_reg
--------------------------------------------------- */
.block_member_reg {
  position: fixed;
  z-index: 4;
  bottom: 5vh;
  right: 3vw;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_member_reg {
    bottom: 3vw;
    right: 3vw;
  }
}
.block_member_reg p {
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #003333;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 896px) {
  .block_member_reg p {
    font-size: 10px;
  }
}
.block_member_reg .btn {
  margin-top: 10px;
}
.block_member_reg .btn a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 136px;
  height: 42px;
  background: #ff995a;
  color: #003333;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  border-radius: 5px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_member_reg .btn a {
    width: 116px;
    height: 32px;
    font-size: 11px;
  }
}
.block_member_reg .btn a:hover {
  background: #ccff66;
  color: #003333;
  text-decoration: none;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  background: #0d5339;
  position: relative;
  height: 100vh;
  color: #c2b3ff;
  line-height: 1;
}
.block_mainvisual .image_area {
  position: absolute;
  top: 15.27%;
  left: 50%;
  width: 365px;
  transform: translate(-50%, 0%);
}
@media (max-width: 896px) {
  .block_mainvisual .image_area {
    width: 70.4vw;
    top: 33vw;
    transform: translate(-50%, 0%);
  }
}
.block_mainvisual .image_area figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.block_mainvisual .image_area figure .img_wrap {
  position: relative;
  padding-top: 153.4%;
}
.block_mainvisual .image_area figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  mask-image: url("../img/top/mainvisual_msk.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  -webkit-mask-image: url("../img/top/mainvisual_msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.block_mainvisual .image_area figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_mainvisual .image_area figure .img_wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_mainvisual .image_area figure .img_wrap svg .svg-elem-1 {
  stroke-dashoffset: 2677.6286621094px;
  stroke-dasharray: 1338.8143310547px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
body.pageLoad .block_mainvisual .image_area figure .img_wrap svg .svg-elem-1 {
  stroke-dashoffset: 1338.8143310547px;
}

.block_mainvisual .text_left {
  position: absolute;
  bottom: 5vh;
  left: 3vw;
}
@media (max-width: 896px) {
  .block_mainvisual .text_left {
    bottom: 15vw;
    left: 5vw;
  }
}
.block_mainvisual .text_left p {
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875vw;
  font-size: 24px;
  line-height: 1.3;
  font-size: clamp(0.625rem, 0.4166666667rem + 1.0416666667vw, 1.25rem);
  margin-bottom: 5%;
}
.block_mainvisual .text_left p.fade_up.js-fade_up_view {
  transition: all 0.8s 0.1s ease;
}
.block_mainvisual .text_left .title {
  font-family: courage, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.89vw;
  font-size: 165px;
  font-size: clamp(4.1875rem, 2.3541666667rem + 9.1666666667vw, 9.6875rem);
  line-height: 0.95;
}
.block_mainvisual .text_left .title.fade_up.js-fade_up_view {
  transition: all 0.8s 0.3s ease;
}
.block_mainvisual .text_right {
  position: absolute;
  top: 15vh;
  right: 3vw;
  text-align: right;
}
@media (max-width: 896px) {
  .block_mainvisual .text_right {
    top: 10vw;
    right: 5vw;
  }
}
.block_mainvisual .text_right p {
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875vw;
  font-size: 24px;
  font-size: clamp(0.625rem, 0.4166666667rem + 1.0416666667vw, 1.25rem);
  line-height: 1.3;
}
.block_mainvisual .text_right p.fade_up.js-fade_up_view {
  transition: all 0.8s 0.7s ease;
}
.block_mainvisual .text_right .main_copy {
  font-family: courage, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.89vw;
  font-size: 150px;
  font-size: clamp(3.75rem, 2.0833333333rem + 8.3333333333vw, 8.75rem);
}
.block_mainvisual .text_right .main_copy.fade_up.js-fade_up_view {
  transition: all 0.8s 0.5s ease;
}
.block_mainvisual .text_right .main_copy .t01 {
  display: block;
  margin-right: 100px;
}
@media (max-width: 896px) {
  .block_mainvisual .text_right .main_copy .t01 {
    margin-right: 60px;
  }
}
.block_mainvisual .text_right .main_copy .t02 {
  display: block;
}

/*----------------------------------------------------
 block_message
--------------------------------------------------- */
.block_message {
  position: relative;
  background: #c1e6dc;
  color: #003333;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.block_message .message {
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 58px;
  line-height: 1.2;
}
@media (max-width: 896px) {
  .block_message .message {
    font-size: 28px;
    line-height: 1.5;
  }
}
.block_message .message .m01 {
  display: inline-block;
  width: 81px;
  position: relative;
  animation: 1s ease infinite text_move01;
}
@keyframes text_move01 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 896px) {
  .block_message .message .m01 {
    width: 41px;
  }
}
.block_message .message .m01 .s {
  display: block;
  width: 81px;
}
@media (max-width: 896px) {
  .block_message .message .m01 .s {
    width: 41px;
  }
}
.block_message .message .m01 .t {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 20px;
  transform: rotate(-20deg);
}
@media (max-width: 896px) {
  .block_message .message .m01 .t {
    font-size: 10px;
    left: 9px;
    top: 5px;
  }
}
.block_message .message .m02 {
  display: inline-block;
  width: 76px;
  position: relative;
}
@media (max-width: 896px) {
  .block_message .message .m02 {
    width: 38px;
  }
}
.block_message .message .m02 .s {
  display: block;
  width: 76px;
  animation: 1s ease infinite text_move02;
}
@media (max-width: 896px) {
  .block_message .message .m02 .s {
    width: 38px;
  }
}
@keyframes text_move02 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.block_message .message .m02 .t {
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 20px;
}
@media (max-width: 896px) {
  .block_message .message .m02 .t {
    font-size: 12px;
    top: 4px;
    left: 8px;
  }
}
.block_message .message .m03 {
  display: inline-block;
  width: 81px;
  position: relative;
}
@media (max-width: 896px) {
  .block_message .message .m03 {
    width: 31px;
  }
}
.block_message .message .m03 .s {
  display: block;
  width: 81px;
  animation: 2s ease infinite text_move03;
}
@media (max-width: 896px) {
  .block_message .message .m03 .s {
    width: 31px;
  }
}
@keyframes text_move03 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1, -1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.block_message .message .m03 .t {
  position: absolute;
  top: -35px;
  left: 10px;
  font-size: 29px;
}
@media (max-width: 896px) {
  .block_message .message .m03 .t {
    top: -20px;
    left: 1px;
    font-size: 14px;
  }
}
.block_message .movie_area {
  margin-top: 10%;
}
.block_message .movie_area .movie_space {
  width: 720px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 896px) {
  .block_message .movie_area .movie_space {
    width: 85%;
  }
}
.block_message .movie_area .movie_space .movie_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_message .movie_area .movie_space .movie_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_message .movie_area .movie_space .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_message .movie_area .movie_space .movie_wrap::after {
  content: "";
  position: absolute;
  top: -0.5%;
  left: -0.5%;
  width: 101%;
  height: 101%;
  background: url(../img/top/movie_cover.png) no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
}
.block_message .movie_area .movie_space a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_message .movie_area .movie_space a svg {
  fill: none;
  stroke-width: 2px;
  stroke: #dbff76;
  stroke-miterlimit: 10;
  width: 74px;
  height: 90px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_message .movie_area .movie_space a svg {
    width: 33px;
    height: 40px;
  }
}
.block_message .movie_area .movie_space a:hover svg {
  stroke: #003333;
}
@media (max-width: 896px) {
  .block_message .movie_area .movie_space a:hover svg {
    stroke: #dbff76;
  }
}
.block_message .movie_area .movie_space.view a svg {
  opacity: 0;
}
.block_message .movie_area .m_title {
  margin-top: -50px;
  position: relative;
  pointer-events: none;
}
@media (max-width: 896px) {
  .block_message .movie_area .m_title {
    margin-top: -8vw;
  }
}
.block_message .movie_area .m_title .bg {
  width: 294px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_message .movie_area .m_title .bg {
    width: 52vw;
  }
}
.block_message .movie_area .m_title .bg svg .svg-elem-1 {
  stroke-dashoffset: 600.0520629883px;
  stroke-dasharray: 600.0520629883px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.block_message .movie_area .m_title .bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_message .movie_area .m_title .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 24px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_message .movie_area .m_title .t {
    font-size: 18px;
  }
}

/*----------------------------------------------------
 block_information_list
--------------------------------------------------- */
.block_information_list {
  position: relative;
  background: #d7e4d2;
  color: #003333;
  padding-top: 80px;
  padding-bottom: 180px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_information_list {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.block_information_list .title {
  position: absolute;
  top: 80px;
  left: 3vw;
  font-size: 28px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_information_list .title {
    position: relative;
    top: auto;
    left: 5vw;
    font-size: 21px;
    margin-bottom: 40px;
  }
}
.block_information_list .slide_page {
  position: absolute;
  bottom: 80px;
  left: 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 150px;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_information_list .slide_page {
    position: relative;
    bottom: auto;
    left: 5vw;
    width: 120px;
    margin-top: 40px;
  }
}
.block_information_list .slide_page a.prev {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #ccff66;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_information_list .slide_page a.prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_information_list .slide_page a.prev:hover {
  background: #003333;
}
.block_information_list .slide_page a.prev:hover svg {
  fill: #ccff66;
}
.block_information_list .slide_page a.prev.swiper-button-disabled {
  visibility: hidden;
}
.block_information_list .slide_page a.prev svg {
  width: 14px;
  height: 18px;
  margin-right: 4px;
  fill: #003333;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_information_list .slide_page a.prev svg {
    width: 10px;
    height: 13px;
    margin-right: 4px;
  }
}
.block_information_list .slide_page a.next {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #ccff66;
  border-radius: 40px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_information_list .slide_page a.next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_information_list .slide_page a.next:hover {
  background: #003333;
}
.block_information_list .slide_page a.next:hover svg {
  fill: #ccff66;
}
.block_information_list .slide_page a.next.swiper-button-disabled {
  visibility: hidden;
}
.block_information_list .slide_page a.next svg {
  width: 14px;
  height: 18px;
  margin-left: 4px;
  fill: #003333;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_information_list .slide_page a.next svg {
    width: 10px;
    height: 13px;
    margin-left: 4px;
  }
}
.block_information_list .slide_page .num {
  width: auto;
  text-align: center;
  font-size: 16px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_information_list .slide_page .num {
    font-size: 12px;
  }
}
.block_information_list .slide {
  margin-left: 300px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_information_list .slide {
    margin-left: auto;
    padding-left: 5vw;
  }
}
.block_information_list .slide .column {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-right: 30px;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_information_list .slide .column {
    margin-right: 0;
    margin-left: 0vw;
  }
}
.block_information_list .slide .column .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 30px;
}
.block_information_list .slide .column .meta .category {
  display: inline-block;
  background: #ccff66;
  color: #003333;
  font-size: 14px;
  border-radius: 30px;
  padding: 0 10px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.block_information_list .slide .column .meta .category a {
  color: #003333;
  font-size: 14px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.block_information_list .slide .column .meta time {
  display: block;
  font-size: 10px;
}
.block_information_list .slide .column .c_title {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 30px;
}
.block_information_list .slide .column .c_title a {
  color: #003333;
  transition: all 0.5s 0s ease;
  display: block;
}
.block_information_list .slide .column .c_title a:hover {
  opacity: 0.5;
}
.block_information_list .slide .column .link a {
  display: block;
  margin: 0 0 0 auto;
  width: 24px;
  height: 24px;
  background: #ccff66;
  border-radius: 4px;
  position: relative;
  transition: all 0.5s 0s ease;
}
.block_information_list .slide .column .link a:hover {
  background: #003333;
}
.block_information_list .slide .column .link a:hover .l1 {
  background: #ccff66;
}
.block_information_list .slide .column .link a:hover .l2 {
  background: #ccff66;
}
.block_information_list .slide .column .link a .l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #003333;
  margin-left: -5px;
  transition: all 0.5s 0s ease;
}
.block_information_list .slide .column .link a .l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 12px;
  background: #003333;
  margin-top: -6px;
  transition: all 0.5s 0s ease;
}
.block_information_list .all {
  position: absolute;
  bottom: 80px;
  right: 3vw;
}
@media (max-width: 896px) {
  .block_information_list .all {
    bottom: 10vw;
    right: 5vw;
  }
}
.block_information_list .all a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
}
.block_information_list .all a:hover .t {
  color: #ccff66;
}
.block_information_list .all a .t {
  font-size: 20px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_information_list .all a .t {
    font-size: 14px;
  }
}
.block_information_list .all a svg {
  width: 40px;
  height: 24px;
  margin-left: 10px;
  fill: #ccff66;
}
@media (max-width: 896px) {
  .block_information_list .all a svg {
    width: 30px;
    height: 18px;
    margin-left: 10px;
  }
}

/*----------------------------------------------------
 block_bbs
--------------------------------------------------- */
.block_bbs {
  position: relative;
  background: #0d5339;
  color: #003333;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.block_bbs .title_bg {
  position: absolute;
  top: 40px;
  left: -50px;
  width: 272px;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_bbs .title_bg {
    top: 40px;
    left: -80px;
    width: 202px;
  }
}
.block_bbs .title_bg svg .svg-elem-1 {
  stroke-dashoffset: 620.9509887695px;
  stroke-dasharray: 620.9509887695px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.block_bbs .title_bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_bbs .title {
  position: absolute;
  top: 55px;
  left: 80px;
  font-size: 32px;
  z-index: 2;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
}
@media (max-width: 896px) {
  .block_bbs .title {
    font-size: 24px;
    left: 5vw;
  }
}
.block_bbs .wrap {
  display: flex;
  flex-direction: row-reverse; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
  margin: 0 3vw;
}
@media (max-width: 896px) {
  .block_bbs .wrap {
    flex-direction: column;
    margin: 0 5vw;
  }
}
.block_bbs .wrap .textarea {
  width: 20.3125%;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea {
    width: 100%;
  }
}
.block_bbs .wrap .textarea p {
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea p {
    font-size: 12px;
  }
}
.block_bbs .wrap .textarea .link a {
  background: #c1e6dc;
  border-radius: 10px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  padding: 12px 0;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea .link a {
    width: 60%;
  }
}
.block_bbs .wrap .textarea .link a:hover {
  background: #ccff66;
}
.block_bbs .wrap .textarea .link a time {
  font-size: 16px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea .link a time {
    font-size: 12px;
  }
}
.block_bbs .wrap .textarea .link a .icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #ccff66;
  border-radius: 40px;
  margin-left: 30px;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea .link a .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-left: 20px;
  }
}
.block_bbs .wrap .textarea .link a .icon svg {
  width: 14px;
  height: 18px;
  margin-left: 4px;
  fill: #003333;
}
.block_bbs .wrap figure {
  width: 56.25%;
  margin-right: 3vw;
}
@media (max-width: 896px) {
  .block_bbs .wrap figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.block_bbs .wrap figure .img_wrap {
  position: relative;
  padding-top: 69.44%;
}
.block_bbs .wrap figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
  mask-image: url("../img/top/bbs_msk.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/top/bbs_msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.block_bbs .wrap figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_bbs .all {
  position: absolute;
  bottom: 80px;
  right: 3vw;
}
@media (max-width: 896px) {
  .block_bbs .all {
    bottom: 50px;
    right: 5vw;
  }
}
.block_bbs .all a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_bbs .all a .t {
  font-size: 20px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ccff66;
}
@media (max-width: 896px) {
  .block_bbs .all a .t {
    font-size: 14px;
  }
}
.block_bbs .all a svg {
  width: 40px;
  height: 24px;
  margin-left: 10px;
  fill: #ccff66;
}
@media (max-width: 896px) {
  .block_bbs .all a svg {
    width: 30px;
    height: 18px;
  }
}

/*----------------------------------------------------
 block_blog
--------------------------------------------------- */
.block_blog {
  position: relative;
  background: #c2b3ff;
  color: #003333;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_blog {
    padding-bottom: 40px;
  }
}
.block_blog .title {
  text-align: center;
  font-size: 32px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
}
@media (max-width: 896px) {
  .block_blog .title {
    font-size: 24px;
  }
}
.block_blog .slide_page {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32vw;
  margin-left: -16vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_blog .slide_page a.prev {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  position: relative;
  top: auto;
  left: auto;
}
.block_blog .slide_page a.prev::after {
  display: none;
}
.block_blog .slide_page a.prev svg {
  width: 18px;
  height: 24px;
  fill: #ccff66;
}
.block_blog .slide_page a.next {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.block_blog .slide_page a.next::after {
  display: none;
}
.block_blog .slide_page a.next svg {
  width: 18px;
  height: 24px;
  fill: #ccff66;
}
.block_blog .slide {
  position: relative;
  margin-top: 40px;
}
.block_blog .slide .column {
  width: 336px;
  position: relative;
}
.block_blog .slide .column.swiper-slide-active figure .img_wrap {
  border-radius: 167px;
}
.block_blog .slide .column.swiper-slide-active figure .img_wrap::after {
  opacity: 0;
}
.block_blog .slide .column.swiper-slide-active .over {
  opacity: 1;
  transform: translate(0%, 0%);
}
.block_blog .slide .column figure .img_wrap {
  position: relative;
  padding-top: 149.7%;
  border-radius: 48px;
  overflow: hidden;
  transition: all 0.6s 0s ease;
}
.block_blog .slide .column figure .img_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d7e4d2;
  opacity: 0.6;
  transition: all 0.6s 0s ease;
}
.block_blog .slide .column figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_blog .slide .column .over {
  position: absolute;
  top: 5%;
  right: 5%;
  opacity: 0;
  transition: all 0.5s 0s ease;
  transform: translate(-20px, 20px);
}
.block_blog .slide .column .over time {
  font-size: 16px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
}
.block_blog .bottom {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin: 0 3vw;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .block_blog .bottom {
    margin: 0 5vw;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.block_blog .bottom .page_num {
  width: 30%;
  font-size: 20px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_blog .bottom .page_num {
    font-size: 14px;
  }
}
.block_blog .bottom ul.page_dot {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 10;
  width: 30%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_blog .bottom ul.page_dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #003333;
  margin: 0 4px;
  opacity: 0.5;
}
.block_blog .bottom ul.page_dot .swiper-pagination-bullet-active {
  background: #003333;
  opacity: 1;
}
.block_blog .bottom .all {
  width: 30%;
}
.block_blog .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 3vw;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_blog .list {
    margin: 0 5vw;
    margin-top: 40px;
  }
}
.block_blog .list .column {
  width: 48%;
  margin-right: 4%;
  position: relative;
  margin-bottom: 4%;
}
.block_blog .list .column:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_blog .list .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}
.block_blog .list .column a {
  display: block;
  color: #003333;
}
.block_blog .list .column a .date {
  position: absolute;
  top: -15px;
  right: -10px;
}
.block_blog .list .column a .date .bg {
  width: 164px;
}
@media (max-width: 896px) {
  .block_blog .list .column a .date .bg {
    width: 123px;
  }
}
.block_blog .list .column a .date .bg svg .svg-elem-1 {
  stroke-dashoffset: 389.9796447754px;
  stroke-dasharray: 389.9796447754px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.block_blog .list .column a .date .bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_blog .list .column a .date time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 16px;
  white-space: nowrap;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_blog .list .column a .date time {
    font-size: 12px;
  }
}
.block_blog .list .column a figure .img_wrap {
  position: relative;
  padding-top: 57.04%;
  overflow: hidden;
  border-radius: 24px;
}
.block_blog .list .column a figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_blog .list .column a .over {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  padding: 10px 25px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  background: #d7e4d2;
  border-radius: 30px;
}
@media (max-width: 896px) {
  .block_blog .list .column a .over {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 10px 15px;
  }
}
.block_blog .list .column a .over .c_title {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_blog .list .column a .over .c_title {
    font-size: 12px;
    line-height: 1.7;
  }
}
.block_blog .list .column a .over .more {
  text-align: right;
  font-size: 12px;
  white-space: nowrap;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
}
@media (max-width: 896px) {
  .block_blog .list .column a .over .more {
    font-size: 10px;
    margin-left: 10px;
  }
}
.block_blog .b_bottom {
  margin: 0 3vw;
}
.block_blog .all a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_blog .all a .t {
  font-size: 20px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
}
@media (max-width: 896px) {
  .block_blog .all a .t {
    font-size: 14px;
  }
}
.block_blog .all a svg {
  width: 40px;
  height: 24px;
  margin-left: 10px;
  fill: #ccff66;
}
@media (max-width: 896px) {
  .block_blog .all a svg {
    width: 30px;
    height: 18px;
  }
}
.block_blog .m_studio {
  margin: 0 3vw;
  background: #c1e6dc;
  border-radius: 110px;
  padding: 80px 120px;
}
@media (max-width: 896px) {
  .block_blog .m_studio {
    margin: 0 5vw;
    border-radius: 24px;
    margin-top: 40px;
    padding: 60px 5vw 40px 5vw;
  }
}
.block_blog .m_studio .wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap {
    flex-direction: column;
  }
}
.block_blog .m_studio .wrap .title_area {
  width: 228px;
  position: relative;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .title_area {
    width: 171px;
    margin-bottom: 40px;
  }
}
.block_blog .m_studio .wrap .title_area .m_title {
  width: 228px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .title_area .m_title {
    width: 171px;
    margin-bottom: 20px;
  }
}
.block_blog .m_studio .wrap .title_area .icon {
  position: absolute;
  top: 50%;
  left: 150px;
  width: 64px;
  margin-top: -40px;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .title_area .icon {
    left: 120px;
    width: 48px;
    margin-top: -40px;
  }
}
.block_blog .m_studio .wrap .title_area .all a {
  justify-content: center;
}
.block_blog .m_studio .wrap .m_list {
  width: 60%;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .m_list {
    width: 100%;
  }
}
.block_blog .m_studio .wrap .m_list .column {
  margin-bottom: 8px;
}
.block_blog .m_studio .wrap .m_list .column a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 10px 15px;
}
.block_blog .m_studio .wrap .m_list .column a .m_title {
  font-size: 20px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: calc(100% - 100px);
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .m_list .column a .m_title {
    font-size: 16px;
  }
}
.block_blog .m_studio .wrap .m_list .column a time {
  width: 80px;
  font-size: 16px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .m_list .column a time {
    font-size: 14px;
    width: 70px;
  }
}
.block_blog .m_studio .wrap .m_list .column a .link {
  display: block;
  width: 24px;
  height: 24px;
  background: #ccff66;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .m_list .column a .link {
    width: 18px;
    height: 18px;
  }
}
.block_blog .m_studio .wrap .m_list .column a .link .l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #003333;
  margin-left: -5px;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .m_list .column a .link .l1 {
    width: 9px;
    margin-left: -4px;
  }
}
.block_blog .m_studio .wrap .m_list .column a .link .l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 12px;
  background: #003333;
  margin-top: -6px;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .m_list .column a .link .l2 {
    height: 9px;
    margin-top: -4px;
  }
}

/*----------------------------------------------------
 block_profile
--------------------------------------------------- */
.block_profile {
  position: relative;
  background: #c2c9ee;
  color: #003333;
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 896px) {
  .block_profile {
    padding-top: 40px;
    overflow: hidden;
  }
}
.block_profile .wrap {
  position: relative;
  margin-bottom: 80px;
}
.block_profile .wrap .title_area {
  position: absolute;
  top: 56px;
  left: 6vw;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_profile .wrap .title_area {
    top: 46px;
    left: 6vw;
    z-index: 2;
  }
}
.block_profile .wrap .title_area .title {
  font-family: courage, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.89vw;
  font-size: 165px;
  font-size: clamp(4rem, 2.1041666667rem + 9.4791666667vw, 9.6875rem);
  line-height: 0.95;
  color: #0d5339;
}
.block_profile .wrap .title_area .hello {
  position: absolute;
  top: -1vw;
  left: -4vw;
  width: 7vw;
}
@media (max-width: 896px) {
  .block_profile .wrap .title_area .hello {
    top: -9vw;
    left: -4vw;
    width: 70px;
  }
}
.block_profile .wrap .title_area ul.s {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_profile .wrap .title_area ul.s {
    margin-top: 10px;
  }
}
.block_profile .wrap .title_area ul.s li a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 42px;
  height: 32px;
}
.block_profile .wrap .title_area ul.s li a svg {
  width: 23px;
  height: 23px;
  fill: #c2b3ff;
  transition: all 0.5s 0s ease;
}
.block_profile .wrap .title_area ul.s li a:hover svg {
  fill: #ccff66;
}
.block_profile .wrap .title_area ul.s li.tw a svg {
  width: 27px;
  height: 27px;
}
.block_profile .wrap figure {
  margin-left: 46%;
}
@media (max-width: 896px) {
  .block_profile .wrap figure {
    margin-left: 3vw;
    width: 138vw;
    padding-top: 80px;
  }
}
.block_profile .wrap figure .img_wrap {
  position: relative;
  padding-top: 80.5%;
}
.block_profile .wrap figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  mask-image: url("../img/top/profile_msk.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/top/profile_msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.block_profile .wrap figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_profile .wrap figure .img_wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_profile .wrap figure .img_wrap svg .svg-elem-1 {
  stroke-dashoffset: 6043.5478515625px;
  stroke-dasharray: 3021.7739257813px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.block_profile .wrap figure .img_wrap.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 3021.7739257813px;
}
.block_profile .detail {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  width: 72%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 896px) {
  .block_profile .detail {
    flex-direction: column;
    width: 100%;
  }
}
.block_profile .detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 100%;
  background: url(../img/top/p_line.svg) repeat-y center center;
  background-size: 9px auto;
}
@media (max-width: 896px) {
  .block_profile .detail::after {
    display: none;
  }
}
.block_profile .detail .photo {
  width: 40%;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .block_profile .detail .photo {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 896px) {
  .block_profile .detail .photo figure {
    width: 64%;
    margin: 0 auto;
  }
}
.block_profile .detail .photo figure .img_wrap {
  position: relative;
  padding-top: 150%;
  border-radius: 48px;
  overflow: hidden;
}
.block_profile .detail .photo figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_profile .detail .photo figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_profile .detail .photo .p_title {
  position: absolute;
  top: 40px;
  left: -40px;
  width: 210px;
}
@media (max-width: 896px) {
  .block_profile .detail .photo .p_title {
    top: 50px;
    width: 157px;
    left: 10vw;
  }
}
.block_profile .detail .photo .p_title .bg svg .svg-elem-1 {
  stroke-dashoffset: 503.1569824219px;
  stroke-dasharray: 503.1569824219px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.block_profile .detail .photo .p_title .bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_profile .detail .photo .p_title .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 28px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #003333;
}
@media (max-width: 896px) {
  .block_profile .detail .photo .p_title .t {
    font-size: 21px;
  }
}
.block_profile .detail .photo .caption {
  margin-top: 20px;
  font-size: 14px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ccff66;
}
@media (max-width: 896px) {
  .block_profile .detail .photo .caption {
    margin: 0 10vw;
    font-size: 16px;
    margin-top: 20px;
  }
}
.block_profile .detail .photo .name {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 896px) {
  .block_profile .detail .photo .name {
    margin: 0 10vw;
    font-size: 16px;
  }
}
.block_profile .detail .photo .name small {
  display: block;
  font-size: 14px;
}
.block_profile .detail .d_t {
  width: 40%;
}
@media (max-width: 896px) {
  .block_profile .detail .d_t {
    width: auto;
    margin: 0 10vw;
    font-size: 16px;
    margin-top: 20px;
  }
}
.block_profile .detail .d_t .d_title {
  font-size: 12px;
  color: #ccff66;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .block_profile .detail .d_t .d_title {
    margin-top: 10px;
    font-size: 16px;
  }
}
.block_profile .detail .d_t .d_title span {
  margin-left: 4px;
  font-size: 14px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_profile .detail .d_t .d_title span {
    font-size: 14px;
  }
}
.block_profile .detail .d_t p {
  font-size: 14px;
}
.block_profile .detail .d_t dl {
  font-size: 14px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_profile .detail .d_t dl dt {
  width: 80px;
}
@media (max-width: 896px) {
  .block_profile .detail .d_t dl dt {
    width: 70px;
  }
}
.block_profile .detail .d_t dl dd {
  width: calc(100% - 80px);
}
@media (max-width: 896px) {
  .block_profile .detail .d_t dl dd {
    width: calc(100% - 70px);
  }
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  background: #0d5339;
  color: #ffffff;
  padding-top: 75px;
  padding-bottom: 30px;
}
@media (max-width: 896px) {
  .block_footer {
    padding-bottom: 80px;
  }
}
.block_footer .page_top {
  position: absolute;
  top: -40px;
  right: 3vw;
}
.block_footer .page_top a {
  display: block;
  width: 80px;
  height: 80px;
  background: #0d5339;
  border-radius: 80px;
  text-align: center;
  padding-top: 22px;
}
.block_footer .page_top a svg {
  fill: #ccff66;
  width: 16px;
  height: 24px;
  margin: 0 auto;
}
.block_footer .page_top a p {
  text-align: center;
  color: #ccff66;
  font-size: 12px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
}
.block_footer .wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  width: 490px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_footer .wrap {
    width: 100%;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_footer .wrap .amuse {
  width: 202px;
}
@media (max-width: 896px) {
  .block_footer .wrap .amuse {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.block_footer .wrap .club {
  width: 238px;
}
@media (max-width: 896px) {
  .block_footer .wrap .club {
    margin: 0 auto;
  }
}
.block_footer .wrap .club .t {
  font-size: 12px;
  line-height: 1.5;
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.block_footer .wrap .club .btn {
  margin-top: 10px;
}
.block_footer .wrap .club .btn a {
  display: block;
  background: #ccff66;
  color: #003333;
  font-size: 14px;
  font-family: mandrel-condensed, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s 0s ease;
}
.block_footer .wrap .club .btn a:hover {
  background: #003333;
  color: #ccff66;
}
.block_footer ul {
  margin-top: 80px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer ul {
    margin-top: 40px;
  }
}
.block_footer ul li {
  margin: 0 10px;
  font-size: 12px;
}
@media (max-width: 896px) {
  .block_footer ul li {
    margin: 0 5px;
    font-size: 10px;
  }
}
.block_footer ul li a {
  color: #FFF;
  transition: all 0.5s 0s ease;
}
.block_footer ul li a:hover {
  color: #ccff66;
}
.block_footer .copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  font-family: sculpin, "hiragino-kaku-gothic-pron", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 896px) {
  .block_footer .copyright {
    font-size: 8px;
  }
}/*# sourceMappingURL=common.css.map */