@charset "UTF-8";
img{
  flex-shrink: 0
}
.onlineEx {
  padding-top: 100px;
}
.onlineEx h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.onlineEx h3 img {
  position: relative;
  z-index: 1;
}
.onlineEx h3:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #D8D2C2;
  position: absolute;
  top:50%;
  left: 0;
  z-index: 0;
}
figure {
  padding: 0; 
  margin: 0;
}
.onlineEx_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 4px solid #D8D2C2;
}
.onlineEx,
.onlineEx_block {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  justify-content: space-between;
}
.col-3 {
  width: 32.3333%;
  padding-left: 20px;
  padding-right: 20px;
}
.col-3 p {
  font-size: 20px;
  padding-top: 10px;
}
.onlineEx_block {
  position: relative;
}
.pcBlock {
  
}
.onlineEx_block .pcBlock {
  
}
.onlineEx_block ul li a img {
  
}
.smpBlock {
  display: none;
}
.onlineEx_block .btn {
  position: relative;
}
.onlineEx_block ul li {
  position: absolute;
  z-index: 100;
  margin-top: 0;
  transition: 0.3s;
}
.onlineEx_block ul li:hover {
  margin-top: -7px;
  transition: 0.5s;
}
#fa02 {
  top: 1%;
  left: 16%;
}
#fa03 {
  top: 1%;
  left: 55%;
}
#fa04 {
  top: 36%;
  left: 69.5%;
}
#fa05 {
  top: 10%;
  left: 10%;
}
#shi02 {
  top: 27.5%;
  left: 17.5%;
}
#shi03 {
  top: 37%;
  left: 2%;
}
#shi04 {
  top: 38%;
  left: 35%;
}
#shi05 {
  top: 56%;
  left: 3%;
}
#shi06 {
  top: 68%;
  left: 19%;
}
#shi07 {
  top: 67%;
  left: 0%;
}
#shi08 {
  top: 76%;
  left: 19%;
}
#threeD02 {
  top: 48%;
  left: 81%;
}
#threeD03 {
  top: 79%;
  left: 39%;
}
#threeD04 {
  top: 78%;
  left: 76%;
}
#threeD05 {
  top: 89%;
  left: 71%;
}
#threeD06 {
  top: 68%;
  left: 82%;
}
/* 個別ページ -------------------------------------------------*/
.oe {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 30px;
}
.onlineEx_page {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
}
.onlineEx_page .ttl {
  padding-top: 100px;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
.onlineEx_page .ttl h2 {
  font-family: 'NotoSansJP-Bold';
  font-size: 40px;
  font-weight: 700;
}
.onlineEx_page .ttl .cat {
  position: absolute;
  bottom: 24px;
  left: 100px;
}
.onlineEx_page .inner {
  background: #fff;
  border-top: 1px solid #666;
  padding: 50px 100px;
  border-bottom: 1px solid #666;
}
.onlineEx_page .inner p {
  font-size: 24px;
  margin-bottom: 50px;
}
.onlineEx_page .inner .movie {
  font-size: 24px;
  margin-bottom: 50px;
	text-align:center;
}
.button {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.button a {
  padding: 16px 30px 4px;
  text-align: center;
  color: rgba(255,255,255,1.00);
  font-family: 'NotoSansJP-Bold';
  font-size: 24px;
  border-radius: 10px;
  font-weight: 700;
  display: flex;
  margin-left: 14px;
  margin-right: 14px;
}
.button a i {
  margin-right: 20px;
}
.button .pinkBtn {
  background:linear-gradient(to right, #FF46D1, #FF7F62);
}
.button .greenBtn {
  background:linear-gradient(to right, #00A995, #00E29C);
}
.button .purpleBtn {
  background:linear-gradient(to right, #3240F6, #BA6DF2);
}
.nav {
  border-bottom: 1px solid #666;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 80px;
}
.nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.nav ul li {
  margin: 0 7px 20px;
  width: 307px;
}
.nav.threed ul li {
  width: 379px;
}
.nav ul li img {
    width: 100%;
    height: auto;
  }
  .nav.threed ul li img {
    width: 100%;
    height: auto;
  }
.nav .center a {
  color: #727171;
  font-family: 'NotoSansJP-Bold';
  font-size: 24px;
  font-weight: 900;
}
.nav .center i {
  margin-right: 10px;  
}
.flex {
  display: flex;
  justify-content: space-between;
}
.fl {
  width: 65%;
}
.fr {
  width: 34.167%;
	padding-left: 40px;
	padding-bottom: 30px;
}
/* media query----------------------------------------------------------------*/
@media screen and (max-width:1400px) {
  body {
  position: relative;
  min-width: 100%;
    overflow-x: hidden;
  }
  .Mv-Inner {
  width: 100%;
  }
  .onlineEx,
  .onlineEx_block {
    max-width: 100%;
  }
  .onlineEx_page {
    display: block;
    max-width: 100%;
  }
  .nav {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .onlineEx {
  background-image: url("/assets/top/img/ex-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 16vw auto;
  padding-bottom: 0vw;
  margin-top: 13.33333vw;
  }
  .onlineEx {
    padding-top: 25px;
  }
  .onlineEx h2 {
    font-size: 28px;
  }
  .onlineEx h3 {
  margin: 25px 10px;
  text-align: center;
  position: relative;
  }
  .onlineEx h3 img {
    width: 50%;
    height: auto
  }
  .onlineEx h3:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #D8D2C2;
    position: absolute;
    top:50%;
    left: 0;
    z-index: 0;
  }
  figure {
    padding: 0; 
    margin: 0;
  }
  .onlineEx_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #D8D2C2;
  }
  .onlineEx,
  .onlineEx_block {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    justify-content: space-between;
  }
  .col-3 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;  
  }
  .col-3 .btn img {
    zoom:0.85;
  }
  .col-3 p {
  font-size: 14px;
  }
  .onlineEx_block {
    position: relative;
  }
  .pcBlock {
    display: none;
  }
  .smpBlock {
    display: block;
  }
  #fa02 {
    top: 15%;
    left: 7%;
  }
  #fa03 {
    top: 28%;
    left: 25%;
  }
  #fa04 {
    top: 6%;
    left: 20.5%;
  }
  #fa05 {
    top: 10%;
    left: 10%;
  }
  #shi02 {
    top: 36%;
    left: 32.5%;
  }
  #shi03 {
    top: 41%;
    left: 9%;
  }
  #shi04 {
    top: 42%;
    left: 69%;
  }
  #shi05 {
    top: 50%;
    left: 6%;
  }
  #shi06 {
    top: 58%;
    left: 31%;
  }
  #shi07 {
    top: 58%;
    left: 6%;
  }
  #shi08 {
    top: 62.5%;
    left: 38%;
  }
  #threeD02 {
    top: 72%;
    left: 64%;
  }
  #threeD03 {
    top: 76%;
    left: 5%;
  }
  #threeD04 {
    top: 89%;
    left: 57%;
  }
  #threeD05 {
    top: 94%;
    left: 46%;
  }
  #threeD06 {
    top: 84%;
    left: 66%;
  }
  .oe {
    padding-bottom: 0px;
  }
  .onlineEx_page {
    max-width: 100%;
  }
  .onlineEx_page .ttl {
    padding-top: 80px;
    padding-bottom: 18px;
  }
  .onlineEx_page .ttl h2 {
    font-size: 26px;
  }
  .onlineEx_page .ttl .cat {
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 50%;
  margin-left: -57px;
  }
  .onlineEx_page .ttl .cat.fa {
   margin-left: -47px 
  }
  .onlineEx_page .ttl .cat img {
    zoom:0.62;
  }
  .onlineEx_page .inner {
    padding: 15px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .onlineEx_page .inner p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .button {
  padding-top: 30px;
  display: block;
  }
  .button a {
  padding: 10px 10px 5px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-bottom: 20px;
  justify-content: center;
  }
  .button a i {
    margin-right: 10px;
  }
  .button a i img{
    zoom:0.62;
  }
  .nav {
    width: auto;
    max-width: auto;
    padding-bottom: 15px;
    padding-top: 25px;
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .nav ul {
    padding-bottom: 20px;
  }
  .nav ul li {
    margin: 0 0 10px;
    width: 25%;
  }
  .nav.threed ul li {
    width: 33%;
  }
  .nav .center a {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  line-height: 0;
  font-weight: 900;
  }
  .nav .center i {
    margin-right: 5px;
  }
  .nav .center i img {
  vertical-align: middle;
  margin-top: -3px;
  }
  .flex {
    display: block;
  }
  .fl {
    width: 100%;
  }
  .fr {
	width: 100%;
	padding: 0 0 30px;
  }
}

@media screen and (max-width:567px) {
  .onlineEx_block ul li a img {
    zoom:.5;
  }
  .nav ul {
    display: block;
  }
  .nav ul li {
    margin: 0 0 10px;
    width: 100%;
  }
  .nav.threed ul li {
    width: 100%;
  }
   .nav ul li img {
    width: auto;
    zoom:0.45;
  }
  .nav.threed ul li img {
    width: auto;
    zoom:0.4;
  }
}
@media screen and (max-width:375px) {
  .onlineEx_block ul li a img {
    zoom:.5;
  }
}
@media screen and (max-width:320px) {

  .button a {
    font-size: 13px;
    width: 260px;
  }
}

.ss_contents {
    width: 990px;
  }
  #ss_header {
    width: 990px;
  }
  #ss_footer {
    width: 990px;
  }
  .video_area{
    width: 1200px;
	height: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  @media only screen and (max-width: 1017px) {
    .ss_contents, #ss_header, #ss_footer, .ss_form_btn {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-right: auto;
      margin-left: auto;
    }
    .video_area {
      width: 100%;
    }
  }