@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*      ページ内共通
================================*/
html:has(.noscroll) {
  overflow: hidden;
}

body {
  overflow: hidden;
  min-width: 960px;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #00b7e5;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    width: 100%;
  }
}

body * {
  box-sizing: border-box;
}

.inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 100vw;
    padding: 0;
  }
}

img {
  width: 100%;
  line-height: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.sec_ttl {
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 1600px) {
  .sec_ttl {
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    top: -5.3333333333vw;
    margin-left: 0;
  }
}

.sec_txt {
  position: relative;
  color: #300;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_txt {
    line-height: 1.538;
    font-size: 3.4666666667vw;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
a:hover img.light {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.frame_cnt {
  position: relative;
  background-repeat: repeat-y;
  background-size: 100%;
}
.frame_cnt::before, .frame_cnt::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .frame_cnt::before, .frame_cnt::after {
    height: 3.4666666667vw;
  }
}
.frame_cnt::before {
  top: -4px;
}
@media screen and (max-width: 767px) {
  .frame_cnt::before {
    top: -0.5333333333vw;
  }
}
.frame_cnt::after {
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .frame_cnt::after {
    bottom: -0.5333333333vw;
  }
}

.pageLink {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .pageLink {
    margin-top: -5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}

.container {
  position: relative;
  background-image: url(../images/bg_main_pc.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .container {
    background-image: none;
  }
  .container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg_main_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
  }
}
.container .bg_splash {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  background-image: url(../images/bg_splash_pc.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .container .bg_splash {
    background-image: none;
  }
}

.containts {
  position: relative;
}

.news_contTtl {
  max-width: 415px;
  position: relative;
  margin: 0 auto 55px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news_contTtl {
    max-width: 47.4666666667vw;
    margin-bottom: 8vw;
    padding-bottom: 6vw;
  }
}
.news_contTtl::before {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #dc0c0c;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .news_contTtl::before {
    width: 10.6666666667vw;
    height: 0.6666666667vw;
  }
}

.categoryTag {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.04em;
  background-color: #dc0c0c;
}
@media screen and (max-width: 767px) {
  .categoryTag {
    padding: 0.9333333333vw 4vw;
    font-size: 2.6666666667vw;
  }
}

.news_list {
  background-image: url(../images/bg_news.png);
}
.news_list a {
  display: block;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .news_list a:hover .thumbnail_img img {
    transform: scale(1.1);
  }
}
.news_list .thumbnail_img {
  overflow: hidden;
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .news_list .thumbnail_img {
    height: 48vw;
  }
}
.news_list .thumbnail_img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list .news_txtWrap {
  padding: 20px 20px 25px;
}
@media screen and (max-width: 767px) {
  .news_list .news_txtWrap {
    padding: 4vw 4vw 5.3333333333vw;
  }
}
.news_list .news_txtWrap > div {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_list .news_txtWrap > div {
    margin-bottom: 2.6666666667vw;
  }
}
.news_list .news_txtWrap h2 {
  color: #300;
  line-height: 1.556;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news_list .news_txtWrap h2 {
    font-size: 3.4666666667vw;
  }
}
.news_list .news_txtWrap .news_data {
  color: #dc0c0c;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news_list .news_txtWrap .news_data {
    font-size: 3.2vw;
  }
}

/* ローディング
================================*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../images/bg_main_pc.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 20000;
}
@media screen and (max-width: 767px) {
  #loading {
    top: 0;
    left: 0;
    background: url(../images/bg_main_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
#loading img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #loading img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}

/*      ヘッダー
================================*/
header {
  width: 100%;
  position: fixed;
  opacity: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  header {
    background-color: transparent;
  }
}
header .header_inner {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .header_inner {
    max-width: 100%;
  }
}
header .header_navListWrap ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  header .header_navListWrap ul {
    display: block;
    width: 84vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20vw 8vw 0;
    background-color: #fff;
    transition: all 0.3s;
    transform: translate(100%, 0%);
  }
}
@media screen and (max-width: 767px) {
  header .header_navListWrap.nav_active {
    height: 100vh;
    background: rgba(0, 20, 59, 0.5);
  }
  header .header_navListWrap.nav_active ul {
    transform: translate(0%, 0%);
  }
}
header .header_navList {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .header_navList {
    border-bottom: 0.2666666667vw solid #440303;
  }
}
header .header_navList::after {
  content: "";
  display: block;
  width: 12px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: -6px;
  background-image: url(../images/nav_bg.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header .header_navList::after {
    content: none;
  }
}
header .header_navList a {
  display: inline-block;
  position: relative;
  padding: 13px 36px 17px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header_navList a:hover {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  header .header_navList a {
    width: 100%;
    padding: 6.9333333333vw 1.3333333333vw 7.6vw;
    color: #fff;
  }
  header .header_navList a img {
    width: 30.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header .header_navList:first-child a {
    padding-right: 0;
    padding-left: 0;
  }
  header .header_navList:nth-child(5)::after {
    content: none;
  }
  header .header_navList:nth-child(5) a {
    padding-right: 26px;
    padding-left: 26px;
  }
}
header .btn-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  header .btn-trigger {
    display: block;
    width: 16vw;
    height: 16vw;
    position: fixed;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    background-image: url(../images/nav_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  header .btn-trigger.nav_active {
    background-image: url(../images/nav_btn-close.png);
  }
}

/*      メインビジュアル
================================*/
.ttlWrap {
  height: 1260px;
  position: relative;
  top: 0;
  margin-bottom: -570px;
  opacity: 0;
  background-image: url(../images/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1400px auto;
}
@media screen and (max-width: 767px) {
  .ttlWrap {
    height: 152vw;
    margin-bottom: -68.1333333333vw;
    background-image: url(../images/bg_mv_sp.png);
    background-size: 100%;
  }
}
.ttlWrap h1 {
  width: 550px;
  position: absolute;
  top: 480px;
  left: 50%;
  margin-left: -275px;
}
@media screen and (max-width: 767px) {
  .ttlWrap h1 {
    width: 68.2666666667vw;
    top: 57.6vw;
    margin-left: -34.1333333333vw;
  }
}

/*      ダウンロードエリア
================================*/
#dlBox {
  width: 680px;
  min-height: 276px;
  margin: 0 auto 100px;
  padding: 10px 0 38px;
  opacity: 0;
  background-image: url(../images/bg_share_pc.png);
}
@media screen and (max-width: 767px) {
  #dlBox {
    width: 81.3333333333vw;
    min-height: 36.6666666667vw;
    margin-bottom: 13.3333333333vw;
    padding: 1.3333333333vw 0 5.3333333333vw;
    background-image: url(../images/bg_share_sp.png);
  }
}
#dlBox::before {
  background-image: url(../images/frame01-top_pc.png);
}
@media screen and (max-width: 767px) {
  #dlBox::before {
    background-image: url(../images/frame01-top_sp.png);
  }
}
#dlBox::after {
  background-image: url(../images/frame01-bottom_pc.png);
}
@media screen and (max-width: 767px) {
  #dlBox::after {
    background-image: url(../images/frame01-bottom_sp.png);
  }
}
#dlBox .dl_ttl {
  width: 184px;
  margin: 0 auto 3px;
}
@media screen and (max-width: 767px) {
  #dlBox .dl_ttl {
    width: 24.5333333333vw;
    margin-bottom: 0.4vw;
  }
}
#dlBox .dl_area {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #dlBox .dl_area {
    margin-bottom: 4vw;
  }
}
#dlBox .dl_area li {
  width: 100%;
}
#dlBox .dl_area li.appstore {
  max-width: 202px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #dlBox .dl_area li.appstore {
    max-width: 30.1333333333vw;
    margin-right: 4vw;
  }
}
#dlBox .dl_area li.googleplay {
  max-width: 208px;
}
@media screen and (max-width: 767px) {
  #dlBox .dl_area li.googleplay {
    max-width: 30.9333333333vw;
  }
}
#dlBox .contact_btn {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #dlBox .contact_btn {
    max-width: 66.6666666667vw;
  }
}
#dlBox .information_ttl {
  max-width: 334px;
  width: 100%;
  margin: 22px auto 0;
}
@media screen and (max-width: 767px) {
  #dlBox .information_ttl {
    max-width: 44.5333333333vw;
    margin: 4vw auto 0.5333333333vw;
  }
}

/*      Xアカウント
================================*/
#xBox {
  margin-top: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #xBox {
    margin-top: -4vw;
    padding-top: 4vw;
  }
}

/*      twBox
================================*/
#twBox {
  position: relative;
  margin-bottom: 150px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #twBox {
    margin-bottom: 16vw;
  }
}
#twBox .ani_scroll {
  opacity: 0;
}
#twBox .tw_wrap {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background-image: url(../images/bg04_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #twBox .tw_wrap {
    max-width: 92vw;
    padding: 10.6666666667vw 0 11.4666666667vw;
    background-image: url(../images/bg04_sp.png);
  }
}
#twBox iframe {
  height: 330px !important;
}
@media screen and (max-width: 767px) {
  #twBox iframe {
    width: 100% !important;
    height: 46.6666666667vw !important;
  }
}
#twBox .tw_ttl {
  max-width: 448px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  #twBox .tw_ttl {
    max-width: 59.7333333333vw;
    margin-bottom: 4vw;
  }
}
#twBox .tw {
  overflow: hidden;
  width: 630px;
  height: 330px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #c9d4d9;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  #twBox .tw {
    width: 73.3333333333vw;
    height: 38.4vw;
    margin-bottom: 3vw;
    border-width: 0.1333333333vw 0.1333333333vw 0.2666666667vw 0.1333333333vw;
    border-radius: 14px;
  }
}
#twBox .tw_txt {
  margin-bottom: 16px;
  color: #300;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #twBox .tw_txt {
    margin-bottom: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
#twBox .tw_btn {
  width: 480px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #twBox .tw_btn {
    width: 69.3333333333vw;
  }
}

/*       bannerスライダー
================================*/
.banner_slide {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .banner_slide {
    margin-bottom: 13.3333333333vw;
  }
}
.banner_slide .slider_wrap {
  max-width: 640px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banner_slide .slider_wrap {
    max-width: 100vw;
    width: 100vw;
  }
}
.banner_slide .slider_wrap .slick-list {
  overflow-x: hidden;
  position: relative;
  padding-left: 0;
}
.banner_slide .slider_wrap .width_adj a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banner_slide .slider_wrap .width_adj a {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner_slide .slider_wrap .slick-track {
    display: flex;
    align-items: center;
  }
}
.banner_slide .slick-dots {
  position: static !important;
}
.banner_slide .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .banner_slide .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 0.6666666667vw;
  }
}
.banner_slide .slick-dots li button {
  width: 100%;
  height: 100%;
}
.banner_slide .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #0951d5;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .banner_slide .slick-dots li button:before {
    border: 0.2666666667vw solid #0951d5;
  }
}
.banner_slide .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #ff0c1a;
}
.banner_slide .slick-prev, .banner_slide .slick-next {
  display: block;
  width: 40px;
  height: 70px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: initial;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .banner_slide .slick-prev, .banner_slide .slick-next {
    display: none;
  }
}
.banner_slide .slick-prev::before, .banner_slide .slick-next::before {
  content: "";
  display: block;
  width: 40px;
  height: 70px;
  position: absolute;
  top: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner_slide .slick-prev {
  left: -50px;
}
.banner_slide .slick-prev::before {
  background-image: url(../images/prev_bannerSlide.png);
}
.banner_slide .slick-next {
  right: -49px;
}
.banner_slide .slick-next::before {
  background-image: url(../images/next_bannerSlide.png);
}

/*      newsBox
================================*/
#newsBox {
  margin-bottom: 140px;
  padding: 80px 0;
  background-color: rgba(0, 20, 59, 0.8);
}
@media screen and (max-width: 767px) {
  #newsBox {
    margin-bottom: 16vw;
    padding: 10.6666666667vw 0;
  }
}
#newsBox .news_slide {
  max-width: 1035px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #newsBox .news_slide {
    max-width: 100%;
  }
}
#newsBox .slider_wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #newsBox .slider_wrap {
    padding: 0 13.3333333333vw;
  }
}
#newsBox .slick-track {
  display: flex;
}
#newsBox .slick-slide {
  height: auto !important;
}
#newsBox .slider_item {
  max-width: 310px;
  width: 100%;
  margin-right: 17px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  #newsBox .slider_item {
    max-width: 100%;
    margin: 0 1.3333333333vw;
  }
}
#newsBox .slick-prev, #newsBox .slick-next {
  display: block;
  width: 64px;
  height: 124px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #newsBox .slick-prev, #newsBox .slick-next {
    width: 30px;
    height: 60px;
  }
}
#newsBox .slick-prev.slick-disabled, #newsBox .slick-next.slick-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #newsBox .slick-prev, #newsBox .slick-next {
    width: 8.5333333333vw;
    height: 16.5333333333vw;
  }
}
#newsBox .slick-prev::before, #newsBox .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
#newsBox .slick-prev {
  left: -87px;
}
@media screen and (max-width: 1200px) {
  #newsBox .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  #newsBox .slick-prev {
    left: 4vw;
  }
}
#newsBox .slick-prev::before {
  background-image: url(../images/prev_aboutSlide.png);
}
#newsBox .slick-next {
  right: -87px;
}
@media screen and (max-width: 1200px) {
  #newsBox .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  #newsBox .slick-next {
    right: 4vw;
  }
}
#newsBox .slick-next::before {
  background-image: url(../images/next_aboutSlide.png);
}
#newsBox .news_btn {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #newsBox .news_btn {
    max-width: 62.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}

/*      aboutBox
================================*/
#aboutBox {
  margin-bottom: 150px;
  padding-top: 150px;
  background-color: rgba(0, 183, 229, 0.8);
  background-image: url(../images/about_line.png);
  background-repeat: repeat-x;
  /*      スライダー
  ================================*/
}
@media screen and (max-width: 767px) {
  #aboutBox {
    margin-bottom: 16vw;
    padding-top: 14.6666666667vw;
    background-size: auto 1.0666666667vw;
  }
}
#aboutBox .about_ttl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 23px;
}
@media screen and (max-width: 767px) {
  #aboutBox .about_ttl {
    max-width: 81.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#aboutBox .about_slide {
  margin-bottom: 150px;
  padding: 58px 0;
  background-image: url(../images/bg_about_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #aboutBox .about_slide {
    margin-bottom: 18.6666666667vw;
    padding: 9.3333333333vw 5.3333333333vw 6.6666666667vw;
    background-image: url(../images/bg_about_sp.png);
  }
}
#aboutBox .slider_item .item_inner {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 70px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item .item_inner {
    display: block;
    max-width: 100%;
  }
}
#aboutBox .slider_item .txt_wrap dd {
  color: #300;
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 1050px) {
  #aboutBox .slider_item .txt_wrap dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item .txt_wrap dd {
    line-height: 1.53;
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
#aboutBox .slider_item .txt_wrap dd p {
  font-weight: 600;
}
#aboutBox .slider_item.slide01 .item_inner {
  flex-direction: row-reverse;
  padding: 50px 70px 55px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide01 .item_inner {
    padding: 0 0 1.6vw;
  }
}
#aboutBox .slider_item.slide01 .txt_wrap {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide01 .txt_wrap {
    margin-right: 0;
    margin-bottom: 5.8666666667vw;
  }
}
#aboutBox .slider_item.slide01 .txt_wrap dt {
  max-width: 523px;
  margin-top: 12px;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide01 .txt_wrap dt {
    max-width: 56.9333333333vw;
    margin: 0 auto 6.1333333333vw;
  }
}
#aboutBox .slider_item.slide01 .txt_wrap dd {
  margin-left: 42px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide01 .txt_wrap dd {
    margin-left: 0;
  }
}
#aboutBox .slider_item.slide01 .txt_wrap dd .txt01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide01 .txt_wrap dd .txt01 {
    margin-bottom: 3.7333333333vw;
  }
}
#aboutBox .slider_item.slide01 .item_img {
  max-width: 330px;
  margin-right: 26px;
  padding: 3px;
  background-image: url(../images/frame04.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide01 .item_img {
    max-width: 44vw;
    margin: 0 auto;
    padding: 0.4vw;
  }
}
#aboutBox .slider_item.slide02 .item_inner {
  padding: 28px 70px 44px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide02 .item_inner {
    padding: 0;
  }
}
#aboutBox .slider_item.slide02 .txt_wrap {
  margin-left: -24px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide02 .txt_wrap {
    margin-bottom: 3.3333333333vw;
    margin-left: 0;
  }
}
#aboutBox .slider_item.slide02 .txt_wrap dt {
  max-width: 508px;
  margin-top: 0;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide02 .txt_wrap dt {
    max-width: 68.9333333333vw;
    margin: 0 auto 6.2666666667vw;
  }
}
#aboutBox .slider_item.slide02 .txt_wrap dd {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide02 .txt_wrap dd {
    margin-left: 0;
  }
}
#aboutBox .slider_item.slide02 .txt_wrap dd .txt01, #aboutBox .slider_item.slide02 .txt_wrap dd .txt02 {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide02 .txt_wrap dd .txt01, #aboutBox .slider_item.slide02 .txt_wrap dd .txt02 {
    margin-bottom: 4vw;
  }
}
#aboutBox .slider_item.slide02 .item_img {
  max-width: 398px;
  margin-right: -27px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide02 .item_img {
    max-width: 75.4666666667vw;
    margin: 0 auto;
  }
}
#aboutBox .slider_item.slide03 .item_inner {
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide03 .txt_wrap {
    margin-bottom: 4vw;
  }
}
#aboutBox .slider_item.slide03 .txt_wrap dt {
  max-width: 708px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide03 .txt_wrap dt {
    max-width: 67.6vw;
    margin-bottom: 6vw;
  }
}
#aboutBox .slider_item.slide03 .txt_wrap dd {
  text-align: center;
}
#aboutBox .slider_item.slide03 .txt_wrap dd .txt01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide03 .txt_wrap dd .txt01 {
    margin-bottom: 3.7333333333vw;
  }
}
#aboutBox .slider_item.slide03 .item_img {
  max-width: 930px;
  margin: -86px auto 0;
}
@media screen and (max-width: 1110px) {
  #aboutBox .slider_item.slide03 .item_img {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #aboutBox .slider_item.slide03 .item_img {
    max-width: 72.2666666667vw;
    margin-top: 0;
  }
}
#aboutBox .slick-prev, #aboutBox .slick-next {
  display: block;
  width: 64px;
  height: 124px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translate(0, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #aboutBox .slick-prev, #aboutBox .slick-next {
    width: 8.5333333333vw;
    height: 16.5333333333vw;
  }
}
#aboutBox .slick-prev::before, #aboutBox .slick-next::before {
  content: "";
  display: block;
  width: 64px;
  height: 124px;
  top: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1160px) {
  #aboutBox .slick-prev::before, #aboutBox .slick-next::before {
    width: 5.51725vw;
  }
}
@media screen and (max-width: 767px) {
  #aboutBox .slick-prev::before, #aboutBox .slick-next::before {
    width: 8.5333333333vw;
    height: 16.5333333333vw;
  }
}
#aboutBox .slick-prev {
  left: 0;
}
@media screen and (max-width: 1160px) {
  #aboutBox .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  #aboutBox .slick-prev {
    left: -0.6666666667vw;
  }
}
#aboutBox .slick-prev::before {
  background-image: url(../images/prev_aboutSlide.png);
}
#aboutBox .slick-next {
  right: 0;
}
@media screen and (max-width: 1160px) {
  #aboutBox .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #aboutBox .slick-next {
    right: -0.6666666667vw;
  }
}
#aboutBox .slick-next::before {
  background-image: url(../images/next_aboutSlide.png);
}

/*      アニメの名シーン
================================*/
.specialScene {
  position: relative;
  margin-bottom: 190px;
  padding-top: 50px;
  background-image: url(../images/bg_special_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .specialScene {
    margin-bottom: 18.6666666667vw;
    padding-top: 25.3333333333vw;
    background-image: url(../images/bg_special_sp.png);
    background-size: 100%;
  }
  .specialScene .inner {
    padding: 0 5.3333333333vw;
  }
}
.specialScene::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_luffy_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1790px) {
  .specialScene::before {
    background-size: 1500px;
  }
}
@media screen and (max-width: 1600px) {
  .specialScene::before {
    background-size: 1300px;
  }
}
@media screen and (max-width: 767px) {
  .specialScene::before {
    width: 63.4666666667vw;
    height: 162.1333333333vw;
    background-image: url(../images/bg_luffy_sp.png);
    background-size: 100%;
  }
}
.specialScene .sec_ttl {
  max-width: 526px;
  width: 41.74603175%;
}
@media screen and (max-width: 1050px) {
  .specialScene .sec_ttl {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .specialScene .sec_ttl {
    max-width: 70.1333333333vw;
    width: 70.1333333333vw;
  }
}
.specialScene .sec_txt {
  max-width: 500px;
  margin-bottom: 7.5%;
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  .specialScene .sec_txt {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .specialScene .sec_txt {
    max-width: 100%;
    margin-bottom: 7.0666666667vw;
    padding-left: 0;
    text-align: right;
  }
}
.specialScene .scene_wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .specialScene .scene_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.specialScene .scene_wrap li {
  max-width: 285px;
  width: 23.75%;
  margin-bottom: -40px;
  padding: 3px;
  background-image: url(../images/frame03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .specialScene .scene_wrap li {
    margin-right: 20px;
  }
  .specialScene .scene_wrap li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .specialScene .scene_wrap li {
    max-width: 39.3333333333vw;
    width: 39.3333333333vw;
    margin-bottom: 0;
    padding: 0.4vw;
  }
  .specialScene .scene_wrap li:nth-child(odd) {
    margin-right: 2.6666666667vw;
  }
  .specialScene .scene_wrap li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}

/*      登場キャラクター
================================*/
.character {
  position: relative;
  margin-bottom: 160px;
  padding: 50px 0 40px;
  background-image: url(../images/bg_character_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .character {
    margin-bottom: 18.6666666667vw;
    padding: 12vw 0 1.3333333333vw;
    background-image: url(../images/bg_character_sp.png);
    background-size: 100%;
  }
}
.character::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/bg_zoro_pc.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
@media screen and (max-width: 1790px) {
  .character::before {
    background-size: 1500px;
  }
}
@media screen and (max-width: 1600px) {
  .character::before {
    background-size: 1300px;
  }
}
@media screen and (max-width: 767px) {
  .character::before {
    width: 73.2vw;
    background-image: url(../images/bg_zoro_sp.png);
    background-size: 100%;
  }
}
.character .sec_ttl {
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .character .sec_ttl {
    max-width: 100vw;
    padding: 0;
  }
}
.character .sec_ttl img {
  display: block;
  max-width: 705px;
  width: 55.95238095%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .character .sec_ttl img {
    max-width: 84.6666666667vw;
    width: 100%;
    margin-left: 9.8666666667vw;
  }
}
.character .sec_txt {
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .character .sec_txt {
    padding: 0 5.3333333333vw;
  }
}
.character .character_img {
  max-width: 979px;
  position: relative;
  margin: -28px auto 0;
}
@media screen and (max-width: 767px) {
  .character .character_img {
    max-width: 93.3333333333vw;
    margin-top: -3.4666666667vw;
  }
}
.character .character_img svg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .character .character_img svg {
    height: auto;
  }
}

/*      物語を楽しもう
================================*/
.story {
  position: relative;
  padding: 50px 0 110px;
  background-image: url(../images/bg_story_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .story {
    padding: 24.8vw 0 5.3333333333vw;
    background-image: url(../images/bg_story_sp.png);
    background-size: 100%;
  }
  .story .inner {
    padding: 0 5.3333333333vw;
  }
}
.story::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_sanji_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1790px) {
  .story::before {
    left: -5%;
    background-size: 1500px;
  }
}
@media screen and (max-width: 1600px) {
  .story::before {
    background-size: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .story::before {
    width: 68.6666666667vw;
    height: 100%;
    background-image: url(../images/bg_sanji_sp.png);
    background-size: 100%;
  }
}
.story .sec_ttl {
  max-width: 573px;
  width: 45.47619048%;
}
@media screen and (max-width: 1600px) {
  .story .sec_ttl {
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .story .sec_ttl {
    max-width: 76.4vw;
    width: 76.4vw;
    margin-left: 0;
  }
}
.story .sec_txt {
  max-width: 520px;
  margin-bottom: 7.667%;
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  .story .sec_txt {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .story .sec_txt {
    max-width: 100%;
    margin-bottom: 5.7333333333vw;
    padding-left: 0;
    text-align: right;
  }
}
.story .storySlide li {
  max-width: 331px;
  width: 331px;
  padding: 42px 13px;
  background-image: url(../images/bg_storyFrame.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .story .storySlide li {
    max-width: 44.1333333333vw;
    width: 44.1333333333vw !important;
    padding: 5.6vw 1.7333333333vw;
    background-size: 100%;
  }
}

/*      ムービー
================================*/
#movieBox .movie_wrap {
  max-width: 790px;
  width: 100%;
  margin: 0 auto 160px;
  padding: 80px 0 130px;
  background-image: url(../images/bg03_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #movieBox .movie_wrap {
    max-width: 92vw;
    margin-bottom: 16vw;
    padding: 10.6666666667vw 0 17.3333333333vw;
    background-image: url(../images/bg03_sp.png);
  }
}
#movieBox .movie_ttl {
  max-width: 428px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #movieBox .movie_ttl {
    max-width: 57.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#movieBox .movie_conts {
  max-width: 630px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #movieBox .movie_conts {
    max-width: 73.3333333333vw;
  }
}
#movieBox .movie_conts.conts01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #movieBox .movie_conts.conts01 {
    margin-bottom: 2.6666666667vw;
  }
}
#movieBox .movie_btn {
  width: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #movieBox .movie_btn {
    width: 15.3333333333vw;
  }
}

/*      シェアボタン
================================*/
#snsBox {
  width: 680px;
  margin: 0 auto 100px;
  padding: 44px 0;
  background-image: url(../images/bg_share_pc.png);
}
@media screen and (max-width: 767px) {
  #snsBox {
    width: 81.3333333333vw;
    margin-bottom: 13.3333333333vw;
    padding: 4vw 0 5.3333333333vw;
    background-image: url(../images/bg_share_sp.png);
  }
}
#snsBox::before {
  background-image: url(../images/frame01-top_pc.png);
}
@media screen and (max-width: 767px) {
  #snsBox::before {
    background-image: url(../images/frame01-top_sp.png);
  }
}
#snsBox::after {
  background-image: url(../images/frame01-bottom_pc.png);
}
@media screen and (max-width: 767px) {
  #snsBox::after {
    background-image: url(../images/frame01-bottom_sp.png);
  }
}
#snsBox .sns_ttl {
  width: 140px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #snsBox .sns_ttl {
    width: 18.6666666667vw;
    margin-bottom: 4vw;
  }
}
#snsBox .share_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #snsBox .share_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#snsBox .share_btn:first-child {
  width: 50px;
  margin-right: 72px;
}
@media screen and (max-width: 767px) {
  #snsBox .share_btn:first-child {
    width: 7.8666666667vw;
    margin-right: 11.4666666667vw;
  }
}
#snsBox .share_btn:nth-child(2) {
  width: 63px;
  margin-right: 67px;
}
@media screen and (max-width: 767px) {
  #snsBox .share_btn:nth-child(2) {
    width: 10.1333333333vw;
    margin-right: 10.9333333333vw;
  }
}
#snsBox .share_btn:last-child {
  width: 57px;
}
@media screen and (max-width: 767px) {
  #snsBox .share_btn:last-child {
    width: 9.3333333333vw;
  }
}

/*      spec
================================*/
#specBox {
  padding: 80px 0 35px;
  background-color: rgba(0, 20, 59, 0.8);
}
@media screen and (max-width: 767px) {
  #specBox {
    padding: 13.3333333333vw 0 6vw;
    background-color: rgba(0, 20, 59, 0.8);
  }
}
#specBox .inner {
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  #specBox .inner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
#specBox .spec_ttl {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #specBox .spec_ttl {
    margin-bottom: 8vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #fff;
  }
}
#specBox .spec_ttl img {
  display: block;
  width: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #specBox .spec_ttl img {
    width: 14.6666666667vw;
  }
}
#specBox .detail_wrap {
  display: flex;
  margin-bottom: 55px;
  padding: 0 40px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #specBox .detail_wrap {
    display: block;
    margin-bottom: 8.6666666667vw;
    padding: 0 4vw;
  }
}
#specBox dl {
  display: flex;
  color: #fff;
  font-size: 14px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #specBox dl:nth-child(n+3) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  #specBox dl {
    margin-bottom: 4vw;
    font-size: 2.6666666667vw;
    align-items: center;
    justify-content: flex-start;
  }
  #specBox dl:last-child {
    margin-bottom: 0;
    align-items: flex-start;
  }
}
#specBox dl dt {
  display: inline-block;
  min-width: 105px;
  margin-right: 10px;
  padding: 0 13px;
  font-weight: bold;
  text-align: center;
  background-color: #dc0c0c;
}
@media screen and (max-width: 767px) {
  #specBox dl dt {
    min-width: 20vw;
    margin-right: 4vw;
    padding: 0 3.7333333333vw 0.2666666667vw;
  }
}
#specBox dl dd {
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  #specBox dl dd {
    min-width: auto;
  }
}
#specBox dl .note {
  color: #999;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  #specBox dl .note {
    line-height: 1.6667;
    letter-spacing: -0.04em;
  }
}
#specBox .copyRight p {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 1.834;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #specBox .copyRight p {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    line-height: 1.667;
    font-size: 2.4vw;
    letter-spacing: -0.02em;
  }
}
#specBox .copyTop {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #specBox .copyTop {
    margin-bottom: 3.4666666667vw;
  }
}

/*      bnrBox
================================*/
#bnrBox {
  padding: 30px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  #bnrBox {
    padding: 5.3333333333vw;
  }
}
#bnrBox .bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #bnrBox .bnr {
    gap: 4vw;
  }
}
#bnrBox p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #bnrBox p {
    text-align: center;
  }
}
#bnrBox p a {
  display: inline-block;
  width: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #bnrBox p a {
    width: 42.6666666667vw;
  }
}

/*      追従ダウンロードボタン
================================*/
.fixed_dlBox {
  display: none;
  width: 300px;
  position: fixed;
  right: 40px;
  bottom: 170px;
  padding: 18px 0 32px;
  background-image: url(../images/bg_fixBtn_pc.png);
  z-index: 10000;
}
@media screen and (max-width: 1800px) {
  .fixed_dlBox {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed_dlBox {
    display: flex;
    width: 100vw;
    right: 0;
    bottom: 0;
    padding: 12vw 5.3333333333vw 2.6666666667vw;
    background-image: url(../images/bg_fixBtn_sp.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 9.3333333333vw;
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
  }
}
.fixed_dlBox::before {
  background-image: url(../images/frame02-top_pc.png);
}
.fixed_dlBox::after {
  background-image: url(../images/frame02-bottom_pc.png);
}
@media screen and (max-width: 767px) {
  .fixed_dlBox::before, .fixed_dlBox::after {
    content: none;
  }
}
.fixed_dlBox.appear {
  transition: opacity 0.4s;
}
.fixed_dlBox.stop {
  opacity: 0;
}
.fixed_dlBox .dl_ttl {
  width: 130px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .fixed_dlBox .dl_ttl {
    width: 18vw;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed_dlBox .dl_area {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .fixed_dlBox .dl_area li {
    max-width: 160px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .fixed_dlBox .dl_area li.appstore {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fixed_dlBox .dl_area li.appstore {
    max-width: 30vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed_dlBox .dl_area li.googleplay {
    max-width: 30.6666666667vw;
  }
}

/*      スクロールアニメーション
================================*/
.container.active header {
  opacity: 1;
}
.container.active .ttlWrap {
  opacity: 1;
}
.container.active .bg_splash {
  opacity: 1;
}
.container.active #dlBox {
  opacity: 1;
}
.container.active .banner_slide {
  opacity: 1;
}

.ani_scroll::before {
  opacity: 0;
}
.ani_scroll.scroll_in.ani_bounce {
  -webkit-animation: logoIn 0.8s forwards;
  animation: logoIn 0.8s forwards;
}
.ani_scroll.scroll_in.slideIn_LR::before {
  -webkit-animation: slideIn_LR 0.8s forwards;
  animation: slideIn_LR 0.8s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ani_scroll.scroll_in.slideIn_RL::before {
  -webkit-animation: slideIn_RL 0.8s forwards;
  animation: slideIn_RL 0.8s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes logoIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  30% {
    opacity: 0;
    transform: scale(1.5);
  }
  60% {
    opacity: 1;
    transform: scale(1) translate(-10, -8px);
  }
  65% {
    opacity: 1;
    transform: scale(1) translate(10, 8px);
  }
  70% {
    opacity: 1;
    transform: scale(1) translate(10, -8px);
  }
  75% {
    opacity: 1;
    transform: scale(1) translate(-10, 8px);
  }
  80% {
    opacity: 1;
    transform: scale(1) translate(-10, -8px);
  }
  85% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  30% {
    opacity: 0;
    transform: scale(1.5);
  }
  60% {
    opacity: 1;
    transform: scale(1) translate(-10px, -8px);
  }
  65% {
    opacity: 1;
    transform: scale(1) translate(10px, 8px);
  }
  70% {
    opacity: 1;
    transform: scale(1) translate(10px, -8px);
  }
  75% {
    opacity: 1;
    transform: scale(1) translate(-10px, 8px);
  }
  80% {
    opacity: 1;
    transform: scale(1) translate(-10px, -8px);
  }
  85% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slideIn_LR {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  50% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn_LR {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  50% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slideIn_RL {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  50% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn_RL {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  50% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.btn_anm:hover {
  -webkit-animation: btn 0.5s ease-in;
  animation: btn 0.5s ease-in;
}

@-webkit-keyframes btn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
  }
  20% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes btn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
  }
  20% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.page_news {
  /*      NEWS一覧ページ
  ================================*/
  /*      NEWS詳細ページ
  ================================*/
}
.page_news .bg_wrap {
  background-color: rgba(0, 20, 59, 0.8);
}
.page_news .page_ttlWrap {
  padding: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .page_news .page_ttlWrap {
    padding: 6.1333333333vw 0 6.6666666667vw;
  }
}
.page_news .page_ttlWrap h1 {
  max-width: 432px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_news .page_ttlWrap h1 {
    max-width: 57.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news .page_ttlWrap a:hover {
    opacity: 0.7;
  }
}
.page_news #newsArchive {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive .news_contTtl {
    margin-bottom: 9.3333333333vw;
  }
}
.page_news #newsArchive ul.category_listWrap {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
  gap: 10px 12px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive ul.category_listWrap {
    max-width: 89.3333333333vw;
    margin-bottom: 10.6666666667vw;
    gap: 2.6666666667vw 4vw;
  }
}
.page_news #newsArchive li.category_list {
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive li.category_list {
    max-width: 42.6666666667vw;
  }
  .page_news #newsArchive li.category_list:first-child {
    max-width: 100%;
  }
}
.page_news #newsArchive li.category_list a {
  display: block;
  width: 100%;
  padding: 7px 0 9px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive li.category_list a {
    padding: 1.7333333333vw 0 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.page_news #newsArchive li.category_list a.active {
  background-color: #dc0c0c;
}
@media screen and (min-width: 768px) {
  .page_news #newsArchive li.category_list a:hover {
    background-color: #dc0c0c;
  }
}
.page_news #newsArchive ul.news_listWrap {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 50px 35px;
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive ul.news_listWrap {
    display: block;
    max-width: 70.6666666667vw;
  }
}
.page_news #newsArchive li.news_list {
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 767px) {
  .page_news #newsArchive li.news_list {
    width: 100%;
    margin-bottom: 8vw;
  }
  .page_news #newsArchive li.news_list:last-child {
    margin-bottom: 0;
  }
}
.page_news .wp-pagenavi {
  display: flex;
  max-width: 672px;
  position: relative;
  margin: 60px auto;
  padding: 0 110px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi {
    max-width: 89.3333333333vw;
    min-height: 9.3333333333vw;
    margin: 6.6666666667vw auto;
    padding: 0 19.2vw;
  }
}
.page_news .wp-pagenavi a, .page_news .wp-pagenavi span {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.page_news .wp-pagenavi span, .page_news .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink) {
  margin: 0 9px;
  padding: 0 10px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi span, .page_news .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink) {
    margin: 0 1.3333333333vw;
    padding: 0 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news .wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
    color: #dc0c0c;
  }
}
.page_news .wp-pagenavi .current {
  border-bottom: 2px solid #dc0c0c;
  color: #dc0c0c;
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi .current {
    border-bottom: 0.5333333333vw solid #dc0c0c;
  }
}
.page_news .wp-pagenavi .previouspostslink, .page_news .wp-pagenavi .nextpostslink {
  display: flex;
  min-width: 110px;
  height: 40px;
  position: absolute;
  top: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi .previouspostslink, .page_news .wp-pagenavi .nextpostslink {
    min-width: 19.2vw;
    height: 9.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news .wp-pagenavi .previouspostslink:hover, .page_news .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
    background-color: #dc0c0c;
  }
}
.page_news .wp-pagenavi .previouspostslink::before, .page_news .wp-pagenavi .previouspostslink::after, .page_news .wp-pagenavi .nextpostslink::before, .page_news .wp-pagenavi .nextpostslink::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 17px;
  background-image: url(../images/pagenavi_arrow.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi .previouspostslink::before, .page_news .wp-pagenavi .previouspostslink::after, .page_news .wp-pagenavi .nextpostslink::before, .page_news .wp-pagenavi .nextpostslink::after {
    width: 2.6666666667vw;
    height: 4vw;
    background-size: 100% 100%;
  }
}
.page_news .wp-pagenavi .previouspostslink {
  left: 0;
}
.page_news .wp-pagenavi .previouspostslink::before {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi .previouspostslink::before {
    margin-right: 0;
  }
}
.page_news .wp-pagenavi .previouspostslink::after {
  content: none;
}
.page_news .wp-pagenavi .nextpostslink {
  right: 0;
}
.page_news .wp-pagenavi .nextpostslink::before {
  content: none;
}
.page_news .wp-pagenavi .nextpostslink::after {
  margin-left: 20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page_news .wp-pagenavi .nextpostslink::after {
    margin-left: 0;
  }
}
.page_news .news_btn {
  display: block;
  width: 480px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .page_news .news_btn {
    width: 62.6666666667vw;
    margin-top: 8vw;
  }
}
.page_news #specBox {
  padding-top: 115px;
  background-color: initial;
}
@media screen and (max-width: 767px) {
  .page_news #specBox {
    padding-top: 17.7333333333vw;
  }
}
.page_news #specBox p {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .page_news #specBox p {
    padding-left: 5.3333333333vw;
  }
}
.page_news #newsDetail {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail {
    padding-top: 13.3333333333vw;
  }
}
.page_news #newsDetail .post_cont {
  margin-bottom: 60px;
  padding: 60px 20px 50px;
  background-image: url(../images/bg_news.png);
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_cont {
    margin: 0 5.3333333333vw 9.3333333333vw;
    padding: 8vw 0;
  }
}
.page_news #newsDetail .post_inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 2px solid #001126;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_inner {
    max-width: 81.3333333333vw;
    padding-bottom: 4.2666666667vw;
    border-bottom: 0.5333333333vw solid #001126;
  }
}
.page_news #newsDetail .post_contTop {
  margin-bottom: 50px;
  padding-bottom: 42px;
  border-bottom: 2px solid #001126;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contTop {
    margin-bottom: 8vw;
    padding-bottom: 6.6666666667vw;
    border-bottom: 0.5333333333vw solid #001126;
  }
}
.page_news #newsDetail .post_contTop > div {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contTop > div {
    margin-bottom: 6.1333333333vw;
  }
}
.page_news #newsDetail .post_contTop .categoryTag {
  padding: 8px 28px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contTop .categoryTag {
    padding: 1.6vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.page_news #newsDetail .post_contTop .news_data {
  color: #dc0c0c;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contTop .news_data {
    font-size: 4vw;
  }
}
.page_news #newsDetail .post_contTop .post_ttl {
  color: #300;
  line-height: 1.534;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contTop .post_ttl {
    line-height: 1.476;
    font-size: 5.6vw;
  }
}
.page_news #newsDetail .post_contBox img {
  width: auto;
}
.page_news #newsDetail .post_contBox .post_eyeCatching {
  display: block;
  width: 100%;
  min-height: 500px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .post_eyeCatching {
    min-height: 46.2666666667vw;
    margin-bottom: 8vw;
  }
}
.page_news #newsDetail .post_contBox .post_eyeCatching img {
  width: 100%;
}
.page_news #newsDetail .post_contBox .post_eyeCatching:has(.eyeCatching_none) {
  display: none;
}
.page_news #newsDetail .post_contBox .accList_box {
  margin-bottom: 50px;
  border: 1px solid #410101;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box {
    margin-bottom: 10.6666666667vw;
    border: 0.2666666667vw solid #410101;
  }
}
.page_news #newsDetail .post_contBox .accList_box .accBtn {
  position: relative;
  padding: 40px 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .accBtn {
    padding: 8vw 2.6666666667vw 5.3333333333vw;
  }
}
.page_news #newsDetail .post_contBox .accList_box .accBtn.active::after {
  transform: rotate(0);
}
.page_news #newsDetail .post_contBox .accList_box .accBtn::before, .page_news #newsDetail .post_contBox .accList_box .accBtn::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #dc0c0c;
}
.page_news #newsDetail .post_contBox .accList_box .accBtn::before {
  width: 25px;
  height: 3px;
  top: 53px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .accBtn::before {
    width: 5.3333333333vw;
    height: 0.8vw;
    top: 9.7333333333vw;
    right: 5.0666666667vw;
  }
}
.page_news #newsDetail .post_contBox .accList_box .accBtn::after {
  width: 3px;
  height: 25px;
  top: 42px;
  right: 70px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .accBtn::after {
    width: 0.8vw;
    height: 5.3333333333vw;
    top: 7.4666666667vw;
    right: 7.3333333333vw;
  }
}
.page_news #newsDetail .post_contBox .accList_box .accBtn img {
  display: block;
  width: 239px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .accBtn img {
    width: 36.2666666667vw;
  }
}
.page_news #newsDetail .post_contBox .accList_box .acc_cntTxt {
  padding: 0 60px 40px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .acc_cntTxt {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.page_news #newsDetail .post_contBox .accList_box .acc_cntTxt a {
  display: block;
  margin-bottom: 20px;
  color: #300;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .acc_cntTxt a {
    margin-bottom: 0;
  }
}
.page_news #newsDetail .post_contBox .accList_box .acc_cntTxt a:last-child {
  margin-bottom: 0;
}
.page_news #newsDetail .post_contBox .accList_box .acc_cntTxt .h1_link {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .acc_cntTxt .h1_link {
    padding-left: 0.8em;
    line-height: 2;
    font-size: 4vw;
    text-indent: -0.8em;
  }
}
.page_news #newsDetail .post_contBox .accList_box .acc_cntTxt .h2_link {
  position: relative;
  margin-left: 18px;
  padding-left: 18px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .acc_cntTxt .h2_link {
    margin-left: 6.6666666667vw;
    padding-left: 3.4666666667vw;
    line-height: 1.923;
    font-size: 3.4666666667vw;
  }
}
.page_news #newsDetail .post_contBox .accList_box .acc_cntTxt .h2_link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.3em;
  left: 0;
  border-radius: 50%;
  background-color: #300;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .accList_box .acc_cntTxt .h2_link::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    top: 0.7em;
  }
}
.page_news #newsDetail .post_contBox h2 {
  margin-bottom: 20px;
  padding: 4px 15px 7px;
  color: #fff;
  line-height: 1.54;
  font-size: 26px;
  font-weight: 500;
  background-color: #dc0c0c;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox h2 {
    margin-bottom: 5.3333333333vw;
    padding: 1.2vw 2.6666666667vw 1.6vw;
    line-height: 1.473;
    font-size: 5.0666666667vw;
  }
}
.page_news #newsDetail .post_contBox h3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #dc0c0c;
  line-height: 1.54;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox h3 {
    margin-bottom: 2.6666666667vw;
    padding-left: 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page_news #newsDetail .post_contBox h3::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #dc0c0c;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox h3::before {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.page_news #newsDetail .post_contBox p {
  margin-bottom: 30px;
  color: #300;
  line-height: 1.667;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox p {
    margin-bottom: 8vw;
    line-height: 1.534;
    font-size: 4vw;
  }
}
.page_news #newsDetail .post_contBox p:has(img) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox p:has(img) {
    margin-bottom: 17.3333333333vw;
  }
}
.page_news #newsDetail .post_contBox figure {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox figure {
    margin-bottom: 4vw;
  }
}
.page_news #newsDetail .post_contBox figure + h2, .page_news #newsDetail .post_contBox figure h3 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox figure + h2, .page_news #newsDetail .post_contBox figure h3 {
    margin-top: 13.3333333333vw;
  }
}
.page_news #newsDetail .post_contBox a {
  word-break: break-all;
}
.page_news #newsDetail .post_contBox .wp-block-file {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .post_contBox .wp-block-file {
    margin-bottom: 4vw;
  }
}
.page_news #newsDetail .postPager {
  display: flex;
  max-width: 880px;
  width: 100%;
  margin: 40px auto 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager {
    max-width: 81.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.page_news #newsDetail .postPager a {
  display: flex;
  width: 100%;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
}
.page_news #newsDetail .postPager_link {
  display: inline-block;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link {
    min-width: 20vw;
  }
}
.page_news #newsDetail .postPager_link.back {
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.back {
    max-width: 30.1333333333vw;
  }
}
.page_news #newsDetail .postPager_link.back a {
  height: 40px;
  color: #fff;
  background-color: #000;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.back a {
    height: 6.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news #newsDetail .postPager_link.back a:hover {
    background-color: #dc0c0c;
  }
}
.page_news #newsDetail .postPager_link.next, .page_news #newsDetail .postPager_link.previous {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.next, .page_news #newsDetail .postPager_link.previous {
    max-width: 20vw;
  }
}
.page_news #newsDetail .postPager_link.next a, .page_news #newsDetail .postPager_link.previous a {
  display: flex;
  color: #dc0c0c;
  line-height: 1;
  font-size: 18px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.next a, .page_news #newsDetail .postPager_link.previous a {
    font-size: 3.7333333333vw;
  }
}
.page_news #newsDetail .postPager_link.next a span, .page_news #newsDetail .postPager_link.previous a span {
  font-weight: bold;
}
.page_news #newsDetail .postPager_link.next a::before, .page_news #newsDetail .postPager_link.next a::after, .page_news #newsDetail .postPager_link.previous a::before, .page_news #newsDetail .postPager_link.previous a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 17px;
  background-image: url(../images/postPager_arrow.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.next a::before, .page_news #newsDetail .postPager_link.next a::after, .page_news #newsDetail .postPager_link.previous a::before, .page_news #newsDetail .postPager_link.previous a::after {
    width: 2.5333333333vw;
    height: 4vw;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .page_news #newsDetail .postPager_link.next a:hover, .page_news #newsDetail .postPager_link.previous a:hover {
    opacity: 0.7;
  }
}
.page_news #newsDetail .postPager_link.next a::before {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.next a::before {
    margin-right: 2vw;
  }
}
.page_news #newsDetail .postPager_link.next a::after {
  content: none;
}
.page_news #newsDetail .postPager_link.previous a {
  justify-content: flex-end;
}
.page_news #newsDetail .postPager_link.previous a::before {
  content: none;
}
.page_news #newsDetail .postPager_link.previous a::after {
  margin-left: 15px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page_news #newsDetail .postPager_link.previous a::after {
    margin-left: 2vw;
  }
}
.page_news strong {
  font-weight: 600;
}
.page_news #rtoc-mokuji-widget-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 60px 34px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper {
    margin-bottom: 10.6666666667vw;
    padding: 8vw 5.3333333333vw 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper.frame1 {
    border: 0.2666666667vw solid #410101;
  }
}
.page_news #rtoc-mokuji-widget-wrapper ol {
  list-style: auto;
  margin-top: 35px;
  margin-left: 1em;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper ol {
    margin-top: 5.3333333333vw;
    line-height: 1.6667;
    font-size: 4vw;
  }
}
.page_news #rtoc-mokuji-widget-wrapper ol li {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper ol li {
    margin-top: 1.0666666667vw;
  }
}
.page_news #rtoc-mokuji-widget-wrapper ol.is_close {
  display: none;
}
.page_news #rtoc-mokuji-widget-wrapper ul {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper ul {
    line-height: 1.923;
    font-size: 3.4666666667vw;
  }
}
.page_news #rtoc-mokuji-widget-wrapper ul li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper ul li {
    margin-top: 0;
  }
}
.page_news #rtoc-mokuji-widget-wrapper ul a {
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper ul a {
    padding-left: 3.4666666667vw;
  }
}
.page_news #rtoc-mokuji-widget-wrapper ul a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #300;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-widget-wrapper ul a::before {
    width: 2.4vw;
    height: 2.4vw;
    top: 0.4em;
  }
}
.page_news #rtoc-mokuji-widget-wrapper a {
  color: #300;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page_news #rtoc-mokuji-widget-wrapper a:hover {
    opacity: 0.7;
  }
}
.page_news #rtoc-mokuji-title {
  display: flex;
  font-size: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.page_news #rtoc-mokuji-title::before {
  content: "";
  display: block;
  width: 239px;
  height: 31px;
  background-image: url(/images/contents_ttl.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-title::before {
    width: 36.2666666667vw;
    height: 4.6666666667vw;
  }
}
.page_news #rtoc-mokuji-title button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page_news #rtoc-mokuji-title .rtoc_open_close {
  width: 100%;
  height: 105px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-title .rtoc_open_close {
    height: 19.3333333333vw;
  }
}
.page_news #rtoc-mokuji-title .rtoc_open_close::before, .page_news #rtoc-mokuji-title .rtoc_open_close::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #dc0c0c;
}
.page_news #rtoc-mokuji-title .rtoc_open_close::before {
  width: 25px;
  height: 3px;
  top: 53px;
  right: 59px;
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-title .rtoc_open_close::before {
    width: 5.3333333333vw;
    height: 0.8vw;
    top: 8.8vw;
    right: 5.3333333333vw;
  }
}
.page_news #rtoc-mokuji-title .rtoc_open_close::after {
  width: 3px;
  height: 25px;
  top: 42px;
  right: 70px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .page_news #rtoc-mokuji-title .rtoc_open_close::after {
    width: 0.8vw;
    height: 5.3333333333vw;
    top: 6.5333333333vw;
    right: 7.6vw;
  }
}
.page_news #rtoc-mokuji-title.is_close .rtoc_open_close::after {
  transform: rotate(0);
}
.page_news #rtoc-mokuji-wrapper {
  display: none !important;
}
.page_news .is-type-video .wp-block-embed__wrapper {
  max-width: 100%;
  height: 0;
  position: relative;
  padding-top: 495px;
}
@media screen and (max-width: 767px) {
  .page_news .is-type-video .wp-block-embed__wrapper {
    padding-top: 45.7333333333vw;
  }
}
.page_news .is-type-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_news .wp-block-borderBox {
  border: 1px solid #000;
}

/* ポップアップ動画
================================*/
.video_container {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.4s;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .video_container {
    align-items: flex-start;
  }
}
.video_container.hidden {
  opacity: 0;
  pointer-events: none;
}
.video_container .video_wrap {
  width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .video_container .video_wrap {
    max-width: 100%;
    height: 100svh;
  }
}
.video_container .video_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_container button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.video_container .btn_wrap {
  width: 100%;
  position: absolute;
  bottom: 4vh;
  left: 0;
}
@media screen and (max-width: 767px) {
  .video_container .btn_wrap {
    bottom: 13vh;
  }
}
.video_container .skip_btn {
  display: none;
  max-width: 500px;
  margin: 0 auto;
}
.video_container .skip_btn.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .video_container .skip_btn {
    max-width: 66.6666666667vw;
  }
}