@charset "utf-8";

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

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

　　スマホ画面 共通設定

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


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

html {
  background: #000;
}

html.jsNavActive,
.jsNavActive body {
  overflow: hidden;
  height: 100%;
}


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


/*  アイコン　設定
-------------------------- */

/* -- 矢印白文字 -- */

.btnArwWhite:before {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  content: "";
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  background: #fff;
}

.boxInner {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


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

#header {
  transition: none;
  position: relative;
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #4a4a4a;
  background: #fff;
}

/* -------- ヘッダー上部 -------- */

#header #headerTop {
}

#header #headerTop .boxInner {
  height: 70px;
  padding: 5px 60px 10px 15px; 
}

/* ---- サイトロゴ ---- */
/*ロゴ10周年用*/
#header #logo {
  /*width: 220px;*/
}

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

/* ---- 小カテゴリ メニュー ---- */
#header .boxMenu {
	display:none;
}
/* ---- ソーシャル ---- */

#header .boxSocial {
  display: none;
}

/* -------- ヘッダー下部 -------- */

#header #headerBtm {
  display: inline;
  border: none;
}

#header #headerBtm .boxInner {
  height: auto;
  padding: 0;
}

/* ------ グローバルナビ ------ */

#header #gnav {}

/* -- ナビボタン -- */

#header #gnav .boxNavBtn {
  display: block;  
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  width: 58px;
  height: 70px;
  background: #fff;
}

#header #gnav .boxNavBtn span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: absolute;
  left: 50%;
  transition: all .4s;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  border-radius: 2px;
  background-color: #333;
}

#header #gnav .boxNavBtn .txtMenu {
  display: none;
}

#header #gnav .boxNavBtn .icnMenu01 {
  top: 25px;
}

#header #gnav .boxNavBtn .icnMenu02 {
  top: 35px;
}

#header #gnav .boxNavBtn .icnMenu03 {
  top: 45px;
}

#header #gnav .boxNavList > ul > li.btnLink,
#header #gnav .boxNavList > ul > li.btnNews {
	display:none;
}

/* ナビActive時 */

.jsNavActive #header #gnav .boxNavBtn span {
  background-color: #000;
}
.jsNavActive #header #gnav .boxNavBtn .icnMenu01 {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.jsNavActive #header #gnav .boxNavBtn .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 #gnav .boxNavBtn .icnMenu03 {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

/* -- ナビコンテンツ -- */

#header #gnav .boxNavContent {
  display: none;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 200;
  width: 100%;
  text-align: left;
}

.jsNavActive #header #gnav .boxNavContent:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 399;
  width: 100%;
  height: 100px;
  background: #000;
  content: "";
}

/* -- ナビコンテンツ・インナー -- */

#header #gnav .boxNavContentInner {
  overflow: hidden;
  transition: all .4s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 400;
  height: 0; 
}

.jsNavActive #header #gnav .boxNavContentInner {
  height: 100%;
}

/* -- ナビ一覧 -- */

#header #gnav .boxNavList {
  position: relative;
  z-index: 400;
}

#header #gnav .boxNavList > ul {
  border-top-width: 1px;
  font-weight: bold;
  font-size: .92em;
  text-shadow: none;
  letter-spacing: 0;
}

#header #gnav .boxNavList > ul > li {
  display: block;
  border: none;
  border-top: 1px solid #666;
  background: none;
  width: auto !important;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}

#header #gnav .boxNavList > ul > li:first-child {
  border-top: none;
  border-left: none;
}

#header #gnav .boxNavList > ul > li:nth-last-child(3) {
  border-bottom: 2px solid #000;
}

/* -- ナビ・リンク -- */

#header #gnav .boxNavList > ul > li > a,
#header #gnav .boxNavList > ul > li > p > a {
  position: relative;
  transition: none !important;
  display: block;
  background: #fff;
  margin: 0;
  padding: 12px 40px 12px 15px;
  text-align: left;
  line-height: 1.7em;
}
	
/* -- ナビ・リンク・準備中 171124 -- */

#header #gnav .boxNavList > ul > li > .prepare {
  position: relative;
  transition: none !important;
  display: block;
  background: #fff;
  margin: 0;
  padding: 12px 40px 12px 15px;
  text-align: left;
  line-height: 1.7em;
}	
	
/* -- ナビ・リンク・準備中 内SPAN 171124 -- */

#header #gnav .boxNavList > ul > li > .prepare > span {
  display: none;
}
	
/* -- ナビ・サブメニューあり -- */

#header #gnav .boxNavList > ul > li > p {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}

#header #gnav .boxNavList > ul > li > p:before,
#header #gnav .boxNavList > ul > li > p:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: -webkit-transform;
                  transition-property: transform;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  content: "";
}

#header #gnav .boxNavList > ul > li > p:before {
  margin-right: -2px;
}

#header #gnav .boxNavList > ul > li > p:after {
  margin-right: -10px;
}

#header #gnav .boxNavList > ul > li > p:after,
#header #gnav .boxNavList > ul > li > p.jsSubNavActive:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header #gnav .boxNavList > ul > li > p:before,
#header #gnav .boxNavList > ul > li > p.jsSubNavActive:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header #gnav .boxNavList > ul > li > p > a {
  padding-right: 10px;
}

#header #gnav .boxNavList > ul > li > p > a:after {
  display: none;
}

/* -- ナビ・リンク触れた時 -- */

#header #gnav .boxNavList > ul > li > a:hover,
#header #gnav .boxNavList > ul > li > p > a:hover {
  opacity: .6;
}

#header #gnav .boxNavList > ul > li > a:hover:before,
#header #gnav .boxNavList > ul > li > p > a:hover:before {
  display: none;
}

/* -- ナビ・リンク内SPAN -- */

#header #gnav .boxNavList > ul > li > a > span,
#header #gnav .boxNavList > ul > li > p > a > span {
  display: none;
}

/* -- リンク・ホバー時 -- */

#header #gnav .boxNavList > ul > li > a:before,
#header #gnav .boxNavList > ul > li > p > a:before {
  display: none !important;
  background: none !important;
}

/* -- サブメニュー -- */

#header #gnav .boxSubNav {
  position: inherit;
  top: auto;
  left: auto;
  z-index: auto;
  width: auto;
  padding-top: 0;
}

#header #gnav .boxSubNav > ul {
  border: none;
  background: #f1f1f1;
}

#header #gnav .boxSubNav > ul,
#header #gnav .boxSubNav > ul a {
  color: #333 !important;
}

#header #gnav .boxSubNav > ul > li,
#header #gnav .boxSubNav > ul > li:first-child {
  border-top: 1px dotted #666;
}

#header #gnav .boxSubNav > ul > li > a {
  padding: 12px 15px;
}

#header #gnav .boxSubNav > ul > li > a:before {
  display: none;
}

/* -- 背景（クリック後ナビ非表示） -- */

#header #gnav .boxMenuBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}



/*  コンテンツ 設定
---------------------------------------------*/

#content {
  display: block;
  padding-top: 0;
  padding-bottom: 110px;
  font-size: .9em;
}

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

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

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

#footer {
  position: inherit;
  left: auto;
  bottom: auto;
  height: auto;
  font-size: .85em;
  line-height: 1.8em;
}

#footer .boxInner {
  padding: 20px;
}

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

#footer #footerTop {
  height: auto;
}

#footer #footerTop .boxInner {
  padding: 0;
}

/* ---- フッターナビ ---- */

#footer .boxFooterNav {
  overflow: hidden;
}

#footer .boxFooterNav > ul {
  height: auto;
  margin-left: -2px;
}

#footer .boxFooterNav > ul > li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 50%;
  border: none;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  vertical-align: top;
}

#footer .boxFooterNav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 5px;
  background-color: #000;
  text-align: center;
  line-height: 1.6em;
}

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

#footer #footerBtm {
  background: none;
}

#footer #footerBtm .boxInner {
  padding: 30px 15px;
  text-align: center;
}

/* ---- ソーシャル ---- */

#footer .boxSocial {
  margin-bottom: 22px;
}

/* -- Facebook -- */

#footer .boxSocial .btnFB a {
  background-image: url(/common/img/footer/social-btn-fb-sp.png);
  background-size: 8px;
}

/* -- Twitter -- */

#footer .boxSocial .btnTW a {
  background-image: url(/common/img/footer/social-btn-tw-sp.png);
  background-size: 16px;
}

/* ---- お問い合わせ ---- */

#footer .boxFooterContact {
  margin-bottom: 12px;
}

#footer .boxFooterContact .imgFooterLogo {
  margin-bottom: 15px;
}

#footer .boxFooterContact .imgFooterLogo img {
  width: 110px;
}

#footer .boxFooterContact dt,
#footer .boxFooterContact dd,
#footer .boxFooterContact dd p {
  display: block;
}

/* ------ コピーライト ------ */

#footer #copyright {
  font-size: .8em;
}

/* ------ ページトップ ------ */

#footer #pagetop {
  display: block;
  top: -80px !important;
  right: 10px;
  margin-left: 0;
}

/* -- ページトップ・固定 -- */

#footer #pagetop.fxd {
  position: fixed;
  top: auto !important;
  bottom: 15px;
}

/* -- リンク -- */

#footer #pagetop a {
  width: 46px;
  height: 46px;
  background-size: 100%;
}

}