/* --------------------------------------------------------------
Senxin Aleste Website CSS responsive support
2021/04/13 ver. 
--------------------------------------------------------------  */
/* Basic */
html {
  font-size: 15px; }

body {
  width: 100%;
  min-width: inherit;
  -webkit-text-size-adjust: none; }

.pc {
  display: none !important; }

.sp {
  display: block; }

.inner {
  width: 100% !important;
  padding: 0 10px; }

body.home #gn .inner {
  width: 100% !important; }

.fancybox:before, .youtube:before {
  display: none; }

.stsp {
  width: 100%;
  max-width: 100%;
  height: auto; }

/* =Navigation
-------------------------------------------------------------- */
body.home #header #gn {
  height: 60px !important; }

#header #gn .inner {
  display: block; }
  #header #gn .inner #gn_ac {
    text-align: center;
    padding-right: 0; }
  #header #gn .inner ul {
    display: none; }
  #header #gn .inner .menu-switch {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1001;
    box-sizing: border-box;
    padding: 0;
    color: #f3c16d; }
  #header #gn .inner .menu-switch:hover {
    cursor: pointer; }
  #header #gn .inner .menu-switch-btn {
    position: relative;
    top: 2px; }
  #header #gn .inner .menu-switch-btn {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 3;
    border: 1px solid #f3c16d;
    border-radius: 5px;
    background: #000; }
  #header #gn .inner .menu-switch-btn span {
    display: block;
    background: #f3c16d;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
  #header #gn .inner .menu-switch-btn span:first-child {
    top: 12px; }
  #header #gn .inner .menu-switch-btn span:nth-child(2) {
    margin-top: -1px;
    top: 50%; }
  #header #gn .inner .menu-switch-btn span:last-child {
    bottom: 12px; }
  #header #gn .inner .menu-switch-btn.on span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }
  #header #gn .inner .menu-switch-btn.on span:nth-child(2) {
    opacity: 0; }
  #header #gn .inner .menu-switch-btn.on span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }
  #header #gn .inner .menu-switch-label {
    color: #00ee03;
    font-size: 30px;
    display: inline-block;
    position: relative;
    top: -7px; }

/* =Page Header
-------------------------------------------------------------- */
.page_header h1 .txt-main {
  font-size: 35px; }

.page_header h1 .txt-jp {
  font-size: 12px; }

/* =Page Contents
-------------------------------------------------------------- */
section header img.fit {
  width: 80%;
  height: auto;
  max-width: 100%; }

section .inner img.alignleft,
section .inner img.alignright {
  float: none;
  margin: 0 0 0.25em 0; }

section .inner .flex50 .flex-content {
  width: 50%; }

section .inner .ss {
  flex-wrap: wrap; }
  section .inner .ss figure {
    width: 45%;
    margin-bottom: .5em;
    text-align: center; }
    section .inner .ss figure img {
      margin-bottom: .25em; }
    section .inner .ss figure figcaption br {
      display: none; }

section .inner table.loc-table th, section .inner table.loc-table td {
  display: block;
  width: 100%; }

section .inner table.loc-table tr:first-child {
  display: none; }

/* =Top page
-------------------------------------------------------------- */
.mainimage::before {
  display: none; }

header h2 img.stsp {
  max-width: 80%; }

#pv p {
  text-align: left; }

#cover {
  height: auto; }

.mainimage {
  position: relative;
  height: auto; }
  .mainimage img {
    width: 100%;
    height: auto; }

.main_banner {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  margin-top: -6em;
  margin-bottom: 2em; }
  .main_banner h2 img {
    width: 100%;
    max-width: 100% !important; }
  .main_banner .topmovie {
    width: 100%;
    height: 56vw; }
  .main_banner .ggmbnr {
    width: 100%;
    height: 29vw; }
  .main_banner #news-index {
    width: 100%;
    margin: 0 auto; }
    .main_banner #news-index h3 {
      font-size: 2em !important;
      text-align: center !important; }
    .main_banner #news-index .news-content dl {
      font-size: 1em; }
      .main_banner #news-index .news-content dl dt {
        width: 115px; }
      .main_banner #news-index .news-content dl dd {
        width: auto; }

.sarani {
  max-width: 60% !important; }

/* Spec  */
.spec h4 {
  text-align: left; }

.spec .spec-wrap {
  display: block; }
  .spec .spec-wrap table {
    width: 100%; }

/* =NEWS
-------------------------------------------------------------- */
.newsyoutube {
  width: 100%;
  height: 56vw; }
