@charset "UTF-8";
@-webkit-keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@-webkit-keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
@keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
/* ======================================================================
 p-account
====================================================================== */
.l-main-visual__pic::before {
  display: inline-block;
  width: 189px;
  height: 99px;
  background-image: url("../img/img_deco_leaves02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -85px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::before {
    width: 153px;
    height: 71px;
    right: -35px;
    top: auto;
    bottom: -32px;
  }
}
.l-main-visual__pic::after {
  display: inline-block;
  width: 94px;
  height: 88px;
  background-image: url("../img/img_deco_starfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 40px;
  left: -70px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::after {
    width: 73px;
    height: 68px;
    left: -10px;
    top: -13px;
  }
}
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_showroom03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.p-section-about {
  position: relative;
  padding: 0 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-about {
    padding-bottom: 80px;
  }
}
.p-section-about__inner {
  position: relative;
}
.p-section-about__inner::before {
  display: inline-block;
  width: 157.905px;
  height: 98.845px;
  background-image: url("../img/img_deco_fish07.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::before {
    background-image: url(../img/img_deco_fish08.png);
    width: 89.85px;
    height: 56.24px;
    left: auto;
    right: -6px;
    top: -40px;
  }
}
.p-section-about__inner::after {
  display: inline-block;
  width: 171.04px;
  height: 190.28px;
  background-image: url("../img/img_account02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -144px;
  right: 153px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::after {
    width: 80px;
    height: 98px;
    bottom: -85px;
    right: 0;
  }
}
.p-section-about::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-about::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-about::after {
  display: inline-block;
  width: 120px;
  height: 108px;
  background-image: url("../img/img_deco_jellyfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -60px;
  left: 48px;
  -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
  animation: fish-swim-horizontal 4s ease-in-out infinite;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-section-about::after {
    width: 71px;
    height: 64px;
    left: 16px;
    bottom: -10px;
  }
}
.p-section-about .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-about .c-title-1 + p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 + p {
    font-size: 16px;
    text-align: left;
  }
}

.p-section-image {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-image {
    padding: 30px 0 60px 0;
  }
}
.p-section-image .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-image .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-image .u-linkicon-1::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/ico_link01_blank.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.p-section-image .u-ta-c {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-image .u-ta-c {
    margin-top: 30px;
  }
}

.l-section-schedule {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .l-section-schedule {
    padding: 60px 0 80px 0;
  }
}
.l-section-schedule::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section-schedule::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-schedule::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section-schedule::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-schedule .l-breakout__inner::before {
  display: inline-block;
  width: 114.85px;
  height: 116.36px;
  background-image: url("../img/img_deco_seaweed03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 48.15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-section-schedule .l-breakout__inner::before {
    display: none;
  }
}
.l-section-schedule .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-section-schedule .c-title-1 {
    margin-bottom: 30px;
  }
}
.l-section-schedule__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-section-schedule__inner {
    width: auto;
    margin: 0;
  }
}
.l-section-schedule .note {
  border-radius: 40px;
  background: #fff;
  padding: 50px 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-section-schedule .note {
    border-radius: 20px;
    padding: 30px 15;
  }
}
.l-section-schedule .note ul {
  width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-section-schedule .note ul {
    width: auto;
    margin: 0 15px;
  }
}
.l-section-schedule .note ul + .c-title-4 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-section-schedule .note ul + .c-title-4 {
    margin-top: 30px;
  }
}

.l-section-schedule + .l-cta-1 {
  margin-top: 100px;
}

.p-section-voice {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-voice {
    padding: 60px 0 120px 0;
  }
}
.p-section-voice::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-voice::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-voice::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-voice::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-voice .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-voice .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-voice .voicelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist {
    gap: 80px;
  }
}
.p-section-voice .voicelist .item {
  max-width: 380px;
  height: auto;
  min-height: 200px;
  padding: 30px;
  background-color: #E8F7FF;
  border: 2px solid #343945;
  border-radius: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist .item {
    padding: 15px;
    min-height: 175px;
    border-radius: 20px;
  }
}
.p-section-voice .voicelist .item::after {
  display: inline-block;
  width: 35px;
  height: 18px;
  background-image: url("../img/bg_voicelist01_triangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -18px;
  left: 148.645px;
}
.p-section-voice .voicelist .item p + p {
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
}
.p-section-voice .voicelist .item:nth-child(1)::before {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("../img/ico_voice01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -64px;
  left: 34px;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist .item:nth-child(1)::before {
    width: 80px;
    height: 80px;
  }
}
.p-section-voice .voicelist .item:nth-child(2n) {
  background: #FFFBD2;
}
.p-section-voice .voicelist .item:nth-child(2n) p + p {
  text-align: left;
}
.p-section-voice .voicelist .item:nth-child(2n)::after {
  display: inline-block;
  width: 35px;
  height: 18px;
  background-image: url("../img/bg_voicelist02_triangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -18px;
  left: 168.65px;
  z-index: 1;
}
.p-section-voice .voicelist .item:nth-child(2n)::before {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("../img/ico_voice02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -64px;
  right: 34px;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist .item:nth-child(2n)::before {
    width: 80px;
    height: 80px;
  }
}
.p-section-voice .voicelist .item:nth-child(3) p + p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist .item:nth-child(3) p + p {
    text-align: right;
  }
}
.p-section-voice .voicelist .item:nth-child(3)::before {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("../img/ico_voice03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -64px;
  right: 34px;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist .item:nth-child(3)::before {
    width: 80px;
    height: 80px;
    right: auto;
    left: 34px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
.p-section-voice .voicelist .item:nth-child(3)::after {
  display: inline-block;
  width: 35px;
  height: 18px;
  background-image: url("../img/bg_voicelist03_triangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -18px;
  left: 168.65px;
}
@media screen and (max-width: 767px) {
  .p-section-voice .voicelist .item:nth-child(3)::after {
    background-image: url("../img/bg_voicelist01_triangle.svg");
    left: 148.645px;
  }
}

.l-section-access {
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .l-section-access {
    padding: 60px 0 80px 0;
  }
}
.l-section-access::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section-access::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-access::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section-access::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-access__inner {
  position: relative;
}
.l-section-access__inner::before {
  display: inline-block;
  width: 327.84px;
  height: 224px;
  background-image: url("../img/img_deco_access01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -130px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-section-access__inner::before {
    display: none;
  }
}

.l-section-other {
  padding: 90px 0 106px 0;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding: 60px 0 0 0;
  }
}

.l-cta-1 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-cta-1 {
    padding: 60px 15px;
  }
}
.l-cta-1__heading {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .l-cta-1__heading {
    font-size: 24px;
  }
}

/* Instagram写真のホバー透過度を強制変更 */
#sbi_images .sbi_item .sbi_photo:hover {
  opacity: 0.5 !important; /* 0.85から0.5に変更 */
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; /* ふわっとさせる */
}
