@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap);

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a {
  color: #152954;
  text-decoration: none;
  transition: 0.5s;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

/*------------------------------------
BASIC
------------------------------------*/
main {
  color: #152954;
  font-size: 16px;
  margin: 0 auto;
  max-width: 768px;
}

.l-inner {
  margin: 0 15px;
}

.-small {
  display: contents;
  font-size: 10px;
}

/*------------------------------------
MV
------------------------------------*/
.l-mv {
  width: 100%;
}

.l-mv img {
  width: 100%;
}

/*------------------------------------
READ
------------------------------------*/
.l-read {
  background-color: #32497b;
  margin: 0 auto;
  padding: 20px 0;
}

.l-read p {
  display: inline-block;
  border: 2px solid #d79b49;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
}

/*------------------------------------
COUPON
------------------------------------*/
.l-coupon {
  background-color: #32497b;
}

.l-coupon .-flex {
  display: flex;
  flex-wrap: wrap;
}

.l-coupon div.-hover:hover {
  display: block;
  cursor: pointer;
}

.l-coupon-parts {
  width: 50%;
  min-height: 350px;
}

.l-coupon-parts h3 {
  display: flex;
  align-items: center;
  color: #d8a651;
  font-size: 14px;
  font-family: "Noto Serif JP", san-serif;
  font-weight: normal;
  height: 46px;
}

.l-coupon-parts h3.-food::before {
  display: inline-block;
  content: url(../images/sp/icon_foodoff.svg);
  padding: 0 10px 0 0;
  height: 46px;
}
.l-coupon-parts h3.-infood::before {
  display: inline-block;
  content: url(../images/sp/icon_inandfoodoff.svg);
  padding: 0 10px 0 0;
  height: 46px;
}

.l-coupon-parts h3.-stay::before {
  display: inline-block;
  content: url(../images/sp/icon_stayoff.svg);
  padding: 0 10px 0 0;
  height: 46px;
}

.l-coupon-parts h3.-theater::before {
  display: inline-block;
  content: url(../images/sp/icon_theateroff.svg);
  padding: 0 10px 0 0;
  height: 46px;
}

.l-coupon-parts h3.-attraction::before {
  display: inline-block;
  content: url(../images/sp/icon_attractionoff.svg);
  padding: 0 10px 0 0;
  height: 46px;
}
/*
.l-coupon-parts h3.-kimetsu::before {
    display: inline-block;
    content: url(../images/sp/icon_attractionoff2.svg);
    padding: 0 10px 0 0;
    height: 46px;
}
*/
.l-coupon-parts h3.-souvenir::before {
  display: inline-block;
  content: url(../images/sp/icon_souveniroff.svg);
  padding: 0 10px 0 0;
  height: 46px;
}

.l-coupon-parts h3.-zenbou::before {
  display: inline-block;
  content: url(../images/sp/icon_zenbou.svg);
  padding: 0 10px 0 0;
  height: 46px;
}

.l-coupon-parts h3.-busticket::before {
  display: inline-block;
  content: url(../images/sp/icon_busticket.svg);
  padding: 0 10px 0 0;
  height: 46px;
}

/*-- bg --*/
.l-coupon-parts.-aonoya {
  background: url("../images/sp/aonoya@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-uminoya {
  background: url("../images/sp/uminoya@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-kosyunoya {
  background: url("../images/sp/kosyunoya@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-kittysmile {
  background: url("../images/sp/kittysmile@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-kittyshowbox {
  background: url("../images/sp/kittyshowbox@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-larose {
  background: url("../images/sp/larose@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-prince_etoile {
  background: url("../images/sp/prince_etoile@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-grand_baobab {
  background: url("../images/sp/grand_baobab@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-nojimar {
  background: url("../images/sp/nojima_ristorante@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-nojima {
  background: url("../images/sp/nojima@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-miele {
  background: url("../images/sp/miele@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-mielethegarden {
  background: url("../images/sp/mielethegarden@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-craft {
  background: url("../images/sp/craft@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-craftm {
  background: url("../images/sp/craft_seaking@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-ocean {
  background: url("../images/sp/ocean@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-morinoterasu {
  background: url("../images/sp/morinoterasu@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-ichiraku {
  background: url("../images/sp/ichiraku@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-grand {
  background: url("../images/sp/grand@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-frenchstay {
  background: url("../images/sp/frenchstay@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-naminoritei {
  background: url("../images/sp/naminoritei@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-nijiattraction {
  background: url("../images/sp/attraction@2x.jpg");
  background-size: cover;
  background-position: center;
}
/*
.l-coupon-parts.-nijikimetsu {
    background: url("../images/sp/kimetsu@2x.jpg");
    background-size: cover;
    background-position: center;
}
*/
.l-coupon-parts.-nijisouvenir {
  background: url("../images/sp/souvenir@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-zenbou {
  background: url("../images/sp/zenbou@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-aman_utage {
  background: url("../images/sp/aman_feast@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-aman_sajiki {
  background: url("../images/sp/aman_box@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-busticket {
  background: url("../images/sp/busticket_bg@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-cityhunter {
  background: url("../images/sp/cityhunter@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-nijikimetsu_day {
  background: url("../images/sp/kimetsu_day@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-nijikimetsu_night {
  background: url("../images/sp/kimetsu_night@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-spyfamily {
  background: url("../images/sp/spyfamily@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-luida {
  background: url("../images/sp/luida@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-monsterhunter {
  background: url("../images/sp/monsterhunter@2x.jpg");
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-bleach {
  background: url("../images/sp/bleach@1x.jpg");
  background-image: image-set(
    url(../images/sp/bleach@1x.jpg) 1x,
    url(../images/sp/bleach@2x.jpg) 2x
  );
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-kimetsu_daytime {
  background: url("../images/sp/kimetsu03_daytime@1x.jpg");
  background-image: image-set(
    url(../images/sp/kimetsu03_daytime@1x.jpg) 1x,
    url(../images/sp/kimetsu03_daytime@2x.jpg) 2x
  );
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-kimetsu_night {
  background: url("../images/sp/kimetsu03_night@1x.jpg");
  background-image: image-set(
    url(../images/sp/kimetsu03_night@1x.jpg) 1x,
    url(../images/sp/kimetsu03_night@2x.jpg) 2x
  );
  background-size: cover;
  background-position: center;
}

.l-coupon-parts.-ohsobar {
  background: url("../images/sp/ohsobar_sp@1x.jpg");
  background-image: image-set(
    url(../images/sp/ohsobar_sp@1x.jpg) 1x,
    url(../images/sp/ohsobar_sp@2x.jpg) 2x
  );
  background-size: cover;
  background-position: center;
}

.l-coupon-parts .-text {
  padding: 10px;
}

.l-coupon-parts .-text img {
  width: 100%;
}

/*------------------------------------
MODAL
------------------------------------*/
.l-modal-detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.l-modal-detail .l-modal-bg {
  background-color: rgba(21, 41, 84, 0.6);
  width: 100%;
  height: 100vh;
}

.l-modal-detail .l-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 90%;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 15px;
  border: 5px solid #d79b49;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: scroll;
}

.l-modal-close {
  color: #7b7b7b;
  cursor: pointer;
  font-size: 12px;
  text-align: right;
  margin: 20px 0 0 0;
}

.l-modal-close::before {
  display: inline-block;
  content: "×";
  padding: 0 5px 0 0;
}

@media screen and (max-width: 960px) {
  .l-modal-detail .l-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    width: 90%;
    max-height: 80vh;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 15px;
    border: 5px solid #d79b49;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: scroll;
  }
}

/*------------------------------------
MODAL DETAIL
------------------------------------*/
.l-shop {
  display: block;
  padding: 0 0 30px 0;
}

.l-shop .-shopimg {
  margin: 0 0 15px 0;
}

.l-shop .-shopimg img {
  max-width: 100%;
  width: 100%;
}

.l-shop .-shopcontent {
  min-width: 100%;
}

.l-shop h3 {
  display: flex;
  color: #d8a651;
  font-size: 18px;
  font-family: "Noto Serif JP", san-serif;
  margin: 0 0 10px 0;
}

.l-shop h3.-food::before {
  display: inline-block;
  content: url(../images/sp/icon_foodoff.svg);
  padding: 0 10px 0 0;
  height: 47px;
}
.l-shop h3.-infood::before {
  display: inline-block;
  content: url(../images/sp/icon_inandfoodoff.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-stay::before {
  display: inline-block;
  content: url(../images/sp/icon_stayoff.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-theater::before {
  display: inline-block;
  content: url(../images/sp/icon_theateroff.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-theater50::before {
  display: inline-block;
  content: url(../images/sp/icon_theateroff50.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-attraction::before {
  display: inline-block;
  content: url(../images/sp/icon_attractionoff.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-attraction50::before {
  display: inline-block;
  content: url(../images/sp/icon_attractionoff50.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

/*
.l-shop h3.-kimetsu::before {
    display: inline-block;
    content: url(../images/sp/icon_attractionoff2.svg);
    padding: 0 10px 0 0;
    height: 47px;
}
*/
.l-shop h3.-souvenir::before {
  display: inline-block;
  content: url(../images/sp/icon_souveniroff.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-zenbou::before {
  display: inline-block;
  content: url(../images/sp/icon_zenbou.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-busticket::before {
  display: inline-block;
  content: url(../images/sp/icon_busticket.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop h3.-attraction2::before {
  display: inline-block;
  content: url(../images/sp/icon_attractionoff2.svg);
  padding: 0 10px 0 0;
  height: 47px;
}

.l-shop .-without {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #32497b;
  font-size: 10px;
  margin: 10px 0 0 0;
  padding: 5px 8px;
}

.l-shop h3 span {
  display: block;
  line-height: 2;
}

.l-shop .-text_highlight {
  color: #e60033;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.l-shop .-btn {
  text-align: right;
  margin: 20px 0;
}

.l-shop .-btn_subtextArea {
  display: flex;
  justify-content: space-between;
}

/* .l-shop .-btn_subtextArea .-btn_subtext{
    font-size: 17px;
    color: #e60033;
    font-weight: bold;
    margin: 15px 10px 20px 0;
} */

.l-shop .-btn a {
  display: inline-block;
}

.l-shop .-text_limitedTime {
  font-size: 17px;
  color: #e60033;
  font-weight: bold;
}

.l-note {
  border-top: 1px solid #32497b;
  margin: 0 auto;
  width: 100%;
}

.l-note .-icon {
  padding: 20px 0;
}

.l-note .-icon img {
  margin: 0 auto;
}

.l-note .-text {
  font-size: 12px;
  line-height: 2;
}

/*------------------------------------
TEXT-NOTE
------------------------------------*/
.l-text-note {
  background-color: #fff;
  padding: 30px 0;
}

.l-text-note .-icon {
  padding: 0 0 20px 0;
}

.l-text-note .-icon img {
  margin: 0 auto;
  height: 50px;
}

.l-text-note p {
  font-size: 14px;
  line-height: 2;
}
