@charset "UTF-8";
/*
Theme Name:大興産業株式会社
Description:大興産業株式会社 | 京都市下京区 風呂敷（ふろしき） ふくさ 包み方
Version: 1.0
License:大興産業株式会社
License URI:https://www.furoshiki-fukusa.com
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho&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: #333;
  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 (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.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  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_brightness {
  filter: brightness(110%);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_brightness {
  -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;
}

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

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

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

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

ヘッダー　共通

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

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

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

pcヘッダー

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

.header_tel {
  margin-right: 40px;
}

.header_mail {
  width: 150px;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #6b325f;
  transition: 0.3s;
}
.header_mail:hover {
  background-color: #b73963;
}
.header_mail a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_mail p {
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding-top: 60px;
  background: url(images/catalog.svg) top center no-repeat;
}

.header_right_l {
  text-align: right;
}

.h_logo {
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  .h_logo {
    width: 320px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}

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

spヘッダー

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

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#mv_top .mv_img {
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    width: 160%;
  }
}
#mv_top .top_catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #mv_top .top_catch {
    height: 95%;
    padding-top: 60px;
  }
  #mv_top .top_catch img {
    width: auto;
    height: 100%;
  }
}

.slider {
  width: 100%;
}

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

.page_title {
  position: absolute;
  padding-top: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-630px, -50%);
}
@media screen and (max-width: 767px) {
  .page_title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0px;
    margin-top: 20px;
    height: 30%;
    min-height: 60px;
  }
  .page_title img {
    height: 100%;
    width: auto;
  }
}

#mv_page .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}

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

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

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

content 共通設定

*****************************************/
main#page_main {
  background: url(images/page_deco.png) left top no-repeat;
}
@media screen and (max-width: 767px) {
  main#page_main {
    background-size: 50%;
  }
}

@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%;
  }
}
/****************************************

single.php

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

.single_tbl_box {
  border: 3px solid #b598af;
  margin-bottom: 30px;
  padding: 30px 30px 25px;
}
@media screen and (max-width: 767px) {
  .single_tbl_box {
    padding: 10px 10px 5px;
  }
}

.single_tbl {
  width: 100%;
}
.single_tbl th {
  border-bottom: 5px solid #fff;
  background-color: #f3ecf1;
  padding: 10px;
  font-weight: 400;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .single_tbl th {
    font-size: 1.3rem;
    letter-spacing: 0;
    width: 5em;
    padding: 5px;
  }
}
.single_tbl td {
  border-bottom: 5px solid #fff;
  padding: 10px 30px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .single_tbl td {
    font-size: 1.3rem;
    padding: 5px 0 5px 20px;
  }
}

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

a.page-numbers:hover {
  background: #b73963;
  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: #6b325f;
  border: solid 1px #6b325f;
  color: white;
}

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

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #6b325f;
  position: relative;
}

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

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #6b325f;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center 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;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@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 #6b325f;
  border-radius: 8px;
  background-color: #6b325f;
  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: #6b325f;
  -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;
  }
}
.aside1 {
  padding: 100px 0;
  background: url(images/aside1_bgdeco.png) bottom right no-repeat;
}
@media screen and (max-width: 767px) {
  .aside1 {
    padding: 60px 0;
    background-size: 300px;
  }
}

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

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

.aside2 {
  background: url(images/aside_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .aside2 {
    padding: 60px 0;
  }
}
.aside2 p {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .aside2 p {
    font-size: 1.4rem;
  }
}

.aside_upper_container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .aside_upper_container {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.aside_bottom_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container {
    flex-direction: column;
    gap: 20px;
  }
}
.aside_bottom_container dl {
  width: 370px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container dl {
    width: 90%;
    margin: 0 auto;
  }
}
.aside_bottom_container dl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.aside_bottom_container dl a:hover {
  opacity: 0.8;
}
.aside_bottom_container dt {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b325f;
  background-color: #daccd7;
  padding: 9px;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container dt {
    font-size: 1.4rem;
  }
}
.aside_bottom_container dd {
  background-color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside_bottom_container dd p {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3.5rem;
  color: #333;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container dd p {
    font-size: 3rem;
  }
}
.aside_bottom_container .aside_tel {
  padding-left: 30px;
  background: url(images/aside_tel.svg) top 20px left no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container .aside_tel {
    background: url(images/aside_tel.svg) top 15px left no-repeat;
  }
}
.aside_bottom_container .aside_fax {
  padding-left: 40px;
  background: url(images/aside_fax.svg) top 20px left no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container .aside_fax {
    background: url(images/aside_fax.svg) top 15px left no-repeat;
  }
}
.aside_bottom_container .aside_contact {
  font-size: 2.2rem;
  padding: 10px 0px 10px 40px;
  background: url(images/aside_mail.svg) top 20px left no-repeat;
}
@media screen and (max-width: 767px) {
  .aside_bottom_container .aside_contact {
    font-size: 2rem;
    background: url(images/aside_mail.svg) top 18px left no-repeat;
  }
}

.hover {
  transition: 0.3s;
}
.hover:hover {
  opacity: 0.8;
}

.sp_hover {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sp_hover:hover {
    opacity: 0.8;
  }
}

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

footer

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

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

.footer_sp {
  display: none;
}

.footer_upper {
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer_upper {
    margin-bottom: 0;
    border-bottom: none;
    padding: 40px 0;
  }
}

.footer_logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 300px;
    margin: 0 auto;
  }
}

.sitemap_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sitemap_container {
    display: none;
  }
}

.sitemapcate {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  color: #6b325f;
  margin-bottom: 20px;
}

.footer_logo {
  margin-bottom: 30px;
}

.sitemap {
  position: relative;
  margin-bottom: 60px;
}
.sitemap li, .sitemap dd {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sitemap li::after, .sitemap dd::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  background-color: #daccd7;
  top: 10px;
  left: 0;
}
.sitemap ul {
  column-count: 2;
  width: fit-content;
  column-gap: 50px;
}

.sitemap a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  display: inline;
  position: relative;
}

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

.copyright {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    display: none;
  }
  .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: 5;
  }
  .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: #b73963;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 28px;
    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: 24px;
    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_catalog::after {
    background-image: url(images/icon_catalog.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
    padding: 10px;
    background: #6b325f;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 1px;
    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: 10px;
  }
  #toggle span:nth-child(2) {
    top: 20px;
  }
  #toggle span:nth-child(3) {
    top: 30px;
  }
  .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);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #6b325f;
    z-index: 997;
    -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 .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: #fff;
    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;
  }
  #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: rgba(255, 255, 255, 0.1);
  }
  #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.3);
  }
  #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: #6b325f;
  }
  #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用 横ナビ

*****************************************/
#g_navi {
  padding: 20px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1450px) {
  #g_navi {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}

#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: 1450px) {
  #g_navi .menu > li {
    margin: 0 15px;
  }
}
#g_navi .menu > li > a {
  text-shadow: 0 0 5px #daccd7;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  padding: 20px 0;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #222;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 998;
  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 #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #6b325f;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #6b325f;
  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: 1px;
    background-color: #6b325f;
    -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 {
  padding: 20px 0 50px;
}

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

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #6b325f;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #6b325f;
  -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: 10px 0 30px;
  }
  .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 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 2.6rem;
  }
}
.top_ttl1 span {
  font-size: 4.6rem;
  color: #6b325f;
}
@media screen and (max-width: 767px) {
  .top_ttl1 span {
    font-size: 3.5rem;
  }
}

.top_ttl2 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
.top_ttl2 span {
  font-size: 1.6rem;
  color: #906d88;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.top_ttl2_1 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_ttl2_1 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}
.top_ttl2_1 span {
  font-size: 1.6rem;
  color: #906d88;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl2_1 span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.top_ttl3 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b325f;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 2.2rem;
  }
}

.top_ttl4 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.2rem;
  }
}
.top_ttl4 span {
  font-size: 1.5rem;
  color: #906d88;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 1.3rem;
  }
}
.top_ttl4 span::after {
  display: block;
  content: "";
  background-color: #ccc;
  position: absolute;
  width: 88%;
  height: 1px;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span::after {
    top: 7px;
    width: calc(100% - 120px);
  }
}

.bnr_container2 .top_ttl4 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bnr_container2 .top_ttl4 {
    font-size: 2.2rem;
  }
}
.bnr_container2 .top_ttl4 span {
  font-size: 1.5rem;
  color: #906d88;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bnr_container2 .top_ttl4 span {
    font-size: 1.3rem;
  }
}
.bnr_container2 .top_ttl4 span::after {
  display: block;
  content: "";
  background-color: #ccc;
  position: absolute;
  width: 89%;
  height: 1px;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bnr_container2 .top_ttl4 span::after {
    top: 7px;
    width: calc(100% - 110px);
  }
}

.top_ttl5 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b325f;
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.top_ttl5_container span {
  font-size: 2rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  display: inline-block;
  background-color: #6b325f;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl5_container span {
    font-size: 1.4rem;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}

.top_ttl6 {
  font-size: 2rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b325f;
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.aside_ttl {
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 auto;
  }
}
.aside_ttl span {
  font-size: 1.6rem;
  color: #906d88;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .aside_ttl span {
    font-size: 1.4rem;
  }
}

.top_ttl7 {
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 2.2rem;
  }
}

.top_ttl8 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 4.5rem;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_ttl8 {
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
}
.top_ttl8 span {
  font-size: 1.6rem;
  color: #906d88;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_ttl8 span {
    font-size: 1.4rem;
  }
}

.headline {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
  padding: 25px 0 5px;
  background: url(images/headline_deco.png) top center no-repeat;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.4rem;
    padding: 15px 0 5px;
    background-size: 50px;
    margin-bottom: 60px;
  }
}
.headline::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #6b325f;
}
@media screen and (max-width: 767px) {
  .headline::after {
    bottom: -15px;
    width: 30px;
  }
}

.ttl01 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  font-weight: 400;
  padding: 0px 0 25px 70px;
  border-bottom: 2px solid #6b325f;
  position: relative;
  background: url(images/ttl_deco.png) left top no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 2.2rem;
    padding: 0px 0 15px 50px;
    background-size: 35px;
    margin-bottom: 20px;
  }
}
.ttl01::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6b325f;
}

.ttl02 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.4rem;
  }
}
.ttl02::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #6b325f;
}
@media screen and (max-width: 767px) {
  .ttl02::after {
    width: 30%;
  }
}

.ttl02_1 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl02_1 {
    font-size: 1.8rem;
  }
}
.ttl02_1::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #6b325f;
}
@media screen and (max-width: 767px) {
  .ttl02_1::after {
    width: 30%;
  }
}

.ttl03 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #6b325f;
  border-bottom: 1px solid #6b325f;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.ttl03 .strong {
  font-size: 3rem;
  color: #b73963;
}
@media screen and (max-width: 767px) {
  .ttl03 .strong {
    font-size: 2rem;
  }
}
.ttl03::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #6b325f;
}
@media screen and (max-width: 767px) {
  .ttl03::after {
    width: 30%;
  }
}

.ttl04 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #6b325f;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.6rem;
  }
}

.ttl05 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  background: url(images/ttl_deco2.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl05 {
    font-size: 1.6rem;
  }
}

.ttl06 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #b2a5a5;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.ttl06::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #b73963;
  bottom: -1px;
  left: 0;
}

.ttl07 {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  font-weight: 400;
  background-color: #daccd7;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 1.8rem;
  }
}

/* ボタン */
@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 250px;
  border-bottom: 1px solid #333;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 200px;
    margin: 30px auto 0;
  }
}
.btn1 a {
  color: #333;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow1.png) right 20px center no-repeat;
  border-radius: 6px;
  width: 100%;
  padding: 20px 0 20px 10px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 2rem;
  }
}
.btn1 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn1 a:hover {
  opacity: 0.8;
  background: url(images/btn_arrow1.png) right 10px center no-repeat;
}
.btn1 a:hover::after {
  width: 40px;
  height: 40px;
  right: -8px;
}

.btn1_1 {
  width: 250px;
  border-bottom: 1px solid #333;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .btn1_1 {
    width: 150px;
    margin: 10px auto 0;
  }
}
.btn1_1 a {
  color: #333;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow1.png) right 20px center no-repeat;
  border-radius: 6px;
  width: 100%;
  padding: 20px 0 20px 10px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1_1 a {
    font-size: 1.6rem;
    padding: 15px 0 15px 5px;
    background: url(images/btn_arrow2.png) right 15px center no-repeat;
  }
}
.btn1_1 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1_1 a::after {
    right: 5px;
    width: 25px;
    height: 25px;
  }
}
.btn1_1 a:hover {
  opacity: 0.8;
  background: url(images/btn_arrow1.png) right 10px center no-repeat;
}
@media screen and (max-width: 767px) {
  .btn1_1 a:hover {
    background: url(images/btn_arrow2.png) right 5px center no-repeat;
  }
}
.btn1_1 a:hover::after {
  width: 40px;
  height: 40px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .btn1_1 a:hover::after {
    width: 30px;
    height: 30px;
  }
}

.btn2 {
  width: 160px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 140px;
    margin: 0;
  }
}
.btn2 a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow2.png) right 15px center no-repeat;
  border-radius: 6px;
  width: 100%;
  padding: 15px 0 15px 5px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
}
.btn2 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  top: 50%;
  right: 7px;
  transform: translateY(-48%);
  transition: 0.3s;
}
.btn2 a:hover {
  opacity: 0.8;
  background: url(images/btn_arrow2.png) right 5px center no-repeat;
}
.btn2 a:hover::after {
  width: 30px;
  height: 30px;
  right: -7px;
}

.btn3 {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 100%;
    max-width: 280px;
  }
}
.btn3 a {
  width: 100%;
  background-color: #b73963;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    padding: 10px 5px;
  }
}
.btn3 a:hover {
  background-color: #6b325f;
}
.btn3 p {
  color: #fff;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  padding-left: 30px;
  background: url(images/fullorder_mail.png) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .btn3 p {
    font-size: 1.6rem;
    padding-left: 28px;
    background-size: 20px;
  }
}

.btn4 {
  width: 220px;
  border-bottom: 1px solid #333;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .btn4 {
    width: 140px;
    margin: 10px auto 0;
  }
}
.btn4 a {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow1.png) right 20px center no-repeat;
  border-radius: 6px;
  width: 100%;
  padding: 20px 0 20px 10px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    font-size: 1.4rem;
    padding: 15px 0 15px 5px;
    background: url(images/btn_arrow2.png) right 15px center no-repeat;
  }
}
.btn4 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn4 a::after {
    right: 5px;
    width: 25px;
    height: 25px;
  }
}
.btn4 a:hover {
  opacity: 0.8;
  background: url(images/btn_arrow1.png) right 10px center no-repeat;
}
@media screen and (max-width: 767px) {
  .btn4 a:hover {
    background: url(images/btn_arrow2.png) right 5px center no-repeat;
  }
}
.btn4 a:hover::after {
  width: 35px;
  height: 35px;
  right: -3px;
}
@media screen and (max-width: 767px) {
  .btn4 a:hover::after {
    width: 30px;
    height: 30px;
  }
}

.btn4_1 {
  width: 220px;
  border-bottom: 1px solid #333;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .btn4_1 {
    width: 180px;
    margin: 30px auto 0;
  }
}
.btn4_1 a {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow1.png) right 18px center no-repeat;
  border-radius: 6px;
  width: 100%;
  padding: 20px 0 20px 10px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn4_1 a {
    font-size: 1.6rem;
  }
}
.btn4_1 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn4_1 a:hover {
  opacity: 0.8;
  background: url(images/btn_arrow1.png) right 13px center no-repeat;
}
.btn4_1 a:hover::after {
  width: 30px;
  height: 30px;
  right: 0px;
}

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

news トップ用

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

.news_post {
  width: 900px;
  height: 100%;
  max-height: 270px;
  overflow-y: scroll;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .news_post {
    margin-right: 0;
  }
}

.news_post article {
  margin-bottom: 20px;
}

.news_post article a {
  width: 100%;
  padding: 25px 30px;
  background-color: #f0eaef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.news_post article a:hover {
  background: #f4e1e8;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}

.news_post article .date {
  font-size: 1.6rem;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b325f;
  font-weight: 400;
  margin-right: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

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

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 2opx;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}
.overview_tbl {
  width: 100%;
}

.overview_tbl tr {
  border-bottom: 1px solid #b598af;
  border-top: 1px solid #b598af;
}
@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
    margin-top: -1px;
  }
}
.overview_tbl th {
  width: 30%;
  background-color: #e1d6df;
  font-weight: 400;
  text-align: left;
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    width: 100%;
    padding: 10px;
  }
}
.overview_tbl td {
  width: 70%;
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    padding: 10px;
    width: 100%;
  }
}

.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;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

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

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

contentトップ用

*****************************************/
.top_box01 {
  padding-top: 140px;
  background: url(images/top_bgdeco.png) top left 360px no-repeat;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding-top: 80px;
    background: url(images/top_bgdeco.png) top center no-repeat;
    background-size: 300px;
    margin-bottom: 80px;
  }
}

.top_box02 {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding-bottom: 80px;
  }
}
.top_box02::after {
  display: block;
  content: "";
  background: url(images/cloth_bg1.jpg) center;
  position: absolute;
  width: 100%;
  height: 380px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box02::after {
    height: 80%;
  }
}

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

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

.txt1 {
  padding: 40px 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .txt1 {
    padding: 20px;
  }
}

.top_box03 {
  padding: 100px 0;
  background: url(images/cloth_bg2.jpg) top center;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 0;
  }
}
.top_box03 .flex {
  justify-content: left;
  gap: 80px;
  align-items: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box03 .flex {
    margin-bottom: 50px;
  }
}
.top_box03 .flex_r {
  justify-content: right;
  gap: 80px;
  align-items: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .top_box03 .flex_r {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_box03 .flex_r .fig2 {
    margin-left: 3%;
  }
}

.txt2 {
  max-width: 600px;
  width: 40%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    padding: 0 3%;
  }
}

.txt2_1 {
  max-width: 580px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .txt2_1 {
    width: 100%;
    padding: 0 3%;
  }
}

.fig2 {
  position: relative;
  height: 530px;
  width: 52%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 97%;
    aspect-ratio: 100/53;
    height: auto;
    margin-bottom: 40px;
  }
}
.fig2 figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.fig2 img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 530px;
}
@media screen and (max-width: 767px) {
  .fig2 img {
    width: 100%;
    height: auto;
  }
}

.green::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  right: 30px;
  background: url(images/cloth_green.jpg);
}
@media screen and (max-width: 767px) {
  .green::after {
    height: 20px;
    bottom: -20px;
    right: 20px;
  }
}

.green::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  right: 30px;
  background: url(images/cloth_green.jpg);
}
@media screen and (max-width: 767px) {
  .green::after {
    height: 20px;
    bottom: -20px;
    right: 20px;
  }
}

.green::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  right: 30px;
  background: url(images/cloth_green.jpg);
}
@media screen and (max-width: 767px) {
  .green::after {
    height: 20px;
    bottom: -20px;
    right: 20px;
  }
}

.pink::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 30px;
  background: url(images/cloth_pink.jpg);
}
@media screen and (max-width: 767px) {
  .pink::after {
    height: 20px;
    bottom: -20px;
    left: 20px;
  }
}

.yellow::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  right: 30px;
  background: url(images/cloth_yellow.jpg);
}
@media screen and (max-width: 767px) {
  .yellow::after {
    height: 20px;
    bottom: -20px;
    right: 20px;
  }
}

.blue::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -30px;
  left: 30px;
  background: url(images/cloth_blue.jpg);
}
@media screen and (max-width: 767px) {
  .blue::after {
    height: 20px;
    bottom: -20px;
    left: 20px;
  }
}

.top_product_conitainer {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  .top_product_conitainer {
    gap: 10px 2%;
    justify-content: center;
  }
}

.top_product_content {
  width: 270px;
  position: relative;
  transition: 0.3s;
  padding-bottom: 60px;
  background: url(images/arrow.png) bottom 20px center no-repeat;
}
@media screen and (max-width: 767px) {
  .top_product_content {
    width: 49%;
    padding-bottom: 50px;
  }
}
.top_product_content::after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.top_product_content:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.top_product_content:hover::after {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
  background-color: rgba(107, 50, 95, 0.2039215686);
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.top_product_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_box04 {
  margin: 100px 0;
}
.top_box04 .top_ttl2_1 {
  margin-bottom: 60px;
}

.top_box04_container {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box04_container {
    flex-direction: column;
    gap: 1px;
  }
}

.top_box04_content {
  width: calc((100% - 2px) / 3);
  height: 340px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_box04_content {
    width: 100%;
    aspect-ratio: 64/34;
    height: auto;
  }
}
.top_box04_content:hover {
  opacity: 0.8;
}
.top_box04_content:hover::after {
  scale: 1.1;
}
.top_box04_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_box04_content img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top_box04_content img {
    max-height: 240px;
    width: auto;
    height: 100%;
    margin-top: 0;
  }
}

.bnr_name1::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_custom1.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
}

.bnr_name2::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_custom2.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
}

.bnr_name3::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/top_custom3.jpg) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: -5;
}

.top_box05 {
  padding-bottom: 100px;
  background: url(images/top_use_bg.jpg) bottom center no-repeat;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
.top_box05 .flex {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_box05 .flex {
    margin-top: 40px;
  }
}

.top_box05_contain {
  width: 570px;
  height: auto;
  aspect-ratio: 57/40;
  padding: 30px;
  display: flex;
  align-items: end;
  justify-content: left;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_box05_contain {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.top_box05_contain a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_box05_contain:hover {
  opacity: 0.8;
}

.top_use1 {
  background: url(images/top_use1.jpg);
  background-size: cover;
}

.top_use2 {
  background: url(images/top_use2.jpg);
  background-size: cover;
}

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

.top_box06_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box06_content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_box06_ttlbtn {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
  }
}

.column_box {
  background: url(images/column_r.png) right bottom no-repeat, url(images/column_l.png) left top no-repeat, url(images/cloth_bg2.jpg);
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .column_box {
    padding: 30px 20px;
    background-size: 50%, 50%, auto;
  }
}

.product_container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .product_container {
    gap: 0px 2%;
  }
}
.product_container article {
  width: 360px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .product_container article {
    width: 49%;
    margin-bottom: 40px;
  }
}

.figure_container {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 10px;
  background-size: cover;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 236, 241, 0.8823529412);
}
@media screen and (max-width: 767px) {
  .figure_container {
    padding: 5px;
  }
}
.figure_container figure {
  width: 100%;
  height: 100%;
}
.figure_container figure a {
  width: 100%;
  height: 100%;
  position: relative;
}
.figure_container figure img {
  width: 100%;
  height: 100%;
}

.product_tbl th {
  border-bottom: 5px solid #fff;
  background-color: #f3ecf1;
  padding: 6px;
  font-weight: 400;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .product_tbl th {
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 5em;
    padding: 5px;
  }
}
.product_tbl td {
  border-bottom: 5px solid #fff;
  padding: 6px 20px;
}
@media screen and (max-width: 767px) {
  .product_tbl td {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.object-fit-img2 {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

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

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

.fig3 {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .fig3 {
    margin: 0 auto;
  }
}

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

.fig4 {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .fig4 {
    margin: 0 auto;
  }
}

.utility_model_content {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .utility_model_content {
    width: 100%;
    text-align: left;
  }
}
.utility_model_content figure {
  max-width: 320px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .utility_model_content figure {
    margin: 0 auto 10px;
  }
}

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

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

.fig5 {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .fig5 {
    margin: 0 auto 20px;
  }
}

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

.fig6 {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .fig6 {
    margin: 0 auto 20px;
  }
}

.order_tbl {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .order_tbl {
    margin-bottom: 20px;
  }
}
.order_tbl tr {
  border-bottom: 1px solid #b598af;
  border-top: 1px solid #b598af;
}
.order_tbl th {
  width: 240px;
  background-color: #e1d6df;
  font-weight: 400;
  text-align: left;
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .order_tbl th {
    width: 9em;
    padding: 10px;
  }
}
.order_tbl td {
  padding: 17px 20px;
}
@media screen and (max-width: 767px) {
  .order_tbl td {
    padding: 10px;
  }
}

.souvenir_container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .souvenir_container {
    gap: 40px 2%;
  }
}
.souvenir_container article {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .souvenir_container article {
    width: 49%;
  }
}
.souvenir_container figure {
  width: 100%;
  border: 1px solid #b598af;
  margin-bottom: 20px;
}
.souvenir_container figure img {
  width: 100%;
  height: auto;
}

.fullorder_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fullorder_container {
    background-color: #f8ebef;
    flex-direction: column;
    padding-top: 20px;
  }
  .fullorder_container > figure {
    width: 80px;
    margin: 0 auto;
  }
}

.fullorder_content {
  width: 940px;
  background-color: #f8ebef;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .fullorder_content {
    width: 100%;
    padding: 10px 15px 20px;
  }
}

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

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

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

.step {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .step {
    margin-bottom: 40px;
    position: relative;
  }
  .step::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background-color: #db9cb1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
}
.step > figure {
  position: relative;
}
.step > figure::after {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 140px);
  background-color: #db9cb1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .step > figure::after {
    display: none;
  }
}

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

.mamusubi_content {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .mamusubi_content {
    width: 46%;
  }
}
.mamusubi_content .num {
  margin-right: 10px;
  font-size: 2.5rem;
  color: #b73963;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .mamusubi_content .num {
    font-size: 2.2rem;
  }
}
.mamusubi_content figure {
  max-width: 130px;
  margin: 0 auto 10px;
}

.musubi_box {
  margin-bottom: 40px;
}

.hodoki_content {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .hodoki_content {
    width: 46%;
  }
}
.hodoki_content figure {
  max-width: 170px;
  margin: 0 auto 10px;
}

.num {
  margin-right: 10px;
  font-size: 2.5rem;
  color: #b73963;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .num {
    font-size: 2.2rem;
  }
}

.how_to_container2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.how_to_container2 figure {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .how_to_container2 figure {
    margin-left: 0;
  }
}

.furoshiki_content {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .furoshiki_content {
    width: 100%;
  }
}
.furoshiki_content figure {
  max-width: 540px;
  margin: 0 auto;
}

.furoshiki_content2 {
  width: 100%;
}

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

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

.movie_content {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .movie_content {
    width: 49%;
  }
}
.movie_content .video_container {
  width: 100%;
  margin-bottom: 20px;
}
.movie_content video {
  width: 100%;
  height: auto;
}

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

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

.product_list li {
  padding-left: 20px;
  background: url(images/list_deco.png) left top 6px no-repeat;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .product_list li {
    font-size: 1.4rem;
    background: url(images/list_deco.png) left top 4px no-repeat;
  }
}

.history_tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .history_tbl tr {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .history_tbl tr::after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 5px;
    background-color: #b598af;
  }
}
.history_tbl th {
  width: 15%;
  font-weight: 400;
  text-align: left;
  padding: 15px 0;
  color: #6b325f;
  border-right: 1px solid #b598af;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history_tbl th {
    width: 100%;
    padding: 20px 0 10px 30px;
    border-right: revert;
  }
}
.history_tbl th::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50vh;
  background-color: #b598af;
  top: 23px;
  right: -5px;
}
@media screen and (max-width: 767px) {
  .history_tbl th::after {
    top: 27px;
    left: 0;
  }
}
.history_tbl td {
  width: 85%;
  padding: 15px 0px 15px 70px;
}
@media screen and (max-width: 767px) {
  .history_tbl td {
    width: 100%;
    padding: 0px 0 20px 30px;
  }
}
.history_tbl td a {
  text-decoration: none;
  color: #b73963;
  transition: 0.3s;
  position: relative;
}
.history_tbl td a::after {
  display: block;
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0px;
  right: 10%;
  background-color: #b73963;
  transition: 0.3s;
}
.history_tbl td a:hover {
  opacity: 0.8;
}
.history_tbl td a:hover::after {
  width: 0%;
}

.news_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news_box {
    flex-direction: column;
    gap: 20px;
  }
}

.fig8 {
  width: 340px;
  aspect-ratio: 34/27;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fig8 {
    width: 100%;
  }
}
.fig8 a {
  width: 100%;
  height: 100%;
  position: relative;
}

.txt8 {
  width: 820px;
}
@media screen and (max-width: 767px) {
  .txt8 {
    width: 100%;
  }
}
.txt8 .date {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  color: #6b325f;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .txt8 .date {
    font-size: 1.6rem;
  }
}
.txt8 .btn4_1 {
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .txt8 .btn4_1 {
    margin: 30px auto 0;
  }
}

.contact_tel {
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    margin: 30px 0;
  }
}

.pp {
  background: url(images/cloth_bg2.jpg);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 20px;
  }
}
.pp p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pp p {
    font-size: 1.4rem;
  }
}
.pp .policy {
  font-size: 1.8rem;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #6b325f;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp .policy {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

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