#includeContent {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
#includeContent .font01 {
  font-family: "Noto Sans JP", serif;
}
#includeContent .en {
  font-family: "Cormorant", serif;
}
#includeContent .scInr {
  padding: 0 60px;
  width: 100%;
}
#includeContent .mb30 {
  margin-bottom: 30px;
}
#includeContent .mb50 {
  margin-bottom: 50px;
}
#includeContent .mb60 {
  margin-bottom: 60px;
}
#includeContent .mb80 {
  margin-bottom: 80px;
}
#includeContent * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #000;
}
#includeContent p {
  text-align: inherit;
  font-size: 14px;
}
#includeContent img {
  height: auto;
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#includeContent a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent a:visited,
#includeContent a:link,
#includeContent a {
  text-decoration: none;
}
#includeContent .sec__titlebox {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
#includeContent .sec__titlebox-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 80px 0 60px;
}
#includeContent .sec__titlebox-text01 {
  max-width: 304px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#includeContent .sec__titlebox-text01 img {
  width: 104px;
  margin-right: 20px;
}
#includeContent .sec__titlebox-text01 p {
  font-size: 64px;
  line-height: 0.7;
  letter-spacing: 8px;
  font-family: "Cormorant", serif;
  color: #333333;
  white-space: nowrap;
}
#includeContent .sec__titlebox-text02 {
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 3px;
  padding-left: 20px;
  position: relative;
}
#includeContent .sec__titlebox-text02::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#includeContent .bannerbox {
  margin-bottom: 160px;
}
#includeContent .bannerbox__link {
  display: block;
  position: relative;
  background-color: #000;
}
#includeContent .bannerbox__link:hover .bannerbox__img {
  opacity: 0.6;
}
#includeContent .bannerbox__link:hover .bannerbox__icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#includeContent .bannerbox__text {
  font-size: 100px;
  font-family: "Cormorant", serif;
  line-height: 1;
  letter-spacing: 8px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 8px;
  z-index: 1;
}
#includeContent .bannerbox__img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent .bannerbox__btn {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  padding: 8px 40px;
}
#includeContent .bannerbox__btn > p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  margin-right: 16px;
}
#includeContent .bannerbox__btn img {
  width: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent .bannerbox li {
  margin-bottom: 20px;
}
#includeContent .bannerbox li:last-child {
  margin-bottom: 0;
}
#includeContent #mv {
  padding-bottom: 180px;
}
#includeContent #mv .mv__inr {
  position: relative;
}
#includeContent #mv .mv__text01 {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
}
#includeContent #mv .mv__text02 {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 1;
}
#includeContent #mv .mv__mainimg {
  text-align: right;
  width: 697px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
#includeContent #mv .mv__mainimg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
#includeContent #mv .mv__mainimg img {
  max-width: 100%;
  width: 697px;
}
#includeContent #sec01 {
  position: relative;
  padding: 40px 0 120px;
}
#includeContent #sec01 .sec01__treat01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#includeContent #sec01 .sec01__textbox01-text01 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
}
#includeContent #sec01 .sec01__textbox01-text01 span {
  color: #db0c13;
  margin: 0 -10px;
}
#includeContent #sec01 .sec01__textbox01-text02 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
#includeContent #sec01 .sec01__textbox02 > p {
  font-size: 20px;
  font-weight: 200;
  line-height: 2;
  text-align: center;
}
#includeContent #sec01 .sec01__imgbox01 {
  margin: 60px 0;
}
#includeContent #sec01 .sec01__imgbox02 {
  max-width: 758px;
  margin: 0 auto 60px;
}
#includeContent #sec01 .sec01__imgbox02 img {
  width: 100%;
  max-width: 100%;
}
#includeContent #sec02 {
  padding: 60px 0 0;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
#includeContent #sec02 .sec02__treat01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#includeContent #sec02 .sec02__treat02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#includeContent #sec02 .sec02__line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 50px 0;
}
#includeContent #sec02 .sec02__tabtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__tabtitle-num {
  font-size: 32px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  position: relative;
  top: -20px;
  display: inline-block;
  line-height: 0.8;
  padding-bottom: 8px;
  margin-bottom: -12px;
}
#includeContent #sec02 .sec02__tabtitle-num::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #864607;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#includeContent #sec02 .sec02__tabtitle-en {
  font-size: 32px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#includeContent #sec02 .sec02__tabtitle-ja {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#includeContent #sec02 .sec02__tabtitle-icon {
  width: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec02 .sec02__tabtitle li {
  width: 32.5%;
  border-radius: 5px;
  background-color: #efe8df;
  background-color: #efe8df;
  text-align: center;
  opacity: 0.65;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec02 .sec02__tabtitle li:hover {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle li:hover .sec02__tabtitle-icon {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#includeContent #sec02 .sec02__tabtitle li.active {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle li.active .sec02__tabtitle-icon {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#includeContent #sec02 .sec02__tabtitle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 80px 30px;
}
#includeContent #sec02 .sec02__tabtitle02.l {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#includeContent #sec02 .sec02__tabtitle02.l li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#includeContent #sec02 .sec02__tabtitle02.l li .sec02__tabtitle02-num {
  margin-left: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.l li .sec02__tabtitle02-text {
  margin-left: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.l li .sec02__tabtitle02-icon {
  margin-left: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.l li:hover {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle02.l li:hover .sec02__tabtitle02-icon {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
#includeContent #sec02 .sec02__tabtitle02.c {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(1) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(1) .sec02__tabtitle02-num {
  margin-left: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(1) .sec02__tabtitle02-text {
  margin-left: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(1) .sec02__tabtitle02-icon {
  margin-left: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(1):hover a {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(1):hover .sec02__tabtitle02-icon {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(2) .sec02__tabtitle02-num {
  margin-right: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(2) .sec02__tabtitle02-text {
  margin-right: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(2) .sec02__tabtitle02-icon {
  margin-right: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(2):hover a {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle02.c li:nth-child(2):hover .sec02__tabtitle02-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
#includeContent #sec02 .sec02__tabtitle02.r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#includeContent #sec02 .sec02__tabtitle02.r li .sec02__tabtitle02-num {
  margin-right: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.r li .sec02__tabtitle02-text {
  margin-right: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.r li .sec02__tabtitle02-icon {
  margin-right: 15px;
}
#includeContent #sec02 .sec02__tabtitle02.r li:hover a {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle02.r li:hover .sec02__tabtitle02-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
#includeContent #sec02 .sec02__tabtitle02 li a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  opacity: 0.65;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec02 .sec02__tabtitle02 li.active a {
  background-color: #c8c3be;
  opacity: 1;
}
#includeContent #sec02 .sec02__tabtitle02 li.active .sec02__tabtitle-icon {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#includeContent #sec02 .sec02__tabtitle02-num {
  font-size: 28px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  position: relative;
  display: inline-block;
  line-height: 0.8;
  padding-bottom: 8px;
}
#includeContent #sec02 .sec02__tabtitle02-num::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #864607;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#includeContent #sec02 .sec02__tabtitle02-text {
  text-align: center;
}
#includeContent #sec02 .sec02__tabtitle02-en {
  font-size: 24px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
#includeContent #sec02 .sec02__tabtitle02-ja {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  white-space: nowrap;
}
#includeContent #sec02 .sec02__tabtitle02-icon {
  width: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec02 .sec02__tabbox-li01 .sec02__tabbox-inr {
  padding-left: 75px;
}
#includeContent #sec02 .sec02__tabbox-li01 .sec02__tabbox-textbox01 {
  padding-right: 75px;
}
#includeContent #sec02 .sec02__tabbox-li01 .sec02__tabbox-flexbox01 {
  padding-right: 75px;
}
#includeContent #sec02 .sec02__tabbox-li02 .sec02__tabbox-inr {
  padding-right: 75px;
}
#includeContent #sec02 .sec02__tabbox-li02 .sec02__tabbox-textbox01 {
  padding-left: 75px;
}
#includeContent #sec02 .sec02__tabbox-li02 .sec02__tabbox-imgbox01 {
  padding-left: 75px;
}
#includeContent #sec02 .sec02__tabbox-li02 .sec02__tabbox-flexbox02 {
  padding-left: 75px;
}
#includeContent #sec02 .sec02__tabbox-li03 .sec02__tabbox-inr {
  padding-left: 75px;
}
#includeContent #sec02 .sec02__tabbox-li03 .sec02__tabbox-textbox01 {
  padding-right: 75px;
}
#includeContent #sec02 .sec02__tabbox-li03 .sec02__tabbox-titlebox_titleen {
  padding-top: 20px;
}
#includeContent #sec02 .sec02__tabbox-li03 .sec02__tabbox-flexbox01 {
  padding-right: 75px;
}
#includeContent #sec02 .sec02__tabbox-line {
  position: relative;
  height: 1px;
  background-color: #000;
  margin: 80px 0 30px;
  width: 100%;
}
#includeContent #sec02 .sec02__tabbox-contentbox {
  width: 630px;
}
#includeContent #sec02 .sec02__tabbox-titlebox {
  position: relative;
  top: -50px;
}
#includeContent #sec02 .sec02__tabbox-titlebox_num {
  font-size: 160px;
  font-family: "Cormorant", serif;
  color: #d5d5d5;
  line-height: 0.8;
  margin-bottom: 25px;
}
#includeContent #sec02 .sec02__tabbox-titlebox_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__tabbox-titlebox_titleja {
  color: #8a8c8e;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  padding-left: 20px;
  letter-spacing: 8px;
}
#includeContent #sec02 .sec02__tabbox-titlebox_titleen {
  color: #d5d5d5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 80px;
  line-height: 1;
  font-family: "Cormorant", serif;
  letter-spacing: 8px;
  font-weight: 300;
}
#includeContent #sec02 .sec02__tabbox-mainimg {
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__tabbox-textbox01 {
  margin-bottom: 50px;
}
#includeContent #sec02 .sec02__tabbox-textbox01_title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__tabbox-textbox01_title span {
  color: #db0c13;
}
#includeContent #sec02 .sec02__tabbox-textbox01_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
}
#includeContent #sec02 .sec02__tabbox-imgbox01 {
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__tabbox-flexbox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__tabbox-flexbox01_l {
  width: 384px;
}
#includeContent #sec02 .sec02__tabbox-flexbox01_r {
  width: 364px;
}
#includeContent #sec02 .sec02__tabbox-flexbox01_img02 {
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__tabbox-flexbox01_title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__tabbox-flexbox01_title span {
  color: #db0c13;
}
#includeContent #sec02 .sec02__tabbox-flexbox01_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
}
#includeContent #sec02 .sec02__tabbox-flexbox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__tabbox-flexbox02_l {
  width: 390px;
}
#includeContent #sec02 .sec02__tabbox-flexbox02_r {
  width: 390px;
}
#includeContent #sec02 .sec02__tabbox-flexbox02_title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 30px;
}
#includeContent #sec02 .sec02__tabbox-flexbox02_title span {
  color: #db0c13;
}
#includeContent #sec02 .sec02__tabbox-flexbox02_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
}
#includeContent #sec02 .sec02__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__flexbox.rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#includeContent #sec02 .sec02__flexbox.rw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#includeContent #sec03 {
  background-color: #efe8df;
  padding: 40px 0 65px;
  margin-bottom: 160px;
}
#includeContent #sec03 .sec03__maintext {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
  margin-bottom: 40px;
}
#includeContent #sec03 .sec03__accordion {
  display: none;
}
#includeContent #sec03 .sec03__accordion-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#includeContent #sec03 .sec03__accordion-img {
  width: 227px;
}
#includeContent #sec03 .sec03__accordion-textbox {
  width: calc(100% - 287px);
}
#includeContent #sec03 .sec03__accordion-textbox_title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 30px;
}
#includeContent #sec03 .sec03__accordion-textbox_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
}
#includeContent #sec03 .sec03__accordion-btn {
  width: 250px;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #fff;
}
#includeContent #sec03 .sec03__accordion-btn.active {
  background-color: #8f8d8a;
}
#includeContent #sec03 .sec03__accordion-btn.active .opentext {
  opacity: 0;
  display: none;
}
#includeContent #sec03 .sec03__accordion-btn.active .closetext {
  opacity: 1;
  display: block;
}
#includeContent #sec03 .sec03__accordion-btn .opentext {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 1;
  padding: 10px 0;
  font-family: "Noto Sans JP", serif;
}
#includeContent #sec03 .sec03__accordion-btn .opentext span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Cormorant", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#includeContent #sec03 .sec03__accordion-btn .opentext span img {
  width: 16px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec03 .sec03__accordion-btn .opentext:hover {
  opacity: 0.6;
}
#includeContent #sec03 .sec03__accordion-btn .opentext:hover span img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#includeContent #sec03 .sec03__accordion-btn .closetext {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  font-family: "Noto Sans JP", serif;
}
#includeContent #sec03 .sec03__accordion-btn .closetext span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Cormorant", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#includeContent #sec03 .sec03__accordion-btn .closetext span img {
  width: 16px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec03 .sec03__accordion-btn .closetext:hover {
  opacity: 0.6;
}
#includeContent #sec03 .sec03__accordion-btn .closetext:hover span img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#includeContent #sec04 {
  padding: 55px 0;
  position: relative;
  z-index: 1;
}
#includeContent #sec04 .sec04__treat01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#includeContent #sec04 .sec04__maintext {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 55px;
  line-height: 1.8;
}
#includeContent #sec04 .sec04__gallerytext {
  font-size: 24px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  line-height: 1;
}
#includeContent #sec04 .sec04__swiper {
  padding-bottom: 40px;
}
#includeContent #sec04 .sec04__swiper .slider {
  margin-bottom: 10px;
  overflow: initial;
  width: 100%;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-button-next,
#includeContent #sec04 .sec04__swiper .slider .swiper-button-prev {
  top: auto;
  bottom: -168px;
  left: auto;
  right: 0;
  z-index: 10;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-button-next img,
#includeContent #sec04 .sec04__swiper .slider .swiper-button-prev img {
  width: 20px;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-button-next::before, #includeContent #sec04 .sec04__swiper .slider .swiper-button-next::after,
#includeContent #sec04 .sec04__swiper .slider .swiper-button-prev::before,
#includeContent #sec04 .sec04__swiper .slider .swiper-button-prev::after {
  content: none;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-button-next {
  right: 55px;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-button-prev {
  right: 85px;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-pagination {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-pagination .swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  width: 11.1111111111%;
  height: 6px;
  border-radius: 0;
  background-color: #d5d5d5;
  opacity: 1;
}
#includeContent #sec04 .sec04__swiper .slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ac8259;
  border-radius: 5px;
}
#includeContent #sec04 .sec04__swiper .slider-thumbnail .swiper-wrapper {
  margin: 0 -5px;
}
#includeContent #sec04 .sec04__swiper .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin: 0 5px;
  width: calc((100% - 40px) / 5) !important;
}
#includeContent #sec04 .sec04__swiper .slider-thumbnail .swiper-slide img {
  border-radius: 5px;
}
#includeContent #sec04 .sec04__swiper .slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
#includeContent #sec05 {
  padding: 60px 0;
  background-color: #efe8df;
  position: relative;
  z-index: 1;
}
#includeContent #sec05 .sec05__treat01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#includeContent #sec05 .sec05__treat02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
#includeContent #sec05 .sec05__promise-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#includeContent #sec05 .sec05__promise-list li:last-child {
  margin-bottom: 0px;
}
#includeContent #sec05 .sec05__promise-img {
  width: 228px;
}
#includeContent #sec05 .sec05__promise-textbox {
  width: calc(100% - 287px);
}
#includeContent #sec05 .sec05__promise-textbox_titleinr {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#includeContent #sec05 .sec05__promise-textbox_num {
  font-size: 64px;
  font-weight: 300;
  font-family: "Cormorant", serif;
  display: inline-block;
  line-height: 0.6;
  position: relative;
  padding-bottom: 20px;
  margin-right: 20px;
}
#includeContent #sec05 .sec05__promise-textbox_num::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #864607;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#includeContent #sec05 .sec05__promise-textbox_title {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.6;
}
#includeContent #sec05 .sec05__promise-textbox_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
}