@charset "UTF-8";
/*
Theme Name:株式会社鳴尾化学研究所
Description:高品質なOEMシャンプーを小ロットから提供｜鳴尾化学研究所
Version: 1.0
License:株式会社鳴尾化学研究所
License URI:https://www.naruo-lab.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/****************************************

リセット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;
}

@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: #323232;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.8rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

ページ共通

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

@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.8rem;
  letter-spacing: 0.1em;
  line-height: 1.888;
}
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;
  }
  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 {
  -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;
}

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

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

P

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

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

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1400 {
  max-width: 1400px;
  width: calc(100% - 40px);
  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, .w1400 {
    width: 100%;
    padding: 0 6%;
  }
}
/****************************************

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;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}

.header_top {
  height: 950px;
}
@media screen and (max-width: 767px) {
  .header_top {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 30px 30px;
  align-items: center !important;
  background-color: rgba(255, 255, 255, 0.7450980392);
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 22px 6%;
  }
}

.header_wrap2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 30px 30px;
  align-items: center !important;
  background-color: rgba(255, 255, 255, 0.7450980392);
}
@media screen and (max-width: 767px) {
  .header_wrap2 {
    position: static;
    padding: 22px 6%;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

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

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mv_top {
    height: 100vh;
  }
}
#mv_top .top_catch {
  position: absolute;
  left: 5.2%;
  top: 275px;
  width: 45%;
  max-width: 653px;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
}
#mv_top .top_catch img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}
.slider img {
  width: 2000px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .slider img {
    width: 100% !important;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.page_title {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 1600px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page_title {
    padding-top: 0;
    width: 99%;
  }
  .page_title img {
    height: 30px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 150%;
    position: relative;
    left: 0;
  }
}

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

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

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

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px 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#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}
.single_text p {
  margin: 0 0 1.2em;
  padding: 0;
}

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

.single_img {
  text-align: center;
  margin: 0 auto 30px;
}

.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: #e99aa9;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #f4f4f4;
}

.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: #e99aa9;
  border: solid 1px #e99aa9;
  color: white;
}

.nav-below {
  text-align: center;
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e99aa9;
  border-bottom: 1px solid #e99aa9;
  text-decoration: none;
  color: #e99aa9;
}

.nav-below .next {
  width: 25%;
  border-right: 1px solid #e99aa9;
}

.nav-below .prev {
  width: 25%;
  border-left: 1px solid #e99aa9;
}

.nav-below .back {
  width: 50%;
}

.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
  color: #e99aa9;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    font-size: 1.3rem;
    padding: 20px 5px;
  }
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  background: #e99aa9;
  color: #fff;
}

/* 前へ、次へのホバー時 */
@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);
}

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

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

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 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 #e99aa9;
  border-radius: 8px;
  background-color: #e99aa9;
  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: #e99aa9;
  -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;
}

input[type=radio i] {
  margin: 3px 3px 3px 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%;
  }
  .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 {
  margin: 0 auto;
  background: url(images/aside_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 183px 0;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 40px 6%;
  }
}

.aside_container {
  display: flex;
  width: calc(100% - 40px);
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aside_container {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
}
.aside_container::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3960784314);
  top: 50%;
  left: 360px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .aside_container::after {
    width: 100%;
    height: 2px;
    top: 90px;
    left: 0;
    transform: revert;
  }
}
.aside_container p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.aside_container > div {
  padding: 3px 0;
}

.aside_content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .aside_content {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .aside_tel {
    max-width: 250px;
  }
}

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

footer

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

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

.footer_pc {
  padding-top: 65px;
}

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

.footer_address {
  font-size: 1.6rem;
  color: #868686;
  margin-bottom: 65px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 40px;
  }
}

.footer_sp {
  display: none;
}

.sitemap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.sitemap dd {
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}
.sitemap dd::before {
  display: block;
  content: "└ ";
  position: absolute;
  top: 3px;
  left: 0;
}
.sitemap dt, .sitemap li a {
  color: #6d6d6d;
  letter-spacing: 0.08em;
}
.sitemap li {
  margin-bottom: 23px;
}

.sitemap a {
  position: relative;
  text-decoration: none;
  color: #6d6d6d;
  font-size: 1.6rem;
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e99aa9;
  -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 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);
}

.copyright_block {
  text-align: center;
  padding: 10px 0;
}

.copyright {
  font-size: 1.4rem;
  color: #868686;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
    margin-top: 60px;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .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: #e99aa9;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 25px;
    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: 23px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_map::after {
    background-image: url(images/icon_map.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

sp用 フッターサイトマップ

*****************************************/
#sp_footer_navi {
  text-align: left;
  background: #f4f4f4;
  z-index: 999;
  padding: 15px 30px 30px;
}
#sp_footer_navi a {
  color: #323232;
}

@media screen and (min-width: 768px) {
  #sp_footer_navi {
    display: none;
  }
}
#sp_footer_navi .menu .menu-item {
  width: 100%;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
}

#sp_footer_navi .menu .menu-item a {
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
}

#sp_footer_navi .menu .menu-item a::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #e99aa9;
  position: absolute;
  top: 30px;
  left: 0;
}

#sp_footer_navi .menu-item a,
#sp_footer_navi .menu-item span {
  display: block;
  padding: 14px 0 14px 20px;
}

#sp_footer_navi .menu-item a:active,
#sp_footer_navi .menu-item a:hover,
#sp_footer_navi .menu-item a:link,
#sp_footer_navi .menu-item a:visited {
  text-decoration: none;
}

#sp_footer_navi .sub-menu {
  width: 100%;
  display: none;
  margin-bottom: 20px;
}

#sp_footer_navi .sub-menu li {
  width: 100%;
  border: none !important;
  margin-bottom: 5px !important;
}

#sp_footer_navi .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #323232;
  background-color: rgba(255, 255, 255, 0.5764705882);
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}

#sp_footer_navi .sub-menu li a::before {
  content: none !important;
}

#sp_footer_navi .sub-menu li a:active,
#sp_footer_navi .sub-menu li a:hover,
#sp_footer_navi .sub-menu li a:link,
#sp_footer_navi .sub-menu li a:visited {
  text-decoration: none;
}

#sp_footer_navi .sub-menu li a:hover {
  color: #323232;
  background: none;
}

#sp_footer_navi .menu-item-has-children {
  position: relative;
}

#sp_footer_navi .menu-item-has-children:before,
#sp_footer_navi .menu-item-has-children:after {
  position: absolute;
  content: "";
  background: #e99aa9;
  transition: 0.2s ease-in-out;
}

#sp_footer_navi .menu-item-has-children:before {
  top: 20px;
  right: 14px;
  width: 1px;
  height: 18px;
}

#sp_footer_navi .menu-item-has-children:after {
  top: 29px;
  right: 5px;
  width: 18px;
  height: 1px;
}

#sp_footer_navi .menu-item-has-children.menu_open:before {
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    padding: 15px;
    background: #e99aa9;
    border: 1px solid #fff;
  }
  #toggle::after {
    position: absolute;
    content: "MENU";
    line-height: 1.2;
    color: #fff;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-weight: 500;
    font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 30px;
    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: 8px;
  }
  #toggle span:nth-child(3) {
    top: 16px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    -ms-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    -ms-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navbg.png) bottom center no-repeat #e99aa9;
    background-size: cover;
    z-index: 999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    padding: 30px;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(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: 40px;
  }
  #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: 21px;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5058823529);
    cursor: pointer;
    margin: 0 auto;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
    font-weight: 500;
  }
  #sp_navi .menu .menu-item a {
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    color: #323232;
  }
  #sp_navi .menu > .menu-item > a {
    color: #fff;
  }
  #sp_navi .menu .menu-item a::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 10px;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 14px 0 14px 40px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: none;
    padding: 10px;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    border: none !important;
    margin-bottom: 5px !important;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #323232;
    background-color: rgba(255, 255, 255, 0.5764705882);
    font-weight: 400 !important;
    font-size: 1.4rem !important;
  }
  #sp_navi .sub-menu li a::before {
    content: none !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #323232;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before,
  #sp_navi .menu-item-has-children:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: 0.2s ease-in-out;
  }
  #sp_navi .menu-item-has-children:before {
    top: 20px;
    right: 19px;
    width: 1px;
    height: 18px;
  }
  #sp_navi .menu-item-has-children:after {
    top: 29px;
    right: 10px;
    width: 18px;
    height: 1px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-90deg);
    transition: 0.2s ease-in-out;
  }
}
.nav_logo {
  width: 220px;
}

.sp_navi_info {
  margin-top: 40px;
}
.sp_navi_info p {
  color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sp_navi_info p {
    text-align: center;
  }
}

.sp_navi_tel {
  max-width: 315px;
  width: 80%;
  margin: 20px auto;
}

.sp_navi_info .contact_btn {
  width: 80%;
  margin: 0 auto;
}

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

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  display: flex;
  align-items: center;
}

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

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

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

#g_navi .menu > li {
  position: relative;
  margin: 0 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu > li {
    margin: 0 12px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.02em;
  padding: 10px 0;
  color: #484848;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 180px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: normal;
  background: #e99aa9;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #e99aa9;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #e99aa9;
    -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);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

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

.breadcrumb p {
  text-align: right;
  font-size: 1.8rem;
}

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

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e99aa9;
  -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%;
    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;
}

.top_ttl1 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    margin-bottom: 40px;
  }
}
.top_ttl1 span {
  font-size: 3.3rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0 70px;
  background: url(images/deco_l.svg) no-repeat left center, url(images/deco_r.svg) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .top_ttl1 span {
    font-size: clamp(1.6rem, 5vw, 2.5rem);
    padding: 0 28px;
    background-size: 25px;
  }
}

.top_ttl1_1 {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_ttl1_1 {
    margin-bottom: 40px;
  }
}
.top_ttl1_1 span {
  font-size: 3.3rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0 70px;
  background: url(images/deco_l.svg) no-repeat left center, url(images/deco_r.svg) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .top_ttl1_1 span {
    font-size: clamp(2rem, 5vw, 2.5rem);
    padding: 0 28px;
    background-size: 25px;
  }
}

.top_ttl2 {
  font-size: 2.8rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0em;
  color: #323232;
  line-height: 1.9;
  font-weight: 500;
  padding-left: 40px;
  border-left: 3px solid #e99aa9;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 1.9rem;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.ttl_aside {
  color: rgba(255, 255, 255, 0.5254901961);
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .ttl_aside {
    font-size: 1.3rem;
  }
}
.ttl_aside span {
  font-size: 4.5rem;
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl_aside span {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}

.top_ttl3 {
  color: #5c5c5c;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 1.3rem;
  }
}
.top_ttl3 span {
  display: block;
  max-width: 111px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    width: 80px;
    margin: 0 auto 10px;
  }
}

.top_ttl4 {
  font-size: 3.3rem;
  text-align: center;
  color: #7a7a7a;
  padding-bottom: 30px;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/deco2.svg) bottom center no-repeat;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    background: url(images/deco2.svg) bottom center no-repeat;
    background-size: 30%;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.top_ttl5 {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ababab;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 1.8rem;
  }
}

.top_ttl6 {
  padding-top: 120px;
  text-align: center;
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 1.2rem;
    padding-top: 70px;
  }
}
.top_ttl6 span {
  display: block;
  font-size: 2.2rem;
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  color: #454545;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .top_ttl6 span {
    font-size: 1.6rem;
  }
}

.m3_icon1 {
  background: url(images/top_bnr1.svg) bottom 70px center no-repeat;
}
@media screen and (max-width: 767px) {
  .m3_icon1 {
    background: url(images/top_bnr1.svg) bottom 45px center no-repeat;
    background-size: 60px;
  }
}

.m3_icon2 {
  background: url(images/top_bnr2.svg) bottom 70px center no-repeat;
}
@media screen and (max-width: 767px) {
  .m3_icon2 {
    background: url(images/top_bnr2.svg) bottom 45px center no-repeat;
    background-size: 60px;
  }
}

.m3_icon3 {
  background: url(images/top_bnr3.svg) bottom 70px center no-repeat;
}
@media screen and (max-width: 767px) {
  .m3_icon3 {
    background: url(images/top_bnr3.svg) bottom 45px center no-repeat;
    background-size: 60px;
  }
}

.top_ttl7 {
  color: #5c5c5c;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
.top_ttl7 span {
  font-size: 4.6rem;
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #e99aa9;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_ttl7 span {
    font-size: 3rem;
  }
}

.top_ttl8 {
  font-size: 3rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top_ttl8 {
    font-size: 2.2rem;
  }
}
.top_ttl8 span {
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8431372549);
  display: block;
}
@media screen and (max-width: 767px) {
  .top_ttl8 span {
    font-size: 1.2rem;
  }
}

.headline {
  font-size: 3rem;
  text-align: center;
  color: #7a7a7a;
  padding-bottom: 25px;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/deco2.svg) bottom center no-repeat;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    background: url(images/deco2.svg) bottom center no-repeat;
    background-size: 30%;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.ttl1 {
  font-size: 2.4rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #787878;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    padding: 8px 0 8px 15px;
    margin-bottom: 15px;
  }
}
.ttl1::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 20px);
  bottom: 10px;
  left: 0;
  background-color: #e99aa9;
}

.ttl2 {
  font-size: 2.2rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding: 5px 0 5px 60px;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.7rem;
    padding: 8px 0 5px 35px;
    margin-bottom: 15px;
  }
}

.flow1 {
  background: url(images/f_n01.png) center left no-repeat;
}
@media screen and (max-width: 767px) {
  .flow1 {
    background: url(images/f_n01.png) left center no-repeat;
    background-size: 25px;
  }
}

.flow2 {
  background: url(images/f_n02.png) center left no-repeat;
}
@media screen and (max-width: 767px) {
  .flow2 {
    background: url(images/f_n02.png) left center no-repeat;
    background-size: 25px;
  }
}

.flow3 {
  background: url(images/f_n03.png) center left no-repeat;
}
@media screen and (max-width: 767px) {
  .flow3 {
    background: url(images/f_n03.png) left center no-repeat;
    background-size: 25px;
  }
}

.flow4 {
  background: url(images/f_n04.png) center left no-repeat;
}
@media screen and (max-width: 767px) {
  .flow4 {
    background: url(images/f_n04.png) left center no-repeat;
    background-size: 25px;
  }
}

.flow5 {
  background: url(images/f_n05.png) center left no-repeat;
}
@media screen and (max-width: 767px) {
  .flow5 {
    background: url(images/f_n05.png) left center no-repeat;
    background-size: 25px;
  }
}

.flow6 {
  background: url(images/f_n06.png) center left no-repeat;
}
@media screen and (max-width: 767px) {
  .flow6 {
    background: url(images/f_n06.png) left center no-repeat;
    background-size: 25px;
  }
}

.ttl3 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #e9657e;
  text-align: center;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.8rem;
  }
}

.ttl1_1 {
  font-size: 1.8rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.4rem;
    padding: 8px 0 8px 15px;
  }
}
.ttl1_1::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 20px);
  bottom: 10px;
  left: 0;
  background-color: #e99aa9;
}

.ttl4 {
  font-size: 2.2rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  background: url(images/dash.png) bottom left no-repeat;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.ttl5 {
  font-size: 2rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl5 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

/* ボタン */
.btn1 {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 200px;
  }
}
.btn1 a {
  color: #454545;
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/arrow.svg) right 45px center no-repeat, #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  width: 100%;
  padding: 29.5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  border: 1px solid #505050;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.5rem;
    padding: 15px;
    background: url(images/arrow.svg) right 10px center no-repeat, #fff;
  }
}
.btn1 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  background-color: #e99aa9;
  z-index: -1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1 a::after {
    top: 5px;
    left: 5px;
  }
}
.btn1 a:hover {
  background: url(images/arrow.svg) right 35px center no-repeat, #f8e8eb;
}
@media screen and (max-width: 767px) {
  .btn1 a:hover {
    background: url(images/arrow.svg) right 5px center no-repeat, #f8e8eb;
  }
}
.btn1 a:hover::after {
  background-color: #7a7a7a;
}

.btn_containter1 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn_containter1 {
    margin-top: 40px;
  }
}

.contact_btn {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .contact_btn {
    max-width: 250px;
    width: 100%;
  }
}
.contact_btn a {
  text-decoration: none;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
}
.contact_btn a:hover {
  background-color: #e99aa9;
}
.contact_btn span {
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding-left: 60px;
  background: url(images/aside_mail.svg) left center no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_btn span {
    font-size: 1.8rem;
    padding-left: 40px;
    background-size: 25px;
  }
}

.btn2 {
  width: 200px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn2 {
    margin-top: 0px;
    width: 170px;
  }
}
.btn2 a {
  font-family: "Cinzel", "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #686868;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0em;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
  background: url(images/arrow2.svg) right 15px center no-repeat;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
  }
}
.btn2 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 31.5px;
  height: 31.5px;
  border-radius: 50vh;
  background-color: #efbbc5;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: -1;
}
.btn2 a:hover {
  background: url(images/arrow2.svg) right 5px center no-repeat;
}
.btn2 a:hover::after {
  width: 40px;
  height: 40px;
  right: -15px;
}

.btn2:hover a {
  color: #7a7a7a;
  background: url(images/arrow2.svg) right 5px center no-repeat;
}

.accordion .btn2 {
  margin-top: 20px;
}

.contact_btn2 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .contact_btn2 {
    max-width: 275px;
    width: 100%;
  }
}
.contact_btn2 a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  background-color: #e99aa9;
}
@media screen and (max-width: 767px) {
  .contact_btn2 a {
    padding: 15px 10px;
  }
}
.contact_btn2 a:hover {
  background-color: #7a7a7a;
}
.contact_btn2 span {
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding-left: 40px;
  background: url(images/flow_mail.svg) left center no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_btn2 span {
    font-size: 1.7rem;
    padding-left: 30px;
    background-size: 23px;
  }
}

.btn_containter2 {
  display: flex;
  justify-content: right;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .btn_containter2 {
    padding-right: 0;
  }
}
.btn_containter2 .btn2 {
  margin-top: 30px;
}

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

news トップ用

*****************************************/
.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: 300px;
  overflow-y: scroll;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .news_post {
    padding-right: 10px;
  }
}

.news_post article {
  display: flex;
  border-bottom: 1px solid #a3a3a3;
  padding: 25px 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_post article {
    flex-direction: column;
    padding: 20px 10px;
  }
}

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

.news_post article span {
  background-image: linear-gradient(90deg, #e99aa9, #e99aa9);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.3s;
  cursor: pointer;
}

.news_post article span:hover {
  background-size: 100% 1px;
}

.news_post article span:hover::after {
  background-size: 100% 1px; /* 線の横幅を100%にする */
}

.news_post article .date {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 600;
  margin-right: 70px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }
}

.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;";
}

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

contentトップ用

*****************************************/
/*OEMでヘアサロンに独自性を*/
.top_box01 {
  padding-top: 100px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 80px 6% 0;
    margin-bottom: 80px;
  }
}
.top_box01 p {
  letter-spacing: 0.06em;
}

/*OEMのメリット*/
.top_box02 {
  padding: 150px 0;
  background-color: #f6f6f6;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 80px 0;
  }
}
.top_box02 p {
  letter-spacing: 0.06em;
}
.top_box02 .flex {
  justify-content: left;
  gap: 3.5%;
  align-items: center;
}
.top_box02 .flex .txt1 {
  padding-right: 20px;
}
.top_box02 .flex_r {
  justify-content: right;
  gap: 3.5%;
  align-items: center;
}
.top_box02 .flex_r .txt1 {
  padding-left: 20px;
}
.top_box02 .flex_r .fig1 img {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}

.txt1 {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
    padding: 0 6%;
  }
}
.txt1 p {
  letter-spacing: 0;
}
.txt1 .btn1 {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .txt1 .btn1 {
    margin: 30px auto 0;
  }
}

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

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

/*よくあるご質問*/
.top_box03 {
  background-color: #faf3f4;
  isolation: isolate;
  padding: 80px 0 120px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}

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

.faq_container2 {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .faq_container2 {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 0px;
    margin-bottom: 0px;
  }
}

.faq_container {
  width: 860px;
}
@media screen and (max-width: 767px) {
  .faq_container {
    width: 100%;
  }
}

.accordion {
  padding: 30px 25px;
  border-bottom: 1px solid #8d8d8d;
}
@media screen and (max-width: 767px) {
  .accordion {
    padding: 25px 15px;
  }
}

.accordion_summary {
  display: block;
  position: relative;
  padding: 7px 60px;
  background: url(images/q.png) no-repeat left top 10px;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  color: #686868;
  font-weight: bold;
  list-style: none;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion_summary {
    padding: 5px 40px;
    font-size: 1.5rem;
    background: url(images/q.png) no-repeat left top 5px;
    background-size: 18px;
  }
}

.accordion_summary::-webkit-details-marker {
  display: none;
}

.accordion_summary::after {
  content: "+";
  font-size: 1.3em; /* 記号のサイズ */
  position: absolute;
  right: 15px;
  top: 0px;
  color: #e99aa9;
  font-weight: normal;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion_summary::after {
    right: 0px;
  }
}

.accordion[open] .accordion_summary::after {
  content: "−";
  transition: 0.3s;
}

.accordion_answer {
  margin-top: 30px;
  padding: 5px 60px 5px 60px;
  background: url(images/a.png) no-repeat left top 10px;
}
@media screen and (max-width: 767px) {
  .accordion_answer {
    margin-top: 20px;
    padding: 5px 0px 5px 40px;
    background: url(images/a.png) no-repeat left top 5px;
    background-size: 18px;
  }
}
.accordion_answer p {
  color: #868686;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/*製品ができるまで*/
.top_box04 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    margin-bottom: 80px;
  }
}

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

.top_box04_content {
  max-width: 380px;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box04_content {
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
  }
}
.top_box04_content figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_box04_content figure {
    margin-bottom: 15px;
  }
}
.top_box04_content figure img {
  width: 100%;
  height: auto;
}
.top_box04_content p {
  padding: 0 10px;
  color: #424242;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.top_box04_content:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box04_content:not(:last-child)::after {
    display: block;
    content: url(images/arrow2.png);
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.top_box04_content:not(:last-child) figure {
  position: relative;
}
.top_box04_content:not(:last-child) figure::after {
  display: block;
  content: url(images/arrow2.png);
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translate(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .top_box04_content:not(:last-child) figure::after {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .top_box04_content:not(:last-child) figure::after {
    display: none;
  }
}

/*3つ並びバナー*/
.top_box05 {
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    margin-bottom: 80px;
    flex-wrap: wrap;
    gap: 15px 4%;
    justify-content: center;
  }
}

.top_box05_content {
  width: 370px;
  aspect-ratio: 37/25;
  border: 1px solid #e99aa9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_box05_content {
    height: 140px;
    width: 48%;
  }
}
.top_box05_content:hover {
  background-color: #faf3f4;
}
.top_box05_content::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #e99aa9;
  bottom: 8px;
  right: 8px;
  transform: rotate(90deg);
}
.top_box05_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_box05_content:first-child {
    width: 100%;
  }
}

/*お知らせ*/
.top_box06 {
  background-color: #faf3f4;
  padding: 80px 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    margin-bottom: 80px;
  }
}

/*2つ並びバナー*/
.top_box07_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box07_container {
    margin-bottom: 80px;
    flex-direction: column;
    gap: 20px;
  }
}

.top_box07_contetnt {
  width: 570px;
  overflow: hidden;
  position: relative;
  background: #e99aa9;
}
@media screen and (max-width: 767px) {
  .top_box07_contetnt {
    width: 100%;
  }
}
.top_box07_contetnt a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.top_box07_contetnt img {
  transition: 0.3s;
}
.top_box07_contetnt::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  z-index: 99;
}
.top_box07_contetnt::after {
  display: block;
  content: url(images/arrow3.svg);
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.top_box07_contetnt:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

.sec_mb {
  margin-bottom: 50px;
}

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

.txt2 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ls06 p {
  letter-spacing: 0.06em;
}

.ls00 p {
  letter-spacing: 0em;
}

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

.merit_box03_content {
  width: 220px;
  aspect-ratio: 22/16;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .merit_box03_content {
    padding: 20px;
    width: 100%;
    aspect-ratio: revert;
    display: block;
  }
}
.merit_box03_content span {
  font-size: 2.2rem;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  padding-top: 55px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .merit_box03_content span {
    font-size: 1.8rem;
    padding-left: 60px;
    padding-top: 0;
  }
}

.merit_box03_content:first-child span {
  background: url(images/m_n01.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .merit_box03_content:first-child span {
    background: url(images/m_n01.png) left center no-repeat;
    background-size: 30px;
  }
}

.merit_box03_content:nth-child(2) span {
  background: url(images/m_n02.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .merit_box03_content:nth-child(2) span {
    background: url(images/m_n02.png) left center no-repeat;
    background-size: 30px;
  }
}

.merit_box03_content:nth-child(3) span {
  background: url(images/m_n03.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .merit_box03_content:nth-child(3) span {
    background: url(images/m_n03.png) left center no-repeat;
    background-size: 30px;
  }
}

.merit_box03_content:nth-child(4) span {
  background: url(images/m_n04.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .merit_box03_content:nth-child(4) span {
    background: url(images/m_n04.png) left center no-repeat;
    background-size: 30px;
  }
}

.merit_box03_content:nth-child(5) span {
  background: url(images/m_n05.png) top center no-repeat;
}
@media screen and (max-width: 767px) {
  .merit_box03_content:nth-child(5) span {
    background: url(images/m_n05.png) left center no-repeat;
    background-size: 30px;
  }
}

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

.flow_box02_content:not(:last-child) {
  position: relative;
}
.flow_box02_content:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 75px 0 75px;
  border-color: #f4f4f4 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flow_box02_content:not(:last-child)::after {
    border-width: 20px 50px 0 50px;
    bottom: -20px;
  }
}

.flow_box02_link {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flow_box02_link {
    gap: 20px;
    margin-top: 10px;
    flex-direction: column;
  }
}

.flow_box03_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow_box03_container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 4%;
  }
}

.flow_box03_content {
  width: 380px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow_box03_content {
    width: 48%;
    max-width: 380px;
  }
}
.flow_box03_content p {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .flow_box03_content p {
    padding: 5px;
  }
}

.contact_tel {
  max-width: 275px;
}

.product_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .product_post {
    gap: 0 4%;
  }
}
.product_post article {
  width: 380px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product_post article {
    width: 48%;
    margin-bottom: 30px;
  }
}
.product_post article figure {
  width: 100%;
  aspect-ratio: 380/253;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product_post article figure {
    margin-bottom: 10px;
  }
}
.product_post article a {
  width: 100%;
  height: 100%;
  position: relative;
}

.product_cate {
  color: #fff;
  background-color: #e99aa9;
  text-align: center;
  width: 180px;
  padding: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .product_cate {
    font-size: 1rem;
    max-width: 130px;
    width: 100%;
    padding: 3px;
  }
}

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

.interview_box01 .lilaefu {
  margin: 10px auto 20px;
  max-width: 343px;
}
@media screen and (max-width: 767px) {
  .interview_box01 .lilaefu {
    width: 50%;
  }
}
.interview_box01 > p {
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview_box01 > p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.interview_box01 .grey_box {
  margin-top: 50px;
  background-color: #f4f4f4;
  padding: 30px 35px;
}
@media screen and (max-width: 767px) {
  .interview_box01 .grey_box {
    margin-top: 30px;
    padding: 20px;
  }
}

.interview_name {
  font-weight: 600;
  margin-right: 20px;
  position: relative;
}
.interview_name::after {
  display: block;
  content: "";
  position: absolute;
  width: 110%;
  height: 10px;
  bottom: 0px;
  left: -5%;
  background-color: rgba(233, 154, 169, 0.5019607843);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview_name::after {
    height: 6px;
  }
}

.interview_img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .interview_img {
    margin-top: 30px;
  }
}

.tbl1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl1 {
    border-top: 1px solid #787878;
  }
}
.tbl1 th {
  width: 350px;
  text-align: left;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding: 22px 0 10px 120px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    width: 100%;
    font-size: 1.5rem;
    padding: 15px;
    background-color: #f6f6f6;
  }
}
.tbl1 td {
  padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    width: 100%;
    padding: 15px;
  }
}
.tbl1 tr {
  border-bottom: 1px solid #787878;
}
@media screen and (max-width: 767px) {
  .tbl1 tr {
    display: flex;
    flex-direction: column;
  }
}

.map {
  width: 100%;
  position: relative;
  aspect-ratio: 12/4;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

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

.txt3 {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
  }
}

.factory_box03 .flex_r, .factory_box03 .flex {
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .factory_box03 .flex_r, .factory_box03 .flex {
    margin-bottom: 40px;
  }
}

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

.factory_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .factory_logo {
    max-width: 460px;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.c_tel {
  margin: 30px 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_tel {
    width: 70%;
    max-width: 287px;
    margin: 20px auto 40px;
  }
}

.pp {
  margin-top: 50px;
  background-color: #f4f4f4;
  padding: 40px 0px 30px;
}
@media screen and (max-width: 767px) {
  .pp {
    margin-top: 30px;
    padding: 25px 20px;
  }
}
.pp h2 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .pp h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.pp p {
  line-height: 2;
}

.news_box01 article {
  margin-bottom: 50px;
}
.news_box01 .date {
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news_box01 .date {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.dealer_link {
  text-align: center;
}
.dealer_link a {
  text-decoration: none;
  color: #323232;
  margin: 0 20px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .dealer_link a {
    margin: 0 10px;
  }
}
.dealer_link a:hover {
  color: #e99aa9;
}

.list {
  padding: 50px 20px;
  background-color: #f4f4f4;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .list {
    padding: 30px 15px;
    width: 100%;
  }
}

.dealer_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.tbl2 {
  width: 100%;
}
.tbl2 tr {
  border-bottom: 1px solid #787878;
}
.tbl2 th {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 20px 10px 0px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .tbl2 th {
    font-size: 1.4rem;
  }
}
.tbl2 td {
  padding: 20px 5px 0px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .tbl2 td {
    font-size: 1.4rem;
  }
}
.tbl2 a {
  color: #404040;
  font-size: 1.5rem;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tbl2 a {
    font-size: 1.3rem;
  }
}
.tbl2 a:hover {
  color: #e99aa9;
  text-decoration: none;
}

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