@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)) {
  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 {
  width: auto;
}
.block_header .sns ul.s li.tw a svg {
  width: 22px;
  height: 22px;
}
.block_header .sns ul.s li.tw a span {
  color: #003333;
  display: inline-block;
  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;
  font-weight: 700;
  font-style: normal;
  margin-right: 4px;
  transition: all 0.5s 0s ease;
}
.block_header .sns ul.s li.tw a:hover span {
  color: #ccff66;
}

/*----------------------------------------------------
  .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 .left {
  position: absolute;
  top: 0%;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 896px) {
  .menu_bg .left {
    width: 100%;
    height: 40%;
  }
}
.menu_bg .right {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 896px) {
  .menu_bg .right {
    width: 100%;
    height: 60%;
    top: 40%;
    left: 0;
  }
}
.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 .left {
  position: absolute;
  top: 0%;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 896px) {
  .block_sp_menu .left {
    width: 100%;
    height: 40%;
  }
}
.block_sp_menu .right {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50%;
  height: 100%;
}
@media (max-width: 896px) {
  .block_sp_menu .right {
    width: 100%;
    height: 60%;
    left: 0;
    top: 40%;
  }
}
.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 .m_t {
  font-size: 18px;
  color: #ccff66;
  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-bottom: 20px;
}
@media (max-width: 896px) {
  .block_sp_menu .inner .m_t {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.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;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.menu li a {
    font-size: 18px;
    line-height: 1;
  }
}
.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;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.menu li a span.arrow {
    display: none;
  }
}
.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 {
  width: auto;
  padding: 0 10px;
}
.block_sp_menu .inner ul.s li.tw a svg {
  width: 22px;
  height: 22px;
}
.block_sp_menu .inner ul.s li.tw a span {
  color: #ccff66;
  display: inline-block;
  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;
  font-weight: 700;
  font-style: normal;
  margin-right: 4px;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.s li.tw a:hover span {
  color: #003333;
}
.block_sp_menu .inner .club {
  width: 238px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_sp_menu .inner .club {
    margin-top: 20px;
  }
}
.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.login a {
  background: #c1e6dc;
}
.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.login a {
  text-decoration: none;
  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;
  background: #c1e6dc;
  background: #ff995a;
}
.block_member_reg .btn.mypage a {
  text-decoration: none;
  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;
  background: #c1e6dc;
  background: #ff995a;
}
.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: #ccff66;
  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: #c1e6dc;
  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;
}
body.page .block_information_list {
  padding-top: 140px;
}
@media (max-width: 896px) {
  body.page .block_information_list {
    padding-top: 15%;
  }
}
body.page .block_information_list .title {
  position: absolute;
  top: 140px;
}
@media (max-width: 896px) {
  body.page .block_information_list .title {
    position: relative;
    top: auto;
    left: 5vw;
    font-size: 21px;
    margin-bottom: 40px;
  }
}

@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 .top_slide .slide {
  margin-left: 300px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_information_list .top_slide .slide {
    margin-left: auto;
    padding-left: 5vw;
  }
}
.block_information_list .top_slide .slide .column {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-right: 30px;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_information_list .top_slide .slide .column {
    margin-right: 0;
    margin-left: 0vw;
  }
}
.block_information_list .top_slide .slide .column .meta {
  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-bottom: 30px;
}
.block_information_list .top_slide .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 .top_slide .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 .top_slide .slide .column .meta .only {
  margin-left: 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;
  display: block;
  font-size: 14px;
}
.block_information_list .top_slide .slide .column .meta time {
  display: block;
  font-size: 10px;
}
.block_information_list .top_slide .slide .column .c_title {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 30px;
}
.block_information_list .top_slide .slide .column .c_title a {
  color: #003333;
  transition: all 0.5s 0s ease;
  display: block;
}
.block_information_list .top_slide .slide .column .c_title a:hover {
  opacity: 0.5;
}
.block_information_list .top_slide .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 .top_slide .slide .column .link a:hover {
  background: #003333;
}
.block_information_list .top_slide .slide .column .link a:hover .l1 {
  background: #ccff66;
}
.block_information_list .top_slide .slide .column .link a:hover .l2 {
  background: #ccff66;
}
.block_information_list .top_slide .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 .top_slide .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 .top_slide .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 .top_slide .slide_page {
    position: relative;
    bottom: auto;
    left: 5vw;
    width: 120px;
    margin-top: 40px;
  }
}
.block_information_list .top_slide .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 .top_slide .slide_page a.prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_information_list .top_slide .slide_page a.prev:hover {
  background: #003333;
}
.block_information_list .top_slide .slide_page a.prev:hover svg {
  fill: #ccff66;
}
.block_information_list .top_slide .slide_page a.prev.swiper-button-disabled {
  visibility: hidden;
}
.block_information_list .top_slide .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 .top_slide .slide_page a.prev svg {
    width: 10px;
    height: 13px;
    margin-right: 4px;
  }
}
.block_information_list .top_slide .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 .top_slide .slide_page a.next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_information_list .top_slide .slide_page a.next:hover {
  background: #003333;
}
.block_information_list .top_slide .slide_page a.next:hover svg {
  fill: #ccff66;
}
.block_information_list .top_slide .slide_page a.next.swiper-button-disabled {
  visibility: hidden;
}
.block_information_list .top_slide .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 .top_slide .slide_page a.next svg {
    width: 10px;
    height: 13px;
    margin-left: 4px;
  }
}
.block_information_list .top_slide .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 .top_slide .slide_page .num {
    font-size: 12px;
  }
}
.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_information_list .list {
  margin-left: 300px;
  margin-right: 40px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_information_list .list {
    margin-left: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-right: auto;
  }
}
.block_information_list .list .column {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-right: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_information_list .list .column {
    margin-right: 0;
    margin-left: 0vw;
  }
}
.block_information_list .list .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 .list .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 .list .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 .list .column .meta time {
  display: block;
  font-size: 10px;
}
.block_information_list .list .column .c_title {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 30px;
}
.block_information_list .list .column .c_title a {
  color: #003333;
  transition: all 0.5s 0s ease;
  display: block;
}
.block_information_list .list .column .c_title a:hover {
  opacity: 0.5;
}
.block_information_list .list .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 .list .column .link a:hover {
  background: #003333;
}
.block_information_list .list .column .link a:hover .l1 {
  background: #ccff66;
}
.block_information_list .list .column .link a:hover .l2 {
  background: #ccff66;
}
.block_information_list .list .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 .list .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 .list .column .entry {
  font-size: 12px;
  line-height: 1.8;
}
.block_information_list .list .column .entry p {
  margin-bottom: 1em;
}
.block_information_list .list .column .entry p a {
  color: #003333;
  text-decoration: underline;
}
.block_information_list .detail {
  margin-left: 300px;
  margin-right: 40px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_information_list .detail {
    margin-left: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-right: auto;
  }
}
.block_information_list .detail .in {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-right: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in {
    margin-right: 0;
    margin-left: 0vw;
  }
}
.block_information_list .detail .in .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 .detail .in .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 .detail .in .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 .detail .in .meta time {
  display: block;
  font-size: 10px;
}
.block_information_list .detail .in .c_title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .c_title {
    font-size: 13px;
  }
}
.block_information_list .detail .in .c_title a {
  color: #003333;
  transition: all 0.5s 0s ease;
  display: block;
}
.block_information_list .detail .in .c_title a:hover {
  opacity: 0.5;
}
.block_information_list .detail .in .entry {
  font-size: 14px;
  word-break: break-all;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry {
    font-size: 12px;
  }
}
.block_information_list .detail .in .entry img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin-top: 80px;
  border-radius: 40px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry img {
    max-width: 90%;
    border-radius: 20px;
    margin-top: 40px;
  }
}
.block_information_list .detail .in .entry figure {
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry figure {
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 40px;
  }
}
.block_information_list .detail .in .entry .sub_title {
  font-size: 18px;
  margin-top: 80px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .sub_title {
    margin-top: 40px;
    font-size: 13px;
  }
}
.block_information_list .detail .in .entry .sub_title::before {
  content: "●";
  color: #ccff66;
}
.block_information_list .detail .in .entry a {
  text-decoration: underline;
  color: #003333;
}
.block_information_list .detail .in .entry a:hover {
  text-decoration: none;
}
.block_information_list .detail .in .entry .textarea {
  margin-top: 40px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .textarea {
    margin-top: 20px;
    font-size: 12px;
  }
}
.block_information_list .detail .in .entry .textarea p {
  margin-bottom: 1em;
}
.block_information_list .detail .in .entry .textarea a {
  text-decoration: underline;
  color: #003333;
}
.block_information_list .detail .in .entry .textarea a:hover {
  text-decoration: none;
}
.block_information_list .detail .in .entry .slide {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .slide {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.block_information_list .detail .in .entry .slide figure {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .slide figure {
    width: 100%;
  }
}
.block_information_list .detail .in .entry .slide .slide_page {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  line-height: 1;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .slide .slide_page {
    margin-top: 20px;
  }
}
.block_information_list .detail .in .entry .slide .slide_page a.prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  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;
}
.block_information_list .detail .in .entry .slide .slide_page a.prev::after {
  display: none;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .slide .slide_page a.prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_information_list .detail .in .entry .slide .slide_page a.prev:hover {
  background: #003333;
}
.block_information_list .detail .in .entry .slide .slide_page a.prev:hover svg {
  fill: #ccff66;
}
.block_information_list .detail .in .entry .slide .slide_page a.prev.swiper-button-disabled {
  visibility: hidden;
}
.block_information_list .detail .in .entry .slide .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 .detail .in .entry .slide .slide_page a.prev svg {
    width: 10px;
    height: 13px;
    margin-right: 4px;
  }
}
.block_information_list .detail .in .entry .slide .slide_page a.next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  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;
}
.block_information_list .detail .in .entry .slide .slide_page a.next::after {
  display: none;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .slide .slide_page a.next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_information_list .detail .in .entry .slide .slide_page a.next:hover {
  background: #003333;
}
.block_information_list .detail .in .entry .slide .slide_page a.next:hover svg {
  fill: #ccff66;
}
.block_information_list .detail .in .entry .slide .slide_page a.next.swiper-button-disabled {
  visibility: hidden;
}
.block_information_list .detail .in .entry .slide .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 .detail .in .entry .slide .slide_page a.next svg {
    width: 10px;
    height: 13px;
    margin-left: 4px;
  }
}
.block_information_list .detail .in .entry .slide .slide_page .page_num {
  width: auto;
  text-align: center;
  font-size: 20px;
  margin: 0 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_information_list .detail .in .entry .slide .slide_page .page_num {
    font-size: 12px;
  }
}
.block_information_list .detail .in .entry .movie_area {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .movie_area {
    margin-top: 40px;
  }
}
.block_information_list .detail .in .entry .movie_area .movie_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_information_list .detail .in .entry .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_information_list .detail .in .entry .spotify_area {
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .spotify_area {
    margin-top: 40px;
    width: 100%;
  }
}
.block_information_list .detail .in .entry .information {
  margin-top: 80px;
  background: #c1e6dc;
  border-radius: 40px;
  padding: 40px 60px;
  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  */
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .information {
    margin-top: 40px;
    flex-direction: column;
  }
}
.block_information_list .detail .in .entry .information figure {
  width: 40%;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .information figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_information_list .detail .in .entry .information figure img {
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}
.block_information_list .detail .in .entry .information .text_area {
  width: 50%;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .information .text_area {
    width: 100%;
  }
}
.block_information_list .detail .in .entry .information .text_area .sub_title_s {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .information .text_area .sub_title_s {
    font-size: 13px;
  }
}
.block_information_list .detail .in .entry .information .text_area p {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .information .text_area p {
    font-size: 12px;
  }
}
.block_information_list .detail .in .entry .page_btn {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .page_btn {
    margin-top: 40px;
  }
}
.block_information_list .detail .in .entry .page_btn a {
  text-decoration: none;
  display: inline-block;
  background: #ccff66;
  color: #003333;
  font-size: 14px;
  padding: 8px 80px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .page_btn a {
    padding: 8px 40px;
  }
}
.block_information_list .detail .in .entry .page_btn a:hover {
  background: #003333;
  color: #ccff66;
}
.block_information_list .detail .in .entry .page_btn.big a {
  display: block;
  padding: 18px 20px;
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_information_list .detail .in .entry .page_btn.big a {
    padding: 14px 20px;
    font-size: 14px;
  }
}

/*----------------------------------------------------
 block_pager
--------------------------------------------------- */
.block_pager {
  margin: 0 3vw;
  background: url(../img/common/line.svg) repeat-x center top;
  background-size: auto 9px;
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 40px;
}
.block_pager.no_line {
  background: none;
  padding-top: 40px;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_pager {
    background: url(../img/common/line.svg) repeat-x center top;
    background-size: auto 9px;
    margin: 0 5vw;
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .block_pager.no_line {
    background: none;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.block_pager .p_in {
  width: 500px;
  margin: 0 auto;
  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_pager .p_in {
    width: 100%;
  }
}
.block_pager .p_in a.prev {
  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  */
  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_pager .p_in a.prev {
    font-size: 14px;
  }
}
.block_pager .p_in a.prev:hover {
  color: #ccff66;
}
.block_pager .p_in a.prev:hover .icon {
  background: #003333;
}
.block_pager .p_in a.prev:hover .icon svg {
  fill: #ccff66;
}
.block_pager .p_in a.prev .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  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;
  transform: rotate(180deg);
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_pager .p_in a.prev .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_pager .p_in a.prev .icon svg {
  width: 14px;
  height: 18px;
  margin-left: 4px;
  fill: #003333;
  transition: all 0.5s 0s ease;
}
.block_pager .p_in a.next {
  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  */
  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_pager .p_in a.next {
    font-size: 14px;
  }
}
.block_pager .p_in a.next:hover {
  color: #ccff66;
}
.block_pager .p_in a.next:hover .icon {
  background: #003333;
}
.block_pager .p_in a.next:hover .icon svg {
  fill: #ccff66;
}
.block_pager .p_in a.next .icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  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;
  transform: rotate(0deg);
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_pager .p_in a.next .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_pager .p_in a.next .icon svg {
  width: 14px;
  height: 18px;
  margin-left: 4px;
  fill: #003333;
  transition: all 0.5s 0s ease;
}
.block_pager .p_in a.to_list {
  display: block;
  text-align: center;
  color: #003333;
  font-size: 20px;
  transition: all 0.5s 0s ease;
  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_pager .p_in a.to_list {
    font-size: 16px;
  }
}
.block_pager .p_in a.to_list:hover {
  color: #ccff66;
}
.block_pager .p_in ul {
  width: 100%;
  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_pager .p_in ul li {
  margin: 0 5px;
  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_pager .p_in ul li {
    font-size: 16px;
  }
}
.block_pager .p_in ul li.is-current {
  color: #FFF;
}
.block_pager .p_in ul li a {
  display: block;
  color: #003333;
  transition: all 0.5s 0s ease;
}
.block_pager .p_in ul li a:hover {
  color: #ccff66;
}

/*----------------------------------------------------
 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: 20px;
    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: 40px;
  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 {
    top: 35px;
    font-size: 20px;
    left: 2vw;
  }
}
.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: 40.3125%;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea {
    width: 100%;
  }
}
.block_bbs .wrap .textarea p {
  width: 50%;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea p {
    width: 100%;
    font-size: 12px;
  }
}
.block_bbs .wrap .textarea .link a {
  background: #c1e6dc;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 70px 12px 20px;
  position: relative;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_bbs .wrap .textarea .link a {
    line-height: 1;
    padding-bottom: 15px;
  }
}
.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 {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  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;
    margin-top: -15px;
    border-radius: 30px;
  }
}
.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;
  }
}
body.page .block_blog {
  padding-top: 80px;
}

#mlog.block_blog {
  background: #c2c9ee;
}

body.page #movie.block_blog .m_studio .wrap {
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
}
body.page #movie.block_blog .m_studio .wrap .title_area {
  position: absolute;
  top: -40px;
  left: 0;
}
@media (max-width: 896px) {
  body.page #movie.block_blog .m_studio .wrap .title_area {
    left: 23vw;
  }
  body.page #movie.block_blog .m_studio .wrap .title_area .m_title {
    width: 44vw;
  }
}
body.page #movie.block_blog .m_studio .wrap .m_list {
  margin: 0 auto;
}

.block_blog .title_bg {
  position: absolute;
  top: 110px;
  left: -50px;
  width: 272px;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_blog .title_bg {
    top: 60px;
    left: -80px;
    width: 202px;
  }
}
.block_blog .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_blog .title_bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_blog .title {
  position: absolute;
  top: 125px;
  left: 20px;
  text-align: center;
  width: 200px;
  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_blog .title {
    font-size: 20px;
    top: 75px;
    left: 2vw;
    width: 25vw;
  }
}
.block_blog .top_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 .top_title {
    font-size: 24px;
  }
}
.block_blog .one_day_column .slide.swiper-initialized .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_blog .one_day_column .slide.swiper-initialized .swiper-wrapper {
    flex-direction: row;
  }
}
.block_blog .one_day_column .slide .swiper-wrapper {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_blog .one_day_column .slide .swiper-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .block_blog .one_day_column .slide .swiper-wrapper .column {
    margin-bottom: 20px;
  }
}
.block_blog .slide {
  position: relative;
  margin-top: 40px;
}
.block_blog .slide.swiper-initialized .slide_page {
  visibility: visible;
}
.block_blog .slide a.prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -210px;
  z-index: 5;
  margin-top: -20px;
  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  */
}
@media (max-width: 896px) {
  .block_blog .slide a.prev {
    margin-left: -165px;
  }
}
.block_blog .slide a.prev::after {
  display: none;
}
.block_blog .slide a.prev svg {
  width: 18px;
  height: 24px;
  fill: #ccff66;
  transition: all 0.5s 0s ease;
}
.block_blog .slide a.prev:hover svg {
  fill: #003333;
}
@media (max-width: 896px) {
  .block_blog .slide a.prev:hover svg {
    fill: #ccff66;
  }
}
.block_blog .slide a.next {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 170px;
  z-index: 5;
  margin-top: -20px;
  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  */
}
@media (max-width: 896px) {
  .block_blog .slide a.next {
    margin-left: 122px;
  }
}
.block_blog .slide a.next::after {
  display: none;
}
.block_blog .slide a.next svg {
  width: 18px;
  height: 24px;
  fill: #ccff66;
  transition: all 0.5s 0s ease;
}
.block_blog .slide a.next:hover svg {
  fill: #003333;
}
@media (max-width: 896px) {
  .block_blog .slide a.next:hover svg {
    fill: #ccff66;
  }
}
@media (max-width: 896px) {
  .block_blog .slide .slide_page {
    width: 330px;
    margin-left: -165px;
  }
}
.block_blog .slide .column {
  width: 336px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 896px) {
  .block_blog .slide .column {
    width: 245px;
  }
}
.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 figure figcaption {
  opacity: 1;
  visibility: visible;
}
.block_blog .slide .column.swiper-slide-active time {
  opacity: 1;
  visibility: visible;
}
.block_blog .slide .column a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_blog .slide .column a:hover {
  opacity: 0.5;
}
.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 figure figcaption {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_blog .slide .column figure figcaption {
    margin-top: 20px;
  }
}
.block_blog .slide .column time {
  transition: all 0.5s 0s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 20px;
  margin-left: 100px;
  left: 50%;
  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;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_blog .slide .column time {
    top: 20px;
    margin-left: 60px;
  }
}
.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: 20px;
    margin-bottom: 40px;
  }
}
.block_blog .bottom .page_num {
  width: 30%;
  height: 40px;
  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 .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:hover .over {
  background: #003333;
  color: #ccff66;
}
.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 .date.d_list {
  top: 15px;
  right: 20px;
}
.block_blog .list .column a .date.d_list time {
  position: relative;
  top: auto;
  left: auto;
}
.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;
  transition: all 0.5s 0s ease;
}
@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:hover .t {
  color: #ccff66;
}
.block_blog .all a .t {
  transition: all 0.5s 0s ease;
  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;
  margin-top: 40px;
}
@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  */
}
body.page .block_blog .m_studio .wrap {
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  body.page .block_blog .m_studio .wrap {
    flex-direction: column;
    align-items: center; /* flex-start  center  */
  }
}

@media (max-width: 896px) {
  .block_blog .m_studio .wrap {
    flex-direction: column;
    align-items: center; /* flex-start  center  */
  }
}
.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 .m_title img {
  display: block;
  animation: poyopoyo 2s ease-out infinite;
  transform-origin: center bottom;
}
.block_blog .m_studio .wrap .title_area .icon {
  position: absolute;
  top: 50%;
  left: 150px;
  width: 64px;
  height: 64px;
  margin-top: -40px;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .title_area .icon {
    left: 120px;
    width: 48px;
    height: 48px;
    margin-top: -40px;
  }
}
.block_blog .m_studio .wrap .title_area .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ff995a;
}
.block_blog .m_studio .wrap .title_area .icon ul.line {
  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  */
}
.block_blog .m_studio .wrap .title_area .icon ul.line li {
  width: 4px;
  height: 24px;
  background: #FFF;
  margin: 0 2px;
  border-radius: 4px;
}
@media (max-width: 896px) {
  .block_blog .m_studio .wrap .title_area .icon ul.line li {
    width: 2px;
    height: 18px;
  }
}
.block_blog .m_studio .wrap .title_area .icon ul.line li:nth-child(1) {
  animation: loop_animation_size 0.5s -0.3s ease infinite alternate;
}
.block_blog .m_studio .wrap .title_area .icon ul.line li:nth-child(2) {
  animation: loop_animation_size 0.5s -0.2s ease infinite alternate;
}
.block_blog .m_studio .wrap .title_area .icon ul.line li:nth-child(3) {
  animation: loop_animation_size 0.5s -0.1s ease infinite alternate;
}
.block_blog .m_studio .wrap .title_area .icon ul.line li:nth-child(4) {
  animation: loop_animation_size 0.5s -0.2s ease infinite alternate;
}
.block_blog .m_studio .wrap .title_area .icon ul.line li:nth-child(5) {
  animation: loop_animation_size 0.5s -0.3s ease infinite alternate;
}
@keyframes loop_animation_size {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.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;
  }
}

/*----------------------------------------------------
 block_m_answers
--------------------------------------------------- */
.block_m_answers {
  position: relative;
  background: #c2b3ff;
  color: #003333;
  padding-top: 120px;
  padding-bottom: 40px;
  overflow: hidden;
}
.block_m_answers .title_bg {
  position: absolute;
  top: 140px;
  left: -50px;
  width: 272px;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_m_answers .title_bg {
    top: 60px;
    left: -80px;
    width: 202px;
  }
}
.block_m_answers .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_m_answers .title_bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_m_answers .title {
  position: absolute;
  top: 155px;
  left: 20px;
  text-align: center;
  width: 200px;
  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_m_answers .title {
    font-size: 20px;
    top: 20vw;
    left: 2vw;
    width: 25vw;
  }
}
.block_m_answers .summary {
  position: relative;
  margin: 0 3vw;
  background: url(../img/common/line.svg) repeat-x center bottom;
  background-size: auto 9px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (max-width: 896px) {
  .block_m_answers .summary {
    margin: 0 5vw;
    background: url(../img/common/line.svg) repeat-x center bottom;
    background-size: auto 9px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 896px) {
  .block_m_answers .summary figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.block_m_answers .summary figure .img_wrap {
  position: relative;
  padding-top: 42.22%;
}
@media (max-width: 896px) {
  .block_m_answers .summary figure .img_wrap {
    padding-top: 69.44%;
  }
}
.block_m_answers .summary 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% 30%;
     object-position: 50% 30%;
  opacity: 0;
  mask-image: url("../img/m_answers/bbs_msk.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/m_answers/bbs_msk.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
@media (max-width: 896px) {
  .block_m_answers .summary figure .img_wrap img {
    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_m_answers .summary figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_m_answers .summary a.entry {
  display: block;
  width: 196px;
  margin: -80px 40px 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_m_answers .summary a.entry {
    position: absolute;
    bottom: 60px;
    margin: 0;
    left: 50%;
    width: 147px;
    margin-left: -73px;
  }
}
.block_m_answers .summary a.entry .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  animation: poyopoyo 2s ease-out infinite;
}
@media (max-width: 896px) {
  .block_m_answers .summary a.entry .t {
    width: 133px;
  }
}
@keyframes poyopoyo2 {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.85);
  }
}
.block_m_answers .summary a.entry .pop01 {
  position: absolute;
  top: 100px;
  left: 102px;
  width: 62px;
  animation: poyopoyo2 2s -1s ease-out infinite;
  transform-origin: center center;
}
@media (max-width: 896px) {
  .block_m_answers .summary a.entry .pop01 {
    top: 70px;
    left: 82px;
    width: 48px;
  }
}
.block_m_answers .summary a.entry .pop02 {
  position: absolute;
  top: 65px;
  left: 135px;
  width: 62px;
  transform-origin: center center;
  animation: poyopoyo2 2s -0.5s ease-out infinite;
}
@media (max-width: 896px) {
  .block_m_answers .summary a.entry .pop02 {
    top: 45px;
    left: 95px;
    width: 48px;
  }
}
.block_m_answers .summary .exp {
  margin-top: 160px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_m_answers .summary .exp {
    font-size: 12px;
    margin-top: 20px;
  }
}
.block_m_answers .list {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 896px) {
  .block_m_answers .list {
    width: auto;
    margin: 0 5vw;
  }
}
.block_m_answers .list .column {
  margin-bottom: 80px;
  border: 4px #FFF solid;
  background: #FFF;
  border-radius: 40px;
  padding: 70px;
  position: relative;
}
@media (max-width: 896px) {
  .block_m_answers .list .column {
    margin-bottom: 60px;
    padding: 45px 23px 23px 23px;
  }
}
.block_m_answers .list .column.active {
  border: 4px #ccff66 solid;
}
.block_m_answers .list .column.active .q_area .meta .icon .l2 {
  width: 0;
}
.block_m_answers .list .column .q_title {
  position: absolute;
  top: -40px;
  left: 70px;
  line-height: 1;
  font-size: 60px;
  color: #003333;
  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_m_answers .list .column .q_title {
    left: 23px;
    top: -30px;
  }
}
.block_m_answers .list .column .q_area {
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .q_area {
    font-size: 12px;
  }
}
.block_m_answers .list .column .q_area p {
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .q_area p {
    font-size: 12px;
  }
}
.block_m_answers .list .column .q_area .meta {
  margin-top: 24px;
  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_m_answers .list .column .q_area .meta .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-left: 10px;
  border-left: 2px #ccff66 solid;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .q_area .meta .name {
    font-size: 12px;
  }
}
.block_m_answers .list .column .q_area .meta .icon {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #ccff66;
  position: relative;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .q_area .meta .icon {
    width: 42px;
    height: 42px;
    border-radius: 42px;
  }
}
.block_m_answers .list .column .q_area .meta .icon .l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #003333;
  margin-left: -12px;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .q_area .meta .icon .l1 {
    width: 16px;
    margin-left: -8px;
  }
}
.block_m_answers .list .column .q_area .meta .icon .l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #003333;
  margin-top: -12px;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .q_area .meta .icon .l2 {
    height: 16px;
    margin-top: -8px;
  }
}
.block_m_answers .list .column .ans_area {
  display: none;
  background: url(../img/m_answers/down.svg) no-repeat center top;
  background-size: 32px auto;
  padding-top: 55px;
  margin-top: 20px;
}
.block_m_answers .list .column .ans_area .a_title {
  margin-bottom: 20px;
}
.block_m_answers .list .column .ans_area .a_title span {
  display: inline-block;
  background: #ccff66;
  line-height: 1;
  padding: 5px 30px;
  font-size: 16px;
  color: #003333;
  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;
  border-radius: 30px;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .ans_area .a_title span {
    font-size: 12px;
  }
}
.block_m_answers .list .column .ans_area p {
  font-size: 16px;
  color: #003333;
}
@media (max-width: 896px) {
  .block_m_answers .list .column .ans_area p {
    font-size: 12px;
  }
}
.block_m_answers .list .column .ans_area time {
  margin-top: 40px;
  display: block;
  text-align: right;
  font-size: 16px;
  color: #003333;
  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_m_answers .list .column .ans_area time {
    margin-top: 20px;
    font-size: 12px;
  }
}
.block_m_answers .form_area {
  position: relative;
  margin: 0 3vw;
  background: #FFF;
  border-radius: 70px;
  padding: 70px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_m_answers .form_area {
    margin-top: -40px;
    padding: 40px 20px 40px 20px;
  }
}
.block_m_answers .form_area .q_title {
  position: relative;
  left: 0px;
  width: 216px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block_m_answers .form_area .q_title .pop01 {
  position: absolute;
  top: 52px;
  left: 180px;
  width: 64px;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .q_title .pop01 {
    top: 42px;
    left: 130px;
    width: 48px;
  }
}
.block_m_answers .form_area .q_title .pop02 {
  position: absolute;
  top: 80px;
  left: 150px;
  width: 62px;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .q_title .pop02 {
    top: 52px;
    left: 115px;
    width: 46px;
  }
}
@media (max-width: 896px) {
  .block_m_answers .form_area .q_title {
    width: 162px;
  }
}
.block_m_answers .form_area .f_column {
  width: 570px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .f_column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_m_answers .form_area .f_column .f_title {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .f_column .f_title {
    font-size: 12px;
  }
}
.block_m_answers .form_area .f_column .f_title span {
  display: inline-block;
  color: #ccff66;
}
.block_m_answers .form_area .f_column .f_name {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.block_m_answers .form_area .f_column .f_form .f_conf {
  padding: 20px;
  background: #eee;
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .f_column .f_form .f_conf {
    font-size: 12px;
  }
}
.block_m_answers .form_area .f_column .f_form input, .block_m_answers .form_area .f_column .f_form textarea {
  width: 100%;
  border: 1px #003333 solid;
  background: #FFF;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  box-shadow: none;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .f_column .f_form input, .block_m_answers .form_area .f_column .f_form textarea {
    font-size: 12px;
  }
}
.block_m_answers .form_area .f_column .f_form input {
  margin-bottom: 10px;
}
.block_m_answers .form_area .f_column .errorMessage {
  display: block;
  font-size: 14px;
  text-align: right;
  color: #ff0000;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .f_column .errorMessage {
    font-size: 12px;
  }
}
.block_m_answers .form_area .comp {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.block_m_answers .form_area .exp {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
.block_m_answers .form_area p {
  font-size: 14px;
  text-align: center;
}
.block_m_answers .form_area .btn {
  margin-top: 60px;
  text-align: center;
}
.block_m_answers .form_area .btn a {
  display: inline-block;
  background: #ccff66;
  padding: 0 40px;
  border-radius: 16px;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
.block_m_answers .form_area .btn a:hover {
  background: #003333;
  color: #ccff66;
}
.block_m_answers .form_area .btn_set {
  margin-top: 40px;
  text-align: center;
}
.block_m_answers .form_area .btn_set a {
  display: inline-block;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background: #ccff66;
  position: relative;
  color: #003333;
  text-align: center;
  cursor: pointer;
  padding: 8px 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .btn_set a {
    font-size: 12px;
  }
}
.block_m_answers .form_area .btn_set a:hover {
  background: #003333;
  color: #ccff66;
}
.block_m_answers .form_area .btn_set button {
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background: #ff995a;
  position: relative;
  color: #003333;
  text-align: center;
  cursor: pointer;
  padding: 8px 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_m_answers .form_area .btn_set button {
    font-size: 12px;
  }
}
.block_m_answers .form_area .btn_set button:hover {
  background: #003333;
  color: #ccff66;
}
.block_m_answers .form_area .btn_set .resend {
  margin-top: 20px;
}
.block_m_answers .form_area .btn_set .resend a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
}

/*----------------------------------------------------
 block_mlog_detail
--------------------------------------------------- */
.block_mlog_detail {
  position: relative;
  background: #c2c9ee;
  color: #003333;
  padding-top: 175px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_mlog_detail {
    padding-top: 105px;
  }
}
.block_mlog_detail .title_bg {
  position: absolute;
  top: 140px;
  left: -50px;
  width: 272px;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_mlog_detail .title_bg {
    top: 60px;
    left: -80px;
    width: 202px;
  }
}
.block_mlog_detail .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_mlog_detail .title_bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_mlog_detail .title {
  position: absolute;
  top: 155px;
  left: 20px;
  text-align: center;
  width: 200px;
  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_mlog_detail .title {
    font-size: 20px;
    top: 70px;
    left: 2vw;
    width: 25vw;
  }
}
.block_mlog_detail .summary {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 896px) {
  .block_mlog_detail .summary {
    width: 90%;
  }
}
.block_mlog_detail .summary .meta {
  text-align: right;
  margin-bottom: 10px;
}
.block_mlog_detail .summary .meta time {
  display: inline-block;
  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;
}
.block_mlog_detail .summary .s_title {
  background: #c1e6dc;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 18px;
}
@media (max-width: 896px) {
  .block_mlog_detail .summary .s_title {
    font-size: 13px;
  }
}
.block_mlog_detail .entry {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  padding-top: 40px;
  word-break: break-all;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry {
    width: 90%;
    font-size: 12px;
  }
}
.block_mlog_detail .entry img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin-top: 80px;
  border-radius: 40px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry img {
    max-width: 90%;
    border-radius: 20px;
    margin-top: 40px;
  }
}
.block_mlog_detail .entry figure {
  margin-top: 80px;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry figure {
    border-radius: 20px;
    margin-top: 40px;
  }
}
.block_mlog_detail .entry figure.small {
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry figure.small {
    width: 80%;
    margin-top: 40px;
  }
}
.block_mlog_detail .entry .sub_title {
  font-size: 18px;
  margin-top: 80px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .sub_title {
    margin-top: 40px;
    font-size: 13px;
  }
}
.block_mlog_detail .entry .sub_title::before {
  content: "●";
  color: #ccff66;
}
.block_mlog_detail .entry a {
  text-decoration: underline;
  color: #003333;
}
.block_mlog_detail .entry a:hover {
  text-decoration: none;
}
.block_mlog_detail .entry .textarea {
  margin-top: 40px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .textarea {
    margin-top: 20px;
    font-size: 12px;
  }
}
.block_mlog_detail .entry .textarea p {
  margin-bottom: 1em;
}
.block_mlog_detail .entry .textarea a {
  text-decoration: underline;
  color: #003333;
}
.block_mlog_detail .entry .textarea a:hover {
  text-decoration: none;
}
.block_mlog_detail .entry .slide {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .slide {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.block_mlog_detail .entry .slide figure {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .slide figure {
    width: 100%;
  }
}
.block_mlog_detail .entry .slide .slide_page {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  line-height: 1;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .slide .slide_page {
    margin-top: 20px;
  }
}
.block_mlog_detail .entry .slide .slide_page a.prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  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;
}
.block_mlog_detail .entry .slide .slide_page a.prev::after {
  display: none;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .slide .slide_page a.prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_mlog_detail .entry .slide .slide_page a.prev:hover {
  background: #003333;
}
.block_mlog_detail .entry .slide .slide_page a.prev:hover svg {
  fill: #ccff66;
}
.block_mlog_detail .entry .slide .slide_page a.prev.swiper-button-disabled {
  visibility: hidden;
}
.block_mlog_detail .entry .slide .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_mlog_detail .entry .slide .slide_page a.prev svg {
    width: 10px;
    height: 13px;
    margin-right: 4px;
  }
}
.block_mlog_detail .entry .slide .slide_page a.next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  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;
}
.block_mlog_detail .entry .slide .slide_page a.next::after {
  display: none;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .slide .slide_page a.next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_mlog_detail .entry .slide .slide_page a.next:hover {
  background: #003333;
}
.block_mlog_detail .entry .slide .slide_page a.next:hover svg {
  fill: #ccff66;
}
.block_mlog_detail .entry .slide .slide_page a.next.swiper-button-disabled {
  visibility: hidden;
}
.block_mlog_detail .entry .slide .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_mlog_detail .entry .slide .slide_page a.next svg {
    width: 10px;
    height: 13px;
    margin-left: 4px;
  }
}
.block_mlog_detail .entry .slide .slide_page .page_num {
  width: auto;
  text-align: center;
  font-size: 20px;
  margin: 0 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_mlog_detail .entry .slide .slide_page .page_num {
    font-size: 12px;
  }
}
.block_mlog_detail .entry .movie_area {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .movie_area {
    margin-top: 40px;
  }
}
.block_mlog_detail .entry .movie_area .movie_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_mlog_detail .entry .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_mlog_detail .entry .spotify_area {
  width: 60%;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .spotify_area {
    margin-top: 40px;
    width: 100%;
  }
}
.block_mlog_detail .entry .information {
  margin-top: 80px;
  background: #c1e6dc;
  border-radius: 40px;
  padding: 40px 60px;
  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  */
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .information {
    margin-top: 40px;
    flex-direction: column;
  }
}
.block_mlog_detail .entry .information figure {
  width: 40%;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .information figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_mlog_detail .entry .information figure img {
  margin: 0;
  max-width: 100%;
  border-radius: 0;
}
.block_mlog_detail .entry .information .text_area {
  width: 50%;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .information .text_area {
    width: 100%;
  }
}
.block_mlog_detail .entry .information .text_area .sub_title_s {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .information .text_area .sub_title_s {
    font-size: 13px;
  }
}
.block_mlog_detail .entry .information .text_area p {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .information .text_area p {
    font-size: 12px;
  }
}
.block_mlog_detail .entry .page_btn {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .page_btn {
    margin-top: 40px;
  }
}
.block_mlog_detail .entry .page_btn a {
  text-decoration: none;
  display: inline-block;
  background: #ccff66;
  color: #003333;
  font-size: 14px;
  padding: 8px 80px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .page_btn a {
    padding: 8px 40px;
  }
}
.block_mlog_detail .entry .page_btn a:hover {
  background: #003333;
  color: #ccff66;
}
.block_mlog_detail .entry .page_btn.big a {
  display: block;
  padding: 18px 20px;
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_mlog_detail .entry .page_btn.big a {
    padding: 14px 20px;
    font-size: 14px;
  }
}

/*----------------------------------------------------
 block_movie_detail
--------------------------------------------------- */
.block_movie_detail {
  position: relative;
  background: #c2b3ff;
  color: #003333;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_movie_detail {
    padding-top: 155px;
  }
}
.block_movie_detail .summary {
  position: relative;
  margin: 0 3vw;
  background: #c1e6dc;
  border-radius: 110px;
  padding: 70px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_movie_detail .summary {
    margin: 0 5vw;
    margin-top: -40px;
    border-radius: 24px;
    padding: 60px 5vw 40px 5vw;
  }
}
.block_movie_detail .summary .title_area {
  position: absolute;
  top: -40px;
  left: 0;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .title_area {
    left: 50%;
    margin-left: -82px;
  }
}
.block_movie_detail .summary .title_area .m_title {
  width: 228px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .title_area .m_title {
    width: 44vw;
    width: 165px;
  }
}
.block_movie_detail .summary .title_area .m_title img {
  display: block;
  animation: poyopoyo 2s ease-out infinite;
  transform-origin: center bottom;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.block_movie_detail .summary .title_area .icon {
  position: absolute;
  top: 50%;
  left: 150px;
  width: 64px;
  height: 64px;
  margin-top: -40px;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .title_area .icon {
    left: 120px;
    width: 48px;
    height: 48px;
    margin-top: -40px;
  }
}
.block_movie_detail .summary .title_area .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ff995a;
}
.block_movie_detail .summary .title_area .icon ul.line {
  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  */
}
.block_movie_detail .summary .title_area .icon ul.line li {
  width: 4px;
  height: 24px;
  background: #FFF;
  margin: 0 2px;
  border-radius: 4px;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .title_area .icon ul.line li {
    width: 2px;
    height: 18px;
  }
}
.block_movie_detail .summary .title_area .icon ul.line li:nth-child(1) {
  animation: loop_animation_size 0.5s -0.3s ease infinite alternate;
}
.block_movie_detail .summary .title_area .icon ul.line li:nth-child(2) {
  animation: loop_animation_size 0.5s -0.2s ease infinite alternate;
}
.block_movie_detail .summary .title_area .icon ul.line li:nth-child(3) {
  animation: loop_animation_size 0.5s -0.1s ease infinite alternate;
}
.block_movie_detail .summary .title_area .icon ul.line li:nth-child(4) {
  animation: loop_animation_size 0.5s -0.2s ease infinite alternate;
}
.block_movie_detail .summary .title_area .icon ul.line li:nth-child(5) {
  animation: loop_animation_size 0.5s -0.3s ease infinite alternate;
}
@keyframes loop_animation_size {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.block_movie_detail .summary .movie_area .movie_space {
  width: 720px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .movie_area .movie_space {
    width: 100%;
  }
}
.block_movie_detail .summary .movie_area .movie_space .movie_wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 20px;
}
.block_movie_detail .summary .movie_area .movie_space .movie_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_movie_detail .summary .movie_area .movie_space .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_movie_detail .summary .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_movie_detail .summary .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_movie_detail .summary .movie_area .movie_space a svg {
    width: 33px;
    height: 40px;
  }
}
.block_movie_detail .summary .movie_area .movie_space a:hover svg {
  stroke: #003333;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .movie_area .movie_space a:hover svg {
    stroke: #dbff76;
  }
}
.block_movie_detail .summary .movie_area .movie_space.view a {
  display: none;
}
.block_movie_detail .summary .movie_area .movie_space.view a svg {
  opacity: 0;
}
.block_movie_detail .summary .movie_area .m_t {
  width: 720px;
  margin: 0 auto;
  position: relative;
  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: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 10px 15px;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .block_movie_detail .summary .movie_area .m_t {
    width: 100%;
  }
}
.block_movie_detail .summary .movie_area .m_t .m_title {
  text-align: left;
  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_movie_detail .summary .movie_area .m_t .m_title {
    font-size: 14px;
  }
}
.block_movie_detail .summary .movie_area .m_t 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_movie_detail .summary .movie_area .m_t time {
    font-size: 12px;
  }
}

/*----------------------------------------------------
 block_member
--------------------------------------------------- */
.block_member {
  position: relative;
  background: #0d5339;
  color: #003333;
  padding-top: 140px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_member {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.block_member .area {
  margin: 0 3vw;
  background: #c1e6dc;
  border-radius: 110px;
  padding: 80px 120px;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_member .area {
    margin: 0 5vw;
    border-radius: 24px;
    margin-top: 40px;
    padding: 60px 5vw 40px 5vw;
  }
}
.block_member .area .title {
  width: 614px;
  margin: 0 auto;
  margin-top: -140px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_member .area .title {
    width: 300px;
    margin-top: -80px;
  }
}
.block_member .area .entry {
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
}
.block_member .area .entry .d_area {
  border-bottom: 1px #003333 solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.block_member .area .entry .d_area dl.d_list {
  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;
  font-weight: 700;
}
.block_member .area .entry .d_area dl.d_list dt {
  width: 100px;
}
.block_member .area .entry .d_area dl.d_list dd {
  width: 200px;
}
.block_member .area .entry .alert_area {
  margin-bottom: 40px;
}
.block_member .area .entry .alert_area .a_column {
  margin-bottom: 10px;
}
.block_member .area .entry .alert_area .a_column a {
  border-radius: 4px;
  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: #ff995a;
  color: #003333;
  padding: 20px 60px 20px 20px;
  font-size: 14px;
  position: relative;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_member .area .entry .alert_area .a_column a {
    font-size: 12px;
    flex-direction: column;
  }
}
.block_member .area .entry .alert_area .a_column a:hover {
  background: #ccff66;
}
.block_member .area .entry .alert_area .a_column a .alert {
  width: 120px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_member .area .entry .alert_area .a_column a .alert {
    font-size: 14px;
    width: 100%;
  }
}
.block_member .area .entry .alert_area .a_column a .a_t {
  width: calc(100% - 120px);
}
@media (max-width: 896px) {
  .block_member .area .entry .alert_area .a_column a .a_t {
    width: 100%;
  }
}
.block_member .area .entry .alert_area .a_column a .icon {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 15px;
  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;
  transform: rotate(0deg);
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_member .area .entry .alert_area .a_column a .icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-top: -15px;
  }
}
.block_member .area .entry .alert_area .a_column a .icon svg {
  width: 14px;
  height: 18px;
  margin-left: 4px;
  fill: #003333;
  transition: all 0.5s 0s ease;
}
.block_member .area .entry .btn {
  margin-top: 10px;
}
.block_member .area .entry .btn a {
  width: 200px;
  margin: 0 auto;
  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_member .area .entry .btn a:hover {
  background: #003333;
  color: #ccff66;
}
.block_member .area .entry .form_area {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.block_member .area .entry .form_area .q_title {
  position: relative;
  left: 20px;
  width: 244px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .q_title {
    width: 180px;
    left: 10px;
  }
}
.block_member .area .entry .form_area .f_column {
  width: 570px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .f_column {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_member .area .entry .form_area .f_column .f_title {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .f_column .f_title {
    font-size: 12px;
  }
}
.block_member .area .entry .form_area .f_column .f_title span {
  display: inline-block;
  color: #ccff66;
}
.block_member .area .entry .form_area .f_column .f_name {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.block_member .area .entry .form_area .f_column .f_form .f_conf {
  padding: 20px;
  background: #eee;
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .f_column .f_form .f_conf {
    font-size: 12px;
  }
}
.block_member .area .entry .form_area .f_column .f_form input, .block_member .area .entry .form_area .f_column .f_form textarea {
  width: 100%;
  border: 1px #003333 solid;
  background: #FFF;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  box-shadow: none;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .f_column .f_form input, .block_member .area .entry .form_area .f_column .f_form textarea {
    font-size: 12px;
  }
}
.block_member .area .entry .form_area .f_column .f_form input {
  margin-bottom: 10px;
}
.block_member .area .entry .form_area .f_column .errorMessage {
  display: block;
  font-size: 14px;
  text-align: right;
  color: #ff0000;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .f_column .errorMessage {
    font-size: 12px;
  }
}
.block_member .area .entry .form_area .btn_set {
  margin-top: 40px;
  text-align: center;
}
.block_member .area .entry .form_area .btn_set a {
  display: inline-block;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background: #ccff66;
  position: relative;
  color: #003333;
  text-align: center;
  cursor: pointer;
  padding: 8px 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .btn_set a {
    font-size: 12px;
  }
}
.block_member .area .entry .form_area .btn_set a:hover {
  background: #003333;
  color: #ccff66;
}
.block_member .area .entry .form_area .btn_set button {
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  background: #ff995a;
  position: relative;
  color: #003333;
  text-align: center;
  cursor: pointer;
  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 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_member .area .entry .form_area .btn_set button {
    font-size: 12px;
  }
}
.block_member .area .entry .form_area .btn_set button:hover {
  background: #003333;
  color: #ccff66;
}
.block_member .area .entry .form_area .btn_set .resend {
  margin-top: 20px;
}
.block_member .area .entry .form_area .btn_set .resend a {
  display: block;
  text-decoration: underline;
  font-size: 16px;
}
.block_member .area .entry ul.menu {
  margin-top: 40px;
  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_member .area .entry ul.menu {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_member .area .entry ul.menu li {
  margin: 0 10px;
}
@media (max-width: 896px) {
  .block_member .area .entry ul.menu li {
    margin-bottom: 10px;
  }
}
.block_member .area .entry ul.menu li a {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  color: #003333;
}
.block_member .area .entry ul.menu li a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 block_m_moments_detail
--------------------------------------------------- */
.block_m_moments_detail {
  position: relative;
  background: #c2b3ff;
  color: #003333;
  padding-top: 175px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_m_moments_detail {
    padding-top: 105px;
  }
}
.block_m_moments_detail .title_bg {
  position: absolute;
  top: 140px;
  left: -50px;
  width: 272px;
  z-index: 2;
}
@media (max-width: 896px) {
  .block_m_moments_detail .title_bg {
    top: 60px;
    left: -80px;
    width: 202px;
  }
}
.block_m_moments_detail .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_m_moments_detail .title_bg.fade_up.js-fade_up_view svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.block_m_moments_detail .title {
  position: absolute;
  top: 155px;
  left: 20px;
  text-align: center;
  width: 200px;
  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_m_moments_detail .title {
    font-size: 20px;
    top: 70px;
    left: 2vw;
    width: 25vw;
  }
}
.block_m_moments_detail .entry {
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry {
    width: 90%;
  }
}
.block_m_moments_detail .entry .slide_container {
  margin-bottom: 80px;
  border: 4px #FFF solid;
  background: #FFF;
  border-radius: 40px;
  padding: 70px;
  position: relative;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry .slide_container {
    margin-bottom: 60px;
    padding: 45px 23px 23px 23px;
  }
}
.block_m_moments_detail .entry .slide_container .slide {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry .slide_container .slide {
    margin-top: 20px;
  }
}
.block_m_moments_detail .entry .slide_container .slide.swiper-initialized .slide_page {
  visibility: visible;
  opacity: 1;
}
.block_m_moments_detail .entry .slide_container .slide .column figure {
  overflow: hidden;
}
.block_m_moments_detail .entry .slide_container .slide .column figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  transition: all 0.6s 0s ease;
}
.block_m_moments_detail .entry .slide_container .slide .column figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 40px;
}
.block_m_moments_detail .entry .slide_container .slide .column figure figcaption {
  text-align: center;
  display: block;
  font-size: 16px;
  padding-top: 40px;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry .slide_container .slide .column figure figcaption {
    font-size: 12px;
  }
}
.block_m_moments_detail .entry .slide_container .slide .slide_page {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  line-height: 1;
  margin-top: 40px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry .slide_container .slide .slide_page {
    margin-top: 20px;
  }
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  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;
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.prev::after {
  display: none;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry .slide_container .slide .slide_page a.prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.prev:hover {
  background: #003333;
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.prev:hover svg {
  fill: #ccff66;
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.prev.swiper-button-disabled {
  visibility: hidden;
}
.block_m_moments_detail .entry .slide_container .slide .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_m_moments_detail .entry .slide_container .slide .slide_page a.prev svg {
    width: 10px;
    height: 13px;
    margin-right: 4px;
  }
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  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;
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.next::after {
  display: none;
}
@media (max-width: 896px) {
  .block_m_moments_detail .entry .slide_container .slide .slide_page a.next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.next:hover {
  background: #003333;
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.next:hover svg {
  fill: #ccff66;
}
.block_m_moments_detail .entry .slide_container .slide .slide_page a.next.swiper-button-disabled {
  visibility: hidden;
}
.block_m_moments_detail .entry .slide_container .slide .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_m_moments_detail .entry .slide_container .slide .slide_page a.next svg {
    width: 10px;
    height: 13px;
    margin-left: 4px;
  }
}
.block_m_moments_detail .entry .slide_container .slide .slide_page .page_num {
  width: auto;
  text-align: center;
  font-size: 20px;
  margin: 0 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_m_moments_detail .entry .slide_container .slide .slide_page .page_num {
    font-size: 12px;
  }
}
.block_m_moments_detail .entry .slide_container .slide time {
  text-align: center;
  transition: all 0.5s 0s ease;
  display: block;
  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;
}/*# sourceMappingURL=common.css.map */