@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body,
table,
input, textarea, select, option {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #fff;
  text-decoration: underline;
}

a:visited {
  color: #fff;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  a:hover {
    color: #fff;
    text-decoration: none;
  }
}
a:active {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  width: 100%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

.wrapper {
  text-align: left;
  position: relative;
  overflow: hidden;
}

.en {
  font-family: "Tenor Sans", sans-serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media all and (min-width: 769px) {
  a:hover,
a:hover img {
    opacity: 1 !important;
  }
}
@-webkit-keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
@keyframes line {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center bottom;
  }
  35% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center bottom;
  }
  36% {
    transform: translate(0, 0) rotate(0deg) scale(0);
    transform-origin: center top;
  }
  60%, to {
    transform: translate(0, 0) rotate(0deg) scale(1);
    transform-origin: center top;
  }
}
.animBox {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}

.animBox_moved {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  background: #B79A7A;
  left: 0;
  top: 0;
  z-index: 500;
}

.l-header__inner {
  position: relative;
  z-index: 2;
  height: 3.25rem;
  display: flex;
  align-items: center;
  padding: 0 3.91vw;
}

.l-header__logo {
  position: relative;
  margin: 0 auto;
}
.l-header__logo > a {
  height: 100%;
  align-items: center;
}
.l-header__logo img {
  display: block;
  width: 174px;
}

/*------------------------------------------------------------
	LP common
------------------------------------------------------------*/
.heading {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .heading {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
.heading span {
  display: block;
}

.heading .en {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1em;
  line-height: 1.2;
}

.heading .en .sub {
  font-size: 0.6em;
}

.heading .gothic {
  font-size: 0.5em;
}

@media only screen and (max-width: 767.98px) {
  .heading .gothic {
    font-size: 0.65em;
  }
}
.inside {
  padding-top: 50px;
}

@media only screen and (max-width: 767.98px) {
  .inside {
    padding-top: 25px;
  }
}
.lead {
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 767.98px) {
  .lead {
    margin-bottom: 30px;
  }
}
.content {
  margin: 0 auto;
  max-width: 900px;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* mainVisual */
.mainVisual {
  position: relative;
  background: #E8E8E8;
  margin-top: 50px;
  height: 700px;
}
.mainVisual .txtBox {
  position: absolute;
  left: 50%;
  top: 165px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 100;
}
.mainVisual .txtBox p {
  font-size: 28px;
  color: #FFF;
  letter-spacing: 0.2em;
}
.mainVisual .txtBox h1 {
  margin-bottom: 10px;
}
.mainVisual .txtBox h1 embed {
  display: block;
}
.mainVisual .txtBox h1 embed.en {
  width: 333px;
  margin-bottom: 65px;
}

.scrollBtn {
  margin-left: -27px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  font-size: 10px;
}
.scrollBtn a {
  text-decoration: none;
  display: block;
  height: 60px;
  position: relative;
  font-size: 11px;
  letter-spacing: 0.225em;
}
.scrollBtn a:after {
  width: 1px;
  height: 40px;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  background: #B79A7A;
  -webkit-animation: line 1.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.5s infinite;
          animation: line 1.4s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.5s infinite;
}

@media only screen and (min-width: 768px) {
  .mainVisual {
    padding: 0 20px;
  }
  .mainVisual::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: #B79A7A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
  .mainVisual::after {
    content: "";
    display: block;
    width: auto;
    max-width: 1280px;
    height: calc(100% - 20px);
    background: url("../images/ph_mv-pc.jpg") no-repeat top center/cover;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .mainVisual {
    height: calc(100vh - 60px);
    background: url("../images/ph_mv-sp.jpg") no-repeat top center/cover;
  }
  .mainVisual .txtBox {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mainVisual .txtBox p {
    font-size: 19px;
  }
  .mainVisual .txtBox h1 {
    margin-bottom: 3.2vw;
  }
  .mainVisual .txtBox h1 embed.en {
    width: 80vw;
    max-width: 250px;
    margin-bottom: 50px;
  }

  .scrollBtn {
    bottom: 3px;
  }
  .scrollBtn a:after {
    background: #fff;
  }
}
/* ご招待ゲストを決めるにあたり */
#sec01 {
  color: #B79A7A;
  font-weight: 500;
  background-color: #FFF;
}
#sec01 .content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#sec01 h2 {
  font-size: 22px;
  letter-spacing: 0.22em;
  font-weight: 500;
}
#sec01 p {
  font-size: 14px;
  color: #B79A7A;
  text-align: center;
}
#sec01 p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#sec01 p.lead {
  line-height: 2;
}
#sec01 p.lead .br {
  display: block;
}
#sec01 p.att {
  font-size: 18px;
  line-height: 2.1;
}

@media only screen and (max-width: 767.98px) {
  #sec01 h2 {
    font-size: 18px;
  }
  #sec01 p {
    font-size: 12px;
  }
  #sec01 p.lead span {
    display: block;
  }
  #sec01 p.att {
    font-size: 15px;
    line-height: 2.1;
  }
}
/* MESSAGE */
#sec02 {
  background: url("../images/bg_wall01.png") no-repeat top center/cover;
}
#sec02 .content {
  position: relative;
}
#sec02 .content:after {
  position: absolute;
  content: "";
  width: 750px;
  height: 750px;
  right: -230px;
  top: 100px;
  background: url("../images/ph_01-pc.png") no-repeat top left;
  background-size: cover;
}
#sec02 .ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.47;
  letter-spacing: 0.22em;
  margin-bottom: 50px;
  margin-top: 60px;
}
#sec02 .message01 {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 15px;
  color: #616161;
}
#sec02 .message02 {
  font-size: 20px;
  line-height: 1.97;
  margin-bottom: 60px;
  letter-spacing: 0.22em;
  color: #616161;
}

@media only screen and (max-width: 767.98px) {
  #sec02 .content {
    position: relative;
  }
  #sec02 .content:before {
    position: absolute;
    content: "";
    width: 167px;
    height: 167px;
    right: -30px;
    top: -45px;
    background: url("../images/ph_01top-sp.png") no-repeat top left;
    background-size: cover;
  }
  #sec02 .content:after {
    position: absolute;
    content: "";
    width: 440px;
    height: 440px;
    left: -40px;
    right: initial;
    top: initial;
    bottom: -150px;
    background: url("../images/ph_01bottom-sp.png") no-repeat top left;
    background-size: cover;
  }
  #sec02 .ttl {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  #sec02 .message01 {
    font-size: 12px;
  }
  #sec02 .message02 {
    font-size: 14px;
    margin-bottom: 170px;
  }
  #sec02 .message02 span {
    display: block;
  }
}
/* POINT */
#sec03 {
  color: #FFF;
  background-color: #B79A7A;
}
#sec03 h2 .en {
  letter-spacing: 0.22em;
}
#sec03 h2 .gothic {
  font-size: 18px;
  letter-spacing: 0.24em;
}
#sec03 .pointList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
}
#sec03 .pointList li {
  width: calc(288 / 900 *100%);
  list-style: none;
  text-align: center;
  border-bottom: solid 1px #fff;
}
#sec03 .pointList .imgBox {
  width: 100%;
  position: relative;
}
#sec03 .pointList .imgBox img {
  max-width: 100%;
  z-index: 1;
}
#sec03 .pointList .imgBox::before, #sec03 .pointList .imgBox::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
#sec03 .pointList .imgBox::before {
  background-color: #B79A7A;
  bottom: 0;
}
#sec03 .pointList .imgBox::after {
  background-color: #fff;
  bottom: -25px;
}
#sec03 .pointList .txtBox {
  padding: 35px 0;
}
#sec03 .pointList .txtBox p {
  letter-spacing: -0.01em;
  line-height: 1.71;
  font-weight: 400;
}
#sec03 .pointList .txtBox span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  font-size: 1.08em;
}
#sec03 .pointList .btn {
  margin-top: 30px;
}
#sec03 .pointList .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: all 0.25s ease;
  padding: 12px 0;
  border-radius: 10px;
  text-decoration: none;
}
#sec03 .pointList .btn a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/ico_view.svg") no-repeat left top/cover;
}
@media all and (min-width: 769px) {
  #sec03 .pointList .btn a:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
  }
}
#sec03 .pointList .btn a span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  color: #B79A7A;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  margin-right: 12px;
  margin-top: 2px;
}

@media only screen and (max-width: 767.98px) {
  #sec03 .content {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  #sec03 .content h2 .gothic {
    font-size: 12px;
    letter-spacing: 0.24em;
  }
  #sec03 .content .pointList li {
    width: 100%;
  }
  #sec03 .content .pointList li:not(:last-child) {
    margin-bottom: 80px;
  }
  #sec03 .content .pointList .txtBox {
    padding-bottom: 45px;
  }
  #sec03 .content .pointList .btn a {
    padding: 18px 0;
  }
  #sec03 .content .pointList .btn a:after {
    right: 15px;
  }
}
/* FLOW */
#sec04 {
  color: #B79A7A;
  background-color: #E8E8E8;
}
#sec04 .content {
  padding-bottom: 200px;
}
#sec04 h2 .en {
  letter-spacing: 0.22em;
}
#sec04 h2 .gothic {
  font-size: 18px;
  letter-spacing: 0.24em;
}
#sec04 .inside {
  text-align: center;
}
#sec04 .item {
  position: relative;
  padding: 35px 30px 30px;
  background: #FFF;
  border: solid 1px #B79A7A;
}
#sec04 .item:not(:last-of-type) {
  margin-bottom: 85px;
}
#sec04 .item:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  background: url("../images/ico_arrow.svg") no-repeat left top/cover;
  bottom: -50px;
  left: 50%;
  margin-left: -15px;
}
#sec04 .item:last-of-type {
  padding: 65px 30px 50px;
}
#sec04 .item .ttl {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.5em;
}
#sec04 .item .ttl span {
  display: inline-block;
  margin-right: 0.5em;
}
#sec04 .item .ttl span.data {
  font-size: 20px;
}
#sec04 .item .txt {
  font-size: 14px;
  line-height: 1.64;
  margin-bottom: 1em;
}
#sec04 .item .btn {
  margin-top: 30px;
  width: 284px;
  margin: 0 auto;
}
#sec04 .item .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b79a7a;
  transition: all 0.25s ease;
  padding: 12px 0;
  border-radius: 10px;
  text-decoration: none;
}
#sec04 .item .btn a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/ico_download.svg") no-repeat left top/cover;
}
@media all and (min-width: 769px) {
  #sec04 .item .btn a:hover {
    background: rgba(183, 154, 122, 0.7);
    transition: all 0.25s ease;
  }
}
#sec04 .item .btn a span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  color: #FFF;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  margin-right: 12px;
  margin-top: 2px;
}

@media only screen and (max-width: 767.98px) {
  #sec04 .content {
    padding-bottom: 100px;
  }
  #sec04 .content h2 .gothic {
    font-size: 12px;
    letter-spacing: 0.24em;
  }
  #sec04 .content .item {
    padding: 30px 20px;
  }
  #sec04 .content .item:last-of-type {
    padding: 40px 20px;
  }
  #sec04 .content .item .ttl {
    font-size: 17px;
    margin-bottom: 1em;
  }
  #sec04 .content .item .ttl span {
    display: inline-block;
    margin-right: 0;
  }
  #sec04 .content .item .ttl span.data {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  #sec04 .content .item .txt {
    font-size: 12px;
  }
  #sec04 .content .item .txt span {
    display: block;
  }
  #sec04 .content .item .btn {
    margin-top: 30px;
    width: 284px;
    margin: 0 auto;
  }
  #sec04 .content .item .btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B79A7A;
    padding: 12px 0;
    border-radius: 10px;
    text-decoration: none;
  }
  #sec04 .content .item .btn a:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    background: url("../images/ico_download.svg") no-repeat left top/cover;
  }
  #sec04 .content .item .btn a span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    color: #FFF;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
  }
}
/* FAQ */
#sec05 {
  color: #FFF;
  background-color: #B79A7A;
}
#sec05 h2 .en {
  letter-spacing: 0.22em;
}
#sec05 h2 .gothic {
  font-size: 18px;
  letter-spacing: 0.24em;
}
#sec05 dl {
  margin-bottom: 110px;
}
#sec05 dl dt {
  position: relative;
  margin-left: 60px;
  border-bottom: solid 1px #FFF;
  line-height: 36px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  min-height: 36px;
}
#sec05 dl dt:before {
  position: absolute;
  content: "Q.";
  font-family: "Tenor Sans", sans-serif;
  font-size: 36px;
  letter-spacing: 0.22em;
  left: -60px;
  top: 7px;
  line-height: 1;
}
#sec05 dl dd {
  position: relative;
  height: 36px;
  margin-left: 60px;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  color: #E2D7CA;
}
#sec05 dl dd:before {
  position: absolute;
  content: "A.";
  font-family: "Tenor Sans", sans-serif;
  font-size: 36px;
  letter-spacing: 0.22em;
  left: -55px;
  top: 7px;
  line-height: 1;
  color: #FFF;
}

@media only screen and (max-width: 767.98px) {
  #sec05 .content h2 .gothic {
    font-size: 12px;
    letter-spacing: 0.24em;
  }
  #sec05 .content dl {
    margin-bottom: 50px;
  }
  #sec05 .content dl dt {
    position: relative;
    margin-left: 45px;
    padding-bottom: 10px;
    border-bottom: solid 1px #FFF;
    line-height: initial;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #sec05 .content dl dt:before {
    position: absolute;
    content: "Q.";
    font-family: "Tenor Sans", sans-serif;
    font-size: 25px;
    letter-spacing: 0.22em;
    left: -45px;
    top: 0;
    line-height: 1;
  }
  #sec05 .content dl dt span {
    display: block;
  }
  #sec05 .content dl dd {
    position: relative;
    height: auto;
    margin-left: 45px;
    line-height: 1.75;
    font-size: 12px;
    font-weight: 400;
    color: #E2D7CA;
  }
  #sec05 .content dl dd:before {
    position: absolute;
    content: "A.";
    font-family: "Tenor Sans", sans-serif;
    font-size: 25px;
    letter-spacing: 0.22em;
    left: -48px;
    top: 0;
    line-height: 1;
    color: #FFF;
  }
  #sec05 .content dl dd span {
    display: block;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
  position: relative;
  padding: 20px 0;
}
footer .fInner {
  background-color: #FFF;
  overflow: hidden;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.22em;
  color: #B79A7A;
}

.pageTop {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 60px;
  text-align: right;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.pageTop a {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: white;
  transition: all 0.25s ease;
}
.pageTop a::before {
  content: "";
  display: block;
  width: 42.5%;
  height: 42.5%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  border-top: solid 1px #935332;
  border-left: solid 1px #935332;
  top: 42.5%;
}
@media all and (min-width: 769px) {
  .pageTop a:hover {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
  }
}