@import "./css/normalize.css";
@import "./css/responsive.css";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
body, body * {
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c";
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.sp_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

.loader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
}
.loader-wrap img {
  width: 40%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .loader-wrap img {
    width: 20%;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #000;
  border: 1px solid #fff;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  display: none;
}

.wedding_wrap {
  width: 100%;
  position: relative;
}
.wedding_wrap .sp_top_logo,
.wedding_wrap .pc_top_logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.wedding_wrap .sp_top_logo {
  width: 80%;
}
.wedding_wrap .pc_top_logo {
  width: 40%;
  opacity: 0;
  -webkit-animation: sild_top 1.5s ease 3s 1 forwards;
  animation: sild_top 1.5s ease 3s 1 forwards;
}
.wedding_wrap .dewa,
.wedding_wrap .kamosui,
.wedding_wrap .suiden {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .wedding_wrap .dewa,
  .wedding_wrap .kamosui,
  .wedding_wrap .suiden {
    width: 50%;
  }
}
.wedding_wrap .dewa a,
.wedding_wrap .kamosui a,
.wedding_wrap .suiden a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.wedding_wrap .dewa a .mask,
.wedding_wrap .kamosui a .mask,
.wedding_wrap .suiden a .mask {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.5s ease-out;
  background: rgba(0, 0, 0, 0.5);
}
.wedding_wrap .dewa a .mask:hover,
.wedding_wrap .kamosui a .mask:hover,
.wedding_wrap .suiden a .mask:hover {
  background: rgba(0, 0, 0, 0);
}
.wedding_wrap .dewa a .col_bg,
.wedding_wrap .kamosui a .col_bg,
.wedding_wrap .suiden a .col_bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: block;
  transition: all 0.5s ease-out;
}
.wedding_wrap .dewa a .title,
.wedding_wrap .kamosui a .title,
.wedding_wrap .suiden a .title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  position: absolute;
  top: 60%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .wedding_wrap .dewa a .title,
  .wedding_wrap .kamosui a .title,
  .wedding_wrap .suiden a .title {
    top: 75%;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wedding_wrap .dewa .up_arrow,
  .wedding_wrap .dewa .down_arrow,
  .wedding_wrap .kamosui .up_arrow,
  .wedding_wrap .kamosui .down_arrow,
  .wedding_wrap .suiden .up_arrow,
  .wedding_wrap .suiden .down_arrow {
    display: none;
  }
}
.wedding_wrap .dewa .up_arrow img,
.wedding_wrap .dewa .down_arrow img,
.wedding_wrap .kamosui .up_arrow img,
.wedding_wrap .kamosui .down_arrow img,
.wedding_wrap .suiden .up_arrow img,
.wedding_wrap .suiden .down_arrow img {
  width: 40px;
  position: absolute;
  bottom: 130px;
  left: 50%;
  z-index: 999;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.wedding_wrap .dewa .up_arrow img,
.wedding_wrap .kamosui .up_arrow img,
.wedding_wrap .suiden .up_arrow img {
  -webkit-animation: up_arrow 2s infinite;
  animation: up_arrow 2s infinite;
}
.wedding_wrap .dewa .down_arrow img,
.wedding_wrap .kamosui .down_arrow img,
.wedding_wrap .suiden .down_arrow img {
  -webkit-animation: down_arrow 2s infinite;
  animation: down_arrow 2s infinite;
}
.wedding_wrap .suiden {
  background: url(./images/top_suiden.jpg) top center no-repeat;
  background-size: cover;
  -webkit-animation: fade_in 1s ease-in-out 1s 1 forwards;
  animation: fade_in 1s ease-in-out 1s 1 forwards;
}
.wedding_wrap .kamosui {
  background: url(./images/top_kamosui.jpg) top center no-repeat;
  background-size: cover;
  -webkit-animation: fade_in 1s ease-in-out 2s 1 forwards;
  animation: fade_in 1s ease-in-out 2s 1 forwards;
}
.wedding_wrap .dewa {
  background: url(./images/top_dewa.jpg) top center no-repeat;
  background-size: cover;
  -webkit-animation: fade_in 1s ease-in-out 3s 1 forwards;
  animation: fade_in 1s ease-in-out 3s 1 forwards;
}

.suiden_wrap {
  background: url(./images/suiden_bg.jpg) top center no-repeat;
  background-size: cover;
}

.kamosui_wrap {
  background: url(./images/kamosui_bg.jpg) top center no-repeat;
  background-size: cover;
}

.kamosui_wrap,
.suiden_wrap {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 30px;
  position: relative;
}
.kamosui_wrap .kamosui_mask,
.kamosui_wrap .suiden_mask,
.suiden_wrap .kamosui_mask,
.suiden_wrap .suiden_mask {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
}
.kamosui_wrap .kamosui_mask,
.suiden_wrap .kamosui_mask {
  background: rgba(0, 0, 0, 0.3);
}
.kamosui_wrap img,
.suiden_wrap img {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto;
}
.kamosui_wrap img:nth-of-type(1),
.suiden_wrap img:nth-of-type(1) {
  width: 30%;
  padding-top: 40px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .kamosui_wrap img:nth-of-type(1),
  .suiden_wrap img:nth-of-type(1) {
    width: 196px;
  }
}
.kamosui_wrap img:nth-of-type(2),
.suiden_wrap img:nth-of-type(2) {
  width: 90%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .kamosui_wrap img:nth-of-type(2),
  .suiden_wrap img:nth-of-type(2) {
    width: 800px;
  }
}
.kamosui_wrap img:nth-of-type(3),
.suiden_wrap img:nth-of-type(3) {
  width: 80%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .kamosui_wrap img:nth-of-type(3),
  .suiden_wrap img:nth-of-type(3) {
    width: 640px;
  }
}
.kamosui_wrap .link,
.suiden_wrap .link {
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
  font-size: 14px !important;
  position: relative;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .kamosui_wrap .link,
  .suiden_wrap .link {
    font-size: 14px !important;
  }
}
.kamosui_wrap .link:last-child,
.suiden_wrap .link:last-child {
  margin-bottom: 0;
}
.kamosui_wrap .link::after,
.suiden_wrap .link::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kamosui_wrap .link:hover::after,
.suiden_wrap .link:hover::after {
  width: 0%;
}
.kamosui_wrap p,
.suiden_wrap p {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 5%;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .kamosui_wrap p,
  .suiden_wrap p {
    padding: 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
  }
}
.kamosui_wrap .img_wrap,
.suiden_wrap .img_wrap {
  width: 90%;
  padding: 0;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .kamosui_wrap .img_wrap,
  .suiden_wrap .img_wrap {
    width: 60%;
    max-width: 800px;
  }
}
.kamosui_wrap .img_wrap a,
.suiden_wrap .img_wrap a {
  width: 25%;
  display: block;
  float: left;
  margin-right: 12.5%;
}
.kamosui_wrap .img_wrap a:last-child,
.suiden_wrap .img_wrap a:last-child {
  margin-right: 0;
}
.kamosui_wrap .img_wrap a img,
.suiden_wrap .img_wrap a img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade_in {
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sild_top {
  0% {
    top: -10%;
    opacity: 0;
  }
  100% {
    top: 25%;
    opacity: 1;
  }
}
@keyframes sild_top {
  0% {
    top: -10%;
    opacity: 0;
  }
  100% {
    top: 25%;
    opacity: 1;
  }
}
@-webkit-keyframes up_arrow {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, 0);
  }
  20% {
    -webkit-transform: rotate(0deg) translate(-50%, -10px);
  }
  40% {
    -webkit-transform: rotate(0deg) translate(-50%, 0);
  }
}
@keyframes up_arrow {
  0% {
    transform: rotate(0deg) translate(-50%, 0);
  }
  20% {
    transform: rotate(0deg) translate(-50%, -10px);
  }
  40% {
    transform: rotate(0deg) translate(-50%, 0);
  }
}
@-webkit-keyframes down_arrow {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, 0);
  }
  20% {
    -webkit-transform: rotate(0deg) translate(-50%, 10px);
  }
  40% {
    -webkit-transform: rotate(0deg) translate(-50%, 0);
  }
}
@keyframes down_arrow {
  0% {
    transform: rotate(0deg) translate(-50%, 0);
  }
  20% {
    transform: rotate(0deg) translate(-50%, 10px);
  }
  40% {
    transform: rotate(0deg) translate(-50%, 0);
  }
}/*# sourceMappingURL=style.css.map */