@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*******************************************************************/
@media only screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

body {
  position: relative;
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  background: #000;
  color: #fff;
  z-index: -1;
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 13px;
  }
}

@media only screen and (min-width: 961px) {
  body {
    min-width: 1100px;
  }
}

a {
  color: #fff;
  text-decoration: underline;
}

/*******************************************************************/
.wrapper {
  overflow: hidden;
  opacity: 0;
  -webkit-animation: opacity 1s linear 0.2s both;
          animation: opacity 1s linear 0.2s both;
}

@-webkit-keyframes helo_bg {
  0% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  45% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  50% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  95% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  100% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
}

@keyframes helo_bg {
  0% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  45% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  50% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  95% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  100% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
}

@-webkit-keyframes helo_kv {
  0% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  45% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  50% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  95% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  100% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
}

@keyframes helo_kv {
  0% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  45% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
  50% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  95% {
    background: url(../img/visual_02.jpg) no-repeat center center;
    background-size: cover;
  }
  100% {
    background: url(../img/visual_01.jpg) no-repeat center center;
    background-size: cover;
  }
}

.helo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 960px) {
  .helo {
    display: block;
  }
}

.helo .helo_visual {
  width: 45%;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .helo .helo_visual {
    width: 100%;
  }
}

.helo .helo_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: helo_kv 20s infinite linear 0.5s both;
          animation: helo_kv 20s infinite linear 0.5s both;
}

.helo .helo_info {
  width: 45%;
  margin: 0 5%;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .helo .helo_info {
    width: 100%;
    margin: 40px 0;
  }
}

.helo .helo_info::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -15%;
  width: 130%;
  height: 110%;
  background-size: cover;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.2;
  -webkit-animation: helo_bg 20s infinite linear 0.5s both;
          animation: helo_bg 20s infinite linear 0.5s both;
}

@media only screen and (min-width: 961px) {
  .helo .helo_info_in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.helo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .helo .logo {
    width: 80%;
  }
}

.helo .logo .logo_in {
  width: 45%;
  margin-left: 10%;
}

@media only screen and (max-width: 960px) {
  .helo .logo .logo_in {
    width: 48%;
    margin-left: 4%;
  }
}

.helo .logo .logo_in:first-child {
  margin-left: 0;
}

.helo .helo_txt {
  text-align: center;
  line-height: 1.6em;
  font-size: 25px;
  margin-top: 70px;
}

@media only screen and (max-width: 960px) {
  .helo .helo_txt {
    font-size: 16px;
    margin-top: 30px;
  }
}

.pkg_logo {
  width: 380px;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .pkg_logo {
    width: 50%;
  }
}

.pkg_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 90px auto 0;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap {
    width: 90%;
    display: block;
    margin: 40px auto;
  }
}

.pkg_wrap .pkg_jk {
  width: 46%;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .pkg_jk {
    width: 100%;
  }
}

.pkg_wrap .pkg_info {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .pkg_info {
    width: 100%;
    margin-top: 30px;
  }
}

.pkg_wrap .pkg_info_ttl p {
  background: #000;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .pkg_info_ttl p {
    font-size: 20px;
  }
}

.pkg_wrap .pkg_info_release {
  margin-top: 60px;
  font-size: 25px;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .pkg_info_release {
    margin-top: 20px;
    font-size: 18px;
  }
}

.pkg_wrap .pkg_info_txt {
  margin-top: 30px;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .pkg_info_txt {
    margin-top: 20px;
  }
}

.pkg_wrap .pkg_info_txt li {
  margin-top: 18px;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .pkg_info_txt li {
    margin-top: 10px;
  }
}

.pkg_wrap .pkg_info_txt li:first-child {
  margin-top: 0;
}

.pkg_wrap .att {
  font-size: 13px;
  margin-top: 25px;
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .att {
    font-size: 11px;
    margin-top: 20px;
  }
}

.pkg_wrap .btn_buy {
  position: relative;
  width: 260px;
  padding: 20px 0 22px;
  background: #000;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 961px) {
  .pkg_wrap .btn_buy {
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .pkg_wrap .btn_buy:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 960px) {
  .pkg_wrap .btn_buy {
    width: 100%;
    margin-top: 30px;
  }
}

.pkg_wrap .btn_buy p {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}

.pkg_wrap .btn_buy p::before {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../img/icon_buy.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
}

.pkg_wrap .btn_buy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.special {
  padding: 130px 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .special {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
}

.special .special_cap {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 960px) {
  .special .special_cap {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
}

.special .special_txt {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 960px) {
  .special .special_txt {
    font-size: 13px;
  }
}

.pkg_01 {
  position: relative;
  padding: 100px 0;
}

@media only screen and (max-width: 960px) {
  .pkg_01 {
    padding: 60px 0 30px;
  }
}

.pkg_01::after {
  content: "";
  background: #a80007;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .pkg_01::after {
    width: 100%;
    height: calc(100% - 400px);
    bottom: 0;
    top: auto;
  }
}

.pkg_01::before {
  content: "";
  position: absolute;
  left: -40%;
  top: -5%;
  background: url(../img/visual_01.jpg) no-repeat;
  width: 100%;
  height: 110%;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

@media only screen and (min-width: 961px) {
  .pkg_01 .pkg_jk {
    margin-right: 5%;
  }
}

.pkg_02 {
  position: relative;
  padding: 90px 0 100px;
}

@media only screen and (max-width: 960px) {
  .pkg_02 {
    padding: 55px 0 30px;
  }
}

.pkg_02 .pkg_info {
  text-align: right;
}

@media only screen and (min-width: 961px) {
  .pkg_02 .pkg_jk {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 5%;
  }
  .pkg_02 .pkg_info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pkg_02 .btn_buy {
    margin-left: auto;
  }
}

.pkg_02::after {
  content: "";
  background: #a80007;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .pkg_02::after {
    width: 100%;
    height: calc(100% - 400px);
    bottom: 0;
    top: auto;
  }
}

.pkg_02::before {
  content: "";
  position: absolute;
  right: -40%;
  top: -5%;
  background: url(../img/visual_02.jpg) no-repeat;
  width: 100%;
  height: 110%;
  background-size: cover;
  opacity: 0.15;
  z-index: -1;
}

@-webkit-keyframes scroll-left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1280px 0;
  }
}

@keyframes scroll-left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1280px 0;
  }
}

@-webkit-keyframes scroll-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1280px 0;
  }
}

@keyframes scroll-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1280px 0;
  }
}

.photoA_01 {
  background: url(../img/photoA_01.jpg) repeat-x;
  height: 120px;
  width: 100%;
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
}

@media only screen and (max-width: 960px) {
  .photoA_01 {
    height: 60px;
    width: 640px;
    background-size: contain;
    -webkit-animation: scroll-left 50s infinite linear 0.5s both;
            animation: scroll-left 50s infinite linear 0.5s both;
  }
}

.photoA_02 {
  background: url(../img/photoA_02.jpg) repeat-x;
  height: 120px;
  width: 100%;
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
}

@media only screen and (max-width: 960px) {
  .photoA_02 {
    height: 60px;
    width: 640px;
    background-size: contain;
    -webkit-animation: scroll-left 50s infinite linear 0.5s both;
            animation: scroll-left 50s infinite linear 0.5s both;
  }
}

.photoB_01 {
  background: url(../img/photoB_01.jpg) repeat-x;
  height: 120px;
  width: 100%;
  -webkit-animation: scroll-right 40s infinite linear 0.5s both;
          animation: scroll-right 40s infinite linear 0.5s both;
}

@media only screen and (max-width: 960px) {
  .photoB_01 {
    height: 60px;
    width: 640px;
    background-size: contain;
    -webkit-animation: scroll-right 50s infinite linear 0.5s both;
            animation: scroll-right 50s infinite linear 0.5s both;
  }
}

.photoB_02 {
  background: url(../img/photoB_02.jpg) repeat-x;
  height: 120px;
  width: 100%;
  -webkit-animation: scroll-right 40s infinite linear 0.5s both;
          animation: scroll-right 40s infinite linear 0.5s both;
}

@media only screen and (max-width: 960px) {
  .photoB_02 {
    height: 60px;
    width: 640px;
    background-size: contain;
    -webkit-animation: scroll-right 50s infinite linear 0.5s both;
            animation: scroll-right 50s infinite linear 0.5s both;
  }
}

.footer {
  margin-top: 150px;
  padding-bottom: 60px;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .footer {
    font-size: 10px;
    margin-top: 100px;
    padding-bottom: 40px;
  }
}

.footer a {
  text-decoration: none;
}

.footer .logo_4k {
  width: 250px;
  margin: 0 auto;
}

@media only screen and (min-width: 961px) {
  .footer .logo_4k {
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .footer .logo_4k:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 960px) {
  .footer .logo_4k {
    width: 45%;
  }
}

.footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  .footer .share {
    margin-top: 40px;
  }
}

.footer .share li {
  width: 50px;
  margin-left: 20px;
}

@media only screen and (min-width: 961px) {
  .footer .share li {
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .footer .share li:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 960px) {
  .footer .share li {
    width: 35px;
    margin-left: 15px;
  }
}

.footer .share li:first-child {
  margin-left: 0;
}

.footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 960px) {
  .footer .link {
    margin-top: 40px;
  }
}

.footer .link li {
  margin-left: 10px;
}

@media only screen and (min-width: 961px) {
  .footer .link li {
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .footer .link li:hover {
    opacity: 0.6;
  }
}

.footer .link li:first-child {
  margin-left: 0;
}

.footer .text {
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  .footer .text {
    margin-top: 20px;
    line-height: 1.4em;
  }
}

.footer .copy {
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .footer .copy {
    margin-top: 5px;
  }
}
ruby > rt{text-align: center;}