@charset "UTF-8";

/* body
***************************************************************/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: .03em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}
body.hide{
overflow:hidden;
}

.text {
  font-size: 12pt;
  line-height: 1.4em;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

/* link
***************************************************************/
a {
color: #43bbbf;
}
a:hover{
color: #43bbbf;
text-decoration: none;
}

/* clear
***************************************************************/
div,.clearfix {
zoom:1;
}
div:after,.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}

/* main_wrap
***************************************************************/
#main_wrap {
  width: 100%;
  margin: 0;
  background: #fff;
  background: url(../img/common/content_bg.gif) repeat top center #fff;
}
#main_wrap #contentHeader {
  height: 300px;
  margin-bottom: 60px;
  background: url(../img/common/header_bg.png) no-repeat center top #fff;
}
#main_wrap #contentHeader .inner {
  height: 300px;
  position: relative;
}
#main_wrap #contentHeader h1 {
  width: 70%;
  max-width: 700px;
  position: absolute;
  top: 75px;
  left: 0;
}
#main_wrap #contentHeader p#header_navigator {
  width: 39.4%;
  max-width: 394px;
  position: absolute;
  bottom: 0px;
  right: -30px;
}
#main_wrap #contentHeader h1 img,
#main_wrap #contentHeader p#header_navigator img{
  width: 100%;
  height: auto;
}
#main_wrap .inner {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
#main_wrap #sns {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#main_wrap .inner #main_contents {
  width: 66%;
  max-width: 660px;
  float: left;
  margin: 0 4% 120px 0;
}
#main_wrap .inner #side_contents {
  width: 30%;
  max-width: 300px;
  float: right;
  margin: 0 0 120px;
}
#main_wrap .inner #side_contents .banner {
  margin-bottom: 20px;
}
#main_wrap .inner #side_contents .banner p {
  width: 100%;
  margin-bottom: 20px;
}
#main_wrap .inner #side_contents .banner p img {
  width: 100%;
  height: auto;
}
#main_wrap .inner #side_contents .navigator {
  margin-bottom: 50px;
}
#main_wrap .inner #side_contents .navigator p.title{
  font-size: 22px;
  font-weight: bold;
  color: #43bbbf;
  text-align: center;
  line-height: 1em;
  margin-bottom: 20px;
}
#main_wrap .inner #side_contents .navigator p.pic {
  width: 100%;
  margin-bottom: 20px;
}
#main_wrap .inner #side_contents .navigator p.pic img {
  width: 100%;
  height: auto;
}
#main_wrap .inner #side_contents .navigator p.name {
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#main_wrap .inner #side_contents .navigator p.text {
  margin: 0 3%;
}
#main_wrap .inner #side_contents .navigator p.text a {
  display: block;
}
#main_wrap .inner #side_contents .twitter iframe{
  border: 1px solid #d9d9d9!important;
}
.sp {
  display: none;
}
/* main_footer
***************************************************************/
#main_footer {
  width: 100%;
  height: 110px;
  background: #cde4e8;
}
#main_footer .inner {
  width: 100%;
  max-width: 1020px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
#main_footer .inner .homeBtn {
  position: absolute;
  top: 20px;
  left: 10px;
}
#main_footer .inner .img {
  position: absolute;
  top: 30px;
  right: 10px;
}
#main_footer .inner .copy {
  line-height: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #main_wrap .inner {
    width: 92%;
    padding: 0 4%;
  }
  #main_wrap #contentHeader .inner {
    overflow-x: hidden;
  }
  #main_wrap #contentHeader h1 {
    top: 75px;
    left: 2%;
  }
  #main_wrap #contentHeader p#header_navigator {
    width: 40%;
    max-width: 394px;
    position: absolute;
    bottom: 0px;
    right: -30px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 641px) {
  * {
    font-size: 14px;
  }
  #main_wrap .inner {
    width: 92%;
    padding: 0 4%;
  }
  #main_wrap .inner #sns {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #main_wrap #contentHeader {
    height: auto;
    background: none;
    margin-bottom: 30px;
    position: relative;
  }
  #main_wrap #contentHeader .inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #main_wrap #contentHeader h1 {
    padding: 0;
    width: 100%;
    max-width: inherit;
    position: static;
  }
  #main_wrap #contentHeader #header_navigator {
    display: none;
  }

  #main_wrap .inner #sns img {
    width: 60%;
    height: auto;
  }
  #main_wrap .inner #main_contents {
    width: 100%;
    max-width: 660px;
    float: none;
    margin: 0 0 20px;
  }
  #main_wrap .inner #side_contents {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 0 60px;
  }
  #main_footer,
  #main_footer .inner{
    height: 74px;
    position: relative;
  }
  #main_footer .inner .homeBtn {
    width: 40px;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 4%;
  }
  #main_footer .inner .homeBtn img {
    width: 100%;
    height: auto;
  }
  #main_footer .inner .img {
    width: 80px;
    left: 75px;
    right: auto;
    top: auto;
    bottom: 25px;
  }
  #main_footer .inner .img img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 1px;
  }

  #main_footer .inner .copy {
    font-size: 9px;
    display: block;
    line-height: 1em;
    position: absolute;
    top: 20px;
    left: 75px;
    text-align: left;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
/* overrides common styles */
#commonFooter {
    width: 100% !important;
    position: static !important;
}
#commonFooterInner {
    padding: 15px 0 !important;
    width: 100% !important;
    background-color: #282828 !important;
    text-align: center !important;
}
#commonFooter li {
    display: inline-block !important;
    float: none !important;
}
}



.gig-bar-container {
	line-height: 0 !important;
}
