@charset "UTF-8";
/*
Author: Spreaf
Version: ver202310
base: lepo
*/
/* ==============================
base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

body,
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

article, aside, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: auto;
}

a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

address {
  font-style: normal;
}

img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

img {
  display: block;
}

.p_center {
  text-align:center;
}

/* general 
============================== */
a {
  text-decoration: none;
  display: inline-block;
}

a:link{
  color:#000;
}

a:hover{
  color:#000;
}

a:visited{
  color:#000;
}

a.foot:link{
  color:#fff;
}

a.foot:hover{
  color:#fff;
}

a.foot:visited{
  color:#fff;
}

section {
  clear: both;
}

.wrapper,
section {
  position: relative;
}

.wrapper,
.inner {
  margin-left: auto;
  margin-right: auto;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  color: #000;
  line-height: 2;
  line-height: 1.867;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .gmap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .over a,
.over a img {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .over a:hover {
    opacity: 0.6;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.fadein {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}

.fadein.show {
  opacity: 1;
}

.fadein_up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fadein_down {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fadein_up.show,
.fadein_down.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.font-min {
  font-family: "Noto Serif JP", serif;
}

body {
  color: #242424;
  background-color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
  .sec__inner {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* =========================
common
========================== */
body {
  -webkit-animation: pageFadeIn 1s ease 0s 1 normal;
          animation: pageFadeIn 1s ease 0s 1 normal;
}

@-webkit-keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drawer_button {
  display: block;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  top: 50px;
  right: 60px;
  z-index: 1100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #BF0A2D;
}
.drawer_button:hover {
  opacity: 0.7;
}
.drawer_button__txt {
  font-size: 9px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
  margin-top: 0.6em;
}
.drawer_button .hamburger {
  position: relative;
  width: 30px;
  height: 20px;
  margin: 8px auto 0;
}
.drawer_button .hamburger span {
  height: 1px;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #fff;
}
.drawer_button .hamburger span:nth-child(1) {
  top: 0;
}
.drawer_button .hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.drawer_button .hamburger span:nth-child(3) {
  bottom: 0;
}
.drawer_button.active .hamburger span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(135deg);
          transform: translateY(9px) rotate(135deg);
}
.drawer_button.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.drawer_button.active .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-135deg);
          transform: translateY(-9px) rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .drawer_button {
    top: 15px;
    right: 15px;
    top: 4.5vw;
    right: 4vw;
  }
  .order_btn {
	position: fixed;
    top: 4.5vw;
    right: 18vw;
	z-index: 10000;
	background-color: #BE0A2D;
	padding:11px 20px 11px 20px;
	color: #fff;
	text-align: center;
  } 
}
/* #nav_sp */
body.active #nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

#nav {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 480px;
  visibility: hidden;
  z-index: -1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: white;
  background-color: #BF0A2D;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(375px);
          transform: translate(375px);
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
#nav .drawer_nav {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 200px 0 20px;
}
#nav .drawer_nav::-webkit-scrollbar {
  display: none;
}
#nav .nav__menu .logo {
  position: relative;
  width: 197px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
#nav .nav__menu ul {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#nav .nav__menu ul::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
  bottom: 0;
  display: block;
  height: 1px;
  width: 240px;
  background-color: #FFF;
}
#nav .nav__menu ul.first::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  display: block;
  height: 1px;
  width: 240px;
  background-color: #FFF;
}
#nav .nav__menu ul li a {
  position: relative;
  display: block;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 15px 20px;
}
#nav .tel {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav .drawer_nav {
    padding: 90px 0 20px;
  }
  #nav .nav__menu .logo {
    position: absolute;
    width: 35vw;
    left: 6.13vw;
    top: 5.3vw;
    margin: 0;
  }
  #nav .nav__menu ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #nav .nav__menu ul li a {
    font-size: 1.8rem;
    padding: 9px 10px;
  }
  #nav .tel {
    display: inline-block;
    text-align: center;
    color: #C7A159;
    padding-top: 20px;
  }
  #nav .tel a {
    color: #C7A159;
  }
  #nav .tel__txt {
    font-size: 1.2rem;
  }
  #nav .tel__num {
    display: block;
    position: relative;
    font-size: 1.6rem;
    padding-left: 20px;
  }
  #nav .tel__num::before {
    content: "";
    background-repeat: no-repeat;
    background-image: url(./../img/icon-tel.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

body {
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #472519;
  top: 0;
  right: 0;
  width: 58.3vw;
  height: 420px;
}
@media screen and (max-width: 767px) {
  body::after {
    width: 53.3vw;
    height: 20vh;
  }
}
.header-logo {
  position: absolute;
  z-index: 1020;
  width: 263px;
  left: 60px;
  top: 36px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 35vw;
    left: 6.13vw;
    top: 5.3vw;
  }
  body.active .header-logo {
    z-index: 900;
  }
}
@media screen and (min-width: 768px) {
  .header-logo {
    z-index: 1020;
  }
}
.header {
  position: relative;
  z-index: 1010;
  color: #C7A159;
  height: 150px;
}
.header__right {
  position: fixed;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  right: 0;
  right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 56%;
  padding-top: 45px;
  padding-right: 120px;
}
.header .btn-order {
  margin-right: 10px;
}
.header .btn-order a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#BF0A2D), to(#600517)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #BF0A2D 0%, #600517 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #BF0A2D 0%, #600517 100%) 0% 0% no-repeat padding-box;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.header .btn-order a::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 3px;
  left: 3px;
  border: solid 1px #fff;
}
.header .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .tel__txt {
  font-size: 1.2rem;
  margin-right: 1em;
}
.header .tel__num {
  position: relative;
  font-size: 1.6rem;
  padding-left: 20px;
}
.header .tel__num::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(./../img/icon-tel.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header {
    height: 22vw;
  }
  .ord{
    background-color: #fff;
	height: 22vw;
  }
  .header .btn-order, .header .tel {
    display: none;
  }
}
@media (min-width: 768px) {
  .header {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .header__right {
    display: block;
    padding-top: 30px;
  }
  .header .tel {
    margin-top: 6px;
  }
}

#footer {
  position: relative;
}
#footer .logo {
  width: 158px;
}
#footer .copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #footer .footer__bottom {
    padding: 20px 20px 20px;
  }
  #footer .logo {
    width: 130px;
    margin: 0 auto 10px;
  }
  #footer .copy {
    display: block;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 40px;
  }
  #footer .copy {
    text-align: right;
  }
}

.pagetop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../img/pagetop.png);
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.7;
  z-index: 1000;
}

.line_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    right: 40px;
    bottom: 110px;
	z-index: 1000;
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pagetop {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
	right: 10px;
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: -8vw;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    -webkit-transform: translateY(0);
            transform: translateY(0);
	opacity: 0.7;
  }
  .line_btn {
    right: 10px;
    bottom: 75px;
	z-index: 1000;
	opacity: 0.7;
}
}
@media screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    width: 60px;
    height: 60px;
    margin-left: auto;
    right: 40px;
    bottom: 40px;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
}
.linetalk {
  position: fixed;
  bottom: 120px;
  right: 37px;
  z-index: 900;
}

@media screen and (max-width: 767px) {
  .linetalk {
    width: 60px;
    height: auto;
    bottom: 10px;
    right: 10px;
  }
}
/* ==========================
common
========================== */
a.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#BF0A2D), to(#600517)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #BF0A2D 0%, #600517 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #BF0A2D 0%, #600517 100%) 0% 0% no-repeat padding-box;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
a.button.gold {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#C1A264), to(#906F49)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #C1A264 0%, #906F49 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #C1A264 0%, #906F49 100%) 0% 0% no-repeat padding-box;
}
a.button::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 3px;
  left: 3px;
  border: solid 1px #fff;
}

.fadeinUp {
  opacity: 0;
}

.fadeinUp.show {
  -webkit-animation: fadeinUp 0.8s ease-in-out 0s forwards;
          animation: fadeinUp 0.8s ease-in-out 0s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes fadeinUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeinUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*page-front*/
.front-fv-sec {
  position: relative;
}
@media screen and (max-width: 767px) {
  .front-fv-sec {
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../img/home/fv_bg_sp.jpg);
    background-position: center;
    height: calc(100vh - 22vw);
  }
  .front-fv-sec .txt {
    position: absolute;
    mix-blend-mode: darken;
    width: 56.5vw;
    left: 6%;
    top: 31%;
  }
  .front-fv-sec .btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .front-fv-sec {
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../img/home/fv_bg.jpg);
    background-position: center;
    height: 480px;
    max-width: 1800px;
  }
  .front-fv-sec .inner {
    position: relative;
    margin: auto;
    width: 1120px;
  }
  .front-fv-sec .txt {
    width: 471px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 65px;
    mix-blend-mode: darken;
    margin-left: -276px;
  }
}

.front-sec1 .img1 {
  margin-bottom: 24px;
}
.front-sec1 .sec__head {
  width: 125px;
  margin-left: auto;
  margin-right: 24px;
  margin-bottom: 10px;
}
.front-sec1 .block1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-top: 66px;
  margin-bottom: 135px;
}
.front-sec1 .block1 .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}
.front-sec1 .block2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  margin-bottom: 180px;
}
.front-sec1 .block2 .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.front-sec1 .block2 .ttl em {
  font-style: normal;
  color: #BF0A2D;
}
.front-sec1 .block2 .txt-lead {
  text-align: center;
  margin-bottom: 22px;
}
.front-sec1 .block2 .list .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./../img/home/point_img1.jpg);
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  height: 336px;
  margin-bottom: 10px;
}
.front-sec1 .block2 .list li:nth-child(1) .img {
  background-image: url(./../img/home/point_img1.jpg);
}
.front-sec1 .block2 .list li:nth-child(2) .img {
  background-image: url(./../img/home/point_img2.jpg);
}
.front-sec1 .block2 .list li:nth-child(3) .img {
  background-image: url(./../img/home/point_img3.jpg);
}
.front-sec1 .block2 .list li:nth-child(4) .img {
  background-image: url(./../img/home/point_img4.jpg);
}
@media screen and (max-width: 767px) {
  .front-sec1 .img1 {
    margin-bottom: 13.2vw;
  }
  .front-sec1 .sec__head {
    margin-right: 10vw;
    margin-bottom: 40px;
  }
  .front-sec1 .block1 {
    padding-top: 26.4vw;
    margin-bottom: 26vw;
  }
  .front-sec1 .block1 .txt {
    line-height: 2;
    padding: 0 6.4%;
  }
  .front-sec1 .block2 .ttl {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .front-sec1 .block2 .txt-lead {
    margin-bottom: 50px;
  }
  .front-sec1 .block2 .list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 62vw;
  }
  .front-sec1 .block2 .list li {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
  .front-sec1 .block2 .list .img {
    font-size: 2.4rem;
    height: 62vw;
  }
}
@media screen and (min-width: 768px) {
  .front-sec1 .block1 .txt {
    line-height: 2.67;
    padding-left: 60px;
  }
  .front-sec1 .block2 .ttl {
    font-size: 3.6rem;
  }
  .front-sec1 .block2 .txt-lead {
    margin-bottom: 22px;
  }
  .front-sec1 .block2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .front-sec1 .block2 .list li {
    width: 23%;
    font-size: 1.5rem;
  }
  .front-sec1 .block2 .list .img {
    font-size: 2.4rem;
    height: 336px;
  }
}

.front-sec2 {
  background-color: #442216;
  padding-top: 80px;
  padding-bottom: 93px;
}
.front-sec2 .txt1 {
  color: #C7A159;
}
.front-sec2 .txt2 {
  color: #FFF;
}
.front-sec2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-sec2 li {
  font-size: 13px;
  line-height: 1.54;
  background-color: #C7A159;
}
.front-sec2 li .txt {
  min-height: 80px;
  padding: 8px 10px;
}
@media screen and (max-width: 767px) {
  .front-sec2 {
    padding-top: 32px;
    padding-bottom: 60px;
  }
  .front-sec2 .sec__inner {
    padding: 0 6%;
  }
  .front-sec2 .txt1 {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .front-sec2 .txt2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .front-sec2 ul {
    gap: 8px;
  }
  .front-sec2 li {
    width: calc(50% - 4px);
  }
  .front-sec2 .img {
    position: relative;
    overflow: hidden;
    height: 160px;
  }
  .front-sec2 .img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .front-sec2 .btn {
    margin-top: 9.6vw;
  }
  .front-sec2 .btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .front-sec2 .sec__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .front-sec2 .sec__inner .block-left {
    width: 400px;
  }
  .front-sec2 .sec__inner .block-right {
    width: 600px;
  }
  .front-sec2 .txt1 {
    margin-top: 137px;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 36px;
  }
  .front-sec2 .txt2 {
    font-size: 1.5rem;
  }
  .front-sec2 li {
    width: 182px;
    margin-bottom: 40px;
  }
  .front-sec2 li:nth-child(3n+1) {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  .front-sec2 li:nth-child(3n+2) {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  .front-sec2 li .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.front-sec3 {
  padding-top: 194px;
}
.front-sec3 .block {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .front-sec3 {
    padding-top: 31.5vw;
    padding-bottom: 2vw;
  }
  .front-sec3 .block {
    margin-bottom: 80px;
  }
  .front-sec3 .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .front-sec3 .head .head__txt1 {
    position: relative;
    color: #fff;
    background-color: #BF0A2D;
    width: 155px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
  }
  .front-sec3 .head .head__txt1:after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 17px solid #BF0A2D;
  }
  .front-sec3 .head .head__in {
    text-align: center;
    min-width: 160px;
  }
  .front-sec3 .head .head__txt2 {
    display: block;
    color: #BF0A2D;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .front-sec3 .head .head__txt3 {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  .front-sec3 .head {
    background-image: url(./../img/home/sec3__head-bg.png);
    background-repeat: no-repeat;
    width: 540px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
  }
  .front-sec3 .head .head__txt1 {
    position: relative;
    color: #fff;
    background-color: #BF0A2D;
    width: 183px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
  }
  .front-sec3 .head .head__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .front-sec3 .head .head__txt2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #BF0A2D;
    font-size: 1.8rem;
    height: 60px;
    width: 180px;
  }
  .front-sec3 .head .head__txt3 {
    position: relative;
    font-family: "Noto Serif JP", serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 180px;
    font-size: 3.6rem;
    line-height: 1.1;
  }
}
.front-sec3 .box__ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #BF0A2D;
  text-align: center;
}
.front-sec3 .box__txt1 {
  max-width: 496px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  line-height: 1.867;
  margin-bottom: 50px;
}
.front-sec3 .box__img {
  text-align: center;
  margin-bottom: 40px;
}
.front-sec3 .box__img img {
  display: inline-block;
}
.front-sec3 .box__txt2 {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 32px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .front-sec3 .box__txt1 {
    padding: 0 6%;
  }
  .front-sec3 .box__img {
    padding: 0 6%;
  }
  .front-sec3 .box__txt2 {
    padding: 20px 6%;
  }
}
.front-sec4 {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/sec4__bg.jpg);
  padding-top: 160px;
  padding-bottom: 100px;
}
.front-sec4 .sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/head_ribbon.png);
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front-sec4 .sec__head {
    font-size: 2.2rem;
    width: 100%;
    height: 48px;
  }
}
.front-sec4 .sec__head span {
  font-size: 133%;
}
.front-sec4 .list-feature .ttl {
  color: #BF0A2D;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 5px;
}
.front-sec4 .list-feature .txt {
  font-size: 1.5rem;
  line-height: 1.867;
  margin-bottom: 5px;
}
.front-sec4 .list-feature .btn a {
  background-color: #B6975E;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.2;
}
.front-sec4 .txt-slide {
  text-align: center;
  font-weight: bold;
  color: #BF0A2D;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.front-sec4 .slide-items,
.front-sec4 .item {
  mix-blend-mode: darken;
}
.front-sec4 .list-ex .name {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-top: 12px;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-align: center;
}
.front-sec4 .list-ex .txt1 {
  margin-top: 2px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.front-sec4 .list-ex .txt2 {
  position: relative;
  margin-top: 29px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1em;
}
.front-sec4 .list-ex .txt2::before {
  position: absolute;
  top: -14px;
  left: 50%;
  height: 1px;
  width: 56px;
  background-color: #707070;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.front-sec4 .list-ex .pro_du {
  width: 100%;
  margin: 20px auto 0;
}
.front-sec4 .list-ex .btn a {
  background-color: #B6975E;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.2;
}
.front-sec4 .btn-order {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .front-sec4 {
    padding: 72px 6%;
  }
  .front-sec4 .sec__head {
    margin-bottom: 38px;
  }
  .front-sec4 .sec__head span {
    font-size: 133%;
  }
  .front-sec4 .list-feature {
    padding-left: 4%;
    padding-right: 4%;
  }
  .front-sec4 .list-feature li {
    margin-bottom: 60px;
  }
  .front-sec4 .list-feature .img {
    width: 58.7vw;
    margin-left: auto;
    margin-right: auto;
  }
  .front-sec4 .list-ex {
    padding-left: 4%;
    padding-right: 4%;
  }
  .front-sec4 .list-ex .pro_du {
  width: 99%;
}
}
@media screen and (min-width: 768px) {
  .front-sec4 .list-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 180px;
  }
  .front-sec4 .list-feature li {
    width: 300px;
  }
  .front-sec4 .list-ex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .front-sec4 .list-ex li {
    width: 300px;
    margin-bottom: 110px;
  }
}

.front-sec5 {
  padding-top: 160px;
  padding-bottom: 100px;
}
.front-sec5 .sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/head_ribbon.png);
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .front-sec5 .sec__head {
    font-size: 2.2rem;
    width: 100%;
    height: 48px;
  }
}
.front-sec5 .sec__head.gold {
  background-image: url(./../img/home/head_ribbon_gold.png);
}
.front-sec5 .list-item img {
  width: 100%;
}
.front-sec5 .list-item th, .front-sec5 .list-item td {
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1.54;
}
.front-sec5 .list-item .btn a {
  background-color: #B6975E;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.2;
}
.front-sec5 .item__title {
  position: relative;
  color: #fff;
  background-color: #BF0A2D;
  width: 240px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  padding: 0 10px 0 30px;
}
.front-sec5 .item__title:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 16px solid #BF0A2D;
}
.front-sec5 .item__title .num {
  font-size: 140%;
}
.front-sec5 .item__title.gold {
  background-color: #C7A159;
}
.front-sec5 .item__title.gold::after {
  border-left: 16px solid #C7A159;
}
.front-sec5 .item__fee {
  font-size: 1.8rem;
  line-height: 2;
  color: #BF0A2D;
}
@media screen and (max-width: 767px) {
  .front-sec5 {
    padding: 72px 6%;
  }
  .front-sec5 .sec__head {
    margin-bottom: 60px;
  }
  .front-sec5 .list-item {
    display: block;
  }
  .front-sec5 .list-item li {
    position: relative;
    margin-top: 21.3vw;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 2.67vw;
    -webkit-box-shadow: 0 0 5.3vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 5.3vw rgba(0, 0, 0, 0.16);
  }
  .front-sec5 .list-item li::before {
    position: absolute;
    top: -16vw;
    left: 50%;
    display: block;
    height: 10.67vw;
    width: 1px;
    background-color: #707070;
    content: "";
  }
  .front-sec5 .list-item .item__title {
    width: 64vw;
    -webkit-transform: translateX(-6.1vw);
            transform: translateX(-6.1vw);
  }
  .front-sec5 .list-item .item__fig {
    width: 64vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5.3vw;
    padding-bottom: 20px;
  }
  .front-sec5 .list-item .item__text {
    padding-top: 3.2vw;
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 4vw;
    line-height: 7.467vw;
  }
  .front-sec5 .list-item .meta {
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .front-sec5 .block2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .front-sec5 .list-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 120px;
  }
  .front-sec5 .list-item::before {
    position: absolute;
    top: -100px;
    left: 50%;
    display: block;
    height: 80px;
    width: 1px;
    background-color: #707070;
    content: "";
  }
  .front-sec5 .list-item li {
    width: 300px;
    width: 30%;
    padding: 20px 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    background-color: #707070;
    background-color: #fff;
  }
  .front-sec5 .list-item .item__title {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .front-sec5 .list-item .item__fig {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .front-sec5 .list-item .meta {
    min-height: 120px;
  }
  .front-sec5 .list-item .item5 .item__fig {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .front-sec5 .block2 {
    margin-top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .front-sec5 .sec5__list li {
    width: 33.3%;
    padding: 20px 20px 20px;
  }
  .front-sec5 .sec5__list .item__title {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.front-sec6 {
  padding-top: 110px;
  padding-bottom: 50px;
}
.front-sec6 .sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/head_ribbon.png);
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .front-sec6 .sec__head {
    font-size: 2.2rem;
    width: 100%;
    height: 48px;
  }
}
.front-sec6 .txt-fee {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.front-sec6 .txt-fee .txt1 {
  font-size: 5rem;
}
.front-sec6 .txt-fee .txt2 {
  font-size: 2rem;
}
.front-sec6 .list-disc li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
}
.front-sec6 .list-disc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 6px;
  width: 6px;
  background-color: #BF0A2D;
  border-radius: 50%;
}
.front-sec6 .box {
  margin-top: 20px;
  padding: 20px 35px 12px;
  border: 1px solid #A7A7A7;
  background-color: #FFFFFF;
}
.front-sec6 .box__ttl {
  font-size: 13px;
  margin-bottom: 20px;
}
.front-sec6 .box .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.front-sec6 .box .list-wrap ul {
  width: 48%;
}
.front-sec6 .list-note {
  margin-top: 9px;
}
.front-sec6 .list-note li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
}
.front-sec6 .list-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.front-sec6 .block2 {
  margin-top: 26px;
}
.front-sec6 .block2__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  width: 100%;
  font-size: 1.6rem;
  background-color: #242424;
  color: #FFFFFF;
}
.front-sec6 .block2__ttl2 {
  position: relative;
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 20px;
  padding-left: 1em;
}
.front-sec6 .block2__ttl2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  background-color: #242424;
  border-radius: 50%;
}
.front-sec6 .block2 .txt3 {
  margin-top: 3px;
  font-size: 13px;
  line-height: 20px;
}
.front-sec6 .block2 .img-card {
  margin-top: 6px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .front-sec6 {
    padding-top: 16vw;
    padding-bottom: 10.7vw;
    background-color: #f2f2f2;
  }
  .front-sec6 .sec__inner {
    padding-left: 6.13vw;
    padding-right: 6.13vw;
  }
  .front-sec6 .txt-fee {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .front-sec6 .txt-fee .txt1 {
    font-size: 3rem;
  }
  .front-sec6 .txt-fee .txt2 {
    font-size: 1.6rem;
  }
  .front-sec6 .box {
    margin-top: 20px;
    padding: 16px 20px 12px;
  }
  .front-sec6 .box__ttl {
    margin-bottom: 10px;
  }
  .front-sec6 .box .list-wrap {
    display: block;
  }
  .front-sec6 .box .list-wrap ul {
    width: 100%;
  }
  .front-sec6 .btn-order {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .front-sec6 {
    background: url(./../img/home/sec6__bg.jpg) repeat center top;
  }
  .front-sec6 .sec__inner2 {
    width: 584px;
  }
  .front-sec6 .front__sec6__text_4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 9px;
    font-size: 15px;
    line-height: 28px;
  }
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  top: 28%;
  top: 150px;
  width: 42px;
  height: 42px;
  z-index: 10;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background-image: url(./../img/slide-left.png);
  left: 0;
  right: auto;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
  background-image: url(./../img/slide-right.png);
  left: auto;
  right: 0;
}

.front-sec7 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.front-sec7 .sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/head_ribbon.png);
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .front-sec7 .sec__head {
    font-size: 2.2rem;
    width: 100%;
    height: 48px;
  }
}
.front-sec7 .list {
  margin-left: auto;
  margin-right: auto;
}
.front-sec7 .list li {
  position: relative;
  border: 1px solid #A7A7A7;
}
.front-sec7 .list li::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -9.07vw;
  display: block;
  height: 3.73vw;
  width: 11.2vw;
  background: url(./../img/home/sec7-arrow.png) no-repeat center center/100%;
}
.front-sec7 .list li:last-child {
  margin-bottom: 0;
}
.front-sec7 .list li:last-child::before {
  display: none;
}
.front-sec7 .list .txt1 {
  margin-top: 6px;
  font-size: 15px;
}
.front-sec7 .list .txt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  margin-top: 13px;
  border: 1px solid #BF0A2D;
  font-size: 15px;
  color: #BF0A2D;
  padding: 1px 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .front-sec7 {
    padding: 80px 6%;
  }
  .front-sec7 .sec__head {
    margin-bottom: 40px;
  }
  .front-sec7 .list li {
    margin-bottom: 20vw;
    padding: 10.7vw 8vw 4.27vw;
  }
  .front-sec7 .list li::before {
    bottom: -9.07vw;
    height: 3.73vw;
    width: 11.2vw;
    background: url(./../img/home/sec7-arrow.png) no-repeat center center/100%;
  }
  .front-sec7 .list .num {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 11.2vw;
    width: 11.2vw;
    font-size: 5.3vw;
    line-height: 9.6vw;
    background-color: #BF0A2D;
    color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .front-sec7 .list .img {
    width: 53.3vw;
    margin-left: auto;
    margin-right: auto;
  }
  .front-sec7 .list .ttl {
    font-weight: bold;
    margin-top: 1.067vw;
    font-size: 5.33vw;
    line-height: 9.6vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .front-sec7 .list .txt1 {
    margin-top: -0.53vw;
    font-size: 4vw;
    line-height: 7.467vw;
  }
  .front-sec7 .list .txt2 {
    min-height: 8.533vw;
    margin-top: 1.067vw;
    margin-bottom: 1.867vw;
  }
}
@media screen and (min-width: 768px) {
  .front-sec7 .list {
    width: 672px;
    margin-left: auto;
    margin-right: auto;
  }
  .front-sec7 .list li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 258px;
    margin-bottom: 54px;
    padding: 25px 60px;
  }
  .front-sec7 .list li::before {
    bottom: -35px;
    height: 14px;
    width: 42px;
  }
  .front-sec7 .list .num {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    width: 42px;
    font-size: 20px;
    line-height: 36px;
    background-color: #BF0A2D;
    color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .front-sec7 .list .img {
    width: 200px;
  }
  .front-sec7 .list .box-txt {
    width: 300px;
  }
  .front-sec7 .list .ttl {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
  }
}

.front-sec8 {
  background-position: center top;
  background-repeat: repeat;
  background-image: url(./../img/home/sec8__bg.jpg);
  padding-top: 100px;
  padding-bottom: 120px;
}
.front-sec8 .sec__head {
  background-repeat: no-repeat;
  background-image: url(./../img/home/sec8__head_bg1.png), url(./../img/home/sec8__head_bg2.png);
  background-size: contain;
  background-position: center left, center right;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-left: auto;
  margin-right: auto;
  height: 34px;
  max-width: 340px;
  margin-bottom: 40px;
}
.front-sec8 .txt-slide {
  text-align: center;
  font-weight: bold;
  color: #BF0A2D;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
.front-sec8 .item__title {
  position: relative;
  color: #fff;
  background-color: #BF0A2D;
  width: 228px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 20px;
}
.front-sec8 .item__title::after {
  content: "";
  position: absolute;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 14px solid #BF0A2D;
}
.front-sec8 .box-right p {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.front-sec8 .box-right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .front-sec8 {
    padding-top: 21.333vw;
    padding-bottom: 16vw;
    background: url(./../img/home/sec8__bg_sp.jpg) repeat center top/306.13vw;
  }
  .front-sec8 .sec__head {
    margin-bottom: 40px;
  }
  .front-sec8 .item__title {
    width: 64vw;
    -webkit-transform: translateX(-6.13vw);
            transform: translateX(-6.13vw);
  }
  .front-sec8 li {
    padding-left: 6.133vw;
    padding-right: 6.133vw;
  }
  .front-sec8 li .box {
    padding-top: 5vw;
    padding-bottom: 9vw;
    background-color: #fff;
  }
  .front-sec8 li .item__fig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50.133vw;
    width: 64vw;
    margin-top: 6.933vw;
    margin-left: auto;
    margin-right: auto;
  }
  .front-sec8 li .item__txt1 {
    width: 71.4667vw;
    margin-top: 4.267vw;
    margin-left: 7.067vw;
    margin-right: auto;
    padding-left: 1.067vw;
    font-size: 4vw;
    line-height: 5.333vw;
  }
  .front-sec8 li .box-right {
    width: 71.467vw;
    margin-top: 2.67vw;
    margin-left: auto;
    margin-right: auto;
  }
  .front-sec8 .btn-order {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .front-sec8 .slick-prev,
.front-sec8 .slick-prev:hover,
.front-sec8 .slick-prev:focus {
    left: -12px;
    top: 50%;
  }
  .front-sec8 .slick-next,
.front-sec8 .slick-next:hover,
.front-sec8 .slick-next:focus {
    right: -12px;
    top: 50%;
  }
  .front-sec8 li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .front-sec8 li .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    padding: 60px 40px;
    min-height: 613px;
  }
  .front-sec8 li .box-left {
    width: 280px;
  }
  .front-sec8 li .item__fig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 280px;
    height: auto;
  }
  .front-sec8 li .item__txt1 {
    font-size: 1.6rem;
    text-align: center;
  }
  .front-sec8 li .box-right {
    width: calc(100% - 320px);
  }
}

.front-sec9 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #242424;
  color: #FFF;
}
.front-sec9 .sec-head {
  position: relative;
  color: #fff;
  background-color: #C7A159;
  width: 228px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2rem;
  padding: 0 20px;
  margin-bottom: 45px;
}
.front-sec9 .sec-head::after {
  content: "";
  position: absolute;
  right: -14px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 14px solid #C7A159;
}
.front-sec9 .txt1 {
  margin-top: 32px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.front-sec9 .txt2 {
  margin-top: 14px;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 1em;
}
.front-sec9 .btn-contact {
  margin-top: 1em;
}
.front-sec9 a.button {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#C1A264), to(#906F49)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #C1A264 0%, #906F49 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #C1A264 0%, #906F49 100%) 0% 0% no-repeat padding-box;
  width: 390px;
  height: 84px;
  font-size: 1.8rem;
  margin-left: 0;
}
.front-sec9 iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .front-sec9 {
    padding-top: 18.67vw;
    padding-bottom: 10.67vw;
  }
  .front-sec9 .sec__inner {
    padding-left: 6.13vw;
    padding-right: 6.13vw;
  }
  .front-sec9 .sec-head {
    width: 230px;
    padding: 0 10px;
  }
  .front-sec9 .box-ttl {
    width: 80vw;
    margin-top: 12vw;
    margin-bottom: 8.5vw;
  }
  .front-sec9 .box-ttl img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .front-sec9 .txt1 {
    margin-bottom: 4vw;
  }
  .front-sec9 a.button {
    width: 100%;
    height: 78px;
  }
}
@media screen and (min-width: 768px) {
  .front-sec9 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .front-sec9 .box-left {
    width: 400px;
  }
  .front-sec9 .box-right {
    width: calc(100% - 450px);
  }
  .front-sec9 .box-right .gmap {
    height: 100%;
  }
}

.front-sec10 {
  background-position: center top;
  background-repeat: repeat;
  background-image: url(./../img/home/sec8__bg.jpg);
  padding-top: 100px;
  padding-bottom: 120px;
}
.front-sec10 .sec__head {
  background-repeat: no-repeat;
  background-image: url(./../img/home/sec8__head_bg1.png), url(./../img/home/sec8__head_bg2.png);
  background-size: contain;
  background-position: center left, center right;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-left: auto;
  margin-right: auto;
  height: 34px;
  max-width: 340px;
  margin-bottom: 40px;
}
/*toggle*/
.toggle_list {
  background-color: #fff;
  padding: 40px;
}
.toggle_list .toggle_body {
  display: none;
}
.toggle_list .toggle_body.open {
  display: block;
}
.toggle_list .toggle_head,
.toggle_list .toggle_body {
  position: relative;
}
.toggle_list .toggle_head {
  cursor: pointer;
  position: relative;
  padding-left: 80px;
  font-size: 18px;
  margin-top: 40px;
}
.toggle_list .toggle_head::before {
  content: "";
  line-height: 1;
  width: 70px;
  height: 42px;
  background-image: url(../img/toggle-q_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -6px;
}
.toggle_list .toggle_head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/toggle-open.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.toggle_list .toggle_head.open::after {
  background-image: url(../img/toggle-close.png);
}
.toggle_list .toggle_body {
  position: relative;
  font-size: 15px;
  padding: 40px 0 20px 80px;
}
@media screen and (max-width: 767px) {
  .front-sec10 {
    padding: 21.333vw 20px 16vw;
    background: url(./../img/home/sec8__bg_sp.jpg) repeat center top/306.13vw;
  }
  .front-sec10 .sec__head {
    margin-bottom: 40px;
  }
  .toggle_list {
    padding: 20px;
  }
  .toggle_list .toggle_head {
    margin-top: 20px;
    padding: 0 32px;
    line-height: 1.4;
  }
  .toggle_list .toggle_head::before {
    width: 50px;
    height: 42px;
    background-image: url(../img/toggle-q_sp.png);
    left: -28px;
    top: 2px;
  }
  .toggle_list .toggle_head::after {
    width: 24px;
    height: 24px;
  }
  .toggle_list .toggle_body {
    padding: 10px 0 20px;
  }
}
@media screen and (min-width: 768px) {
}


.pagetitle {
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .page__main {
    padding-bottom: 10.7vw;
  }
}
/*page-front*/
.pagetitle {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .pagetitle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./../img/pagetltle-bg_sp.jpg);
    height: 48vw;
    font-size: 2.6rem;
    padding-top: 34vw;
  }
}
@media screen and (min-width: 768px) {
  .pagetitle {
    margin: auto;
    background-image: url(./../img/pagetltle-bg.jpg);
    background-size: 1800px 320px;
    height: 320px;
    font-size: 4rem;
    padding-top: 220px;
  }
}

.head-ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/head_ribbon.png);
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 80px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .head-ribbon {
    font-size: 2.2rem;
    width: 100%;
    height: 48px;
  }
}
.head-ribbon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(./../img/home/head_ribbon.png);
  margin-left: auto;
  margin-right: auto;
  width: 564px;
  height: 80px;
  font-size: 2.8rem;
  width: 450px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .head-ribbon-2 {
    font-size: 2.2rem;
    width: 100%;
    height: 48px;
  }
}
/*会社案内---------------------*/
.company-sec1 {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  margin-bottom: 80px;
}
.company-sec1 .list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  width: 280px;
  margin-top: 8px;
}
.company-sec1 .list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.company-sec1 .list li:not(:last-child) {
  border-bottom: 1px solid #A7A7A7;
}
.company-sec1 .title {
  color: #BF0A2D;
  font-size: 1.4rem;
}
.company-sec1 .text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .company-sec1 {
    padding-top: 16vw;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 60px;
  }
  .company-sec1 .text {
    font-size: 2.2rem;
  }
}

.company-sec2 {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
.company-sec2 th, .company-sec2 td {
  text-align: left;
  vertical-align: top;
}
.company-sec2 th {
  font-weight: bold;
}

@media (max-width: 767px) {
  .company-sec2 {
    padding: 16vw 6%;
  }
  .company-sec2 .company-table {
    margin-top: 6.67vw;
    display: block;
    text-align: left;
  }
  .company-sec2 .company-table tbody, .company-sec2 .company-table tr, .company-sec2 .company-table th, .company-sec2 .company-table td {
    display: block;
  }
  .company-sec2 .company-table tr {
    padding-top: 2.4vw;
    padding-bottom: 2.67vw;
    border-bottom: 1px solid #A7A7A7;
  }
  .company-sec2 .company-table tr:last-child {
    border-bottom: 0;
  }
  .company-sec2 .company-table td {
    margin-top: 0.53vw;
  }
  .company-sec2 .list-nav li {
    margin-top: 10.67vw;
  }
  .company-sec2 .list-nav .button {
    width: 74.67vw;
  }
  .company-sec2 .list-nav .button.gold {
    width: 67.2vw;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .company-sec2 .company-table {
    margin-top: 50px;
    font-size: 15px;
  }
  .company-sec2 .company-table tr {
    border-bottom: 1px solid #A7A7A7;
  }
  .company-sec2 .company-table tr:last-child {
    border-bottom: 0;
  }
  .company-sec2 .company-table th, .company-sec2 .company-table td {
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .company-sec2 .company-table th {
    width: 144px;
  }
  .company-sec2 .list-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 50px;
  }
  .company-sec2 .list-nav .button {
    width: 336px;
    height: 72px;
  }
  .company-sec2 .list-nav .button.gold {
    width: 252px;
    height: 54px;
    font-size: 1.5rem;
  }
}

/*印鑑素材---------------------*/
.material-sec1 {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  margin-bottom: 80px;
}
.material-sec1 .list {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  width: 100%;
  margin-bottom: 50px;
}
.material-sec1 .list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.material-sec1 .list li:not(:last-child) {
  border-bottom: 1px solid #A7A7A7;
}
.material-sec1 .title {
  color: #BF0A2D;
  font-size: 1.4rem;
}
.material-sec1 .text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  text-align: left;
}
.material-sec1 .text5 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  
}
@media screen and (max-width: 767px) {
  .material-sec1 {
    padding-top: 16vw;
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 60px;
  }
  .material-sec1 .text {
    font-size: 1.6rem;
  }
}