@charset "UTF-8";
/** common for lower pages
 /features/ /gallery_spec/
==============================================*/

/** COMMON
==============================================*/
html {
   overflow-x: hidden;
    /*overflow-y: scroll; */
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#page {
  width: 100%;
  margin: 0 auto;
}
/** section-1000px
==============================================*/
#contents-1200mk7 .section-1000px {
  max-width: 1050px;
  margin: -2px auto;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}



/** inContents
==============================================*/
.inContents {
  margin: 65px auto 56px;
  max-width: 976px;
  width: 100%;
}

.bnrList {
  max-width: 925px;
  width: 100%;
  margin: 0 auto 37px;
}

.exceptionWrap .contens {
  max-width: 925px;
  margin: 0 auto;
  padding: 0 25px 0 25px;
}

#page-header,
.breadcrumb,
#page-footer {
  max-width: 976px;
  margin: 0 auto;
}
/*--------------------
#breadcrumb
--------------------*/
.breadcrumb {
  margin: 30px auto 10px auto;
  line-height: 160%;
  padding: 0px 26px 0px 25px;
  width: 100%;
  max-width: 925px;
}

.breadcrumb a:link {
  color: #656565;
  text-decoration: underline;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 5px;
}
#page-footer:before {
  z-index: auto;
}
@media only screen and (max-width: 767px) {
  #page-header,
  .breadcrumb,
  #page-footer {
    width: auto;
  }
  #page {
    margin-bottom: -10%;
  }
}

#contents-1200mk7 .figure {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .figure img {
    width: 100%;
  }
}

#contents-1200mk7 .row {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .row {
    padding: 0;
  }
}

#contents-1200mk7 .section-content {
  max-width: 1220px;
  margin: 0 auto;
/*  padding: 80px 0;*/
}
#contents-1200mk7 section:not(.section-hero) .section-content {
    padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-content {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section:not(.section-hero) .section-content {
    margin: 0 10px;
    background-color: #EFEFEF;
    padding: 10px;
  }
}

#contents-1200mk7 .section-content.border {
  border-bottom: 1px #ddd solid;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-content.border {
    border: none;
  }
}

#contents-1200mk7 .text_area .description {
  font-size: 15px;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .text_area .description {
    font-size: 13px;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 768px) {
  #contents-1200mk7 .show-small {
    display: none;
  }
  #contents-1200mk7 .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents-1200mk7 .content .text_area {
    padding-top: 5em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 641px) {
    .tablet-mobile #contents-1200mk7 .section-hero br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .hide-small {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #contents-1200mk7 .grid .cell {
    width: 480px;
  }
  #contents-1200mk7 .grid .cell + .cell {
    margin-left: 20px;
  }
}

#contents-1200mk7 .headline {
  position: absolute;
  top: 0;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .headline {
    position: static;
    margin-bottom: 0;
    padding-left: 0.5em;
    padding-right: 30px;
    min-height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 18px auto;
  }
  #contents-1200mk7 .headline.active {
    background-image: url(../images/ico-close.png);
  }
}

#contents-1200mk7 .headline__title {
  font-size: 24px;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
    #contents-1200mk7 .headline__title {
        font-size: 2.6vw;
    }
}
@media only screen and (max-width: 767px) {
  #contents-1200mk7 .headline__title {
    font-size: 13px;
    line-height: 1.6;
  }
}

#contents-1200mk7 .headline .subtitle {
  font-size: 15px;
  margin-top: 0.75em;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .headline .subtitle {
    margin-top: 0;
    font-size: 13px;
    margin-top: 4px;
  }
}

#contents-1200mk7 .wrap {
  /*padding-top: 75px;*/
}

#contents-1200mk7 .tm {
    position: relative;
    top: 0.1em;
    vertical-align: super;
    line-height: 1;
    font-size: 0.8em;
}

#contents-1200mk7 .text_area + .images {
  margin-top: 3em;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .text_area + .images {
    margin-top: 0;
  }
}

/** SECTION-HERO
==============================================*/
@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero {
    margin-bottom: 30px;
  }
}

#contents-1200mk7 .section-hero .section-content {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .section-content {
    padding: 0 10px;
  }
}

#contents-1200mk7 .section-hero .hero {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 160px 0;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .hero {
    padding: 0;
  }
}

#contents-1200mk7 .section-hero .hero .block {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .hero .block {
    width: auto;
  }
}

#contents-1200mk7 .section-hero .hero .page-title {
  text-align: center;
}

#contents-1200mk7 .section-hero .hero .concept {
  margin-top: 50px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .hero .concept {
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#contents-1200mk7 .section-hero .hero .concept p {
  font-size: 21px;
  line-height: 40px;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .hero .concept p {
    font-size: 21px;
    color: #fff;
  }
}

@media (max-width: 480px) {
  #contents-1200mk7 .section-hero .hero .concept p {
    font-size: 18px;
  }
}

#contents-1200mk7 .section-hero .commentary {
  background-color: #e4e4e4;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .commentary {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-hero .hero .section-content {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/** SECTION-CATEGORY_BANNER
==============================================*/
#contents-1200mk7 .section-category_banner {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-category_banner {
    margin-top: 30px !important;
    border-bottom: none;
  }
}

#contents-1200mk7 .section-category_banner .section-content {
  padding: 65px 0;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-category_banner .section-content {
    background-color: #fff !important;
    padding: 20px 0 !important;
  }
}

#contents-1200mk7 .section-category_banner ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-category_banner ul {
    display: block;
  }
}

#contents-1200mk7 .section-category_banner li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 30px;
  margin: 15px 0;
}

#contents-1200mk7 .notes {
    font-size: 12px;
    padding: 15px 0 15px 30px;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-category_banner li {
    width: auto;
    padding: 0;
    margin: 10px 0;
  }
  #contents-1200mk7 .notes {
    padding-left: 0;
    }
}

#contents-1200mk7 .section-category_banner .banner a {
  font-size: 15px;
  text-decoration: none;
  background-color: #4E4E4E;
  color: #fff;
  display: block;
  padding: 25px;
  position: relative;
  background-image: url(../images/arrow-wh-m2x.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: auto 24px;
}

@media only screen and (max-width: 767px) {
  #contents-1200mk7 .section-category_banner .banner a {
    background-size: 15px auto;
    padding: 18px 20px;
  }
}

#contents-1200mk7 .section-category_banner .banner a:hover {
  background-color: #999;
}


#contents-1200mk7 .section-category_banner .banner a span {
  font-size: 12px;
}

#contents-1200mk7 .section-category_banner .banner a span:before {
  content: "/";
  margin: 0 6px;
  font-size: 15px;
}
/** masthead
==============================================*/
#contents-1200mk7 .masthead {
    padding: 25px 0 0 25px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

#contents-1200mk7 .masthead.fixed {
    opacity: 1;
    visibility: visible;
}

/** PAGE FOOTER
==============================================*/
footer {
    position: static;
}

footer .footer-in {
    padding: 70px 0 80px;
}

@media only screen and (max-width: 767px) {
    footer .footer-in {
        padding: 0 0 100px;
    }
}

footer .pageTop {
    text-align: right !important;
    max-width: 976px !important;
    margin: 2em 0 0;
}
@media only screen and (max-width: 767px) {
    footer .pageTop {
        margin: 1em 0 2em;
    }
    footer .pageTop p {
        float: none;
        margin: 0 10px 0 auto;
    }
}
@media only screen and (min-width: 641px) and (max-width: 783px) {
    .pageTop {
        margin-right: 0;
    }
}
.pageFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-family: "DIN Light", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .pageFooter {
    padding: 0;
  }
}

/* .pageFooter_nav{

} */
@media only screen and (max-width: 767px) {
  #contents-1200mk7 .masthead {
    padding: 15px;
    height: auto;
  }
  #contents-1200mk7 .masthead .brand-logo img {
    height: 15px;
  }
  #contents-1200mk7 .text_area {
    margin: 5px;
  }
  #contents-1200mk7 .section-hero .hero .page-title img {
    height: 130px;
    width: auto;
  }
  #contents-1200mk7 .content {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    display: none;
  }
  #contents-1200mk7 .grid .cell:nth-child(n+2) {
    margin-top: 1em;
  }
/*
  .pageFooter_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C4C4C4;
  }
  .pageFooter_nav_item {
    width: 25%;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .pageFooter_nav_item:nth-child(1) {
    border-left: none;
  }
  .pageFooter_nav_item:nth-child(n+5) {
    display: none;
  }
  .pageFooter_nav_item a {
    background-color: #4E4E4E;
    height: 20px;
    display: block;
    color: #fff;
    padding-top: 55px;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 35px auto;
  }
  .pageFooter_nav_item.nav_campaign a {
    background-image: url(../images/footer-nav-campaign.png);
  }
  .pageFooter_nav_item.nav_sound a {
    background-image: url(../images/footer-nav-sound.png);
  }
  .pageFooter_nav_item.nav_wireless a {
    background-image: url(../images/footer-nav-wireless.png);
  }
  .pageFooter_nav_item.nav_spacetune a {
    background-image: url(../images/footer-nav-space.png);
  }
*/
}

@media only screen and (max-width:976px) {
    /******************** page footer ********************/
    #page-footer:before {
        -webkit-background-size:100% 13px;
        background-size:100% 13px;
    }

}

@media only screen and (max-width:850px) {
    /******************** page footer ********************/

    #page-footer .footer-nav ul {
        padding:0;
    }
    #page-footer .footer-nav ul li {
        padding:0;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        width: 20%;
/*        width:25%;*/
    }

}

@media only screen and (max-width:767px) {
    /******************** page footer ********************/

    #page-footer {
        padding:28px 0 28px;
        position:relative;
        text-align:center;
    }
    #page-footer:before {
        height:7px;
        background-position:50% 0;
        -webkit-background-size:120% 7px;
        background-size:120% 7px;
    }
    #page-footer > .container {
        padding:0 10px;
    }
    #page-footer .footer-nav ul {
        padding:0;
    }
    #page-footer .footer-nav ul li {
        font-size:11px;
        padding:2px 0;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        width:48%;
        border-left:1px solid #808080;
    }
    #page-footer .footer-nav ul li:nth-child(2n),
    #page-footer .footer-nav ul li:nth-child(4n)  {
        border-right:1px solid #808080;
    }
    #page-footer .footer-nav ul li:nth-child(2) ~ li {
        margin-top:22px;
    }
    #page-footer .footer-sub-nav {
        display:none;
    }
    .fb_iframe_widget_lift {
        right:-234%;
    }
/*--------------------
#breadcrumb
--------------------*/
      .breadcrumb {
        margin-bottom: 0;
        padding-left: 15px;
        box-sizing: border-box;
      }
      /** section-1000px
==============================================*/
      #contents-1200mk7 .section-1000px {
        max-width: 1024px;
        margin: 0 auto;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
      }
}



/*640px*/
@media screen and (max-width: 640px){

.inContents {
  margin: 65px auto 50px;
  max-width: 976px;
  width: 100%;
}
  .exceptionWrap .contens {
   max-width: 925px;
   margin: 0 auto;
   padding: 0 10px;
 }

  .bnrList {
      max-width: 925px;
      width: 100%;
      margin: 0 auto 37px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
}

.mL0 {
  margin-left: 0 !important;
}

@media screen and (max-width: 480px)
{.sns {
  width: auto;
  padding-left: 0;
  margin: 0 10px 30px;
}
}