@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: 50px;
}

.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;
}

main {
  overflow: hidden;
}

.mv {
  position: relative;
}

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

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

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

.mv .images .bg {
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.fix_bnr {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1150px;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 9999;
}

.fix_bnr a {
  pointer-events: all;
  display: block;
  background: url(../images/fix_coupon_bg.png) center center no-repeat;
  background-size: contain;
}

.fix_bnr.--soon a {
  position: relative;
  pointer-events: none;
}

.fix_bnr.--soon a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/soon.png) center center no-repeat;
  background-size: contain;
}

.block01 {
  position: relative;
  margin-top: -40px;
}

.block01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 40px);
  background: #eaf5fd;
}

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

.block01 .images .img {
  z-index: 2;
}

.block01 .images .icon {
  z-index: 0;
  left: 107px;
  top: 9px;
}

.block01 .images .img01 {
  top: 293px;
  left: 127px;
}

.block01 .images .img02 {
  top: 781px;
  left: 235px;
}

.block01 .images .img03 {
  top: 781px;
  left: 411px;
}

.block01 .images .img04 {
  top: 548px;
  right: 323px;
}

.block01 .images .img05 {
  top: 523px;
  right: 99px;
}

.block01 .images .img06 {
  top: 780px;
  right: 350px;
  z-index: 0;
}

.block01 .images .img07 {
  top: 683px;
  right: 123px;
}

.block01 .images .bg {
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.block01 .images a {
  z-index: 2;
}

.block01 .images .bnr01 {
  left: 137px;
  bottom: 197px;
}

.block01 .images .bnr02 {
  left: 137px;
  bottom: 33px;
}

.block01 .images .bnr02.--soon {
  pointer-events: none;
}

.block01 .images .bnr02.--soon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/soon_bnr01.svg) center top no-repeat;
  background-size: contain;
}

.block01 .images .link01 {
  right: 367px;
  bottom: 326px;
}

.block02 {
  position: relative;
  background: #f5f6ee;
}

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

.block02 .images .img {
  z-index: 2;
}

.block02 .images .icon {
  z-index: 0;
  left: 107px;
  top: 9px;
}

.block02 .images .img01 {
  top: 652px;
  left: 193px;
  z-index: 3;
}

.block02 .images .img02 {
  top: 652px;
  left: 410px;
}

.block02 .images .img03 {
  top: 509px;
  left: 564px;
  z-index: 0;
}

.block02 .images .img04 {
  top: 732px;
  left: 553px;
}

.block02 .images .img05 {
  top: 271px;
  right: 168px;
}

.block02 .images .img06 {
  top: 398px;
  right: 168px;
}

.block02 .images .img07 {
  top: 531px;
  right: 168px;
  z-index: 0;
}

.block02 .images .img08 {
  top: 636px;
  right: 152px;
  z-index: 0;
}

.block02 .images .img09 {
  bottom: 87px;
  right: 377px;
}

.block02 .images .img10 {
  bottom: 82px;
  right: 120px;
}

.block02 .images .icon {
  left: 133px;
  top: 92px;
  z-index: 0;
}

.block02 .images .bg {
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.block02 .images a {
  z-index: 2;
}

.block02 .images .bnr01 {
  left: 137px;
  bottom: 573px;
}

.block02 .images .bnr02 {
  left: 137px;
  bottom: 412px;
}

.block02 .images .bnr02.--soon {
  pointer-events: none;
}

.block02 .images .bnr02.--soon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/soon_bnr02.svg) center top no-repeat;
  background-size: contain;
}

.block02 .images .link01 {
  right: 121px;
  bottom: 43px;
}

.block03 {
  position: relative;
}

.block03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 110%;
  height: 100%;
  background: url(../images/wave.png) center bottom no-repeat;
  background-size: 100% auto;
}

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

.block03 .images .img {
  z-index: 3;
}

.block03 .images .img01 {
  top: 8px;
  left: 81px;
}

.block03 .images .img02 {
  top: 203px;
  left: 114px;
  z-index: 1;
}

.block03 .images .img03 {
  top: 111px;
  left: 390px;
}

.block03 .images .img04 {
  top: -6px;
  right: 87px;
  z-index: 2;
}

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

.block03 .images .txt {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.block03 .images a {
  z-index: 2;
}

.block03 .images .bnr01 {
  left: 105px;
  bottom: 64px;
}

.block03 .images .bnr02 {
  right: 87px;
  bottom: 64px;
}

.block03 .images .link01 {
  right: 124px;
  bottom: 183px;
}

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

.bnr_coupon ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 130px;
}

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

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

.images {
  position: relative;
}

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

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

.bnr_area {
  position: relative;
  background: url(../images/bg_bnr.png) center center no-repeat;
  background-size: cover;
  padding: 30px 0 50px;
}

.bnr_area .blk01 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.bnr_area .blk01 ul {
  display: flex;
  justify-content: center;
}

.bnr_area .blk01 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.bnr_area .blk01 ul li .t1 {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.bnr_area .blk01 ul li .t2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.bnr_area .blk01 ul li + li {
  margin-left: 20px;
}

.bnr_area .blk01 + .blk02 {
  margin-top: 35px;
}

.bnr_area .blk02 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.bnr_area .blk02 ul {
  display: flex;
  justify-content: center;
}

.bnr_area .blk02 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.bnr_area .blk02 ul li .t2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.bnr_area .blk02 ul li + li {
  margin-left: 20px;
}

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

.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;
  width: 3002px;
  z-index: 2;
}

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

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

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

.pagetop.active {
  right: 0;
}
