/*-----------------------------------------------------
body
-------------------------------------------------------*/
body {
  -ms-background-size: 100px 100px;
  background-size: 100px 100px;
}

/*-----------------------------------------------------
Ccontainer
-------------------------------------------------------*/
#Container {
  min-width: 320px;
  overflow: hidden;
  position: relative;
  -webkit-transition: padding ease-out .2s;
  -o-transition: padding ease-out .2s;
  transition: padding ease-out .2s;
}

#Container.has-line-banner {
  padding-top: 16.1333333%;
}

#Container.has-line-banner .header_line_bnr {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*-------------------------------------
Foreign banner
---------------------------------------*/
div.foreign_bnr a {
  display: block;
}

div.foreign_bnr a img {
  width: 100%;
  height: auto;
}

/*-------------------------------------
line banner
---------------------------------------*/
div.header_line_bnr {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform ease-out .2s;
  transition: -webkit-transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transition: transform ease-out .2s, -webkit-transform ease-out .2s;
}

div.header_line_bnr a {
  display: block;
}

div.header_line_bnr img {
  width: 100%;
  height: auto;
}

div.header_line_bnr button {
  position: absolute;
  left: 0;
  padding: 15px;
  background: none;
  border: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

div.header_line_bnr button span {
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #008d00;
}

div.header_line_bnr button span:before, div.header_line_bnr button span:after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

div.header_line_bnr button span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

div.header_line_bnr button span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*-----------------------------------------------------
Header
-------------------------------------------------------*/
#Header {
  position: relative;
}

#Header div.header_inline {
  width: 100%;
  overflow: hidden;
}

/*-------------------------------------
head-topnavi_allb
---------------------------------------*/
#Header #head-topnavi_allb {
  display: none;
}

/*-------------------------------------
logo
---------------------------------------*/
#Header p.logo {
  width: 121px;
  height: 45px;
  float: left;
  display: inline;
  margin: 6px 0 9px 10px;
}

#Header p.logo a {
  width: 121px;
  height: 45px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/header_logo.png") no-repeat 0 0;
  -ms-background-size: 121px 45px;
  background-size: 121px 45px;
}

/*-------------------------------------
navi_btn
---------------------------------------*/
#Header p.navi_btn {
  width: 45px;
  height: 45px;
  float: right;
  display: inline;
  margin: 7px 7px 8px 0;
}

#Header p.navi_btn a {
  width: 45px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  background-image: url("../images/header_sp_navi.png");
  background-repeat: no-repeat;
  background-position: 0 -97px;
  -ms-background-size: 320px 286px;
  background-size: 320px 286px;
}

#Header p.navi_btn a.on {
  background-position: 0 -143px;
}

/*-------------------------------------
pankuzu
---------------------------------------*/
#Header dl.pankuzu {
  width: 100%;
  height: 30px;
  clear: both;
  background: url("../images/pankuzu_sp_bg.gif") repeat 0 0;
  -ms-background-size: 64px 30px;
  background-size: 64px 30px;
}

#Header dl.pankuzu dd {
  overflow: hidden;
  padding: 0 5px 0 8px;
}

#Header dl.pankuzu ul {
  width: 9999px;
}

#Header dl.pankuzu ul li {
  height: 30px;
  line-height: 31px;
  color: #FFFFFF;
}

#Header dl.pankuzu ul li a {
  color: #FFFFFF;
}

/*-------------------------------------
GlobalNavi
---------------------------------------*/
#Header #GlobalNavi {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
}

/* ul
---------------------*/
.gnavi ul {
  overflow: hidden;
  position: relative;
  background: url(../images/globalnavi_sp_bg02.gif) repeat 0 0;
  background-size: 50px 50px;
  z-index: 99;
}

.gnavi ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 2px;
}

.gnavi ul li:last-child {
  padding-bottom: 0;
}

.gnavi ul li a {
  display: block;
  background: url(../images/globalnavi_sp_bg01.gif) repeat 0 0;
  background-size: 50px 50px;
}

.gnavi ul li a.on {
  background: url(../images/globalnavi_sp_bg03.gif) repeat 0 0;
  background-size: 50px 50px;
}

.gnavi ul li a span {
  width: 320px;
  height: 50px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url(../images/globalnavi_sp_btn.png);
  background-repeat: no-repeat;
  background-size: 324px auto;
}

.gnavi ul li.navi01 span {
  background-position: -2px -2px;
}

.gnavi ul li.navi02 span {
  background-position: -2px -56px;
}

.gnavi ul li.navi03 span {
  background-position: -2px -110px;
}

.gnavi ul li.navi04 span {
  background-position: -2px -164px;
}

.gnavi ul li.navi05 span {
  background-position: -2px -218px;
}

/* bg
---------------------*/
.gnavi div.bg {
  width: 100%;
  min-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 98;
}

/*-----------------------------------------------------
Content
-------------------------------------------------------*/
#Content .ico.category01, #Content .ico.category02, #Content .ico.category03, #Content .ico.category04, #Content .ico.category05, #Content .ico.category06 {
  width: 22px;
  height: 22px;
}

#Content .ico.category01 {
  background: url(/common/images/ico_blog.png) no-repeat 0 0;
  background-size: 132px auto;
}

#Content .on .ico.category01 {
  background: url(/common/images/ico_blog.png) no-repeat 0 -22px;
  background-size: 132px auto;
}

#Content .ico.category02 {
  background: url(/common/images/ico_blog.png) no-repeat -22px 0;
  background-size: 132px auto;
}

#Content .on .ico.category02 {
  background: url(/common/images/ico_blog.png) no-repeat -22px -22px;
  background-size: 132px auto;
}

#Content .ico.category03 {
  background: url(/common/images/ico_blog.png) no-repeat -44px 0;
  background-size: 132px auto;
}

#Content .on .ico.category03 {
  background: url(/common/images/ico_blog.png) no-repeat -44px -22px;
  background-size: 132px auto;
}

#Content .ico.category04 {
  background: url(/common/images/ico_blog.png) no-repeat -66px 0;
  background-size: 132px auto;
}

#Content .on .ico.category04 {
  background: url(/common/images/ico_blog.png) no-repeat -66px -22px;
  background-size: 132px auto;
}

#Content .ico.category05 {
  background: url(/common/images/ico_blog.png) no-repeat -88px 0;
  background-size: 132px auto;
}

#Content .on .ico.category05 {
  background: url(/common/images/ico_blog.png) no-repeat -88px -22px;
  background-size: 132px auto;
}

#Content .ico.category06 {
  background: url(/common/images/ico_blog.png) no-repeat -110px 0;
  background-size: 132px auto;
}

#Content .on .ico.category06 {
  background: url(/common/images/ico_blog.png) no-repeat -110px -22px;
  background-size: 132px auto;
}

#Content .label.category01, #Content .label.category02, #Content .label.category03, #Content .label.category04, #Content .label.category05, #Content .label.category06 {
  width: 111px;
  height: 18px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 0;
}

#Content .label.category01 {
  background: url(/common/images/label_blog.png) no-repeat 0 0;
  background-size: 131px auto;
}

#Content .label.category02 {
  background: url(/common/images/label_blog.png) no-repeat 0 0;
  background-size: 131px auto;
}

#Content .label.category03 {
  background: url(/common/images/label_blog.png) no-repeat 0 -18px;
  background-size: 131px auto;
}

#Content .label.category04 {
  background: url(/common/images/label_blog.png) no-repeat 0 -36px;
  background-size: 131px auto;
}

#Content .label.category05 {
  background: url(/common/images/label_blog.png) no-repeat 0 -54px;
  background-size: 131px auto;
}

#Content .label.category06 {
  background: url(/common/images/label_blog.png) no-repeat 0 -72px;
  background-size: 131px auto;
}

/*-------------------------------------
Main
---------------------------------------*/
/* ttl_bg
---------------------*/
.sp_ttl_bg {
  width: 100%;
  height: 42px;
  background: url("../images/ttl_sp_bg.gif") repeat 0 0;
  -ms-background-size: 65px 42px;
  background-size: 65px 42px;
}

/* sp_list
---------------------*/
#Content .sp_list {
  width: 15px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/list_sp_bg.gif") repeat-y 0 0;
  -ms-background-size: 23px 64px;
  background-size: 23px 64px;
}

#Content .sp_list .arrow {
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  margin: -5px 0 0 0;
  background: url("../images/list_sp_bg.gif") repeat-y -17px 0;
  -ms-background-size: 23px 64px;
  background-size: 23px 64px;
}

/*-----------------------------------------------------
Footer
-------------------------------------------------------*/
#Footer div.footer_inline {
  width: 100%;
  background: url("../images/footer_sp_bg02.gif") repeat 0 0;
  background-size: 64px 460px;
}

#Footer ul.navi li a,
#Footer p.pagetop a,
#Footer div#footer a:nth-of-type(1) {
  background-image: url("../images/footer_sp.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -ms-background-size: 292px 526px;
  background-size: 292px 526px;
}

#Footer ul.social_btn li a {
  background-image: url("../images/footer_sp_social.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -ms-background-size: 138px 119px;
  background-size: 138px 119px;
}

/*-------------------------------------
navi
---------------------------------------*/
#Footer nav.navi p {
  height: 78px;
  text-indent: -9999px;
  background-image: url(../images/footer_sp_navi_ttl.gif), url(../images/footer_sp_navi_ttl_bg.gif);
  background-position: 50% 0 , 0 0;
  background-repeat: no-repeat , repeat-x;
  background-size: 290px auto,15px auto;
}

/*-------------------------------------
widget
---------------------------------------*/
#Footer div.widget {
  width: 291px;
  height: 344px;
  margin: 20px auto 13px;
  background: url("../images/footer_sp_widget_bg.png") no-repeat 0 0;
  background-size: cover;
}

#Footer .widget_sp {
  width: 228px;
  margin: 0 auto;
  padding: 31px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#Footer .widget_sp .widget_sp_upper h2 {
  margin-bottom: 22px;
}

#Footer .widget_sp .widget_sp_upper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Footer .widget_sp .widget_sp_upper ul li:nth-child(n+2) {
  margin-left: 18px;
}

#Footer .widget_sp hr {
  width: 228px;
  height: 4px;
  margin: 20px auto 19px;
  border: 0;
  background: url("../images/footer_sp_widget_separator.png") no-repeat 0 0;
  background-size: cover;
}

#Footer .widget_sp .widget_sp_lower h2 {
  margin-bottom: 14px;
}

#Footer .widget_pc {
  display: none;
}

/*-------------------------------------
pagetop
---------------------------------------*/
#Footer p.pagetop {
  width: 292px;
  height: 40px;
  margin: 0 auto 0 auto;
  padding: 0 0 15px 0;
}

#Footer p.pagetop a {
  width: 292px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/footer_sp_pagetop.png") no-repeat 0 0;
  -ms-background-size: 292px 40px;
  background-size: 292px 40px;
}

/*-------------------------------------
social
---------------------------------------*/
#Footer ul.social {
  width: 292px;
  height: 62px;
  margin: 0 auto 15px;
  padding: 20px 0 0;
  text-align: center;
  background: url(../images/footer_sp_social_bg.gif) no-repeat 50% 0;
  background-size: 292px 82px;
}

#Footer ul.social li {
  display: inline-block;
  margin: 0 3px 3px 3px;
  vertical-align: top;
}

/*-------------------------------------
desc
---------------------------------------*/
#Footer .desc2 {
  font-size: 84%;
  color: #A4947F;
  line-height: 140%;
  padding: 7px 20px 7px 20px;
  text-align: center;
  background: url("../images/footer_sp_bg03.gif") repeat 0 100%;
  -ms-background-size: 50px 29px;
  background-size: 50px 29px;
}

/*-------------------------------------
inside
---------------------------------------*/
#Footer div#footer {
  padding: 15px 10px 10px 10px;
  background: url("../images/footer_sp_bg01.gif") repeat 0 100%;
  -ms-background-size: 64px 116px;
  background-size: 64px 116px;
}

#Footer div#footer > a:nth-of-type(1) {
  width: 286px;
  height: 30px;
  display: block;
  overflow: hidden;
  margin: 0 auto 15px auto;
  text-indent: -9999px;
  background-position: 0 0;
}

#Footer div#footer p.logo {
  display: none;
}

#Footer div#footer p {
  margin: 10px 0 0 0;
}
