@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;
}

/*
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

*/
.grecaptcha-badge {
  display: none;
}

html, body {
  font-family: "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0em;
  font-style: normal;
  color: #000;
  background: #DADDCD url(../img/common/bg.jpg);
  background-size: 50%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.top.opening_end {
  overflow: auto;
}

body.wh_bg {
  background: #F7F4F2;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

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

::-moz-selection {
  background: #ccc;
  color: #fff;
}

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

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transition: all 0.6s 0s ease;
  transform: scale(1, 1) translate(0%, 20px);
}

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

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

/*----------------------------------------------------
 block_loading
--------------------------------------------------- */
.block_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 140;
  background: #DADDCD;
}
.block_loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/noize.png);
  mix-blend-mode: overlay;
}
.block_loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 144px;
  height: 160px;
  transform: translate(-50%, -50%);
}
.block_loading .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/inkan_logo.png) no-repeat center;
  background-size: contain;
  opacity: 0.2;
}
@media (max-width: 896px) {
  .block_loading .logo {
    width: 72px;
    height: 80px;
  }
}
.block_loading .logo .over {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 0%;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_loading .logo .over {
    width: 72px;
  }
}
body.pageLoad .block_loading .logo .over {
  height: 100%;
  transition: all 0.8s 0s cubic-bezier(1, 0, 0, 1);
}

.block_loading .logo .over img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  opacity: 1;
}
body.pageLoad .block_loading {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s 0.5s linear;
}

/*----------------------------------------------------
 noize_cover
--------------------------------------------------- */
.noize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/noize.png);
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: overlay;
}

/*----------------------------------------------------
  .block_opening
--------------------------------------------------- */
.block_opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body.opening_out .block_opening {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s 2s linear;
}

.block_opening .video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /*画面サイズが変わっても常に動画の中央が表示されるようにする*/
  /*動画よりも画面が横に長くなるとき用*/
  /*動画よりも画面が縦に長くなるとき用*/
}
.block_opening .video-wrap video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .block_opening .video-wrap video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  .block_opening .video-wrap video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*----------------------------------------------------
 block_scroll
--------------------------------------------------- */
.block_scroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: all 0.5s 0s ease;
  z-index: 3;
  line-height: 1;
  opacity: 0;
}
@media (max-width: 896px) {
  .block_scroll {
    bottom: 50px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
body.opening_end .block_scroll {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

.block_scroll a {
  color: #000;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  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_scroll a .t {
  display: inline-block;
  transition: all 0.5s 0s ease;
}
.block_scroll a .arrow {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-left: 10px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.block_scroll a .arrow i {
  font-style: normal;
}
.block_scroll a:hover .t {
  opacity: 0.5;
}
.block_scroll a:hover .arrow i {
  animation: lineMove 2.5s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99) infinite;
}

@keyframes lineMove {
  0% {
    transform: translate(-70px, 0);
    opacity: 1;
  }
  30% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  70% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 0);
    opacity: 1;
  }
}
body.page_scroll .block_scroll {
  opacity: 0;
  visibility: hidden;
}

/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.4s 0s ease;
}
.block_header .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 110px;
}
@media (max-width: 896px) {
  .block_header .logo {
    top: 24px;
    left: 25px;
    width: 78px;
  }
}
.block_header .logo a {
  display: block;
}
.block_header .logo a img {
  display: block;
  transition: all 0.4s 0s ease;
}
.block_header .shop {
  position: absolute;
  top: 50px;
  right: 150px;
}
@media (max-width: 896px) {
  .block_header .shop {
    display: none;
  }
}
.block_header .shop a {
  display: block;
  color: #000;
  font-size: 18px;
  transition: all 0.4s 0s ease;
}
.block_header .shop a span {
  display: inline-block;
  position: relative;
}
.block_header .shop a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.block_header .shop a:hover span:after {
  transform: scale(1, 1);
  transform-origin: left center;
}
body.header_white .block_header .logo a {
  display: block;
  background: url(../img/common/logo_yoko_wh.svg) no-repeat center;
  background-size: 100% auto;
}
body.header_white .block_header .logo a img {
  opacity: 0;
}
body.header_white .block_header .shop a {
  color: #FFF;
}
body.header_white .block_header .shop a span:after {
  background: #FFF;
}

body.header_white.menu_open .block_header .logo a {
  display: block;
  background: none;
}
body.header_white.menu_open .block_header .logo a img {
  opacity: 1;
}
body.header_white.menu_open .block_header .shop a {
  color: #000;
}
body.header_white.menu_open .block_header .shop a span:after {
  background: #000;
}

.block_header .title_area {
  position: absolute;
  top: 55px;
  left: 235px;
  width: 400px;
  line-height: 1;
}
.block_header .title_area .column {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.block_header .title_area .column.view {
  visibility: visible;
  opacity: 1;
}
.block_header .title_area .column .meter {
  width: 80px;
  height: 1px;
  margin-right: 15px;
  position: relative;
  background: #5F6159;
}
body.header_white .block_header .title_area .column .meter {
  background: #CBD2AE;
}

.block_header .title_area .column .meter span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #CBD2AE;
  transform-origin: right;
}
body.header_white .block_header .title_area .column .meter span {
  background: #5F6159;
}

.block_header .title_area .column .title {
  padding-top: 6px;
  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 .title_area .column .title .en {
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  margin-right: 10px;
  color: #000;
  transition: all 0.4s 0s ease;
}
.block_header .title_area .column .title .jp {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-bottom: 6px;
  transition: all 0.4s 0s ease;
}
body.header_white .block_header .title_area .column .title span {
  color: #CBD2AE;
}

/*----------------------------------------------------
.block_navi
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: block;
  z-index: 110;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a {
    top: 0px;
    right: 0px;
    width: 75px;
    height: 75px;
    visibility: visible;
    opacity: 1;
  }
}
body.opening_end .block_navi a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s 0s ease;
}

.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  margin-left: -17px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a .wrap {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
  }
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 2px;
  margin-top: -7px;
  margin-left: -17px;
  background: #000;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a span.l1 {
    width: 26px;
    height: 1px;
    margin-top: -5px;
    margin-left: -13px;
  }
}
.block_navi a span.l1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aaa;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 2px;
  margin-top: 2px;
  margin-left: -17px;
  background: #000;
  transform-origin: center center;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi a span.l2 {
    width: 26px;
    height: 1px;
    margin-top: 2px;
    margin-left: -13px;
  }
}
.block_navi a span.l2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aaa;
  transform: scaleX(0);
  transition: transform 0.4s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
body.header_white .block_navi a span {
  background: #FFF;
}

.block_navi a:hover span.l1:after {
  transform: scale(1, 1);
  transform-origin: left center;
}

.block_navi a:hover span.l2:after {
  transform: scale(1, 1);
  transform-origin: left center;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  background: #000;
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  background: #000;
}

/*----------------------------------------------------
.block_site_menu
--------------------------------------------------- */
.block_site_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #DADDCD;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.block_site_menu::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/noize.png);
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.block_site_menu .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
}
.block_site_menu .inner .menu_area ul.menu li {
  text-align: center;
  margin-bottom: 3.5vh;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li {
    margin-bottom: 4vh;
  }
}
.block_site_menu .inner .menu_area ul.menu li:last-child {
  margin-bottom: 0;
}
.block_site_menu .inner .menu_area ul.menu li a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  transition: all 0.4s 0s ease;
  text-align: center;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
body.menu_open .block_site_menu .inner .menu_area li a {
  animation: mask-play 2s steps(47) 0s forwards;
}

@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a {
    font-size: 12px;
  }
}
.block_site_menu .inner .menu_area ul.menu li a:hover {
  opacity: 0.5;
}
.block_site_menu .inner .menu_area ul.menu li a span {
  display: block;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  padding-bottom: 4px;
}
@media (max-width: 896px) {
  .block_site_menu .inner .menu_area ul.menu li a span {
    font-size: 22px;
  }
}
.block_site_menu .inner .menu_area ul.sns {
  padding-top: 4vh;
  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;
}
body.menu_open .block_site_menu .inner .menu_area ul.sns {
  opacity: 1;
  transition: all 0.4s 0.5s ease;
}

.block_site_menu .inner .menu_area ul.sns li {
  margin: 0 10px;
  line-height: 1;
}
.block_site_menu .inner .menu_area ul.sns li 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.4s 0s ease;
}
.block_site_menu .inner .menu_area ul.sns li a:hover {
  opacity: 0.5;
}
.block_site_menu .inner .menu_area ul.sns li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.block_site_menu .inner .menu_area ul.sns li a .t {
  font-size: 14px;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  display: block;
  padding-top: 4px;
}
.block_site_menu .inner .menu_area ul.sns li a.x svg {
  width: 25px;
  height: 25px;
  margin-left: -4px;
}

body.menu_open .block_site_menu {
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
body.page .wrapper {
  padding-top: 180px;
}
@media (max-width: 896px) {
  body.page .wrapper {
    padding-top: 110px;
  }
}

body.page.about .wrapper {
  padding-top: 0px;
}
@media (max-width: 896px) {
  body.page.about .wrapper {
    padding-top: 0px;
  }
}

/*----------------------------------------------------
  .block_program
--------------------------------------------------- */
.block_program {
  position: relative;
}
.block_program .maincopy {
  position: absolute;
  top: 50%;
  right: -100vw;
  width: 100vw;
  text-align: center;
  font-size: 4.5vh;
  font-weight: 500;
  letter-spacing: 0.1em;
  transform: translate(0px, -50%);
  transition: all 0.9s 0s ease;
}
.block_program .maincopy.view {
  opacity: 1;
  visibility: visible;
}
.block_program .inner .scroll_container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_program .inner .scroll_container {
    height: auto;
  }
}
.block_program .inner .scroll_container .scroll_wrap {
  display: flex;
  width: 10116px;
  width: calc(1043px + 166.666vh + 230vh + 225vh + 225vh + 200vw);
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_program .inner .scroll_container .scroll_wrap {
    width: 100%;
    display: block;
  }
}

/*----------------------------------------------------
  .block_top
--------------------------------------------------- */
.block_top {
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_top {
    height: 100vh;
  }
}
.block_top .copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-size: 4.5vh;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 30vh;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
@media (max-width: 896px) {
  .block_top .copy {
    font-size: 22px;
    margin-top: 35vw;
  }
}
body.opening_out .block_top .copy {
  animation: mask-play 3s steps(47) 0s forwards;
}

.block_top .maru_area_in {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_top .maru_area {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: scale(0, 0);
  opacity: 1;
}
body.opening_out .block_top .maru_area {
  opacity: 1;
  transform: scale(1, 1);
  transition: all 3.5s 1.6s ease;
}

.block_top .maru_area .maru_all {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: tama_rotation01 20s 0s linear infinite;
}
.block_top .maru_area .maru_zengo {
  position: absolute;
  top: 50%;
  left: 50%;
}
.block_top .maru_area .maru_zengo .maru_rotation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  margin-left: -45vw;
  transform-origin: top left;
  animation: tama_rotation01 30s 0s linear infinite;
}
@media (max-width: 896px) {
  .block_top .maru_area .maru_zengo .maru_rotation {
    width: 180vw;
    margin-left: -90vw;
  }
}
.block_top .maru_area .maru_zengo .maru_rotation .maru {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  background: url(../img/top/maru01.png) no-repeat;
  background-size: contain;
  animation: tama_rotation01 20s 0s linear infinite;
}
@media (max-width: 896px) {
  .block_top .maru_area .maru_zengo .maru_rotation .maru {
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }
}
.block_top .maru_area .maru_zengo.pos01 {
  animation: tama_zengo 30s 0s cubic-bezier(0.79, 0.14, 0.15, 0.86) infinite;
}
.block_top .maru_area .maru_zengo.pos01 .maru_rotation {
  animation: tama_rotation02 30s 0s cubic-bezier(0.79, 0.14, 0.15, 0.86) infinite;
}
.block_top .maru_area .maru_zengo.pos02 {
  animation: tama_zengo 30s -10s cubic-bezier(0.79, 0.14, 0.15, 0.86) infinite;
}
.block_top .maru_area .maru_zengo.pos02 .maru_rotation {
  animation: tama_rotation02 30s -10s cubic-bezier(0.79, 0.14, 0.15, 0.86) infinite;
}
.block_top .maru_area .maru_zengo.pos03 {
  animation: tama_zengo 30s -20s cubic-bezier(0.79, 0.14, 0.15, 0.86) infinite;
}
.block_top .maru_area .maru_zengo.pos03 .maru_rotation {
  animation: tama_rotation02 30s -20s cubic-bezier(0.79, 0.14, 0.15, 0.86) infinite;
}

@keyframes tama_rotation02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tama_rotation03 {
  0% {
    transform: rotate(180deg);
  }
  33% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
@keyframes tama_rotation01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tama_zengo {
  0% {
    transform: scale3d(2, 2, 2);
  }
  50% {
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    transform: scale3d(2, 2, 2);
  }
}
/*----------------------------------------------------
  .block_kurodama
--------------------------------------------------- */
@keyframes mask-play {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
}
.block_kurodama {
  position: relative;
  height: 100vh;
  display: flex;
  width: 100%;
  width: 10116px;
  width: calc(1043px + 166.666vh + 230vh + 225vh + 225vh);
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_kurodama {
    display: block;
    height: auto;
    width: 100%;
  }
}
.block_kurodama .circle {
  position: absolute;
  top: 50%;
  margin-top: -1452px;
  width: 2904px;
  height: 2904px;
}
.block_kurodama .circle span {
  position: absolute;
  top: 0%;
  left: 0;
  width: 2904px;
  height: 2904px;
  border-radius: 2904px;
  transform: scale(0.8, 0.8);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block_kurodama .circle.view span {
  transform: scale(1, 1);
}
.block_kurodama .circle.pos01 {
  left: 0;
}
.block_kurodama .circle.pos01 span {
  background: #1D1715 url(../img/common/bg_black.jpg);
  background-size: 50%;
}
.block_kurodama .circle.pos02 {
  left: 166.666vh;
  left: calc(1043px + 166.666vh);
}
.block_kurodama .circle.pos02 span {
  background: #DADDCD url(../img/common/bg.jpg);
  background-size: 50%;
}
.block_kurodama .circle.pos03 {
  left: 166.666vh;
  left: calc(1043px + 166.666vh + 230vh);
}
.block_kurodama .circle.pos03 span {
  background: #1D1715 url(../img/common/bg_black.jpg);
  background-size: 50%;
}
.block_kurodama .circle.pos04 {
  left: 166.666vh;
  left: calc(1043px + 166.666vh + 230vh + 225vh);
}
.block_kurodama .circle.pos04 span {
  background: #DADDCD url(../img/common/bg.jpg);
  background-size: 50%;
}
.block_kurodama .kurodama_title {
  position: relative;
  color: #DADDCD;
  width: 1043px;
  height: 100vh;
  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_kurodama .kurodama_title {
    width: auto;
    height: auto;
    background: #1D1715 url(../img/common/bg_black.jpg);
    background-size: 50%;
    padding-top: 144px;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -120px;
    margin-right: -120px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 340px;
  }
}
.block_kurodama .kurodama_title .inner {
  text-align: center;
}
.block_kurodama .kurodama_title .inner .logo {
  width: 206px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_title .inner .logo {
    width: 124px;
    margin-bottom: 22px;
  }
}
.block_kurodama .kurodama_title .inner .copy {
  font-size: 34px;
  font-weight: 400;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_title .inner .copy {
    font-size: 20px;
  }
}
.block_kurodama .movie_area {
  position: relative;
}
.block_kurodama .movie_area .movie_wrap video {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  width: calc(100% + 4px);
  height: 100%;
  height: calc(100% + 4px);
}
.block_kurodama figure .img_wrap {
  position: relative;
  opacity: 0;
  transition: all 0.9s 0s ease;
}
.block_kurodama figure .img_wrap.view {
  opacity: 1;
}
.block_kurodama figure .img_wrap.view span {
  transform: scale(1, 1);
}
.block_kurodama figure .img_wrap .para {
  position: absolute;
  top: 0;
  margin-left: -10%;
  width: 100%;
  height: 100%;
  transform: scale(1.2, 1.2);
}
@media (max-width: 896px) {
  .block_kurodama figure .img_wrap .para {
    margin-left: 0%;
    margin-top: -10%;
    transform: scale(1.2, 1.2);
    transform: scale(1, 1);
    margin-top: 0%;
  }
}
.block_kurodama figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2, 1.2);
  transition: all 1.6s 0s ease;
}
.block_kurodama .copy {
  transition: all 0.9s 0s ease;
  -webkit-mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
  mask-image: url(../img/common/mask.png);
  mask-size: 100% 4800%;
  mask-position: 0 0;
}
.block_kurodama .copy.view {
  animation: mask-play 2s steps(47) 0.2s forwards;
}
.block_kurodama .textarea {
  transition: all 0.9s 0s ease;
  -webkit-mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
  mask-image: url(../img/common/mask.png);
  mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_kurodama .textarea p {
  font-feature-settings: "palt" on;
}
.block_kurodama .textarea.view {
  animation: mask-play 2s steps(47) 0.2s forwards;
}
.block_kurodama .kurodama_about01 {
  position: relative;
  color: #DADDCD;
  width: 1500px;
  width: 200vh;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about01 {
    width: auto;
    height: auto;
    background: #1D1715 url(../img/common/bg_black.jpg);
    background-size: 50%;
    padding-bottom: 30vw;
    margin-top: -200px;
  }
}
.block_kurodama .kurodama_about01 .inner {
  padding-top: 130px;
  padding-top: 14.4vh;
  position: relative;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about01 .inner {
    padding: 0 40px;
  }
}
.block_kurodama .kurodama_about01 .inner .image01 {
  width: 60vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about01 .inner .image01 {
    width: 73vw;
    margin: 0 auto;
  }
}
.block_kurodama .kurodama_about01 .inner .image01 .img_wrap {
  padding-top: 124.8%;
  overflow: hidden;
}
.block_kurodama .kurodama_about01 .inner .image02 {
  position: absolute;
  top: -30px;
  left: 887px;
  left: 98.555vh;
  width: 36.66666vh;
  overflow: hidden;
}
.block_kurodama .kurodama_about01 .inner .image02 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about01 .inner .image03 {
  position: absolute;
  top: 66.6666vh;
  left: 1040px;
  left: 115.5555vh;
  width: 26.66666vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about01 .inner .image03 {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: 15vw;
    margin-top: -10vw;
    width: 34.28vw;
    margin-bottom: -5vw;
  }
}
.block_kurodama .kurodama_about01 .inner .image03 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about01 .inner .copy {
  position: absolute;
  top: 25.1111vh;
  left: 456px;
  left: 50.6666vh;
  font-size: 36px;
  font-size: 4.6vh;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about01 .inner .copy {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.block_kurodama .kurodama_about01 .inner .textarea {
  position: absolute;
  top: 44.44444vh;
  left: 640px;
  left: 71.1111vh;
  line-height: 2.3333;
  font-size: 15px;
  font-size: 1.8vh;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about01 .inner .textarea {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 2.53;
  }
}
.block_kurodama .kurodama_about02 {
  position: relative;
  color: #14100E;
  width: 230vh;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 {
    width: auto;
    height: auto;
    background: #DADDCD url(../img/common/bg.jpg);
    background-size: 50%;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: -19vw;
    padding-top: 20vw;
    padding-bottom: 30vw;
  }
}
.block_kurodama .kurodama_about02 .inner {
  padding-top: 130px;
  padding-top: 14.4vh;
  position: relative;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner {
    padding: 0 40px;
  }
}
.block_kurodama .kurodama_about02 .inner .image01 {
  width: 44.44444vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner .image01 {
    width: 56vw;
  }
}
.block_kurodama .kurodama_about02 .inner .image01 .img_wrap {
  padding-top: 125.2427%;
  overflow: hidden;
  border-radius: 25px;
}
.block_kurodama .kurodama_about02 .inner .image02 {
  position: absolute;
  top: 61.333vh;
  left: 20vh;
  width: 26.66666vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner .image02 {
    position: relative;
    top: 0;
    left: 50%;
    width: 32vw;
    margin-left: 8vw;
    margin-top: -20vw;
  }
}
.block_kurodama .kurodama_about02 .inner .image02 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about02 .inner .image03 {
  position: absolute;
  top: 14.111vh;
  left: 111.5555vh;
  width: 30vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner .image03 {
    position: relative;
    top: 0;
    left: 0%;
    margin-left: -50px;
    width: 36vw;
  }
}
.block_kurodama .kurodama_about02 .inner .image03 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about02 .inner .image04 {
  position: absolute;
  top: 38.8888vh;
  left: 127.777775vh;
  width: 37.1111vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner .image04 {
    position: relative;
    top: 0;
    left: 50%;
    width: 42.9vw;
    margin-top: -30vw;
  }
}
.block_kurodama .kurodama_about02 .inner .image04 .img_wrap {
  padding-top: 125.2427%;
  overflow: hidden;
  border-radius: 15px;
}
.block_kurodama .kurodama_about02 .inner .copy {
  position: absolute;
  top: 29.1111vh;
  left: 53.11111vh;
  font-size: 36px;
  font-size: 4.6vh;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner .copy {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: 38px;
  }
}
.block_kurodama .kurodama_about02 .inner .textarea {
  position: absolute;
  top: 40.8888vh;
  left: 60.77777vh;
  line-height: 2.3333;
  font-size: 15px;
  font-size: 1.8vh;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about02 .inner .textarea {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 2.53;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
.block_kurodama .kurodama_about03 {
  position: relative;
  color: #DADDCD;
  width: 225vh;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 {
    width: auto;
    height: auto;
    background: #1D1715 url(../img/common/bg_black.jpg);
    background-size: 50%;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: -19vw;
    padding-top: 20vw;
    padding-bottom: 30vw;
  }
}
.block_kurodama .kurodama_about03 .inner {
  padding-top: 130px;
  padding-top: 14.4vh;
  position: relative;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner {
    padding: 0 40px;
  }
}
.block_kurodama .kurodama_about03 .inner .image01 {
  position: absolute;
  top: 30.11vh;
  left: 0;
  width: 44.44444vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .image01 {
    position: relative;
    top: 0;
    width: 53vw;
  }
}
.block_kurodama .kurodama_about03 .inner .image01 .img_wrap {
  padding-top: 125.2427%;
  overflow: hidden;
  border-radius: 25px;
}
.block_kurodama .kurodama_about03 .inner .image02 {
  position: absolute;
  top: 14.4444vh;
  left: 30vh;
  width: 26.66666vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .image02 {
    position: relative;
    top: 0;
    left: 50%;
    width: 32vw;
    margin-left: 20vw;
    margin-top: -20vw;
  }
}
.block_kurodama .kurodama_about03 .inner .image02 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about03 .inner .image03 {
  position: absolute;
  top: 14.4444vh;
  left: 123.33333vh;
  width: 37.1vh;
  height: 46.44444vh;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .image03 {
    position: relative;
    top: 0;
    left: 50%;
    width: 42.666vw;
    margin-top: -20vw;
    height: auto;
    border-radius: 15px;
  }
  .block_kurodama .kurodama_about03 .inner .image03 .movie_wrap {
    position: relative;
    padding-top: 125.15%;
  }
}
.block_kurodama .kurodama_about03 .inner .image04 {
  position: absolute;
  top: 57.777777vh;
  left: 100.8888vh;
  width: 30vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .image04 {
    position: relative;
    top: 0;
    left: 50%;
    width: 32vw;
    margin-left: -52vw;
    margin-top: 10vw;
  }
}
.block_kurodama .kurodama_about03 .inner .image04 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about03 .inner .copy {
  position: absolute;
  top: 33.6666vh;
  left: 65.22222vh;
  font-size: 36px;
  font-size: 4.6vh;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .copy {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 30px;
    font-size: 20px;
    margin-bottom: 38px;
  }
}
.block_kurodama .kurodama_about03 .inner .textarea {
  position: absolute;
  top: 45.3333vh;
  left: 56.2222vh;
  line-height: 2.3333;
  font-size: 15px;
  font-size: 1.8vh;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .textarea {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 30px;
    font-size: 12px;
    line-height: 2.53;
  }
}
.block_kurodama .kurodama_about03 .inner .textarea .btn_movie {
  padding-top: 47px;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .textarea .btn_movie {
    padding-top: 27px;
    text-align: center;
  }
}
.block_kurodama .kurodama_about03 .inner .textarea .btn_movie a {
  display: inline-block;
  border: 1px #CBD2AE solid;
  border-radius: 100px;
  line-height: 1;
  padding: 15px 40px 10px 20px;
  color: #CBD2AE;
  font-size: 16px;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .textarea .btn_movie a {
    font-size: 13px;
  }
}
.block_kurodama .kurodama_about03 .inner .textarea .btn_movie a .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 13px;
  margin-top: -6px;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about03 .inner .textarea .btn_movie a .arrow {
    right: 12px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
  }
}
.block_kurodama .kurodama_about03 .inner .textarea .btn_movie a .arrow svg {
  fill: #CBD2AE;
  transition: all 0.4s 0s ease;
}
.block_kurodama .kurodama_about03 .inner .textarea .btn_movie a:hover {
  background: #CBD2AE;
  color: #000;
}
.block_kurodama .kurodama_about03 .inner .textarea .btn_movie a:hover .arrow svg {
  fill: #000;
}
.block_kurodama .kurodama_about04 {
  position: relative;
  color: #14100E;
  width: 200vh;
  height: 100vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 {
    width: auto;
    height: auto;
    background: #DADDCD url(../img/common/bg.jpg);
    background-size: 50%;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: -19vw;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.block_kurodama .kurodama_about04 .inner {
  padding-top: 130px;
  padding-top: 14.4vh;
  position: relative;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 .inner {
    padding: 0 40px;
  }
}
.block_kurodama .kurodama_about04 .inner .image01 {
  position: absolute;
  top: 20.2222vh;
  left: 0;
  width: 78.888888vh;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 .inner .image01 {
    position: relative;
    top: 0;
    width: 68.26vw;
  }
}
.block_kurodama .kurodama_about04 .inner .image01 .img_wrap {
  padding-top: 69.7135%;
  overflow: hidden;
  border-radius: 25px;
}
.block_kurodama .kurodama_about04 .inner .image02 {
  position: absolute;
  top: -30px;
  left: 136.6666vh;
  width: 36.66666vh;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 .inner .image02 {
    position: relative;
    top: 0;
    left: 50%;
    margin-top: -10vw;
    margin-left: 15vw;
    margin-bottom: -5vw;
    width: 38.4vw;
  }
}
.block_kurodama .kurodama_about04 .inner .image02 .img_wrap {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 100%;
}
.block_kurodama .kurodama_about04 .inner .image03 {
  position: absolute;
  top: 38.5555vh;
  left: 157.33333vh;
  width: 37.1vh;
  height: 46.44444vh;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 .inner .image03 {
    position: relative;
    top: 0;
    left: 50%;
    height: auto;
    width: 42.93vw;
    margin-top: 5vw;
    border-radius: 15px;
  }
  .block_kurodama .kurodama_about04 .inner .image03 .movie_wrap {
    position: relative;
    padding-top: 125.15%;
  }
}
.block_kurodama .kurodama_about04 .inner .copy {
  position: absolute;
  top: 30vh;
  left: 88.555vh;
  font-size: 36px;
  font-size: 4.6vh;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 .inner .copy {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    margin-bottom: 38px;
    padding: 0 30px;
  }
}
.block_kurodama .kurodama_about04 .inner .textarea {
  position: absolute;
  top: 48.888vh;
  left: 95.2222vh;
  line-height: 2.3333;
  font-size: 15px;
  font-size: 1.8vh;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 896px) {
  .block_kurodama .kurodama_about04 .inner .textarea {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 2.53;
    padding: 0 30px;
  }
}

/*----------------------------------------------------
  .block_philosophy
--------------------------------------------------- */
.block_philosophy {
  position: relative;
  background: #F7F4F2;
  padding-bottom: 20vw;
  padding-top: 100vh;
}
@media (max-width: 896px) {
  .block_philosophy {
    padding-top: 128vw;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    overflow: hidden;
  }
}
.block_philosophy .bg_block {
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: calc(100vh + 10vw);
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_philosophy .bg_block {
    top: 0;
    height: 128vw;
    background: url(../img/philosophy/bg.jpg) no-repeat center 0%;
    background-size: cover;
  }
}
.block_philosophy .bg_block .bg_area {
  position: absolute;
  top: 0vw;
  left: 50%;
  width: 2904px;
  width: 300vw;
  margin-left: -1452px;
  margin-left: -150vw;
  height: 2904px;
  height: 300vw;
  border-radius: 2904px;
  border-radius: 300vw;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_philosophy .bg_block .bg_area {
    display: none;
  }
}
.block_philosophy .bg_block .bg_area .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: calc(100vh + 10vw);
  background: url(../img/philosophy/bg.jpg) no-repeat center 0%;
  background-size: cover;
}
@media (max-width: 896px) {
  .block_philosophy .bg_block .bg_area .bg {
    height: 128vw;
  }
}
.block_philosophy .title_area {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(100vh + 10vw);
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_philosophy .title_area {
    height: 108vw;
    line-height: 1;
  }
}
.block_philosophy .title_area .title {
  text-align: center;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  padding-top: 34vh;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
@media (max-width: 896px) {
  .block_philosophy .title_area .title {
    padding-top: 25vw;
    font-size: 30px;
  }
}
.block_philosophy .title_area .title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
.block_philosophy .title_area .jp {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_philosophy .title_area .jp {
    font-size: 20px;
  }
}
.block_philosophy .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(247, 244, 242);
  opacity: 0;
}
.block_philosophy .cover.view {
  opacity: 1;
}
@media (max-width: 896px) {
  .block_philosophy .cover {
    position: absolute;
    top: 64vw;
    height: 64vw;
    opacity: 1;
    background: linear-gradient(0deg, rgb(247, 244, 242) 0%, rgba(247, 244, 242, 0) 100%);
  }
}
.block_philosophy .inner {
  position: relative;
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_philosophy .inner {
    padding: 0 30px;
  }
}
.block_philosophy .inner .column {
  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: 15%;
}
@media (max-width: 896px) {
  .block_philosophy .inner .column {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.block_philosophy .inner .column.re {
  flex-direction: row-reverse; /* row row-reverse column */
}
@media (max-width: 896px) {
  .block_philosophy .inner .column.re {
    flex-direction: column;
  }
}
.block_philosophy .inner .column figure {
  width: 48%;
  transform: scale(0.8, 0.8);
}
@media (max-width: 896px) {
  .block_philosophy .inner .column figure {
    width: 58.933vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.block_philosophy .inner .column figure.js-fade_up_view {
  transform: scale(1, 1);
  transition: all 1.2s 0.1s ease;
}
.block_philosophy .inner .column figure .img_wrap {
  clip-path: url("#mask-clip-path");
  position: relative;
  padding-top: 99.1%;
}
.block_philosophy .inner .column figure .img_wrap .para {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2, 1.2);
  margin-top: -15%;
}
@media (max-width: 896px) {
  .block_philosophy .inner .column figure .img_wrap .para {
    transform: scale(1, 1);
    margin-top: 0%;
  }
}
.block_philosophy .inner .column figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block_philosophy .inner .column .textarea {
  width: 47%;
}
@media (max-width: 896px) {
  .block_philosophy .inner .column .textarea {
    width: 100%;
  }
}
.block_philosophy .inner .column .textarea .en {
  color: #92A155;
  font-size: 20px;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_philosophy .inner .column .textarea .en.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_philosophy .inner .column .textarea .en {
    font-size: 15px;
  }
}
.block_philosophy .inner .column .textarea .p_title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_philosophy .inner .column .textarea .p_title.b {
  line-height: 1.8;
}
.block_philosophy .inner .column .textarea .p_title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_philosophy .inner .column .textarea .p_title {
    font-size: 20px;
  }
}
@media (min-width: 897px) and (max-width: 1200px) {
  .block_philosophy .inner .column .textarea .p_title {
    font-size: 36px;
    font-size: 3vw;
  }
}
.block_philosophy .inner .column .textarea p {
  font-size: 15px;
  line-height: 2.23;
  letter-spacing: 0.03em;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_philosophy .inner .column .textarea p.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_philosophy .inner .column .textarea p {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media (min-width: 897px) and (max-width: 1200px) {
  .block_philosophy .inner .column .textarea p {
    font-size: 12px;
    font-size: 1.2vw;
  }
}

/*----------------------------------------------------
  .block_shop
--------------------------------------------------- */
.block_shop {
  position: relative;
  background: #DADDCD;
  padding-bottom: 20vw;
  padding-top: 100vh;
}
@media (max-width: 896px) {
  .block_shop {
    padding-top: 128vw;
    padding-bottom: 40vw;
  }
}
.block_shop .bg_block {
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: calc(100vh + 10vw);
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_shop .bg_block {
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    overflow: hidden;
    top: -20vw;
    width: calc(100vw + 300px);
    height: 128vw;
    background: url(../img/shop/bg_1.jpg) no-repeat center 50%;
    background-size: cover;
  }
}
.block_shop .bg_block .bg_area {
  position: absolute;
  top: 0vw;
  left: 50%;
  width: 2904px;
  width: 300vw;
  margin-left: -1452px;
  margin-left: -150vw;
  height: 2904px;
  height: 300vw;
  border-radius: 2904px;
  border-radius: 300vw;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_shop .bg_block .bg_area {
    display: none;
  }
}
.block_shop .bg_block .bg_area .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: calc(100vh + 10vw);
  background: url(../img/shop/bg_1.jpg) no-repeat center 0%;
  background-size: cover;
}
.block_shop .title_area {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(100vh + 10vw);
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_shop .title_area {
    height: 128vw;
  }
}
.block_shop .title_area .title {
  text-align: center;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  padding-top: 34vh;
  color: #FFF;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_shop .title_area .title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_shop .title_area .title {
    padding-top: 25vw;
    font-size: 30px;
  }
}
.block_shop .title_area .jp {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_shop .title_area .jp {
    font-size: 20px;
  }
}
.block_shop .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(218, 221, 205) url(../img/common/bg.jpg);
  background-size: 50%;
  opacity: 0;
}
.block_shop .cover.view {
  opacity: 1;
}
@media (max-width: 896px) {
  .block_shop .cover {
    position: absolute;
    top: 44vw;
    height: 64vw;
    opacity: 1;
    background: linear-gradient(0deg, rgb(218, 221, 205) 0%, rgba(218, 221, 205, 0) 100%);
  }
}
.block_shop .inner {
  position: relative;
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_shop .inner {
    padding: 0 30px;
  }
}
.block_shop .inner .column {
  display: flex;
  flex-direction: row-reverse; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 15%;
}
@media (max-width: 896px) {
  .block_shop .inner .column {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.block_shop .inner .column.re {
  flex-direction: row; /* row row-reverse column */
}
@media (max-width: 896px) {
  .block_shop .inner .column.re {
    flex-direction: column;
  }
}
.block_shop .inner .column figure {
  width: 48%;
  transform: scale(0.8, 0.8);
}
@media (max-width: 896px) {
  .block_shop .inner .column figure {
    width: 58.933vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.block_shop .inner .column figure.js-fade_up_view {
  transform: scale(1, 1);
  transition: all 1.2s 0.1s ease;
}
.block_shop .inner .column figure svg {
  position: relative;
  width: 0;
  height: 0;
}
.block_shop .inner .column figure .img_wrap {
  clip-path: url("#mask-clip-path");
  position: relative;
  padding-top: 99.1%;
}
.block_shop .inner .column figure .img_wrap .para {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2, 1.2);
  margin-top: -15%;
}
@media (max-width: 896px) {
  .block_shop .inner .column figure .img_wrap .para {
    transform: scale(1, 1);
    margin-top: 0%;
  }
}
.block_shop .inner .column figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block_shop .inner .column .textarea {
  width: 47%;
}
@media (max-width: 896px) {
  .block_shop .inner .column .textarea {
    width: 100%;
  }
}
.block_shop .inner .column .textarea .en {
  color: #92A155;
  font-size: 20px;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_shop .inner .column .textarea .en.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_shop .inner .column .textarea .en {
    font-size: 15px;
  }
}
.block_shop .inner .column .textarea .p_title {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_shop .inner .column .textarea .p_title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_shop .inner .column .textarea .p_title {
    font-size: 20px;
  }
}
@media (min-width: 897px) and (max-width: 1200px) {
  .block_shop .inner .column .textarea .p_title {
    font-size: 36px;
    font-size: 3vw;
  }
}
.block_shop .inner .column .textarea p {
  font-size: 15px;
  line-height: 2.23;
  letter-spacing: 0.03em;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_shop .inner .column .textarea p.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_shop .inner .column .textarea p {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media (min-width: 897px) and (max-width: 1200px) {
  .block_shop .inner .column .textarea p {
    font-size: 15px;
    font-size: 1.2vw;
  }
}
.block_shop .inner .column .textarea .btn {
  padding-top: 20px;
}
.block_shop .inner .column .textarea .btn a {
  display: inline-block;
  border: 1px #92A155 solid;
  color: #000;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  transition: all 0.4s 0s ease;
}
.block_shop .inner .column .textarea .btn a:hover {
  background: #92A155;
}
.block_shop .inner .info {
  border-top: 1px #C1CB96 solid;
  padding-top: 75px;
  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_shop .inner .info {
    padding-top: 40px;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_shop .inner .info figure {
  width: 45.47%;
}
.block_shop .inner .info figure .img_wrap {
  position: relative;
  padding-top: 62.998%;
  border-radius: 20px;
  overflow: hidden;
}
.block_shop .inner .info figure .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 896px) {
  .block_shop .inner .info figure {
    width: 100%;
    margin-bottom: 35px;
  }
}
.block_shop .inner .info .textarea {
  width: 41%;
  margin-right: 5%;
}
@media (max-width: 896px) {
  .block_shop .inner .info .textarea {
    width: 100%;
    margin-right: 0%;
  }
}
.block_shop .inner .info .textarea .i_title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.block_shop .inner .info .textarea dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
}
.block_shop .inner .info .textarea dl dt {
  width: 20%;
}
@media (max-width: 896px) {
  .block_shop .inner .info .textarea dl dt {
    width: 30%;
  }
}
.block_shop .inner .info .textarea dl dd {
  width: 80%;
}
@media (max-width: 896px) {
  .block_shop .inner .info .textarea dl dd {
    width: 70%;
  }
}
.block_shop .inner .info .textarea dl dd a {
  color: #000;
}
.block_shop .inner .info .textarea dl dd .t {
  display: inline-block;
  margin-right: 5px;
}
.block_shop .inner .info .textarea dl dd ul {
  display: inline-block;
}
.block_shop .inner .info .textarea dl dd ul li {
  display: inline-block;
  margin-right: 5px;
}
.block_shop .inner .info .textarea dl dd ul li a {
  display: block;
  border: 1px #92A155 solid;
  color: #000;
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  transition: all 0.4s 0s ease;
}
.block_shop .inner .info .textarea dl dd ul li a:hover {
  background: #92A155;
}
.block_shop .inner .info .textarea .attention {
  font-size: 12px;
  line-height: 1.7;
}
.block_shop .inner .info .textarea .attention a {
  color: #000;
  text-decoration: underline;
}
.block_shop .inner .info .textarea .attention a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  background: #1D1715;
  padding-bottom: 10px;
}
@media (max-width: 896px) {
  .block_about {
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    margin-left: -150px;
    margin-right: -150px;
    padding-left: 150px;
    padding-right: 150px;
    overflow: hidden;
    padding-top: 300px;
    margin-top: -20vw;
    border-bottom-left-radius: 800px;
    border-bottom-right-radius: 800px;
    padding-bottom: 20vw;
  }
}
.block_about .bg_block {
  position: relative;
  top: -10vw;
  height: 11vw;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_about .bg_block {
    display: none;
  }
}
.block_about .bg_block .bg_area {
  position: absolute;
  top: 0vw;
  left: 50%;
  width: 2904px;
  width: 300vw;
  margin-left: -1452px;
  margin-left: -150vw;
  height: 2904px;
  height: 300vw;
  border-radius: 2904px;
  border-radius: 300vw;
  overflow: hidden;
}
.block_about .bg_block .bg_area .bg {
  position: absolute;
  top: -10;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 100vw;
  background: #1D1715;
}
.block_about .about_area {
  position: relative;
  width: 306px;
  margin: 0 auto;
  color: #FFF;
  margin-bottom: 400px;
}
@media (max-width: 896px) {
  .block_about .about_area {
    width: 57.3333vw;
    width: 215px;
    margin-bottom: 120px;
  }
}
.block_about .about_area::before {
  content: "";
  position: absolute;
  top: -210px;
  left: 50%;
  margin-left: -348px;
  width: 697px;
  height: 704px;
  background: url(../img/about/title_bg.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 896px) {
  .block_about .about_area::before {
    top: -100px;
    margin-left: -53.6vw;
    width: 107.2vw;
    height: 107.2vw;
    width: 402px;
    height: 402px;
    margin-left: -201px;
  }
}
.block_about .about_area .title {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #CBD2AE;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_about .about_area .title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_about .about_area .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.block_about .about_area p {
  position: relative;
  font-size: 15px;
  line-height: 2.23;
  margin-bottom: 20px;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_about .about_area p.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_about .about_area p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.block_about .about_area .link {
  position: relative;
}
.block_about .about_area .link a {
  line-height: 1;
  display: inline-block;
  border-radius: 50px;
  border: 1px #CBD2AE solid;
  padding: 5px 20px 10px 20px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_about .about_area .link a {
    padding: 0px 20px 10px 20px;
  }
}
.block_about .about_area .link a .t {
  display: inline-block;
  font-size: 14px;
  color: #CBD2AE;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_about .about_area .link a .t {
    font-size: 10px;
  }
}
.block_about .about_area .link a .arrow {
  display: inline-block;
  vertical-align: 4px;
  margin-left: 4px;
}
.block_about .about_area .link a .arrow svg {
  fill: #CBD2AE;
  transition: all 0.4s 0s ease;
}
.block_about .about_area .link a:hover {
  background: #CBD2AE;
}
.block_about .about_area .link a:hover .t {
  color: #14100E;
}
.block_about .about_area .link a:hover .arrow svg {
  fill: #14100E;
}
.block_about .about_area ul.image li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.6, 0.6);
}
.block_about .about_area ul.image li.js-fade_up_view {
  transform: scale(1, 1);
  transition: all 1.2s 0.1s ease;
}
.block_about .about_area ul.image li.pos01 {
  width: 250px;
  margin-top: -330px;
  margin-left: -420px;
}
@media (max-width: 896px) {
  .block_about .about_area ul.image li.pos01 {
    width: 32vw;
    width: 120px;
    margin-top: -370px;
    margin-left: -130px;
    z-index: 2;
  }
}
.block_about .about_area ul.image li.pos02 {
  width: 280px;
  margin-top: -180px;
  margin-left: -570px;
}
@media (max-width: 896px) {
  .block_about .about_area ul.image li.pos02 {
    width: 37vw;
    width: 138px;
    margin-top: -320px;
    margin-left: -200px;
  }
}
.block_about .about_area ul.image li.pos03 {
  width: 195px;
  margin-top: -200px;
  margin-left: 260px;
}
@media (max-width: 896px) {
  .block_about .about_area ul.image li.pos03 {
    width: 25.8vw;
    width: 96px;
    margin-top: -240px;
    margin-left: 60px;
  }
}
.block_about .about_area ul.image li.pos04 {
  width: 292px;
  margin-top: 200px;
  margin-left: 140px;
}
@media (max-width: 896px) {
  .block_about .about_area ul.image li.pos04 {
    width: 38.9vw;
    width: 145px;
    margin-top: 80px;
    margin-left: 60px;
  }
}
.block_about .news_area {
  width: 730px;
  margin: 0 auto;
  margin-bottom: 180px;
}
@media (max-width: 896px) {
  .block_about .news_area {
    width: auto;
    padding: 0 30px;
    margin-bottom: 80px;
  }
}
.block_about .news_area .n_title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
  color: #CBD2AE;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_about .news_area .n_title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_about .news_area .n_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.block_about .news_area .list {
  border-top: 1px #5F6159 solid;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .block_about .news_area .list {
    margin-bottom: 30px;
  }
}
.block_about .news_area .list .column {
  border-bottom: 1px #5F6159 solid;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_about .news_area .list .column.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
.block_about .news_area .list .column a {
  display: block;
  padding: 33px 0;
  position: relative;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_about .news_area .list .column a {
    padding: 25px 0;
  }
}
.block_about .news_area .list .column a:hover {
  opacity: 0.5;
}
.block_about .news_area .list .column a time {
  display: block;
  color: #CBD2AE;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 896px) {
  .block_about .news_area .list .column a time {
    font-size: 10px;
  }
}
.block_about .news_area .list .column a .c_title {
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_about .news_area .list .column a .c_title {
    font-size: 12px;
  }
}
.block_about .news_area .list .column a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 4px;
  margin-top: -2px;
}
.block_about .news_area .list .column a .arrow svg {
  fill: #CBD2AE;
}
.block_about .news_area .link {
  position: relative;
  text-align: center;
}
.block_about .news_area .link a {
  line-height: 1;
  display: inline-block;
  border-radius: 50px;
  border: 1px #CBD2AE solid;
  padding: 5px 20px 10px 20px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_about .news_area .link a {
    padding: 0px 20px 10px 20px;
  }
}
.block_about .news_area .link a .t {
  display: inline-block;
  font-size: 14px;
  color: #CBD2AE;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_about .news_area .link a .t {
    font-size: 11px;
  }
}
.block_about .news_area .link a .arrow {
  display: inline-block;
  vertical-align: 4px;
  margin-left: 4px;
}
.block_about .news_area .link a .arrow svg {
  fill: #CBD2AE;
  transition: all 0.4s 0s ease;
}
.block_about .news_area .link a:hover {
  background: #CBD2AE;
}
.block_about .news_area .link a:hover .t {
  color: #14100E;
}
.block_about .news_area .link a:hover .arrow svg {
  fill: #14100E;
}
.block_about .contact_area {
  width: 730px;
  margin: 0 auto;
  padding-bottom: 10px;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
.block_about .contact_area.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
@media (max-width: 896px) {
  .block_about .contact_area {
    width: 100%;
  }
}
.block_about .contact_area .c_title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
  color: #CBD2AE;
}
@media (max-width: 896px) {
  .block_about .contact_area .c_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.block_about .contact_area p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF;
}
@media (max-width: 896px) {
  .block_about .contact_area p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.block_about .contact_area .link {
  position: relative;
  text-align: center;
}
.block_about .contact_area .link a {
  line-height: 1;
  display: inline-block;
  border-radius: 50px;
  border: 1px #CBD2AE solid;
  padding: 15px 60px 20px 60px;
  transition: all 0.4s 0s ease;
}
.block_about .contact_area .link a .t {
  display: inline-block;
  font-size: 16px;
  color: #CBD2AE;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_about .contact_area .link a .t {
    font-size: 12px;
  }
}
.block_about .contact_area .link a .arrow {
  display: inline-block;
  vertical-align: 4px;
  margin-left: 4px;
}
.block_about .contact_area .link a .arrow svg {
  fill: #CBD2AE;
  transition: all 0.4s 0s ease;
}
.block_about .contact_area .link a:hover {
  background: #CBD2AE;
}
.block_about .contact_area .link a:hover .t {
  color: #14100E;
}
.block_about .contact_area .link a:hover .arrow svg {
  fill: #14100E;
}
.block_about .bottom_circle {
  position: absolute;
  bottom: -10vw;
  left: 0;
  width: 100vw;
  height: 11vw;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 896px) {
  .block_about .bottom_circle {
    display: none;
  }
}
.block_about .bottom_circle .bg_area {
  position: absolute;
  bottom: 0vw;
  left: 50%;
  width: 2904px;
  width: 300vw;
  margin-left: -1452px;
  margin-left: -150vw;
  height: 2904px;
  height: 300vw;
  border-radius: 2904px;
  border-radius: 300vw;
  overflow: hidden;
  background: #1D1715;
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  background: rgb(218, 221, 205) url(../img/common/bg.jpg);
  background-size: 50%;
  padding-top: 20vw;
  padding-bottom: 160px;
}
@media (max-width: 896px) {
  .block_footer {
    padding-bottom: 80px;
  }
}
body.page .block_footer {
  padding-top: 100px;
}
@media (max-width: 896px) {
  body.page .block_footer {
    padding-top: 80px;
  }
}

.block_footer .inner {
  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  */
  position: relative;
  padding: 0 140px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 30px;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_footer .inner .title_area {
  width: calc(100% - 580px);
}
@media (max-width: 896px) {
  .block_footer .inner .title_area {
    width: 100%;
  }
}
.block_footer .inner .title_area .logo {
  width: 162px;
  margin-bottom: 60px;
}
@media (max-width: 896px) {
  .block_footer .inner .title_area .logo {
    width: 124px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.block_footer .inner .title_area .info {
  font-size: 11px;
  line-height: 1.8;
}
.block_footer .inner .title_area .copyright {
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
  color: #9c9c9c;
}
.block_footer .inner .menu {
  width: 440px;
  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_footer .inner .menu {
    width: 100%;
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 30px;
  }
}
.block_footer .inner .menu ul {
  width: 220px;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_footer .inner .menu ul {
    width: 100%;
  }
}
.block_footer .inner .menu ul li {
  margin-bottom: 30px;
}
.block_footer .inner .menu ul li a {
  display: block;
  color: #000;
  font-size: 18px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_footer .inner .menu ul li a {
    font-size: 15px;
    text-align: center;
  }
}
.block_footer .inner .menu ul li a:hover {
  opacity: 0.5;
}
.block_footer .inner .link {
  width: 140px;
}
@media (max-width: 896px) {
  .block_footer .inner .link {
    width: 100%;
    display: flex;
    flex-direction: column; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
    margin-bottom: 30px;
  }
}
.block_footer .inner .link .shop {
  width: 140px;
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .block_footer .inner .link .shop {
    margin: 0 auto;
    margin-bottom: 22px;
  }
}
.block_footer .inner .link .shop a {
  display: block;
  border: 1px #000 solid;
  height: 42px;
  border-radius: 30px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  color: #000;
  padding-top: 4px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_footer .inner .link .shop a {
    height: 32px;
    font-size: 12px;
  }
}
.block_footer .inner .link .shop a:hover {
  background: #000;
  color: #92A155;
}
.block_footer .inner .link ul.sns {
  margin-left: 5px;
}
.block_footer .inner .link ul.sns li {
  margin-bottom: 10px;
  line-height: 1;
}
.block_footer .inner .link ul.sns li 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.4s 0s ease;
}
.block_footer .inner .link ul.sns li a:hover {
  opacity: 0.5;
}
.block_footer .inner .link ul.sns li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.block_footer .inner .link ul.sns li a .t {
  font-size: 14px;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  display: block;
  padding-top: 4px;
}
.block_footer .inner .link ul.sns li a.x svg {
  width: 25px;
  height: 25px;
  margin-left: -4px;
}
.block_footer .inner .bottom {
  text-align: center;
  width: 100%;
}
.block_footer .inner .bottom .info {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.block_footer .inner .bottom .info a {
  color: #000;
}
.block_footer .inner .bottom .copyright {
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
  color: #9c9c9c;
}

/*----------------------------------------------------
  .block_news
--------------------------------------------------- */
.block_news {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .block_news {
    padding-bottom: 40px;
  }
}
.block_news .inner {
  width: 730px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_news .inner {
    width: auto;
    padding: 0 30px;
  }
}
.block_news .inner .title_area .title {
  text-align: center;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 54px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
@media (max-width: 896px) {
  .block_news .inner .title_area .title {
    font-size: 30px;
  }
}
.block_news .inner .title_area .title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
.block_news .inner .title_area .jp {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 120px;
}
@media (max-width: 896px) {
  .block_news .inner .title_area .jp {
    font-size: 16px;
    margin-bottom: 90px;
  }
}
.block_news .inner .list {
  border-top: 1px #C1CB96 solid;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .block_news .inner .list {
    margin-bottom: 30px;
  }
}
.block_news .inner .list .no_entry {
  padding: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.block_news .inner .list .column {
  border-bottom: 1px #C1CB96 solid;
}
.block_news .inner .list .column a {
  display: block;
  padding: 33px 0;
  position: relative;
  color: #000;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a {
    padding: 25px 0;
  }
}
.block_news .inner .list .column a:hover {
  opacity: 0.5;
}
.block_news .inner .list .column a time {
  display: block;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a time {
    font-size: 10px;
  }
}
.block_news .inner .list .column a .c_title {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 896px) {
  .block_news .inner .list .column a .c_title {
    font-size: 12px;
  }
}
.block_news .inner .list .column a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 4px;
  margin-top: -2px;
}
.block_news .inner .list .column a .arrow svg {
  fill: #000;
}
.block_news .inner .entry time {
  display: block;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 896px) {
  .block_news .inner .entry time {
    font-size: 10px;
  }
}
.block_news .inner .entry .page_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px #CBD2AE solid;
}
@media (max-width: 896px) {
  .block_news .inner .entry .page_title {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.block_news .inner .entry p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 16px;
}
@media (max-width: 896px) {
  .block_news .inner .entry p {
    font-size: 12px;
  }
}
.block_news .inner .entry a {
  text-decoration: underline;
  color: #000;
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  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_pager .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.block_pager a.prev,
.block_pager .prev a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  background: #000;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #000 url(../img/common/arrow_prev.svg?1234) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev,
  .block_pager .prev a {
    width: 30px;
    height: 30px;
    background: #000 url(../img/common/arrow_prev.svg?1234) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.prev:hover,
.block_pager .prev a:hover {
  background: #FFF url(../img/common/arrow_prev.svg?1234) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev:hover,
  .block_pager .prev a:hover {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_prev.svg?1234) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next,
.block_pager .next a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  background: #000;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #000 url(../img/common/arrow_next.svg?1234) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next,
  .block_pager .next a {
    width: 30px;
    height: 30px;
    background: #000 url(../img/common/arrow_next.svg?1234) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next:hover,
.block_pager .next a:hover {
  background: #FFF url(../img/common/arrow_next.svg?1234) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next:hover,
  .block_pager .next a:hover {
    width: 30px;
    height: 30px;
    background: url(../img/common/arrow_next.svg?1234) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.list {
  line-height: 1;
  display: inline-block;
  border-radius: 50px;
  border: 1px #14100E solid !important;
  padding: 5px 20px 10px 20px;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_pager a.list {
    padding: 0px 20px 10px 20px;
  }
}
.block_pager a.list .t {
  display: inline-block;
  font-size: 14px;
  color: #14100E;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_pager a.list .t {
    font-size: 10px;
  }
}
.block_pager a.list .arrow {
  display: inline-block;
  vertical-align: 4px;
  margin-right: 4px;
}
.block_pager a.list .arrow svg {
  fill: #14100E;
  transition: all 0.4s 0s ease;
}
.block_pager a.list:hover {
  background: #14100E;
}
.block_pager a.list:hover .t {
  color: #FFF;
}
.block_pager a.list:hover .arrow svg {
  fill: #FFF;
}

/*----------------------------------------------------
  .block_about_page
--------------------------------------------------- */
.block_about_page {
  position: relative;
  background: #F7F4F2;
}
.block_about_page .about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1D1715 url(../img/common/bg_black.jpg);
  background-size: 50%;
  opacity: 0;
  transition: all 0.8s 0s ease;
}
body.bg_black .block_about_page .about_bg {
  opacity: 1;
}

.block_about_page .summary {
  position: relative;
  height: 620px;
}
@media (max-width: 896px) {
  .block_about_page .summary {
    height: 335px;
  }
}
.block_about_page .summary figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_about_page .summary figure .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_about_page .summary figure .img_wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.block_about_page .summary figure .img_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.block_about_page .summary .title_area {
  color: #FFF;
  position: relative;
  width: 100%;
  height: 620px;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_about_page .summary .title_area {
    height: 335px;
    line-height: 1;
  }
}
.block_about_page .summary .title_area .title {
  text-align: center;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
@media (max-width: 896px) {
  .block_about_page .summary .title_area .title {
    font-size: 30px;
  }
}
.block_about_page .summary .title_area .title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
.block_about_page .summary .title_area .jp {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_about_page .summary .title_area .jp {
    font-size: 20px;
  }
}
.block_about_page .about_block {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 896px) {
  .block_about_page .about_block {
    padding-top: 60px;
  }
}
.block_about_page .about_block .title {
  text-align: center;
  margin-bottom: 10px;
}
.block_about_page .about_block .title span {
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 34px;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  color: #92A155;
}
@media (max-width: 896px) {
  .block_about_page .about_block .title {
    font-size: 22px;
  }
}
.block_about_page .about_block .title.js-fade_up_view span {
  animation: mask-play 2s steps(47) 0s forwards;
}
.block_about_page .about_block .jp {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #92A155;
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .jp {
    font-size: 15px;
    margin-bottom: 55px;
  }
}
.block_about_page .about_block .min_title {
  font-weight: 400;
  line-height: 1;
  text-align: center;
  font-size: 26px;
  margin-bottom: 35px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .min_title {
    font-size: 18px;
    margin-bottom: 58px;
  }
}
.block_about_page .about_block .maru_list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_about_page .about_block .maru_list {
    flex-direction: column; /* row row-reverse column */
    align-items: center; /* flex-start  center  */
    margin-bottom: 70px;
  }
}
.block_about_page .about_block .maru_list .column {
  letter-spacing: normal;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  width: 360px;
  height: 363px;
  background: url(../img/about/maru_bg.png) no-repeat center;
  background-size: contain;
  text-align: center;
  margin: 0 -12px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .maru_list .column {
    width: 300px;
    height: 302px;
    margin: -25px 0px;
  }
}
.block_about_page .about_block .maru_list .column .c_title {
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .maru_list .column .c_title {
    font-size: 18px;
  }
}
.block_about_page .about_block .maru_list .column p {
  font-size: 15px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .maru_list .column p {
    font-size: 13px;
  }
}
.block_about_page .about_block .sub_title {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .sub_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.block_about_page .about_block .exp {
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  margin-bottom: 85px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .exp {
    font-size: 12px;
    margin-bottom: 75px;
  }
}
.block_about_page .about_block .m_list {
  width: 1000px;
  margin: 0 auto;
  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_about_page .about_block .m_list {
    width: 84vw;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_about_page .about_block .m_list .column {
  width: 47%;
}
@media (max-width: 896px) {
  .block_about_page .about_block .m_list .column {
    width: 100%;
    margin-bottom: 50px;
  }
}
.block_about_page .about_block .m_list .column .c_title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #C1CB96 solid;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .m_list .column .c_title {
    font-size: 15px;
  }
}
.block_about_page .about_block .m_list .column dl {
  margin-bottom: 25px;
}
.block_about_page .about_block .m_list .column dl dt {
  font-size: 18px;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .m_list .column dl dt {
    font-size: 15px;
    letter-spacing: 0;
    padding-left: 18px;
  }
}
.block_about_page .about_block .m_list .column dl dt::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/about/maru.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 896px) {
  .block_about_page .about_block .m_list .column dl dt::before {
    top: 4px;
    width: 14px;
    height: 14px;
  }
}
.block_about_page .about_block .m_list .column dl dd {
  font-size: 13px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .m_list .column dl dd {
    font-size: 12px;
  }
}
.block_about_page .about_block .v_list {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .v_list {
    width: 84vw;
  }
}
.block_about_page .about_block .v_list dl {
  margin-bottom: 25px;
  color: #000;
}
body.bg_black .block_about_page .v_list dl {
  color: #FFF;
}

.block_about_page .about_block .v_list dl dt {
  font-size: 18px;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .v_list dl dt {
    font-size: 15px;
    padding-left: 18px;
  }
}
.block_about_page .about_block .v_list dl dt::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/about/maru.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 896px) {
  .block_about_page .about_block .v_list dl dt::before {
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
  }
}
.block_about_page .about_block .v_list dl dd {
  font-size: 13px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .v_list dl dd {
    font-size: 12px;
  }
}
.block_about_page .about_block .message_image {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .message_image {
    width: 84vw;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
.block_about_page .about_block .message_image .img_wrap {
  position: relative;
  padding-top: 66%;
  border-radius: 20px;
  overflow: hidden;
}
.block_about_page .about_block .message_image .img_wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.block_about_page .about_block .m_textarea {
  width: 760px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .m_textarea {
    width: 84vw;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.block_about_page .about_block .m_textarea p {
  margin-bottom: 40px;
  line-height: 2.35;
  font-size: 17px;
  transition: all 0.4s 0s ease;
}
body.bg_black .block_about_page .m_textarea {
  color: #FFF;
}

@media (max-width: 896px) {
  .block_about_page .about_block .m_textarea p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.block_about_page .about_block .m_textarea p.right {
  text-align: right;
}
.block_about_page .about_block .m_textarea p.right small {
  margin-right: 10px;
}
.block_about_page .about_block .h_textarea {
  width: 780px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.35;
  margin-bottom: 90px;
  transition: all 0.4s 0s ease;
  color: #000;
}
body.bg_black .block_about_page .h_textarea {
  color: #FFF;
}

@media (max-width: 896px) {
  .block_about_page .about_block .h_textarea {
    width: 84vw;
    font-size: 13px;
    margin-bottom: 60px;
  }
}
.block_about_page .about_block .h_title {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_title {
    font-size: 18px;
  }
}
.block_about_page .about_block .h_list {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 100px;
  border-top: 1px #DCDCDC solid;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_list {
    width: 84vw;
    padding-bottom: 60px;
  }
}
.block_about_page .about_block .h_list dl {
  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: 15px;
  border-bottom: 1px #DCDCDC solid;
  padding: 10px 0;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_list dl {
    font-size: 13px;
    flex-direction: column; /* row row-reverse column */
  }
}
.block_about_page .about_block .h_list dl:last-child {
  border: none;
}
.block_about_page .about_block .h_list dl dt {
  width: 180px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_list dl dt {
    width: 100%;
  }
}
.block_about_page .about_block .h_list dl dd {
  width: calc(100% - 180px);
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_list dl dd {
    width: 100%;
  }
}
.block_about_page .about_block .h_image {
  width: 760px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_image {
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
  }
}
.block_about_page .about_block .h_image .inner {
  width: 760px;
  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_about_page .about_block .h_image .inner {
    width: 760px;
    margin: 0 8vw;
  }
}
.block_about_page .about_block .h_image dl {
  width: 28%;
}
.block_about_page .about_block .h_image dl:nth-child(2) {
  width: 35%;
}
.block_about_page .about_block .h_image dl dt {
  height: 300px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
  margin-bottom: 5px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_image dl dt {
    height: 354px;
  }
}
.block_about_page .about_block .h_image dl dt figure .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.block_about_page .about_block .h_image dl dd strong {
  font-size: 15px;
  font-weight: 600;
}
.block_about_page .about_block .h_image dl dd p {
  font-size: 13px;
}
.block_about_page .about_block .h_image01 {
  width: 480px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_image01 {
    width: 84vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.block_about_page .about_block .h_image01 figure figcaption {
  display: block;
  padding-top: 5px;
}
.block_about_page .about_block .h_image01 figure figcaption strong {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_image01 figure figcaption strong {
    font-size: 13px;
  }
}
.block_about_page .about_block .h_image01 figure figcaption p {
  font-size: 13px;
}
@media (max-width: 896px) {
  .block_about_page .about_block .h_image01 figure figcaption p {
    font-size: 12px;
  }
}
.block_about_page .about_block ul.h_image02 {
  width: 760px;
  margin: 0 auto;
  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  */
  padding-bottom: 140px;
}
@media (max-width: 896px) {
  .block_about_page .about_block ul.h_image02 {
    width: 100%;
    flex-direction: column; /* row row-reverse column */
    padding-bottom: 100px;
  }
}
.block_about_page .about_block ul.h_image02 li {
  width: 305px;
}
@media (max-width: 896px) {
  .block_about_page .about_block ul.h_image02 li {
    width: 255px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.block_about_page .about_block ul.h_image02 li:nth-child(2) {
  width: 375px;
}
@media (max-width: 896px) {
  .block_about_page .about_block ul.h_image02 li:nth-child(2) {
    width: 280px;
    margin: 0 auto;
    position: relative;
    left: 25px;
  }
}
.block_about_page .about_block ul.h_image02 li figure figcaption {
  display: block;
  padding-top: 5px;
  font-size: 13px;
}
@media (max-width: 896px) {
  .block_about_page .about_block ul.h_image02 li figure figcaption {
    font-size: 12px;
  }
}
.block_about_page .about_block ul.h_image02 li:nth-child(2) figcaption {
  position: relative;
  top: -49px;
}
@media (max-width: 896px) {
  .block_about_page .about_block ul.h_image02 li:nth-child(2) figcaption {
    top: -30px;
  }
}

/*----------------------------------------------------
  .block_contact
--------------------------------------------------- */
.block_contact {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .block_contact {
    padding-bottom: 40px;
  }
}
.block_contact .inner {
  width: 730px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_contact .inner {
    width: auto;
    padding: 0 30px;
  }
}
.block_contact .inner .title_area .title {
  text-align: center;
  font-family: "Sorts Mill Goudy", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 54px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-mask-image: url(../img/common/mask.png);
          mask-image: url(../img/common/mask.png);
  -webkit-mask-size: 100% 4800%;
          mask-size: 100% 4800%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
@media (max-width: 896px) {
  .block_contact .inner .title_area .title {
    font-size: 30px;
  }
}
.block_contact .inner .title_area .title.js-fade_up_view {
  animation: mask-play 2s steps(47) 0s forwards;
}
.block_contact .inner .title_area .jp {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 896px) {
  .block_contact .inner .title_area .jp {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
.block_contact .inner .entry .textarea {
  text-align: center;
  font-size: 15px;
  margin-bottom: 75px;
}
.block_contact .inner .entry .error {
  background: #dc3232;
  color: #FFF;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: 10px;
}
.block_contact .inner .entry input[type=text], .block_contact .inner .entry input[type=email], .block_contact .inner .entry input[type=tel] {
  border: 1px #CED2BE solid;
  background: #E8E9E0;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  outline: none;
}
.block_contact .inner .entry input[type=text]:focus, .block_contact .inner .entry input[type=email]:focus, .block_contact .inner .entry input[type=tel]:focus {
  outline: none;
  border: 1px solid #ccc;
}
.block_contact .inner .entry textarea {
  border: 1px #CED2BE solid;
  background: #E8E9E0;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  outline: none;
}
.block_contact .inner .entry textarea:focus {
  border: 1px solid #ccc;
}
.block_contact .inner .entry .conf {
  border: none;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: calc(100% - 30px);
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contact .inner .entry .column {
  margin-bottom: 20px;
}
.block_contact .inner .entry .column .column_title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 896px) {
  .block_contact .inner .entry .column .column_title {
    font-size: 14px;
  }
}
.block_contact .inner .entry .column .column_title .must {
  display: inline-block;
  background: #CBD2AE;
  border-radius: 20px;
  font-size: 13px;
  padding: 0px 10px;
  margin-left: 10px;
}
@media (max-width: 896px) {
  .block_contact .inner .entry .column .column_title .must {
    font-size: 11px;
  }
}
.block_contact .inner .entry .btn_area {
  padding-top: 0px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: flex-end; /* flex-start  center  */
}
.block_contact .inner .entry .btn_area input[type=submit], .block_contact .inner .entry .btn_area input[type=button] {
  border: none;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  margin-left: 10px;
  height: 42px;
  border: 1px #333 solid;
  background: #F7F4F2;
  position: relative;
  color: #333;
  text-align: center;
  cursor: pointer;
  line-height: 42px;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.5s 0s ease;
  padding: 0 20px 4px 20px;
  position: relative;
}
@media (max-width: 896px) {
  .block_contact .inner .entry .btn_area input[type=submit], .block_contact .inner .entry .btn_area input[type=button] {
    font-size: 11px;
  }
}
.block_contact .inner .entry .btn_area input[type=submit]:hover, .block_contact .inner .entry .btn_area input[type=button]:hover {
  background: #333;
  color: #FFF;
}
.block_contact .inner .entry .mw_wp_form_confirm .column_form {
  border: none;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: calc(100% - 30px);
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contact .inner .entry .mw_wp_form_complete {
  border: none;
  padding: 40px;
  font-size: 16px;
}

/*----------------------------------------------------
  .block_modal
--------------------------------------------------- */
body.modal_view {
  overflow: hidden;
}

.block_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
body.modal_view .block_modal {
  opacity: 1;
  visibility: visible;
}

.block_modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.block_modal a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 2;
}
.block_modal a.close .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background: #FFF;
  transform: rotate(-45deg);
  transform-origin: center center;
}
@media (max-width: 896px) {
  .block_modal a.close .t1 {
    width: 60px;
    margin-left: -30px;
  }
}
.block_modal a.close .t2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background: #FFF;
  transform: rotate(45deg);
  transform-origin: center center;
}
@media (max-width: 896px) {
  .block_modal a.close .t2 {
    width: 60px;
    margin-left: -30px;
  }
}
.block_modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80vh;
  text-align: center;
  height: calc(100vh - 200px);
  transform: scale(1, 1) translate(-50%, -50%);
}
@media (max-width: 896px) {
  .block_modal .inner {
    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_modal .inner figure {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 896px) {
  .block_modal .inner figure {
    position: relative;
    height: auto;
  }
}
.block_modal .inner figure img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 896px) {
  .block_modal .inner figure img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=common.css.map */