* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}
@font-face {
  font-family: Shippori Mincho Regular;
  src: url("../fonts/ShipporiMincho-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "TsukuAntique";
  src: url("../fonts/FOT-TsukuAntiqueLMin_Std.otf");
}
@font-face {
  font-family: YuGothic;
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: YuGothic-Bold;
  src: url("../fonts/YuGothic-Bold.ttf");
}
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
h1 {
  font-size: 96px;
}
h2 {
  font-size: 72px;
}
h3 {
  font-size: 64px;
}
h4 {
  font-size: 42px;
}
h5 {
  font-size: 36px;
}
h6 {
  font-size: 28px;
}
p {
  font-family: YuGothic-Bold;
}
.title {
  font-family: "TsukuAntique";
}
.big-title {
  font-size: 64px;
  line-height: 1.5;
}
.center-text {
  text-align: center;
}
body,
html,
main {
  max-width: 100vw;
  overflow-x: hidden;
  color: #604d44;
}
img {
  width: 100%;
}
.column-text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  white-space:nowrap;
}
.red-text {
  color: #c65d45;
}
.btn-group {
  display: flex;
  justify-content: center;
  gap: 65px;
  align-items: center;
}
.btn-group a img {
  width: 20px;
}
.btn-group .btn {
  font-size: 36px;
  font-family: Shippori Mincho Regular;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 480px;
  height: 96px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.btn-group .red-btn {
  background: #EC9872;
}
.btn-group .green-btn {
  background: #0d6951;
}
header {
  display: flex;
  justify-content: space-between;
  padding: 30px 100px;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 200px);
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  header {
    width: calc(100vw - 45px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  header {
    padding: 30px 60px;
    width: calc(100vw - 120px);
  }
}
header .logo {
  display: flex;
  gap: 30px;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
}
header .logo img {
  max-width: 240px;
}
@media screen and (min-width: 640px) and (max-width: 1300px) {
  header .logo div {
    font-size: 18px;
  }
}
header .btn-group {
  gap: 27px;
}
header .btn-group .btn {
  font-size: 26px;
  width: 378px;
  height: 74px;
}
@media screen and (max-width: 991px) {
  header .header-btn-group {
    display: none;
  }
}
header .header-btn-group a {
  /* max-width: 22vw; */
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  header .header-btn-group .btn {
    font-size: 18px;
    width: 300px;
  }
  header .header-btn-group .btn img {
    width: 18px;
  }
}
.tt-header {
  background-color: rgba(255, 255, 255, 0);
}
main {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 48px;
  }
}
.kv {
  background-image: url("../images/kv.webp");
  background-repeat: no-repeat;
  height: 780px;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .kv {
    height: 64vw;
    background-size: cover;
    background-position: center;
  }
}
.kv .kv-title {
  color: white;
  font-size: 48px;
  writing-mode: vertical-rl;
  position: relative;
  top: 13%;
}
.slogan {
  padding: 110px 0 130px 0;
  position: relative;
}
.slogan .slogan-background {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
  opacity: 0.5;
}
.slogan .title {
  text-align: center;
  margin-bottom: 70px;
  font-size: 64px;
  position: relative;
  z-index: 9;
  line-height: 90px;
}
.slogan .title span{
  position: relative;
  z-index: 8;
}
.slogan .title span::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 25px;
  background-color: #C8AC6F;
  opacity: .2;
  width: 100%;
  z-index: -1;
}
.slogan .content {
  text-align: center;
  line-height: 54px;
  position: relative;
  z-index: 9;
  font-size: 36px;
}
.pleasure {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 150px 140px 220px 108px;
  background-color: #F4EEE2;
}
.pleasure .left .underline-white-title div {
  margin: 10px 0;
  line-height: 1.5;
  /* background-color: white; */
  width: fit-content;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.pleasure .left .underline-white-title div::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 25px;
  background-color: white;
  width: 100%;
  z-index: -1;
}

.pleasure .left .underline-white-title img {
  max-width: 490px;
}
.pleasure .left .part-image {
  max-width: 556px;
  min-width: 360px;
}
.pleasure .left h5 {
  margin-bottom: 100px;
}
.pleasure .right {
  display: flex;
  gap: 50px;
}
.pleasure .right .title {
  writing-mode: vertical-rl;
   -webkit-writing-mode: vertical-rl;
  font-size: 60px;
  line-height: 1.3;
    text-indent: 43px;
}
.pleasure .right .content {
  writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 1.9;
}
.pleasure .right .content span{
  background-color: white;
  margin: 10px 0;
}
.pleasure .right .content .white-bg {
  background-color: white;
  font-weight: bold;
}
.pleasure .right .content .red-bg {
  background-color: #FCF0EA;
  font-weight: bold;
}
.pleasure .right .content .rotate-text {
  writing-mode: horizontal-tb;
  line-height: 1;
}
.pleasure .right .content .less-line-height {
  line-height: 1.3;
}
.works-circle {
  padding: 140px 0 0 0;
  color: #604d44;
  position: relative;
  margin-bottom: 90px;
  /* clip-path: polygon(0 -20%, 100% -20%, 100% 95%, 50% 100%, 0 95%); */
}
.works-circle h6{
  font-size: 26px;
}
.works-circle .tall-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.works-circle .top-info {
  position: relative;
  z-index: 4;
  max-width: 727px;
  margin: 0 auto;
}
.works-circle .top-info .intro-content {
  text-align: center;
  font-size: 28px;
  line-height: 54px;
  margin: 40px 0 90px 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.works-circle .works-circle-wrapper {
  background-color: white;
  margin: 0 auto;
  padding: 160px 0 190px 0;
  position: relative;
  z-index: 4;
  max-width: 1120px;
  border-radius: 24px;
}
.works-circle .works-circle-wrapper .top-h5 {
  margin-bottom: 87px;
}
.works-circle h6 {
  line-height: 2.2;
}
.works-circle .title {
  font-size: 64px;
}
.works-circle .underline-brown-title {
  position: relative;
  width: fit-content;
  line-height: 1.2;
  margin: 50px auto 10px auto;
}
.works-circle .underline-brown-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  opacity: 0.2;
  background-color: #c8ac6f;
  z-index: -1;
}
.works-circle .circle-image {
  width: 640px;
  margin: 80px auto;
}
.works-circle .circle-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efe7d4;
  border-radius: 400px;
  padding: 25px 40px 18px 40px;
  font-family: YuGothic-Bold;
  line-height: 1.5;
  color: #c65d45;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  margin: 20px auto 100px auto;
  font-size: 22px;
  position: relative;
}
.works-circle .circle-tag::after {
  position: absolute;
  left: 52px;
  bottom: -5px;
  width: 29px;
  height: 5px;
  border-radius: 40px;
  background-color: #C8AC6F;
  z-index: 4;
  content: "";
  transform: rotate(60deg);
}
.works-circle .underline-red-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
.works-circle .underline-red-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 90%;
  height: 28px;
  opacity: 0.4;
  background-color: #e9c0b7;
  z-index: -1;
}
.works-circle .btn-group {
  margin-top: 160px;
}
.troubles {
  background-color: #F4EEE2;
  padding: 90px 0 185px 0;
  color: #604D44;
  position: relative;
  /* clip-path: polygon(0 0, 50% 8%, 100% 0, 100% 100%, 0 100%); */
}
.troubles .full-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.troubles div,
.troubles h5 {
  position: relative;
  z-index: 1;
}
.troubles h5.center-text img {
  max-width: 387px;
  width: 50vw;
}
.troubles .troubles-list {
  display: grid;
  grid-template-columns: repeat(2, 540px);
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}
.troubles .troubles-list .item {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.troubles .troubles-list .item .item-image {
  width: 380px;
}
.troubles .troubles-list .item h5 {
  margin: 20px 0;
}
.troubles .troubles-list .item p {
  font-size: 24px;
  line-height: 2;
}
.tall-bu-bg {
  background-image: url("../images/tall_bu_bg.webp");
  background-size: cover;
}
.pink-bg-wrapper {
  background-color: #ffffff;
  padding: 160px 0 40px 0;
}
.pink-bg-wrapper .step {
  margin-bottom: 100px;
}
.pink-bg-wrapper .step h5.center-text img {
  width: 50vw;
  max-width: 424px;
  margin-top: 20px;
}
.pink-bg-wrapper .step .step-list {
  margin-top: 170px;
  display: flex;
  flex-direction: column;
  gap: 130px;
}
.pink-bg-wrapper .step .step-list .step-item {
  display: flex;
  gap: 80px;
  justify-content: center;
  position: relative;
}
.pink-bg-wrapper .step .step-list .step-item .step-bg {
  position: absolute;
  z-index: 0;
  width: 600px;
}
.pink-bg-wrapper .step .step-list .step-item .step-bg-1 {
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
.pink-bg-wrapper .step .step-list .step-item .step-bg-2 {
    left: calc(50% - 818px);
    transform: rotate(220deg);
    top: -123px;
}
.pink-bg-wrapper .step .step-list .step-item .step-image {
  max-width: 550px;
  position: relative;
  z-index: 2;
}
.pink-bg-wrapper .step .step-list .step-item .step-info {
  max-width: 526px;
  position: relative;
  z-index: 2;
}
.pink-bg-wrapper .step .step-list .step-item .step-info .nums {
  font-size: 36px;
  font-family: Shippori Mincho Regular;
  width: 170px;
}
.pink-bg-wrapper .step .step-list .step-item .step-info .nums span {
  font-size: 64px;
}
.pink-bg-wrapper .step .step-list .step-item .step-info h6 {
  margin: 30px 0 14px 0;
}
.pink-bg-wrapper .step .step-list .step-item .step-info p {
  font-size: 24px;
  color: #604d44;
  line-height: 1.8;
  font-family: YuGothic-Bold;
}
.pink-bg-wrapper .heigher-line {
  line-height: 1.8;
  color: #604d44;
  margin-top: 30px;
}
.pink-bg-wrapper .feeling-group {
  margin-top: 280px;
  margin-bottom: 155px;
  display: flex;
  flex-direction: column;
  gap: 94px;
}
.pink-bg-wrapper .feeling-group .feeling-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  position: relative;
}
.pink-bg-wrapper .feeling-group .feeling-item .step-bg {
    position: absolute;
    z-index: 0;
    width: 640px;
    left: calc(50% - 550px);
    transform: rotate(324deg) rotateX(180deg);
    top: -220px;
}
.pink-bg-wrapper .feeling-group .feeling-item .item-image {
  max-width: 560px;
  position: relative;
  z-index: 3;
}
.pink-bg-wrapper .feeling-group .feeling-item h5 {
  width: 500px;
  color: #604d44;
  position: relative;
  z-index: 5;
}
.pink-bg-wrapper .btn-group {
  margin-top: 60px;
}
.green-text {
  color: #0d6951;
}
.green-border-wrapper {
  margin: 0 24px 200px 24px;
  padding: 100px 70px 0 70px;
}
.green-border-wrapper .float-title {
  background-color: white;
  width: fit-content;
  padding: 0 60px;
  position: relative;
  top: -180px;
  margin: 0 auto;
}
.green-border-wrapper .float-title .title {
  padding-top: 30px;
  position: relative;
}
.green-border-wrapper .float-title .title::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 28px;
  opacity: 0.08;
  z-index: 0;
  content: "";
  background: #0D6951;
}
.green-border-wrapper .green-line-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
  color: #0d6951;
  position: relative;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}
.green-border-wrapper .green-line-title h3{
  background-color: white;
	width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.green-border-wrapper .green-line-title .hand-title {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 430px;
}
.green-border-wrapper .green-line-title::after {
  content: "";
  position: absolute;
  width: 84vw;
  left: 50%;
  transform: translateX(-50%);
  top: 49.5%;
  height: 1px;
  background-color: #0d6951;
  z-index: -1;
}
.green-border-wrapper .second-green-line-title::after {
  top: 26.5%;
}
.green-border-wrapper .green-line-title .title-tips {
  font-size: 36px;
  text-align: center;
  color: #0D6951;
  padding-top: 32px;
  font-family:  "Shippori Mincho B1", serif;
}
@media screen and (min-width: 992px) {
  .green-border-wrapper .food-list {
    margin-bottom: 250px;
  }
}
.green-border-wrapper .food-list .food-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 212px;
  gap: 20px;
}
.green-border-wrapper .food-list .food-item .food-content .title {
  font-size: 48px;
  line-height: 1.5;
  color: #0d6951;
}
.green-border-wrapper .food-list .food-item .food-content p {
  font-size: 24px;
  margin-top: 40px;
  color: #604d44;
  max-width: 500px;
}
.green-border-wrapper .food-list .food-item .food-image {
  position: relative;
  max-width: 670px;
  width: 45vw;
  left: 0;
}
.green-border-wrapper .food-list .food-item .food-image .food-tag {
  position: absolute;
  width: 210px;
}
.green-border-wrapper .food-list .food-item .food-image .food-tag-1 {
  left: 20px;
  top: -100px;
}
.green-border-wrapper .food-list .food-item .food-image .food-tag-2 {
  bottom: -40px;
  right: 50px;
}
.green-border-wrapper .service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 110px;
  row-gap: 60px;
  justify-content: center;
  margin-bottom: 170px;
}
.green-border-wrapper .service-list .service-item {
  display: flex;
  gap: 20px;
}
.green-border-wrapper .service-list .service-item .title {
  font-size: 48px;
  color: #0d6951;
}
.green-border-wrapper .service-list .service-item p {
  font-size: 24px;
  color: #604d44;
  margin-top: 30px;
  line-height: 1.8;
}
.green-border-wrapper .service-list .service-item h3 {
  font-size: 42px;
  margin-top: 43px;
}
.green-border-wrapper .service-list-2 {
  max-width: 1180px;
  margin: 0 auto 140px auto;
  display: flex;
  justify-content: space-between;
}
.green-border-wrapper .service-list-2 .service-item {
  max-width: 480px;
}
.green-border-wrapper .top-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto 110px auto;
}
.green-border-wrapper .top-item .item-image {
  max-width: 590px;
}
.green-border-wrapper .top-item .item-info {
  max-width: 480px;
}
.green-border-wrapper .top-item .item-info h3 {
  font-size: 42px;
}
.green-border-wrapper .top-item .item-info p {
  font-size: 24px;
  color: #604d44;
  margin-top: 30px;
  line-height: 1.8;
}
.thin-underline-title {
  position: relative;
  width: fit-content;
  border-bottom: 1px solid #604d44;
  padding: 10px 200px 0 200px;
  margin: 0 auto;
}
.experiences {
  color: #604d44;
  background-color: #DEEEEA;
  padding: 160px 0 300px 0;
}
.experiences .thin-underline-title {
  line-height: 1.4;
}
.experiences .experiences-wrapper {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-top: 240px;
  margin-bottom: 90px;
}
.experiences .experiences-wrapper .experience-item {
  position: relative;
  background-color: #ECF3F1;
  max-width: 600px;
}
.experiences .experiences-wrapper .experience-item .bu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.experiences .experiences-wrapper .experience-item div {
  position: relative;
  z-index: 2;
}
.experiences .experiences-wrapper .experience-item .avatar {
  position: absolute;
  left: 50%;
  top: -140px;
  width: 300px;
  transform: translateX(-50%);
  z-index: 4;
}
.experiences .experiences-wrapper .experience-item .info {
  padding: 140px 60px 60px 60px;
  background-color: #FAF7F2;
}
.experiences .experiences-wrapper .experience-item .info .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.experiences .experiences-wrapper .experience-item .info .head span {
  font-size: 22px;
  font-family: YuGothic-Bold;
}
.experiences .experiences-wrapper .experience-item .info p {
  font-size: 24px;
  margin-top: 20px;
}
.experiences .btn-group {
  margin-top: 60px;
  margin-bottom: 200px;
}
.second-experiences .experiences-wrapper .experience-item {
  background-color: #FCF0EA;
}
@media screen and (min-width: 992px) {
  .more-right-space {
    margin-right: 40px;
  }
}
.kan-info {
  padding-top: 140px;
  padding-bottom: 210px;
  color: #604d44;
  /* clip-path: polygon(0 -20%, 100% -20%, 100% 90%, 50% 100%, 0 90%); */
  position: relative;
  background-color: #E7F0EE;
}
.kan-info .bu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
.kan-info .head-tag {
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  width: 200px;
  z-index: 5;
}
.kan-info .tips-title {
  margin-top: 60px;
}
.kan-info .info-title {
  margin: 20px 0 10px 0;
}
.kan-info .price-text {
  font-size: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: Shippori Mincho Regular;
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: 0 auto 100px auto;
}
.kan-info .price-text h2,
.kan-info .price-text span {
  position: relative;
  z-index: 3;
}
.kan-info .price-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 25px;
  background-color: #D1E4DF;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .kan-info .price-text .bigger-price {
    font-size: 96px;
            top: 10px;
  }
}
.kan-info .kan-name {
  font-size: 64px;
  font-family: Shippori Mincho Regular;
}
.kan-info .eng-name {
  letter-spacing: 5px;
  padding-bottom: 10px;
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #604D44;
}
.kan-info .main-intro {
  display: flex;
  margin: 80px 0 120px 0;
  justify-content: flex-start;
  gap: 60px;
}
.kan-info .main-intro .intro-image {
  width: 53vw;
}
.kan-info .main-intro .intro-info {
  max-width: 465px;
}
.kan-info .main-intro .intro-info p {
  font-size: 24px;
  margin-top: 30px;
}
.kan-info .more-image {
  display: flex;
  justify-content: center;
  gap: 150px;
}
.kan-info .more-image .more-item {
  max-width: 500px;
}
.kan-info .more-image .more-item h4 {
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
.kan-info .more-image .more-item p {
  font-size: 24px;
}
.honkan {
  background-color: #F9F0E7;
  padding-bottom: 300px;
  /* clip-path: polygon(0 -20%, 100% -20%, 100% 95%, 50% 100%, 0 95%); */
  /* margin-bottom: 80px; */
}
.honkan .honkan-title {
  color: #C65D45;
}
.honkan .price-text::after {
  background-color: #0d6951;
  opacity: 0.1;
}
.honkan .tips-title {
  /* font-size: 26px; */
  line-height: 52px;
}
.honkan .kan-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 64px;
  text-align: center;
  color: #C65D45;
  margin-top: 110px;
  margin-bottom: 90px;
  position: relative;
}
.honkan .kan-title::before,
.honkan .kan-title::after {
  position: absolute;
  width: 40vw;
  height: 1px;
  background-color: #C65D45;
  content: "";
  top: 50%;
}
.honkan .kan-title::before {
  left: 0;
}
.honkan .kan-title::after {
  right: 0;
}
.honkan .food-info-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.honkan .food-info-container .left {
  padding-left: 100px;
  max-width: 480px;
}
.honkan .food-info-container .left .info-title {
  margin: 100px 0 160px 0;
  color: #C65D45;
}
.honkan .food-info-container .left .info-title span {
  writing-mode: vertical-rl;
  font-size: 48px;
  font-family: "TsukuAntique", serif;
  line-height: 1.3;
}
.honkan .food-info-container .left p {
  font-size: 24px;
  line-height: 44px;
}
.honkan .food-info-container .left .first-part {
  margin-bottom: 20px;
}
.honkan .food-info-container .right {
  width: 50vw;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
.second-kan-info {
  background-color: #FEF7F4;
}
.second-kan-info .btn-group .red-btn {
  background: #EC9872;
}
.second-kan-info .price-text::after {
  background-color: #ec997248;
}
.customer-voice {
  padding: 95px 30px 290px 30px;
}
.customer-voice .title {
  margin-bottom: 20px;
  line-height: 1.4;
}
.customer-voice .thin-underline-title {
  padding: 0 94px;
}
.customer-voice .voices-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
  margin-top: 24px;
}
.customer-voice .voices-list .voice-item {
  max-width: 420px;
  padding: 70px 93px 0 93px;
}
.customer-voice .voices-list .voice-item .voice-avatar {
  width: 148px;
  margin: 0 auto;
}
.customer-voice .voices-list .voice-item h4 {
  padding: 10px 0;
}
.customer-voice .voices-list .voice-item .position {
  font-size: 22px;
  margin-bottom: 30px;
  font-family: YuGothic-bold;
}
.customer-voice .voices-list .voice-item p {
  font-size: 24px;
}
.customer-voice .voices-list .voice-item:first-child {
  background-image: url("../images/voice_bg_1.webp");
  background-size: cover;
  height: 706px;
}
.customer-voice .voices-list .voice-item:last-child {
  background-image: url("../images/voice_bg_2.webp");
  background-size: cover;
  height: 736px;
}
.customer-voice .second-voices {
  margin-bottom: 146px;
}
.customer-voice .second-voices .voice-item {
  max-width: 405px;
}
.customer-voice .second-voices .voice-item:first-child {
  background-image: url("../images/voice_bg_3.webp");
  background-size: cover;
  height: 860px;
}
.customer-voice .second-voices .voice-item:last-child {
  background-image: url("../images/voice_bg_4.webp");
  height: 904px;
}
@media screen and (min-width: 992px) {
  .second-voice {
    padding-bottom: 180px;
  }
}
.expert {
  padding: 0 50px 100px 50px;
}
.expert .expert-intro {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 200px 0 170px 0;
}
.expert .expert-intro .intro-image {
  max-width: 530px;
}
.expert .expert-intro .intro-content {
  width: 555px;
  position: relative;
}
.expert .expert-intro .intro-content .expert-bg {
  position: absolute;
  width: 930px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.expert .expert-intro .intro-content .expert-tag {
  position: absolute;
  z-index: 3;
  width: 200px;
  top: -150px;
  left: 300px;
}
.expert .expert-intro .intro-content .position-title,
.expert .expert-intro .intro-content p {
  font-size: 24px;
}
.expert .expert-intro .intro-content .position-title,
.expert .expert-intro .intro-content p {
  margin-top: 40px;
}
.qa .thin-underline-title {
  padding: 0 34px;
}
.qa .qa-list {
  max-width: 1000px;
  margin: 110px auto 180px auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.qa .qa-list .qa-item .question,
.qa .qa-list .qa-item .answer div {
  display: flex;
  gap: 15px;
  position: relative;
}
.qa .qa-list .qa-item .question .tag,
.qa .qa-list .qa-item .answer .tag {
  width: 80px;
  height: 80px;
}
.qa .qa-list .qa-item .question .arrow,
.qa .qa-list .qa-item .answer .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.qa .qa-list .qa-item .question .arrow:hover,
.qa .qa-list .qa-item .answer .arrow:hover {
  opacity: 0.7;
}
.qa .qa-list .qa-item .question p,
.qa .qa-list .qa-item .answer p {
  font-size: 24px;
  line-height: 1.8;
}
.qa .qa-list .qa-item .question {
  align-items: center;
  border-bottom: 1px solid #0d6951;
  padding-bottom: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #0d6951;
}
.qa .qa-list .qa-item .question:hover .arrow {
  opacity: 0.7;
}
.qa .qa-list .qa-item .open .arrow {
  content: url("../images/close.svg");
}
.qa .qa-list .qa-item .answer {
  color: #604d44;
  display: none;
}
.qa .qa-list .qa-item .answer p {
  padding-top: 10px;
}
.contact {
  padding-top: 140px;
  color: #604d44;
}
.contact .thin-underline-title {
  padding: 10px 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact .contact-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #c8ac6f;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-family: Shippori Mincho Regular;
  font-size: 49px;
  gap: 5px;
  padding: 30px 70px;
  width: fit-content;
  margin: 60px auto 200px auto;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.contact .contact-btn img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .contact .contact-btn:hover {
    background-color: #604D44;
    color: white;
  }
}
.green-part-wrapper {
  padding-bottom: 200px;
}
.green-part-wrapper .title.big-title {
  color: #0d6951;
}
.green-part-wrapper .green-part-tips-title {
  margin-top: 60px;
}
.green-part-wrapper .tips-title {
  margin: 10px 0 20px 0;
}
.concert-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 30px 240px 30px;
}
.concert-section .hand-title {
  width: 646px;
  margin: 0 auto;
}
.concert-section .concert-list {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  padding: 140px 0;
  gap: 100px;
}
.concert-section .concert-list .concert-item {
  max-width: 330px;
}
.concert-section .concert-list .concert-item img {
  height: 350px;
}
.cta-part {
  padding: 100px 0 300px 0;
  margin-bottom: 95px;
  position: relative;
}
.cta-part::after {
  position: absolute;
  left: 50%;
  width: 200px;
  height: 1px;
  background-color: #333;
  content: "";
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cta-part::after {
    display: none;
  }
}
.cta-part .btn-group {
  margin-top: 50px;
}
.cta-part .btn-group .red-btn {
  background-color: #EC9872;
}
@media screen and (max-width: 991px) {
  .btn-group {
    gap: 24px;
    flex-direction: column;
  }
  .btn-group a img {
    width: 16px;
    height: 16px;
  }
  .btn-group .btn {
    font-size: 18px;
    gap: 4px;
    width: 82%;
    height: 55px;
  }
  header {
    padding: 0 20px 0 25px;
  }
  header .logo {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  header .logo img {
    width: 110px;
  }
  header .logo div {
    font-size: 14px;
    white-space: nowrap;
  }
  header .btn-group {
    flex-direction: row;
    gap: 10px !important;
    font-size: 15px ;
  }
  header .btn-group a {
    font-size: 15px;
  }
  header .contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 36px;
    background: #c8ac6f;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 16px;
    font-family: Shippori Mincho Regular;
  }
  header .contact-btn img {
    width: 12px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  .kv {
    height: 193vw;
    background-position: center;
    padding-top: 0;
    align-items: center;
    background-size: cover;
    background-image: url("../images/kv_sp.webp");
    position: relative;
  }
  .kv img {
    width: 87px;
    position: absolute;
    right: 68px;
    top: 0;
    z-index: 99;
  }
  .kv .kv-title {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slogan {
    padding: 73px 0 75px 0;
  }
  .slogan .title {
    font-size: 30px;
    line-height: 53px;
    margin-bottom: 23px;
  }
  .slogan .content {
    line-height: 24px;
    font-size: 18px;
    line-height: 30px;
  }
  .pleasure {
    flex-direction: column;
    gap: 42px;
    padding: 80px 20px 130px 20px;
    /* clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%); */
  }
  .pleasure .left .underline-white-title div {
    line-height: 36px;
    font-size: clamp(18px, 6vw, 24px);
  }
  .pleasure .left h5 {
    margin-bottom: 57px;
  }
  .pleasure .right {
    gap: 20px;
    align-self: center;
  }
  .pleasure .right .title {
    font-size: 36px;
    white-space: nowrap;
    width: 115px;
    line-height: 1;
  }
  
  .pleasure .right .content {
    letter-spacing: 1px;
    line-height: 40px;
    font-size: 18px;
  }
  .pleasure .right .content span {
    font-size: 21px;
  }
  .works-circle {
    padding: 30px 0 0 0;
    color: #604d44;
    /* clip-path: polygon(0 -20%, 100% -20%, 100% 98%, 50% 100%, 0 98%); */
  }
  .works-circle h6 {
    line-height: 2.2;
    font-size: 18px;
  }
  .works-circle .title {
    font-size: 30px;
  }
  .works-circle .top-info .hand-title {
    max-width: 84vw;
    margin: 0 auto;
    display: block;
  }
  .works-circle .top-info .intro-content {
    font-size: 16px;
    line-height: 33px;
  }
  .works-circle .works-circle-wrapper {
    width: 90vw;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .works-circle .works-circle-wrapper .top-h5 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .works-circle .underline-brown-title {
    margin: 47px auto 20px auto;
  }
  .works-circle .underline-brown-title::after {
    left: 10%;
    width: 80%;
    height: 8px;
  }
  .works-circle .circle-image {
    width: 330px;
    margin: 65px auto 105px auto;
  }
  .works-circle .circle-tag {
    padding: 20px 40px 12px 40px;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .works-circle .circle-tag::after {
    left: 46px;
    bottom: -5px;
    width: 25px;
    height: 4px;
  }
  .works-circle .underline-red-title {
    margin: 30px auto 20px auto;
  }
  .works-circle .underline-red-title::after {
    bottom: 4px;
    left: 5%;
    width: 90%;
    opacity: 0.4;
    height: 10px;
    background-color: #C65D45;
  }
  .works-circle .underline-red-title::before {
    position: absolute;
    content: "";
    bottom: 51px;
            left: 22%;
        width: 59%;
    height: 10px;
    opacity: 0.4;
    background-color: #C65D45;
    z-index: -1;
  }
  .works-circle .btn-group {
    margin-top: 97px;
  }
  .big-title {
    font-size: 30px;
  }
  .troubles {
    padding: 120px 30px 130px 30px;
    /* clip-path: polygon(0 0, 50% 2%, 100% 0, 100% 100%, 0 100%); */
  }
  .troubles .big-title{
    white-space: nowrap;
    font-size: clamp(24px, 7vw, 30px);
  }
  .troubles .full-background {
    width: auto;
    height: 100%;
  }
  .troubles .troubles-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
    margin-top: 67px;
  }
  .troubles .troubles-list .item .item-image {
    width: 280px;
  }
  .troubles .troubles-list .item h5 {
    font-size: 24px;
  }
  .troubles .troubles-list .item p {
    font-size: 16px;
  }
  /* .troubles .troubles-list .item:nth-child(2) .item-image {
    width: 240px;
  }
  .troubles .troubles-list .item:nth-child(3) .item-image {
    width: 220px;
  }
  .troubles .troubles-list .item:nth-child(4) .item-image {
    width: 316px;
  } */
  .tall-bu-bg {
    background-size: auto 100%;
  }
  .pink-bg-wrapper {
    padding: 110px 0 5px 0;
  }
  .pink-bg-wrapper .step {
    padding: 0 20px;
    margin-bottom: 130px;
  }
  .pink-bg-wrapper .step .step-list {
    margin-top: 63px;
    gap: 90px;
  }
  .pink-bg-wrapper .step .step-list .step-item {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-bg {
    position: absolute;
    z-index: 0;
    width: 410px;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-bg-1 {
    left: 82%;
    transform: translateX(-50%);
    top: 130px;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-bg-2 {
    left: 30%;
    transform: rotate(220deg);
    top: -86px;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-info .nums {
    font-size: 24px;
    width: 116px;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-info .nums span {
    font-size: 48px;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-info h6 {
    font-size: 24px;
    margin: 12px 0 12px 0;
    white-space: nowrap;
  }
  .pink-bg-wrapper .step .step-list .step-item .step-info p {
    font-size: 16px;
    line-height: 32px;
  }
  .pink-bg-wrapper .step .step-list .step-item:nth-child(odd) {
    flex-direction: column;
  }
  .pink-bg-wrapper .heigher-line {
    margin-top: 19px;
    position: relative;
    z-index: 5;
  }
  .pink-bg-wrapper .extra-title {
    line-height: 50px;
  }
  .pink-bg-wrapper .feeling-group {
    margin-top: 96px;
    margin-bottom: 115px;
    display: flex;
    flex-direction: column;
    gap: 155px;
    padding: 0 20px;
  }
  .pink-bg-wrapper .feeling-group .feeling-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    position: relative;
  }
  .pink-bg-wrapper .feeling-group .feeling-item .step-bg {
    position: absolute;
    z-index: 0;
    width: 600px;
    left: 25%;
    transform: rotate(220deg);
    top: -200px;
  }
  .pink-bg-wrapper .feeling-group .feeling-item h5 {
    width: auto;
    padding-left: 30px;
    line-height: 30px;
  }
  .pink-bg-wrapper .feeling-group .feeling-item:nth-child(2) {
    flex-direction: column-reverse;
  }
  .pink-bg-wrapper .btn-group {
    margin-top: 110px;
  }
  .green-border-wrapper {
    margin: 110px 9px 50px 8px;
    /* border: 1px solid #0d6951; */
    padding: 16px 20px;
  }
  .green-border-wrapper .float-title {
    padding: 0;
    top: -48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        background: white;
    }
  
  .green-border-wrapper .float-title div {
    white-space: nowrap;
  }
  .green-border-wrapper .float-title .title {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .green-border-wrapper .float-title .title::after {
    bottom: 48px;
    height: 14px;
    width: 95%;
  }
  .green-border-wrapper .float-title h5 {
    margin-top: 14px;
    line-height: 1.8;
  }
  .green-border-wrapper .green-line-title {
    margin-top: 60px;
    margin-bottom: 70px;
    text-align: center;
    padding: 0;
  }
  .green-border-wrapper .green-line-title::after {
    width: calc(100vw - 18px);
    top: 52%;
  }
  .pleasure .right .content .less-line-height {
  font-size: 16px;
}
.green-border-wrapper .second-green-line-title::after {
  top: 22.5%;
}

.second-green-line{

}

  .green-border-wrapper .green-line-title .hand-title {
    top: -20px;
    width: 228px;
  }
  .green-border-wrapper .top-item {
    flex-direction: column;
    margin: 0 auto 31px auto;
  }
  .green-border-wrapper .top-item .item-info h3 {
    font-size: 24px;
  }
  .green-border-wrapper .top-item .item-info p {
    font-size: 16px;
  }
  .green-border-wrapper .food-list-title {
    position: relative;

    padding: 0 20px;
  }
  .green-border-wrapper .food-list {
    margin-top: 125px;
  }
  .green-border-wrapper .food-list .food-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
  }
  .green-border-wrapper .food-list .food-item .food-content .title {
    font-size: 24px;
    line-height: 1.5;
    color: #0d6951;
  }
  .green-border-wrapper .food-list .food-item .food-content p {
    font-size: 16px;
    margin-top: 46px;
    line-height: 32px;
  }
  .green-border-wrapper .food-list .food-item .food-image {
    position: absolute;
    max-width: 280px;
    width: 70vw;
    left: auto !important;
    right: 0;
  }
  .green-border-wrapper .food-list .food-item .food-image img {
    max-width: 70vw;
  }
  .green-border-wrapper .food-list .food-item .food-image .food-tag {
    width: 110px;
  }
  .green-border-wrapper .food-list .food-item .food-image .food-tag-1 {
    left: 0;
    top: -70px;
  }
  .green-border-wrapper .food-list .food-item .food-image .food-tag-2 {
    bottom: -60px;
    right: 10px;
  }
  .green-border-wrapper .food-list .food-item:nth-child(2) {
    margin-bottom: 113px;
  }
  .green-border-wrapper .food-list .food-item:nth-child(2) .food-content p {
    margin-top: 115px;
  }
  .green-border-wrapper .food-list .food-item:nth-child(2) .food-image {
    left: 130px;
    max-width: 260px;
  }
  .green-border-wrapper .service-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    justify-content: center;
    margin-bottom: 60px;
  }
  .green-border-wrapper .service-list .service-item {
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
  }
  .green-border-wrapper .service-list .service-item h3 {
    text-align: left;
  }
  .green-border-wrapper .service-list .service-item .title {
    font-size: 24px;
    min-height: 170px;
  }
  .green-border-wrapper .service-list .service-item p {
    position: relative;
    width: calc(100vw - 50px);
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.8;
  }
  .green-border-wrapper .service-list .service-item .content img {
    position: absolute;
    right: -35px;
    top: 0;
    width: 280px;
    z-index: 2;
  }
  .green-border-wrapper .service-list-2 {
    flex-direction: column;
    gap: 60px;
  }
  .green-border-wrapper .service-list-2 .service-item .content {
    width: 100%;
  }
  .green-border-wrapper .service-list-2 .service-item .content h3 {
    font-size: 24px;
    min-height: auto;
    margin-top: 20px;
  }
  .green-border-wrapper .service-list-2 .service-item .content p {
    margin-top: 10px;
    width: 100%;
  }
  .green-border-wrapper .service-list-2 .service-item .content img {
    position: relative !important;
    width: 100%;
    right: 0;
  }
  .green-border-wrapper .title-tips {
    font-size: 16px !important;
    letter-spacing: -1px;
  }
  .experiences .thin-underline-title {
    padding: 10px 100px;
  }
  .experiences .experiences-wrapper {
    flex-direction: column;
    gap: 210px;
    margin-top: 145px;
    margin-bottom: 195px;
    padding: 0 20px;
  }
  .experiences .experiences-wrapper .experience-item .avatar {
    top: -98px;
    width: 170px;
  }
  .experiences .experiences-wrapper .experience-item .info {
    padding: 100px 22px 80px 22px;
  }
  .experiences .experiences-wrapper .experience-item .info .head h5 {
    font-size: clamp(16px,6vw,24px);
    white-space: nowrap;
  }
  .experiences .experiences-wrapper .experience-item .info .head span {
    font-size: 14px;
  }
  .experiences .experiences-wrapper .experience-item .info p {
    font-size: 16px;
    line-height: 1.8;
  }
  .experiences .experiences-wrapper .sp-extra-item {
    padding-bottom: 70px;
  }
  .experiences .btn-group {
    margin-bottom: 250px;
  }
  .kan-info {
    padding-top: 150px;
    padding-bottom: 70px;
    /* clip-path: polygon(0 -20%, 100% -20%, 100% 97%, 50% 100%, 0 97%); */
  }
  .kan-info .head-tag {
    top: -80px;
    width: 170px;
  }
  .kan-info .bu-bg {
    width: auto;
  }
  .kan-info .tips-title {
    margin-top: 20px;
    font-size: 16px;
  }
  .kan-info .price-text {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 4px auto 68px auto;
  }
  .kan-info .price-text h2,
  .kan-info .price-text span {
    position: relative;
    z-index: 3;
  }
  .kan-info .price-text h2 {
    font-size: 30px;
    top: 5px;
  }
  .kan-info .price-text h2.bigger-price {
  	font-size: 40px;
    margin-left: 8px;
  }
  .kan-info .price-text::after {
    bottom: -2px;
    height: 10px;
  }
  .kan-info .kan-name {
    font-size: 24px;
  }
  .kan-info .thin-underline-title {
    padding: 0 54px;
  }
  .kan-info .eng-name {
    letter-spacing: 3px;
    padding-bottom: 0;
    font-size: 12px;
    margin-top: 7px;
  }
  .kan-info .main-intro {
    padding: 0 20px;
    margin: 40px 0 76px 0;
    flex-direction: column;
    gap: 20px;
  }
  .kan-info .main-intro .intro-image {
    width: 100%;
  }
  .kan-info .main-intro .intro-info {
    max-width: 100%;
  }
  .kan-info .main-intro .intro-info h4 {
    font-size: 24px;
  }
  .kan-info .main-intro .intro-info p {
    font-size: 16px;
    margin-top: 8px;
    line-height: 32px;
  }
  .kan-info .more-image {
    flex-direction: column;
    gap: 76px;
    padding: 0 20px;
  }
  .kan-info .more-image .more-item {
    max-width: 100%;
  }
  .kan-info .more-image .more-item h4 {
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 9px;
  }
  .kan-info .more-image .more-item p {
    font-size: 16px;
    line-height: 32px;
  }
  .honkan {
    padding-bottom: 240px;
  }
  .honkan .honkan-title {
    font-size: 36px;
  }
  .honkan .price-text::after {
    opacity: 0.1;
  }
  .honkan .kan-title {
    font-size: 24px;
  }
  .honkan .food-info-container {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  .honkan .food-info-container .left {
    padding-left: 0;
    max-width: 480px;
    width: 90vw;
    margin: 0 auto;
  }
  .honkan .food-info-container .left .info-title {
    margin: 10px 0 130px 0;
    color: #C65D45;
  }
  .honkan .food-info-container .left .info-title span {
    font-size: 24px;
  }
  .honkan .food-info-container .left p {
    font-size: 16px;
    line-height: 28px;
  }
  .honkan .food-info-container .left .first-part {
    margin-bottom: 70px;
  }
  .honkan .food-info-container .right {
    width: 0;
    max-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .honkan .food-info-container .right .image-one {
    position: absolute;
    width: 280px;
    z-index: 8;
    top: -40px;
    right: 0;
  }
  .honkan .food-info-container .right .image-two {
    position: absolute;
    width: 280px;
    z-index: 8;
    top: 430px;
    right: 0;
  }
  .honkan .honkan-tips-title {
    margin-top: 20px;
    line-height: 38px;
  }
  .concert-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 30px 220px 30px;
  }
  .concert-section .hand-title {
    width: 218px;
    margin: 0 auto;
  }
  .concert-section .concert-list {
    flex-direction: column;
    padding: 50px 0;
    gap: 60px;
  }
  .concert-section .concert-list .concert-item {
    max-width: 75vw;
  }
  .concert-section .concert-list .concert-item h5 {
    font-size: 24px;
  }
  .concert-section .concert-list .concert-item img {
    width: 80%;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
  }
  .concert-section h3 {
    font-size: 33px;
    margin-top: 55px;
  }
  .customer-voice {
    padding: 54px 20px 250px 20px;
  }
  .customer-voice .thin-underline-title {
    padding: 0 65px;
  }
  .customer-voice .title {
    margin-bottom: 10px;
  }
  .customer-voice .voices-list {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 33px;
    margin-top: 24px;
  }
  .customer-voice .voices-list .voice-item {
    max-width: 470px;
    padding: 40px 20px 100px 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .customer-voice .voices-list .voice-item .voice-avatar {
    width: 86px;
  }
  .customer-voice .voices-list .voice-item h4 {
    font-size: 24px;
    padding: 10px 0 0 0;
  }
  .customer-voice .voices-list .voice-item .position {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .customer-voice .voices-list .voice-item p {
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 0 20px;
  }
  .customer-voice .voices-list .voice-item:first-child {
    height: auto;
  }
  .customer-voice .voices-list .voice-item:last-child {
    height: auto;
    padding-bottom: 120px;
  }
  .customer-voice .btn-group .btn {
    width: 92%;
  }
  .customer-voice .second-voices .voice-item:first-child {
    height: auto;
    padding-bottom: 117px;
  }
  .customer-voice .second-voices .voice-item:first-child p {
    line-height: 2;
  }
  .customer-voice .second-voices .voice-item:last-child {
    height: auto;
    padding-bottom: 110px;
  }
  .appoint-kan {
    /* clip-path: polygon(0 -20%, 100% -20%, 100% 92%, 50% 100%, 0 92%); */
  }
  .appoint-kan .bu-bg {
    height: 190%;
  }
  .second-voice {
    padding-bottom: 110px;
  }
  .expert {
    overflow-x: hidden;
    padding: 0 50px 0 50px;
    position: relative;
    top: -140px;
  }
  .expert .big-title {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .expert h5 {
    white-space: nowrap;
  }
  .expert .expert-intro {
    flex-direction: column;
    gap: 100px;
    margin: 40px 0 80px 0;
    align-items: center;
    position: relative;
  }
  .expert .expert-intro .intro-image {
    max-width: 240px;
  }
  .expert .expert-intro .intro-content {
    width: 100%;
  }
  .expert .expert-intro .intro-content .expert-bg {
    width: 540px;
  }
  .expert .expert-intro .intro-content .expert-tag {
    width: 120px;
    top: -50px;
    right: 0;
    left: auto;
  }
  .expert .expert-intro .intro-content .position-title {
    font-size: 12px;
  }
  .expert .expert-intro .intro-content p {
    font-size: 16px;
  }
  .expert .expert-intro .intro-content .position-title {
    margin-top: 15px;
  }
  .expert .expert-intro .intro-content p {
    margin-top: 20px;
  }
  .single-tips-title {
    font-size: 24px;
    margin-top: 10px !important;
  }
  .qa .thin-underline-title {
    padding: 0;
  }
  .qa .qa-list {
    margin: 23px auto 96px auto;
    gap: 80px;
  }
  .qa .qa-list .qa-item {
    padding: 0 20px;
  }
  .qa .qa-list .qa-item .question,
  .qa .qa-list .qa-item .answer div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
  }
  .qa .qa-list .qa-item .question .tag,
  .qa .qa-list .qa-item .answer .tag {
    width: 60px;
    height: 60px;
  }
  .qa .qa-list .qa-item .question .arrow,
  .qa .qa-list .qa-item .answer .arrow {
    top: auto;
    bottom: 20px;
    right: 10px;
    width: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .qa .qa-list .qa-item .question .arrow:hover,
  .qa .qa-list .qa-item .answer .arrow:hover {
    opacity: 0.7;
  }
  .qa .qa-list .qa-item .question p,
  .qa .qa-list .qa-item .answer p {
    font-size: 16px;
    line-height: 31px;
  }
  .qa .qa-list .qa-item .question {
    align-items: flex-start;
    border-bottom: 1px solid #0d6951;
    padding-bottom: 16px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .qa .qa-list .qa-item .question:hover .arrow {
    opacity: 0.7;
  }
  .qa .qa-list .qa-item .closed .arrow {
    transform: rotate(0);
  }
  .qa .qa-list .qa-item .open .arrow {
    bottom: 8px;
  }
  .qa .qa-list .qa-item .answer {
    color: #604d44;
  }
  .qa .qa-list .qa-item .answer p {
    padding-top: 0;
  }
  .contact {
    padding-top: 90px;
  }
  .contact .thin-underline-title {
    padding: 10px 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contact .contact-btn {
    border-radius: 5px;
    font-size: 21px;
    gap: 5px;
    padding: 12px 26px;
    margin: 17px auto 100px auto;
  }
  .contact .contact-btn img {
    width: 20px;
  }
  .sp-fixed-cta {
    position: fixed;
    width: 90%;
    bottom: 0;
    left: 0;
    gap: 0 !important;
    justify-content: center !important;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 13px 5%;
    z-index: 99;
  }
  .sp-fixed-cta .btn {
    height: 54px !important;
    font-size: 15px !important;
    width: 80vw !important;
  }
  .cta-part {
    padding-bottom: 50px;
  }
  .diff {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
  }
  .diff img {
    width: 100vw;
    opacity: 0.4;
  }
  .green-part-wrapper {
    padding-bottom: 130px;
  }
  .green-part-wrapper .title.big-title {
    color: #0d6951;
  }
  .green-part-wrapper .green-part-tips-title {
    margin-top: 10px;
  }
  .green-part-wrapper .tips-title {
    margin: 10px 0 20px 0;
  }
  .green-part-wrapper .extra-title {
    font-size: 26px;
    margin-bottom: 41px;
  }
}
.sp-dui {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.6;
}
.qa .qa-list .qa-item .answer {
  display: none;
}
  .dark-red-btn, .green-btn{
  	 position:relative;
  }
  .with-btn-top-title-1,  .with-btn-top-title-2{
  	margin-top: 70px;
  }
.with-btn-top-title-1::after{
	position:absolute;
    content:"＼ まずは気軽に体験 ／";
    white-space: nowrap;
    color: #604D44;
    font-size: 36px;
    left: 50%;
    top: -78px;
    transform: translateX(-50%);
    z-index:1;
}

.with-btn-top-title-2::after{
	position:absolute;
    content:"＼ オススメ充実プラン ／";
    white-space: nowrap;
    color: #604D44;
    font-size: 36px;
    left: 50%;
    top: -78px;
    transform: translateX(-50%);
    z-index:1;
}
.big-green-title{
  margin-bottom: 80px;
  }

@media screen and (min-width: 768px) {
  .btn {
    transition: all 0.2s ease-in-out;
  }
  .btn:hover {
    background-color: #604D44 !important;
  }
}
@media (max-width: 767px){
	
.with-btn-top-title-1::after{
    font-size: 24px;
    top: -48px;
}

.with-btn-top-title-2::after{
    font-size: 24px;
    top: -48px;
}

.single-tips-title{
	font-size: 18px;
}
}
.btn:active {
  background-color: #604D44 !important;
}
.dark-red-btn {
  background-color: #E1684C;
}

@media screen and (max-width: 376px) {
  .green-border-wrapper .float-title {
    left: -5px;
  }
}


.hand-anime-line{
	position:relative;
}
.hand-anime-line img{
	position: relative;
    z-index: 2;
}

.hand-anime-line::before {
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    height: 34px;
    z-index: 0;
    content: "";
    background: #FDF6F2;
    transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
}

.hand-anime-line::after {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 38px;
    z-index: 0;
    content: "";
    background: #FDF6F2;
    transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
}
.hand-active::before{
    width: 89%;
}
.hand-active::after{
    width: 53%;
}

@media screen and (max-width: 991px) {
    .works-circle .works-circle-wrapper .line-active::after {
        width: 82% !important;
        left: 16px;
    }
    .works-circle .works-circle-wrapper .second-bottom-line.line-active::after {
        width: 100% !important;
        left: 0;
    }
    .concert-section h3{
    	white-space: nowrap;
        z-index: 2;
    }
    
    .concert-section .anime-bottom-line::before {
        position: absolute;
        left: 44px;
        top: 27px;
        width: 0;
        height: 18px;
        z-index: -1;
        content: "";
        background: #FDF6F2;
        transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
    }
.concert-section .line-active::before {
width: 70%;
}
    .concert-section .anime-bottom-line::after {
        bottom: 0;
        width: 93% !important;
        left: 0;
    }

    
}