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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin-bottom: 0;
}

/*
font-family: $en_font;
font-family: "Outfit", sans-serif;
*/
@font-face {
  font-family: "ROHH-Bozon";
  src: url("fonts/ROHH  Bozon Regular.otf") format("opentype");
}
@font-face {
  font-family: "ROHH-Bozon-bold";
  src: url("fonts/ROHH  Bozon Bold.otf") format("opentype");
}
@font-face {
  font-family: "ROHH-Bozon-Black";
  src: url("fonts/ROHH  Bozon Black.otf") format("opentype");
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

html, body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0em;
  font-style: normal;
  color: #000;
  background: #FFF;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.entry_page {
  background: #FFF7F2;
}

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

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

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

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

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

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

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

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

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

body.page .wrapper {
  padding-top: 60px;
}

@media only screen and (max-width: 896px) {
  body.page .wrapper {
    padding-top: 60px;
  }
}
/*----------------------------------------------------
 block_loading
--------------------------------------------------- */
.block_loading {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: #000;
  transform-origin: right center;
}
body.pageLoad .block_loading {
  transform-origin: right center;
  transform: scale(0, 1);
  transition: all 0.8s 0.5s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_header {
    height: 50px;
  }
}
body.page_scroll .block_header,
body.page .block_header {
  background: #FFF;
}

.block_header .logo {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_header .logo,
body.page .block_header .logo {
  top: 20px;
  width: 150px;
  margin-left: -75px;
}

@media (max-width: 896px) {
  .block_header .logo {
    top: 30px;
    width: 100px;
    margin-left: -50px;
  }
  body.page_scroll .block_header .logo,
  body.page .block_header .logo {
    top: 20px;
    width: 100px;
    margin-left: -50px;
  }
}
.block_header .logo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block_header .logo a svg {
  fill: #FFF;
  opacity: 1;
  transform: scale3d(1, 1, 1) translate(0px, 40px) rotate(0deg);
}
body.page_scroll .block_header .logo a svg,
body.page .block_header .logo a svg {
  fill: #000;
}

body.pageLoad .block_header .logo a svg {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
  opacity: 1;
  transition: all 0.5s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes mo_line {
  0%, 49.3% {
    transform-origin: right;
  }
  49.6%, 100% {
    transform-origin: left;
  }
  49%, 50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/*----------------------------------------------------
 block_scroll
--------------------------------------------------- */
.block_scroll {
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transition: all 0.5s 0s ease;
  perspective: 500px;
  color: #000;
  z-index: 10;
}
@media (max-width: 896px) {
  .block_scroll {
    bottom: 20px;
    right: 20px;
    z-index: 20;
  }
}
.block_scroll a {
  display: block;
  background: #af2534;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  animation: rotate-anime-3d 3s cubic-bezier(0.875, 0.005, 0.09, 0.99) infinite;
}
.block_scroll a i {
  display: none;
}
.block_scroll a svg {
  fill: #FFF;
  width: 30px;
  height: 30px;
}
@media (max-width: 896px) {
  .block_scroll a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 896px) {
  .block_scroll a {
    width: 40px;
    height: 40px;
  }
}
.block_scroll span {
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
body.page_scroll .block_scroll span {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-180deg);
}

@keyframes rotate-anime-3d {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  z-index: 100;
  top: 0%;
  right: 0px;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
  transition: all 0.4s 0s ease;
}
body.page_scroll .block_navi a, body.page .block_navi a {
  background: #000;
}

.block_navi a:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 896px) {
  .block_navi a {
    display: block;
    width: 70px;
    height: 70px;
  }
}
.block_navi a i {
  display: none;
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}

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

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0;
  transition: all 0.5s 0s ease;
  visibility: hidden;
}

body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}
body.menu_open .block_sp_menu .menu_image figure {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
}

.block_sp_menu .inner {
  padding: 35px 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
  z-index: 2;
}
.block_sp_menu .inner ul.menu > li {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.block_sp_menu .inner ul.menu > li > a {
  color: #FFF;
  display: block;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s 0s ease;
}
.block_sp_menu .inner ul.menu > li > a:hover {
  opacity: 0.5;
}
.block_sp_menu .inner ul.menu > li > a span {
  display: inline-block;
  transform: translate(0%, 150%);
  transition: all 0s 0s ease;
}
body.menu_open .block_sp_menu .inner ul.menu > li a span {
  transform: translate(0%, 0%);
  transition: all 0.3s 0.5s ease;
}

/*----------------------------------------------------
 block_top_bg
--------------------------------------------------- */
.block_top_bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
}
.block_top_bg .slide {
  position: fixed;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.block_top_bg .slide .column {
  position: fixed;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.block_top_bg .slide .column.before {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.block_top_bg .slide .column.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.block_top_bg .slide .column .movie_area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.block_top_bg .slide .column .movie_area video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.block_top_bg .slide .column figure {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.block_top_bg .slide .column figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.block_top_bg .slide .column.up_slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: left top;
}
.block_top_bg .slide .column.up_slide.active::after {
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  transform: scale(1, 0) translate(0%, 0%);
}
.block_top_bg .slide .column.up_slide figure span {
  transform: scale(1.2, 1.2) translate(0%, 2%);
}
.block_top_bg .slide .column.up_slide.active figure span {
  transition: all 3s 0s linear;
  transform: scale(1.2, 1.2) translate(0%, -2%);
}
.block_top_bg .slide .column.left_slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: left top;
}
.block_top_bg .slide .column.left_slide.active::after {
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  transform: scale(0, 1) translate(0%, 0%);
}
.block_top_bg .slide .column.left_slide figure span {
  transform: scale(1.2, 1.2) translate(2%, 0%);
}
.block_top_bg .slide .column.left_slide.active figure span {
  transition: all 3s 0s linear;
  transform: scale(1.2, 1.2) translate(-2%, 0%);
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomSlide {
  0% {
    transform: scale(1, 1) translate(-10%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(-50%, 0%);
  }
}
.block_top_bg .swiper-slide-active .img_wrap span,
.block_top_bg .swiper-slide-duplicate-active .img_wrap span,
.block_top_bg .swiper-slide-prev .img_wrap span {
  animation: zoomUp 7s linear 0s normal both;
}
@media (max-width: 896px) {
  .block_top_bg .swiper-slide-active .img_wrap span,
  .block_top_bg .swiper-slide-duplicate-active .img_wrap span,
  .block_top_bg .swiper-slide-prev .img_wrap span {
    animation: zoomSlide 14s linear 0s normal both;
  }
}
.block_top_bg .swiper-wrapper {
  transition-timing-function: linear;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
@keyframes rotate-ball {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block_mainvisual {
  position: relative;
  height: 100vh;
  color: #FFF;
}
body.hd_black .block_mainvisual {
  color: #000;
}

.block_mainvisual .copy {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9vw;
  letter-spacing: -0.02em;
  margin-bottom: 10vw;
  line-height: 1;
  opacity: 0.9;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_mainvisual .copy {
    font-size: 12vw;
    margin-bottom: 4vw;
  }
}
.block_mainvisual .textarea {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_mainvisual .textarea .name {
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.3vw;
  overflow: hidden;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .name {
    font-size: 5vw;
  }
}
.block_mainvisual .textarea .exp {
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.7vw;
  margin-bottom: 1vw;
  overflow: hidden;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .exp {
    font-size: 2.5vw;
    margin-bottom: 4vw;
  }
}
.block_mainvisual .textarea p {
  font-size: 0.7vw;
  line-height: 1.4;
  opacity: 0;
}
body.pageLoad .block_mainvisual .textarea p {
  opacity: 1;
  transition: all 0.8s 1.8s linear;
}

@media (max-width: 896px) {
  .block_mainvisual .textarea p {
    font-size: 2vw;
  }
}

/*----------------------------------------------------
 block_news_list
--------------------------------------------------- */
.block_news_list {
  position: relative;
  background: #FFF;
  padding: 8% 0 80px;
}
@media (max-width: 896px) {
  .block_news_list {
    padding: 80px 0;
  }
}
.block_news_list .inner {
  margin: 0 5vw;
  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;
}
@media (max-width: 896px) {
  .block_news_list .inner {
    margin: 0 20px;
  }
}
.block_news_list .inner .title {
  position: absolute;
  top: -40px;
  left: -20px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
}
@media (max-width: 896px) {
  .block_news_list .inner .title {
    top: -40px;
    left: 0px;
    font-size: 14px;
  }
}
.block_news_list .inner .list {
  margin-left: 160px;
  width: 100%;
  position: relative;
}
@media (max-width: 896px) {
  .block_news_list .inner .list {
    margin-left: 60px;
  }
}
.block_news_list .inner .list .column {
  margin-bottom: 40px;
}
.block_news_list .inner .list .column:last-child {
  margin-bottom: 0;
}
.block_news_list .inner .list .column a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_news_list .inner .list .column a:hover {
  opacity: 0.5;
}
.block_news_list .inner .list .column .c_title {
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_news_list .inner .list .column .c_title {
    font-size: 14px;
  }
}
.block_news_list .inner .list .column .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 10px;
}
.block_news_list .inner .list .column .new {
  display: inline-block;
  border: 1px #666 solid;
  color: #666;
  line-height: 1;
  padding: 2px 10px;
  font-size: 10px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-right: 10px;
}
.block_news_list .inner .list .column time {
  display: block;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  color: #ccc;
}
@media (max-width: 896px) {
  .block_news_list .inner .list .column time {
    font-size: 10px;
  }
}
.block_news_list .inner .list .summary {
  margin-bottom: 40px;
}
.block_news_list .inner .list .summary .c_title {
  font-size: 18px;
}
@media (max-width: 896px) {
  .block_news_list .inner .list .summary .c_title {
    font-size: 14px;
  }
}
.block_news_list .inner .list .summary .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 10px;
}
.block_news_list .inner .list .summary .new {
  display: inline-block;
  border: 1px #666 solid;
  color: #666;
  line-height: 1;
  padding: 2px 10px;
  font-size: 10px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-right: 10px;
}
.block_news_list .inner .list .summary time {
  display: block;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  color: #ccc;
}
@media (max-width: 896px) {
  .block_news_list .inner .list .summary time {
    font-size: 10px;
  }
}
.block_news_list .inner .list .entry {
  font-size: 14px;
}
.block_news_list .inner .list .entry figure {
  margin-bottom: 0px;
}
.block_news_list .inner .list .entry .textarea {
  margin-bottom: 40px;
}
.block_news_list .inner .list .entry a {
  display: block;
  text-decoration: underline;
}

/*----------------------------------------------------
 block_profile
--------------------------------------------------- */
.block_profile {
  position: relative;
  background: #eee;
}
.block_profile .inner {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  position: relative;
}
@media (max-width: 896px) {
  .block_profile .inner {
    flex-direction: column-reverse; /* row row-reverse column */
  }
}
.block_profile .inner .title {
  position: absolute;
  top: 80px;
  left: 40px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
}
@media (max-width: 896px) {
  .block_profile .inner .title {
    top: 40px;
    left: 20px;
    font-size: 14px;
  }
}
.block_profile .inner .textarea {
  width: 60%;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea {
    width: 100%;
    margin: 0 auto;
  }
}
.block_profile .inner .textarea .in {
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in {
    padding: 20px 20px 40px;
  }
}
.block_profile .inner .textarea .in .name {
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 38px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in .name {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.block_profile .inner .textarea .in .exp {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.block_profile .inner .textarea .in ul.sns {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  margin-bottom: 20px;
}
.block_profile .inner .textarea .in ul.sns li {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in ul.sns li {
    width: 50px;
    height: 50px;
  }
}
.block_profile .inner .textarea .in ul.sns li a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #000;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in ul.sns li a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}
.block_profile .inner .textarea .in ul.sns li a svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in ul.sns li a svg {
    width: 15px;
    height: 15px;
  }
}
.block_profile .inner .textarea .in ul.sns li a:hover {
  background: #FFF;
}
.block_profile .inner .textarea .in ul.sns li a:hover svg {
  fill: #000;
}
.block_profile .inner .textarea .in .link_btn a {
  border-radius: 80px;
  display: block;
  background: #000;
  color: #FFF;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  transition: all 0.5s 0s ease;
  position: relative;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in .link_btn a {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.block_profile .inner .textarea .in .link_btn a:hover {
  background: #FFF;
  color: #000;
}
.block_profile .inner .textarea .in .link_btn a:hover svg {
  fill: #000;
}
.block_profile .inner .textarea .in .link_btn a svg {
  position: absolute;
  top: 50%;
  right: 20px;
  fill: #FFF;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_profile .inner .textarea .in .link_btn a svg {
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.block_profile .inner figure {
  width: 40%;
  position: relative;
  margin-top: -5vw;
  box-shadow: 0px 10px 70px 0px rgba(51, 51, 51, 0.1);
}
@media (max-width: 896px) {
  .block_profile .inner figure {
    margin: -10vw 0 0 auto;
    width: 70%;
  }
}
.block_profile .inner .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}
@media (max-width: 896px) {
  .block_profile .inner .link {
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
  }
}
.block_profile .inner .link a {
  display: block;
  background: #000;
  color: #FFF;
  padding: 20px 40px;
  font-size: 24px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  transition: all 0.5s 0s ease;
  position: relative;
  border-bottom: 1px #333 solid;
}
@media (max-width: 896px) {
  .block_profile .inner .link a {
    padding: 20px 20px;
    font-size: 14px;
  }
}
.block_profile .inner .link a:hover {
  background: #FFF;
  color: #000;
}
.block_profile .inner .link a:hover svg {
  fill: #000;
}
.block_profile .inner .link a svg {
  position: absolute;
  top: 50%;
  right: 40px;
  fill: #FFF;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_profile .inner .link a svg {
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

/*----------------------------------------------------
 block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  background: #333;
  color: #FFF;
  padding: 8% 0;
}
.block_about#company {
  background: #000;
}
@media (max-width: 896px) {
  .block_about {
    padding: 40px 0 60px;
  }
}
.block_about .inner {
  margin: 0 5vw;
  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;
}
@media (max-width: 896px) {
  .block_about .inner {
    margin: 0 20px;
  }
}
.block_about .inner .title {
  position: absolute;
  top: -40px;
  left: -20px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
}
@media (max-width: 896px) {
  .block_about .inner .title {
    top: 10px;
    left: 0px;
    font-size: 14px;
  }
}
.block_about .inner .textarea {
  width: 100%;
  margin-left: 200px;
  position: relative;
}
@media (max-width: 896px) {
  .block_about .inner .textarea {
    margin-left: 60px;
  }
}
.block_about .inner .textarea .copy {
  font-size: 68px;
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .copy {
    font-size: 30px;
  }
}
.block_about .inner .textarea .jp {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .jp {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.block_about .inner .textarea .company {
  font-size: 18px;
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .company {
    font-size: 14px;
  }
}
.block_about .inner .textarea ul.prof {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 140px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea ul.prof {
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 30px;
  }
}
.block_about .inner .textarea ul.prof li {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
.block_about .inner .textarea ul.prof li.en {
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_about .inner .textarea ul.prof li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.block_about .inner .textarea .logo_model {
  margin-bottom: 60px;
}
.block_about .inner .textarea .logo_model .l_tt {
  font-size: 16px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}
.block_about .inner .textarea .logo_model .l_tt svg {
  display: inline-block;
  fill: #FFF;
  margin-right: 10px;
  width: 120px;
  vertical-align: -2px;
}
.block_about .inner .textarea .logo_model .l_in {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_about .inner .textarea .logo_model .l_in {
    flex-direction: column; /* row row-reverse column */
    align-items: flex-start; /* flex-start  center  */
  }
}
.block_about .inner .textarea .logo_model .l_in figure {
  width: 200px;
  margin-right: 40px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .logo_model .l_in figure {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.block_about .inner .textarea .logo_model .l_in .l_t {
  width: calc(100% - 240px);
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .logo_model .l_in .l_t {
    width: 100%;
    font-size: 12px;
  }
}
.block_about .inner .textarea .outline {
  margin-bottom: 60px;
  border-top: 1px #ccc solid;
  padding-top: 60px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .outline {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.block_about .inner .textarea .outline 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  */
  padding: 5px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .outline dl {
    flex-direction: column; /* row row-reverse column */
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.block_about .inner .textarea .outline dl dt {
  width: 100px;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .outline dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.block_about .inner .textarea .outline dl dd {
  width: 70%;
  width: calc(100% - 100px);
}
@media (max-width: 896px) {
  .block_about .inner .textarea .outline dl dd {
    width: 100%;
  }
}
.block_about .inner .textarea .contact a {
  display: block;
  background: #FFF;
  display: block;
  color: #000;
  padding: 60px 40px;
  font-size: 24px;
  font-family: "ROHH-Bozon-bold", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .contact a {
    padding: 20px 20px;
    font-size: 14px;
  }
}
.block_about .inner .textarea .contact a:hover {
  background: #000;
  color: #FFF;
}
.block_about .inner .textarea .contact a:hover svg {
  fill: #FFF;
}
.block_about .inner .textarea .contact a svg {
  position: absolute;
  top: 50%;
  right: 40px;
  fill: #000;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_about .inner .textarea .contact a svg {
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  padding: 8% 0;
}
body.top .block_footer {
  height: 100vh;
  color: #FFF;
}

.block_footer .inner {
  text-align: center;
  position: relative;
  bottom: 40px;
  left: 0;
  width: 100%;
}
body.top .block_footer .inner {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.block_footer .inner .copyright {
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    font-size: 10px;
  }
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger {
  transition: 1.2s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  transform: translate3d(0, 100%, 0) skewY(22deg);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  margin-top: 80px;
  border-top: 1px #000 solid;
  padding-top: 80px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_pager {
    margin-left: 0;
  }
}
.block_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #FFF;
  background: #000;
  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 .page-numbers.current {
  background: #FFF;
  color: #000;
}
.block_pager .page-numbers.dots {
  border: none;
  background: none;
  color: #FFF;
}
.block_pager .page-numbers:hover {
  background: #FFF;
  color: #000;
}
.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  */
  background: #FFF;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #000 url(../img/common/arrow_prev_w.svg) 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_w.svg) 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) 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: #000 url(../img/common/arrow_prev.svg) 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  */
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #000 url(../img/common/arrow_next_w.svg) 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_w.svg) 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) 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: #000 url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #000;
  margin: 0 10px;
  color: #FFF;
  padding: 0 20px;
  width: auto;
  font-family: "ROHH-Bozon", "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  transition: all 0.5s 0s ease;
  background: #000;
}
@media (max-width: 896px) {
  .block_pager a.list {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}
.news_page .block_pager a.list {
  background: #FFF;
  color: #000;
}
.news_page .block_pager a.list:hover {
  background: #000;
  color: #FFF;
}

.block_pager a.list:hover {
  background: #FFF;
  color: #000;
}/*# sourceMappingURL=common.css.map */