@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html,
body {
  height: 100%;
  margin: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  display: flex;
  flex-direction: column;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
select{
  -webkit-appearance: auto; /* 1 */
  -moz-appearance: auto;
  appearance: auto;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Base
  ----------------------------------------------------------------- */

* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.js-fadeUp {
  opacity: 0;
  transition: .8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
}

.u-display-pc {
  display: block !important;
}

.u-display-sp {
  display: none !important;
}

@media screen and (max-width: 667px){
  .u-display-pc {
    display: none !important;
  }
  .u-display-sp {
    display: block !important;
  }
}

/**
  * Body
  */
body {
  font-family: YakuHanJP;
  font-feature-settings: "palt";
  color: #231815;
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
  min-width: 1400px;
  overflow-x: hidden;
}

.c-button {
  position: relative;
  display: block;
  width: 320px;
  padding: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #231815;
}

.c-button--arrow::before {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 30px;
  width: 20px;
  height: 1px;
  background: #231815;
  transition: all 0.3s;
}
.c-button--arrow::after {
  content: "";
  position: absolute;
  bottom: 38px;
  right: 30px;
  width: 10px;
  height: 1px;
  background: #231815;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.c-button--arrow:hover::before {
  right: 20px;
  width: 25px;
}
.c-button--arrow:hover::after {
  right: 20px;
}

.c-heading {
  font-family: YakuHanMP;
  font-size: 3.2rem;
  font-weight: bold;
  color: #231815;
  line-height: 1.8;
}
.c-heading__decoration {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-family: YakuHanJP, "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Source Sans Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.c-heading__decoration:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #231815;
}
.c-heading__decoration:before {
  margin-right: 1rem;
}

.c-heading--long__decoration {
  padding-bottom: 60px;
}

.kv {
  width: 100%;
  position: relative;
  opacity: 0;
}
.kv-product::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35, 24, 21, 0.2);
  z-index: 1;
}
.kv-product {
  height: 960px;
  position: relative;
}
.kv-product__name {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  font-family: YakuHanMP;
}
.kv-product__name::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 160px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s;
}
.kv-product--01 {
  background: url("../images/mv_top_01.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.kv-product--02 {
  background: url("../img/mv_top_02.jpg") no-repeat;
  background-size: cover;
  background-position: bottom
}
.kv-product--03 {
  background: url("../img/mv_top_03.jpg") no-repeat;
  background-size: cover;
  background-position: bottom
}
.kv-product__wrapper {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 60px;
  bottom: 100px;
  z-index: 5;
}
.kv__lead {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  top: 200px;
  padding: 60px;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: YakuHanMP;
  color: #ffffff;
  z-index: 5;
}
.kv--about {
  background: url(//smilecdn.lanculang.com/uploads/setting/banner/20241225001430_676adde605eec.jpg) no-repeat;
  background-size: cover;
  height: 600px;
  font-size: 4rem;
}
.kv--support {
  background: url(//smilecdn.lanculang.com/uploads/setting/banner/20241225001455_676addffea61c.jpg) no-repeat;
  background-size: cover;
  height: 600px;
  font-size: 4rem;
}
.kv__heading {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 220px 60px;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: YakuHanMP;
  color: #ffffff;
}
.kv__decoration {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: YakuHanJP, "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Source Sans Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
.kv .c-button {
  border: 0;
  color: #ffffff;
  width: 160px;
  padding: 20px 0;
  text-align: left;
}
.kv .c-button::before, .kv .c-button::after {
  background: #ffffff;
}

/**
  * slick
  */
  
.slick-dots {
  bottom: 40px;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* common */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

/**
  * index
  */

.intro {
  overflow-x: hidden;
}
.intro__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 60px;
}
.intro__lead {
  margin-top: 50px;
  font-size: 1.6rem;
  color: #231815;
  line-height: 2;
}
.intro .c-button {
  margin-top: 80px;
}

.intro-product {
  margin-top: 60px;
}
.intro-product__card {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 640px;
  margin-right: 40px;
}
.intro-product__card a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.intro-product__card a::before {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 20px;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s;
  z-index: 5;
}
.intro-product__card a::after {
  content: "";
  position: absolute;
  bottom: 63px;
  right: 40px;
  width: 10px;
  height: 1px;
  background: #ffffff;
  transform: rotate(35deg);
  transition: all 0.3s;
  z-index: 5;
}
.intro-product__card a:hover::before {
  right: 20px;
  width: 25px;
}
.intro-product__card a:hover::after {
  right: 20px;
}
.intro-product__item {
  width: 100%;
  height: 100%;
}
.intro-product__item img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.intro-product__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(35, 24, 21, 0.5), transparent);
  z-index: 1;
}
.intro-product__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  font-size: 2.8rem;
  font-family: YakuHanMP;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8;
  z-index: 5;
}

.news {
  /* background-color: #F4F3F3; */
}
.news__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}
.news__list {
  margin-top: 64px;
}
.news__item {
  border-bottom: 1px solid #BDBAB9;
  overflow: hidden;
}
.news__item:last-child {
  /* border-bottom: 1px solid #BDBAB9; */
}
.news__heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
  transition: opacity 0.5s ease-out;
}
.news__heading:hover {
  opacity: 0.6;
}
.news-icon__wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 40px;
  height: 40px;
}
.news-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-icon::before, .news-icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #231815;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.news-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.news__heading.active .news-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.news__date {
  width: 90px;
  font-size: 1.6rem;
  color: #918B8A;
  margin-right: 40px;
}
.news__title {
  width: calc(100% - 180px);
}
.news__detail {
  padding: 0 24px 32px;
  display: none;
}
.news__text {
  color: #231815;
  font-size: 1.6rem;
  line-height: 2;
}
.news__image {
  margin-top: 24px;
  text-align: center;
}
.news__image a:hover {
  transition: opacity 0.5s ease-out;
}
.news__image a:hover {
  opacity: 0.6;
}

.story {
  background: #f1f1f1;
}
.imgs .swiper-slide{
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1480px) {
  /* .story {
    background-size: 760px;
  } */
}
.story__container {
  max-width: 1400px;
  margin: 0 auto;
  background: url(../../static/images/story_bg.jpg) no-repeat right center;
  background-size: 600px;
  padding: 140px 620px 140px 60px;
}
@media screen and (min-width: 1480px) {
  /* .story__container {
    
  } */
}
.story .c-heading {
  color: #231815;
  font-weight: bold;
}
.story .c-heading__decoration::before {
  background-color: #231815;
}
.story__lead {
  margin-top: 50px;
  font-size: 1.6rem;
  color: #231815;
  line-height: 2;
}
.story .c-button {
  margin-top: 50px;
}

/**
  * product
  */
.l-main--product {
  display: flex;
  justify-content: center;
}

.product-menu {
  width: 25%;
  min-width: 360px;
  height: auto;
}
.product-menu__container {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  margin: 0 auto;
  padding: 120px 40px 120px 80px;
}
.product-menu__heading {
  font-size: 1.4rem;
  color: #918B8A;
  letter-spacing: 0.1em;
}
.product-menu__link--comingsoon a {
  pointer-events: none;
}
.product-menu__link + .product-menu__link {
  margin-top: 40px;
}
.product-menu__list {
  margin-top: 20px;
  font-size: 1.4rem;
}
.product-menu__item a {
  transition: opacity 0.5s ease-out;
}
.product-menu__item a:hover {
  opacity: 0.6;
}

.product-main {
  width: 75%;
  max-width: 940px;
}
.product-main__container {
  width: 100%;
  margin: 0 auto;
  padding: 120px 80px 120px 0;
}

.product-card {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: -160px;
  padding-top: 220px;
}
.product-card + .product-card {
  margin-top: -120px;
}
.product-card__image {
  width: 42%;
  max-width: 400px;
}
.product-card__detail {
  width: calc(58% - 40px);
  max-width: 480px;
}
.product-card__name {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: YakuHanMP;
  line-height: 1.5;
}
.product-card__lead {
  margin-top: 40px;
}
.product-card .c-button {
  margin-top: 40px;
}
.product-card__thumb {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.product-card__thumb img {
  width: calc(33.333% - 16px);
}

/**
  * product detail
  */
.product__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 120px;
  display: flex;
  justify-content: space-between;
}
.product__section {
  margin-top: -200px;
  padding-top: 200px;
}
.product__image {
  width: 50%;
  max-width: 686px;
  position: relative;
  left: 0;
}
.js-product__image-thumb .product__image-main__item {
  margin-top: 10px;
}
.product__detail {
  width: 50%;
  max-width: 600px;
  margin-left: auto;
  padding-top: 120px;
  position: sticky;
  top: 0;
  align-items: baseline;
  height: fit-content;
}
.product__heading {
  font-size: 3.2rem;
  font-weight: bold;
  color: #231815;
  font-family: YakuHanMP;
  line-height: 1.5;
}
.product__subheading {
  font-size: 2.4rem;
  margin-top: 15px;
}
.product__lead {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #231815;
}
.product__price {
  margin-top: 40px;
  font-size: 3.2rem;
  color: #231815;
}
.product__price-currency {
  font-size: 2rem;
}
.product__price-tax {
  font-size: 1.4rem;
}
.product-type {
  margin-top: 60px;
}
.product-type__heading {
  font-size: 1.6rem;
  color: #918B8A;
}
.product-type__list {
  margin-top: 40px;
  border-bottom: 1px solid #BDBAB9;
}
.product-type__item {
  border-top: 1px solid #BDBAB9;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-type__title {
  width: 60px;
  font-size: 1.6rem;
  color: #231815;
}
.storesjp-button-cart {
  border: 1px solid #231815;
  transition: opacity 0.5s ease-out;
}
.storesjp-button-cart:hover {
  opacity: 0.5;
}
.product-information {
  margin-top: 80px;
}
.product-information__heading {
  font-size: 1.6rem;
  color: #918B8A;
}
.product-information__list {
  margin-top: 40px;
  border-bottom: 1px solid #BDBAB9;
}
.product-information__item {
  border-top: 1px solid #BDBAB9;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
}
.product-information__title {
  width: 60px;
  font-size: 1.4rem;
  color: #918B8A;
}
.product-information__text {
  width: calc(100% - 100px);
  font-size: 1.4rem;
  color: #231815;
}

/**
  * about
  */
.concept {
  border-bottom: 1px solid #D3D1D0;
}
.concept__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}
.concept__lead {
  margin-top: 50px;
  font-size: 1.6rem;
  color: #231815;
  line-height: 2;
}
.concept-sign {
  margin-top: 60px;
  text-align: right;
  font-size: 4.8rem;
  font-family: YakuHanMP;
}
.concept-sign-role {
  display: block;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Source Sans Pro", "メイリオ", "Meiryo", sans-serif;
}

.profile__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}
.profile__detail {
  display: flex;
  margin-top: 80px;
}
.profile__image {
  width: 280px;
}
.profile__image img {
  width: 100%;
}
.profile__description {
  width: calc(100% - 280px);
  padding-left: 60px;
}
.profile__name {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: YakuHanMP;
}
.profile__birth {
  margin-top: 20px;
}
.profile__text {
  margin-top: 40px;
  font-size: 1.6rem;
}

.information {
  background-color: #F4F3F3;
}
.information__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}
.company__container, .history__container {
  width: 100%;
}
.company-information__list, .history-information__list {
  margin-top: 60px;
  border-bottom: 1px solid #BDBAB9;
}
.company-information__item, .history-information__item {
  border-top: 1px solid #BDBAB9;
  padding: 24px 32px;
  display: flex;
}
.company-information__heading, .history-information__heading {
  width: 56px;
  color: #918B8A;
  font-size: 1.4rem;
  margin-right: 40px;
}
.company-information__text, .history-information__text {
  width: calc(100% - 56px);
  font-size: 1.4rem;
}

.history {
  margin-top: 160px;
}
.faq {
  background-color: #F4F3F3;
}
.faq__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}
.faq__list {
  margin-top: 64px;
}
.faq__item {
  border-top: 1px solid #BDBAB9;
}
.faq__item:last-child {
  border-bottom: 1px solid #BDBAB9;
}
.faq-question {
  position: relative;
  padding: 24px;
}
.faq-question:hover {
  opacity: 0.6;
}
.faq-question__text {
  width: calc(100% - 60px);
}
.faq-icon__wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 40px;
  height: 40px;
}
.faq-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.faq-icon::before, .faq-icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #231815;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.faq-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-question.active .faq-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-answer {
  padding: 0 24px 32px;
  display: none;
}
.faq-answer__contents {
  background-color: #ffffff;
  padding: 24px 32px;
}

/**
  * support
  */
.contact {
  background-color: #F4F3F3;
}
.contact__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}

.inquiry__item + .inquiry__item {
  margin-top: 30px;
}
.inquiry__title {
  font-size: 1.4rem;
  color: #918B8A;
}
#category {
  display: none;
}
#category:not(:checked) + .inquiry__radio-text::before {
  border-color: #CFCCCC;
}
#category:checked + .inquiry__radio-text::before {
  border-color: #231815;
  background-color: #231815;
}
.inquiry__label {
  display: inline-block;
  margin-top: 8px;
}
.inquiry__label + .inquiry__label {
  margin-left: 40px;
}
.inquiry__radio-text {
  font-size: 1.4rem;
}
.inquiry__radio-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 4px;
  background-clip: content-box;
  position: relative;
  top: 4px;
}
.inquiry__input {
  margin-top: 12px;
  padding: 24px 16px;
  border: 1px solid #D3D1D0;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
}
.inquiry__input::-moz-placeholder {
  color: #BDBAB9;
}
.inquiry__input::placeholder {
  color: #BDBAB9;
}
.inquiry__textarea {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid #D3D1D0;
  background-color: #ffffff;
  width: 100%;
  height: 160px;
  font-size: 1.4rem;
}
.inquiry__textarea::-moz-placeholder {
  color: #BDBAB9;
}
.inquiry__textarea::placeholder {
  color: #BDBAB9;
}
.submit-wrapper {
  position: relative;
  top: 0;
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 480px;
    margin: 0 auto;
  }
}
.c-button--complete-hide {
  display: none;
}
.c-button--complete {
  display: block;
  color: #918B8A;
  border: 1px solid #E9E8E8;
  background-color: #E9E8E8;
  pointer-events: none;
}
.inquiry__message {
  display: inline-block;
  margin-top: 20px;
  color: darkred;
}

/**
  * privacy policy
  */
.privacy-policy__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 140px 60px;
}
.privacy-policy__block + .privacy-policy__block {
  margin-top: 80px;
}
.privacy-policy__heading {
  margin: 50px 0 20px;
  font-size: 1.8rem;
  color: #231815;
  line-height: 2;
}
.privacy-policy__detail {
  font-size: 1.6rem;
  color: #231815;
  line-height: 2;
}
.privacy-policy__text a {
  text-decoration: underline;
}
.privacy-policy__list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.privacy-policy__date {
  margin-top: 80px;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #231815;
  z-index: 1000;
}
.l-header__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__content {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__logo {
 width: 50px;
}
.c-nav {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.c-nav__button {
  display: none;
}

.c-nav__list {
  display: flex;
  align-items: baseline;
  margin-left: 60px;
}

.c-nav__item  {
  margin-right: 60px;
}
.c-nav__item > a {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  transition: opacity 0.5s ease-out;
}
.c-nav__item > a:hover {
  opacity: 0.5;
}

.c-nav__link--has-sub {
  position: relative;
}
.c-nav__arrow {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-nav-product {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #231815;
  }
  .c-nav-product__container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
  }
  .c-nav-product__block {
    width: calc(100% - 120px);
  }
  .c-nav-product__block + .c-nav-product__block {
    margin-left: 40px;
  }
  .c-nav-product__heading {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 20px 0;
    border-bottom: 1px solid #918B8A;
    transition: opacity 0.5s ease-out;
  }
  .c-nav-product__heading:hover {
    opacity: 0.5;
  }
  .c-nav-product__list {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 20px 0;
  }
  .c-nav-product__item {
    padding: 8px 0;
  }
  .c-nav-product__item > a {
    transition: opacity 0.5s ease-out;
  }
  .c-nav-product__item > a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  .c-nav__item--product .c-nav-product {
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease;
  }
  .c-nav__item--product:hover .c-nav-product {
    height: 600px;
    overflow: visible;
    padding: 40px 0;
  }
}

.l-footer {
  background-color: #231815;
  margin-top: auto;
}
.l-footer__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 60px;
}
.l-footer__content {
  position: relative;
}
.l-footer__nav {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
}

.c-footer-nav {
  width: 33.3333%;
  padding-right: 40px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.c-footer-nav:last-child {
  margin-right: 0;
}
.c-footer-nav__title {
  color: #918B8A;
  margin-bottom: 20px;
}
.c-footer-nav__title > a {
  color: #D3D1D0;
  transition: opacity 0.5s ease-out;
}
.c-footer-nav__title > a:hover {
  opacity: 0.5;
}
.c-footer-nav__item {
  margin-bottom: 40px;
}
.c-footer-nav__item a {
  color: #D3D1D0;
  transition: opacity 0.5s ease-out;
}
.c-footer-nav__item a:hover {
  opacity: 0.5;
}
.c-footer-nav__item > a:hover {
  opacity: 0.5;
}
.c-footer-nav-product__list {
  margin: 20px 0 0 30px;
}
.c-footer-nav-product__item {
  margin-bottom: 16px;
}
.c-footer-nav--onlineshop .c-footer-nav__item {
  margin-bottom: 16px;
}
.c-footer-nav--sns .c-footer-nav__list {
  display: flex;
}
.c-footer-nav--sns .c-footer-nav__item {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.c-footer-nav--sns .c-footer-nav__item a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.c-footer-nav--sns .c-footer-nav__item--fb a {
  background: url("../images/icon_fb.svg") no-repeat;
  background-size: cover;
}
.c-footer-nav--sns .c-footer-nav__item--tw a {
  background: url("../images/icon_tw.svg") no-repeat;
  background-size: cover;
}
.c-footer-nav--sns .c-footer-nav__item--ig a {
  background: url("../images/icon_ig.svg") no-repeat;
  background-size: cover;
}
.c-footer-nav--sns .c-footer-nav__item--yt a {
  background: url("../images/icon_yt.svg") no-repeat;
  background-size: cover;
}
.c-footer-nav--sns .c-footer-nav__item--li a {
  background: url("../images/icon_li.svg") no-repeat;
  background-size: cover;
}

.l-footer-credit {
  width: 340px;
  text-align: center;
  position: absolute;
  right: 60px;
  bottom: 160px;
}
.l-footer-credit > img {
  /* width: 224px; */
}
.l-footer-credit-company {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: YakuHanMP;
}

.l-footer-copyright {
  font-size: 14px;
  color: #D3D1D0;
  text-align: center;
}

.my-item-list{
  /* margin-left: -10px; */
  display: flex;flex-wrap: wrap;flex-direction: row;
}

.my-item-list .item{
  width: 100%;box-sizing: border-box;
}
.my-item-list .item:hover p{text-decoration: underline;}
.my-item-list .item p{
  text-align: center;
}
.my-product{
  width: 800px;
  margin: 0 auto;
}
.my-product .top-img{
  height: 800px;
}
.my-product .top-img img{width: 800px;height: 800px;}
.my-product .bottom{
  width: 800px;
  margin: 20px auto 0;
  display: flex;align-items: center;
}
/* .my-product .detail{margin-top: 40px;} */
.my-product .bottom img{
  width: 250px;margin-right: 25px;
}
.my-product .bottom img:last-child{margin-right: 0;}
.c-heading2{text-align:center;}
.news__container2{padding: 30px 0 60px;}

.imgs {
  height: auto;
}
/* .imgs{padding: 0.5%;} */
.imgs .my-banner{position: relative; width: 100%;}
.imgs .my-banner .swiper-slide{width: 100%;}
/* .imgs .my-banner .swiper-slide a{display: block; width: 100%;} */
.imgs .my-banner .swiper-slide img{width: 100%; height: auto; display: block;}
.imgs .my-banner .swiper-pagination{bottom: 10px;}
.imgs .my-banner .swiper-button-prev, .imgs .my-banner .swiper-button-next{color: rgba(255,255,255,0.6);}

.list-view{width: 100%; padding: 0;display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 30px;}
.list-view>div{margin-bottom: 30px;width: auto;}

.pagination{width: 100%;}
.pagination ul{display: flex;justify-content: center;}

.pagination ul>li>a,
.pagination ul>li>span {
  margin: 0 3px;
  float: left;
  padding: 4px 12px 3px;
  opacity: 0.88;
  border-radius: 2px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ddd;
  color: #666
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  background-color: rgb(46, 196, 176);
  color: #fff
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  cursor: default
}

.pagination ul>li>span,
.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
  color: #999;
  background-color: transparent;
  cursor: default
}

.ias_trigger {
  padding-top: 4px
}

.ias_trigger a {
  background-color: #11a99b;
  display: block;
  line-height: 35px;
  text-align: center;
  color: #eee
}

.ias_trigger a:hover {
  background-color: rgb(46, 196, 176);
  color: #fff
}

.pagination-loading {
  text-align: center;
  color: #666;
  line-height: 39px
}

.commentnav {
  overflow: hidden;
  text-align: center;
  padding: 20px
}

.commentnav a,
.commentnav .current,
.commentnav .page-numbers {
  padding: 4px 12px 3px;
  color: #666;
  display: inline-block;
  background-color: #eee;
  margin: 0 1px
}

.commentnav .current {
  background-color: rgb(46, 196, 176);
  color: #fff
}

.commentnav a:hover {
  background-color: #6fc299;
  color: #fff
}

.rollto {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  width: 32px;
  display: none
}

.rollto .btn {
  margin-top: 2px;
  display: block;
  border-radius: 2px;
  height: 36px
}

.rollto .btn i {
  margin-top: 0
}

.rollto .btn {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.speedbar {
  clear: both;
  color: #666;
  padding: 7px 0px 7px 0px;
  line-height: 25px;
  zoom: 1;
  overflow: hidden;
}

.speedbar i {
  opacity: .50;
  filter: alpha(opacity=50)
}

.speedbar .btn-group {
  float: right;
  margin-left: 6px
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80)
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%
}

.modal.fade.in {
  top: 10%
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee
}

.modal-header .close {
  margin-top: 2px
}

.modal-header h3 {
  margin: 0;
  line-height: 30px
}

.modal-white {
  border: 0;
  border-radius: 0;
  box-shadow: none
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px
}

.modal-form {
  margin-bottom: 0
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  zoom: 1
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0
}

.modal-footer:after {
  clear: both
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.tooltip {
  font-size: 12px;
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  line-height: 20px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #27937b;
  border-radius: 2px;
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #27937b;
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #27937b;
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #27937b;
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #27937b;
  opacity: .9;
  filter: alpha(opacity=90)
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 262px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}.languages_btn{position: absolute;right: 0;bottom:0;height: 80px;width: 200px;display: flex;align-items: center;}
.languages_btn select{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;padding: 0 10px;
  vertical-align: middle;border: 1px solid #fff;
  background: white;
}


/* ===== 以下为合并的 @media screen and (max-width: 768px) 移动端样式 ===== */
@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
  }
  .l-main--index {
    min-height: 65vh;
  }
  .c-button {
    width: 100%;
  }
  .c-heading {
    font-size: 2.4rem;
    /* padding-left: 20px; */
  }
  .c-heading__decoration {
    padding-bottom: 10px;
  }
  .c-heading__decoration:before {
    width: 16px;
  }
  .kv-product {
    height: 600px;
  }
  .kv-product__name {
    font-size: 2.4rem;
  }
  .kv-product__name::before {
    top: -30px;
  }
  .kv-product--01 {
    background: url("../img/mv_top_01_sp.jpg") no-repeat;
    background-size: cover;
    background-position: bottom
  }
  .kv-product--02 {
    background: url("../img/mv_top_02_sp.jpg") no-repeat;
    background-size: cover;
    background-position: bottom
  }
  .kv-product--03 {
    background: url("../img/mv_top_03_sp.jpg") no-repeat;
    background-size: cover;
    background-position: bottom
  }
  .kv-product__wrapper {
    padding: 20px;
    bottom: 30px;
  }
  .kv__lead {
    top: 60px;
    padding: 20px;
    font-size: 3.6rem;
  }
  .kv--about {
    height: 220px;
    background-position-x: right;
  }
  .kv--support {
    height: 220px;
    background-position-x: left;
  }
  .kv__heading {
    font-size: 2.8rem;
    padding: 60px 20px;
  }
  .slick-dots {
    bottom: 20px;
  }
  .slick-next::after,
  .slick-prev::after {
    width: 16px;
    height: 16px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next::after {
    right: -10px;
  }
  .intro__container {
    padding: 80px 20px;
  }
  .intro-product > .slick-list {
    width: 100vw;
  }
  .intro-product__card {
    width: 315px;
    height: 480px;
    margin-right: 20px;
  }
  .intro-product__name {
    font-size: 2.0rem;
    padding: 32px;
  }
  .news__container {
    padding: 40px 20px;
  }
  .news__list{margin-top: 30px;}
  .news__heading {
    flex-direction: column;
    padding: 24px 0;
    align-items: flex-start;
  }
  .news__date {
    width: 100%;
    margin-right: 0;
  }
  .news__title {
    width: calc(100% - 60px);
  }
  .news__detail {
    padding: 0 0 32px;
    display: none;
  }
  .story {
    /* background: #e2e2e0 url("../img/story_bg_sp.png") no-repeat 110% 5%; */
    /* background-size: 160px; */
    /* position: relative; */
  }
  .story__container {
    padding: 70px 20px 80px;
    z-index: 5;
    position: relative;
  }
  .story .c-heading {
    font-size: 2.3rem;
  }
  .story__lead {
    font-size: 1.4rem;
  }
  .story .c-button {
    margin-top: 30px;
  }
  .l-main--product {
    flex-direction: column;
  }
  .product-menu {
    width: 100%;
  }
  .product-menu__container {
    width: 100%;
    position: fixed;
    padding: 20px;
    background-color: #ffffff;
    z-index: 100;
  }
  .product-menu__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .product-menu__link {
    width: calc(100% - 4px);
  }
  .product-menu__link--comingsoon a {
    background-color: #E9E8E8;
  }
  .product-menu__link + .product-menu__link {
    margin-top: 0;
    margin-left: 4px;
  }
  .product-menu__link a {
    display: inline-block;
    width: 100%;
    min-width: 80px;
    text-align: center;
    border: 1px solid #D3D1D0;
    border-radius: 16px;
  }
  .product-menu__list {
    display: none;
  }
  .product-main {
    width: 100%;
  }
  .product-main__container {
    padding: 140px 20px;
  }
  .product-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-card + .product-card {
    margin-top: 0px;
    padding-top: 100px;
  }
  .product-card__image {
    width: 100%;
    max-width: 100%;
  }
  .product-card__detail {
    width: 100%;
    max-width: 100%;
  }
  .product-card__item {
    display: flex;
    flex-direction: column;
  }
  .product-card__name {
    order: 2;
    font-size: 2.4rem;
    margin-top: 40px;
  }
  .product-card__lead {
    order: 2;
    font-size: 1.4rem;
  }
  .product-card .c-button {
    order: 2;
  }
  .product-card__thumb {
    order: 1;
    margin-top: 20px;
  }
  .product__container {
    padding: 40px 20px 80px;
    flex-direction: column;
  }
  .product__image {
    width: 100%;
    max-width: 100%;
    left: auto;
  }
  .js-product__image-list:not(.js-product__image-thumb) .product__image-main__item {
    height: 400px;
    background-color: #F4F3F3;
  }
  .js-product__image-list:not(.js-product__image-thumb) .product__image-main__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .js-product__image-thumb .product__image-main__item {
    width: 60px;
    height: 60px;
    background-color: #F4F3F3;
    position: relative;
    margin-right: 16px;
  }
  .js-product__image-thumb .product__image-main__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product__detail {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    top: auto;
  }
  .product__heading {
    font-size: 2rem;
    /* margin-top: 40px; */
  }
  .product__subheading {
    font-size: 1.8rem;
  }
  .product__price {
    font-size: 2.4rem;
  }
  .product__price-tax {
    font-size: 1.2rem;
  }
  .product-type__heading {
    font-size: 1.4rem;
  }
  .product-type__item {
    padding: 24px 0;
  }
  .product-information__heading {
    font-size: 1.4rem;
  }
  .product-information__item {
    padding: 24px 0;
  }
  .concept__container {
    padding: 40px 20px;
  }
  .concept__lead {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .concept-sign {
    font-size: 3.6rem;
  }
  .concept-sign-role {
    font-size: 1.4rem;
  }
  .profile__container {
    padding: 80px 20px;
  }
  .profile__detail {
    margin-top: 60px;
    flex-direction: column;
  }
  .profile__image {
    width: 100%;
  }
  .profile__description {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .profile__name {
    font-size: 3.2rem;
  }
  .profile__text {
    font-size: 1.4rem;
  }
  .information__container {
    padding: 80px 20px;
  }
  .company-information__item, .history-information__item {
    padding: 24px 0;
  }
  .company-information__heading, .history-information__heading {
    margin-right: 8px;
  }
  .history {
    margin-top: 80px;
  }
  .faq__container {
    padding: 80px 20px;
  }
  .faq-question {
    padding: 24px 0;
  }
  .faq-question__text {
    width: calc(100% - 60px);
  }
  .faq-answer {
    padding: 0 0 32px;
  }
  .contact__container {
    padding: 80px 20px;
  }
  .inquiry__label + .inquiry__label {
    margin-left: 16px;
  }
  .submit-wrapper {
    margin-top: 40px;
  }
  .privacy-policy__container {
    padding: 80px 20px;
  }
  .privacy-policy__detail {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .l-header__container {
    padding: 0 10px;
  }
  .l-header__logo {
    /* width: 111px; */
  }
  .c-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 60%;
    height: 100%;
    background: #231815;
    z-index: 100;
    padding-top: 80px;
    transition: 0.3s;
    overflow-y: auto;
  }
  .c-nav.open {
    right: 0px;
  }
  .c-nav__button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    padding: 30px;
    z-index: 101;
    cursor: pointer;
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
  }
  .c-nav__button span {
    position: absolute;
    width: 24px;
    height: 1px;
    background: #ffffff;
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
  }
  .c-nav__button span:nth-child(1) {
    top: 35px;
  }
  .c-nav__button span:nth-child(2) {
    top: 44px;
  }
  .c-nav__button.open span:nth-child(1) {
    background: #fff;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-nav__button.open span:nth-child(2) {
    top: 40px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-footer__container {
    padding: 50px 20px;
  }
  .l-footer__nav {
    flex-direction: column;
    padding-bottom: 60px;
    display: none;
  }
  .c-footer-nav {
    width: 100%;
  }
  .c-footer-nav + .c-footer-nav {
    margin-top: 60px;
  }
  .l-footer-credit {
    position: relative;
    right: auto;
    bottom: auto;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .l-footer-credit-company {
    font-size: 1.8rem;
  }
  .my-product{
    width: 100%;
    margin: 0 auto;
  }
  .my-product .top-img{
    height: auto;
  }
  .my-product .top-img img{width:100%;height: auto;}
  .my-product .bottom{
    width: 100%;
    margin: 0 auto 0;
  flex-direction: column;
  }
  /* .my-product .detail{margin-top: 40px;} */
  .my-product .bottom img{
    width: 100%;margin-right: 0;
  }
  /* .list-view{flex-direction: column;} */
  .list-view{grid-template-columns: repeat(2, 2fr);grid-gap: 15px;}
  .c-nav__list {
    flex-direction: column;
    margin-left: 0;
  }
  .c-nav__item {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .c-nav__item > a {
    display: block;
    width: 100%;
    padding: 0 30px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  .c-nav__link--has-sub {
    position: relative;
  }
  .c-nav__arrow {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .c-nav__item--open > .c-nav__link--has-sub .c-nav__arrow {
    transform: translateY(-30%) rotate(-135deg);
  }

  .c-nav-product {
    position: static;
    width: 100%;
    /* background-color: #1a1110; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .c-nav__item--open .c-nav-product {
    max-height: 500px;
  }
  .c-nav-product__container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .c-nav-product__block {
    width: 100%;
  }
  .c-nav-product__block + .c-nav-product__block {
    margin-left: 0;
  }
  .c-nav-product__heading {
    display: block;
    padding: 12px 60px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.1em;
    border-bottom: none;
    height: auto;
    line-height: 1.5;
  }
  .c-nav-product__list {
    display: none;
  }
  .story__container{
    background: none;
  }
}