@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

#top {
  position: relative;
  max-width: 2500px;
  margin: 0 auto;
}
#top .hashihime_top {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1.5%;
  height: 3%;
}
#top .events-about {
  position: absolute;
  left: 10%;
  top: 3em;
  width: 8%;
  z-index: 2;
}
#top .big-text-img01 {
  position: absolute;
  left: 0;
  right: 0;
  top: -5em;
  width: 100%;
  scale: 1.05;
}
#top .big-text-img02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  width: 100%;
  scale: 1.05;
}
#top .mv {
  width: 90%;
  margin: 0 auto -3%;
  padding-top: 78%;
  position: relative;
}
#top .mvchara {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -4em;
  z-index: 1;
}
#top .logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  margin: auto;
  z-index: 2;
  width: 18%;
}
#top .chara1 {
  background-image: url("../img/top/mv/chara1.png");
}
#top .chara2 {
  background-image: url("../img/top/mv/chara2.png");
}
#top .chara3 {
  background-image: url("../img/top/mv/chara3.png");
}
#top .chara4 {
  background-image: url("../img/top/mv/chara4.png");
}
#top .chara5 {
  background-image: url("../img/top/mv/chara5.png");
}
#top .chara6 {
  background-image: url("../img/top/mv/chara6.png");
}

.date-map {
  width: 90%;
  margin: 0 auto 2em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.5em;
}

@media screen and (max-width: 700px) {
  .date-map {
    flex-wrap: wrap !important;
    gap: 0.7em;
    justify-content: center;
  }
  .date-map .left {
    width: 100%;
  }
  .date-map .left img {
    min-height: 1.8em;
  }
  .date-map .right {
    width: 100%;
  }
  .date-map .right img {
    min-height: 1.8em;
    padding-right: 2.3em;
  }
  .mvchara {
    top: -3em !important;
    background-size: 110% !important;
  }
  #top .events-about {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    width: 15%;
  }
  #top .logo {
    bottom: 12%;
    margin: auto;
    z-index: 2;
    width: 40%;
  }
  #top .hashihime_top {
    height: 2.8%;
  }
  #top .mv {
    width: 100%;
    padding-top: 175%;
  }
  #top .chara1 {
    background-image: url("../img/top/mv/chara1_sp.png");
  }
  #top .chara2 {
    background-image: url("../img/top/mv/chara2_sp.png");
  }
  #top .chara3 {
    background-image: url("../img/top/mv/chara3_sp.png");
  }
  #top .chara4 {
    background-image: url("../img/top/mv/chara4_sp.png");
  }
  #top .chara5 {
    background-image: url("../img/top/mv/chara5_sp.png");
  }
  #top .chara6 {
    background-image: url("../img/top/mv/chara6_sp.png");
  }
}
#topics {
  position: relative;
  background-color: #f1ebeb;
  width: 90%;
  margin: 2em auto;
  box-sizing: border-box;
  border: 4px double #6e6363;
  padding: 1em;
}
#topics .newmark {
  position: relative;
}
#topics .newmark:before {
  content: "";
  background-image: url("../img/common/newmark.png");
  animation: float 3s infinite;
  width: 5em;
  height: 2em;
  position: absolute;
  top: -0.5em;
  left: -1em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
#topics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  gap: 0.8em;
}
#topics li {
  width: 32%;
}
#topics li img {
  min-width: 100%;
  transition: 0.3s;
}

#news {
  width: 90%;
  margin: 6em auto;
}
#news h2 img {
  width: 10em;
}
#news iframe {
  margin: 0.2em auto;
  width: 100%;
  min-height: 100px;
  border: none;
}

@media screen and (max-width: 700px) {
  #topics {
    padding: 1em;
  }
  #topics ul {
    gap: 1em;
  }
  #topics li {
    width: 100%;
  }
  #news {
    margin: 6em auto 1em !important;
  }
  #news iframe {
    height: 100px !important;
  }
}
#introduction {
  position: relative;
  width: 90%;
  margin: 2em auto;
}
#introduction h1 {
  position: relative;
  z-index: 2;
}
#introduction .box_visual {
  width: 100%;
  padding-top: 30%;
  border: 1px solid #6e6363;
  margin-top: -6.5%;
  background-image: url("../img/introduction/base.jpg");
  background-size: cover;
  background-position: top center;
  margin-bottom: 3em;
  position: relative;
  height: 220px;
  z-index: 1;
}
#introduction .box_visual img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18em;
}
#introduction .comment {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 5em;
}
#introduction .comment .left {
  width: 30%;
  min-width: 100px;
}
#introduction .comment .right {
  width: 70%;
  text-align: left;
  padding: 1em 2em 1em 2em;
  border-left: 1px solid #6e6363;
  border-right: 1px solid #6e6363;
  line-height: 2em;
}

@media screen and (max-width: 700px) {
  #introduction .box_visual {
    margin-top: -16.5%;
    background-position: top left 60%;
  }
  #introduction .box_visual img {
    width: 14em;
  }
  #introduction .comment {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    margin-bottom: 5em;
  }
  #introduction .comment .left {
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #6e6363;
  }
  #introduction .comment .right {
    width: 100% !important;
    text-align: left;
    padding: 1em !important;
    border-left: none;
    border-right: none;
    line-height: 2em;
  }
  #introduction .comment .right br {
    display: none;
  }
}
#overview {
  position: relative;
}
#overview .text_box {
  text-align: center !important;
  margin: 4em auto;
}
#overview .map {
  display: block;
  width: 80%;
  margin: 1em auto;
  border: 1px solid #6e6363;
}

#contents .contents01 {
  width: 90%;
  margin: 5em auto 1.5em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.5em;
}
#contents .contents01 h3 {
  margin-bottom: 2em;
}
#contents .contents01 h3 img {
  height: 32em;
  max-width: 140px;
}
#contents .contents01 .left {
  width: 80%;
  position: relative;
}
#contents .contents01 .left .new {
  width: 12%;
  position: absolute;
  right: 3%;
  top: -2%;
}
#contents .contents01 .left .newVisualPanel {
  min-width: 100%;
}
#contents .contents01 .right {
  width: 20%;
  min-width: 250px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
#contents .contents01 .right .contents-mini-text {
  font-size: 85%;
  padding: 1em;
  border-top: 1px solid #6e6363;
  border-bottom: 1px solid #6e6363;
  text-align: left;
  line-height: 2em;
}
#contents .contents01 .right .contents-mini-text .subtitle {
  width: 11em;
}
#contents .contents01 .right .contents-mini-text .font-180 {
  margin: 0.4em 0 0.2em;
}
#contents .contents-inner {
  padding: 1.5em;
}
#contents .contents02 ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
}
#contents .contents02 ul li {
  border: 1px solid #6e6363;
  width: calc(33.3333333333% - 1em);
  display: flex;
  flex-direction: column;
  background: #f1ebeb;
  padding: 1em;
}
#contents .contents02 ul li img {
  border: 0.5px solid #6e6363;
  margin-bottom: 1em;
  flex-shrink: 0;
}
#contents .contents02 ul li .name {
  line-height: 1.3em;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 800;
}
#contents .contents02 ul li .product {
  font-size: 90%;
  color: #6e6363;
  margin-bottom: 0.5em;
}
#contents .contents02 ul li .price {
  border-top: 0.5px solid #6e6363;
  padding-top: 0.5em;
  font-size: 110%;
}
#contents .contents02,
#contents .contents03,
#contents .contents04,
#contents .contents05,
#contents .contents06,
#contents .contents07 {
  width: 90%;
  border: 1px solid #6e6363;
  margin: 1.5em auto;
}
#contents .contents02 h3,
#contents .contents03 h3,
#contents .contents04 h3,
#contents .contents05 h3,
#contents .contents06 h3,
#contents .contents07 h3 {
  text-align: left;
  position: relative;
  left: -1px;
  top: -1px;
}
#contents .contents02 h3 img,
#contents .contents03 h3 img,
#contents .contents04 h3 img,
#contents .contents05 h3 img,
#contents .contents06 h3 img,
#contents .contents07 h3 img {
  height: 3.5em;
}
#contents .contents02 .contents-text,
#contents .contents03 .contents-text,
#contents .contents04 .contents-text,
#contents .contents05 .contents-text,
#contents .contents06 .contents-text,
#contents .contents07 .contents-text {
  text-align: left;
}
#contents .contents02 .contents-text .overwiew,
#contents .contents03 .contents-text .overwiew,
#contents .contents04 .contents-text .overwiew,
#contents .contents05 .contents-text .overwiew,
#contents .contents06 .contents-text .overwiew,
#contents .contents07 .contents-text .overwiew {
  margin-bottom: 0.5em;
  width: 5em;
}
#contents .contents03 .tokuten-title {
  width: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
  left: -1px;
  top: -1px;
}
#contents .contents03 .tokuten-title img {
  height: 3em;
}
#contents .contents03 .tokuten-egara {
  width: 70%;
  margin: 2em auto;
}
#contents .contents03 .text-wrap {
  padding: 0 2em;
  text-align: left;
  margin: 1em;
}
#contents .contents03 .tWrap01 {
  margin: 1em 1em 2em;
}
#contents .contents03 .wbox01-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#contents .contents03 .wbox01-inner .left {
  border-right: 1px solid #6e6363;
  padding-right: 1em;
}
#contents .contents03 .wbox01-inner .right {
  padding-left: 1em;
}
#contents .contents03 .wbox01-inner .right ul {
  display: inline-flex;
  gap: 0.5em;
}
#contents .contents03 .wbox01-inner .right ul li:before {
  content: "◆";
  margin-right: 0.3em;
  color: #77bcc9;
  font-size: 80%;
}
#contents .contents03 .double-box hr {
  margin: 1em auto;
}
#contents .contents03 .double-box .text-wrap {
  margin-bottom: 1em;
}
#contents .contents03 .price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  margin-bottom: 0.5em;
}
#contents .contents03 .price .heading {
  display: inline-block;
  border: 1px solid #6e6363;
  padding: 1px 1em;
  background-color: #fff;
}
#contents .contents04-wrapper {
  display: flex;
  justify-content: space-between;
  width: 90%;
  border: 1px solid #6e6363;
  margin: 1.5em auto;
}
#contents .contents04-wrapper .right {
  width: 50%;
  min-height: 100%;
  background: url("../img/contents/spot.jpg");
  background-size: cover;
  background-position: center;
}
#contents .contents04-wrapper .contents04 {
  margin: 0 auto;
  border: none;
  width: 50%;
}
#contents .contents05-contents06Wrap {
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.5em;
  margin: -1em auto;
}
#contents .contents05-contents06Wrap .contents05,
#contents .contents05-contents06Wrap .contents06 {
  width: 49%;
}
#contents .contents02,
#contents .contents05 {
  background-color: #e5ecec;
}
#contents .contents04,
#contents .contents07 {
  background-color: #fffbfb;
}
#contents .contents03,
#contents .contents06 {
  background-color: #f1ebeb;
}
#contents .contents07 h4 {
  margin: 0em auto 0.7em;
}
#contents .contents07 h4 .long {
  text-align: center;
  display: block;
  width: 100%;
}
#contents .contents07 .wrap-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5em;
  font-size: 95%;
}
#contents .contents07 .wrap-box .left,
#contents .contents07 .wrap-box .right {
  width: 50%;
  border: 1px solid #6e6363;
  padding: 1em;
}
#contents .contents07 .all {
  width: 100%;
  border: 1px solid #6e6363;
  padding: 1em;
  margin-top: 1em;
}
#contents .contents07 .all .box-text {
  display: flex;
  gap: 1em;
  align-items: center;
}
#contents .contents07 .all .box-text .left {
  width: 70%;
}
#contents .contents07 .all .box-text .right {
  width: 30%;
  text-align: center;
  padding: 1em;
}
#contents .contents07 .all .box-text .right img {
  min-width: 100%;
}

@media screen and (max-width: 700px) {
  .contents01 {
    width: 100% !important;
    margin: 2em auto 1.5em !important;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 1.5em !important;
  }
  .contents01 h3 {
    width: 30%;
    margin-bottom: 2em;
  }
  .contents01 h3 img {
    height: 17em !important;
    max-width: 200px !important;
  }
  .contents01 .left {
    width: 100% !important;
    position: relative;
  }
  .contents01 .left .new {
    width: 18% !important;
    right: 4% !important;
    top: -4% !important;
  }
  .contents01 .left .newVisualPanel {
    min-width: 100%;
  }
  .contents01 .right {
    width: 100% !important;
    margin: 0 auto;
    min-width: none;
    display: flex;
    align-items: flex-start;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
  }
  .contents01 .right .contents-mini-text {
    width: 70%;
    font-size: 90% !important;
    padding: 0.6em;
    border-top: 1px solid #383434;
    border-bottom: 1px solid #383434;
    text-align: left;
    line-height: 2em;
  }
  .contents01 .right .contents-mini-text .subtitle {
    width: 11em;
  }
  .contents01 .right .contents-mini-text .font-180 {
    margin: 0.4em 0 0.2em;
  }
  .contents02 ul {
    gap: 1.2em !important;
  }
  .contents02 ul li {
    border: 0.5px solid #6e6363;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    background: #f1ebeb;
    padding: 1em;
  }
  .contents-inner {
    padding: 1em !important;
  }
  .contents02,
  .contents03,
  .contents04,
  .contents05,
  .contents06,
  .contents07 {
    width: 95% !important;
    border: 0.1em solid #383434;
    margin: 1em auto !important;
  }
  .contents02 h3,
  .contents03 h3,
  .contents04 h3,
  .contents05 h3,
  .contents06 h3,
  .contents07 h3 {
    text-align: left;
    position: relative;
    left: -1px;
    top: -1px;
  }
  .contents02 h3 img,
  .contents03 h3 img,
  .contents04 h3 img,
  .contents05 h3 img,
  .contents06 h3 img,
  .contents07 h3 img {
    height: 2.7em !important;
  }
  .contents02 .contents-text,
  .contents03 .contents-text,
  .contents04 .contents-text,
  .contents05 .contents-text,
  .contents06 .contents-text,
  .contents07 .contents-text {
    text-align: left;
  }
  .contents02 .contents-text .overwiew,
  .contents03 .contents-text .overwiew,
  .contents04 .contents-text .overwiew,
  .contents05 .contents-text .overwiew,
  .contents06 .contents-text .overwiew,
  .contents07 .contents-text .overwiew {
    margin-bottom: 0.5em;
    width: 5em;
  }
  .contents02 br,
  .contents04 br,
  .contents05 br,
  .contents06 br,
  .contents07 br {
    display: none;
  }
  .contents07 .all br {
    display: block;
  }
  .contents05-contents06Wrap {
    width: 95% !important;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 0em !important;
    margin: 0 auto !important;
  }
  .contents05-contents06Wrap .contents05,
  .contents05-contents06Wrap .contents06 {
    width: 100% !important;
  }
  .contents03 {
    margin: 2em auto !important;
  }
  .contents03 .tokuten-title {
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    left: -1px;
    top: -1px;
  }
  .contents03 .tokuten-title img {
    height: 2em !important;
  }
  .contents03 .tokuten-egara {
    width: 90% !important;
    margin: 2em auto;
  }
  .contents03 .text-wrap {
    padding: 1em 1em !important;
    text-align: left;
    margin: 1em auto !important;
  }
  .contents03 .tWrap01 {
    margin: 1em 0 2em !important;
  }
  .contents03 .wbox01-inner {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
  }
  .contents03 .wbox01-inner .left {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #6e6363;
    padding-right: 0em !important;
    padding-bottom: 0.5em;
  }
  .contents03 .wbox01-inner .right {
    padding-left: 0em;
    padding-top: 0.5em;
    width: 100%;
  }
  .contents03 .wbox01-inner .right ul {
    display: flex !important;
    justify-content: center !important;
    gap: 0.5em;
    margin: 0 auto !important;
  }
  .contents03 .wbox01-inner .right ul li {
    text-align: center;
  }
  .contents03 .wbox01-inner .right ul li:before {
    content: "◆";
    margin-right: 0.3em;
    color: #77bcc9;
    font-size: 80%;
  }
  .contents03 .double-box .font-180 {
    font-size: 120% !important;
  }
  .contents03 .double-box hr {
    margin: 1em auto;
  }
  .contents03 .double-box .text-wrap {
    margin-bottom: 1em;
  }
  .contents03 .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
    margin-bottom: 0.5em;
  }
  .contents03 .price .heading {
    display: inline-block;
    border: 1px solid #6e6363;
    padding: 0.1em 1em;
    background-color: #fff;
  }
  .contents04-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95% !important;
    border: 1px solid #6e6363;
    margin: 1.5em auto;
  }
  .contents04-wrapper .right {
    width: 100% !important;
    min-height: 200px !important;
  }
  .contents04-wrapper .contents04 {
    margin: 0 auto !important;
    border: none;
    width: 100% !important;
  }
  .contents07 .wrap-box {
    display: flex;
    flex-wrap: wrap !important;
    gap: 1em !important;
    font-size: 95%;
  }
  .contents07 .wrap-box .left,
  .contents07 .wrap-box .right {
    width: 100% !important;
    border: 1px solid #6e6363;
    padding: 1em;
  }
  .contents07 .all .box-text {
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: column;
  }
  .contents07 .all .box-text .left {
    width: 100% !important;
  }
  .contents07 .all .box-text .right {
    width: 100% !important;
  }
  .contents07 .all .box-text .right img {
    min-width: 100px !important;
    width: 80%;
  }
}
#tickets {
  position: relative;
}
#tickets .tokuten-tickets-img {
  width: 90%;
  max-width: 800px;
  margin: 2em auto;
  display: block;
}
#tickets .box {
  width: 80%;
}
#tickets .box ul {
  text-align: left;
  margin-top: 1.2em;
}
#tickets .box li {
  font-size: 90%;
  margin: 0.1em 0;
}
#tickets .box li:before {
  content: "◆";
  margin-right: 0.3em;
  color: #77bcc9;
  font-size: 80%;
}

@media screen and (max-width: 700px) {
  .box {
    width: 100% !important;
  }
}
#contact {
  position: relative;
}
#contact .text_box {
  margin: 3em auto;
}

#other .text_box {
  margin: 3em auto;
}
#other .button_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
}

@media screen and (max-width: 700px) {
  #other .button_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
  }
}
#caution {
  position: relative;
  font-size: 85% !important;
  line-height: 1.8;
  /* タブ切り替え全体のスタイル */
  /* タブのスタイル */
  /* ラジオボタンを全て消す */
  /* タブ切り替えの中身のスタイル */
  /* 選択されているタブのコンテンツのみを表示 */
  /* 選択されているタブのスタイルを変える */
}
#caution h4 {
  font-weight: 800;
  font-size: 120%;
}
#caution h5:before {
  content: "◆";
  margin-right: 0.3em;
  color: #77bcc9;
  font-size: 80%;
}
#caution .caution_wrap {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 2em;
  font-family: "segoe ui", meiryo, "yu gothic", "hiragino kaku gothic pron", sans-serif;
}
#caution .tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#caution .tab_item {
  width: 33.3333333333%;
  border-left: 1px solid #6e6363;
  border-top: 1px solid #6e6363;
  border-bottom: 1px solid #6e6363;
  padding: 0.5em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
#caution .tab_item:last-of-type {
  border-right: 1px solid #6e6363;
}
#caution .tab_item:hover {
  opacity: 0.75;
}
#caution input[name=tab_item] {
  display: none;
}
#caution .tab_content {
  display: none;
  padding: 3em;
  clear: both;
  overflow: hidden;
}
#caution #japanese:checked ~ #jp-text,
#caution #english:checked ~ #en-text,
#caution #chinese:checked ~ #cn-text {
  display: block;
}
#caution .tabs input:checked + label.tab_item {
  background-color: #383434;
  color: #fff;
}

@media screen and (max-width: 700px) {
  #caution {
    font-size: 100% !important;
    line-height: 1.8;
  }
  .caution_wrap {
    width: 95% !important;
  }
  .tabs {
    margin-top: 50px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  /* タブ切り替えの中身のスタイル */
  .tab_content {
    display: none;
    padding: 1em !important;
    clear: both;
    overflow: hidden;
  }
}
body {
  font-family: "Shippori Mincho B1", serif;
  width: 100%;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  font-size: clamp(13px, 1.1vw, 18px);
  color: #383434;
  background-color: #ebcfcf;
  position: relative;
  line-height: 1.8em;
}
body ::-moz-selection {
  background: #ac7c90;
  color: white;
}
body ::selection {
  background: #ac7c90;
  color: white;
}
body ::-moz-selection {
  /* Firefox用 */
  background: #ac7c90;
  color: #fff;
}
body img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  max-width: 100%;
  transition: 0.2 !important;
}
body a {
  text-decoration: none;
  color: #5194a0;
  font-weight: 700;
  cursor: pointer;
}
body a:hover {
  color: #6e6363;
}
body a img {
  transition: 0.2s;
}
body a img:hover {
  transform: translateY(-0.5rem);
  filter: drop-shadow(0 0.5em 10px rgba(59, 32, 32, 0.1));
}
body i {
  letter-spacing: 0;
}

.main-container {
  width: 95%;
  margin: 4.5em auto 1em;
  border: 1px solid #6e6363;
  background-image: url("../../assets/img/common/bg.jpg");
  padding-bottom: 15em;
  box-sizing: border-box;
}

@media screen and (max-width: 700px) {
  .main-container {
    width: 95%;
    margin: 5em auto 1em;
    border: 1px solid #6e6363;
    background-image: url("../../assets/img/common/bg.jpg");
    padding-bottom: 4em !important;
  }
}
.inner {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
  }
}
h1 {
  width: 100%;
  margin: 5em auto 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
h1 .line {
  flex: 1;
  height: 0.01em;
  background: #474040;
  margin: 0 1vw;
  min-width: 0;
}
h1 img {
  height: 5vw;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #474040;
  padding-bottom: 1em;
}

h4 {
  margin: 1em auto 0.7em;
  font-size: 100%;
}
h4 p {
  display: inline;
  justify-content: center;
  background-color: #474040;
  border: 1px solid #474040;
  color: #fff;
  padding: 0.2em 0.5em;
}

h5 {
  font-weight: 800;
  color: #5194a0;
  margin: 1em auto 1 0.5em;
}

@media screen and (max-width: 700px) {
  h1 {
    width: 98%;
    margin: 5em auto 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  h1 .line {
    flex: 1;
    height: 1px;
    background: #474040;
    margin: 0 1vw;
    min-width: 0;
  }
  h1 img {
    height: 12vw;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  h4 {
    margin: 1em auto 1em;
    font-size: 90%;
  }
  h4 p {
    display: inline;
    justify-content: center;
    background-color: #474040;
    border: #474040;
    color: #fff;
    padding: 0.1em 0.8em;
  }
}
@font-face {
  font-family: "BananaSlip";
  src: url("../fonts/YDWbananaslipplus.otf");
}
.modal-item {
  width: 70% !important;
  max-width: 35em !important;
}
.modal-item img {
  min-width: 100%;
}
.modal-item .close {
  position: fixed !important;
  z-index: 9999 !important;
}

.font-80 {
  font-size: 80%;
}

.font-70 {
  font-size: 70%;
}

.font-120 {
  font-size: 120%;
  line-height: 1.5em;
}

.font-150 {
  font-size: 150%;
  line-height: 1.5em;
}

.font-180 {
  font-size: 180%;
  line-height: 1.7em;
}

.bold {
  font-weight: 800;
}

.sp_br {
  display: none;
}

hr {
  border-top: 1px solid #6e6363;
}

#webshop .heading {
  color: #5194a0;
  margin-bottom: 1em;
}
#webshop .heading b {
  line-height: 1.4em;
}
#webshop .yoyaku-kikan {
  line-height: 1.2em;
}
#webshop .box {
  width: 80%;
  margin: 2em auto 4em;
}
#webshop .box ul {
  text-align: left;
  margin-top: 1.2em;
}
#webshop .box li {
  font-size: 90%;
  margin: 0.1em 0;
}
#webshop .box li:before {
  content: "◆";
  margin-right: 0.3em;
  color: #5194a0;
  font-size: 80%;
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #383434;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#loading p {
  letter-spacing: 0.5em;
}

.box {
  background-color: #f1ebeb;
  border: 1px solid #6e6363;
  width: 100%;
  margin: 0 auto;
  padding: 1em 1em;
}
.box .box-inner {
  padding: 1.3em;
}
.box .button {
  display: inline-block;
  margin: 1em auto 0;
}
.box h4 {
  margin: 0 auto 0.7em;
}

.white-box {
  background-color: #fff;
  border: 1px solid #6e6363;
  width: 95%;
  margin: 0 auto;
}
.white-box .white-box-inner {
  padding: 1em;
}

.double-box {
  position: relative;
  background-color: #f9e7e7;
  width: 95%;
  margin: 2em auto;
  box-sizing: border-box;
  border: 4px double #6e6363;
  padding: 1em;
}

.bg_left {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 14%;
  background-image: url("../img/common/bg_left.png");
  background-repeat: repeat-y;
  background-size: 100%, auto;
  transition-duration: 0.5s;
  background-position: top left;
  z-index: 2;
  pointer-events: none !important;
  overflow: hidden;
}

.bg_right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 14%;
  background-image: url("../img/common/bg_right.png");
  background-repeat: repeat-y;
  background-position: top right;
  background-size: 100%, auto;
  transition-duration: 0.5s;
  z-index: 3;
  pointer-events: none !important;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  #webshop {
    margin-top: 3em;
  }
  .open-modal {
    pointer-events: none;
  }
  .sp_br {
    display: block;
  }
  .box {
    width: 95% !important;
    padding: 0em 1em;
  }
  .box .box-inner {
    padding: 1.5em 0em;
  }
  .white-box {
    background-color: #fff;
    width: 98%;
    margin: 0 auto;
  }
  .white-box .white-box-inner {
    padding: 0.5em;
  }
  .double-box {
    position: relative;
    background-color: #f9e7e7;
    width: 96%;
    margin: 0.5em auto;
    box-sizing: border-box;
    border: 4px double #6e6363;
    padding: 0.5em;
  }
  .bg_left {
    width: 25% !important;
    left: -10% !important;
  }
  .bg_right {
    width: 25% !important;
    right: -10% !important;
  }
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  50% {
    border-radius: 32% 39% 45% 30%/43% 47% 29% 45%;
  }
  75% {
    border-radius: 68% 21% 80% 19%/46% 30% 60% 31%;
  }
}
/* fall */
@keyframes fall {
  0% {
    background-position: 0 0;
  }
  /* 背景画像の位置を左上に設定 */
  100% {
    background-position: -100em 100em;
  }
  /* 背景画像の位置を左上から700px右下に設定 */
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0);
  }
}
.button {
  transition: 0.2s;
  display: inline-block;
  z-index: 2;
  min-width: 25em;
  box-sizing: border-box;
  margin: 1.5rem auto;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2em;
  color: #383434 !important;
  pointer-events: all !important;
  cursor: pointer;
  border: 1px solid #6e6363;
  padding: 3px;
}
.button .button_inner {
  transition: 0.2s;
  border: 1px solid #6e6363;
  display: flex;
  background: #addbd9;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.button .button_inner .right {
  width: 10%;
  min-width: 80px;
  background: #4a4341;
  flex-wrap: nowrap;
  color: #addbd9;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.button .button_inner .left {
  width: 90%;
  padding: 1rem 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4em;
  box-sizing: border-box;
}
.button:hover {
  transform: translateY(-0.2em);
}
.button:hover .button_inner {
  background: #383434;
  color: #fff !important;
}

.x-button .button_inner {
  border: 1px solid #6e6363;
  display: flex;
  background: #2e3434;
  flex-wrap: nowrap;
}
.x-button .button_inner .right {
  width: 10%;
  min-width: 80px;
  flex-wrap: nowrap;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.x-button .button_inner .left {
  padding: 1rem 4em;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  box-sizing: border-box;
}
.x-button .button_inner .left p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.x-button .button_inner .left p img {
  width: 1.2em;
  margin-right: 1em;
}
.x-button:hover .button_inner {
  background: #383434;
  color: #fff !important;
}

.btn-pink {
  display: inline-block;
  z-index: 2;
  box-sizing: border-box;
  font-size: 120%;
  font-weight: 400;
  line-height: 1.2em;
  color: #383434 !important;
  pointer-events: all !important;
  cursor: pointer;
  border: 1px solid #6e6363;
  transition: 0.3s;
  padding: 3px;
}
.btn-pink .button_inner {
  border: 1px solid #6e6363;
  display: flex;
  background: #ebcfcf;
  flex-wrap: nowrap;
}
.btn-pink .button_inner .right {
  color: #ebcfcf;
}
.btn-pink:hover .button_inner {
  background: #383434;
}
.btn-pink:hover .button_inner .left {
  color: #fff !important;
}

@media screen and (max-width: 700px) {
  .button {
    min-width: 20em !important;
    max-width: 80% !important;
    box-sizing: border-box;
  }
  .button_inner .right {
    min-width: 50px !important;
  }
  .button_inner .left {
    padding: 1em !important;
  }
  .btn-pink {
    margin: 0.5rem auto !important;
    font-size: 100% !important;
  }
}
header .menubtn {
  position: fixed;
  transition: 0.3s;
  z-index: 998;
  right: 0em;
  top: 0em;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1em;
  border-bottom: 1px solid #6e6363;
  border-left: 1px solid #6e6363;
  background-color: #fff;
  width: 4em;
  height: 4em;
  cursor: pointer;
  box-sizing: border-box;
}
header .menubtn i {
  font-size: 150%;
}
header .menubtn span {
  font-size: 55%;
}
header .menubtn:hover {
  background-color: #d9e8eb;
}
header nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background-size: 1em, 100%;
  background-position: center;
  justify-content: center;
  width: 90%;
  height: 95dvh;
  border: 1px solid #6e6363;
  overflow: hidden;
  background: url("../img/common/bg.jpg");
}
header nav .menuInner {
  position: relative;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5dvh 0 5dvh;
  height: 95dvh;
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
}
header nav .menuInner ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 95%;
}
header nav .menuInner ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #6e6363;
}
header nav .menuInner ul li a {
  width: 100%;
  max-height: 4em;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 110%;
  padding: 2.5em 0em;
}
header nav .menuInner ul li a span {
  font-size: 50%;
}

@media screen and (max-width: 700px) {
  .menubtn {
    position: fixed;
    transition: 0.3s;
    z-index: 998;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.1em;
    border-bottom: 1px solid #6e6363;
    border-left: 1px solid #6e6363;
    border-right: 1px solid #6e6363;
    border-top: 1px solid #6e6363;
    background-color: #fff;
    width: 4em;
    height: 4em;
    cursor: pointer;
    box-sizing: border-box;
  }
  .menubtn i {
    font-size: 150%;
  }
  .menubtn span {
    font-size: 55%;
  }
  .menubtn:hover {
    background-color: #d9e8eb;
  }
  .open_m {
    right: 1.5em !important;
    top: 0.5em !important;
  }
  .close_m {
    right: -1px !important;
    top: -1px !important;
  }
}
#pagetop {
  position: fixed;
  transition: 0.3s;
  z-index: 95;
  right: 0em;
  bottom: 0em;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1em;
  border-top: 1px solid #6e6363;
  border-left: 1px solid #6e6363;
  background-color: #fff;
  width: 4em;
  height: 4em;
  cursor: pointer;
  box-sizing: border-box;
}
#pagetop i {
  color: #6e6363;
  font-size: 200%;
  transition: 0.3s;
  cursor: pointer;
}
#pagetop:hover {
  background-color: #d9e8eb;
}

footer {
  position: relative;
  z-index: 3;
  width: 95%;
  margin: 0 auto;
  height: 10em;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .footer-inner .left {
  font-size: 70%;
}
footer .footer-inner .left p {
  background-color: #ebcfcf;
  padding: 0 0.4em;
}
footer .footer-inner .right li {
  background-color: #ebcfcf;
  padding: 0 0.4em;
}
footer .footer-inner .right ul {
  display: flex;
  gap: 1em;
  font-size: 70%;
}

.record-base {
  position: relative;
  height: 3em;
  overflow: hidden;
  margin-top: -25em;
  padding-top: 25em;
}
.record-base .record {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  width: 50em;
  height: 50em;
  overflow: hidden;
  background: url("../img/footer/record.png");
  background-size: cover;
  animation: rotateRecord 20s linear infinite;
}

@keyframes rotateRecord {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 700px) {
  footer {
    height: 10em;
  }
  footer .footer-inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .footer-inner .left {
    font-size: 80%;
  }
  footer .footer-inner .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    gap: 0.5em;
    font-size: 80%;
  }
  footer .footer-inner .right ul li {
    text-align: right !important;
  }
  #pagetop {
    position: fixed;
    transition: 0.3s;
    z-index: 95;
    right: 1.5em !important;
    bottom: 1em;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.1em;
    border-top: 1px solid #6e6363;
    border-left: 1px solid #6e6363;
    border-bottom: 1px solid #6e6363;
    border-right: 1px solid #6e6363;
    background-color: #fff;
    width: 4em;
    height: 4em;
    cursor: pointer;
    box-sizing: border-box;
  }
  #pagetop i {
    color: #6e6363;
    font-size: 200%;
    transition: 0.3s;
    cursor: pointer;
  }
  #pagetop:hover {
    background-color: #d9e8eb;
  }
  .record-base {
    position: relative;
    height: 5em;
    overflow: hidden;
    margin-top: -4em;
    padding-top: 17em;
  }
  .record-base .record {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    width: 27em;
    height: 27em;
    overflow: hidden;
    background: url("../img/footer/record.png");
    background-size: cover;
    animation: rotateRecord 20s linear infinite;
  }
}/*# sourceMappingURL=style.css.map */