@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import "https://use.typekit.net/pwx1jlo.css";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.acc_skip {
  position: absolute;
  z-index: -10;
  visibility: hidden;
  font-size: 0.1%;
  width: 1px;
  opacity: 0;
}

body#main {
  width: 100%;
}

.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
.wholewrapper img {
  vertical-align: top;
}

.page_frame.side_none .header {
  width: 100%;
}
.page_frame.side_none .contents_wrap {
  margin: 60px 0 0;
  padding-bottom: 0;
}

/*
  Header
*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  border-right: 1px solid #e2e2e2;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .header {
    right: 0;
    width: auto;
    bottom: auto;
    height: 60px;
  }
  .header.open::after {
    content: "";
    position: absolute;
  }
}
.page_frame.side_none .header {
  right: 0;
  width: auto;
  bottom: auto;
  height: 60px;
}
.page_frame.side_none .header.open::after {
  content: "";
  position: absolute;
}
.header .header_inner {
  position: sticky;
  top: 0;
  display: flex;
  flex-flow: column wrap;
  min-height: 795px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    display: block;
  }
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner {
    height: 100vh;
    min-height: inherit;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    height: 60px;
    min-height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.page_frame.side_none .header .header_inner {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  height: 60px;
  min-height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page_frame.side_none .header .header_inner .header_logo {
  align-self: center;
}
.page_frame.side_none .header .header_inner .header_logo a {
  padding: 4px 15px 0;
}
@media screen and (max-width: 767px) {
  .page_frame.side_none .header .header_inner .header_logo a img {
    width: calc(283px * 0.65);
  }
}
@media screen and (max-width: 320px) {
  .page_frame.side_none .header .header_inner .header_logo a img {
    width: calc(283px * 0.55);
  }
}
.header .header_inner .header_logo {
  margin: 0;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_logo {
    align-self: center;
  }
}
.header .header_inner .header_logo a {
  display: block;
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header_logo a {
    max-height: 73px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_logo a {
    padding: 4px 15px 0;
  }
}
.header .header_inner .header__pc-nav {
  margin-right: 75px;
}
.header .header_inner .header__pc-nav a {
  display: inline-block;
  width: fit-content;
  color: #000;
  text-decoration: none;
  padding: 0 20px;
  border-right: solid 1px #e6e6e6;
}
.header .header_inner .header__pc-nav a:last-of-type {
  border-right: none;
}
.header .header_inner .header__pc-nav a span {
  position: relative;
  display: inline-block;
}
.header .header_inner .header__pc-nav a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.header .header_inner .header__pc-nav a:hover span::after {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__pc-nav {
    display: none;
  }
}
.header .header_inner .header__menu {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  max-height: calc(100vh - 74px);
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu {
    display: block;
  }
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header__menu {
    max-height: calc(100vh - 74px);
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu {
    display: none;
    height: auto;
    min-height: inherit;
    max-height: calc(100vh - 60px);
    transition: opacity 1s ease-in;
  }
  .header .header_inner .header__menu.open {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.page_frame.side_none .header .header_inner .header__menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in;
  overflow-y: scroll;
}
.page_frame.side_none .header .header_inner .header__menu.open {
  position: fixed;
  top: 60px;
  width: 650px;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 981px) {
  .page_frame.side_none .header .header_inner .header__menu.open {
    width: 650px;
  }
}
@media screen and (max-width: 980px) {
  .page_frame.side_none .header .header_inner .header__menu.open {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list {
    margin-bottom: 26px;
  }
  .header .header_inner .header__menu_list > li + li {
    margin-top: 10px;
  }
}
.header .header_inner .header__menu_list ul.depth1 {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #efefef;
}
.header .header_inner .header__menu_list li.depth1 {
  border-bottom: 1px solid #efefef;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
}
.header .header_inner .header__menu_list li.depth1.menu_s {
  font-size: 13px;
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header__menu_list li.depth1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth1 {
    border-bottom: 1px solid #cecece;
    padding: 1px 0;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-weight: bold;
  }
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1 {
  background-color: #f8f8f8;
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1 > a {
  background-color: #fff;
}
.header .header_inner .header__menu_list li.depth1 > a {
  display: block;
  padding: 12px 15px 13px;
  background: url(../media/images/common/2023/gnavi_triangle.svg) no-repeat right 14px center;
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 981px) and (max-height: 700px) {
  .header .header_inner .header__menu_list li.depth1 > a {
    padding: 10px 16px;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth1 > a {
    display: block;
    padding: 19px 15px;
    background: none;
    color: #000;
  }
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1 > a {
  background-image: none;
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1 > a:hover > a {
  background-color: #fff;
  background-image: none;
  color: #fff;
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1 > a:hover > .menu_wrap {
  position: static;
  display: block;
  background: #f8f8f8;
}
@media print, screen and (min-width: 981px) {
  .page_frame.side_none .header .header_inner .header__menu_list li.depth1 > a:hover > .menu_wrap {
    background: #f8f8f8;
  }
  .page_frame.side_none .header .header_inner .header__menu_list li.depth1 > a:hover > .menu_wrap ul.depth2 {
    background: none;
  }
}
.header .header_inner .header__menu_list li.depth1 .disable {
  pointer-events: none;
}
@media print, screen and (min-width: 981px) {
  .page_frame.side_ .header .header_inner .header__menu_list li.depth1:hover > a {
    background-color: #3674bb;
    background-image: url(../media/images/common/2023/gnavi_triangle_open.svg);
    color: #fff;
  }
  .page_frame.side_ .header .header_inner .header__menu_list li.depth1:hover > .menu_wrap {
    position: absolute;
    top: 0;
    left: 220px;
    display: block;
  }
}
@media print, screen and (min-width: 981px) and (min-width: 981px) {
  .page_frame.side_ .header .header_inner .header__menu_list li.depth1:hover > .menu_wrap {
    background: linear-gradient(135deg, rgba(0, 100, 182, 0.9) 0%, rgba(89, 195, 166, 0.9) 100%);
  }
  .page_frame.side_ .header .header_inner .header__menu_list li.depth1:hover > .menu_wrap ul.depth2 {
    background: none;
  }
}
@media print, screen and (min-width: 981px) {
  .page_frame.side_ .header .header_inner .header__menu_list li.depth1:hover > ul.depth2 {
    display: flex;
  }
}
.header .header_inner .header__menu_list li.depth1 > .menu_wrap {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth1 > .menu_wrap {
    display: block;
  }
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1 > .menu_wrap {
  display: block;
}
.header .header_inner .header__menu_list li.depth1 > .menu_wrap ul.depth2 {
  position: static;
  display: flex;
}
.header .header_inner .header__menu_list li.depth1 > .menu_wrap ul.depth2:first-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth1 > .menu_wrap ul.depth2:first-child {
    padding-bottom: 0;
  }
}
.header .header_inner .header__menu_list li.depth1 > .menu_wrap ul.depth2 + ul.depth2 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth1 > .menu_wrap ul.depth2 + ul.depth2 {
    padding-top: 0;
  }
}
.header .header_inner .header__menu_list li.depth1.campaign ul.depth2 {
  padding: 37px 40px 30px;
  width: 520px;
}
.page_frame.side_none .header .header_inner .header__menu_list li.depth1.campaign ul.depth2 {
  position: static;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth1.campaign ul.depth2 {
    padding: 22px 30px 0;
    width: 100%;
  }
}
.header .header_inner .header__menu_list li.depth1.campaign li.depth2 {
  flex: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth1.campaign li.depth2 {
    flex: 0 0 45%;
  }
}
.header .header_inner .header__menu_list li.depth1.campaign .menu_thumbnail {
  height: 140px;
  aspect-ratio: 200/140;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth1.campaign .menu_thumbnail {
    height: 105px;
    aspect-ratio: 150/105;
  }
}
@media print, screen and (min-width: 981px) {
  .page_frame.side_none .header .header_inner .header__menu_list li.depth1.campaign ul.depth2 {
    gap: 10px 1%;
  }
  .page_frame.side_none .header .header_inner .header__menu_list li.depth1.campaign li.depth2 {
    flex: 0 0 30%;
  }
  .page_frame.side_none .header .header_inner .header__menu_list li.depth1.campaign li.depth2 .menu_thumbnail {
    width: 100%;
    height: auto;
  }
  .page_frame.side_none .header .header_inner .header__menu_list li.depth1.campaign li.depth2 .menu_thumbnail img {
    width: 100%;
  }
}
.header .header_inner .header__menu_list li.depth1.create ul.depth2 {
  padding: 30px 30px 30px;
  width: 630px;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth1.create ul.depth2 {
    padding: 22px 30px 0;
    width: 100%;
    gap: 5px 0;
  }
}
.header .header_inner .header__menu_list ul.depth2 {
  display: none;
  list-style: none;
  position: absolute;
  top: 0;
  left: 220px;
  width: 480px;
  background: linear-gradient(135deg, rgba(0, 100, 182, 0.9) 0%, rgba(89, 195, 166, 0.9) 100%);
  padding: 51px 50px 49px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 40px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list ul.depth2 {
    position: static;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 22px 22px 8px;
    background: #f8f8f8;
    width: 100%;
    gap: inherit;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list ul.depth2 {
    justify-content: space-between;
    padding: 22px 30px 8px;
    gap: 5px 0;
  }
}
.page_frame.side_none .header .header_inner .header__menu_list ul.depth2 {
  display: flex;
  flex-flow: row wrap;
  position: static;
  background: #f8f8f8;
}
.page_frame.side_none .header .header_inner .header__menu_list ul.depth2 a {
  color: #000;
}
.page_frame.side_none .header .header_inner .header__menu_list ul.depth2 li.depth2 > a {
  background: url(../media/images/common/2023/gnavi_lower_arrow_bk.svg) no-repeat right 1px bottom 8px;
}
.page_frame.side_none .header .header_inner .header__menu_list ul.depth2 li.depth2.text_menu a {
  border-bottom: 1px solid #000;
}
.header .header_inner .header__menu_list li.depth2 {
  flex: 0 0 170px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth2 {
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
  .header .header_inner .header__menu_list li.depth2 > a {
    display: block;
    color: #000;
  }
  .header .header_inner .header__menu_list li.depth2.text_menu {
    flex: 0 0 28%;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth2.text_menu {
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth2 {
    flex: 0 0 45%;
    max-width: 150px;
  }
}
.header .header_inner .header__menu_list li.depth2.text_menu > a {
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header__menu_list li.depth2.text_menu > a {
    transition: 0.3s;
  }
  .header .header_inner .header__menu_list li.depth2.text_menu > a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth2.text_menu > a {
    border-bottom: 1px solid #000;
  }
}
.header .header_inner .header__menu_list li.depth2 .menu_thumbnail {
  margin-bottom: 6px;
  height: 91px;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header__menu_list li.depth2 .menu_thumbnail {
    margin-bottom: 1px;
  }
}
.header .header_inner .header__menu_list li.depth2 .menu_thumbnail img {
  object-fit: contain;
  height: 100%;
  max-width: 100%;
}
.header .header_inner .header__menu_list li.depth2 > a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0;
  background: url(../media/images/common/2023/gnavi_lower_arrow.svg) no-repeat right 1px bottom 8px;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header__menu_list li.depth2 > a {
    transition: 0.5s;
  }
  .header .header_inner .header__menu_list li.depth2 > a .menu_thumbnail {
    overflow: hidden;
  }
  .header .header_inner .header__menu_list li.depth2 > a .menu_thumbnail img {
    transition: 0.45s;
  }
  .header .header_inner .header__menu_list li.depth2 > a:hover img {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header__menu_list li.depth2 > a {
    background: url(../media/images/common/2023/gnavi_lower_arrow_bk.svg) no-repeat right 1px bottom 8px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
  }
}
.header .header_inner .header_banner {
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_banner {
    display: none;
  }
}
.header .header_inner .header_banner a {
  display: block;
  padding-left: 1px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_banner a {
    transition: 0.5s;
  }
  .header .header_inner .header_banner a:hover {
    filter: brightness(1.03);
  }
}
.header .header_inner .header_banner a img {
  display: block;
  width: 180px;
  aspect-ratio: 180 / 110;
  object-fit: cover;
  margin: 0 auto;
}
.header .header_inner .header_banner a span {
  display: block;
  margin-top: 9px;
  padding-left: 9px;
}
.header .header_inner .header_banner_overlap {
  margin: 18px 0 9px;
  padding: 0 20px;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_banner_overlap {
    transition: 0.5s;
  }
  .header .header_inner .header_banner_overlap:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header_banner_overlap {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_banner_overlap {
    display: none;
  }
}
.header .header_inner .header_banner_overlap .item {
  position: relative;
  display: table;
  margin: 0 auto;
}
.header .header_inner .header_banner_overlap a {
  display: block;
  text-decoration: none;
}
.header .header_inner .header_banner_overlap img {
  max-width: 100%;
}
.header .header_inner .header_banner_overlap span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 19px 6px 10px;
  background: linear-gradient(90deg, rgba(0, 100, 182, 0.9) 0%, rgba(89, 195, 166, 0.9) 100%);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
}
.header .header_inner .header_banner_overlap span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #fff;
}
.header .header_inner .header_buttons {
  margin: 21px 0 0;
  padding: 0 19.5px;
  list-style: none;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_buttons {
    margin: auto auto 0;
    padding-top: 30px;
    padding-bottom: 55px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.header .header_inner .header_buttons li {
  margin-top: 6px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding-left: 1px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_buttons li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons li {
    margin-top: 7px;
  }
}
.header .header_inner .header_buttons li a {
  display: block;
  padding: 12px 0 9px 0.03em;
  color: #fff;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_buttons li a {
    transition: 0.5s;
  }
  .header .header_inner .header_buttons li a:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons li a {
    padding: 12px 0 13px 0.03em;
  }
}
.header .header_inner .header_buttons li.catalog a {
  background: #0064b6 url(../media/images/common/2023/header_catalog_icon.svg?v=2) no-repeat right 13px center;
}
.header .header_inner .header_buttons li.contact a {
  background: #42bfb6 url(../media/images/common/2023/header_contact_icon.svg) no-repeat right 14px center;
}
.header .header_inner .header_buttons li.movie a {
  background: #071f60;
}
.header .header_inner .header_buttons_ellipse,
.header .header_inner .header_circle_icon,
.header .header_inner .header_line_item {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_buttons_ellipse,
  .header .header_inner .header_circle_icon,
  .header .header_inner .header_line_item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_frame.side_none .header .header_inner .header_buttons_ellipse, .page_frame.side_none
.header .header_inner .header_circle_icon, .page_frame.side_none
.header .header_inner .header_line_item {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.header .header_inner .header_buttons_ellipse {
  margin: 11px 0 0;
  padding: 0 19.5px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_buttons_ellipse {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons_ellipse {
    margin: 20px auto;
    padding: 0;
  }
}
.header .header_inner .header_buttons_ellipse li {
  margin-top: 7px;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-left: 1px;
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_buttons_ellipse li {
    transition: background 0.3s ease-in;
  }
  .header .header_inner .header_buttons_ellipse li:hover {
    background-color: #000;
  }
  .header .header_inner .header_buttons_ellipse li:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons_ellipse li {
    font-size: 16px;
  }
}
.header .header_inner .header_buttons_ellipse li.catalog a {
  background: url(../media/images/common/2025/trc/icon_docs.svg) no-repeat right 16px center/12px;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_buttons_ellipse li.catalog a:hover {
    background-image: url(../media/images/common/2025/trc/icon_docs-white.svg);
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons_ellipse li.catalog a {
    background-position: right 19px center;
    background-size: 15px;
  }
}
.header .header_inner .header_buttons_ellipse li.contact a {
  background: url(../media/images/common/2025/trc/icon_mail.svg) no-repeat right 15px center/14px;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_buttons_ellipse li.contact a:hover {
    background-image: url(../media/images/common/2025/icon_mail-white.svg);
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons_ellipse li.contact a {
    background-position: right 19px center;
    background-size: 16px;
  }
}
.header .header_inner .header_buttons_ellipse li a {
  display: block;
  padding: 10px 30px 10px;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header_buttons_ellipse li a {
    padding: 7px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_buttons_ellipse li a {
    padding: 16px 20px 15px;
    background-position: right 19px center;
    background-size: 15px;
  }
}
.header .header_inner .header_circle_icon {
  display: flex;
  flex-flow: row wrap;
  margin: 28px 0;
  padding: 0px 12px 0 19px;
  list-style: none;
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header_circle_icon {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_circle_icon {
    margin: 29px auto;
    padding: 0 27px;
    justify-content: center;
  }
}
.header .header_inner .header_circle_icon > li {
  flex: 0 0 47%;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_circle_icon > li {
    flex: 0 0 45%;
  }
}
.header .header_inner .header_circle_icon > li:nth-child(even) {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_circle_icon > li:nth-child(even) {
    margin-left: 7%;
  }
}
.header .header_inner .header_circle_icon > li a {
  display: block;
  padding: 0 5px 0 22px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
  background: url(../media/images/common/2025/trc/icon_circle.svg) no-repeat left 0 center/14px;
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner .header_circle_icon > li a {
    font-size: 13px;
    background-size: 13px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_circle_icon > li a span {
    position: relative;
    display: inline-block;
  }
  .header .header_inner .header_circle_icon > li a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  .header .header_inner .header_circle_icon > li a span:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_circle_icon > li a {
    padding: 0 5px 0 20px;
    background-position: top 2px left 4px;
    font-size: 16px;
  }
}
.header .header_inner ul.header_line_item {
  /*margin: auto 7px 0 0;*/
  margin: 0 7px 0 0;
  padding: 0px 12px 0 19px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .header .header_inner ul.header_line_item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner ul.header_line_item {
    margin: 50px auto 50px;
    padding: 0;
  }
}
.header .header_inner ul.header_line_item + .header_sns {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 981px) and (max-height: 787px) {
  .header .header_inner ul.header_line_item + .header_sns {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner ul.header_line_item + .header_sns {
    margin: 9px auto;
  }
}
.header .header_inner ul.header_line_item > li {
  border-bottom: 1px solid #777;
}
.header .header_inner ul.header_line_item > li:first-child {
  border-top: 1px solid #777;
}
.header .header_inner ul.header_line_item > li a {
  display: block;
  padding: 15px 6px 15px 4px;
  background: url(../media/images/common/2025/trc/icon_triangle.svg) no-repeat right 0 center;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner ul.header_line_item > li a span {
    position: relative;
    display: inline-block;
  }
  .header .header_inner ul.header_line_item > li a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  .header .header_inner ul.header_line_item > li a span:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner ul.header_line_item > li a {
    padding: 20px 23px 14px 0px;
    background-position: center right 15px;
    font-size: 16px;
  }
}
.header .header_inner .header_sns {
  margin-top: auto;
  padding-top: 5px;
  padding-left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_sns {
    display: none;
    gap: 35px;
  }
}
.header .header_inner .header_sns a {
  line-height: 0;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_sns a {
    transition: 0.5s;
  }
  .header .header_inner .header_sns a:hover {
    opacity: 0.75;
  }
}
.header .header_inner .header_sns a img.instagram {
  width: 20px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_sns a img.instagram {
    width: 25px;
  }
}
.header .header_inner .header_sns a img.youtube {
  width: 22px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_sns a img.youtube {
    width: 26px;
  }
}
.header .header_inner .header_company_link {
  margin-top: 16px;
  border-top: 1px solid #0064b6;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  height: 44px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_company_link {
    margin: 40px 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_company_link {
    margin: 16px 0 0;
  }
}
.header .header_inner .header_company_link a {
  flex: 1 1;
  background: url(../media/images/common/2023/gnavi_triangle.svg) no-repeat right 9px center;
  padding: 13px 0 11px 0.03em;
  text-align: center;
  color: #0064b6;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
  .header .header_inner .header_company_link a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_company_link a {
    background: none;
    font-size: 15px;
  }
  .header .header_inner .header_company_link a::after {
    content: "";
    display: inline-block;
    background: url(../media/images/common/2023/gnavi_triangle.svg) no-repeat right 9px center;
    width: 1em;
    height: 1em;
    transform: translateY(2px);
    background-size: 1em;
    margin-left: 1em;
  }
}
.header .header_inner .header_company_link a:hover {
  background-color: rgba(0, 100, 182, 0.2);
}
.header .header_inner .header_company_link a:first-child {
  flex-basis: 111px;
  border-right: 1px solid #0064b6;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_company_link a:first-child {
    position: relative;
    flex-basis: 50%;
    border-right: none;
    text-indent: 3.3em;
  }
  .header .header_inner .header_company_link a:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    height: 1.3em;
    transform: translateY(-50%);
    width: 1px;
    background: #0064b6;
  }
}
.header .header_inner .header_company_link a:last-child {
  flex-basis: 108px;
  background-position: right 10px center;
  padding-right: 4px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .header_company_link a:last-child {
    flex-basis: 50%;
    text-indent: -2.7em;
  }
}
.header .header_inner .sp_fixed_menu {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .header_inner .sp_fixed_menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    display: block;
  }
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
  background: #3674bb;
  background-color: #F08437;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li {
  flex: 0 0 25%;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li + li {
  border-left: 1px solid #fff;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li.estates a {
  background-image: url(../media/images/common/2023/fiexd_menu_icon_estates.svg);
  background-size: 23px;
  background-position: top 6px center;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li.model_house a {
  background-image: url(../media/images/common/2023/fiexd_menu_icon_model_house.svg);
  background-size: 26px;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li.event a {
  background-image: url(../media/images/common/2023/fiexd_menu_icon_event.svg);
  background-size: 21px;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li.campaign a {
  background-image: url(../media/images/common/2023/fiexd_menu_icon_campaign.svg);
  background-size: 29px;
  background-position: top 13px left 54%;
}
.header .header_inner .sp_fixed_menu .sp_fixed_menu_list > li a {
  display: block;
  padding: 33px 4px 4px;
  background-repeat: no-repeat;
  background-position: top 10px center;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  background-color: #333333;
}
.header .header_inner .spMenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 980px) {
  .header .header_inner .spMenu {
    display: block;
  }
}
.header .header_inner .spMenu .spMenu_button_close {
  display: none;
}
.page_frame.side_none .header .header_inner .spMenu {
  display: block;
}
@media screen and (max-width: 767px) {
  .page_frame.side_none .header .header_inner .spMenu {
    display: none;
  }
}
.header .header_inner .spMenu--bar {
  position: absolute;
  background-color: #000;
  width: 24px;
  height: 2px;
  right: 18px;
  transition: all 0.3s ease-in-out;
}
.header .header_inner .spMenu--bar.top {
  top: 21px;
}
.header .header_inner .spMenu--bar.cross1, .header .header_inner .spMenu--bar.cross2 {
  top: 27px;
}
.header .header_inner .spMenu--bar.bottom {
  top: 39px;
}
.header .header_inner .spMenu.open .spMenu--bar.top, .header .header_inner .spMenu.open .spMenu--bar.bottom {
  opacity: 0;
}
.header .header_inner .spMenu.open .spMenu--bar.cross1, .header .header_inner .spMenu.open .spMenu--bar.cross2 {
  right: 14px;
  width: 30px;
}
.header .header_inner .spMenu.open .spMenu--bar.cross1 {
  rotate: -40deg;
}
.header .header_inner .spMenu.open .spMenu--bar.cross2 {
  rotate: 40deg;
}
.header .header_inner .spMenu.open .spMenu_button_open {
  display: none;
}
.header .header_inner .spMenu.open .spMenu_button_close {
  display: block;
}
.header .header_inner .spMenu.spMenu_button {
  width: 60px;
  height: 100%;
  border-bottom: 1px solid #fff;
}
.header .header_inner .spMenu.spMenu_button .spMenu--bar {
  background-color: #000;
}
.header .header_inner .spMenu.spMenu_button .spMenu--bar.top {
  top: 18px;
}
.header .header_inner .spMenu.spMenu_button .spMenu--bar.cross1 {
  top: 27px;
}
.header .header_inner .spMenu.spMenu_button .spMenu--bar.bottom {
  top: 36px;
}
.header .header_inner .spMenu.spMenu_button .spMenu_title {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #fff;
}
.header .header_inner .sp_header_sns {
  display: none;
}
@media screen and (max-width: 980px) {
  .header .header_inner .sp_header_sns {
    position: absolute;
    top: 10px;
    right: 75px;
    display: flex;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .sp_header_sns {
    right: 15px;
  }
}

.contents_wrap {
  margin-left: 220px;
}
@media screen and (max-width: 980px) {
  .contents_wrap {
    margin-left: 0;
    margin-top: 125px;
  }
}

.contents {
  padding-bottom: 0;
}
.contents .columns {
  position: static;
  padding-bottom: 0;
}

/*
  Footer
*/
.footer {
  background-color: #737270;
  color: #fff;
  /* Footer PC */
  /* Footer TAB */
  /* Footer SP */
  /* Footer SE */
}
.footer .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-inline: auto;
}
.footer .sns-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__nav a {
  position: relative;
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
}
.footer .footer__nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.footer .wrapper .footer__tel a {
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
.footer .wrapper .footer__tel a p {
  line-height: 1;
  margin: 0;
}
.footer .wrapper .footer__tel a span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.footer .wrapper .footer__tel a span::before {
  content: "";
  display: block;
  background: url(../media/images/common/2025/trc/icon_tel.svg) 0 0 no-repeat;
  background-size: contain;
}
.footer .wrapper .footer__logo p {
  letter-spacing: 0.01em;
  margin: 0;
}
.footer .wrapper .footer__logo address {
  font-feature-settings: "palt";
  font-style: normal;
  letter-spacing: 0.01em;
}
.footer .footer__copyright small {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .footer .container {
    max-width: 1200px;
  }
  .footer .sns-list li {
    margin-right: 12.5px;
  }
  .footer .sns-list li a {
    transition: opacity 0.3s ease-in;
  }
  .footer .sns-list li a:hover {
    opacity: 0.8;
  }
  .footer .footer__nav {
    justify-content: space-between;
  }
  .footer .footer__nav a {
    font-size: 15px;
  }
  .footer .footer__nav a:hover::after {
    opacity: 1;
  }
  .footer .footer__sp-sns {
    display: none;
  }
  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
  }
  .footer .wrapper .footer__tel {
    order: 2;
  }
  .footer .wrapper .footer__tel a {
    width: 330px;
    height: 100px;
    pointer-events: none;
  }
  .footer .wrapper .footer__tel a span {
    margin-top: 17.5px;
    font-size: 35px;
  }
  .footer .wrapper .footer__tel a span::before {
    width: 17px;
    height: 19px;
    margin-right: 10px;
  }
  .footer .wrapper .footer__logo {
    order: 1;
  }
  .footer .wrapper .footer__logo p {
    font-size: 12px;
  }
  .footer .wrapper .footer__logo .footer__logo--img {
    margin-top: 15px;
  }
  .footer .wrapper .footer__logo address {
    margin-top: 20px;
  }
  .footer .wrapper .footer__logo address .zip {
    display: inline-block;
    margin-right: 0.25em;
  }
  .footer .wrapper .footer__logo .footer__logo--sns {
    margin-top: 25px;
  }
  .footer .footer__copyright {
    margin-top: 25px;
    text-align: right;
  }
  .footer .footer__copyright small {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 130px;
  }
  .footer .footer__nav {
    justify-content: initial;
  }
  .footer .footer__nav a {
    width: 50%;
    padding: 5px;
    text-align: center;
  }
  .footer .footer__nav a::after {
    display: none;
  }
  .footer .wrapper {
    display: block;
    margin-top: 25px;
  }
  .footer .wrapper .footer__tel a {
    width: 330px;
    height: 100px;
    margin-inline: auto;
  }
  .footer .wrapper .footer__tel a span {
    margin-top: 17.5px;
    font-size: 35px;
  }
  .footer .wrapper .footer__tel a span::before {
    width: 17px;
    height: 19px;
    margin-right: 10px;
  }
  .footer .wrapper .footer__logo {
    width: fit-content;
    margin: 35px auto 0 auto;
  }
  .footer .wrapper .footer__logo p {
    font-size: 12px;
  }
  .footer .wrapper .footer__logo .footer__logo--img {
    margin-top: 15px;
  }
  .footer .wrapper .footer__logo address {
    margin-top: 20px;
  }
  .footer .wrapper .footer__logo address .zip {
    display: inline-block;
    margin-right: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
  }
  .footer .footer__nav {
    order: 2;
    justify-content: initial;
    margin-top: 25px;
  }
  .footer .footer__nav a {
    width: 50%;
    font-size: 14px;
    padding: 5px;
    text-align: center;
  }
  .footer .footer__nav a:nth-child(n+5) {
    width: 100%;
  }
  .footer .footer__sp-sns {
    order: 3;
    width: fit-content;
    margin: 20px auto 0 auto;
  }
  .footer .sns-list li {
    margin-right: 12.5px;
  }
  .footer .sns-list li a {
    transition: opacity 0.3s ease-in;
  }
  .footer .sns-list li a:hover {
    opacity: 0.8;
  }
  .footer .wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer .wrapper .footer__tel {
    order: 2;
    margin-top: 25px;
  }
  .footer .wrapper .footer__tel a {
    width: 80%;
    margin-inline: auto;
  }
  .footer .wrapper .footer__tel a span {
    margin-top: 15px;
    font-size: 27px;
  }
  .footer .wrapper .footer__tel a span::before {
    width: calc(17px * 0.9);
    height: calc(19px * 0.9);
    margin-right: 10px;
  }
  .footer .wrapper .footer__logo {
    order: 1;
  }
  .footer .wrapper .footer__logo p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
  .footer .wrapper .footer__logo .footer__logo--img {
    margin-top: 15px;
    text-align: center;
  }
  .footer .wrapper .footer__logo .footer__logo--img img {
    width: 85%;
    height: auto;
  }
  .footer .wrapper .footer__logo address {
    width: fit-content;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 20px auto 0 auto;
  }
  .footer .wrapper .footer__logo address .zip {
    display: block;
  }
  .footer .wrapper .footer__logo .footer__logo--sns {
    display: none;
  }
  .footer .footer__copyright {
    order: 4;
    margin-top: 40px;
    text-align: center;
  }
  .footer .footer__copyright small {
    font-size: 12px;
  }
}

#main {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 50px;
  }
}

.pankuzu_area {
  display: block;
}

.fixed_banner_display_none {
  display: none;
}
.fixed_banner_display_ .fixed_banner {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .fixed_banner_display_ .fixed_banner {
    transition: 0.5s;
  }
}
@media print, screen and (min-width: 981px) {
  .fixed_banner_display_ .fixed_banner.bottom {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}
.fixed_banner_display_ .fixed_banner.show {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 1430px) {
  .fixed_banner_display_ .fixed_banner {
    width: 280px;
  }
}
@media screen and (max-width: 980px) {
  .fixed_banner_display_ .fixed_banner {
    width: 280px;
  }
}
@media screen and (max-width: 980px) {
  .fixed_banner_display_ .fixed_banner {
    transform: translateY(85%);
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
}
.fixed_banner_display_ .fixed_banner .fixed_banner_title {
  display: none;
}
@media screen and (max-width: 980px) {
  .fixed_banner_display_ .fixed_banner .fixed_banner_title {
    position: relative;
    display: block;
    background-color: #0064b6;
    padding: 12px 14px 11px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
  }
}
.fixed_banner_display_ .fixed_banner .fixed_banner_title .fixed_banner_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  display: inline-block;
  width: 13px;
}
.fixed_banner_display_ .fixed_banner .fixed_banner_title .fixed_banner_close img {
  display: block;
  width: 100%;
}
.fixed_banner_display_ .fixed_banner.open {
  transform: translateY(0);
}
.fixed_banner_display_ .fixed_banner.open .fixed_banner_close {
  transform: translateY(-50%) rotate(0deg);
}
@media print, screen and (min-width: 1025px) {
  .fixed_banner_display_ .fixed_banner .fixed_banner_contents a {
    transition: 0.5s;
  }
  .fixed_banner_display_ .fixed_banner .fixed_banner_contents a:hover {
    filter: brightness(1.15);
  }
}
.fixed_banner_display_ .fixed_banner .fixed_banner_contents a img {
  width: 100%;
}

#privacy_form + .contact_us p {
  margin: 0;
}
#privacy_form + .contact_us p + p {
  margin-top: 13px;
}
#privacy_form + .contact_us ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  line-height: 1.45;
}

.disp-id {
  position: absolute;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  z-index: 1000;
  top: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px;
  width: auto !important;
}

/*
  SP Fixed Menu
*/
#sp-footer-fixed-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
#sp-footer-fixed-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../media/images/common/2025/trc/line_sp-footer-fixed-menu.svg) 0 0 no-repeat;
  background-size: cover;
}
#sp-footer-fixed-menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-footer-fixed-menu ul li {
  background: #fff;
  width: 20vw;
}
#sp-footer-fixed-menu ul li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#sp-footer-fixed-menu ul li .sp-footer-fixed-menu__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}
#sp-footer-fixed-menu ul li .sp-footer-fixed-menu__btn .icon {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
#sp-footer-fixed-menu ul li .sp-footer-fixed-menu__btn p {
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 5px;
}
#sp-footer-fixed-menu ul li #btn-sp-footer-fixed-menu .icon {
  position: relative;
}
#sp-footer-fixed-menu ul li #btn-sp-footer-fixed-menu .icon img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
#sp-footer-fixed-menu ul li #btn-sp-footer-fixed-menu .icon img.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #sp-footer-fixed-menu {
    display: block;
  }
}

/*# sourceMappingURL=common2025_trc.css.map */
