@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  ;
  line-height: 1.5;
  /*background-color: #cc7eb1;*/
  /*background: linear-gradient(to right, #003333, 30%, #003366, #0033CC);*/
  background: linear-gradient(to right, #16222A, #3A6073);
} /* CSS Document */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center; /*中心にするためにはここで設定*/
  z-index: 9999;
  width: 100%;
  background: linear-gradient(to right, #232526, #414345);
  position: sticky;
  top: 0;
  left: 0;
}
.header__logo--img img {
  width: auto;
  height: 30px;
  margin: 0.5em;
  padding: 0 1em;
}
.header__logo--txt {
  color: #FFF;
  font-size: 14px;
  padding: 0.5em;
}
.footer {
  width: 100%;
  margin: 0 auto;
  /*padding: 0.5em 2em;*/
}
.footer__contents--txt {
  color: #FFF;
  font-size: 12px;
  background: linear-gradient(to right, #330066, #663399);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 1em;
}
.footer__contents--txt li {
  padding-bottom: 1em;
}
.footer__contents--txt a {
  color: #99CCFF;
}
.footer__contain {
  background: linear-gradient(to right, #232526, #414345);
  margin: 0 auto;
  padding: 0.5em;
  /*margin: 1em 0 0 0;*/
}
.footer__contain--copyright {
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
/*ナビメニュー*/
.nav_menu_ul {
  font-size: 14px;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
  padding: 0 1em;
}
.nav_menu_ul li {
  display: inline-block;
  margin: 1em;
}
.nav_menu_ul a {
  text-decoration: none;
  color: #FFF;
}
.nav_menu_ul a:hover {
  color: #3399FF;
  text-decoration: none;
  opacity: 0.7;
}
/*メインエリア*/
main {
  /*max-width: 100%;*/
  max-width: 1200px;
  margin: 0 auto;
}
/*順位*/
.font_text1 {
  color: gold;
  font-size: 16px;
  font-weight: bold;
}
.font_text2 {
  color: silver;
  font-size: 16px;
  font-weight: bold;
}
.font_text3 {
  color: #808000;
  font-size: 16px;
  font-weight: bold;
}
.font_text4 {
  color: #0000AA;
  font-size: 16px;
  font-weight: bold;
}
.notice__contents--txt {
  color: #FFF;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 2em;
  height: 320px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  /*opacity: 0.7;*/
}
.notice__contents--txt3 {
  color: #FFF;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 2em;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  /*opacity: 0.7;*/
}
.notice__contents {
  display: flex;
  justify-content: center;
  margin: 2em /*30% 0 0*/ ;
}
.notice__contents--txt2 {
  width: 65%;
  color: #FFF; /*#000077*/
  font-weight: bold;
  padding: 2em 5em 2em 5em;
}
.notice__contents--txt a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
}
.notice__contents--txt a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.7;
}
/*要調整*/
.notice__contents--txt3 a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
}
.notice__contents--txt3 a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.7;
}
.notice__contents li {
  font-size: 13px;
}
.play {
  color: #FF5192;
}
.play2 {
  color: #66CC66;
}
/*.free {
  color: #FF5192;
}*/
/*subject*/
.subject {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-left: 1em;
}
/*最新動画*/
/* ここから */
.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 520px;
}
video {
  display: block; /*碧えみの箇所もここでvideoを設定したので自動的に変更された*/
  width: 100%;
  /* 背景画像の高さ */
  height: 520px;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.notice-img__fir--one {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  /* 薄いレイヤーの色 */
  background-color: rgba(0, 30, 0, 0.2);
  /* videoの上に乗せる */
  z-index: 2;
}
.mv-txt {
  color: #fff;
  width: 65%;
  height: 520px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  padding: 2em 4em 2em 4em;
  /*text-align: center;*/
}
.notice-img__fir--two {
  background-image: url("https://www.caribbeancom.com/moviepages/051322-001/images/l/004.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fir--thr {
  background-image: url("https://www.caribbeancom.com/moviepages/051022-001/images/l/002.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fir--fou {
  background-image: url("https://www.caribbeancom.com/moviepages/050822-001/images/l/003.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*人気シリーズ*/
.notice-img__sec--one {
  /*マンコ図鑑*/
  background-image: url("https://www.caribbeancom.com/moviepages/020322-001/images/l/001.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__sec--two {
  /*女熱大陸*/
  background-image: url("https://www.caribbeancom.com/moviepages/012822-001/images/l/005.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__sec--thr {
  background-image: url("https://www.caribbeancom.com/moviepages/050322-001/images/l/005.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__sec--fou {
  background-image: url("https://www.caribbeancom.com/moviepages/021122-001/images/l/005.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*emi*/
.notice-img__thi--one {
  display: block;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 30, 0, 0.2);
  z-index: 2;
}
.notice-img__thi--two {
  background-image: url("https://www.caribbeancom.com/moviepages/030521-001/images/l/002.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__thi--thr {
  background-image: url("https://www.caribbeancom.com/moviepages/081520-001/images/l/002.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__thi--fou {
  background-image: url("https://www.caribbeancom.com/moviepages/103020-001/images/l/001.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*人気ランキング*/
.notice-img__fou--one {
  background-image: url("https://www.caribbeancompr.com/moviepages/052122_007/images/l/002.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fou--two {
  background-image: url("https://www.caribbeancompr.com/moviepages/122421_002/images/l/002.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fou--thr {
  background-image: url("https://www.caribbeancompr.com/moviepages/103118_002/images/l/002.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fou--fou {
  background-image: url("https://www.caribbeancompr.com/moviepages/051922_002/images/l/003.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*人気ランキング*/
.notice-img__fiv--one {
  background-image: url("https://www.caribbeancom.com/moviepages/040221-001/images/l/003.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fiv--two {
  background-image: url("https://www.caribbeancom.com/moviepages/112621-001/images/l/004.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fiv--thr {
  background-image: url("https://www.caribbeancom.com/moviepages/101521-001/images/l/003.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice-img__fiv--fou {
  display: block;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 30, 0, 0.2);
  z-index: 2;
}
/*form*/
.form {
  font-size: 18px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 2em auto;
  box-sizing: border-box;
  padding: 1em;
}
.form__left {
  margin: 1em;
}
.form__right {
  margin: 1em;
}
a.form__btn {
  color: #FFF;
  font-weight: bold;
  background-color: #FF5192;
  text-decoration: none;
  padding: 1em 2em;
  margin: 1em;
  border: none;
  border: 2px solid #FFF;
  cursor: pointer;
}
a.form__btn:hover {
  color: #FFF;
  text-decoration: none;
  border: 2px solid #FFF;
  opacity: 0.8;
}
a.form__btn2 {
  color: #FFF;
  font-weight: bold;
  background-color: #66CC66;
  text-decoration: none;
  padding: 1em 2em;
  margin: 1em;
  border: 2px solid #FFF;
  cursor: pointer;
}
a.form__btn2:hover {
  color: #FFF;
  text-decoration: none;
  border: 2px solid #FFF;
  opacity: 0.8;
}
a.form__btn3 {
  color: #FFF;
  font-weight: bold;
  background-color: #3399FF;
  text-decoration: none;
  padding: 1em 2em;
  margin: 1em;
  border: 2px solid #FFF;
  cursor: pointer;
}
a.form__btn3:hover {
  color: #FFF;
  background-color: #3399FF;
  text-decoration: none;
  border: 2px solid #FFF;
  opacity: 0.8;
}
/*slick*/
.slider {
  margin: 0;
}
.slick-dots {
  bottom: 20px;
  margin: 0;
}
/*dotsのカスタマイズ*/
.slick-dots li button:before {
  opacity: 0.25;
  color: #FFF;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #005FFF;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
.slick-arrow:hover {
  opacity: 0.7;
}
/*リロードに対しての対処*/
.slider {
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: visible;
}
/* 共通設定 */
.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after, .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* next */
.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
/* prev */
.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
/*test*/
.dots {
  position: relative;
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 853px) {
  body {
    font-size: 13px;
  }
  header {
    justify-content: space-around;
  }
  .header__logo--img img {
    height: 25px;
    margin: 0.5em;
    padding: 0 0.5em;
  }
  .subject {
    font-size: 14px;
  }
  .notice__contents--txt {
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
  }
  .mv-txt {
    width: 75%;
  }
  .notice__contents--txt2 {
    width: 85%;
  }
  .notice__contents--txt a {
    font-size: 14px;
  }
  .notice__contents--txt3 {
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding-bottom: 2em;
  }
  .notice__contents--txt3 a {
    font-size: 14px;
  }
  .form {
    font-size: 14px;
  }
  /*slickの設定*/
  .slick-next::after, .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
  /*ハンバーガーメニュー*/
  /*ボタンのcss クリック前*/
  .nav_toggle {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
    margin: 1em;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  /*ボタンのcss クリック後　.showが追加される*/
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  /*メニューリストのCSS【クリック前*/
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }
  /*メニューリストのCSS【クリック後　.showが追加される】*/
  .nav.show {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
    width: 50%;
  }
  .nav_menu_ul {
    padding: 1em 2em;
  }
  .nav_menu_ul li {
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin: 5em 2em 5em 2em;
    padding: 0;
    border-bottom: solid 1px;
    border-bottom-color: #FFF;
    border-width: thin;
  }
}
