body { margin: 0; padding: 0; background: #050e2e; color: #FFF; }

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%; font-weight: normal; }

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

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

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

a:hover, a:active { color: #FFF; text-decoration: 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 { background-size: 100% auto; margin: 0 auto; text-align: center; font-size: 3.6vw; line-height: 160%; font-family: 'Noto Sans JP'; }

.pc { display: none; }

.cInner { width: 100%; margin: 0 auto; text-align: center; position: relative; padding: 0 5vw; }

.fit { width: 100%; height: auto; display: block; }

#content { overflow: hidden; }

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main { background: url("../img/main_sp.jpg") no-repeat center top; background-size: 100% auto; height: 138vw; }
#main .cInner { min-height: 138vw; padding-top: 50vw; }
#main .name { position: absolute; bottom: 5vw; right: 4vw; width: 16%; }
#main .navigator { position: absolute; top: 108vw; left: 5vw; width: 22%; }

#gigyaShare { display: -webkit-flex; display: -ms-flex; display: flex; justify-content: center; }
#gigyaShare .gig-bar-container { margin-top: 5px; }

/*-------------------------------------------------
	++ HOME CONTENTS 
-------------------------------------------------*/
.section { position: relative; padding-bottom: 10vw; }
.section .secHead { margin-bottom: 10vw; }
.section .secHead h2 img { margin: 0 auto; text-align: center; height: 14vw; width: auto; }

#intro { padding-top: 5vw; }
#intro .youtube { margin-bottom: 5vw; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
#intro .youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#intro h2 { color: #fdd108; font-size: 3.9vw; font-weight: 500; line-height: 180%; margin-bottom: 3vw; }
#intro .text { line-height: 218%; font-size: 3.4vw; }
#intro .bnr { margin: 5vw auto; text-align: center; }

#message { background-color: #3d4607; padding-top: 0; }
#message .presentBlock { text-align: left; position: relative; }
#message .presentBlock .photo { margin-bottom: 3vw; }
#message .presentBlock .text { text-align: center; line-height: 200%; font-size: 3.4vw; }
#message .presentBlock .text small { display: block; font-size: 3vw; }
#message .linkBtn { margin: 5vw auto 0 auto; text-align: center; }

body.form #message { background-color: #050e2e; }

.guestList ul { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.guestList ul li { width: 47.5%; margin-bottom: 5vw; margin-right: 5%; }
.guestList ul li:nth-of-type(even) { margin-right: 0; }
.guestList ul li .photo { margin: 0 auto 3vw auto; text-align: center; }
.guestList ul li .photo img { width: 100%; height: auto; display: block; }
.guestList ul li .guestName { text-align: left; font-size: 4vw; letter-spacing: 2px; }
.guestList ul li .guestName:first-letter { font-size: 7vw; color: #fdd108; }

#sponsor .bnr { padding: 0 10vw; }
#sponsor .infoText { margin-top: 5vw; }
#sponsor .infoText a { color: #fdd108; text-decoration: underline; }

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform .formWrap { padding: 5vw; }
#messageform .formWrap .message-subtitle { background-color: #3d4607; color: colTX; margin: 3vw 0; padding: 2vw; font-weight: bold; }
#messageform .formWrap .sub-link { margin: 3vw 0; }
#messageform .formWrap .sub-link a { margin: 0 3vw; }
#messageform .formWrap #form-notice { margin: 3vw 0; text-align: left; }
#messageform .formWrap #form-notice .formAtt { margin-bottom: 3vw; }
#messageform .formWrap a { text-decoration: underline; }
#messageform .formWrap table { width: 100%; border-collapse: collapse; }
#messageform .formWrap table tr th { display: block; text-align: left; padding-bottom: 1vw; }
#messageform .formWrap table tr td { display: block; 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 h2 { font-size: 6vw; margin-bottom: 3vw; font-weight: 400; }
#messageform .linkBtn { margin: 5vw auto 0 auto; text-align: center; 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 { width: 100%; border: 1px solid #d1d1d1; background: #fff; -webkit-appearance: none; padding: 2vw; border-radius: 0; }

#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"] { vertical-align: top; }

.custom-selectbox { position: relative; display: inline-block; border: 1px solid #d0d0d0; border-radius: 0; background: #fff; margin-bottom: 3vw; }
.custom-selectbox:before { content: ""; position: absolute; top: 50%; right: 3vw; margin-top: -1vw; display: block; width: 2vw; height: 2vw; border-top: solid 2px #4d4d4d; border-right: solid 2px #4d4d4d; transform: rotate(135deg); }
.custom-selectbox select { cursor: pointer; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; padding: 1vw 7vw 1vw 3vw; 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 #050e2e; background-color: #FFF; color: #050e2e; width: 80%; padding: 2vw 3vw; font-size: 3.4vw; margin-bottom: 3vw; }

#form-submit { background-color: #fdd108; color: #050e2e; }

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter { background-color: #000; color: #FFF; padding: 6vw 0; }
#jwaveFooter .commonSet { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
#jwaveFooter .commonSet .toHome { width: 70%; text-align: left; }
#jwaveFooter .commonSet .toHome a { width: 25%; display: block; }
#jwaveFooter .commonSet .footerLogo { width: 30%; text-align: right; }
#jwaveFooter .commonSet .copyRight { width: 60%; margin: 0 auto; text-align: center; margin-top: 8vw; }
