@charset "UTF-8";
/** common for lower pages
 /sound/ /wireless/ /spacetune/ /gallery_spec/
==============================================*/

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

#page {
  width: 100%;
  margin: 0 auto;
}

#page-header,
.breadcrumb,
#page-footer {
  max-width: 976px;
  margin: 0 auto;
}
#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-c70 .figure {
  margin: 0;
  padding: 0;
}

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

#contents-c70 .row {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

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

#contents-c70 .section-content {
  max-width: 1220px;
  margin: 0 auto;
}
#contents-c70 .hero .section-content {
  max-width: 1000px;
}
#contents-c70 section:not(.section-hero) .section-content {
    padding: 40px 0;
}

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

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

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

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

#contents-c70 .text_area .description {
  font-size: 14px;
  line-height: 35px;
      line-height: 2.2;
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  #contents-c70 .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-c70 .headline.active {
    background-image: url(../images/ico-close.png);
  }
}

#contents-c70 .headline__title {
  font-size: 22px;
  line-height: 1.9;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
    #contents-c70 .headline__title {
        font-size: 2.6vw;
    }
}
@media only screen and (max-width: 767px) {
  #contents-c70 .headline__title {
    font-size: 16px;
    line-height: 1.6;
  }
}

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

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

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

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

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

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

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

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

#contents-c70 .section-hero .hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

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

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

#contents-c70 .section-hero .hero .page-title {
  text-align: center;
}
#contents-c70 .hero .section-content .page-title {
  width: 180px;
  color: #fff;
  position: relative;
}
#contents-c70 .hero .section-content .page-title span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: DIN Regular, san-serif;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {

  #contents-c70 .hero .section-content .page-title span {
      font-size: 56px;
      line-height: 0.9;
  }

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

@media only screen and (max-width: 767px) {
  #contents-c70 .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-c70 .section-hero .hero .concept p {
  font-size: 21px;
  line-height: 40px;
  letter-spacing: -0.03em;
}

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

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

#contents-c70 .section-hero .commentary {
  background-color: #F0F0F0;
  padding: 50px 0;
}

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

@media only screen and (max-width: 767px) {
  #contents-c70 .section-hero .hero .section-content {
    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-c70 .section-category_banner {
  /* border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid; */
}

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

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

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

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

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

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

#contents-c70 .section-notes {
  padding: 0 15px;
}
#contents-c70 .section-notes .section-content {
  max-width: 1160px;
}

#contents-c70 .notes {
    font-size: 12px;
    padding: 15px 0 15px 1.5em;
    line-height: 1.7;
}

#contents-c70 .notes ul li {
  text-indent: -1.5em;
}

#contents-c70 .software {
  margin: 15px 0;
}

#contents-c70 .software strong {
  font-size: 16px;
  font-weight: bold;
  margin-left: -1.3em;
  display: inline-block;
}

#contents-c70 .software p, 
#contents-c70 .software a {
  margin-left: -1.5em;
}

#contents-c70 .software ul {
  margin: 5px 0;
}

#contents-c70 .notes ul li:before {
  content: '●';
  margin-right: 0.5em;
}

#contents-c70 .notes ul li.db-circle:before {
  content: '◎';
}

#contents-c70 .notes ul li.asta:before {
  content: '※';
}

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

  #contents-c70 .section-notes {
    padding: 0 0 0 10px;
  }
  #contents-c70 .section-notes .section-content {
  }

  #contents-c70 .software strong {
    font-size: 14px;
  }

  #contents-c70 .notes {
    padding-left: 0;
    }
}

#contents-c70 .section-category_banner .banner a {}

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

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


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

#contents-c70 .section-category_banner .banner a span:before {
  content: "/";
  margin: 0 6px;
  font-size: 15px;
}
/** masthead
==============================================*/
#contents-c70 .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-c70 .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;
        max-width: 35px;
    }
}
.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;
  }
}

@media only screen and (max-width: 767px) {
  #contents-c70 .masthead {
    padding: 15px;
    height: auto;
  }
  #contents-c70 .masthead .brand-logo img {
    height: 15px;
  }
  #contents-c70 .text_area {
    margin: 5px;
  }
  #contents-c70 .section-hero:not(#gallery) .hero {
    padding: 46.9% 0 0 0;
    position: relative;
  }
  #contents-c70 .section-hero .hero .section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
}
  #contents-c70 .section-hero .hero .page-title {
    width: 20%;
    margin-left: 15.6%;
  }
  #contents-c70 .section-hero .hero .page-title img {
    width: auto;
  }
  #contents-c70 .hero .section-content .page-title span {
    font-size: 6vw;
    line-height: 0.9;
  }

  #contents-c70 .content {
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    display: none;
  }
  #contents-c70 .grid .cell:nth-child(n+2) {
    margin-top: 1em;
  }

}

@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%;
    }
}

/* campaign 共通 */

.section-campaign {
  background-color: #d8d8d8;
  position: relative;
}

.campaign-content {
  display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.campaign-arrow-prev {
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  border-bottom: solid 1px #4d4d4d;
  border-left: solid 1px #4d4d4d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 2%;
}

.campaign-arrow-next {
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2%;
}

.campaign-text {
  padding-top: .5em;
}

.section-campaign h2 {
  color: #8d8d8d;
  font-weight: bold;
  font-family: 'DIN Regular';
}

.campaign-text p {
      margin: 7% 0 15%;
      line-height: 1.68;
}

#gallerySlider li {
  float: left;
}
.caroufredsel_wrapper>div {
}

/* campaign sp */
@media screen and (max-width: 767px) {
  .section-campaign {
      padding: 17.7% 0 14.1%;
  }

  .campaign-content {
      display: block;
  }

  .caroufredsel_wrapper > div {
      height: auto!important;
      padding-top: 155.5%;
  }

  .section-campaign h2 {
      font-size: 7.5vw;
      margin-bottom: 20%;
      text-align: center;
  }

  .campaign-img {
      width: 85.8%;
      margin: 0 auto;
  }

  .campaign-img img {
      width: 100%;
  }

  .campaign-text {
      width: 100%;
  }

  .campaign-text p {
      font-size: 4.69vw;
  }
}

/* campaign pc */
@media screen and (min-width: 768px) {
  .section-campaign {
      padding: 112px 0 90px;
  }

  .campaign-content {
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }

  .campaign-img {
      width: 57.3%;
      text-align: right;
  }
  
  .campaign-img img {
      width: 90%;
      max-width: 610px;
  }

  .campaign-text {
      width: 32.6%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .campaign-text h2 {
      font-size: 2.7vw;
  }

  .campaign-text p {
      font-size: 1.65vw;
  }
}

@media screen and (min-width: 1200px) {
  .campaign-text h2 {
      font-size: 32px;
  }
  
  .campaign-text p {
      font-size: 20px;
  }
}

/* design */

.section-design {
  background-image: url(../images/design-bg);
}

.design-img {
  width: 72.6%;
  margin: 72px 0;
}

/* sound */

.section-sound {
  background-image: url(../images/sound-bg_pc.jpg);
}

.sound-img {
  width: 80.3%;
  margin: 182px auto 108px;
  background-image: url(../images/sound-line-bg.png);
  background-size: cover;
  background-position: center;
}

/* sourse */
.section-source {
  background-image: url(../images/sourse-bg.jpg);
}

.section-source .inner-wrap {
  max-width: 1352px;
}

.source-icon {
  width: 33.6%;
  float: left;
  margin: 156px 0 256px;
}

.section-source .section-text-wrap {
  clear: left;
}


#contents-c70 .category_banner.bg {
  background: #3C3C3C;
  border-top: 0;
}

#contents-c70 .category_banner.bg .banner a {
  font-size: 15px;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: #3C3C3C;
  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;
}


























