@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*-- DSC2075page --*/
.font-bebas {
  font-family: "Bebas Neue", sans-serif;
}
.txt__white{color:#fff;}
.txt55{font-size: 55px;}
.txt50{font-size: 50px;}
.l-fw-70{
    font-weight: 700;
}
.l-iframe-16-9{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;}
.l-iframe-16-9 iframe{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    object-fit: cover;
}
.l-fl{
    display: flex;
    flex-wrap: wrap;
}
.l-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.l-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
@media (max-width:900px){
.l-grid-3,.l-grid-2{
    gap:30px;
    grid-template-columns: repeat(1, 1fr);
}
.txt55{font-size: 40px;}
.txt50{font-size: 35px;}
}
/*-- mv --*/
#mv-dsc2075{
    position: relative;
    width: 100%;
    padding-top: 90px;
    padding-bottom:0px;
}
#mv-dsc2075 .mv__contents{
    background: url(../images/p-dsc2075/mv.png)no-repeat center/cover;
    height: clamp(400px,400px + (800 - 400) * (100vw - 900px) / (1600 - 900),800px);
    max-height: 800px;
    overflow: hidden;
}
#mv-dsc2075 .mv_txt1{
    position: absolute;
    top:calc(10% + 90px);
    left:10%;
    margin: 0 auto;
}
#mv-dsc2075 .mv_txt1 img{
    width:clamp(230px,230px + (400 - 230) * (100vw - 640px) / (1200 - 640),400px);
}
#mv-dsc2075 .mv_txt2{
    position: absolute;
    bottom:80px;
    right:10%;
    margin: 0 auto;
}
#mv-dsc2075 .mv_txt2 img{
    width:clamp(200px,200px + (400 - 200) * (100vw - 768px) / (1600 - 768),400px);
}
@media only screen and (max-width: 1050px) {
#mv-dsc2075{
    padding-top: 70px;
    position: relative;
}
}
@media only screen and (max-width: 900px) {
#mv-dsc2075{
    position: relative;
    width: 100%;
    background: url(../images/p-dsc2075/mv.png)no-repeat center/cover;
    min-height: initial;
    height: 100%;
}
#mv-dsc2075 .mv_txt2{
    position: absolute;
    bottom:30px;
    right:10%;
    margin: 0 auto;
}
}
/*-- pnkz --*/
.page__dsc2075 .pnkz li,.page__dsc2075 .pnkz li a{
    color:#fff;
}
/*-- --*/
.page__dsc2075 #topscroll{
    background: #000;
}
/*-- .page__dsc2075 --*/
.page__dsc2075 .page__1{
    background: #000;
}
.page__dsc2075 .c__box1,
.page__dsc2075 .c__box2,
.page__dsc2075 .c__box3,
.page__dsc2075 .c__box4,
.page__dsc2075 .c__box5{
    margin-bottom: 100px;
}
.page__dsc2075 .c__box1 h2,
.page__dsc2075 .c__box2 h2{
    margin-bottom: 15px;
}
.page__dsc2075 .c__box1 p{
    line-height: 2;
}
.page__dsc2075 .c__box2 h2{
    text-align: center;
}
.page__dsc2075 .c__box2 .fl__box{
    background: #2c2c2c;
    padding: 30px 25px;
}
.page__dsc2075 .c__box2 p{
    line-height: 2;
    margin: 15px 0 0;
}
.page__dsc2075 .title__box{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.page__dsc2075 .title__box h2,
.page__dsc2075 .title__box p{
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.page__dsc2075 .title__box p{
    margin-bottom: 5px;
    margin-left: 20px;
}
.page__dsc2075 .c__box3 table{
    width:100%;
}
.page__dsc2075 .c__box3 table .t__header{
    color:#fff;
    background: #2c2c2c;
    text-align: center;
}
.page__dsc2075 .c__box3 table .t__info{
    color:#fff;
    background: #404040;
}
.page__dsc2075 .c__box3 table tr,
.page__dsc2075 .c__box3 table th,
.page__dsc2075 .c__box3 table td{
    padding: 8px;
}
.page__dsc2075 .c__box3 table th{
    border-bottom:1px solid #99999a;
    border-right:1px solid #99999a;
    min-width: 106px
}
.page__dsc2075 .c__box3 table td{
    border-bottom:1px solid #99999a;
}
.page__dsc2075 .c__box3 table .t__header th{
    font-weight: 700;
    text-align: center;
    border-right:0px;
}
.page__dsc2075 .c__box3 h3{
    text-align: center;
    background: #2c2c2c;
    padding: 5px 20px;
    margin: 30px 0 15px;
}
.page__dsc2075 .c__box3 p{
    line-height: 2;
}
.page__dsc2075 .c__box3 ul li{
    margin-bottom: 15px;
}
.page__dsc2075 .c__box3 ul li:last-child{
    margin-bottom: 0px;
}
/*-- .c__box4 --*/
.c__box4__inner{
    position: relative;
    padding: 80px 0;
    background: url(../images/p-dsc2075/c_bg.jpg)no-repeat center /cover;
}
.c__box4__inner::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.3);
    z-index: 0;
}
.c__box4 .inner__box{
    position: relative;
    z-index: 1;
    padding: 5px 30px;
    margin-bottom: 40px;
    height: 100%;
}
.c__box4 .inner__box::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(255,255,255,.9);
    z-index: -1;
}
.c__box4 .inner__box .l-fl{
    margin: 5px 0;
    height:100%;
}
.c__box4 .inner__box .l__box{
    position: relative;
    padding-top: 17px;
    padding-bottom: 7px;
    padding-right: 15px;
    border-right: 1px solid #000;
    width:55px;
    display: flex;
    align-items: center;
}
.c__box4 .inner__box .r__box{
    position: relative;
    padding-left: 15px;
    width:calc(100% - 55px);
    display: flex;
    align-items: center;
}
.c__box4 .inner__box .r__box .txt1{
    margin: 0;
    padding: 30px 0;
}
.c__box4 .inner__box .r__box .txt2{
    position: absolute;
    bottom:0;
    right:0;
    margin: 0;
    text-align: right;
}
/*-- .c__box5 --*/
.c__box5 .l-grid-3{
    margin: 30px 0 0;
}
/*-- .c__box6 --*/
.c__box6 .inner__box{
    margin: 60px auto 0;
    max-width: 1000px;
}
@media only screen and (max-width: 900px) {
/*-- .c__box4 --*/
.c__box4 .inner__box{
    position: relative;
    z-index: 1;
    padding: 5px 15px;
    margin-bottom: 40px;
}
.c__box4 .inner__box .l__box{
    position: relative;
    padding-top: 12px;
    padding-bottom: 2px;
    padding-right: 15px;
    width:45px;
}
.c__box4 .inner__box .r__box{
    position: relative;
    padding-left: 15px;
    width:calc(100% - 55px);
}
.c__box4 .inner__box .r__box .txt1{
    margin: 0;
    padding: 20px 0;
}
.c__box4 .inner__box .r__box .txt2{
    position: absolute;
    bottom:0;
    right:0;
    margin: 0;
    text-align: right;
}    
}
@media only screen and (max-width: 768px) {
/*-- .c__box3 --*/
.page__dsc2075 .title__box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.page__dsc2075 .title__box p{
    display: block;
    margin-bottom: 5px;
    margin-left: 20px;
}
.page__dsc2075 .c__box3 table tr,
.page__dsc2075 .c__box3 table th,
.page__dsc2075 .c__box3 table td{
    font-size: 14px;
}    
}
@media only screen and (max-width: 640px) {
/*-- .c__box3 --*/
.page__dsc2075 .title__box{
    margin-bottom: 15px;
}
.page__dsc2075 .title__box p{
    width:100%;
    display: block;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-left: 0px;
}
}