
@media (max-width: 1024px) {
  .header-extras {
    float: right;
  }
  #mainMenu-trigger {
    float: inherit;
  }
}

#slider {
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* トップ　*/
#section0,
#underwater {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  height: calc( 100vw * 0.52 );
}
#underwater {
  height: 42vw;
}
#section0 .inner,
#underwater .inner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  height: calc( 100vw * 0.52 );
  overflow: hidden;
  line-height: 0;
}
#section0 .inner iframe,
#underwater .inner iframe {
  position: absolute;
	top: -10px;/*黒ぶち*/
	left: 0;
	width: 100%;
	height: calc( 100vw * 0.5625 );
  line-height: 0;

  pointer-events: none;
}
#harmonium_top_poster,
#harmonium_underwater_poster {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
#harmonium_top_poster img,
#harmonium_underwater_poster img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  .html5vid video {
    width: 104%;
    height: 104%;
    left: calc(100vw * -0.04);
  }
}

/* タイトルロゴ
**********************************************************************/
.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
    padding-top: 6vw;
    padding-bottom: 100px;
}

.inspiro-slider .slide .slide-captions {
}
.inspiro-slider .slide .slide-captions h2 {
  width: auto;
}
.inspiro-slider .slide .slide-captions h2 .logo1 {
  width: auto;
}
.inspiro-slider .slide .slide-captions h2 img {
  width: 50%!important;
}

.inspiro-slider .slide .slide-captions .logo2 {
  width: auto;
}
.inspiro-slider .slide .slide-captions .logo2 img {
  width: 19vw!important;
  text-align: center;
}

@media screen and (max-width:766px) {
  .inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
      padding-top: 0;
      padding-bottom: 0;
  }
  .inspiro-slider .slide .slide-captions h2 img {
    width: 79%!important;
  }
  .inspiro-slider .slide .slide-captions .logo2 img {
    width: 44vw!important;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width:414px) {
  .inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
      margin-top: -65px!important;
      padding-bottom: 0;
  }
  .inspiro-slider .slide .slide-captions h2 img {
    width: 90%!important;
  }
  .inspiro-slider .slide .slide-captions .logo2 img {
    width: 51vw!important;
    margin-top: 1px;
  }
}

.inspiro-slider .slide .slide-captions .explore {
  margin-top: 60px;
}
.btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    font-size: 14px;
    padding: 16px 24px;
}
button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  background-color: #138A72;
  border-color: #138A72;
  color: #ffffff;
  text-decoration: none;
}


.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

  width: 60px;
  height: 60px;
  opacity: 0;

  animation: fadeOutLoader 2s forwards;
}
.loader.show {
  animation: fadeInLoader 2s forwards;
}
@keyframes fadeInLoader {
  0% {
  }
  50% {
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutLoader {
  0% {
    opacity: 1;
  }
  50% {
  }
  100% {
    opacity: 0;
  }
}
.loader .bg {
position: absolute;
top:0;
left:0;
z-index: 50;
border: solid 5px red;
}

#solar-js {

}

/* 海と生命
**********************************************************************/
#section1 {

}
#section1 #solar-txt {
  margin-top: 10vh;
  margin-bottom: 10vh;
}





/* 身体の中に宿る海 */
#underwater {
  background-image: url(../assets/harmonium_top_underwater2.jpg);
}

#underwater .underwatermask {
  position: absolute;
  width: 100%;
  height: 5vw;
  bottom: 0;
  z-index: 20;
  background: linear-gradient(0deg, rgba(15, 51, 77, 1), rgba(15, 51, 77, 0));
  background-size: cover;
}
#section2 .container{
  margin-bottom: 10vh;
}

.item1.donutgraph {
  float: right;
  margin-left: 30px;
  width: 40%;
}

/*血液海水比較グラフ*/
ul.graph123 {
  width: auto;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
ul.graph123 li.left,
ul.graph123 li.right
 {
  width: 50%;
  float: left;
}
ul.graph123 li p {
  margin-bottom: 10px;
}
ul.graph123 canvas {
  width: 100%;
}
/*グラフのタイトル*/
.graphtitle {
  font-weight: bold;
}
/*グラフの項目名*/
#chart_legend.legend {
  width: 100%;
  margin-top: 10px;
}
[class="0-legend"] {
  list-style: none;
  height:auto;
  padding: 0;
  display: inline-block;
}
[class="0-legend"] li {
  float: left;
  font-size: 80%;
  margin-right: 10px;
}
[class="0-legend"] li span{
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-right: 5px;

}
@media (max-width:767px) {
  .flexgraph {
    display: flex;
    flex-flow: row wrap;
  }
  .flexgraph .item1 {
    order:2;
  }
  .flexgraph .item2 {
    order:1;
  }
  .flexgraph .item3 {
    order:3;
  }
  .flexgraph .item4 {
    order:4;
  }
  .item1.donutgraph {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}






/*Harmoniumとは
**********************************************************************/
#sec04 .container
#sec04 ul li {
  margin-bottom: 10px;
}
#sec04 h5 {
  margin: 0;
  line-height: 1.3;
}
#sec04 h5 + p {
  font-size: 80%;
  margin: 7px 0 0 0;
  color: #333;
  line-height: 1.5;
}
/*iphone2台並び デフォルトは横1000px*/
#sec04 .row .col-md-6:nth-of-type(1) {
  height: 566px;
}
#sec04 .row .col-md-6:nth-of-type(1) .image-absolute:nth-of-type(2) {
  left: 3vw;
}
/*人と自然の法則*/
#sec04 .row .col-md-6:nth-of-type(2) ul {
  padding-left: 20px;
}
@media (min-width: 900px) {
  #sec04 .row .col-md-6:last-of-type {
    padding: 0;
  }
  #sec04 h3.m-t-60 {
    margin-top:30px!important;
    margin-bo:30px!important;
  }
}
@media (max-width: 991px) {
    #sec04 .g_iphone {
      width: 100%!important;
  }
  #sec04 .g_iphone .image-absolute {
    width: 100%!important;
    text-align: center;
    box-sizing: border-box;
  }
  #sec04 .image-absolute:nth-of-type(1) {
    left: -4vw;
  }
  #sec04 .image-absolute:nth-of-type(2) {
    left: 3vw!important;
  }
}
@media (max-width: 414px) {
  /*Harmoniumとは　白黒iphone*/
  #sec04 .g_iphone {
      width: 100%!important;
  }
  #sec04 .g_iphone .image-absolute {
    width: 100%!important;
    text-align: center;
    box-sizing: border-box;
  }
  #sec04 .image-absolute:nth-of-type(1) {
    left: -8vw;
  }
  #sec04 .image-absolute:nth-of-type(2) {
    left: -1vw!important;
  }
  #sec04 .g_iphone .image-absolute img {
    width: auto;
    height: 110vw;
  }
}
@media (max-width: 991px) {
  #sec04 h1,h3 {
    text-align: center;
  }
  #sec04 ul {
    padding-left: 20px;
  }
}

@media (max-width: 414px) {

  .logo2 h3 {
    font-size: 1.42em;
  }

  /*tableの解除*/
  #sec04 .row:before {
    content: none;
  }
  #sec04 .row {
    position: relative;
  }
  /*iphone2台並び*/
  #sec04 .row .col-md-6:nth-of-type(1) {
    width: 100%;
    position: relative!important;
    padding: 0 4vw;
    height: inherit;
  }
  #sec04 .row .col-md-6:nth-of-type(1) .image-absolute {
    height: inherit;
  }
  /*ボックスのheight取得のためabsolute解除 Black*/
  #sec04 .row .col-md-6:nth-of-type(1) .image-absolute:nth-of-type(1) {
    position: relative;
  }
  /*White*/
  #sec04 .row .col-md-6:nth-of-type(1) .image-absolute:nth-of-type(2) {
  }
  #sec04 .g_iphone {}
  #sec04 .g_iphone img {
    width: 90%;
    height: auto;
  }
  /*Harmoniumとは*/
  #sec04 h1 {
    margin-top: 5vw;
  }
  #sec04 .row .col-md-6:nth-of-type(2) {
    width: 100%;
    position: relative!important;
  }
  /*人と自然の法則*/
  #sec04 .row .col-md-6:nth-of-type(2) h5,
  #sec04 .row .col-md-6:nth-of-type(2) h5+p {
    padding-right: 7vw;
  }
}




/* Harmoniumの仕組み
**********************************************************************/
#ccc .container {
}
#ccc .outlink {
  margin-top: 10px;
  text-align: left!important;
}
#ccc ul {
  position: relative;
  width: auto;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
#ccc ul li{
  float: left;
  width: 32%;
}
#ccc ul .icon-box {
  margin-bottom: 30px;
}
/*集中/リラックス/睡眠*/
#ccc ul #feature_no7 .icon-box {
  margin-bottom: 0;
}
#ccc .icon-box p {
  /*
  text-align: justify;
  text-justify: inter-ideograph;
*/
  text-align: left;
}
#ccc #feature_no2 p,
#ccc #feature_no4 p,
#ccc #feature_no6 p{
  /*
  text-align: justify;
  text-justify: inter-ideograph;
*/
  text-align: left;

}
@media (min-width:990px) {
  #ccc #feature_no7 .icon-box p:nth-of-type(1) {
    margin-top: 20px;
  }
}
#ccc #feature_no8 .photocaption {
  margin-top: 10px;
}
#feature_no1 img,
#feature_no8 img {
  margin-bottom: 10px;
}

#ccc li img {
  width: 100%;
}
#ccc img.featureimg {
  display: none;
}
#ccc .icon-box p {
  margin-bottom: 15px;
}
#ccc .icon-box .screentxt {
  display: inline-block;
  color:#fff!important;
  /*border: solid 1px #2564A0;*/
  background-color: #2564A0;
  padding: 3px 10px;

  border-radius: 5px;
  overflow:hidden;

  line-height: 1
}
#ccc h3.screentxt {
    padding: 6px 15px!important;
    border-radius: 6px!important;
}
.borderboxtxt {
  display: inline-block;
  color: #2564A0!important;
  border: solid 1px #2564A0;
  padding: 5px 10px;
}

@media ( max-width: 990px) {
  #ccc ul {
    width: 100%;
    padding: 0;
  }
  #ccc ul li{
    float: none;
    width: 100%;
    display: block;
  }
  #ccc ul li .icon-box {
    text-align: center;
  }
  #ccc .icon-box > h3,
  #ccc .icon-box > p {
      margin-left: 0;
      margin-right: 0;
  }
  #ccc img.featureimg {
    display: block;
    margin: 20px 0;
  }
  #feature_no1 img,
  #feature_no8 img {
    width: 50%!important;
    height: auto;
  }
  .outlink.p_r,
  img.p_r {
    padding-right: 8vw;
  }
}
@media ( max-width:700px) {
  #feature_no1 img,
  #feature_no8 img {
    width: 75%!important;
    height: auto;
  }
}
@media ( min-width:768px ) {
  #ccc img.featureimg {
    width: 75%;
    text-align:center;
    margin: 30px auto 30px;
  }
}


#ccc .lastcatch h5 {
    font-size:1.4em;
    text-align: center;
}

@media ( max-width:760px) {
    #ccc .lastcatch h5 {
        text-align: justify;
        text-justify: inter-ideograph;
    }
    #ccc .lastcatch h5 .centerbr {
        display: none;
    }
}
@media (max-width: 414px) {
    #ccc .lastcatch.p_r {
    padding-right: 8vw;
    }
}
/* 試聴
**********************************************************************/
#listen {
  padding-top: 80px;
}
#listen .row h4 {
    margin: 0;
}
#listen .row h4 + p {
  font-size: 90%;
  margin: 0;
}
#listen p {
  color: #111;
}
#listen .row > div {
  margin-bottom: 2vw;
}
@media ( max-width:414px ) {
  #listen .row > div {
    margin-bottom: 4vw;
  }
}



/* Download the App
**********************************************************************/
#appstore {
}
@media screen and (max-width:375px) {
  #appstore h3{
    letter-spacing: -0.02em;
  }
}
#appstore p.info {
  text-align: center;
}
#appstore .priceinfo {
  width: 67%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
  font-size: 90%;
  line-height: 1.5;
}
#appstore .storelink {
  margin-top: 40px;
}
#appstore h2 + p {
  line-height: 1.6;
}
@media (min-width:990px) {
  #appstore .storelink img {
    width: 20vw;
  }
}
@media (max-width:990px) {
  #appstore .storelink img {
    width: 35vmin;
  }
}
@media (max-width:414px) {
  #appstore h1 + p {
    padding-right: 8vw;
    text-align: justify;
  }
  #appstore .storelink img {
    width: 80%;
  }
  #appstore .priceinfo.p_r {
    padding-right: 8vw;
    }
}
@media (max-width:990px) {
  #appstore p.info {
    text-align: justify;
  }
  #appstore .priceinfo {
    width: 100%;
  }
}
#appstore .post-3-columns .post-item:nth-of-type(1) p.leadjustify,
#appstore .post-3-columns .post-item:nth-of-type(2) p.leadjustify {
    margin-bottom: 0;
}


#lastinfo {
  padding: 120px 0 80px;
  display: none;
}
#lastinfo p {
}
#lastinfo ul {
    margin-bottom: 0;
}
#lastinfo .social-icons li a{
  font-size: 200%;
}



#info {
  padding: 80px 0 0;
}
#info h1 + p {
    line-height: 1.6;
}
#info .importantmatter {
  margin-bottom: 0;
}
@media ( max-width:414px ) {
  #info ul {
    padding-right: 7vw;
  }
}


section.video.fullwidth {
height: calc( 100vw * 0.52 );
}
#slider {
top: -80px;
margin-bottom: -80px;
}
