@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 {
  font-size: .85em;
}

.txt-cont p {
}

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

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

.ttl {
}

.ttl-style1 {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  letter-spacing: .05em;
}

.ttl-style1.bg-ptn1,
.ttl-style1.bg-ptn2 {
  padding-top: 2em;
  padding-bottom: 2em;
  background-size: auto 100%;
}

.ttl-style2 {
  margin-bottom: 1.5em;
  font-size: 1.15em;
  line-height: 1.55;
}

.ttl-style2:before {
  width: 100px;
  border-top-width: 2px;
}

.ttl-style3 {
}


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

.btn {
  padding: 12px 15px;
  font-size: 1em;
  white-space: inherit;
}

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

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

/* -- Button Size -- */

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

/* Middle Size */
.btn-md {
}

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

/* -- Button Frame -- */

.btn.btn-frame {
  border-radius: 6px;
}

.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;
}

/* X Large Size */
.btn-lg-x {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.15em;
}


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

/* -- Movie Icon -- */

.icn-movie {
}

.icn-movie a:before {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-width: 4px;
}

.icn-movie a:after {
  margin-top: -10px;
  margin-left: -4px;
  border-width: 10px 16px;
}


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

.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 {
}

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

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

.list-dl3.list-line.mb50 {
  margin-bottom: 20px !important;
}

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

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

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

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

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

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

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

/* -- Thumb -- */

.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: -15px;
}

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

.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 {
  padding-bottom: 30px;
}

.section:last-child {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.section .section-main .imgPhoto {
  float: none !important;
  padding: 0 0 30px !important;
  text-align: center;
}

.section > p,
.section .inner > p {
}

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

.section-inner {
  margin: 0;
}

.section-inner2 {
  margin: 0;
}

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

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

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

/* ---- Section Head Left ---- */

.section-head.fltL {
  float: none !important;
  width: 100%;
}

.section-content.fltR {
  float: none !important;
  width: 100%;
}


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

.line-top,
.line-bottom {
  width: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
}

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

.line-bottom {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.line-dot {
}

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

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


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

.breadcrumb {
  float: none;
  width: auto;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 0;
  font-size: .8em;
  line-height: 1.7;
}

.breadcrumb a {
  display: inline;
}

.breadcrumb .inner {
  text-align: left;
}


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

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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
-------------------------- */


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

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

.search-form-wrap label,
.search-form-wrap .boxSearchForm {
  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 {
  margin-bottom: 10px;
}

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


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

.list-sns {
}


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

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

.mega-header .boxInner {
  padding: 30px 15px;
}

.mega-header h1 .txtEn {
  margin-bottom: 4px;
  line-height: 1.4;
}

.mega-header h1 .txtJa {
  line-height: 1.3em;
}


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

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

.article-body {
  padding: 0;
  font-size: .95em;
}

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

/* ---- CMS ---- */

/* editor */
.article-body p {
  margin: 1.5em 0;
}

/* img */
.aligncenter {
  margin-bottom: 1em;
}

.alignright,
.alignleft {
  float: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

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

.article-list {
  margin-bottom: 40px;
  font-size: .9em;
}

.article-list .column-ttl {
  padding-top: 15px;
  text-align: left;
  line-height: 1.65;
}

.article-list .column-cont {
  padding-top: 8px;
  font-size: .95em;
  line-height: 1.72;
}


/*  Page Navi
-------------------------- */

.pagenav-section {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .8em;
  line-height: 2.1;
}

.pagenav-section .inner {
  padding-right: 20px;
  padding-left: 20px;
}


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

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



}