* {
  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: 500;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
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, 'TsukuAntique', serif;*/
  font-family: "Shippori Mincho B1", serif;
}
.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;
}
.red-text {
  color: #c65d45;
}
.btn-group {
  display: flex;
  justify-content: center;
  gap: 65px;
  align-items: center;
}
.btn-group a img {
  width: 27px;
}
.btn-group .btn {
  font-size: 36px;
  font-family: Shippori Mincho Regular;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  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);
  }
}
header .logo {
  display: flex;
  gap: 30px;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
}
header .logo img {
  max-width: 240px;
}
header .btn-group {
  gap: 27px;
}
header .btn-group .btn {
  font-size: 27px;
  width: 370px;
  height: 74px;
}
.tt-header {
  background-color: rgba(255, 255, 255, 0);
}
main {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 28px;
  }
}
.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: 56.3vw;
    background-size: cover;
    background-position: center;
  }
}
.kv .kv-title {
  color: #604d44;
  font-size: 48px;
  writing-mode: vertical-rl;
  position: relative;
  top: 11%;
  display: flex;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 1.4;
}
.kv .kv-title span:last-child {
  margin-top: 170px;
}
.slogan {
  padding: 130px 0 60px 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: 13px;
  font-size: 64px;
  position: relative;
  z-index: 9;
  line-height: 90px;
}
.slogan .content {
  text-align: center;
  line-height: 54px;
  position: relative;
  z-index: 9;
  font-size: 28px;
  margin-top: 50px;
  font-weight: normal;
}
.slogan .content .sub-title {
  font-size: 42px;
  line-height: 120px;
  position: relative;
}
.slogan .content .sub-title::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #edf3f1;
}
.slogan .content .circle-title {
  width: 420px;
  height: 210px;
  border-radius: 100%;
  background-color: #edf3f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px auto 60px auto;
  position: relative;
  font-weight: 600;
}
.slogan .content .circle-title span {
  position: absolute;
  padding: 0 20px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background-color: #beb07b;
  color: white;
}
.pleasure {
  display: flex;
  justify-content: center;
  gap: 150px;
  padding: 150px 140px 20px 108px;
  background-color: #e9f1ef;
  position: relative;
}
.pleasure::after {
  position: absolute;
  left: 0;
  bottom: -200px;
  height: 200px;
  background-color: #e9f1ef;
  width: 100vw;
  content: "";
  z-index: -1;
}
.pleasure .left .underline-white-title div {
  margin: 10px 0;
  line-height: 1;
  background-color: white;
  width: fit-content;
}
.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;
  font-size: 60px;
}
.pleasure .right .content {
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 1.9;
}
.pleasure .right .content .white-bg {
  background-color: white;
  font-weight: bold;
}
.pleasure .right .content .red-bg {
  background-color: #d5e4e0;
  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;
}
.voice {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 220px 140px 250px 108px;
  background-color: #e9f1ef;
  position: relative;
  clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%);
}
.voice h5 {
  text-align: center;
  font-size: 42px;
}
.voice .voice-list {
  width: 90vw;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.voice .voice-item {
  display: flex;
  align-items: center;
  gap: 57px;
}
.voice .voice-item .voice-text {
  width: 700px;
  max-width: 65vw;
  background-color: white;
  padding: 27px 54px;
  border-radius: 8px;
  font-size: 23px;
  font-family: 'YuGothic-Bold';
}
.voice .voice-item .left-text {
  position: relative;
}
.voice .voice-item .left-text::after {
  position: absolute;
  content: "";
  bottom: 15px;
  right: -25px;
  width: 25px;
  height: 20px;
  background-color: white;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.voice .voice-item .right-text {
  position: relative;
}
.voice .voice-item .right-text::after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: -25px;
  width: 25px;
  height: 20px;
  background-color: white;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.voice .voice-item .voice-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.voice .voice-item .voice-avatar div {
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: 30px;
}
.works-circle {
  padding: 100px 0 300px 0;
  color: #604d44;
  background: #ecf3f1;
  position: relative;
  margin-bottom: 90px;
  clip-path: polygon(0 -20%, 100% -20%, 100% 95%, 50% 100%, 0 95%);
}
.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: 100px 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 50px auto;
  font-size: 22px;
}
.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: 5%;
  width: 90%;
  height: 28px;
  opacity: 0.4;
  background-color: #e9c0b7;
  z-index: -1;
}
.works-circle .btn-group {
  margin-top: 160px;
}
.troubles {
  background-color: #b0a6a2;
  padding: 250px 0 200px 0;
  color: white;
  position: relative;
  clip-path: polygon(0 0, 50% 8%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.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, 510px);
  justify-content: center;
  gap: 100px;
  margin-top: 40px;
}
.troubles .troubles-list .item {
  max-width: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.troubles .troubles-list .item .item-image {
  height: 370px;
}
.troubles .troubles-list .item .item-image img {
  max-width: 380px;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.troubles .troubles-list .item h5 {
  margin: 20px 0;
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.troubles .troubles-list .item p {
  font-size: 24px;
  line-height: 2;
}
.check-list .list-title span {
  position: relative;
  z-index: 3;
}
.check-list .list-title span::after {
  content: "";
  position: absolute;
  top: 76%;
  left: 0;
  width: 90%;
  height: 25px;
  background-color: #d1e4df;
  z-index: -1;
}
@media (max-width: 768px) {
  .check-list .list-title span::after {
    height: 10px;
  }
}
.tall-bu-bg {
  background-size: cover;
}
.pink-bg-wrapper {
  background-color: #faf7f1;
  padding: 160px 0 200px 0;
}
.pink-bg-wrapper .step {
  margin-bottom: 100px;
}
.pink-bg-wrapper .step h5.center-text img {
  width: 50vw;
  max-width: 424px;
}
.pink-bg-wrapper .step .step-list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 156px;
}
.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: 40%;
  transform: rotate(220deg);
  top: -150px;
}
.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: 510px;
  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: 600px;
  left: 25%;
  transform: rotate(220deg);
  top: -200px;
}
.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: 250px 24px 200px 24px;
  border: 1px solid #0d6951;
  padding: 100px 70px 70px 70px;
}
.green-border-wrapper .float-title {
  background-color: white;
  width: fit-content;
  padding: 0 60px;
  position: relative;
  top: -150px;
  margin: 0 auto;
}
.green-border-wrapper .green-line-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
  color: #0d6951;
  position: relative;
  background-color: white;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}
.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: calc(100vw - 66px);
  left: 50%;
  transform: translateX(-50%);
  top: 49.5%;
  height: 1px;
  background-color: #0d6951;
  z-index: -1;
}
.green-border-wrapper .green-line-title .title-tips {
  font-size: 24px;
  text-align: center;
  color: #333;
  padding-top: 32px;
}
.green-border-wrapper .top-title {
  margin-bottom: 34px;
  position: relative;
  z-index: 2;
}
.green-border-wrapper .top-title::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  height: 20px;
  background-color: #E9F1EF;
  z-index: -1;
}
.green-border-wrapper .sencond-green-line-title {
  margin-bottom: 206px;
}
.green-border-wrapper .second-line-title {
  margin-bottom: 50px;
}
.green-border-wrapper .second-line-title::after {
  top: 30%;
}
.green-border-wrapper .sencond-green-line-title::after {
  top: 20%;
}
@media screen and (min-width: 992px) {
  .green-border-wrapper .food-list {
    margin-bottom: 250px;
  }
}

  .green-border-wrapper .food-list-title::after {
    top: 50% !important;
  }
.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: 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: 700px;
  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: 130px;
  justify-content: center;
  margin-bottom: 100px;
}
.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 .more-service-list {
  margin-bottom: 100px;
}
.green-border-wrapper .more-service-list .service-item h3 {
  margin-top: 20px;
  font-size: 36px;
}
.green-border-wrapper .green-pad {
  background-color: #e9f1ef;
  padding: 100px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  max-width: 1140px;
  margin: 0 auto 150px auto;
}
.green-border-wrapper .green-pad h3 {
  /*font-family: TsukuAntique, 'TsukuAntique', serif;*/
  
  font-family: "Shippori Mincho B1", serif;
  font-weight: normal;
  color: #0d6951;
  white-space: nowrap;
}
.green-border-wrapper .green-pad .comfortable-list {
  list-style: none;
  margin-top: 52px;
}
.green-border-wrapper .green-pad .comfortable-list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.green-border-wrapper .green-pad .comfortable-list ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 28px;
  
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.green-border-wrapper .green-pad .comfortable-list ul li img {
  width: 50px;
}
.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;
}
.experiences .thin-underline-title {
  line-height: 1.4;
}
.experiences .experiences-wrapper {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-top: 170px;
  margin-bottom: 180px;
}
.experiences .experiences-wrapper .experience-item {
  position: relative;
  background-color: #ecf3f1;
  max-width: 600px;
}
.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%);
}
.experiences .experiences-wrapper .experience-item .info {
  padding: 140px 60px 60px 60px;
}
.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;
}
.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;
  }
}
section .btn-group .btn {
  width: 608px;
}
@media screen and (max-width: 991px) {
  section .btn-group .btn {
    width: 320px;
  }
}
.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: #ecf3f1;
}
.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: -145px;
  transform: translateX(-50%);
  width: 250px;
  z-index: 5;
}
.kan-info .tips-title {
  margin-top: 95px;
}
.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: 0;
  width: 104%;
  height: 25px;
  background-color: #d1e4df;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .kan-info .price-text .bigger-price {
    font-size: 96px;
    position: relative;
    top: 10px;
  }
}
.kan-info .kan-name {
  font-size: 56px;
  font-family: Shippori Mincho Regular;
}
.kan-info .eng-name {
  letter-spacing: 5px;
  padding-bottom: 10px;
}
.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: 454px;
}
.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;
}
.appoint-kan h6 {
  margin-bottom: 40px;
}
.honkan {
  background-color: #F1EEE8;
  padding-bottom: 0;
  clip-path: polygon(0% -10%, 100% -10%, 100% 100%, 0 100%);
  margin-bottom: 0;
  padding-top: 140px;
}
.honkan .honkan-title {
  color: #c65d45;
}
.honkan .price-text::after {
  background-color: #0d6951;
  opacity: 0.1;
}
.honkan .tips-title {
  font-size: 26px;
  line-height: 52px;
  margin-top: 30px;
}
.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, 'TsukuAntique', serif;*/
  
  font-family: "Shippori Mincho B1", 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: #F1EEE8;
  padding-top: 100px;
}
.second-kan-info .btn-group .red-btn {
  background: #ec9872;
}
.second-kan-info .price-text::after {
  height: 25px;
  background-color: #EAE3D7;
}
.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::after{
	position:absolute;
    left: 50%;
    top:0;
    transform: translateX(-50%);
    content:"";
    width:200px;
    height: 1px;
    background: #333;
}
}
.expert {
margin-top: 180px;
  padding: 95px 50px 100px 50px;
  position:relative;
}
.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: 550px;
  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: -120px;
  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 {
  display: flex;
  gap: 15px;
  position: relative;
  font-weight: 600;
}
.qa .qa-list .qa-item h5{
  font-weight: 600;
    
}
.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;
  color: white;
  gap: 5px;
  padding: 30px 70px;
  width: fit-content;
  margin: 60px auto 200px auto;
}
.contact .contact-btn img {
  width: 40px;
}
.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: 100px 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: 100px 0 170px 0;
  gap: 100px;
}
.concert-section .concert-list .concert-item {
  max-width: 330px;
}
.concert-section .concert-list .concert-item .price-text::after img {
  height: 350px;
}
.cta-part {
  padding: 130px 0 210px 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%);
}
.cta-part .btn-group {
  margin-top: 50px;
}
.cta-part .btn-group .red-btn {
  background-color: #ec9872;
}
.brain-holiday {
  background-color: #f6f4ec;
  padding: 140px 0 190px 0;
  position: relative;
}
.brain-holiday::after {
  position: absolute;
  left: 0;
  top: -200px;
  height: 200px;
  background-color: #f6f4ec;
  width: 100vw;
  content: "";
  z-index: -1;
}
.brain-holiday .underline-white-title span {
  position: relative;
  z-index: 2;
}
.brain-holiday .underline-white-title span::after {
  position: absolute;
  z-index: -1;
  height: 18px;
  background-color: #e2c6af;
  width: 100%;
  content: "";
  left: 0;
  bottom: 7px;
}
.brain-holiday .holiday-pad {
  padding-bottom: 80px;
  padding-top: 100px;
}
.brain-holiday .holiday-pad .title {
  color: #0d6951;
}
.brain-holiday .holiday-pad .title-tips {
  font-size: 36px;
  color: #0d6951;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.brain-holiday .brain-pad {
  padding: 70px 80px 160px 70px;
}
.brain-holiday .brain-pad .title {
  color: #c8ac6f;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.brain-holiday .brain-pad .bottom-title {
  margin-top: 120px;
  font-size: 40px;
}
.brain-holiday .brain-pad .bottom-sub-title {
  font-size: 26px;
  margin-top: 32px;
}
.brain-holiday .brain-pad .brain-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 144px;
  margin-top: 80px;
}
.brain-holiday .brain-pad .brain-list .brain-intro-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.brain-holiday .brain-pad .brain-list .brain-intro-item .item-image {
  width: 323px;
  min-width: 323px;
  height: 251px;
  object-fit: contain;
}
.brain-holiday .brain-pad .brain-list .brain-intro-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brain-holiday .brain-pad .brain-list .brain-intro-item .item-text .item-title {
  font-size: 36px;
  color: #c8ac6f;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}
.brain-holiday .brain-pad .brain-list .brain-intro-item .item-text p {
  max-width: 560px;
  color: #604d44;
  padding-left: 30px;
  font-size: 26px;
  letter-spacing: 2px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.brain-holiday .white-pad {
  background-color: white;
  max-width: 950px;
  width: 90vw;
  margin: 120px auto 40px auto;
  border-radius: 30px;
}
.brain-holiday .white-pad .brain-holidy-intro {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.step-list-pad {
  background-color: #edf3f1;
  padding: 300px 0 80px 0;
  position: relative;
}
.step-list-pad::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 180px;
  width: 257px;
  height: 1px;
  background-color: #0d6951;
  transform: translateX(-50%);
}
.step-list-pad .green-text {
  color: #0d6951;
  font-family: "Shippori Mincho B1", serif;;
  font-weight: 400;
}
.step-list-pad .check-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-list-pad .check-list .sub-title {
  font-size: 42px;
  padding: 20px 0 13px 0;
}
.step-list-pad .check-list .tips-title {
  font-size: 26px;
}
.step-list-pad .check-list .check-list-group {
  margin: 90px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step-list-pad .check-list .check-list-group .list-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.step-list-pad .check-list .check-list-group .list-item .check-image {
  width: 50px;
}
.step-list-pad .check-list .check-list-group .list-item .check-image img {
  width: 100%;
}
.step-list-pad .check-list .check-list-group .list-item .item-text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  position: relative;
  z-index: 2;
}
.step-list-pad .check-list .check-list-group .list-item .item-text::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: white;
  content: "";
  z-index: -1;
}
.step-list-pad .check-list .warn-tips {
  font-size: 22px;
  font-weight: bold;
}
.step-list-pad .check-list .double-arrow-wrapper {
  max-width: 257px;
  width: 46vw;
  margin-top: 130px;
  margin-bottom: 133px;
}
.step-list-pad .check-list .double-arrow-wrapper img {
  width: 100%;
}
.step-list-pad .holiday-pad .title-tips {
  font-size: 36px;
}
.step-list-pad .holiday-step-line {
  position: relative;
  margin-top: 120px;
  margin-bottom: 0;
}
.step-list-pad .holiday-step-line::after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 91.5%;
  background-color: #0d6951;
  content: "";
  z-index: 0;
  top: 0;
}
.step-list-pad .holiday-step-line .step-item {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
.step-list-pad .holiday-step-line .step-item::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #0d6951;
  border-radius: 100%;
  transform: translateX(-50%);
  top: 16px;
  content: "";
  z-index: 5;
}
.step-list-pad .holiday-step-line .step-item .left,
.step-list-pad .holiday-step-line .step-item .right {
  width: 50%;
}
.step-list-pad .holiday-step-line .step-item .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.step-list-pad .holiday-step-line .step-item .left .step-info {
  background-color: white;
  text-align: right;
  padding: 10px 16px 20px 16px;
  border-radius: 8px;
  width: fit-content;
  position: relative;
}
.step-list-pad .holiday-step-line .step-item .left .step-info::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: -18px;
  top: 18px;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.step-list-pad .holiday-step-line .step-item .right {
  display: flex;
  flex-direction: column;
}
.step-list-pad .holiday-step-line .step-item .right .step-info {
  position: relative;
}
.step-list-pad .holiday-step-line .step-item .right .step-info::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: -17px;
  top: 18px;
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.step-list-pad .holiday-step-line .step-item img {
  max-width: 380px;
}
.step-list-pad .holiday-step-line .step-item .step-time {
  color: #0d6951;
  font-size: 36px;
}
.step-list-pad .holiday-step-line .step-item .step-info {
  background-color: white;
  font-size: 36px;
  width: 477px;
  padding: 10px 16px 20px 16px;
  border-radius: 8px;
}
.step-list-pad .holiday-step-line .step-item .step-info span {
  font-size: 24px;
}
.step-list-pad .holiday-step-line .step-1::after {
  top: 0;
}
.step-list-pad .holiday-step-line .step-2 {
  margin-top: 60px;
}
.step-list-pad .holiday-step-line .step-3 {
  margin-top: 6px;
}
.step-list-pad .holiday-step-line .step-4 {
  margin-top: 20px;
}
.step-list-pad .holiday-step-line .step-5 {
  margin-top: 50px;
}
.step-list-pad .holiday-step-line .step-6 {
  margin-top: 30px;
}
.step-list-pad .holiday-step-line .step-7 {
  margin-top: 20px;
}
.step-list-pad .holiday-step-line .step-8 {
  margin-top: 5px;
}
.step-list-pad .holiday-step-line .step-9 {
  margin-top: 50px;
}
.step-list-pad .holiday-step-line .step-10 {
  margin-top: 10px;
  padding-bottom: 100px;
}
.last-kan {
  padding-bottom: 130px;
  margin-bottom: 100px;
}
.last-kan .title {
  color: #0d6951;
  position: relative;
}
.last-kan .title span {
  position: relative;
}
.last-kan .title span::after {
  position: absolute;
  z-index: -1;
  height: 28px;
  background-color: white;
  width: 100%;
  content: "";
  left:0;
  bottom: -10px;
}
.last-kan .price-text {
  margin: 60px auto 30px auto;
  font-size: 42px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.last-kan p {
  font-size: 24px;
}
.last-cta-pad .title {
  font-size: 42px;
  margin-bottom: 50px;
  font-family: "Shippori Mincho B1", serif;
}
.with-pink-underline {
  position: relative;
  white-space: nowrap;
}
.with-pink-underline::after {
  position: absolute;
  content: "";
  width: 97%;
  height: 28px;
  bottom: 0;
  left: 0;
  background-color: #FDF7F4;
  z-index: -1;
}
.brown-text {
  color: #604D44 !important;
}
@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;
  }
  header .btn-group {
    flex-direction: row;
  }
  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;
    color: white;
    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: 80px;
    z-index: 99;
  }
  .kv .kv-title {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 36px;
    right: 40%;
    top: 9%;
    line-height: 1.2;
  }
  .kv .kv-title span:last-child {
    margin-top: 74px;
  }
  .slogan {
    padding: 93px 0 85px 0;
  }
  .slogan .title {
    font-size: 30px;
    line-height: 53px;
    margin-bottom: 23px;
  }
  .slogan .content {
    line-height: 24px;
    font-size: 18px;
    line-height: 34px;
    margin-top: 10px;
  }
  .slogan .content .sub-title {
    font-size: 24px;
    line-height: 130px;
    position: relative;
  }
  .slogan .content .sub-title::after {
    height: 10px;
  }
  .slogan .content .circle-title {
    width: 309px;
    max-width: 90vw;
    height: 155px;
    margin: 38px auto 50px auto;
  }
  .slogan .content .circle-title span {
    padding: 5px 15px;
    font-size: 23px;
    white-space: nowrap;
  }
  .pleasure {
    flex-direction: column;
    gap: 42px;
    padding: 80px 20px 80px 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: 24px;
  }
  .pleasure .left h5 {
    margin-bottom: 57px;
  }
  .pleasure .right {
    gap: 1px;
    align-self: center;
  }
  .pleasure .right .title {
    font-size: 36px;
  }
  .pleasure .right .content {
    letter-spacing: 1px;
    line-height: 31px;
    font-size: 18px;
  }
  .pleasure .right .content span {
    font-size: 21px;
  }
  .works-circle {
    padding: 67px 0 126px 0;
    color: #604d44;
    clip-path: polygon(0 -20%, 100% -20%, 100% 98%, 50% 100%, 0 98%);
  }
  .works-circle h6 {
    line-height: 2.2;
  }
  .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;
  }
  .works-circle .works-circle-wrapper .top-h5 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .works-circle .underline-brown-title {
    margin: 25px auto 20px auto;
  }
  .works-circle .underline-brown-title::after {
    left: 10%;
    width: 80%;
    height: 8px;
  }
  .works-circle .circle-image {
    width: 318px;
    margin: 65px auto;
  }
  .works-circle .circle-tag {
    padding: 20px 40px 12px 40px;
    font-size: 18px;
  }
  .works-circle .underline-red-title {
    margin: 30px auto 20px auto;
  }
  .works-circle .underline-red-title::after {
    bottom: 4px;
    left: 5%;
    width: 90%;
  }
  .works-circle .underline-red-title::before {
    position: absolute;
    content: "";
    bottom: 51px;
    left: 31%;
    width: 40%;
    height: 8px;
    opacity: 0.4;
    background-color: #e9c0b7;
    z-index: -1;
  }
  .works-circle .btn-group {
    margin-top: 97px;
  }
  .voice {
    gap: 50px;
    padding: 100px 35px 100px 35px;
    background-color: #e9f1ef;
    position: relative;
    clip-path: polygon(0 0, 50% 3%, 100% 0, 100% 97%, 50% 100%, 0 97%);
  }
  .voice h5 {
    text-align: center;
    font-size: 18px;
    line-height: 2;
  }
  .voice .voice-list {
    gap: 20px;
    width: 100%;
  }
  .voice .voice-item {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .voice .voice-item .voice-text {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .voice .voice-item .left-text::after {
    bottom: 15px;
    right: -20px;
    width: 20px;
    height: 15px;
  }
  .voice .voice-item .right-text::after {
    bottom: 15px;
    left: -20px;
    width: 20px;
    height: 15px;
  }
  .voice .voice-item .voice-avatar {
    min-width: 110px;
  }
  .voice .voice-item .voice-avatar div {
    font-size: 14px;
    font-weight: normal;
    top: 8px;
  }
  .big-title {
    font-size: 30px;
  }
  .troubles {
    padding: 100px 35px 126px 35px;
    clip-path: polygon(0 0, 50% 2%, 100% 0, 100% 100%, 0 100%);
  }
  .troubles .troubles-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
    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;
  }
  .pink-bg-wrapper {
    padding: 110px 0 5px 0;
  }
  .pink-bg-wrapper .step {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  .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: 120px;
  }
  .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: 15px;
    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: 108px;
    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;
  }
  .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: 120px 9px 85px 8px;
    border: 1px solid #0d6951;
    padding: 16px 20px;
  }
  .green-border-wrapper .top-title {
    margin-bottom: 34px;
  }
  .green-border-wrapper .top-title::after {
    height: 10px;
    bottom: 0;
  }
  .green-border-wrapper .float-title {
    padding: 0;
    top: -40px;
    left: 0;
  }
  .green-border-wrapper .float-title div {
    white-space: nowrap;
  }
  .green-border-wrapper .green-line-title {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    background: white;
    padding: 0 13px;
  }
  .green-border-wrapper .green-line-title::after {
    width: calc(100vw - 19px);
    top: 30%;
    height: 1px;
  }
  .green-border-wrapper .green-line-title .hand-title {
    top: -20px;
    width: 228px;
  }
  .green-border-wrapper .second-line-title {
    margin-top: 180px;
    margin-bottom: 50px;
  }
  .green-border-wrapper .second-line-title::after {
    top: 17%;
  }
  .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;
    margin-top: 20px;
  }
  .green-border-wrapper .sencond-green-line-title {
    background-color: transparent;
  }
  .green-border-wrapper .sencond-green-line-title::after {
    display: none;
  }
  .green-border-wrapper .sencond-green-line-title h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px;
    background-color: white;
  }
  .green-border-wrapper .sencond-green-line-title h3::after {
    content: "";
    position: absolute;
    width: calc(100vw - 19px);
    left: 50%;
    transform: translateX(-50%);
    top: 29.5%;
    height: 1px;
    background-color: #0d6951;
    z-index: -1;
  }
  .green-border-wrapper .food-list-title {
    position: relative;
    top: -20px;
    padding: 0 20px;
  }
  .green-border-wrapper .food-list {
    margin-top: 120px;
  }
  .green-border-wrapper .food-list .food-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 105px;
  }
  .green-border-wrapper .food-list .food-item .food-content .title {
    font-size: 24px;
    line-height: 1.5;
    color: #0d6951;
    white-space: nowrap;
  }
  .green-border-wrapper .food-list .food-item .food-content p {
    font-size: 18px;
    margin-top: 46px;
    line-height: 35px;
  }
  .green-border-wrapper .food-list .food-item .food-image {
    position: absolute;
    max-width: 280px;
    left: 135px;
  }
  .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-top: 120px;
    margin-bottom: 80px;
  }
  .green-border-wrapper .food-list .food-item:nth-child(2) .food-content p {
    margin-top: 100px;
  }
  .green-border-wrapper .food-list .food-item:nth-child(2) .food-image {
    left: 160px;
    max-width: 260px;
  }
  .green-border-wrapper .service-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 125px;
    justify-content: center;
    margin-bottom: 90px;
  }
  .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: center;
  }
  .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: 18px;
    margin-top: 30px;
    line-height: 1.8;
  }
  .green-border-wrapper .service-list .service-item .content img {
    position: absolute;
    right: -35px;
    top: 0;
    width: 260px;
  }
  .green-border-wrapper .service-list-2 {
    flex-direction: column;
  }
  .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;
    text-align: left;
  }
  .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 .more-service-list .service-item .content h3 {
    font-size: 18px;
  }
  .green-border-wrapper .more-service-list {
    margin-top: 60px;
    gap: 30px;
  }
  .green-border-wrapper .title-tips {
    font-size: 14px !important;
  }
  .green-border-wrapper .green-pad {
    padding: 50px 32px 70px 32px;
    border-radius: 8px;
    margin: 0 auto 100px auto;
  }
  .green-border-wrapper .green-pad .comfortable-list {
    margin-top: 52px;
  }
  .green-border-wrapper .green-pad .comfortable-list ul {
    gap: 20px;
  }
  .green-border-wrapper .green-pad .comfortable-list ul li {
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
  }
  .green-border-wrapper .green-pad .comfortable-list ul li img {
    width: 26px;
  }
  .green-border-wrapper .sencond-green-line-title {
    margin-top: 154px;
  }
  .green-border-wrapper .sencond-green-line-title .title-tips {
    font-size: 16px ;
  }
  .experiences .thin-underline-title {
    padding: 10px 100px;
  }
  .experiences .experiences-wrapper {
    flex-direction: column;
    gap: 170px;
    margin-top: 145px;
    margin-bottom: 125px;
    padding: 0 20px;
  }
  .experiences .experiences-wrapper .experience-item .avatar {
    top: -98px;
    width: 170px;
  }
  .experiences .experiences-wrapper .experience-item .info {
    padding: 80px 30px 50px 30px;
  }
  .experiences .experiences-wrapper .experience-item .info .head h5 {
    font-size: 22px;
  }
  .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: 100px;
    padding-bottom: 100px;
    clip-path: polygon(0 -20%, 100% -20%, 100% 97%, 50% 100%, 0 97%);
  }
  .kan-info .head-tag {
    top: -80px;
    width: 170px;
  }
  .kan-info .tips-title {
    margin-top: 0;
    font-size: 16px;
  }
  .kan-info .price-text {
    font-size: 16px;
    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: 36px;
  }
  .kan-info .price-text::after {
    height: 10px;
  }
  .kan-info .price-text .bigger-price {
    font-size: 44px;
    top: 4px;
    margin-left: 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: 40px;
    clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
  }
  .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: 84vw;
    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: 80px;
  }
  .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;
    max-width: 70vw;
    z-index: 8;
    top: -60px;
    right: 0;
  }
  .honkan .food-info-container .right .image-two {
    position: absolute;
    width: 280px;
    z-index: 8;
    max-width: 70vw;
    top: 440px;
    right: 0;
  }
  .honkan .honkan-tips-title {
    margin-top: 20px;
    line-height: 38px;
  }
  .concert-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 170px 30px;
  }
  .concert-section .hand-title {
    width: auto;
    font-size: 18px;
    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 .concert-list .concert-item:nth-child(3) img {
    width: 64%;
  }
  .concert-section h3 {
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
  }
  .concert-section .with-pink-underline {
    font-size: 32px;
    position: relative;
  }
  .concert-section .with-pink-underline::before {
    
    position: absolute;
    content: "";
    width: 70%;
    height: 18px;
    top: 25px;
    left: 14%;
    background-color: #FDF7F4;
    z-index: -1;
  }
  .concert-section .with-pink-underline::after {
    position: absolute;
    content: "";
    width: 67%;
    height: 18px;
    bottom: 0;
    left: 0%;
    background-color: #FDF7F4;
    z-index: -1;
  }
  .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%);
  }
  .second-voice {
    padding-bottom: 110px;
  }
  .expert {
    overflow-x: hidden;
    padding: 0 50px 100px 50px;
    margin-top: 90px;
  }
  .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: 15px;
  }
  .expert .expert-intro .intro-content .position-title {
    margin-top: 15px;
  }
  .expert .expert-intro .intro-content p {
    margin-top: 20px;
  }
  .qa .thin-underline-title {
    padding: 0;
  }
  .qa .qa-list {
    margin: 23px auto 96px auto;
    gap: 62px;
  }
  .qa .qa-list .qa-item {
    padding: 0 20px;
  }
  .qa .qa-list .qa-item .question,
  .qa .qa-list .qa-item .answer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
  }
  
.qa .qa-list .qa-item .answer div {
    flex-direction: column;
    gap: 3px;
}
  .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: 110px;
  }
  .contact .thin-underline-title {
    padding: 10px 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contact .contact-btn {
    border-radius: 5px;
    font-size: 21px;
    color: white;
    gap: 5px;
    padding: 12px 26px;
    margin: 17px auto 200px 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-top: 100px;
    padding-bottom: 0;
    margin-bottom: 155px;
  }
  .cta-part .btn-group {
    margin-top: 20px;
  }
  .diff {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
  }
  .diff img {
    width: 100vw;
    opacity: 0.4;
  }
  .green-part-wrapper {
    padding-bottom: 26px;
  }
  .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;
  }
  .appoint-kan h6 {
    font-size: 24px;
  }
  .brain-holiday {
    padding: 80px 0 90px 0;
  }
  .brain-holiday .underline-white-title {
    font-size: 24px;
  }
  .brain-holiday .underline-white-title span::after {
    height: 10px;
    bottom: 1px;
  }
  .brain-holiday .holiday-pad {
    padding-bottom: 80px;
    padding-top: 100px;
  }
  .brain-holiday .holiday-pad .title {
    color: #0d6951;
  }
  .brain-holiday .holiday-pad .title-tips {
    font-size: 36px;
    color: #0d6951;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
  }
  .brain-holiday .brain-pad {
    padding: 40px 20px 90px 20px;
  }
  .brain-holiday .brain-pad .title {
    color: #c8ac6f;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
  }
  .brain-holiday .brain-pad .bottom-title {
    margin-top: 100px;
    font-size: 24px;
  }
  .brain-holiday .brain-pad .bottom-sub-title {
    font-size: 16px;
    margin-top: 32px;
  }
  .brain-holiday .brain-pad .brain-list {
    gap: 80px;
    margin-top: 47px;
  }
  .brain-holiday .brain-pad .brain-list .brain-intro-item {
    flex-direction: column;
    gap: 10px;
  }
  .brain-holiday .brain-pad .brain-list .brain-intro-item .item-image {
    width: 60vw;
    min-width: 160px;
    height: auto;
  }
  .brain-holiday .brain-pad .brain-list .brain-intro-item .item-text .item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .brain-holiday .brain-pad .brain-list .brain-intro-item .item-text p {
    padding-left: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .brain-holiday .brain-pad .brain-list .brain-intro-item:nth-child(2) .item-image {
    width: 130px;
  }
  .brain-holiday .brain-pad .brain-list .brain-intro-item:nth-child(3) .item-image {
    width: 110px;
  }
  .brain-holiday .white-pad {
    width: 80vw;
    margin: 60px auto 40px auto;
    border-radius: 8px;
  }
  .brain-holiday .white-pad .brain-holidy-intro {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .step-list-pad {
    padding: 160px 0 0 0;
  }
  .step-list-pad::before {
    top: 100px;
    width: 140px;
  }
  .step-list-pad .check-list .list-title {
    font-size: 24px;
  }
  .step-list-pad .check-list .sub-title {
    font-size: 18px;
    padding: 20px 0 13px 0;
  }
  .step-list-pad .check-list .tips-title {
    font-size: 16px;
  }
  .step-list-pad .check-list .check-list-group {
    margin: 50px 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .step-list-pad .check-list .check-list-group .list-item {
    gap: 5px;
  }
  .step-list-pad .check-list .check-list-group .list-item .check-image {
    width: 26px;
  }
  .step-list-pad .check-list .check-list-group .list-item .item-text {
    font-size: 16px;
    z-index: 2;
  }
  .step-list-pad .check-list .check-list-group .list-item .item-text::after {
    height: 6px;
    display: none;
  }
  .step-list-pad .check-list .warn-tips {
    font-size: 14px;
  }
  .step-list-pad .check-list .double-arrow-wrapper {
    width: 140px;
    margin-top: 100px;
    margin-bottom: 33px;
  }
  .step-list-pad .holiday-pad .title-tips {
    font-size: 18px;
  }
  .step-list-pad .holiday-step-line {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 40px 20px 0 20px;
  }
  .step-list-pad .holiday-step-line::after {
    left: 50%;
    height: 89%;
    top: 0;
  }
  .step-list-pad .holiday-step-line .step-item {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
  }
  .step-list-pad .holiday-step-line .step-item::after {
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 10px;
  }
  .step-list-pad .holiday-step-line .step-item .left,
  .step-list-pad .holiday-step-line .step-item .right {
    width: 50%;
  }
  .step-list-pad .holiday-step-line .step-item .left {
    gap: 10px;
  }
  .step-list-pad .holiday-step-line .step-item .left .step-info {
    padding: 10px;
    border-radius: 4px;
    width: 35vw;
  }
  .step-list-pad .holiday-step-line .step-item .left .step-info::after {
    width: 10px;
    height: 10px;
    right: -10px;
    top: 10px;
  }
  .step-list-pad .holiday-step-line .step-item .right {
    gap: 10px;
  }
  .step-list-pad .holiday-step-line .step-item .right .step-info::after {
    width: 10px;
    height: 10px;
    left: -10px;
    top: 10px;
  }
  .step-list-pad .holiday-step-line .step-item img {
    max-width: 40vw;
  }
  .step-list-pad .holiday-step-line .step-item .step-time {
    font-size: 19px;
  }
  .step-list-pad .holiday-step-line .step-item .step-info {
    font-size: 16px;
    width: 35vw;
    padding: 10px;
    border-radius: 4px;
  }
  .step-list-pad .holiday-step-line .step-item .step-info span {
    font-size: 12px;
  }
  .step-list-pad .holiday-step-line .step-2 {
    margin-top: 14px;
  }
  .step-list-pad .holiday-step-line .step-3 {
    margin-top: 6px;
  }
  .step-list-pad .holiday-step-line .step-4 {
    margin-top: 20px;
  }
  .step-list-pad .holiday-step-line .step-5 {
    margin-top: 20px;
  }
  .step-list-pad .holiday-step-line .step-6 {
    margin-top: 20px;
  }
  .step-list-pad .holiday-step-line .step-7 {
    margin-top: 28px;
  }
  .step-list-pad .holiday-step-line .step-8 {
    margin-top: 5px;
  }
  .step-list-pad .holiday-step-line .step-9 {
    margin-top: 7px;
  }
  .step-list-pad .holiday-step-line .step-10 {
    margin-top: 0;
    padding-bottom: 100px;
  }
}
.sp-dui {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0.6;
}
.qa .qa-list .qa-item .answer {
  display: none;
}
.diff {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.diff img {
  width: 100%;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .contact-btn,
  .btn {
    transition: all 0.2s ease-in-out;
  }
  .contact-btn:hover,
  .btn:hover {
    background-color: #604d44 !important;
  }
}
.dark-red-btn {
  background-color: #C65D45;
}
section .btn-group .extra-big-btn {
  width: 767px;
  height: 130px;
  font-size: 49px;
}
@media screen and (max-width: 991px) {
  section .btn-group .extra-big-btn {
    width: 320px;
    height: 55px;
    font-size: 18px;
  }
  .last-cta-pad .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .last-kan p {
    font-size: 16px;
  }
  .last-kan .title {
    font-size: 24px;
  }
  .last-kan .title span::after {
    position: absolute;
    z-index: -1;
    height: 10px;
    background-color: white;
    width: 100%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .last-kan .price-text {
    font-size: 30px;
    margin: 40px auto 25px auto;
  }
  
  .multi-line-tips{
      padding:  0 !important;
      
  }
  .multi-line-tips .title-tips{
      font-size: 14px !important;
  }
}



.anime-bottom-line::before {
  width: 0% !important;
  transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
}
.anime-bottom-line::after {
  width: 0% !important;
  transition: all 1s cubic-bezier(0.06, 0.63, 0.47, 0.98);
}
.line-active::after {
  width: 100% !important;
}
.line-active::before {
  width: 70% !important;
}

.check-list .list-title .line-active::after{
    width: 92% !important;
}

.concert-item .first-item{
    margin-top: 30px;
}

.check-list .green-text{
    font-weight: 600;
}
.concert-item .second-item{
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    
.concert-item .first-item{
    margin-top: 10px;
}


.concert-item .second-item{
    margin-top: 20px;
}
}