@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

html {
  font-size: 0.69444vw;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  color: #333333;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 6.5rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2.1rem;
}
h5 {
  font-size: 1.8rem;
}

.wrapper {
  padding: 0 8rem;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding: 0 2rem;
  }
}

.main-heading {
  position: relative;
  display: table;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.main-heading span {
  position: absolute;
  top: 6rem;
  left: 11rem;
  transform: translateY(-50%);
  color: #004098;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1;
}

.main-heading h2 {
  vertical-align: bottom;
  font-size: 3.4rem;
  line-height: 1;
}

.main-heading h2::first-letter {
  font-size: 14rem;
  padding-right: 1rem;
}

@media screen and (max-width: 991px) {
  .main-heading span {
    top: 4rem;
    left: 8rem;
    font-size: 1.8rem;
  }

  .main-heading h2 {
    font-size: 2.4rem;
  }

  .main-heading h2::first-letter {
    font-size: 10rem;
  }
}

header {
  position: absolute;
  top: 4rem;
  left: 4rem;
  max-width: 11rem;
  z-index: 99;
}

header img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  header {
    top: 2rem;
    left: 2rem;
    max-width: 9rem;
  }
}

.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 20rem;
  height: 12rem;
  z-index: 99;
}

.fixed-btn a {
  display: inline-block;
  color: #fff;
  text-align: right;
  width: 100%;
  height: 100%;
  padding-top: 4.5rem;
  padding-right: 2rem;
  transition: 0.3s ease;
}

.fixed-btn a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24rem;
  height: 24rem;
  background-color: #ffa741;
  border-radius: 50%;
  border: solid 0.2rem #ffa741;
  transition: 0.3s ease;
}

.fixed-btn a span:first-of-type {
  display: flex;
  justify-content: flex-end;
  column-gap: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.fixed-btn a span:first-of-type::before,
.fixed-btn a span:first-of-type::after {
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #fff;
  transition: 0.3s ease;
}

.fixed-btn a span:first-of-type::before {
  transform: rotate(-45deg);
}

.fixed-btn a span:first-of-type::after {
  transform: rotate(45deg);
}

.fixed-btn a span:nth-child(2) {
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .fixed-btn {
    width: 100%;
    height: auto;
  }

  .fixed-btn a {
    text-align: center;
    padding: 1rem;
  }

  .fixed-btn a::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .fixed-btn a span:first-of-type {
    justify-content: center;
    margin-bottom: 0;
  }
}

@media (any-hover: hover) {
  .fixed-btn a:hover {
    color: #ffa741;
  }

  .fixed-btn a:hover::after {
    background-color: #fff;
  }

  .fixed-btn a:hover span:first-of-type::before,
  .fixed-btn a:hover span:first-of-type::after {
    background-color: #ffa741;
  }
}

#mv {
  padding: 6rem 8rem 0;
  margin-bottom: 9rem;
}

.mv-wrap {
  padding: 9rem 6rem;
  background: linear-gradient(to right, #fdfbfb, #ebedee);
  border-radius: 2.5rem;
  position: relative;
}

.mv-text__title {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.mv-text__title small {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  display: block;
}

.mv-text__title span {
  position: relative;
  font-size: 6rem;
  color: #ffa741;
  margin-left: 0.5rem;
}

.mv-text__title span::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 1.5rem;
  border-radius: 50%;
  height: 1.5rem;
  background-color: #ffa741;
}

.mv-text__iconlist {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-right: 40rem;
  margin-bottom: 4rem;
}

.mv-text__iconlist li {
  width: calc(33.333% - (4rem / 3));
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 2.5rem;
}

.mv-text__iconlist li:first-of-type {
  margin-top: 2.5rem;
}

.mv-text__iconlist li:nth-child(3) {
  margin-top: 4rem;
}

.mv-text__iconlist_img {
  width: 4rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

.mv-text__iconlist_img img {
  width: 100%;
}

.mv-text__iconlist li p {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.mv-text__iconlist li p span {
  font-size: 1.8rem;
  color: #004098;
  display: block;
}

.mv-slider {
  position: absolute;
  top: 0;
  right: 6rem;
  display: flex;
  column-gap: 2rem;
  width: 42rem;
  height: 100%;
  overflow: hidden;
}

.mv-slider__left,
.mv-slider__right {
  width: calc(50% - 1rem);
}

.mv-slider__left li,
.mv-slider__right li {
  margin-bottom: 2rem;
  aspect-ratio: 1 / 1.6;
  border-radius: 1.5rem;
  overflow: hidden;
}

.mv-slider__left li img,
.mv-slider__right li img {
  object-fit: cover;
  object-position: center;
}

.mv-anchor {
  max-width: 82rem;
  margin: 0 auto;
  background-color: #004098;
  transform: translateY(-50%);
  border-radius: 1.5rem;
}

.mv-anchor__list {
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-anchor__list li {
  position: relative;
}

.mv-anchor__list li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 1rem 3.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-left: solid 1px #7c99c1;
}

.mv-anchor__list li:last-of-type a {
  border-right: solid 1px #7c99c1;
}

.mv-anchor__list li a::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: solid 1px #7c99c1;
  border-bottom: solid 1px #7c99c1;
}

@media screen and (max-width: 991px) {
  #mv {
    padding: 4rem 1rem 0;
  }

  .mv-wrap {
    padding: 9rem 2rem 2rem;
  }

  .mv-text__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
  }

  .mv-text__title small {
    margin-bottom: 1.5rem;
  }

  .mv-text__title span {
    font-size: 4.5rem;
  }

  .mv-text__title span::before {
    top: -1.5rem;
    width: 1rem;
    height: 1rem;
  }

  .mv-text__iconlist {
    flex-direction: column;
    gap: 1.5rem;
    padding-right: 0;
    margin-bottom: 4rem;
  }

  .mv-text__iconlist li {
    width: 100%;
  }

  .mv-text__iconlist li:first-of-type {
    margin-top: 0;
  }

  .mv-text__iconlist li:nth-child(3) {
    margin-top: 0;
  }

  .mv-slider {
    position: static;
    right: 0;
    flex-direction: column;
    width: auto;
    height: 100%;
    margin: 0 -3rem 2.5rem;
  }

  .mv-slider__left,
  .mv-slider__right {
    width: 100%;
  }

  .mv-slider__left li,
  .mv-slider__right li {
    margin: 0.5rem;
    aspect-ratio: 1.6 / 1;
  }

  .mv-anchor {
    transform: translateY(0);
    border-radius: 1.5rem;
    margin-top: 2.5rem;
  }

  .mv-anchor__list {
    padding: 1.5rem;
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }

  .mv-anchor__list li {
    width: 50%;
    text-align: center;
  }

  .mv-anchor__list li a {
    padding: 1rem 1rem 2rem;
    width: 100%;
  }

  .mv-anchor__list li:nth-child(2n) a {
    border-right: solid 1px #7c99c1;
  }
}

#benefits {
  margin-bottom: 9rem;
}

.benefits-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8rem;
}

.benefits-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #eee;
}

.benefits-list li {
  width: calc(50% - 4rem);
  padding: 2.5rem 1.5rem;
  border-bottom: solid 1px #eee;
  display: flex;
  align-items: flex-start;
}

.benefits-list li:nth-child(n + 5) {
  border-bottom: none;
}

.benefits-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #fff;
  background-color: #004098;
  border-radius: 50%;
  font-size: 2.1rem;
  font-weight: 700;
  margin-right: 2rem;
}

.benefits-list li div {
  width: calc(100% - 7rem);
}

.benefits-list li h3 {
  font-size: 2.1rem;
  color: #004098;
}

@media screen and (max-width: 991px) {
  .benefits-list::before {
    display: none;
  }

  .benefits-list li {
    width: 100%;
    padding: 2.5rem 0;
  }

  .benefits-list li:nth-child(n + 5) {
    border-bottom: solid 1px #eee;
  }

  .benefits-list li:last-of-type {
    border-bottom: none;
  }
}

#point-benefits {
  padding: 9rem 0 12rem;
  background: linear-gradient(to right, #fdfbfb, #ebedee);
  margin-bottom: 9rem;
}

#point-benefits .benefits-list {
  margin-bottom: 6rem;
}

#point-benefits .benefits-list::before {
  background-color: #fff;
}

#point-benefits .benefits-list li {
  border-bottom: solid 1px #fff;
}

#point-benefits .benefits-list li:nth-child(n + 5) {
  border-bottom: none;
}

.point-flow {
  background-color: #fff;
  border-radius: 2.5rem;
  margin: 0 auto;
  padding: 6rem 4rem;
}

.point-flow__heading {
  position: relative;
  text-align: center;
  padding-top: 2.5rem;
}

.point-flow__heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  column-gap: 4rem;
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
}

.point-flow__heading h2::before,
.point-flow__heading h2::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 4rem;
  background-color: #333333;
}

.point-flow__heading h2::before {
  transform: rotate(-45deg);
}

.point-flow__heading h2::after {
  transform: rotate(45deg);
}

.point-flow__heading span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16rem;
  font-weight: 700;
  color: #f5f5f5;
  letter-spacing: 0.05em;
  line-height: 1;
}

.point-flow__step {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2.5rem;
}

.point-flow__step li {
  position: relative;
  border: solid 1px #004098;
  background-color: #fff;
  border-radius: 1.5rem;
  width: calc(25% - (7rem / 3));
  text-align: center;
  padding: 2.5rem;
}

.point-flow__step li::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  left: calc(100% - 1.25rem);
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-top: solid 1px #004098;
  border-right: solid 1px #004098;
  background-color: #fff;
}

.point-flow__step li:last-of-type:after {
  display: none;
}

.point-flow__step li span {
  color: #004098;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-flow__step li span span {
  color: #004098;
  font-weight: 700;
  font-size: 4rem;
  padding-left: 1rem;
}

.point-flow__step_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #f0f6ff;
  margin: 0 auto 2.5rem;
}

.point-flow__step_img img {
  width: 4.5rem;
}

.point-flow__step li h3 {
  font-size: 1.8rem;
}

.point-flow__step li p {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .point-flow {
    padding: 6rem 2rem;
  }

  .point-flow__heading h2 {
    font-size: 2.1rem;
    column-gap: 2rem;
  }

  .point-flow__heading span {
    font-size: 8rem;
  }

  .point-flow__step {
    flex-direction: column;
  }

  .point-flow__step li {
    width: 100%;
  }

  .point-flow__step li::after {
    top: calc(100% - 1.25rem);
    left: calc(50% + 0.75rem);
    transform: translateY(0) translateX(-50%) rotate(135deg);
  }

  .point-flow__step li:last-of-type:after {
    display: none;
  }
}

#rank {
  margin-bottom: 9rem;
}

#rank .desc {
  text-align: center;
  font-weight: bold;
  margin-bottom: 9rem;
}

.rank-list {
  display: flex;
  column-gap: 6rem;
  margin-bottom: 4rem;
}

.rank-list__item {
  position: relative;
  width: calc(33.3333% - 12rem / 3);
  padding: 3rem;
}

.rank-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% - 15.5rem);
  background-color: #f5f5f5;
  border-radius: 1.5rem;
  z-index: -1;
}

/* .bronze.rank-list__item {
  margin-top: 12rem;
}

.silver.rank-list__item {
  margin-top: 6rem;
} */

.rank-type {
  position: relative;
  width: 25rem;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 4rem;
}

.bronze .rank-type {
  background-color: #cb872b;
}

.silver .rank-type {
  background-color: #989ca5;
}

.gold .rank-type {
  background-color: #d9b20b;
}

.rank-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border: solid 1px #fff;
  border-radius: 50%;
}

.rank-type div h3 {
  font-size: 1.4rem;
}

.rank-type div span {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.rank-list__item dl {
  font-weight: 700;
}

.rank-list__item dl dt {
  background-color: #fff;
  text-align: center;
  padding: 0.5rem;
}

.rank-list__item dl dd {
  font-size: 3.5rem;
  text-align: center;
}

.rank-list__item dl dd span {
  font-size: 8rem;
}

.bronze.rank-list__item dl dd {
  color: #cb872b;
}

.silver.rank-list__item dl dd {
  color: #989ca5;
}

.gold.rank-list__item dl dd {
  color: #d9b20b;
}

.rank-term {
  background-color: #fff;
  padding: 2.5rem;
  text-align: center;
  font-weight: 700;
}

.rank-term__title {
  display: block;
  margin-bottom: 1rem;
}

.bronze .rank-term__title {
  color: #cb872b;
}

.silver .rank-term__title {
  color: #989ca5;
}

.gold .rank-term__title {
  color: #d9b20b;
}

.rank-term__description span {
  font-size: 2.1rem;
}

.rank-note {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .rank-list {
    flex-direction: column;
    margin-bottom: 4rem;
    row-gap: 4rem;
  }

  .rank-list__item {
    width: 100%;
    padding: 1.5rem;
  }
}

#hotel {
  margin-bottom: 12rem;
}

#hotel h2 {
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}

.hotel-note {
  font-size: 1.4rem;
  text-align: center;
}

.btn {
  display: table;
  margin: 6rem auto;
  background-color: #ffa741;
  color: #fff;
  padding: 2.5rem;
  min-width: 35rem;
  text-align: center;
  border-radius: 5rem;
  font-weight: 700;
  border: solid 0.2rem #ffa741;
  transition: 0.3s ease;
}

.btn02 {
  display: table;
  margin: 6rem auto;
  background-color: #333333;
  color: #fff;
  padding: 2.5rem;
  min-width: 25rem;
  text-align: center;
  border-radius: 5rem;
  font-weight: 700;
  border: solid 0.2rem #333333;
  transition: 0.3s ease;
}

.hotel-list-tab > div {
  position: relative;
  width: 100%;
}

.hotel-list-tab > div:not(:first-of-type) {
  margin-top: 1em;
}

.hotel-list-tab input {
  display: none;
}

.hotel-list-tab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0 1.5em;
  cursor: pointer;
  border-radius: 0.5em;
  background: #f3f3f3;
  transition: 0.3s ease;
}

.hotel-list-tab label:hover {
  background: #ebedee;
  transition: 0.3s ease;
}

.hotel-list-tab label .border {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
  display: inline-block;
  width: 1.25em;
  height: 2px;
  background: #333;
  transition: 0.3s ease;
}

.hotel-list-tab label .border.border2 {
  transform: translateY(-50%) rotate(90deg);
}

.hotel-list-tab input[type=checkbox]:checked ~ label .border.border1 {
  opacity: 0;
}

.hotel-list-tab input[type=checkbox]:checked ~ label .border.border2 {
  transform: translateY(-50%);
}

.hotel-list-tab .tab-content {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  transition: 0.3s ease;
  opacity: 0;
  display: flex;
  width: 100%;
}

.hotel-list-tab input[type=checkbox]:checked ~ .tab-content {
  height: auto;
  padding: 1em 0;
  opacity: 1;
}

.hotel-list-tab img {
  position: relative;
  height: 100%;
}

.hotel-list-tab__img{
  width: 170px;
  height: calc(100% - 1em);
  margin-right: 2em;
}

.hotel-list-tab .kume .hotel-list-tab__img_sp img {
  max-width: 180px;
  height: auto;
}

.hotel-list-tab__list {
  width: 75%;
  display: flex;
}

.hotel-list-tab__img_sp {
  width: 25%;
  text-align: center;
  padding: 0 1.5em;
  border-left: 1px solid #ddd;
}

.hotel-list-tab__list ul {
  width: 100%;
  padding: 0 1.5em;
  border-left: 1px solid #ddd;
}

.hennahotel .hotel-list-tab__list ul {
  width: 33.33%;
}

.hotel-list-tab__list li:not(:last-of-type) {
  margin-bottom: .5em;
}

.hotel-list-tab__list li a {
  display: inline-block;
  padding: .125em 0;
}

.hotel-list-tab__list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .hotel-list-tab label {
    height: auto;
    padding: .5em 1em;
  }

  .hotel-list-tab__img{
    display: none;
    margin-right: 0;
  }

  .hotel-list-tab label .border {
    right: 1em;
    display: inline-block;
    width: .9em;
    height: 3px;
  }

  .hotel-list-tab__img_sp {
    margin-bottom: 1em;
    text-align: center;
  }

  .hotel-list-tab__img_sp img{
    height: 3em;
  }

  .hotel-list-tab .hennahotel .hotel-list-tab__img_sp img{
    height: 1.5em;
  }

  .hotel-list-tab .tab-content {
    display: block;
  }
  
  .tab-content .hotel-list-tab__list {
    width: 100%;
    display: block;
    padding-top: 1em;
    border-top: 1px solid #ddd;
  }

  .hennahotel .hotel-list-tab__list ul {
    width: 100%;
  }
  
  .tab-content .hotel-list-tab__img_sp {
    width: 100%;
    padding: 0 1em;
    border: none;
  }

  .hotel-list-tab__list ul {
    width: 100%;
    padding: 0 1em;
    border: none;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: #fff;
    color: #ffa741;
  }
  .btn02:hover {
    background-color: #fff;
    color: #333333;
  }
}

footer ul {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 12rem;
}

footer ul li a {
  padding: 1rem 2.5rem;
  border-right: solid 1px #eee;
}

footer ul li:last-of-type a {
  border-right: none;
}

footer small {
  display: block;
  background-color: #004098;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  font-size: 1rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  footer ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }

  footer ul li a {
    padding: 1rem 2rem;
    border-right: solid 1px #eee;
  }
}
