@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding-top: 225px;
  background: linear-gradient(90deg, rgba(0, 27, 120, 0.06) 0%, rgba(255, 255, 255, 0.06) 53.69%, rgba(0, 27, 120, 0.06) 100%);
}
@media screen and (max-width: 767px) {
  #section01 {
    padding-top: 125px;
  }
}
#section01 h1 {
  width: 50%;
  max-width: 280px;
  padding: 0 0 70px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section01 h1 {
    width: 45%;
    padding: 0 0 40px 0;
  }
}

#section02 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section02 .photo {
  position: absolute;
  top: 0;
  left: -5%;
  width: 115%;
  height: 115%;
  background-size: cover;
  background-image: url(../media/images/ocean_dx/main_back.jpg);
  background-position: top center;
  -webkit-transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
  opacity: 0;
}
#section02 .photo.active {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #section02 .photo {
    background-image: url(../media/images/ocean_dx/main_back_sp.jpg);
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
}
#section02 .bodycopy {
  width: 40%;
  max-width: 450px;
  bottom: 25px;
  right: 55px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #section02 .bodycopy {
    width: 80%;
    bottom: 15%;
    right: 5%;
  }
}
#section02 h2 {
  position: absolute;
  top: 50%;
  left: 15%;
  z-index: 10;
  display: inline-block;
  text-align: center;
  font-size: 36px;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 979px) {
  #section02 h2 {
    left: 8%;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 h2 {
    top: 45%;
    left: 8%;
    font-size: 5.5vw;
  }
}
#section02 h2 span {
  text-align: center;
  display: inline-block;
  line-height: 180%;
  width: 100%;
  padding-top: 15px;
  font-size: 12px;
}
@media screen and (max-width: 979px) {
  #section02 h2 span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #section02 h2 span {
    font-size: 2.4vw;
  }
}

#section03 {
  width: 100%;
  padding: 150px 0 200px 0;
  background: linear-gradient(90deg, rgba(0, 27, 120, 0.06) 0%, rgba(255, 255, 255, 0.06) 53.69%, rgba(0, 27, 120, 0.06) 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #section03 {
    padding: 80px 0 80px 0;
  }
}
#section03 h3 {
  width: 80%;
  max-width: 467px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
  #section03 h3 {
    margin: 0px auto 50px auto;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section03 .section__in .base_text {
  font-size: 18px;
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  #section03 .section__in .base_text {
    padding: 0px 0 50px 0;
    font-size: 15px;
  }
}
#section03 .namewaku {
  width: 100%;
  text-align: right;
  font-size: 40px;
  display: flex;
  justify-content: flex-end;
  font-family: 'Noto Serif JP', serif;
  margin: 130px auto 180px auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section03 .namewaku {
    flex-wrap: wrap;
    width: 45vw;
    margin: 0px 0 120px auto;
    text-align: left;
    justify-content: flex-start;
  }
}
#section03 .namewaku span {
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #section03 .namewaku span {
    display: inline-block;
    font-size: 4vw;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
    margin-bottom: 10px;
  }
}
#section03 .namewaku p {
  display: inline-block;
  margin-left: 40px;
  vertical-align: -5px;
  letter-spacing: 0.1em;
  width: 33%;
  max-width: 219px;
}
@media screen and (max-width: 767px) {
  #section03 .namewaku p {
    display: inline-block;
    width: 85%;
    text-align: left;
    padding-top: 10px;
    font-size: 8vw;
    display: block;
    margin-left: 0px;
  }
}
#section03 h4 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #section03 h4 {
    margin-bottom: 20px;
    font-size: 4vw;
  }
}
#section03 h4 span {
  color: #001B78;
}
#section03 .moviecontena {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#section03 .moviecontena a {
  display: inline-block;
  position: relative;
}
#section03 .moviecontena a:hover > .mask {
  background-color: transparent !important;
}
#section03 .moviecontena a .playmas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
#section03 .moviecontena a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
#section03 .moviecontena a .mask.active {
  background-color: rgba(0, 0, 0, 0.5);
}

#section04 {
  width: 100%;
  padding: 150px 0 200px 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #section04 {
    padding: 80px 0 0px 0;
  }
}
#section04 h2 {
  width: 60%;
  max-width: 315px;
  margin: 0 auto 75px auto;
}
#section04 p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 210%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #section04 p {
    width: 90%;
    margin: 0 auto 50px auto;
    font-size: 4.2vw;
    text-align: left;
  }
}
#section04 .zu_waku {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section04 .zu_waku .zu_base {
  position: relative;
  width: 100%;
}
#section04 .zu_waku .zu01, #section04 .zu_waku .zu02, #section04 .zu_waku .zu03, #section04 .zu_waku .zu04 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}
#section04 .zu_waku .zu01.active, #section04 .zu_waku .zu02.active, #section04 .zu_waku .zu03.active, #section04 .zu_waku .zu04.active {
  opacity: 1;
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.name_all {
  width: 100%;
  margin: 130px auto 180px auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .name_all {
    width: 100%;
    text-align: right;
    margin: 0px auto 80px auto;
  }
}

.name {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .name {
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
  }
}
.name span {
  display: inline-block;
  margin-left: 40px;
  vertical-align: -5px;
  letter-spacing: 0.1em;
  width: 33%;
  max-width: 219px;
}
@media screen and (max-width: 767px) {
  .name span {
    width: 85%;
    padding-top: 10px;
    display: block;
    margin-left: 0px;
  }
}

.delay1dx {
  transition-delay: 0s !important;
}

.delay2dx {
  transition-delay: 0.4s !important;
}

.delay3dx {
  transition-delay: 0.8s !important;
}

.delay4dx {
  transition-delay: 1.2s !important;
}

.delay5dx {
  transition-delay: 1.6s !important;
}

/*# sourceMappingURL=ocean_dx.css.map */
