@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}
img {
  width: 100%;
}
span {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-image: url(./img/bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  color: #000000;
}
a {
  color: #000000;
}
.container {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.inner {
  background-color: #fff;
  border-radius: 8px;
  margin: 4em 1em;
  padding: 4rem 1em;
}
.style--inline {
  display: inline;
}
.style--red {
  color: #d03729;
}
.style--weight {
  font-weight: bold;
}
.style--large {
  font-size: 3rem;
}
a:hover {
  opacity: 0.8;
}
.inner--fv {
  padding: 8em 0 4em 0;
  background-image: url(./img/logo.png), url(./img/info_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top 20px center, center;
  background-size: 70%, 100%;
}
.logo {
  padding: 1em;
}
.logo img {
  max-width: 500px;
}
.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2.5rem;
}
.card__inner {
  position: relative;
  border: 3px solid #223252;
  width: 47%;
  height: 300px;
  padding: 10px;
  margin: 0.75rem 0;
  background-color: #fff;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.card__btn {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 95%;
}
.card__text span,
.card__btn a {
  color: #223252;
}
.card__btn a {
  position: relative;
}
.card__btn a::after {
  position: absolute;
  content: "";
  top: 30%;
  bottom: 0;
  right: -20px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  transition: 0.3s;
  border-bottom: 2px solid #223252;
  border-right: 2px solid #223252;
  transform: rotate(45deg) translateY(-50%);
}
.card__title {
  font-size: 2.2rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}
.card__text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
}
.card__text--goods {
  top: 60%;
}
/* fv */
.info {
  margin-top: 4em;
}
/* .info__inner {
    color: #fff;
    padding: 2.8em 0;
    box-shadow: 0 10px 5px -3px #16274A, 0 -10px 5px -3px #16274A;
} */
/* .info__img {
    max-width: 400px;
    margin: 0 auto;
} */
.info__content {
  padding: 2em 0;
  background-color: #223252;
  color: #fff;
}
.info__content .info__text {
  font-size: 2.2rem;
}
.info__content .info__text--bottom {
  font-size: 1.8rem;
  margin-top: 1.6em;
}

/* ご案内 */
.flow {
  margin-top: 2rem;
}
.flow__icon {
  max-width: 170px;
  margin: 0.715em auto 0 auto;
}
.flow__inner {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.flow__inner .flow__step {
  position: relative;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background: #223252;
  color: #fff;
  font-size: 2.2rem;
  margin: 0 2rem;
}
.flow__inner .flow__step::before {
  border-left-color: #fff;
  border-color: #223252 #223252 #223252 transparent;
  border-width: 3.74rem 0 3.74rem 2.7rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.flow__inner .flow__step::after {
  border-color: transparent transparent transparent #223252;
  border-width: 3.74rem 0 3.74rem 2.7rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.flow__inner .flow__step--01::before {
  position: static;
  content: none;
}
.flow-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow-info__inner {
  margin-top: 3rem;
  width: 38%;
}
.flow__text {
  font-size: 1.4rem;
}
.second--text {
  font-size: 1rem;
}
.flow__sub-text {
  margin-top: 2em;
}
.flow__title {
  font-size: 2.2rem;
}

/* EPOS CARD */
.image--card img {
  max-width: 400px;
}
.panel__title span {
  display: inline;
}
.text--card {
  font-size: 2.4rem;
}

/* EPOS CARD 特典 */
.panel {
  position: relative;
  margin-top: 7rem;
}
.panel__title-wrapper {
  position: relative;
}
.panel .panel__sub {
  position: absolute;
  top: -50px;
  left: 27px;
}
.panel--bottom {
  width: 45%;
}
.panel .panel__title {
  background-color: #d03729;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 7px;
  font-size: 2rem;
  position: absolute;
  top: -28px;
  left: 0px;
  font-size: 2.2rem;
  z-index: 2;
}
.panel .panel__title--bl {
  background-color: #223252;
  left: -15px;
  padding: 0.3em 1em;
}
.panel .panel__inner {
  border: 3px solid #223252;
  border-radius: 14px;
  padding: 2.5em 1em;
  width: 95%;
  margin: 0 auto;
}
.panel__inner--product-title {
  font-size: 1.8rem;
  position: absolute;
  top: 10%;
  left: 5%;
}
.panel__inner--product-info {
  font-size: 1.4rem;
  position: absolute;
  top: 29%;
  left: 5%;
}
.panel__inner--product-title,
.panel__inner--product-info {
  text-align: left;
}
.panel__inner--product-title-top {
  top: 28%;
}
.panel__inner--product-info-top {
  top: 43%;
}
.panel__inner--product-img {
  position: absolute;
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%;
  width: 220px;
}
.panel__inner--coupon-img {
  position: absolute;
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%;
  width: 220px;
}
.panel__inner--text {
  position: absolute;
  width: 100%;
  transform: translateX(-50%);
  bottom: 5%;
  left: 50%;
}
.panel__inner--minicar-img {
  bottom: 13%;
}
.panel__inner--sub-text {
  font-size: 1rem;
  position: absolute;
  bottom: 3%;
  transform: translateX(-50%);
  left: 50%;
  width: 95%;
}
.panel__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 95%;
}
.panel .panel__inner--top {
  height: 450px;
  position: relative;
}
.panel .panel__inner--bottom {
  height: 400px;
  width: 100%;
  position: relative;
}
.panel__inner--sub-title {
  font-size: 1.8rem;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.caution {
  margin-top: 1em;
  font-size: 1.2rem;
}
.caution li {
  text-align: left;
}
.caution__box {
  border: #d03729 1px solid;
  padding: 5px;
}

/* 商品一覧 */
.block__inner {
  background-color: #f2f2f2;
  padding: 1.875em;
  margin-top: 2.5em;
  border-radius: 7px;
}
.block__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block__inner ul li {
  width: 200px;
  height: 200px;
  margin: 20px;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.block__inner ul li img {
  width: 90%;
}
.block__price {
  text-align: left;
  font-size: 1.8rem;
}
.btn__cart {
  margin-top: 2em;
}
.btn__cart a {
  background-color: #223252;
  color: #fff;
  padding: 1em;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  display: block;
  width: 260px;
  margin: 0 auto;
}
.btn__cart a::after {
  position: absolute;
  background: url(./img/cart_icon.png);
  content: "";
  right: 34px;
  margin: auto;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.date {
  font-size: 2rem;
}
.date-sub {
  font-size: 1.4rem;
}
.btn__cart span {
  margin-bottom: 0.5em;
}
.text__sub--top {
  font-size: 2.4rem;
}
.link__content {
  width: 90%;
  margin: 0 auto;
}
.tax {
  font-size: 1.2rem;
  display: inline;
}

/* タイトル帯 */
.title--bg {
  background-color: #d03729;
  transform: skewY(-3.5deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 1.3em;
}
.title {
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
}
.title span {
  transform: skewY(3.5deg);
}

/* btn */
.link {
  margin: 2em 0;
}
.link a {
  text-decoration: none;
  display: inline-block;
}
.link p ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
.link .btn {
  width: 300px;
  background: #d03729;
  color: #fff;
  padding: 1em;
  margin: 10px auto;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}
.link .btn span {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn__cart--all a {
  margin-top: 0.3em;
}

/* information */
.img__coming {
  max-width: 450px;
  margin: 0 auto;
}
.img__album {
  max-width: 500px;
  margin: 1.6em auto 1.6em auto;
}
.text__sub {
  margin-top: 1.6em;
  font-size: 2.4rem;
}
.inner__event-info dl {
  margin-top: 1.6em;
}
.text__album,
.text__event {
  font-size: 2.8rem;
}
.event-subtext {
  font-size: 1.2rem;
}

/* footer */
.inner--footer {
  margin: 1em;
}
.inner--footer__content {
  margin-top: 2rem;
}
.inner--footer__content li a {
  color: #5caaef;
  position: relative;
}
.inner--footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5em auto 0 auto;
}
.footer__logo-img {
  max-width: 240px;
}
.inner--footer__content li a::after {
  position: absolute;
  content: "";
  background: url("img/link_icon.png");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  /* top: 50%;
    transform: translateY(-50%); */
}
.marker {
  background-color: #fde769;
  padding: 0 0.3em;
}

@media screen and (max-width: 938px) {
  .panel .panel__inner--bottom {
    /* width: 40.5vw; */
    /* height: 44.77vw; */
  }
}

@media screen and (max-width: 756px) {
  .card__inner {
    /* width: 39.68vw; */
    height: 39.68vw;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    margin: 2em 1em;
  }
  .inner--fv {
    margin: 1em;
    padding: 5em 0 0.75rem 0;
    background-position: top 13px center, center;
    background-size: 85%, 100%;
  }
  .card__inner {
    width: 49%;
  }
  .title {
    font-size: 2rem;
  }
  .block__content {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .block__inner .block__content li {
    flex-shrink: 0;
    margin: 1.875em 10px 10px 10px;
  }
  .style--large {
    font-size: 2rem;
  }
  .panel__inner--product-title {
    font-size: 1.4rem;
  }
  .panel__inner--sub-title {
    font-size: 1.4rem;
    top: 10%;
  }
  .panel .pabel__inner--02 {
    height: 300px;
  }
  .panel__wrapper {
    display: block;
  }
  .panel--bottom {
    width: 100%;
  }
  .panel__inner--product-info {
    top: 25%;
  }
  .panel__inner--product-img {
    width: 220px;
    bottom: 15%;
  }
  .panel__inner--coupon-img {
    width: 220px;
  }
  .link .btn {
    font-size: 1.4rem;
    width: 260px;
  }
  .card__title,
  .card__text,
  .card__btn {
    font-size: 1.4rem;
  }
  .card {
    padding: 0;
    margin: 0 0.75rem;
  }
  .card__btn a::after {
    right: -13px;
    width: 9px;
    height: 9px;
  }
  .info__content .info__text,
  .info__content .info__text--bottom {
    font-size: 1.4rem;
  }
  .info__content .info__text--bottom {
    margin-top: 1em;
  }
  .flow__inner .flow__step {
    font-size: 1.6rem;
    margin: 0 2rem;
  }
  .flow__inner .flow__step::before {
    border-width: 2.719rem 0 2.719rem 2.7rem;
  }
  .flow__inner .flow__step::after {
    border-width: 2.719rem 0 2.719rem 2.7rem;
  }
  .flow-info {
    display: block;
  }
  .flow__inner .flow__step::before {
    position: static;
    content: none;
  }
  .flow-info__inner {
    position: relative;
    width: 100%;
  }
  .flow-info__inner:not(:first-of-type) {
    margin-top: 10rem;
  }
  .flow__text {
    position: absolute;
    top: 0;
    left: 38%;
  }
  .flow__text p {
    text-align: left;
  }
  .break {
    display: inline;
  }
  .flow__icon {
    max-width: 100px;
  }
  .flow__inner {
    width: 30%;
    margin-bottom: 7em;
  }
  .panel .panel__title {
    font-size: 1.8rem;
  }
  .small {
    font-size: 1rem;
  }
  .text__sub,
  .text--card,
  .text__sub--top {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
  .style--inline {
    display: inline-block;
  }
  .logo {
    padding: 0;
  }
  .info {
    margin-top: 0;
  }
  .flow__sub-text {
    font-size: 1.4rem;
  }
  .date {
    font-size: 1.6rem;
  }
  .panel__inner--product-info-top {
    top: 39%;
  }
  .inner--footer__logo {
    display: block;
  }
  .date-sub {
    font-size: 1.2rem;
  }
  .footer__logo-img {
    margin: 0 auto;
  }
  .panel .panel__sub {
    left: 25px;
    font-size: 1.2rem;
  }
  .text__album,
  .text__event {
    font-size: 1.8rem;
  }
  .link__content {
    width: 100%;
  }
  .flow__title {
    font-size: 1.6rem;
  }
  .inner--footer__announce {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .card__inner {
    height: 56vw;
  }
}
@media screen and (max-width: 400px) {
  .card__btn a::after {
    right: -10px;
    width: 7px;
    height: 7px;
  }
  .flow__inner .flow__step {
    font-size: 1rem;
  }
  .flow__inner .flow__step::after {
    border-width: 1.7rem 0 1.7rem 1.7rem;
  }
  .flow__text {
    font-size: 1.2rem;
  }
  .flow__inner {
    margin-bottom: 8em;
  }
  .info__img {
    max-width: 240px;
  }
  .info__content {
    margin: 0.5em auto 0 auto;
    padding: 1em 0;
  }
  .inner--fv {
    background-position: top 20px center, center;
  }
}

@media screen and (max-width: 320px) {
  .panel__inner--product-title,
  .panel__inner--product-info {
    font-size: 1.2rem;
  }
  .card__title,
  .card__text,
  .card__btn {
    font-size: 1.2rem;
  }
}
