@charset "UTF-8";
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout_reverse {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.buruburu {
  display: inline-block;
  animation: hurueru .1s  infinite; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes wave {
  0% {
    background-position: 0 0; }
  100% {
    background-position: vw(100) 0; } }
@media screen and (min-width: 768px) {
  @keyframes wave {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 100px 0; } } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverinr {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoveroutr {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
/* hover */
.animate_opacity {
  transition: opacity 0.3s; }

.animate_opacity:hover {
  opacity: 0.8; }

.animate_filter {
  transition: filter 0.3s; }

.animate_filter:hover {
  filter: brightness(1.2); }

[data-opacity] {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(50px);
  transition: 1.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1); }

[data-opacity].animated {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0); }

@media screen and (min-width: 768px) {
  [data-pc-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-pc-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-pc-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 767px) {
  [data-opacity],
  [data-sp-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-opacity],
  .ie11 [data-sp-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-sp-opacity].animated,
  [data-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
[data-sp-opacity],
[data-pc-opacity],
[data-opacity],
[data-once] {
  will-change: transform;
  backface-visibility: hidden; }

.btn {
  overflow: hidden;
  transition: transform 0.2s; }
  .btn i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }

#home .characters .archives span {
  overflow: hidden;
  transition: transform 0.2s; }
  #home .characters .archives span em {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }

#home .characters .archives a:hover span,
.btn:hover {
  transform: scale(0.96);
  transition: transform 0.4s , filter 0.4s;
  filter: brightness(1.11); }

#home .characters .archives a span em,
.btn i {
  transform: scale(1);
  transition: opacity 0.6s , filter 0.6s;
  opacity: 1; }

@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout_reverse {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.buruburu {
  display: inline-block;
  animation: hurueru 0.1s infinite; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes wave {
  0% {
    background-position: 0 0; }
  100% {
    background-position: vw(100) 0; } }
@media screen and (min-width: 768px) {
  @keyframes wave {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 100px 0; } } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverinr {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoveroutr {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.animate_opacity {
  transition: opacity 0.3s; }
  .animate_opacity:hover {
    opacity: 0.8; }

.animate_filter {
  transition: filter 0.3s; }
  .animate_filter:hover {
    filter: brightness(1.2); }

[data-opacity] {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(50px);
  transition: 1.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
  [data-opacity].animated {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); }

@media screen and (min-width: 768px) {
  [data-pc-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-pc-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-pc-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 767px) {
  [data-opacity], [data-sp-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-opacity], .ie11 [data-sp-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-sp-opacity].animated, [data-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
[data-sp-opacity], [data-pc-opacity], [data-opacity], [data-once] {
  will-change: transform;
  backface-visibility: hidden; }

.btn {
  overflow: hidden;
  transition: transform 0.2s; }
  .btn i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }

#home .characters .archives span {
  overflow: hidden;
  transition: transform 0.2s; }
  #home .characters .archives span em {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }
#home .characters .archives a:hover span {
  transform: scale(0.96);
  transition: transform 0.4s, filter 0.4s;
  filter: brightness(1.11); }

.btn:hover {
  transform: scale(0.96);
  transition: transform 0.4s, filter 0.4s;
  filter: brightness(1.11); }

#home .characters .archives a span em, .btn i {
  transform: scale(1);
  transition: opacity 0.6s, filter 0.6s;
  opacity: 1; }

@keyframes Flash1 {
  50% {
    opacity: 0; } }
@keyframes Flash2 {
  50% {
    opacity: 1; } }
.sitefooter {
  padding: 0 0 180px; }

.order {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 11000; }
  .order a {
    display: block;
    background-image: linear-gradient(to bottom right, #f4517f, #b9a6a8);
    color: #fff;
    text-align: center;
    font-size: 0;
    line-height: 1;
    width: 300px;
    height: 124px;
    position: relative;
    transition: filter 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .order a::before {
      content: '';
      background-image: linear-gradient(to bottom right, #b9a6a8, #f4517f);
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .order a:hover {
      filter: brightness(1.11); }
      .order a:hover::before {
        opacity: 1; }
    .order a b, .order a span {
      display: block;
      position: relative;
      z-index: 10; }
    .order a b {
      font-size: 48px;
      font-family: din-2014;
      font-weight: 700;
      letter-spacing: -0.01em;
      padding: 42px 0 0; }
    .order a span {
      font-size: 16px;
      position: relative;
      letter-spacing: 0.3em;
      display: inline-block;
      padding: 0 38px 0 43px;
      margin: 8px 0 0; }
      .order a span::before {
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -1px 0 0; }
      .order a span::after {
        content: '';
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -1px 0 0; }

.jsmodule + .order {
  bottom: -130px; }

@media screen and (max-width: 768px) {
  .jsmodule + .order {
    bottom: -22.135vw; } }
.opend .jsmodule + .order {
  bottom: 0;
  transition: bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s; }

.pv {
  width: 360px;
  margin-top: 12px; }
  .pv::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0; }
  .pv i {
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    background-color: #ff3970; }
    .pv i::before, .pv i::after {
      width: 130px;
      height: 130px;
      margin: -25px 0 0 -25px; }
  .pv a:hover i {
    background-color: #ff3970; }

#contents {
  padding: 0; }
  #contents .kvcontents {
    height: 1704px;
    position: relative;
    z-index: 10;
    overflow: hidden; }
    #contents .kvcontents::before {
      content: '';
      width: 90px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      height: 101%;
      z-index: 10; }
    #contents .kvcontents .parts {
      position: relative;
      height: 1704px;
      z-index: 0;
      font-size: 0;
      overflow: hidden; }
      #contents .kvcontents .parts span {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 1704px;
        width: 100%;
        z-index: 0;
        background-size: 100% auto; }
        #contents .kvcontents .parts span img {
          width: 100%;
          height: auto; }
      #contents .kvcontents .parts .bg {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_bg.jpg") left top no-repeat;
        z-index: 0;
        background-size: cover !important; }
      #contents .kvcontents .parts .fee i {
        width: 692px;
        height: 661px;
        top: 0px;
        right: 435px;
        z-index: 4;
        display: block;
        position: absolute; }
      #contents .kvcontents .parts .ryza i {
        width: 1912px;
        height: 2172px;
        top: 146px;
        right: -136px;
        z-index: 6;
        display: block;
        position: absolute; }
      #contents .kvcontents .parts .mask i {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_mask.png") right top no-repeat;
        width: 1920px;
        height: 1437px;
        z-index: 10;
        display: block;
        background-size: 100% auto;
        margin-left: -960px;
        position: absolute;
        left: 50%;
        top: 0; }
      #contents .kvcontents .parts .copy {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_copy.png") left top no-repeat;
        width: 469px;
        height: 67px;
        top: 82px;
        right: 40px;
        z-index: 8; }

.nosafari #contents .kvcontents .parts .bg {
  filter: brightness(1.2);
  transform: scale(1.08); }
.nosafari #contents .kvcontents .parts .ryza i img, .nosafari #contents .kvcontents .parts .fee i img {
  filter: brightness(1.8);
  transform: scale(1.06);
  transform-origin: center top; }
.nosafari #contents .kvcontents .parts .mask i {
  filter: blur(10px) brightness(2);
  opacity: 0;
  transform: translate3d(10%, -10%); }
.nosafari #contents .kvcontents .parts .copy {
  filter: blur(5px);
  opacity: 0; }
.nosafari .opend #contents .kvcontents .parts .bg {
  filter: brightness(1);
  transition: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: scale(1); }
.nosafari .opend #contents .kvcontents .parts .ryza i img, .nosafari .opend #contents .kvcontents .parts .fee i img {
  filter: brightness(1);
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1); }
.nosafari .opend #contents .kvcontents .parts .mask i {
  filter: blur(0);
  opacity: 1;
  transition: 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transform: translate3d(0, 0); }
.nosafari .opend #contents .kvcontents .parts .copy {
  filter: blur(0);
  opacity: 1;
  transition: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s; }

#contents .kvcontents .cell {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20; }
  #contents .kvcontents .cell.left_cell {
    padding: 146px 0 0; }
  #contents .kvcontents .cell.right_cell {
    left: inherit;
    right: 0; }
#contents .kvcontents h1 {
  position: relative;
  left: 8px; }
  #contents .kvcontents h1 img {
    width: 330px;
    height: auto; }
#contents .kvcontents .release {
  font-size: 58px;
  font-family: din-2014;
  line-height: 1;
  padding: 0 0 0 23px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.045em;
  margin: 11px 0 0; }
#contents .kvcontents .text_link {
  padding: 0 0 0 25px;
  line-height: 1;
  margin: 27px 0 0; }
  #contents .kvcontents .text_link li + li {
    margin-top: 20px; }
  #contents .kvcontents .text_link a {
    display: inline-block;
    background: #b48573;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 3px 20px;
    letter-spacing: 0.15em; }
#contents .kvcontents .eposcard {
  width: 360px;
  margin-top: 12px; }
  #contents .kvcontents .eposcard img {
    width: 100%;
    height: auto; }
#contents .kvcontents .twitterbtn {
  line-height: 1;
  font-size: 0;
  margin: 62px 0 0 23px; }
  #contents .kvcontents .twitterbtn a {
    width: 43px;
    height: 208px;
    display: block;
    transition: background 0.3s;
    position: relative; }
    #contents .kvcontents .twitterbtn a::before {
      content: '';
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/official_twitter.png") no-repeat center 10px/23px auto;
      width: 100%;
      height: 100%;
      z-index: 10;
      position: absolute;
      left: 0;
      top: 0;
      animation: Flash1 2.4s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    #contents .kvcontents .twitterbtn a::after {
      content: '';
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/official_twitter_black.png") no-repeat center 10px/23px auto;
      width: 100%;
      height: 100%;
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      animation: Flash2 2.4s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }
    #contents .kvcontents .twitterbtn a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
#contents .kvcontents .gameawards {
  position: absolute;
  right: 20px;
  top: 760px; }
#contents .topics_archive {
  margin: -244px auto 0;
  padding: 0 0 0;
  max-width: 1400px; }
  #contents .topics_archive .wrap {
    display: flex;
    justify-content: flex-end;
    padding: 0 100px 0 0;
    margin: -27px auto 0; }
#contents .about {
  font-size: 0;
  line-height: 1;
  position: relative;
  max-width: 1400px;
  z-index: 5;
  margin-top: 150px; }
  #contents .about .wrap {
    position: relative; }
  #contents .about .copy {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_copy.png") no-repeat center top/1200px 61px;
    height: 61px;
    margin-bottom: 190px; }
  #contents .about .bg {
    position: absolute;
    left: 50%;
    top: -304px;
    z-index: -1;
    width: 688px; }
    #contents .about .bg span {
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_bg.jpg") no-repeat center center/688px 688px;
      display: block;
      animation: spin 64s linear infinite;
      height: 688px; }
  #contents .about .swiper-container {
    width: 1028px;
    height: auto;
    margin: 0 auto 0 0; }
    #contents .about .swiper-container .swiper-slide {
      width: 1028px; }
      #contents .about .swiper-container .swiper-slide img {
        width: 994px;
        height: auto; }
  #contents .about .text {
    border: 5px solid #3b3b3c;
    padding: 50px 40px 60px;
    width: 550px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 44px;
    z-index: 10; }
    #contents .about .text h3 {
      font-size: 36px;
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 1.111; }
      #contents .about .text h3 em {
        color: #017dbd;
        font-weight: 500; }
    #contents .about .text p {
      font-size: 23px;
      line-height: 35px;
      margin-top: 20px;
      letter-spacing: 0.08em;
      font-weight: 500; }
#contents .action {
  max-width: 1220px;
  margin: 126px auto 0;
  font-size: 0;
  line-height: 1; }
  #contents .action .wrap {
    position: relative;
    z-index: 10; }
    #contents .action .wrap.copy {
      position: absolute;
      left: 38px;
      top: 0px;
      z-index: 100;
      padding: 25px 0 0; }
      #contents .action .wrap.copy h2 {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title01.png") no-repeat left top;
        height: 66px;
        width: 718px;
        margin-bottom: 22px;
        opacity: 0; }
  #contents .action p {
    font-size: 23px;
    line-height: 1.522;
    font-weight: 500;
    letter-spacing: 0.08em;
    word-break: break-all; }
  #contents .action .swim p, #contents .action .jump p {
    line-height: 1.381;
    margin-top: 12px;
    font-weight: 500;
    font-size: 21px; }
  #contents .action .wrap h3 {
    position: absolute;
    z-index: 100; }
  #contents .action .wrap.swim h3 {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title02.png") no-repeat left top;
    width: 464px;
    height: 192px;
    right: -32px;
    top: 294px; }
  #contents .action .wrap.jump h3 {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title03.png") no-repeat left top;
    width: 451px;
    height: 240px;
    left: -190px;
    top: 120px; }
  #contents .action .swim {
    text-align: right;
    padding-bottom: 0px; }
    #contents .action .swim::after {
      content: '';
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title01.png") no-repeat left top;
      height: 66px;
      width: 718px;
      position: absolute;
      right: 464px;
      top: 26px;
      z-index: 10; }
  #contents .action .image {
    position: relative;
    z-index: 10; }
    #contents .action .image::after {
      content: '';
      height: 100%;
      width: 100%;
      z-index: 100;
      background: rgba(255, 0, 0, 0);
      position: absolute;
      left: 0;
      top: 0; }
  #contents .action .swim .image span {
    height: 502px;
    display: block;
    position: relative; }
  #contents .action .swim .image img {
    width: 671px;
    height: 502px; }
  #contents .action .swim .image ~ .image {
    margin-top: 150px;
    position: relative;
    z-index: 0; }
    #contents .action .swim .image ~ .image span {
      position: absolute;
      left: 88px;
      bottom: 0;
      z-index: 0;
      height: 306px; }
      #contents .action .swim .image ~ .image span::after {
        content: '';
        height: 100%;
        width: 100%;
        z-index: 100;
        background: rgba(255, 0, 0, 0);
        position: absolute;
        left: 0;
        top: 0; }
    #contents .action .swim .image ~ .image img {
      width: 497px;
      height: 307px; }
  #contents .action .jump {
    width: 595px;
    margin: -104px 0 0 444px; }
    #contents .action .jump .image img {
      width: 595px;
      height: 346px; }
  #contents .action #bgmoviewrap {
    width: 671px;
    height: 501px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 10; }
  #contents .action #bgmovie {
    height: 502px !important;
    width: 892px !important;
    position: relative;
    left: -111px; }
  #contents .action #bgmoviewrap02 {
    height: 307px;
    width: 497px;
    overflow: hidden;
    z-index: 0; }
  #contents .action #bgmovie02 {
    height: 311px !important;
    width: 546px !important;
    position: relative;
    left: -25px;
    top: -2px; }
  #contents .action #bgmoviewrap03 {
    height: 346px;
    width: 595px;
    overflow: hidden; }
  #contents .action #bgmovie03 {
    height: 350px !important;
    width: 620px !important;
    position: relative;
    left: -10px;
    top: -2px; }
  #contents .action .btn {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
    display: block;
    font-family: din-2014;
    background: #b48573;
    width: 215px;
    height: 70px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 34px; }
    #contents .action .btn b {
      font-weight: bold; }
#contents .characters {
  font-size: 0;
  line-height: 1;
  position: relative;
  max-width: 1220px;
  margin: 100px auto 0;
  padding-bottom: 72px;
  z-index: 1; }
  #contents .characters .bg {
    position: absolute;
    right: 50%;
    top: -188px;
    width: 510px;
    height: 510px;
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_bg_emblem.jpg") no-repeat left top/cover;
    margin-right: 416px;
    z-index: -1; }
  #contents .characters .wrap {
    position: relative;
    font-size: 0;
    z-index: 1; }
  #contents .characters .character {
    min-height: 836px; }
    #contents .characters .character .text {
      width: 868px;
      position: relative;
      z-index: 10;
      margin: 0 0 0 auto; }
      #contents .characters .character .text .text_wrap {
        padding: 90px 0 0 305px; }
      #contents .characters .character .text .cv {
        background: #fff;
        font-size: 12.6px;
        line-height: 19px;
        display: inline-block;
        border: 1px solid #3b3b3c;
        padding: 0 15px 0 20px;
        letter-spacing: 0.16em;
        margin-bottom: 18px;
        font-family: din-2014;
        font-weight: bold; }
        #contents .characters .character .text .cv span {
          display: inline-block;
          font-family: "EB Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; }
      #contents .characters .character .text h2 {
        font-size: 120px; }
        #contents .characters .character .text h2 small {
          display: block;
          font-size: 19px;
          letter-spacing: 0.1em;
          font-weight: 500; }
        #contents .characters .character .text h2 b {
          font-family: din-2014;
          letter-spacing: -0.03em;
          font-weight: 800;
          font-style: italic;
          transform: translateX(-0.06em);
          display: block;
          margin-top: 5px;
          line-height: 0.9; }
      #contents .characters .character .text p {
        font-size: 19px;
        line-height: 1.684;
        letter-spacing: 0.08em;
        margin-top: 15px;
        font-weight: 500; }
    #contents .characters .character .circle {
      width: 868px;
      height: 868px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
      border: 1px solid #017dbd;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff; }
      #contents .characters .character .circle span {
        display: block;
        height: 836px;
        width: 836px;
        overflow: hidden;
        position: relative;
        clip-path: circle(50% at 50% 50%);
        border-radius: 50%; }
        #contents .characters .character .circle span em {
          position: absolute;
          width: 100%;
          height: 1600px;
          display: block;
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_bg01.jpg") no-repeat left top/836px auto;
          left: 0;
          top: 0; }
  #contents .characters .slide_wrap {
    position: relative; }
    #contents .characters .slide_wrap .swiper-button-next {
      position: absolute;
      left: 50%;
      top: 83px;
      z-index: 100;
      margin: 0 0 0 127px; }
    #contents .characters .slide_wrap .swiper-button-prev {
      position: absolute;
      right: 50%;
      top: 83px;
      z-index: 100;
      margin: 0 0 0 -77px; }
    #contents .characters .slide_wrap .swiper-button-next::after, #contents .characters .slide_wrap .swiper-button-prev::after {
      content: '';
      width: 42px;
      background: #3b3b3c;
      height: 2px;
      position: absolute;
      left: -3px;
      bottom: -9px; }
  #contents .characters .swiper-container {
    width: 433px;
    height: auto;
    margin: 54px 0 0 -12px; }
    #contents .characters .swiper-container .swiper-slide {
      width: 435px;
      padding-bottom: 30px; }
      #contents .characters .swiper-container .swiper-slide img {
        width: 400px;
        height: auto; }
  #contents .characters .copy {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 5; }
    #contents .characters .copy p {
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_copy01.png") no-repeat left top/cover;
      width: 127px;
      height: 838px;
      position: absolute;
      right: 50%;
      top: 32px;
      z-index: 20;
      margin-right: 8px; }
    #contents .characters .copy span {
      position: relative;
      display: block; }
    #contents .characters .copy img {
      width: 790px;
      height: auto;
      margin: 60px -46px 0 0;
      z-index: 10;
      position: relative; }
  #contents .characters .wrap.fee {
    z-index: 0;
    margin-top: 105px; }
    #contents .characters .wrap.fee .text {
      width: 790px;
      position: relative;
      z-index: 10;
      margin: 0 auto 0 30px; }
      #contents .characters .wrap.fee .text .text_wrap {
        padding: 70px 0 0 134px; }
    #contents .characters .wrap.fee .circle {
      width: 790px;
      height: 790px;
      right: inherit;
      left: 30px; }
      #contents .characters .wrap.fee .circle span {
        display: block;
        height: 720px;
        width: 720px;
        clip-path: circle(50% at 50% 50%);
        border-radius: 50%; }
        #contents .characters .wrap.fee .circle span em {
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_bg02.jpg") no-repeat left top/720px auto;
          left: 0;
          top: 0;
          height: 1510px;
          width: 720px; }
    #contents .characters .wrap.fee .copy {
      right: inherit;
      left: 50%; }
      #contents .characters .wrap.fee .copy p {
        background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_copy02.jpg");
        width: 224px;
        height: 659px;
        margin: 0 -237px 0 0;
        top: 50px;
        z-index: 0; }
      #contents .characters .wrap.fee .copy img {
        width: 585px;
        height: auto;
        margin: 18px 0 0 -32px; }
    #contents .characters .wrap.fee .swiper-container {
      margin: 54px 0 0 0; }
    #contents .characters .wrap.fee .slide_wrap .swiper-button-next {
      margin: 0 0 0 95px; }
    #contents .characters .wrap.fee .slide_wrap .swiper-button-prev {
      margin: 0 0 0 -70px; }
#contents .character_list {
  margin: -30px auto 150px;
  text-align: center;
  position: relative;
  left: -5px;
  font-size: 0;
  line-height: 1; }
  #contents .character_list li {
    display: inline-block;
    vertical-align: top;
    width: 394px;
    height: 509px;
    position: relative;
    margin: 0 22px 45px; }
    #contents .character_list li img {
      width: 394px;
      height: auto; }
#contents .world {
  font-size: 0;
  line-height: 1;
  position: relative;
  max-width: 1400px;
  margin-top: -8px;
  position: relative;
  z-index: 0; }
  #contents .world h2 {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/world_title.png") no-repeat left top/534px 124px;
    width: 534px;
    height: 124px;
    margin-bottom: -41px;
    position: relative;
    z-index: 10;
    left: -13px; }
  #contents .world .copy {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/world_copy.png") no-repeat center top/732px 192px;
    height: 192px;
    z-index: 10;
    position: absolute;
    left: 90px;
    top: 104px;
    width: 732px; }
  #contents .world .wrap {
    position: relative;
    text-align: right;
    padding-bottom: 120px;
    z-index: 0; }
  #contents .world .swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    #contents .world .swiper-container .swiper-slide {
      width: 100%; }
      #contents .world .swiper-container .swiper-slide img {
        width: 100%;
        height: auto; }
    #contents .world .swiper-container .swiper-nav {
      margin: 0 0 0 auto; }
  #contents .world .text {
    border: 5px solid #3b3b3c;
    padding: 40px 40px;
    width: 740px;
    background: #fff;
    position: absolute;
    z-index: 10;
    text-align: left;
    position: absolute;
    left: 90px;
    bottom: 0; }
    #contents .world .text p {
      font-size: 23px;
      line-height: 1.522;
      margin-top: 10px;
      letter-spacing: 0.08em;
      font-weight: 500; }
    #contents .world .text .btn {
      color: #fff;
      font-size: 18px;
      display: inline-block;
      font-family: din-2014;
      background: #b48573;
      width: 215px;
      height: 70px;
      text-align: center;
      line-height: 70px;
      letter-spacing: 0.1em;
      font-weight: 500;
      margin-top: 35px; }
      #contents .world .text .btn b {
        font-weight: bold; }
#contents .spec {
  font-size: 0;
  line-height: 1;
  text-align: center;
  padding: 0px 0 0;
  margin-top: 24px; }
  #contents .spec h3 {
    font-size: 25px;
    font-family: din-2014;
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 194px;
    border-bottom: 1px solid #3b3b3c;
    margin: 0 auto; }
    #contents .spec h3 span {
      display: block;
      padding-bottom: 9px;
      position: relative;
      left: 2px; }
      #contents .spec h3 span::after {
        content: '';
        width: 7px;
        height: 7px;
        background: #3b3b3c;
        position: absolute;
        left: 50%;
        bottom: -3px;
        z-index: 10;
        transform: rotate(45deg);
        margin: 0 0 0 -5px; }
  #contents .spec p {
    font-size: 16px;
    margin-top: 13px;
    letter-spacing: 0.1em;
    font-weight: bold; }
    #contents .spec p + h3, #contents .spec p + .vertical {
      margin-top: 61px; }
  #contents .spec .vertical {
    display: flex;
    justify-content: center; }
    #contents .spec .vertical + h3 {
      margin-top: 61px; }
    #contents .spec .vertical div {
      padding: 0 25px; }
  #contents .spec dl {
    margin-top: 18px;
    max-width: 1200px;
    margin: 18px auto 0;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    #contents .spec dl dt {
      font-size: 19px;
      width: 50%;
      text-align: right;
      padding: 0 7px;
      letter-spacing: 0.1em;
      font-weight: bold; }
    #contents .spec dl dd {
      font-size: 16px;
      width: 50%;
      text-align: left;
      padding: 0 7px;
      letter-spacing: 0.1em;
      font-weight: bold; }
      #contents .spec dl dd em {
        font-size: 26px;
        font-weight: bold; }
    #contents .spec dl dl + dl {
      margin-top: 26px; }
#contents .privilege {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 10;
  padding: 125px 0 0;
  max-width: 1400px; }
  #contents .privilege .wrap {
    display: inline-block;
    justify-content: center;
    margin: 0 auto;
    text-align: center; }
    #contents .privilege .wrap div {
      width: 530px;
      height: 530px;
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_bg01.png") no-repeat left top/cover;
      display: inline-flex;
      align-items: center;
      padding-left: 230px;
      margin: 0 35px;
      position: relative; }
      #contents .privilege .wrap div::before {
        content: '';
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_chara01.png") no-repeat left top/278px 457px;
        width: 292px;
        height: 653px;
        position: absolute;
        left: 0;
        top: 54px;
        margin-left: -72px; }
      #contents .privilege .wrap div:nth-child(2) {
        background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_bg02.png"); }
        #contents .privilege .wrap div:nth-child(2)::before {
          background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_chara02.png");
          background-size: 287px 488px;
          top: 27px;
          margin-left: -71px; }
      #contents .privilege .wrap div:nth-child(3) {
        background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_bg03.png"); }
        #contents .privilege .wrap div:nth-child(3)::before {
          background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_chara03.png");
          background-size: 287px 488px;
          top: 27px;
          margin-left: -71px; }
  #contents .privilege dl {
    text-align: left !important; }
  #contents .privilege dt {
    font-size: 78px;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-top: -0.2em; }
    #contents .privilege dt small {
      font-size: 36px;
      line-height: 1;
      display: block;
      letter-spacing: 0.06em;
      height: 2.2em;
      align-items: flex-end; }
      #contents .privilege dt small b {
        display: flex;
        align-content: flex-end;
        height: 2.2em;
        align-items: flex-end; }
    #contents .privilege dt span {
      display: block;
      margin-top: -0.03em; }
  #contents .privilege dd {
    font-size: 24px;
    letter-spacing: 0.08em;
    color: #fff;
    line-height: 1.2;
    margin-top: 6px;
    font-weight: 500; }
    #contents .privilege dd small {
      display: block;
      font-size: 14px;
      padding: 1em 0 0;
      width: 200px; }
  #contents .privilege .btn {
    color: #fff;
    font-size: 12.6px;
    display: inline-block;
    font-family: din-2014;
    background: #b48573;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 33px;
    position: relative; }
    #contents .privilege .btn b {
      font-weight: bold; }
  #contents .privilege .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1140px;
    margin: 90px auto 0; }
    #contents .privilege .products .product {
      width: 981px;
      border: 5px solid #3b3b3c;
      text-align: center;
      margin: 0 15px 86px;
      padding: 30px 20px 54px;
      position: relative; }
      #contents .privilege .products .product img {
        /*width: 100%;*/
        height: auto; }
      #contents .privilege .products .product h3 img {
        width: 221px !important;
        height: auto; }
      #contents .privilege .products .product picture img {
        width: 600px;
        height: auto; }
      #contents .privilege .products .product p {
        font-size: 14px;
        line-height: 1; }
    #contents .privilege .products .product2 {
      width: 981px;
      border: 5px solid #3b3b3c;
      text-align: center;
      margin: 0 15px 86px;
      padding: 30px 20px 54px;
      position: relative; }
      #contents .privilege .products .product2 .zoomimg {
        display: block;
        width: 755px;
        margin: 0 auto;
        position: relative; }
        #contents .privilege .products .product2 .zoomimg a {
          display: block;
          width: 755px;
          margin: 0 auto; }
          #contents .privilege .products .product2 .zoomimg a img {
            transition: 0.3s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
          #contents .privilege .products .product2 .zoomimg a::after {
            content: 'ZOOM';
            font-family: din-2014;
            font-weight: bold;
            color: #fff;
            background: #b48573;
            position: absolute;
            border-radius: 50%;
            text-align: center;
            letter-spacing: 0.05em;
            transition: transform 0.4s;
            line-height: 1;
            font-size: 12px;
            width: 48px;
            height: 48px;
            left: -20px;
            top: -21px;
            padding: 19px 0 0; }
      #contents .privilege .products .product2 .wrap {
        width: 750px;
        padding: 50px 0 0 0;
        display: inherit; }
      #contents .privilege .products .product2 .ddx-btn {
        width: 250px;
        height: 150px;
        background: none;
        display: inline-block;
        margin: 80px 20px 0;
        text-align: center; }
        #contents .privilege .products .product2 .ddx-btn p {
          text-align: center;
          margin: 0 0 15px 0; }
          #contents .privilege .products .product2 .ddx-btn p a img {
            transition: 1.0s; }
          #contents .privilege .products .product2 .ddx-btn p a img:hover {
            opacity: 0.5; }
        #contents .privilege .products .product2 .ddx-btn::before {
          background-image: none;
          background-size: none;
          margin-left: inherit; }
      #contents .privilege .products .product2 img {
        /*width: 100%;*/
        height: auto; }
      #contents .privilege .products .product2 picture img {
        width: 600px;
        height: auto; }
      #contents .privilege .products .product2 p {
        font-size: 14px;
        line-height: 1; }
      #contents .privilege .products .product2 li {
        font-size: 17px;
        line-height: 1.522;
        margin-top: 10px;
        letter-spacing: 0.08em;
        font-weight: 500;
        text-align: left; }
    #contents .privilege .products h3 {
      margin: 35px 0 30px 0; }
      #contents .privilege .products h3 span {
        display: block;
        padding-bottom: 20px;
        position: relative;
        left: 2px;
        font-weight: 500; }
        #contents .privilege .products h3 span::after {
          content: '';
          width: 7px;
          height: 7px;
          background: #3b3b3c;
          position: absolute;
          left: 50%;
          bottom: -3px;
          z-index: 10;
          transform: rotate(45deg);
          margin: 0 0 0 -5px; }
        #contents .privilege .products h3 span::before {
          content: '';
          width: 194px;
          height: 1px;
          background: #3b3b3b;
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -97px; }
    #contents .privilege .products .btn {
      position: absolute;
      left: 50%;
      bottom: -28px;
      margin-left: -75px; }
    #contents .privilege .products + .products {
      margin-top: -4px; }

/*productsタブCSSここから*/
.tab-content {
  margin-top: 20px; }
  .tab-content input[type="radio"] {
    display: none;
    font-size: 19px; }
  .tab-content label {
    display: inline-block;
    width: 90px;
    height: 58px;
    margin: 0;
    padding: 0; }
    .tab-content label img {
      display: block; }
  .tab-content .tab-box {
    width: 780px;
    height: auto;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    padding: 25px; }
  .tab-content > .tab-box > div {
    display: none;
    font-size: 19px; }

/*タブ1*/
#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
  font-size: 19px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab1:checked ~ .tab-box > #tabView1:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView1:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab1:checked ~ .tab-box > #tabView1:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -293px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab1:checked ~ .tab-box > #tabView1:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: -294px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/*タブ2*/
#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
  font-size: 19px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab2:checked ~ .tab-box > #tabView2:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView2:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab2:checked ~ .tab-box > #tabView2:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -201px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab2:checked ~ .tab-box > #tabView2:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: -202px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/*タブ3*/
#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
  font-size: 19px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab3:checked ~ .tab-box > #tabView3:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView3:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab3:checked ~ .tab-box > #tabView3:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -111px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab3:checked ~ .tab-box > #tabView3:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: -112px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/*タブ4*/
#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
  font-size: 19px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab4:checked ~ .tab-box > #tabView4:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView4:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab4:checked ~ .tab-box > #tabView4:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -21px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab4:checked ~ .tab-box > #tabView4:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: -22px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/*タブ5*/
#tab5:checked ~ .tab-box > #tabView5 {
  display: block;
  font-size: 19px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab5:checked ~ .tab-box > #tabView5:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView5:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab5:checked ~ .tab-box > #tabView5:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: 70px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab5:checked ~ .tab-box > #tabView5:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: 69px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/*タブ6*/
#tab6:checked ~ .tab-box > #tabView6 {
  display: block;
  font-size: 19px;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab6:checked ~ .tab-box > #tabView6:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView6:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab6:checked ~ .tab-box > #tabView6:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: 160px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab6:checked ~ .tab-box > #tabView6:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: 159px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/*タブ7*/
#tab7:checked ~ .tab-box > #tabView7 {
  display: block;
  font-size: 19px;
  vertical-align: top;
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  padding-bottom: 50px; }
  #tab7:checked ~ .tab-box > #tabView7:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

#tabView7:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#tab7:checked ~ .tab-box > #tabView7:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: 263px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }
#tab7:checked ~ .tab-box > #tabView7:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 21px;
  margin-left: 262px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.shopbnr h4 {
  margin: 50px 0 10px 0; }
  .shopbnr h4 img {
    width: 254px !important;
    height: auto; }
.shopbnr ul {
  width: 728px;
  height: auto;
  display: block; }
  .shopbnr ul li {
    width: 214px;
    height: auto;
    display: inline-block;
    margin: 7px 7px; }
    .shopbnr ul li img {
      width: 214px !important;
      height: auto;
      display: block; }

/*productsタブCSSここまで*/
#contents .footer_bnrs {
  height: 1737px;
  text-align: center;
  max-width: 1400px;
  margin: -50px auto 0;
  position: relative;
  font-size: 0;
  line-height: 1;
  z-index: 0;
  background: url("https://www.koeitecmoamerica.com/ryza2/img/top/bnr_bg.jpg") no-repeat center top/auto 1737px; }
  #contents .footer_bnrs::before {
    content: '';
    width: 55px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0; }
  #contents .footer_bnrs::after {
    content: '';
    width: 55px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0; }
  #contents .footer_bnrs .logo {
    position: absolute;
    left: 50%;
    bottom: 612px;
    margin: 0 0 0 -343px; }
    #contents .footer_bnrs .logo img {
      width: 687px;
      height: auto; }
  #contents .footer_bnrs ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 187px; }
    #contents .footer_bnrs ul li {
      margin: 0 10px; }
      #contents .footer_bnrs ul li img {
        width: 100%;
        height: auto; }
  #contents .footer_bnrs .order {
    position: relative; }
    #contents .footer_bnrs .order a {
      width: 400px;
      height: 150px; }
      #contents .footer_bnrs .order a::after {
        content: '';
        width: 100%;
        height: 100%;
        border: solid 4px #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      #contents .footer_bnrs .order a b {
        font-size: 55px;
        padding: 50px 0 0; }
      #contents .footer_bnrs .order a span {
        font-size: 19px;
        padding: 0 48px 0 53px;
        margin: 8px 0 0; }
        #contents .footer_bnrs .order a span::before, #contents .footer_bnrs .order a span::after {
          content: '';
          width: 40px; }
  #contents .footer_bnrs .twitter a {
    position: relative;
    display: block; }
    #contents .footer_bnrs .twitter a span {
      display: block;
      position: absolute;
      left: 68px;
      top: 0;
      font-family: din-2014;
      letter-spacing: 0.06em;
      color: #703c27;
      line-height: 156px;
      font-weight: 500;
      font-size: 18.6px; }
  #contents .footer_bnrs .ryza1 a, #contents .footer_bnrs .twitter a {
    transition: filter 0.3s; }
  #contents .footer_bnrs .ryza1 a:hover {
    filter: brightness(0.8); }
  #contents .footer_bnrs .twitter a:hover {
    filter: brightness(1.2); }

 p.note {
  font-size: 17px !important;
  line-height: 1.5em !important;
  color: #000;
  margin: 10px 0 ; 
 }

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #contents .order a {
    width: 257.143px;
    height: 106.286px; }
    #contents .order a b {
      font-size: 41.143px;
      padding: 36px 0 0; }
    #contents .order a span {
      font-size: 13.714px;
      padding: 0 32.571px 0 36.857px;
      margin: 6.857px 0 0; }
      #contents .order a span::before, #contents .order a span::after {
        width: 25.714px;
        height: 2px; }
  #contents .kvcontents {
    height: 1460.571px; }
    #contents .kvcontents .parts {
      height: 1460.571px; }
      #contents .kvcontents .parts span {
        height: 1460.571px; }
      #contents .kvcontents .parts .bg {
        background-size: cover; }
      #contents .kvcontents .parts .fee i {
        width: 593.143px;
        height: 566.571px;
        top: 0px;
        right: 372.857px; }
      #contents .kvcontents .parts .ryza i {
        width: 1638.857px;
        height: 1861.714px;
        top: 125.143px;
        right: -116.571px; }
      #contents .kvcontents .parts .mask i {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_mask.png") right top no-repeat;
        width: 1645.714px;
        height: 1231.714px;
        z-index: 10;
        display: block;
        background-size: 100% auto;
        margin-left: -822.857px; }
      #contents .kvcontents .parts .copy {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_copy.png") left top no-repeat;
        width: 402px;
        height: 57.429px;
        top: 70.286px;
        right: 34.286px;
        z-index: 8;
        background-size: cover; }
  #contents .topics_archive {
    margin: -209.143px auto 0;
    padding: 0 0 0; }
    #contents .topics_archive .wrap {
      padding: 0 85.714px 0 0;
      margin: -23.143px auto 0; }
  #contents .footer_bnrs .logo {
    bottom: 524.571px;
    margin: 0 0 0 -294px; }
    #contents .footer_bnrs .logo img {
      width: 588.857px;
      height: auto; }
  #contents .footer_bnrs ul {
    padding-bottom: 160.286px; }
    #contents .footer_bnrs ul li {
      margin: 0 8.571px;
      width: 342.857px; }
  #contents .footer_bnrs .order a {
    width: 342.857px;
    height: 128.571px; }
    #contents .footer_bnrs .order a b {
      font-size: 47.143px;
      padding: 42.857px 0 0; }
    #contents .footer_bnrs .order a span {
      font-size: 16.286px;
      padding: 0 41.143px 0 45.429px;
      margin: 9.429px 0 0; }
      #contents .footer_bnrs .order a span::before, #contents .footer_bnrs .order a span::after {
        content: '';
        width: 34.286px; }
  #contents .footer_bnrs .twitter a span {
    left: 58.286px;
    line-height: 133.714px;
    font-size: 15.943px; }
  #contents .world .copy {
    background-size: cover;
    height: 164.571px;
    left: 77.143px;
    top: 89.143px;
    width: 627.429px; }
  #contents .world .text {
    width: 634.286px; }
  #contents .character_list {
    left: -4.286px; }
    #contents .character_list li {
      width: 337.714px;
      height: 436.286px;
      margin: 0 18.857px 38.571px; }
      #contents .character_list li img {
        width: 337.714px;
        height: auto; }
  #contents .action .wrap.swim {
    left: -20px; }
    #contents .action .wrap.swim::after {
      content: '';
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title01.png") no-repeat left top;
      height: 66px;
      width: 678px;
      position: absolute;
      right: 476px;
      top: 26px;
      z-index: 10;
      background-size: 100% auto; }
    #contents .action .wrap.swim h3 {
      right: 20px; } }
@media screen and (min-width: 1201px) {
  #contents .order a {
    width: 21.429vw;
    height: 8.857vw; }
    #contents .order a b {
      font-size: 3.429vw;
      padding: 3vw 0 0; }
    #contents .order a span {
      font-size: 1.143vw;
      padding: 0 2.714vw 0 3.071vw;
      margin: 0.571vw 0 0; }
      #contents .order a span::before, #contents .order a span::after {
        width: 2.143vw;
        height: 2px; }
  #contents .kvcontents {
    height: 121.714vw; }
    #contents .kvcontents .parts {
      height: 121.714vw; }
      #contents .kvcontents .parts span {
        height: 121.714vw; }
      #contents .kvcontents .parts .bg {
        background-size: 100% auto; }
      #contents .kvcontents .parts .fee i {
        width: 49.429vw;
        height: 47.214vw;
        top: 0px;
        right: 31.071vw; }
      #contents .kvcontents .parts .ryza i {
        width: 136.571vw;
        height: 155.143vw;
        top: 10.429vw;
        right: -9.714vw; }
      #contents .kvcontents .parts .mask i {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_mask.png") right top no-repeat;
        width: 137.143vw;
        height: 102.643vw;
        z-index: 10;
        display: block;
        background-size: 100% auto;
        margin-left: -68.571vw; }
      #contents .kvcontents .parts .copy {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_copy.png") left top no-repeat;
        width: 33.5vw;
        height: 4.786vw;
        top: 5.857vw;
        right: 2.857vw;
        z-index: 8;
        background-size: cover; }
  #contents .topics_archive {
    margin: -17.429vw auto 0;
    padding: 0 0 0; }
    #contents .topics_archive .wrap {
      padding: 0 7.143vw 0 0;
      margin: -1.929vw auto 0; }
  #contents .footer_bnrs .logo {
    bottom: 43.714vw;
    margin: 0 0 0 -24.5vw; }
    #contents .footer_bnrs .logo img {
      width: 49.071vw;
      height: auto; }
  #contents .footer_bnrs ul {
    padding-bottom: 13.357vw; }
    #contents .footer_bnrs ul li {
      margin: 0 .714vw;
      width: 28.571vw; }
  #contents .footer_bnrs .order a {
    width: 28.571vw;
    height: 10.714vw; }
    #contents .footer_bnrs .order a b {
      font-size: 3.929vw;
      padding: 3.571vw 0 0; }
    #contents .footer_bnrs .order a span {
      font-size: 1.357vw;
      padding: 0 3.429vw 0 3.786vw;
      margin: 0.786vw 0 0; }
      #contents .footer_bnrs .order a span::before, #contents .footer_bnrs .order a span::after {
        content: '';
        width: 2.857vw; }
  #contents .footer_bnrs .twitter a span {
    left: 4.857vw;
    line-height: 11.143vw;
    font-size: 1.329vw; }
  #contents .world .copy {
    background-size: cover;
    height: 13.714vw;
    left: 6.429vw;
    top: 7.429vw;
    width: 52.286vw; }
  #contents .world .text {
    width: 52.857vw; }
  #contents .character_list {
    left: -0.357vw; }
    #contents .character_list li {
      width: 28.143vw;
      height: 36.357vw;
      margin: 0 1.571vw 3.214vw; }
      #contents .character_list li img {
        width: 28.143vw;
        height: auto; }
  #contents .action .wrap.swim {
    left: -20px; }
    #contents .action .wrap.swim::after {
      content: '';
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title01.png") no-repeat left top;
      height: 66px;
      width: 698px;
      position: absolute;
      right: 470px;
      top: 26px;
      z-index: 10;
      background-size: 100% auto; }
    #contents .action .wrap.swim h3 {
      right: 20px; } }
@media screen and (min-width: 1340px) {
  #contents .action .wrap.swim {
    left: 0; }
    #contents .action .wrap.swim h3 {
      right: -32px; } }
@media screen and (min-width: 1401px) {
  #contents .kvcontents {
    height: 121.714vw; }
    #contents .kvcontents .parts {
      height: 121.714vw; }
      #contents .kvcontents .parts span {
        height: 121.714vw;
        background-size: cover !important; }
      #contents .kvcontents .parts .fee i {
        width: 49.429vw;
        height: 47.214vw;
        top: -.357vw;
        right: 31.071vw; }
      #contents .kvcontents .parts .ryza i {
        width: 136.571vw;
        height: 155.143vw;
        top: 10.429vw;
        right: -9.714vw; }
      #contents .kvcontents .parts .mask i {
        width: 137.143vw;
        height: 102.643vw;
        margin-left: -68.571vw; }
      #contents .kvcontents .parts .copy {
        width: 33.5vw;
        height: 4.786vw;
        top: 5.857vw;
        right: 2.857vw; }
    #contents .kvcontents .gameawards {
      right: 1.429vw;
      top: 54.286vw; }
  #contents .topics_archive {
    margin: -244px auto 0;
    padding: 0 0 0;
    max-width: 1400px; }
    #contents .topics_archive .wrap {
      padding: 0 100px 0 0;
      margin: -27px auto 0; }
  #contents .footer_bnrs {
    height: 124.071vw;
    max-width: inherit;
    margin: -5.714vw auto 0;
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/bnr_bg.jpg") no-repeat center top/auto 124.071vw; }
    #contents .footer_bnrs ul {
      padding-bottom: 187px; }
      #contents .footer_bnrs ul li {
        margin: 0 10px;
        width: 400px; }
    #contents .footer_bnrs .order a {
      width: 400px;
      height: 150px; }
      #contents .footer_bnrs .order a b {
        font-size: 55px;
        padding: 50px 0 0; }
      #contents .footer_bnrs .order a span {
        font-size: 19px;
        padding: 0 48px 0 53px;
        margin: 11px 0 0; }
        #contents .footer_bnrs .order a span::before, #contents .footer_bnrs .order a span::after {
          content: '';
          width: 40px; }
    #contents .footer_bnrs .twitter a span {
      left: 68px;
      line-height: 156px;
      font-size: 18.6px; }
  #contents .world .copy {
    background-size: cover;
    height: 192px;
    left: 90px;
    top: 104px;
    width: 732px; }
  #contents .world .text {
    width: 740px; }
  #contents .character_list {
    left: -5px; }
    #contents .character_list li {
      width: 394px;
      height: 509px;
      margin: 0 22px 45px; }
      #contents .character_list li img {
        width: 394px;
        height: auto; } }
@media screen and (min-width: 1401px) {
  #contents .kvcontents .bg {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_bg@1920.jpg") left top no-repeat;
    background-size: cover; }
  #contents .kvcontents .copy {
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_copy@1920.png") left top no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  .sitefooter {
    padding-bottom: 26.042vw; }

  .order a {
    width: 50vw;
    height: 20.833vw; }
    .order a b {
      font-size: 7.943vw;
      padding: 7.161vw 0 0; }
    .order a span {
      font-size: 2.734vw;
      padding: 0 6.51vw 0 6.51vw;
      margin: 1.042vw 0 0; }
      .order a span::before {
        width: 3.906vw;
        height: 2px; }
      .order a span::after {
        width: 6.51vw;
        height: 2px; }

  #contents .kvcontents {
    height: 237.76vw;
    width: 100vw;
    overflow: visible; }
    #contents .kvcontents::after {
      content: '';
      height: 7.031vw;
      width: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      display: none; }
    #contents .kvcontents::before {
      content: '';
      width: 11.198vw;
      height: 250.781vw;
      background: #fff; }
    #contents .kvcontents .parts {
      height: 237.76vw;
      width: 100%;
      overflow: visible; }
      #contents .kvcontents .parts::after {
        content: '';
        height: 7.031vw;
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        display: none; }
      #contents .kvcontents .parts span {
        height: 237.76vw;
        width: 100%;
        z-index: 0; }
      #contents .kvcontents .parts .bg {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_bg@sp.jpg") left top no-repeat;
        z-index: 0;
        background-size: 100% auto; }
      #contents .kvcontents .parts .fee {
        z-index: 16; }
      #contents .kvcontents .parts .ryza {
        z-index: 14; }
      #contents .kvcontents .parts .fee i {
        width: 78.125vw;
        height: 75.391vw;
        top: 54.427vw;
        right: 12.37vw;
        z-index: 6; }
      #contents .kvcontents .parts .ryza i {
        width: 213.672vw;
        height: 218.229vw;
        top: 13.021vw;
        right: -54.688vw;
        z-index: 4; }
      #contents .kvcontents .parts .mask {
        z-index: 100; }
        #contents .kvcontents .parts .mask i {
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_mask@sp.png") -13.021vw center no-repeat;
          width: 100%;
          height: 237.76vw;
          z-index: 10;
          margin: 0;
          left: 0;
          background-size: 126.042vw auto; }
      #contents .kvcontents .parts .copy {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/kv_copy@sp.png") left top no-repeat;
        width: 100vw;
        height: 11.068vw;
        top: inherit;
        right: 0vw;
        background-size: 100% auto;
        z-index: 20;
        bottom: 38.411vw; }
    #contents .kvcontents .cell.left_cell {
      padding: 0 0;
      height: 237.76vw; }
    #contents .kvcontents .cell.right_cell {
      left: inherit;
      right: 0; }
    #contents .kvcontents h1 {
      position: relative;
      left: 1.563vw; }
      #contents .kvcontents h1 img {
        width: 42.969vw;
        height: auto; }
    #contents .kvcontents .release {
      font-size: 8.789vw;
      padding: 0 0 0 2.995vw;
      margin: 1.302vw 0 0; }
    #contents .kvcontents .pv {
      width: 40.885vw;
      margin-top: 0vw; }
      #contents .kvcontents .pv i {
        width: 9.635vw;
        height: 9.635vw;
        margin: -4.818vw 0 0 -4.818vw; }
        #contents .kvcontents .pv i::before, #contents .kvcontents .pv i::after {
          width: 14.583vw;
          height: 14.583vw;
          margin: -2.474vw 0 0 -2.474vw; }
    #contents .kvcontents .eposcard {
      width: 89.844vw;
      margin-top: 0vw; }
    #contents .kvcontents .twitterbtn {
      margin: 0vw 0 0 3.906vw;
      position: absolute;
      left: 0;
      bottom: 0; }
      #contents .kvcontents .twitterbtn a {
        width: 3.776vw;
        height: 31.12vw; }
        #contents .kvcontents .twitterbtn a::before {
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/official_twitter.png") no-repeat center top/3.776vw auto; }
        #contents .kvcontents .twitterbtn a::after {
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/official_twitter_black.png") no-repeat center top/3.776vw auto; }
    #contents .kvcontents .gameawards {
      position: static;
      padding: 8.203vw 0 0 2.995vw; }
      #contents .kvcontents .gameawards img {
        width: 16.016vw;
        height: auto; }
    #contents .kvcontents .spwrap {
      height: 135.417vw;
      display: block;
      padding: 13.542vw 0 0; }
  #contents .kv_aftercontent {
    padding-top: 8.594vw;
    display: block; }
    #contents .kv_aftercontent p {
      text-align: right; }
      #contents .kv_aftercontent p a {
        display: block; }
      #contents .kv_aftercontent p img {
        width: 89.844vw;
        height: auto; }
      #contents .kv_aftercontent p + p {
        margin-top: 2.604vw; }
  #contents .topics_archive {
    padding: 0;
    max-width: inherit;
    margin: 10.938vw 0 0; }
    #contents .topics_archive .wrap {
      display: block;
      padding: 0 0 0 6.25vw;
      margin: 0 auto 0; }
  #contents .about {
    max-width: inherit;
    margin-top: 0;
    padding: 65.104vw 0 0; }
    #contents .about .wrap {
      position: relative; }
    #contents .about .copy {
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_copy@sp.png") no-repeat center top/100vw 15.234vw;
      height: 15.234vw;
      margin: 0;
      width: 100vw;
      position: absolute;
      left: 0;
      top: 19.531vw;
      z-index: 110; }
    #contents .about .bg {
      top: 0vw;
      width: 77.344vw;
      left: 50%;
      top: 0;
      margin: -10.156vw 0 0 -38.542vw; }
      #contents .about .bg span {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_bg.jpg") no-repeat center center/77.344vw 77.344vw;
        height: 77.344vw; }
    #contents .about .swiper-container {
      width: 100%;
      z-index: 200; }
      #contents .about .swiper-container .swiper-slide {
        width: 100%; }
        #contents .about .swiper-container .swiper-slide img {
          width: 92.448vw;
          height: auto; }
    #contents .about .text {
      border: 1.042vw solid #3b3b3c;
      padding: 0vw 7.161vw;
      width: 85.938vw;
      position: relative;
      right: inherit;
      top: 0;
      left: -1.172vw;
      margin-bottom: -1.172vw;
      z-index: 5; }
      #contents .about .text h3 {
        font-size: 6.51vw;
        margin: 13.672vw 0 3.385vw;
        letter-spacing: 0; }
        #contents .about .text h3 b {
          font-size: 6.51vw; }
      #contents .about .text p {
        font-size: 4.427vw;
        line-height: 6.771vw;
        margin-top: 0vw;
        margin-bottom: 12.37vw; }
  #contents .action {
    max-width: inherit;
    margin: 18.229vw auto 0; }
    #contents .action .wrap.copy {
      position: relative;
      left: inherit;
      padding: 0 0 13.021vw;
      top: 0; }
      #contents .action .wrap.copy h2 {
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title01@sp.jpg") no-repeat 0 top/auto 100%;
        height: 8.073vw;
        width: 100%;
        margin-bottom: 0;
        z-index: 100;
        opacity: 1; }
    #contents .action p {
      font-size: 4.492vw;
      line-height: 6.771vw;
      margin: 5.859vw 0 0 8.854vw;
      letter-spacing: 0.08em; }
    #contents .action .swim p, #contents .action .jump p {
      line-height: 5.339vw;
      margin-top: 3.646vw;
      padding: 0 5.859vw;
      font-size: 4.036vw; }
    #contents .action .swim p {
      padding: 0 2.604vw 0 57.943vw;
      text-align: left;
      margin-left: 0; }
    #contents .action .jump p {
      padding: 0 4.557vw;
      margin-left: 0; }
    #contents .action .wrap h3 {
      position: absolute;
      z-index: 100; }
    #contents .action .wrap.swim h3 {
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title02@sp.png") no-repeat left top/100% 100%;
      width: 45.313vw;
      height: 18.75vw;
      right: 4.297vw;
      top: 30.729vw; }
    #contents .action .wrap.jump h3 {
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/about_title03@sp.png") no-repeat left top/100% 100%;
      width: 44.141vw;
      height: 23.307vw;
      left: 9.115vw;
      top: 8.594vw; }
      #contents .action .wrap.jump h3::after {
        display: none; }
    #contents .action .swim {
      text-align: right;
      padding-bottom: 0px;
      position: relative;
      z-index: 10; }
      #contents .action .swim::after {
        display: none; }
    #contents .action .image {
      position: relative;
      z-index: 10; }
      #contents .action .image::after {
        content: '';
        height: 100%;
        width: 100%;
        z-index: 100;
        background: rgba(255, 0, 0, 0);
        position: absolute;
        left: 0;
        top: 0; }
    #contents .action .swim .image span {
      height: 52.604vw;
      display: block;
      position: relative; }
    #contents .action .swim .image img {
      width: auto;
      height: 52.604vw; }
    #contents .action .swim .image ~ .image {
      margin-top: 0vw;
      z-index: 0;
      position: absolute;
      left: 0;
      top: 39.844vw; }
      #contents .action .swim .image ~ .image span {
        position: static;
        left: 0;
        bottom: inherit;
        top: 0;
        z-index: 0;
        height: 35.156vw; }
        #contents .action .swim .image ~ .image span::after {
          content: '';
          height: 100%;
          width: 100%;
          z-index: 100;
          background: rgba(255, 0, 0, 0);
          position: absolute;
          left: 0;
          top: 0; }
      #contents .action .swim .image ~ .image img {
        width: 497px;
        height: 307px; }
    #contents .action .jump {
      width: 100%;
      margin: 13.021vw 0 0; }
      #contents .action .jump .image img {
        width: 595px;
        height: 346px; }
    #contents .action #bgmoviewrap {
      width: 69.661vw;
      height: 52.604vw;
      position: absolute;
      right: -.651vw;
      top: 0; }
    #contents .action #bgmovie {
      height: 59.896vw !important;
      width: 106.771vw !important;
      left: -18.229vw;
      top: -7.161vw; }
    #contents .action #bgmoviewrap02 {
      height: 36.198vw;
      width: 61.198vw; }
    #contents .action #bgmovie02 {
      height: 36.719vw !important;
      width: 64.323vw !important;
      left: -13.672vw;
      top: -0.26vw; }
    #contents .action #bgmoviewrap03 {
      height: 39.453vw;
      width: 68.75vw;
      margin-left: 26.302vw; }
    #contents .action #bgmovie03 {
      height: 39.974vw !important;
      width: 70.313vw !important;
      left: -.781vw;
      top: -0.26vw; }
    #contents .action .btn {
      font-size: 2.734vw;
      line-height: 9.896vw;
      width: 29.948vw;
      height: 9.896vw;
      margin-top: 7.813vw;
      margin-left: 9.115vw;
      margin-bottom: -2.865vw;
      position: relative;
      z-index: 100; }
  #contents .characters {
    max-width: inherit;
    margin: 0vw auto 0;
    padding-bottom: 0vw; }
    #contents .characters .bg {
      right: inherit;
      left: -29.948vw;
      top: 0vw;
      width: 61.849vw;
      height: 61.849vw;
      margin-right: 0; }
    #contents .characters .character {
      min-height: inherit;
      padding: 101.432vw 0 0; }
      #contents .characters .character .text {
        width: 100vw;
        position: relative;
        z-index: 10;
        margin: 0;
        padding-left: 13.672vw; }
        #contents .characters .character .text .text_wrap {
          padding: 12.5vw 0 0; }
        #contents .characters .character .text .cv {
          font-size: 1.823vw;
          line-height: 2.474vw;
          padding: 0 1.953vw 0 2.604vw;
          margin-bottom: 2.995vw; }
          #contents .characters .character .text .cv span {
            font-size: 1.953vw; }
        #contents .characters .character .text h2 {
          font-size: 19.141vw;
          position: relative;
          left: -1.302vw; }
          #contents .characters .character .text h2 small {
            font-size: 2.734vw;
            left: 1.302vw;
            position: relative; }
          #contents .characters .character .text h2 b {
            margin-top: 1.172vw; }
        #contents .characters .character .text p {
          font-size: 3.516vw;
          line-height: 4.948vw;
          letter-spacing: 0.075em;
          margin-top: 1.563vw; }
      #contents .characters .character .circle {
        width: 127.083vw;
        height: 127.083vw;
        position: absolute;
        left: inherit;
        right: 4.297vw;
        top: 98.698vw; }
        #contents .characters .character .circle span {
          height: 122.396vw;
          width: 122.396vw; }
          #contents .characters .character .circle span em {
            background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_bg01_circle.jpg") no-repeat left top/100% 100%;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%; }
    #contents .characters .slide_wrap .swiper-button-next {
      top: 12.24vw;
      margin: 0 0 0 19.141vw;
      font-size: 2.044vw; }
    #contents .characters .slide_wrap .swiper-button-prev {
      top: 12.24vw;
      margin: 0 0 0 -11.068vw;
      font-size: 2.044vw; }
    #contents .characters .slide_wrap .swiper-button-next::after, #contents .characters .slide_wrap .swiper-button-prev::after {
      content: '';
      width: 6.25vw;
      left: -.521vw;
      bottom: -1.042vw; }
    #contents .characters .swiper-container {
      width: 62.109vw;
      height: auto;
      margin: 6.25vw 0 0 0; }
      #contents .characters .swiper-container .swiper-slide {
        width: 62.5vw;
        padding-bottom: 6.51vw; }
        #contents .characters .swiper-container .swiper-slide img {
          width: 58.594vw;
          height: auto; }
    #contents .characters .copy {
      position: absolute;
      right: inherit;
      top: 0;
      z-index: 5;
      width: 100%; }
      #contents .characters .copy p {
        content: '';
        background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_copy01@sp.png") no-repeat left top/cover;
        width: 16.927vw;
        height: 111.979vw;
        top: -1.302vw;
        margin-right: -1.563vw;
        right: 50%; }
      #contents .characters .copy img {
        width: 127.734vw;
        height: auto;
        margin: 16.146vw 0 0 -5.99vw; }
    #contents .characters .wrap.fee {
      z-index: 0;
      margin-top: 0;
      height: 133.854vw; }
      #contents .characters .wrap.fee .character {
        padding: 22.135vw 0 0; }
        #contents .characters .wrap.fee .character .text {
          width: 100%;
          position: relative;
          z-index: 10;
          margin: 0 auto 0 0;
          padding-left: 27.995vw; }
          #contents .characters .wrap.fee .character .text .text_wrap {
            padding: 5.339vw 0 0; }
      #contents .characters .wrap.fee .circle {
        width: 115.755vw;
        height: 115.755vw;
        left: 9.115vw;
        top: 17.708vw;
        position: absolute; }
        #contents .characters .wrap.fee .circle span {
          height: 105.339vw;
          width: 105.339vw;
          border-radius: 50%;
          clip-path: circle(50% at 50% 50%);
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_bg02@sp.png") no-repeat left top/100% 100%; }
          #contents .characters .wrap.fee .circle span em {
            background: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_bg02@sp.png") no-repeat left top/100% 100%;
            display: none; }
      #contents .characters .wrap.fee .copy {
        position: absolute;
        left: 0;
        top: 0; }
        #contents .characters .wrap.fee .copy p {
          background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/chara_copy02@sp.jpg");
          width: 15.625vw;
          height: 115.365vw;
          margin: 0 29.948vw 0 0;
          top: 4.688vw;
          z-index: 0; }
        #contents .characters .wrap.fee .copy img {
          width: 70.573vw;
          height: auto;
          margin: -1.302vw 0 0 50vw; }
      #contents .characters .wrap.fee .swiper-container {
        margin: 4.948vw 0 0 0; }
      #contents .characters .wrap.fee .slide_wrap .swiper-button-next {
        margin: 0 0 0 27.344vw; }
      #contents .characters .wrap.fee .slide_wrap .swiper-button-prev {
        margin: 0 0 0 -10.417vw; }
  #contents .character_list {
    margin: 14.323vw auto 26.042vw;
    text-align: center;
    position: relative;
    left: 0.125vw;
    z-index: 100; }
    #contents .character_list li {
      display: inline-block;
      vertical-align: top;
      width: 45.052vw;
      height: 64.583vw;
      margin: 0 1.172vw 0; }
      #contents .character_list li img {
        width: 45.052vw;
        height: auto; }
  #contents .world {
    max-width: inherit;
    margin-top: 0px; }
    #contents .world::before {
      content: '';
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/world_bg_emblem@sp.jpg") no-repeat left top/cover;
      width: 77.083vw;
      animation: spin 64s linear infinite;
      height: 77.083vw;
      position: absolute;
      left: 50%;
      top: -28.255vw;
      z-index: -1;
      margin-left: 1.563vw; }
    #contents .world h2 {
      background: none;
      width: inherit;
      height: inherit;
      margin-bottom: 0;
      position: relative;
      z-index: 10;
      left: 0;
      font-size: 18.75vw;
      font-family: din-2014;
      font-style: italic;
      font-weight: 700;
      line-height: 1;
      margin: 5.859vw -1.563vw -8.073vw 0;
      text-align: right;
      letter-spacing: -0.02em; }
    #contents .world .copy {
      background: url("https://www.koeitecmoamerica.com/ryza2/img/top/world_copy@sp.jpg") no-repeat center top/65.234vw 38.411vw;
      height: 38.411vw;
      z-index: 10;
      position: relative;
      left: 0;
      top: 0;
      width: 65.234vw;
      font-size: 0;
      line-height: 1; }
    #contents .world .wrap {
      position: relative;
      text-align: right;
      padding-bottom: 0px;
      z-index: 0; }
    #contents .world .swiper-container {
      width: 100%;
      height: auto;
      margin: 0 auto;
      z-index: 10; }
      #contents .world .swiper-container .swiper-slide {
        width: 100%; }
        #contents .world .swiper-container .swiper-slide img {
          width: 100%;
          height: auto; }
      #contents .world .swiper-container .swiper-nav {
        margin: 0 0 0 auto; }
    #contents .world .text {
      border: 1.042vw solid #3b3b3c;
      padding: 11.458vw 2.604vw 5.99vw 5.99vw;
      width: 83.333vw;
      position: relative;
      display: inline-block;
      margin: 0 0 -1.172vw auto;
      right: -1.172vw;
      left: inherit;
      z-index: 0; }
      #contents .world .text p {
        font-size: 4.492vw;
        line-height: 6.836vw;
        margin-top: 2.474vw; }
      #contents .world .text .btn {
        font-size: 2.214vw;
        width: 29.948vw;
        height: 9.896vw;
        line-height: 9.896vw;
        margin-top: 5.729vw; }
      #contents .world .text p.copy {
        font-size: 0; }
  #contents .spec {
    padding: 11.719vw 0 0;
    margin-top: 0vw; }
    #contents .spec h3 {
      font-size: 3.646vw;
      width: 28.125vw; }
      #contents .spec h3 span {
        padding-bottom: 1.953vw;
        left: -0.26vw; }
        #contents .spec h3 span::after {
          content: '';
          width: .911vw;
          height: .911vw;
          bottom: -.391vw;
          margin: 0 0 0 -0.391vw; }
    #contents .spec p {
      font-size: 2.344vw;
      margin-top: 1.693vw; }
      #contents .spec p + h3, #contents .spec p + .vertical {
        margin-top: 10.026vw; }
    #contents .spec .vertical {
      flex-wrap: wrap; }
      #contents .spec .vertical + h3 {
        margin-top: 10.026vw; }
      #contents .spec .vertical div {
        padding: 0 3.646vw; }
        #contents .spec .vertical div:nth-child(3) {
          margin-top: 10.026vw; }
    #contents .spec dl {
      max-width: inherit;
      margin: 2.344vw auto 0;
      position: relative; }
      #contents .spec dl dt {
        font-size: 2.734vw;
        width: 50%;
        padding: 0 0.911vw; }
      #contents .spec dl dd {
        font-size: 2.214vw;
        width: 50%;
        padding: 0 0.911vw; }
        #contents .spec dl dd em {
          font-size: 3.776vw; }
      #contents .spec dl dl + dl {
        margin-top: 5.208vw; }
  #contents .privilege {
    padding: 17.708vw 0 0; }
    #contents .privilege .wrap {
      display: block;
      text-align: center; }
      #contents .privilege .wrap div {
        width: 69.922vw;
        height: 69.922vw;
        padding-left: 29.948vw;
        margin: 0;
        position: relative;
        text-align: left; }
        #contents .privilege .wrap div::before {
          content: '';
          background: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_chara01@sp.png") no-repeat left top/34.245vw 67.188vw;
          width: 34.245vw;
          height: 67.188vw;
          top: -.391vw;
          margin-left: -5.208vw; }
        #contents .privilege .wrap div:nth-child(2) {
          background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_bg02.png");
          margin-top: 6.51vw; }
          #contents .privilege .wrap div:nth-child(2)::before {
            background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_chara02.png");
            background-size: 36.068vw 61.328vw;
            top: 4.297vw;
            margin-left: -5.859vw; }
        #contents .privilege .wrap div:nth-child(3) {
          background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_bg03.png");
          margin-top: 6.51vw; }
          #contents .privilege .wrap div:nth-child(3)::before {
            background-image: url("https://www.koeitecmoamerica.com/ryza2/img/top/tokuten_chara03.png");
            background-size: 36.068vw 61.328vw;
            top: 4.297vw;
            margin-left: -5.859vw; }
    #contents .privilege dt {
      font-size: 10.286vw;
      font-weight: 400; }
      #contents .privilege dt small {
        font-size: 4.688vw;
        white-space: nowrap; }
      #contents .privilege dt span {
        height: auto;
        display: block;
        margin-top: -1.302vw; }
    #contents .privilege dd {
      font-size: 3.125vw;
      margin-top: 0vw; }
      #contents .privilege dd small {
        font-size: 1.823vw;
        padding: 1em 0 0;
        width: 39.063vw; }
    #contents .privilege .btn {
      font-size: 2.474vw;
      width: 29.948vw;
      height: 9.115vw;
      line-height: 9.115vw;
      margin-top: 3.906vw; }
    #contents .privilege .products {
      display: block;
      width: inherit;
      margin: 15.714px auto 0; }
      #contents .privilege .products .product {
        width: 100vw !important;
        text-align: center;
        margin: 0 auto 10.026vw;
        border: none;
        padding: 3.906vw 2.604vw 7.422vw; }
        #contents .privilege .products .product p {
          font-size: 1.823vw;
          line-height: 1; }
      #contents .privilege .products .product2 {
        width: 100vw !important;
        text-align: center;
        margin: 0 auto 10.026vw;
        border: none;
        padding: 0 2.604vw 7.422vw; }
        #contents .privilege .products .product2 .ddx-btn {
          width: 43vw;
          height: 25vw;
          background: none;
          display: inline-block;
          margin: 7vw 2vw 0;
          text-align: center; }
          #contents .privilege .products .product2 .ddx-btn img {
            width: 43vw; }
        #contents .privilege .products .product2 .wrap {
          width: 98%;
          padding: 8vw 0 0 0; }
        #contents .privilege .products .product2 .zoomimg {
          width: 100%; }
          #contents .privilege .products .product2 .zoomimg a {
            width: 100%; }
            #contents .privilege .products .product2 .zoomimg a::after {
              content: 'ZOOM';
              font-family: din-2014;
              font-weight: bold;
              color: #fff;
              background: #b48573;
              position: absolute;
              border-radius: 50%;
              text-align: center;
              letter-spacing: 0.05em;
              transition: transform 0.4s;
              line-height: 1;
              font-size: 2.5vw;
              width: 10vw;
              height: 10vw;
              left: -2vw;
              top: -3vw;
              padding: 4vw 0 0; }
          #contents .privilege .products .product2 .zoomimg img {
            width: 100%; }
        #contents .privilege .products .product2 h3 {
          padding: 2vw 0 6vw 0; }
          #contents .privilege .products .product2 h3 img {
            width: 100%; }
        #contents .privilege .products .product2 p {
          font-size: 1.823vw;
          line-height: 1; }
        #contents .privilege .products .product2 ol {
          margin-left: 4vw; }
        #contents .privilege .products .product2 li {
          font-size: 3.516vw;
          line-height: 1.522;
          margin-top: 2vw;
          letter-spacing: 0.08em;
          font-weight: 500;
          text-align: left; }
      #contents .privilege .products h3 {
        font-size: 2.93vw;
        line-height: 1;
        letter-spacing: .1em;
        margin-bottom: 3.906vw; }
      #contents .privilege .products .product picture img {
        width: 99vw;
        text-align: center;
        margin: 0 0 0 -2vw; }
      #contents .privilege .products h3 span {
        display: block;
        padding-bottom: 3.125vw;
        position: relative;
        left: 0vw; }
        #contents .privilege .products h3 span::after {
          content: '';
          width: .911vw;
          height: .911vw;
          bottom: -.391vw;
          z-index: 10;
          transform: rotate(45deg);
          margin: 0 0 0 -0.651vw; }
        #contents .privilege .products h3 span::before {
          content: '';
          width: 28.646vw;
          margin-left: -14.323vw; }
      #contents .privilege .products .btn {
        position: absolute;
        left: 50%;
        bottom: -5.208vw;
        margin-left: -14.974vw; }
      #contents .privilege .products + .products {
        margin-top: 7.422vw; }

  /*productsタブCSSここから*/
  .tab-content {
    margin-top: 4vw; }
    .tab-content input[type="radio"] {
      display: none;
      font-size: 19px; }
    .tab-content label {
      display: inline-block;
      width: 10.5vw;
      height: auto;
      margin: 0 1vw;
      padding: 0; }
      .tab-content label img {
        width: 10.5vw;
        display: block; }

  label[for="tab7"] {
    width: 16vw !important; }
    label[for="tab7"] img {
      width: 16vw !important; }

  .tab-content .tab-box {
    width: 95vw;
    height: auto;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    padding: 8vw 2vw 2vw 2vw; }
  .tab-content > .tab-box > div {
    display: none;
    font-size: 19px; }

  /*タブ1*/
  #tab1:checked ~ .tab-box > #tabView1 {
    display: block;
    font-size: 19px;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab1:checked ~ .tab-box > #tabView1:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView1:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab1:checked ~ .tab-box > #tabView1:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: -42.6vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab1:checked ~ .tab-box > #tabView1:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: -42.875vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  /*タブ2*/
  #tab2:checked ~ .tab-box > #tabView2 {
    display: block;
    font-size: 19px;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab2:checked ~ .tab-box > #tabView2:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView2:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab2:checked ~ .tab-box > #tabView2:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: -29.8vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab2:checked ~ .tab-box > #tabView2:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: -30.1vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  /*タブ3*/
  #tab3:checked ~ .tab-box > #tabView3 {
    display: block;
    font-size: 19px;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab3:checked ~ .tab-box > #tabView3:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView3:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab3:checked ~ .tab-box > #tabView3:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: -17.5vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab3:checked ~ .tab-box > #tabView3:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: -17.9vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  /*タブ4*/
  #tab4:checked ~ .tab-box > #tabView4 {
    display: block;
    font-size: 19px;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab4:checked ~ .tab-box > #tabView4:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView4:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab4:checked ~ .tab-box > #tabView4:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: -5.2vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab4:checked ~ .tab-box > #tabView4:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: -5.5vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  /*タブ5*/
  #tab5:checked ~ .tab-box > #tabView5 {
    display: block;
    font-size: 19px;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab5:checked ~ .tab-box > #tabView5:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView5:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab5:checked ~ .tab-box > #tabView5:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: 7.0vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab5:checked ~ .tab-box > #tabView5:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: 6.8vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  /*タブ6*/
  #tab6:checked ~ .tab-box > #tabView6 {
    display: block;
    font-size: 19px;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab6:checked ~ .tab-box > #tabView6:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView6:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab6:checked ~ .tab-box > #tabView6:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: 20.1vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab6:checked ~ .tab-box > #tabView6:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: 19.8vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  /*タブ7*/
  #tab7:checked ~ .tab-box > #tabView7 {
    display: block;
    font-size: 19px;
    vertical-align: top;
    position: relative;
    background: #ffffff;
    border: 0.3125vw solid #000000;
    padding-bottom: 12vw; }
    #tab7:checked ~ .tab-box > #tabView7:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

  #tabView7:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }

  #tab7:checked ~ .tab-box > #tabView7:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 6.25vw;
    margin-left: 35.02vw;
    border-left: 2.1875vw solid transparent;
    border-right: 2.1875vw solid transparent; }
  #tab7:checked ~ .tab-box > #tabView7:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 6.5625vw;
    margin-left: 34.8vw;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent; }

  .shopbnr h4 {
    margin: 14vw 0 3vw 0; }
    .shopbnr h4 img {
      width: 47vw !important;
      height: auto; }
  .shopbnr ul {
    width: 90vw;
    height: auto;
    display: block; }
    .shopbnr ul li {
      width: 35vw !important;
      height: auto;
      display: inline-block;
      margin: 1vw; }
      .shopbnr ul li img {
        width: 35vw !important;
        height: auto;
        display: block; }

  /*productsタブCSSここまで*/
  #contents .footer_bnrs {
    height: 160.547vw;
    max-width: inherit;
    margin: -1.302vw auto 0;
    position: relative;
    background: url("https://www.koeitecmoamerica.com/ryza2/img/top/bnr_bg@sp.jpg") no-repeat center top/auto 160.547vw; }
    #contents .footer_bnrs::before, #contents .footer_bnrs::after, #contents .footer_bnrs .logo {
      display: none; }
    #contents .footer_bnrs ul {
      display: block;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 0;
      flex-wrap: wrap;
      position: absolute;
      left: 4vw;
      bottom: 18.49vw;
      height: auto; }
      #contents .footer_bnrs ul li {
        margin: 3.385vw 1.042vw 0;
        display: inline-block;
        vertical-align: top; }
        #contents .footer_bnrs ul li a {
          width: 44.01vw;
          height: 16.406vw;
          display: inline-block; }
        #contents .footer_bnrs ul li img {
          width: 100%;
          height: auto; }
    #contents .footer_bnrs .order {
      position: relative; }
      #contents .footer_bnrs .order a {
        width: 44.01vw;
        height: 16.406vw; }
        #contents .footer_bnrs .order a::after {
          border: solid 0.26vw #fff; }
        #contents .footer_bnrs .order a b {
          font-size: 5.99vw;
          padding: 5.339vw 0 0; }
        #contents .footer_bnrs .order a span {
          font-size: 2.083vw;
          padding: 0 6.25vw 0 6.901vw;
          margin: 1.042vw 0 0; }
          #contents .footer_bnrs .order a span::before, #contents .footer_bnrs .order a span::after {
            content: '';
            width: 5.208vw; }
    #contents .footer_bnrs .twitter a span {
      left: 7.813vw;
      line-height: 17.188vw;
      font-size: 1.953vw; } }
#topics_section_anchor {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100; }

@media screen and (min-width: 768px) {
  #topics_section_anchor {
    top: -200px; } }
@media screen and (min-width: 1200px) {
  #topics_section_anchor {
    top: -16.5vw; } }
