@charset "UTF-8";
/* CSS Document */
/* font 
---------------------------------*/
/*
font_select{
font-family: proxima-nova, 'Noto Sans JP',sans-serif;
font-family: "Kozuka Gothic Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
*/
/* Clearfix
---------------------------------*/
.clearfix {
  min-height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear { clear:both; }

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*-------------アニメーション--------------------*/
/* 遅延表示 */
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
.appear {display:block;}
.d1 {animation-delay:1.0s;}
.d2 {animation-delay:1.8s;}
.d3 {animation-delay:2.6s;}
.d4 {animation-delay:4s;}
.d6 {animation-delay:6s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform:translate(0,60px);
		opacity:0;
		text-shadow:0 0 0 #000;
	}
	50% {
		text-shadow:0 0 0.5em #000;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
	}
}
/* インアウトエフェクト */
.fadein{
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.animation {
}
.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration: 1s;
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(-500px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft{
 0% { opacity: 0; -webkit-transform: translateX(-500px); -ms-transform: translateX(-500px); transform: translateX(-500px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration: 1s;
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(500px); -ms-transform: translateX(500px); transform: translateX(500px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*------------------------------*/
/* ▼基本のcssはここから*/

html{
 margin: 0;
}
body{
margin: 0 auto;
}
.page_contents{
 margin: 0 auto;
 max-width: 1600px;
 font-family: "Kozuka Gothic Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
.page_top{
 margin: 0 auto;
 background-image: url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/bg_interview.jpg");
 height: 450px;
 position: relative;
 background-position: center;
 background-size: cover;
}
.page_top .navi_line{
 margin: 0 auto;
 position: absolute;
 left: 0;
 right: 0;
 bottom: -46px;
 width: 1px;
 height: 150px;
 border-left: 1px solid #c5c5c5;
 z-index: 1;
}
.page_top .title_box{
 margin: 0 auto;
 text-align: center;
 padding-top: 143px;
 width: 90%;
}
.page_top .title_box .name{
 margin: 0 auto;
 color: #fff;
 font-size: 20px;
 font-family: proxima-nova, 'Noto Sans JP',sans-serif;
 font-weight: 500;
 line-height: 1.5;
}
.page_top .title_box .page_title{
 margin: 0 auto;
 font-size: 45px;
 color: #fff;
 font-weight: 600;
 line-height: 1.5;
}
.profile_section{
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
}
.profile_section .left_box{
 margin: 0 auto;
 background-color: #00A99D;
 padding: 5%;
 float: left;
 width: 30%;
}
.profile_section .right_box{
 margin: 0 auto;
 float: right;
 width: 50%;
 padding: 5%;
 border-bottom: 1px solid #d8d8d8;
}
.profile_section .left_box .s_box{
 margin: 0 auto;
 color: #fff;
}
.profile_section .left_box .s_box .name{
 margin: 0 auto;
 color: #fff;
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 1px;
}
.profile_section .left_box .s_box .sub{
 margin: 0 auto;
 color: #fff;
 font-size: 18px;
 line-height: 1.8;
}
.profile_section .right_box .comment{
 margin: 0 auto;
 font-size: 18px;
 line-height: 1.8;
 color: #000;
}
.interview{
 margin: 0 auto;
 padding-top: 60px;
}
.interview .wrap{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
}
.interview .wrap .left{
 margin: 0 auto;
 float: left;
 width: 30%;
}
.interview .wrap .right{
 margin: 0 auto;
 float: right;
 width: 70%;
}
.interview .wrap .left .mark{
 margin: 0 auto;
 width: 80px;
 height: 10px;
 margin-left: 0;
 background-color: #00a99d;
 margin-bottom: 10px;
}
.interview .wrap .left .q_text{
 margin: 0 auto;
 font-size: 19px;
 font-weight: 600;
 line-height: 2.0;
}
.interview .wrap .right .comment{
 margin: 0 auto;
 font-size: 17px;
 line-height: 2.0;
 padding-left: 50px;
}
.interview .single_wrap{
 margin: 0 auto;
 padding-top: 90px;
 padding-bottom: 90px;
}
.interview .single_wrap:nth-child(even){
 margin: 0 auto;
 background-color: #f5f5f5;
}
.bottom_section{
 margin: 0 auto;
 padding-top: 90px;
 padding-bottom: 90px;
}
.bottom_section .wrap{
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
}
.bottom_section .wrap .baner_link{
    margin: 0 auto;
    width: 90%;
    max-width: 1180px;
}
.bottom_section .wrap .baner_link a{
 margin: 0 auto;
 transition: 0.5s;
}
.bottom_section .wrap .baner_link a:hover{
 opacity: 0.7;
}
.bottom_section .wrap .return_top{
 margin: 0;
 width: 80%;
 max-width: 392px;
 text-align: center;
 border: 6px solid #00a99d;
 margin-top: 60px;
}
.bottom_section .wrap .return_top a{
 margin: 0;
 position: relative;
 display: block;
 color: #00a99d;
 font-size: 20px;
 text-decoration: none;
 font-weight: 600;
 padding: 15px 10px;
 transition: 0.5s;
}
.bottom_section .wrap .return_top a:before{
 margin: 0;
 position: absolute;
 content: "";
 width: 13px;
 height: 15px;
 background-image: url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/return_navi.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 8px;
 left: 19px;
 top: 25px;
 transition: 0.5s;
}
.bottom_section .wrap .return_top a:hover{
 margin: 0;
 color: #fff;
 background-color: #00a99d;
}
.bottom_section .wrap .return_top a:hover:before{
 background-image: url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/return_navi_wh.png");
}

@media only screen and (max-width: 1025px) {
}
@media only screen and (min-width: 768px) {
 .sp{
 display: none;
 }
}
@media only screen and (max-width: 980px) {
.page_top .navi_line {
    bottom: -23px;
    height: 126px;
}
}
@media only screen and (max-width: 767px) {
.pc_tab{
 display: none;
}
.page_top {
    height: 450px;
    background-position: 45%;
}
.page_top .title_box .page_title {
    font-size: 25px;
}
.page_top .navi_line {
    height: 120px;
}
.profile_section .left_box {
    padding: 5%;
    float: none;
    padding-top: 40px;
    width: auto;
}
.profile_section .left_box .s_box .name {
    font-size: 25px;
}
.profile_section .left_box .s_box .sub {
    font-size: 16px;
    line-height: 1.6;
}
.profile_section .right_box {
    float: none;
    width: 85%;
    padding: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.profile_section .right_box .comment {
    font-size: 16px;
    line-height: 1.8;
}
.interview {
    margin: 0 auto;
    padding-top: 0;
}
.interview .single_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.interview .wrap .left {
    margin: 0 auto;
    float: none;
    width: 95%;
    margin-bottom: 30px;
}
.interview .wrap .right {
    margin: 0 auto;
    float: none;
    width: 95%;
}
.interview .wrap .right .comment {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 0;
}
.interview .wrap .left .q_text {
    font-size: 19px;
    line-height: 1.7;
}
.bottom_section {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}
.bottom_section .wrap .return_top {
    margin: 0 auto;
    width: 80%;
    max-width: none;
    margin-top: 40px;
}


}