@charset "UTF-8";
/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}
@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}
@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}
/* ---------------------------------------------------------
    Variable
--------------------------------------------------------- */
/*BK #2b66b4*/
/* ---------------------------------------------------------
    fade
--------------------------------------------------------- */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up.delay {
  transition-delay: 0.5s;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn.delay {
  transition-delay: 0.5s;
}

.oneTxt {
  visibility: hidden;
}
.oneTxt.is-ready {
  visibility: visible;
}
.oneTxt span {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  font-weight: 400;
  overflow-x: hidden;
  font-family: "見出ゴMB31", "Yu Gothic", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/glass.png) no-repeat center/cover;
  position: absolute;
  z-index: -1;
}

img {
  width: 100%;
  vertical-align: top;
}

.inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 8%;
}

/* ---------------------------------------------------------
    Utility
--------------------------------------------------------- */
@media (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-hide-pc {
    display: none !important;
  }
}
/* ---------------------------------------------------------
    site_header
--------------------------------------------------------- */
.site_header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.site_header.is_top_absolute.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header.is_scrolled {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.site_header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.site_header .header_brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #000;
}
.site_header .header_brand .header_logo_img {
  width: 300px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}
.site_header .header_toggle {
  display: none;
}
.site_header .header_nav .header_sp_brand {
  display: none;
}
.site_header .header_nav .header_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.site_header .header_nav .header_nav_list .header_nav_item .header_nav_link {
  display: inline-block;
  text-decoration: none;
}
.site_header .header_nav .header_nav_list .header_nav_item .header_nav_link:hover {
  opacity: 0.75;
}
.site_header .header_nav .header_nav_list .header_nav_item:first-child .header_nav_link {
  width: 64px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(2) .header_nav_link {
  width: 75px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(3) .header_nav_link {
  width: 70px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(4) .header_nav_link {
  width: 64px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(5) .header_nav_link {
  width: 75px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(6) .header_nav_link {
  width: 123px;
}
.site_header .header_nav .header_nav_list .header_nav_item:nth-child(7) .header_nav_link {
  width: 88px;
}
.site_header .header_nav .header_sns {
  display: none;
}

@media (max-width: 767px) {
  .site_header {
    height: 90px;
  }
  .site_header .inner {
    gap: 15px;
    padding: 0 8% !important;
  }
  .site_header .header_brand .header_logo_img {
    width: 240px;
  }
  .site_header .header_toggle {
    display: grid;
    width: 45px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 110;
  }
  .site_header .header_toggle .header_toggle_line {
    width: 45px;
    height: 2px;
    background: #000;
    display: block;
    transition: transform 0.25s ease, opacity 0.25s ease;
    position: absolute;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(1) {
    top: 0;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .site_header .header_toggle .header_toggle_line:nth-child(3) {
    bottom: 0;
  }
  .site_header .header_nav {
    position: fixed;
    inset: 0;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 70px 20px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .site_header .header_nav .header_sp_brand {
    display: grid;
    place-items: center;
    margin: 0 0 34px;
  }
  .site_header .header_nav .header_sp_brand .header_sp_brand_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .site_header .header_nav .header_sp_brand .header_sp_brand_img {
    width: 320px;
    height: auto;
    display: block;
  }
  .site_header .header_nav .header_nav_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }
  .site_header .header_nav .header_nav_list .header_nav_item .header_nav_link {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:first-child .header_nav_link {
    width: 70px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(2) .header_nav_link {
    width: 82px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(3) .header_nav_link {
    width: 77px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(4) .header_nav_link {
    width: 70px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(5) .header_nav_link {
    width: 82px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(6) .header_nav_link {
    width: 135px;
  }
  .site_header .header_nav .header_nav_list .header_nav_item:nth-child(7) .header_nav_link {
    width: 97px;
  }
  .site_header .header_nav .header_sns {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
  }
  .site_header .header_nav .header_sns .header_sns_item {
    width: 35px;
  }
  .site_header .header_nav .header_sns .header_sns_item:last-child {
    width: 80px;
  }
  .site_header .header_nav .header_sns .header_sns_item .header_sns_link {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .site_header .header_nav .header_sns .header_sns_item .header_sns_icon {
    width: 100%;
    display: block;
  }
  body.is_header_open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
  }
  body.is_header_open .site_header .header_nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  body.is_header_open .site_header .header_toggle {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(1) {
    transform: translateY(14px) rotate(30deg);
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(2) {
    opacity: 0;
  }
  body.is_header_open .site_header .header_toggle .header_toggle_line:nth-child(3) {
    transform: translateY(-14px) rotate(-30deg);
  }
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.site_footer {
  padding: 160px 0 80px;
  position: relative;
}
.site_footer .f_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.site_footer .inner {
  position: relative;
}
.site_footer .inner .f_wrap {
  position: relative;
}
.site_footer .footer_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  align-items: start;
}
.site_footer .footer_left .footer_brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site_footer .footer_left .footer_brand .footer_logo {
  width: 430px;
  flex: 0 0 auto;
  position: relative;
}
.site_footer .footer_left .footer_brand .footer_logo .link {
  position: absolute;
  inset: 0;
}
.site_footer .footer_left .footer_brand .footer_logo .footer_logo_img {
  width: 100%;
  height: auto;
  display: block;
}
.site_footer .footer_left .footer_info {
  margin-top: 45px;
}
.site_footer .footer_left .footer_info .footer_info_line {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}
.site_footer .footer_left .footer_share {
  margin-top: 110px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.site_footer .footer_left .footer_share .footer_share_label {
  margin: 0;
  width: 75px;
}
.site_footer .footer_left .footer_share .footer_share_rule {
  width: 0.7px;
  height: 35px;
  background: #000;
  display: inline-block;
  margin: 0 8px;
}
.site_footer .footer_left .footer_share .footer_share_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item {
  width: 27px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item:last-child {
  width: 63px;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item .footer_share_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.site_footer .footer_left .footer_share .footer_share_list .footer_share_item .footer_share_ico {
  width: 100%;
}
.site_footer .footer_nav {
  justify-self: end;
  padding-top: 18px;
}
.site_footer .footer_nav .footer_nav_list {
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 90px;
  row-gap: 30px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item {
  width: fit-content;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item .footer_nav_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item .footer_nav_link:hover {
  opacity: 0.75;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:first-child .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(2) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(3) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(4) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(5) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(6) .footer_nav_link {
  width: 160px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(7) .footer_nav_link {
  width: 100px;
}
.site_footer .footer_nav .footer_nav_list .footer_nav_item:nth-child(8) .footer_nav_link {
  width: 140px;
}
.site_footer .footer_bottom {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.site_footer .footer_bottom .footer_copy {
  margin: 0;
  width: 580px;
}

/* ---------------------------------------------------------
    SP
  --------------------------------------------------------- */
@media (max-width: 767px) {
  .site_footer {
    padding: 90px 0 30px;
  }
  .site_footer .inner {
    position: static;
    text-align: center;
  }
  .site_footer .inner .f_wrap {
    display: contents;
  }
  .site_footer .footer_top {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: 0;
    justify-items: center;
  }
  .site_footer .footer_left {
    width: 100%;
    display: grid;
    justify-items: center;
  }
  .site_footer .footer_left .footer_brand {
    justify-content: center;
  }
  .site_footer .footer_left .footer_brand .footer_logo {
    width: 270px;
  }
  .site_footer .footer_left .footer_info {
    margin-top: 22px;
  }
  .site_footer .footer_left .footer_info .footer_info_line {
    font-size: 14px;
    line-height: 1.9;
  }
  .site_footer .footer_left .footer_share {
    margin-top: 34px;
    justify-content: center;
    gap: 14px;
  }
  .site_footer .footer_left .footer_share .footer_share_label {
    width: 63px;
  }
  .site_footer .footer_left .footer_share .footer_share_rule {
    height: 24px;
  }
  .site_footer .footer_left .footer_share .footer_share_list {
    gap: 14px;
  }
  .site_footer .footer_left .footer_share .footer_share_list .footer_share_item {
    width: 22.5px;
  }
  .site_footer .footer_left .footer_share .footer_share_list .footer_share_item:last-child {
    width: 54px;
  }
  .site_footer .footer_nav {
    display: none;
  }
  .site_footer .footer_bottom {
    position: static;
    margin-top: 34px;
    margin: 34px auto 0;
  }
  .site_footer .footer_bottom .footer_copy {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */