@charset "utf-8";

body {
  position: relative;
  width: 100%;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* .wrapper {
  width: 100%;
  overflow: hidden;
}
.header_menu_area {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.header_menu_area .menu {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-weight: bold;
}
.header_menu_area .menu ul {
  text-align: center;
}
.header_menu_area .menu ul li {
  display: inline-block;
  width: calc(100% / 8.5);
  width: 146px;
  width: 14%;
  float: left;
  font-size: 15px;
}

.header_menu_area .menu ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
}
.header_menu_area .menu ul li a {
  position: relative;
  display: inline-block;
}
.header_menu_area .menu ul li a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header_menu_area .menu ul li a:hover::after {
  transform: scale(1, 1);
}
.header_menu_area .menu ul li a.underline::after {
  background: #000;
}

.header_menu_area .menu ul li.active a::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header_menu_area .menu ul li.active a::after {
  transform: scale(1, 1);
}
.header_menu_area .menu ul li.active a.underline::after {
  background: #000;
}

.header_menu_area.bg_color {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background-color: rgba(255,255,255,0.8);
}
.header_menu_area.bg_color .menu ul li a {
  color: #000;
}
#navToggle {
  display: none;
} */

.top_mv_area {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
#bg-video{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url('../images/mv.jpg') no-repeat;
  background-size: cover;
}
.top_mv_area .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.top_mv_area .mv_text h1 {
  font-size: 50px;
  color: #fff;
}
.top_mv_area .btn {
  width: 300px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  margin: 40px auto 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.top_mv_area .btn a {
  display: block;
  color: #fff;
  padding: 10px 0;
}
.top_mv_area .btn:hover {
  background-color: #383f49;
}

section {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.block_wrap {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.block_wrap h2{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.block_wrap p{
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}

.block_wrap img{
	height: 45%;
}

.block_color{
  background-color: #b3c5cc;
  color: #fff;
}

.block_area01 .left,
.block_area01 .right,
.block_area02 .left,
.block_area02 .right{
  width: 45%;
}

.left img{
	height: 45%;
}

.right img{
	height: 45%;
}

.block_area01 .left,
.block_area02 .right{
  float: left;
}

.block_area01 .right,
.block_area02 .left{
  float: right;
}

.block_area01 .right h2,
.block_area02 .right h2,
.block_area01 .right p,
.block_area02 .right p{
  text-align: left;
}

.block_area01 .left h2,
.block_area01 .left p,
.gray{
  color: #96a0ab;
}

.gray{
  letter-spacing: 10px;
  margin-bottom: 20px;
}

#nav05 ul li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

#nav05 ul li:nth-child(1){
  width: 14%;
}

#nav05 ul li:nth-child(2){
  width: 21.6%;
}

#nav05 ul li:nth-child(3){
  width: 22.4%;
}

#nav05 ul li:nth-child(4){
  width: 18.2%;
}

#nav05 ul li:last-child{
  width: 12.1%;
  margin-right: 0;
}

/* #contact */
#contact {
  background-color: #fff;
  padding: 100px 0 150px;
}
#contact h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#contact h2 + p {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}

#contact .btn {
  width: 300px;
  margin: 30px auto 0;
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#contact .btn a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}
#contact .btn:hover {
  background-color: #383f49;
}
#contact .btn:hover a {
  color: #fff;
}

/* footer */
/* 
footer {
  background-color: #666;
  padding: 50px 0 15px;
}

.footer_left,
.footer_right{
  display: inline-block;
  vertical-align: middle;
}

.footer_left{
  width: 75%;
}

.footer_left ul li{
  float: left;
}

.footer_left ul li a{
  color: #fff;
  display: block;
  text-align: left;
}

.footer_left ul li a:hover{
  opacity: 0.8;
}

.footer_left ul li a:after{
  content: "";
  display: inline-block;
  background: url(../images/border.png) left top no-repeat;
  width: 1px;
  height: 16px;
  margin-right: 26px;
  margin-left: 26px;
  vertical-align: middle;
}

.block_wrap .copyright{
  color: #fff;
  text-align: center;
  padding-top: 50px;
  margin-top: 0;
  font-size: 14px;
} */


.disp_pc {
  display: block;
}

.disp_sp {
  display: none;
}
/* 
@media screen and (max-width:980px) {
  .header_menu_area .menu ul li {
    font-size: 14px;
  }
}
@media screen and (max-width:860px) {
  .header_menu_area .menu ul li {
    font-size: 12px;
  }
} */

@media screen and (max-width:768px) {
  /* .header_menu_area .menu ul li {
    font-size: 18px;
  } */

  .top_mv_area .btn:hover {
    background-color: inherit;
  }
  /* #navToggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 25px;
    background-color: #be4488;
    border-radius: 5px;
    padding: 10px;
    display: block;
    cursor:pointer;
    z-index: 9999;
  }
  #navToggle div {
    position:relative;
  }
  #navToggle span {
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #navToggle span:nth-child(1) {top:0px;}
  #navToggle span:nth-child(2) {top:11px;}
  #navToggle span:nth-child(3) {top:22px;}
  .open #navToggle span:nth-child(1) {
      top: 11px;
      -webkit-transform:rotate(-45deg);
      -moz-transform:rotate(-45deg);
      transform:rotate(-45deg);
  }
  .open #navToggle span:nth-child(2),
  .open #navToggle span:nth-child(3) {
      top: 11px;
      -webkit-transform:rotate(45deg);
      -moz-transform:rotate(45deg);
      transform:rotate(45deg);
  }
  .header_menu_area .menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: rgba(0,0,0,0.7);
  }
  .header_menu_area .menu ul {
    margin-top: 60px;
  }
  .header_menu_area .menu ul li {
    display: block;
    float: none;
    width: 100%;
  }

  .header_menu_area .menu ul li:nth-child(1),
  .header_menu_area .menu ul li:nth-child(6),
  .header_menu_area .menu ul li:nth-child(7) {
    width: 100%;
  }
 */

  #bg-video {
    display: none;
  }
  .top_mv_area {
    background-image: url(../images/mv.jpg);
    background-size: cover;
    background-position: center center;
  }
  .top_mv_area .mv_text {
    width: 100%;
  }
  .top_mv_area .mv_text p {
    font-size: 15px;
  }
  .top_mv_area .mv_text h1 {
    font-size: 26px;
  }

  section {
    padding: 40px 0;
  }

  .block_wrap h2{
    font-size: 20px;
  }

  .block_wrap p{
    font-size: 14px;
    margin-top: 10px;
  }

  .block_area01 .left,
  .block_area01 .right,
  .block_area02 .left,
  .block_area02 .right{
    width: 100%;
  }

  .block_area01 .left,
  .block_area02 .right{
    float: none;
  }

  .block_area01 .right,
  .block_area02 .left{
    float: none;
  }

  .block_area01 .right h2,
  .block_area02 .right h2{
    margin-bottom: 10px;
  }

  .block_area01 .left,
  .block_area02 .left{
    margin-bottom: 20px;
  }

  #nav05 ul{
    text-align: center;
  }

  #nav05 ul li,
  #nav05 ul li:nth-child(1),
  #nav05 ul li:nth-child(2),
  #nav05 ul li:nth-child(3),
  #nav05 ul li:nth-child(4){
    width: 30%;
    margin-right: 1%;
    margin-bottom: 20px;
  }

  #nav05 ul li:last-child{
    width: 20%;
    margin-right: 0;
  }

  #nav05 ul li:nth-child(4),
  #nav05 ul li:last-child {
    margin-bottom: 0;
  }

  #nav05 ul li:nth-child(4) {
    margin-right: 5%;
  }

  /* #contact */
  #contact{
    padding: 40px 0 80px;
  }

  #contact h2 {
    font-size: 24px;
  }

  #contact .btn {
    margin: 20px auto 0;
  }
  #contact .btn a {
    font-size: 16px;
  }
  #contact .btn:hover {
    background-color: inherit;
  }
  #contact .btn:hover a {
    color: #000;
  }

  /* footer */
/*   
  footer {
    padding: 25px 0 10px;
  }

  .footer_left,
  .footer_right{
    display: block;
  }

  .footer_left{
    width: 100%;
  }

  .footer_left ul li{
    float: none;
    margin-bottom: 10px;
  }

  .footer_left ul li:last-child{
    margin-bottom: 0;
  }

  .footer_left ul li a:hover{
    opacity: 1;
  }

  .footer_left ul li a:after{
    display: none;
  }

  .footer_logo{
    text-align: right;
    padding: 10px 0 0;
    width: 40%;
    margin: 0 0 0 auto;
  }

  .copyright{
    padding: 25px 0 0;
  } */

  .disp_pc {
    display: none;
  }

  .disp_sp {
    display: block;
  }
}

/* 20230831 add */

.block_wrap .box_audiosample {
  border: 1px solid #b3c5cc;
  margin-top: 30px;
  padding: 0 10px 30px 10px;
}
.block_color .block_wrap .box_audiosample {
  border: 1px solid #FFF;
}

.box_audiosample ul {
  margin: 0 auto;
  display: block;
  width: 100%;

}

.box_audiosample ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.box_audiosample ul li audio {
  vertical-align: bottom;
}

.box_audiosample ul.column_3 li {
  width: 33%;
}
.box_audiosample ul.column_2 li {
  width: 49%;
}

@media screen and (max-width:1080px) {
  .box_audiosample ul.column_3 li {
    width: 49.5%;
  }
}


@media screen and (max-width:768px) {
  .box_audiosample ul.column_3 li {
    width: 100%;
  }
  .box_audiosample ul.column_2 li {
    width: 100%;
  }
}




/* 20230912 MT移行による追加 */

#wrapper .l-header ~ *{
  font-size: 14px;
}


#wrapper .l-header ~ * a,
#wrapper .l-header ~ * a:link,
#wrapper .l-header ~ * a:visited,
#wrapper .l-header ~ * a:hover,
#wrapper .l-header ~ * a:active {
  outline:0;
  text-decoration:none;
  color: #000000;
}

#wrapper .l-header ~ * a.over:hover img,
#wrapper .l-header ~ * a.over:hover p{
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  zoom:1;
}

#wrapper .l-header ~ * img {
  border:0;
  vertical-align:bottom;
  width: 100%;
}

.top_mv_area .mv_text h1{
  line-height: 1.5;
  color: #fff;
}

.block_wrap h2{
  line-height: 1.5;
}

body #wrapper .top_mv_area .btn a,
body #contact .btn:hover a {
  color: #fff;
}

.box_audiosample .txt_title{
  position: relative;
  background-color: #b3c5cc;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 20px 10px 38px;
}



.block_color .block_wrap .box_audiosample .txt_title{
  background-color: #fff;
  color: #000;
}

.box_audiosample .txt_title::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;

  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 24px;
  margin-left: 24px;
}

.block_color .block_wrap .box_audiosample .txt_title::before{
  background-color: #b3c5cc;

}

.box_audiosample ul li * + audio{
  margin-top: 8px;
}

.footer-logo-area li img{
  max-height: 75px;
}



@media screen and (max-width:768px) {
  .box_audiosample .txt_title{
    font-size: 18px;
    padding:6px 10px 6px 33px;
  }

  .box_audiosample .txt_title::before{
    margin-top: 18px;
    margin-left: 18px;
  }
}
