@charset "utf-8";

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

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

　　Mobile - Module Setting

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

/*  Text
-------------------------- */

.txt-bold-sp {
  font-weight: bold;
}

/* -- Text Other -- */

.txt-catch {
  margin-top: 30px;
}

.txt-tel {
  font-size: 1.25em;
}

.txt-tel .txt-link-tel {
  font-size: 1.5em;
  letter-spacing: -.01em;
}

.txt-cont {
  line-height: 2;
}

.txt-cont p {
}

.txt-note {
  padding: 15px;
}

.txt-note .txt-lg {
  font-size: 1.1em;
}


/*  Link
-------------------------- */

/*  Title
-------------------------- */

.ttl {
}

.ttl-style1 {
  margin-bottom: 20px;
  font-size: 1.85em;
  text-align: center;
}

.ttl-style2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.ttl-style2 .txt-sm {
  font-size: .8em;
  line-height: 2.5;
}

.ttl-style2 .txt-lg {
  font-size: 1.3em;
  letter-spacing: .08em;
}

.ttl-style3 {
  margin-bottom: 10px;
  letter-spacing: .05em;
}

.ttl-style3 .txt-lg {
  font-size: 1.2em;
}


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

.btn {
  padding: 12px 28px;
  font-size: 1em;
}

.btn .fa:before {
  margin-right: 10px;
}

.btn-link .txt-sm {
  font-size: .95em;
}

/* -- Button Size -- */

/* Small Size */
.btn-sm {
  padding: 8px;
}

/* Middle Size */
.btn-md {
  padding: 6px 20px;
}

/* Large Size */
.btn-lg {
}

/* -- Button Frame -- */

.btn.btn-frame {
}

.btn-sm.btn-frame.icn-arw:before {
  right: 10px;
}

/* -- Button Arrow -- */

.btn.icn-arw {
}

.btn.icn-arw:before {
  width: 7px;
  height: 7px;
}

/* Small Size */
.btn-sm.icn-arw {
  padding-right: 17px;
}


/*  Icon
-------------------------- */

.icn {
}

/* -- Arrow Icon -- */

.icn-arw {
  padding-left: 12px;
}

.icn-arw:before,
.icn-arw:after {
  top: 4px;
}

/* -- Round Icon -- */

.icn-rounded {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  font-size: 15px;
  line-height: 20px;
}

/* -- Font Awesome Icon -- */

.fa:before {
}


/*  Image
-------------------------- */

.img-frame {
}

.img-frame img {
}


/*  List
-------------------------- */

/* -- List Line -- */

.list-line > ul > li {
  padding: 10px 0;
}

/* -- List Dot -- */

.list-dot {
  margin: 20px 0 30px;
}

.list-dot.list-dot2,
.list-dot.list-dot3,
.list-dot.list-dot4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-dot.list-dot2 ul li,
.list-dot.list-dot3 ul li,
.list-dot.list-dot4 ul li {
  padding-top: 8px;
}

.list.list-dot {
  margin: 0;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0 30px;
}

.list-num ol {
  padding-left: 25px;
}

.list-num li ol {
  padding-left: 35px;
}

/* -- List Arrow -- */

.list-arw {
}

.list-arw ul {
  padding-left: 2px;
}

/* -- List Definition -- */

.list-dl dl {
  margin: 0; 
}

.list-dl > ul > li:first-child {
  padding-top: 0;
}

/* -- List Definition2 -- */

.list-dl2 dl,
.list-dl2 dl dt,
.list-dl2 dl dd {
  display: block;
}

.list-dl2 dl dt {
}

.list-dl2 dl dt:before {
  content: " [ ";
}

.list-dl2 dl dt:after {
  content: " ] ";
}

.list-dl2 dl dd {
  padding-left: 0;
}

.list-dl2 .txt-lg {
  font-size: 1em;
}

/* -- List Definition3 -- */

.list-dl3 dl {
}

.list-dl3 dl,
.list-dl3 dl dt,
.list-dl3 dl dd {
  display: block;
}

.list-dl3 dl dt {
  min-width: 0;
}

.list-dl3 dl dd {
  padding-left: 0;
}

.list-dl3 .txt-lg {
  font-size: 1em;
}

.list-dl3.list-line > ul > li {
  padding-right: 5px;
  padding-left: 5px;
}

/* -- List Definition Contact -- */

.list-dl-contact dl {
  margin-top: 8px;
  padding-top: 0;
}

.list-dl-contact dl,
.list-dl-contact dl dt,
.list-dl-contact dl dd {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  line-height: 1.5;
}

.list-dl-contact dl dt,
.list-dl-contact dl dd {
  padding-top: 2px;
}

.list-dl-contact dl dt {
  font-weight: bold;
}

.list-dl-contact dl dt:after {
  display: none;
}

.list-dl-contact dl dd {
}

/* -- List News -- */

.news-list dl dt {
  width: 100%;
  margin-bottom: 0;
}

.news-thumb {
  display: block;
}

.news-thumb .news-thumb-inner {
  float: none;
  margin: 0 auto;
}

.news-thumb .txt-caption {
  padding-top: 10px;
}


/*  Table
-------------------------- */

.table {
  margin-bottom: 5px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
}

/* ---- Responsive2 ---- */

.table-responsive2,
.table-responsive2 thead,
.table-responsive2 tbody,
.table-responsive2 tfoot,
.table-responsive2 tr,
.table-responsive2 th,
.table-responsive2 td {
  display: block;
  width: 100% !important;
  min-width: 0;
  border-width: 0;
}

.table-responsive2 > thead > tr,
.table-responsive2 > tbody > tr,
.table-responsive2 > tfoot > tr {
  padding-bottom: 5px;
  border-width: 0;
}

.table-responsive2 > thead > tr > td,
.table-responsive2 > tbody > tr > td,
.table-responsive2 > tfoot > tr > td {
  padding-right: 0;
  padding-left: 0;
}

/* ---- Contact ---- */

.table-contact {
}

/* ---- Concert ---- */

.table-concert {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-concert .thumb-people {
  overflow: hidden;
  width: auto;
  text-align: left;
  font-size: 1.1em;
}

.table-concert .thumb-people img {
  float: left;
  width: 35%;
  min-width: 90px;
  max-width: 140px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.table-concert .thumb-people br {
  display: none;
}


/*  Grid
-------------------------- */

/*  Column
-------------------------- */

/* ---- Common ---- */

.column > * {
  letter-spacing: -.40em;
}

.column > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

/* -- Thumb -- */

.thumb .thumb-inner {
}

.thumb .thumb-inner {
  width: 100%;
}

.thumb .thumb-inner:before {
  font-size: 3vw;
}

.thumb .thumb-inner img {
  min-width: 100%;
}

/* -- Title -- */

.column .column-ttl {
  padding-top: 22px;
  text-align: center;
  line-height: 1.65;
}

/* -- Cont -- */

.column .column-cont {
  padding-top: 15px;
}

/* ---- 2 Column ---- */

.column.column2 > * {
  margin-top: -40px;
  margin-left: 0;
}

.column.column2 > * > * {
  width: 100%;
  padding: 40px 0 0;
}

.column.column2 .column-cont {
  line-height: 2;
}

/* ---- 3 Column ---- */

.column.column3 > * {
  margin-top: -25px;
  margin-left: 0;
}

.column.column3 > * > * {
  width: 100%;
  padding: 25px 0 0;
}

.column.column3 .txt-cont {
  line-height: 2;
}

/* ---- 4 Column ---- */

.column.column4 > * {
  margin-top: -12px;
  margin-left: -12px;
}

.column.column4 > * > * {
  width: 50%;
  padding: 12px 0 0 12px;
}

/* ---- 5 Column ---- */

.column.column5 > * {
  margin-top: -12px;
  margin-left: -12px;
}

.column.column5 > * > * {
  width: 50%;
  padding: 12px 0 0 12px;
}

/* ---- 6 Column ---- */

.column.column6 > * {
  margin-top: -12px;
  margin-left: -12px;
}

.column.column6 > * > * {
  width: 33.333%;
  padding: 12px 0 0 12px;
}

/* ---- Line Column ---- */

.column.column-line,
.column.column-line2 {
  margin: 30px 0;
}

.column.column-line > * {
  display: block;
  margin: 0;
}

.column.column-line > * > * {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.column.column-line2 > * {
  margin: 0 0 0 -12px;
}

.column.column-line2 > * > * {
}

.column.column-line2 > * > * .column-inner {
  padding-top: 15px;
}


/*  Section
-------------------------- */

.section {
  margin-bottom: 40px;
}

.section:last-child {
  margin-bottom: 20px;
}

.section-head {
  margin-bottom: 5px !important;
  padding-bottom: 7px;
}

.section-head .ttl {
  float: none;
  font-size: 1.4em;
}

.section-head.float-left {
  float: none;
  width: 100%;
}

.section-content.float-right {
  float: none;
  width: 100%;
}

/* ---- Section Main / SIde ---- */

.section-main,
.section-side {
  float: none;
  width: auto;
}

.section-main.float-right,
.section-side.float-right {
  width: auto;
  padding-left: 0;
}

.section-main.float-left,
.section-side.float-left {
  width: auto;
}

.section-main {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7;
}

.section-side {
  margin-bottom: 20px;
}

.section-side .thumb,
.section-half .thumb {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section Half ---- */

.section-half {
  float: none;
  width: 100%;
}

.section-half.float-left,
.section-half.float-right {
  padding: 0;
}

/* ---- Section Inner ---- */

.section-inner {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.section-inner2 {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.section.line-top,
.section-inner.line-top,
.section-inner.line-top {
  margin-top: 30px;
  padding-top: 30px;
}

/*  Box Decoration
-------------------------- */

.line-top {
}

.line-dot {
}

.line-frame {
  padding-right: 15px;
  padding-left: 15px;
}

.line-frame2 {
  border-width: 6px;
  padding-right: 15px;
  padding-left: 15px;
}


/*  Breadcrumb
-------------------------- */

.breadcrumb {
  display: none;
  float: none;
  width: auto;
  padding: 15px;
  font-size: .9em;
  line-height: 1.7;
}

.breadcrumb a {
  display: inline;
}


/*  Pagination
-------------------------- */

.pagination {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: .9em;
}

.pagination div > * {
  min-width: 30px;
  height: 36px;
  margin: 0 1px 12px;
  font-size: 1.05em;
  line-height: 34px;
}

.pagination .icn-arw:before,
.pagination .icn-arw:after {
  margin-top: -8px;
  margin-left: -3px;
  border-width: 8px;
}

.pagination .icn-arw:after {  
  margin-left: -5px;
  border-left-color: #fff;
}

.pagination .icn-arw.previous:before,
.pagination .icn-arw.previous:after {
  margin-left: -12px;
}

.pagination .icn-arw.previous:after {
  margin-left: -10px;
}


/*  Pager
-------------------------- */

.pager {
  margin: 30px 0;
  font-size: .85em;
}

.pager .btn {
  margin: 0;
  padding: 0;
}

.pager .btn a {
  padding: 15px;
}


/*  Mail Form
-------------------------- */

.form-mail .table > tbody > tr > td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-mail .form-control,
.form-mail input.form-control,
.form-mail input#inputEmail {
  width: 116%;
}

.form-mail textarea.form-control {
  padding: 10px;
}

.form-mail .control-label {
  padding: 0;
}

.form-btn {
  margin-top: -5px;
  padding-top: 15px;
}

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

  .form-btn {
    padding-top: 10px;
  }

  .form-btn form {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }

  .form-btn input {
    width: 100%;
  }
}


.form-error {
  margin-top: -5px;
}

/*  Search Form
-------------------------- */

.search-form-wrap {
  display: table !important;
  width: 100%;
}

.search-form-wrap label,
.search-form-wrap .search-form {
  display: table-cell;
  vertical-align: middle;
}

.search-form-wrap label {
  width: 90px;
  padding-top: 2px;
}

.search-form {
}

.search-form .search-input {
  height: 30px;
}

.search-form .search-input:focus { 
}

.search-form :placeholder-shown {
  color: #fff;
}

.search-form ::-webkit-input-placeholder {
  color: #fff;
}

.search-form :-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search-form :-ms-input-placeholder {
  color: #fff;
}

.search-form .search-btn {
  width: 30px;
  height: 30px;
  background-size: 20px;
}


/*  Embed
-------------------------- */

.embed {
  max-width: 520px;
  margin: 0 auto;
}

.embed iframe {
  width: 100%;
  height: 52vw;
}

/* -- Embed Twitter -- */

.embed-tw {
  max-width: 380px;
}

/*  SNS
-------------------------- */

.list-sns {
}


/*  Mega Header 
-------------------------- */

.mega-header {
  background-image: url(/common/img/bg-category-title-sp.jpg);
}

.mega-header .inner {
  padding: 45px 15px 90px;
}

.mega-header h1 .txt-lg {
  font-size: 1.4em;
}

@media screen and (max-width: 380px) {
  .mega-header h1 .txt-lg {
    font-size: 7vw;
  }
}

.mega-header h1 .txt-sm {
  padding-top: 5px;
  font-size: .75em;
}

@media screen and (max-width: 380px) {
  .mega-header h1 .txt-sm {
    font-size: 3.5vw;
  }
}


/*  Detail Page
-------------------------- */

/* ---- Article Body ---- */

.article-body {
}

/* ---- Title ---- */

.article-body h1 {
}

.article-body h2 {
}

.article-body h3 {
}

/* ---- Article Header ---- */

.article-header {
}

/* ---- Article Mata ---- */

.article-meta {
}

/* ---- Article Content ---- */

.article-content {
}

/* ---- List ---- */

/* -- List Dot -- */

.article-body ul {
}

/* -- List Number -- */

.article-body ol {
}

/* ---- Table ---- */

.article-body table {
  width: 100%;
}

/* ---- List Row ---- */

.article-body .list-row {
  margin-top: 20px;
}

.article-body .list-row ul {
  margin-left: 0;
}

.article-body .list-row li {
  display: block;
  width: auto;
  margin: 0 0 20px;
}

.article-body .list-row li img {
  margin-bottom: 6px;
}

/* ---- Iframe ---- */

.article-body iframe {
  width: -webkit-calc(100vw - 60px) !important;
  width: calc(100vw - 60px) !important;
  height: 300px !important;
  margin: 15px !important;
}




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

　　Plugins Setting

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


/*  Accordion
-------------------------- */

/*  Modal
-------------------------- */

/* -- Arrow -- */

.mfp-arrow {
  margin-top: -40px !important;
}

.mfp-arrow:before {
  margin-top: 30px !important;
}

.mfp-arrow-right {
  right: 1%;
}

.mfp-arrow-left {
  left: 1%;
}

/* -- Close -- */

.mfp-close-btn-in .mfp-close {
  font-size: 30px !important;
}

/* -- Bottom Bar -- */

.mfp-bottom-bar {
  margin-top: -35px;
}

.mfp-title {
  font-size: .8em;
}



}