@charset "UTF-8";
#voice .btn a, #features .btn a, #equipment .btn a, #pricing .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #6bac5a;
  background-color: #fff;
  border: 3px solid #6bac5a;
  border-radius: 50px;
  width: 595px;
  max-width: 100%;
  height: 70px;
}
#voice .btn a:hover, #features .btn a:hover, #equipment .btn a:hover, #pricing .btn a:hover {
  opacity: 0.6;
}
#voice .btn a::after, #features .btn a::after, #equipment .btn a::after, #pricing .btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 50/9;
  background: url(../images/arow-green.png) no-repeat center/cover;
}
@media (max-width: 999px) {
  #voice .btn a, #features .btn a, #equipment .btn a, #pricing .btn a {
    width: 380px;
    height: 60px;
    font-size: 16px;
    column-gap: 10px;
  }
  #voice .btn a::after, #features .btn a::after, #equipment .btn a::after, #pricing .btn a::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #voice .btn a, #features .btn a, #equipment .btn a, #pricing .btn a {
    width: 280px;
    height: 50px;
    font-size: 14px;
  }
  #voice .btn a::after, #features .btn a::after, #equipment .btn a::after, #pricing .btn a::after {
    display: none;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
#mainimg > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 10px;
}
#mainimg > *:not(:first-child) {
  opacity: 0;
}
#mainimg .view:not(.end) {
  opacity: 1;
}
#mainimg .logo {
  overflow: hidden;
}
#mainimg .logo img {
  transform: scale(0);
  transition: all 1s;
}
#mainimg .logo.view img {
  transform: scale(1);
}
#mainimg .catch {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 600;
  font-size: 85.3px;
  line-height: 1.6;
  color: #000;
}
#mainimg .catch .animation-t {
  display: inline-block;
  transform: translateX(-100%);
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
}
#mainimg .catch .animation-tx {
  overflow: hidden;
}
#mainimg .catch.view .animation-t {
  transform: unset;
  opacity: 1;
}
@media (max-width: 999px) {
  #mainimg .catch {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 24px;
  }
}

/* ----------------------------------------------
pricing
------------------------------------------------- */
#pricing {
  padding-bottom: 104px;
  position: relative;
}
#pricing::before, #pricing::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#pricing::before {
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #a2d090 0%, #bcdca7 100%);
}
#pricing::after {
  top: 32px;
  height: calc(100% - 62px);
  background: url(../images/pricing-bg.png) repeat;
}
#pricing .head {
  justify-items: center;
  margin-bottom: 83px;
}
#pricing h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 76px;
  line-height: 1.6;
  color: #99c681;
  text-align: center;
  position: relative;
  padding: 40px 7.1875% 82px;
  overflow-y: clip;
}
#pricing h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #pricing h2 {
    font-size: 50px;
  }
  #pricing h2 small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #pricing h2 {
    font-size: 40px;
  }
  #pricing h2 small {
    font-size: 22px;
  }
}
#pricing h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}
#pricing h2 small {
  margin-top: -24px;
}
#pricing .contents {
  width: min(100% - 20px - var(--minmargin, 0px), 1100px);
  margin: 0 auto 90px;
}
#pricing .contents .block {
  display: flex;
  align-items: start;
  container-type: inline-size;
  background-color: #fff;
  border-radius: 75px;
}
#pricing .contents .block .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 50px), 0 100%);
  padding: 43px 3px 90px;
  text-align: center;
  margin-left: 6.9090909091%;
  margin-top: -24px;
  min-width: 20.0909090909%;
}
#pricing .contents .block .time {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#pricing .contents .block .time .num {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: min(9.3090909091cqw, 102.4px);
  line-height: 1;
  color: #000;
}
#pricing .contents .block .time .tx {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: min(2.7272727273cqw, 30px);
  line-height: 1.2;
  color: #231815;
  margin-top: 10px;
}
#pricing .contents .block .time .tx span {
  display: block;
  font-size: min(2cqw, 22px);
  margin: 5px 0 0 7px;
}
#pricing .contents .block .price {
  display: flex;
  align-items: end;
  column-gap: 15px;
}
#pricing .contents .block .price .num {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 1;
  color: #e91e79;
}
#pricing .contents .block .price .tx {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
}
#pricing .contents .block .price .tx span {
  display: block;
}
#pricing .contents .block.v1 .title, #pricing .contents .block.v2 .title {
  font-size: min(4.88cqw, 53.68px);
  line-height: 1.1736214605;
  background-color: #e91e79;
  margin-right: 6.9090909091%;
}
#pricing .contents .block.v1 .price .num, #pricing .contents .block.v2 .price .num {
  font-size: min(10.3636363636cqw, 114px);
}
#pricing .contents .block.v1 .price .tx, #pricing .contents .block.v2 .price .tx {
  font-size: min(4.3636363636cqw, 48px);
}
#pricing .contents .block.v1 .price .tx span, #pricing .contents .block.v2 .price .tx span {
  font-size: min(2.7272727273cqw, 30px);
}
#pricing .contents .block.v1 .center {
  padding-top: 25px;
  padding-bottom: 10px;
}
#pricing .contents .block.v1 .icon {
  width: 33.6363636364%;
  min-height: var(--minh, 0px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 8.34px solid #eaf3e4;
  margin: -47px -6.8181818182% -45px auto;
}
#pricing .contents .block.v1 .icon img {
  max-width: 70%;
  max-height: 70%;
}
#pricing .contents .block.v2 {
  position: relative;
}
#pricing .contents .block.v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 7px solid #e91e79;
  border-radius: 75px;
  box-sizing: unset;
}
#pricing .contents .block.v2 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pricing .contents .block.v2 .title small {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: min(2.1818181818cqw, 24px);
  line-height: 1.6;
  color: #e91e79;
  background-color: #fff;
  padding: 0 18px;
  margin-top: 15px;
}
#pricing .contents .block.v2 .right {
  flex: 1;
  padding: 25px 3.6363636364% 52px 0;
}
#pricing .contents .block.v2 .heading {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: min(3.7581818182cqw, 41.34px);
  line-height: 1.2;
  color: #99c681;
}
#pricing .contents .block.v2 .center {
  display: flex;
  align-items: end;
}
#pricing .contents .block.v2 .center .coment {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: min(2.1818181818cqw, 24px);
  line-height: 1.4166666667;
  color: #e91e79;
  margin-left: auto;
  text-align: center;
}
#pricing .contents .block.v2 .bottom {
  display: flex;
  align-items: end;
}
#pricing .contents .block.v2 .bottom .coment {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: min(6.0236363636cqw, 66.26px);
  line-height: 1;
  color: #fff;
  background-color: #e91e79;
  margin: 0 0 -7px auto;
  padding: 19px 18px;
}
#pricing .contents .block.v2 .price {
  position: relative;
}
#pricing .contents .block.v2 .price .sub {
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 10px));
  writing-mode: vertical-rl;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: min(4.1445454545cqw, 45.59px);
  line-height: 1;
  color: #00a599;
}
#pricing .contents .block.v2 + .block {
  margin-top: -9px;
}
#pricing .contents .block.v3 .title {
  font-size: min(4.3636363636cqw, 48px);
  line-height: 1.2310416667;
  background-color: #6bac5a;
  margin-right: 2.7272727273%;
}
#pricing .contents .block.v3 .plans {
  display: flex;
  flex: 1;
}
#pricing .contents .block.v3 .plan {
  padding: 26px 6.2095730918% 46px 0;
}
#pricing .contents .block.v3 .plan:nth-child(2) {
  padding-left: 3.4545454545%;
  border-left: 7px dotted #99c681;
}
#pricing .contents .block.v3 .time {
  margin-bottom: 10px;
}
#pricing .contents .block.v3 .price .num {
  font-size: min(8.5454545455cqw, 94px);
}
#pricing .contents .block.v3 .price .tx {
  font-size: min(3.6363636364cqw, 40px);
}
#pricing .contents .block.v3 .price .tx span {
  font-size: min(2.2790909091cqw, 25.07px);
}
#pricing .contents .block:not(:last-child) {
  margin-bottom: 96px;
}
#pricing .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #pricing {
    padding-bottom: 90px;
  }
  #pricing .head {
    margin-bottom: 70px;
  }
  #pricing h2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #pricing h2 small {
    margin-top: 0;
  }
  #pricing .contents {
    margin-bottom: 70px;
  }
  #pricing .contents .block .title {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 30px), 0 100%);
    padding: 30px 3px 60px;
    margin-top: -15px;
  }
  #pricing .contents .block .time .tx span {
    margin-left: 0;
  }
  #pricing .contents .block.v1 .center {
    padding-top: 15px;
  }
  #pricing .contents .block.v1 .icon {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  #pricing .contents .block.v2::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-width: 4px;
  }
  #pricing .contents .block.v2 .right {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #pricing .contents .block.v2 .bottom .coment {
    padding: 10px;
  }
  #pricing .contents .block.v3 .plan {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #pricing .contents .block.v3 .plan:nth-child(2) {
    border-left-width: 3px;
  }
  #pricing .contents .block:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #pricing {
    padding-bottom: 70px;
  }
  #pricing .head {
    margin-bottom: 60px;
  }
  #pricing h2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #pricing .contents {
    margin-bottom: 60px;
  }
  #pricing .contents .block .title {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 20px), 0 100%);
    padding: 20px 3px 40px;
    margin-top: -10px;
  }
  #pricing .contents .block.v1 .center {
    padding-top: 10px;
  }
  #pricing .contents .block.v1 .icon {
    border-width: 5px;
  }
  #pricing .contents .block.v2 .right {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #pricing .contents .block.v2 .bottom {
    justify-content: center;
  }
  #pricing .contents .block.v2 .coment {
    display: none;
  }
  #pricing .contents .block.v3 .plans {
    flex-direction: column;
    row-gap: 10px;
  }
  #pricing .contents .block.v3 .plan {
    width: 100%;
    padding: 10px;
  }
  #pricing .contents .block.v3 .plan:nth-child(2) {
    border-left: unset;
    border-top: 2px dotted #99c681;
  }
  #pricing .contents .block:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 500px) {
  #pricing .contents .block .time {
    column-gap: 5px;
  }
  #pricing .contents .block .time .tx {
    margin-top: 0;
  }
  #pricing .contents .block .price {
    column-gap: 5px;
  }
  #pricing .contents .block.v3 .time {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------
equipment
------------------------------------------------- */
#equipment {
  margin-bottom: 66px;
}
#equipment .head {
  position: relative;
  justify-items: center;
  margin-bottom: 117px;
}
#equipment .head .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 230px;
}
#equipment .head h2 {
  position: absolute;
  z-index: 1;
  top: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 58px;
  line-height: 1.6;
  color: #fff;
  line-height: 1.1551724138;
  text-align: center;
  padding: 35px 3.125% 54px;
  overflow-y: clip;
}
#equipment .head h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #equipment .head h2 {
    font-size: 42px;
  }
  #equipment .head h2 small {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #equipment .head h2 {
    font-size: 32px;
  }
  #equipment .head h2 small {
    font-size: 20px;
  }
}
#equipment .head h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #99c681;
  z-index: -1;
}
#equipment .head h2 small {
  margin-top: -6px;
}
#equipment .head .images .image {
  position: absolute;
}
#equipment .head .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipment .head .images .image:nth-child(1) {
  width: min(30.8125%, 493px);
  aspect-ratio: 1/1;
  right: 21.5%;
  bottom: 0;
  transform: translateY(18.2555780933%);
}
#equipment .head .images .image:nth-child(2) {
  width: min(34.6875%, 555px);
  aspect-ratio: 1/1;
  right: 0.8125%;
  bottom: 0;
}
#equipment .center {
  text-align: center;
  margin-bottom: 46px;
  padding: 0 10px;
}
#equipment .center .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 63px;
  line-height: 1.2380952381;
  color: #99c681;
  margin-bottom: 25px;
}
#equipment .center .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.7142857143;
  color: #000;
}
#equipment .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
}
#equipment .bottom .title {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 36px;
  line-height: 1.6;
  color: #fff;
  background-color: #99c681;
  padding: 3px 2.625%;
  margin-bottom: 33px;
}
#equipment .bottom .contents {
  width: min(100% - 20px, 1170px);
}
#equipment .bottom .contents table {
  width: 100%;
}
#equipment .bottom .contents table th,
#equipment .bottom .contents table td {
  white-space: nowrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6111111111;
  border: 1px solid #959595;
  align-content: center;
}
#equipment .bottom .contents table th {
  text-align: center;
}
#equipment .bottom .contents table thead th, #equipment .bottom .contents table thead td {
  background-color: #99c681;
  color: #fff;
  padding: 6px;
}
#equipment .bottom .contents table tbody th,
#equipment .bottom .contents table tbody td {
  color: #000;
}
#equipment .bottom .contents table tbody th {
  padding: 5.5px 10px;
}
#equipment .bottom .contents table tbody td {
  padding: 5.5px 24px 5.5px 40px;
}
#equipment .bottom .contents table tbody tr:nth-child(even) th,
#equipment .bottom .contents table tbody tr:nth-child(even) td {
  background-color: #f1f7ed;
}
#equipment .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #equipment {
    margin-bottom: 50px;
  }
  #equipment .head {
    margin-bottom: 90px;
  }
  #equipment .head h2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #equipment .center .title {
    font-size: 40px;
  }
  #equipment .center .text {
    font-size: 16px;
  }
  #equipment .bottom .title {
    font-size: 28px;
  }
  #equipment .bottom .contents table th,
#equipment .bottom .contents table td {
    font-size: 16px;
  }
  #equipment .bottom .contents table tbody td {
    padding: 5.5px 20px;
  }
}
@media (max-width: 767px) {
  #equipment {
    margin-bottom: 40px;
  }
  #equipment .head {
    margin-bottom: 80px;
  }
  #equipment .head h2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #equipment .center {
    margin-bottom: 30px;
  }
  #equipment .center .title {
    font-size: 30px;
  }
  #equipment .center .text {
    font-size: 14px;
  }
  #equipment .center .text br {
    display: none;
  }
  #equipment .bottom .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #equipment .bottom .contents table th,
#equipment .bottom .contents table td {
    font-size: 14px;
  }
  #equipment .bottom .contents table tbody td {
    padding: 5.5px 10px;
  }
}
@media (max-width: 500px) {
  #equipment .center .title {
    font-size: 20px;
  }
}

/* ----------------------------------------------
features
------------------------------------------------- */
#features {
  background: linear-gradient(90deg, #94ca83 0%, #c8e2b2 100%);
  padding-bottom: 55px;
}
#features h2 {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 63px;
  line-height: 1.2;
  color: #6bac5a;
  text-align: center;
  margin-bottom: 3px;
}
#features h2 span {
  font-size: 152px;
}
#features h2 small {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
}
#features .contents {
  width: min(100% - 20px, 855px);
  display: flex;
  flex-wrap: wrap;
  gap: 35px 10.6432748538%;
  margin: 0 auto;
  margin-bottom: 46px;
}
#features .contents .block {
  width: 44.6783625731%;
}
#features .contents .block a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#features .contents .block a:hover {
  opacity: 0.6;
}
#features .contents .block .icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 40px;
}
#features .contents .block .icon img {
  max-width: 70%;
  max-height: 70%;
}
#features .contents .block .title {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 34.52px;
  line-height: 1.2557937428;
  color: #000;
  text-align: center;
}
#features .contents .block .title small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 21.8px;
  line-height: 1.3302752294;
  margin-top: 14px;
}
#features .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #features h2 {
    font-size: 40px;
  }
  #features h2 span {
    font-size: 120px;
  }
  #features h2 small {
    font-size: 26px;
  }
  #features .contents .block .icon {
    margin-bottom: 30px;
  }
  #features .contents .block .title {
    font-size: 28px;
  }
  #features .contents .block .title small {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #features {
    padding-bottom: 40px;
  }
  #features h2 {
    font-size: 30px;
  }
  #features h2 span {
    font-size: 90px;
  }
  #features h2 small {
    font-size: 22px;
  }
  #features .contents .block .icon {
    margin-bottom: 20px;
  }
  #features .contents .block .title {
    font-size: 20px;
  }
  #features .contents .block .title small {
    font-size: 16px;
  }
  #features .contents .block .title small br {
    display: none;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  margin-bottom: 177px;
  overflow-x: clip;
}
#voice .head {
  justify-items: center;
  position: relative;
  margin-bottom: 52px;
}
#voice .head::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: calc(100% - 32px);
  background: url(../images/voice-bg.png) repeat;
  z-index: -1;
}
#voice .head h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 76px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  overflow-y: clip;
  padding: 40px 9.375% 80px;
  margin: 0 10px;
  position: relative;
}
#voice .head h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #voice .head h2 {
    font-size: 50px;
  }
  #voice .head h2 small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #voice .head h2 {
    font-size: 40px;
  }
  #voice .head h2 small {
    font-size: 22px;
  }
}
#voice .head h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #99c681;
  z-index: -1;
}
#voice .head h2 small {
  margin-top: -24px;
}
#voice .contents {
  margin-bottom: 46px;
  justify-content: center;
}
#voice .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #voice {
    margin-bottom: 140px;
  }
  #voice .head {
    margin-bottom: 40px;
  }
  #voice .head h2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #voice {
    margin-bottom: 100px;
  }
  #voice .head {
    margin-bottom: 30px;
  }
  #voice .head h2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* ----------------------------------------------
store
------------------------------------------------- */
#store {
  padding-bottom: 120px;
  margin-bottom: 65px;
  background: linear-gradient(90deg, #94ca83 0%, #c8e2b2 100%);
}
#store .head {
  justify-items: center;
  margin-bottom: -9px;
  position: relative;
  z-index: 0;
}
#store .head h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 76px;
  line-height: 1.6;
  color: #99c681;
  text-align: center;
  padding: 42px 9.375% 84px;
  position: relative;
  overflow-y: clip;
}
#store .head h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 33px;
  line-height: 1.6;
}
@media (max-width: 999px) {
  #store .head h2 {
    font-size: 50px;
  }
  #store .head h2 small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #store .head h2 {
    font-size: 40px;
  }
  #store .head h2 small {
    font-size: 22px;
  }
}
#store .head h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}
#store .head h2 small {
  margin-top: -26px;
}
#store .contents {
  display: flex;
  flex-wrap: wrap;
  width: min(100% - 20px, 1115px);
  gap: 30px 5.2914798206%;
  margin: 0 auto;
}
#store .contents article {
  width: 47.3542600897%;
  text-align: center;
}
#store .contents article .content {
  position: relative;
  padding-bottom: 99px;
  z-index: 1;
}
#store .contents article .content > *:not(.image) {
  max-width: 83.5227272727%;
  margin-left: auto;
  margin-right: auto;
}
#store .contents article .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 83.5227272727%;
  height: calc(100% - var(--imgh, 264px));
  background-color: #fff;
  z-index: -1;
  border-radius: 50%/220px;
}
#store .contents article a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#store .contents article a:hover {
  opacity: 0.6;
}
#store .contents article h3 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 60px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 25px;
}
#store .contents article h3 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.6;
  margin-top: -21px;
}
#store .contents article .image {
  container-type: inline-size;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 27px;
}
#store .contents article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#store .contents article .image .tx {
  position: absolute;
  top: 8%;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: min(19.3939393939cqw, 102.4px);
  line-height: 1;
  color: #99c681;
  background-color: #fff;
  width: 34.0909090909%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 2.0833333333%;
}
#store .contents article .image .tx span {
  display: block;
  font-variation-settings: "wght" 300;
  font-size: min(4.5454545455cqw, 24px);
  line-height: 1.2;
  margin-top: 5px;
}
#store .contents article .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 18px;
}
#store .contents article .parking {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  background-color: #99c681;
  display: inline-block;
  min-width: 56.4393939394%;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 10px;
}
#store .contents article .holiday {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-size: 24px;
  line-height: 1.9570833333;
  color: #000;
  margin-bottom: 20px;
}
#store .contents article .btnset {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#store .contents article .btnset .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 300px;
  max-width: 100%;
  height: 47px;
  background-color: #b5b1b0;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 20.15px;
  line-height: 1.6;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  max-width: calc(100% - 20px);
}
#store .contents article .btnset .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #store .contents article .btnset .btn a {
    width: 280px;
    height: 43px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #store .contents article .btnset .btn a {
    width: 260px;
    height: 40px;
    font-size: 14px;
  }
}
#store .contents article .btnset .btn.line a {
  background-color: #06c755;
}
#store .contents article:nth-child(odd) .image .tx {
  left: 0;
  transform: translateX(-25%);
}
#store .contents article:nth-child(even) .image .tx {
  right: 0;
  transform: translateX(30.5555555556%);
}
@media (max-width: 1300px) {
  #store .contents article .image .tx {
    transform: unset !important;
  }
}
@media (max-width: 999px) {
  #store {
    margin-bottom: 60px;
    padding-bottom: 90px;
  }
  #store .head h2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #store .contents article .content {
    padding-bottom: 70px;
  }
  #store .contents article h3 {
    font-size: 40px;
  }
  #store .contents article h3 small {
    font-size: 20px;
  }
  #store .contents article .data {
    font-size: 20px;
  }
  #store .contents article .parking {
    font-size: 20px;
  }
  #store .contents article .holiday {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #store {
    margin-bottom: 50px;
    padding-bottom: 70px;
  }
  #store .head {
    margin-bottom: 10px;
  }
  #store .head h2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #store .contents article .content {
    padding-bottom: 50px;
  }
  #store .contents article .content::before {
    border-radius: 50%/45px;
    width: 100%;
  }
  #store .contents article h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #store .contents article h3 small {
    font-size: 18px;
    margin-top: -10px;
  }
  #store .contents article .image {
    margin-bottom: 20px;
  }
  #store .contents article .data {
    margin-bottom: 10px;
  }
  #store .contents article .holiday {
    margin-bottom: 10px;
  }
  #store .contents article .data,
#store .contents article .parking,
#store .contents article .holiday {
    font-size: 18px;
  }
  #store .contents article .btnset .btn a {
    max-width: 100%;
  }
  #store .contents article .btnset .btn a img {
    display: none;
  }
}
@media (max-width: 500px) {
  #store .contents article .data,
#store .contents article .parking,
#store .contents article .holiday {
    font-size: 13px;
  }
  #store .contents article .parking {
    padding: 8px 5px;
  }
}

/* ----------------------------------------------
info
------------------------------------------------- */
#information .inner {
  width: min(100% - 20px, 1250px);
  margin: 0 auto;
  display: flex;
  column-gap: 12.4%;
}
#information .inner .left {
  padding-top: 40px;
}
#information .inner .left h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 55px;
  line-height: 1.6;
  color: #b5b1b0;
  text-align: center;
  margin-bottom: 66px;
}
#information .inner .left h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 999px) {
  #information .inner .left h2 {
    font-size: 40px;
  }
  #information .inner .left h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #information .inner .left h2 {
    font-size: 30px;
  }
  #information .inner .left h2 small {
    font-size: 18px;
  }
}
#information .inner .left h2 small {
  letter-spacing: 0.3em;
  margin-top: -11px;
}
#information .inner .left .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  background-color: #958369;
  width: 412px;
  max-width: 100%;
  height: 70px;
}
#information .inner .left .btn a:hover {
  opacity: 0.6;
}
#information .inner .left .btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 50/8;
  background: url(../images/arow.png) no-repeat center/cover;
}
@media (max-width: 999px) {
  #information .inner .left .btn a {
    column-gap: 10px;
    width: 340px;
    height: 60px;
    font-size: 16px;
  }
  #information .inner .left .btn a::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #information .inner .left .btn a {
    width: 260px;
    height: 50px;
    font-size: 14px;
  }
}
#information .inner .contents {
  flex: 1;
}
@media (max-width: 999px) {
  #information .inner {
    column-gap: 10px;
  }
  #information .inner .left {
    padding-top: 20px;
  }
  #information .inner .left h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #information .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #information .inner .left {
    padding-top: 0px;
  }
  #information .inner .left h2 {
    margin-bottom: 10px;
  }
  #information .inner .left .btn a {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=index.css.map */