body {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

img {
  line-height: 0;
  font-size: 0;
  border: 0;
}

a img, fieldset, img {
  border: 0;
}

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

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

ul, li, ol {
  list-style: none;
}

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

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  text-decoration: none;
}

a {
  transition: all 0.3s ease-in;
}

a:hover {
  opacity: 0.8;
}

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

@media screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .fit {
    width: 100%;
    height: auto;
  }
}
.sizeXL {
  font-size: 24px;
}

.sizeLL {
  font-size: 22px;
}

.sizeL {
  font-size: 20px;
}

.sizeM {
  font-size: 18px;
}

.sizeN {
  font-size: 16px;
}

.sizeS {
  font-size: 14px;
}

@media screen and (max-width: 759px) {
  .sizeXL {
    font-size: 5vw;
  }
  .sizeLL {
    font-size: 4.6vw;
  }
  .sizeL {
    font-size: 4.2vw;
  }
  .sizeM {
    font-size: 3.8vw;
  }
  .sizeN {
    font-size: 3.4vw;
  }
  .sizeS {
    font-size: 3vw;
  }
}
#container {
  margin: 0 auto;
  text-align: center;
  line-height: 160%;
  min-width: 1000px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #f2f2f2;
}
@media screen and (max-width: 759px) {
  #container {
    min-width: 100%;
    font-size: 3.4vw;
  }
}

.cInner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .cInner {
    width: 100%;
    padding: 0 5vw;
  }
}

.btn {
  display: inline-block;
  background-color: #000;
  border: 2px solid #f2f2f2;
  color: #FFF !important;
  font-size: 25px;
  padding: 15px 50px 10px 50px;
  line-height: 1.2;
  min-width: 320px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 759px) {
  .btn {
    font-size: 4vw;
    padding: 3vw 5vw;
    min-width: 70%;
  }
}
.btn:hover {
  background-color: #FFF;
  color: #2d323b !important;
}
.btn:hover::after {
  border-color: #2d323b;
}
.btn.rv {
  background-color: #f2f2f2;
  border-color: #2d323b;
  color: #2d323b !important;
}
.btn.rv::after {
  border-color: #2d323b;
}
.btn.rv:hover {
  background-color: #000;
  color: #FFF !important;
}
.btn.rv:hover::after {
  border-color: #fff;
}

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main, #submain {
  background: url("../img/main.jpg") no-repeat center center;
  background-size: 1759px auto;
  height: 700px;
  position: relative;
}
#main .titleArea, #submain .titleArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 30px 0;
}
@media screen and (max-width: 759px) {
  #main, #submain {
    height: auto;
    padding: 20vw 5vw 10vw 5vw;
  }
  #main .titleArea, #submain .titleArea {
    justify-content: center;
  }
  #main .titleArea .navigator, #submain .titleArea .navigator {
    padding: 0 15vw;
  }
}

#submain {
  height: 420px;
}
@media screen and (max-width: 759px) {
  #submain {
    height: auto;
    padding: 5vw 0;
  }
}
#submain .titleArea {
  justify-content: center;
}

.pageTitle {
  width: 100%;
  background-color: #2d323b;
  color: #FFF;
  padding: 30px 20px 0 20px;
}
.pageTitle h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 759px) {
  .pageTitle {
    padding: 3vw 5vw 0 5vw;
  }
  .pageTitle h2 {
    font-size: 5vw;
  }
}

@media (min-width: 1759px) {
  #main, #submain {
    background-size: 100% auto;
  }
  #main:after, #submain:after {
    background-size: 100% auto;
  }
}
.section {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 759px) {
  .section {
    padding: 10vw 0;
  }
}
.section .secHead {
  margin-bottom: 50px;
}
.section .secHead h2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 2;
  color: #2d323b;
}
.section .secHead .text {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 759px) {
  .section .secHead {
    margin-bottom: 5vw;
  }
  .section .secHead h2 {
    font-size: 6vw;
  }
  .section .secHead .text {
    font-size: 4.2vw;
    line-height: 1.6;
  }
}
.section.rv {
  color: #f2f2f2;
  background-color: #2d323b;
}
.section.rv .secHead h2 {
  color: #f2f2f2;
}
.section.gray {
  background-color: rgba(40, 40, 40, 0.15);
}
.section.toparrowW {
  padding-top: 0;
}
.section.toparrowW .secHead {
  padding-top: 40px;
}
@media screen and (max-width: 759px) {
  .section.toparrowW .secHead {
    padding-top: 5vw;
  }
}
.section.toparrowW::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 140/7;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2800 140'%3E%3Cg%3E%3Cpath fill='%23f2f2f2' d='M1400,140L0,9.3V0h2800v9.3s-1400,130.7-1400,130.7Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.section.toparrowBK {
  padding-top: 0;
}
.section.toparrowBK .secHead {
  padding-top: 40px;
}
@media screen and (max-width: 759px) {
  .section.toparrowBK .secHead {
    padding-top: 5vw;
  }
}
.section.toparrowBK::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 140/7;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2800 140'%3E%3Cg%3E%3Cpath fill='%232d323b' d='M1400,140L0,9.3V0h2800v9.3s-1400,130.7-1400,130.7Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.panelList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  gap: 60px;
}
.panelList ul li {
  width: calc(50% - 30px);
}
.panelList ul li .photo {
  position: relative;
  width: 100%;
}
.panelList ul li .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.panelList ul li .photo dl {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.2;
}
.panelList ul li .photo dl dt {
  background-color: rgba(45, 50, 59, 0.75);
  color: #FFF;
  font-size: 14px;
  padding: 3px 10px;
}
.panelList ul li .photo dl dt time {
  font-size: 20px;
  margin-right: 3px;
}
.panelList ul li .photo dl dd {
  background-color: #2d323b;
  color: #FFF;
  font-size: 20px;
  padding: 3px 10px;
}
.panelList ul li .detail {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 759px) {
  .panelList ul {
    padding: 0;
    gap: 5vw;
  }
  .panelList ul li {
    width: 100%;
  }
  .panelList ul li .photo dl dt {
    font-size: 3vw;
    padding: 1vw 2vw;
  }
  .panelList ul li .photo dl dt time {
    font-size: 4.2vw;
    margin-right: 1vw;
  }
  .panelList ul li .photo dl dd {
    font-size: 4.2vw;
    padding: 1vw 2vw;
  }
  .panelList ul li .detail {
    margin-top: 2vw;
  }
}

.guestList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.guestList ul li {
  width: calc((100% - 90px) / 3);
}
.guestList ul li .photo {
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(45, 50, 59, 0.3);
}
.guestList ul li .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.guestList ul li .photo .label {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  font-size: 14px;
  padding: 3px 10px;
}
.guestList ul li .guestName {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  .guestList ul {
    gap: 5vw;
  }
  .guestList ul li {
    width: calc((100% - 5vw) / 2);
  }
  .guestList ul li .photo .label {
    bottom: -3vw;
    font-size: 3vw;
    padding: 1vw 2vw;
  }
  .guestList ul li .guestName {
    margin-top: 3vw;
    font-size: 3.4vw;
  }
}

.photoList {
  position: relative;
}
.photoList::before, .photoList::after,
.photoList .listInner::before,
.photoList .listInner::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #2d323b;
}
@media screen and (max-width: 759px) {
  .photoList::before, .photoList::after,
.photoList .listInner::before,
.photoList .listInner::after {
    width: 8vw;
    height: 8vw;
  }
}
.photoList:before,
.photoList .listInner::before {
  left: -10px;
  border-left: 1px solid #2d323b;
}
.photoList:after,
.photoList .listInner::after {
  right: -10px;
  border-right: 1px solid #2d323b;
}
.photoList .listInner {
  position: relative;
}
.photoList .listInner:before, .photoList .listInner:after {
  top: auto;
  bottom: -10px;
  border-top: none;
  border-bottom: 1px solid #2d323b;
}
.photoList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.photoList ul li {
  width: calc((100% - 40px) / 5);
}
.photoList ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 759px) {
  .photoList ul {
    gap: 3vw;
  }
  .photoList ul li {
    width: calc((100% - 6vw) / 3);
  }
}

/*-------------------------------------------------
	++ HOME CONTENTS 
-------------------------------------------------*/
#intro {
  padding-top: 110px;
}
#intro .secHead {
  margin-bottom: 0;
}
#intro .secHead h2 {
  font-size: 40px;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.2em 50px 0 50px;
  line-height: 1;
}
#intro .secHead h2:before, #intro .secHead h2:after {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% + 60px);
  border-top: 1px solid #2d323b;
  border-bottom: 1px solid #2d323b;
  position: absolute;
  top: -30px;
}
#intro .secHead h2:before {
  border-left: 1px solid #2d323b;
  left: 0;
}
#intro .secHead h2:after {
  border-right: 1px solid #2d323b;
  right: 0;
}
#intro .text {
  font-size: 20px;
  line-height: 2;
  margin-top: 70px;
}
#intro .bnr {
  margin: 80px auto 0 auto;
  text-align: center;
}
#intro .introSns {
  margin-top: 40px;
}
#intro .introSns h3 {
  font-size: 20px;
}
#intro .introSns .snsBtn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-color: #000;
  padding: 10px 30px;
  margin-top: 15px;
  gap: 0 15px;
}
#intro .introSns .snsBtn .icon {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#intro .introSns .snsBtn .icon img {
  width: 100%;
  height: auto;
  padding: 10px;
}
#intro .introSns .snsBtn .acnt {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 759px) {
  #intro {
    padding-top: 10vw;
  }
  #intro .secHead h2 {
    display: block;
    font-size: 6vw;
    padding: 0.2em 5vw 0 5vw;
    line-height: 1.4;
  }
  #intro .secHead h2:before, #intro .secHead h2:after {
    height: calc(100% + 5vw);
    top: -2.5vw;
  }
  #intro .text {
    font-size: 4.2vw;
    margin-top: 10vw;
  }
  #intro .bnr {
    margin-top: 8vw;
  }
  #intro .introSns {
    margin-top: 8vw;
  }
  #intro .introSns h3 {
    font-size: 4.2vw;
  }
  #intro .introSns .snsBtn {
    padding: 3vw 5vw;
    margin-top: 3vw;
    gap: 0 3vw;
  }
  #intro .introSns .snsBtn .icon {
    width: 12vw;
    padding: 2vw;
  }
  #intro .introSns .snsBtn .acnt {
    font-size: 4.2vw;
  }
}

#message {
  position: relative;
}
#message .secHead {
  margin-bottom: 35px;
}
#message .linkBtn {
  margin-top: 20px;
}
@media screen and (max-width: 759px) {
  #message .secHead {
    margin-bottom: 0;
  }
  #message .linkBtn {
    margin-top: 5vw;
  }
}

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#message .formAtt {
  margin: 20px 0;
  text-align: left;
}
@media screen and (max-width: 759px) {
  #message .formAtt {
    margin: 5vw 0;
  }
}
#message .formWrap {
  padding: 0 75px 50px 75px;
}
@media screen and (max-width: 759px) {
  #message .formWrap {
    padding: 0;
  }
}
#message .formWrap .message-subtitle {
  color: #2d323b;
  padding: 7px;
  margin: 20px 0;
  font-size: 18px;
  border-bottom: 2px solid #2d323b;
}
@media screen and (max-width: 759px) {
  #message .formWrap .message-subtitle {
    margin: 3vw 0;
    padding: 2vw;
    font-size: 3.8vw;
  }
}
#message .formWrap .sub-link {
  margin: 20px 0;
}
@media screen and (max-width: 759px) {
  #message .formWrap .sub-link {
    margin: 3vw 0;
  }
}
#message .formWrap .sub-link a {
  margin: 0 20px;
}
@media screen and (max-width: 759px) {
  #message .formWrap .sub-link a {
    margin: 0 3vw;
  }
}
#message .formWrap #form-notice {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 759px) {
  #message .formWrap #form-notice {
    margin: 3vw 0;
  }
}
#message .formWrap #form-notice .formAtt {
  margin-bottom: 20px;
}
@media screen and (max-width: 759px) {
  #message .formWrap #form-notice .formAtt {
    margin-bottom: 3vw;
  }
}
#message .formWrap a {
  text-decoration: underline;
}
#message .formWrap table {
  width: 100%;
  border-collapse: collapse;
}
#message .formWrap table tr th {
  vertical-align: top;
  padding-top: 9px;
  width: 30%;
  padding-left: 30px;
  padding-right: 24px;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 759px) {
  #message .formWrap table tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 1vw 0;
    font-size: 3.6vw;
  }
}
#message .formWrap table tr td {
  padding: 1px 0px 7px 0;
  width: 70%;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  #message .formWrap table tr td {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5vw;
    font-size: 3.6vw;
  }
  #message .formWrap table tr td textarea, #message .formWrap table tr td select {
    font-size: 16px;
  }
}
@media screen and (max-width: 759px) {
  #message .formWrap table tr td input {
    font-size: 16px;
  }
}
#message .formWrap table tr td input.fname {
  width: 50%;
  margin-bottom: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 759px) {
  #message .formWrap table tr td input.fname {
    width: 45%;
  }
}
#message .formWrap table tr td input.fage {
  width: 10%;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 759px) {
  #message .formWrap table tr td input.fage {
    width: 15%;
  }
}
@media screen and (max-width: 759px) {
  #message .formWrap .thanks {
    padding: 10vw 0;
  }
}
#message .formWrap .thanks h2 {
  color: #2d323b;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media screen and (max-width: 759px) {
  #message .formWrap .thanks h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
}
#message .formWrap input[type=text], #message .formWrap input[type=password], #message .formWrap input[type=tel], #message .formWrap input[type=email], #message .formWrap input[type=number] {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  border-radius: 0;
  font-size: 16px;
  height: 36px;
  vertical-align: top;
}
@media screen and (max-width: 759px) {
  #message .formWrap input[type=text], #message .formWrap input[type=password], #message .formWrap input[type=tel], #message .formWrap input[type=email], #message .formWrap input[type=number] {
    padding: 2vw;
  }
}
#message .formWrap input:focus {
  outline: none;
}
#message .formWrap select:focus {
  outline: none;
}
#message .formWrap textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  border-radius: 0;
  font-size: 16px;
  height: 100px;
}
@media screen and (max-width: 759px) {
  #message .formWrap textarea {
    padding: 2vw;
    height: 40vw;
  }
}
#message .formWrap textarea:focus {
  outline: none;
}

.custom-selectbox {
  position: relative;
  display: inline-block;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #fff;
  margin-bottom: 5px;
  width: 100%;
  padding: 7px;
}
@media screen and (max-width: 759px) {
  .custom-selectbox {
    margin-bottom: 3vw;
  }
}
.custom-selectbox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #4d4d4d;
  border-right: solid 2px #4d4d4d;
  transform: rotate(135deg);
}
@media screen and (max-width: 759px) {
  .custom-selectbox:before {
    right: 3vw;
    margin-top: -1vw;
    width: 2vw;
    height: 2vw;
  }
}
.custom-selectbox:nth-last-of-type(1) {
  margin-bottom: 0;
}
.custom-selectbox select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 2px 20px 2px 5px;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 759px) {
  .custom-selectbox select {
    padding: 1vw 7vw 1vw 3vw;
  }
}
.custom-selectbox select::-ms-expand {
  display: none;
}

#form-submit,
#form-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: #fff;
  color: #333;
  height: 44px;
  width: 264px;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 759px) {
  #form-submit,
#form-reset {
    width: 80%;
    padding: 2vw 3vw;
    font-size: 3.4vw;
    margin-bottom: 3vw;
  }
}

#form-submit {
  background-color: #2d323b;
  color: #FFF;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  background-color: #2d323b;
  color: #FFF;
  padding: 20px 0 78px 0;
}
#jwaveFooter .commonSet {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#jwaveFooter .commonSet .toHome {
  width: 50%;
  text-align: left;
}
#jwaveFooter .commonSet .footerLogo {
  width: 50%;
  text-align: right;
}
#jwaveFooter .commonSet .copyRight {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 759px) {
  /* SP */
  #jwaveFooter {
    padding: 6vw 0;
  }
  #jwaveFooter .commonSet .toHome {
    width: 70%;
  }
  #jwaveFooter .commonSet .toHome a {
    width: 25%;
    display: block;
  }
  #jwaveFooter .commonSet .footerLogo {
    width: 30%;
  }
  #jwaveFooter .commonSet .copyRight {
    width: 60%;
    margin: 0 auto;
    margin-top: 8vw;
  }
}