main {
  overflow-x: hidden;
}

.campaignBanner {
  width: 100%;
  padding: 1rem 0;
}
.campaignBanner a {
  width: 55%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .campaignBanner a {
    width: 65%;
  }
}

.slick-num {
  width: auto;
  bottom: 0.5rem;
  right: 0.5rem;
  line-height: 1;
  text-align: right;
  position: absolute;
  color: rgb(208, 208, 208);
  z-index: 10;
  font-size: 2rem;
  font-weight: 600;
}
.slick-num .now-count {
  font-size: 4rem;
  font-weight: 600;
}
.slick-num .all-count {
  font-size: 2rem;
  font-weight: 600;
}

section#kv {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  section#kv {
    height: 74vh;
  }
}
section#kv #KvLogoArea {
  flex-basis: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  section#kv #KvLogoArea {
    display: none;
  }
}
section#kv #KvLogoArea .inner {
  position: relative;
  right: -1rem;
  flex-basis: 60%;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  section#kv #KvLogoArea .inner {
    right: 0;
  }
}
section#kv .sliderArea {
  flex-basis: 75%;
  width: 75%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  section#kv .sliderArea {
    flex-basis: 100%;
    height: 50vh;
    overflow: hidden;
  }
}
section#kv .sliderArea img#bokasi {
  width: auto;
  height: 100%;
  position: absolute;
  left: -11rem;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  section#kv .sliderArea img#bokasi {
    left: -8rem;
  }
}
section#kv .sliderArea img#bokasi2 {
  position: absolute;
  left: 0;
  z-index: 2;
}
section#kv .sliderArea img#bokasi3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
section#kv .sliderArea .wh_bg {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  z-index: 3;
  background-color: rgb(245, 245, 245);
}
section#kv .sliderArea ul.slick {
  position: relative;
  flex-basis: 50%;
  display: block;
  overflow: hidden;
  height: 100%;
}
section#kv .sliderArea ul.slick li {
  width: 100%;
}
section#kv .sliderArea ul.slick li img {
  width: 100% !important;
}
section#kv .sliderArea ul.slick li img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  section#kv .sliderArea ul.slick li img.sp {
    display: block;
  }
  section#kv .sliderArea ul.slick li img.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  section#kvSp {
    height: 74vh;
    position: relative;
    margin-bottom: 2rem;
    overflow-y: visible;
  }
  section#kvSp #KvLogoAreaSp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#kvSp #KvLogoAreaSp .inner {
    width: 35%;
  }
  section#kvSp #KvLogoAreaSp .inner img {
    opacity: 0.7;
  }
  section#kvSp img#bokasi3 {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0rem;
    z-index: 2;
  }
}
section#campaign {
  width: 100%;
  height: 3rem;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 800;
  overflow: visible;
  background-color: rgb(245, 245, 245);
}
@media screen and (max-width: 767px) {
  section#campaign {
    height: auto;
  }
}
section#campaign .wrap {
  width: 31.5%;
  display: block;
  position: absolute;
  bottom: 1.5rem;
  left: 3.5%;
}
@media screen and (max-width: 1200px) {
  section#campaign .wrap {
    width: 31%;
    left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  section#campaign .wrap {
    position: relative;
    width: 80%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding-bottom: 2rem;
  }
}
section#campaign .wrap ul.slick_campaign {
  width: 100%;
}
section#campaign .wrap ul.slick_campaign li img {
  width: 100%;
  height: auto;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
}

section#store {
  width: 100%;
}

section#covid19 {
  width: 100%;
  background-color: #333;
}
section#covid19 .inner {
  max-width: calc(1280px + 4rem);
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
}
section#covid19 .inner a {
  color: #fff;
  transition: all 0.3s;
}
section#covid19 .inner a:hover {
  color: #c0c0c0;
}

section#info {
  width: 100%;
  background-color: rgb(158, 158, 158);
}
section#info .inner {
  max-width: calc(1280px + 4rem);
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
}
section#info .inner a {
  color: #fff;
  transition: all 0.3s;
}
section#info .inner a:hover {
  color: #c0c0c0;
}

section#area753 {
  width: 100%;
  background-color: #00b4c3;
}
section#area753 .inner {
  max-width: calc(1280px + 4rem);
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
}
section#area753 .inner a {
  color: rgb(254, 255, 218);
  transition: all 0.3s;
  font-size: 1.15rem;
  font-weight: 500;
  display: block;
}
section#area753 .inner a:hover {
  color: rgb(221, 222, 151);
}
section#area753 .inner a:hover span.cp {
  color: rgb(239, 130, 184);
}
section#area753 .inner a span {
  display: inline-block;
}
section#area753 .inner a span.cp {
  display: inline-block;
  color: rgb(252, 178, 215);
  text-decoration: underline;
}

section#concept {
  width: 100%;
  height: 50rem;
  background-image: url(../img/concept/concept.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50% bottom 20%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  section#concept {
    background-position: left 20% bottom 20%;
    height: 45rem;
  }
}
@media screen and (max-width: 767px) {
  section#concept {
    width: 100%;
    height: auto;
    padding-bottom: 25rem;
    background-image: url(../img/concept/concept_sp.jpg);
    background-position: center bottom 0;
  }
}
section#concept .inner {
  width: 48rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  section#concept .inner {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding-top: 2rem;
  }
}
section#concept .inner p {
  margin-bottom: 2rem;
}

section#photoWedding {
  width: 100%;
  height: 45rem;
  background-image: url(../img/photoWedding/photowedding_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 10% top 70%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#photoWedding {
    background-image: url(../img/photoWedding/photowedding_bg_sp.jpg);
    background-position: center bottom 0;
    height: auto;
  }
}
section#photoWedding .inner {
  width: 43rem;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  padding-top: 3rem;
}
@media screen and (max-width: 1700px) {
  section#photoWedding .inner {
    left: 4%;
  }
}
@media screen and (max-width: 1400px) {
  section#photoWedding .inner {
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  section#photoWedding .inner {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
    padding-top: 23rem;
    padding-bottom: 3rem;
    background-position: center bottom 0;
  }
}
section#photoWedding .inner p {
  margin-bottom: 0;
}
section#photoWedding img.photo {
  position: absolute;
  width: 15rem;
  border: 0.5rem #fff solid;
  box-shadow: 3px 3px 10px -5px #c0c0c0;
}
@media screen and (max-width: 767px) {
  section#photoWedding img.photo {
    width: 12rem;
  }
}
section#photoWedding img.photo.photo1 {
  top: -2rem;
  left: -1rem;
  z-index: 10;
  transform: translate(-40rem, -30rem) rotate(-300deg);
  transition: all 0.7s ease-out 0.2s;
}
@media screen and (max-width: 767px) {
  section#photoWedding img.photo.photo1 {
    top: -4rem;
  }
}
section#photoWedding img.photo.photo1.start {
  transform: translate(0, 0) rotate(-25deg);
}
section#photoWedding img.photo.photo2 {
  top: -3rem;
  left: 12rem;
  z-index: 9;
  transform: translate(-40rem, -30rem) rotate(-300deg);
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  section#photoWedding img.photo.photo2 {
    top: -5rem;
    left: 9rem;
  }
}
section#photoWedding img.photo.photo2.start {
  transform: translate(0, 0) rotate(-10deg);
}

section#rental {
  width: 100%;
  height: 40rem;
  background-image: url(../img/rental/pc_l.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 10% top 70%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#rental {
    background-image: url(../img/rental/sp0.jpg);
    background-position: center top 0;
    height: auto;
    padding-bottom: 7rem;
  }
}
section#rental .inner {
  width: 48rem;
  display: block;
  position: absolute;
  top: 44%;
  left: 48%;
  transform: translate(-50%, -50%);
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  section#rental .inner {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
    padding-top: 23rem;
    padding-bottom: 3rem;
    background-position: center bottom 0;
  }
}
section#rental .inner p {
  margin-bottom: 0;
}
section#rental img.bara {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: opacity 0.9s;
}
section#rental img.bara.start {
  opacity: 1;
}

section#catalog {
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: center;
}
section#catalog .inner {
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 3rem 2rem 12rem 2rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section#catalog .inner {
    width: 100%;
    padding: 0 0 5rem 0;
  }
}
section#catalog .inner .wrap {
  margin-bottom: 2rem;
}
section#catalog .inner .textArea {
  flex-basis: 53%;
  text-align: right;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .textArea {
    flex-basis: 100%;
    order: 2;
    text-align: center;
    padding-right: 0;
  }
}
section#catalog .inner .textArea h2,
section#catalog .inner .textArea h3 {
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .textArea h2,
section#catalog .inner .textArea h3 {
    padding-left: 0;
  }
}
section#catalog .inner .photoArea {
  flex-basis: 47%;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .photoArea {
    flex-basis: 100%;
    order: 1;
  }
}
section#catalog .inner .photoArea ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section#catalog .inner .photoArea ul li {
  flex-basis: 25%;
}
section#catalog .inner .logoArea {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .logoArea {
    order: 4;
    padding: 0 2rem;
  }
}
section#catalog .inner .logoArea ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .logoArea ul {
    flex-wrap: wrap;
  }
}
section#catalog .inner .logoArea ul li {
  flex-basis: 10%;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .logoArea ul li {
    flex-basis: 20%;
  }
}
section#catalog .inner .btnArea {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  section#catalog .inner .btnArea {
    order: 3;
  }
}

section#report {
  width: 100%;
  background-image: url(../img/report_bg.jpg);
  background-repeat: repeat-x;
  position: relative;
  text-align: center;
}
section#report .inner {
  position: relative;
  top: -7rem;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  section#report .inner {
    top: -4rem;
    width: 100%;
    padding: 0;
  }
}
section#report .inner img.header {
  display: block;
  position: relative;
  transform: translateY(2rem);
  z-index: 1;
  opacity: 0;
  transition: all 1.5s;
}
@media screen and (max-width: 767px) {
  section#report .inner img.header {
    width: 97%;
    margin: 0 auto;
  }
}
section#report .inner img.header.start {
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
}
section#report .inner .paddingWrap {
  position: relative;
  z-index: 2;
  padding: 0 2.2rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap {
    width: 100%;
    padding: 0 1.3rem;
  }
}
section#report .inner .paddingWrap .wrap {
  background-image: url(../img/repot_gradation_bg.png);
  background-size: cover;
  background-position: bottom;
  padding: 2rem 5rem 0.7rem 5rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap {
    padding: 2rem 2rem 0.7rem 2rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-top: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList {
    margin-bottom: 0;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li {
  flex-basis: 24%;
  margin-bottom: 3rem;
  display: block;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li {
    flex-basis: 49%;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li a {
  width: 100%;
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(245, 245, 245);
  background-size: 1rem 1rem;
  transition: background-color 0.3s;
  margin-bottom: 1rem;
}
section#report .inner .paddingWrap .wrap ul.voiceList li a img {
  border: #fff 0px solid !important;
  box-shadow: 0 0 0.5rem #999;
}
section#report .inner .paddingWrap .wrap ul.voiceList li a img.yoko {
  width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li a img.yoko {
    width: 11.5rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li a img.tate {
  width: auto;
  height: 10rem;
}
section#report .inner .paddingWrap .wrap ul.voiceList li a:hover {
  background-color: rgb(218, 218, 218);
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .date {
  color: #999;
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .name {
    font-size: 1rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .voicetype {
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
  line-height: 1.4;
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .voicetype.wedding {
  background-color: rgb(129, 121, 184);
  padding: 0.4rem 2rem;
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .voicetype.photo {
  background-color: rgb(240, 164, 205);
  padding: 0.4rem 0.6rem;
}

.wrap50th {
  background-color: #fff;
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .wrap50th {
    padding: 3rem;
  }
}
.wrap50th a {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

#nensiInfo {
  background-color: #fff;
  padding: 2rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #nensiInfo {
    padding: 2rem;
  }
}
#nensiInfo .inner {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  #nensiInfo .inner {
    flex-wrap: wrap;
    padding: 1rem;
  }
}
#nensiInfo .inner .wrap_left {
  flex-basis: 44%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #nensiInfo .inner .wrap_left {
    flex-basis: 100%;
    padding-bottom: 1rem;
  }
}
#nensiInfo .inner .wrap_left h3 {
  font-size: 1.2rem;
}
#nensiInfo .inner .wrap_right {
  flex-basis: 55%;
}
@media screen and (max-width: 767px) {
  #nensiInfo .inner .wrap_right {
    flex-basis: 100%;
  }
}
#nensiInfo .inner .wrap_right .centerWrap p {
  padding-left: 3rem;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  #nensiInfo .inner .wrap_right .centerWrap p {
    padding-left: 0;
  }
}
#nensiInfo .inner .wrap_right .centerWrap p span {
  width: 15rem;
  display: inline-block;
  text-align: left;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  #nensiInfo .inner .wrap_right .centerWrap p span {
    width: 15.5rem;
    text-align: left;
  }
}
#nensiInfo .inner .wrap_right .centerWrap p.note {
  font-size: 0.8rem;
}

#nensi {
  background-color: #fff;
  padding: 2rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #nensi {
    padding: 2rem;
  }
}
#nensi .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: rgb(215, 6, 3) 2px dotted;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #nensi .inner {
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
}
#nensi .inner .lArea {
  flex-basis: 43%;
}
@media screen and (max-width: 767px) {
  #nensi .inner .lArea {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
#nensi .inner .rArea {
  flex-basis: 57%;
}
@media screen and (max-width: 767px) {
  #nensi .inner .rArea {
    flex-basis: 100%;
  }
}

#harenohicinderella {
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #harenohicinderella {
    padding: 3rem;
  }
}
#harenohicinderella .imgWrap {
  width: 100%;
}
#harenohicinderella .imgWrap img {
  width: 600px;
  height: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #harenohicinderella .imgWrap img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

#obiInfo {
  background-color: #838383;
  padding: 2rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #obiInfo {
    padding: 2rem;
  }
}
#obiInfo .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #obiInfo .inner {
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
}
#obiInfo .inner .tt {
  border: 1px #fff solid;
  display: block;
  padding: 0.1rem 2rem;
  margin-bottom: 1rem;
}
#obiInfo .inner .text {
  line-height: 1.6;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  #obiInfo .inner .text {
    text-align: left;
  }
}
#obiInfo .inner .day {
  color: #ebffb1;
}
@media screen and (max-width: 767px) {
  #obiInfo .inner .day {
    text-align: left;
  }
}
#obiInfo .inner .day span {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  #obiInfo .inner .day span {
    margin: 0;
  }
}

#info08 {
  background-color: #f00c8d;
  padding: 2rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #info08 {
    padding: 2rem;
  }
}
#info08 .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #info08 .inner {
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
}
#info08 .inner h3 {
  font-size: 1.2rem;
  border-bottom: 1px #fff solid;
  display: inline-block;
  padding: 0.1rem 2rem;
  margin-bottom: 1.3rem;
}

#info09 {
  background-color: #393939;
  padding: 2rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #info09 {
    padding: 2rem;
  }
}
#info09 .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #info09 .inner {
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
}
#info09 .inner h3 {
  font-size: 1.2rem;
  border-bottom: 1px #fff solid;
  display: inline-block;
  padding: 0.1rem 2rem;
  margin-bottom: 1.3rem;
}
/*# sourceMappingURL=home.css.map */