/*! Writen  by SCSS */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  div.header .logo {
    left: 15px;
    right: auto; } }
.sec_main {
  position: relative;
  width: 100%;
  padding-top: 72.5%;
  background: url("../images/index/main_image.jpg") center bottom/cover no-repeat; }
  .sec_main .main_text {
    position: absolute;
    z-index: 6;
    top: 12.07%;
    left: 0;
    right: 0;
    max-width: 1000px;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transform: translateY(20px); }
    @media screen and (max-width: 480px) {
      .sec_main .main_text {
        top: 5%;
        width: 70%;
        transform: translateY(10px); } }
    .loaded .sec_main .main_text {
      opacity: 1;
      transform: translateY(0); }
  .sec_main .main_ridge {
    position: absolute;
    inset: 0;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1); }
  .sec_main .main_line {
    transition-delay: 1s;
    transition-duration: 2s;
    transition-property: transform;
    overflow: hidden;
    transform: translate(-100%, -100%) rotate(0.001deg); }
    .sec_main .main_line .line_inner {
      transition-delay: 1s;
      transition-duration: 2s;
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
      transform: translate(100%, 100%) rotate(0.001deg); }
    .loaded .sec_main .main_line {
      transform: translate(0); }
      .loaded .sec_main .main_line .line_inner {
        transform: translate(0); }
  .sec_main .main_plot {
    transition-delay: 1.8s;
    transition-duration: 1.6s;
    transition-property: transform,opacity;
    opacity: 0;
    transform: translateY(20px); }
    @media screen and (max-width: 480px) {
      .sec_main .main_plot {
        transform: translateY(10px); } }
    .loaded .sec_main .main_plot {
      opacity: 1;
      transform: translateY(0); }
  .sec_main .main_light {
    mix-blend-mode: screen;
    transition-delay: 3.2s;
    transition-duration: 2s;
    transition-property: filter,opacity;
    filter: brightness(4) blur(8px) contrast(2);
    opacity: 0; }
    .loaded .sec_main .main_light {
      opacity: 1;
      filter: brightness(1) blur(0) contrast(1);
      transform: translateY(0); }
  .sec_main .main_leaf {
    transition-delay: 3.6s;
    transition-duration: 1.2s;
    transition-property: transform,opacity;
    opacity: 0;
    transform: translateY(20px); }
    @media screen and (max-width: 480px) {
      .sec_main .main_leaf {
        transform: translateY(10px); } }
    .loaded .sec_main .main_leaf {
      opacity: 1;
      transform: translateY(0); }
  .sec_main img {
    width: 100%; }

.sec_lead {
  padding-top: clamp(30px, 4.17%, 50px);
  padding-bottom: clamp(80px, 10%, 120px);
  background: url("../images/index/bg_top.png") center top/cover no-repeat; }
  .sec_lead .lead_box {
    margin-bottom: 35px; }
    .sec_lead .lead_box .sec_head {
      line-height: 0;
      margin-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .sec_lead .lead_box .sec_head {
          margin-bottom: 20px; } }

.content_button_wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .content_button_wrap {
      display: block;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; } }
  .content_button_wrap .item {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .content_button_wrap .item {
        width: 100%; } }
    .content_button_wrap .item .kanbai {
      pointer-events: none;
      position: absolute;
      inset: 0;
      margin: auto;
      z-index: 3;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: clamp(20px, 2.01vw, 26px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      letter-spacing: 0.05em; }
      .content_button_wrap .item .kanbai .big {
        display: inline-block;
        letter-spacing: 0.05em;
        font-weight: 900;
        font-size: 300%;
        line-height: 1;
        margin-bottom: 10px;
        background: linear-gradient(to right, #c4984d, #fff6d0, #c4984d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .content_button_wrap .item a {
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .content_button_wrap .item a:hover {
          opacity: 0.7; } }
      .content_button_wrap .item a.kanbai_link {
        pointer-events: none; }
    .content_button_wrap .item .item_name_box {
      background: #d2c2ae;
      position: relative; }
      .content_button_wrap .item .item_name_box::after {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2; }
    @media screen and (max-width: 768px) {
      .content_button_wrap .item:first-child {
        margin-bottom: 40px; } }
    .content_button_wrap .item:first-child .item_name_box::after {
      border-top: 8px solid #344365;
      border-left: 8px solid #344365;
      border-bottom: 8px solid #344365;
      border-right: 4px solid #344365; }
      @media screen and (max-width: 768px) {
        .content_button_wrap .item:first-child .item_name_box::after {
          border: 6px solid #344365; } }
    .content_button_wrap .item:last-child .item_name_box::after {
      border-top: 8px solid #344365;
      border-left: 4px solid #344365;
      border-bottom: 8px solid #344365;
      border-right: 8px solid #344365; }
      @media screen and (max-width: 768px) {
        .content_button_wrap .item:last-child .item_name_box::after {
          border: 6px solid #344365; } }
    .content_button_wrap .item .item_button {
      width: 77.78%;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      font-size: clamp(16px, 1.69vw, 22px);
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      letter-spacing: 0.15em;
      color: #fff;
      background: #84060d;
      padding: 1.45em 0.5em 1.27em;
      border-radius: 50px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 480px) {
        .content_button_wrap .item .item_button {
          margin-top: 15px;
          width: 86%;
          padding: 1.2em 0.5em 1em; } }
      .content_button_wrap .item .item_button .text {
        margin-right: 0.5em; }
      .content_button_wrap .item .item_button::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.36em 0 0.36em 0.63em;
        border-color: transparent transparent transparent #fff;
        transition: transform 0.3s ease-in-out; }
      @media (hover: hover) {
        .content_button_wrap .item .item_button:hover::after {
          transform: translateX(5px); } }

.cbt_btbs {
  padding-top: 50px; }
  @media screen and (max-width: 480px) {
    .cbt_btbs {
      padding-top: 40px; } }
  .cbt_btbs .item {
    overflow: hidden; }
    .cbt_btbs .item:not(:last-child) {
      margin-bottom: 30px; }
    .cbt_btbs .item a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 220px;
      position: relative;
      background: rgba(0, 0, 0, 0.7);
      z-index: 2; }
      @media screen and (max-width: 480px) {
        .cbt_btbs .item a {
          height: 180px;
          padding: 40px; } }
      .cbt_btbs .item a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        z-index: 3;
        pointer-events: none;
        transition: all 0.4s ease-in-out 0s; }
      .cbt_btbs .item a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transform: scale(1);
        transition: all 0.4s ease-in-out 0s;
        z-index: 1; }
      @media (hover: hover) {
        .cbt_btbs .item a:hover::before {
          -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
          background: rgba(0, 0, 0, 0.7); }
        .cbt_btbs .item a:hover::after {
          -moz-transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2);
          transition: all 0.5s ease-in-out 0s; } }
    .cbt_btbs .item.qua a::after {
      background-image: url("../images/index/cbt_qua_bg.jpg"); }
    .cbt_btbs .item .btn_txt {
      position: relative;
      z-index: 5; }

/*# sourceMappingURL=top.css.map */
