@charset "UTF-8";
html {
  font-size: 3.5vw; }
  @media (min-width: 500px) {
    html {
      font-size: 1.875vw; } }
  @media (min-width: 769px) {
    html {
      font-size: clamp(15px, 1.46vw, 14px); } }
  @media (min-width: 1025px) {
    html {
      font-size: clamp(16px, 1.25vw, 14px); } }
  @media (min-width: 1367px) {
    html {
      font-size: 100%; } }

body {
  font-size: 1rem;
  font-family: "BIZ UDGothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #231815;
  font-weight: 300;
  background-color: #FAEE2B;
  height: 100%; }

.no_scroll {
  overflow: hidden;
  width: 100%;
  height: 100vh; }

main {
  position: relative;
  padding-top: 12px; }
  @media (max-width: 768px) {
    main {
      overflow: hidden; } }

.svg_icons {
  display: none; }

a:link, a:visited {
  text-decoration: none;
  transition: color .3s;
  color: #231815; }

a:hover {
  color: #231815; }

.bold {
  font-weight: 600; }

.orange {
  color: #EA5514; }

section, .section {
  padding: 0; }
  section .container, .section .container {
    width: 100%;
    padding: 0 6%; }
    @media (min-width: 769px) {
      section .container, .section .container {
        width: 87.8%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px; } }
    @media (min-width: 1366px) {
      section .container, .section .container {
        width: 1200px; } }
  section .container_s, .section .container_s {
    width: 100%;
    padding: 0 6%; }
    @media (min-width: 769px) {
      section .container_s, .section .container_s {
        width: 87.8%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 940px; } }
    @media (min-width: 1280px) {
      section .container_s, .section .container_s {
        width: 940px; } }

figure img {
  width: 100%; }

ul.dot li {
  position: relative;
  font-size: 1em;
  padding-left: 1em;
  text-indent: -0.9em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 2; }

ul.dot > li:last-child {
  margin-bottom: 0; }

ul.dot li:before {
  content: "";
  background: #FAEE2B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: auto 6px auto 0;
  display: inline-block; }

ul.dash li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em; }

ul.dash li:before {
  content: "- "; }

ol.list {
  margin-left: 2em; }
  ol.list li {
    list-style: decimal; }

.table-list dl {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 1em;
  border-bottom: 1px solid #D9D9DA; }
  .table-list dl dt {
    width: 100%;
    text-align: left;
    font-weight: 600; }
    @media (min-width: 769px) {
      .table-list dl dt {
        width: 30%; } }
  .table-list dl dd {
    width: 100%; }
    @media (min-width: 769px) {
      .table-list dl dd {
        width: 70%; } }
.table-list dl + dl {
  margin-top: 1em; }

p.cap, .cap {
  font-size: 0.75em;
  line-height: 1.4; }

.tit-box {
  position: relative; }
  .tit-box h2 {
    font-size: 6.15vw; }
    @media (min-width: 500px) {
      .tit-box h2 {
        font-size: 4.8vw; } }
    @media (min-width: 769px) {
      .tit-box h2 {
        font-size: 32px; } }

h2.h2-box {
  display: flex;
  justify-content: center; }
  h2.h2-box > span {
    display: flex;
    justify-content: center;
    gap: 20px; }
    h2.h2-box > span .js-str__animation {
      border: 3px solid #231815;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      width: 1.5em;
      height: auto;
      aspect-ratio: 1/1;
      background: #FFF; }

h4.ul {
  padding-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #D9D9DA; }
  h4.ul span {
    font-size: 1.625em; }

.mt-xs {
  margin-top: 0.75rem; }

.mt-s {
  margin-top: 1rem; }

.mt-m {
  margin-top: 1.5rem; }

.mt-l {
  margin-top: 2rem; }

.mt-xl {
  margin-top: 4rem; }

.indent {
  text-indent: -1em;
  padding-left: 1em; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

@media (max-width: 1024px) {
  .tabcut {
    display: none; } }
@media (max-width: 768px) {
  .spcut {
    display: none; } }
@media (min-width: 769px) {
  .pccut {
    display: none; } }
/*--------------------
loading
---------------------*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FAEE2B;
  z-index: 9999;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #splash #splash-logo {
    width: 240px; }

/*--------------------
 header
---------------------*/
.common_header {
  position: sticky;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0; }
  @media (min-width: 769px) {
    .common_header {
      position: relative; } }
  .common_header .common_header__inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    height: 15.38vw; }
    @media (min-width: 769px) {
      .common_header .common_header__inner {
        height: 100px; } }
    .common_header .common_header__inner .common_header__logo {
      width: 72.6vw;
      max-width: 100%;
      margin-left: 3%;
      display: flex;
      align-items: flex-end; }
      @media (min-width: 769px) {
        .common_header .common_header__inner .common_header__logo {
          margin-left: 30px; } }
      .common_header .common_header__inner .common_header__logo img {
        width: auto;
        height: 60px;
        aspect-ratio: 290/60; }
        @media (max-width: 768px) {
          .common_header .common_header__inner .common_header__logo img {
            margin-left: 3%;
            height: 7vw; } }
      .common_header .common_header__inner .common_header__logo p {
        font-weight: 700;
        line-height: 1;
        padding-left: 1em; }
        @media (max-width: 500px) {
          .common_header .common_header__inner .common_header__logo p {
            font-size: 0.8em;
            line-height: 1.2; } }
    .common_header .common_header__inner .btn_contact {
      display: flex;
      width: 185px;
      height: 54px;
      justify-content: center;
      align-items: center;
      background-color: #E60012;
      position: absolute;
      top: 0;
      right: 0;
      transition: 0.3s ease-in background-color; }
      @media (max-width: 768px) {
        .common_header .common_header__inner .btn_contact {
          width: 24vw;
          height: 4vw; } }
      .common_header .common_header__inner .btn_contact:hover {
        background-color: #F5A200; }
      .common_header .common_header__inner .btn_contact span {
        color: #FFF;
        text-align: center;
        font-weight: 600;
        line-height: 1.2; }
  .common_header .h-menu_box {
    position: fixed;
    right: 3%;
    top: 5vw;
    width: 7.8125vw;
    height: 7.8125vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background-color: #D9D9DA; }
    .common_header .h-menu_box span {
      background: #231815;
      width: 60%;
      height: 1px;
      transition: .5s; }
    .common_header .h-menu_box span:nth-of-type(2) {
      margin: 10px 0; }
      @media (max-width: 500px) {
        .common_header .h-menu_box span:nth-of-type(2) {
          margin: 6px 0; } }
  .common_header .h-menu_box.nav_close span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: calc(50% -  2.34375vw);
    transform: rotate(45deg); }
  .common_header .h-menu_box.nav_close span:nth-of-type(3) {
    position: absolute;
    bottom: calc(50% - 1.5px);
    left: calc(50% - 2.34375vw);
    transform: rotate(-45deg); }
  .common_header .h-menu_box.nav_close span:nth-of-type(2) {
    opacity: 0; }

.common_header_nav {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 17px 0;
  z-index: 98;
  background-color: #D9D9DA;
  position: fixed;
  left: 0;
  top: 15.38vw;
  transform: translateY(-200%);
  transition: .5s; }
  @media (min-width: 768px) {
    .common_header_nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background-color: #FAEE2B;
      transform: translateY(0); } }
  .common_header_nav .gnav-menu {
    width: 100%;
    justify-content: center;
    height: 100%;
    position: relative;
    align-items: center; }
    @media (max-width: 768px) {
      .common_header_nav .gnav-menu {
        display: flex;
        flex-flow: column;
        padding-bottom: 20px; } }
    .common_header_nav .gnav-menu li {
      margin: 10px 0;
      padding: 0;
      font-size: 16px; }
      @media (min-width: 769px) {
        .common_header_nav .gnav-menu li {
          font-size: 15px;
          padding: 0 18px;
          margin: 0; } }
      .common_header_nav .gnav-menu li a {
        display: block;
        color: #231815;
        position: relative;
        font-weight: 600; }
        @media (min-width: 769px) {
          .common_header_nav .gnav-menu li a {
            padding: 0 1em;
            height: 44px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #231815;
            position: relative; }
            .common_header_nav .gnav-menu li a::after {
              content: "";
              width: 100%;
              height: 4px;
              position: absolute;
              left: 0;
              bottom: 0;
              background: #231815; }
            .common_header_nav .gnav-menu li a.active, .common_header_nav .gnav-menu li a:hover {
              background: #3E3A39;
              color: #FFF; } }
  .common_header_nav .gnav-menu > li > a:before {
    background: #FAEE2B;
    content: "";
    width: 100%;
    margin: 0 auto;
    height: 1px;
    position: absolute;
    bottom: 10%;
    left: 0;
    transform: scale(0);
    transition: .5s ease-in; }
  .common_header_nav .gnav-menu > li > a:hover:before {
    transform: scale(1); }
  .common_header_nav .gnav-menu > li > a.current {
    color: #FFFFFF;
    position: relative;
    background-color: #3E3A39; }
  .common_header_nav .gnav-menu > li > a.current:before {
    display: none; }
  .common_header_nav .gnav-menu li a {
    color: #231815; }
  .common_header_nav .gnav-menu li.navbar-item.has-child {
    align-items: center; }
  .common_header_nav .h-menu_box.nav_close {
    height: 90px;
    border-left: none;
    z-index: 1001;
    transition: 1s; }

.nav_open .common_header_nav {
  transform: translateY(0); }

@media (min-width: 769px) {
  .nav_open .common_header_nav .gnav-menu li, .nav_open .common_header_nav .gnav-menu li a {
    pointer-events: none; } }
.nav_open .common_header_nav .h-gnav + .common_header .common_header__inner .h-menu_box > span {
  color: #FFF; }
.nav_open .common_header_nav .h-gnav + .common_header .common_header__inner .h-menu_box > div > span {
  background: #FFF; }
.nav_open .common_header_nav .h-gnav + .common_header .common_header__inner .common_header_nav .gnav-menu li a {
  opacity: 0; }

.navbar-link:not(.is-arrowless)::after {
  display: none; }

/**ハンバーガーメニュークリック時**/
.h-gnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 1s;
  transform: translateY(-100vh);
  background: #FFFFFF;
  overflow: scroll;
  padding-top: 90px;
  visibility: hidden; }
  @media (min-width: 769px) {
    .h-gnav {
      display: none; } }
  .h-gnav .global_navigation {
    padding: 40px 0 0;
    transition: all .3s ease;
    height: 100vh; }
  .h-gnav .global_navigation__inner {
    position: relative;
    width: 88%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    padding: 0; }
    .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content {
      display: flex;
      flex-flow: wrap;
      align-items: flex-start;
      justify-content: flex-start; }
      .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label {
        width: 100%;
        margin-bottom: 1rem; }
        .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label dt {
          font-size: 1.1rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label dt i {
            width: 1em;
            position: relative; }
            .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label dt i span {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 1em;
              height: 1px;
              background: #231815; }
              .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label dt i span::after {
                content: "";
                width: 1px;
                height: 1em;
                background: #231815;
                position: relative;
                left: 0;
                top: 0;
                display: block;
                transition: .3s; }
          .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label dt i.open span::after {
            display: none; }
        .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label dd {
          display: none;
          padding-left: 1em;
          padding-bottom: 0.5em; }
        .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label ul > li {
          font-size: 1.0rem;
          margin-top: 0.5em;
          line-height: 20px; }
        .h-gnav .global_navigation__inner .global_navigation__top .global_navigation__content .global_navigation__label a {
          color: #231815; }

.nav_open .h-gnav {
  transform: translateY(0);
  visibility: visible; }

.h-gnav::-webkit-scrollbar {
  display: none; }

body.nav_open {
  overflow: hidden;
  height: 100vh; }

html.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }
  html.is-fixed .h-gnav {
    overflow-y: scroll !important;
    height: 100%;
    -webkit-overflow-scrolling: touch; }

/***************************
 .main-footer
******************************/
.main-footer {
  padding-top: 64px;
  padding-bottom: 90px; }
  @media (max-width: 500px) {
    .main-footer {
      padding-top: 40px;
      padding-bottom: 60px; } }
  .main-footer .next-nav {
    width: 208px;
    margin: 0 auto 30px;
    display: block;
    position: relative; }
    @media (max-width: 500px) {
      .main-footer .next-nav {
        width: 50%; } }
    .main-footer .next-nav::after {
      content: "";
      display: block;
      width: 0;
      height: 3px;
      margin-top: 5px;
      background: #231815;
      transition: .5s ease-out; }
    .main-footer .next-nav:hover::after {
      width: 100%; }
  .main-footer .img_last {
    width: 35%;
    margin: 0 auto; }
    @media (max-width: 500px) {
      .main-footer .img_last {
        width: 55%; } }

/***************************
  footer
******************************/
footer.footer {
  position: relative;
  background: #3E3A39;
  color: #FFF;
  padding: 3rem 0 0; }
  @media (max-width: 1024px) {
    footer.footer .container {
      padding: 0 7.8125%; } }
  footer.footer .container .footer_info {
    width: 67.4%;
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media (max-width: 1024px) {
      footer.footer .container .footer_info {
        width: 80%; } }
    @media (max-width: 768px) {
      footer.footer .container .footer_info {
        width: 100%; } }
    footer.footer .container .footer_info h1 {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      @media (max-width: 500px) {
        footer.footer .container .footer_info h1 {
          flex-flow: column;
          align-items: center;
          justify-content: flex-start; } }
      footer.footer .container .footer_info h1 .f_logo {
        width: 273px;
        margin-right: 10px; }
        @media (max-width: 768px) {
          footer.footer .container .footer_info h1 .f_logo {
            width: 50%; } }
        @media (max-width: 768px) {
          footer.footer .container .footer_info h1 .f_logo {
            margin-right: 0;
            margin-bottom: 10px; } }
      footer.footer .container .footer_info h1 span {
        display: block;
        line-height: 1;
        font-size: 2.25em;
        font-weight: 600; }
        @media (max-width: 768px) {
          footer.footer .container .footer_info h1 span {
            font-size: 2.0em; } }
    footer.footer .container .footer_info .address {
      line-height: 1.4;
      font-size: 0.85em;
      margin-top: 10px;
      text-align: center; }
    footer.footer .container .footer_info h5 {
      font-weight: 600;
      font-size: 1.125em;
      margin-top: 10px;
      line-height: 1.4; }
  footer.footer .footer-btm {
    background-color: #231815;
    height: 47px; }
    footer.footer .footer-btm .copyright {
      text-align: center;
      color: #FFF;
      font-size: 0.8em;
      line-height: 47px; }

.toTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100; }
  @media (max-width: 500px) {
    .toTop {
      right: 3%;
      bottom: 10%; } }
  .toTop #totopBtn {
    width: 80px;
    height: 80px;
    display: block; }
    @media (max-width: 1024px) {
      .toTop #totopBtn {
        width: 60px;
        height: 60px; } }
    @media (max-width: 500px) {
      .toTop #totopBtn {
        width: 40px;
        height: 40px; } }
    .toTop #totopBtn svg {
      transition: transform .5s; }
    .toTop #totopBtn:hover svg {
      transform: translateY(-10px); }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none; }

.swiper-button-prev, .swiper-button-next {
  background-color: #FFFFFF;
  width: 41px;
  height: 41px;
  border-radius: 50%; }
  @media (max-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
      width: 30px;
      height: 30px; } }
  .swiper-button-prev i, .swiper-button-next i {
    font-size: 3em;
    color: #D9D9DA; }
    @media (max-width: 768px) {
      .swiper-button-prev i, .swiper-button-next i {
        font-size: 2.5em; } }

.swiper-button-prev {
  left: 1.25em; }
  @media (max-width: 768px) {
    .swiper-button-prev {
      left: 0.5em; } }

.swiper-button-next {
  right: 1.25em; }
  @media (max-width: 768px) {
    .swiper-button-next {
      right: 0.5em; } }

/***********************************
	modal
****************************************/
.iziModal {
  box-shadow: none; }
  @media (max-width: 1024px) {
    .iziModal {
      width: 80%; } }
  @media (max-width: 767px) {
    .iziModal {
      width: 70%; } }

.iziModal-navigate {
  z-index: 1000 !important; }

.iziModal-navigate > button {
  opacity: 1; }
  @media (max-width: 767px) {
    .iziModal-navigate > button {
      width: 50px !important; } }

.iziModal-navigate-caption {
  display: none; }

@media (max-width: 1024px) {
  .iziModal-navigate-prev {
    margin-left: 0 !important;
    left: 0; }

  .iziModal-navigate-next {
    margin-right: 0 !important;
    right: 0; }

  .iziModal.hasScroll .iziModal-wrap {
    overflow-x: visible; } }
.icon-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: transparent; }

.modal-overlay {
  background: #231815;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 899;
  display: none; }

.modal {
  z-index: 900;
  overflow-y: visible;
  overflow: visible; }
  .modal .modal-inner {
    width: 90%;
    max-width: 800px;
    margin: auto;
    border-radius: 20px;
    position: relative;
    background-color: #FFFFFF; }
    @media (max-width: 1024px) {
      .modal .modal-inner {
        width: 100%; } }
    .modal .modal-inner img {
      width: 100%; }
    .modal .modal-inner .modal-close {
      position: absolute;
      left: -40px;
      top: -40px;
      width: 80px;
      max-width: none; }
      @media (max-width: 500px) {
        .modal .modal-inner .modal-close {
          width: 40px;
          height: 40px;
          left: -20px;
          top: -20px; } }
      .modal .modal-inner .modal-close::before, .modal .modal-inner .modal-close::after {
        display: none; }

/********************
 headnews
*********************/
.news-area {
  background: #FFFFFF; }
  .news-area .news-wrap {
    display: flex;
    height: 40px;
    border-top: #EEE 1px solid; }
    @media (min-width: 769px) {
      .news-area .news-wrap {
        flex-flow: row;
        border-top: none; } }
    .news-area .news-wrap .news-tit-box {
      width: 124px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #D9D9DA; }
    .news-area .news-wrap .news-list-box {
      width: calc(100% - 124px); }
      .news-area .news-wrap .news-list-box .news-ticker {
        height: 100%; }
        .news-area .news-wrap .news-list-box .news-ticker .swiper-slide {
          height: auto;
          padding: 0 20px;
          font-weight: 600;
          font-size: 0.9375em; }
          .news-area .news-wrap .news-list-box .news-ticker .swiper-slide a {
            display: flex;
            align-items: center;
            height: 40px;
            overflow: hidden;
            width: 100%; }
            .news-area .news-wrap .news-list-box .news-ticker .swiper-slide a span {
              overflow: hidden;
              display: inline-block;
              text-overflow: ellipsis;
              max-width: calc(100% - 8em);
              white-space: nowrap; }
            .news-area .news-wrap .news-list-box .news-ticker .swiper-slide a::before {
              content: "●"; }
            .news-area .news-wrap .news-list-box .news-ticker .swiper-slide a time {
              margin-left: 1em; }

/***********************************
	第二階層以降
****************************************/
h4.s-h4 span {
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 1px dotted #625145;
  padding-bottom: 0.5em; }

h5 {
  font-size: 1.2em; }

.h-h5 {
  display: flex;
  align-items: flex-start; }
  .h-h5::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background: url("../img/common/mark.png") no-repeat;
    background-size: contain;
    margin-top: 0.35em; }
  .h-h5 span {
    width: calc(100% - 1.3em);
    margin-left: 0.1em; }

main .section p a, main .section .link {
  color: #F5A200; }
  main .section p a:hover, main .section .link:hover {
    text-decoration: underline; }

.caution-box {
  border: 1px solid #FAEE2B;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5em 1em; }
  @media (min-width: 769px) {
    .caution-box {
      padding: 2em; } }
  .caution-box p.cap {
    text-indent: -1em;
    padding-left: 1em; }

.columns {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -60px; }
  @media (min-width: 769px) {
    .columns {
      margin-left: -40px;
      margin-right: -40px;
      margin-bottom: -40px; } }
  @media (min-width: 1025px) {
    .columns {
      margin-left: -60px;
      margin-right: -60px;
      margin-bottom: -60px; } }
  .columns .col {
    padding: 0 20px;
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      .columns .col {
        padding: 0 40px;
        margin-bottom: 60px; } }
    @media (min-width: 1025px) {
      .columns .col {
        padding: 0 60px;
        margin-bottom: 60px; } }

.columns.columns1_3 .col {
  width: 100%; }
  @media (min-width: 769px) {
    .columns.columns1_3 .col {
      width: calc(100%/2); } }
  @media (min-width: 1025px) {
    .columns.columns1_3 .col {
      width: calc(100%/3); } }

ul.chk li {
  padding-left: 1.5em;
  position: relative; }
  ul.chk li::before {
    content: "";
    background: url("../img/common/icon_chk.png") no-repeat;
    width: 1.2em;
    height: 1.2em;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0.375em; }

.colum-list-item {
  border-bottom: 1px solid #D9D9DA;
  padding: 1rem 0; }
  .colum-list-item a {
    color: #231815;
    display: flex;
    position: relative;
    width: 100%; }
    .colum-list-item a dt {
      width: 20%; }
      .colum-list-item a dt .link_arrow {
        display: none; }
      @media (min-width: 769px) {
        .colum-list-item a dt {
          width: 12%;
          max-width: 180px; } }
      .colum-list-item a dt figure {
        width: 100%;
        height: auto;
        aspect-ratio: 590/400; }
        .colum-list-item a dt figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .colum-list-item a dd {
      padding-left: 1em;
      width: 80%;
      line-height: 1.4;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-flow: column-reverse; }
      @media (min-width: 501px) {
        .colum-list-item a dd {
          width: 78%;
          flex-flow: row-reverse wrap; } }
      @media (min-width: 769px) {
        .colum-list-item a dd {
          width: 86%; } }
      .colum-list-item a dd time {
        font-size: 0.8em;
        width: 100%;
        text-align: right; }
        @media (min-width: 769px) {
          .colum-list-item a dd time {
            width: 10%; } }
      .colum-list-item a dd span.tit {
        font-size: 1.2em;
        width: 100%; }
        @media (min-width: 769px) {
          .colum-list-item a dd span.tit {
            width: 90%; } }
  .colum-list-item a:hover {
    color: #FAEE2B; }

/********************
comingsoon
*********************/
.coming-wrap {
  padding: 4.5em 0; }

.comingsoon {
  flex-flow: column; }
  @media (min-width: 769px) {
    .comingsoon {
      flex-flow: row; } }
  .comingsoon img {
    width: 50%; }
    @media (min-width: 769px) {
      .comingsoon img {
        width: 20%; } }
  .comingsoon p {
    font-family: le-monde-sans-std-2, sans-serif;
    line-height: 1.4;
    margin-top: 0.5em;
    font-size: 2em; }
    @media (min-width: 769px) {
      .comingsoon p {
        padding-right: 2em;
        font-size: 3em; } }

/***********************************
	汎用アニメーション＆keyframe
****************************************/
.come-to-view {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0; }

.come-to-view.inview {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 1.4s, transform 1s cubic-bezier(0, 0.4, 0.3, 1); }

.fadeup {
  opacity: 0;
  transform: translateY(30px); }

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadein {
  opacity: 0; }

.fadein.is-animated {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes yura {
  0% {
    left: 0; }
  50% {
    left: 3px; }
  100% {
    left: 0; } }
@-webkit-keyframes yura {
  0% {
    left: 0; }
  50% {
    left: 3px; }
  100% {
    left: 0; } }
@-o-keyframes yura {
  0% {
    left: 0; }
  50% {
    left: 3px; }
  100% {
    left: 0; } }
@keyframes yura {
  0% {
    left: 0; }
  50% {
    left: 3px; }
  100% {
    left: 0; } }
@-moz-keyframes imagein {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.3);
    opacity: 0; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes imagein {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.3);
    opacity: 0; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    opacity: 1; } }
@-o-keyframes imagein {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.3);
    opacity: 0; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    opacity: 1; } }
@keyframes imagein {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: scale(1.3);
    opacity: 0; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    opacity: 1; } }
@keyframes imageinSP {
  0% {
    transform: scale(1.3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -10px); }
  100% {
    transform: translate(0, 0); } }
@keyframes bounce {
  0% {
    transform: translateY(-50px);
    animation-timing-function: ease-in; }
  25% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  35% {
    transform: translateY(-10px);
    animation-timing-function: ease-in; }
  50% {
    transform: translateY(0);
    animation-timing-function: ease-out; } }
@keyframes fadeRightIn {
  from {
    transform: translateX(50px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeLeftIn {
  from {
    transform: translateX(-50px);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation scale100
 * ----------------------------------------
 */
@-webkit-keyframes scale100 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale100 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.delay2 {
  animation-delay: .2s; }

.delay3 {
  animation-delay: .3s; }

.delay4 {
  animation-delay: .4s; }

.delay5 {
  animation-delay: .5s; }

.delay6 {
  animation-delay: .6s; }

.delay7 {
  animation-delay: .7s; }
