@charset "utf-8";

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

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

　　Mobile - Parts Setting

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

/*  Container Setting
--------------------------------------------- */

/* ------ Global Navi ------ */

#gnav .menu-list.menu-top {
  display: none;
}

#gnav .menu-list.menu-default {
  display: block;
}

/*  Content Settings
--------------------------------------------- */

.mega-header {
  position: inherit;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
}

.mega-header iframe {
  position: inherit;
  top: auto;
  left: auto;
  height: 100vh;
  min-height: 100vh;
}


/*  Common Section Setting
-------------------------- */

.section {
}

.section > .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

#about.section > .inner {
  padding-bottom: 0px;
}

/*  Top Info
-------------------------- */

.section-topinfo {
}

.section-topinfo > .inner {
  padding-top: 13px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.section-topinfo .icn-info {
  padding-left: 0;
}

.section-topinfo .icn-info:before {
  display: none;
}

.section-topinfo .txt-cont {
  line-height: 1.5;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 320px) {
  .section-topinfo .txt-cont {
    font-size: 10px;
  }
}

/*  About
-------------------------- */

.section-about {
}

.section-about > .inner {
}

.section-about .line-left {
  /* padding-left: 30px; */
}

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

/*  Site Navi
-------------------------- */

.section-sitenav {
}

.section-sitenav:before {
  left: 40%;
  bottom: 0;
  height: auto;
  background-size: auto 100%;
}

.section-sitenav > .inner {
}

.section-sitenav .tab-select li {
  width: 33%;
}

.section-sitenav .tab-select li:first-child + li + li {
  width: 31%;
}

.section-sitenav .thumb-list .thumb-inner img{
  height: 120px !important;
}

.section-sitenav .thumb-content .ttl {
}

/*  PickUp
-------------------------- */

.section-pickup {

}


/*  News
-------------------------- */

.section-news {
  padding-top: 30px;
  padding-bottom: 50px;
}

.section-news .inner {
  padding-top: 44px;
  padding-bottom: 44px;
}

.section-news .inner:before,
.section-news .inner:after {
  margin-right: 20%;
  width: auto;
}

.section-news .inner:before {
  right: 0;
  border-radius: 4px;
}

.section-news .inner:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 3px;
  background-size: 12px 12px;
}

.section-news .section-inner {
  width: auto;
  padding: 0 15px 0 30px;
}

.section-news .article-list {
  margin-bottom: 0;
}

.section-news .ttl.ttl-style2,
.section-news .btn-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin-top: 0;
  vertical-align: top;
}

.section-news .ttl.ttl-style2 {
  margin-bottom: 5px;
}

.section-news .btn-wrap {
  margin-left: 8px;
}

.section-news .btn-wrap .btn {
  border: none;
  background: none;
  box-shadow: none;
  color: #333;
}

.section-news .btn-wrap .btn:after {
  background-color: #333;
}


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

.section-contact-outline  {
}


/*  Bunner Area
-------------------------- */

.section-bnr {
}

.section-bnr .inner {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*  Social
-------------------------- */

.section-social {
}

.section-social .section-half {
  width: 50%;
  padding: 0;
  text-align: center;
}

.section-social .section-half .section-inner {
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: initial;
  padding: 35px 15px 70px;
}

.section-social .ttl.ttl-style5 {
  float: none;
  height: 42px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.section-social .btn-wrap {
  float: none;
}

.section-social .btn-wrap .btn {
  width: 100%;
  padding-left: 35px;
  padding-right: 25px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .08);
  background-color: rgba(255,255,255,.1);
  white-space: normal;
}

/* -- Facebook -- */

.section-social .social-fb .section-inner {
  padding-right: 25px;
}

.section-social .social-fb .ttl.ttl-style5 {
  background-image: url(/common/img/icn-social-fb.png);
}

/* -- Twitter -- */

.section-social .social-tw .section-inner {
  padding-left: 25px;
}

.section-social .social-tw .ttl.ttl-style5 {
  background-image: url(/common/img/icn-social-tw.png);
}

.section-follow__icons {
  margin-top: 30px;
}
.section-follow__icons a {
  margin: 0 10px;
}

}
