@charset "UTF-8";
/*
Theme Name:株式会社WIS
Description:株式会社WIS | 広島県福山市でカーテンやブラインドなどのインテリア商材の製造・販売を行っております
Version: 1.0
License:株式会社WIS
License URI:https://www.wis-interior.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #000;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    min-height: 650px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 文字 */
.red {
  color: #B20000;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1700px) {
  .mb15 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml10 {
  margin-left: 10px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.w1680 {
  width: calc(100% - 20px);
  max-width: 1680px;
  margin: 0 auto;
}

.w1680_1 {
  width: calc(100% - 50px);
  max-width: 1680px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#wrapper {
  position: relative;
}

#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 130px 0px 40px;
  align-items: center !important;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

.header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_right2 {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header_right2 li {
  margin: 10px;
}

.open_navi .open_none {
  display: none;
}

/****************************************
下層
*****************************************/
.header_wrap2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 20px 30px 0px 20px;
  align-items: center !important;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .header_wrap2 {
    padding: 10px 3%;
  }
}

.header_right3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header_right3 {
    display: none;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header, #sp_navi {
    display: none;
  }
}
.video {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .video {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .video video {
    height: 100%;
    width: auto;
  }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 150px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#mv_page .mv_img {
  position: relative;
  width: 100%;
  min-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.page_title {
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: clamp(3rem, 6.25vw, 4.8rem);
  }
}
.page_title span {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  opacity: 0.7;
  text-shadow: 0px 0px 10px #000;
}
@media screen and (max-width: 767px) {
  .page_title span {
    font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 420px;
  }
  #mv_page .mv_img {
    position: relative;
    width: 250%;
    min-width: revert;
    left: -75%;
    transform: translateX(0);
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#top_main {
    max-height: 230px;
  }
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
.d_none {
  display: none;
}

/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 80px;
}

#single_box h1 {
  font-size: 2.4rem;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #b5b4b4;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #b5b4b4;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #333;
  border: solid 1px #333;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: inherit;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #b5b4b4;
  text-decoration: revert;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row1 {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.form_row1 .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row1 .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] {
    margin: 5px 3px 3px 3px;
  }
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #b5b4b4;
  border-radius: 8px;
  background-color: #b5b4b4;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #b5b4b4;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sp_checkbox label {
    align-items: start;
  }
}

input[type=radio i] {
  margin: 0 3px 0px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .form_row1 {
    padding: 0 0 20px 0;
  }
  .form_row1 .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row1 .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  background: url(images/contact_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 60px 3%;
  }
}

.aside_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .aside_btn {
    flex-direction: column;
  }
}

.aside_btn1, .aside_btn2 {
  width: 340px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8235294118);
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .aside_btn1, .aside_btn2 {
    max-width: 340px;
    width: 100%;
  }
}
.aside_btn1 a, .aside_btn2 a {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside_btn1 a:hover, .aside_btn2 a:hover {
  opacity: 0.7;
}

.aside_btn1 p {
  font-size: 2.5rem;
  padding-left: 30px;
  background: url(images/tel.png) left center no-repeat;
}

.aside_btn2 p {
  font-size: 1.7rem;
  padding-left: 30px;
  background: url(images/mail.png) left center no-repeat;
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.copyright_block {
  position: fixed;
  transform: rotate(90deg);
  text-align: center;
  right: -105px;
  top: 50%;
  margin: auto;
  z-index: 999;
}
@media screen and (max-width: 1700px) {
  .copyright_block {
    right: -90px;
  }
}

.copyright {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4862745098);
}

.open_navi .copyright {
  display: none;
}

/****************************************

下層

*****************************************/
.footer_container {
  background-color: #393939;
  padding: 100px 0 55px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding: 60px 3%;
    text-align: center;
  }
}

.sitemap_container {
  background-color: #292929;
  padding: 55px 0 30px;
}

.footer_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 200px;
    margin: 0 auto 30px;
  }
}

.footer_address {
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin-bottom: 30px;
  }
}
.footer_address span {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.f_sns {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .f_sns {
    margin-bottom: 30px;
  }
}

.f_show {
  color: #fff;
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  padding-left: 20px;
  letter-spacing: 0.1em;
  background: url(images/map.png) left center no-repeat;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.f_show::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1568627451);
  margin-left: 20px;
}

.footer_showroom {
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: 1.4rem;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer_showroom {
    flex-direction: column;
    gap: 30px;
  }
}
.footer_showroom span {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.1em;
}

.sitemap ul li a, .sitemap p a, .sitemap dl a, .sitemap dt a {
  text-decoration: none;
  color: #fff;
}

.sitemap p, .sitemap dt {
  color: #fff;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a {
  position: relative;
}

.sitemap ul li a::after, .sitemap p a::after, .sitemap dl a::after, .sitemap dt a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #b5b4b4;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap ul li a:hover::after, .sitemap p a:hover::after, .sitemap dl a:hover::after, .sitemap dt a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sitemap1 li {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}

.sitemap2 .flex {
  gap: 35px;
}
.sitemap2 .flex .flex {
  gap: 20px;
}

.sitemap_item1 {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

.sitemap_item2 a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 5px;
}

.sitemap_item2_1 a {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

.sitemap_item2_2 {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-top: 5px;
}

.sitemap_item3 a {
  color: rgba(255, 255, 255, 0.8156862745);
  margin-bottom: 3px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.sitemap_item3_1 a {
  color: rgba(255, 255, 255, 0.8156862745);
  margin-bottom: 3px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-bottom: 15px;
}

.sitemap_item3_2 {
  line-height: 1;
}
.sitemap_item3_2 a {
  color: rgba(255, 255, 255, 0.8156862745);
  margin-bottom: 3px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin-bottom: 15px;
}

.sitemap_item4 {
  color: rgba(255, 255, 255, 0.8156862745);
  margin-bottom: 3px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.copyright2 {
  display: revert;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8156862745);
}

.copyright_block2 {
  padding: 0px 3% 40px;
  background-color: #292929;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyright_block2 {
    padding: 20px 3%;
  }
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .f_sns_container {
    padding: 40px 3%;
  }
  .f_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .copyright_block {
    position: sticky;
    transform: revert;
    padding: 15px 3%;
    z-index: 0;
  }
  .copyright {
    display: revert;
    font-size: 1.4rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8156862745);
  }
  /* フローティングバナー */
  .sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 200;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #555;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #555;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #242424;
    /* background: #d14e1d; */
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 29px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
    top: 3px !important;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
    top: 3px !important;
  }
  #footer {
    padding-bottom: 60px;
    background-color: #242424;
  }
}
.grecaptcha-badge {
  display: none;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle, #toggle2 {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    padding: 19px 15px;
    background-color: #333;
  }
  #toggle div, #toggle2 div {
    position: relative;
  }
  #toggle span, #toggle2 span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1), #toggle2 span:nth-child(1) {
    top: 0;
    width: 30px;
  }
  #toggle span:nth-child(2), #toggle2 span:nth-child(2) {
    top: 10px;
    width: 30px;
  }
  #toggle span:nth-child(3), #toggle2 span:nth-child(3) {
    top: 20px;
    width: 30px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle, .open_navi #toggle2 {
    position: fixed;
    background-color: revert;
  }
  .open_navi #toggle span:nth-of-type(1), .open_navi #toggle2 span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2), .open_navi #toggle2 span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3), .open_navi #toggle2 span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(0, 0, 0, 0.937254902);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu a {
    font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #000;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
    color: #fff;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: #111;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #111 !important;
  }
  /*  孫ページナビ*/
  #sp_navi .subsub-menu a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.2) !important;
  }
  .subsub-menu a:link,
  .subsub-menu a:visited,
  .subsub-menu a:hover,
  .subsub-menu a:active {
    color: #fff;
    text-decoration: none;
    background: #111;
  }
  /* 孫ページナビ下層のホバー時 */
  #sp_navi .subsub-menu a:hover,
  #sp_navi .subsub-menu a:active {
    color: #fff;
    text-decoration: none;
    background-color: #111;
  }
  /*  ひ孫ページナビ*/
  #sp_navi .subsubsub-menu a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3) !important;
    color: #fff;
  }
  .subsubsub-menu a:link,
  .subsubsub-menu a:visited,
  .subsubsub-menu a:hover,
  .subsubsub-menu a:active {
    color: #fff;
    text-decoration: none;
    background: #111;
  }
  /* ひ孫ページナビ下層のホバー時 */
  #sp_navi .subsub-menu a:hover,
  #sp_navi .subsub-menu a:active {
    color: #fff;
    text-decoration: none;
    background-color: #111;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #toggle {
    position: fixed;
    right: 50px;
    top: 60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 6px 3px;
  }
}
#toggle div {
  position: relative;
}

#toggle span {
  display: block;
  position: absolute;
  /*#navToggledivに対して*/
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#toggle span:nth-child(1) {
  top: 0;
}

#toggle span:nth-child(2) {
  top: 10px;
}

#toggle span:nth-child(3) {
  top: 20px;
}

.open_navi #toggle span {
  background: #000;
}
@media screen and (max-width: 767px) {
  .open_navi #toggle span {
    background: #fff;
  }
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
}

.open_navi #toggle span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  -ms-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}

.open_navi #toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  -ms-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #g_navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(181, 180, 180, 0.937254902);
    transition: 0.8s;
    opacity: 0;
  }
  .open_navi #g_navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(181, 180, 180, 0.937254902);
    transition: 0.8s;
    opacity: 100%;
    z-index: 999;
  }
  .nav_add {
    line-height: 2.19;
    position: absolute;
    left: 50px;
    bottom: 50px;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .nav_add {
    position: sticky;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 30px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .nav_copyright {
    display: none;
  }
  .nav_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  #g_navi .menu {
    width: auto;
    margin: auto;
    zoom: 1;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 70px;
    padding: 130px 3%;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #g_navi .menu {
    gap: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #g_navi .menu > li {
    position: relative;
    margin: 0 20px;
  }
  #g_navi .menu-item1 a {
    text-align: left;
    text-decoration: none;
    font-size: clamp(2rem, 2vw, 4rem);
    font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 20px 0 20px;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
  }
  #g_navi .menu-item1 a span {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    letter-spacing: 0.04em;
    margin-top: 10px;
    transition: 0.3s;
    position: relative;
  }
  #g_navi .menu-item1 a span::after {
    position: absolute;
    content: "";
    top: -7px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
  }
  #g_navi .menu-item1 a:hover {
    opacity: 0.6;
  }
}
#g_navi .menu .menu-item2 {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  font-size: clamp(2rem, 2vw, 4rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 20px 0;
  margin-bottom: 10px;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 1700px) {
  #g_navi .menu .menu-item2 {
    padding: 20px 0 15px;
  }
}
#g_navi .menu .menu-item2 span {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  letter-spacing: 0.04em;
  margin-top: 10px;
  transition: 0.3s;
  position: relative;
}
#g_navi .menu .menu-item2 span::after {
  position: absolute;
  content: "";
  top: -7px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
}

#g_navi .menu .menu-item3 a {
  text-align: left;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.3vw, 2.5rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  margin-bottom: 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1700px) {
  #g_navi .menu .menu-item3 a {
    margin-bottom: 10px;
  }
}
#g_navi .menu .menu-item3 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
}
#g_navi .menu .menu-item3 a:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=90);
}

#g_navi .menu .menu-item3-1 {
  text-align: left;
  text-decoration: none;
  font-size: clamp(1.8rem, 1.3vw, 2.5rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  color: #000;
  transition: 0.3s;
  position: relative;
}

.menu-item3-1 a {
  text-decoration: none;
  color: inherit;
}

#g_navi .menu .menu-item4 a {
  text-align: left;
  text-decoration: none;
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
#g_navi .menu .menu-item4 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
}
#g_navi .menu .menu-item4 a:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=90);
}

#g_navi .menu .menu-item4-1 a {
  text-align: left;
  text-decoration: none;
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
#g_navi .menu .menu-item4-1 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
}
#g_navi .menu .menu-item4-1 a:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=90);
}
#g_navi .menu .menu-item4-1 a .eng {
  font-size: clamp(1.5rem, 1.04vw, 2rem);
}

#g_navi .menu .menu-item5 a {
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.09vw, 2.1rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  margin-bottom: 15px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1700px) {
  #g_navi .menu .menu-item5 a {
    margin-bottom: 10px;
  }
}
#g_navi .menu .menu-item5 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
}
#g_navi .menu .menu-item5 a:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=90);
}

#g_navi .menu .menu-item5_1 a {
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.09vw, 2.1rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
#g_navi .menu .menu-item5_1 a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
}
#g_navi .menu .menu-item5_1 a:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=90);
}

#g_navi .menu .menu-item6 {
  text-align: left;
  text-decoration: none;
  font-size: clamp(1.3rem, 0.83vw, 1.6rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0px 0 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  color: #000;
}

.menu_container {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .menu_container {
    gap: 10px;
  }
}

/****************************************

下層　pc用 横ナビ

*****************************************/
#g_navi2 {
  padding: 0px 20px;
  display: flex;
  align-items: center;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  #g_navi2 {
    display: none;
  }
}

#g_navi2 .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi2 .menu:before {
  content: "";
  display: table;
}

#g_navi2 .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi2 .menu li a, #g_navi2 .menu li p {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-size: 1.5rem;
  padding: 27px 25px;
  color: #fff;
  cursor: pointer;
}
#g_navi2 .menu li a:hover, #g_navi2 .menu li p:hover {
  background-color: #424242;
}

#g_navi2 .menu li .sub-menu_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s linear;
}
#g_navi2 .menu li .sub-menu_wrap .nav_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 50px 20px;
  background-color: rgba(51, 51, 51, 0.8431372549);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
#g_navi2 .menu li .sub-menu_wrap .nav_img li {
  max-width: 240px;
}
#g_navi2 .menu li .sub-menu_wrap .nav_img a {
  padding: 0 !important;
  width: 100%;
}
#g_navi2 .menu li .sub-menu_wrap .nav_img a figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 24/16;
}
#g_navi2 .menu li .sub-menu_wrap .nav_img a figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1em;
}

#g_navi2 .menu li:hover .sub-menu_wrap {
  visibility: visible;
  opacity: 0.95;
}

#g_navi2 .menu li:hover .sub-menu_wrap ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビの副項目の幅の変更 */
/* メニューホバー時のアンダーライン */
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  margin: 30px auto;
}

.breadcrumb p {
  text-align: right;
  color: #999;
  font-size: 1.3rem;
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #999;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #b5b4b4;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.headline {
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 4rem;
    margin-bottom: 50px;
    padding-top: 20px;
  }
}
.headline span {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.3rem;
  }
}

.ttl1 {
  font-size: 3rem;
  position: relative;
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
}
.ttl1::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 160px;
  background-color: #000;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl1::after {
    width: 140px;
    bottom: -20px;
  }
}

.ttl2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.ttl2::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: -150px;
}
@media screen and (max-width: 767px) {
  .ttl2::before {
    width: 2px;
    height: 50px;
    background-color: #000;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ttl3 {
  font-size: 2rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.8rem;
  }
}
.ttl3::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  background-color: #000;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.ttl4 {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.ttl4::before, .ttl4::after {
  content: "";
  width: calc((100% - 200px) / 2);
  height: 4px;
  background-color: #e5ddd4;
}
.ttl4::before {
  margin-right: 30px;
}
.ttl4::after {
  margin-left: 30px;
}

.ttl4_1 {
  font-size: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ttl4_1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.ttl4_1::before, .ttl4_1::after {
  content: "";
  width: calc((100% - 430px) / 2);
  height: 4px;
  background-color: #e5ddd4;
}
@media screen and (max-width: 767px) {
  .ttl4_1::before, .ttl4_1::after {
    width: calc((100% - 300px) / 2);
  }
}
.ttl4_1::before {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ttl4_1::before {
    margin-right: 0px;
  }
}
.ttl4_1::after {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .ttl4_1::after {
    margin-left: 0px;
  }
}

.ttl4_2 {
  font-size: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ttl4_2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.ttl4_2::before, .ttl4_2::after {
  content: "";
  width: calc((100% - 500px) / 2);
  height: 4px;
  background-color: #e5ddd4;
}
@media screen and (max-width: 767px) {
  .ttl4_2::before, .ttl4_2::after {
    width: calc((100% - 300px) / 2);
  }
}
.ttl4_2::before {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ttl4_2::before {
    margin-right: 0px;
  }
}
.ttl4_2::after {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .ttl4_2::after {
    margin-left: 0px;
  }
}

.ttl5 {
  font-size: 1.8rem;
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ttl5:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background-color: #000;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.ttl5 span span {
  font-size: 1.2rem;
  display: inline;
}

.ttl5_1 {
  font-size: 2.5rem;
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ttl6 {
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl6 {
    font-size: 2.5rem;
  }
}
.ttl6::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-left: 30px;
}

.aside_ttl {
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.6rem;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    font-size: 3.5rem;
  }
}

.ttl7 {
  font-size: 6rem;
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ttl7 {
    font-size: 3.5rem;
  }
}
.ttl7 span {
  font-size: clamp(2.2rem, 1.6vw, 2.4rem);
  font-weight: 600;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 0;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ttl7 span {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.ttl7_1 {
  font-size: 6rem;
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ttl7_1 {
    font-size: 3.5rem;
  }
}
.ttl7_1 span {
  font-size: 3.5rem;
  letter-spacing: 0;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ttl7_1 span {
    font-size: 2.5rem;
    margin-top: 10px;
  }
}
.ttl7_1 span span {
  font-size: 3rem;
  display: inline;
}
@media screen and (max-width: 767px) {
  .ttl7_1 span span {
    font-size: 2rem;
  }
}

.ttl8 {
  font-size: 3.2rem;
  left: 0.04em;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl8 {
    display: block;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.ttl8 span {
  font-size: 2rem;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 9px 13px;
  margin-right: 20px;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl8 span {
    font-size: 1.5rem;
    padding: 10px;
    display: inline-block;
    margin: 0 100% 20px 0;
    text-align: center;
  }
}

.ttl8_1 {
  font-size: 3.2rem;
  left: 0.04em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl8_1 {
    font-size: 2rem;
  }
}
.ttl8_1 p {
  font-size: 3.2rem;
  left: 0.04em;
  font-weight: 400;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl8_1 p {
    display: block;
    font-size: 2rem;
  }
}
.ttl8_1 span {
  font-size: 2rem;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 9px 13px;
  margin-right: 20px;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ttl8_1 span {
    font-size: 1.5rem;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
  }
}

.ttl_box {
  border-left: 2px solid #000;
  padding: 20px 0 20px 40px;
}
@media screen and (max-width: 767px) {
  .ttl_box {
    padding: 10px 0 10px 20px;
  }
}

.cloth_ttl {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}

.ttl9 {
  font-size: clamp(3.8rem, 2.1vw, 4.2rem);
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl9 {
    font-size: 2.5rem;
  }
}
.ttl9 span {
  font-size: clamp(2rem, 1.1vw, 2.2rem);
  font-weight: 600;
  color: #fff;
  background-color: #C0AF97;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 12px 10px;
  width: 566px;
  letter-spacing: 0;
  display: block;
  margin: 30px auto 50px;
}
@media screen and (max-width: 1700px) {
  .ttl9 span {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .ttl9 span {
    font-size: 1.6rem;
    margin: 20px auto 30px;
    width: 350px;
  }
}

.ttl10 {
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ttl10 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
.ttl10::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl10::after {
    bottom: -20px;
  }
}

.ttl11 {
  font-size: 2.2rem;
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl11 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.ttl11 span {
  font-size: clamp(2rem, 1.1vw, 2.2rem);
  font-weight: 600;
  color: #fff;
  background-color: #C0AF97;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 12px 10px;
  width: 566px;
  letter-spacing: 0;
  display: block;
  margin: 30px auto 50px;
}
@media screen and (max-width: 1700px) {
  .ttl11 span {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .ttl11 span {
    font-size: 1.6rem;
    margin: 20px auto 30px;
    width: 350px;
  }
}

.catalog_secttl {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .catalog_secttl {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.catalog_secttl span {
  padding: 1px 5px;
  background-color: #D54044;
  color: #fff;
  line-height: 1;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  border-radius: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .catalog_secttl span {
    font-size: 1.6rem;
  }
}

.catalog_name {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .catalog_name {
    font-size: 1.5rem;
  }
}

.manual_ttl {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .manual_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.electic_ttl {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .electic_ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.slat_ttl {
  font-size: 2rem;
  margin: 10px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slat_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.svm_ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .svm_ttl {
    margin: 10px 0;
    font-size: 1.6rem;
  }
}

.svm_ttl_1 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  border: 1px solid #000;
  padding: 10px;
  margin: 20px auto 10px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .svm_ttl_1 {
    font-size: 1.6rem;
    padding: 5px;
  }
}

.btn1 {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn1 {
    max-width: 200px;
    width: 90%;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 20px;
  width: 100%;
  padding: 8px;
  transition: 0.3s;
}
.btn1 a:hover {
  color: #333;
  background-color: #fff;
}

/****************************************

news トップ用

*****************************************/
.top_main {
  position: relative;
}

.top_news {
  background-color: #000;
  opacity: 0.9;
  max-width: 1000px;
  width: 80%;
  padding: 20px 40px 20px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_news {
    position: sticky;
    width: 100%;
    padding: 30px 20px;
    min-height: 160px;
  }
}

.open_navi .top_news {
  display: none;
}
@media screen and (max-width: 767px) {
  .open_navi .top_news {
    display: revert;
  }
}

.news_ttl {
  height: 80px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5058823529);
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .news_ttl {
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
}
.news_ttl h2 {
  line-height: 1;
  font-family: "Karla", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news_ttl h2 {
    padding-bottom: 10px;
    width: 60px;
  }
}

.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 100%;
  height: 100%;
  max-height: 80px;
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .news_post {
    max-height: 120px;
    padding-left: 0px;
  }
}

.news_post article {
  width: 100%;
  padding: 8px 20px 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    padding: 10px 0px;
    flex-direction: column;
    border-bottom: 1px solid #999;
  }
}

/*ホバー時のアンダーライン */
.news_post article a {
  position: relative;
}

.news_post article a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news_post article a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.news_post article a h3 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4em;
  }
}

.news_post article .date {
  font-size: 1.4em;
  margin-right: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #b5b4b4;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.3em;
  }
}

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

.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 36.66%;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************

contentトップ用

*****************************************/
.mail_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .mail_btn {
    display: none;
  }
}

.fuga_box01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fuga_box01 {
    margin-bottom: 60px;
  }
}
.fuga_box01 .flex_r {
  justify-content: left;
  align-items: center;
  gap: 100px;
}

.txt1 {
  text-align: center;
}
.txt1 p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .txt1 p {
    font-size: 1.6rem;
  }
}
.txt1 p span {
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .txt1 p span {
    font-size: 2.3rem;
  }
}
.txt1 > div {
  margin-bottom: 40px;
  width: 420px;
}
.txt1 > div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .txt1 > div {
    width: 250px;
    margin: 0 auto 50px;
  }
}

.fig1 {
  max-width: 960px;
  width: 58.1818%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

.square {
  position: relative;
}
.square:after {
  position: absolute;
  content: "";
  max-width: 600px;
  width: 31.25%;
  height: 560px;
  background-color: #f4f0ec;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .square:after {
    height: 330px;
  }
}

.fuga_box02 {
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fuga_box02 {
    margin-bottom: 80px;
  }
}
.fuga_box02::after {
  position: absolute;
  content: "";
  width: 35.714%;
  height: 360px;
  background-color: #f4f0ec;
  top: 40px;
  left: -120px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fuga_box02::after {
    top: 40px;
    left: -3%;
    width: 80%;
  }
}
.fuga_box02 .flex {
  justify-content: right;
  gap: 40px;
}

.txt2 {
  max-width: 640px;
}
.txt2 p {
  padding: 0 0 30px 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt2 p {
    padding: 0 0 30px 50px;
  }
}
.txt2 .text_box {
  position: relative;
}
.txt2 .text_box:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 150%;
  background-color: #000;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .txt2 .text_box:after {
    height: 130%;
  }
}
.txt2 .text_box figure {
  padding: 0 0 10px 30px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .txt2 .text_box figure {
    margin: 0px 0 0px 20px;
  }
}
.txt2 figure {
  margin-top: 50px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .txt2 figure {
    margin: 40px 0 40px 20px;
  }
}

.fuga_dsr {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .fuga_dsr {
    font-size: 1.2rem;
  }
}

.fig2 {
  max-width: 960px;
  width: 58.1818%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 100%;
  }
}
.fig2 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.fuga_box03 .flex {
  align-items: center;
}

.fig3 {
  max-width: 960px;
  width: 57.1428%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig3 {
    width: 100%;
    position: relative;
    overflow: revert;
    margin-bottom: 45px;
  }
  .fig3::before {
    position: absolute;
    content: "";
    background: url(images/01.png) no-repeat top left;
    width: 100%;
    min-height: 42px;
    max-height: 45px;
    height: 20%;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}
.fig3 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.txt3 {
  max-width: 620px;
  width: 36.9%;
  position: relative;
  margin-top: 90px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .txt3 {
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
  }
}
.txt3::before {
  position: absolute;
  content: url(images/01.png);
  top: -75px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .txt3::before {
    display: none;
  }
}

.fuga_box03_content1 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .fuga_box03_content1 {
    padding: 0 10px;
    margin-bottom: 60px;
  }
}

.fuga_box03_content2 {
  max-width: 520px;
  width: 30.95%;
}
@media screen and (max-width: 767px) {
  .fuga_box03_content2 {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.fuga_box03_content2 figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
}
.fuga_box03_content2 img {
  width: 100%;
  height: auto;
}
.fuga_box03_content2 p {
  line-height: 2;
}

.fuga_box03_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fuga_box03_container {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.n02 {
  position: relative;
}
.n02:before {
  position: absolute;
  content: "";
  width: 83px;
  height: 51px;
  background: url(images/02.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n02:before {
    width: 100%;
    min-height: 40px;
    max-height: 45px;
    height: 10%;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.n03 {
  position: relative;
}
.n03:before {
  position: absolute;
  content: "";
  width: 83px;
  height: 51px;
  background: url(images/03.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n03:before {
    width: 100%;
    min-height: 40px;
    max-height: 45px;
    height: 10%;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.n04 {
  position: relative;
}
.n04:before {
  position: absolute;
  content: "";
  width: 83px;
  height: 51px;
  background: url(images/04.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n04:before {
    width: 100%;
    min-height: 40px;
    max-height: 45px;
    height: 10%;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.fuga_box04 {
  width: calc(100% - 20px);
  margin: 0 auto;
  border-bottom: 4px solid #e5ddd4;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fuga_box04 {
    margin-bottom: 60px;
    padding-bottom: 0px;
  }
}

.fab_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fab_container {
    flex-wrap: wrap;
    gap: 0 3%;
  }
}

.fab_content {
  max-width: 500px;
  width: 31.64%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .fab_content {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.fab_content:hover {
  opacity: 0.8;
}
.fab_content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.fab_content figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .fab_content figure {
    margin-bottom: 60px;
  }
}
.fab_content img {
  width: 100%;
  height: auto;
}

.fab_box {
  width: 300px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .fab_box {
    width: 200px;
  }
}
.fab_box h3 {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fab_box h3 {
    font-size: 2rem;
  }
}
.fab_box p {
  border: 1px #aaa solid;
  border-radius: 17px;
  font-size: 1.2rem;
  color: #fff;
  padding: 9px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .fab_box p {
    width: 130px;
    padding: 5px;
    font-size: 1.1rem;
  }
}

.green {
  background-color: #3a6b52;
}

.brown {
  background-color: #51493b;
}

.blue {
  background-color: #4c8b9f;
}

.fab_content:hover .fab_box p {
  background-color: #000;
}

.fuga_box05 {
  align-items: stretch;
}

.fuga_box05_content {
  max-width: 390px;
  width: 23.5%;
  border: 1px solid #acacac;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .fuga_box05_content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}
.fuga_box05_content p {
  background-color: #f0f0f0;
  padding: 35px 20px;
  font-size: clamp(1.4rem, 9vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.03em;
  flex-grow: 1;
}

.n05 {
  position: relative;
}
.n05:before {
  position: absolute;
  content: "";
  width: 79px;
  height: 47px;
  background: url(images/05.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n05:before {
    height: 35px;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.n06 {
  position: relative;
}
.n06:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 47px;
  background: url(images/06.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n06:before {
    height: 35px;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.n07 {
  position: relative;
}
.n07:before {
  position: absolute;
  content: "";
  width: 69px;
  height: 47px;
  background: url(images/07.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n07:before {
    height: 35px;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.n08 {
  position: relative;
}
.n08:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 47px;
  background: url(images/08.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n08:before {
    height: 35px;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .fuga_box05 {
    padding: 0 20px;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 767px) {
  .mt140 {
    margin-top: 60px !important;
  }
}

.bnr_container {
  max-width: 1200px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.bnr_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bnr_flex {
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
  }
}

.bnr_content {
  border: 1px solid #acacac;
  position: relative;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .bnr_content {
    max-width: 290px;
    flex-direction: column;
  }
}
.bnr_content a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bnr_content img {
  width: 100%;
  height: auto;
}

.bnr_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .bnr_box {
    margin: 0;
  }
}
.bnr_box h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bnr_box h3 {
    font-size: 1.8rem;
  }
}
.bnr_box p {
  border: 1px #aaa solid;
  border-radius: 17px;
  font-size: 1.2rem;
  padding: 7px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bnr_box p {
    font-size: 1.1rem;
    max-width: 200px;
    width: 100%;
  }
}

.bnr_content:hover {
  opacity: 0.8;
}
.bnr_content:hover .bnr_box p {
  background-color: #000;
  color: #fff;
}

.fabric_box, .model_box, .option_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .fabric_box, .model_box, .option_box {
    margin-bottom: 40px;
  }
}

.model_box, .option_box {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .model_box, .option_box {
    width: 100%;
  }
}

.bnr_content_fabric {
  border: 1px solid #acacac;
  display: flex;
  position: relative;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .bnr_content_fabric {
    width: 30%;
    max-width: 250px;
    flex-direction: column;
  }
}
.bnr_content_fabric a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bnr_box_fabric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bnr_box_fabric {
    margin: 0;
    padding: 20px 10px;
    flex-grow: 1;
  }
}
.bnr_box_fabric h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bnr_box_fabric h3 {
    font-size: 1.8rem;
    flex-grow: 1;
  }
}
.bnr_box_fabric p {
  border: 1px #aaa solid;
  border-radius: 17px;
  font-size: 1.2rem;
  padding: 7px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bnr_box_fabric p {
    font-size: 1.1rem;
    padding: 3px;
    max-width: 150px;
    width: 100%;
  }
}

.bnr_content_fabric:hover {
  opacity: 0.8;
}
.bnr_content_fabric:hover .bnr_box_fabric p {
  background-color: #000;
  color: #fff;
}

.fabric_box .bnr_flex {
  align-items: stretch;
}

.catalog_ttl {
  font-family: "Arsenal", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .catalog_ttl {
    font-size: clamp(3rem, 7.8vw, 6rem);
    text-shadow: 0 0 10px #000000;
    position: relative;
    z-index: 9;
  }
}
.catalog_ttl span {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  opacity: 0.7;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .catalog_ttl span {
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    text-shadow: revert;
  }
}

.catalog_bnr {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .catalog_bnr {
    margin: 60px 0;
  }
}
.catalog_bnr a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.catalog_bnr a:hover {
  opacity: 0.8;
}
.catalog_bnr a:hover .download {
  background-color: #e5ddd4;
  padding: 11px 10px 11px 20px;
}
@media screen and (max-width: 767px) {
  .catalog_bnr a:hover .download {
    padding: 11px 2% 11px 3.5%;
  }
}

.catalog_bnr_content {
  width: 100%;
  max-width: 1200px;
  height: 250px;
  background: url(images/bnr_bg.jpg);
  padding: 50px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalog_bnr_content {
    width: 100%;
    height: auto;
    aspect-ratio: 76/40;
    overflow: hidden;
    padding: 5% 0 0 7.89%;
  }
}
.catalog_bnr_content::before {
  position: absolute;
  content: url(images/catalog.png);
  bottom: -3px;
  right: 100px;
}
@media screen and (max-width: 767px) {
  .catalog_bnr_content::before {
    content: "";
    width: 76.31%;
    height: auto;
    aspect-ratio: 581/367;
    background: url(images/catalog.png) left bottom no-repeat;
    background-size: contain;
    bottom: -3px;
    right: -10px;
  }
}

.download {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 23px;
  width: 280px;
  padding: 11px 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .download {
    bottom: 10%;
    left: 7.89%;
    max-width: 280px;
    width: 40%;
    min-width: 200px;
    padding: 11px 3.5%;
  }
}
.download p {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2C2C2C;
  background: url(images/arrow.png) right center no-repeat;
}
@media screen and (max-width: 767px) {
  .download p {
    font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  }
}

.slat_container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .slat_container {
    flex-direction: column;
    gap: 40px;
  }
}
.slat_container p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .slat_container p {
    font-size: 1.4rem;
  }
}
.slat_container p span {
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 0px 5px;
  border-radius: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .slat_container p span {
    font-size: 1.3rem;
  }
}

.slat_flex {
  display: flex;
  justify-content: space-between;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .slat_flex {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}

.slat_content2 {
  border: 2px solid #000;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .slat_content2 {
    padding: 10px 5px;
  }
}

.txt1_1 {
  text-align: center;
  min-width: 485px;
}
@media screen and (max-width: 767px) {
  .txt1_1 {
    min-width: revert;
  }
}
.txt1_1 p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .txt1_1 p {
    font-size: 1.5rem;
  }
}

.fig1_1 {
  max-width: 960px;
  width: 58.1818%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig1_1 {
    width: 100%;
    margin-top: 30px;
  }
}
.fig1_1 img {
  width: 100%;
  height: auto;
}

.dlsec1_img {
  margin: 60px auto 30px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .dlsec1_img {
    margin: 30px auto 20px;
  }
}

.daylight_box01 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .daylight_box01 {
    margin-bottom: 40px !important;
  }
}

.ttl_box_p1 {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .ttl_box_p1 {
    font-size: 1.6rem;
  }
}

.w1560 {
  width: calc(100% - 20px);
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w1560 {
    width: 100%;
    padding: 0 3%;
  }
}

.sec_mb {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 60px !important;
  }
}

.cloth_container {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cloth_container {
    gap: 20px 2%;
  }
}

.cloth_content {
  width: 285px;
  border: 1px solid #ccc;
  padding: 25px 1.6% 15px;
}
@media screen and (max-width: 767px) {
  .cloth_content {
    width: 49%;
    max-width: revert;
    padding: 15px 1.3% 5px;
  }
}
.cloth_content figure {
  width: 100%;
  max-width: 246px;
  margin-bottom: 20px;
}
.cloth_content figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cloth_content figure {
    width: 100%;
    max-width: 296px;
    margin: 0 auto 20px;
  }
}
.cloth_content table {
  width: 100%;
  border-collapse: separate;
}
.cloth_content table tr {
  display: block;
  margin-bottom: 10px;
}
.cloth_content table th, .cloth_content table td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
}
.cloth_content table th {
  width: 140px;
  text-align: left;
  border-right: 1px solid #bbb;
}
.cloth_content table td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .cloth_content table td {
    padding-left: 10px;
  }
}

.cloth_cate {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .cloth_cate {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
  }
}
.cloth_cate span {
  font-size: 1.2rem;
  color: #1E1E1E;
  background-color: #E5E5E5;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cloth_cate span {
    margin: 0;
  }
}
.cloth_cate span.hibouen {
  color: #4c8b9f;
  background-color: #fff;
  border: 1px solid #4c8b9f;
  padding: 2px 4px;
}
.cloth_cate span.bouen {
  color: #fff;
  background-color: #b20000;
}

.cloth_content2 {
  width: 545px;
  border: 1px solid #ccc;
  padding: 25px 25px 15px;
}
@media screen and (max-width: 767px) {
  .cloth_content2 {
    width: 100%;
    flex-direction: column;
  }
}
.cloth_content2 table {
  width: 100%;
  border-collapse: separate;
}
.cloth_content2 table tr {
  display: block;
  margin-bottom: 10px;
}
.cloth_content2 table th, .cloth_content2 table td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
}
.cloth_content2 table th {
  width: 140px;
  text-align: left;
  border-right: 1px solid #bbb;
}
.cloth_content2 table td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .cloth_content2 table td {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp_mt40 {
    margin-top: 40px;
  }
}

.caution {
  color: #666666;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .caution {
    font-size: 1.3rem;
  }
}

.fig4 {
  max-width: 780px;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fig4 {
    width: 100%;
  }
}
.fig4 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.txt4 {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .txt4 figure {
    max-width: 246px;
    margin: 20px auto 0;
  }
}

.img_r {
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .img_r {
    margin-bottom: 40px;
    padding-top: 60px;
  }
}
.img_r .flex {
  justify-content: right;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .img_r .fig1_1 {
    margin-top: 30px;
  }
}

.square2 {
  position: relative;
}
.square2:after {
  position: absolute;
  content: "";
  max-width: 600px;
  width: 31.25%;
  height: 522px;
  background-color: #f4f0ec;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .square2:after {
    height: 330px;
  }
}

@media screen and (max-width: 1700px) {
  .cloth_tbl th {
    width: 8em !important;
  }
}
@media screen and (max-width: 767px) {
  .cloth_tbl th {
    width: 6em !important;
  }
}

.ex_img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ex_img {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.ex_img figure {
  max-width: 500px;
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .ex_img figure {
    width: 100%;
  }
}
.ex_img figure img {
  width: 100%;
  height: auto;
}

.blackout_box03 {
  border-bottom: 4px solid #e5ddd4;
  padding-bottom: 20px;
}

.img_r2 {
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .img_r2 {
    margin-bottom: 60px;
  }
}
.img_r2 .flex {
  justify-content: right;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .img_r2 .fig1_1 {
    margin-top: 30px;
  }
}

.col3 {
  max-width: 520px;
  width: 33.3333333333%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .col3 {
    width: 100%;
  }
}
.col3:not(:last-child) {
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .col3:not(:last-child) {
    border-right: revert;
    border-bottom: 1px solid #aaa;
  }
}
.col3 figure {
  width: 100%;
}
.col3 figure img {
  width: 100%;
  height: auto;
}
.col3 p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .col3 p {
    font-size: 1.4rem;
  }
}

.blue_box {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 460px;
  padding: 30px 10px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  .blue_box {
    margin: 40px auto 20px;
  }
}

.new {
  color: #D83031;
  padding-right: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .new {
    font-size: 1.4rem;
  }
}

.heat_box03 img {
  width: 100%;
  height: auto;
}

.txt5 {
  text-align: center;
}
.txt5 p {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .txt5 p {
    font-size: 1.5rem;
  }
}

.fig5 {
  max-width: 740px;
  width: 47.435%;
  overflow: hidden;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .fig5 {
    width: 100%;
    margin-top: 30px;
  }
}
.fig5 img {
  width: 100%;
  height: auto;
}

.kasanari {
  margin: 30px auto 50px;
  background: linear-gradient(to right, #70ABB3, #70ABB3 50%, #4c8b9f 50%);
  max-width: 440px;
  display: flex;
  position: relative;
  padding: 24px 0px;
}
.kasanari::after {
  position: absolute;
  content: url(images/tri.png);
  top: calc(50% - 12px);
  left: 50%;
  transform: translateX(-50%);
}
.kasanari li {
  width: 50%;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.kasanari_p {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .kasanari_p {
    font-size: 1.4rem !important;
  }
}

.kasanari_mm {
  font-size: 2.6rem;
}
.kasanari_mm span {
  font-size: 3.6rem;
}

.heat_box05_fig {
  justify-content: center;
  display: flex;
  gap: 80px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .heat_box05_fig {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .heat_box05_fig li {
    text-align: center;
  }
}
.heat_box05_fig li > span {
  background-color: #eee;
  padding: 7px 20px;
  border-radius: 50vh;
  display: inline-block;
  margin: 40px 0 30px 40px;
}
@media screen and (max-width: 767px) {
  .heat_box05_fig li > span {
    margin: 40px 0 20px 0px;
  }
}
.heat_box05_fig figure {
  max-width: 486px;
}
@media screen and (max-width: 767px) {
  .heat_box05_fig figure {
    margin: 0 auto;
  }
}
.heat_box05_fig p {
  font-size: 2.2rem;
  font-weight: 600;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .heat_box05_fig p {
    margin-left: 0px;
  }
}
.heat_box05_fig p span {
  color: #D83031;
  position: relative;
}
.heat_box05_fig p span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #D83031;
  bottom: -10px;
  left: 0;
}

.heat_box06_txt {
  max-width: 520px;
  margin-top: 50px;
}
.heat_box06_txt p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .heat_box06_txt p {
    font-size: 1.4rem;
  }
}

.square3 {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .square3 {
    padding-top: 50px;
  }
}
.square3:after {
  position: absolute;
  content: "";
  max-width: 600px;
  width: 31.25%;
  height: 522px;
  background-color: #f4f0ec;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .square3:after {
    height: 330px;
  }
}

.txt1_1 .heat_p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .txt1_1 .heat_p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.greyframe {
  border: 1px solid #ccc;
}

.blue1 {
  color: #4c8b9f;
}

.white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .electic_img1 img {
    width: 140%;
    position: relative;
    left: -20%;
  }
}

.electic_box02 P {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .electic_box02 P {
    font-size: 1.4rem;
  }
}
.electic_box02 figure {
  max-width: 800px;
  margin: 40px auto 0;
}

.col2_1 {
  width: 50%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .col2_1 {
    width: 100%;
  }
}
.col2_1:not(:last-child) {
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .col2_1:not(:last-child) {
    border-right: revert;
    border-bottom: 1px solid #aaa;
  }
}
.col2_1 figure {
  max-width: 440px;
  margin: 0 auto 30px;
  width: 100%;
}
.col2_1 figure img {
  width: 100%;
  height: auto;
}
.col2_1 h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 30px;
}
.col2_1 ul {
  margin: 40px 50px 30px;
}
@media screen and (max-width: 767px) {
  .col2_1 ul {
    margin: 40px 0 20px;
  }
}

.dc_dl dt {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dc_dl dt {
    font-size: 1.5rem;
  }
}

.col3_1 {
  max-width: 520px;
  width: 33.3333333333%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .col3_1 {
    width: 100%;
  }
}
.col3_1:not(:last-child) {
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .col3_1:not(:last-child) {
    border-right: revert;
    border-bottom: 1px solid #aaa;
  }
}
.col3_1 figure {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.col3_1 figure img {
  width: 100%;
  height: auto;
}
.col3_1 p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .col3_1 p {
    font-size: 1.4rem;
  }
}

.manual_box01 .flex {
  justify-content: left;
  align-items: center;
  gap: 100px;
}

@media screen and (max-width: 767px) {
  .txt7 {
    margin-top: 20px;
  }
}
.txt7 p {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .txt7 p {
    font-size: 1.5rem;
  }
}
.txt7 .comment {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .txt7 .comment {
    font-size: 1.2rem;
  }
}

.comment2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .comment2 {
    font-size: 1.3rem;
  }
}

.m_tbl td {
  line-height: 1.9;
}

.manual_box03 p {
  line-height: 2;
}

.red1 {
  color: #D83031;
}
.red1 span {
  position: relative;
}
.red1 span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #D83031;
  bottom: -5px;
  left: 0;
}

.col2_container {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .col2_container {
    margin-top: 0;
  }
}

.col2 {
  width: 50%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .col2 {
    width: 100%;
  }
}
.col2:not(:last-child) {
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .col2:not(:last-child) {
    border-right: revert;
    border-bottom: 1px solid #aaa;
  }
}
.col2 figure {
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
}
.col2 figure img {
  width: 100%;
  height: auto;
}
.col2 h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .col2 h3 {
    font-size: 1.4rem;
  }
}

.manual_box01_1 .flex_r {
  justify-content: right;
  align-items: center;
  gap: 100px;
}

.yt {
  width: 60%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .yt {
    width: 100%;
  }
}
.yt iframe {
  width: 100%;
  height: 100%;
}

.option_box01 > p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .option_box01 > p {
    font-size: 1.6rem;
  }
}
.option_box01 > p span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .option_box01 > p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .option_box01 figure img {
    width: 120%;
    position: relative;
    left: -10%;
  }
}

.suave_box03 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .suave_box03 {
    flex-direction: column;
    gap: 40px;
  }
}

.suave_oc {
  max-width: 800px;
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .suave_oc {
    width: 100%;
  }
}
.suave_oc figure {
  width: 100%;
}
.suave_oc img {
  width: 100%;
  height: auto;
}

.looper {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .looper {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.suave_box03_1 .cloth_content figure {
  margin-bottom: 0;
}
.suave_box03_1 .cloth_ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .suave_box03_1 .cloth_ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.suave_box03_1 .cloth_container {
  margin-top: 0px;
}

.sv_model_container {
  display: flex;
  justify-content: space-between;
  width: 720px;
}
@media screen and (max-width: 767px) {
  .sv_model_container {
    width: 100%;
    flex-direction: column;
  }
}

.sv_model {
  width: 350px;
}
.sv_model figure {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sv_model {
    width: 100%;
    margin-bottom: 40px;
  }
}

.grey_border {
  position: relative;
}
@media screen and (max-width: 767px) {
  .grey_border {
    margin-bottom: 40px;
  }
}
.grey_border::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #aaa;
  top: 0;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .grey_border::after {
    width: 100%;
    height: 1px;
    top: revert;
    bottom: 0;
    right: 0;
  }
}

.sf_box03_content {
  max-width: 520px;
  width: 30.95%;
  border: 1px solid #acacac;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sf_box03_content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}
.sf_box03_content p {
  background-color: #f0f0f0;
  padding: 35px clamp(20px, 2.38vw, 40px);
  font-size: clamp(1.4rem, 9vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.03em;
  flex-grow: 1;
}

.strong {
  font-size: clamp(2rem, 1.3vw, 2.5rem) !important;
  color: #b20000;
}

.n01 {
  position: relative;
}
.n01:before {
  position: absolute;
  content: "";
  width: 79px;
  height: 47px;
  background: url(images/01.png) no-repeat;
  top: -20px;
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .n01:before {
    height: 35px;
    top: -15px;
    left: -15px;
    z-index: 9;
    background-size: contain;
  }
}

.txt1 .sf_p {
  font-size: 2rem;
}

.pasaya_box03 figure {
  text-align: center;
}

.pasaya_box01 .txt1 > div {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .pasaya_box01 .txt1 > div {
    max-width: 220px;
  }
}

.cessot_box02 .flex {
  justify-content: left;
  gap: 100px;
}

.txt6 {
  max-width: 950px;
}
.txt6 p {
  padding: 0 0 30px 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt6 p {
    padding: 0 0 30px 50px;
  }
}
.txt6 .text_box {
  position: relative;
}
.txt6 .text_box:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 414px;
  background-color: #000;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .txt6 .text_box:after {
    height: 140%;
  }
}

.fig6 {
  max-width: 400px;
  width: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .fig6 {
    width: 100%;
    margin: 30px auto 0;
  }
}
.fig6 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp_mb50 {
    margin-bottom: 50px;
  }
}

.catalog_box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .catalog_box01 {
    margin-bottom: 40px;
  }
}

.catalog_container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px calc((100% - 1140px) / 2);
}
@media screen and (max-width: 767px) {
  .catalog_container {
    gap: 30px 2%;
  }
}
.catalog_container article {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 380px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .catalog_container article {
    width: 49%;
  }
}
.catalog_container h3 {
  flex-grow: 1;
}
.catalog_container figure {
  width: 240px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .catalog_container figure {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
.catalog_container figure img {
  width: 100%;
  height: auto;
}
.catalog_container a {
  transition: 0.3s;
}
.catalog_container a:hover img {
  opacity: 0.8;
}

.underline {
  text-decoration: underline;
}

.beige_box {
  padding: 30px;
  margin-bottom: 60px;
  background-color: #f4f0ec;
}
@media screen and (max-width: 767px) {
  .beige_box {
    padding: 20px;
    margin-bottom: 50px;
  }
}

.link_c a {
  color: #4c8b9f;
  transition: 0.3s;
}
.link_c a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.yoyaku {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .yoyaku {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.yoyaku input[type=text] {
  width: 230px;
}
.yoyaku span {
  display: flex;
  align-items: center;
}

.shoplist_box figure {
  margin-left: auto;
  margin-right: auto;
}

.overview_box01, .overview_box03 {
  background-color: #F4F1EC;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .overview_box01, .overview_box03 {
    padding: 50px 0;
  }
}

.table a {
  color: inherit;
  text-decoration: underline;
}

.greeting_box {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .greeting_box .name {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .greeting_box .name span {
    font-size: 2rem !important;
  }
}

.table03 a {
  color: #B19678;
}
.table03 a:hover {
  text-decoration: none;
}

.ecorimo_list li {
  line-height: 1.8;
  font-weight: normal;
}
.ecorimo_list li .bold {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ecorimo_list li .bold {
    font-size: 1.5rem;
  }
}

.marker {
  background-color: rgba(246, 240, 150, 0.4666666667);
}

@media screen and (max-width: 767px) {
  .rail_box01 figure {
    margin-bottom: 50px;
  }
}

.bnr_content_ecorimo {
  border: 1px solid #acacac;
  display: flex;
  position: relative;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .bnr_content_ecorimo {
    width: 30%;
    max-width: 250px;
    flex-direction: column;
  }
}
.bnr_content_ecorimo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bnr_box_ecorimo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bnr_box_ecorimo {
    margin: 0;
    padding: 20px 10px;
    flex-grow: 1;
  }
}
.bnr_box_ecorimo h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bnr_box_ecorimo h3 {
    font-size: 1.4rem;
    flex-grow: 1;
  }
}
.bnr_box_ecorimo p {
  border: 1px #aaa solid;
  border-radius: 17px;
  font-size: 1.2rem;
  padding: 7px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bnr_box_ecorimo p {
    font-size: 1.1rem;
    padding: 3px;
    max-width: 150px;
    width: 100%;
  }
}

.bnr_content_ecorimo:hover {
  opacity: 0.8;
}
.bnr_content_ecorimo:hover .bnr_box_ecorimo p {
  background-color: #000;
  color: #fff;
}

.series_box .bnr_flex {
  align-items: stretch;
}

.ecorimobnr_mb {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .ecorimobnr_mb {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .shade_box01 figure {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .screen_box01 figure {
    margin-bottom: 50px;
  }
}

.gemma_txt {
  line-height: 1.8;
  margin: 50px 0;
}

.color_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .color_container {
    gap: 20px 2%;
  }
}

.color_content {
  width: 224px;
  border: 1px solid #ccc;
  padding: 25px 1.6% 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .color_content {
    width: 48%;
  }
}
.color_content > div {
  width: 100%;
  height: 100px;
}

.white1 {
  background-color: #fafaf4;
}

.ivory {
  background-color: #e0d9cd;
}

.lbeige {
  background-color: #d9cdc4;
}

.beige {
  background-color: #ac9487;
}

.brown {
  background-color: #614e39;
}

.grege {
  background-color: #c4bcb5;
}

.grey {
  background-color: #c3c3c6;
}

.dg {
  background-color: #9193a0;
}

.wenge {
  background-color: #332a23;
}

/* End Hack *//*# sourceMappingURL=style.css.map */