.a1_regular {
  font-family: "Gothic Medium BBB", sans-serif;
  font-weight: 400;
}

.a1_bold {
  font-family: "Gothic Medium BBB", sans-serif;
  font-weight: 700;
}

.a_otf_ryumin_light {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: 300; /* Light */
}

.a_otf_ryumin_regular {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: 400; /* Regular */
}

.a_otf_ryumin_medium {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: 500; /* Medium */
}

.a_otf_ryumin_exbold {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: 800; /* Extra Bold */
}

.a_otf_ryumin_heavy {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: 900; /* Heavy */
}

.a_otf_ryumin_ultra {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: 1000; /* Ultra */
}

.a_otf_ryumin_bold {
  font-family: "Ryumin Bold KL", sans-serif;
  font-weight: bold;
}

.main_color {
  color: #E08902;
}

@media (max-width: 960px) {
  .off960 {
    display: none;
  }
}

.btn_primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1;
  max-width: 240px;
  padding: 24px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 100%;
}
.btn_primary:hover {
  background-color: #fff;
  color: #000;
}

body {
  background-color: #FAFAFA;
}

.header .header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #094200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 24px;
}
.header .logo {
  font-size: 40px;
  line-height: 1;
  width: 200px;
}
.header .nav_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .nav_link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 40px;
  text-align: center;
}
.header .nav_btn {
  background-color: #E08902;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 16px;
}

@media (max-width: 960px) {
  .header .header_inner {
    padding: 12px 8px;
  }
  .header .logo {
    font-size: 30px;
    width: 160px;
  }
  .header .nav_btn {
    font-size: 20px;
    padding: 12px 8px;
  }
}
@media (max-width: 480px) {
  .header .logo {
    font-size: 20px;
    width: 120px;
  }
  .header .nav_btn {
    font-size: 16px;
  }
}
.mv .mv_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/top/mv.jpg);
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 419px;
  height: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 7%;
}
.mv .mv_contents {
  background-color: #fff;
  padding: 24px;
  text-align: center;
}
.mv .mv_title {
  font-size: 32px;
  line-height: 1;
}
.mv .mv_title .large {
  display: block;
  font-size: 88px;
  margin-top: 16px;
}
.mv .mv_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 168, 0, 0.3)));
  background: linear-gradient(transparent 50%, rgba(255, 168, 0, 0.3) 50%);
  font-size: 28px;
}

@media (max-width: 960px) {
  .mv .mv_inner {
    background-position: center left 40%;
    height: 36vw;
    max-height: 340px;
    min-height: 254px;
    padding: 0 32px;
  }
  .mv .mv_contents {
    padding: 16px;
  }
  .mv .mv_title {
    font-size: 24px;
  }
  .mv .mv_title .large {
    font-size: 58px;
  }
  .mv .mv_text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .mv .mv_inner {
    min-height: 164px;
    padding: 0 18px;
  }
  .mv .mv_contents {
    padding: 8px;
  }
  .mv .mv_title {
    font-size: 20px;
  }
  .mv .mv_title .large {
    font-size: 38px;
  }
  .mv .mv_text {
    font-size: 16px;
  }
}
.sec_inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 95%;
}

.sec_title {
  color: #fff;
  font-size: 32px;
  position: relative;
  text-align: center;
}
.sec_title.black {
  color: #000;
}
.sec_title::before {
  background-color: #E08902;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 42px;
}

.sec_contents {
  margin-top: 40px;
}
.sec_contents.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_contents .contents_title {
  border-left: 4px solid #FF9900;
  font-size: 24px;
  line-height: 1.5;
  padding-left: 12px;
}
.sec_contents .contents_text {
  font-size: 20px;
  line-height: 160%;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .sec_title {
    font-size: 22px;
  }
  .sec_contents {
    margin-top: 32px;
  }
  .sec_contents.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_contents .contents_title {
    font-size: 20px;
  }
  .sec_contents .contents_text {
    font-size: 18px;
  }
  .sec_contents .image_wrap {
    background-color: inherit;
    margin-top: 24px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .sec_title {
    font-size: 20px;
  }
  .sec_contents {
    margin-top: 24px;
  }
  .sec_contents .contents_title {
    font-size: 18px;
  }
  .sec_contents .contents_text {
    font-size: 16px;
  }
}
.thought {
  background: #000;
  color: #fff;
  padding: 80px 0 72px;
}
.thought .left {
  width: 36%;
}
.thought .right {
  margin-left: 32px;
  width: 61%;
}
.thought .contents_text {
  font-size: 18px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .thought {
    padding: 32px 0;
  }
  .thought .left {
    margin: auto;
    width: 50%;
  }
  .thought .right {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
  .thought .contents_text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .thought {
    margin-top: 0;
  }
  .thought .left {
    width: 100%;
  }
}
.vision {
  margin-top: 80px;
}
.vision .left {
  width: 70%;
}
.vision video {
  max-width: 257px;
  max-height: 400px;
}

@media (max-width: 960px) {
  .vision {
    margin-top: 32px;
  }
  .vision .left {
    width: 100%;
  }
  .vision video {
    max-width: inherit;
    max-height: inherit;
    margin-top: 16px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .vision {
    margin-top: 24px;
  }
}
.voice {
  margin-top: 80px;
}
.voice .contents {
  background-color: #F1F1F1;
  max-width: 760px;
  margin-top: 40px;
  padding: 40px;
}
.voice .contents:nth-child(even) {
  margin-left: auto;
}

@media (max-width: 960px) {
  .voice {
    margin-top: 32px;
  }
  .voice .contents {
    margin-top: 30px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .voice {
    margin-top: 24px;
  }
  .voice .contents {
    margin-top: 20px;
    padding: 10px;
  }
}
.lineup {
  background-color: #000;
  margin-top: 80px;
  padding: 40px 0 80px;
}
.lineup .product {
  margin-top: 26px;
}
.lineup .product:first-child {
  margin-top: 40px;
}
.lineup .product_inner {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.6%;
}
.lineup .product_image, .lineup .product_contents {
  width: 48%;
}
.lineup .product_title {
  font-size: 24px;
  line-height: 1;
}
.lineup .product_text {
  line-height: 140%;
  margin-top: 26px;
}
.sleep_text {
  line-height: 140%;
  color: red;
  text-align: center;
  margin-top: 16px;
}
.lineup .product_price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  margin-top: 26px;
}
.lineup .product_btn {
  margin-top: 26px;
  max-width: 100%;
}


.addition {
    float: right;
    font-size: 0.8em;
    margin-top: 0.2em; 
    margin-right: -0.5em;
    color: #E08902;
}

@media (max-width: 768px) {
  .lineup {
    margin-top: 32px;
    padding: 32px 0;
  }
  .lineup .product {
    margin-top: 26px;
  }
  .lineup .product:first-child {
    margin-top: 26px;
  }
  .lineup .product_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
  .lineup .product_image, .lineup .product_contents {
    width: 100%;
  }
  .lineup .product_contents {
    margin-top: 16px;
  }
  .lineup .product_title {
    font-size: 20px;
    line-height: 1;
  }
  .lineup .product_text {
    margin-top: 16px;
  }
  .lineup .product_price {
    font-size: 20px;
    margin-top: 16px;
  }
  .lineup .product_btn {
    margin-top: 16px;
    max-width: 100%;
  }
    
  .addition {
    font-size: 0.65em;
    margin-top: 0; 
  }
}
.contact {
  margin-top: 80px;
}
.contact .form {
  background-color: #fff;
  border: 2px solid #094200;
  margin-top: 40px;
  padding: 40px;
}
.contact .form_list:not(:first-child) {
  margin-top: 24px;
}
.contact .form_title {
  font-size: 18px;
}
.contact .form_title .required {
  color: #FF0000;
  margin-left: 4px;
}
.contact .form_contents {
  margin-top: 16px;
}
.contact .form_input {
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  padding: 16px;
  width: 100%;
}
.contact .form_input::-webkit-input-placeholder {
  color: #aaa;
}
.contact .form_input::-moz-placeholder {
  color: #aaa;
}
.contact .form_input:-ms-input-placeholder {
  color: #aaa;
}
.contact .form_input::-ms-input-placeholder {
  color: #aaa;
}
.contact .form_input::placeholder {
  color: #aaa;
}
.contact .error {
  color: red;
  font-size: 14px;
}
.contact .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .contact {
    margin-top: 60px;
  }
  .contact .form {
    margin-top: 32px;
    padding: 32px;
  }
  .contact .form_title {
    font-size: 16px;
  }
  .contact .form_contents {
    margin-top: 8px;
  }
  .contact .form_input {
    padding: 16px 8px;
  }
  .contact .btn_wrap {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .contact {
    margin-top: 40px;
  }
  .contact .form {
    margin-top: 24px;
    padding: 24px;
  }
  .contact .btn_wrap {
    margin-top: 24px;
  }
}
.footer {
  margin-top: 80px;
}
.footer .copy {
  background-color: #000;
  color: #fff;
  padding: 28px;
  text-align: center;
}
.footer .copy_text {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 960px) {
  .footer .copy {
    padding: 28px 5px;
  }
  .footer .copy_text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .footer .copy_text {
    font-size: 12px;
  }
}