@charset "UTF-8";
/*
Theme Name: katamuki
*/
/*
 * foundation
 */
html {
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
  scroll-behavior: smooth;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  body {
    padding: 10px;
  }
}

.font {
  font-family: "Roboto", sans-serif;
}

.wrap {
  width: 100%;
  background-color: #fdfaf2;
  position: relative;
}

.wrap_inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.wrap_inner2 {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 10px;
  }
  section {
    padding: 13.33333vw 0;
  }
}
.slick-arrow {
  display: none !important;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.btn-trigger {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .btn-trigger {
    display: block !important;
  }
}

/*=============================
.hum-btn
=============================*/
.hum-btn {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .hum-btn {
    display: block;
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 11px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
#btn05.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}

/*
  * layout
  */
.l-header__fix {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  padding-right: 15px;
  border-right: 1px solid #000;
  height: calc(100vh - 30px);
  z-index: 999;
  background-color: transparent;
  transition: all 0.3s;
}
.l-header__fix.--top {
  border-right: 1px solid #fff;
  background-color: transparent;
}
.l-header__fix__txt01 {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  transition: all 0.3s;
  /* 156.25% */
}
.l-header__fix__txt01.--top {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.l-header__fix__txt01 span {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.l-header__fix__txt02 {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  padding: 16px 0;
  border-bottom: 1px solid #000;
  transition: all 0.3s;
}
.l-header__fix__txt02.--top {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.l-header__fix__txt03 {
  transition: all 0.3s;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  height: 43%;
  margin: 0 auto;
  text-align: center;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__fix__txt03.--top {
  color: #fff;
}
.l-header__fix__txt03 > span {
  writing-mode: vertical-lr;
  display: inline-block;
}
.l-header__fix__txt03 > span > span {
  display: inline-block;
  transform: rotate(90deg);
}
.l-header__fix__ins {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(calc(-50% - 7.5px));
  width: 28px;
  transition: all 0.3s;
}
.l-header__fix__ins img {
  width: 100%;
}
.l-header__logo {
  max-width: 87px;
  margin: 16px auto;
}
.l-header__logo img {
  width: 100%;
}
.l-header__menu {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 16px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__menu li {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  margin: 5px 16px;
  padding: 3px 0;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.l-header__menu li:hover {
  border-bottom: 2px solid #7B3232;
}

.l-headerSp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.l-headerSp > div {
  background-color: #fdfaf2;
  padding: 5em 3em;
  background-image: url(assets/img/sp-bg.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80%;
}
.l-headerSp__item {
  font-weight: 700;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
}
.l-headerSp__item a {
  padding: 10px 0;
  display: block;
}
.l-headerSp__info {
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 20px;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 130.313% */
}
.l-headerSp__ins img {
  width: 28px;
}

@media screen and (max-width: 767px) {
  .l-header__fix {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    padding-right: 15px;
    height: auto;
    background-color: transparent;
    transition: all 0.3s;
    border-right: none;
    background-color: transparent;
  }
  .l-header__fix.--top {
    border-right: none;
    background-color: transparent;
  }
  .l-header__fix__txt01 {
    display: none;
  }
  .l-header__fix__txt02 {
    display: none;
  }
  .l-header__fix__txt03 {
    display: none;
  }
  .l-header__fix__ins {
    display: none;
  }
  .l-header__logo {
    max-width: 51px;
    margin: 0;
  }
  .l-header__menu {
    display: none;
  }
}
.l-footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/bg11.jpg);
  padding: 40px 20px 20px;
}
.l-footer__top {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: center;
}
.l-footer__top > div p:first-child {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
  /* 187.5% */
}
.l-footer__top > div p:last-child {
  width: 29px;
}
.l-footer__top > div p:last-child img {
  width: 100%;
}
.l-footer__logo {
  width: 123px;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__link {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
  /* 20.8px */
}
.l-footer__link li a {
  display: block;
  padding: 10px;
}
.l-footer__copy {
  text-align: center;
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 16.9px */
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 20px 20px;
  }
  .l-footer__top {
    gap: 18px;
  }
  .l-footer__top > div p:first-child {
    font-size: 14px;
    line-height: 1.4;
  }
  .l-footer__logo {
    width: 70px;
  }
  .l-footer__logo img {
    width: 100%;
  }
  .l-footer__link {
    padding: 0px 0;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-bottom: none;
    margin-bottom: 16px;
    margin-top: 24px;
    /* 20.8px */
  }
  .l-footer__link li a {
    text-align: center;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
  .l-footer__copy {
    font-size: 10px;
  }
}
.l-page__link {
  border-top: 2px solid #816961;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.l-page__link__btn a {
  position: relative;
  display: block;
  z-index: 1;
  pointer-events: all;
}
.l-page__link__btn a::before {
  z-index: -1;
}
.l-page__link__btn a::after {
  z-index: -1;
}
.l-page__link__b a {
  padding-left: 75px;
  transition: all 0.3s;
}
.l-page__link__b a::before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background-color: #816961;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-page__link__b a:after {
  content: "";
  width: 63px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 48%;
  transform: translateY(-50%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/img/arrow2.svg);
  transition: all 0.3s;
}
.l-page__link__b a:hover {
  opacity: 0.7;
}
.l-page__link__b a:hover:after {
  left: 5px;
}
.l-page__link__a a {
  padding-right: 75px;
}
.l-page__link__a a::before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background-color: #816961;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-page__link__a a:after {
  content: "";
  width: 63px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/img/arrow.svg);
  transition: all 0.3s;
}
.l-page__link__a a:hover {
  opacity: 0.7;
}
.l-page__link__a a:hover:after {
  right: 5px;
}

.l-pagenav {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 214.6%;
  /* 34.336px */
  margin-top: 50px;
}
.l-pagenav .wp-pagenavi {
  display: flex;
}
.l-pagenav .pages {
  display: none !important;
}
.l-pagenav .wp-pagenavi a,
.l-pagenav .wp-pagenavi span {
  border: none;
  text-decoration: none;
  padding: 0px 4px;
  margin: 0px 16px;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}
.l-pagenav .wp-pagenavi span.current {
  border-bottom: 3px solid #7B3232;
}

.l-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 63px;
  height: 81px;
  transition: all 0.3s;
  display: none;
  z-index: 999;
}
.l-pagetop img {
  width: 100%;
}
.l-pagetop:hover {
  opacity: 0.7;
  transform: translateY(-3px);
}

@media screen and (max-width: 767px) {
  .l-page__link {
    font-size: 14px;
  }
  .l-page__link__b a {
    padding-left: 50px;
  }
  .l-page__link__b a::before {
    width: 26px;
    height: 26px;
  }
  .l-page__link__b a:after {
    width: 40px;
    height: 8px;
  }
  .l-page__link__b a:hover {
    opacity: 0.7;
  }
  .l-page__link__b a:hover:after {
    left: 5px;
  }
  .l-page__link__a a {
    padding-right: 50px;
  }
  .l-page__link__a a::before {
    width: 26px;
    height: 26px;
  }
  .l-page__link__a a:after {
    width: 40px;
    height: 8px;
  }
  .l-pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: auto;
  }
}
/*
  * object
  */
.c-btn01 {
  display: block;
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 90px;
  position: relative;
  transition: all 0.3s;
}
.c-btn01::before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn01:after {
  content: "";
  width: 63px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 48%;
  transform: translateY(-50%);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/img/arrow.svg);
  transition: all 0.3s;
}
.c-btn01:hover {
  opacity: 0.7;
}
.c-btn01:hover:after {
  right: 5px;
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    padding-right: 70px;
  }
  .c-btn01::before {
    content: "";
    width: 26px;
    height: 26px;
  }
  .c-btn01:after {
    width: 50px;
  }
}
.c-ttl01 {
  color: #7D613F;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 58.5px */
}
.c-ttl01.--w {
  color: #fff;
}
.c-ttl01.--center {
  text-align: center;
}
.c-ttl01__sub {
  color: #7D613F;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
  letter-spacing: 17.5px;
}
.c-ttl01__sub.--w {
  color: #fff;
}
.c-ttl01__sub.--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  .c-ttl01__sub {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 1em;
  }
}
/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.c-content .alignright {
  float: right;
}

.c-content .alignleft {
  float: left;
}

.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.c-content blockquote.alignleft,
.c-content img.alignleft {
  margin: 7px 24px 7px 0;
}

.c-content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.c-content blockquote.alignright,
.c-content img.alignright {
  margin: 7px 0 7px 24px;
}

.c-content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.c-content blockquote.aligncenter,
.c-content img.aligncenter,
.c-content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
.c-content {
  font-size: 16px;
}

.c-content p {
  font-size: 16px;
  line-height: 2.2;
  margin: 0 0 2em 0;
}

.c-content p:last-child {
  margin: 0;
}

.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
}

.c-content h1 {
  font-size: 24x;
  padding: 10px 0;
  line-height: 1.4;
  /*文字周りの余白*/
  color: #010101;
  /*文字色*/
  /*背景色*/
  border-bottom: 1px solid #707070;
  /*下線*/
}
@media screen and (max-width: 767px) {
  .c-content h1 {
    font-size: 20px;
  }
}

.c-content h2 {
  font-size: 24px;
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-content h2 {
    font-size: 20px;
  }
}

.c-content h3 {
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-content h3 {
    font-size: 16px;
  }
}
.c-content h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E0E0E0;
  content: "";
}
.c-content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 2px;
  background-color: #707070;
  content: "";
}

.c-content h4 {
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.4;
  border-bottom: 1px dashed #707070;
}

.c-content h5 {
  font-size: 16px;
}

.c-content h6 {
  font-size: 16px;
}

/* image */
.c-content img[class*=align],
.c-content img[class*=wp-image-],
.c-content img[class*=attachment-],
.c-content img.size-full,
.c-content img.size-large,
.c-content .wp-post-image,
.c-content img {
  height: auto;
  max-width: 100%;
}

/* list */
.c-content li,
.c-content dt,
.c-content dd {
  line-height: 2.4;
}

.c-content ul,
.c-content ol,
.c-content dl {
  margin-bottom: 24px;
}

.c-content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.c-content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.c-content li > ul,
.c-content li > ol {
  margin-bottom: 0;
}

.c-content dt {
  font-weight: bold;
}

.c-content dd {
  margin-bottom: 1em;
}

/* table */
.c-content table {
  margin: 0 0 24px 0;
  width: 100% !important;
}

.c-content td,
.c-content th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 2.4;
  background: #fff;
}

.c-content th {
  background: #f2f2f2;
  font-weight: normal;
}

/* table style */
.c-content table.table_no_border th,
.c-content table.table_no_border td {
  border: none;
  padding-left: 0;
}

.c-content table.table_border_horizontal th,
.c-content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

body.light_color .c-content td,
body.light_color .c-content th {
  border: 1px solid #ccc;
  background: #fafafa;
}

body.light_color .c-content th {
  background: #eee;
}

/* block quote */
.c-content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 0px 0px rgba(150, 150, 150, 0.1);
  position: relative;
}

.c-content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.c-content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.c-content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.c-content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}

.c-content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.c-content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  .c-wrap {
    width: calc(100% - 150px);
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-wrap {
    width: 100%;
    margin: 0;
  }
}
.c-news {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
.c-news__item {
  width: 30%;
  margin-bottom: 3%;
}
.c-news__item a {
  display: block;
  transition: all 0.3s;
}
.c-news__item a:hover {
  opacity: 0.7;
}
.c-news__item__img {
  margin-bottom: 24px;
}
.c-news__item__img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news__item__img__sp img {
  height: 170px !important;
}
.c-news__item__ttl {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}
.c-news__item__ttl.--g {
  color: #000;
}
.c-news__item__info {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-news__item__cat {
  color: #7D613F;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 3px 24px;
  background-color: #f8e6c6;
  border-radius: 50px;
}
.c-news__item__date {
  color: #FFEBC5;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}
.c-news__item__date.--g {
  color: #816961;
}
.c-news__cat {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.c-news__cat li a {
  color: #fff;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 3px 24px;
  background-color: #816961;
  border-radius: 50px;
  transition: all 0.3s;
}
.c-news__cat li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-news {
    display: block;
  }
  .c-news__item {
    width: 100%;
    margin-bottom: 8%;
  }
  .c-news__cat {
    flex-wrap: wrap;
  }
}
.c-single__inner {
  max-width: 990px;
  padding: 0 20px;
  margin: 0 auto;
}
.c-single__info {
  margin: 60px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-single__info > p {
  padding-right: 12px;
  background-color: #fdfaf2;
}
.c-single__info::before {
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #816961;
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.c-single__info .c-news__item__cat {
  font-size: 20px;
}
.c-single__info .c-news__item__date {
  font-size: 16px;
  padding-left: 8px;
  background-color: #fdfaf2;
}
.c-single__eye {
  margin: 24px 0;
}
.c-single__eye img {
  width: 100%;
  height: 100%;
}
.c-single__ttl {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 36.4px */
}

@media screen and (max-width: 767px) {
  .c-single__inner {
    padding: 0 10px;
  }
  .c-single__info .c-news__item__cat {
    font-size: 16px;
  }
  .c-single__info .c-news__item__date {
    font-size: 14px;
  }
  .c-single__eye {
    margin: 24px 0;
  }
  .c-single__eye img {
    width: 100%;
    height: 100%;
  }
  .c-single__ttl {
    font-size: 21px;
  }
}
.p-top-mainvisual {
  height: calc(100vh - 30px);
  position: relative;
}
.p-top-mainvisual__txt {
  display: none;
}
.p-top-mainvisual .swiper-horizontal > .swiper-pagination-bullets,
.p-top-mainvisual .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-mainvisual .swiper-pagination-custom,
.p-top-mainvisual .swiper-pagination-fraction {
  bottom: 24px;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
}
.p-top-mainvisual .swiper-pagination-bullet {
  opacity: 0.7;
  background-color: #fff;
}
.p-top-mainvisual .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #BC9A71;
}
.p-top-mainvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-mainvisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.p-top-mainvisual .mv-slider {
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  max-height: 100vh;
}
.p-top-mainvisual .swiper img {
  width: 80%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mainvisual__i01 {
  position: absolute;
  left: -30px;
  bottom: -55px;
  width: 25%;
  max-width: 300px;
  z-index: 1;
}
.p-top-mainvisual__i01 img {
  width: 100%;
}
.p-top-mainvisual__i02 {
  position: absolute;
  right: calc(20% - 30px);
  transform: translateX(50%);
  top: 12%;
  width: 15%;
  max-width: 214px;
  z-index: 1;
}
.p-top-mainvisual__i02 img {
  width: 100%;
}
.p-top-mainvisual__i03 {
  position: absolute;
  right: 3%;
  bottom: 6%;
  width: 20%;
  z-index: 1;
}
.p-top-mainvisual__i03 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-mainvisual {
    height: auto;
    position: relative;
  }
  .p-top-mainvisual .mv-slider {
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    max-height: 325px;
  }
  .p-top-mainvisual .swiper img {
    width: 85%;
    height: 325px;
  }
  .p-top-mainvisual__i01 {
    display: none;
  }
  .p-top-mainvisual__i02 {
    display: none;
  }
  .p-top-mainvisual__i03 {
    display: none;
  }
  .p-top-mainvisual__txt {
    display: block;
    width: calc(100% - 20px);
    margin: 12px auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #816961;
    color: #000;
    font-size: 13px;
    line-height: 17px;
    /* 130.769% */
  }
}
.p-top-sec1 {
  position: relative;
  z-index: 1;
}
.p-top-sec1__i01 {
  position: absolute;
  left: -20px;
  top: 55%;
  width: 16%;
  z-index: -1;
}
.p-top-sec1__i01 img {
  width: 100%;
}
.p-top-sec1__inner > h2 {
  color: #816961;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  /* 144.444% */
}
.p-top-sec1__inner > div {
  display: flex;
  justify-content: space-between;
}
.p-top-sec1__inner > div > p:first-child {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 250% */
  margin-top: 40px;
}
.p-top-sec1__inner > div > p:nth-child(2) {
  max-width: 500px;
  width: 100%;
}
.p-top-sec1__inner > div > p:nth-child(2) img {
  width: 100%;
}
.p-top-sec1__inner > div > div {
  max-width: 27%;
}
.p-top-sec1__inner > div > div > p:first-child {
  color: #7D613F;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 138.889% */
  margin-bottom: 24px;
}
.p-top-sec1__inner > div > div > p:nth-child(2) {
  color: #000;
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 250% */
}

@media screen and (max-width: 767px) {
  .p-top-sec1__i01 {
    display: none;
  }
  .p-top-sec1__inner > h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .p-top-sec1__inner > div {
    display: block;
    justify-content: space-between;
  }
  .p-top-sec1__inner > div > p:first-child {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8px;
  }
  .p-top-sec1__inner > div > p:nth-child(2) {
    width: 90%;
    margin: 30px auto;
  }
  .p-top-sec1__inner > div > div {
    max-width: 100%;
  }
  .p-top-sec1__inner > div > div > p:first-child {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .p-top-sec1__inner > div > div > p:nth-child(2) {
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-top-sec2 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/bg04.jpg);
}
.p-top-sec2__list {
  margin-top: 70px;
}
.p-top-sec2__inner {
  position: relative;
  z-index: 2;
}
.p-top-sec2__btn {
  position: absolute;
  top: 11%;
  right: 0px;
}
.p-top-sec2__i01 {
  position: absolute;
  left: -30px;
  top: -60px;
  width: 25%;
  z-index: 1;
}
.p-top-sec2__i01 img {
  width: 100%;
}
.p-top-sec2__i02 {
  position: absolute;
  right: -30px;
  bottom: -70px;
  width: 20%;
  z-index: 1;
}
.p-top-sec2__i02 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-sec2 {
    background-image: url(assets/img/bg04-sp.jpg);
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 画像サイズ調整 */
  }
  .p-top-sec2__list {
    margin-top: 30px;
  }
  .p-top-sec2__inner {
    position: relative;
    z-index: 2;
  }
  .p-top-sec2__btn {
    top: 9%;
  }
  .p-top-sec2__i01 {
    position: absolute;
    left: -10px;
    top: -40px;
    width: 35%;
  }
  .p-top-sec2__i02 {
    position: absolute;
    right: -10px;
    bottom: -40px;
    width: 30%;
  }
  .p-top-sec2__slider {
    padding-bottom: 30px;
  }
  .p-top-sec2__slider .swiper-slide {
    padding: 0 36px;
  }
  .p-top-sec2__slider .swiper-pagination-bullet {
    opacity: 0.7;
    background-color: #fff;
  }
  .p-top-sec2__slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
  }
  .p-top-sec2 .swiper-button-prev,
  .p-top-sec2 .swiper-button-next {
    height: 30px;
    width: 15px;
    transform: translateY(-200%);
    margin-top: 0;
  }
  .p-top-sec2 .swiper-button-prev::after,
  .p-top-sec2 .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 30px;
    width: 15px;
  }
  .p-top-sec2 .swiper-button-prev::after {
    background-image: url(assets/img/arrow2-l.svg);
  }
  .p-top-sec2 .swiper-button-next::after {
    background-image: url(assets/img/arrow2-r.svg);
  }
  .p-top-sec2 .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
.p-top-sec3 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/bg05.png);
}
.p-top-sec3__txt {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.p-top-sec3__txt > p {
  width: 48%;
}
.p-top-sec3__txt > p:first-child {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.p-top-sec3__txt > p:last-child {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.p-top-sec3__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.p-top-sec3__list__item {
  width: 45%;
  margin-bottom: 8%;
}
.p-top-sec3__list__item__img img {
  width: 100%;
}
.p-top-sec3__list__item__txtWrap {
  width: 84%;
  margin: 6% auto 0;
}
.p-top-sec3__list__item__txt01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-top-sec3__list__item__txt01 > p {
  width: 56px;
}
.p-top-sec3__list__item__txt01 > p img {
  width: 100%;
}
.p-top-sec3__list__item__txt01 > div {
  width: calc(100% - 68px);
}
.p-top-sec3__list__item__txt01 > div h3 {
  font-family: Noto Serif JP;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 6px;
  /* 31.2px */
}
.p-top-sec3__list__item__txt01 > div p {
  font-family: Noto Serif JP;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.p-top-sec3__list__item__txt02 {
  text-align: center;
  margin: 16px auto;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 33.8px */
}
.p-top-sec3__list__item__txt02 span {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.p-top-sec3__list__item__txt03 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  /* 150% */
}
.p-top-sec3__btn {
  display: block;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  border: 1px solid #816961;
  max-width: 320px;
  width: 100%;
  padding: 24px 12px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.p-top-sec3__btn::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #816961;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  transition: all 0.3s;
}
.p-top-sec3__btn:after {
  content: "";
  width: 63px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 46%;
  transform: translateY(-50%) translateX(50%);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/arrow.svg);
  transition: all 0.3s;
}
.p-top-sec3__btn:hover {
  opacity: 0.7;
}
.p-top-sec3__btn:hover:before {
  right: -5px;
}
.p-top-sec3__btn:hover::after {
  right: 17px;
}

@media screen and (max-width: 767px) {
  .p-top-sec3 {
    background-size: 28%;
    background-position: 37% 0.7%;
    background-image: url(assets/img/bg07.svg);
  }
  .p-top-sec3__txt {
    display: block;
    margin: 30px 0;
  }
  .p-top-sec3__txt > p {
    width: 100%;
  }
  .p-top-sec3__txt > p:first-child {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .p-top-sec3__txt > p:last-child {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-top-sec3__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0%;
  }
  .p-top-sec3__list__item {
    width: 100%;
    margin-bottom: 8%;
  }
  .p-top-sec3__list__item__img img {
    width: 100%;
  }
  .p-top-sec3__list__item__txtWrap {
    width: 100%;
    margin: 6% auto 0;
  }
  .p-top-sec3__list__item__txt01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-top-sec3__list__item__txt01 > p {
    width: 56px;
  }
  .p-top-sec3__list__item__txt01 > p img {
    width: 100%;
  }
  .p-top-sec3__list__item__txt01 > div {
    width: calc(100% - 68px);
  }
  .p-top-sec3__list__item__txt01 > div h3 {
    font-size: 20px;
  }
  .p-top-sec3__list__item__txt01 > div p {
    font-size: 16px;
  }
  .p-top-sec3__list__item__txt02 {
    font-size: 20px;
  }
  .p-top-sec3__list__item__txt02 span {
    font-size: 16px;
  }
  .p-top-sec3__list__item__txt03 {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-top-sec3__btn {
    padding: 16px 50px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-sec3__btn::before {
    content: "";
    width: 30px;
    height: 30px;
  }
  .p-top-sec3__btn:after {
    content: "";
    width: 40px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 46%;
  }
  .p-top-sec3__btn:hover:before {
    right: 0px;
  }
  .p-top-sec3__btn:hover::after {
    right: 15px;
  }
}
.p-top-sec4 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.p-top-sec4__pc {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.p-top-sec4__pc #target2 {
  position: relative;
}
.p-top-sec4__pc__ico {
  position: absolute;
}
.p-top-sec4__pc__ico.--01 {
  max-width: 48%;
  top: 40%;
  right: -30px;
  z-index: -1;
}
.p-top-sec4__pc__ico.--01 img {
  width: 100%;
}
.p-top-sec4__pc__ico.--02 {
  max-width: 40%;
  z-index: -1;
  bottom: -10%;
  right: -30px;
}
.p-top-sec4__pc__ico.--02 img {
  width: 100%;
}
.p-top-sec4__pc__ico.--03 {
  top: 24%;
  right: 48%;
}
.p-top-sec4__pc__ico.--04 {
  top: 63%;
  left: 0;
}
.p-top-sec4__pc > div:first-child {
  width: 52%;
}
.p-top-sec4__pc > div:first-child img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-sec4__pc > div:nth-child(2) {
  position: sticky;
  top: 0;
  width: 48%;
}
.p-top-sec4__pc__img {
  padding: 0vh 0;
}
.p-top-sec4__pc__img:first-child {
  padding-top: 0;
}
.p-top-sec4__pc__img:last-child {
  padding-bottom: 0;
}
.p-top-sec4__pc__ttl {
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: 28%;
  background-image: url(assets/img/bg07.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  background-color: #fff;
}
.p-top-sec4__pc__txt {
  overflow-y: clip;
  position: relative;
  height: 65vh;
}
.p-top-sec4__pc__txt > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 8%;
  opacity: 0;
  transition: all 0.7s;
  transform: translateY(100%);
}
.p-top-sec4__pc__txt > div.is-active {
  opacity: 1;
  transform: translateY(0);
}
.p-top-sec4__pc__txtwrap {
  width: 85%;
  margin: 0 auto;
  display: flex;
  gap: 6%;
}
.p-top-sec4__pc__txt01 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  width: 80%;
}
.p-top-sec4__pc__txt02 {
  position: absolute;
  top: 10%;
  right: 5%;
  display: block;
  color: rgba(188, 154, 113, 0.3);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 135.818px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 176.564px */
  margin-top: 3%;
}
.p-top-sec4__ttl {
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: 28%;
  background-image: url(assets/img/bg07.svg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-sec4__list li {
  display: flex;
  align-items: flex-start;
}
.p-top-sec4__list li > div {
  width: 48%;
}
.p-top-sec4__list li > div > div:first-child {
  background-color: #fff;
  min-height: 300px;
}
.p-top-sec4__list li > div > div:last-child {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-sec4__list li > div > div:last-child > div {
  width: 85%;
  display: flex;
  gap: 6%;
}
.p-top-sec4__list li > div > div:last-child > div > p:first-child {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  width: 65%;
}
.p-top-sec4__list li > div > div:last-child > div span {
  display: block;
  color: rgba(188, 154, 113, 0.3);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Noto Serif JP;
  font-size: 135.818px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 176.564px */
  margin-top: 3%;
}
.p-top-sec4__list__img {
  position: sticky;
  top: 25%;
  left: 0;
  width: 52%;
}
.p-top-sec4__list__img img {
  width: 100%;
}
.p-top-sec4__imgWrap {
  position: relative;
  background-color: #fff;
}
.p-top-sec4__img02 {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 40%;
}
.p-top-sec4__img02 img {
  width: 100%;
}
.p-top-sec4__img03 {
  position: absolute;
  top: -140px;
  right: -30px;
  width: 44%;
}
.p-top-sec4__img03 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-sec4__ttl {
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: 28%;
    background-image: url(assets/img/bg07.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 30px;
  }
  .p-top-sec4__list li {
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8%;
  }
  .p-top-sec4__list li > div {
    width: 100%;
  }
  .p-top-sec4__list li > div > div:first-child {
    background-color: #fff;
    min-height: auto;
  }
  .p-top-sec4__list li > div > div:last-child {
    padding: 20px 10px;
    min-height: auto;
    display: block;
  }
  .p-top-sec4__list li > div > div:last-child > div {
    width: 100%;
    display: flex;
    gap: 0%;
    flex-direction: column-reverse;
  }
  .p-top-sec4__list li > div > div:last-child > div > p:first-child {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
  }
  .p-top-sec4__list li > div > div:last-child > div span {
    line-height: 1;
    text-align: center;
    font-size: 60px;
    margin-top: 0%;
    margin-bottom: 5%;
  }
  .p-top-sec4__list__img {
    position: static;
    width: 100%;
  }
  .p-top-sec4__imgWrap {
    position: relative;
    background-color: #fff;
  }
  .p-top-sec4__img02 {
    position: absolute;
    top: -70px;
    right: -10px;
    width: 40%;
  }
  .p-top-sec4__img02 img {
    width: 100%;
  }
  .p-top-sec4__img03 {
    display: none;
    position: absolute;
    top: auto;
    bottom: -14%;
    right: -10px;
    width: 44%;
  }
  .p-top-sec4__img03.sp {
    display: block;
  }
  .p-top-sec4__img03 img {
    width: 100%;
  }
}
.p-top-sec5 {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.p-top-sec5__info {
  display: flex;
  justify-content: space-between;
}
.p-top-sec5__info > div {
  width: 26%;
  position: relative;
  z-index: 1;
}
.p-top-sec5__info > div::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 225px 208px;
  background-image: url(assets/img/bg07.svg);
  width: 225px;
  height: 208px;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  position: absolute;
  z-index: -1;
}
.p-top-sec5__info > p:nth-child(2) {
  width: 39%;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-top: 2%;
}
.p-top-sec5__info > p:last-child {
  width: 33%;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-top: 2%;
}
.p-top-sec5__sliderWrap {
  position: relative;
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto 60px;
}
.p-top-sec5__slider {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-top-sec5 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #BC9A71;
}
.p-top-sec5 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
.p-top-sec5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-sec5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.p-top-sec5 .swiper-button-prev,
.p-top-sec5 .swiper-button-next {
  height: 123px;
  width: 61px;
  transform: translateY(-50%);
  margin-top: 0;
}
.p-top-sec5 .swiper-button-prev::after,
.p-top-sec5 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 123px;
  width: 61px;
}
.p-top-sec5 .swiper-button-prev::after {
  background-image: url(assets/img/arrow-l.svg);
}
.p-top-sec5 .swiper-button-next::after {
  background-image: url(assets/img/arrow-r.svg);
}
.p-top-sec5 .swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-sec5 {
    padding-top: 0;
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
  }
  .p-top-sec5 .c-ttl01Wrap {
    padding-top: 13.33333vw;
    background-position: 30% center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/img/bg07.svg);
  }
  .p-top-sec5__info {
    display: block;
  }
  .p-top-sec5__info > p:nth-child(2) {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 7%;
  }
  .p-top-sec5__info > p:last-child {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
  .p-top-sec5__sliderWrap {
    padding: 0;
    margin: 0 auto 20px;
  }
  .p-top-sec5__slider {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .p-top-sec5__slider img {
    height: 170px !important;
  }
  .p-top-sec5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-top-sec5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .p-top-sec5 .swiper-button-prev,
  .p-top-sec5 .swiper-button-next {
    height: 40px;
    width: 20px;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .p-top-sec5 .swiper-button-prev::after,
  .p-top-sec5 .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 40px;
    width: 20px;
  }
  .p-top-sec5 .swiper-button-prev {
    left: -8px;
  }
  .p-top-sec5 .swiper-button-next {
    right: -8px;
  }
}
.p-top-sec6 {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/bg10.jpg);
}
.p-top-sec6__ttl {
  padding: 80px 0 36px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/img/bg06.svg);
}
.p-top-sec6__inner {
  max-width: 651px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
}
.p-top-sec6__inner::before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(assets/img/i09.svg);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  top: -10px;
  left: 0;
}
.p-top-sec6__inner::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(assets/img/i09.svg);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.p-top-sec6__inner > p {
  max-width: 136px;
  margin: -24px auto 24px;
}
.p-top-sec6__inner > p img {
  width: 100%;
}
.p-top-sec6__inner table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}
.p-top-sec6__inner table tr th,
.p-top-sec6__inner table tr td {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  /* 20.8px */
  padding: 0.8em 1em 0.8em 0;
}
.p-top-sec6__inner table tr th {
  font-weight: bold;
}
.p-top-sec6__ico {
  position: absolute;
}
.p-top-sec6__ico img {
  width: 100%;
}
.p-top-sec6__i01 {
  z-index: 1;
  max-width: 30%;
  width: 350px;
  top: -60px;
  left: -40px;
}
.p-top-sec6__i02 {
  z-index: 1;
  max-width: 30%;
  width: 360px;
  top: 30%;
  right: -30px;
}
.p-top-sec6__i03 {
  z-index: 3;
  max-width: 24%;
  width: 260px;
  top: 5%;
  left: calc(50% - 325px);
  transform: translateX(-95%);
}
.p-top-sec6__i04 {
  z-index: 3;
  max-width: 34%;
  width: 400px;
  top: 62%;
  right: calc(50% - 325px);
  transform: translateX(88%);
}
@media screen and (max-width: 1500px) {
  .p-top-sec6__i04 {
    right: 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .p-top-sec6 {
    overflow: hidden;
  }
  .p-top-sec6__ttl {
    padding: 40px 0 20px;
  }
  .p-top-sec6__inner {
    width: calc(100% - 20px);
  }
  .p-top-sec6__inner > p {
    max-width: 76px;
    margin: -12px auto 12px;
  }
  .p-top-sec6__inner table {
    margin: 0 auto 0px;
  }
  .p-top-sec6__inner table tr th,
  .p-top-sec6__inner table tr td {
    font-size: 14px;
  }
  .p-top-sec6__ico {
    position: absolute;
  }
  .p-top-sec6__ico img {
    width: 100%;
  }
  .p-top-sec6__i01 {
    z-index: 1;
    max-width: 40%;
    top: 40px;
    left: -37px;
  }
  .p-top-sec6__i02 {
    z-index: 1;
    max-width: 47%;
    width: 360px;
    top: 21%;
    right: -66px;
  }
  .p-top-sec6__i03 {
    display: none;
  }
  .p-top-sec6__i04 {
    display: none;
  }
}
.p-top-sec7 iframe {
  width: 100%;
  height: 572px;
}

@media screen and (max-width: 767px) {
  .p-top-sec7 iframe {
    height: 355px;
  }
}/*# sourceMappingURL=style.css.map */
