@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;
}
span.appear {display:block;}
.d1 {animation-delay:1.0s;}
.d2 {animation-delay:1.8s;}
.d3 {animation-delay:3.3s;}
.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;
}
.fv_section{
 margin: 0 auto;
 background-image: url("https://proav.roland.com/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/fv_image.jpg");
 background-position: center;
 background-size: cover;
 height: 650px;
 position: relative;
}
.fv_section .wrap{
 margin: 0 auto;
}
.fv_section .wrap .main_copy{
 margin: 0 auto;
 width: 80%;
 max-width: 800px;
 padding-top: 190px;
}
.fv_section .wrap .sub_box{
 margin: 0 auto;
 margin-top: 30px;
}
.fv_section .wrap .sub_box .sub_copy{
 margin: 0 auto;
 color: #fff;
 font-size: 30px;
 font-weight: 600;
 line-height: 1.5;
 text-align: center;
}
.fv_section .wrap .sub_box .name{
 margin: 0 auto;
 text-align: center;
 font-size: 30px;
 color: #fff;
 font-weight: 500;
 line-height: 1.5;
 font-family: proxima-nova, 'Noto Sans JP',sans-serif;
}
.fv_section .wrap .sub_box .name span{
 margin: 0 auto;
 padding: 0 100px;
 position: relative;
}
.fv_section .wrap .sub_box .name span:before{
 margin: 0 auto;
 content: "";
 position: absolute;
 left: 0;
 width: 80px;
 height: 2px;
 color: #fff;
 border-bottom: 1px solid;
 top: 15px;
}
.fv_section .wrap .sub_box .name span:after{
 margin: 0 auto;
 content: "";
 position: absolute;
 right: 0;
 width: 80px;
 height: 2px;
 color: #fff;
 border-bottom: 1px solid;
 top: 15px;
}
.fv_section .wrap .scroll{
 margin: 0 auto;
 width: 50px;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 30px;
}
.lead_section{
 margin: 0 auto;
 padding-top: 150px;
}
.lead_section .top_wrap{
 margin: 0 auto;
 margin-right: 0;
 width: 95%;
 position: relative;
 z-index: 1;
}
.lead_section .top_wrap .left_box{
 margin: 0 auto;
 width: 40%;
 margin-left: 0;
 display: inline-block;
}
.lead_section .top_wrap .left_box .copy{
 margin: 0 auto;
 font-size: 35px;
 line-height: 1.5;
 font-weight: 600;
 color: #000;
}
.lead_section .top_wrap .left_box .comment_box{
 margin: 0 auto;
 margin-top: 35px;
}
.lead_section .top_wrap .left_box .comment_box .name{
 margin: 0 auto;
 display: inline-block;
 border: 1px solid #41a193;
 background-color: #fff;
 border-radius: 20px;
 padding: 2px 25px;
 margin-bottom: 7px;
 font-size: 14px;
 line-height: 1.5;
 font-weight: 600;
}
.lead_section .top_wrap .left_box .comment_box .name_ex {
    border: none;
    padding: 0 15px;
}
.lead_section .top_wrap .lead_image{
 margin: 0 auto;
 width: 55%;
 float: right;
 height: 350px;
 background-image: url("https://proav.roland.com/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/lead_image.jpg");
 background-position: center;
 background-size: cover;
}
.lead_section .middle_wrap{
 margin: 0 auto;
 padding-top: 160px;
 position: relative;
 margin-top: -60px;
 padding-bottom: 100px;
}
.lead_section .middle_wrap .bg_gray {
 background-color: #f5f5f5;
 width: 80%;
 height: 70%;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 0;
}
.lead_section .middle_wrap .flex_wrap{
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 width: 90%;
 max-width: 1280px;
 position: relative;
}
.lead_section .middle_wrap .s_box{
 margin: 0 auto;
 width: 27%;
 padding: 2%;
 padding-top: 40px;
 background-color: #ffffff;
 font-family: "Kozuka Gothic Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
.lead_section .middle_wrap .s_box .key_box{
 margin: 0 auto;
 text-align: center;
 border: 6px solid #00A99D;
 padding: 15px 5px;
 margin-bottom: 40px;
 position: relative;
}
.lead_section .middle_wrap .s_box .key_box:before{
 content: "";
 position: absolute;
 width: 100%;
 border-right: 12px solid #fff;
 left: -6px;
 top: 45%;
 height: 10px;
 background-color: #fff;
}
.lead_section .middle_wrap .s_box .key_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;
}
.lead_section .middle_wrap .s_box .key_box .key_copy{
 margin: 0 auto;
 font-size: 30px;
 font-weight: 600;
 color: #00a99d;
 position: relative;
 z-index: 1;
}
.lead_section .middle_wrap .s_box .name{
 margin: 0 auto;
 text-align: center;
 font-size: 20px;
 line-height: 1.6;
 font-weight: 600;
 margin-bottom: 30px;
}
.lead_section .middle_wrap .s_box .comment{
 margin: 0 auto;
 font-size: 16px;
 line-height: 1.8;
 height: 9em;
 margin-bottom: 35px;
}
.lead_section .middle_wrap .s_box .image{
 margin: 0 auto;
}
.lead_section .middle_wrap .s_box .example_box{
 margin: 0 auto;
 background-color: #fff8ab;
 border-radius: 7px;
 margin-top: 10px;
}
.lead_section .middle_wrap .s_box .example_box .check{
    margin:0 auto;
    font-size: 20px;
    line-height: 1.5;
    font-family: proxima-nova, 'Noto Sans JP',sans-serif;
    font-weight: 600;
    color: #ff6224;
    position:relative;
    padding-left: 49px;
    padding-top: 20px;
}
.lead_section .middle_wrap .s_box .example_box .check:before{
 content: "";
 width: 25px;
 height: 25px;
 left: 22px;
 top: 20px;
 position: absolute;
 background-position: center;
 background-repeat: no-repeat;
 background-size: 21px;
 background-image:url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/icon_check.png");
}
.lead_section .middle_wrap .s_box .example_box .example{
 margin: 0 auto;
 position: relative;
 font-size: 15px;
 line-height: 1.7;
 color: #6e4e00;
 font-weight: 500;
 padding: 24px;
 padding-top: 0;
}
.section_title_box{
 margin: 0 auto;
 text-align: center;
 margin-bottom: 40px;
 position: relative;
 z-index: 1;
}
.section_title_box .name{
 margin: 0 auto;
 font-size: 35px;
 line-height: 1.5;
 font-weight: 600;
 color: #000;
 font-family: "Kozuka Gothic Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}
.feature_title_box{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
 text-align: left;
 margin-bottom: 73px;
 position: relative;
 z-index: 1;
}
.feature_title_box .sub_name{
 font-size: 118px;
 font-weight: 800;
 font-family: proxima-nova, 'Noto Sans JP',sans-serif;
 line-height: 1.5;
 color: #ffe2d6;
}
.feature_title_box .feature_name{
 margin: 0 auto;
 font-size: 45px;
 line-height: 1.5;
 font-weight: 600;
 padding-left: 40px;
 color: #000;
 margin-top: -76px;
 position: relative;
 font-family: "Kozuka Gothic Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.feature_title_box .feature_name span{
    color:#f95a1b;
    font-weight: 900;
}
.case_section{
 margin: 0 auto;
 padding-bottom: 80px;
}
.case_section .wrap{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
}
.case_section .green_box{
 margin: 0 auto;
}
.case_section .green_box{
 margin: 0 auto;
 text-align: center;
 border: 6px solid #00A99D;
 padding: 40px 5px;
 position: relative;
}
.case_section .green_box:before{
 content: "";
 position: absolute;
 width: 100%;
 left: -6px;
 top: 45%;
 height: 10px;
 border-right: 12px solid #fff;
 background-color: #fff;
}
.case_section .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;
}
.case_section .green_box .soon{
 margin: 0 auto;
 font-size: 25px;
 font-weight: 600;
 color: #00a99d;
 position: relative;
 z-index: 1;
}
.case_section .case_wrap{
 margin: 0 auto;
 position: relative;
 z-index: 1;
 display: flex;
 flex-wrap: wrap;
 width: 95%;
}
.case_section .case_wrap .s_box{
 margin: 0 auto;
 width: 30%;
 text-align: left;
 padding-bottom: 59px;
}
.case_section .case_wrap .s_box a{
 margin: 0 auto;
 display: block;
 color: #4e4e4e;
}
.case_section .case_wrap .s_box .image{
 margin: 0 auto;
 margin-bottom: 5px;
 transition:0.6s;
}
.case_section .case_wrap .s_box .name{
 text-align: left;
 margin: 0 auto;
 font-size: 18px;
 font-weight: 600;
 line-height: 1.5;
}
.case_section .case_wrap .s_box .btn_link{
 margin: 0 auto;
 position: relative;
 text-decoration: none;
 border: 2px solid #00a99d;
 padding: 11px 40px;
 display: inline-block;
 position: absolute;
 font-size: 13px;
 bottom: 0px;
}
.case_section .case_wrap .s_box .btn_link:before{
 margin: 0 auto;
 position: absolute;
 content: "";
 width: 15px;
 height: 15px;
 top: 13px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: 7px;
 right: 10px;
 background-image: url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/link_navi_gr.png");
 transition:0.6s;
}
.case_section .case_wrap .s_box a .name{
 margin: 0 auto;
 color: #4e4e4e;
 text-decoration: underline;
 transition: 0.5s;
}
.case_section .case_wrap .s_box a:hover .name{
   color:#ff5a00;
}
.case_section .case_wrap .s_box a:hover .image{
  opacity:0.7;
}
.case_section .case_wrap .s_box a .btn_link{
 margin: 0 auto;
 text-decoration: none;
 transition:0.6s;
}
.case_section .case_wrap .s_box a .btn_link:hover{
    color:#fff;
    background-color:#00a99d;
}
.case_section .case_wrap .s_box a .btn_link:hover:before{
   background-image: url("/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/link_navi_wh.png");
}
.pickup_section{
 margin: 0 auto;
 background-color: #f9f9f9;
 padding-top: 80px;
 padding-bottom: 80px;
}
.pickup_section .wrap{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
}
.pickup_section .box_wrap{
 margin: 0 auto;
}
.pickup_section .interview_box{
 margin: 0 auto;
 text-align: center;
 border: 6px solid #00A99D;
 padding: 15px 5px;
 position: relative;
 width: 48%;
}
.pickup_section .green_box{
 margin: 0 auto;
 margin-bottom: 20px;
 text-align: center;
 border: 6px solid #00A99D;
 padding: 15px 15px;
 position: relative;
 width: auto;
 display: block;
 background-color: #fff;
}
.pickup_section .green_box:before{
 content: "";
 position: absolute;
 width: 100%;
 left: -6px;
 top: 47%;
 height: 10px;
 border-right: 12px solid #fff;
 background-color: #fff;
}
.pickup_section .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;
}
.pickup_section .green_box:last-child{
    /* border-top: none; */
}
.pickup_section .box_title{
 margin: 0 auto;
 font-size: 25px;
 font-weight: 600;
 color: #00a99d;
 position: relative;
 z-index: 1;
 margin-bottom: 35px;
 margin-top: 20px;
}
.pickup_section a {
    display: block;
    background: none;
    color: #fff;
}
.pickup_section .wrap .image{
 margin: 0 auto;
 display: inline-block;
 width: 47%;
 position: relative;
}
.pickup_section .wrap .right_box{
 margin: 0 auto;
 display: inline-block;
 text-align: left;
 width: 45%;
 margin-left: 5%;
 vertical-align: top;
 position: relative;
}
.pickup_section .wrap .right_box .label{
 margin: 0 auto;
 font-size: 14px;
 font-weight: 500;
 color: #fff;
 margin-bottom: 7px;
 line-height: 1.5;
}
.pickup_section .wrap .right_box .label span{
 background-color: #00a99d;
 padding: 5px 20px;
}
.pickup_section .wrap .right_box .date{
 margin: 0 auto;
 font-size: 16px;
 font-weight: 600;
 color: #00a99d;
 margin-bottom: 5px;
}
.pickup_section .wrap .right_box .date span{
 margin: 0 auto;
 border: 2px solid #00a99d;
 padding: 5px;
 border-radius: 5px;
}
.pickup_section .wrap .right_box .name{
 margin: 0 auto;
 font-size: 18px;
 font-weight: 600;
 line-height: 1.5;
 color: #000;
 margin-bottom: 5px;
}
.pickup_section .wrap .right_box .comment{
 margin: 0 auto;
 font-size: 16px;
 font-weight: 500;
 line-height: 1.5;
}
.pickup_section a .right_box .comment{
 margin: 0 auto;
 color: #4e4e4e;
 text-decoration: underline;
 transition: 0.5s;
}
.pickup_section a:hover .right_box .comment{
 margin: 0 auto;
 color:#ff5a00;
 text-decoration: underline;
}
.product_section{
 margin: 0 auto;
 padding-top: 80px;
 padding-bottom: 100px;
 position: relative;
}
.product_section .bg_gray{
 background-color: #f1f1f1;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 65%;
}
.product_section .wrap{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
 text-align: center;
 position: relative;
}
.product_section .wrap .s_box{
 margin: 0 auto;
 display: inline-block;
 width: 30%;
 margin-left: 1%;
 margin-right: 1%;
 background-color: #fff;
 padding-top: 40px;
 padding-bottom: 40px;
 vertical-align: top;
}
.product_section .wrap .s_box .image{
 margin: 0 auto;
}
.product_section .wrap .s_box .name{
 margin: 0 auto;
 font-size: 20px;
 line-height: 1.5;
 font-weight: 600;
 margin-bottom: 30px;
 color: #000;
 font-family: proxima-nova, 'Noto Sans JP',sans-serif;
}
.product_section .wrap .s_box .sub_name{
 margin: 0 auto;
 text-align: left;
 width: 90%;
 font-size: 13px;
 font-weight: 600;
 color: #757575;
}
.product_section .wrap .s_box .comment{
 margin: 0 auto;
 width: 90%;
 text-align: left;
 font-size: 15px;
 line-height: 1.8;
 height: 6em;
}
.product_section .wrap .s_box .btn_link{
 margin: 0 auto;
 width: 80%;
 margin-top: 40px;
}
.product_section .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;
}
.product_section .wrap .s_box .btn_link a:before{
 content: "";
 position: absolute;
 width: 10px;
 height: 15px;
 background-image: url("https://proav.roland.com/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/link_navi.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 6px;
 right: 15px;
 top: 24px;
}
.product_section .wrap .s_box .btn_link a:hover{
 margin: 0 auto;
 background-color: #515151;
}
.product_section .contact_wrap{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
 margin-top: 60px;
}
.product_section .contact_wrap .btn_link{
 margin: 0 auto;
 text-align: center;
 width: 80%;
 max-width: 640px;
 border: 6px solid #00a99d;
 /*border-right:3px solid #00a99d;*/
}
/*.product_section .contact_wrap .btn_link:last-child{
    border-left:3px solid #00a99d;
    border-right:6px solid #00a99d;
}*/
.product_section .contact_wrap .btn_link a{
 margin: 0 auto;
 display: block;
 font-size: 20px;
 line-height: 1.5;
 font-weight: 600;
 text-decoration: none;
 color: #00a99d;
 padding: 40px 10px;
 transition:0.5s;
}
.product_section .contact_wrap .btn_link a span{
 position: relative;
}
.product_section .contact_wrap .btn_link a span.link:before{
 content: "";
 position: absolute;
 width: 44px;
 height: 54px;
 background-image: url("https://proav.roland.com/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/contact_navi.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 38px;
 left: -57px;
 top: -20px;
 transition: 0.5s;
}
.product_section .contact_wrap .btn_link a:hover span:before{
 background-image: url("https://proav.roland.com/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/contact_navi.png");
}
.product_section .contact_wrap .btn_link a:hover{
    background-color:#00a99d;
    color:#fff;
}
.story_section{
 margin: 0 auto;
 padding-top: 120px;
 position: relative;
 padding-bottom: 120px;
}
.story_section .bg_gray{
 margin: 0 auto;
 background-color: #f9f9f9;
 padding-top: 120px;
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
 height: 59%;
}
.story_section .wrap{
    margin: 0 auto;
    margin-right: 0;
    width: 95%;
    position: relative;
    z-index: 1;
}
.story_section .left_box{
 margin: 0 auto;
 width: 40%;
 margin-left: 0;
 display: inline-block;
}
.story_section .left_box .copy{
 margin: 0 auto;
 font-size: 35px;
 line-height: 1.5;
 font-weight: 600;
 color: #000;
}
.story_section .left_box .comment_box{
 margin: 0 auto;
 margin-top: 35px;
}
.story_section .left_box .comment_box .comment{
 margin: 0 auto;
 font-size: 16px;
 line-height: 2.0;
}
.story_section .lead_image{
 margin: 0 auto;
 width: 55%;
 height: 315px;
 float: right;
 background-image: url("https://proav.roland.com/RolandComSite/media/jp/proav/promos/AV_mixer_lp_1/roland_image_main.jpg");
 background-position: left;
 background-size: cover;
}
.story_section .image_box{
 margin: 0 auto;
 width: 90%;
 max-width: 1280px;
 margin-top: 80px;
 position: relative;
}
.story_section .image_box .image{
 margin: 0 auto;
 width: 50%;
 float: left;
}

@media only screen and (max-width: 1025px) {
}
@media only screen and (min-width: 768px) {
 .sp{
 display: none;
 }
}
@media only screen and (max-width: 767px) {
.pc_tab{
 display: none;
}
.fv_section {
    height: 450px;
    position: relative;
    background-position: 66%;
}
.fv_section .wrap .main_copy {
    padding-top: 105px;
}
.fv_section .wrap .sub_box .sub_copy {
    font-size: 19px;
}
.fv_section .wrap .sub_box .name {
    font-size: 17px;
    margin-top: 7px;
}
.fv_section .wrap .sub_box .name span {
    padding: 0 50px;
}
.fv_section .wrap .sub_box .name span:before {
    width: 35px;
    top: 10px;
}
.fv_section .wrap .sub_box .name span:after {
    width: 35px;
    top: 10px;
}
.lead_section {
    padding-top: 60px;
}
.lead_section .top_wrap .left_box {
    width: 95%;
    margin-left: 0;
    display: block;
}
.lead_section .top_wrap .left_box .copy {
    font-size: 25px;
}
.lead_section .top_wrap .left_box .comment_box {
    margin-top: 20px;
}
.lead_section .top_wrap .lead_image {
    width: 85%;
    height: 180px;
    margin-top: 30px;
}
.lead_section .middle_wrap {
    padding-top: 130px;
    padding-bottom: 35px;
}
.lead_section .middle_wrap .flex_wrap {
    display: block;
    flex-wrap: initial;
    width: 90%;
}
.lead_section .middle_wrap .s_box {
    width: 90%;
    padding: 5%;
    padding-top: 30px;
    margin-bottom: 20px;
}
.lead_section .middle_wrap .bg_gray {
    width: 100%;
    height: 100%;
}
.lead_section .middle_wrap .s_box .key_box .key_copy {
    font-size: 25px;
}
.lead_section .middle_wrap .s_box .key_box {
    margin-bottom: 25px;
}
.lead_section .middle_wrap .s_box .name {
    margin-bottom: 20px;
}
.lead_section .middle_wrap .s_box .comment {
    font-size: 15px;
    height: auto;
    margin-bottom: 25px;
}
.lead_section .middle_wrap .s_box .example_box .example {
    font-size: 14px;
}
.feature_title_box .feature_name {
    font-size: 28px;
    line-height: 1.4;
    padding-left: 10px;
    margin-top: -35px;
}
.feature_title_box {
    margin-bottom: 35px;
}
.feature_title_box .sub_name {
    font-size: 60px;
    line-height: 1.5;
}
.section_title_box .name {
    margin: 0 auto;
    font-size: 25px;
    width: 90%;
}
.case_section .green_box {
    padding: 25px 5px;
}
.case_section {
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 60px;
}
.case_section .green_box .soon {
    font-size: 20px;
}
.case_section .case_wrap {
    display: block;
    flex-wrap: initial;
    width: 95%;
}
.case_section .case_wrap .s_box {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 0;
    margin-top: 40px;
}
.case_section .case_wrap .s_box:first-child {
    margin-top: 0 !important;
}
.case_section .case_wrap .s_box .btn_link {
    margin: 0 auto;
    padding: 11px 40px;
    display: block;
    position: relative;
    text-align: center;
    bottom: 0px;
    display: inline-block;
    width: auto;
}
.case_section .case_wrap .s_box a .name {
    margin-bottom: 10px;
}
.pickup_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pickup_section .box_title {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.pickup_section .green_box {
    padding: 5%;
    margin: 0 auto;
    width: 85%;
    display: block;
    margin-bottom: 20px;
}
.pickup_section .green_box:last-child {
    border-left: 6px solid #00a99d;
    margin-bottom: 0;
}
.pickup_section .wrap .image {
    margin: 0 auto;
    display: block;
    width: 95%;
    z-index: 1;
    line-height: 0;
    margin-bottom: 10px;
}
.pickup_section .wrap .right_box {
    margin: 0 auto;
    display: block;
    width: 93%;
    z-index: 1;
}
.pickup_section .wrap .right_box .label {
    margin-bottom: 7px;
}
.product_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.product_section .wrap .s_box {
    margin: 0 auto;
    display: block;
    width: 95%;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product_section .bg_gray {
    height: 75%;
}
.product_section .contact_wrap {
    margin-top: 40px;
}
.product_section .contact_wrap .btn_link {
    width: 90%;
}
.product_section .contact_wrap .btn_link a span.link:before {
    left: -65px;
    top: -3px;
}
.story_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.story_section .wrap .left_box {
    width: 95%;
    margin-left: 0;
    display: block;
}
.story_section .wrap .left_box .copy {
    font-size: 25px;
}
.story_section .wrap .left_box .comment_box {
    margin-top: 20px;
}
.story_section .wrap .lead_image {
    width: 85%;
    height: 180px;
    margin-top: 30px;
}
.story_section .image_box {
    width: 90%;
    margin-top: 35px;
}

}