@charset "UTF-8";
.sec_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 900; }
  @media (max-width: 768px) {
    .sec_title {
      font-size: 3.5rem; } }

.sec_title_sub {
  font-size: 0.9rem;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 5px; }

/*---------------------------
HEADER
---------------------------*/
main.main {
  background: url("../img/bg_01.jpg") center top repeat-y;
  background-size: 100%;
  text-align: center; }
  main.main .main_inner {
    background-color: #000;
    background-image: url("../img/bg_wood_left.png"), url("../img/bg_wood_right.png");
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
    width: 80%;
    margin: auto;
    background-color: #000;
    padding: 0 4%;
    color: #fff;
    padding-bottom: 60px;
    background-size: 1.5%; }
    @media (max-width: 768px) {
      main.main .main_inner {
        background-size: 3%;
        width: 85%;
        padding: 0 7%; } }

h2.title {
  margin: 0 auto 40px; }
  @media (max-width: 768px) {
    h2.title {
      margin-bottom: 4vw; } }
  h2.title img {
    width: 100%;
    height: auto; }

/*---------------------------
sec01
---------------------------*/
section {
  margin: 0 auto 60px; }
  @media (max-width: 768px) {
    section {
      margin: 0 auto 8vw; } }

.sec01 {
  padding-top: 20px;
  /* ---------------  
   スライダー基本
---------------- */ }
  .sec01 .slider-wrapper {
    width: 100%;
    margin: 0 auto; }
    .sec01 .slider-wrapper .detail-slider img {
      width: 100%;
      height: auto;
      display: block; }
  .sec01 .box_under .scroll_down {
    display: inline-block;
    margin-top: 30px; }
    .sec01 .box_under .scroll_down img {
      width: 100%;
      height: auto; }
      .sec01 .box_under .scroll_down img:hover {
        opacity: 0.8;
        transition: all 0.8s; }

/*---------------------------
sec02
---------------------------*/
.sec02 .link_box {
  width: 85%;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px; }
  @media (max-width: 768px) {
    .sec02 .link_box {
      gap: 2vw; } }
  .sec02 .link_box a img {
    width: 100%;
    height: auto; }
.sec02 .link_data {
  margin-top: 40px;
  width: 50%;
  height: auto; }
  @media (max-width: 768px) {
    .sec02 .link_data {
      margin-top: 5vw; } }

/*---------------------------
sec03
---------------------------*/
.sec03 {
  margin-top: 80px; }
  @media (max-width: 768px) {
    .sec03 {
      margin-top: 50px; } }
  .sec03 .title {
    width: 74.06%; }
  .sec03 .media_box {
    margin: auto; }
    .sec03 .media_box .youtube-wrap {
      width: 100%;
      position: relative;
      padding-top: 56.25%;
      margin-bottom: 15px; }
      .sec03 .media_box .youtube-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
  .sec03 .img_block .info-images-list .info-images-item {
    margin-bottom: 15px;
    list-style: none; }
    .sec03 .img_block .info-images-list .info-images-item .info-images-img {
      width: 100%; }

/*---------------------------
sec04
---------------------------*/
.sec04 .title {
  width: 44.88%; }
.sec04 .map_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border: 6px solid transparent;
  border-radius: 0;
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #fffdf3 0%, #f7e7a6 15%, #e3c86d 30%, #d4a647 45%, #c08b32 60%, #b17922 75%, #9d6818 90%, #b78631 100%) border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); }
  @media (max-width: 768px) {
    .sec04 .map_box {
      border: 4px solid transparent; } }
  @media (max-width: 768px) {
    .sec04 .map_box {
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4); } }
  .sec04 .map_box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 0;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.35);
    z-index: 2; }
    @media (max-width: 768px) {
      .sec04 .map_box::before {
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35); } }
  .sec04 .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }

/*---------------------------
sec05
---------------------------*/
.sec05 .title {
  width: 50.91%; }
.sec05 .machine_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%; }
  .sec05 .machine_wrap .bnr_machine {
    width: 100%;
    height: auto; }

/*---------------------------
sec06
---------------------------*/
.sec06 .title {
  width: 50.91%; }
.sec06 .basic_info_box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 0; }
  @media (max-width: 768px) {
    .sec06 .basic_info_box {
      padding: 6vw 0; } }
  .sec06 .basic_info_box .logo {
    width: 85%;
    height: auto; }
  .sec06 .basic_info_box .info-list {
    width: 80%;
    margin: 30px auto 0;
    padding: 0; }
    @media (max-width: 768px) {
      .sec06 .basic_info_box .info-list {
        margin: 3vw auto 0;
        width: 90%; } }
    .sec06 .basic_info_box .info-list .info-item {
      display: flex;
      align-items: center;
      padding: 12px 0;
      border-bottom: 2px dotted #787270; }
      @media (max-width: 768px) {
        .sec06 .basic_info_box .info-list .info-item {
          padding: 2vw 0; } }
      .sec06 .basic_info_box .info-list .info-item dt {
        margin: 0;
        margin-right: 20px; }
        .sec06 .basic_info_box .info-list .info-item dt .info-label {
          width: 6em;
          display: inline-block;
          padding: 5px 0;
          background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 40%, #eeeeee 100%);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28), inset 0 1px 2px rgba(255, 255, 255, 0.9);
          border-radius: 9999px;
          border: none;
          font-size: 0.8rem;
          font-weight: 700;
          color: #3a3735;
          letter-spacing: 0.05em;
          text-align: center;
          position: relative;
          top: 0;
          transition: top 0.1s ease, box-shadow 0.1s ease; }
          @media (max-width: 768px) {
            .sec06 .basic_info_box .info-list .info-item dt .info-label {
              font-size: 2.2vw;
              padding: 1vw 0; } }
      .sec06 .basic_info_box .info-list .info-item dd {
        font-size: 0.9rem;
        text-align: left;
        flex: 1;
        color: #231815; }
        @media (max-width: 768px) {
          .sec06 .basic_info_box .info-list .info-item dd {
            font-size: 2.5vw; } }

/*---------------------------
sec07
---------------------------*/
.sec07 .key_box .js-key-img-trigger {
  width: 45%;
  height: auto; }
  .sec07 .key_box .js-key-img-trigger:hover {
    cursor: pointer;
    transform: scale(1.02);
    transition: 0.5s; }
.sec07 .key-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; }
  .sec07 .key-modal.is-active {
    opacity: 1;
    visibility: visible; }
  .sec07 .key-modal__inner {
    position: relative;
    max-width: 90%;
    max-height: 90%; }
    @media (max-width: 767px) {
      .sec07 .key-modal__inner {
        max-width: 75%;
        max-height: 95%; } }
  .sec07 .key-modal__image {
    display: block;
    width: 80%;
    height: auto;
    margin: auto; }
    @media (max-width: 768px) {
      .sec07 .key-modal__image {
        width: 90%; } }
  .sec07 .key-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer; }

body.is-fixed {
  overflow: hidden;
  height: 100%; }

.sec08 {
  width: 100%;
  margin: 0 auto;
  padding: 40px 3%;
  text-align: center;
  color: #222;
  background: rgba(255, 255, 255, 0.9); }
  @media (max-width: 768px) {
    .sec08 {
      padding: 15px 2%; } }
  .sec08 .title {
    width: 90%;
    display: inline-block;
    padding: 9px 40px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    border: 1px solid #000;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sec08 .title {
        font-size: 2.5vw; } }
  .sec08 .sub_title {
    width: 80%;
    display: inline-block;
    padding: 9px 60px;
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sec08 .sub_title {
        font-size: 2.3vw; } }
  .sec08 .info {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .sec08 .info {
        font-size: 2.3vw; } }
  .sec08 .text {
    font-size: 0.7rem;
    line-height: 1.3;
    margin: 0 auto 15px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .sec08 .text {
        font-size: 1.3vw; } }
  .sec08 .url {
    display: inline-block;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700; }
    @media (max-width: 768px) {
      .sec08 .url {
        font-size: 1.7vw; } }
    .sec08 .url a {
      color: #fff;
      word-break: break-all; }
