/*!
global > color
------------------------------
*/
:root {
  --color-bg-primary: #f7f7f7;
  --color-bg-secondary: #1d0c02;
  --color-bg-black: #000000;
  --color-bg-white: #ffffff;
  --color-border-primary: #26211E;
  --color-border-black: #000000;
  --color-border-white: #ffffff;
  --color-font-primary: #f2dcb0;
  --color-font-white: #ffffff;
  --color-font-base: #000000;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 792px;
  --width-content: 936px;
  --width-content-l: 1086px;
}

/*!
global > header
------------------------------
*/
:root {
  --header-height-pc: 86px;
  --header-height-sp: 52px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Serif JP", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-family-gothic: YuGothic, sans-serif;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  all: unset;
  display: block;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  display: block;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 50% 50%;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 2;
  font-size: 16px;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  overflow-x: hidden;
  max-width: 100%;
  overflow-wrap: break-word;
  overflow-x: hidden!important;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 22px;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mt {
  margin-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-mt {
    margin-top: 120px !important;
  }
}

.u-ptb {
  padding: 32px 0 !important;
}
@media screen and (min-width: 768px) {
  .u-ptb {
    padding: 64px 0 !important;
  }
}

.u-pb{
  padding-bottom: 64px!important;
}
@media screen and (min-width: 768px) {
  .u-pb{
    padding-bottom: 120px!important;
  }
}

.u-fullwidth{
  width: 100vw!important;
  position: relative!important;
  left: 50%!important;
  transform: translateX(-50%)!important;
}

.u-font-lg{
  font-size: 19px;
}

@media screen and (min-width: 768px) {
  .u-font-lg{
    font-size: 24px;
  }
}

.u-gap{
  gap: 16px;
}

.u-vertical-rl {
  display: inline-block;
  text-align: left;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
}

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

/*!
LPcomponent > mv
------------------------------
*/

/*========= YOUTUBE設定のCSS ===============*/

#main-visual {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 40vh;
  overflow: hidden;
}

@media screen and (min-width:768px) {
  #main-visual {
    height: 56.25vw;
  }
}

/* ローディングアイコン */
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
#loading.disappear {
  display: none;
}

/* YouTube表示エリア */
#youtube-area {
  overflow: hidden;
  opacity: 0;
}
#youtube-area.appear {
  animation: PageAnimeAppear 0.5s forwards;
}
@keyframes PageAnimeAppear {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* YouTubeプレイヤー本体 */
#youtube-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40vh;
  width: auto;
  min-width: 100vw;
  min-height: 40vh;
  aspect-ratio: 16 / 9;
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width:768px) {
  #youtube-player {
    height: 56.25vw;
  }
}

/* マスク（クリック防止） */
#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

/*!
LPconponent > section
------------------------------
*/

.lp-section-image {
  background-color: var(--color-bg-primary);
}

.lp-section-text {
  font-size: 14px;
  text-align: center;
  line-height: 7.6vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp-section-text {
    font-size: 22px;
    line-height: 2.5;
  }
}

.lp-section-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  align-items: stretch;}

.lp-section-flex.lp-section-flex--row-reverse{
  flex-direction: row-reverse;
}

.lp-section-flex.lp-section-flex--start {
  align-items: flex-start;
}

.lp-section-flex.lp-section-flex--end {
  justify-content: flex-end;
}

.lp-section-flex.lp-section-flex--column {
  flex-direction: column;
}

.lp-section-flex .lp-section-flex--col-80 {
  width: 80%;
}

.lp-section-flex .lp-section-flex--col-70 {
  width: 70%;
}

.lp-section-flex .lp-section-flex--col-60 {
  width: 60%;
}

.lp-section-flex .lp-section-flex--col-40 {
  width: 40%;
}

.lp-section-flex .lp-section-flex--col-30 {
  width: 30%;
}

.lp-section-flex .lp-section-flex--col-20 {
  width: 20%;
}


/*!
LPconponent > fadein
------------------------------
*/

.lp-fadein{
  opacity: 0;
}

/*!
layout > container
------------------------------
*/
.l-container-l, .l-container, .l-container-s {
  width: 90%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container {
  max-width: var(--width-content);
}

.l-container-l {
  max-width: var(--width-content-l);
}

/*!
layout > header
------------------------------
*/

.lp-header {
  padding: 10px 0 6px;
  display: flex;
  justify-content: space-between;
  background-color: var(--color-bg-white);
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100vw;
}

.header-logo {
  width:120px;
  max-width: 100%;
  height: 36px;
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width:240px;
    height: auto;
  }
}

/*!
layout > header > menu
------------------------------
*/

.sp-menu {
    width: 60px;
    height: 36px;
    align-items: center;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    appearance: none;
}

@media screen and (min-width: 768px) {
  .sp-menu {
    width: 70px;
    height: 70px;
  }
}

.hamburger-button {
    position: relative;
    width: 60px;
    height: 36px;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    .hamburger-button {
      width: 70px;
      height: 70px;
    }
}

.hamburger-button span {
    display: block;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    height: 2px;
    background: var(--color-border-primary);
    border-radius: 5%;
    width: 26px;
}

.hamburger-button span:nth-of-type(1) {
    top: 7px;
}

.hamburger-button span:nth-of-type(2) {
    top: 16px;
}

.hamburger-button span:nth-of-type(3) {
    top: 25px;
}

@media screen and (min-width: 758px) {
  .hamburger-button span:nth-of-type(1) {
      top: 22px;
  }

  .hamburger-button span:nth-of-type(2) {
      top: 31px;
  }

  .hamburger-button span:nth-of-type(3) {
      top: 40px;
  }
  
}

.hamburger-button.is-active span:nth-of-type(1) {
    top: 14px;
    transform: rotate(45deg);
}

.hamburger-button.is-active span:nth-of-type(2) {
    opacity: 0;
}

.hamburger-button.is-active span:nth-of-type(3) {
    top: 14px;
    transform: rotate(-45deg);
}

@media screen and (min-width: 758px) {
  .hamburger-button.is-active span:nth-of-type(1),
  .hamburger-button.is-active span:nth-of-type(3) {
    top:30px;
  }
}

.sp-header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-bg-primary);
    height: 100vh;
    width: 280px;
    max-width: 55%;
    padding: 100px 40px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateZ(0) translateX(100%);
    opacity:0;
}

.sp-header__nav.is-show {
    transform: translateZ(0) translateX(0);
    pointer-events: auto;
    opacity:1;
}

.sp-header__nav-list-item {
    margin-bottom: 33px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
  .sp-header__nav-list-item {
    font-size: 18px;
  }
}

/*!
layout > footer
------------------------------
*/

.lp-footer {
  background-color: var(--color-bg-secondary);
  color: var(--color-font-primary);
  padding: 28px 0 18px;
}

.lp-footer-menu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  gap: 14px;
  margin:0 auto 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lp-footer-menu{
    flex-direction: column;
    gap: 24px;
    font-size: 18px;
  }
}

.lp-footer-menu-button{
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}

.lp-footer-menu-button::before{
  content: "";
  border: 1px solid var(--color-font-primary);
  width: 112%;
  height: 120%;
  position: absolute;
  top: -6px;
  left: -10px;
}

.lp-footer-menu-button::after{
  content: "";
  border: 1px solid var(--color-font-primary);
  width: 112%;
  height: 120%;
  position: absolute;
  top: 0;
  left: -20px;
}

.lp-footer-menu-tel::before{
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 4px;
}

.lp-footer-menu-map::before{
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 4px;
}

.lp-footer-logo {
  width: 260px;
  max-width: 35%;
  height: auto;
  margin: 0 auto 10px;
}

.lp-footer-logo img{
  width: 100%;
  object-fit: cover;
}

.lp-footer-address{
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lp-footer-address{
    font-size: 18px;
  }
}

.lp-footer-copy {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .lp-footer-copy {
    font-size: 16px;
  }
}

/*!
LPpage > concept
------------------------------
*/

.lp-concept {
  padding-top: var(--header-height-sp);
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .lp-concept {
    padding-top: var(--header-height-pc);
    margin-bottom: 80px;
    height: auto;
  }
}

.lp-concept-contents {
  height: 52vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 758px) {
  .lp-concept-contents {
    height: 58vh;
  }
}

.l-concept .lp-section-text > p:nth-child(2){
  margin-top: 12px;
}

/*!
LPpage > Prologue
------------------------------
*/

.lp-prologue {
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .lp-prologue {
    width: 100%;
    height: 100%;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .lp-prologue-contents .lp-section-image{
    width: 60%;
  }
}

.lp-prologue-contents .lp-section-image img{
  object-fit: cover;
  height: 100%;
}


/*!
LPpage > GuestLounge
------------------------------
*/

@media screen and (min-width: 768px) {
  .lp-guestlounge-contents .lp-section-image{
    width: 60%;
  }
}

.lp-guestlounge-contents .lp-section-image img{
  object-fit: cover;
  height: 100%;
}

/*!
LPpage > dramaticscenes
------------------------------
*/

.lp-dramaticscenes {
  width: 100vw;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .lp-dramaticscenes {
    width: 100%;
  }
}

.lp-dramaticscenes-contents .lp-section-image img{
  object-fit: cover;
  height: 100%;
}

/*!
LPpage > BridalSuite
------------------------------
*/

.lp-bridalsuite {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom:80px;
}
@media screen and (min-width: 768px) {
  .lp-bridalsuite {
    height: 100%;
    margin-bottom: 80px;
  }
}

.lp-bridalsuite .lp-section-image--04{
  width: 100%;
  height: 220px;
}

@media screen and (min-width: 768px) {
  .lp-bridalsuite .lp-section-image--04{
    height: 100%;
  }
}

.lp-bridalsuite .lp-section-image--04 img{
  object-fit: cover;
  height: 100%;
}

.lp-bridalsuite .lp-section-image--05{
  width: 126px;
  height: 84px;
  margin-top: 18px;
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .lp-bridalsuite .lp-section-image--05{
    width: 60%;
    height: auto;
    margin-top: 30px;
    margin-left: 120;
  }
}

.lp-bridalsuite .lp-section-image--06{
  width: 282px;
  margin-top:10px;
}


@media screen and (min-width: 768px) {
  .lp-bridalsuite .lp-section-image--06{
    width: 80%;
    height: auto;
    margin-top: 30px;
  }
}

/*!
LPpage > cathedral
------------------------------
*/

.lp-cathedral {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .lp-cathedral {
    margin-bottom:80px;
  }
}

.lp-cathedral .u-font-lg{
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .lp-cathedral .u-font-lg{
    font-size: 24px;
  }
}

.lp-cathedral-contents .lp-section-image--09 img{
  object-fit: cover;
  height: 100%;
}


/*!
LPpage > diningroom
------------------------------
*/

.lp-diningroom {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .lp-diningroom {
    margin-bottom:80px;
  }
}

.lp-diningroom-pic2 {
  width: 80%;
  margin: 0 auto;
}

.lp-diningroom-contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.lp-diningroom-contents .lp-section-image--10{
  width: 100%;
  height: 100%;
}

.lp-diningroom-contents .lp-section-image--10 img{
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .lp-diningroom-contents .lp-section-image--13{
    width: 40%;
  }
}

.lp-diningroom-contents .lp-section-image--13 img{
  object-fit: cover;
  height: 100%;
}

/*!
LPpage > foryou
------------------------------
*/
.lp-foryou {
  width: 100%;
  height: calc(100vh - var(--header-height-sp));
}

@media screen and (min-width: 768px) {
  .lp-foryou {
    height: auto;
  }
}

.lp-foryou-image {
  height: 45vh;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp-foryou-image {
    height: 1200px;
  }
}

.lp-foryou-image img{
  height:100%;
  object-fit: cover;
  overflow: hidden;
  object-position: bottom;
}

.lp-foryou-contents {
  height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lp-foryou-contents .lp-section-logo{
  width: 80px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp-foryou-contents .lp-section-logo{
    width: 180px;
  }
}