/*** ----------------------------------------------------------------------------- 
reset
-----------------------------------------------------------------------------  ***/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-table;
  zoom: 1;
}
/*Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
ol li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #3FA4D3000;
}
img {
  vertical-align: bottom;
}
table caption {
  font-weight: bold;
  margin: 0 0 5px;
}

header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
}

body {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #f2a10e;
}
a:active {
  color: #f2a10e;
  text-decoration: underline;
}
a img {
  transition: 0.3s;
}
a img:hover {
  /*opacity:.7*/
  filter: brightness(120%);
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*** ------------------------------------------------------------------------------ 
base
-----------------------------------------------------------------------------  ***/

.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*html{
  scroll-behavior: smooth;
}*/

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*contents*/
body {
  min-width: 1000px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 20px;
  border-bottom: 2px solid #32b1e0;
}
.h_logo {
}
.h_contact {
}
.h_contact a {
  padding: 0 5px;
}
.mv {
  background: url(../img/mvbg.png) center;
  background-size: cover;
}
.mv .inner img {
  padding: 100px 0;
}
.what {
  padding: 100px 0 30px;
}
.what .inner {
  text-align: center;
}
.what .inner h2 {
  font-size: 42px;
  font-weight: bold;
  color: #32b1e0;
}
.what .inner h2 img {
  padding-right: 10px;
}
.what .inner .pc img {
  padding: 50px 0;
}
.what .inner .sp img {
  padding: 30px 0;
}
.title_line {
  background: url(../img/title_bg.jpg) center;
  background-size: cover;
  text-align: center;
}
.title_line h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}
.title_line h3 span {
  font-size: 54px;
  color: #ffde00;
}
.title_line h3 .span_s {
  font-size: 36px;
  color: #ffde00;
}
.point {
  background: #eee;
}
.point_inner {
  padding: 65px 15px;
}
.point_each {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 0;
}
.point_each .imgarea {
  max-width: 430px;
  height: auto;
}
.point_each .txtarea {
  background: #fff;
  width: calc(100% - 430px);
  padding: 30px 45px;
}
.point_each .point_no {
  position: absolute;
  top: 40px;
  right: 20px;
}
.point_each h4 {
  font-size: 30px;
  font-weight: bold;
  color: #32b1e0;
  line-height: 1.4;
  padding-bottom: 20px;
}
.point_each .txtarea a img {
  margin-top: 20px;
}
.contact_area {
  text-align: center;
}
.contact_base {
  position: relative;
  width: 891px;
  margin: 50px auto 80px;
}
.contact_tel {
  position: absolute;
  left: 40px;
  bottom: 35px;
}
.contact_mail {
  position: absolute;
  right: 40px;
  bottom: 35px;
}
.price {
}
.price .inner {
  text-align: center;
}
.price .note {
  padding-top: 50px;
  font-size: 22px;
  color: #32b1e0;
  font-weight: bold;
}
.pricearea {
  padding: 20px 15px 80px;
  display: flex;
  flex-wrap: wrap;
}
.price .p_each {
  width: 25%;
  height: auto;
  text-align: center;
  padding: 15px;
}
.price .p_each h4 {
  font-size: 22px;
  font-weight: bold;
  color: #32b1e0;
}
.pricearea p {
  margin-top: 20px;
}
.example {
}
.ex_each {
  padding-top: 60px;
}
.ex_head {
  border-top: 1px solid #32b1e0;
  border-bottom: 1px solid #32b1e0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.ex_head_txt {
  padding-left: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #32b1e0;
}
.ex_head_txt span {
  font-size: 30px;
  line-height: 1.4;
}
.eximg01 {
  text-align: center;
}
.eximg01 p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.eximg02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ex_imgarea {
  width: 33.33%;
  text-align: center;
}
.ex_imgarea p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.voice {
  background: url(../img/voice_bg.jpg) center;
  background-size: cover;
}
.voice_inner {
  padding: 80px 15px;
}
.voice_each {
  display: flex;
  background: #fff;
  padding: 40px;
  position: relative;
  margin: 20px 0;
}
.voice_each h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.voice_each h5 span {
  font-size: 22px;
  padding-right: 30px;
}
.voice_each h5:before {
  content: "";
  width: 710px;
  height: 60px;
  position: absolute;
  top: -13px;
  left: -50px;
  background: linear-gradient(#66d2fa, #32b1e0);
  z-index: -1;
}
.voice_each h5:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -50px;
  height: 0;
  border-style: solid;
  border-color: transparent #0083b3 transparent transparent;
  border-width: 0 10px 10px 0;
}
.voice_each .txtarea {
  width: 700px;
  padding-right: 50px;
}
.voice_each h6 {
  font-weight: bold;
  color: #32b1e0;
  margin: 30px 0 20px;
}
.voice_each h6 span {
  background: #32b1e0;
  color: #fff;
  padding: 3px 10px;
  margin-right: 15px;
}
.voice_each .imgarea {
}
.nagare {
}
.nagare_inner {
  display: flex;
  justify-content: space-between;
  padding: 60px 15px;
}
.nagare_each {
  width: 273px;
  margin: 20px 0;
}
.nagare_each h4 {
  font-size: 24px;
  font-weight: bold;
  color: #32b1e0;
  text-align: center;
  padding: 20px 0;
}

#Cars {
}
.cars_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 15px;
}
.cars_each {
  width: 33.33%;
  max-width: 380px;
  padding: 20px 10px;
}
.cars_each h4 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
}

#Contact {
  background: url(../img/contact_bg.jpg) center;
  background-size: cover;
}
#Contact .inner {
  max-width: 795px;
  text-align: center;
  padding: 100px 15px;
}
#Contact .inner img{
  width:80%;
}
@media screen and (max-width: 750px) {
  #Contact .inner img{
  width:100%;
}
}

/*============================
#form
============================*/
#form {
}
#form table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
#form table th,
#form table td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#form table th {
  background: #32b1e0;
  color: #fff;
  font-weight: bold;
  width: 25%;
  min-width: 110px;
}
#form table td {
  background: #fff;
}
#form input,
#form textarea,
#form select {
  width: 100%;
}
#form input[type="submit"] {
  width: 250px;
  height: 80px;
  background: #ffa800;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
}
#form input[type="submit"]:hover {
  background: #e79800;
}
.hiss {
  background: #ffa800;
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
  white-space: nowrap;
}
.entry-btn {
}

.otoi_select {
}
.otoi_select input {
  width: auto !important;
  margin: 5px;
}
.otoi_select label {
  white-space: nowrap;
}
.otoi_select .sonotanaiyou {
  width: 100% !important;
}

.kiboubi {
}
.kiboubi select {
  width: auto !important;
  margin: 5px;
}

.about {
}
.about h3 {
  font-size: 46px;
  font-weight: bold;
  color: #32b1e0;
  text-align: center;
}
.about_inner {
  max-width: 700px;
  padding: 60px 15px;
  margin: 0 auto;
}
.about_inner table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.about_inner table th,
.about_inner table td {
  padding: 10px 20px;
}
.about_inner table th {
  border-bottom: 1px solid #32b1e0;
  vertical-align: top;
}
.about_inner table td {
  border-bottom: 1px solid #ccc;
}
.foot {
  border-top: 2px solid #32b1e0;
}
.foot .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
footer {
  background: #eee;
  text-align: center;
}
footer p {
  font-size: 10px;
  padding: 5px;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
  header {
    flex-wrap: wrap;
    padding: 15px 10px 15px 10px;
  }
  .h_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .h_contact {
    width: 100%;
    /* display:flex; */
    /* justify-content:space-around; */
    margin-bottom: 10px;
  }
  .h_contact a {
    display: none;
  }
  .mv {
    background: none;
  }
  .mv .inner {
    padding: 0;
  }
  .mv .inner img {
    padding: 0;
  }
  .what {
    padding: 20px 0 30px;
  }
  .what .inner h2 {
    font-size: 6vw;
  }
  .title_line h3 {
    font-size: 5vw;
    line-height: 1.2;
  }
  .title_line h3 span {
    font-size: 7vw;
  }
  .title_line h3 .span_s {
    font-size: 6vw;
  }
  .point_each {
    padding: 40px 0;
  }
  .point_each .imgarea {
    margin: 0 auto;
  }
  .point_each .txtarea {
    width: 100%;
    padding: 30px 20px;
  }
  .point_each .point_no {
    top: -25px;
    right: -10px;
  }
  .contact_base {
    width: 100%;
    height: 300px;
    background: #eee;
    padding: 10px;
  }
  .contact_tel {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
  }
  .contact_mail {
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
  }
  .ex_head {
    flex-wrap: wrap;
    align-items: center;
  }
  .ex_head_txt {
    padding-left: 0;
    font-size: 5vw;
  }
  .ex_head_txt span {
    font-size: 6vw;
  }
  .ex_imgarea {
    width: 100%;
    padding-bottom: 30px;
  }
  .voice_each {
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 20px;
  }
  .voice_each .txtarea {
    width: 100%;
    padding-right: 0;
  }
  .voice_each .imgarea {
    margin: 30px auto;
  }
  .voice_each h5 {
    font-size: 3.5vw;
  }
  .voice_each h5 span {
    font-size: 4vw;
    padding-right: 15px;
  }
  .voice_each h6 span {
    display: block;
    margin: 0;
  }
  .voice_each h5:before {
    content: none;
  }
  .voice_each h5 {
    background: linear-gradient(#66d2fa, #32b1e0);
    padding: 15px;
    position: absolute;
    top: 6px;
    left: -8px;
    width: 100%;
  }
  .voice_each h5:after {
    bottom: -10px;
    left: 0;
  }
  .voice_each h6 {
    margin: 60px 0 20px;
  }
  .nagare_inner {
    flex-wrap: wrap;
    align-items: center;
  }
  .nagare_each {
    width: 100%;
    text-align: center;
  }
  .cars_each {
    width: 50%;
  }
  .about_inner table th {
    min-width: 110px;
  }
  .foot .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }
  .foot .inner a {
    padding: 15px 0;
  }
  .price .p_each {
    width: 50%;
    padding: 10px;
  }
  footer {
    margin-bottom: 60px;
  }
}

/*電話番号リンクをスマホにだけ適用*/
@media screen and (min-width: 749px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*スマホメニュー*/

.addspmenu {
  display: none;
}
@media screen and (max-width: 749px) {
  .addspmenu {
    display: block;
  }
  #spnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  #spnav ul {
    display: flex;
    /* height: 60px; */
  }
  #spnav ul li:nth-child(1) {
    border-right: 1px solid #fff;
  }
  #spnav ul li:nth-child(1),
  #spnav ul li:nth-child(2) {
    border-top: 1px solid #fff;
    width: 43%;
    overflow: hidden;
    height: 60px;
    display: flex;
    align-items: center;
    background: #32b1e0;
    text-align: center;
    justify-content: center;
  }
  #spnav ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
  }
  #spnav ul li a img {
    margin: 0 8px 3px 0;
    height: 25px;
    width: auto;
  }
}

#Gotop {
  position: fixed;
  right: 5px;
  bottom: 70px;
}

/*ハンバーガーボタン*/
.el_humburger {
  /*position: fixed;*/
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
  background: #ffa800;
}

@media screen and (max-width: 749px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 15px;
    width: 70px;
    height: 60px;
  }
  .el_humburger p {
    font-size: 11px;
  }
  #factory .el_humburger {
    display: none;
  }
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  display: inline-block;
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 749px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 749px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}

@media screen and (max-width: 749px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 30px;
  margin: 0 auto 7px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.el_humburger span.el_humburger_bar.bottom {
  margin: 0 auto 3px;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000;
}

@media screen and (max-width: 749px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000;
  }
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: #32b1e0;
  width: 0;
  z-index: 3;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  overflow: hidden;
  top: 0;
}
.js_humburgerOpen .navi {
  width: 450px;
}
@media screen and (max-width: 749px) {
  .js_humburgerOpen .navi {
    width: 100%;
    padding: 50px 5% 0;
  }
}

.navi_item {
  margin-bottom: 28px;
  white-space: nowrap;
  margin-left: 90px;
}
.navi_item a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
  border-bottom: 1px solid;
}
.navi_item.op_innerLink {
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .navi_item {
    margin-left: 0;
    font-size: 18px;
  }
}

.q_a_inner {
  padding: 60px 15px;
}
/*アコーディオン*/
.acd-check {
  display: none;
}
.acd-label {
  background: #32b1e0;
  border: 2px solid #32b1e0;
  color: #fff;
  display: block;
  padding: 10px 40px 10px 45px;
  margin-top: 15px;
  position: relative;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.acd-label:before {
  content: "Q";
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  left: 12px;
  top: 0;
}
.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  border: 2px solid #32b1e0;
  height: auto;
  opacity: 1;
  padding: 20px 20px 20px 44px;
  visibility: visible;
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.acd-check:checked + .acd-label + .acd-content:before {
  content: "A";
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
  color: #32b1e0;
  position: absolute;
  left: 12px;
  top: 9px;
}
.acd-check:checked + .acd-label + .acd-content p {
  display: block;
}

.acd-label:after {
  box-sizing: border-box;
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-check:checked + .acd-label:after {
  content: "\f068";
}

/*マンガ
#manga {
  padding: 0 0 100px;
}
#manga .inner {
  max-width: 900px;
}

.slider {
  width: 100%;
  margin: 0 auto;
}
.list-item img {
  width: 100%;
}

.slick-slide {
  transition: 0.3s ease;
  position: relative;
}
.slick-slide:not(.slick-current) {
  opacity: 0.3;
}

.slick-slide {
  transition: 0.3s ease;
  transform: scale(0.85);
  transform-origin: 110% 50%;
  filter: blur(7px);
}
.slick-current {
  position: relative;
  z-index: 2;
  transform: scale(1);
  transform-origin: 50% 50%;
  filter: blur(0);
}
.slick-current + .slick-slide {
  transform-origin: -10% 50%;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
}

.slick-prev:before,
.slick-next:before {
  color: #32b1e0;
  font-size: 50px;
}
.slick-prev.slick-arrow {
  z-index: 3;
}
.slick-prev {
  left: 110px;
}
.slick-next {
  right: 110px;
}
@media screen and (max-width: 750px) {
  #manga .inner {
    max-width: 100%;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    top: 104%;
  }
  .slick-prev {
    left: -4px;
  }
  .slick-next {
    right: -5px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
  .slider {
    touch-action: auto;
  }
}*/

/* 動画 */
#movie-area {
  text-align: center;
  margin: auto;
  padding: 2% 4% 6% 4%;
}
#movie-area .movie {
  position: relative;
}
#movie-area .movie video {
  width: 100%;
  max-width: 920px;
}
#play {
  content: "";
  position: absolute;
  background: url(../img/play.png) center center no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}
#stop {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #play,
  #stop {
    display: none;
  }
}
	
@-moz-document url-prefix(){
#play,
  #stop {
    display: none;
  }
}
