@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  overflow: hidden;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page {
    font-size: 4.2vw;
  }
}
.page .c-inner {
  width: 92%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page .c-inner {
    width: 89.6vw;
  }
}
.page .c-button__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .c-button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .page .c-button__wrap .c-button {
    margin-right: 60px;
  }
  .page .c-button__wrap .c-button:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .c-button__wrap .c-button {
    margin-bottom: 7.8vw;
  }
  .page .c-button__wrap .c-button:last-child {
    margin-bottom: 0;
  }
}
.page .c-button {
  width: 320px;
  height: 70px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #222;
  border-radius: 10px;
  background-image: url("/order/assets/img/common/icon/c_button_arrow.svg");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center right 20px;
  background-color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .c-button {
    width: 83.3vw;
    height: 18.2vw;
    padding: 0 7.8vw;
    font-size: 4.2vw;
    border-radius: 2.6vw;
    background-size: 2.1vw auto;
    background-position: center right 5.2vw;
  }
}
.page .c-button.is-black {
  color: #fff;
  background-color: #222;
  background-image: url("/order/assets/img/common/icon/c_button_arrow-black.svg");
}
.page .c-button.is-big {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .page .c-button.is-big {
    height: 26vw;
  }
}
.page .c-heading__2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .c-heading__2 {
    margin: 0 0 3.4vw;
    font-size: 5.2vw;
  }
}
.page .c-heading__2 b {
  display: inline-block;
  background-color: #FF2800;
  color: #fff;
  padding: 8px;
  margin: 0 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .page .c-heading__2 b {
    min-width: 52.1vw;
    padding: 2.1vw;
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
  }
}
.page .c-heading__2 span {
  color: #C6958C;
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .page .c-heading__2 span {
    font-size: 4.2vw;
    margin: 1.3vw 0 0;
  }
}
.page .c-heading__3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .page .c-heading__3 {
    margin: 0 0 2.6vw;
    font-size: 4.2vw;
  }
}
.page .c-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .page .c-section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .page .c-section {
    display: block;
    margin: 0 0 15.6vw;
  }
  .page .c-section:last-child {
    margin-bottom: 0;
  }
}
.page .c-section .c-section__mv {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .c-section .c-section__mv {
    width: 100%;
    margin: 0 0 3.9vw;
  }
}
.page .c-section .c-section__contents {
  width: 46.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .c-section .c-section__contents {
    width: 100%;
  }
}
.page .c-section .c-section__contents div {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page .c-section .c-section__contents div {
    margin: 0 0 2.6vw;
  }
}
.page .c-section .c-section__contents div:last-child {
  margin-bottom: 0;
}
.page .c-section .c-section__text {
  line-height: 1.875;
}
.page .c-section .c-section__rowtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .c-section .c-section__rowtext img {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-right: 10px;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page .c-section .c-section__rowtext img {
    margin-right: 2.6vw;
    width: 39.6vw;
  }
}
.page .hero {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .page .hero {
    margin: 0 0 16.9vw;
  }
}
.page .hero .hero__mv {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__mv {
    margin: 0 0 16.4vw;
  }
}
.page .hero .hero__lead {
  text-align: center;
}
.page .hero .hero__lead .hero__lead__heading {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__lead .hero__lead__heading {
    font-size: 5.2vw;
    font-weight: bold;
    margin: 0 0 10px;
  }
}
.page .hero .hero__lead .hero__lead__heading span {
  color: #C6958C;
  font-weight: bold;
}
.page .hero .hero__lead .hero__lead__text p {
  line-height: 1.5;
}
.page .tab-switch {
  margin: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .page .tab-switch {
    margin: 0 0 15.6vw;
  }
}
.page .tab-switch .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .page .tab-switch .tab {
    margin: 0 0 7.8vw;
  }
}
.page .tab-switch .tab .tab__item {
  width: 33.3333333333%;
  border-bottom: 3px solid #D9D9D9;
  color: #D9D9D9;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .page .tab-switch .tab .tab__item {
    border-bottom: 0.8vw solid #D9D9D9;
    font-size: 5.2vw;
    padding: 0 0 3.9vw;
  }
}
.page .tab-switch .tab .tab__item span {
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .page .tab-switch .tab .tab__item span {
    font-size: 4.2vw;
    margin: 1.8vw 0 0;
  }
}
.page .tab-switch .tab .tab__item.is-active {
  color: #222;
  border-bottom: 3px solid #C6958C;
}
@media screen and (max-width: 768px) {
  .page .tab-switch .tab .tab__item.is-active {
    border-bottom: 0.8vw solid #C6958C;
  }
}
.page .tab-switch .tab .tab__item.is-active span {
  color: #C6958C;
}
.page .tab-switch .tab-content .tab-content__item {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .page .tab-switch .tab-content .tab-content__item {
    padding-top: 57.3vw;
    margin-top: -57.3vw;
  }
}
.page .bnr {
  margin: 100px 0 80px;
  padding: 110px 0;
  background: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    margin: 15.6vw 0 26vw;
    padding: 10.4vw 0;
  }
}
.page .bnr .bnr__heading {
  margin: 0 0 55px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  .page .bnr .bnr__heading:before, .page .bnr .bnr__heading:after {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
  }
  .page .bnr .bnr__heading:before {
    content: "＼";
  }
  .page .bnr .bnr__heading:after {
    content: "／";
  }
}
@media screen and (max-width: 768px) {
  .page .bnr .bnr__heading {
    margin: 0 0 10.4vw;
    padding: 2.6vw 0;
    font-size: 6.3vw;
    letter-spacing: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.page .bnr .bnr__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .bnr .bnr__list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .page .bnr .bnr__item {
    width: 52.2%;
    margin: 0 5.6% 0 0;
  }
  .page .bnr .bnr__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .bnr .bnr__item {
    width: 100%;
    margin: 0 0 5.2vw 0;
  }
  .page .bnr .bnr__item:last-child {
    margin-bottom: 0;
  }
}