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

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

.container.headernavi.active {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

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

.inner.headernavi ul {
  display: flex;
  justify-content: center;
}

.inner.headernavi ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.inner.headernavi ul li + li {
  margin-left: 30px;
}

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

main {
  overflow: hidden;
}

.inner {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

.mv {
  display: flex;
  justify-content: center;
  background: url(../images/mv_bg.png) left top repeat-x;
  background-size: 2px 100%;
}

.mv img {
  width: 100%;
  max-width: 1200px;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.slide-item.active {
  opacity: 1;
}

.slide-item:first-child {
  position: relative;
}

.block_lead {
  margin-top: 36px;
}

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

.block_lead_bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 23px;
}

.block_lead_bnr .caution {
  margin-top: 5px;
}

.block_coupon_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_event {
  margin-top: 55px;
}

.block_event dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.block_event dl dd .flex {
  display: flex;
  justify-content: center;
}

.block_event dl dd .flex .item {
  position: relative;
}

.block_event dl dd .flex .item .image {
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}

.block_event dl dd .flex .item + .item {
  margin-left: 45px;
}

.block_pagenavi {
  margin: 65px 0 40px;
}

.block_pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.block_pagenavi ul li + li {
  margin-left: 85px;
}

.block_anniversary_lead .image {
  position: absolute;
  left: 51px;
  top: 56px;
  z-index: 2;
  aspect-ratio: 396 / 281;
}

.block_anniversary_lead .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_anniversary_lead .txt {
  position: absolute;
  right: 99px;
  top: 110px;
  z-index: 2;
}

.block_propose_lead .txt {
  position: absolute;
  left: 83px;
  top: 145px;
  z-index: 2;
  aspect-ratio: 396 / 281;
}

.block_propose_lead .txt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_propose_lead .image {
  position: absolute;
  right: 61px;
  top: 56px;
  z-index: 2;
}

.block_wedding_lead .image {
  position: absolute;
  left: 90px;
  top: 63px;
  z-index: 2;
  aspect-ratio: 396 / 281;
}

.block_wedding_lead .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_wedding_lead .txt {
  position: absolute;
  right: 113px;
  top: 127px;
  z-index: 2;
}

.block_anniversary,
.block_propose,
.block_wedding {
  padding: 50px 0 100px;
  position: relative;
}

.block_anniversary .inner,
.block_propose .inner,
.block_wedding .inner {
  z-index: 2;
}

.block_anniversary::before,
.block_propose::before,
.block_wedding::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 685px;
  background: url(../images/bg_top.png) left top repeat-x;
  background-size: 2px 100%;
}

.block_anniversary::after,
.block_propose::after,
.block_wedding::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 300px;
  background: url(../images/bg_bottom.png) left bottom repeat-x;
  background-size: 2px 100%;
}

.block_anniversary .flex,
.block_propose .flex,
.block_wedding .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.block_anniversary .flex .item,
.block_propose .flex .item,
.block_wedding .flex .item {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
}

.block_anniversary .flex .item:nth-child(n + 4),
.block_propose .flex .item:nth-child(n + 4),
.block_wedding .flex .item:nth-child(n + 4) {
  margin-top: 60px;
}

.block_anniversary .flex .item > div,
.block_propose .flex .item > div,
.block_wedding .flex .item > div {
  width: 290px;
  height: 363px;
  position: relative;
}

.block_anniversary .flex .item > div::after,
.block_propose .flex .item > div::after,
.block_wedding .flex .item > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 270px;
  height: 341px;
  background: url(../images/wbox.svg) center top no-repeat;
  background-size: contain;
  box-shadow: 7px 7px 5px rgba(177, 201, 227, 0.75);
}

.block_anniversary .flex .item > div .icon,
.block_propose .flex .item > div .icon,
.block_wedding .flex .item > div .icon {
  position: absolute;
  top: -18px;
  right: -8px;
  margin: auto;
  background: url(../images/icon_anniversary.png) left center no-repeat;
  background-size: contain;
  width: 70px;
  height: 86px;
  padding-top: 12px;
  padding-left: 3px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_anniversary .flex .item > div .icon.--l,
.block_propose .flex .item > div .icon.--l,
.block_wedding .flex .item > div .icon.--l {
  width: 68px;
  height: 118px;
  background-image: url(../images/icon_anniversary_l.png);
}

.block_anniversary .flex .item > div .img,
.block_propose .flex .item > div .img,
.block_wedding .flex .item > div .img {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 209px;
  z-index: 1;
}

.block_anniversary .flex .item > div .txt,
.block_propose .flex .item > div .txt,
.block_wedding .flex .item > div .txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 2;
}

.block_anniversary .caution,
.block_propose .caution,
.block_wedding .caution {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.block_propose .flex .item > div .icon {
  background-image: url(../images/icon_propose.png);
}

.block_propose .flex .item > div .icon.--l {
  background-image: url(../images/icon_propose_l.png);
}

.block_wedding {
  padding-bottom: 50px;
}

.block_wedding .flex .item > div .icon {
  background-image: url(../images/icon_wedding.png);
}

.block_wedding .flex .item > div .icon.--l {
  background-image: url(../images/icon_wedding_l.png);
}

.bnr_area {
  margin-top: 58px;
  padding-bottom: 54px;
}

.bnr_area .inner {
  max-width: 950px;
  margin: 0 auto;
}

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

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

.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: 30px;
}

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

.bnr_area .blk02 dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

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

.bnr_area .blk02 dl dd ul li + li {
  margin-left: 30px;
}

.bnr_area .blk03 {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}

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

.bnr_area .blk03 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.bnr_area .blk03 ul li .t1 {
  margin-bottom: 15px;
}

.bnr_area .blk03 ul li + li {
  margin-left: 30px;
}

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

.pagetop.active {
  right: 0;
}

.globalFooter-lead {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.fadeup.in-view {
  opacity: 1;
  transform: translateY(0);
}
