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: #000; text-decoration: none; }

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

a { -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }

a:hover { filter: alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; }

hr { display: none; }

.cf:before, .cf:after { content: " "; display: table; }

.cf:after { clear: both; }

.cf { *zoom: 1; }

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

#container { margin: 0 auto; text-align: center; line-height: 160%; min-width: 1000px; overflow-x: hidden; font-size: 18px; font-family: 'Oswald','Noto Sans JP', sans-serif; }

#content { background: url("../img/bg.jpg") no-repeat center top; background-size: 100% 100%; }
.home #content { padding-top: 240px; }

@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; } }
.cInner { width: 960px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

.btn { display: inline-block; background-color: #124c65; border: 2px solid #124c65; color: #FFF !important; font-size: 23px; padding: 17px 40px; min-width: 320px; border-radius: 40px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05); }
.btn:hover { background-color: #FFF; color: #124c65 !important; }
.btn.rv { background-color: #FFF; color: #124c65 !important; }
.btn.rv:hover { background-color: #124c65; color: #FFF !important; }

.colRed { color: #124c65; }

@media screen and (max-width: 759px) { /* SP */
  #container { min-width: 100%; font-size: 3.4vw; }
  .cInner { width: 100%; padding: 0 5vw; }
  .fit { width: 100%; height: auto; display: block; }
  .btn { font-size: 4vw; padding: 3vw 5vw; min-width: 70%; } }
/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main, #submain { background: url("../img/main_bg.jpg") no-repeat center bottom; background-size: 1500px auto; min-height: 820px; position: relative; }
@media screen and (min-width: 1500px) { #main, #submain { background-size: 100% auto; } }
@media screen and (max-width: 759px) { #main, #submain { background: url("../img/main_bg_sp.jpg") no-repeat center top; background-size: 100% auto; min-height: 160vw; } }
#main .title, #submain .title { padding-top: 110px; position: relative; z-index: 1; }
@media screen and (max-width: 759px) { #main .title, #submain .title { padding: 20vw 5vw; } }
#main .navigator, #submain .navigator { position: absolute; top: 580px; left: 50%; transform: translateX(-50%); z-index: 1; }
@media screen and (max-width: 759px) { #main .navigator, #submain .navigator { top: 140vw; width: 75%; } }
#main .navigator .img, #submain .navigator .img { margin-bottom: 8px; }
#main .navigator .img img, #submain .navigator .img img { display: block; border-radius: 10px; box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.9), 0 0 15px 0 rgba(255, 255, 255, 0.9); vertical-align: top; }
#main .navigator .label, #submain .navigator .label { display: block; font-size: 22px; color: #ae8311; margin-bottom: 5px; }
@media screen and (max-width: 759px) { #main .navigator .label, #submain .navigator .label { font-size: 5vw; } }
#main .navigator .name, #submain .navigator .name { display: inline-block; background-color: #ae8311; color: #FFF; font-size: 20px; padding: 2px 10px 5px 10px; line-height: 1; }
@media screen and (max-width: 759px) { #main .navigator .name, #submain .navigator .name { font-size: 4vw; } }

#submain { min-height: 590px; }

/*-------------------------------------------------
	++ HOME CONTENTS 
-------------------------------------------------*/
.section { padding: 50px 0; position: relative; }
.section .secHead { margin-bottom: 20px; }
.section .secHead h2 { font-size: 40px; font-weight: 500; line-height: 2; color: #124c65; letter-spacing: 2px; }
.section .secHead .text { text-align: center; margin-top: 30px; }

@media screen and (max-width: 759px) { .section { padding: 8vw 0; }
  .section .secHead { margin-bottom: 5vw; }
  .section .secHead h2 { font-size: 8vw; }
  .section .secHead .text { margin-top: 5vw; } }
#intro .secHead h2 { font-size: 38px; color: #124c65; position: relative; display: inline; background: linear-gradient(transparent 70%, #acd4e0 70%); line-height: 1.8; }
#intro .secHead h2 span { font-size: 42px; }
#intro .text { line-height: 2; }

@media screen and (max-width: 759px) { #intro .secHead h2 { font-size: 5.4vw; }
  #intro .secHead h2 span { font-size: 6.4vw; } }
#guest .guestList ul { position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
#guest .guestList ul li { width: 32%; margin-right: 2%; }
#guest .guestList ul li:nth-of-type(3n) { margin-right: 0; }
#guest .guestList ul li .photo { margin: 0 auto 13px auto; text-align: center; position: relative; }
#guest .guestList ul li .photo img { width: 100%; height: auto; display: block; border-radius: 10px; }
#guest .guestList ul li .guestName { text-align: center; font-size: 20px; margin-top: 10px; }
#guest .guestList ul li .guestName span:not(.gp) { display: inline-block; background-color: #ae8311; color: #FFF; padding: 2px 10px 5px 10px; line-height: 1; }
#guest .guestList ul li .guestName span.gp { display: block; color: #ae8311; font-size: 15px; font-weight: 500; }

@media screen and (max-width: 759px) { #guest .guestList ul li { width: 70%; margin-right: 0; margin-bottom: 7vw; }
  #guest .guestList ul li .photo { margin: 0 auto 2vw auto; }
  #guest .guestList ul li .guestName { font-size: 4vw; margin-top: 2vw; }
  #guest .guestList ul li .guestName span.gp { font-size: 3.6vw; } }
#message .linkBtn { margin-top: 50px; }

@media screen and (max-width: 759px) { #message .linkBtn { margin-top: 5vw; } }
#fmlist .fmlist ul { display: flex; flex-wrap: wrap; justify-content: center; }
#fmlist .fmlist ul li { width: 20%; padding: 0 20px; text-align: center; }
#fmlist .fmlist ul li img { width: 100%; height: auto; display: block; margin-bottom: 15px; }
#fmlist .fmlist ul li .pg { position: relative; font-size: 15px; margin: 0 10px; line-height: 1.6; }
#fmlist .fmlist ul li .pg:before, #fmlist .fmlist ul li .pg:after { content: ""; display: block; width: 10px; height: 100%; border-top: 1px solid #124c65; border-bottom: 1px solid #124c65; position: absolute; top: 0; }
#fmlist .fmlist ul li .pg:before { border-left: 1px solid #124c65; left: 0; }
#fmlist .fmlist ul li .pg:after { border-right: 1px solid #124c65; right: 0; }

@media screen and (max-width: 759px) { #fmlist .fmlist ul li { width: 48%; padding: 0 3vw; margin-bottom: 7vw; }
  #fmlist .fmlist ul li img { margin-bottom: 2vw; }
  #fmlist .fmlist ul li .pg { font-size: 3.4vw; margin: 0 3vw; } }
#gigyaShare { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; }
#gigyaShare .gig-bar-container { margin-top: 5px; }

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform { padding: 140px 0; }
#messageform .secHead { margin-bottom: 60px; position: relative; }
#messageform .formAtt { margin: 20px 0; text-align: left; }
#messageform .formWrap { padding: 0 75px 50px 75px; }
#messageform .formWrap .message-subtitle { color: #124c65; padding: 7px; margin: 20px 0; font-size: 18px; border-bottom: 2px solid #124c65; }
#messageform .formWrap .sub-link { margin: 20px 0; }
#messageform .formWrap .sub-link a { margin: 0 20px; }
#messageform .formWrap #form-notice { margin: 20px 0; text-align: left; font-size: 14px; }
#messageform .formWrap #form-notice .formAtt { margin-bottom: 20px; }
#messageform .formWrap a { text-decoration: underline; }
#messageform .formWrap table { width: 100%; border-collapse: collapse; }
#messageform .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; }
#messageform .formWrap table tr td { padding: 1px 0px 7px 0; width: 70%; text-align: left; font-size: 16px; }
#messageform .formWrap table tr td input.fname { width: 50%; margin-bottom: 2px; vertical-align: middle; }
#messageform .formWrap table tr td input.fage { width: 10%; margin-right: 3px; margin-bottom: 2px; vertical-align: middle; }
#messageform .formWrap .thanks h2 { color: #124c65; font-size: 24px; margin-bottom: 15px; font-weight: 400; }

#hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"], #hw-message table textarea { width: 100%; border: 1px solid #d1d1d1; background: #fff; -webkit-appearance: none; padding: 5px; border-radius: 0; font-size: 16px; }

#hw-message table textarea { height: 100px; }

#hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"] { height: 36px; vertical-align: top; }

#hw-message input:focus, #hw-message select:focus, #hw-message textarea:focus { outline: none; }

.custom-selectbox { position: relative; display: inline-block; border: 1px solid #d0d0d0; border-radius: 0; background: #f8f8f8; margin-bottom: 5px; width: 100%; padding: 7px; }
.custom-selectbox:hover { border: 1px solid #999999; }
.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); }
.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; }
.custom-selectbox select::-ms-expand { display: none; }

#form-submit, #form-reset { -webkit-appearance: none; border: 1px solid #d1d1d1; background-color: #f7f7f7; color: #333; height: 44px; width: 264px; border-radius: 25px; margin-right: 16px; font-size: 16px; cursor: pointer; transition: all 0.3s ease-in; }

#form-submit { border: 1px solid #124c65; background-color: #124c65; color: #FFF; }

@media screen and (max-width: 759px) { /* SP */
  #messageform { padding: 10vw 0; }
  #messageform .secHead { margin-bottom: 5vw; position: relative; }
  #messageform .secHead h2:before, #messageform .secHead h2:after { width: 16vw; height: 10px; background-size: 10px 1px; margin-top: -5px; }
  #messageform .formWrap { padding: 5vw; }
  #messageform .formWrap .message-subtitle { margin: 3vw 0; padding: 2vw; font-size: 3.8vw; }
  #messageform .formWrap .sub-link { margin: 3vw 0; }
  #messageform .formWrap .sub-link a { margin: 0 3vw; }
  #messageform .formWrap #form-notice { margin: 3vw 0; }
  #messageform .formWrap #form-notice .formAtt { margin-bottom: 3vw; }
  #messageform .formWrap table tr th { display: block; width: 100%; text-align: left; padding: 0 0 1vw 0; font-size: 3.6vw; }
  #messageform .formWrap table tr td { display: block; width: 100%; text-align: left; padding-bottom: 5vw; font-size: 3.6vw; }
  #messageform .formWrap table tr td input { font-size: 16px; }
  #messageform .formWrap table tr td input.fname { width: 45%; margin-bottom: 2px; vertical-align: middle; }
  #messageform .formWrap table tr td input.fage { width: 15%; margin-right: 3px; margin-bottom: 2px; vertical-align: middle; }
  #messageform .formWrap table tr td textarea, #messageform .formWrap table tr td select { font-size: 16px; }
  #messageform .formWrap .thanks { padding: 10vw 0; }
  #messageform .formWrap .thanks h2 { font-size: 6vw; margin-bottom: 3vw; }
  #messageform .linkBtn { margin: 5vw auto 0 auto; width: 50%; }
  #hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"], #hw-message table textarea { padding: 2vw; }
  #hw-message table textarea { height: 40vw; }
  #hw-message input[type="text"], #hw-message input[type="password"], #hw-message input[type="tel"], #hw-message input[type="email"], #hw-message input[type="number"] { height: auto; }
  .custom-selectbox { margin-bottom: 3vw; }
  .custom-selectbox:before { right: 3vw; margin-top: -1vw; width: 2vw; height: 2vw; }
  .custom-selectbox select { padding: 1vw 7vw 1vw 3vw; }
  #form-submit, #form-reset { width: 80%; padding: 2vw 3vw; font-size: 3.4vw; margin-bottom: 3vw; } }
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter { padding: 50px 0 78px 0; }
#jwaveFooter .commonSet .footerLogo { margin-bottom: 20px; }
#jwaveFooter .commonSet .toHome { margin-bottom: 15px; }
#jwaveFooter .commonSet .copyRight { font-size: 12px; }

@media screen and (max-width: 759px) { /* SP */
  #jwaveFooter { padding: 10vw 0 5vw; }
  #jwaveFooter .commonSet .footerLogo { width: 50%; margin: 0 auto 5vw auto; }
  #jwaveFooter .commonSet .toHome { width: 40%; margin: 0 auto 3vw auto; }
  #jwaveFooter .commonSet .copyRight { font-size: 2.6vw; } }
