@charset "UTF-8";
.contents {
  padding-bottom: 0 !important;
  /*letter-spacing: .02em;*/
  letter-spacing: .017em;
  font-family: Zen Kaku Gothic New,sans-serif;
}

@media screen and (min-width: 769px) {
  html {
    font-size: .78125svw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333333333333vw;
  }
}

body {
  padding-top: 0 !important;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}

.p-kv__banner,
.p-kv__banner2,
.p-kv__banner3,
.p-kv__countdown,
.p-kv__credit,
.p-kv__expo2025,
.p-kv__finalcountdown,
.p-kv__pickup,
.p-kv__scroll,
.p-kv__ticket {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .p-kv__banner,
  .p-kv__banner2,
  .p-kv__banner3,
  .p-kv__countdown,
  .p-kv__credit,
  .p-kv__expo2025,
  .p-kv__finalcountdown,
  .p-kv__pickup,
  .p-kv__scroll,
  .p-kv__ticket {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@media screen and (max-width: 768px) {
  .p-kv__banner,
  .p-kv__banner2,
  .p-kv__banner3,
  .p-kv__countdown,
  .p-kv__credit,
  .p-kv__expo2025,
  .p-kv__finalcountdown,
  .p-kv__pickup,
  .p-kv__scroll,
  .p-kv__ticket {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■スライド調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-container {
  overflow: visible !important;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  color: #fff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.c-btn-next-prev__arrow {
  height: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■kv_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*#kv_sec{
	background: $color02;
	position: relative;
	width: 100%;
	height: 100vh;
	@media only screen and (max-width: 767px) {
		height: 100%;
	}
	.kv_img{
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		@media only screen and (max-width: 767px) {
			position: static;
			height: 100%;
		}
		img{
			object-position: center;
		}
	}
}*/
#kv_sec {
  background: #0068B7;
  position: relative;
}

.p-kv-bg {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-kv-bg__days,
.p-kv-bg__days__img {
  bottom: auto;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-kv-bg__days__img img {
  -o-object-position: bottom center;
  object-position: bottom center;
}

.p-kv-bg__days__movie {
  bottom: auto;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-kv {
    height: calc(var(--firstViewHeight) + 44rem);
  }
}

.p-kv__bg {
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  -webkit-animation: kv 1.5s ease-in 0s 1 normal;
  animation: kv 1.5s ease-in 0s 1 normal;
}

@-webkit-keyframes kv {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@keyframes kv {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}

@media screen and (min-width: 769px) {
  .p-kv__bg {
    height: var(--windowHeight);
  }
}

@media screen and (max-width: 768px) {
  .p-kv__bg {
    height: var(--firstViewHeight);
  }
}

.p-kv__body {
  bottom: auto;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-kv__body {
    height: var(--windowHeight);
  }
}

@media screen and (max-width: 768px) {
  .p-kv__body {
    height: var(--firstViewHeight);
    height: calc(var(--firstViewHeight) + 44rem);
  }
}

/*-------------------------
h1
-------------------------*/
.p-kv__expo2025 {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-kv__expo2025 {
    bottom: auto;
    display: block;
    left: 95px;
    position: absolute;
    right: auto;
    /*top: 125px;*/
    width: 254px;
    z-index: 2;
    top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__expo2025 {
    bottom: auto;
    display: block;
    left: 4rem;
    position: absolute;
    right: auto;
    /*top: 13rem;*/
    width: 31rem;
    z-index: 2;
    top: 14rem;
  }
}

.p-kv__expo2025__1 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: filter;
}

@media screen and (min-width: 769px) {
  .p-kv__expo2025__1 {
    -webkit-filter: drop-shadow(4px 10px 16px rgba(30, 40, 80, 0.7));
    filter: drop-shadow(4px 10px 16px rgba(30, 40, 80, 0.7));
  }
}

@media screen and (max-width: 768px) {
  .p-kv__expo2025__1 {
    -webkit-filter: drop-shadow(0.8rem 1.9rem 1.7rem rgba(30, 40, 80, 0.7));
    filter: drop-shadow(0.8rem 1.9rem 1.7rem rgba(30, 40, 80, 0.7));
  }
}

.p-kv__expo2025__2 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: filter;
}

@media screen and (min-width: 769px) {
  .p-kv__expo2025__2 {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__expo2025__2 {
    margin-top: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-kv__expo2025__2 {
    -webkit-filter: drop-shadow(4px 10px 16px #1e2850);
    filter: drop-shadow(4px 10px 16px #1e2850);
  }
}

@media screen and (max-width: 768px) {
  .p-kv__expo2025__2 {
    -webkit-filter: drop-shadow(0.8rem 1.9rem 1.7rem #1e2850);
    filter: drop-shadow(0.8rem 1.9rem 1.7rem #1e2850);
  }
}

.p-kv-bg__days,
.p-kv-bg__days__img {
  bottom: auto;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-kv-bg__days__img img {
  -o-object-position: bottom center;
  object-position: bottom center;
}

/*-------------------------
scroll
-------------------------*/
.p-kv__scroll {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-kv__scroll {
    bottom: 45px;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__scroll {
    bottom: 63rem;
    left: 4rem;
  }
}

.p-kv-scroll__txt {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-kv-scroll__txt {
    height: 40px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-scroll__txt {
    height: 6.4rem;
    width: 1.92rem;
  }
}

.p-kv-scroll__bar {
  position: relative;
  width: 1px;
}

@media screen and (min-width: 769px) {
  .p-kv-scroll__bar {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-scroll__bar {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-kv-scroll__bar {
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-scroll__bar {
    height: 11.200000000000001rem;
  }
}

.p-kv-scroll__bar__fill {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: p-kv-scroll-bar;
  animation-name: p-kv-scroll-bar;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #fff;
  bottom: auto;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-webkit-keyframes p-kv-scroll-bar {
  0% {
    height: 0;
  }
  70% {
    height: 100%;
  }
}

@keyframes p-kv-scroll-bar {
  0% {
    height: 0;
  }
  70% {
    height: 100%;
  }
}

/*-------------------------
バナー
-------------------------*/
.c-svg-arrow-circle {
  height: 1em;
  width: 1em;
}

.p-kv-banner__access,
.p-kv-banner__map,
.p-kv-banner__myaku {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-kv-banner__access,
  .p-kv-banner__map,
  .p-kv-banner__myaku {
    height: 60px;
    width: 246px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__access,
  .p-kv-banner__map,
  .p-kv-banner__myaku {
    height: 9.600000000000001rem;
    width: 35.300000000000004rem;
  }
}

@media screen and (min-width: 769px) {
  .p-kv-banner__access__inner,
  .p-kv-banner__map__inner,
  .p-kv-banner__myaku__inner {
    height: 60px;
    width: 246px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__access__inner,
  .p-kv-banner__map__inner,
  .p-kv-banner__myaku__inner {
    height: 9.600000000000001rem;
    width: 35.300000000000004rem;
  }
}

@media (hover: hover) {
  .p-kv-banner__access__inner,
  .p-kv-banner__map__inner,
  .p-kv-banner__myaku__inner {
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-kv-banner__access:hover .p-kv-banner__access__inner,
  .p-kv-banner__map:hover .p-kv-banner__map__inner,
  .p-kv-banner__myaku:hover .p-kv-banner__myaku__inner {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.p-kv-banner__access__bg,
.p-kv-banner__map__bg,
.p-kv-banner__myaku__bg {
  bottom: auto;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-kv-banner__access__bg,
  .p-kv-banner__map__bg,
  .p-kv-banner__myaku__bg {
    border-radius: 30px 0 30px 30px;
    -webkit-box-shadow: 8px 14px 16px #1e28504d;
    box-shadow: 8px 14px 16px #1e28504d;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__access__bg,
  .p-kv-banner__map__bg,
  .p-kv-banner__myaku__bg {
    border-radius: 4.800000000000001rem 0 4.800000000000001rem 4.800000000000001rem;
    -webkit-box-shadow: 1.2rem 1.8rem 2rem #1e2850b3;
    box-shadow: 1.2rem 1.8rem 2rem #1e2850b3;
  }
}

@media screen and (min-width: 769px) {
  .p-kv-banner__access__arrow,
  .p-kv-banner__map__arrow,
  .p-kv-banner__myaku__arrow {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__access__arrow,
  .p-kv-banner__map__arrow,
  .p-kv-banner__myaku__arrow {
    font-size: 0;
  }
}

.p-kv-banner__access__arrow circle,
.p-kv-banner__map__arrow circle,
.p-kv-banner__myaku__arrow circle {
  fill: #fff;
}

.p-kv-banner__access__arrow path,
.p-kv-banner__map__arrow path,
.p-kv-banner__myaku__arrow path {
  fill: #0068B7;
}

@media screen and (min-width: 769px) {
  .p-kv-banner__access__arrow,
  .p-kv-banner__map__arrow,
  .p-kv-banner__myaku__arrow {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__access__arrow,
  .p-kv-banner__map__arrow,
  .p-kv-banner__myaku__arrow {
    display: none;
  }
}

@media (hover: hover) {
  .p-kv-banner__access__arrow,
  .p-kv-banner__map__arrow,
  .p-kv-banner__myaku__arrow {
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-kv-banner__access:hover .p-kv-banner__access__arrow,
  .p-kv-banner__map:hover .p-kv-banner__map__arrow,
  .p-kv-banner__myaku:hover .p-kv-banner__myaku__arrow {
    -webkit-transform: translate(0.06em, -0.06em);
    transform: translate(0.06em, -0.06em);
  }
}

/*挨拶バナー*/
.p-kv__banner3 {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-kv__banner3 {
    /*bottom: 115px;*/
    left: 80px;
    bottom: 110px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__banner3 {
    left: 4rem;
    /*top: 57rem;*/
    top: 58rem;
  }
}

.p-kv-banner3__myaku {
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-kv-banner3__myaku {
    height: 80px;
    width: 246px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner3__myaku {
    height: 10rem;
    width: 28rem;
  }
}

@media screen and (min-width: 769px) {
  .p-kv-banner3__myaku__inner {
    height: 80px;
    width: 246px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner3__myaku__inner {
    height: 10rem;
    width: 28rem;
  }
}

@media (hover: hover) {
  .p-kv-banner3__myaku__inner {
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-kv-banner3__myaku:hover .p-kv-banner3__myaku__inner {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.p-kv-banner3__myaku__bg {
  bottom: auto;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-kv-banner3__myaku__bg {
    border-radius: 30px 0 30px 30px;
    -webkit-box-shadow: 8px 14px 16px #1e28504d;
    box-shadow: 8px 14px 16px #1e28504d;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner3__myaku__bg {
    border-radius: 4.800000000000001rem 0 4.800000000000001rem 4.800000000000001rem;
    -webkit-box-shadow: 1.2rem 1.8rem 2rem #1e28501a;
    box-shadow: 1.2rem 1.8rem 2rem #1e28501a;
  }
}

@media screen and (min-width: 769px) {
  .p-kv-banner3__myaku__arrow {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner3__myaku__arrow {
    font-size: 0;
  }
}

.p-kv-banner3__myaku__arrow circle {
  fill: #E60012;
}

.p-kv-banner3__myaku__arrow path {
  fill: #fff;
}

@media screen and (min-width: 769px) {
  .p-kv-banner3__myaku__arrow {
    display: block;
    position: absolute;
    right: 8px;
    top: 18px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner3__myaku__arrow {
    display: none;
  }
}

@media (hover: hover) {
  .p-kv-banner3__myaku__arrow {
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-kv-banner3__myaku:hover .p-kv-banner3__myaku__arrow {
    -webkit-transform: translate(0.06em, -0.06em);
    transform: translate(0.06em, -0.06em);
  }
}

/*アクセスバナー*/
@media screen and (max-width: 768px) {
  .p-kv__banner {
    /*bottom: 6.800000000000001rem;*/
    bottom: 5.800000000000001rem;
  }
}

.p-kv__banner {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-kv__banner {
    /*bottom: 45px;*/
    left: 80px;
    bottom: 40px;
  }
}

.p-kv-banner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-kv-banner {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
  }
}

.p-kv-banner__map__title {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-kv-banner__map__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__map__title {
    font-size: 3rem;
  }
}

body.-en .p-kv-banner__map__title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  padding-bottom: .1em;
}

@media screen and (min-width: 769px) {
  body.-en .p-kv-banner__map__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  body.-en .p-kv-banner__map__title {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-kv-banner__map__title {
    margin-left: 22px;
    text-shadow: 0 0 8px rgba(28, 74, 94, 0.8);
  }
}

@media screen and (max-width: 768px) {
  .p-kv-banner__map__title {
    margin-left: 3.8rem;
    text-shadow: 0 0 1.5rem rgba(28, 74, 94, 0.8);
  }
}

.p-kv-banner__map__arrow circle {
  fill: #fff;
}

.p-kv-banner__map__arrow path {
  fill: #0068B7;
}

/*-------------------------
credit
-------------------------*/
.p-kv__credit {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-kv__credit {
    /*bottom: 20px;*/
    left: 90px;
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__credit {
    /*bottom: 62rem;*/
    right: 4rem;
    bottom: 61rem;
  }
}

.p-top-kv-credit {
  color: #fff;
  line-height: 1.1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-top-kv-credit {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-kv-credit {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-kv-credit {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    width: 88svw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-kv-credit {
    padding-left: 4rem;
    text-align: right;
    text-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.3);
  }
  body.-en .p-top-kv-credit {
    width: 60rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-kv-credit .date {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-kv-credit .date {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-kv-credit .date {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top-kv-credit .date {
    display: block;
  }
}

/*-------------------------
右バナー
-------------------------*/
.p-kv-pickup__swiper {
  overflow: visible !important;
}

.p-kv-pickup__swiper .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}

@media screen and (min-width: 769px) {
  .p-kv-pickup__swiper {
    margin: 0 auto;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-pickup__swiper {
    margin: 0 auto;
    width: 50.400000000000006rem;
  }
}

.p-kv-pickup {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-kv-pickup {
    height: 265px;
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-pickup {
    height: 41.300000000000004rem;
    width: 100%;
  }
}

.p-kv__pickup {
  position: absolute;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .p-kv__pickup {
    /*bottom: 0;*/
    right: 0;
    bottom: -5px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__pickup {
    /*bottom: 17.5rem;*/
    right: 0;
    width: 100%;
    bottom: 16.5rem;
  }
}

.p-kv-pickup__swiper__slide__btn {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-kv-pickup__swiper__slide__btn {
    -webkit-box-shadow: 8px 8px 6px #1e285033;
    box-shadow: 8px 8px 6px #1e285033;
    height: 220px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv-pickup__swiper__slide__btn {
    -webkit-box-shadow: 1.3rem 1.3rem 1.4rem #1e285033;
    box-shadow: 1.3rem 1.3rem 1.4rem #1e285033;
    height: 37rem;
    width: 50.400000000000006rem;
  }
}

@media (hover: hover) {
  .p-kv-pickup__swiper__slide__btn {
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .p-kv-pickup__swiper__slide__btn:hover {
    -webkit-box-shadow: 0 0 #1e285033;
    box-shadow: 0 0 #1e285033;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/*-------------------------
アニメーション
-------------------------*/
.p-kv__banner,
.p-kv__banner3,
.p-kv__scroll,
.p-kv__credit,
.p-kv__pickup,
.p-kv__expo2025 {
  opacity: 0;
}

.p-kv__banner.active,
.p-kv__banner3.active,
.p-kv__scroll.active,
.p-kv__credit.active,
.p-kv__pickup.active,
.p-kv__expo2025.active {
  -webkit-animation: kv_parts 0.6s ease 0s 1 forwards;
  animation: kv_parts 0.6s ease 0s 1 forwards;
}

@-webkit-keyframes kv_parts {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kv_parts {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ニュース
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-title-sec-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-title-sec-sm {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-title-sec-sm__txt1 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-indent: -.03em;
}

@media screen and (min-width: 769px) {
  .c-title-sec-sm__txt1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-title-sec-sm__txt1 {
    font-size: 8rem;
  }
}

@media screen and (min-width: 769px) {
  :root[lang=es] .c-title-sec-sm__txt1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  :root[lang=es] .c-title-sec-sm__txt1 {
    font-size: 7rem;
  }
}

.c-title-sec-sm__txt2 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
}

@media screen and (min-width: 769px) {
  .c-title-sec-sm__txt2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-title-sec-sm__txt2 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .c-title-sec-sm__txt2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-title-sec-sm__txt2 {
    margin-top: 1rem;
  }
}

.c-svg-arrow-right {
  height: 1em;
  width: .5em;
}

.c-btn-round {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn-round.-color-white {
  background-color: #fff;
  fill: #282828;
}

.c-btn-round.-color-black {
  background-color: #282828;
}

.c-btn-round.-weight-bold {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .c-btn-round {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-round {
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn-round {
    border-radius: 15px;
    height: 30px;
    padding: 0 1em;
  }
}

@media (hover: hover) {
  .c-btn-round {
    -webkit-transition: all .1s;
    transition: all .1s;
  }
  .c-btn-round:hover {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .c-btn-round {
    border-radius: 4rem;
    height: 8rem;
    padding: 0 1em;
  }
}

.c-btn-round.-type-news {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1em;
}

@media screen and (min-width: 769px) {
  .c-btn-round.-type-news {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-round.-type-news {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn-round.-type-inquiry {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-round.-type-inquiry {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn-round.-type-inquiry {
    border-radius: 16px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-round.-type-inquiry {
    border-radius: 3.2rem;
    height: 6.4rem;
  }
}

@media screen and (min-width: 769px) {
  .c-btn-round.-type-nav {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-round.-type-nav {
    border-radius: 3.6rem;
    font-size: 2.8rem;
    height: 7.2rem;
  }
}

.c-btn-round__txt {
  color: #fff;
  display: block;
  padding-bottom: .15em;
}

.c-btn-round.-color-white .c-btn-round__txt {
  color: #282828;
}

@media screen and (max-width: 768px) {
  .c-btn-round.-type-news .c-btn-round__txt {
    padding-left: .4em;
    padding-right: .4em;
    text-align: center;
  }
}

.c-btn-round__arrow {
  margin-left: .9em;
}

.c-btn-round__arrow svg {
  fill: #fff;
}

@media (hover: hover) {
  .c-btn-round__arrow {
    -webkit-transition: all .06s;
    transition: all .06s;
  }
  .c-btn-round:hover .c-btn-round__arrow {
    -webkit-transform: translate(2px);
    transform: translate(2px);
  }
}

.c-btn-next-prev {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282828cc;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .1s;
  transition: all .1s;
}

@media screen and (min-width: 769px) {
  .c-btn-next-prev {
    height: 60px;
    width: 60px;
  }
}

@media (hover: hover) {
  .c-btn-next-prev:hover {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-btn-next-prev[data-disabled=true] {
  opacity: 0;
  pointer-events: none;
}

.c-btn-next-prev__arrow {
  fill: #fff;
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-btn-next-prev__arrow {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-next-prev__arrow {
    font-size: 1rem;
  }
}

.c-btn-next-prev.-next .c-btn-next-prev__arrow {
  left: .06em;
}

.c-btn-next-prev.-prev .c-btn-next-prev__arrow {
  left: -.06em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-news {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-news {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 210px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .p-news {
    height: 75rem;
    padding-top: 6.5rem;
  }
}

.p-news__head {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-news__head {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(90%, #fff), to(#fff0));
    background: linear-gradient(90deg, #fff, #fff 90%, #fff0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 240px;
  }
  .p-news__head__banner {
    bottom: auto;
    display: block;
    left: 30px;
    position: absolute;
    right: auto;
    top: 25px;
    z-index: 1;
  }
  .p-news__head__banner__img {
    height: 140px;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head__banner__img {
    height: 25.3rem;
    margin: 0 auto;
    width: 50.400000000000006rem;
  }
}

.p-news__head__banner__txt {
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-news__head__banner__txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head__banner__txt {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__head__banner__txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head__banner__txt {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__head__banner__txt {
    margin-left: -6px;
    margin-top: 10px;
  }
  body.-en .p-news__head__banner__txt {
    margin-left: 0;
    margin-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head__banner__txt {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__head__inner {
    padding-left: 30px;
  }
  .p-news__head__btns {
    margin-top: 20px;
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head__btns {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -49rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  .p-news__head__btns__btn {
    width: 32rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__head__btns__btn + .p-news__head__btns__btn {
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__head__btns__btn + .p-news__head__btns__btn {
    margin-left: 1rem;
  }
}

.p-news__body {
  position: relative;
  padding-right: 20px;
}

@media screen and (min-width: 769px) {
  .p-news__body {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 768px) {
  .p-news__body {
    margin-top: 3.5rem;
    padding: 0 4rem;
  }
}

.p-news__body__ui__next,
.p-news__body__ui__prev {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-news__body__ui__next,
  .p-news__body__ui__prev {
    top: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__ui__next,
  .p-news__body__ui__prev {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-news__body__ui__prev {
    left: -30px;
  }
  .p-news__body__ui__next {
    right: 30px;
  }
}

.p-news__body__swiper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0 !important;
  overflow: visible !important;
}

.p-news__body__swiper__slide {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide {
    width: 230px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide {
    width: 46rem !important;
  }
}

.p-news__body__swiper__slide__bg {
  max-width: none;
  opacity: .8;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__bg {
    bottom: auto;
    display: block;
    height: 236.9px;
    left: -20px;
    position: absolute;
    right: auto;
    top: -25px;
    width: 267.8px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__bg {
    bottom: auto;
    display: block;
    height: 48.300000000000004rem;
    left: -3.5rem;
    position: absolute;
    right: auto;
    top: -5rem;
    width: 54.6rem;
    z-index: 1;
  }
}

.p-news__body__swiper__slide__btn {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn {
    height: 160px;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn {
    height: 32rem;
    width: 44rem;
  }
}

.p-news__body__swiper__slide__btn__inner {
  background-color: #fffc;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn__inner {
    border-radius: 22px;
    height: 160px;
    padding: 25px 20px 0;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn__inner {
    border-radius: 4rem;
    height: 32rem;
    padding: 5.5rem 4rem 0;
    width: 44rem;
  }
}

@media (hover: hover) {
  .p-news__body__swiper__slide__btn__inner {
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .p-news__body__swiper__slide__btn:hover .p-news__body__swiper__slide__btn__inner {
    opacity: .8;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.p-news__body__swiper__slide__btn__head {
  color: #0068B7;
}

.p-news__body__swiper__slide__btn__head__date {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn__head__date {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn__head__date {
    font-size: 2.6rem;
  }
}

.p-news__body__swiper__slide__btn__head__category {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn__head__category {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn__head__category {
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn__head__category {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn__head__category {
    font-size: 2.6rem;
  }
}

.p-news__body__swiper__slide__btn__txt {
  display: -webkit-box;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn__txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn__txt {
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__body__swiper__slide__btn__txt {
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__body__swiper__slide__btn__txt {
    margin-top: 1.2rem;
  }
}

/*-------------------------
プレスリリース
-------------------------*/
#pressrelease {
  background-color: #dee7ed;
}

#pressrelease .p-news__head {
  background: -webkit-gradient(linear, left top, right top, from(#dee7ed), color-stop(90%, #dee7ed), to(#dee7ed00));
  background: linear-gradient(90deg, #dee7ed, #dee7ed 90%, #dee7ed00);
}

#pressrelease .p-news__head__btns__btn {
  width: 180px;
}

@media only screen and (max-width: 767px) {
  #pressrelease .p-news__head__btns__btn {
    width: 40.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #pressrelease .p-news__head__btns__btn .c-btn-round {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  #pressrelease .p-news__head__btns__btn .c-btn-round__txt {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■重要なお知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-important {
  overflow: hidden;
  width: 100%;
}

.p-important__inner {
  background: -webkit-gradient(linear, right top, left top, from(#ccd2d5), to(#e4e7e9));
  background: linear-gradient(-90deg, #ccd2d5, #e4e7e9);
}

@media screen and (min-width: 769px) {
  .p-important__inner {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .p-important__inner {
    padding: 7rem 4rem 5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-important__title {
    height: 78px;
    width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .p-important__title {
    height: 27.6rem;
    margin: 0 auto;
    width: 48.6rem;
  }
}

.p-important__hr {
  background-color: #E60012;
  border: none;
}

@media screen and (min-width: 769px) {
  .p-important__hr {
    height: 42px;
    margin: 0 38px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .p-important__hr {
    height: .2rem;
    margin: 3rem 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-important__list__item + .p-important__list__item {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item + .p-important__list__item {
    margin-top: 2rem;
  }
}

.p-important__list__item__btn {
  line-height: 1.85;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-important__list__item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item__btn {
    display: block;
  }
}

@media (hover: hover) {
  .p-important__list__item__btn {
    -webkit-transition: all .1s;
    transition: all .1s;
  }
  .p-important__list__item__btn[href]:not([href=""]):hover {
    -webkit-transform: translate(3px);
    transform: translate(3px);
  }
}

.p-important__list__item__btn__date {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .p-important__list__item__btn__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item__btn__date {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-important__list__item__btn__date {
    padding-top: 1.5px;
  }
  .p-important__list__item__btn__txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item__btn__txt {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-important__list__item__btn__txt {
    margin-left: 21px;
    overflow: hidden;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 592px;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item__btn__txt {
    padding-right: 5.5rem;
  }
}

.p-important__list__item__btn__arrow {
  fill: #E60012;
  position: absolute;
  width: 6px;
  height: 12px;
}

@media screen and (min-width: 769px) {
  .p-important__list__item__btn__arrow {
    font-size: .8em;
    right: 0;
    top: .6em;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item__btn__arrow {
    bottom: .6em;
    font-size: 1.5em;
    right: 0;
  }
}

@media (hover: hover) {
  .p-important__list__item__btn__arrow {
    -webkit-transition: all .06s;
    transition: all .06s;
  }
  .p-important__list__item__btn[href]:not([href=""]):hover .p-important__list__item__btn__arrow {
    -webkit-transform: translate(2px);
    transform: translate(2px);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■LINK
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#link {
  height: auto;
  padding-top: 22px;
  font-size: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  #link {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 767px) {
  #link .p-news__head {
    width: 230px;
  }
  #link .p-news__body {
    width: calc(100% - 230px);
  }
}

.p-link__body__item {
  /*display: flex;
	flex-wrap: wrap;*/
}

.p-link__body__item li {
  display: inline;
  margin-right: 20px;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  .p-link__body__item li {
    margin-right: 3.4rem;
  }
}

.p-link__body__item__img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .p-link__body__item__img {
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-link__body__item__img {
    height: 5.2rem;
  }
}

.p-link__body__item__img img {
  height: 100%;
  max-width: none;
  width: auto;
}

/*-------------------------
リンクアイコン
-------------------------*/
.c-svg-arrow-link {
  height: 1em;
  width: 1em;
}

.p-important__list__item__btn__arrow {
  fill: #E60012;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .p-important__list__item__btn__arrow {
    font-size: .8em;
    right: 0;
    top: .6em;
  }
}

@media screen and (max-width: 768px) {
  .p-important__list__item__btn__arrow {
    bottom: .6em;
    font-size: 1.5em;
    right: 0;
  }
}

@media (hover: hover) {
  .p-important__list__item__btn__arrow {
    -webkit-transition: all .06s;
    transition: all .06s;
  }
  .p-important__list__item__btn[href]:not([href=""]):hover .p-important__list__item__btn__arrow {
    -webkit-transform: translate(2px);
    transform: translate(2px);
  }
}

.p-link__body__item__btn {
  display: inline;
}

.p-link__body__item__btn__arrow {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .p-link__body__item__btn__arrow {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-link__body__item__btn__arrow {
    font-size: 2.8rem;
  }
}

.p-link__body__item__btn__arrow path {
  fill: #e60012;
}

.p-link__body__item__btn__arrow polygon {
  fill: #fff;
}

@media (hover: hover) {
  .p-link__body__item__btn__arrow {
    -webkit-transition: all .15s;
    transition: all .15s;
  }
  .p-link__body__item__btn:hover .p-link__body__item__btn__arrow {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.p-link__body__item__btn__txt {
  display: inline;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2.5;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .p-link__body__item__btn__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-link__body__item__btn__txt {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-link__body__item__btn__txt {
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .p-link__body__item__btn__txt {
    margin-left: 1rem;
  }
}

@media (hover: hover) {
  .p-link__body__item__btn__txt {
    -webkit-transition: all .15s;
    transition: all .15s;
  }
  .p-link__body__item__btn:hover .p-link__body__item__btn__txt {
    opacity: .8;
    -webkit-transform: translate(2px);
    transform: translate(2px);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■バナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-banner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-banner {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner {
    margin-top: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-banner__item + .p-banner__item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item + .p-banner__item {
    margin-top: 2rem;
  }
}

@media (hover: hover) {
  .p-banner__item {
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
  }
  .p-banner__item[data-v-66587b4f]:hover {
    opacity: .9;
  }
}

.p-banner__item__cycle {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b8d3df;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-banner__item__cycle {
    height: 110px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__cycle {
    height: 10rem;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-banner__item__cycle__img {
    height: 100px;
    width: 940px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__cycle__img {
    height: auto;
    width: 100%;
  }
}

.p-banner__item__bie {
  background-color: #1c388d;
  display: block;
}

@media screen and (min-width: 769px) {
  .p-banner__item__bie {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__bie {
    padding: 5.600000000000001rem;
  }
}

@media screen and (min-width: 769px) {
  .p-banner__item__bie__logo {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
  .p-banner__item__bie__logo__img {
    height: 100px;
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__bie__logo__img {
    height: 10rem;
    margin: 0 auto;
    width: 37rem;
  }
}

.p-banner__item__bie__info {
  color: #fff;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .p-banner__item__bie__info {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__bie__info {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-banner__item__bie__info {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__bie__info {
    margin-top: 6.2rem;
  }
}

.p-banner__item__bie__info__link {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .p-banner__item__bie__info__link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-banner__item__bie__info__link {
    margin-top: 3rem;
    padding-left: 10rem;
  }
}

.p-banner__item__bie__info__link path {
  fill: #fff;
}

.p-banner__item__bie__info__link polygon {
  fill: #1c388d;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■英語の調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lang_en .contents a {
  word-break: keep-all;
}

.lang_en .p-kv-banner__map__title {
  font-family: Open Sans,sans-serif;
  padding-bottom: .1em;
}

.lang_en .p-kv-banner__map__title {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .lang_en .p-kv-banner__map__title {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .lang_en #pressrelease .p-news__head__btns__btn {
    width: auto;
  }
}
