@charset "utf-8";

/* tag */
* {
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-family: "Sawarabi Gothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none; 
}
section {
  padding: 6.25rem 0;
}

/* common */

.inner {
  margin: auto;
  padding: 0 2rem;
  max-width: 1300px;
  box-sizing: content-box;
}
.common_h2 {
  font-size: 48px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 9.6px;
}
.common_h2 br{
  display: none;
}
.common_h2 span {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.375em;
  font-family: Raleway;
  font-weight: 700;
  letter-spacing: 5.4px;
}
.common_h2 span i {
  font-weight: normal;
  letter-spacing: 4.5px;
}
.common_h3 {
  font-size: 36px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 10.8px;
}
.common_h3 br{
display: none;
}
.center {
  text-align: center;
}
.large_h2 {
  font-family: Raleway;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 12px;
}
.large_h2 span {
  display: block;
  font-size: 0.6em;
  letter-spacing: 3.6px;
}

/* header */

.header {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url(./images/header_mv.jpg);
}
.header_inner {
  margin: auto;
  padding: .875rem 4.375rem;
  box-sizing: content-box;
  background-color: #000;
}
.mv_logo {
  max-width: 198px;
}
.mv_text {
  position: absolute;
  top: 244px;
  left: 70px;
  color: #fff;
  font-size: 80px;
  line-height: normal;
}
.mv_text_p {
  margin: 0 0 1.125rem;
  font-size: 0.45em;
  letter-spacing: 7.2px;
}
.mv_text_h2 {
  font-weight: normal;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 12px;
  font-family: "Raleway", sans-serif;
}
.mv_text_h2 b {
  font-weight: bold;
}
.mv_text_span {
  display: block;
  font-size: 0.225em;
  font-family: Raleway;
  font-weight: 500;
  letter-spacing: 5.4px;
}
.mv_text_flex {
  display: flex;
  align-items: center;
  margin: 2rem 0 0;
}
.mv_text_flex b {
  font-size: 0.125em;
  letter-spacing: 1.3px;
  font-family: "Roboto", sans-serif;
}
.mv_text_flex span {
  margin-right: 0.5rem;
  width: 28.6px;
}
.mv_arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: block;
  margin: auto;
  width: 65px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 3.6px;
}
.mv_arrow_icon {
  position: relative;
  width: 51px;
  height: 51px;
  margin: auto;
  border-radius: 50%;
  border: #fff solid 1px;
}
.mv_arrow_icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  transform: rotate(45deg);
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mv_arrow_icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: block;
  height: 19px;
  width: 1px;
  background-color: #fff;
  margin: auto;
  transform: translateX(-0.5px);
}

/* concept */

.concept {
  background-color: #f2f0ec;
}
.concept_inner {
  margin: auto;
  padding: 0 2rem;
  max-width: 1206px;
  box-sizing: content-box;
}
.concept_flex {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.concept_text {
  flex-shrink: 0;
}
.concept_text_wrap {
  margin-top: 4.375rem;
  max-width: 460px;
  line-height: 1.8;
  letter-spacing: 3.2px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.concept_text_wrap p {
  margin: 0 0 3rem;
}
.concept_text_wrap p:last-child {
  margin: 0;
}
.concept_img {
  max-width: 640px;
}

/* interior */

.interior_01 {
  padding: 6.25rem 0 0;
}
.interior .common_h2 {
  font-weight: 600;
  font-family: Raleway;
}
.interior_flex {
  display: flex;
  align-items: center;
}
.interior_text_p {
  margin-top: 3.125rem;
  max-width: 776px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 3.2px;
}
.interior_text_p p {
  margin: 0 0 0.25rem;
}
.interior_text_p span {
  font-size: 0.75em;
}
.interior_img_01 {
  margin: 7rem 0 -9.5rem;
  width: 52.5%;
}
.interior_img_02 {
  margin-left: 4rem;
  max-width: 462px;
}
.interior_img_03 {
  margin: 0 0 -16rem auto;
  width: 79.33%;
}
.interior_img_04 {
  max-width: 387px;
}
.power_flex {
  /* display: flex; */
  align-items: flex-end;
}
.interior_text_right {
  /* max-width: 31.9%; */
  /* margin-top: 5%; */
  margin-left: 31.5%;
  transform: translateY(4.75rem);
  -webkit-transform: translateY(4.75rem);
  -moz-transform: translateY(4.75rem);
  -ms-transform: translateY(4.75rem);
  -o-transform: translateY(4.75rem);
}
.interior_text_right h3{
  white-space: nowrap;

}
.interior_text_right_p {
  margin-top: 3.125rem;
  line-height: 1.8;
  letter-spacing: 3.2px;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}
.interior_text_right_p p {
  margin: 0 0 0.25rem;
}
.interior_img_05 {
  margin-bottom: 4.375rem;
  max-width: 1145px;
}
.interior_text_left_p {
  margin-top: 3.125rem;
  line-height: 1.8;
  letter-spacing: 3.2px;
}
.interior_text_left_p p {
  margin: 0 0 0.5rem;
}
.interior_text_left_p p:last-of-type {
  margin: 0;
}

/* slide */

.slide {
  overflow: hidden;
  background-color: #acaea4;
}
.slide .large_h2 {
  color: #fff;
}
.slide_text {
  margin: 6.25rem 0 9.375rem;
  text-align: center;
}
.slide_text .common_h3 {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}
.slide_text p {
  margin: 0 0 0.25rem;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 3.2px;
}
.slide_text p:last-child {
  margin: 0;
}
.slick-initialized .slick-slide {
  position: relative;
  display: block;
  position: relative;
  margin: 0 25px;
  width: 400px;
  padding-top: 400px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
}
.slick-initialized .slick-slide:hover {
  opacity: 0.8;
}
.slick-initialized .slick-slide a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-image: url(./images/zoom.png);
}
.slick-initialized .slick-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-initialized .slick-slide img {
  position: absolute;
  top: 0;
}
.lb-data .lb-details {
  width: 100%;
}
.lb-data .lb-caption {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 4.5px;
  text-align: center;
  color: #fff;
  display: block;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: none;
  background-color: #fff;
  display: block;
  opacity: 1;
}
.lb-nav a.lb-prev::after,
.lb-nav a.lb-next::after {
  content: '';
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
    top: 0;
  bottom: 0;
  opacity: 1;
  transform: rotate(45deg);
}
.lb-nav a.lb-prev::after {
  left: 0;
  right: -.5rem;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}
.lb-nav a.lb-next::after {
  left: -0.5rem;
  right: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.lb-data .lb-number {
  display: none !important;
}
.lightbox .lb-image {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.lb-outerContainer {
  border-radius: 0;
}
.lightboxOverlay {
  outline: none;
}

/* product */

.product .large_h2 {
  font-weight: normal;
  font-family: "Sawarabi Gothic", sans-serif;
}
.product_text_wrap {
  margin: 2.625rem 0 3.125rem;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 4.8px;
}
.product_text_wrap p {
  margin: 0 0 0.5rem;
}
.product_text_wrap p:last-child {
  margin: 0;
}
.product_img {
  background-color: #f2f0ec;
}
.product_text {
  margin-top: 2rem;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 4px;
}
.product_text p {
  margin: 0 0 0.25rem;
}
.product_text p:last-child {
  margin-bottom: 0;
}
.product_content_wrap {
  position: relative;
  margin-bottom: 4.375rem;
}
.product_large {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.875rem;
  font-size: 100px;
  letter-spacing: 15px;
  font-weight: 300;
  text-align: center;
  font-family: Raleway;
}
.product_large b {
  font-weight: bold;
}
.product_ul {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}
.product_ul li {
  width: calc(50% - 25px);
}
.product_ul li div {
  margin-bottom: 4.375rem;
}
.product_ul li p {
  margin: 0 0 2rem;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 6px;
}
.product_ul li span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2.8px;
}

/* disposable */

.disposable_img_wrap {
  margin-bottom: 4.375rem;
}
.disposable_p {
  margin-top: 2rem;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 4px;
}
.disposable_p p {
  margin: 0;
}

/* tray */

.tray .common_h2 {
  font-weight: 600;
  font-family: Raleway;
}
.tray .common_h2 b {
  font-weight: 600;
}
.tray_lead_p {
  margin: 5.75rem auto 3.125rem;
  text-align: center;
  font-family: "NotoSansJP", sans-serif;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 3.2px;
}
.tray_img_wrap {
  margin-bottom: 6.5rem;
}
.tray .large_h2 {
  font-weight: normal;
  line-height: normal;
  font-family: "Sawarabi Gothic", sans-serif;
}
.tray_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.375rem;
}
.tray_flex_wrap li {
  width: calc(50% - 35px);
}
.tray_flex_wrap li:nth-child(-n + 2) {
  margin-bottom: 9.5rem;
}
.tray_img_01 {
  padding-top: 59.25%;
  position: relative;
}
.tray_img_01 div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58.729%;
  margin: auto;
  width: 46%;
}
.tray_flex_wrap b {
  display: block;
  margin-top: 2rem;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 6px;
}
.tray_flex_wrap p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 4.8px;
}
.tray_note {
  font-size: 12px;
  display: block;
  color: #555555;
  margin-top: 1rem;
  letter-spacing: 3.6px;
}

/* dev */

.dev {
  background-color: #acaea4;
}
.dev .common_h2 {
  letter-spacing: 12px;
  color: #fff;
  text-align: center;
}
.dev_content_wrap {
  margin: 4.375rem 0;
}
.dev_content_wrap p {
  margin: 1rem 0 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
.dev_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dev_flex li {
  width: calc(50% - 1.5rem);
}
.dev_flex li:nth-child(-n + 2) {
  margin-bottom: 4.375rem;
}
.dev_flex b {
  display: block;
  margin: 2rem 0 0.75rem;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 4.8px;
}
.dev_flex p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 4.8px;
}

/* design */

.design {
  background-color: #f2f0ec;
}
.design_content_wrap {
  margin-top: 4.375rem;
}
.design_content_wrap p {
  margin: 1rem 0 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
.design_text {
  margin: 3.125rem auto 0;
  width: 75.75%;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1.8px;
}
.design_text p {
  margin: 0 0 0.25rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.design_text p:last-child {
  margin: 0;
}

/* guarantee */

.guarantee {
  padding: 0 0 6.25rem;
}
.guarantee_flex {
  display: flex;
  position: relative;
  margin-bottom: 4.375rem;
}
.guarantee_flex::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90.278%;
  height: 2px;
  background-color: #000;
  margin: auto;
}
.guarantee_flex li {
  width: 50%;
}
.guarantee_text {
  margin: auto;
  padding: 4.375rem 0;
  max-width: 540px;
}
.guarantee_text .common_h3 i {
  font-weight: 500;
  font-family: Raleway;
}
.guarantee_text p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin: 2rem 0 0;
}

/* product */

.product_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5.25rem;
  max-width: 984px;
}
.product_flex_img {
  width: 29%;
  max-width: 319px;
}
.product_flex_img_sp {
  display: none;
}
.product_flex_text p {
  margin: 0 0 2rem;
  font-size: 72px;
  line-height: normal;
}
.product_flex_text p span {
  display: block;
  font-size: 0.458333em;
  letter-spacing: 6.6px;
}
.product_flex_text p b {
  font-weight: 700;
}
.product_flex_text p i {
  display: block;
  font-weight: 300;
  letter-spacing: 14.4px;
  font-family: Raleway;
}
.pledge_flex {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.pledge_flex li:nth-child(1) {
  max-width: 131px;
}
.pledge_flex li:nth-child(2) {
  max-width: 55px;
}
.pledge_flex li:nth-child(3) {
  max-width: 62px;
}
.pledge_flex li:not(:last-child) {
  margin-right: 20px;
}
.pledge_a {
  display: block;
  padding: 10px 0;
  max-width: 192px;
  color: #fff;
  text-align: center;
  line-height: normal;
  letter-spacing: 5.4px;
  background-color: #000000;
}
.product_icons {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1050px;
}
.product_icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon_wrap {
  margin: 0 auto 3.5px;
  max-width: 60px;
  max-height: 60px;
}
.product_icons span {
  display: block;
  font-size: 10px;
  color: #7b7b7b;
  text-align: center;
  letter-spacing: 1px;
  line-height: normal;
  font-family: MotoyaLCedar-W3mono;
}
.product_icons_sp {
  display: none;
}
.pledge_a_sp {
  display: none;
}

/* product info */

.product_info_01 {
  background-color: #f2f0ec;
}
.product_info_02 {
  background-color: #acaea4;
}
.product_info_02 .product_info_text {
  color: #fff;
}
.product_info_02 .product_info_img li p {
  color: #fff;
}
.product_info_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_info_text {
  max-width: 450px;
  font-family: "Sawarabi Gothic", sans-serif;
}
.product_info_img {
  display: flex;
  justify-content: space-between;
  width: 52.75%;
}
.product_info_img li {
  width: calc(50% - 22.85px);
  text-align: center;
}
.product_info_img li p {
  font-size: 14px;
  letter-spacing: 1.4px;
}
.product_info_img_sp {
  display: none;
}
.product_info_text .large_h2 {
  font-weight: bold;
  letter-spacing: 9px;
  font-family: "Noto Sans JP", sans-serif;
}
.product_info_text .large_h2 i {
  display: block;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 3px;
  font-family: "Sawarabi Gothic", sans-serif;
}
.product_info_text_wrap {
  margin: 2.5rem 0;
}
.product_info_text_wrap dl {
  display: flex;
  margin: 0 0 0.625rem;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2.1px;
}
.product_info_text_wrap dl:last-child {
  margin: 0;
}
.product_info_text_wrap dd {
  margin-left: 1rem;
}

/* shop */

.shop_inner {
  max-width: 984px;
  margin: auto;
  padding: 0 2rem;
  box-sizing: content-box;
}
.shop_h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.shop_p {
  margin: 1.5rem 0 2.5rem;
  font-size: 18px;
  text-align: center;
}
.shop_note {
  margin-bottom: 2.5rem;
  padding: 1rem 2rem;
  background-color: #eeeeee;
}
.shop_note b {
  font-weight: normal;
}
.shop_note p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
}
.shop_flex {
  display: flex;
  justify-content: space-between;
}
.shop_flex_item {
  width: calc(50% - 2rem);
  font-size: 12px;
  border-collapse: collapse;
}
.shop_flex_tr th {
  padding: 0.75rem 1rem;
  width: 50%;
  text-align: left;
  background-color: #f2f0ec;
  border: solid 1px #cccccc;
}
.shop_flex_tr td {
  padding: 0.5rem 1rem;
  width: 50%;
  border: solid 1px #cccccc;
}
.shop_flex_tr td i {
  margin-right: 0.25rem;
}
.shop_flex_tr a {
  color: #555555;
}

/* sitemap */

.sitemap {
  padding: 3.125rem 0 4.375rem;
  background-color: #000;
  letter-spacing: 1.5px;
}
.sitemap a {
  color: #fff;
}
.sitemap_logo_flex {
  display: flex;
  align-items: center;
  margin-bottom: 2.75rem;
}
.sitemap_logo {
  margin-right: 2.5rem;
  width: 180px;
}
.sitemap_icon {
  display: flex;
}
.sitemap_icon li {
  width: 1.7rem;
}
.sitemap_icon li:not(:last-child) {
  margin-right: 0.625rem;
}
.sitemap_link_flex {
  display: flex;
  justify-content: space-between;
}
.sitemap_flex_item {
  width: calc(50% - 1.25rem);
}
.sitemap_flex_item_h4 {
  padding-bottom: 9.5px;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sitemap_link_ul_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.sitemap_link_ul_flex ul {
  width: calc(50% - 20px);
}
.sitemap_link_ul_flex li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.sitemap_link_ul_flex a {
  font-size: 13px;
  display: block;
}
.sitemap_h4_flex {
  display: flex;
  margin-top: 2.75rem;
}
.sitemap_h4_flex li {
  width: calc(25% - 30px);
}
.sitemap_h4_flex li:not(:last-child) {
  margin-right: 40px;
}

/* footer */

.footer {
  padding: 0.75rem 0;
}
.wide_inner {
  margin: auto;
  max-width: 1400px;
  padding: 0 1.25rem;
  font-size: 13px;
  letter-spacing: 1.5px;
  box-sizing: content-box;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
}
.footer_flex ul {
  display: flex;
}
.footer_flex li:not(:last-child) {
  margin-right: 1.7rem;
}
.footer_flex li:last-child {
  margin: 0;
}
.footer_flex li a {
  color: #333;
}
.list_column3{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.list_column3 li{width:45%;}
.list_column3 li:nth-child(3n){margin-right:0;}
.list_column3 a {
  color: #555555;
}
 /* parts */
.parts_list {
width:100%;
text-align:center;
}
.parts_list dl{
text-align:center;
width:30%;
float:left;
padding:5px;
white-space: nowrap;
}
.parts_list dt{
background-color:#E0E0E0;
height:50px;
vertical-align: middle;
font-weight:600;
margin:5px;
padding:5px;
line-height:120%;
}
.parts_list dd :first-of-type{
text-align:center;
}
.parts_list dd{
font-size:10pt;
line-height:1em;
padding-top:10px;
}
.parts_list p{
font-size:8pt;
}
.parts_list img{
max-width:200px;
}



@media screen and (max-width: 1024px) {
  /* common */

  .common_h2 {
    font-size: 38px;
    letter-spacing: 8.6px;
  }
  .common_h2 br {
    display: block;
  }
  .large_h2 {
    font-size: 40px;
  }
  .common_h3 {
    font-size: 29px;
  }
.common_h3 br {
  display: block;
}
  /* interior */

  .interior_img_01 {
    margin: 7rem 0 -6rem;
    width: 52.5%;
  }

  /* product */

  .product_text_wrap,
  .product_text {
    font-size: 18px;
  }
  .product_ul li p {
    font-size: 18px;
    letter-spacing: 4px;
  }

  /* dev */

  .dev .common_h2 {
    letter-spacing: 8px;
    text-align: center;
  }

  /* guarantee */

  .guarantee_flex::after {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
  }
}

@media screen and (max-width: 769px) {
  /* header */

  .header {
    background-image: url(./images/sp_header_mv.jpg);
  }
  .mv_logo {
    margin: auto;
  }
  .mv_text {
    top: 121px;
    left: 45px;
  }
  .mv_text_p {
    margin: 0;
  }
  .mv_text_h2 {
    display: flex;
    letter-spacing: 5.76px;
  }
  .mv_text_h2 b {
    margin-right: 1.5rem;
    font-weight: 600;
  }
  .mv_text_span {
    font-size: 0.375em;
    letter-spacing: 2.7px;
  }
  .mv_text_flex {
    margin: 0.75rem 0 0;
  }
  .mv_arrow {
    font-size: 10px;
    text-align: center;
  }
  .mv_arrow_icon {
    width: 34px;
    height: 34px;
  }
  .mv_arrow_icon::before {
    width: 9px;
    height: 9px;
    bottom: 9px;
  }
  .mv_arrow_icon::after {
    height: 14px;
    right: -1px;
    bottom: 8px;
  }

  /* concept */

  .concept_flex {
    display: block;
  }
  .concept_text {
    text-align: center;
  }
  .concept_text .common_h2 {
    display: inline-block;
    text-align: left;
  }
  .concept_text_wrap {
    margin: 4.375rem auto;
  }
  .concept_text_wrap p {
    margin: 0 0 2rem;
  }
  .concept_img {
    margin: auto;
    width: 70%;
    display: none;
  }

  /* interior */

  .interior_img_01 {
    margin: 6rem 0 2rem;
    width: auto;
  }
  .interior_flex {
    display: block;
  }
  .interior_img_02 {
    display: none;
  }
  .power_flex {
    display: block;
  }
  .interior_img_03 {
    margin: 0 0 -13rem auto;
  }
  .interior_img_04 {
    width: 40%;
  }

  /* slide */

  .slick-initialized .slick-slide {
    transform: translateX(45%);
    -webkit-transform: translateX(45%);
    -moz-transform: translateX(45%);
    -ms-transform: translateX(45%);
    -o-transform: translateX(45%);
  }

  /* product */

  .product_large {
    font-size: 65px;
    bottom: 2rem;
  }
  .product_icons {
    display: none;
  }
  .product_icons_sp {
    display: block;
    width: 80%;
    margin: auto;
  }

  /* guarantee */

  .guarantee_flex li:nth-child(1) .guarantee_text {
    padding: 4.375rem 0.5rem 4.375rem 1rem;
  }
  .guarantee_flex li:nth-child(2) .guarantee_text {
    padding: 4.375rem 1rem 4.375rem 0.5rem;
  }

  /* product info */

  .product_flex_img {
    width: 35%;
  }
  .product_flex_text p {
    font-size: 50px;
  }

  /* shop */

  .shop_flex_item {
    width: calc(50% - 1rem);
  }
  .shop_flex_tr th {
    width: 60%;
  }
}

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

  /* header */

  .mv_text {
    font-size: 12.8vw;
  }
  .mv_logo {
    width: 55.5%;
  }

  /* tags */

  section {
    padding: 3.125rem 0;
  }

  /* common */

  .inner {
    padding: 0 2rem;
    width: 76.6%;
  }
  .common_h2 {
    font-size: 6.4vw;
    letter-spacing: 1.5px !important;
  }
  .common_h2 br {
    display: block;
  }
  .common_h2 span {
    margin-bottom: 0.25rem;
    font-size: 0.58333em;
    font-weight: normal;
  }
  .common_h3 {
    font-size: 4.8VW;
    letter-spacing: 2px;
    white-space: nowrap;
  }
    .common_h3 br{
display: none;
    }

  /* concept */

  .concept_inner {
    max-width: 76.5%;
  }
  .concept_text_wrap {
    margin: 2.5rem 0;
    max-width: unset;
    font-size: 14px;
    letter-spacing: 2.8px;
  }
  .concept_flex {
    flex-direction: column;
  }
  .concept_text {
    margin: auto;
    text-align: left;
    flex-shrink: unset;
  }
  .concept_img {
    margin: auto;
    width: auto;
    display: none;
  }

  /* interior */

  .interior .common_h2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 7.2px;
  }
  .interior_01 {
    padding-top: 3.125rem;
  }
  .interior_img_01 {
    margin: 3.56rem 0 2rem;
    max-width: 88.2%;
    width: auto;
  }
  .interior_flex {
    margin: auto;
    flex-direction: column;
  }
  .interior_text_p {
    margin-top: 1.25rem;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  .interior_img_02 {
    display: none;
  }
  .interior_img_03 {
    margin: 0 0 -6.5rem auto;
    width: 80.55%;
  }
  .power_flex {
    display: block;
  }
  .interior_img_04 {
    margin-left: -9.75%;
    width: 50.15%;
  }
  .interior_text_right {
    margin: 2rem auto 0;
    max-width: unset;
    transform: unset;
  }
  .interior_text_right_p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    margin-top: 1.25rem;
  }
  .interior_02 {
    padding-bottom: 0;
  }
  .interior_img_05 {
    margin: 0 -.9rem 2rem;
  }
  .interior_text_left {
    margin: auto;
  }
  .interior_text_left_p {
    margin-top: 1.25rem;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .interior_text_left_p p {
    margin-bottom: 0.25rem;
  }

  /* slide */

  .slide .large_h2 {
    font-size: 33px;
    letter-spacing: 6.6px;
  }
  .slide .large_h2 b {
    display: block;
    font-weight: 600;
  }
  .slide_text {
    margin: 3.125rem auto;
  }
  .slide_text .common_h3 {
    margin-bottom: 1rem;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
  }
  .slide_text p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    color: #fff;
    text-align: left;
  }
  .slick-initialized .slick-slide {
    margin: 0 7.5px;
    padding-top: 200px;
    width: 200px;
    transform: translateX(41%);
    -webkit-transform: translateX(41%);
    -moz-transform: translateX(41%);
    -ms-transform: translateX(41%);
    -o-transform: translateX(41%);
  }
  .slick-initialized .slick-slide a::after {
    width: 30px;
    height: 30px;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    width: 50px;
    height: 50px;
    bottom: -25px ;
  }
  .lb-nav a.lb-prev {
    left: -25px;
  }
  .lb-nav a.lb-next {
    right: -25px;
  }
  .lb-nav a.lb-prev::after,
  .lb-nav a.lb-next::after {
    border-width: 1px;
    width: .75rem;
    height: .75rem;
  }
  .lb-outerContainer {
    width: auto !important;
    background: none;
    height: auto !important;
  }
  .lightbox .lb-image {
    margin: auto;
  }
  .lb-nav a.lb-prev {
    left: 0;
  }
  .lb-nav a.lb-next {
    right: 0;
  }

  /* product */

  .product_img {
    margin: 0 -10%;
  }
  .product .large_h2 {
    font-size: 6.4VW;
    letter-spacing: 4.8px;
    white-space: nowrap;
  }
   .product .large_h2 br{
     display: none;
   }
  .product_content_wrap {
    margin-bottom: 1.25rem;
  }
  .product_text_wrap {
    margin: 4rem auto 3rem;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.6px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .product_large {
    font-size: 8vw;
    bottom: 1.5rem;
    letter-spacing: 4.5px;
  }
  .product .common_h2 {
    margin: auto;
    font-size: 18px;
    letter-spacing: 2.7px;
  }
  .product_text_wrap p {
    margin: 0 0 0.25rem;
  }
  .product_text {
    margin: 1rem auto 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  .product_ul {
    display: block;
    margin-top: 3.125rem;
  }
  .product_ul li {
    width: auto;
  }
  .product_ul li:first-child {
    margin-bottom: 3.125rem;
  }
  .product_ul li div {
    margin: 0 -10% 1.25rem;
  }
  .product_ul li p {
    margin-bottom: 0.5rem;
  }
  .product_ul li span {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  .product_ul li p,
  .product_ul li span {
    margin: auto;
    display: block;
  }
  .product_ul li p {
    margin: 0 auto 0.5rem;
  }
  .product_flex {
    display: block;
    margin-bottom: 1.25rem;
  }
  .product_flex_img {
    display: none;
  }
  .product_flex_text p {
    font-size: 8.8vw;
    line-height: 1.5;
    text-align: center;
  }
  .product_flex_text p i {
    letter-spacing: 4.95px;
  }
  .product_flex_text p span {
    font-size: 0.54545em;
    letter-spacing: 3.6px;
  }
  .product_flex_img_sp {
    display: block;
    margin: 0 auto 2rem;
    width: 45.5%;
  }
  .pledge_flex {
    width: 92.5%;
    margin: auto;
    justify-content: center;
  }
  .pledge_flex li:nth-child(1) {
    width: 35%;
    max-width: unset;
  }
  .pledge_flex li:nth-child(2) {
    width: 16.75%;
    max-width: unset;
  }
  .pledge_flex li:nth-child(3) {
    width: 18.85%;
    max-width: unset;
  }
  .pledge_flex li:not(:last-child) {
    margin-right: 6%;
  }
  .pledge_a {
    display: none;
  }
  .pledge_a_sp {
    display: block;
    margin: auto;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    max-width: 187px;
    text-align: center;
    letter-spacing: 4.2px;
    background-color: #000000;
  }
  .product_icons_sp {
    margin-bottom: 2.5rem;
    width: auto;
  }
  .product_info_img {
    display: none;
  }
  .product_info_flex {
    display: block;
  }
  .product_info_text {
    margin: auto;
    max-width: unset;
  }
  .product_info_text .large_h2 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 3px;
  }
  .product_info_text .large_h2 i {
    margin-top: 0.625rem;
    font-size: 13.2px;
    letter-spacing: 1.8px;
  }
  .product_info_text_wrap {
    margin: 1.5rem 0;
  }
  .product_info_text_wrap dl {
    margin: 0 0 0.25rem;
    font-size: 3.2VW;
    letter-spacing: 0.6px;
  }
  .product_info_text_wrap dd {
    margin-left: 0.625rem;
  }
  .product_info_a {
    margin: 1.5rem auto 0;
    max-width: 165px;
    padding: 15px 0;
    letter-spacing: 2.1px;
  }
  .product_info_img_sp {
    display: flex;
    justify-content: space-between;
  }
  .product_info_img_sp li {
    width: 46.5%;
  }
  .product_info_img_sp li p {
    margin: 0;
    font-size: 10px;
    text-align: center;
  }
  .product_info_img_sp li:nth-child(1) p {
    transform: translateX(7px);
  }

  /* disposable */

  .disposable .common_h2 {
    margin: auto;
  }
  .disposable_img_wrap {
    margin: 0 -10% 1.25rem;
  }
  .disposable .common_h2 {
    font-size: 18px;
    letter-spacing: 2.7px;
  }
  .disposable_p {
    margin: 0.5rem auto 0;
    width: auto;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }



  /* tray */

  .tray .common_h2 {
    font-size: 8.799999999999999VW;
    white-space: nowrap;
  }
  .tray .common_h2 b {
    display: block;
    font-size: 24px;
  }
  .tray_lead_p {
    margin: 3.125rem 0 5rem;
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 1.2px;
  }
  .tray_img_wrap {
    margin-bottom: 3.125rem;
  }
  .tray .large_h2 {
    margin: 0 -2rem;
    font-size: 6.4vw;
    letter-spacing: 1.5px;
    white-space: nowrap;
  }
  .tray_flex_wrap {
    display: block;
    margin-top: 0.625rem;
  }
  .tray_flex_wrap li {
    margin: 0 auto 2rem;
    width: auto;
  }
  .tray_flex_wrap li:nth-child(-n + 2) {
    margin-bottom: 2rem;
  }
  .tray_flex_wrap li:last-child {
    margin-bottom: 0;
  }
  .tray_flex_wrap b {
    margin-top: 0.625rem;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .tray_flex_wrap p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 2.4px;
  }



  /* dev */

  .dev .inner {
    padding: 0 1rem;
  }
  .dev .common_h2 {
    letter-spacing: 2.4px;
  }
  .dev .common_h2 i {
    white-space: nowrap;
  }
  .dev_content_wrap {
    margin: 3.125rem 0;
  }
  .dev_content_wrap p {
    margin-top: 0.5rem;
    font-size: 10px;
    letter-spacing: normal;
  }
  .dev_flex {
    display: block;
  }
  .dev_flex li {
    margin-bottom: 2rem;
    width: auto;
  }
  .dev_flex li:nth-child(-n + 2) {
    margin-bottom: 2rem;
  }
  .dev_flex li:last-child {
    margin-bottom: 0;
  }
  .dev_flex b {
    margin: 1rem 0 1.25rem;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .dev_flex p {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-align: justify;
    text-justify: inter-ideograph;
  }


  /* design */

  .design .inner {
    padding: 0 1rem;
  }
  .design_content_wrap {
    margin-top: 3.125rem;
  }
  .design_content_wrap p {
    margin-top: 0.5rem;
    font-size: 10px;
    letter-spacing: normal;
  }
  .design_text {
    width: auto;
    margin: 2rem auto 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }

  /* guarantee */

  .guarantee_flex {
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
  .guarantee_flex li {
    width: auto;
  }
  .guarantee_flex li:nth-child(1) .guarantee_text,
  .guarantee_flex li:nth-child(2) .guarantee_text {
    padding: 3.66rem 1.5rem;
  }
  .guarantee_flex img {
    width: 100%;
  }
  .guarantee_text .common_h3 {
    font-size: 6.4vw;
    letter-spacing: 4.8px;
  }
  .guarantee_text p {
    margin-top: 1rem;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1.2px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .guarantee_flex::after {
    height: 1px;
  }

  /* shop */

  .shop_inner {
    padding: 0 1rem;
  }
  .shop_p {
    margin: 1rem 0 1.25rem;
    font-size: 16px;
  }
  .shop_note {
    margin-bottom: 3.25rem;
    padding: 1.25rem;
  }
  .shop_flex {
    display: block;
  }
  .shop_flex_item {
    width: 100%;
  }
  .shop_flex_item:last-child {
    transform: translateY(-1px);
  }
  .shop_flex_tr th {
    padding: 1rem 0.88rem;
  }
  .shop_flex_tr td {
    padding: 0.5rem 0.88rem;
  }

  /* parts */
.parts_list dl {
	    width: 100%;
    text-align:center;
}
.parts_list dt {
	    width: 100%;
	    background-color: #eeeeee ;
	    font-weight: bold ;
}
.parts_list dd {
	    text-align:center;
}

.parts_list img {
display: block;
    margin: auto;
width:250px;
}
  /* sitemap */

  .sitemap {
    padding: 3.125rem 0;
  }
  .sitemap_logo {
    margin-right: 1.75rem;
    max-width: 133px;
  }
  .sitemap_icon li {
    width: 1.375rem;
  }
  .sitemap_icon li:not(:last-child) {
    margin-right: 0.5rem;
  }
  .sitemap_link_ul_flex {
    display: none;
  }
  .sitemap_link_flex {
    display: block;
  }
  .sitemap_flex_item {
    width: auto;
  }
  .sitemap_h4_flex {
    margin: 0;
    display: block;
  }
  .sitemap_h4_flex li {
    width: auto;
  }
  .sitemap_h4_flex li:not(:last-child) {
    margin: 0;
  }
  .sitemap_flex_item_h4 {
    padding: 0;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1.2px;
  }
  .sitemap_flex_item_h4 a {
    display: block;
    padding: 10px;
  }

  /* footer */

  .footer {
    padding: 1.625rem 0 3.125rem;
  }
  .footer_flex {
    display: block;
  }
  .footer_flex ul {
    display: block;
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d6d6d6;
  }
  .footer_flex li:not(:last-child) {
    margin: 0 0 4px;
  }
  .wide_inner .footer_flex a {
    font-size: 11px;
    line-height: 1.85;
    letter-spacing: 1.2px;
    display: block;
  }
  .footer_flex small {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 2.04;
    color: #444;
  }
}
