@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 16px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
  letter-spacing: 0.04rem;
}
a {
  color: #000;
  text-decoration: none;
}

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
mainHeader 
==================================================== */
#mainHeader {
  height: 600px;
  width: 100%;
  background: url(../images/header-bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}
#mainHeader h1 {
  padding-top: 120px;
  line-height: 1px;
}

@media screen and (max-width: 768px) {
  #mainHeader {
    height: 465px;
  }
  #mainHeader h1 {
    padding-top: 55px;
    width: 80%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
  }
}
/* ====================================================
mainContents
==================================================== */
#mainContents {
  background: url(../images/main-bg.gif) repeat center top;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainContents {
    padding: 50px 0;
  }
}
#mainContents #mainLead {
  max-width: 800px;
  border: 3px solid #b8860b;
  padding: 45px 0;
  text-align: center;
  position: relative;
  margin: 0 auto 100px;
}
#mainContents #mainLead:after {
  content: "";
  display: block;
  width: 30px;
  height: 98px;
  position: absolute;
  top: 50%;
  margin-top: -49px;
  right: -16px;
  background: url(../images/lead-line.png) no-repeat center top;
}
#mainContents #mainLead:before {
  content: "";
  display: block;
  width: 30px;
  height: 98px;
  position: absolute;
  top: 50%;
  margin-top: -49px;
  left: -17px;
  background: url(../images/lead-line.png) no-repeat center top;
}
#mainContents #mainLead p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2em;
  padding: 0 15px;
}
#mainContents #mainLead p.text_deco1 {
  color: #b8860b;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  line-height: 1.5em;
  margin-bottom: 15px;
}
#mainContents #mainLead p.text_deco2 {
  color: #b8860b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #mainContents #mainLead {
    padding: 20px 0;
    margin: 0 5% 25px;
    border: 2px solid #b8860b;
  }
  #mainContents #mainLead p {
    padding: 0 7%;
    font-size: 14px;
  }
  #mainContents #mainLead p.text_deco1 {
    font-size: 17px;
  }
  #mainContents #mainLead p.text_deco2 {
    font-size: 18px;
    padding: 0 10px;
  }
  #mainContents #mainLead:after {
    content: "";
    display: block;
    width: 15px;
    height: 144px;
    position: absolute;
    top: 50%;
    margin-top: -72px;
    right: -8px;
    background: url(../images/lead-line-sp.png) no-repeat center top;
    background-size: 15px auto;
  }
  #mainContents #mainLead:before {
    content: "";
    display: block;
    width: 15px;
    height: 144px;
    position: absolute;
    top: 50%;
    margin-top: -72px;
    left: -9px;
    background: url(../images/lead-line-sp.png) no-repeat center top;
    background-size: 15px auto;
  }
}

#mainContents #navigator {
  max-width: 890px;
  margin: 0 auto 100px;
}
#mainContents #navigator h2 {
  text-align: center;
  line-height: 1px;
  margin-bottom: 45px;
}
#mainContents #navigator dl {
  float: left;
}
#mainContents #navigator dl.ml50 {
  margin-left: 39px;
}
#mainContents #navigator dl.line {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 30px;
}
#mainContents #navigator dl dd {
  line-height: 1.8em;
  margin-top: -15px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #mainContents #navigator {
    padding: 0 5%;
    margin-bottom: 50px;
  }
  #mainContents #navigator h2 {
    width: 257px;
    height: auto;
    margin: 0 auto 30px;
  }
  #mainContents #navigator dl {
    width: 50%;
    display: block;
  }
  #mainContents #navigator dl.ml50,
  #mainContents #navigator dl.line {
    border: none;
    margin: 0;
    padding: 0;
  }
  #mainContents #navigator dl.commentatorBox {
    margin: 15px 25% 0;
  }
  #mainContents #navigator dl dd {
    font-size: 14px;
    line-height: 1.5em;
  }
}

#mainContents #banner {
  font-size: 0;
  text-align: center;
  margin-bottom: 100px;
}
#mainContents #banner a {
  display: inline-block;
  margin: 0 17.5px;
}
@media screen and (max-width: 768px) {
  #mainContents #banner {
    padding: 0 5%;
    margin-bottom: 50px;
  }
  #mainContents #banner a {
    width: 46%;
    margin: 0 1%;
  }
}

#mainContents #award {
  background: url(../images/award-bg.gif) no-repeat center top;
  background-size: cover;
  padding: 95px 0;
}
#mainContents #award h2 {
  margin-bottom: 95px;
}
#mainContents #award .awardBox {
  width: 1000px;
  margin: 0 auto 60px;
  background: url(../images/main-bg.gif) repeat center top;
  border-top:10px solid #e60012;
  border-bottom:10px solid #e60012;
  position: relative;
}
#mainContents #award .awardBox .inner {
  padding: 45px 100px 0;
  background: url(../images/onpu.png) no-repeat right bottom;
}
#mainContents #award .awardBox p.icon {
  position: absolute;
  left: 40px;
  top: -40px;
}
#mainContents #award .awardBox h3 {
  text-align: center;
  line-height: 1px;
  margin-bottom: 40px;
}
#mainContents #award .awardBox h3 span {
  display: block;
  line-height: 1em;
  margin-top: 30px;
}
#mainContents #award .awardBox dl{
  text-align: left;
  min-height: 290px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#mainContents #award .awardBox dl dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  color: #e60012;
  margin-bottom: 40px;
  position: relative;
}  

#mainContents #award .awardBox dl dt:after {
  content: "";
  display: block;
  height: 2px;
  width: 650px;
  background: #e60012;
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 0px;
}
#mainContents #award .awardBox dl dd {
  font-size: 20px;
  font-weight: bold;
}
#mainContents #award .awardBox dl dd p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #mainContents #award {
    padding: 50px 5% 10px;
  }
  #mainContents #award h2{
    width: 178px;
    margin: 0 auto 50px;
  }
  #mainContents #award .awardBox{
    width: 100%;
  }
  #mainContents #award .awardBox .inner {
    background: url(../images/onpu.png) no-repeat right bottom;
    background-size: 107px auto;
  }
  #mainContents #award .awardBox h3 {
    margin-bottom: 20px;
  }
  #mainContents #award .awardBox h3 span {
    margin: 20px 7%;
    line-height: 1.5em;
  }
  #mainContents #award .awardBox p.icon {
    width: 86px;
    height: 125px;
    left: -15px;
    top: -50px;
  }
  #mainContents #award .awardBox .inner {
    padding: 30px 25px;
  }
  #mainContents #award .awardBox dl {
    min-height: 0;
  }
  #mainContents #award .awardBox dl dt {
    font-size: 19px;
    margin: 0 0 1.5em;
  }
  #mainContents #award .awardBox dl dt:after {
    width: 58%;
    right: 0px;
  }
  #mainContents #award .awardBox dl dd {
    font-size: 17px;
    line-height: 1.5em;
  }
  #mainContents #award .awardBox dl dd p {
    margin-bottom: 1em;
  }
}

#mainContents #messageBox {
  padding: 100px 0;
}
#mainContents #messageBox h2{
  margin-bottom: 70px;
}
#mainContents #messageBox p.lead {
  color: #b8860b;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mainContents #messageBox p.text {
  margin-bottom: 60px;
}
#mainContents #messageBox p.btn {
  margin: 0 auto 50px;
  text-align: center;
}
#mainContents #messageBox p.btn a {
  display: block;
  width: 490px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  border-radius: 29px;
  background: url(../images/icon-mail.png) no-repeat #d4b10c;
  background-position: 35px 18px;
}
#mainContents #messageBox p.btn a:hover {
  background: url(../images/icon-mail.png) no-repeat #e60012;
  background-position: 35px 18px;
}
@media screen and (max-width: 768px) {
  #mainContents #messageBox {
    padding: 50px 5% 0;
  }
  #mainContents #messageBox h2 {
    width: 280px;
    margin: 0 auto 40px;
  }
  #mainContents #messageBox p.lead {
    line-height: 1.5em;
    font-size: 21px;
    margin-bottom: 10px;
  }
  #mainContents #messageBox p.text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #mainContents #messageBox p.btn {
    margin-bottom: 20px;
  }
  #mainContents #messageBox p.btn a {
    width: 100%;
    font-size: 19px;
    height: 60px;
    line-height: 60px;
    background: url(../images/icon-mail.png) no-repeat #d4b10c;
    background-size: 28px auto;
    background-position: 30px 20px;
    text-indent: 20px;
  }
  #mainContents #messageBox p.btn a:hover {
    background: url(../images/icon-mail.png) no-repeat #e60012;
    background-size: 28px auto;
    background-position: 30px 20px;
  }
}

/* ====================================================
mainFotter
==================================================== */
#mainFotter {
  height: 141px;
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  color: #000;
  text-align: center;
  border-top:4px solid #e60012;
}
#mainFotter .inner {
  width: 100%;
  max-width: 1000px;
  height: 150px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#mainFotter .inner p#home,
#mainFotter .inner p#jwavelogo,
#mainFotter .inner p#copy {
  position: absolute;
  top: 50px;
}
#mainFotter .inner p#home {
  width: 89px;
  left: 10px;
  text-align: left;
  z-index: 1;
}
#mainFotter .inner p#jwavelogo {
  width: 164px;
  text-align: right;
  right: 10px;
  z-index: 1;
}
#mainFotter .inner p#copy {
  width: 100%;
  line-height: 50px;
  text-align: center;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #mainFotter,
  #mainFotter .inner {
    height: 178px;
  }
  
  #mainFotter .inner p#home,
  #mainFotter .inner p#jwavelogo {
    margin: 0 20px;
    top: 25px;
    line-height: 40px;
  }
  #mainFotter .inner p#home {
    width: 100px;
    height: 50px;
    left: 0;
  }
  #mainFotter .inner p#jwavelogo {
    width: 150px;
    height: 15px;
    right: 0;
  }
  #mainFotter .inner p#copy {
    top: 85px;
  }
}