@charset "UTF-8";
body {
  background-color: #000; }

main {
  background: url("../img/back.png") repeat; }

.indent {
  text-indent: 1em; }

.section_ttl {
  color: #FFF;
  background: url("../img/header_back.png");
  text-align: center;
  height: 100%;
  width: 200px;
  margin: 0; }
  .section_ttl span {
    display: block;
    padding-top: 170px; }

.page_ttl {
  color: #FFF;
  height: 300px;
  position: absolute;
  top: 60%;
  left: 28%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }
  .page_ttl img {
    width: 740px; }
  .page_ttl p {
    text-align: left;
    padding-left: 20px; }

.scroll_lst {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  overflow-x: auto;
  width: 100%; }

.scroll_item {
  position: relative;
  width: 1300px;
  height: 100%;
  /* Safari用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .scroll_item img, .scroll_item p {
    z-index: 999; }

.cont_box1 {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

html {
  height: 100%; }

body {
  color: #515151;
  height: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  display: block; }

dl {
  margin: 14px 0; }

dt {
  font-size: 1.1em;
  margin-bottom: 4px; }

dd {
  margin: 0;
  line-height: 1.2; }

.pc_none {
  display: none !important; }

.sp_none {
  display: block !important; }

.db {
  display: block; }

.tar {
  text-align: right;
  width: 100%; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.fwb {
  font-weight: bold; }

.x_y_center {
  /* Safari用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

dt {
  color: #D0021B;
  font-weight: bold; }

.header {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #D0021B;
  position: fixed;
  z-index: 999999;
  height: 50px; }
  .header img {
    width: 240px;
    position: absolute;
    left: 0;
    z-index: 99999; }

ul.header_nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  ul.header_nav .header_link {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 16px 20px;
    vertical-align: middle;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease; }
  ul.header_nav .header_link:hover {
    display: block;
    background-color: #F9204D;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease; }
  ul.header_nav .contact_link {
    display: block;
    background-color: #075283;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease; }
  ul.header_nav .contact_link:hover {
    display: block;
    background-color: #0095D9;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 99;
  width: 100%;
  height: 100%; }

.header_mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .header_mark .top_logo {
    display: block;
    width: 200px;
    position: absolute;
    top: 30%;
    right: 40%;
    color: #FFF;
    text-align: center;
    font-size: 1.4em; }
  .header_mark .top_start {
    position: absolute;
    bottom: 70;
    right: 20; }

#background-movie-player {
  height: 100%;
  width: 100%;
  background-color: #000; }

.footer {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 18px;
  color: #FFF;
  background: url("../img/footer_back.png");
  position: fixed;
  bottom: 0;
  z-index: 999999; }

.sns {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200px; }
  .sns iframe {
    padding-right: 10px; }

.business_contents_img {
  display: block;
  height: 340;
  width: 212; }

.light_panel {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease; }

.light_panel:hover {
  -webkit-box-shadow: 0 0 10px 10px #FFEEBC;
          box-shadow: 0 0 10px 10px #FFEEBC;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease; }

.business_contents_text {
  width: 400px;
  line-height: 1.6;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 20px; }
  .business_contents_text h3 {
    color: #D0021B;
    font-weight: bold;
    margin: 10px 0; }

.motto_contents {
  color: #FFF;
  width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  /* Safari用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  border: 10px solid #aaa; }
  .motto_contents .motto_header h3 {
    color: #FF9900;
    width: 242px;
    display: block;
    font-size: 2.5em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .motto_contents .motto_header h3:hover {
    color: #FFF;
    -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
    animation: neon5 1.5s ease-in-out infinite alternate; }
  .motto_contents p {
    line-height: 1.6;
    width: 600px;
    height: 294px; }

.gallery {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url("../img/back.png");
  /* Safari用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.gallery_contents {
  margin: 0 60px;
  position: relative; }

.gallery_date {
  display: block;
  font-size: 1.2em;
  color: #aaa; }

.movie_title {
  color: #D0021B;
  font-size: 1.4em;
  margin: 10px 0; }

.youtube_flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.youtube_channel_link {
  display: block;
  width: 256px;
  color: #fff;
  text-align: center;
  background-color: #D0021B;
  padding: 6px 4px;
  border-radius: 4px;
  border: 1px solid #D0021B;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease; }

.youtube_channel_link:hover {
  color: #D0021B;
  border: 1px solid #D0021B;
  background-color: #fff;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease; }

#contact img {
  width: 500px; }

.contact_area {
  position: absolute;
  bottom: 40px;
  left: 340px;
  width: 500px;
  height: 428px;
  background: url("../img/contact.png") no-repeat;
  background-size: contain; }
  .contact_area .contact_contents {
    position: absolute;
    top: 100;
    left: 166; }
    .contact_area .contact_contents a {
      color: #D0021B;
      font-weight: bold;
      font-size: 1.6em;
      text-decoration: none; }

.contact_area:hover {
  background: url("../img/contact_open.png") no-repeat;
  background-size: contain; }

.pic_president {
  width: 406px; }

.greeting_area {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .greeting_area .coments_president {
    width: 500px;
    height: 450px;
    margin: 0 20px;
    line-height: 1.6;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7); }

#viewer {
  margin: 0 auto;
  width: 378px;
  height: 378px;
  text-align: left;
  overflow: hidden;
  position: relative; }

#viewer img {
  top: 0;
  left: 0;
  position: absolute; }

.overview_area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .overview_area .overview_caption {
    margin: 0 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7); }
    .overview_area .overview_caption li {
      border-bottom: 1px solid #aaa; }
  .overview_area img {
    width: 50%; }

.business_area {
  color: #FFF;
  width: 700px;
  height: 288px;
  padding: 18px;
  border: 10px solid #ccc;
  background-color: #333; }
  .business_area dt {
    color: #FF9900; }

.business_area dl:first-child {
  margin-top: 0; }

.business_item {
  width: 1000px; }

.history_area {
  width: 400px;
  margin-left: 40px;
  height: 430px;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.7); }
  .history_area li {
    border-bottom: 1px solid #aaa; }

.suppliers_area {
  color: #FFF;
  width: 712px;
  height: 268px;
  padding: 40px;
  border: 10px solid #ccc;
  background-color: #333;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .suppliers_area ul {
    padding: 20px;
    width: 33%; }
    .suppliers_area ul a {
      color: #FFF;
      line-height: 3; }
      .suppliers_area ul a span {
        font-size: 0.7em; }

.map_area iframe {
  border: 20px solid #ccc !important; }

.map_area #map_view {
  width: 700px;
  height: 400px;
  margin: 20px auto;
  border: 10px solid #ccc !important; }

.hamburger {
  display: none; }

/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } }

@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF; } }

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B; } }

@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00; } }

@-webkit-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900; } }

@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } }

/*glow for mozilla*/

/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } }

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF; } }

@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B; } }

@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00; } }

@keyframes neon5 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900; } }

@keyframes neon6 {
  from {
    text-shadow: 0 0 10px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; }
  to {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } }

@media (max-width: 767px) {
  h2 {
    font-size: 1.2em;
    z-index: 99999;
    padding: 6px 0; }
  h3 {
    font-size: 1.2em; }
  .sp_none {
    display: none !important; }
  .pc_none {
    display: block !important; }
  .hamburger {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999999;
    background-color: #075283;
    padding: 5px; }
    .hamburger img {
      width: 30px;
      position: static;
      padding-top: 6px; }
  .header {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .header_ttl_logo {
    display: block; }
    .header_ttl_logo img {
      width: 200px; }
  .header_mark_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    z-index: 99999; }
    .header_mark_sp .top_logo {
      width: 112px;
      margin: 116px auto; }
    .header_mark_sp .content_ttl {
      color: #FFF;
      margin: 2px 0;
      text-align: center; }
    .header_mark_sp .page_ttl {
      color: #FFF;
      position: static;
      z-index: 100;
      width: 100%;
      height: 50%;
      margin: auto;
      text-align: center;
      -webkit-transform: translate(0, 0); }
      .header_mark_sp .page_ttl img {
        width: 80%;
        margin: 100px auto 0; }
      .header_mark_sp .page_ttl p {
        color: #FFF;
        margin: 4px;
        text-align: center; }
  .header_movie_area {
    position: relative;
    height: 312px !important;
    padding-top: 10px;
    overflow: hidden; }
  #background-movie-player {
    position: absolute;
    top: 4;
    left: -20;
    width: 110%; }
  .nav {
    z-index: 999;
    width: 100%; }
    .nav .sp_nav {
      background-color: #000;
      margin-top: 50px;
      padding: 30px 0 20px 10px; }
    .nav .header_list a {
      color: #FFF;
      display: block;
      padding: 10px 0;
      text-decoration: none; }
  .section_ttl {
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0; }
    .section_ttl span {
      padding: 10px 0; }
  .scroll_lst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: visible;
    overflow-y: auto; }
  .scroll_item {
    width: 100%;
    height: auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background-size: 100%; }
    .scroll_item img {
      width: 100%; }
  .cont_box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto; }
  #contact img {
    width: 100%; }
  .contact_area {
    position: relative;
    height: 350px;
    width: 320px;
    margin: 20px auto 74px;
    background-position: bottom;
    left: 0;
    bottom: -28px; }
    .contact_area .contact_contents {
      position: absolute;
      width: 200px;
      top: 78;
      left: 128; }
      .contact_area .contact_contents h3 {
        font-size: 1em; }
      .contact_area .contact_contents a {
        color: #D0021B;
        font-weight: bold;
        font-size: 1.4em;
        text-decoration: none; }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .footer small {
      display: block;
      vertical-align: middle; }
  .sns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 10px; }
  .motto_contents {
    width: 400px;
    margin: 20px auto; }
    .motto_contents p {
      width: 100%;
      height: 525px; }
  .motto_header h3 {
    margin: 10px 0;
    font-size: 1.8em !important;
    text-align: center; }
  .business_item .cont_box1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto; }
  .business_contents {
    padding: 20px 0; }
  .business_contents_text {
    width: 300px;
    margin: 10px auto; }
  .business_contents_img {
    display: block;
    width: 300px !important;
    height: 300px;
    margin-top: 10px;
    pointer-events: auto; }
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    height: auto;
    background-size: 40%; }
  .gallery_contents {
    width: 80%;
    margin: 20px auto; }
  .gallery_date {
    top: 116;
    left: -108;
    font-size: 1.2em; }
  .movie_title {
    font-size: 1.2em;
    margin: 4px auto; }
  .greeting_area {
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .greeting_area .coments_president {
      width: 320px;
      height: 606px;
      margin: 20px auto; }
  .pic_president {
    width: 40% !important;
    margin: 20px auto; }
  .suppliers_area {
    width: 80%;
    padding: 2px;
    margin: 20px auto;
    border: 10px solid #ccc;
    height: auto; }
    .suppliers_area h3 {
      margin: 16px auto 0; }
    .suppliers_area ul {
      padding: 4px 10px;
      width: 80%; }
  .overview_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .overview_area img {
      width: 36%;
      margin: 20px auto; }
    .overview_area .overview_caption {
      width: 50%;
      margin: 20px auto; }
  .business_area {
    width: 80%;
    padding: 2px;
    margin: 20px auto;
    border: 10px solid #ccc;
    height: auto; }
    .business_area ul {
      padding: 10px; }
  .history_area {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 20px auto 0; }
    .history_area .history_list {
      padding: 20px 20px 0; }
      .history_area .history_list img {
        width: 50%; }
  .history_area:last-child {
    width: 80%;
    margin: 0 auto 20px; }
    .history_area:last-child .history_list {
      padding: 0 20px 20px; }
  .map_area iframe {
    margin: 20px auto;
    border: 10px solid #ccc !important; }
  .map_area #map_view {
    width: 300px;
    height: 200px;
    margin: 20px auto;
    border: 10px solid #ccc !important; } }

@media (max-width: 640px) {
  h2 {
    font-size: 1.2em;
    z-index: 99999;
    padding: 6px 0; }
  h3 {
    font-size: 1.2em; }
  .sp_none {
    display: none !important; }
  .pc_none {
    display: block !important; }
  .hamburger {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999999;
    background-color: #075283;
    padding: 5px; }
    .hamburger img {
      width: 30px;
      position: static;
      padding-top: 6px; }
  .header {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 50px; }
  .header_ttl_logo {
    display: block; }
    .header_ttl_logo img {
      width: 200px; }
  .header_mark_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    z-index: 99999; }
    .header_mark_sp .top_logo {
      width: 112px;
      margin: 80px auto; }
    .header_mark_sp .content_ttl {
      color: #FFF;
      margin: 2px 0;
      text-align: center; }
    .header_mark_sp .page_ttl {
      color: #FFF;
      position: static;
      z-index: 100;
      width: 100%;
      height: 50%;
      margin: auto;
      text-align: center;
      -webkit-transform: translate(0, 0); }
      .header_mark_sp .page_ttl img {
        width: 80%;
        margin: 100px auto 0; }
      .header_mark_sp .page_ttl p {
        color: #FFF;
        margin: 4px;
        text-align: center; }
  .header_movie_area {
    position: relative;
    height: 212px !important;
    padding-top: 10px;
    overflow: hidden; }
  #background-movie-player {
    position: absolute;
    top: 4;
    left: -20;
    width: 110%; }
  .nav {
    z-index: 999;
    width: 100%; }
    .nav .sp_nav {
      background-color: #000;
      margin-top: 50px;
      padding: 30px 0 20px 10px; }
    .nav .header_list a {
      color: #FFF;
      display: block;
      padding: 10px 0;
      text-decoration: none; }
  .section_ttl {
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0; }
    .section_ttl span {
      padding: 10px 0; }
  .scroll_lst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: visible;
    overflow-y: auto; }
  .scroll_item {
    width: 100%;
    height: auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background-size: 40%; }
    .scroll_item img {
      width: 100%; }
  .cont_box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto; }
  #contact img {
    width: 100%; }
  .contact_area {
    position: relative;
    height: 350px;
    width: 320px;
    margin: 20px auto 74px;
    background-position: bottom;
    left: 0;
    bottom: -28px; }
    .contact_area .contact_contents {
      position: absolute;
      width: 200px;
      top: 78;
      left: 128; }
      .contact_area .contact_contents h3 {
        font-size: 1em; }
      .contact_area .contact_contents a {
        color: #D0021B;
        font-weight: bold;
        font-size: 1.4em;
        text-decoration: none; }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 10px; }
  .motto_contents {
    width: 300px;
    margin: 20px auto; }
    .motto_contents p {
      width: 100%;
      height: 525px; }
  .motto_header h3 {
    margin: 10px 0;
    font-size: 1.8em !important;
    text-align: center; }
  .business_item .cont_box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto; }
  .business_contents {
    padding: 20px 0 0; }
  .business_contents_text {
    width: 300px;
    margin: 10px auto; }
  .business_contents_img {
    display: block;
    width: 300px !important;
    height: 300px;
    margin: auto;
    pointer-events: auto; }
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    height: auto;
    background-size: 40%; }
  .gallery_contents {
    width: 80%;
    margin: 20px auto; }
  .gallery_date {
    top: 116;
    left: -108;
    font-size: 1.2em; }
  .movie_title {
    font-size: 1.2em;
    margin: 4px auto; }
  .youtube_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .greeting_area {
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .greeting_area img {
      width: 100%; }
    .greeting_area .coments_president {
      width: 320px;
      height: 606px;
      margin: 20px auto; }
  .pic_president {
    width: 100% !important;
    margin: 20px auto 0; }
  #viewer {
    width: 340px; }
  .suppliers_area {
    width: 80%;
    padding: 2px;
    margin: 20px auto;
    border: 10px solid #ccc;
    height: auto; }
    .suppliers_area h3 {
      margin: 16px auto 0; }
    .suppliers_area ul {
      padding: 4px 10px;
      width: 80%; }
  .overview_area {
    width: 100%; }
    .overview_area img {
      width: 320px; }
    .overview_area .overview_caption {
      width: 320px; }
  .business_area {
    width: 80%;
    padding: 2px;
    margin: 20px auto;
    border: 10px solid #ccc;
    height: auto; }
    .business_area ul {
      padding: 10px; }
  .history_area {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 20px auto 0; }
    .history_area .history_list {
      padding: 20px 20px 0; }
  .history_area:last-child {
    width: 80%;
    margin: 0 auto 20px; }
    .history_area:last-child .history_list {
      padding: 0 20px 20px; }
  .map_area iframe {
    margin: 20px auto;
    border: 10px solid #ccc !important; }
  .map_area #map_view {
    width: 300px;
    height: 200px;
    margin: 20px auto;
    border: 10px solid #ccc !important; } }
