/* default */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  vertical-align: top;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font: 1.6em / normal "Noto Sans JP", sans-serif;
  background: url("../img/kv_bg2.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
}

a {
  text-decoration: none;
}

p, ul, ol, dl, table {
  margin-bottom: 0;
}

/* base layout */
body {
  width: 100%;
  min-width: 1280px;
}

main {
  padding: 0;
}





@media screen and (min-width: 751px) {
  .sp-only_local {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: auto;
  }
  .pc-only_local {
    display: none;
  }
}

.lp-wrapper {
  width: 100%;
  overflow: hidden;
}

a[data-fancybox] {
  outline: none !important;
}

/* kv */
.kv-wrap {
  height: 900px;
  background: url(../img/kv_bg.jpg) no-repeat 50% 100%/cover;
}

.kv-inner {
  position: relative;
  z-index: 0;
  text-align: center;
  height: 100%;
  margin: 0 auto;
}


.kv-inner .main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 36px 0 0;
  width: 440px;
  height: 600px;
  background: url(../img/kv_main_bg.png) no-repeat;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

.kv-inner .main .logo-ryza2 {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  left: -6px;
  z-index: 2;
  width: 360px;
  margin-bottom: 40px;
  pointer-events: none;
}

.kv-inner .main .text-01 {
  margin-bottom: 6px;
  font-size: 3.6rem;
  line-height: 1.3;
}

.kv-inner .main .text-02 {
  margin-bottom: 45px;
  color: #f15910;
  font-size: 6rem;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.kv-inner .main .date {
  font-size: 3rem;
  line-height: 1.3;
}

.kv-inner .chara {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}

.kv-inner .chara img {
  position: absolute;
  opacity: 0;
}

.kv-inner .chara-01 img {
  top: 40px;
  left: 250px;
  animation: .6s ease-out .6s forwards slideIn;
}

.kv-inner .chara-01 img:last-child {
  z-index: 0;
}

.kv-inner .chara-02 {
  top: 100px;
  left: 0px;
  animation: .6s ease-out 1s forwards slideIn;
}

.kv-inner .chara-03 {
  top: 510px;
  left: 60px;
  animation: .6s ease-out 1.4s forwards slideIn;
}

/* info-block */
.info-block {
  left: 0;
  bottom: 0;
  width: 100%;
}

.info-block .info-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 12px 0;
  background-color: rgba(38, 26, 34, 0.8);
}

.info-block .info-news-item {
  width: 960px;
  margin: 2px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.info-block .info-news-item a {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s;
}

.info-block .info-news-item a:hover {
  opacity: .6;
}

.info-block .info-news-item.is-new::before {
  margin-right: 1em;
  color: red;
  font-weight: bold;
  content: "NEW!";
}

/* gnav */
.gnav {
  position: relative;
  z-index: 1;
  background-color: #000;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 80px;
  margin: 0 auto;
}

.gnav-list a {
  display: block;
  padding-left: 40px;
  background: url(../img/icon_arrow.svg) no-repeat 0 60%/28px auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  transition: opacity .15s;
}

.gnav-list a:hover {
  opacity: .8;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(80px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}






/* main */

.section{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.aimg{
  width: 100%;
  max-width: 1200px;
}

.bimg{
  width: 100%;
  max-width: 640px;
}

.twitter-follow-button{
  width: 400px;
}

.movie-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/* section-body */
.section-body {
  position: relative;
  width: 960px;
  margin: 0 auto 120px;
}

.section-body .aside-image {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  pointer-events: none;
}

.section-body .character-01 {
  right: -404px;
  bottom: -140px;
}

.section-body .character-02 {
  left: -216px;
  bottom: 60px;
}

.section-body .character-03 {
  top: 580px;
  right: -160px;
}





/* lineup～product flex */
.lineup-block {
  position: relative;
  margin: 80px 0 110px;
}

.lineup-block .label {
  position: absolute;
  top: -40px;
  left: -60px;
  padding: 0 1.2em;
  border-radius: 10px;
  background-color: #f15910;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 40px;
  transform: rotate(-15deg);
}

.note-box {
  width: 880px;
  margin: 70px auto;
  padding: 40px 45px;
  border-radius: 10px;
  background: url(../img/bg_paper.jpg) 50% 50%;
  box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.5);
}

.note-box-legend {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.lineup-block .note-box {
  width: 640px;
  margin: 30px 0 0;
  padding: 20px 45px;
}

.lineup-block .note-box-legend {
  margin-bottom: 15px;
}

.lineup-block .product-goods-list {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.lineup-block .product-goods-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.lineup-block .product-goods-list li::before {
  content: "\30FB";
}

.lineup-block .product-goods-list li + li {
  margin-top: 3px;
}

.product-flex {
  display: flex;
  justify-content: space-between;
}

.product-flex-images {
  width: 640px;
}

.product-flex-images li {
  display: none;
}

.product-flex-images img {
  width: 640px;
}

.product-flex-body {
  width: 296px;
}

.product-flex-body .name {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.product-flex-body .price {
  margin-bottom: 20px;
  font-weight: bold;
}

.product-flex-body .price-value {
  color: #fd8f4c;
  font-size: 1.8rem;
}

.product-flex-body .price-tax {
  font-size: 1.5rem;
}

.product-flex-body .button {
  margin-bottom: 20px;
}

.product-flex-body .button-trigger {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity .15s;
}

.product-flex-body .button-trigger:hover {
  opacity: .85;
}

.product-flex-body .button .type-01 {
  background-color: #ff9625;
}

.product-flex-body .button .type-02 {
  background-color: #f87f80;
}

.product-flex-body .button .type-03 {
  background-color: #999;
  pointer-events: none;
}

.product-flex-body .notice {
  color: #e22020;
  font-size: 1.4rem;
  font-weight: bold;
}

.product-flex-body .type-select {
  margin: 20px 0;
  font-size: 1.4rem;
}

.product-flex-body .type-select dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.product-flex-body .type-select dd {
  margin-bottom: 20px;
}

.product-flex-body .type-select input {
  display: none;
}

.product-flex-body .type-select label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: #fff;
  transition: all .15s;
  cursor: pointer;
}

.product-flex-body .type-select label:hover {
  opacity: .8;
}

.product-flex-body .type-select :checked + label {
  background-color: #ff9625;
  border-color: #ff9625;
  color: #fff;
  font-weight: bold;
}

.product-flex-body .type-select .inline {
  display: flex;
  justify-content: space-between;
}

.product-flex-body .type-select .inline label {
  flex: 1;
}

.product-flex-body .type-select .inline label:not(:last-child) {
  margin-right: 10px;
}

.product-flex-body .type-select .block label:not(:last-child) {
  margin-bottom: 10px;
}

.product-flex-body .cd-notice {
  margin-top: -5px;
  color: #e22020;
  font-size: 1.4rem;
}

  /* 販売・Products -start */  
  .list-badgh img{
    width: 80%;
  }

  .products-list {
    position: relative;
    z-index: 0;
    width: 960px;
    margin: 0 auto;
  }

  .products-list .list-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #4e3f29;
  }

  .products-list .list-ul::before, .products-list .list-ul::after {
    display: block;
    width: 280px;
    order: 1;
    content: "";
  }

  .products-list .list-ul .products-list-item {
    margin-bottom: 60px;
    width: 280px;
    font-size: 1.4rem;
  }

  .products-list .list-ul .products-list-item .products-list-image {
    margin-bottom: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .products-list .list-ul .products-list-item .products-list-image.multi a {
    position: relative;
  }

  .products-list .list-ul .products-list-item .products-list-image.multi a::after {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 6px;
    background: rgba(78, 63, 41, 0.7);
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 1.2rem;
    content: attr(title);
  }

  .products-list .list-ul .products-list-item .products-list-image a {
    display: block;
    outline: none;
  }

  .products-list .list-ul .products-list-item .products-list-image img {
    display: block;
    width: 280px;
    height: 280px;
    pointer-events: none;
  }

  .products-list .list-ul .products-list-item h3 {
    margin-right: -.5em;
    margin-bottom: 6px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -.05em;
  }

  .products-list .list-ul .products-list-item .list-price {
    margin-bottom: 14px;
    color: #fd8f4c;
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: right;
  }

  .products-list .list-ul .products-list-item .list-buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 71px;
    border-top: 1px dashed #e6e6e6;
  }

  .products-list .list-ul .products-list-item .list-buy .list-name {
    line-height: 1.429;
  }

  .products-list .list-ul .products-list-item .list-buy .list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background: #f9a225;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }

  .products-list .list-ul .products-list-item .list-buy .list-btn.list-reserve {
    background: #fd7f80;
  }

  .products-list .list-ul .products-list-item .products-list-spec {
    padding: 17px 0;
    border-top: 1px dashed #e6e6e6;
    text-align: center;
  }

  .products-list .list-ul .products-list-item .products-list-detail {
    border-top: 1px dashed #e6e6e6;
  }

  .products-list .list-ul .products-list-item .products-list-detail p {
    margin: 14px 0;
    line-height: 1.429;
    letter-spacing: -.025em;
  }

  .products-list .list-ul .products-list-item .products-list-detail a {
    color: #2e6bc6;
    text-decoration: underline;
  }

  .products-list .list-ul .products-list-item .products-list-detail a:hover {
    text-decoration: none;
  }


  .slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
  }

  .slick-slider .slick-dots button {
    overflow: hidden;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-indent: 100%;
  }

  .slick-slider .slick-dots li {
    margin: 0 4px;
  }

  .slick-slider .slick-dots li.slick-active button {
    background: #fd8f4c;
  }
  /* 販売・Products -end */  





/* pagetop */
.top-anchor {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
}

.top-anchor.active {
  opacity: 1;
  pointer-events: auto;
}

.top-anchor img {
  width: 60px;
  height: 60px;
  opacity: .5;
  transition: opacity .15s;
  filter: drop-shadow(0 0 5px #fff);
  cursor: pointer;
}

.top-anchor img:hover {
  opacity: .75;
}

/* footer */
.footer-bottom .footer-copy span {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

.footer-bottom .footer-copy img {
  pointer-events: none;
  filter: drop-shadow(0 0 1px #000);
}

.logo-ps img {
  position: relative;
  top: 2px;
  height: 14px;
}

.logo-ps4 img {
  height: 10px;
}














/* ----------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
	
  /* kv */
  .kv-wrap {
    height: 100%;
  }
  .kv-inner {
    width: 100%;
  }
  .kv-inner img{
    width: 100%;
  }
  
  
  /* info-block */
  .info-block {
    position: static;
    margin-top: 5.33333vw;
  }
  .info-block .info-news {
    display: block;
    min-height: auto;
    padding: 3.2vw 4vw;
  }
  .info-block .info-news-item {
    width: auto;
    margin: 0.53333vw 0;
    font-size: 4vw;
    text-align: left;
  }

  
  /* gnav */
  .gnav {
    padding: 1.6vw 1.33333vw;
  }
  .gnav-list {
    flex-wrap: wrap;
    width: auto;
    height: auto;
  }
  .gnav-list a {
    display: inline-block;
    letter-spacing: -.03em;
    padding-left: 7.46667vw;
    background-size: 5.33333vw auto;
    font-size: 5.33333vw;
  }
  .gnav-item {
    width: 50%;
    padding: 1.6vw 0;
    text-align: center;
  }
  .gnav-item:last-child {
    width: 100%;
  }
  
  
  
  
  
  /* main */
  
/* section-body */
  .section-body {
    width: auto;
    margin: 0 auto 32vw;
    padding: 0 4vw;
  }
  .section .aside-image {
    display: none;
  }
  
  
  
/* lineup～product flex */
  .lineup-block {
    margin: 21.33333vw 0;
  }
  .lineup-block .label {
    top: -13.33333vw;
    left: -4vw;
    border-radius: 2.13333vw;
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
  .note-box {
    width: auto;
    margin: 10.66667vw auto;
    padding: 4vw;
    border-radius: 2.66667vw;
    box-shadow: inset 0 0.8vw 1.06667vw 0 rgba(0, 0, 0, 0.5);
  }
  .note-box-legend {
    margin-bottom: 5.33333vw;
    font-size: 4.8vw;
  }
  .lineup-block .note-box {
    width: auto;
    margin: 5.33333vw 0 0;
    padding: 4vw;
  }
  .lineup-block .note-box-legend {
    margin-bottom: 4vw;
  }
  .lineup-block .product-goods-list {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .lineup-block .product-goods-list li + li {
    margin-top: 3px;
  }
  .product-flex {
    display: block;
  }
  .product-flex-images {
    width: auto;
    margin-bottom: 4vw;
  }
  .product-flex-images img {
    width: 100%;
  }
  .product-flex-body {
    width: auto;
  }
  .product-flex-body .name {
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
  }
  .product-flex-body .price {
    margin-bottom: 4vw;
  }
  .product-flex-body .price-value {
    font-size: 4.8vw;
  }
  .product-flex-body .price-tax {
    font-size: 4vw;
  }
  .product-flex-body .button {
    margin-bottom: 4vw;
  }
  .product-flex-body .button-trigger {
    height: 10.66667vw;
    border-radius: 5.33333vw;
    font-size: 4.26667vw;
  }
  .product-flex-body .notice {
    font-size: 3.73333vw;
  }
  .product-flex-body .type-select {
    margin: 4vw 0;
    font-size: 3.73333vw;
  }
  .product-flex-body .type-select dt {
    margin-bottom: 2.13333vw;
  }
  .product-flex-body .type-select dd {
    margin-bottom: 4vw;
  }
  .product-flex-body .type-select label {
    height: 8.53333vw;
    border-radius: 1.06667vw;
    border: 0.26667vw solid #999;
    opacity: 1 !important;
  }
  .product-flex-body .type-select .inline label:not(:last-child) {
    margin-right: 2.13333vw;
  }
  .product-flex-body .type-select .block label:not(:last-child) {
    margin-bottom: 2.13333vw;
  }
  .product-flex-body .cd-notice {
    margin-top: -0.8vw;
    font-size: 3.73333vw;
  }


  
  /* 販売・Products -start */  
  
  .products-list{
    width: 100%;
    padding: 5px;
  }
  
  .list-badgh{
    text-align: center;
  }

  .products-list .list-ul::before, .products-list .list-ul::after {
    width: 100%;
  }
  .products-list .list-ul .products-list-item {
    margin-bottom: 80px;
    width: 50%;
    padding: 5px;
    font-size: 3vw;
    line-height: 3.5vw;
  }
  .products-list .list-ul .products-list-item .products-list-image img {
    width: 100%;
    height: auto;
  }
  .products-list .list-ul .products-list-item h3 {
    margin-right: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .products-list .list-ul .products-list-item .list-price {
    margin-bottom: 14px;
    color: #fd8f4c;
    font-size: 3.3vw;
    line-height: 3.8vw;
    text-align: right;
  }
  .products-list .list-ul .products-list-item .list-buy {
    display: block;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #e6e6e6;
    height: auto;
  }
  .products-list .list-ul .products-list-item .list-buy .list-name {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .products-list .list-ul .products-list-item .list-buy .list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #f9a225;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin: 5px 0 5px 0;
    padding: 5px 0;
  }
  .products-list .list-ul .products-list-item .products-list-spec {
    padding: 10px 0;
    border-top: 1px dashed #e6e6e6;
    text-align: center;
  }
  .products-list .list-ul .products-list-item .products-list-detail {
    border-top: 1px dashed #e6e6e6;
  }
  .products-list .list-ul .products-list-item .products-list-detail p {
    margin: 14px 0;
    letter-spacing: -.025em;
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
    /* 販売・Products -end */  

  
  /* pagetop */
  .top-anchor {
    right: 4vw;
    bottom: 4vw;
  }
  .top-anchor img {
    width: 12vw;
    height: 12vw;
  }
  /* footer */
  .footer-bottom .footer-logo {
    margin-top: -50px;
    padding-bottom: 150px;
  }
  .footer-bottom .footer-copy {
    top: 90px;
  }
  .footer-bottom .footer-copy img {
    filter: none;
  }
  .logo-ps img {
    position: relative;
    top: 2px;
    height: 11px;
  }
  .logo-ps4 img {
    height: 8px;
  }
}
