@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
/*====================================
basic
====================================*/
img {
  display: block;
}

@media (any-hover: hover) {
  .hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

/* headernavi */
#click {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

#top {
  position: relative;
  padding-top: 140px;
}

.credit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.container.headernavi {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 9999;
  background: #000;
}

.container.headernavi.active {
  position: fixed;
  top: 0;
}

.inner.headernavi {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-01 + .btn-02 {
  margin-left: 35px;
}

/* slider */
.container.titlebase {
  position: relative;
  height: 400px;
  background-color: #dfeaf2;
}

.container.titlebase h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.container.titlebase .txt {
  position: absolute;
  left: calc(50% + 280px);
  top: 0;
  z-index: 2;
}

.container.titlebase .mv_left {
  position: absolute;
  right: calc(50% + 103px);
  bottom: -150px;
}

.container.titlebase .mv_right {
  position: absolute;
  left: calc(50% + 103px);
  bottom: -150px;
}

.sliderbox {
  width: 100%;
  display: flex;
  height: 100%;
}

.flexslider1 {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.flexslider1 ul li img {
  margin: 0 0 0 auto;
}

.flexslider2 {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.slides li {
  position: relative;
  height: 400px;
}

.slides li .caption {
  position: absolute;
  bottom: 10px;
}

.flexslider1 .caption {
  left: 30px;
}

.flexslider2 .caption {
  right: 30px;
}

.flexslider1 > div,
.flexslider2 > div {
  height: 100% !important;
}

.flexslider1 .img,
.flexslider2 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.slides li:not(:first-child) {
  display: none;
}

.inner.titlebase {
  position: relative;
}

main {
  overflow: hidden;
}

.mv {
  position: relative;
}

.mv-txt {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.mv-image {
  height: 400px !important;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1199px) {
  .mv-image {
    height: 500px !important;
  }
}

.mv-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 6.5s cubic-bezier(0, 0, 0.58, 1), opacity 1.4s ease;
  will-change: transform, opacity;
}

.mv-image img.is-visible {
  opacity: 1;
}

.mv-image img.is-zooming {
  transform: scale(1);
}

.block01 {
  position: relative;
  z-index: 2;
}

.block01 .inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.block01 .images {
  position: relative;
}

.block01 .images .txt {
  z-index: 1;
}

.block01 .images .link01 {
  position: absolute;
  left: 303px;
  top: 70px;
}

.block01 .images .link02 {
  position: absolute;
  left: 315px;
  top: 196px;
}

.block01 .images .link03 {
  position: absolute;
  right: 36px;
  top: 93px;
}

.block02 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}

.block02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 20px);
  background: url(../images/blk02_bg.png) center center no-repeat;
  background-size: cover;
}

.block02 .inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.block02 .images {
  position: relative;
}

.block02 .images .link01 {
  position: absolute;
  left: 257px;
  bottom: 15px;
}

.block02 .images .link02 {
  position: absolute;
  left: 562px;
  bottom: 30px;
}

.block02 .images .link03 {
  position: absolute;
  left: 865px;
  bottom: 30px;
}

.block02 .images .txt {
  z-index: 1;
  width: 100%;
  position: relative;
}

.block02 .images .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.block03 {
  position: relative;
  z-index: 2;
  background: url(../images/blk03_bg02.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 8px;
}

.block03 .inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.block03 .images {
  position: relative;
}

.block03 .images a {
  position: absolute;
}

.block03 .images .link01 {
  left: 75px;
  top: 536px;
}

.block03 .images .link02 {
  left: 162px;
  top: 850px;
}

.block03 .images .link03 {
  left: 191px;
  top: 1228px;
}

.block03 .images .link04 {
  left: 127px;
  bottom: 403px;
}

.block03 .images .link05 {
  right: 253px;
  top: 533px;
}

.block03 .images .link06 {
  right: 90px;
  top: 868px;
}

.block03 .images .link07 {
  right: 119px;
  bottom: 731px;
}

.block03 .images .link08 {
  right: 176px;
  bottom: 388px;
}

.block03 .images .btn01 {
  left: 75px;
  bottom: 27px;
}

.block03 .images .btn02 {
  right: 74px;
  bottom: 27px;
}

.block03 .images .txt {
  z-index: 2;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.block03 .images .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.block03 .images .bg {
  position: relative;
  z-index: 0;
}

.block03 .images .caution {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 8px;
}

.block04 {
  position: relative;
  background: url(../images/blk04_bg.png) center center no-repeat;
  background-size: cover;
}

.block04 .inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.block04 .images .txt {
  z-index: 2;
}

.block04 .images .img {
  position: relative;
  z-index: 1;
}

.block05 {
  position: relative;
  margin-top: -7px;
}

.block05 .inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.block05 .images a {
  position: absolute;
  z-index: 3;
}

.block05 .images .link01 {
  bottom: 26px;
  left: 90px;
}

.block05 .images .txt {
  z-index: 2;
}

.block05 .images .img {
  position: relative;
  z-index: 1;
}

.bg-bottom {
  background: url(../images/bg_bottom.png) center center no-repeat;
  background-size: cover;
}

.images {
  position: relative;
}

.images a {
  position: absolute;
  z-index: 3;
}

.images .img,
.images .txt {
  position: absolute;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.bnr_area {
  position: relative;
  padding: 0 0 30px;
  width: 960px;
  margin-inline: auto;
}

.bnr_area .bnr_coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.bnr_area .bnr_coupon > img {
  width: 265px;
}

.bnr_area .bnr_coupon ul {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 24px;
}

.bnr_area .bnr_coupon a {
  display: flex;
  justify-content: center;
  position: relative !important;
}

.bnr_area .bnr_coupon .caution {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.bnr_area .blk01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}

.bnr_area .blk01 .caution {
  margin: 10px 0 25px;
}

.bnr_area .blk01 ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px 50px;
  place-content: center;
}

.bnr_area .blk02 {
  margin-top: 65px;
}

.bnr_area .blk02 .flex {
  display: flex;
  justify-content: center;
  gap: 62px;
}

.bnr_area .blk02 .flex .item:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bnr_area .blk02 .flex .item:nth-child(1) a {
  margin-top: 8px;
}

.bnr_area .blk02 .flex .item:nth-child(1) .caution {
  margin-top: 8px;
}

.bnr_area .blk02 .flex .item ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bnr_area .blk02 .caution {
  margin-top: 12px;
}

.bnr_area .blk03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.bnr_area .blk03 ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.flow_area {
  padding: 0 0 50px;
  position: relative;
}

.flow_images {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.flow_images .t1 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.flow_images .flow_images_wrap {
  animation: image-slide 50s linear infinite;
  display: flex;
  min-width: 100%;
  width: min-content;
  position: relative;
}

.flow_images .flow_images_wrap .image {
  position: relative;
}

.flow_images .flow_images_wrap .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.flow_images .flow_images_wrap .img {
  width: 2528px;
  max-width: inherit;
  z-index: 1;
}

@keyframes image-slide {
  100% {
    transform: translateX(-50%);
  }
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: -70px;
  z-index: 9999;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pagetop.active {
  right: 0;
}
