@charset "UTF-8";
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  color: #000000;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: VideoJS, YakuHanJPs_Narrow, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.page-wrap .mincho {
  font-family: VideoJS, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

.page-wrap p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

.sp_only {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 812px) {
  #mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
#globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
    font-size: 16px;
  }
  body {
    min-width: 100% !important;
  }
  .page-wrap {
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
}
/* ▲Smartphone▲ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.page-wrap .c-heading__sm {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #707070;
  line-height: 1.3;
  font-weight: 900;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-heading__sm {
    font-size: 32px;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-heading__sm {
    font-size: clamp(1.125rem, 0.917rem + 1.04vw, 1.5rem);
  }
}
.page-wrap .c-heading__md {
  display: block;
  text-align: center;
  font-size: 64px;
  line-height: 1.3;
  font-weight: 900;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-heading__md {
    font-size: 48px;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-heading__md {
    font-size: clamp(1.5rem, 1.083rem + 2.08vw, 2.25rem);
  }
}
.page-wrap .c-heading__red {
  display: block;
  text-align: center;
  font-size: 64px;
  line-height: 1.3;
  font-weight: 900;
  color: #f00;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-heading__red {
    font-size: 48px;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-heading__red {
    font-size: clamp(1.5rem, 1.083rem + 2.08vw, 2.25rem);
  }
}

.page-wrap .c-btn {
  margin-top: 20px;
}
.page-wrap .c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-wrap .c-btn__caption {
  text-align: center;
  color: #707070;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-wrap .c-btn__body {
  background-color: #038CEC;
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 520px) {
  .page-wrap .c-btn__body {
    font-size: 18px;
  }
}

.page-wrap .c-font-color__gray {
  color: #707070;
}
.page-wrap .c-font-color__red {
  color: #f80d0d;
}

.page-wrap .c-product-unit {
  margin: 80px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-product-unit {
    padding: 0 10px;
  }
}
.page-wrap .c-product-unit__head {
  display: block;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 900;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .page-wrap .c-product-unit__head {
    font-size: 32px;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-product-unit__head {
    font-size: clamp(1.25rem, 0.833rem + 2.08vw, 2rem);
  }
}
.page-wrap .c-product-unit__caption {
  margin-top: 10px;
}
.page-wrap .c-product-unit__caption li {
  color: #707070;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
}
.page-wrap .c-product-unit__caption li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-wrap .c-product-unit__image {
  margin-top: 40px;
  text-align: center;
}
.page-wrap .c-product-unit__image img {
  max-width: 100%;
}

.page-wrap .c-note-wrap {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}
.page-wrap .c-note-heading {
  font-weight: bold;
  font-size: 16px;
}
.page-wrap .c-note-list li {
  margin-top: 6px;
  position: relative;
  padding: 0 0 0 1.2em;
  line-height: 1.6;
  font-size: 14px;
}
.page-wrap .c-note-list li span {
  display: inline-block;
}
.page-wrap .c-note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.page-wrap .p-index-hero__visual {
  max-width: 1360px;
  margin: 0 auto;
}
.page-wrap .p-index-hero__visual img {
  width: 100%;
}
.page-wrap .p-index-about {
  padding: 80px 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-about {
    padding: 60px 0px;
  }
}
.page-wrap .p-index-schedule {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-wrap .p-index-schedule__head {
  background-color: #ff0000;
  color: #fff;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  padding: 0.5em 1.4em;
  border-radius: 1.4em;
  line-height: 1;
}
.page-wrap .p-index-schedule__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-schedule__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-wrap .p-index-schedule__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-wrap .p-index-schedule__to {
  padding: 0 5px;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-schedule__to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.page-wrap .p-index-schedule__date {
  font-size: 24px;
  font-weight: 900;
  display: block;
}
.page-wrap .p-index-schedule__day {
  font-size: 16px;
  font-weight: 900;
  display: block;
}
.page-wrap .p-index-schedule__time {
  font-size: 24px;
  font-weight: 900;
  display: block;
}
.page-wrap .p-index-riddle {
  padding: 80px 20px;
  background: rgb(38, 40, 55);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(38, 40, 55)), color-stop(25%, rgb(38, 40, 55)), color-stop(50%, rgb(15, 14, 22)), color-stop(75%, rgb(38, 40, 55)), to(rgb(38, 40, 55)));
  background: linear-gradient(0deg, rgb(38, 40, 55) 0%, rgb(38, 40, 55) 25%, rgb(15, 14, 22) 50%, rgb(38, 40, 55) 75%, rgb(38, 40, 55) 100%);
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-riddle {
    padding: 60px 0px;
  }
}
.page-wrap .p-index-riddle__desc {
  color: #fff;
  font-size: 24px;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-riddle__desc {
    font-size: 16px;
  }
}
.page-wrap .p-index-riddle__head {
  margin-top: 20px;
  color: #e7bf5a;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-riddle__head {
    font-size: 24px;
  }
}
.page-wrap .p-index-riddle__video {
  margin-top: 40px;
}
.page-wrap .p-index-hint {
  padding: 80px 20px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-hint {
    padding: 60px 0px;
  }
}
.page-wrap .p-index-hint__head {
  background: rgb(9, 126, 192);
  background: -webkit-gradient(linear, left top, right top, from(rgb(9, 126, 192)), to(rgb(82, 189, 252)));
  background: linear-gradient(90deg, rgb(9, 126, 192) 0%, rgb(82, 189, 252) 100%);
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 0.4em 0;
  color: #fff;
  font-family: VideoJS, YakuHanJPs_Narrow, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 520px) {
  .page-wrap .p-index-hint__head {
    font-size: 24px;
  }
}
.page-wrap .p-index-product {
  padding: 80px 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-product {
    padding: 60px 0px;
  }
}
.page-wrap .p-index-product__visual {
  margin-top: 20px;
  text-align: center;
}
.page-wrap .p-index-product__visual img {
  max-width: 1000px;
  width: 100%;
}
.page-wrap .p-index-note {
  padding: 80px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-note {
    padding: 60px 0px;
  }
}
.page-wrap .p-index-footer {
  padding: 80px 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-footer {
    padding: 60px 0px;
  }
}
.page-wrap .p-index-footer__copy {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 10px;
}

.p-popup-hint__image {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  background: linear-gradient(303deg, rgb(241, 218, 159) 0%, rgb(241, 222, 164) 49%, rgb(213, 183, 107) 50%, rgb(255, 245, 216) 100%);
}
.p-popup-hint__image img {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .p-popup-hint__image {
    max-width: 450px;
  }
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
/*-------------------
 * project
 *-------------------*/
/*-------------------
 * object
 *-------------------*//*# sourceMappingURL=style.css.map */