/* Style for PCs */
@media screen and (min-width: 1025px) {
  .youtube-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vimeo-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 15px;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .top-comment {
    color: #ffffff;
    background-color: #202f55;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 70px !important;
    margin: 50px auto;
    border-radius: 5px;
  }
  .doc-link a {
    margin: 0 auto 10px;
    background-color: #ff8f00;
    color: #fff;
    font-size: 18px;
    width: 45%;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    background-image: url("../img/newboat/ar-w.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }
  .doc-link a:hover {
    background-color: #ffc57b;
  }
  #pagetitle {
    padding-bottom: 50px;
  }
  ul.type-wrap {
    margin-bottom: 100px;
  }
  ul.type-wrap li.type-info {
    padding: 0 10%;
  }
  ul.type-wrap li.type-info h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
    color: #333;
  }
  ul.type-wrap li.type-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  ul.type-wrap li.type-info p {
    font-size: 18px;
    line-height: 1.4em;
  }
  ul.type-wrap li.type-info .model-btn {
    background-color: #f8b500;
    color: #3E394E;
    font-size: 18px;
    width: 300px;
    display: block;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  /* video
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .video-after {
    display: none;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
  .big-background .video-content {
    min-height: 300px;
    max-width: 1000px;
    position: absolute;
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .big-background .video-content h3.video-title {
    font-size: 60px;
    font-weight: 300;
    /* color: #022e3e;*/
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 10px #000;
  }
  .big-background .video-content a.videolink-btn {
    color: #fbbb21;
    border: 2px solid #fbbb21;
    padding: 1rem 3rem;
    white-space: nowrap;
    max-width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease-out;
  }
  .big-background .video-content a.videolink-btn:hover {
    background: #fbbb21;
    color: #272842;
    text-decoration: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
    text-align: center;
  }
  #big-background-vimeo iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  #big-background-vimeo .video-content {
    min-height: 300px;
    max-width: 1000px;
    position: absolute;
    top: 65%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  #big-background-vimeo .video-content h3.video-title {
    font-size: 60px;
    font-weight: 300;
    /* color: #022e3e;*/
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 10px #000;
  }
  #big-background-vimeo .video-content a.videolink-btn {
    color: #fbbb21;
    border: 2px solid #fbbb21;
    padding: 1rem 3rem;
    white-space: nowrap;
    max-width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease-out;
  }
  #big-background-vimeo .video-content a.videolink-btn:hover {
    background: #fbbb21;
    color: #272842;
    text-decoration: none;
  }
  /*販売代理店部分*/
  #sec01mm {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/saxdor/int01pc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .boxcov {
    background-color: rgba(0, 0, 0, 0.40);
  }
  .mmcc1 {
    width: 100%;
    max-width: 1300px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 100px 5% 400px;
  }
  #sec01mm h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 120px;
    margin-bottom: 20px;
    background-image: url(../img/saxdor/intro_title_saxdor.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em !important;
  }
  .fcl_fff {
    color: #fff;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .youtube-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 2;*/
  }
  .vimeo-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
    text-align: center;
    margin: 5% auto;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .top-comment {
    color: #ffffff;
    background-color: #202f55;
    padding: 10px 10px 10px 10px;
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 70px !important;
    margin: 40px auto;
    border-radius: 5px;
  }
  .doc-link a {
    margin: 0 auto 10px;
    background-color: #ff8f00;
    color: #fff;
    font-size: 16px;
    width: 60%;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    background-image: url("../img/newboat/ar-w.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 60%;
  }
  .doc-link a:hover {
    background-color: #ffc57b;
  }
  #pagetitle {
    padding-bottom: 40px;
  }
  ul.type-wrap {
    margin-bottom: 100px;
  }
  ul.type-wrap li.type-info {
    padding: 0 10%;
  }
  ul.type-wrap li.type-info h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
    color: #333;
  }
  ul.type-wrap li.type-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  ul.type-wrap li.type-info p {
    font-size: 18px;
    line-height: 1.4em;
  }
  ul.type-wrap li.type-info .model-btn {
    background-color: #f8b500;
    color: #3E394E;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  /*動画部分
-----------------------------------------------------------------------*/
  .big-background {
    display: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    display: none;
  }
  .video-after {
    display: block;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
  /*販売代理店部分*/
  #sec01mm {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/saxdor/int01pc.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .boxcov {
    background-color: rgba(0, 0, 0, 0.30);
  }
  .mmcc1 {
    width: 100%;
    max-width: 1300px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 100px 5% 200px;
  }
  #sec01mm h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 120px;
    margin-bottom: 20px;
    background-image: url(../img/saxdor/intro_title_saxdor.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em !important;
  }
  .fcl_fff {
    color: #fff;
  }
}
/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .youtube-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 2;*/
  }
  .vimeo-wrap {
    width: 60%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(85% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .top-comment {
    color: #ffffff;
    background-color: #202f55;
    padding: 20px 30px;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 2em !important;
    margin: 40px auto;
    border-radius: 5px;
  }
  .doc-link a {
    margin: 0 auto 10px;
    background-color: #ff8f00;
    color: #fff;
    font-size: 16px;
    width: 80%;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    background-image: url("../img/newboat/ar-w.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 60%;
  }
  .doc-link a:hover {
    background-color: #ffc57b;
  }
  #pagetitle {
    padding-bottom: 40px;
  }
  ul.type-wrap {
    margin-bottom: 100px;
  }
  ul.type-wrap li.type-info {
    padding: 30px 0;
  }
  ul.type-wrap li.type-info h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
    color: #333;
  }
  ul.type-wrap li.type-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  ul.type-wrap li.type-info p {
    font-size: 18px;
    line-height: 1.4em;
  }
  ul.type-wrap li.type-info .model-btn {
    background-color: #f8b500;
    color: #3E394E;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  /*動画部分
-----------------------------------------------------------------------*/
  .big-background {
    display: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    display: none;
  }
  .video-after {
    display: block;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
  /*販売代理店部分*/
  #sec01mm {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/saxdor/int01pc.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .boxcov {
    background-color: rgba(0, 0, 0, 0.30);
  }
  .mmcc1 {
    width: 100%;
    max-width: 1300px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 100px 5% 200px;
  }
  #sec01mm h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100px;
    margin-bottom: 20px;
    background-image: url(../img/saxdor/intro_title_saxdor.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 80px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em !important;
  }
  .fcl_fff {
    color: #fff;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 480px) {
  .youtube-wrap {
    width: 90%;
    margin: 5% auto;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vimeo-wrap {
    width: 90%;
    margin: 5% auto;
  }
  .vimeo {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
    position: relative;
  }
  .vimeo-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(85% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  .top-comment {
    color: #ffffff;
    background-color: #202f55;
    padding: 20px 30px;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 2em !important;
    margin: 30px auto;
    border-radius: 5px;
  }
  .doc-link a {
    margin: 0 auto 10px;
    background-color: #ff8f00;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    background-image: url("../img/newboat/ar-w.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 60%;
  }
  .doc-link a:hover {
    background-color: #ffc57b;
  }
  #pagetitle {
    padding-bottom: 30px;
  }
  ul.type-wrap {
    margin-bottom: 100px;
  }
  ul.type-wrap li.type-info {
    padding: 30px 0;
  }
  ul.type-wrap li.type-info h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
    color: #333;
  }
  ul.type-wrap li.type-info h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  ul.type-wrap li.type-info p {
    font-size: 18px;
    line-height: 1.4em;
  }
  ul.type-wrap li.type-info .model-btn {
    background-color: #f8b500;
    color: #3E394E;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  /*動画部分
-----------------------------------------------------------------------*/
  .big-background {
    display: none;
  }
  /*vimeo 関連*/
  #big-background-vimeo {
    display: none;
  }
  .video-after {
    display: block;
  }
  .tac a.txtbn {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: 60%;
    margin: 20px auto 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #011822;
    color: #fff;
  }
  .tac a.txtbn:hover {
    background: #555;
  }
  /*販売代理店部分*/
  #sec01mm {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/saxdor/int01pc.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 240px;
  }
  .boxcov {}
  .mmcc1 {
    width: 98%;
    max-width: 1300px;
    height: auto;
    display: block;
    margin: 0 auto 0;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.90);
  }
  #sec01mm h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
    color: #333;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100px;
    margin-bottom: 20px;
    background-image: url(../img/saxdor/intro_title_saxdor_m.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 80px;
  }
  #msp p.pnom1 {
    margin-bottom: 1em !important;
  }
  .fcl_fff {
    color: #333 !important;
    margin-bottom: 0 !important;
  }
}