@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";

:focus{outline: 0;}
body{background: #fff;line-height: 1.0;margin: 0;padding: 0;}
p{margin: 0;padding: 0;}
ol,ul{list-style: none;margin: 0;padding: 0;}
table{border-collapse: separate;border-spacing: 0;}
caption,th,td{font-weight: normal;text-align: left;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
img, a img{border: 0;margin: 0;}
body article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;margin: 0;padding: 0;}
body {font-size: 16px;font-family: 'Noto Sans JP',sans-serif;color: #555;line-height: 1.5;}
h1,h2,h3,h4,h5,h6{clear: both;font-weight: bold;margin: 0;padding: 0;}
hr{background-color: #333;border: 0;height: 1px;margin-bottom: 1.625em;}
a,a:focus,a:active,a:hover{color: #275dc2;text-decoration: underline;cursor: pointer;}
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;content: "";}
.clearfix{min-height: 1px;}
* html .clearfix{height: 1px;height: auto;overflow: hidden;/**/}

#wrapper{
  width: 100%;
  background-color: #000;
  margin: 0;
	padding: 0;
  overflow: hidden;
}
.btn{
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	clear: both;
}
.btn,.btn:focus,.btn:active,.btn:hover{
	text-decoration: none !important;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .content{
    background: url(../img/40th_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .content{
    position: relative;
    width:100%;
    z-index: 0;
  }
  .content:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background:url(../img/40th_bg.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;/*Android4*/
  }
}

.title_main{
  margin: 0 auto;
}
.title_main img{
  width: 100%;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_main{
    max-width: 680px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_main{
    width: 90%;
  }
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_main img{
    margin-top: 100px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_main img{
    margin-top: 50px;
  }
}
.title_main p{
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_main p{
    font-size: 20px;
    margin: 50px auto 0;
    line-height: 2;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_main p{
    font-size: 18px;
    margin: 20px auto 0;
    line-height: 1.7;
  }
}
.btn-operation img{
  width: 100%;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .btn-operation{
    max-width: 1000px;
    margin: 100px auto;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .btn-operation{
    width: 90%;
    margin: 30px auto;
  }
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .btn-operation img{
    margin: 10px 0;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .btn-operation img{
    margin: 3px 0;
  }
}

.operation-area{
  position: relative;
}
.operation-1{
  background-color: rgba( 43, 29, 62, 0.8 );
}
.operation-2{
  background-color: rgba( 255, 140, 0, 0.8 );
}
.operation-3{
  background-color: rgba( 190, 0, 0, 0.8 );
}
.operation-4{
  background-color: rgba( 0, 179, 255, 0.8 );
}
.operation-5{
  background-color: rgba( 0, 36, 255, 0.8 );
}
.background-gradient::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255,255,255,0)40%,rgba(255,255,255,1),rgba(255,255,255,0)60%);
  background: -moz-linear-gradient(rgba(255,255,255,0)40%,rgba(255,255,255,1),rgba(255,255,255,0)60%);
  background: -o-linear-gradient(rgba(255,255,255,0)40%,rgba(255,255,255,1),rgba(255,255,255,0)60%);
  background: -ms-linear-gradient(rgba(255,255,255,0)40%,rgba(255,255,255,1),rgba(255,255,255,0)60%);
  mix-blend-mode: overlay;
}
.title_op-area{
  position: relative;
  margin: 0 auto;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_op-area{
    max-width: 1250px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_op-area{
    width: 100%;
  }
}
.title_op{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_op{
    max-width: 226px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_op{
    width: 15%;
  }
}
.operation-body{
  isolation: isolate;
}
.operation-content{
  text-align: center;
  position: relative;
}
.title_op_c{
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.title_op_c2{
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_op_c{
    top: 30px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_op_c{
    top: 10px;
  }
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .title_op01_c{
    max-width: 888px;
  }
  .title_op01_c2{
    max-width: 761px;
  }
  .title_op02_c{
    max-width: 773px;
  }
  .title_op02_c2{
    max-width: 944px;
  }
  .title_op02_c3{
    max-width: 944px;
  }
  .title_op03_c{
    max-width: 936px;
  }
  .title_op04_c{
    max-width: 770px;
  }
  .title_op05_c{
    max-width: 965px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .title_op01_c,
  .title_op01_c2,
  .title_op02_c,
  .title_op02_c2,
  .title_op03_c,
  .title_op04_c,
  .title_op05_c,
  .title_op02_c3{
    max-width: 90%;
  }
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .img_op01-1{
    max-width: 787px;
    margin-top: 110px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .img_op01-1{
    width: 100%;
    margin-top: 55px;
  }
}
.img_op02-1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.img_op02-2{
  position: inherit;
  max-width:626px;
  z-index: 1;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .img_op02-1,
  .img_op02-4{
    max-width: 993px;
  }
  .img_op02-4{
    margin-top:120px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .img_op02-1,
  .img_op02-4{
    width: 90%;
  }
  .img_op02-4{
    margin-top:60px;
  }
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .img_op02-2,
  .comingsoon{
    max-width:626px;
    margin: 150px 0;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .img_op02-2{
    width:50%;
    margin:70px 0;
  }
  .comingsoon{
    width:50%;
    margin: 50px 0;
  }
}

@media screen and ( min-width:767px ) { /* PC ==================== */
  .movie{
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .movie2{
    width: 1000px;
    height: 563px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .movie iframe,
  .movie2 iframe{
    width: 100%;
    height: 100%;
  }
    .movie2 iframe{
        margin:40px 0;
    }
    
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .movie,
    .movie2{
    margin-top: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .movie iframe,
  .movie2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie2 iframe{
        margin:20px 0;
    }
}

.bg_op03{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .bg_op03{
    max-width:1200px;
  }
  .img_op3{
    max-width:1200px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .bg_op03{
    width:100%;
  }
  .img_op3{
    width:100%;
  }
}

.bg_op04{
  max-width:1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
}
.img_op4{
  max-width:1200px;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .bg_op04{
    max-width:1200px;
  }
  .img_op4{
    max-width:1200px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .bg_op04{
    width:100%;
  }
  .img_op4{
    width:100%;
  }
}


.bg_op05{
  max-width:1200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 0;
}
.img_op5{
  max-width:1200px;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .bg_op05{
    max-width:1200px;
  }
  .img_op5{
    max-width:1200px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .bg_op05{
    width:100%;
  }
  .img_op5{
    width:100%;
  }
}
