@charset "UTF-8";
/* ================================
base
================================= */
@import url("https://fonts.googleapis.com/css?family=Montserrat|Sawarabi+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "游明朝", YuMincho,'Yu Mincho',"Sawarabi Mincho","Sawarabi Gothic" , "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Montserrat", serif;
  max-width: 100%;
}

html {
  min-height: 100%;
}

.en {
  font-family: "Montserrat";
}

.small {
  font-size: 0.85rem;
}

.expend {
  letter-spacing: .4rem;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  padding: 0 5%;
}

.story, .concept_right, .about-content_left, .about-content_right {
  z-index: 100;
}

.story h1, .concept_right h1, .about-content_left h1, .about-content_right h1 {
  color: #CEB354;
  font-size: 30px;
  letter-spacing: .3rem;
  padding-bottom: 3rem;
}

.story h2, .concept_right h2, .about-content_left h2, .about-content_right h2 {
  padding-bottom: 1.5rem;
  font-size: 22.4px;
  letter-spacing: .4rem;
  color: #eee;
}

.story p, .concept_right p, .about-content_left p, .about-content_right p {
  font-size: 16.2px;
  color: #c3c3c3;
  letter-spacing: .25rem;
  line-height: 1.8rem;
}

@media (max-width: 1024px) {
  .story h1, .concept_right h1, .about-content_left h1, .about-content_right h1 {
    font-size: 24px;
  }
  .story h2, .concept_right h2, .about-content_left h2, .about-content_right h2 {
    padding-top: 2rem;
    font-size: 21px;
  }
  .story p, .concept_right p, .about-content_left p, .about-content_right p {
    padding-top: 2rem;
    letter-spacing: .15rem;
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  .story p, .concept_right p, .about-content_left p, .about-content_right p {
    text-align: left;
    padding-top: 1.5rem;
    letter-spacing: .1rem;
    line-height: 2rem;
  }
}

@media (max-width: 576px) {
  .story h1, .concept_right h1, .about-content_left h1, .about-content_right h1 {
    padding-bottom: 0;
  }
}

.story_right p, .concept_right img, .about-content_left__1 h1, .about-content_left__4 h1, .about-content_right__2 p, .about-content_right__3 p {
  display: none;
}

@media (max-width: 768px) {
  .story_right p, .concept_right img, .about-content_left__1 h1, .about-content_left__4 h1, .about-content_right__2 p, .about-content_right__3 p {
    display: block;
  }
}

.story_left p, .concept_left img, .about-content_left__2 p, .about-content_left__3 p, .about-content_right__1 h1, .about-content_right__4 h1 {
  display: block;
}

@media (max-width: 768px) {
  .story_left p, .concept_left img, .about-content_left__2 p, .about-content_left__3 p, .about-content_right__1 h1, .about-content_right__4 h1 {
    display: none;
  }
}

/* ================================
layout
================================= */
.header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.759);
}

.header-inner {
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 10px;
}

.header-logo img {
  width: auto;
  height: 60px;
}

.header .gnav__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: .8rem;
}

.header .gnav__menu__item {
  margin-left: 50px;
  vertical-align: bottom;
}

.header .gnav__menu__item > a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: .3rem;
}

@media (max-width: 1024px) {
  .header-logo img {
    height: 40px;
  }
  .header .gnav__menu {
    padding-bottom: .2rem;
  }
}

@media (max-width: 768px) {
  .header-inner {
    width: 95%;
    padding: 5px;
  }
  .header .gnav__menu {
    padding-bottom: 0;
  }
  .header .gnav__menu__item {
    margin-left: 20px;
  }
  .header .gnav__menu__item a {
    letter-spacing: .1rem;
    font-size: .9rem;
  }
}

@media (max-width: 576px) {
  .header .gnav__menu {
    padding-bottom: 0;
  }
  .header .gnav__menu .pc {
    display: none;
  }
}

.footer {
  width: 100%;
  padding-bottom: 30px;
}

.footer-inner {
  height: 80px;
  margin: 0 auto;
  background: black;
  text-align: center;
}

.footer-inner img {
  width: 12%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer-inner small {
  padding-top: 20px;
  display: inline-block;
  color: #c3c3c3;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 15px;
  }
  .footer-inner img {
    width: 20%;
  }
}

/* ================================
module
================================= */
.section-heading {
  width: 100%;
  padding: 0 5%;
  text-align: right;
  padding-top: 100px;
  overflow: hidden;
}

.section-heading h1 {
  padding: 1rem 0;
  color: #CEB354;
  font-size: 10.8px;
  letter-spacing: .25rem;
  line-height: 1rem;
}

.section-heading h1::before {
  content: "";
  height: 0.5px;
  width: 40px;
  margin-right: 1rem;
  background: #CEB354;
  opacity: 0.8;
  display: inline-block;
  vertical-align: middle;
}

.section-heading h1 .small {
  font-size: 9px;
}

@media (max-width: 768px) {
  .section-heading {
    padding-top: 50px;
  }
}

.btn, .contact-form_btn .btn-dark {
  display: inline-block;
  width: 230px;
  height: 50px;
  text-align: center;
  background-color: #eee;
  font-size: 16px;
  line-height: 52px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #7f7f7f;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:after, .contact-form_btn .btn-dark:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #7d7d7d;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.btn:hover, .contact-form_btn .btn-dark:hover {
  color: #eee;
}

.btn:hover:after, .contact-form_btn .btn-dark:hover:after {
  height: 240%;
  opacity: 1;
}

.btn:active:after, .contact-form_btn .btn-dark:active:after {
  height: 340%;
  opacity: 1;
}

/* ================================
style
================================= */
.wrapper-black {
  background: #000;
  color: #fff;
  z-index: -999;
}

.wrapper-white {
  background: #eee;
  color: #333;
  z-index: -999;
}

.intro {
  width: 100%;
  height: auto;
  min-height: 300px;
  background: #000;
}

.intro-video {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .intro {
    padding-top: 45px;
  }
}

@media (max-width: 576px) {
  .intro {
    max-height: 80vh;
    height: auto;
    padding-bottom: 1rem;
  }
  .intro-video {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

/* ================================
story
================================= */
.story {
  padding-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story_left {
  width: 50%;
}

.story_left h1 {
  text-align: right;
  font-size: 36px;
  font-weight: bold;
}

.story_right {
  width: 50%;
  padding-left: 150px;
}

.story_right img {
  width: 100%;
}

@media (max-width: 1024px) {
  .story {
    padding-top: 30px;
  }
  .story_right {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .story {
    display: block;
  }
  .story_left {
    width: 100%;
  }
  .story_left h1 {
    text-align: left;
    font-size: 30px;
  }
  .story_right {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .story_right {
    padding-top: 1rem;
  }
}

/* ================================
concept
================================= */
.concept {
  padding-top: 250px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept_left {
  width: 50%;
  padding-right: 150px;
}

.concept_left img {
  width: 100%;
}

.concept_right {
  width: 50%;
}

.concept_right h1 {
  font-size: 36px;
  font-weight: bold;
}

.concept_right img {
  width: 70%;
  padding-top: 30px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .concept {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .concept_left {
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .concept {
    padding-top: 75px;
    padding-bottom: 15px;
    display: block;
  }
  .concept_right {
    width: 100%;
  }
  .concept_right h1 {
    text-align: left;
    font-size: 30px;
  }
  .concept_right h2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 2.5rem;
    padding-bottom: 0;
    letter-spacing: .1rem;
    line-height: 2rem;
    text-align: center;
  }
  .concept_right p {
    width: 70%;
    line-height: 2rem;
    padding-top: .5rem;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .concept_right {
    text-align: center;
  }
  .concept_right img {
    padding-top: 1rem;
  }
}

/* ================================
about
================================= */
.about-content {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-content_left {
  width: 50%;
}

.about-content_left img {
  padding-right: 150px;
  width: 100%;
}

.about-content_right {
  width: 50%;
}

.about-content_right img {
  padding-left: 150px;
  width: 100%;
}

@media (max-width: 1024px) {
  .about-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about-content_left img {
    padding-right: 100px;
  }
  .about-content_right img {
    padding-left: 100px;
  }
}

@media (max-width: 768px) {
  .about-content {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    text-align: center;
  }
  .about-content_left {
    width: 100%;
  }
  .about-content_left img {
    padding-right: 0;
    padding-top: 30px;
    width: 70%;
  }
  .about-content_right {
    width: 70%;
    margin: 0 auto;
  }
  .about-content_right img {
    padding-left: 0;
    padding-top: 30px;
  }
}

/* ================================
ImageArea
================================= */
.imageArea {
  width: 100%;
  height: 60vh;
  min-height: 300px;
  background: url(../image/imageArea.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .imageArea {
    height: 40vh;
  }
}

@media (max-width: 576px) {
  .imageArea {
    height: 30vh;
  }
}

/* ================================
product
================================= */
.product {
  width: 90%;
  position: relative;
  padding: 2rem;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #CEB354;
}

.product_caption {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 36px;
  color: #CEB354;
  background-color: #eee;
  padding: 0 2rem;
  margin: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.product p {
  padding-top: 1.5rem;
  color: #CEB354;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .product_caption {
    font-size: 30px;
  }
  .product p {
    font-size: 15px;
  }
}

/* ================================
review
================================= */
.review {
  padding-top: 75px;
  padding-bottom: 100px;
  width: 100%;
  color: #333;
}

.review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  border-bottom: 1px dashed #c3c3c3;
}

.review-content_left {
  width: 40%;
  text-align: center;
}

.review-content_left img {
  max-width: 100%;
}

.review-content_right {
  width: 60%;
}

.review-content_right h1 {
  font-size: 22.4px;
  font-weight: bold;
  letter-spacing: .25rem;
}

.review-content_right p {
  padding-top: 40px;
  font-size: 18px;
  line-height: 3rem;
  color: #787878;
}

.review-btn {
  padding: 2rem;
  text-align: right;
  color: #000;
}

@media (max-width: 1024px) {
  .review {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .review-content {
    padding: 50px 15px;
  }
}

@media (max-width: 768px) {
  .review {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .review-content {
    padding: 30px 0;
  }
  .review-content_left {
    width: 35%;
  }
  .review-content_right {
    width: 65%;
    padding-left: 5px;
  }
  .review-content_right h1 {
    letter-spacing: 0;
    font-size: 19.6px;
  }
  .review-content_right p {
    padding-top: 20px;
    line-height: 1.5rem;
    font-size: 16.2px;
  }
  .review-btn {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .review-content {
    padding: 20px 0;
  }
  .review-content_right {
    padding-left: 10px;
  }
  .review-content_right h1 {
    letter-spacing: 0;
    font-size: 16.8px;
  }
  .review-content_right p {
    padding-top: 20px;
    line-height: 1.5rem;
    font-size: 12.6px;
  }
}

/* ================================
steps
================================= */
.steps {
  width: 90%;
  margin: 0 auto;
}

.steps-content {
  position: relative;
  padding: 2rem;
  margin-top: 50px;
  border: 1px solid rgba(255, 237, 135, 0.548);
}

.steps-content_caption {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 150px;
  text-shadow: 1px 1px 0 #CEB354, -1px 1px 0 #CEB354, 1px -1px 0 #CEB354, -1px -1px 0 #CEB354;
  font-weight: bold;
  color: #000;
  margin: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.steps-content h2 {
  padding: .5rem 0 1rem 4rem;
  color: #CEB354;
  font-size: 28px;
  letter-spacing: .25rem;
}

.steps-content p {
  color: #c3c3c3;
  padding: .5rem 0 .5rem 4rem;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .steps {
    width: 95%;
  }
  .steps-content_caption {
    font-size: 125px;
  }
}

@media (max-width: 768px) {
  .steps-content {
    padding: 1rem;
    margin-top: 25px;
  }
  .steps-content_caption {
    font-size: 75px;
  }
  .steps-content h2 {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 19.6px;
    letter-spacing: .1rem;
  }
  .steps-content p {
    font-size: 14.4px;
    padding: .5rem 0 .5rem 1.5rem;
  }
}

/* ================================
gallely
================================= */
.gallely {
  width: 100%;
  margin-top: -50px;
  margin-bottom: 50px;
}

.gallely .slider {
  margin: 100px auto 0 auto;
  width: 100%;
}

.gallely .slider li {
  padding: 0 3px;
}

.gallely .slider img {
  height: auto;
  width: 100%;
}

.gallely .slick-prev::before {
  content: url(../image/arrow-L.png);
}

.gallely .slick-next::before {
  content: url(../image/arrow-R.png);
}

.gallely .slick-prev {
  left: 0;
  height: 100%;
  z-index: 3;
}

.gallely .slick-prev:before {
  opacity: 1;
}

.gallely .slick-next {
  right: 80px;
  z-index: 3;
  height: 100%;
}

.gallely .slick-next:before {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .gallely .slick-prev {
    left: -10px;
  }
  .gallely .slick-prev:before {
    opacity: 0.7;
  }
  .gallely .slick-next:before {
    opacity: 0.7;
  }
}

/* ================================
contact
================================= */
.contact {
  width: 100%;
}

.contact-content {
  position: relative;
  padding: 4rem;
  margin-top: 50px;
  border: 1px solid #c3c3c3;
}

.contact-content_caption {
  position: absolute;
  top: 0;
  left: 50%;
  color: #CEB354;
  background-color: #000;
  padding: 0 1rem;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 30px;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form_left {
  width: 40%;
  text-align: center;
}

.contact-form_radio {
  margin: 0.5rem;
}

.contact-form_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact-form_radio input[type="radio"] + .radio-label {
  margin-right: 2rem;
}

.contact-form_radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #777;
  border-radius: 100%;
  border: 1px solid #373737;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: -0.1em;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.contact-form_radio input[type="radio"]:checked + .radio-label:before {
  background-color: #c3c3c3;
  -webkit-box-shadow: inset 0 0 0 4px #777;
          box-shadow: inset 0 0 0 4px #777;
}

.contact-form_radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #c3c3c3;
}

.contact-form_radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #777;
          box-shadow: inset 0 0 0 4px #777;
  border-color: #373737;
  background: #373737;
}

.contact-form_radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.contact-form_right {
  width: 60%;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form_label {
  width: 30%;
  margin-bottom: 1.5rem;
  padding: .5rem 0;
}

.contact-form_input {
  width: 70%;
  background: #656565;
  margin-bottom: 1.5rem;
  padding: .5rem;
  color: #eee;
}

.contact-form_textarea {
  background: #656565;
  width: 70%;
  padding: .5rem;
  color: #eee;
}

.contact-form_btn {
  padding: 2rem;
  text-align: right;
}

.contact-form_btn .btn-dark {
  background: #000;
  color: #eee;
  border-color: #eee;
}

.contact-form_btn .btn-dark::after {
  background: #eee;
}

.contact-form_btn .btn-dark input {
  width: 100%;
  height: 100%;
  letter-spacing: .3rem;
  color: #eee;
}

.contact-form_btn .btn-dark input:hover {
  color: #000;
}

.contact .komezirushi:before {
  content: "※";
  margin-left: -1rem;
  color: rgba(176, 0, 0, 0.8);
}

@media (max-width: 1024px) {
  .contact-content {
    padding: 2rem 1rem;
  }
}

@media (max-width: 768px) {
  .contact-content {
    padding: 1rem .5rem;
  }
  .contact-content_caption {
    font-size: 18px;
  }
  .contact-form {
    padding: 1rem;
    display: block;
  }
  .contact-form_radio {
    margin: 0;
  }
  .contact-form_radio input[type="radio"] + .radio-label {
    margin-right: 1rem;
  }
  .contact-form_radio input[type="radio"] + .radio-label:before {
    width: .8em;
    height: .8em;
    top: -0.1em;
    margin-right: .8em;
  }
  .contact-form_left {
    padding-top: 20px;
    width: 100%;
  }
  .contact-form_right {
    width: 100%;
  }
  .contact-form_btn {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .contact-form_label {
    font-size: .8rem;
  }
}
/*# sourceMappingURL=styles.css.map */