@charset "utf-8";

@media screen and (max-width: 740px) {

/* =============================================================

　　スマホ画面 共通設定

============================================================= */


/*  全体 共通設定
---------------------------------------------*/

html,
body {
  height: 100%;
}

.jsNavActive body {
  overflow: hidden;
  position: relative;
}

/*  PC・SP表示切り替え 共通設定
-------------------------- */

.mediaPC {
  display: none;
}

.mediaSP,
img.mediaSP {
  display: inline;
}

p.mediaSP,
div.mediaSP,
ul.mediaSP,
ol.mediaSP,
li.mediaSP,
table.mediaSP,
form.mediaSP,
dl.mediaSP,
h1.mediaSP,
h2.mediaSP,
h3.mediaSP,
h4.mediaSP,
h5.mediaSP,
h6.mediaSP {
  display: block;
}

/*　フルスクリーン背景　設定
---------------------------------------------*/

.backstretch {
  display: none;
}

.backstretchsp {
  display: block;
}


/* 　コンテナー　レイアウト設定
---------------------------------------------*/

#container {
  min-width: 0;
  font-size: 1.1em;
}

/* 　ヘッダー 共通設定
---------------------------------------------*/

#header {
  position: fixed;
  min-width: 0;
  height: 82px;
  padding: 0 15px;
}

/* -------- Site Logo -------- */

#header #logo {
  float: left;
  width: 200px;
  height: 78px;
  padding: 17px 0 0;
}

#header #logo img {
  width: 100%;
}

#header #logo h1,
#header #logo p {
  display: block;
}

#header #logo p {
  padding-top: 5px;
  line-height: 1.2em;  
}

/* -------- Site Menu -------- */

#header #sitemenu {
  float: none;
  width: auto;
  padding: 0;
}

/* ---- JS Setting ---- */

.sidr {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 260px;
  height: 100%;
}

.sidr .sidr-inner {
  padding: 0 0 15px
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

/* ---- Menu Button ---- */

#header #sitemenu #gnavBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease-in-out; 
  z-index: 9999999;
  opacity: 1;
  width: 70px;
  height: 78px;
  background: #f2f2f2;
}

#header #sitemenu #gnavBtn:before {
  display: block;
  position: absolute;
  bottom: 5px;
  width: 100%;
  content: "Menu";
  color: #d40000;
  font-size: 14px;
}

.jsNavActive #header #sitemenu #gnavBtn {
  background: #d40000;
}

.jsNavActive #header #sitemenu #gnavBtn:before {
  content: "Close";
  color: #fff;
}

#header #gnavBtn span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: absolute;
  left: 50%;
  transition: all .4s;
  width: 34px;
  height: 3px;
  margin-left: -16px;
  background-color: #d40000;
}

.jsNavActive #header #gnavBtn span {
  background-color: #fff;
}

#header #gnavBtn .txtMenu {
  display: none;
}

#header #gnavBtn .icnMenu01 {
  top: 18px;
}

#header #gnavBtn .icnMenu02 {
  top: 28px;
}

#header #gnavBtn .icnMenu03 {
  top: 38px;
}

/* Navu Active */

.jsNavActive #header #gnavBtn span {
  background-color: #fff;
}

.jsNavActive #header #gnavBtn .icnMenu01 {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.jsNavActive #header #gnavBtn .icnMenu02 {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.jsNavActive #header #gnavBtn .icnMenu03 {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* -- Menu Content -- */

#header #sitemenu #menu {
  display: none;
  padding-top: 82px;
  z-index: 99999;
  background: #d40000;
  font-size: .95em;
  font-weight: bold;
}

#header #sitemenu #menu .boxMenuInner {
  overflow: auto;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  padding: 0;
}

#header #sitemenu #menu .boxInner {
  width: auto;
  padding: 0;
}

#header #sitemenu #menu .boxMenuInner {
  overflow: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}

#header #sitemenu #menu .boxInner {
  width: auto;
  padding: 0;
  text-align: left;
}

#header #sitemenu #menu .boxMenuList ul {
  margin: 0;
}

#header #sitemenu #menu .boxMenuList li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: left;
}

#header #sitemenu #menu .boxMenuList li:before {
  display: none;
}

#header #sitemenu #menu .boxMenuList li.mediaSP {
  display: block;
}

#header #sitemenu #menu .boxMenuList li a {
  display: block;
  transition: opacity .4s ease-in-out;
  position: relative;
  width: 100%;
  padding: 15px;
  text-align: left;
}

/* Button Arrow */
#header #sitemenu #menu .boxMenuList li a:before,
#header #sitemenu #menu .boxMenuList li a:after {
  transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #fff;
  background: none !important;
  content: "";
}

#header #sitemenu #menu .boxMenuList li a:before {
  border-left-color: #fff !important;
}

#header #sitemenu #menu .boxMenuList li a:after {
  right: 11px;
  border-left-color: #d40000;
}

#header #sitemenu #menu .boxMenuList li a.podcast img {
  top: 3px;
  height: 14px;
}

#header #sitemenu #menu .boxMenuList li a.youtube img {
  position: relative;
  top: 2px;
  height: 17px;
}

/* ------ Global Navi ------ */

#header #sitemenu #menu #gnav {
  height: auto;
}

#header #sitemenu #menu #gnav li:hover {
  background: none;
}

#header #sitemenu #menu #gnav li a span {
  display: none;
}

#header #sitemenu #menu #gnav li a:hover {
  opacity: .6 !important;
}

/* ------ Sub List Common Style ------ */

#header #sitemenu .menuSubList {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
}

#header #sitemenu .menuSubList li {
  display: block;
}

/* ------ User Navi ------ */

#header #sitemenu #menu #usernav {
  padding-right: 0;
}

#header #sitemenu #menu #usernav li {
}

#header #sitemenu #menu #usernav li:before {
  display: none;
}

#header #sitemenu #menu #usernav li a:after {
  border-left-color: #000;
}

/* ------ Site Navi ------ */

#header #sitemenu #menu #sitenav .boxInner {
  padding-right: 0;
}

#header #sitemenu #menu #sitenav ul {
  margin-left: -1px;
  background: #fff;
  letter-spacing: -.40em;
}

#header #sitemenu #menu #sitenav li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 33.333%;
  margin: 0;
  border-left: 1px solid #fff;
}

#header #sitemenu #menu #sitenav li a {
  text-align: center;
}

#header #sitemenu #menu #sitenav li a:before,
#header #sitemenu #menu #sitenav li a:after {
  display: none;
}

/* ------ Side Link ------ */
#header .sideLink {
  position: fixed;
  top: 60vh;
  right: 0;
  width: 40px;
}
#header .sideLink a {
  padding: 34px 9px 18px;
  font-size: 1.4rem;
}


/*  コンテンツ レイアウト・共通設定
---------------------------------------------*/

#content {
  padding-top: 82px;
  padding-bottom: 488px;
}

#content > .boxInner {
  width: 100%;
  padding: 0 15px;
}

#content img {
  max-width: 100%;
  max-height: 100%;
}

.boxInner {
  width: 100%;
  min-width: 0;
}

#contentMain {
  margin-top: 0;
}

#contentMain:before,
#contentMain:after {
  display: none;
}

#contentMain .boxInner {
  padding: 15px;
  padding-top: 0;
}

#contentMain .boxInner:before,
#contentMain .boxInner:after {
  display: none;
}

#main,
#side {
  float: none;
  width: 100%;
  margin-bottom: 50px;
}


/*  フッター 共通設定
---------------------------------------------*/

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  font-size: .9em;
}

#footer .boxInner {
  padding: 15px 0 20px;
}

/* ---- Footer Logo ---- */

#footer .boxFooterLogo {
  width: 100%;
  margin: 0;
  padding: 5px 0 15px;
  border: none;
}

#footer .boxFooterLogo img {
  width: 180px;
}

/* ---- Footer Nav ---- */

#footer .boxFooterNav {
}

#footer .boxFooterNav > ul {
  margin: 0 0 0 -1px;
  padding: 0;
  border-bottom: 1px solid #333;
}

#footer .boxFooterNav > ul > li {
  margin-top: 20px;
  width: 50%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

#footer .boxFooterNav > ul > li > a {
  display: block;
  transition: background .4s ease-in-out;
  width: 100%;
  padding: 12px 15px;
  background-color: transparent;
  text-align: center;
  text-decoration: none !important;
}

#footer .boxFooterNav > ul > li > a:hover {
  background-color: rgba(255,255,255,.15);
}

/* -------- フッター下部 -------- */

#footerBtm {
}

#footerBtm .boxInner {
  padding: 20px 0 35px;
  text-align: center;
}

/* ---- Copyright ---- */

#footer  #copyright {
  float: none;
  text-align: center;
}

/* ---- Footer Site Navi ---- */

#footer  #footerSiteNav {
  float: none;
  padding-top: 10px;
  text-align: center;
}

/* ---- Page Top ---- */

#footer #pagetop {
  display: block;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  margin-left: 0;
}

#footer #pagetop a:before,
#footer #pagetop a:after {
  margin-top: -14px;
  margin-left: -10px;
  border-width: 9px 10px;
}

#footer #pagetop a:after {
  margin-top: -12px;
}

/*  オーバーレイ 設定
--------------------------------------------- */

#overlay {
  display: block;
  transition: all .2s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.jsNavActive #overlay {
  opacity: 1;
  z-index: 888;
}

}
