/* -----------------------

global

----------------------- */
* {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

button {
  color: inherit;
  text-decoration: none;
}
button:hover {
  text-decoration: none;
  color: inherit;
}
button:visited {
  color: inherit;
}
button:active {
  color: inherit;
}

ul {
  margin: 0;
}
ul li {
  list-style-type: none;
}

article {
  text-align: center;
}

article img {
  max-width: 100%;
}

p {
  margin: 0;
}

.SFHxperia1m6_container {
  width: 100%;
  margin: 20px auto;
  max-width: 1200px;
  color: #000000;
}

[data-js-slide-content][aria-hidden=true] {
  display: none;
}

/* -- breakpoints-- */
.only__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only__pc {
    display: none;
  }
}

.only__tab {
  display: none;
}
@media screen and (max-width: 500px) {
  .only__tab {
    display: block;
  }
}

.only__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only__sp {
    display: block;
  }
}

/* -----------------------

component

----------------------- */
.c-title {
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #12d6df, #1e60ae 40%, #f70fe1);
  border-image-slice: 1;
  display: inline-block;
  color: #000;
}

.c-title h3 {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(26px, 2vw, 32px);
  margin-top: 20px;
}

.c-btn {
  background: #1D8FF0;
  color: #fff;
  padding: 5%;
  cursor: pointer;
  transition: 0.8s;
  text-align: center;
}

.c-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.c-bg-blue {
  background: #F0FBFF;
  width: 100%;
  max-width: 1200px;
}

.c-underline {
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(247, 15, 255, 0.3) 70%);
}

.c-bold {
  font-weight: 700;
}

a.c-link {
  color: #00A8B5;
}
a.c-link:hover {
  color: #00A8B5;
  opacity: .7;
  transition: all .7s;
}

/* -----------------------

kv

----------------------- */
.kv .kv__title img {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv .kv__title img {
    margin: 0 auto 20px;
  }
}

/* -----------------------

mv

----------------------- */
.mv .mv__title img {
  max-width: 720px;
  margin: 0 auto 40px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv__title img {
    margin: 0 auto 28px;
    width: 90%;
  }
}

/* -----------------------

product

----------------------- */
.product {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.product__title {
  margin-top: 80px;
}

.product__date {
  color: #10306E;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  margin-top: 40px;
}

.product .heading__items {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product .heading__items {
    margin: 40px 12px 0;
  }
}

.product .heading__items ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .product .heading__items ul .product .heading__items ul {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .product .heading__items ul .items__list ul .product .heading__items ul {
    flex-direction: row;
  }
}

.product .heading__items ul .items__list ul li {
  max-width: 208px;
  width: 100%;
}

.product .heading__items ul .items__list .list__img {
  max-width: 80%;
}

.product .heading__items ul .items__list .list__btn a {
  margin: 0 auto;
  width: 100%;
  display: block;
  color: #fff;
}

/* -----------------------

amenity

----------------------- */
.amenity_bg_container {
  max-width: 1200px;
  display: block;
  padding: 20px;
  width: 100%;
  background: url("../img/bg_container_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .amenity_bg_container {
    background: url("../img/bg_container_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.amenity_bg_wrapper {
  max-width: 980px;
  padding: 5% 10%;
  margin: 40px auto;
  display: block;
  width: 100%;
  background: url("../img/bg_wrapper.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .amenity_bg_wrapper {
    padding: 4%;
  }
}

.amenity_bg_inner {
  max-width: 980px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .amenity_bg_inner {
    padding: 0 20px;
    width: 100vw;
    margin: 40px calc(50% - 50vw) 30px;
    box-shadow: unset;
  }
}

.amenity__text {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.714;
}

.amenity__mainText {
  margin-top: 40px;
}

.amenity__subText {
  margin-bottom: 30px;
}

.amenity__noteText {
  text-align: left;
}

/* -----------------------

approach

----------------------- */
.approach {
  padding-top: 80px;
}

.icn__triangle {
  margin: 20px auto;
  display: block;
}

.approach__step {
  margin: 40px auto 0;
  padding-bottom: 60px;
}
.approach__step .approach__stepItem {
  background: #fff;
  width: 100%;
  max-width: 720px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .approach__step .approach__stepItem {
    width: 91.25%;
    padding: 16px;
  }
}
.approach__step .approach__stepItem .stepItem__title {
  font-size: 24px;
  font-weight: 600;
  color: #10306E;
  margin-bottom: 26px;
}
.approach__step .approach__stepItem .stepItem__text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.approach__step .approach__stepItem .stepItem__img {
  width: 100%;
  max-width: 326px;
  display: block;
  margin: 26px auto 14px;
}
.approach__step .approach__stepItem .stepItem__text__note {
  text-align: left;
  width: 100%;
  max-width: 326px;
  font-size: 14px;
  margin: 0 auto;
}
.approach__step .approach__stepItem .stepItem__postBtn {
  width: 100%;
  max-width: 320px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  background: linear-gradient(90deg, #12d6df, #1e60ae 44%, #f70f9b);
}
.approach__step .approach__stepItem .stepItem__postBtn:hover {
  color: #fff;
  opacity: .7;
  transition: .7s all;
  text-decoration: none;
}
.approach__step .approach__stepItem .stepItem__postBtn:visited {
  color: #fff;
  text-decoration: none;
}
.approach__step .approach__stepItem .stepItem__postBtn a {
  display: block;
  width: 100%;
}
.approach__step .approach__stepItem .stepItem__postBtn a img {
  margin-left: 12px;
}
.approach__step .approach__stepItem .stepItem__postBtn a:hover {
  color: #fff;
  text-decoration: none;
}
.approach__step .approach__stepItem .stepItem__postBtn a:visited {
  color: #fff;
  text-decoration: none;
}
.approach__step .approach__stepItem .stepItem__text__note--small {
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin: 20px auto 0;
}
.approach__step .approach__stepItem .stepItem__hashtag--small {
  color: #10306E;
  font-size: 16px;
  margin: 12px auto;
  border: 1px solid #00A8B5;
  padding: 2%;
  width: 100%;
  max-width: 460px;
}
.approach__step .approach__stepItem .stepItem__subTitleWrap .stepItem__subTitle {
  font-size: 18px;
  line-height: 1.75;
}
.approach__step .approach__stepItem .stepItem__subTitleWrap .stepItem__subTitle__hashtagWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .approach__step .approach__stepItem .stepItem__subTitleWrap .stepItem__subTitle__hashtagWrap {
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
  }
}
.approach__step .approach__stepItem .stepItem__subTitleWrap .stepItem__subTitle__hashtag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(26px, 2vw, 32px);
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .approach__step .approach__stepItem .stepItem__subTitleWrap .stepItem__subTitle__hashtag {
    margin: 0;
  }
}
.approach__step .approach__stepItem .stepItem__subTitleWrap .stepItem__subTitle__hashtag p {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.approach__step .approach__stepItem .stepItem__text__sub {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  width: 100%;
  max-width: 640px;
  margin: 30px auto 20px;
  line-height: 1.75;
}
.approach__step .approach__stepItem .stepItem__text__sub__center {
  text-align: center;
}
.approach__step .approach__stepItem .stepItem__text__sub__center--large {
  font-size: 18px;
}

/* -----------------------

terms

----------------------- */
.terms {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .terms {
    margin-top: 9.3333333333vw;
    padding: 0;
  }
}

.terms__base {
  background: #10306E;
  padding: 1px;
}

.terms__inner {
  width: 100%;
  background-color: #fff;
}

.terms__button {
  font-size: 16px;
  color: #10306E;
  font-weight: 300;
  line-height: 2;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  appearance: none;
  transition: 0.2s;
  opacity: 1;
  display: block;
  position: relative;
  padding: 2em 1em 2.125em 1em;
}
@media screen and (max-width: 680px) {
  .terms__button {
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
    padding: 1em;
  }
}

.terms__button::after {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  transition: 0.2s;
  margin-left: 0.6em;
  top: 46%;
  transform: translateY(-50%) rotate(-45deg);
}

.terms__button:hover {
  opacity: 0.8;
}

.terms__button:hover::after {
  transform: translateY(-10%) rotate(-45deg);
}

.terms__button[aria-pressed=true]::after {
  top: 54%;
  transform: translateY(-50%) rotate(135deg);
}

.terms__contents {
  padding: 0 60px 70px;
}
@media screen and (max-width: 768px) {
  .terms__contents {
    padding: 0 4vw 10.6666666667vw;
  }
}

.terms__contents p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .terms__contents p {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.terms__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .terms__text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.terms__text .text__dl {
  padding: 20px 0 30px;
  margin: 0;
  border-bottom: 1px solid #000;
  height: auto;
  text-align: left;
}
.terms__text .text__dt {
  display: block;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6em;
}
.terms__text .text__dd {
  display: block;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}
.terms__text .text__dd p {
  padding-left: 1em;
  text-indent: -1em;
}
.terms__text .text__dd .c-indent-none {
  padding: 0;
  text-indent: 0;
}
.terms__text .text__dd .dd__note {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 12px;
}

.terms__text > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terms__text > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.terms__text > ul > li:not(:first-child) {
  margin-top: 1.2em;
}

.terms__text > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.terms__text > ul > li > ul > li {
  text-indent: 0;
}

.terms__textHeading {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: bold;
  margin: 1em 0 3.8em;
}
@media screen and (max-width: 768px) {
  .terms__textHeading {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

/* -----------------------

about

----------------------- */
.about {
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
.about .about__text {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.714;
}
.about .about__mainText {
  margin-top: 40px;
  margin-bottom: 40px;
}
.about .about__cardWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about__cardWrap {
    flex-direction: column;
    width: 91.25%;
  }
}
.about .about__subText {
  margin: 25px auto 60px;
}
.about .about__contact .contact__title {
  margin: 60px auto;
}
.about .about__contact .contact__form {
  background: #fff;
  border: 1px solid #C9D4D9;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 40px;
}
.about .about__contact .contact__form .form__title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
.about .about__contact .contact__form .form__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about .about__contact .contact__form .form__text p {
  margin-bottom: 10px;
}
.about .about__contact .contact__form .form__note {
  font-size: 14px;
  text-align: left;
  padding-left: 1em;
  text-indent: -.65em;
}
.about .about__contact .contact__form .form__note li {
  margin-bottom: 8px;
}

/* -----------------------

special

----------------------- */
.special {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px;
}
.special .special__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
}
.special .special__bnr {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  cursor: pointer;
}
.special .special__bnr:hover {
  opacity: .7;
  transition: all .7s;
}

/* -----------------------

v2block

----------------------- */
.v2block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.v2kounyuu__header h2 {
  font-size: 18px;
}

.v2kounyuu__tablist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.v2kounyuu__tablist button,
.v2kounyuu__tablist a {
  cursor: pointer;
}
.v2kounyuu__tablist button:hover,
.v2kounyuu__tablist a:hover {
  opacity: .5;
  transition: all .7s;
  text-decoration: none;
}
.v2kounyuu__tablist a {
  width: 100%;
  padding: 0 0.6em;
}

.v2kounyuu {
  border-bottom: 1px solid #ccc;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .v2kounyuu {
    padding: 60px 0 20px;
  }
}
.ends_notice {
  padding: 30px 40px;
  border: 2px solid #000;
  margin: 40px 20px 80px;
}
@media screen and (max-width: 768px) {
  .ends_notice {
    padding: 15px;
    margin: 20px 20px 50px;
  }
}
.ends_notice p {
  color: #000;
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ends_notice p {
    font-size: 15px;
  }
}
