/*home ここから　*/

/*catch*/
.swiper-button-prev{
  position: absolute;
  top: 50%;
  left: 9%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  border-left: 3px solid #ededed;
  border-top: 3px solid #ededed;
  transform: rotate(-45deg);
  background-image: none;
}

.swiper-button-next{
  position: absolute;
  top: 50%;
  right: 9%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  border-left: 3px solid #ededed;
  border-top: 3px solid #ededed;
  transform: rotate(135deg);
  background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
  border-left: 3px solid rgba(200,200,200,0.5);
  border-top: 3px solid rgba(200,200,200,0.5);
  transition: 0.2s;
}

.swiper-pagination{
  margin-bottom: 20px;
}

.swiper-pagination-bullet{
  background: #fff;
  width: 18px;
  height: 18px;
  opacity: 0.8;
  margin: 50px
}

.swiper-pagination-bullet-active{
  background: transparent;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  vertical-align: middle;
}

.catch_text_container{
  background: url(../images/service_background3.jpg) ;
}

.catch_text{
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 220px;
  letter-spacing: 0.05em;
}

#catch_copy{
  font-size: 1.3em;
  font-weight: bold;
  line-height: 4em;
  text-align: center;
}

.catch_text .text{
  font-size: 1.1em;
  line-height: 1.5em;
  padding-bottom: 1.5em;
}

/*sns*/
.sns{
  background-color: rgba(50, 0, 100, 0.3);
}

.sns-icon{
  padding: 2em 0;
}

.sns-icon > img {
  padding-right: 20px;
}

/*service*/
.service{
  text-align: center;
  padding: 60px 0;
}

.service h2{
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0.5em;
  color: #333;
}

#service_text{
  padding-top: 1em;
}

.service_boxes{
  display: flex;
  padding: 40px 0;
  justify-content: center;
}

.service_box{
  position: relative;
  width: 131px;
  display: inline-block;
}

.service_box+.service_box{
  margin-left: 37px;
}

.service_box span{
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 105px;
  left: 5px;
}

.service_box p{
  font-size: 0.8em;
  text-align: left;
}

.service_box2 img + img{
  margin-left: 8px;
}

.service li:before{
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #333;
  display:  inline-block;
  vertical-align:  middle;
  position:  relative;
  top: -2px;
  margin-right: 5px;
}

.service li{
  display: inline-block;
  color: #333;
  margin: 40px 10px 0 10px;
}

.service li a{
  text-decoration: none;
}

/*more_service*/
.more_service{
  text-align: center;
}

.more_service_container{
  background: rgba(255, 255, 255, 0.5);
  padding: 60px 0;
}

#m_svc_lead_txt{
  line-height: 4em;
}

.more_boxes,
.more_boxes2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 8%;
}

.more_box{
  width: 154px;
  padding: 30px 0;
}

.more_box:nth-child(2),
.more_box:nth-child(4),
.more_box:nth-child(7),
.more_box:nth-child(9){
  margin: 0 50px;
}

.more_box p{
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
}

.more_box span{
  display: block;
  text-decoration: none;
  margin: 4px 0 10px 0;
  padding: 5px;
  background: #333;
  color: #fff;
  font-size: 0.9em;
}

/*campaign_news*/
.campaign_news{
  text-align: center;
  padding: 60px 0;
}

.campaign_news p{
  line-height: 4em;
}

.campaign_box{
  padding: 20px 0;
}

.campaign_box a:nth-child(1){
  margin-right: 30px;
}

/*info*/
.info{
  text-align: center;
}

.info_container{
  background: rgba(255, 255, 255, 0.5);
  padding: 60px 0;
}

.info h3{
  font-family: Avenir;
  font-weight: 600;
  font-size: 1.2em;
}

.info p{
  margin: 1.5em 0 80px 0;
}

.info_row article{
  width: 472px;
  display: inline-block;
  text-align: left;
  margin-bottom: 80px;
  vertical-align: top;
}

#news, #twitter{
  margin-right: 30px;
}

.info_row article:last-child{
  text-align: center;
  margin: 0;
}

.info_row article dl{
  font-size: 87.5%;
  line-height: 1.5em;
  border: 2px solid #bfbfbf;
  border-radius: 5px;
  background: #fff;
  padding: 0.5em 0 4em 0.5em;
}

.info_row article h3{
  padding-bottom: 1em;
  text-align: left;
}

.info_row article dl dt{
  float: left;
}

.info_row article dl dd{
  margin-left: 7em;
}

#instagram{
  width: 100%;
}

#instagram h3{
  text-align: center;
}

#instagram img{
  width: 974px;
  margin: auto;
}

/*introduction*/
.intro_container{
  padding: 20px 15%;
  background: rgba(0, 0, 0, 0.4);
}

.intro_container p{
  color: #bbb;
  font-size: 0.85em;
  line-height: 1.5em;
  text-align: left;
}
/*home ここまで　*/

/*studio ここから*/
#studio_title{
  font-size: 4em;
  font-weight: 600;
  color: #fff;
  background-color: rgba(30, 0, 150, 0.7);
  line-height: 2.5em;
}

.layout{
  display: flex;
  justify-content: space-between;
  margin: 0 10%;

}

.layout_left,
.layout_right,
.studioBox_left,
.studioBox_right
{
  width: 100%;
  margin: 80px 0;
}

.layout_left{
  /*position: relative;*/
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;

}

.layout_left p{
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #333;
  font-size: 1.2em;
}

.studioBoxes{
  padding: 0 10%;
  background: rgba(255, 255, 255, 0.5);
}

.studioBox{
  display: flex;
  justify-content:space-between;
  text-align: center;
}

.studioBox a img{
  max-width: 460px;
}

.studioBox_left{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.studioBox_left p{
  /*position: absolute;
  /*top: 58%;
  left: 38%;*/
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 1em 0;
  color: #333;
  font-size: 1.2em;

}

.studioBox_left small{
  font-weight: normal;
  font-size: 1em;
  color: #555;

}

.studioBox_left span{
  display: inline-block;
  color: #e94615;
  font-size: 4em;
  font-weight: bold;
  transform: scale(1,1.1);
}

/*モーダル画像用*/
.modal-back{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.9;
  z-index: 30;
  overflow: hidden;
}

.modal-image{
  display: none;
  position: fixed;
  width: 80%;
  height: 80%;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 40;
  margin: auto 9%;
}

.modal-close{
  display: none;
  position: fixed;
  top: 5%;
  right: 5%;
  cursor: pointer;
  width: 100px;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  opacity: 0.5;
  z-index: 50;
}

.pre-footer{
  background: #333;
  height: 4.5em;
}

/*instruments*/
#inst_title{
  font-size: 3.5em;
  font-weight: 600;
  color: #fff;
  background-color: rgba(30, 0, 150, 0.7);
  line-height: 2.8em;
}

.inst-table h2{
  text-align: left;
  font-size: 1.8em;
  font-weight: 600;
  margin: 2em 0;
}

.inst-table table,
.inst-table th,
.inst-table td{
  border: 1px solid #000;
  border-spacing: 10px;
  width: 500px;
}

.inst-table{
  margin: 0 10%;
  text-align: center;

}

.inst-table table td{
  padding: 10px;
  border-color: #000;

}
