@keyframes sprite-image {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
html {
  width: 100%;
  height: 100%;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.7320644217vw;
  }
}

body {
  background-color: #FFF;
  width: 100%;
  position: relative;
}
body.active {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc((10 / 1366 * 100vw - 10px) * 0.5 + 10px);
  }
  body.active {
    overflow: visible;
    overflow-y: hidden;
  }
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.alphFade {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

img {
  width: 100%;
  height: auto;
}

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.imgzoom {
  overflow: hidden;
}
.imgzoom img {
  transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.06);
  opacity: 0;
}
.imgzoom.view img {
  transform: scale(1);
  opacity: 1;
}
.imgzoom.on img {
  transform: scale(1.06);
}

.hover_ani01 .hover_text01 {
  position: relative;
  overflow: visible hidden;
}
.hover_ani01 .hover_text01 .text-inner {
  display: inline-block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover_ani01 .hover_text01:before {
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover_ani01 .hover_arrow01 {
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left center;
}
.hover_ani01.reverse .hover_arrow01 {
  transform-origin: right center;
}
.hover_ani01.on .hover_text01 .text-inner, .hover_ani01.view .hover_text01 .text-inner, .hover_ani01.open .hover_text01 .text-inner {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.hover_ani01.on .hover_text01:before, .hover_ani01.view .hover_text01:before, .hover_ani01.open .hover_text01:before {
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.hover_ani01.on .hover_arrow01, .hover_ani01.view .hover_arrow01, .hover_ani01.open .hover_arrow01 {
  transform: scale(1.05, 1);
}

.scrollani_imgzoom {
  opacity: 0;
  transition: opacity 1000ms ease;
}
.scrollani_imgzoom.view {
  opacity: 1;
}

.tlAnimation span {
  transition: opacity 2000ms;
  opacity: 0;
}
.tlAnimation span.view {
  opacity: 1;
}

.kome {
  font-size: 60%;
  position: relative;
  top: -0.5em;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0 linear;
}
#wrapper.view {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #wrapper #contents.fixed {
    transform-origin: center 80%;
    position: fixed;
    left: 0;
    z-index: 1;
    width: 100%;
  }
}
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 4.4rem;
}
#header .header-in {
  position: relative;
  padding: 0rem 0rem 0rem 1.6rem;
}
#header .header-in .logo {
  position: relative;
  padding: 1.6rem 0rem 0rem 0rem;
}
#header .header-in .logo a {
  display: flex;
}
#header .header-in .logo a span:nth-child(1) {
  width: 8rem;
  height: 2.9rem;
  display: block;
  text-indent: -9999px;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/common/logo.svg);
}
#header .header-in .logo a span:nth-child(2) {
  border-left: 1px solid #000;
  height: 2.9rem;
  padding: 0rem 0rem 0rem 1.6rem;
  margin: 0rem 0rem 0rem 1.6rem;
  font-family: "roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  color: #000;
}
#header .header-in #naviWrap {
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 97;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
}
#header .header-in #naviWrap .navilogo {
  position: relative;
  z-index: 98;
  padding: 1.6rem 0rem 0rem 1.6rem;
}
#header .header-in #naviWrap .navilogo a span:nth-child(1) {
  background-image: url(../images/common/logo_white.svg);
}
#header .header-in #naviWrap .navilogo a span:nth-child(2) {
  border-left: 1px solid #FFF;
  color: #FFF;
}
#header .header-in #naviWrap #navi {
  padding: 3.5rem 0rem 10.8rem 0rem;
  position: relative;
  min-height: calc(100% - 4.4rem);
  display: flex;
  align-items: center;
}
#header .header-in #naviWrap #navi .navi-in01 {
  width: 27.9rem;
  margin: 0 auto;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li {
  position: relative;
  opacity: 0;
  transform: translateX(1rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li > a {
  padding: 2.3rem 0rem 2.5rem 0rem;
  display: block;
  position: relative;
  transition: padding 250ms ease;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li > a .entext {
  color: #FFF;
  font-family: "roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li > a:after {
  content: "";
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .ph {
  display: none;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .index_link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .index_link a {
  display: block;
  padding: 1.8rem 0rem 2.8rem 0rem;
  font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.02em;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li {
  padding: 2rem 0rem 2rem 0rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li a {
  display: block;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li a .text {
  color: #FFF;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: left;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li a .text.small {
  font-size: 1.1rem;
  line-height: 1.3636363636;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNone > a:after {
  display: none;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.subNaviOn > a:after {
  border-right: 0.2rem solid #FFF;
  border-bottom: 0.2rem solid #FFF;
  width: 0.8rem;
  height: 0.8rem;
  right: 0rem;
  transform: translateY(-50%) rotate(45deg);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.open {
  border-bottom: none;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.open > a {
  padding: 3.7rem 0rem 2.5rem 0rem;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.open > a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: 62%;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li.view {
  transition: opacity 850ms, transform 950ms ease;
  opacity: 1;
  transform: translateX(0);
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(2) .text {
  display: none;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a p {
  display: flex;
  align-items: center;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a p span:nth-child(1) {
  font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0rem 0.8rem 0rem 0rem;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a p {
  display: flex;
  width: 9.3rem;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a p span {
  font-family: "roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a p span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 0rem 0.3rem 0rem 0rem;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a .text {
  flex: 1;
  white-space: nowrap;
}
#header .header-in #naviWrap #navi .navi-in02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#header .header-in #naviWrap #navi .navi-in02 > div {
  position: relative;
}
#header .header-in #naviWrap #navi .navi-in02 > div ul li:nth-child(2) a {
  background-color: #FFF;
}
#header .header-in #naviWrap #navi .navi-in02 > div ul li:nth-child(2) a span {
  color: #000;
}
#header .header-in #naviWrap #navi .navi-in02 > div:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  background-color: #000;
}
#header .header-in #naviWrap #navi .navi-in02.double > div p span {
  color: #FFF;
}
#header .header-in #naviWrap #navi .navi-in02.double > div ul {
  gap: 0;
  padding: 0;
}
#header .header-in #naviWrap #navi .navi-in02.double > div ul li a {
  background-color: #FFF;
}
#header .header-in #naviWrap #navi .navi-in02.double > div ul li a span {
  color: #000;
}
#header .header-in #naviWrap #navi .navi-in02.double > div:nth-child(2) ul li a {
  border: 1px solid #F0F0F0;
}
#header .header-in #naviWrap #navi .navi-in02.double > div:nth-child(2) ul li:first-child a {
  border-right: none;
}
#header .header-in #naviWrap #navi .navi-in02.double > div:nth-child(2) ul li:last-child a {
  border-left: none;
}
#header .header-in #naviWrap .copy {
  display: none;
}
#header .header-in .naviWrap02 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 89;
  transition: transform 400ms ease;
}
#header .header-in .naviWrap02 > div ul {
  padding: 0;
  gap: 0;
}
#header .header-in .naviWrap02 > div ul li {
  width: 50%;
}
#header .header-in .naviWrap02 > div ul li a {
  border-top: 1px solid #F0F0F0;
  height: 4.8rem;
}
#header .header-in .naviWrap02 > div ul li:nth-child(2) a {
  border-top: 1px solid #464646;
}
#header .header-in .naviWrap02.double > div ul li a {
  border: 1px solid #F0F0F0;
}
#header .header-in .naviWrap02.double > div:nth-child(2) ul li:first-child:after {
  background-color: #8C8C8C;
}
#header .header-in .naviWrap02.white.double p span {
  color: #FFF;
}
#header .header-in .naviWrap02.footerzone {
  transform: translateY(100%);
}
#header .header-in #naviIcon {
  width: 9.2rem;
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: 9999;
}
#header .header-in #naviIcon .hover_text01 {
  display: none;
}
#header .header-in #naviIcon a {
  display: block;
  width: 100%;
  height: 6rem;
  position: relative;
}
#header .header-in #naviIcon a span {
  position: absolute;
  left: 50%;
  width: 6rem;
  top: 50%;
  height: 0.2rem;
  background-color: #000;
  transition: 350ms ease;
  transform: translate(-50%, -50%);
}
#header .header-in #naviIcon a span:first-child {
  transform: translate(-50%, -0.9rem);
}
#header .header-in #naviIcon a span:nth-child(2) {
  transform: translate(-50%, -50%);
}
#header .header-in #naviIcon a span:nth-child(3) {
  transform: translate(-50%, 0.7rem);
}
#header .header-in #naviIcon.open a span {
  width: 6.2rem;
  background-color: #FFF;
}
#header .header-in #naviIcon.open a span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
#header .header-in #naviIcon.open a span:nth-child(2) {
  opacity: 0;
}
#header .header-in #naviIcon.open a span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(15deg);
}
#header .header-in .coming {
  pointer-events: none;
}
#header .entry-btn-box {
  width: 100%;
}
#header .entry-btn-box > div ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0rem 0.7rem;
  padding: 0.8rem 0rem;
}
#header .entry-btn-box > div ul li {
  width: 17.6rem;
  position: relative;
}
#header .entry-btn-box > div ul li a {
  height: 3.6rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
#header .entry-btn-box > div ul li a span {
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 1px 0;
}
#header .entry-btn-box > div ul li:nth-child(2) a {
  background-color: #000;
}
#header .entry-btn-box > div ul li:nth-child(2) a span {
  color: #FFF;
}
#header .entry-btn-box.double {
  display: flex;
}
#header .entry-btn-box.double > div {
  width: 50%;
}
#header .entry-btn-box.double > div p {
  margin-bottom: 0.6rem;
  text-align: center;
}
#header .entry-btn-box.double > div p span {
  font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  text-shadow: 0 0 1rem #FFF;
  color: #000;
  letter-spacing: 0.02em;
}
#header .entry-btn-box.double > div ul li {
  position: relative;
}
#header .entry-btn-box.double > div ul li a {
  border: 1px solid #F0F0F0;
  height: 4.6rem;
}
#header .entry-btn-box.double > div ul li:nth-child(2) a {
  background-color: #FFF;
}
#header .entry-btn-box.double > div ul li:nth-child(2) a span {
  color: #000;
}
#header .entry-btn-box.double > div ul li:first-child a {
  border-right: none;
}
#header .entry-btn-box.double > div ul li:first-child:after {
  content: "";
  height: 3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  background-color: #DCDCDC;
}
#header .entry-btn-box.double > div ul li:last-child a {
  border-left: none;
}
#header .entry-btn-box.double > div:nth-child(2) ul li a {
  background-color: #000;
  border: 1px solid #464646;
}
#header .entry-btn-box.double > div:nth-child(2) ul li a span {
  color: #FFF;
}
#header .entry-btn-box.double > div:nth-child(2) ul li:first-child a {
  border-right: none;
}
#header .entry-btn-box.double > div:nth-child(2) ul li:last-child a {
  border-left: none;
}
#header.active {
  z-index: 101;
}
@media screen and (min-width: 768px) {
  #header {
    min-width: 1248px;
    height: auto;
    position: fixed;
  }
  #header .header-in {
    height: 80px;
    padding: 0 0 0 24px;
  }
  #header .header-in .logo {
    width: 188px;
    padding: 24px 0 0 0;
  }
  #header .header-in .logo a {
    display: flex;
  }
  #header .header-in .logo a span:nth-child(1) {
    width: 90px;
    height: 32px;
  }
  #header .header-in .logo a span:nth-child(2) {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
    font-size: 13px;
  }
  #header .header-in #naviWrap .navilogo {
    padding: 24px 0 0 0;
    position: absolute;
    top: 0;
    left: 24px;
  }
  #header .header-in #naviWrap #navi {
    display: block;
    min-height: 0;
    padding: 0 0;
    overflow: hidden scroll;
    display: flex;
    align-items: center;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 80px;
  }
  #header .header-in #naviWrap #navi .navi-in01 {
    width: 1126px;
    display: flex;
    position: relative;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li {
    transform: translateX(1rem);
    border-bottom: none;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li > a {
    padding: 0;
    margin-bottom: 24px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li > a .entext {
    font-size: 20px;
    display: block;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li > a:after {
    display: none;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .ph {
    display: block;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .index_link {
    border-bottom: none;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .index_link a {
    padding: 0px 0px 24px 0px;
    font-size: 15px;
    line-height: 30px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li {
    padding: 0;
    border-bottom: none;
    margin-bottom: 22px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li a .text {
    font-size: 15px;
    line-height: 24px;
    font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li a .text.small {
    font-size: 11px;
    font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li .subNavi li:last-child {
    margin-bottom: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li.view {
    transition: opacity 850ms, transform 950ms cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translateX(0);
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(1) {
    width: 140px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(2), #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(3) {
    width: 140px;
    position: absolute;
    left: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(2) {
    top: 88px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(2) > a {
    margin-bottom: 0;
    transition: opacity 450ms ease;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(2) .entext {
    margin-bottom: 24px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(2) .text {
    margin-top: 8px;
    display: block;
    color: #FFF;
    font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(3) {
    top: 337px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) {
    width: 505px;
    margin-left: 102px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li {
    width: 222px;
    margin: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a {
    display: flex;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a .ph {
    width: 40px;
    margin-right: 8px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a p {
    flex: 1;
    display: block;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a p span.small {
    margin-bottom: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(4) .subNavi li a p span:nth-child(1) {
    padding: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) {
    width: 140px;
    margin-right: 100px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) > a {
    margin-bottom: 35px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li {
    margin-bottom: 30px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a {
    display: block;
    position: relative;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a p {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
    transform: translateY(-50%);
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a p span {
    font-size: 11px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a p span:nth-child(1) {
    padding-right: 3px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li a .text {
    margin-top: 4px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(5) .subNavi li:last-child {
    margin-bottom: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 .navi-in-li:nth-child(6) {
    width: 139px;
  }
  #header .header-in #naviWrap #navi .navi-in01 .addclassOn {
    transition: opacity 450ms ease;
  }
  #header .header-in #naviWrap #navi .navi-in01 .addclassOn.on {
    opacity: 0.7;
  }
  #header .header-in #naviWrap #navi .navi-in02 {
    display: none;
  }
  #header .header-in #naviWrap #navi::-webkit-scrollbar {
    display: none;
  }
  #header .header-in #naviWrap .copy {
    display: block;
    position: fixed;
    transform: rotate(90deg);
    right: 32px;
    bottom: 24px;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    transform-origin: right bottom;
  }
  #header .header-in .naviWrap02 {
    bottom: auto;
    top: 20px;
    right: 124px;
    z-index: 100;
    left: auto;
    width: auto;
  }
  #header .header-in .naviWrap02 > div ul {
    justify-content: flex-end;
    width: 324px;
    gap: 0 4px;
  }
  #header .header-in .naviWrap02 > div ul li {
    width: 160px;
  }
  #header .header-in .naviWrap02 > div ul li a {
    height: 36px;
    transition: background-color 250ms ease, border-color 250ms ease;
  }
  #header .header-in .naviWrap02 > div ul li a .hover_text01:before {
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 13px;
    text-align: center;
    padding: 2px 0;
  }
  #header .header-in .naviWrap02 > div ul li:nth-child(2) a .hover_text01:before {
    color: #FFF;
  }
  #header .header-in .naviWrap02.double > div ul li a {
    border-color: #464646;
    height: 46px;
  }
  #header .header-in .naviWrap02.double > div ul li a .hover_text01:before {
    color: #FFF;
  }
  #header .header-in .naviWrap02.double > div ul li:after {
    background-color: #8c8c8c;
  }
  #header .header-in .naviWrap02.double > div ul li:nth-child(2) a .hover_text01:before {
    color: #FFF;
  }
  #header .header-in .naviWrap02.double > div:nth-child(2) ul {
    border: 1px solid #F0F0F0;
  }
  #header .header-in .naviWrap02.double > div:nth-child(2) ul li a {
    border: none;
    height: 28px;
  }
  #header .header-in .naviWrap02.double > div:nth-child(2) ul li a span {
    color: #000;
  }
  #header .header-in .naviWrap02.double > div:nth-child(2) ul li a .hover_text01:before {
    color: #000;
  }
  #header .header-in .naviWrap02.double > div:nth-child(2) ul li:first-child:after {
    background-color: #DCDCDC;
  }
  #header .header-in .naviWrap02.double > div:nth-child(2) ul li:nth-child(2) a .hover_text01:before {
    color: #000;
  }
  #header .header-in #naviIcon {
    width: 108px;
  }
  #header .header-in #naviIcon .hover_text01 {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  #header .header-in #naviIcon .hover_text01 span, #header .header-in #naviIcon .hover_text01:before {
    color: #000;
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.05em;
    width: 100%;
    text-align: center;
  }
  #header .header-in #naviIcon a {
    height: 69px;
  }
  #header .header-in #naviIcon a span {
    width: 60px;
    height: 2px;
  }
  #header .header-in #naviIcon a span:first-child {
    transform: translate(-50%, -9px);
  }
  #header .header-in #naviIcon a span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  #header .header-in #naviIcon a span:nth-child(3) {
    transform: translate(-50%, 7px);
  }
  #header .header-in #naviIcon.open .hover_text01 span, #header .header-in #naviIcon.open .hover_text01:before {
    color: #FFF;
  }
  #header .entry-btn-box {
    width: auto;
  }
  #header .entry-btn-box > div ul {
    width: auto;
    gap: 0 4px;
    padding: 0;
  }
  #header .entry-btn-box > div ul li {
    width: 160px;
  }
  #header .entry-btn-box > div ul li a {
    border: 1px solid #F0F0F0;
    height: 36px;
  }
  #header .entry-btn-box > div ul li a span {
    font-size: 13px;
  }
  #header .entry-btn-box > div ul li:nth-child(2) a {
    border: 1px solid #464646;
  }
  #header .entry-btn-box.double {
    gap: 0 24px;
  }
  #header .entry-btn-box.double > div {
    width: 294px;
    gap: 0 14px;
    display: flex;
    align-items: center;
  }
  #header .entry-btn-box.double > div p {
    margin-bottom: 0rem;
    width: 60px;
    height: 46px;
    background-color: #8C8C8C;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 18px;
  }
  #header .entry-btn-box.double > div p span {
    white-space: nowrap;
    font-size: 15px;
    line-height: 15px;
    transition: color 250ms ease;
    color: #FFF;
    text-shadow: none;
  }
  #header .entry-btn-box.double > div p:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 10px;
    border-color: transparent transparent transparent #8C8C8C;
  }
  #header .entry-btn-box.double > div ul {
    gap: 0;
    width: 220px;
    border: 1px solid #464646;
  }
  #header .entry-btn-box.double > div ul li {
    position: relative;
  }
  #header .entry-btn-box.double > div ul li a {
    background-color: #000;
    border: none;
    height: 46px;
  }
  #header .entry-btn-box.double > div ul li a span {
    color: #FFF;
  }
  #header .entry-btn-box.double > div ul li:first-child:after {
    height: 28px;
  }
  #header .entry-btn-box.double > div ul li:nth-child(2) a {
    background-color: #000;
  }
  #header .entry-btn-box.double > div ul li:nth-child(2) a span {
    color: #FFF;
  }
  #header .entry-btn-box.double > div:nth-child(2) {
    width: 140px;
    display: block;
  }
  #header .entry-btn-box.double > div:nth-child(2) p {
    width: 100%;
    height: 18px;
    padding-left: 0;
    justify-content: center;
  }
  #header .entry-btn-box.double > div:nth-child(2) p span {
    font-size: 13px;
    line-height: 1;
  }
  #header .entry-btn-box.double > div:nth-child(2) p:after {
    display: none;
  }
  #header .entry-btn-box.double > div:nth-child(2) ul {
    width: 100%;
    border: 1px solid #F0F0F0;
  }
  #header .entry-btn-box.double > div:nth-child(2) ul li a {
    height: 28px;
    background-color: #FFF;
  }
  #header .entry-btn-box.double > div:nth-child(2) ul li:first-child a {
    border-right: none;
  }
  #header .entry-btn-box.double > div:nth-child(2) ul li:first-child:after {
    height: 16px;
  }
  #header .entry-btn-box.double > div:nth-child(2) ul li:last-child a {
    border-left: none;
  }
  #header.active .header-in .naviWrap02 > div p span {
    text-shadow: none;
  }
  #header.active .header-in .naviWrap02 > div ul li:nth-child(2) a {
    background-color: #FFF;
    border: 1px solid #F0F0F0;
  }
  #header.active .header-in .naviWrap02 > div ul li:nth-child(2) a .hover_text01 span {
    color: #000;
  }
  #header.active .header-in .naviWrap02 > div ul li:nth-child(2) a .hover_text01:before {
    color: #000;
  }
  #header.active .header-in .naviWrap02.double > div p span {
    color: #FFF;
  }
  #header.active .header-in .naviWrap02.double > div ul li a {
    background-color: #FFF;
    border: none;
  }
  #header.active .header-in .naviWrap02.double > div ul li a span {
    color: #000;
  }
  #header.active .header-in .naviWrap02.double > div ul li a .hover_text01:before {
    color: #000;
  }
  #header.active .header-in .naviWrap02.double > div ul li:after {
    background-color: #DCDCDC;
  }
  #header.active .header-in .naviWrap02.double > div ul li:nth-child(2) a {
    border: none;
  }
  #header.active .header-in .naviWrap02.double > div ul li:nth-child(2) a .hover_text01:before {
    color: #000;
  }
  #header.active .header-in .naviWrap02.double > div:nth-child(2) ul li a {
    background-color: #FFF;
  }
  #header.active .header-in .naviWrap02.double > div:nth-child(2) ul li a span {
    color: 0;
  }
  #header.active .header-in .naviWrap02.double > div:nth-child(2) ul li a .hover_text01:before {
    color: #000;
  }
  #header.active .header-in .naviWrap02.double > div:nth-child(2) ul li:after {
    background-color: #DCDCDC;
  }
  #header.active .header-in .naviWrap02.double > div:nth-child(2) ul li:nth-child(2) a .hover_text01:before {
    color: #000;
  }
}

#footer {
  background-color: #000;
  padding: 6.4rem 2.4rem 7.5rem 2.4rem;
  position: relative;
  z-index: 2;
}
#footer .section-in .footer-logo {
  margin: 0rem 0rem 7rem 0rem;
}
#footer .section-in .footer-logo span {
  display: block;
}
#footer .section-in .footer-logo span:nth-child(1) {
  width: 13.6rem;
  height: 4.8rem;
  display: block;
  text-indent: -9999px;
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/common/logo_white.svg);
}
#footer .section-in .footer-logo span:nth-child(2) {
  margin: 1rem 0rem 0rem 0rem;
  font-family: "roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #FFF;
}
#footer .section-in .footer-navi {
  display: none;
}
#footer .section-in .footer-banner {
  background-color: #FFF;
  border-radius: 0.8rem 0rem 0rem 0rem;
  display: flex;
  align-items: center;
  gap: 0rem 3.13rem;
  height: 5rem;
  width: 29.5rem;
  position: absolute;
  right: 0;
  bottom: 0rem;
  padding: 0rem 2.9rem;
}
#footer .section-in .footer-banner > div:nth-child(1) {
  width: 11.797rem;
}
#footer .section-in .footer-banner > div:nth-child(2) {
  width: 6.875rem;
}
#footer .section-in address {
  display: flex;
  justify-content: flex-end;
}
#footer .section-in address span {
  color: #FFF;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 6.4rem 6.4rem 6.4rem 6.4rem;
    z-index: 100;
  }
  #footer .section-in .footer-logo {
    margin: 0rem 0rem 9.5rem 0rem;
  }
  #footer .section-in .footer-logo span {
    display: block;
  }
  #footer .section-in .footer-logo span:nth-child(1) {
    width: 13.6em;
    height: 4.8em;
  }
  #footer .section-in .footer-logo span:nth-child(2) {
    margin: 1rem 0rem 0rem 0rem;
    font-size: 1.5em;
    line-height: 1.2;
  }
  #footer .section-in .footer-navi {
    margin: 0;
    width: 76.4em;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 12em;
    bottom: 12em;
    height: 38em;
  }
  #footer .section-in .footer-navi .navi-in-li {
    position: relative;
  }
  #footer .section-in .footer-navi .navi-in-li > a {
    display: block;
    position: relative;
  }
  #footer .section-in .footer-navi .navi-in-li .entext {
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    display: block;
    margin-bottom: 1em;
  }
  #footer .section-in .footer-navi .navi-in-li .index_link {
    margin-bottom: 1.6em;
  }
  #footer .section-in .footer-navi .navi-in-li .index_link a {
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.6;
    font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: left;
  }
  #footer .section-in .footer-navi .navi-in-li .subNavi li {
    margin: 0em 0em 0.8em 0em;
  }
  #footer .section-in .footer-navi .navi-in-li .subNavi li a {
    display: block;
  }
  #footer .section-in .footer-navi .navi-in-li .subNavi li a .text {
    color: #FFF;
    display: block;
    font-size: 1.5em;
    line-height: 1.6;
    font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: left;
  }
  #footer .section-in .footer-navi .navi-in-li .subNavi li a .text.small {
    font-size: 1.1em;
    line-height: 1.3636363636;
    font-family: YakuHanJP_Narrow, "zen-kaku-gothic-new", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #footer .section-in .footer-navi .navi-in-li .subNavi li:last-child {
    margin-bottom: 0;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(1) {
    width: 21.7em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(2), #footer .section-in .footer-navi .navi-in-li:nth-child(3), #footer .section-in .footer-navi .navi-in-li:nth-child(6) {
    width: 21.7em;
    position: absolute;
    left: 0;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(2) {
    top: 9em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(2) > a {
    margin-bottom: 0;
    transition: opacity 450ms ease;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(2) .text {
    margin-top: 0em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(3) {
    top: 24em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(4) {
    width: 36.6em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(4) .subNavi {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em 0em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(4) .subNavi li {
    width: 15.2em;
    margin: 0;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(4) .subNavi li a p span.small {
    margin-bottom: 0.2em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(5) {
    width: 18.1em;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(5) .subNavi li a {
    display: block;
    position: relative;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(5) .subNavi li a p {
    display: flex;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(5) .subNavi li a p span {
    font-size: 1.1em;
    line-height: 1;
    color: #FFF;
    font-family: "roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(5) .subNavi li a p span:nth-child(1) {
    padding-right: 0.3em;
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  #footer .section-in .footer-navi .navi-in-li:nth-child(6) {
    width: 18.1em;
    left: auto;
    right: 0;
    bottom: 0em;
  }
  #footer .section-in .footer-navi .addclassOn {
    transition: opacity 450ms ease;
  }
  #footer .section-in .footer-navi .addclassOn.on {
    opacity: 0.7;
  }
  #footer .section-in .footer-banner {
    gap: 0rem 4rem;
    height: 6.4rem;
    width: 38.3rem;
    padding: 0rem 4rem;
  }
  #footer .section-in .footer-banner > div:nth-child(1) {
    width: 15.1rem;
  }
  #footer .section-in .footer-banner > div:nth-child(2) {
    width: 8.8rem;
  }
  #footer .section-in address {
    position: absolute;
    left: 6.4rem;
    bottom: 6.4rem;
  }
  #footer .section-in address span {
    font-size: 1.1em;
    line-height: 1.6363636364;
  }
}

/*#loader
----------------------------------------------------------------------------------------------*/
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 0;
  left: 0;
  background-color: #FFF;
}
#loader .loader-base {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid rgb(0, 0, 0);
  border-right-color: transparent;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blockopacity {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blockopacity02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blockopacity-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blockopacity-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hover-arrow01 {
  40%, 50% {
    opacity: 0;
  }
  43% {
    transform: translateX(105%) scaleY(0.1);
  }
  44%, 50% {
    transform: translateX(-145%) scaleY(0.1);
  }
  100% {
    transform: translateX(0) scaleY(1);
  }
}
@keyframes hover-arrow01-reverse {
  40%, 50% {
    opacity: 0;
  }
  43% {
    transform: translateX(-105%) scaleY(0.1);
  }
  44%, 50% {
    transform: translateX(145%) scaleY(0.1);
  }
  100% {
    transform: translateX(0) scaleY(1);
  }
}
.sp_only {
  display: none;
}

.sp_only_inline {
  display: none;
}

.sp_none_inline {
  display: inline !important;
}

.dispnone {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .sp_only_inlineblock {
    display: inline-block;
  }
  .sp_none {
    display: none !important;
  }
  .sp_only_inline {
    display: inline;
  }
  .sp_none_inline {
    display: none !important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}