body { margin: 0; padding: 0; background: #06193f; 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%; }

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; }

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; }

body { background: url("../img/bg.jpg") center top repeat; }

#container { margin: 0 auto; text-align: center; line-height: 160%; min-width: 980px; overflow-x: hidden; font-size: 16px; font-family: 'Noto Sans JP'; }

.pc { display: block; }

.sp, img.sp { display: none !important; }

.cInner { width: 980px; margin: 0 auto; text-align: center; position: relative; }

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main { padding-bottom: 50px; }
#main .title { padding: 95px 0 50px 0; }

.time { background-color: #637b85; height: 60px; padding: 15px 0 15px 0; margin-top: -10px; }

#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: 35px 0 45px 0; }
.section .secHead { margin-bottom: 45px; }
.section .secHead h2 img { margin: 0 auto; text-align: center; }

#intro { padding: 35px 0 60px 0; }
#intro .text { line-height: 40px; font-weight: 500; }

#conversation .secHead { margin-bottom: 70px; }

.guestList .bnr img { max-width: 100%; height: auto; margin-bottom: 50px; }
.guestList .bnr iframe { max-width: 80%; height: 360px; padding-bottom: 50px; }
.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: 50%; margin-bottom: 25px; }
.guestList ul li .guest { width: 440px; margin: 0 auto; text-align: center; }

.guestList ul li .guestName { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }
.guestList ul li .guestName .name { display: block; position: relative; width: 50%; line-height: 140%; }
.guestList ul li .guestName .name span { display: block; font-size: 12px; }
.guestList ul li .guestName .name:nth-of-type(n+2):before { content: "+"; display: block; position: absolute; left: -5px; top: 5px; font-size: 18px; }

#message .secHead h2 { margin-bottom: 30px; }

.linkBtn { margin: 30px auto; text-align: center; }
.linkBtn a { position: relative; background-color: #a8961f; color: #FFF; font-size: 18px; min-width: 340px; padding: 17px 20px; display: inline-block; border-radius: 30px; text-decoration: none !important; }
.linkBtn a:after { content: ""; display: block; background: url("../img/arrow.png") center top no-repeat; width: 35px; height: 18px; position: absolute; top: 50%; right: 15px; margin-top: -10px; }

#sponsor { background-color: rgba(255, 255, 255, 0.1); }

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform { margin-top: 20px; }
#messageform .formAtt { margin: 20px 0; text-align: left; }
#messageform .formWrap { margin-bottom: 50px; }
#messageform .formWrap .message-subtitle { background-color: #637b85; color: #06193f; padding: 7px; margin: 20px 0; font-size: 18px; }
#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: left; 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 { font-size: 38px; 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: 180px; }

#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: #fff; margin-bottom: 5px; }
.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 #637b85; border-radius: 22px; background-color: #06193f; color: #637b85; height: 44px; width: 264px; margin-right: 16px; font-size: 16px; cursor: pointer; transition: all 0.3s ease-in; }

#form-submit { background-color: #637b85; color: #06193f; }

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter { background-color: #637b85; color: #06193f; padding: 20px 0 78px 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: 50%; text-align: left; }
#jwaveFooter .commonSet .footerLogo { width: 50%; text-align: right; }
#jwaveFooter .commonSet .copyRight { width: 100%; text-align: center; font-size: 12px; }
