/*PCサイト*/
@media only screen and (min-width: 751px) {
	/* =========================================================
	container
	========================================================= */
	div#container img{
		max-width: inherit;
	}
  div#container .inner{
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  div#container a img{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  div#container a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

	/* =========================================================
	eyecatch
	========================================================= */
  div#eyecatch .eyebox{
    background: url(../img/mainimg-bg02_pc.jpg) center bottom no-repeat;
    background-size: cover;
    height: 580px;
    position: relative;
  }
  div#eyecatch .eyebox::after{
    content: "";
    background: url(../img/mainimg-bg01.png?231122) left center repeat-x;
    height: 160px;
    width: 2000px;
    position: absolute;
    top: 300px;
    left: -50px;
    transform: rotate(-8deg);
    filter: drop-shadow(4px 4px 28px rgb(0, 0, 0, 0.25));
 
  }

  div#eyecatch .eyebox .inner{
    height: 580px;
  }
  div#eyecatch .eyebox .inner::after{
    content: "";
    background: url(../img/mainimg-parts_pc.png) left bottom repeat-x;
    height: 560px;
    width: 585px;
    position: absolute;
    bottom: 0;
    left: 580px;
    z-index: 1;
  }
  div#eyecatch .eyebox h1{
    position: absolute;
    top: 70px;
    left: 0;
  }
  div#eyecatch .detail{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 40px 0 80px;
  }
  div#eyecatch .detail .inner > p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 80px;
  }
  div#eyecatch .detail ul{
    display: flex;
  }
  div#eyecatch .detail ul li{
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 30px 30px;
    width: 540px;
  }
  div#eyecatch .detail ul li:first-of-type{
    background: #ffdf01 url(../img/movie-daichi-bg_pc.png) right top 80px no-repeat;
    margin-right: auto;
  }
  div#eyecatch .detail ul li:last-of-type{
    background: #ffdf01 url(../img/movie-setoharu-bg_pc.png) right top 80px no-repeat;
  }
  div#eyecatch .detail ul li h2{
    font-size: 44px;
    font-weight: 900;
    text-align: center;
    margin: -36px 0 0;
  }
  div#eyecatch .detail ul li .tit{
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  div#eyecatch .detail ul li .tit strong{
    font-weight: 900;
  }
  div#eyecatch .detail ul li .name{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }
  div#eyecatch .detail ul li .text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    padding-right: 160px;
    margin-bottom: 20px;
  }


	/* =========================================================
	sec
	========================================================= */

  div.sec{
    padding: 60px 0 80px;
  }
  div.sec .tit-box{
    text-align: center;
    margin-bottom: 40px;
  }
  div.sec .tit-box .logo img{
    width: 178px;
  }
  div.sec .tit-box h2{
    font-size: 46px;
    font-weight: 900;
  }
  div#sec01{
    background: #648000 url(../img/sec01-bg_pc.jpg) center top no-repeat;
  }
  div#sec01 h2{
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }
  div#sec01 h2::before,
  div#sec01 h2::after{
    content: "";
    background: #fff;
    width: 2px;
    height: 60px;
    border-radius: 1px;
  }
  div#sec01 h2::before{
    transform: rotate(-40deg);
    margin-right: 40px;
  }
  div#sec01 h2::after{
    transform: rotate(40deg);
    margin-left: 40px;
  }
  div#sec01 .detail{
    padding-left: 630px;
    margin-bottom: 60px;
  }
  div#sec01 .detail h3{
    margin-bottom: 35px;
  }
  div#sec01 .detail p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 25px;
  }
  div#sec01 .detail ul{
    background: rgb(0, 0, 0, 0.25);
    border: 2px solid #fff;
    display: inline-block;
    padding: 20px 30px 20px 20px;
  }
  div#sec01 .detail ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
  }
  div#sec01 .btn{
    width: 390px;
    margin: 0 auto;
  }
  div#sec01 .btn a{
    background: #fff url(../img/arrow_r_bl.svg) left 65px  center no-repeat;
    background-size: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 25px 0;
  }
  div#sec01 .btn a:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  div#sec02{
    background: #eaeaea;
  }
  div#sec02 .bnr{
    margin-bottom: 70px;
  }
  div#sec02 .bnr a{
    filter: drop-shadow(0 0 14px rgb(0, 0, 0, 0.25));
  }
  div#sec02 .bnr a:hover{
    filter: none;
  }
  div#sec02 .series-box h2{
    font-size: 46px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
  }
  div#sec02 .series-box ul{
    display: flex;
  }
  div#sec02 .series-box ul li{
    width: 346px;
    margin-right: auto;
  }
  div#sec02 .series-box ul li:last-of-type{
    margin-right: 0;
  }
  div#sec02 .series-box ul li h3{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
  }
  div#sec02 .series-box ul li .box{
    margin-bottom: 15px;
  }
  div#sec02 .series-box ul li .box .img{
    margin-bottom: 15px;
  }
  div#sec02 .series-box ul li .box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }
  div#sec02 .series-box ul li .btn a{
    background: #0071BE url(../img/arrow_r_wh.svg) left 65px  center no-repeat;
    background-size: 10px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 15px 0;
  }
  div#sec02 .series-box ul li .btn a:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  div#sec03{
    background: #fff;
  }
  div#sec03 .feature-list{
    display: flex;
    flex-wrap: wrap;
  }
  div#sec03 .feature-list li{
    width: 520px;
    margin: 0 auto 40px;
  }
  div#sec03 .feature-list li .img{
    margin-bottom: 15px;
  }
  div#sec03 .feature-list li h3{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  div#sec03 .btn{
    width: 390px;
    margin: 0 auto;
  }
  div#sec03 .btn a{
    background: #0071BE url(../img/arrow_r_wh.svg) left 65px  center no-repeat;
    background-size: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 25px 0;
  }
  div#sec03 .btn a:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  #footer{
    padding-top: 20px;
  }

}
