@charset "UTF-8";
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
body {
  width: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  color: var(--text-main);
  font-weight: 400;
  color: var(--color-navy);
  letter-spacing: .04em;
  background-color: var(--color-beige);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}
.auto {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.container {
  position: relative;
  min-height: 100lvh;
}
.container::before, .container::after {
  content: "";
  display: block;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 50%;
  opacity: .5;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: -1;
}
/* 背景ガタつき防止用 */
.list_history {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.conts_history {
  background-color: #0d1a3e;
}
.list_history li img {
  content-visibility: auto;
}
/* 背景縦線 */
/* .container::before {
  width: 1px;
  background-color: var(--color-gold);
}
.container::after {
  max-width: 930px;
  width: 70%;
  border-left: 1px solid var(--color-gold);
  border-right: 1px solid var(--color-gold);
} */
@media screen and (min-width: 770px) {
  body {
    font-size: var(--font-18);
    line-height: 1.5;
  }
  .pc_none {
    display: none;
  }

  /* アニメーション */
  .illust_jewelry {
    animation: swaying 6s ease-in-out infinite;
  }
  @keyframes swaying {
    0% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(var(--size-n20)) rotate(.2deg);
    }
    100% {
      transform: translateY(0) rotate(0deg);
    }
  }

  /* header */
  header {
    width: 100%;
    padding: var(--size-25) 2%;
    position: absolute;
    top: 0;
    left: 0;

    .logo_corp {
      width: var(--size-70);
    }
  }

  /* conts_mv */
  .conts_mv {
    width: 100%;
    display: flex;
    height: 100vh;
    padding: var(--size-100) 0 var(--size-100);
    align-items: center;
    position: relative;

    .bg_item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 5%;
      left: 0;
      pointer-events: none;
    }
    .illust_jewelry {
      position: absolute;
    }
    .jewelry_01 {
      width: 28%;
      max-width: 374px;
      bottom: calc(50% + var(--size-n48));
      right: calc(50% + var(--size-232));
    }
    .jewelry_02 {
      width: 49%;
      max-width: 653px;
      top: calc(50% + var(--size-n256));
      left: calc(50% + var(--size-n200));
      animation-delay: -1s;
    }
    .jewelry_03 {
      width: 31%;
      max-width: 407px;
      left: calc(50% + var(--size-488));
      bottom: calc(50% + var(--size-n48));
      animation-delay: -.5s;
    }
    .jewelry_04 {
      width: 36%;
      max-width: 471px;
      right: calc(50% + var(--size-499));
      top: calc(50% + var(--size-n45));
      animation-delay: -1.5s;
    }
    .jewelry_05 {
      width: 43%;
      max-width: 564px;
      top: calc(50% + var(--size-188));
      left: calc(50% + var(--size-343));
      animation-delay: -2s;
    }
    .bg_rectangle {
      position: absolute;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 2.5%;
      left: 0;
      pointer-events: none;
    }
    .rectangle {
      position: absolute;
      width: var(--size-225);
      height: var(--size-162);
      background: linear-gradient(150deg, rgba(196, 164, 90, .2) 0%, rgba(239, 226, 201, .2) 100%);
    }
    .rectangle:first-of-type {
      bottom: calc(50% + var(--size-327));
      left: calc(50% + var(--size-488));
    }
    .rectangle:nth-of-type(2) {
      bottom: calc(50% + var(--size-144));
      right: calc(50% + var(--size-450));
    }
    .rectangle:nth-of-type(3) {
      top: calc(50% + var(--size-430));
      right: calc(50% + var(--size-500));
    }
    .rectangle:nth-of-type(4) {
      top: calc(50% + var(--size-262));
      left: calc(50% + var(--size-353));
    }
    .logo_main {
      width: var(--size-474);
      margin: 0 auto;
      position: relative;
    }
  }

  /* conts_message */
  .conts_message {
    text-align: center;
    font-size: var(--font-20);
    line-height: 1.7;
    padding: var(--size-120) 0 var(--size-160);
    position: relative;

    .bg_item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 5%;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }
    .illust_jewelry {
      position: absolute;
    }
    .jewelry_01 {
      width: 58%;
      max-width: 769px;
      top: var(--size-100);
      left: calc(50% + var(--size-412));
    }
    .jewelry_02 {
      width: 37%;
      max-width: 485px;
      bottom: var(--size-430);
      right: calc(50% + var(--size-500));
      animation-delay: -1s;
    }
    .jewelry_03 {
      width: 20%;
      max-width: 263px;
      left: calc(50% + var(--size-500));
      bottom: var(--size-150);
      animation-delay: -.5s;
    }
    .jewelry_04 {
      width: 31%;
      max-width: 407px;
      right: calc(50% + var(--size-499));
      bottom: var(--size-n140);
      animation-delay: -1.5s;
    }
    .title_message {
      font-size: var(--font-31);
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: var(--size-50);
    }
    .block_main_text {
      margin-bottom: var(--size-38);
    }
    .text:not(:last-of-type) {
      margin-bottom: var(--size-38);
    }
    .wait_bold {
      font-weight: 600;
    }
    .block_name {
      text-align: right;
      width: 86%;
      margin-bottom: var(--size-44);
    }
    .area_photo {
      display: flex;
      max-width: 1111px;
      width: 93%;
      padding-top: var(--size-58);
    }
    .img {
      width: 50%;
      position: relative;
    }
    .img:first-of-type {
      top: var(--size-n58)
    }
  }

  /* conts_history */
  .conts_history {
    display: flex;
    min-height: 100lvh;
    padding: var(--size-88) 0 var(--size-133);
    background-color: var(--color-navy);
    line-height: 1.6;
    color: var(--color-gold);
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;

    .title_history {
      width: 62%;
      max-width: 820px;
      margin-bottom: var(--size-50);
    }
    .wrapper_list {
      width: 100%;
      padding-top: var(--size-40);
      position: relative;
    }
    .custom-scrollbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: var(--size-9);
      background: var(--color-charcoal);
      z-index: 10;
    }
    .scrollbar-drag {
      position: absolute;
      top: 0;
      left: 0;
      width: var(--size-113);
      height: 100%;
      background: var(--color-gold);
    }
    .container_list {
      align-items: center;
      display: flex;
      width: 100%;
      margin-inline: auto;
      overflow: hidden;
    }
    .list_history {
      display: flex;
      padding-inline: var(--size-55) var(--size-60);
    }
    .list_history>li {
      width: var(--size-360);
      padding-inline: var(--size-17) var(--size-32);
      border-left: 1px solid var(--color-gold);
    }
    .title_year {
      width: fit-content;
      height: var(--size-50);
      margin-bottom: var(--size-18);
    }
    .title_year img {
      width: auto;
      height: 100%;
    }
    .img {
      margin-bottom: var(--size-10);
    }
    .list_text {
      font-size: var(--font-16);
      line-height: 1.4;
      padding-left: 1em;
    }
    .list_text li {
      list-style: disc;
      margin-bottom: var(--size-10);
    }
    .list_text li:last-of-type {
      margin-bottom: 0;
    }
  }

  /* conts_sale */
  .conts_sale {
    padding: var(--size-200) 0 var(--size-180);
    position: relative;

    .bg_item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 5%;
      left: 0;
      pointer-events: none;
    }
    .illust_jewelry {
      position: absolute;
    }
    .jewelry_01 {
      width: 28%;
      max-width: 374px;
      top: 1%;
      right: calc(50% + var(--size-232));
    }
    .jewelry_02 {
      width: 49%;
      max-width: 653px;
      top: -15%;
      left: calc(50% + var(--size-n100));
      animation-delay: -1s;
    }
    .jewelry_03 {
      width: 31%;
      max-width: 407px;
      left: calc(50% + var(--size-488));
      animation-delay: -.5s;
      top: 0;
    }
    .jewelry_04 {
      width: 36%;
      max-width: 471px;
      right: calc(50% + var(--size-499));
      top: 24%;
      animation-delay: -1.5s;
    }
    .jewelry_05 {
      width: 43%;
      max-width: 564px;
      top: 60%;
      left: calc(50% + var(--size-500));
      animation-delay: -2s;
    }
    .jewelry_06 {
      width: 34%;
      max-width: 455px;
      top: 69%;
      right: calc(50% + var(--size-353));
      animation-delay: -2.5s;
    }
    .jewelry_07 {
      width: 28%;
      max-width: 370px;
      top: 87%;
      left: calc(50% + var(--size-340));
      animation-delay: -3s;
    }
    .jewelry_08 {
      width: 43%;
      max-width: 564px;
      top: 102%;
      left: calc(50% + var(--size-n86));
      animation-delay: -3.5s;
    }
    .bg_rectangle {
      position: absolute;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 5%;
      left: 0;
      pointer-events: none;
    }
    .rectangle {
      position: absolute;
      width: var(--size-225);
      height: var(--size-162);
      background: linear-gradient(150deg, rgba(196, 164, 90, .2) 0%, rgba(239, 226, 201, .2) 100%);
    }
    .rectangle:first-of-type {
      top: -2%;
      left: calc(50% + var(--size-388));
    }
    .rectangle:nth-of-type(2) {
      top: 2%;
      right: calc(50% + var(--size-470));
    }
    .rectangle:nth-of-type(3) {
      top: 20%;
      left: calc(50% + var(--size-500) + var(--size-140));
    }
    .rectangle:nth-of-type(4) {
      top: 29%;
      right: calc(50% + var(--size-500) + var(--size-100));
    }
    .auto {
      position: relative;
      z-index: 1;
    }
    .title_sale {
      width: 79%;
      margin-bottom: var(--size-47);
      position: relative;
    }
    /* .title_sale::before, .title_sale::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/sale_title_04.png)no-repeat center/contain;
      position: absolute;
      top: var(--size-n30);
      left: -31%;
      z-index: -1;
    }
    .title_sale::after {
      top: var(--size-50);
      left: 67%;
    } */
    .wrapper_bg {
      padding: var(--size-107) var(--size-45) var(--size-91);
      background: var(--color-beige-transparent);
      position: relative;
    }
    .area_event {
      font-size: var(--font-14);
      line-height: 1.4;
      margin-bottom: var(--size-42);
    }
    .title_event {
      width: 46%;
      position: absolute;
      top: var(--size-16);
      left: -3%;
      z-index: 1;
    }
    .list_event {
      margin-bottom: var(--size-34);
    }
    .list_event li:not(:last-of-type) {
      margin-bottom: var(--size-10);
    }
    .list_caution {
      text-align: right;
      letter-spacing: -.04em;
      padding-bottom: var(--size-26);
    }
    .area_items {
      margin-bottom: var(--size-12);
    }
    .block_title {
      text-align: center;
      font-size: var(--font-31);
      line-height: 1.3;
      color: var(--color-white);
      padding: var(--size-21) 5% var(--size-20);
      background: var(--gradation-gold);
      margin-bottom: var(--size-17);
      position: relative;
    }
    .block_title::before {
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - var(--size-10));
      border-top: 1px solid var(--color-white);
      border-bottom: 1px solid var(--color-white);
      position: absolute;
      top: var(--size-5);
      left: 0;
      position: absolute;
      pointer-events: none;
    }
    .text_ribbon {
      width: var(--size-399);
      position: absolute;
      top: var(--size-n34);
      left: -2%;
    }
    .title_items {
      font-weight: 600;
    }
    .text_caution {
      text-align: right;
      font-size: var(--font-15);
      font-weight: 500;
      position: absolute;
      bottom: var(--size-14);
      right: 1%;
    }
    .list_items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .list_items::before, .list_items::after {
      content: "";
      width: 23.8%;
      height: 0;
      order: 2;
    }
    .list_items li {
      width: 23.8%;
      padding-bottom: var(--size-16);
      background-color: var(--color-white);
      box-shadow: 0px 0 var(--size-15) 0px rgba(0, 0, 0, 0.2);
      margin-bottom: var(--size-18);
    }
    .list_items li a {
      display: flex;
      height: 100%;
      padding-bottom: var(--size-14);
      flex-direction: column;
    }
    .box_img {
      margin-bottom: var(--size-10);
    }
    .box_text {
      display: flex;
      height: 100%;
      padding: 0 3%;
      letter-spacing: -.04em;
      flex-direction: column;
    }
    .name_item {
      font-size: var(--font-18);
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: var(--size-2);
    }
    .detail_item {
      font-size: var(--font-14);
      margin-bottom: var(--size-14);
    }
    .text_price {
      text-align: right;
      font-size: var(--font-45);
      line-height: 1;
      font-weight: 600;
      color: var(--color-red);
      margin: auto 0 var(--size-8);
    }
    .text_price .small {
      font-size: var(--font-17);
    }
    .text_price .middle {
      font-size: var(--font-22);
    }
    .text_gray {
      text-align: right;
      font-size: var(--font-21);
      line-height: 1;
      color: var(--color-gray);
      font-weight: 500;
    }
    .text_gray .small {
      font-size: var(--font-12);
    }
    .text_gray .middle {
      font-size: var(--font-11);
    }
    .service {
      width: 90%;
      padding: var(--size-16) 0 var(--size-8) 9%;
      background-color: var(--color-white-transparent);
      margin: 0 auto var(--size-32);
      position: relative;
    }
    .title_service {
      width: var(--size-134);
      position: absolute;
      top: 50%;
      left: -6%;
      transform: translateY(-50%);
    }
    .list_service {
      display: flex;
      font-size: var(--font-20);
      line-height: 1.5;
      font-weight: 600;
      letter-spacing: -.02em;
      flex-wrap: wrap;
    }
    .list_service li {
      width: 40%;
      padding-right: 2%;
      padding-left: var(--size-34);
      position: relative;
      margin-bottom: var(--size-7);
    }
    .list_service li:nth-child(2n) {
      width: 60%;
    }
    .list_service li::before {
      content: "";
      display: block;
      width: var(--size-26);
      height: var(--size-26);
      background: url(../img/icon_check_01.png)no-repeat center/contain;
      position: absolute;
      top: var(--size-1);
      left: 0;
    }
    .list_link {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-align: center;
      font-size: var(--font-20);
      line-height: 1.5;
    }
    .list_link::before, .list_link::after {
      content: "";
      width: 23.8%;
      height: 0;
      order: 2;
    }
    .list_link li {
      width: 24%;
    }
    .list_link li:first-of-type {
      font-size: var(--font-18);
    }
    .list_link li a {
      display: flex;
      min-height: var(--size-95);
      text-align: center;
      line-height: 1.5;
      font-weight: 600;
      color: var(--color-white);
      padding: var(--size-13) 1% var(--size-12);
      border-radius: var(--size-10);
      background: #225495;
      align-items: center;
      justify-content: center;

    }
    .list_link li a::after {
      content: "";
      display: inline-block;
      width: var(--size-23);
      height: var(--size-23);
      background: url(../img/icon_arrow_01.png)no-repeat center/contain;
      margin-left: var(--size-6);
    }
    .list_buton {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-align: center;
      font-size: var(--font-20);
      line-height: 1.5;
    }
    .list_buton::before, .list_link::after {
      content: "";
      width: 23.8%;
      height: 0;
      order: 2;
    }
    .list_buton li {
      width: 80%;
      margin: auto;
      margin-bottom: 2vw;
    }
    .list_buton li:first-of-type {
      font-size: var(--font-22);
    }
    .list_buton li a {
      display: flex;
      min-height: var(--size-95);
      text-align: center;
      line-height: 1.5;
      font-weight: 600;
      color: var(--color-white);
      padding: var(--size-13) 1% var(--size-12);
      border-radius: var(--size-10);
      background: #c41c1c;
      align-items: center;
      justify-content: center;

    }
    .list_buton li a::after {
      content: "";
      display: inline-block;
      width: var(--size-23);
      height: var(--size-23);
      background: url(../img/icon_arrow_01.png)no-repeat center/contain;
      margin-left: var(--size-6);
    }
  }

  /* conts_event */
  .conts_event {
    font-size: var(--font-18);
    line-height: 1.7;
    color: var(--color-white);
    padding: var(--size-154) 0 var(--size-160);
    background-color: var(--color-navy);
    position: relative;
    overflow: hidden;
    z-index: 1;

    .auto {
      position: relative;
    }
    .title_ribbon {
      width: 36%;
      margin: 0 0 var(--size-20) -5%;
    }
    .bg_rectangle {
      position: absolute;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
    }
    .rectangle {
      position: absolute;
      width: var(--size-225);
      height: var(--size-162);
      background: linear-gradient(150deg, rgba(12, 32, 59, .2) 0%, rgba(96, 126, 125, .2) 100%);
    }
    .rectangle:first-of-type {
      bottom: calc(50% + var(--size-327));
      left: calc(50% + var(--size-488));
    }
    .rectangle:nth-of-type(2) {
      bottom: calc(50% + var(--size-144));
      right: calc(50% + var(--size-450));
    }
    .rectangle:nth-of-type(3) {
      top: calc(50% + var(--size-430));
      right: calc(50% + var(--size-500));
    }
    .rectangle:nth-of-type(4) {
      top: calc(50% + var(--size-262));
      left: calc(50% + var(--size-353));
    }
    .title_event {
      width: 85%;
      margin: 0 0 var(--size-50);
      position: relative;
      z-index: 1;
    }
    /* .title_event::before, .title_event::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/event_title_02.png)no-repeat center/contain;
      position: absolute;
      top: var(--size-n30);
      left: -31%;
      z-index: -1;
    }
    .title_event::after {
      top: var(--size-50);
      left: 67%;
    } */
    .block_value {
      display: flex;
      justify-content: space-between;
      margin-bottom: var(--size-22);
    }
    .box {
      width: 48%;
    }
    .img {
      width: 105%;
      margin: 0 0 var(--size-18) -3.5%;
    }
    .banner {
      width: 92%;
      margin: 0 auto;
    }
  }

  /* conts_company */
  .conts_company {
    padding: var(--size-170) 0 var(--size-160);
    position: relative;

    .bg_item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 2.5%;
      left: 0;
      pointer-events: none;
    }
    .illust_jewelry {
      position: absolute;
    }
    .jewelry_01 {
      width: 43%;
      max-width: 564px;
      top: 0;
      left: 50%;
    }
    .jewelry_02 {
      width: 36%;
      max-width: 471px;
      top: 32%;
      right: calc(50% + var(--size-450));
      animation-delay: -1s;
    }
    .jewelry_03 {
      width: 33%;
      max-width: 434px;
      left: calc(50% + var(--size-348));
      animation-delay: -.5s;
      bottom: -10%;
    }
    .jewelry_04 {
      width: 36%;
      max-width: 471px;
      right: calc(50% + var(--size-499));
      top: 24%;
      animation-delay: -1.5s;
    }
    .jewelry_05 {
      width: 43%;
      max-width: 564px;
      top: 60%;
      left: calc(50% + var(--size-500));
      animation-delay: -2s;
    }
    .jewelry_06 {
      width: 34%;
      max-width: 455px;
      top: 69%;
      right: calc(50% + var(--size-353));
      animation-delay: -2.5s;
    }
    .jewelry_07 {
      width: 28%;
      max-width: 370px;
      top: 87%;
      left: calc(50% + var(--size-340));
      animation-delay: -3s;
    }
    .jewelry_08 {
      width: 43%;
      max-width: 564px;
      top: 102%;
      left: calc(50% + var(--size-n86));
      animation-delay: -3.5s;
    }
    .bg_rectangle {
      position: absolute;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 2.5%;
      left: 0;
      pointer-events: none;
    }
    .rectangle {
      position: absolute;
      width: var(--size-225);
      height: var(--size-162);
      background: linear-gradient(150deg, rgba(196, 164, 90, .2) 0%, rgba(239, 226, 201, .2) 100%);
    }
    .rectangle:first-of-type {
      top: -2%;
      left: calc(50% + var(--size-500) + var(--size-140));
    }
    .rectangle:nth-of-type(2) {
      top: 22%;
      right: calc(50% + var(--size-500) + var(--size-140));
    }
    .rectangle:nth-of-type(3) {
      top: 40%;
      left: calc(50% + var(--size-500) + var(--size-180));
    }
    .rectangle:nth-of-type(4) {
      bottom: 0;
      right: calc(50% + var(--size-500));
    }
    .auto {
      position: relative;
    }
    .wrapper_bg {
      padding: var(--size-63) 8% var(--size-70);
      background-color: var(--color-beige-transparent);
    }
    .title_company {
      width: var(--size-491);
      margin-bottom: var(--size-34);
    }
    .block_profile {
      margin-bottom: var(--size-40);
    }
    .title_profile {
      font-size: var(--font-25);
      line-height: 1.3;
      font-weight: 500;
      margin-bottom: var(--size-18);
    }
    .profile {
      text-align: left;
      font-size: var(--font-18);
      line-height: 1.7;
      font-weight: 400;
      border-top: 1px solid var(--color-beige-dark);
    }
    .profile th, .profile td {
      width: 73%;
      padding: var(--size-17) 0 var(--size-16);
      border-bottom: 1px solid var(--color-beige-dark);
    }
    .profile th {
      width: 27%;
      font-weight: 400;
    }
    .title_address {
      font-size: var(--font-25);
      line-height: 1.3;
      font-weight: 500;
      margin-bottom: var(--size-26);
    }
    .wrapper_address {
      display: flex;
      justify-content: space-between;
    }
    .box {
      width: 48.4%;
      padding: var(--size-25) 2.5% var(--size-28);
      background-color: var(--color-brown-transparent);
    }
    .title_store {
      display: inline-block;
      padding: var(--size-3) var(--size-7) var(--size-2);
      background-color: var(--color-gold);
      color: #fff;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: var(--size-10);
    }
    .address {
      font-size: var(--font-17);
      line-height: 1.4;
      letter-spacing: -.02em;
      margin-bottom: var(--size-14);
    }
    .store_information {
      text-align: left;
      font-size: var(--font-15);
      line-height: 1.7;
      border-top: 1px solid var(--color-beige-dark);
      margin-bottom: var(--size-25);
    }
    .store_information th, .store_information td {
      padding: var(--size-8) 0 var(--size-7);
      border-bottom: 1px solid var(--color-beige-dark);
    }
    .store_information th {
      width: 20%;
      font-weight: 400;
    }
    .img {
      margin-bottom: var(--size-16);
    }
    .directions {
      text-align: center;
      font-size: var(--font-15);
      line-height: 1.5;
      margin-bottom: var(--size-16);
    }
    .directions li:not(:last-of-type) {
      margin-bottom: var(--size-2);
    }
    .btn {
      width: var(--size-300);
      margin: 0 auto;
    }
    .btn a {
      display: flex;
      text-align: center;
      font-size: var(--font-20);
      line-height: 1.5;
      font-weight: 600;
      color: var(--color-white);
      padding: var(--size-13) 3% var(--size-12);
      border-radius: var(--size-10);
      background: var(--gradation-navy);
      align-items: center;
      justify-content: center;
    }
    .btn a::after {
      content: "";
      display: inline-block;
      width: var(--size-23);
      height: var(--size-23);
      background: url(../img/icon_arrow_01.png)no-repeat center/contain;
      margin-left: var(--size-6);
    }
  }

  /* footer */
  footer {
    padding: var(--size-80) 0 var(--size-64);
    background-color: var(--color-navy);
    color: var(--color-white);
    position: relative;

    .auto {
      max-width: 1000px;
      width: 76%;
    }
    .logo_footer {
      width: var(--size-356);
      margin-bottom: var(--size-26);
    }
    .wrapper_list {
      display: flex;
      justify-content: space-evenly;
    }
    .block_list {
      width: fit-content;
      padding-inline: var(--size-40);
    }
    .name_list {
      width: fit-content;
      height: var(--size-19);
      margin-bottom: var(--size-26);
    }
    .name_list img {
      width: auto;
      height: 100%;
    }
    .navi_list li {
      display: flex;
      font-size: var(--font-15);
      line-height: 1.6;
      font-weight: 400;
      margin-bottom: var(--size-16);
      flex-wrap: wrap;
      align-items: baseline;
    }
    .navi_list li::before {
      content: "";
      display: inline-block;
      width: var(--size-10);
      height: var(--size-6);
      border-top: 2px solid var(--color-white);
      margin-right: var(--size-16);
    }
    .navi_list a {
      display: inline-block;
      width: auto;
    }
    .logo_main {
      width: var(--size-95);
      margin: var(--size-n80) var(--size-82) 0 auto;
    }
  }
}