@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}

.bold {
  font-weight: 700;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 95%;
  }
}

/* mainArea
---------------------------------------------*/
div#mainArea h1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  div#mainArea h1 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  div#mainArea h1 img {
    height: auto;
  }
}

/* desc
---------------------------------------------*/
div#desc {
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  div#desc {
    padding: 100px 0 164px;
  }
}
@media screen and (max-width: 768px) {
  div#desc {
    padding: 45px 0;
  }
}
div#desc span.title {
  display: block;
  color: #d02c2f;
  line-height: 1.3;
  margin: 0 0 55px;
}
@media screen and (min-width: 769px) {
  div#desc span.title {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  div#desc span.title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
div#desc span.intro {
  line-height: 1.7;
  display: block;
  margin-bottom: 44px;
}
@media screen and (min-width: 769px) {
  div#desc span.intro {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  div#desc span.intro {
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
  }
}
div#desc span.intro.center {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  div#desc span.intro.center {
    margin-bottom: 30px;
  }
}
div#desc span.intro.last {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  div#desc span.intro.last {
    margin-bottom: 40px;
  }
}
div#desc span.date {
  display: block;
  color: #d02c2f;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  div#desc span.date {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  div#desc span.date {
    font-size: 26px;
  }
}
div#desc span.official {
  display: block;
  margin: 0 0 73px;
}
@media screen and (min-width: 769px) {
  div#desc span.official {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div#desc span.official {
    font-size: 11px;
    margin-bottom: 40px;
  }
}
div#desc span.announce {
  display: block;
  line-height: 1.5;
  padding: 15px 0;
  background-color: #fce200;
}
@media screen and (min-width: 769px) {
  div#desc span.announce {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#desc span.announce {
    font-size: 14px;
  }
}

/* item
---------------------------------------------*/
div#item {
  background: url(../images/back.png);
  background-size: cover;
  padding: 147px 0 128px;
}
@media screen and (max-width: 768px) {
  div#item {
    padding: 45px 0 128px;
  }
}
div#item div.flag {
  margin-bottom: 120px;
}
div#item h2 {
  text-align: center;
  color: #d02c2f;
  margin: 0 auto 130px;
}
@media screen and (min-width: 769px) {
  div#item h2 {
    width: 203px;
  }
}
@media screen and (max-width: 768px) {
  div#item h2 {
    width: 25%;
    margin-bottom: 35px;
    font-size: 27px;
  }
}
div#item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  div#item ul {
    width: 66%;
    gap: 93px 30px;
  }
}
@media screen and (max-width: 768px) {
  div#item ul {
    width: 95%;
    gap: 80px 3px;
  }
}
div#item ul li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#item ul li {
    width: calc(100% / 3 - 20px);
  }
}
@media screen and (max-width: 768px) {
  div#item ul li {
    width: calc(100% / 3 - 2px);
  }
}
div#item ul li a {
  text-decoration: none;
  color: #000;
}
div#item ul li a p {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  div#item ul li a p {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li a p {
    margin-top: 10px;
  }
}
div#item ul li a span.price {
  display: block;
  margin: 12px 0 30px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div#item ul li a span.price {
    font-size: 51px;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li a span.price {
    font-size: 18px;
    margin: 5px 0;
  }
}
div#item ul li a span.coming {
  height: 46px;
}
@media screen and (max-width: 768px) {
  div#item ul li a span.coming {
    height: 32px;
  }
}
div#item ul li a span.buy {
  line-height: 1;
  display: block;
  background-color: #fce200;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  div#item ul li a span.buy {
    width: 120px;
    padding: 2.5px 0;
  }
}
@media screen and (max-width: 768px) {
  div#item ul li a span.buy {
    width: 80%;
    font-size: 16px;
    padding: 3px 0;
  }
}

/* novelty
---------------------------------------------*/
div#novelty {
  padding: 126px 0 191px;
  background-position: center 290px;
}
@media screen and (max-width: 768px) {
  div#novelty {
    padding: 50px 0;
    background-size: 95%;
    background-position: center 118px;
  }
}
@media screen and (min-width: 769px) {
  div#novelty h2 {
    width: 680px;
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 768px) {
  div#novelty h2 {
    width: 80%;
    margin: 0 auto 30px;
  }
}
div#novelty .nov {
  width: 500px;
  margin: 30px auto 34px;
}
@media screen and (max-width: 768px) {
  div#novelty .nov {
    width: 70%;
  }
}
div#novelty p.novelty_naiyo {
  text-align: center;
  color: #d02c2f;
}
@media screen and (min-width: 769px) {
  div#novelty p.novelty_naiyo {
    font-size: 24px;
    margin: 0 0 130px;
  }
}
@media screen and (max-width: 768px) {
  div#novelty p.novelty_naiyo {
    margin: 0 0 10px;
  }
}
div#novelty p.novelty_naiyo span {
  display: block;
  margin: 15px 0 0;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  div#novelty p.novelty_naiyo span {
    font-size: 20px;
    margin: 0 0;
  }
}
div#novelty p.attention {
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#novelty p.attention {
    font-size: 15px;
    padding: 0 30px;
    margin: 0 0 153px;
  }
}
@media screen and (max-width: 768px) {
  div#novelty p.attention {
    padding: 15px;
    font-size: 10px;
    margin: 0 0 35px;
  }
}
div#novelty p.attention span {
  display: block;
}
div#novelty p.banner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div#novelty p.banner {
    width: 100%;
  }
}

/* footer
---------------------------------------------*/
div#footer {
  background-color: #fce200;
  text-align: center;
  padding: 140px 0 143px;
}
@media screen and (max-width: 768px) {
  div#footer {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  div#footer .copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#footer .copy {
    font-size: 10px;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */