@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

/*------------------------
 image responsove change
 --------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-size: 3.2vw;
  line-height: 200%;
  color: #837a03;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  background: #fbeae2;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-image: url(../images/bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    background-size: auto;
  }
}

a {
  color: #222;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------
 block
--------------------------------- */
.pc {
  display: none;
}

h2 {
  margin-bottom: 15%;
  font-size: 8.533vw;
  color: #827902;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  h2 {
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
}

/*-------------------------------
 main
--------------------------------- */
.main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f3d2d5;
}
.main div {
  width: 100%;
  padding: 0;
  font-size: 2.667vw;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background: #f5a4c7;
  position: absolute;
  top: 0;
  left: 0;
}
.main div img {
  width: 150px;
  margin-bottom: 8px;
}
.main figure {
  margin: 15% auto 10%;
  text-align: center;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .main figure {
    margin: 10% auto;
    max-width: 900px;
  }
}
.main figure figure:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.main figure img {
  width: 100%;
  height: 100%;
}

/*-------------------------------
lead
--------------------------------- */
.lead {
  width: 100%;
  padding: 0;
}
.lead .limit {
  padding: 3% 5%;
  font-size: 3.733vw;
  line-height: 180%;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .lead .limit {
    padding: 40px 20px;
    font-size: 2rem;
  }
}
.lead .limit span {
  display: block;
  font-size: 4.267vw;
}
@media screen and (min-width: 769px) {
  .lead .limit span {
    display: inline;
    font-size: 2.2rem;
  }
}
.lead .limit a {
  color: #827902;
  text-decoration: underline;
}
.lead .txt {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 100px;
  font-size: 3.1vw;
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .lead .txt {
    margin: 80px auto 100px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 220%;
  }
}
.lead .txt br.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .lead .txt br.pc {
    display: inherit;
  }
}

/*発売日*/
.onsale {
  width: 100%;
  padding: 10% 10% 5%;
  background: #edc5c9;
  position: relative;
}
@media screen and (min-width: 769px) {
  .onsale {
    padding: 40px 10% 10px;
  }
}
.onsale ul {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onsale ul {
    display: flex;
    justify-content: space-between;
  }
}
.onsale ul li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .onsale ul li {
    width: 48%;
  }
}
.onsale ul li .title {
  padding: 5px;
  margin-bottom: 20px;
  font-size: 3.733vw;
  letter-spacing: 1px;
  line-height: 150%;
  background: #bd9e0a;
  color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .onsale ul li .title {
    font-size: 1.6rem;
  }
}
.onsale ul li .date {
  font-size: 4.267vw;
  font-weight: 600;
  line-height: 100%;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .onsale ul li .date {
    font-size: 2.4rem;
  }
}
.onsale ul li .date span {
  margin-left: 5px;
  font-size: 7.467vw;
}
@media screen and (min-width: 769px) {
  .onsale ul li .date span {
    font-size: 4.6rem;
  }
}

.contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-attachment: fixed;
  background-size: 30px;
}

/*-------------------------------
lineup
--------------------------------- */
.lineup {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
  position: relative;
}
.lineup ul {
  margin: 0 auto;
  border: dotted 1px #bd9e0a;
  background: #fff;
}
.lineup ul li {
  padding: 30px 0;
  border-top: dotted 1px #bd9e0a;
}
@media screen and (min-width: 769px) {
  .lineup ul li {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}
.lineup ul li .character {
  width: 70%;
  max-width: 200px;
  margin: 0 auto;
}
.lineup ul li div {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .lineup ul li div {
    padding: 0 5%;
  }
}
.lineup ul li div h3 {
  margin-bottom: 5px;
  font-size: 4.267vw;
}
@media screen and (min-width: 769px) {
  .lineup ul li div h3 {
    font-size: 2rem;
    text-align: left;
  }
}
.lineup ul li div h3 span {
  font-size: 2.667vw;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .lineup ul li div h3 span {
    font-size: 1.2rem;
  }
}
.lineup ul li div p {
  font-size: 2.933vw;
  text-align: left;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .lineup ul li div p {
    font-size: 1.2rem;
  }
}
.lineup ul li .allitem {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.lineup ul li .allitem .deco {
  width: 60px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .lineup ul li .allitem .deco {
    top: -20px;
  }
}

/*-------------------------------
topics
--------------------------------- */
.topics {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
}
.topics div {
  margin: 0;
  border: 10px solid #fcf0f1;
  padding: 40px 20px;
  position: relative;
  z-index: 0;
  background: #fff;
}
.topics div:before {
  border: 4px double #bd9e0a;
  /* 外側の線の太さ・種類・色 */
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: -1;
}
.topics div h2 {
  margin-bottom: 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.267vw;
}
@media screen and (min-width: 769px) {
  .topics div h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .topics div h2 br {
    display: none;
  }
}
.topics div figure {
  max-width: 400px;
  margin: 0 auto 20px;
}
.topics div p {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topics div p {
    text-align: center;
  }
}
.topics div p br {
  display: none;
}
@media screen and (min-width: 769px) {
  .topics div p br {
    display: inherit;
  }
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
  position: relative;
}
.item .chara {
  max-width: 250px;
  position: absolute;
  top: -80px;
  left: 2%;
  z-index: 100;
}
.item .onsale_coming {
  width: 100%;
  max-width: 1000px;
  margin: auto auto -20px;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 160%;
  border: solid 1px #fff;
}
.item .comingsoon {
  padding: 10%;
  font-size: 2.4rem;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
  color: #2f4c9f;
}
.item .item_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item .item_list li {
  width: 48%;
  margin: 0 0 4% 0;
  padding: 0 0 3% 0;
  text-align: center;
  line-height: 120%;
  background-color: #fff;
  position: relative;
  border: dotted 1px #bd9e0a;
}
@media screen and (min-width: 769px) {
  .item .item_list li {
    width: 24%;
    margin: 0 0 1% 0;
  }
}
.item .item_list li .nosale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  z-index: 10;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .item_list li .nosale span {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}
.item .item_list li .nosale span a {
  margin-top: 10px;
  color: #bd9e0a;
  text-decoration: underline;
  display: inline-block;
}
.item .item_list li .modal-open {
  padding: 0;
  margin: 0;
  display: block;
}
.item .item_list li .modal-open figure {
  margin: 0 0 2% 0;
  padding: 5% 5% 0 5%;
  position: relative;
}
.item .item_list li .modal-open figure .photo {
  margin: 0 0 15px 0;
  padding: 0;
}
.item .item_list li .modal-open figure .detail {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #bd9e0a;
}
.item .item_list li .price {
  letter-spacing: 1px;
}
.item .item_list li .u-price-color {
  letter-spacing: 1px;
  font-weight: bold;
}
.item .item_list li .u-text-small {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 150%;
}
.item .item_list li .u-price-big {
  font-size: 1.6rem;
}
.item .item_list li .u-price-small {
  font-size: 1rem;
}
.item .item_list li .name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.item .item_list li .buy {
  width: 80%;
  margin: 15px auto 0;
  font-size: 12px;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
  background: #f8e5bc;
}
.item .item_list li .buy a {
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #222;
}
.item .item_list li .coming {
  width: 80%;
  padding: 10px;
  margin: 15px auto 0;
  font-size: 14px;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
}
.item .item_list li .limited {
  padding: 10px 0 3px 0;
  margin: 15px auto 10% auto;
  font-size: 13px;
  border-bottom: solid 1px;
  display: inline-block;
}

.item__size {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin: 5px auto 10px;
  line-height: 150%;
}

.item__caution {
  width: 80%;
  font-size: 0.9rem;
  letter-spacing: 0;
  margin: 5px auto 0 auto;
  padding: 5px;
  line-height: 140%;
  color: #fff;
  background: #E83921;
}

.text_small {
  font-size: 13px;
}

/*----modal----*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fbeae2;
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-wrapper .modal-close i {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  color: #bd9e0a;
  font-size: 24px;
  line-height: 45px;
  border: solid 2px #bd9e0a;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.item_detail {
  width: 80%;
  max-width: 600px;
  margin: 80px auto;
}
.item_detail li {
  margin-bottom: 30px;
}
.item_detail li img {
  margin-bottom: 30px;
  border: dotted 1px #bd9e0a;
}

/*-------------------------------
item icon
--------------------------------- */
.item ul.icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 150px;
  margin-top: 30px;
}

.item ul.icon li {
  width: 48%;
  margin-bottom: 5px;
}

/*-----------------------------
 caution
------------------------------------ */
.caution {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
}
.caution .chara {
  max-width: 175px;
  position: absolute;
  top: -80px;
  left: 2%;
  z-index: 100;
}
.caution .caution_box {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 10%;
  background-color: #fff;
  border: dotted 1px #bd9e0a;
}
.caution .caution_box h3 {
  margin: 40px auto 10px;
  padding: 0;
  font-size: 4.267vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .caution .caution_box h3 {
    font-size: 2rem;
  }
}
.caution .caution_box p {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.caution .caution_box p::before {
  content: "※";
}
.caution .caution_box p span {
  color: #E83921;
}
.caution .caution_box p a {
  width: 100%;
  margin: 10px 0;
  padding: 8px 20px 6px 30px;
  font-weight: 500;
  color: #fff;
  background: #cdb852;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}
.caution .caution_box p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 0.9rem;
  padding-left: 10px;
}
.caution .jukebox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10%;
  border-radius: 15px;
  background-color: #fff;
}
.caution .jukebox figure {
  width: 200px;
  margin: 0 auto 20px;
}
.caution .jukebox h3 {
  font-weight: bold;
  text-align: center;
}

.line {
  border-bottom: dashed 1px;
  margin: 40px auto;
}

.caution__info {
  font-size: 1.6rem;
  margin: 30px 0 10px 0;
  font-weight: bold;
}

.caution__info--underline {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.caution__info--sub {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
}

.copyright {
  margin-bottom: 30px;
  text-align: center;
}
.copyright figure {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.copyright small {
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 1px;
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
.item_all {
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  background: #bd9e0a;
  font-size: 4.8vw;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: fixed;
  left: 0;
  bottom: -90px;
  z-index: 200;
}
@media screen and (min-width: 769px) {
  .item_all {
    font-size: 2.4rem;
  }
}
.item_all a {
  display: block;
  color: #fff;
}
.item_all a i {
  margin-right: 5px;
}

footer {
  margin: 0 auto;
}

.f_bnr {
  width: 90%;
  max-width: 200px;
  margin: 0 auto 10px auto;
}
.f_bnr li {
  margin: 0 0 20px 0;
}

.f_copyright {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0;
}

.footer__logo {
  background-color: #fff;
  color: #222;
  padding: 100px 0 150px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}
.footer__logo > div {
  margin-bottom: 50px;
}

footer #f_logo {
  margin: 0 auto;
  width: 40%;
  max-width: 150px;
}

footer #f_logo a {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}

footer #f_logo a img {
  vertical-align: bottom;
}

footer .f_icon {
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .f_icon li {
  width: 50px;
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 4.2rem;
}

/*------------------------------
 animation
 -------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */