@charset "UTF-8";
body { margin: 0; padding: 0; background: #000; color: #FFF; font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','游ゴシック体','YuGothic','游ゴシック','Yu Gothic','メイリオ',Meiryo,'Arial',sans-serif; }

html, body { height: 100%; }

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

a img, fieldset, img { border: 0; vertical-align: top; }

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

#container { background: url("../img/main_bg.jpg") center 0 no-repeat; margin: 0 auto; text-align: center; line-height: 160%; min-width: 980px; overflow-x: hidden; font-size: 16px; }

.pc { display: block; }

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

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

/*-------------------------------------------------
	++ HOME MAIN 
-------------------------------------------------*/
#main { height: 600px; }
#main .icon { position: absolute; left: 50%; opacity: 0; }
#main .icon.icon1 { top: 175px; margin-left: -470px; animation: fadeIn 1s ease .5s 1 alternate forwards; }
#main .icon.icon2 { top: 45px; margin-left: -370px; animation: fadeIn 1s ease 1s 1 alternate forwards; }
#main .icon.icon3 { top: 30px; margin-left: 180px; animation: fadeIn 1s ease .5s 1 alternate forwards; }
#main .icon.icon4 { top: 290px; margin-left: -520px; animation: fadeIn 1s ease 2s 1 alternate forwards; }
#main .icon.icon5 { top: 380px; margin-left: 310px; animation: fadeIn 1s ease 1.5s 1 alternate forwards; }

.bnr .sonarbnr { margin: 70px 0; }
.bnr .otonabnr img { border: 1px solid #FFF; }
.bnr .otonabnrText { margin-top: 25px; }

/*-------------------------------------------------
	++ HOME CONTENTS 
-------------------------------------------------*/
.section { position: relative; padding: 70px 0 0 0; background: url("../img/title_bg.jpg") center 0 no-repeat; }
.section .secHead { margin-bottom: 30px; }
.section .secHead h2 img { margin: 0 auto; text-align: center; }

body.form .section { background-image: none; }

#selector { padding-bottom: 50px; }
#selector .secBox { display: flex; flex-wrap: wrap; margin: 0 auto 50px auto; }
#selector .secBox:nth-last-of-type(1) { margin-bottom: 0; }
#selector .secBox .secLeft { width: 47%; }
#selector .secBox .secLeft .photo img { width: 100%; height: auto; }
#selector .secBox .secRight { width: 53%; text-align: left; }
#selector .secBox .secRight .title { font-size: 24px; margin-bottom: 15px; }
#selector .secBox .secRight .title span { display: inline-block; background-color: #0bd79b; color: #000; padding: 6px; position: relative; height: 40px; line-height: 1.3; }
#selector .secBox .secRight .title span:before, #selector .secBox .secRight .title span:after { content: ""; position: absolute; top: 0; width: 0; height: 0; border: none; z-index: 2; }
#selector .secBox .secRight .title span:before { left: -20px; border-right: solid 20px #0bd79b; border-top: solid 40px transparent; }
#selector .secBox .secRight .title span:after { right: -20px; border-left: solid 20px #0bd79b; border-bottom: solid 40px transparent; }
#selector .secBox .secRight .text { padding-left: 30px; }
#selector .owntime { text-align: left; margin-bottom: 70px; }
#selector .owntime h4 { margin-bottom: 20px; }
#selector .owntime .text { padding-left: 38px; line-height: 200%; margin-bottom: 20px; }
#selector .owntime .text span { display: block; position: relative; margin-bottom: 20px; }
#selector .owntime .text span:nth-last-of-type(1) { margin-bottom: 0; }
#selector .owntime .text span:before { display: block; content: ""; background: url("../img/selector_owntimeicon.png") no-repeat left top; position: absolute; top: 0; left: -36px; width: 36px; height: 36px; }
#selector .selectedsongs h4 { margin-bottom: 20px; }
#selector .selectedsongs .theme { text-align: left; color: #EEE731; font-size: 24px; margin-bottom: 25px; padding-left: 30px; }
#selector .selectedsongs .theme img { display: inline-block; vertical-align: middle; margin-right: 6px; }
#selector .selectedsongs .theme .themeName { display: inline-block; vertical-align: middle; }
#selector .selectedsongs .songlist { text-align: left; padding-left: 30px; }
#selector .selectedsongs .songlist ul li { position: relative; padding-left: 75px; line-height: 120%; margin-bottom: 5px; }
#selector .selectedsongs .songlist ul li span { position: absolute; top: 0; left: 0; border: 2px solid #0bd79b; border-radius: 10px; padding: 0 5px; line-height: 1; }

#present .secHead h3 { font-size: 24px; color: #EEE731; }
#present .presentList img.pc { display: inline-block; }
#present .linkBtn { margin-top: 20px; }

body.home #present { padding: 50px 0 100px 0; background: url("../img/present_bg.jpg") center top; position: relative; }
body.home #present:before { display: block; content: ""; width: 100%; height: 100px; background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0) 100%); position: absolute; top: 0; left: 0; }
body.home #present:after { display: block; content: ""; width: 100%; height: 100px; background: linear-gradient(to top, black, rgba(0, 0, 0, 0) 100%); position: absolute; bottom: 0; left: 0; }

#archives .secList ul { display: flex; flex-wrap: wrap; }
#archives .secList ul li { width: 230px; margin-right: 26px; margin-bottom: 26px; }
#archives .secList ul li:nth-of-type(4n) { margin-right: 0; }
#archives .secList ul li .photo { display: block; width: 230px; height: 230px; position: relative; background-color: #1e1e1e; }
#archives .secList ul li .photo img { display: block; width: auto; max-width: 100%; max-height: 100%; margin: auto; text-align: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

/*-------------------------------------------------
	++ FORM 
-------------------------------------------------*/
#messageform { margin-top: 20px; }
#messageform .formAtt { margin: 20px 0; text-align: left; }
#messageform .formWrap { border: 3px solid #FFF; border-radius: 5px; box-shadow: 0 0 10px 0 #0bd79b, 0 0 10px 0 #0bd79b inset, 0 0 2px 0 #0bd79b inset, 0 0 2px 0 #0bd79b inset; padding: 40px; margin-bottom: 50px; position: relative; }
#messageform .formWrap .message-subtitle { background-color: #0bd79b; padding: 5px; color: #000; margin: 20px 0; }
#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; }
#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 { padding: 40px; }
#messageform .formWrap .thanks h2 { font-size: 32px; font-weight: bold; margin-bottom: 15px; }

#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: 1rem; 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"] { height: 32px; vertical-align: top; }

.custom-selectbox { position: relative; }
.custom-selectbox .inner { position: relative; z-index: 0; height: 32px; line-height: 32px; margin-top: -2px; border: 1px solid #d1d1d1; }
.custom-selectbox .inner:before, .custom-selectbox .inner:after { content: ""; position: absolute; display: block; }
.custom-selectbox .inner:after { top: 50%; right: 7px; margin-top: -3px; width: 0; height: 0; border: solid transparent; border-top-color: #d1d1d1; border-width: 5px 5px 0; }
.custom-selectbox select { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 32px; display: block; }

#form-submit, #form-reset { -webkit-appearance: none; border: 1px solid #FFF; border-radius: 22px; background: #000; color: #FFF; height: 44px; width: 264px; margin-right: 16px; font-size: 16px; cursor: pointer; transition: all 0.3s ease-in; }
#form-submit:hover, #form-reset:hover { opacity: 1; box-shadow: 0 0 10px 0 #FFF; }

#form-submit { border: 1px solid #0bd79b; color: #0bd79b; }
#form-submit:hover { box-shadow: 0 0 10px 0 #0bd79b; }

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter { background-color: #000; color: #FFF; padding: 20px 0 60px 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; }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
/*inview
---------------------------------------------------------------------------*/
.up { opacity: 0; }

.upstyle { opacity: 1; transition: 1s 0.5s; }
