@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------
    element style
----------------------------------------------------*/
/* 狭いディスプレイ対応　*/
@media screen and (max-width: 1280px) {
  html {
    -moz-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform: scale(0.88);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  body {
    width: 1440px;
  }
  body .mainvisual .slider li:first-child {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body .mainvisual .slider li:first-child img {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  html {
    -moz-transform: scale(0.79);
    -ms-transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform: scale(0.79);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  body {
    width: 1440px;
  }
  body .mainvisual .slider li:first-child {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body .mainvisual .slider li:first-child img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    -moz-transform: scale(0.71);
    -ms-transform: scale(0.71);
    -webkit-transform: scale(0.71);
    transform: scale(0.71);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  body {
    width: 1440px;
  }
  body .mainvisual .slider li:first-child {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body .mainvisual .slider li:first-child img {
    width: 100%;
  }
}
body {
  background: #fff;
  color: #231815;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 93.8%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #231815;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
}

area {
  border: none;
  outline: none;
}

a {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
}
a:link {
  color: #231815;
}
a:visited {
  color: #231815;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  zoom: 1;
  text-decoration: none;
}
a:active {
  color: #231815;
}

ul.link_nav {
  text-align: center;
}
ul.link_nav li {
  margin: 0 20px;
}

.link {
  text-align: center;
  display: inline-block;
}
.link a {
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #888;
}
.link a:before {
  content: "▶︎　";
  color: #ccc;
  font-size: 17px;
}
.link li {
  display: inline-block;
  margin: 0 27px;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header {
  width: 1280px;
  background: #fff;
  margin: 0 auto;
  padding: 8px 0 21px;
  position: relative;
  min-height: 96px !important;
  min-height: 1px;
}
header:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
header .hgroup {
  color: #666;
  position: absolute;
  left: 0;
  top: 8px;
}
header .hgroup h1, header .hgroup p {
  font-size: 11px;
  margin: 5px 0 9px;
}
header nav {
  position: absolute;
  right: 0;
  z-index: 1;
}
header nav .subnav {
  text-align: right;
  margin: 0 0 23px;
}
header nav .subnav li {
  margin: 0 0 0 8px;
  display: inline-block;
}
header nav .subnav li a {
  /*
      background:url(../images/ico_arrow_grey.png) left center no-repeat;
      padding:0 0 0 22px;
  */
  display: inline-block;
  font-size: 14px;
  color: #000000;
  border: 1px solid #000000;
  padding: 6px 8px 4px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}
header nav .nav {
  min-height: 1px;
}
header nav .nav:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
header nav .nav li {
  float: left;
}
header nav .nav li a {
  background: url(../images/navi_bg.png) left center no-repeat;
  display: block;
  padding: 15px 24px;
  text-decoration: none;
  font-weight: bold;
}
header nav .nav li a.current {
  background-color: #efefef !important;
}
header nav .nav li a.first {
  background: none;
}

/*----------------------------------------------------
	to top
----------------------------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 42px;
  cursor: pointer;
  z-index: 100;
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
#breadcrumb {
  color: #aaa;
  font-size: 12px;
  width: 1280px;
  margin: 0 auto;
}
#breadcrumb ul li {
  display: table-cell;
  padding: 0 10px 0 0;
}
#breadcrumb ul li a {
  color: #aaa;
}

/*----------------------------------------------------
	下層ページ（page.php)
----------------------------------------------------*/
.wrap {
  width: 1280px;
  margin: 0 auto;
  min-height: 1px;
}
.wrap:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .contents {
  width: 980px;
  float: left;
}
.wrap .contents_image {
  text-align: center;
  padding-top: 45px;
}
.wrap .sidebar {
  width: 260px;
  float: right;
  padding: 5px 0 0;
}
.wrap .sidebar ul.information {
  margin: 0px 0px 35px;
}
.wrap .sidebar ul.information li {
  margin: 0 0 17px;
}
.wrap .sidebar p.ttl_shoplist {
  margin: 0 0 27px;
}
.wrap .sidebar dl.shoplist, .wrap .sidebar ul.shoplist {
  margin: 0px 0px 35px;
}
.wrap .sidebar dl.shoplist dt, .wrap .sidebar ul.shoplist dt {
  border-bottom: 3px solid #ddd;
  font-size: 20px;
  padding: 0 0 4px;
  margin: 16px 0 8px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 27px;
}
.wrap .sidebar dl.shoplist dt a, .wrap .sidebar ul.shoplist dt a {
  text-decoration: none;
}
.wrap .sidebar dl.shoplist dd, .wrap .sidebar dl.shoplist li, .wrap .sidebar ul.shoplist dd, .wrap .sidebar ul.shoplist li {
  background: url(../images/sidebar/ico_list.gif) left 7px no-repeat;
  padding: 0 0 0 13px;
  font-size: 14px;
  line-height: 24px;
}
.wrap .sidebar dl.shoplist dd a, .wrap .sidebar dl.shoplist li a, .wrap .sidebar ul.shoplist dd a, .wrap .sidebar ul.shoplist li a {
  color: #666;
  text-decoration: none;
}
.wrap .sidebar p.recruit {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.wrap .sidebar p.recruit a {
  background-color: #ddd;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 27px;
  text-align: center;
  padding: 8px 0;
}
.wrap .sidebar p.recruit a:before {
  content: "▶︎";
  padding: 0 8px 0 0;
  font-size: 16px;
  vertical-align: middle;
}

ul.explist {
  min-height: 1px;
  padding: 35px 0 0;
}
ul.explist:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ul.explist li {
  background-position: 0 37px;
  background-repeat: no-repeat;
  width: 290px;
  margin: 0px 20px 40px;
  float: left;
}
ul.explist li img.expimg {
  margin: 12px 0 0;
  width: 290px;
  height: 230px;
}
ul.explist li span {
  font-size: 19px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 15px 0 10px;
}
ul.explist li p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
ul.explist li a {
  text-decoration: none;
  display: block;
}

.Content__snsButton {
  height: 30px;
  margin-top: 30px;
}
.Content__snsButton li {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  vertical-align: top;
}
.Content__snsButton li a {
  border: medium none;
  color: #fff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}
.Content__snsButton li a .lineBtn {
  background: transparent linear-gradient(to bottom, #2fda2f 2%, #1dcc1d 4%, #02c302 100%) repeat scroll 0 0;
  padding: 2px 0;
}
.Content__snsButton li a .fbBtn {
  background: transparent linear-gradient(to bottom, #5a7cc6 2%, #4b68b8 4%, #3d5bab 100%) repeat scroll 0 0;
  padding: 5px 0;
}
.Content__snsButton li a .twBtn {
  background: transparent linear-gradient(to bottom, #7ccaff 2%, #66bcfe 4%, #56adef 100%) repeat scroll 0 0;
  padding: 5px 0;
}
.Content__snsButton .line {
  display: none;
}

/*----------------------------------------------------
	下層ページ（page-other.php)
----------------------------------------------------*/
h2.single {
  border-bottom: 5px solid #eee;
  height: 88px;
  font-size: 45px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 6px;
  position: relative;
}
h2.single span {
  background: url(../images/common/ttl_bg2.png) center top no-repeat;
  padding: 17px 0 53px;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -42px;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
.error404 .wrap .contents h2 {
  font-size: 28.5px;
  letter-spacing: 0.5em;
  margin-top: -20px;
  color: #ccc;
  margin: 2em 0 0;
}

.error404 .wrap .contents h2 span {
  font-size: 220px;
  font-family: "Century Gothic";
  display: block;
  margin-bottom: 0.1em;
}

.error404 .wrap .contents p {
  margin-top: 2em;
  line-height: 2;
  font-size: 24px;
}

.error404 .wrap .contents p.more {
  text-align: center;
}

.error404 .wrap .contents p.more a {
  background-color: #0068B6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 18px;
}
.error404 .wrap .contents p.more a i {
  background: url(../images/common/ico_but02.png) left top no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 8px 0 0;
}

/*----------------------------------------------------
	ブログ&イベント
----------------------------------------------------*/
.wrap-blog .contents, .wrap-events .contents {
  padding: 18px 0 0;
}
.wrap-blog .contents .blog-shop_name, .wrap-events .contents .blog-shop_name {
  font-weight: bold;
  font-size: 28px;
  background: url("../../kidokid/images/common/ttl_bg.png") left bottom no-repeat;
  padding: 35px 0 0;
  min-height: 62px;
}
.wrap-blog .contents article, .wrap-events .contents article {
  padding-top: 60px;
}
.wrap-blog .contents article .post-head, .wrap-events .contents article .post-head {
  background: url("../../kidokid/images/common/post_ttl_bg.png") right center no-repeat;
}
.wrap-blog .contents article .post-title, .wrap-events .contents article .post-title {
  font-weight: bold;
  font-size: 42px;
  color: #0068b7;
  padding-right: 180px;
  background: none;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 220px 0 0;
}
.wrap-blog .contents article .post-title a, .wrap-events .contents article .post-title a {
  color: #0068b7;
  text-decoration: none;
}
.wrap-blog .contents article .post-cat, .wrap-blog .contents article .post-date, .wrap-events .contents article .post-cat, .wrap-events .contents article .post-date {
  margin-top: 1em;
}
.wrap-blog .contents article .post-body, .wrap-events .contents article .post-body {
  margin-top: 60px;
}
.wrap-blog .contents article .post-body p, .wrap-blog .contents article .post-body ul, .wrap-blog .contents article .post-body ol, .wrap-events .contents article .post-body p, .wrap-events .contents article .post-body ul, .wrap-events .contents article .post-body ol {
  font-size: 17px;
  line-height: 2;
  margin-top: 2em;
}
.wrap-blog .contents article .post-body p:first-child, .wrap-blog .contents article .post-body ul:first-child, .wrap-blog .contents article .post-body ol:first-child, .wrap-events .contents article .post-body p:first-child, .wrap-events .contents article .post-body ul:first-child, .wrap-events .contents article .post-body ol:first-child {
  margin-top: 2em;
}
.wrap-blog .contents article .post-body ul li, .wrap-events .contents article .post-body ul li {
  list-style: disc inside;
  text-indent: 1.5em;
}
.wrap-blog .contents article .post-body ol li, .wrap-events .contents article .post-body ol li {
  list-style: decimal inside;
  text-indent: 1.5em;
}
.wrap-blog .contents article .post-body strong, .wrap-events .contents article .post-body strong {
  font-weight: bold;
}
.wrap-blog .contents article .post-body em, .wrap-events .contents article .post-body em {
  font-style: italic;
}
.wrap-blog .contents article .post-body img, .wrap-events .contents article .post-body img {
  max-width: 100% !important;
  height: auto !important;
}
.wrap-blog .contents article .post-body .aligncenter, .wrap-events .contents article .post-body .aligncenter {
  display: block;
  margin: auto;
}
.wrap-blog .contents article + article, .wrap-events .contents article + article {
  margin-top: 60px;
  border-top: 1px solid #eee;
}
.wrap-blog .contents .blognavi, .wrap-events .contents .blognavi {
  min-height: 1px;
  margin-top: 60px;
}
.wrap-blog .contents .blognavi:after, .wrap-events .contents .blognavi:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap-blog .contents .blognavi p:first-child, .wrap-events .contents .blognavi p:first-child {
  float: left;
}
.wrap-blog .contents .blognavi p:last-child, .wrap-events .contents .blognavi p:last-child {
  float: right;
}
.wrap-blog aside, .wrap-events aside {
  line-height: 1.8;
}
.wrap-blog aside .widget-area, .wrap-events aside .widget-area {
  margin-top: 30px;
}
.wrap-blog aside .widget-area:first-child, .wrap-events aside .widget-area:first-child {
  margin-top: 0;
}
.wrap-blog aside .widget-area > div > p, .wrap-events aside .widget-area > div > p {
  background: url(../images/common/subttl_bg.jpg);
  display: inline-block;
  font-size: 32px;
  margin: 0 0 60px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  background-image: url("../../kidokid/images/common/subttl_bg.jpg");
  font-size: 25px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.wrap-blog aside .widget-area #wp-calendar, .wrap-events aside .widget-area #wp-calendar {
  width: 100%;
}
.wrap-blog aside .widget-area #wp-calendar caption, .wrap-events aside .widget-area #wp-calendar caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrap-blog aside .widget-area #wp-calendar th, .wrap-blog aside .widget-area #wp-calendar td, .wrap-events aside .widget-area #wp-calendar th, .wrap-events aside .widget-area #wp-calendar td {
  text-align: center;
}
.wrap-blog aside .widget-area #wp-calendar th#prev, .wrap-blog aside .widget-area #wp-calendar td#prev, .wrap-events aside .widget-area #wp-calendar th#prev, .wrap-events aside .widget-area #wp-calendar td#prev {
  text-align: left;
  padding-top: 15px;
}
.wrap-blog aside .widget-area #wp-calendar th#next, .wrap-blog aside .widget-area #wp-calendar td#next, .wrap-events aside .widget-area #wp-calendar th#next, .wrap-events aside .widget-area #wp-calendar td#next {
  text-align: right;
  padding-top: 15px;
}
.wrap-blog aside .widget-area #wp-calendar th#today, .wrap-blog aside .widget-area #wp-calendar td#today, .wrap-events aside .widget-area #wp-calendar th#today, .wrap-events aside .widget-area #wp-calendar td#today {
  background-color: #FEDF32;
}

.wrap-events .contents article p.date {
  margin: 0px 0px 30px;
}
.wrap-events .contents article p.date img {
  vertical-align: middle;
}
.wrap-events .contents article p.date span {
  padding: 0 0 0 10px;
  display: inline-block;
  font-size: 24px;
  width: 628px;
}
.wrap-events .contents article dl {
  margin-top: 45px;
  min-height: 1px;
}
.wrap-events .contents article dl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap-events .contents article dl dt {
  background-color: #000;
  color: #fff;
  width: 100px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  clear: both;
  float: left;
}
.wrap-events .contents article dl dt:first-child {
  margin-top: 0;
}
.wrap-events .contents article dl dd {
  line-height: 24px;
  padding: 0 15px 0 120px;
  margin-top: 10px;
}
.wrap-events .contents article .post-body {
  background: url("../../kidokid/images/common/events_body_bg.png") left top repeat;
  padding: 60px;
}
.wrap-events .contents article .post-body .post-img {
  margin-top: 0 !important;
  text-align: center;
}
.wrap-events aside .widget-area > div > p {
  margin-bottom: 0;
}
.wrap-events aside .events {
  margin-top: 30px;
}
.wrap-events aside .events__inner__img {
  max-height: 200px;
  overflow: hidden;
}
.wrap-events aside .events__inner__img img {
  max-width: 100% !important;
  height: auto !important;
}
.wrap-events aside .date {
  margin-top: 15px;
  font-size: 17px;
}
.wrap-events aside .ttl {
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

/*----------------------------------------------------
	下層ページバナー群
----------------------------------------------------*/
.bannerArea {
  width: 100%;
  padding-top: 80px;
  text-align: center;
}
.bannerArea ul {
  width: 1280px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
.bannerArea ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
  width: 412px;
}
.bannerArea ul li:nth-child(3), .bannerArea ul li:nth-child(6) {
  margin: 0;
}
.bannerArea ul li img {
  width: 100%;
  border: 1px #ccc solid;
}
/*----------------------------------------------------
	看板バナー群
----------------------------------------------------*/
.table_bnr {
  width: 100%;
}
.table_bnr tr {
  width: 345px;
  background-color: #fff;
}
.table_bnr tr td {
  vertical-align: bottom;
  background: url(../images/info_bnr_bg.png) center bottom no-repeat;
  padding-bottom: 39px;
}
.table_bnr tr td + td {
  padding-left: 20px;
}
.table_bnr tr td.bg_fence a {
  background: url(../images/top_banner/bnr_bg-fence.gif) 2px top no-repeat;
  padding-top: 15px;
  display: block;
}
.table_bnr tr td.bg_fence .dummy {
  background: url(../images/top_banner/bnr_bg-fence.gif) 2px top no-repeat;
  padding-top: 15px;
  display: block;
}
/*----------------------------------------------------
	モーダルウィンドウ
----------------------------------------------------*/
#modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #fff;
  display: none;
}

.modal {
  width: 800px;
  display: none;
  overflow: auto;
  background: #fff url(../images//price/contents_bg.gif) center top no-repeat;
  padding-top: 7px;
  box-sizing: border-box;
}
.modal #close {
  display: none;
}
.modal .modal_inner {
  background: url(../images//price/contents_bg.gif) left bottom repeat;
  padding: 0 7px 7px;
}
.modal .modal_body {
  padding: 40px;
  position: relative;
}
.modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal .modal_close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.modal.modal-pl {
  width: 640px;
  background-image: url(../images//modal_bg_pl.gif);
}
.modal.modal-pl .modal_inner {
  background-image: url(../images//modal_bg_pl.gif);
}
.modal.modal-pl .modal_body {
  background: #fff;
  background-size: auto 100%;
  padding-top: 360px;
}
.modal.modal-pl p {
  margin-bottom: 1em;
}
.modal.modal-pl .shop_name {
  font-weight: bold;
}
.modal.modal-pl .catch {
  text-align: left;
  margin-bottom: 1em;
  font-size: 19px;
  font-weight: bold;
  color: #0068B6;
}
.modal.modal-pl .playleader__name {
  background: url(../../kidokid-shop/images/section4_img02.png) left center repeat-x;
  font-size: 17px;
  width: auto;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 35px;
  padding: 0 40px;
  text-align: center;
}
.modal.modal-pl .playleader__name span {
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px 0 0;
}
.modal.modal-pl dl dt {
  background: url(../../kidokid-shop/images/section4_img03.png) left top no-repeat;
  font-size: 17px;
  border-bottom: 1px dashed #b0b0b0;
  padding: 0 0 9px 24px;
  font-weight: bold;
  margin: 0 0 13px;
}
.modal.modal-pl dl dd {
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 32px;
}
.modal.modal-pl .playleader__img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.modal.modal-pl .playleader__img img {
  height: auto;
  width: 100%;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
  margin-top: 120px;
}
footer .footernav {
  width: 1280px;
  margin: 0 auto;
  padding: 0 0 30px;
  min-height: 1px;
}
footer .footernav:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
footer .footernav nav {
  float: left;
}
footer .footernav nav li {
  display: inline-block;
  margin: 0 18px 0 0;
}
footer .footernav nav li a {
  /*
      background:url(../images/ico_arrow_grey.png) left center no-repeat;
      padding:0 0 0 22px;
  */
  display: inline-block;
  font-size: 12px;
  color: #aaa;
  color: #888;
  font-size: 14px;
}
footer .footernav .right {
  float: right;
}
footer .footernav .right ul {
  margin: 0 0 15px;
}
footer .footernav .right ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
footer .footernav .right ul li:last-child div {
  width: 60px !important;
}
footer .footernav .right .copyright {
  text-align: right;
  color: #888;
  font-size: 12px;
}
footer .company {
  padding: 36px 0 40px;
  background-image: url(../images/footer_bg.jpg);
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
}
footer .company ul {
  width: 1280px;
  margin: 0 auto 0;
  text-align: right;
}
footer .company ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
footer .company p {
  text-align: center;
}
footer .company .logo {
  margin-top: 80px;
}

/*----------------------------------------------------
	SNS
----------------------------------------------------*/
.sns {
  text-align: center;
  padding: 40px 0 30px;
}
.sns p {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
}
.sns li {
  display: inline-block;
  margin: 0 30px;
}

/*----------------------------------------------------
	SNS
----------------------------------------------------*/
.sns {
  text-align: center;
  padding: 40px 0 30px;
}
.sns p {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
}
.sns li {
  display: inline-block;
  margin: 0 30px;
}

/* element */
.txt-center{
  text-align:center;
}



@media screen and (min-width: 767px) {
.sp {
display: none;
}
}