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

/*
font-family: $en_font;
font-family: 'IBM Plex Sans JP', sans-serif;
 "source-han-sans-japanese"

Source Han Serif JP Light
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 300;
font-style: normal;
Source Han Serif JP Regular
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 400;
font-style: normal;
Source Han Serif JP Bold
font-family: "source-han-serif-jp-subset", sans-serif;
font-weight: 700;
font-style: normal;

*/
figure {
  margin: 0;
}

html {
  scroll-padding-top: 160px;
}

html, body {
  font-family: "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #444;
  background: #ece8e2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

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

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

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

body.menu_open {
  overflow: hidden;
}

@media (max-width: 896px) {
  .cookie-notice-container #cn-notice-buttons,
  .cookie-notice-container #cn-notice-text {
    display: block;
    text-align: left;
  }
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #444;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

@keyframes btn_arrow_hb {
  0% {
    transform: translate(0%, 0px);
  }
  50% {
    transform: translate(200%, 0px);
  }
  50.1% {
    transform: translate(-200%, 0px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  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_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 50;
  background: #ece8e2;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_header {
    height: 60px;
    position: absolute;
  }
}
html[lang=en] .block_header .inner ul.menu > li > a span.t {
  display: none;
}
html[lang=en] .block_header .inner ul.menu > li > a span.en {
  display: block;
  font-size: 13px;
  margin-top: 0px;
  opacity: 1;
}
html[lang=en] .block_header .bg_menu .column ul.category li a span.jp, html[lang=en] .block_header .bg_menu .column ul.article_category li a span.jp {
  display: none;
}
html[lang=en] .block_header .bg_menu .column ul.category li a span.en, html[lang=en] .block_header .bg_menu .column ul.article_category li a span.en {
  font-weight: 300;
  margin-left: 0px;
  font-size: 13px;
  opacity: 1;
}

.block_header .inner {
  position: relative;
  padding: 30px 3vw;
  margin: 0 auto;
  max-width: 2400px;
  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_header .inner {
    padding: 20px 5vw;
  }
}
.block_header .inner .logo {
  width: 180px;
}
@media (max-width: 896px) {
  .block_header .inner .logo {
    width: 140px;
  }
}
.block_header .inner ul.menu {
  display: flex;
  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_header .inner ul.menu {
    display: none;
  }
}
.block_header .inner ul.menu > li {
  position: relative;
  padding-right: 3vw;
}
.block_header .inner ul.menu > li.active a {
  color: #FFF;
}
.block_header .inner ul.menu > li > a {
  display: block;
  color: #444;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
}
.block_header .inner ul.menu > li > a span {
  display: block;
}
.block_header .inner ul.menu > li > a span.t {
  font-size: 16px;
}
.block_header .inner ul.menu > li > a span.en {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  opacity: 0.5;
}
.block_header .inner ul.menu > li:hover a {
  color: #891641;
}
@media (max-width: 896px) {
  .block_header .inner .lang {
    display: none;
  }
}
.block_header .inner .lang a {
  display: inline-block;
  font-size: 12px;
  color: #444;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 896px) {
  .block_header .inner .lang a {
    font-size: 10px;
  }
}
.block_header .inner .lang a.active {
  opacity: 1;
}
.block_header .inner .lang a:hover {
  opacity: 1;
}
.block_header .inner .lang a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 10px;
  margin-top: -4px;
  background: #666;
  opacity: 0.5;
}
.block_header .inner .lang a:last-child {
  margin-right: 0px;
}
.block_header .inner .lang a:last-child::after {
  display: none;
}
.block_header.bg_change .bg_menu {
  display: block;
}
.block_header .bg_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  padding-top: 100px;
  padding-bottom: 20px;
}
.block_header .bg_menu .column {
  margin: 0 3vw;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  display: none;
}
.block_header .bg_menu .column.active {
  display: flex;
}
.block_header .bg_menu .column ul.category {
  width: 25%;
  position: relative;
  padding-left: 40px;
}
.block_header .bg_menu .column ul.category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #666;
}
.block_header .bg_menu .column ul.category:first-child::before {
  display: none;
}
.block_header .bg_menu .column ul.category:hover li {
  opacity: 0.2;
}
.block_header .bg_menu .column ul.category li {
  transition: all 0.3s 0s ease;
  position: relative;
}
.block_header .bg_menu .column ul.category li.line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: #666;
}
.block_header .bg_menu .column ul.category li a {
  position: relative;
  background: #333;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.block_header .bg_menu .column ul.category li a span {
  display: inline-block;
}
.block_header .bg_menu .column ul.category li a span.jp {
  font-size: 14px;
  font-weight: 300;
}
.block_header .bg_menu .column ul.category li a span.en {
  font-weight: 300;
  margin-left: 10px;
  font-size: 10px;
  opacity: 0.5;
}
.block_header .bg_menu .column ul.category li:hover {
  opacity: 1;
}
.block_header .bg_menu .column .more {
  position: absolute;
  bottom: 40px;
  left: 80px;
}
.block_header .bg_menu .column .more a {
  display: block;
  font-size: 14px;
  color: #FFF;
  padding-left: 20px;
  position: relative;
}
.block_header .bg_menu .column .more a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #666;
}
.block_header .bg_menu .column ul.article_category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_header .bg_menu .column ul.article_category:hover li {
  opacity: 0.2;
}
.block_header .bg_menu .column ul.article_category li {
  margin: 0 3vw 0 0;
  transition: all 0.3s 0s ease;
  position: relative;
}
.block_header .bg_menu .column ul.article_category li.line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: #666;
}
.block_header .bg_menu .column ul.article_category li a {
  position: relative;
  background: #333;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.block_header .bg_menu .column ul.article_category li a span {
  display: inline-block;
}
.block_header .bg_menu .column ul.article_category li a span.jp {
  font-size: 14px;
  font-weight: 300;
}
.block_header .bg_menu .column ul.article_category li a span.en {
  font-weight: 300;
  margin-left: 10px;
  font-size: 10px;
  opacity: 0.5;
}
.block_header .bg_menu .column ul.article_category li:hover {
  opacity: 1;
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: none;
  z-index: 60;
  top: 0%;
  right: 0px;
  border-radius: 0 0 0 0px;
  width: 60px;
  height: 60px;
  background: #f9f9f5;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
}
@media (max-width: 896px) {
  .block_navi a {
    display: block;
  }
}
.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: 1px;
  margin-top: -6px;
  margin-left: -15px;
  background: #000;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: 0px;
  margin-left: -15px;
  background: #000;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-top: 6px;
  margin-left: -15px;
  background: #000;
  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: 8;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

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

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  background: #ece8e2;
  visibility: hidden;
  transition: all 0.4s 0s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}

.block_sp_menu .inner {
  padding: 20px 5vw 20px 5vw;
}
.block_sp_menu .inner .logo {
  width: 120px;
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.menu > li {
  display: block;
  position: relative;
  border-bottom: 1px #ccc solid;
}
.block_sp_menu .inner ul.menu > li > a {
  display: block;
  padding: 24px 0 12px 0;
  transition: all 0.4s 0s ease;
  color: #444;
  line-height: 1;
  letter-spacing: 0.05em;
}
.block_sp_menu .inner ul.menu > li > a span {
  display: block;
}
.block_sp_menu .inner ul.menu > li > a span.t {
  font-size: 16px;
}
.block_sp_menu .inner ul.menu > li > a span.en {
  font-size: 10px;
  margin-top: 10px;
  opacity: 1;
}
.block_sp_menu .inner ul.menu > li ul.category {
  padding-left: 20px;
  border-top: 1px #ccc solid;
  position: relative;
}
.block_sp_menu .inner ul.menu > li ul.category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.block_sp_menu .inner ul.menu > li ul.category li {
  border-bottom: 1px #ccc solid;
}
.block_sp_menu .inner ul.menu > li ul.category li:last-child {
  border-bottom: none;
}
.block_sp_menu .inner ul.menu > li ul.category li a {
  display: block;
  padding: 12px 0;
  color: #444;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.menu > li ul.category li a span {
  display: inline-block;
}
.block_sp_menu .inner ul.menu > li ul.category li a span.jp {
  font-size: 14px;
  margin-right: 5px;
}
.block_sp_menu .inner ul.menu > li ul.category li a span.en {
  font-size: 10px;
  opacity: 0.5;
}
.block_sp_menu .inner ul.sub_menu {
  margin-top: 40px;
}
.block_sp_menu .inner ul.sub_menu li a {
  display: block;
  color: #444;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
  padding: 10px 0;
}
.block_sp_menu .inner ul.sub_menu li a span.t {
  font-size: 14px;
}
.block_sp_menu .inner .sns_t {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.block_sp_menu .inner ul.sns {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_sp_menu .inner ul.sns li {
  margin-right: 10px;
}
.block_sp_menu .inner ul.sns li a {
  width: 30px;
}
.block_sp_menu .inner ul.sns li a svg {
  width: 30px;
  height: auto;
  fill: #666;
  transition: all 0.5s 0s ease;
}
.block_sp_menu .inner ul.sns li a:hover svg {
  fill: #891641;
}
.block_sp_menu .inner .mailmagazine {
  margin-top: 20px;
  padding: 20px;
  border: 1px #666 solid;
}
.block_sp_menu .inner .mailmagazine .m_t {
  font-size: 12px;
  margin-bottom: 5px;
}
.block_sp_menu .inner .mailmagazine input {
  width: 100%;
  font-size: 12px;
  padding: 5px;
  background: #ece8e2;
  border: 1px #666 solid;
}
.block_sp_menu .inner .mailmagazine .btn {
  margin-top: 5px;
}
.block_sp_menu .inner .mailmagazine .btn button {
  width: 100%;
  font-size: 12px;
  padding: 5px;
  background: #666;
  color: #ece8e2;
  border: none;
}
.block_sp_menu .inner .lang {
  margin-top: 20px;
}
.block_sp_menu .inner .lang a {
  display: inline-block;
  font-size: 12px;
  color: #444;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 896px) {
  .block_sp_menu .inner .lang a {
    font-size: 10px;
  }
}
.block_sp_menu .inner .lang a.active {
  opacity: 1;
}
.block_sp_menu .inner .lang a:hover {
  opacity: 1;
}
.block_sp_menu .inner .lang a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 10px;
  margin-top: -4px;
  background: #666;
  opacity: 0.5;
}
.block_sp_menu .inner .lang a:last-child {
  margin-right: 0px;
}
.block_sp_menu .inner .lang a:last-child::after {
  display: none;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 896px) {
  .wrapper {
    padding-top: 60px;
  }
}

/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
html[lang=en] .block_mainvisual .slide_area .column .copy .jp {
  display: none;
}
html[lang=en] .block_mainvisual .slide_area .column .copy .en {
  display: block;
  font-size: 2vw;
  line-height: 1.6;
}

.block_mainvisual .slide_area {
  overflow: hidden;
}
.block_mainvisual .slide_area .column {
  position: relative;
  background: #ece8e2;
}
.block_mainvisual .slide_area .column.pos_left_bottom .copy {
  top: auto;
  bottom: 30%;
  left: 5%;
  transform: translate(0%, 50%);
}
@media (max-width: 896px) {
  .block_mainvisual .slide_area .column.pos_left_bottom .copy {
    position: relative;
    bottom: auto;
    top: auto;
    left: 5vw;
    margin-top: 20px;
    transform: translate(0%, 0%);
  }
}
.block_mainvisual .slide_area .column figure {
  padding-left: 20vw;
}
@media (max-width: 896px) {
  .block_mainvisual .slide_area .column figure {
    padding-left: 5vw;
  }
}
.block_mainvisual .slide_area .column figure.pos_left_top .img_wrap img {
  object-position: top left;
}
.block_mainvisual .slide_area .column figure.pos_left_center .img_wrap img {
  object-position: center left;
}
.block_mainvisual .slide_area .column figure.pos_left_bottom .img_wrap img {
  object-position: bottom left;
}
.block_mainvisual .slide_area .column figure .img_wrap {
  position: relative;
  padding-top: 56.25%;
}
@media (max-width: 896px) {
  .block_mainvisual .slide_area .column figure .img_wrap {
    padding-top: 75%;
  }
}
.block_mainvisual .slide_area .column figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_mainvisual .slide_area .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_mainvisual .slide_area .column .copy {
  position: absolute;
  top: 30%;
  left: 5%;
  transform: translate(0%, -50%);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .block_mainvisual .slide_area .column .copy {
    position: relative;
    top: auto;
    left: 5vw;
    margin-top: 20px;
    transform: translate(0%, 0%);
  }
}
.block_mainvisual .slide_area .column .copy span {
  display: block;
}
.block_mainvisual .slide_area .column .copy span.jp {
  font-size: 3vw;
}
@media (max-width: 896px) {
  .block_mainvisual .slide_area .column .copy span.jp {
    font-size: 5vw;
  }
}
.block_mainvisual .slide_area .column .copy span.en {
  font-size: 1.1vw;
}
@media (max-width: 896px) {
  .block_mainvisual .slide_area .column .copy span.en {
    font-size: 3vw;
  }
}
.block_mainvisual .slide_area .swiper-slide-active .img_wrap,
.block_mainvisual .slide_area .swiper-slide-duplicate-active .img_wrap,
.block_mainvisual .slide_area .swiper-slide-prev .img_wrap {
  animation: zoomUp 7s linear 0s normal both;
}

/*----------------------------------------------------
  .block_contents
--------------------------------------------------- */
.block_contents {
  margin-top: 5%;
}
body.page .block_contents {
  margin-top: 5%;
}
@media (max-width: 896px) {
  body.page .block_contents {
    margin-top: 10%;
  }
}

@media (max-width: 896px) {
  .block_contents {
    margin-top: 10%;
  }
}
.block_contents .inner {
  padding: 0 5vw;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_contents .inner {
    padding: 0 5vw;
  }
}
.block_contents .inner .title {
  font-weight: 400;
  margin-bottom: 3%;
}
html[lang=en] .block_contents .inner .title span.jp {
  display: none;
}
html[lang=en] .block_contents .inner .title span.en {
  font-size: 24px;
}
@media (max-width: 896px) {
  html[lang=en] .block_contents .inner .title span.en {
    font-size: 18px;
  }
}

.block_contents .inner .title span.jp {
  font-size: 32px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .title span.jp {
    font-size: 18px;
  }
}
.block_contents .inner .title span.en {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 896px) {
  .block_contents .inner .title span.en {
    font-size: 10px;
  }
}
@media (max-width: 896px) {
  .block_contents .inner .title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 5vw;
  }
}
.block_contents .inner .list_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_contents .inner .list_grid.small .column {
  width: 23.5%;
  margin-right: 2%;
}
.block_contents .inner .list_grid.small .column:nth-child(3n) {
  margin-right: 2%;
}
.block_contents .inner .list_grid.small .column:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid.small .column {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10%;
  }
  .block_contents .inner .list_grid.small .column:nth-child(3n) {
    margin-right: 4%;
  }
  .block_contents .inner .list_grid.small .column:nth-child(2n) {
    margin-right: 0%;
  }
}
.block_contents .inner .list_grid.small .column .t_set {
  margin-bottom: 0 !important;
}
.block_contents .inner .list_grid.small .column .t_set .c_title {
  font-size: 18px;
}
.block_contents .inner .list_grid.small .column .t_set ul.category {
  display: none;
}
.block_contents .inner .list_grid.small .column .meta {
  display: none;
}
.block_contents .inner .list_grid.small .column .more {
  display: none;
}
.block_contents .inner .list_grid .column {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
}
.block_contents .inner .list_grid .column:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }
  .block_contents .inner .list_grid .column:nth-child(3n) {
    margin-right: 0%;
  }
}
.block_contents .inner .list_grid .column .image_area {
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.block_contents .inner .list_grid .column .image_area a {
  display: block;
}
.block_contents .inner .list_grid .column .image_area a:hover figure {
  opacity: 0.5;
}
.block_contents .inner .list_grid .column .image_area figure {
  transition: all 0.8s 0s ease;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .image_area figure {
    width: 100%;
  }
}
.block_contents .inner .list_grid .column .image_area figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #d9d6d0;
}
.block_contents .inner .list_grid .column .image_area figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_contents .inner .list_grid .column .image_area figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_grid .column .title_area {
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  background: #FFF;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .title_area {
    padding: 20px;
  }
}
.block_contents .inner .list_grid .column .title_area .t_set {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 20px;
}
.block_contents .inner .list_grid .column .title_area .c_title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .title_area .c_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.block_contents .inner .list_grid .column .title_area .c_title a {
  transition: all 0.8s 0s ease;
  display: block;
}
.block_contents .inner .list_grid .column .title_area .c_title a:hover {
  color: #891641;
}
.block_contents .inner .list_grid .column .title_area .sub_title {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .title_area .sub_title {
    font-size: 14px;
  }
}
.block_contents .inner .list_grid .column .title_area ul.category {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
.block_contents .inner .list_grid .column .title_area ul.category li {
  margin: 0 0 5px 5px;
}
.block_contents .inner .list_grid .column .title_area ul.category li a {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  display: inline-block;
  background: #333;
  color: #f9f9f5;
  padding: 5px 10px;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_grid .column .title_area ul.category li a:hover {
  background: #891641;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .title_area ul.category li a {
    font-size: 12px;
  }
}
.block_contents .inner .list_grid .column .title_area ul.category li a .en {
  display: none;
}
html[lang=en] .block_contents .inner .list_grid .title_area ul.category li a .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_grid .title_area ul.category li a .en {
  display: block;
}

.block_contents .inner .list_grid .column .title_area .meta {
  font-family: "Noto Sans JP", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_contents .inner .list_grid .column .title_area .meta dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  flex-wrap: wrap;
  border-bottom: 1px #ccc dotted;
}
.block_contents .inner .list_grid .column .title_area .meta dl dt {
  font-size: 14px;
  line-height: 1.5;
  width: 100px;
  font-weight: 500;
  position: relative;
  padding-bottom: 6px;
}
.block_contents .inner .list_grid .column .title_area .meta dl dt::after {
  content: ":";
  position: absolute;
  top: 6px;
  right: 5px;
}
.block_contents .inner .list_grid .column .title_area .meta dl dt {
  padding: 6px 0;
  border-top: 1px #ccc dotted;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .title_area .meta dl dt {
    font-size: 12px;
  }
}
.block_contents .inner .list_grid .column .title_area .meta dl dt .en {
  display: none;
}
html[lang=en] .block_contents .inner .list_grid .column .title_area dt .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_grid .column .title_area dt .en {
  display: block;
  font-size: 10px;
}

.block_contents .inner .list_grid .column .title_area .meta dl dd {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 6px 0;
  border-top: 1px #ccc dotted;
}
@media (max-width: 896px) {
  .block_contents .inner .list_grid .column .title_area .meta dl dd {
    font-size: 12px;
  }
}
.block_contents .inner .list_grid .column .more {
  margin-top: 20px;
}
.block_contents .inner .list_grid .column .more a {
  display: block;
  font-size: 12px;
  border: 1px solid #666;
  padding: 15px 30px;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_grid .column .more a .jp {
  display: block;
}
.block_contents .inner .list_grid .column .more a .en {
  display: none;
}
html[lang=en] .block_contents .inner .list_grid .more a .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_grid .more a .en {
  display: block;
}

.block_contents .inner .list_grid .column .more a:hover {
  border: 1px solid #891641;
  background: #891641;
  color: #f9f9f5;
}
html[lang=en] .block_contents .inner .list_category .column_first a .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_category .column_first a .en {
  font-size: 1.8vw;
}
@media (max-width: 896px) {
  html[lang=en] .block_contents .inner .list_category .column_first a .en {
    font-size: 3vw;
  }
}
html[lang=en] .block_contents .inner .list_category .column_second a .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_category .column_second a .en {
  font-size: 1.2vw;
}
@media (max-width: 896px) {
  html[lang=en] .block_contents .inner .list_category .column_second a .en {
    font-size: 2.5vw;
  }
}
html[lang=en] .block_contents .inner .list_category .column_third a .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_category .column_third a .en {
  display: block;
  font-size: 1.2vw;
}
@media (max-width: 896px) {
  html[lang=en] .block_contents .inner .list_category .column_third a .en {
    font-size: 2.5vw;
  }
}
html[lang=en] .block_contents .inner .list_category .column_forth a .jp {
  display: none;
}
html[lang=en] .block_contents .inner .list_category .column_forth a .en {
  display: block;
  font-size: 0.9vw;
}
@media (max-width: 896px) {
  html[lang=en] .block_contents .inner .list_category .column_forth a .en {
    font-size: 2.5vw;
  }
}

.block_contents .inner .list_category .column_first {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_first {
    margin-bottom: 4%;
  }
}
.block_contents .inner .list_category .column_first:first-child::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 1px;
  height: 20px;
  background: #666;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_first:first-child::after {
    display: none;
  }
}
.block_contents .inner .list_category .column_first 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  */
  border: 1px #666 solid;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_first a {
    padding: 5px;
  }
}
.block_contents .inner .list_category .column_first a figure {
  width: 80px;
  width: 6vw;
  margin-right: 15px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_first a figure {
    width: 18vw;
    margin-right: 2vw;
  }
}
.block_contents .inner .list_category .column_first a figure .img_wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.block_contents .inner .list_category .column_first a figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .list_category .column_first a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .list_category .column_first a .jp {
  font-size: 24px;
  font-size: 1.8vw;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_first a .jp {
    font-size: 4vw;
  }
}
.block_contents .inner .list_category .column_first a .en {
  font-size: 14px;
  font-size: 1vw;
  opacity: 0.8;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_first a .en {
    font-size: 2vw;
  }
}
.block_contents .inner .list_category .column_first a {
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_category .column_first a:hover {
  border: 1px #891641 solid;
  background: #891641;
  color: #d9d6d0;
}
.block_contents .inner .list_category .column_second {
  margin-bottom: 20px;
  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_contents .inner .list_category .column_second {
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.block_contents .inner .list_category .column_second li {
  width: 25%;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .block_contents .inner .list_category .column_second li:nth-child(2n) {
    margin-right: 0;
  }
}
.block_contents .inner .list_category .column_second li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 1px;
  background: #666;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li::after {
    display: none;
  }
}
.block_contents .inner .list_category .column_second li:last-child::after {
  display: none;
}
.block_contents .inner .list_category .column_second li.line:first-child::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 1px;
  height: 20px;
  background: #666;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li.line:first-child::before {
    display: none;
  }
}
.block_contents .inner .list_category .column_second li:nth-child(4n) {
  margin-right: 0;
}
.block_contents .inner .list_category .column_second 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  */
  border: 1px #666 solid;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li a {
    padding: 5px;
  }
}
.block_contents .inner .list_category .column_second li a figure {
  width: 50px;
  width: 4vw;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li a figure {
    width: 10vw;
    margin-right: 1.4vw;
  }
}
.block_contents .inner .list_category .column_second li a figure .img_wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.block_contents .inner .list_category .column_second li a figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .list_category .column_second li a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .list_category .column_second li a .jp {
  font-size: 18px;
  font-size: 1.2vw;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li a .jp {
    font-size: 3.5vw;
  }
}
.block_contents .inner .list_category .column_second li a .en {
  font-size: 12px;
  font-size: 0.8vw;
  opacity: 0.8;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_second li a .en {
    display: none;
    font-size: 1.5vw;
  }
}
.block_contents .inner .list_category .column_second li a {
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_category .column_second li a:hover {
  border: 1px #891641 solid;
  background: #891641;
  color: #d9d6d0;
}
.block_contents .inner .list_category .column_third {
  margin-bottom: 20px;
  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_contents .inner .list_category .column_third {
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; /* flex-start  center  space-between */
  }
}
.block_contents .inner .list_category .column_third li {
  width: 20%;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .block_contents .inner .list_category .column_third li:nth-child(3n) {
    margin-right: 0;
  }
}
.block_contents .inner .list_category .column_third li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 1px;
  background: #666;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li::after {
    display: none;
  }
}
.block_contents .inner .list_category .column_third li:last-child::after {
  display: none;
}
.block_contents .inner .list_category .column_third li.line:first-child::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 1px;
  height: 20px;
  background: #666;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li.line:first-child::before {
    display: none;
  }
}
.block_contents .inner .list_category .column_third li:nth-child(5n) {
  margin-right: 0;
}
.block_contents .inner .list_category .column_third 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  */
  border: 1px #666 solid;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.05em;
  color: #444;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li a {
    padding: 5px;
  }
}
.block_contents .inner .list_category .column_third li a figure {
  width: 40px;
  width: 4vw;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li a figure {
    width: 8vw;
    margin-right: 1.4vw;
  }
}
.block_contents .inner .list_category .column_third li a figure .img_wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.block_contents .inner .list_category .column_third li a figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .list_category .column_third li a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .list_category .column_third li a .jp {
  font-size: 18px;
  font-size: 1.4vw;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li a .jp {
    font-size: 2.5vw;
  }
}
.block_contents .inner .list_category .column_third li a .en {
  font-size: 12px;
  font-size: 0.7vw;
  opacity: 0.8;
  display: none;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_third li a .en {
    font-size: 1.5vw;
  }
}
.block_contents .inner .list_category .column_third li a {
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_category .column_third li a:hover {
  border: 1px #891641 solid;
  background: #891641;
  color: #d9d6d0;
}
.block_contents .inner .list_category .column_forth {
  margin-bottom: 20px;
  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_contents .inner .list_category .column_forth {
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start; /* flex-start  center  space-between */
  }
}
.block_contents .inner .list_category .column_forth li {
  width: 18%;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_forth li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .block_contents .inner .list_category .column_forth li:nth-child(4n) {
    margin-right: 0;
  }
}
.block_contents .inner .list_category .column_forth li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 1px;
  background: #666;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_forth li::after {
    display: none;
  }
}
.block_contents .inner .list_category .column_forth li:last-child::after {
  display: none;
}
.block_contents .inner .list_category .column_forth li:nth-child(6n) {
  margin-right: 0;
}
.block_contents .inner .list_category .column_forth 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  */
  border: 1px #666 solid;
  line-height: 1;
  padding: 5px;
  letter-spacing: 0.05em;
  color: #444;
}
.block_contents .inner .list_category .column_forth li a figure {
  width: 30px;
  width: 4vw;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_forth li a figure {
    margin-right: 1.4vw;
  }
}
.block_contents .inner .list_category .column_forth li a figure .img_wrap {
  position: relative;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.block_contents .inner .list_category .column_forth li a figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .list_category .column_forth li a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .list_category .column_forth li a .jp {
  font-size: 16px;
  font-size: 1.4vw;
  margin-right: 5px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_category .column_forth li a .jp {
    font-size: 2.5vw;
  }
}
.block_contents .inner .list_category .column_forth li a .en {
  font-size: 10px;
  font-size: 0.6vw;
  opacity: 0.8;
  display: none;
}
.block_contents .inner .list_category .column_forth li a {
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_category .column_forth li a:hover {
  border: 1px #891641 solid;
  background: #891641;
  color: #d9d6d0;
}
.block_contents .inner .list_top_article {
  position: relative;
}
.block_contents .inner .list_top_article .column_first_area {
  width: 43%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .column_first_area {
    width: 100%;
    position: relative;
  }
}
.block_contents .inner .list_top_article .column_first_area .column {
  position: sticky;
  top: 120px;
  left: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .column_first_area .column {
    position: relative;
    top: auto;
    margin-bottom: 8%;
  }
}
.block_contents .inner .list_top_article .list {
  margin-left: 48%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .list {
    margin-left: 0;
  }
}
.block_contents .inner .list_top_article .list .column {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 8%;
}
.block_contents .inner .list_top_article .list .column:nth-child(2n) {
  margin-right: 0;
}
.block_contents .inner .list_top_article .list .column figure {
  margin-bottom: 15px;
}
.block_contents .inner .list_top_article .list .column .c_title {
  font-size: 18px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .list .column .c_title {
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .list .column .meta time {
    font-size: 10px;
  }
  .block_contents .inner .list_top_article .list .column .meta ul.category li {
    font-size: 10px;
  }
}
.block_contents .inner .list_top_article .column a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_top_article .column a:hover {
  opacity: 0.5;
}
.block_contents .inner .list_top_article .column figure {
  margin-bottom: 20px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.block_contents .inner .list_top_article .column figure .img_wrap {
  position: relative;
  background: #d9d6d0;
  padding-top: 56.25%;
}
.block_contents .inner .list_top_article .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .list_top_article .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .list_top_article .column .c_title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .column .c_title {
    font-size: 16px;
  }
}
.block_contents .inner .list_top_article .column .c_title a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_top_article .column .c_title a:hover {
  color: #891641;
}
.block_contents .inner .list_top_article .column .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_contents .inner .list_top_article .column .meta time {
  display: block;
  font-size: 12px;
  margin-right: 10px;
}
.block_contents .inner .list_top_article .column .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_contents .inner .list_top_article .column .meta ul.category li {
  font-size: 12px;
}
.block_contents .inner .list_top_article .column .meta ul.category li a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_top_article .column .meta ul.category li a:hover {
  color: #891641;
}
.block_contents .inner .list_top_article .more {
  text-align: right;
  margin-top: 10px;
}
.block_contents .inner .list_top_article .more a {
  font-size: 18px;
  display: block;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_contents .inner .list_top_article .more a {
    font-size: 14px;
  }
}
.block_contents .inner .list_top_article .more a:hover {
  color: #891641;
}
.block_contents .inner .list_article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.block_contents .inner .list_article .column {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 8%;
}
.block_contents .inner .list_article .column:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_article .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.block_contents .inner .list_article .column figure {
  margin-bottom: 15px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.block_contents .inner .list_article .column .c_title {
  font-size: 18px;
}
.block_contents .inner .list_article .column a {
  display: block;
}
.block_contents .inner .list_article .column a:hover figure {
  opacity: 0.5;
}
.block_contents .inner .list_article .column figure {
  margin-bottom: 20px;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_article .column figure .img_wrap {
  position: relative;
  background: #d9d6d0;
  padding-top: 56.25%;
}
.block_contents .inner .list_article .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .list_article .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .list_article .column .c_title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_article .column .c_title {
    font-size: 18px;
  }
}
.block_contents .inner .list_article .column .c_title a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_article .column .c_title a:hover {
  color: #891641;
}
.block_contents .inner .list_article .column .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_contents .inner .list_article .column .meta time {
  display: block;
  font-size: 12px;
  margin-right: 10px;
}
.block_contents .inner .list_article .column .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_contents .inner .list_article .column .meta ul.category li {
  font-size: 12px;
}
.block_contents .inner .list_article .column .meta ul.category li a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_contents .inner .list_article .column .meta ul.category li a:hover {
  color: #891641;
}
.block_contents .inner .list_article .more {
  text-align: right;
  margin-top: 10px;
}
.block_contents .inner .list_article .more a {
  font-size: 18px;
}
.block_contents .inner .list_text .column a {
  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  */
  border-bottom: 1px #666 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_contents .inner .list_text .column a {
    flex-direction: column;
  }
}
.block_contents .inner .list_text .column a:hover {
  color: #891641;
}
.block_contents .inner .list_text .column a time {
  display: block;
  width: 100px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_contents .inner .list_text .column a time {
    font-size: 10px;
  }
}
.block_contents .inner .list_text .column a .c_title {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 896px) {
  .block_contents .inner .list_text .column a .c_title {
    font-size: 14px;
    width: 100%;
  }
}
.block_contents .inner .list_text .more {
  text-align: right;
  margin-top: 10px;
}
.block_contents .inner .list_text .more a {
  font-size: 18px;
  display: block;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_contents .inner .list_text .more a {
    font-size: 14px;
  }
}
.block_contents .inner .list_text .more a:hover {
  color: #891641;
}
.block_contents .inner .list_btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_contents .inner .list_btn .column {
  width: 48%;
  margin-right: 4%;
}
.block_contents .inner .list_btn .column:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .list_btn .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.block_contents .inner .list_btn .column a {
  display: block;
  border: 1px #666 solid;
  padding: 40px;
  font-size: 18px;
  text-align: center;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_contents .inner .list_btn .column a {
    padding: 20px;
    font-size: 16px;
  }
}
.block_contents .inner .list_btn .column a:hover {
  border: 1px #891641 solid;
  background: #891641;
  color: #d9d6d0;
}

/*----------------------------------------------------
  .block_products
--------------------------------------------------- */
.block_products {
  margin-top: 3%;
}
@media (max-width: 896px) {
  .block_products {
    margin-top: 5%;
  }
}
.block_products .inner {
  padding: 0 5vw;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_products .inner {
    padding: 0 5vw;
  }
}
.block_products .inner .title_wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_products .inner .title_wrap {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_products .inner .title {
  font-weight: 400;
  margin-bottom: 1%;
}
.block_products .inner .title span.jp {
  font-size: 32px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_products .inner .title span.jp {
    font-size: 18px;
  }
}
.block_products .inner .title span.en {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 896px) {
  .block_products .inner .title span.en {
    font-size: 10px;
  }
}
@media (max-width: 896px) {
  .block_products .inner .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 5vw;
  }
}
.block_products .inner ul.category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.block_products .inner ul.category li {
  margin: 0 5px 5px 0;
}
.block_products .inner ul.category li a {
  display: block;
  font-family: "Noto Sans JP", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  background: #666;
  color: #f9f9f5;
  padding: 5px 10px;
  transition: all 0.5s 0s ease;
}
.block_products .inner ul.category li a:hover {
  background: #891641;
}
@media (max-width: 896px) {
  .block_products .inner ul.category li a {
    font-size: 10px;
  }
}
.block_products .inner ul.category li a .en {
  display: none;
}
html[lang=en] .block_products .inner ul.category li a .jp {
  display: none;
}
html[lang=en] .block_products .inner ul.category li a .en {
  display: block;
}

.block_products .inner .image_area {
  position: relative;
  left: -5vw;
  width: 100vw;
  width: -webkit-calc(100% + 10vw);
  width: calc(100% + 10vw);
  overflow: hidden;
  margin-bottom: 5%;
}
.block_products .inner .image_area .swiper-slide {
  position: relative;
  margin-left: 5vw;
}
.block_products .inner .image_area .swiper-wrapper {
  padding-right: 40px;
  transition-timing-function: ease-in-out;
}
.block_products .inner .image_area .swiper-button-next, .block_products .inner .image_area .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f5;
}
@media (max-width: 896px) {
  .block_products .inner .image_area .swiper-button-next, .block_products .inner .image_area .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.block_products .inner .image_area .swiper-button-next::after, .block_products .inner .image_area .swiper-button-prev::after {
  display: none;
}
.block_products .inner .image_area .swiper-button-next, .block_products .inner .image_area .swiper-button-prev {
  transition: all 0.5s 0s ease;
}
.block_products .inner .image_area .swiper-button-next:hover, .block_products .inner .image_area .swiper-button-prev:hover {
  opacity: 0.5;
}
.block_products .inner .image_area .swiper-button-next {
  right: 30px;
  left: auto;
  border: 1px #666 solid;
  background: #ece8e2 url(../img/common/arrow_next2.svg) no-repeat center center;
  background-size: 10px;
}
@media (max-width: 896px) {
  .block_products .inner .image_area .swiper-button-next {
    right: 2vw;
    background-size: 6px;
  }
}
.block_products .inner .image_area .swiper-button-prev {
  left: 30px;
  right: auto;
  border: 1px #666 solid;
  background: #ece8e2 url(../img/common/arrow_prev2.svg) no-repeat center center;
  background-size: 10px;
}
@media (max-width: 896px) {
  .block_products .inner .image_area .swiper-button-prev {
    left: 2vw;
    background-size: 6px;
  }
}
.block_products .inner .image_area .swiper-button-next.swiper-button-disabled, .block_products .inner .image_area .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.block_products .inner .image_area .column {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: none !important;
}
.block_products .inner .image_area .column a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_products .inner .image_area .column a:hover {
  opacity: 0.8;
}
.block_products .inner .image_area .column figure {
  padding-right: 20px;
  padding-bottom: 20px;
}
.block_products .inner .image_area .column figure .img_wrap {
  position: relative;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.07);
}
.block_products .inner .image_area .column figure .img_wrap img {
  width: auto;
  height: 65vh;
  object-fit: contain;
  opacity: 0;
}
@media (max-width: 896px) {
  .block_products .inner .image_area .column figure .img_wrap img {
    height: 50vw;
  }
}
.block_products .inner .image_area .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_products .inner .detail_area {
  position: relative;
  margin-bottom: 5%;
  min-height: 300px;
}
@media (max-width: 896px) {
  .block_products .inner .detail_area {
    margin-bottom: 10%;
  }
}
.block_products .inner .detail_area .spec_area {
  width: 43%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 896px) {
  .block_products .inner .detail_area .spec_area {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_products .inner .detail_area .spec_area .in {
  position: sticky;
  top: 120px;
  left: 0;
}
.block_products .inner .detail_area .spec_area .in .m_title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.block_products .inner .detail_area .spec_area .in .m_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #666;
  height: 1px;
  margin-top: 3px;
  z-index: 0;
}
.block_products .inner .detail_area .spec_area .in .m_title span {
  position: relative;
  padding-right: 10px;
  display: inline-block;
  font-family: "Manrope", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  background: #ece8e2;
}
.block_products .inner .detail_area .spec_area .in .meta {
  font-family: "Noto Sans JP", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_products .inner .detail_area .spec_area .in .meta dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  flex-wrap: wrap;
}
.block_products .inner .detail_area .spec_area .in .meta dl dt {
  font-size: 14px;
  line-height: 1.5;
  width: 100px;
  font-weight: 500;
  position: relative;
  padding-bottom: 6px;
}
.block_products .inner .detail_area .spec_area .in .meta dl dt::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 5px;
}
@media (max-width: 896px) {
  .block_products .inner .detail_area .spec_area .in .meta dl dt {
    font-size: 12px;
  }
}
.block_products .inner .detail_area .spec_area .in .meta dl dt .en {
  display: none;
}
html[lang=en] .block_products .inner .detail_area .in .meta dl dt .jp {
  display: none;
}
html[lang=en] .block_products .inner .detail_area .in .meta dl dt .en {
  display: block;
  font-size: 10px;
}

.block_products .inner .detail_area .spec_area .in .meta dl dd {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 6px;
}
@media (max-width: 896px) {
  .block_products .inner .detail_area .spec_area .in .meta dl dd {
    font-size: 12px;
  }
}
.block_products .inner .detail_area .entry_area {
  margin-left: 48%;
}
@media (max-width: 896px) {
  .block_products .inner .detail_area .entry_area {
    margin-left: 0;
  }
}
.block_products .inner .detail_area .entry_area .textarea {
  font-family: "Noto Sans JP", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_products .inner .detail_area .entry_area .textarea p {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}
.block_products .inner .detail_area .entry_area .more {
  margin-top: 40px;
}
.block_products .inner .detail_area .entry_area .more a {
  display: block;
  font-size: 15px;
  background: #666;
  color: #f9f9f5;
  border: 1px solid #666;
  padding: 30px 30px;
  transition: all 0.5s 0s ease;
}
.block_products .inner .detail_area .entry_area .more a:hover {
  border: 1px solid #891641;
  background: #891641;
  color: #f9f9f5;
}
.block_products .inner .detail_area .entry_area .more a .en {
  display: none;
}
html[lang=en] .block_products .inner .detail_area .entry_area .more a .jp {
  display: none;
}
html[lang=en] .block_products .inner .detail_area .entry_area .more a .en {
  display: block;
}

/*----------------------------------------------------
  .block_article
--------------------------------------------------- */
.block_article {
  margin-top: 3%;
}
@media (max-width: 896px) {
  .block_article {
    margin-top: 5%;
  }
}
.block_article .inner {
  padding: 0 5vw;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 896px) {
  .block_article .inner {
    padding: 0 5vw;
  }
}
.block_article .inner .detail_area {
  position: relative;
  margin-bottom: 5%;
  min-height: 300px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area {
    margin-bottom: 10%;
  }
}
.block_article .inner .detail_area.single {
  min-height: auto;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 5%;
}
.block_article .inner .detail_area.single .title_area {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.block_article .inner .detail_area.single .entry_area {
  margin-left: 0;
}
.block_article .inner .detail_area .title_area {
  width: 33%;
  position: absolute;
  top: -14px;
  left: 0;
  height: 100%;
}
.block_article .inner .detail_area .title_area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #333;
  opacity: 0.2;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .title_area::after {
    display: none;
  }
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .title_area {
    position: relative;
    top: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_article .inner .detail_area .title_area .in {
  position: sticky;
  top: 120px;
  left: 0;
}
.block_article .inner .detail_area .title_area .in .c_title {
  font-weight: 400;
  margin-bottom: 2%;
  padding-right: 40px;
}
.block_article .inner .detail_area .title_area .in .c_title span.jp {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .title_area .in .c_title span.jp {
    font-size: 18px;
  }
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .title_area .in .c_title {
    padding-right: 0px;
    margin-bottom: 10px;
    font-size: 5vw;
  }
}
.block_article .inner .detail_area .title_area .in .meta {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_article .inner .detail_area .title_area .in .meta time {
  display: block;
  font-size: 12px;
  margin-right: 10px;
}
.block_article .inner .detail_area .title_area .in .meta ul.category {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_article .inner .detail_area .title_area .in .meta ul.category li {
  font-size: 12px;
}
.block_article .inner .detail_area .entry_area {
  margin-left: 38%;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area {
    margin-left: 0;
  }
}
.block_article .inner .detail_area .entry_area .sub_title01 {
  margin-top: 40px;
  width: 100%;
  color: #d9d6d0; /*文字色*/
  padding: 0.5em 1em; /*文字周りの余白*/
  line-height: 1.5; /*行高*/
  background: #891641; /*背景色*/
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .sub_title01 {
    font-size: 16px;
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .sub_title02 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5; /*行高*/
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .sub_title02 {
    font-size: 16px;
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .textarea {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .textarea {
    margin-bottom: 6%;
    font-size: 12px;
  }
}
.block_article .inner .detail_area .entry_area .textarea a {
  text-decoration: underline;
}
.block_article .inner .detail_area .entry_area .textarea p {
  font-size: 16px;
  margin-bottom: 3%;
}
.block_article .inner .detail_area .entry_area .textarea p:last-child {
  margin-bottom: 0;
}
.block_article .inner .detail_area .entry_area figure {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area figure {
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area figure img {
  display: block;
}
.block_article .inner .detail_area .entry_area figure figcaption {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.block_article .inner .detail_area .entry_area .movie_area {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .movie_area {
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .movie_area .movie_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_article .inner .detail_area .entry_area .movie_area .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_article .inner .detail_area .entry_area .gallery_area {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .gallery_area {
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .gallery_area ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -4%;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .gallery_area ul {
    margin-bottom: -4%;
  }
}
.block_article .inner .detail_area .entry_area .gallery_area ul li {
  width: 30.6%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block_article .inner .detail_area .entry_area .gallery_area ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .gallery_area ul li {
    width: 48%;
    margin-right: 4%;
  }
  .block_article .inner .detail_area .entry_area .gallery_area ul li:nth-child(3n) {
    margin-right: 0;
  }
  .block_article .inner .detail_area .entry_area .gallery_area ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.block_article .inner .detail_area .entry_area .gallery_area ul li a {
  display: block;
  position: relative;
  padding-top: 75%;
  transition: all 0.5s 0s ease;
}
.block_article .inner .detail_area .entry_area .gallery_area ul li a:hover {
  opacity: 0.5;
}
.block_article .inner .detail_area .entry_area .gallery_area ul li a figure {
  margin: 0;
}
.block_article .inner .detail_area .entry_area .gallery_area ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.block_article .inner .detail_area .entry_area .gallery_area ul li a img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_article .inner .detail_area .entry_area .d_list {
  margin-top: 40px;
  border-top: 1px dotted #ccc;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .d_list {
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .d_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  */
  border-bottom: 1px dotted #ccc;
}
.block_article .inner .detail_area .entry_area .d_list dl dt {
  width: 30%;
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .d_list dl dt {
    font-size: 12px;
  }
}
.block_article .inner .detail_area .entry_area .d_list dl dd {
  width: 70%;
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .d_list dl dd {
    font-size: 12px;
  }
}
.block_article .inner .detail_area .entry_area .num_list {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .num_list {
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .num_list ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
.block_article .inner .detail_area .entry_area .num_list ol li {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 2em;
  text-indent: -0.5em;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .num_list ol li {
    font-size: 12px;
  }
}
.block_article .inner .detail_area .entry_area .num_list ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 0;
  color: #891641;
  vertical-align: middle;
  font-size: 16px;
  font-family: roboto;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.4em;
}
.block_article .inner .detail_area .entry_area .column_area {
  margin-top: 40px;
  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_article .inner .detail_area .entry_area .column_area {
    flex-direction: column; /* row row-reverse column */
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .column_area .column {
  width: 50%;
  margin-right: 3%;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .column_area .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .block_article .inner .detail_area .entry_area .column_area .column:last-child {
    margin-bottom: 0;
  }
}
.block_article .inner .detail_area .entry_area .column_area .column:last-child {
  margin-right: 0;
}
.block_article .inner .detail_area .entry_area .column_area .column figure {
  margin-top: 0;
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .column_area .column figure {
    margin-bottom: 6%;
  }
}
.block_article .inner .detail_area .entry_area .column_area .column figure:last-child {
  margin-bottom: 0;
}
.block_article .inner .detail_area .entry_area .column_area .column .sub_title03 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .column_area .column .sub_title03 {
    font-size: 14px;
    margin-bottom: 6%;
  }
}
.block_article .inner .detail_area .entry_area .column_area .column .sub_title03:last-child {
  margin-bottom: 0;
}
.block_article .inner .detail_area .entry_area .column_area .column p {
  margin-bottom: 3%;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .column_area .column p {
    margin-bottom: 6%;
  }
}
.block_article .inner .detail_area .entry_area .column_area .column p:last-child {
  margin-bottom: 0;
}
.block_article .inner .detail_area .entry_area .column_area .column p {
  font-size: 14px;
}
.block_article .inner .detail_area .entry_area .more_btn {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_article .inner .detail_area .entry_area .more_btn {
    margin-top: 40px;
  }
}
.block_article .inner .detail_area .entry_area .more_btn a {
  display: block;
  font-size: 14px;
  border: 1px solid #666;
  padding: 15px 30px;
  transition: all 0.5s 0s ease;
}
.block_article .inner .detail_area .entry_area .more_btn a:hover {
  background: #891641;
  color: #FFF;
}

/*----------------------------------------------------
.block_article_pager
--------------------------------------------------- */
.block_article_pager .inner {
  margin: 0 5vw;
  border-top: 1px #666 solid;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .block_article_pager .inner {
    margin: 0 5vw;
  }
}
.block_article_pager .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  */
  min-height: 100px;
}
.block_article_pager .inner .to_list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 896px) {
  .block_article_pager .inner .to_list {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
  }
}
.block_article_pager .inner .to_list a {
  font-size: 14px;
  display: block;
  transition: all 0.5s 0s ease;
}
.block_article_pager .inner .to_list a:hover {
  color: #891641;
}
.block_article_pager .inner .pn_navi {
  width: 35%;
}
@media (max-width: 896px) {
  .block_article_pager .inner .pn_navi {
    display: none;
  }
}
.block_article_pager .inner .pn_navi.next {
  text-align: right;
}
.block_article_pager .inner .pn_navi a {
  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  */
  transition: all 0.5s 0s ease;
}
.block_article_pager .inner .pn_navi a:hover {
  color: #891641;
}
.block_article_pager .inner .pn_navi a:hover figure {
  opacity: 0.5;
}
.block_article_pager .inner .pn_navi a figure {
  transition: all 0.5s 0s ease;
  width: 150px;
}
.block_article_pager .inner .pn_navi a figure .img_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_article_pager .inner .pn_navi a figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_article_pager .inner .pn_navi a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_article_pager .inner .pn_navi a .text {
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
}
.block_article_pager .inner .pn_navi a .text .label {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}
.block_article_pager .inner .pn_navi a .text .title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  padding: 60px 0 60px;
  background: #d9d6d0;
}
@media (max-width: 896px) {
  .block_footer {
    padding: 40px 0;
  }
}
.block_footer .inner {
  padding: 0 5vw;
  margin: 0 auto;
  max-width: 2400px;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 5vw;
  }
}
.block_footer .inner .ft_wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap {
    flex-direction: column;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap .logo_area {
    margin-bottom: 40px;
  }
}
.block_footer .inner .ft_wrap .logo_area .logo {
  width: 280px;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap .logo_area .logo {
    width: 180px;
  }
}
.block_footer .inner .ft_wrap .logo_area .sub_title {
  font-size: 12px;
}
.block_footer .inner .ft_wrap .logo_area .address {
  font-size: 12px;
  margin-bottom: 10px;
}
.block_footer .inner .ft_wrap .logo_area .tel {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  line-height: 1;
}
.block_footer .inner .ft_wrap .logo_area .tel svg {
  width: 20px;
  fill: #666;
  display: inline-block;
  margin-right: 4px;
  vertical-align: baseline;
}
.block_footer .inner .ft_wrap .logo_area .tel {
  font-size: 18px;
}
.block_footer .inner .ft_wrap .logo_area .tel small {
  font-size: 12px;
}
.block_footer .inner .ft_wrap .f_right {
  padding-right: 40px;
  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 .ft_wrap .f_right {
    padding-right: 0px;
    flex-direction: column;
    width: 100%;
  }
}
.block_footer .inner .ft_wrap ul.menu {
  height: 230px;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}
.block_footer .inner .ft_wrap ul.menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #666;
  opacity: 0.2;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap ul.menu {
    display: none;
  }
}
.block_footer .inner .ft_wrap ul.menu > li {
  position: relative;
  margin-bottom: 20px;
}
.block_footer .inner .ft_wrap ul.menu > li > a {
  display: block;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
}
html[lang=en] .block_footer .inner .ft_wrap ul.menu > li > a span.t {
  display: none;
}
html[lang=en] .block_footer .inner .ft_wrap ul.menu > li > a span.en {
  display: block;
  font-size: 14px;
  opacity: 1;
}

.block_footer .inner .ft_wrap ul.menu > li > a span {
  display: inline-block;
}
.block_footer .inner .ft_wrap ul.menu > li > a span.t {
  font-size: 14px;
  margin-right: 5px;
}
.block_footer .inner .ft_wrap ul.menu > li > a span.en {
  display: inline-block;
  font-size: 10px;
  opacity: 0.8;
  display: none;
}
.block_footer .inner .ft_wrap ul.menu > li:hover a {
  color: #891641;
}
.block_footer .inner .ft_wrap .f_right_c {
  height: 230px;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap .f_right_c {
    height: auto;
    padding-right: 0;
    margin-right: 0;
  }
}
.block_footer .inner .ft_wrap .f_right_c::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #666;
  opacity: 0.2;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap .f_right_c::after {
    display: none;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap ul.sub_menu {
    display: none;
  }
}
.block_footer .inner .ft_wrap ul.sub_menu > li {
  position: relative;
  margin-bottom: 10px;
}
.block_footer .inner .ft_wrap ul.sub_menu > li > a {
  display: block;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: all 0.5s 0s ease;
}
.block_footer .inner .ft_wrap ul.sub_menu > li > a span {
  display: inline-block;
}
.block_footer .inner .ft_wrap ul.sub_menu > li > a span.t {
  font-size: 10px;
}
.block_footer .inner .ft_wrap ul.sub_menu > li:hover a {
  color: #891641;
}
.block_footer .inner .ft_wrap .sns_t {
  margin-top: 40px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap .sns_t {
    margin-top: 0;
  }
}
.block_footer .inner .ft_wrap ul.sns {
  display: flex;
  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_footer .inner .ft_wrap ul.sns {
    margin-bottom: 40px;
  }
}
.block_footer .inner .ft_wrap ul.sns li {
  margin-right: 10px;
}
.block_footer .inner .ft_wrap ul.sns li a {
  width: 30px;
}
.block_footer .inner .ft_wrap ul.sns li a svg {
  width: 30px;
  height: auto;
  fill: #666;
  transition: all 0.5s 0s ease;
}
.block_footer .inner .ft_wrap ul.sns li a:hover svg {
  fill: #891641;
}
@media (max-width: 896px) {
  .block_footer .inner .ft_wrap .mailmagazine {
    width: auto;
    border: 1px #666 solid;
    padding: 20px;
  }
}
.block_footer .inner .ft_wrap .mailmagazine .m_t {
  font-size: 12px;
  margin-bottom: 5px;
}
.block_footer .inner .ft_wrap .mailmagazine input {
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  background: #ece8e2;
  border: 1px #666 solid;
}
.block_footer .inner .ft_wrap .mailmagazine .btn {
  margin-top: 5px;
}
.block_footer .inner .ft_wrap .mailmagazine .btn button {
  width: 100%;
  font-size: 12px;
  padding: 5px;
  background: #666;
  color: #ece8e2;
  border: none;
}
.block_footer .inner .page_top {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_footer .inner .page_top a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
}
.block_footer .inner .page_top a:hover {
  color: #891641;
}
.block_footer .inner .page_top a:hover .icon svg {
  fill: #891641;
  animation: btn_arrow_hb 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.block_footer .inner .page_top a .icon {
  width: 10px;
  height: 8px;
  overflow: hidden;
  margin-right: 5px;
  transform: rotate(-90deg);
}
.block_footer .inner .page_top a .icon svg {
  width: 8px;
  height: auto;
  vertical-align: middle;
}
.block_footer .inner .page_top a .t {
  font-size: 13px;
  font-family: "Manrope", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 896px) {
  .block_footer .inner .page_top a .t {
    font-size: 12px;
  }
}
.block_footer .inner .f_wrap {
  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  */
}
.block_footer .inner .copyright {
  font-size: 10px;
  font-family: "Manrope", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
}
.block_footer .inner .txt_btn a {
  font-size: 12px;
  text-decoration: underline;
  font-family: "Manrope", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
  color: #000;
  transition: all 0.5s 0s ease;
}
.block_footer .inner .txt_btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}

/*----------------------------------------------------
 block_breadcrumb
--------------------------------------------------- */
.block_breadcrumb {
  background: #FFF;
  color: #888;
  padding: 20px 0;
  margin-top: 10%;
}
@media (max-width: 896px) {
  .block_breadcrumb {
    margin: 0 0px;
    margin-top: 40px;
  }
}
.block_breadcrumb ol {
  display: flex;
  margin: 0 5vw;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  white-space: nowrap;
}
@media (max-width: 896px) {
  .block_breadcrumb ol {
    margin: 0 0px;
    padding: 0 20px;
    overflow-x: scroll;
  }
}
.block_breadcrumb ol {
  list-style: none;
  font-size: 12px;
}
.block_breadcrumb ol li:not(:last-of-type)::after {
  content: "-";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #ccc; /* 記号の色 */
}
.block_breadcrumb ol li a {
  display: inline-block;
  color: #888; /* 記号の色 */
  transition: all 0.4s 0s ease;
  letter-spacing: 0.1em;
}
.block_breadcrumb ol li a:hover {
  opacity: 0.5;
}

/*----------------------------------------------------
  .block_title
--------------------------------------------------- */
.block_title {
  padding: 0 0 0 3vw;
  margin: 0 auto;
  max-width: 2400px;
  position: relative;
}
@media (max-width: 896px) {
  .block_title {
    padding: 0 0 0 5vw;
    overflow: hidden;
  }
}
.block_title .textarea {
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
  margin-top: 130px;
}
@media (max-width: 896px) {
  .block_title .textarea {
    position: relative;
    top: 0vw;
    left: 0vw;
    margin-top: 30px;
  }
}
.block_title .textarea .title {
  width: 140px;
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}
body.pageLoad .block_title .textarea .title {
  transition: all 0.5s 0s ease;
  transform: scale(1, 1) translate(0%, 0px);
  opacity: 1;
}

@media (max-width: 896px) {
  .block_title .textarea .title {
    width: 80px;
  }
}
.block_title .textarea .title::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #000;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .block_title .textarea .title::after {
    display: none;
  }
}
body.pageLoad .block_title .textarea .title::after {
  transition: all 0.8s 0s cubic-bezier(0.77, 0, 0.175, 1);
  width: 190px;
}
@media (max-width: 896px) {
  body.pageLoad .block_title .textarea .title::after {
    width: 14vw;
  }
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  padding-bottom: 20px;
  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_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "Manrope", "source-han-serif-jp-subset", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  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 .page-numbers.current {
  background: #333;
  color: #f9f9f5;
}
.block_pager .page-numbers.dots {
  border: none;
  background: none;
  color: #333;
}
.block_pager .page-numbers:hover {
  background: #333;
  color: #f9f9f5;
}
.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  */
  color: #333;
  border-radius: 50px;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #f9f9f5 url(../img/common/arrow_prev.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: #f9f9f5 url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.prev:hover,
.block_pager .prev a:hover {
  background: #333 url(../img/common/arrow_prev_w.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: #f9f9f5 url(../img/common/arrow_prev_w.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  */
  border-radius: 50px;
  color: #333;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #f9f9f5 url(../img/common/arrow_next.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: #f9f9f5 url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next:hover,
.block_pager .next a:hover {
  background: #333 url(../img/common/arrow_next_w.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: #333 url(../img/common/arrow_next_w.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: #333;
  border-radius: 50px;
  margin: 0 10px;
  color: #333;
  padding: 0 20px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.5s 0s ease;
  background: #f9f9f5;
}
.block_pager a.list:hover {
  background: #333;
  color: #f9f9f5;
}

/*----------------------------------------------------
 block_form
--------------------------------------------------- */
.form_list {
  width: 70%;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .form_list {
    width: 100%;
  }
}
.form_list .column {
  margin-bottom: 30px;
  font-size: 16px;
}
.form_list .column .column_title {
  margin-bottom: 10px;
  font-size: 14px;
}
.form_list .column .column_title .must {
  color: #891641;
  border: 1px #891641 solid;
  display: inline-block;
  background: #FFF;
  line-height: 1;
  font-size: 12px;
  padding: 6px 20px;
  border-radius: 30px;
  margin-left: 10px;
}
.form_list .column .column_title small {
  margin-left: 5px;
}
.form_list .column a {
  color: #891641;
  text-decoration: underline;
}
.form_list .column .column_form .error {
  background: #dc3232;
  color: #FFF;
  font-size: 14px;
  border-radius: 30px;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
}
.form_list .column .column_form input[type=text], .form_list .column .column_form input[type=email], .form_list .column .column_form input[type=tel] {
  border: 1px #ccc solid;
  background: #FFF;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.form_list .column .column_form input[type=file] {
  font-size: 14px;
}
.form_list .column .column_form textarea {
  border: 1px #ccc solid;
  background: #FFF;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.form_list .column .column_form .mwform-checkbox-field {
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.form_list .column .column_form .mwform-tel-field {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.form_list .column .column_form .mwform-tel-field input {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
}
.form_list .column .column_form .mwform-tel-field input:first-child {
  margin-left: 0;
}
.form_list .column .column_form .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: -webkit-calc(100% - 30px);
  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;
}
.form_list .column .column_form select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.form_list .column .column_form .select_box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 5px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.form_list .column .column_form .select_box:hover {
  background: #eee;
}
.form_list .column .column_form .select_box:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.mw_wp_form_confirm .select_box {
  background: none !important;
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}
.mw_wp_form_confirm .select_box:hover {
  background: none !important;
}
.mw_wp_form_confirm .select_box::before {
  display: none !important;
}

.form_list .btn_area {
  padding-top: 0px;
  text-align: center;
}
.form_list .btn_area input[type=submit], .form_list .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-right: 10px;
  width: 295px;
  height: 60px;
  background: #333 no-repeat right 15px center;
  position: relative;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.2em;
  border: 1px #FFF solid;
  transition: all 0.5s 0s ease;
}
.form_list .btn_area input[type=submit]:hover, .form_list .btn_area input[type=button]:hover {
  opacity: 0.5;
}
.form_list .column .attention {
  color: #dc3232;
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 10px;
}
.form_list .column .attention svg {
  fill: #dc3232;
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.form_list .column ::placeholder {
  color: #ccc;
}

.mw_wp_form_confirm .column_form {
  border: none;
  background: #FFF;
  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: -webkit-calc(100% - 30px);
  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;
}

.mw_wp_form_complete {
  width: 70%;
}
@media (max-width: 896px) {
  .mw_wp_form_complete {
    width: 100%;
  }
}
.mw_wp_form_complete {
  margin-top: 40px;
  border: 1px #000 solid;
  padding: 40px;
  font-size: 14px;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}/*# sourceMappingURL=common.css.map */