@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

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 {
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #161616;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li,
ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #0044CC;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-width: 0;
  line-height: 0;
  vertical-align: bottom;
}

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

video {
  width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

textarea:-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-ms-input-placeholder {
  color: #DDDDDD;
}

textarea::-webkit-input-placeholder {
  color: #DDDDDD;
}

textarea::-moz-placeholder {
  color: #DDDDDD;
}

textarea::placeholder {
  color: #DDDDDD;
}

input:-ms-input-placeholder {
  color: #DDDDDD;
}

input::-ms-input-placeholder {
  color: #DDDDDD;
}

input::-webkit-input-placeholder {
  color: #DDDDDD;
}

input::-moz-placeholder {
  color: #DDDDDD;
}

input::placeholder {
  color: #DDDDDD;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ==============================================================
*  レイアウト
* ============================================================ */
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- パーツ（ベース）

================================================ */
.m-note p {
  font-size: 1.4rem;
  line-height: 1.43;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.m-note.top-sideMenu__spice__note p,
.m-note.top-file__note p {
  position: relative;
  padding: 0 0 0 1em;
}
.m-note.top-sideMenu__spice__note p::before,
.m-note.top-file__note p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-bg--stripe {
  background-image: url("../images/pattern_stripe.png");
  background-size: 100px;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

.m-bg--shape {
  background-image: url("../images/pattern_shape.png");
  background-size: 1400px;
  background-position: top center;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

.m-bg--tableware1 {
  background-image: url("../images/pattern_tableware1.png");
  background-size: 1280px;
  background-position: top 60px center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.m-bg--tableware2 {
  background-image: url("../images/pattern_tableware2.png");
  background-size: 1280px;
  background-position: top center;
  background-repeat: repeat-y;
  position: relative;
  z-index: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-bg--stripe {
    background-size: 13.333vw;
  }
  .m-bg--shape {
    background-image: url("../images/pattern_shape_sp.png");
    background-size: 99.733vw;
  }
  .m-bg--tableware1 {
    background-image: url("../images/pattern_tableware1_sp.png");
    background-size: 100vw;
    background-repeat: repeat-y;
    background-position: top 11.867vw center;
  }
  .m-bg--tableware2 {
    background-image: url("../images/pattern_tableware2_sp.png");
    background-size: 100vw;
  }
  .m-note p {
    font-size: 2.4vw;
    line-height: 1.56;
  }
  .m-note.top-webChallenge__note1 p,
  .m-note.top-sideMenu__spice__note p,
  .m-note.top-file__note p {
    position: relative;
    padding: 0 0 0 1em;
  }
  .m-note.top-webChallenge__note1 p::before,
  .m-note.top-sideMenu__spice__note p::before,
  .m-note.top-file__note p::before {
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(486px);
          transform: translateX(486px);
  height: 48px;
  padding: 0 7px;
  z-index: 12;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.m-hamburgerBtn:hover .m-hamburgerBtn__line span {
  background-color: #5c1611;
}
.m-hamburgerBtn:hover .m-hamburgerBtn__line::after {
  color: #5c1611;
}
.m-hamburgerBtn .m-hamburgerBtn__line {
  position: relative;
  top: -7px;
  width: 32px;
  height: 100%;
}
.m-hamburgerBtn .m-hamburgerBtn__line::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000000;
  -webkit-transition: background-color 0.4s, color 0.4s, content 0.4s;
  transition: background-color 0.4s, color 0.4s, content 0.4s;
}
.m-hamburgerBtn .m-hamburgerBtn__line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #370008;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.4s;
  transition: background-color 0.1s, -webkit-transform 0.4s;
  transition: background-color 0.1s, transform 0.4s;
  transition: background-color 0.1s, transform 0.4s, -webkit-transform 0.4s;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before,
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::before {
  top: -7px;
}
.m-hamburgerBtn .m-hamburgerBtn__line span::after {
  top: 7px;
}

.m-hamburgerBtn.-active .m-hamburgerBtn__line::after {
  content: "CLOSE";
  color: #FFFFFF;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span {
  background-color: transparent;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  top: 0;
  background-color: #FFFFFF;
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
.m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-hamburgerBtn {
    position: fixed;
    right: 10px;
    height: 40px;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .m-hamburgerBtn .m-hamburgerBtn__line {
    position: relative;
    top: -4px;
    width: 24px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line::after {
    font-size: 1rem;
    left: 37.5%;
    -webkit-transform: scale(0.8) translateX(-50%);
            transform: scale(0.8) translateX(-50%);
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span {
    height: 2px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before {
    top: -6px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    top: 6px;
  }
}
/* ================================================

- ボタン

================================================ */
.m-common__btn button,
.m-common__btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  background-color: #000000;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.m-common__btn button:hover,
.m-common__btn a:hover {
  background-color: #ff0000;
}

.m-common__btn.-next button::before,
.m-common__btn.-next a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #ffffff;
}

.m-common__btn.-next.-disable button,
.m-common__btn.-next.-disable a {
  font-size: 1.8rem;
  color: #888888;
  background-color: #DDDDDD;
}
.m-common__btn.-next.-disable button::before,
.m-common__btn.-next.-disable a::before {
  display: none;
}
.m-common__btn.-next.-disable button:hover,
.m-common__btn.-next.-disable a:hover {
  background-color: #DDDDDD;
}

.m-common__btn.-prev button::before,
.m-common__btn.-prev a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
}

.m-common__btn.-down button::before,
.m-common__btn.-down a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
}

.m-common__btn.-center button,
.m-common__btn.-center a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-common__btn.-left button,
.m-common__btn.-left a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-common__btn button,
  .m-common__btn a {
    width: 46.667vw;
    height: 9.333vw;
    padding: 0 4vw;
    font-size: 2.4vw;
  }
  .m-common__btn.-next button::before,
  .m-common__btn.-next a::before {
    right: 2.667vw;
    border-width: 0.933vw 0 0.933vw 1.467vw;
  }
}
/* ================================================

- SNS

================================================ */
ul.m-sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
ul.m-sns li {
  width: 32px;
  margin-left: 11px;
}
ul.m-sns li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
ul.m-sns li a:hover {
  opacity: 0.7;
}
ul.m-sns li:first-child {
  margin-left: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  ul.m-sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  ul.m-sns li {
    width: 28px;
    margin-left: 6px;
  }
  ul.m-sns li:first-child {
    margin-left: 0;
  }
}
/* ================================================

- TOPに戻るボタン

================================================ */
.m-pageTop {
  position: fixed;
  bottom: 100px;
  right: 33px;
  width: 108px;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-pageTop a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-pageTop a:hover {
  opacity: 0.7;
}

.m-pageTop.-active {
  opacity: 1;
  visibility: visible;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-pageTop {
    bottom: 12.5vw;
    right: 2.667vw;
    width: 11.733vw;
  }
}
/* ================================================

-

================================================ */
.m-indentKome p {
  position: relative;
  padding: 0 0 0 1em;
}
.m-indentKome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indetCircle p {
  position: relative;
  padding: 0 0 0 1em;
}
.m-indetCircle p::before {
  display: block;
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}

.m-indetDot p {
  position: relative;
  padding: 0 0 0 1em;
}
.m-indetDot p::before {
  display: block;
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}