@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;
 width: fit-content;
}
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_1.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: #e3f30c;
 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;
}
.page_top .title_box .sub_title{
 font-size: 25px;
 margin: 0 auto;
 line-height: 1.5;
 color: #fff;
 font-weight: 600;
 margin-top: 2px;
}
.profile_section{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
 position: relative;
 padding-top: 20px;
 border-bottom: 1px dotted #000;
 padding-bottom: 33px;
}
.profile_section .image{
 margin: 0;
 display: inline-block;
 width: 30%;
 max-width: 180px;
 vertical-align: bottom;
 margin-top: 20px;
}
.profile_section .right_box{
 margin: 0 auto;
 background-color: #ffffff;
 padding: 3%;
 display: inline-block;
 vertical-align: bottom;
}
.profile_section .right_box .s_box{
 margin: 0 auto;
 color: #232323;
}
.profile_section .right_box .s_box .name{
 margin: 0 auto;
 color: #000;
 font-size: 30px;
 font-weight: 600;
 margin-bottom: 1px;
}
.profile_section .right_box .s_box .sub{
 margin: 0 auto;
 color: #000;
 font-size: 18px;
 line-height: 1.8;
}

.interview{
 margin: 0 auto;
 padding-top: 0;
}
.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 .wrap .right .comment.head{
 margin: 0 auto;
 margin-top: 40px;
 font-weight: 600;
 margin-bottom: 15px;
}
.interview .wrap .right .comment.head:first-child{
    margin-top:0;
}
.interview .single_wrap{
 margin: 0 auto;
 padding-top: 90px;
 padding-bottom: 90px;
}
.interview .wrap .right .image_box{
 margin: 0 auto;
 padding-left: 50px;
 margin-bottom: 20px;
}
.interview .wrap .right .image_box .image_title{
 margin: 0 auto;
 font-size: 18px;
 line-height: 1.6;
 font-weight: 600;
 color: #000;
 margin-bottom: 10px;
}
.interview .wrap .right .image_box .image{
 margin: 0 auto;
 margin-bottom: 20px;
 margin-top: 20px;
}
.interview .wrap .right .image_box .image.col_1{
 margin: 0 auto;
 width: 98%;
}
.interview .wrap .right .image_box .image.col_2{
 display: inline-block;
 width: 47%;
 vertical-align: top;
 margin-left: 1%;
 margin-right: 1%;
}
.interview .single_wrap:nth-child(even){
 margin: 0 auto;
 background-color: #f5f5f5;
}
.bottom_section{
 margin: 0 auto;
 padding-top: 90px;
 padding-bottom: 90px;
 border-top: 1px solid #e0e0e0;
}
.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 .product_wrap{
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
    /* background-color: #e8e8e8; */
}
.bottom_section .wrap .product_wrap .green_box {
    margin: 0 auto;
    text-align: center;
    border: 6px solid #00A99D;
    padding: 16px 5px;
    position: relative;
    width: 97%;
    max-width: 300px;
    margin-bottom: 50px;
}
.bottom_section .wrap .product_wrap .green_box:before {
    content: "";
    position: absolute;
    width: 100%;
    left: -6px;
    top: 45%;
    height: 10px;
    border-right: 12px solid #fff;
    background-color: #fff;
}
.bottom_section .wrap .product_wrap .green_box:after {
    content: "";
    position: absolute;
    width: 10px;
    left: 0;
    right: 0;
    margin: auto;
    top: -6px;
    height: 100%;
    border-bottom: 12px solid #fff;
    background-color: #fff;
}
.bottom_section .wrap .product_wrap .green_box .name {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 0px;
    color: #00A99D;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.bottom_section .wrap .product_wrap .s_box{
    margin: 0 auto;
    display: inline-block;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 420px;
    vertical-align: top;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    border-radius: 7px;
    border: 1px solid #c3c3c3;
}
.bottom_section .wrap .product_wrap .s_box .image{
    margin: 0 auto;
}
.bottom_section .wrap .product_wrap .s_box .item_name{
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.bottom_section .wrap .product_wrap .s_box .btn_link {
    margin:0 auto;
    margin-top: 30px;
    width: 80%;
    max-width: 270px;
}
.bottom_section .wrap .product_wrap .s_box .btn_link a {
    margin: 0 auto;
    display: block;
    background-color: #000;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    transition: 0.5s;
}
.bottom_section .wrap .product_wrap .s_box .btn_link a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    background-image: url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/link_navi_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    right: 15px;
    top: 24px;
    z-index: 1;
}
.bottom_section .wrap .product_wrap .s_box .btn_link a:hover{
 margin: 0 auto;
 background-color: #515151;
}
.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_1.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_1.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: 32%;
}
.page_top .title_box .page_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.page_top .title_box .sub_title {
    font-size: 16px;
}
.page_top .navi_line {
    height: 120px;
}

.profile_section .right_box {
    width: 62%;
}
.profile_section .right_box .s_box .sub {
    font-size: 15px;
    line-height: 1.8;
}
.profile_section .right_box .comment {
    font-size: 16px;
    line-height: 1.8;
}
.profile_section .right_box .s_box .name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1px;
}
.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 .right .image_box {
    padding-left: 0;
    margin-bottom: 20px;
}
.interview .wrap .right .image_box .image.col_2 {
    display: block;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.interview .wrap .right .image_box .image_title {
    font-size: 16px;
    line-height: 1.6;
}
.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 .product_wrap {
    padding-top: 0;
    padding-bottom: 5px;
}
.bottom_section .wrap .product_wrap .green_box {
    padding: 10px 5px;
    width: 82%;
}
.bottom_section .wrap .product_wrap .s_box {
    margin: 0 auto;
    display: block;
    width: 90%;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.bottom_section .wrap .return_top {
    margin: 0 auto;
    width: 80%;
    max-width: none;
    margin-top: 40px;
}


}