html {
  font-size: 10px;
}

@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.8064516129vw;
  }
}

@media (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

body {
  word-wrap: break-word;
  background-color: #FFF;
  color: #353535;
  counter-reset: number 0 list;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
  overflow: break-word;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.js-fadeUp {
  -webkit-transform: translateY(3rem);
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeUp.js-inview {
  -webkit-transform: translateY(0rem);
  opacity: 1;
  transform: translateY(0rem);
  transition-delay: 0.5s;
}

.js-fadeRight {
  -webkit-transform: translateX(3rem);
  opacity: 0;
  transform: translateX(3rem);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeRight.js-inview {
  -webkit-transform: translateX(0rem);
  opacity: 1;
  transform: translateX(0rem);
  transition-delay: 0.5s;
}

.js-fadeLeft {
  -webkit-transform: translateX(-3rem);
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeLeft.js-inview {
  -webkit-transform: translateX(0rem);
  opacity: 1;
  transform: translateX(0rem);
  transition-delay: 0.5s;
}

.cap {
  display: inline-block;
  text-transform: capitalize;
}

.upper {
  display: inline-block;
  text-transform: uppercase;
}

.ml22 {
  display: inline-block;
  margin-left: 2.2rem;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

article>*+* {
  margin-top: 1.7em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=checkbox]:focus+span,
input[type=radio]:focus+span {
  outline: 1px solid #ccc;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.about {
  align-items: center;
  background-color: #F2F2F2;
  background-image: url(../../dist/img/about-bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 50rem;
  padding: 6rem 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about {
    background-position: center;
    height: 54.8125vw;
  }
}

@media screen and (min-width: 1600px) {
  .about {
    background-size: 1600px 877px;
    height: 87.7rem;
  }
}

.about::before {
  background-color: rgba(242, 242, 242, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .about::before {
    content: none;
  }
}

.about__wrap {
  height: auto;
  margin: 0 auto;
  max-width: 54rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .about__wrap {
    margin-left: 5rem;
    margin-top: 0;
    width: 30.9rem;
  }
}

.about__img {
  margin: 0 auto;
  width: 10.8rem;
}

@media screen and (min-width: 768px) {
  .about__img {
    width: 17.8rem;
  }
}

.about__wrap .cmn-heading {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0rem;
}

@media screen and (min-width: 768px) {
  .about__wrap .cmn-heading {
    font-size: 3.75vw;
    margin-top: 3rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .about__wrap .cmn-heading {
    font-size: 6rem;
  }
}

.about__text {
  font-size: 1.6rem;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.25vw;
    margin-top: 1.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .about__text {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.cmn-heading {
  color: #f19600;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cmn-heading {
    font-size: 6rem;
  }
}

.flow {
  background-color: #F2F2F2;
  padding-bottom: 10rem;
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .flow {
    padding-bottom: 12.6rem;
    padding-top: 7.4rem;
  }
}

.flow__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -3rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flow__list {
    flex-direction: row;
    margin-top: 10rem;
  }
}

.flow__item {
  margin-top: 10rem;
  max-width: 20rem;
  position: relative;
  width: calc(100% - 120px);
}

@media screen and (min-width: 768px) {
  .flow__item {
    margin-top: 0;
  }
}

.flow__item::after {
  -webkit-transform: rotate(90deg) translateY(-20%);
  content: url(/dist/img/flow-arrow.svg);
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 29rem;
  transform: rotate(90deg) translateY(-20%);
}

@media screen and (min-width: 768px) {
  .flow__item::after {
    -webkit-transform: scale(0.7);
    right: -3.7rem;
    top: 9rem;
    transform: scale(0.7);
  }
}

@media screen and (min-width: 1280px) {
  .flow__item::after {
    -webkit-transform: scale(1);
    right: -4rem;
    transform: scale(1);
  }
}

.flow__item:last-of-type::after {
  content: none;
}

.flow__img {
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  height: 20rem;
  justify-content: center;
  position: relative;
  width: 20rem;
}

@media screen and (min-width: 768px) {
  .flow__img {
    height: 20rem;
    width: 20rem;
  }
}

.flow__img::before {
  -webkit-transform: translateX(-50%);
  color: #f19600;
  content: "0" counter(list);
  counter-increment: list;
  font-family: "Otomanopee One", sans-serif;
  font-size: 6rem;
  left: 50%;
  position: absolute;
  top: -5rem;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .flow__img::before {
    font-size: 7rem;
    top: -7rem;
  }
}

.flow__img img {
  height: auto;
  width: 8rem;
}

@media screen and (min-width: 768px) {
  .flow__img img {
    width: 9rem;
  }
}

.flow__text {
  align-items: center;
  color: #f19600;
  display: flex;
  font-size: 1.8rem;
  height: 6.4rem;
  justify-content: center;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 2.4rem;
    height: 9.4rem;
    margin-top: 1.6rem;
  }
}

.flow__text span {
  display: inline-block;
}

.footer {
  background-color: #353535;
  padding: 2rem 0 1.5rem;
}

.footer__name {
  color: #f19600;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer__copyright {
  color: #f19600;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
}

.footer__copyright span {
  display: inline-block;
  margin-left: 0.4rem;
  text-transform: capitalize;
}

.form {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .form {
    padding-bottom: 9.7rem;
    padding-top: 9.4rem;
  }
}

.form form {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .form form {
    margin-top: 7rem;
  }
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-row {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

.form .confirm__text {
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: center;
}

.form-row label {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  max-width: 23rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-row label {
    font-size: 2rem;
    justify-content: space-between;
    max-width: 29rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
  }
}

.form-row .validation {
  background-color: #f19600;
  color: #FFF;
  display: inline-block;
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 2rem;
  padding: 0.4rem 1.6rem;
}

@media screen and (min-width: 768px) {
  .form-row .validation {
    font-size: 2rem;
    margin-left: 0.8rem;
    padding: 0.4rem 1.6rem;
  }
}

.form-row .validation._no {
  background-color: #a09f9f;
}

.form-style,
.form-textarea {
  background-color: #f9f9f9;
  border: 2px solid rgba(160, 159, 159, 0.3);
  border-radius: 5px;
  font-size: 1.6rem;
  margin-top: 1.2rem;
  padding: 1rem 2rem 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {

  .form-style,
  .form-textarea {
    font-size: 2rem;
    margin-top: 0;
    max-width: 91rem;
    padding: 1rem 3rem 1.5rem;
  }
}

.form-textarea {
  height: 22.5rem;
}

.form-row__child {
  max-width: 91rem;
  width: 100%;
}

.form-row__under:first-child {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .form-row__under:first-child {
    margin-top: 0;
  }
}

.form-row__under {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding-top: 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-row__under {
    flex-direction: row;
    justify-content: space-between;
  }
}

.form-row__under label {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-row__under label {
    max-width: 16.3rem;
  }
}

@media screen and (min-width: 768px) {
  .confirm .form-row {
    max-width: 767px;
    margin-right: auto;
    margin-left: auto;
  }

  .confirm .form-row label {
    white-space: nowrap;
  }

  .confirm .form-row div {
    min-width: 0;
  }
}

.form-btn__container {
  display: flex;
  flex-direction: column-reverse;
}

.form-btn__container .form-btn {
  margin-left: 10rem;
  margin-right: 10rem;
}

@media screen and (min-width: 768px) {
  .form-btn__container {
    flex-direction: row;
    gap: 12px;
  }
}

.form-style::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #a09f9f;
  font-size: 1.6rem;
}

.form-style::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #a09f9f;
  font-size: 1.6rem;
}

.form-style:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #a09f9f;
  font-size: 1.6rem;
}

.form-style::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #a09f9f;
  font-size: 1.6rem;
}

.form-style::placeholder,
.form-textarea::placeholder {
  color: #a09f9f;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

  .form-style::-webkit-input-placeholder,
  .form-textarea::-webkit-input-placeholder {
    font-size: 1.8rem;
  }

  .form-style::-moz-placeholder,
  .form-textarea::-moz-placeholder {
    font-size: 1.8rem;
  }

  .form-style:-ms-input-placeholder,
  .form-textarea:-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .form-style::-ms-input-placeholder,
  .form-textarea::-ms-input-placeholder {
    font-size: 1.8rem;
  }

  .form-style::placeholder,
  .form-textarea::placeholder {
    font-size: 1.8rem;
  }
}

.form-btn {
  align-items: center;
  background-color: #f19600;
  display: flex;
  height: 8rem;
  justify-content: center;
  margin: 7rem auto 0;
  max-width: 33.5rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form-btn {
    height: 10.6rem;
    margin-left: 29rem;
    margin-top: 9.7rem;
    max-width: 61.5rem;
  }
}

.form-btn button {
  border: 1px solid transparent;
  color: #FFF;
  font-size: 2.4rem;
  height: 100%;
  transition: all 0.3s ease-in 0s;
  width: 100%;
}

.form-btn button input {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .form-btn button {
    font-size: 4rem;
  }
}

.form-btn button::after {
  -webkit-transform: translateY(-50%) scale(0.7);
  content: url(/dist/img/btn-arrow.svg);
  display: block;
  position: absolute;
  right: 9.5rem;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
}

@media screen and (min-width: 768px) {
  .form-btn button::after {
    right: 19rem;
    transition: all 1.3s;
  }
}

@media screen and (min-width: 1024px) {
  .form-btn button::after {
    -webkit-transform: translateY(-55%) scale(1);
    transform: translateY(-55%) scale(1);
  }
}

@media screen and (min-width: 768px) {
  .form-btn button:hover {
    background-color: #FFF;
    border: 1px solid #f19600;
    color: #f19600;
  }
}

@media screen and (min-width: 768px) {
  .form-btn:hover {
    color: #f19600;
  }

  .form-btn button input:hover {
    background-color: #FFF;
    color: #f19600;
  }
}

@media screen and (min-width: 768px) {
  .header {
    /* position: relative; */
    position: absolute;
    width: 100%;
    height: 52.5vw;
    top: 0;
    left: 0;
  }
}

.header__inner {
  background-color: #f19600;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  padding: 4rem 2rem 0;
  position: fixed;
  text-align: center;
  /* top: 0; */
  bottom: 0;
  transition: all 0.3s ease-in 0s;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .header__inner {
    background-color: #ff8400;
    display: flex;
    flex-direction: column;
    height: inherit;
    left: 0;
    /* margin-top: 8.75vw; */
    max-width: 13.4375vw;
    opacity: 1;
    overflow-y: inherit;
    padding-bottom: 2.25vw;
    padding-left: 0.75vw;
    padding-right: 0.75vw;
    padding-top: 1.25vw;
    position: absolute;
    text-align: left;
    /* top: 0; */
    bottom: 0;
    visibility: inherit;
    width: 100%;
    height: 85%;
    z-index: 5;
  }
}

@media screen and (min-width: 1280px) {
  .header__inner {
    margin-top: 11.875vw;
  }
}

@media screen and (min-width: 1600px) {
  .header {
    height: 84rem;
  }

  .header__inner {
    margin-top: 21rem;
    max-width: 21.5rem;
    padding: 2rem 1.2rem 3.6rem;
  }
}

.header__inner.js-active {
  opacity: 1;
  transition-delay: 0s;
  visibility: visible;
}

.header__logo {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 11.0625vw;
    padding-left: 0.3125vw;
  }
}

@media screen and (min-width: 1600px) {
  .header__logo {
    max-width: 17.7rem;
    padding-left: 0.5rem;
  }
}

.header__message {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transform: translateX(182%);
  color: #FFF;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  right: 50%;
  text-orientation: upright;
  top: 6.5rem;
  transform: translateX(182%);
  transition: visibility 0.3s ease-in 0s;
  visibility: hidden;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .header__message {
    display: none;
  }
}

.header__message.js-active {
  opacity: 1;
  visibility: visible;
}

.header__message .front {
  border-right: 0.2rem solid #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: center;
}

.header__message .rear {
  border-right: 0.2rem solid #FFF;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.header__message .col {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header__logo {
    height: 100%;
  }
}

.header__logo img {
  height: auto;
  margin: 0 auto;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  .header__logo img {
    margin: 0;
    width: 100%;
  }
}

.header__nav {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .header__nav {
    margin-top: 0.9375vw;
  }
}

@media screen and (min-width: 1600px) {
  .header__nav {
    margin-top: 1.5rem;
  }
}

.header__list {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .header__list {
    margin-top: 0;
  }
}

.header__item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header__item {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .header__item {
    margin-top: 0.8125vw;
  }
}

@media screen and (min-width: 1600px) {
  .header__item {
    margin-top: 1.25rem;
  }
}

.header__item a {
  border-bottom: 1px dashed #FFF;
  color: #FFF;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1rem;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header__item a {
    border: none;
    font-size: 1.25vw;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .header__item a {
    font-size: 2rem;
  }
}

.header__btn {
  background-color: #ff8400;
  border: 1px solid #FFF;
  border-radius: 50%;
  bottom: 4rem;
  height: 7rem;
  position: fixed;
  right: 1rem;
  width: 7rem;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__btn::after {
  color: #FFF;
  content: "menu";
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  left: 2rem;
  margin-top: 0.1rem;
  position: absolute;
  text-transform: uppercase;
  top: 3.7rem;
  transition: all 0.3s ease-in 0.3s;
}

.header__btn .bar {
  background-color: #FFF;
  display: block;
  height: 2px;
  margin: -1.5rem auto 0;
  transition: all 0.3s ease-in 0s;
  width: 3rem;
}

.header__btn .bar-btm {
  margin-top: 0.7rem;
}

.header__btn .bar-mid {
  margin-top: 0.7rem;
}

.header__btn.js-active .bar {
  transition: all 0.3s ease-in 0s;
}

.header__btn.js-active .bar-top {
  -webkit-transform: rotate(45deg) translate(0.7rem, 0.7rem);
  transform: rotate(45deg) translate(0.7rem, 0.7rem);
}

.header__btn.js-active .bar-mid {
  opacity: 0;
}

.header__btn.js-active .bar-btm {
  -webkit-transform: rotate(-45deg) translate(0.6rem, -0.6rem);
  transform: rotate(-45deg) translate(0.6rem, -0.6rem);
}

.header__btn.js-active::after {
  -webkit-transform: rotateY(360deg);
  content: "close";
  left: 1.8rem;
  transform: rotateY(360deg);
  transition: all 0.3s ease-in 0.3s;
}

.header__btn.js-active {
  background-color: #ff8400;
}

body.js-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1290px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.inner._narrow {
  max-width: 540px;
}

@media screen and (min-width: 768px) {
  .inner._narrow {
    max-width: 1250px;
  }
}

.model {
  padding-bottom: 7.5rem;
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .model {
    padding-bottom: 7.5rem;
    padding-top: 12.2rem;
  }
}

#shop .model__table-wrap {
  flex-wrap: wrap;
}

.model__table-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .model__table-wrap {
    flex-direction: row;
    margin-top: 6.8rem;
    width: 100%;
  }
}

.model__table {
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 59rem;
  width: 100%;
}

.model__table:nth-child(2) {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .model__table:nth-child(2) {
    margin-left: 2rem;
    margin-top: 0;
  }
}

.model__table caption {
  background-color: #f19600;
  color: #FFF;
  font-size: 3rem;
  padding: 0.4rem;
}

@media screen and (min-width: 768px) {
  .model__table caption {
    font-size: 4rem;
  }
}

.model__table thead {
  background-color: #f19600;
  color: #FFF;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .model__table thead {
    font-size: 2.4rem;
  }
}

.model__table thead th,
.model__table tbody th,
.model__table tfoot th {
  border: 2px solid #FFF;
  border-left: 2px solid #f1c680;
  font-weight: 400;
  padding: 0.5rem;
  text-align: center;
  width: 35%;
}

.model__table thead td,
.model__table tbody td,
.model__table tfoot td {
  border: 2px solid #FFF;
  padding: 0.5rem;
}

.model__table thead td.num,
.model__table tbody td.num,
.model__table tfoot th.num {
  padding: 0.5rem;
  padding-right: 1rem;
  text-align: right;
  width: 40%;
}

@media screen and (min-width: 768px) {

  .model__table thead td.num,
  .model__table tbody td.num,
  .model__table tfoot th.num {
    padding-right: 4.7rem;
  }
}

.model__table thead td.per,
.model__table tbody td.per,
.model__table tfoot th.per {
  border-right: 2px solid #f1c680;
  padding: 0.5rem;
  padding-right: 1rem;
  text-align: right;
  width: 25%;
}

@media screen and (min-width: 768px) {

  .model__table thead td.per,
  .model__table tbody td.per,
  .model__table tfoot th.per {
    padding-right: 4rem;
  }
}

.model__table thead td.per {
  border-right: 2px solid #f19600;
  padding: 0.4rem;
  text-align: center;
}

.model__table thead th,
.model__table thead td {
  border: 2px solid #FFF;
  border-left: 2px solid #f19600;
}

.model__table tbody th,
.model__table tbody td {
  background-color: #f1c680;
  border-bottom: 2px solid #aaa;
}

.model__table tbody th {
  font-weight: 400;
  padding: 0.4rem;
  text-align: center;
}

.model__table .model__total th,
.model__table .model__total td {
  background-color: #eea734;
  border: 2px solid #FFF;
}

.model__table .model__total th {
  border-left: 2px solid #eea734;
  border-top: 2px solid #eea734;
}

.model__table .model__total td.per {
  border-right: 2px solid #eea734;
}

.model__table tbody th.small {
  font-size: 1.6rem;
}

.model__table tfoot {
  background-color: #ff8400;
  color: #FFF;
}

.model__table tfoot th {
  border-bottom: 2px solid #ff8400;
  border-left: 2px solid #ff8400;
}

.model__table tfoot th:last-of-type {
  border-right: 2px solid #ff8400;
}

.mov {
  background-color: #f19600;
  height: 100%;
  padding: 4rem 0 8.6rem;
}

@media screen and (min-width: 768px) {
  .mov {
    height: 81.7rem;
    padding: 6rem 0 10.6rem;
  }
}

.mov .inner {
  background-image: url(../../dist/img/mov-left.png), url(../../dist/img/mov-right.png);
  background-position: left 0% top 15%, right 0% top 32%;
  background-repeat: no-repeat;
  background-size: 23.2258064516vw auto, 15.8064516129vw auto;
}

@media screen and (min-width: 768px) {
  .mov .inner {
    background-position: left 5% top 27%, right 7% top 32%;
    background-size: 23.2258064516vw auto, 15.8064516129vw auto;
  }
}

@media screen and (min-width: 1600px) {
  .mov .inner {
    background-position: left 7rem top 8rem, right 10rem top 13.5rem;
    background-size: 28.8rem auto, 19.6rem auto;
  }
}

.mov__heading-wrap {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.mov__img {
  margin: 0 auto;
  width: 10.8rem;
}

@media screen and (min-width: 768px) {
  .mov__img {
    width: 17.8rem;
  }
}

.mov__heading {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .mov__heading {
    font-size: 4rem;
    letter-spacing: 0.025em;
    margin-top: 1.6rem;
  }
}

.mov__movie {
  margin: 3rem auto 0;
  max-width: 81.6rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mov__movie {
    margin-top: 6.3rem;
  }
}

.mov__movie::before {
  content: "";
  display: block;
  padding-top: 56.3725%;
}

.mov__movie video {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  left: 50%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv {
  margin: 0 auto;
  max-width: 54rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv {
    max-width: 160rem;
  }
}

.mv__inner {
  background-image: url(../../dist/img/mv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52.5vw;
  margin: 0 calc(50% - 50vw);
  max-height: 84rem;
  min-height: 50rem;
  padding: 0 calc(50vw - 50%);
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 1600px) {
  .mv__inner {
    height: 84rem;
  }
}

.mv__logo {
  height: auto;
  margin: 0 auto;
  max-width: 24.5rem;
  padding-top: 6rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv__logo {
    max-width: 32.5vw;
    padding-top: 3.375vw;
  }
}

@media screen and (min-width: 1600px) {
  .mv__logo {
    padding-top: 5.4rem;
    width: 52rem;
  }
}

.mv__message {
  display: none;
}

@media screen and (min-width: 768px) {
  .mv__message {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-transform: translateX(182%);
    color: #FFF;
    display: block;
    line-height: 1.7;
    opacity: 1;
    position: absolute;
    right: 50%;
    text-orientation: upright;
    top: 7.5vw;
    transform: translateX(182%);
    visibility: visible;
    writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 1600px) {
  .mv__message {
    right: 77.7rem;
    top: 9.6rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__message .front {
    border-right: 0.4rem solid #FFF;
    font-size: 4.5vw;
    letter-spacing: 0.2em;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 1600px) {
  .mv__message .front {
    font-size: 7.2rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__message .rear {
    border-right: 0.4rem solid #FFF;
    font-size: 7.5vw;
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 1600px) {
  .mv__message .rear {
    font-size: 12rem;
  }
}

.mv__message .col {
  display: inline-block;
  text-align: center;
}

.mv__banner {
  bottom: -1.4rem;
  position: absolute;
  right: 0.9rem;
  width: 12rem;
}

@media screen and (min-width: 768px) {
  .mv__banner {
    bottom: -2.25vw;
    right: 0.5625vw;
    width: 18.5625vw;
  }
}

@media screen and (min-width: 1600px) {
  .mv__banner {
    bottom: -3.6rem;
    right: 0.9rem;
    width: 29.7rem;
  }
}

.mv__banner img {
  margin: 0 auto;
  width: 100%;
}

.mv__lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 2.3125vw;
  padding-top: 2.3125vw;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .mv__lead {
    font-size: 2.5vw;
    line-height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .mv__lead {
    font-size: 4rem;
    padding-bottom: 3.7rem;
    padding-top: 3.1rem;
  }
}

.mv__lead span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .mv__goldaward img {
    width: 11.5vw;
  }
}

@media screen and (max-width: 767px) {
  .mv__goldaward img {
    width: 24vw;
  }
}

.mv__goldaward {
  position: absolute;
  top: 0.5625vw;
  right: 1.5625vw;
}

.point {
  background-color: #f19600;
  height: 100%;
  padding-bottom: 8rem;
  padding-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .point {
    padding-bottom: 19.6rem;
    padding-top: 3.5rem;
  }
}

.media {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 6rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .media {
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.5rem;
    max-width: 140rem;
  }
}

@media screen and (min-width: 768px) {
  .media._normal {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .media._reverse {
    flex-direction: row-reverse;
  }
}

.media__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .media__body {
    max-width: 60rem;
    width: 100%;
  }
}

.media__heading {
  color: #FFF;
  font-size: 2.6rem;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .media__heading {
    font-size: 4rem;
    margin-top: 7rem;
  }
}

.media__text {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .media__text {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .media._reverse .media__body {
    margin-left: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .media._normal .media__body {
    margin-right: 7rem;
  }
}

.media__img {
  margin-top: 6rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .media__img {
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .media._reverse .media__img {
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .media._normal .media__img {
    margin-right: calc(50% - 50vw);
  }
}

.media__img::before {
  content: "";
  display: block;
  padding-top: 54.1095%;
}

.media__img img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.media__img::after {
  align-items: center;
  background-color: #353535;
  border-radius: 50%;
  color: #FFF;
  content: "0" counter(number);
  counter-increment: number 1;
  display: flex;
  font-family: "Otomanopee One", sans-serif;
  font-size: 6rem;
  height: 10rem;
  justify-content: center;
  position: absolute;
  width: 10rem;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .media__img::after {
    font-size: 10rem;
    height: 17.6rem;
    width: 17.6rem;
  }
}

.media._reverse .media__img::after {
  -webkit-transform: translateY(-50%);
  right: 2rem;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .media._reverse .media__img::after {
    -webkit-transform: translate(50%, -50%);
    right: 3.5rem;
    top: 2rem;
    transform: translate(50%, -50%);
  }
}

.media._normal .media__img::after {
  -webkit-transform: translateY(-50%);
  left: 2rem;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .media._normal .media__img::after {
    -webkit-transform: translate(-50%, -50%);
    left: 0rem;
    top: 2rem;
    transform: translate(-50%, -50%);
  }
}

.qa {
  background-color: #f19600;
  padding-bottom: 6rem;
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .qa {
    padding-bottom: 10.7rem;
    padding-top: 10.2rem;
  }
}

.qa .cmn-heading._white {
  color: #FFF;
}

.qa__list:first-of-type {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .qa__list:first-of-type {
    margin-top: 9.1rem;
  }
}

.qa__list {
  margin-top: 3rem;
  width: 100%;
}

.qa__list dt,
.qa__list dd {
  padding: 3rem 5.6rem;
}

@media screen and (min-width: 768px) {

  .qa__list dt,
  .qa__list dd {
    padding: 3rem 5.6rem;
  }
}

.qa__list dt {
  background-color: #FFF;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2rem;
  padding-right: 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .qa__list dt {
    font-size: 2.4rem;
    line-height: inherit;
    padding: 2.8rem 5.6rem 2.7rem;
  }
}

.qa__list dt::after {
  -webkit-transform: translateY(-50%) scale(0.7);
  content: url(/dist/img/qa-arrow.svg);
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}

@media screen and (min-width: 768px) {
  .qa__list dt::after {
    -webkit-transform: translateY(-50%);
    right: 3rem;
    transform: translateY(-50%);
  }
}

.qa__list dt.js-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg) scale(0.7);
  transform: translateY(-50%) rotate(180deg) scale(0.7);
}

@media screen and (min-width: 768px) {
  .qa__list dt.js-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

.qa__list dd {
  background-color: #eee;
  font-size: 1.6rem;
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .qa__list dd {
    font-size: 2rem;
    padding: 3.2rem 5.6rem 3rem;
  }
}

.reason {
  background-image: url(../../dist/img/reason-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 9rem 0 9rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reason {
    background-position: right 0 bottom 0;
    height: 71rem;
    padding: 13.5rem 0;
  }
}

.reason__inner {
  margin: 0 auto;
  max-width: 54rem;
  padding: 0 2rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .reason__inner {
    max-width: 115rem;
    padding: 0 2.5rem;
  }
}

.reason .cmn-heading {
  line-height: 1.5;
  text-align: left;
}

.reason .cmn-heading span {
  display: inline-block;
}

.reason__text {
  color: #F2F2F2;
  font-size: 1.6rem;
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .reason__text {
    font-size: 2rem;
    margin-top: 5.1rem;
  }
}

.results {
  padding-bottom: 10rem;
  padding-top: 9.5rem;
}

@media screen and (min-width: 768px) {
  .results {
    padding-bottom: 13.8rem;
    padding-top: 10.8rem;
  }
}

.results .cmn-heading {
  line-height: 1.5;
}

.results .cmn-heading span {
  display: inline-block;
  margin-left: 1rem;
}

.results__text {
  margin-top: 1.6rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .results__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.results__list {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5rem;
  max-width: 120rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .results__list {
    flex-direction: row;
    margin-top: 7.3rem;
  }
}

.results__item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 26rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .results__item {
    margin-right: 0;
    margin-top: 0;
    max-width: 23.8rem;
  }
}

@media screen and (min-width: 768px) {
  .results__item:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .results__item:not(:first-of-type) {
    margin-left: 4rem;
  }
}

.results__item:nth-child(3) {
  margin-bottom: -4rem;
}

.results__item img {
  width: 100%;
}

.store {
  align-items: center;
  background-color: #0c0c0d;
  background-image: url(../../dist/img/store-bg.jpg);
  background-position: -82rem 0rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-bottom: 10rem;
  padding-top: 7rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .store {
    background-position: right center;
  }
}

@media screen and (min-width: 768px) {
  .store {
    background-position: center center;
    padding-bottom: 11.9rem;
    padding-top: 7.1rem;
  }
}

@media screen and (min-width: 1600px) {
  .store {
    background-position: center;
    background-size: 1600px 1400px;
  }
}

.store::before {
  background-color: rgba(53, 53, 53, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .store::before {
    content: none;
  }
}

.store__list-wrap {
  color: #f19600;
  max-width: 60rem;
  position: relative;
  width: 100%;
  z-index: 5;
}

.store .cmn-heading {
  font-size: 4rem;
}

@media screen and (min-width: 768px) {
  .store .cmn-heading {
    font-size: 6rem;
    text-align: left;
  }
}

.store__list:first-of-type {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .store__list:first-of-type {
    margin-top: 6rem;
  }
}

.store__list {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .store__list {
    margin-top: 4rem;
  }
}

.store__list dt {
  border: 1px solid #f19600;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.1rem 1.5rem;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .store__list dt {
    font-size: 2rem;
    padding: 0.1rem 1.5rem;
  }
}

.store__list dd:first-of-type {
  margin-top: 1rem;
}

.store__list dd {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.55;
}

@media screen and (min-width: 768px) {
  .store__list dd {
    font-size: 3rem;
    padding-left: 1.7rem;
  }
}

.store__list .small {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .store__list .small {
    font-size: 2.4rem;
  }
}

.store__list .normal {
  text-transform: none;
}

.link-list .list-item {
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  font-family: "Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #363636;
  -webkit-text-stroke: 0.25px #363636;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-right: 40px;
  padding: 5px 0;
  width: calc(50% - 100px * 1/2);
}

@media screen and (max-width: 767px) {
  .link-list .list-item {
    width: 100%;
    font-size: 1.4rem;
    margin-right: 0;
  }
}

/*# sourceMappingURL=sourcemaps/style.css.map */