@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)";
  }
}

#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;
}

.globalFooter {
  margin: 0;
  padding: 35px 0;
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv-image {
  display: flex;
  justify-content: center;
  position: relative;
}

.mv-image .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv-txt {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mv-txt img {
  height: 100%;
}

.foot_bnr {
  background: rgba(237, 220, 209, 0.3);
  padding: 35px 0 55px;
}

.foot_bnr .inner {
  max-width: 910px;
  margin: 0 auto;
}

.foot_bnr_ttl {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}

.foot_bnr_coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot_bnr_coupon dl + dl {
  margin-top: 35px;
}

.foot_bnr_coupon dt {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.foot_bnr_coupon dd {
  width: 100%;
}

/*260817新規追加*/
dl#coupon dd{
	margin-top: 10px;
}

.foot_bnr_coupon a {
  position: relative;
  display: block;
  width: 100%;
}

.foot_bnr_coupon a .txt {
  position: absolute;
  z-index: 2;
}

.foot_bnr_coupon a img {
  width: 910px;
}

.foot_bnr_coupon .caution {
  margin: 10px auto 0;
}

.foot_bnr_news {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.foot_bnr .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.foot_bnr .flex .item + .item {
  margin-left: 40px;
}

.foot_bnr .flex .item .image {
  width: 430px;
}

.foot_bnr .flex .item .caution {
  margin: 5px auto 0;
}

.block01 {
  z-index: 2;
  position: relative;
  margin: auto;
  overflow: hidden;
  padding-top: 15px;
  background: rgba(104, 91, 136, 0.2);
}

.block01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block01 .bnr {
  display: flex;
  justify-content: center;
  position: relative;
}

.block01 .bnr .txt {
  position: absolute;
}

.block01 .images {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.block01 .images .img,
.block01 .images .txt,
.block01 .images .btn,
.block01 .images .caution {
  position: absolute;
  z-index: 1;
}

.block01 .images .img01 {
  top: 58px;
  left: 9px;
}

.block01 .images .img02 {
  top: 56px;
  right: 38px;
  z-index: 2;
}

.block01 .images .img03 {
  top: 443px;
  left: 19px;
}

.block01 .images .img04 {
  top: 336px;
  right: -79px;
}

.block01 .images .txt01 {
  top: 279px;
  left: 25px;
  z-index: 2;
}

.block01 .images .txt02 {
  top: 455px;
  right: 24px;
  z-index: 2;
}

.block01 .images .btn01 {
  bottom: 68px;
  right: 224px;
  z-index: 2;
}

.block01 .images .caution {
  bottom: 52px;
  right: 244px;
  z-index: 2;
}

.block02 {
  z-index: 2;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: url(../images/blk02_bg.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.block02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block02 .images {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.block02 .images .txt {
  position: absolute;
}

.block03 {
  z-index: 2;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: url(../images/blk03_bg.png) center center no-repeat;
  background-size: cover;
}

.block03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block03 .images {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.block03 .images .btn {
  position: absolute;
}

.block03 .images .btn01 {
  top: 53px;
  right: 71px;
}

.flow_images ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}

.flow_images ul li {
  position: relative;
  width: 295px;
  margin-right: 20px;
}

.flow_images ul li img {
  width: 100%;
}

.flow_images ul li .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  margin: 0 auto;
  width: 261px;
}

@keyframes flowLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fixbtn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.fixbtn ul li + li {
  margin-top: 20px;
}

#js_pagetop {
  position: fixed;
  bottom: 40px;
  right: -50px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#js_pagetop.active {
  right: 0;
}
