@charset "UTF-8";
.fadeBlock {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadeBlock.isVisible {
  opacity: 1;
  transform: translateY(0);
}

.fadeList li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadeList li.isVisible {
  opacity: 1;
  transform: translateY(0);
}

.fadeScale::before, .fadeScale::after {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadeScale.show::before, .fadeScale.show::after {
  opacity: 1;
  transform: scale(1);
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
    @media screen and (max-width: 899px) {
      transform: translateY(-10px);
    }
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

#wrapper a {
  transition: transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  #wrapper a:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

.subContents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .subContents {
    max-width: 100%;
    padding: 0 6.4vw;
  }
}

.mainv {
  height: 376px;
  background-image: url(../../../App_Contents/images/aboutus/mainv_bg_01_pc.png), linear-gradient(90deg, rgb(255, 102, 61) 0%, rgb(254, 39, 90) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: left calc(50% + 316px) bottom -1px, center top;
  background-size: 512px 322px, 100% 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mainv {
    background-position: left 600px bottom -1px, center top;
  }
}
@media screen and (max-width: 899px) {
  .mainv {
    height: auto;
    background-image: url(../../../App_Contents/images/aboutus/mainv_bg_01_sp.png), linear-gradient(180deg, rgb(255, 102, 61) 0%, rgb(254, 39, 90) 100%);
    background-position: center bottom -1px, center top;
    background-size: 77.8vw 48.9vw, 100% 100%;
  }
}
.mainv .bgArea {
  width: 714px;
  height: 224px;
  position: absolute;
  left: calc(50% - 24px);
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .mainv .bgArea {
    left: 500px;
  }
}
@media screen and (max-width: 899px) {
  .mainv .bgArea {
    width: 100vw;
    left: 0;
  }
}
.mainv .bgArea img {
  display: block;
  position: absolute;
  animation: fuwa 3s ease-in-out infinite;
}
.mainv .bgArea img:nth-child(1) {
  width: 65px;
  height: 62px;
  bottom: 46px;
  left: 0;
  animation-duration: 3.2s;
  animation-delay: 0s;
}
@media screen and (max-width: 899px) {
  .mainv .bgArea img:nth-child(1) {
    width: 9.4vw;
    height: 8.9vw;
    bottom: 23.1vw;
    left: 5.6vw;
  }
}
.mainv .bgArea img:nth-child(2) {
  width: 65px;
  height: 63px;
  right: 0;
  bottom: 75px;
  animation-duration: 3.5s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .mainv .bgArea img:nth-child(2) {
    width: 7.9vw;
    height: 7.6vw;
    right: 5.8vw;
    bottom: 20.2vw;
  }
}
.mainv .bgArea img:nth-child(3) {
  width: 35px;
  height: 33px;
  right: 86px;
  bottom: 163px;
  animation-duration: 4s;
  animation-delay: 1s;
}
@media screen and (max-width: 899px) {
  .mainv .bgArea img:nth-child(3) {
    width: 5.9vw;
    height: 5.6vw;
    right: 11.2vw;
    bottom: 35.4vw;
  }
}
.mainv .bgArea img:nth-child(4) {
  width: 31px;
  height: 35px;
  bottom: 165px;
  left: 108px;
  animation-duration: 4.2s;
  animation-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .mainv .bgArea img:nth-child(4) {
    width: 5.3vw;
    height: 5.9vw;
    left: 11.7vw;
    bottom: 40.7vw;
  }
}
.mainv .bgArea img:nth-child(5) {
  width: 27px;
  height: 30px;
  right: 66px;
  bottom: 230px;
  animation-duration: 3.8s;
  animation-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .mainv .bgArea img:nth-child(5) {
    width: 3.3vw;
    height: 3.6vw;
    right: 17.3vw;
    bottom: 48.4vw;
  }
}
.mainv .inner {
  text-align: left;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .mainv .inner {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 899px) {
  .mainv .inner {
    text-align: center;
    width: 100%;
    padding: 10.43vw 0 55.2vw;
  }
}
.mainv .inner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  margin: 0 0 33px;
}
@media screen and (max-width: 899px) {
  .mainv .inner h1 {
    font-size: 6.4vw;
    margin: 0 0 2.8vw;
  }
}
.mainv .inner p {
  color: #fff;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  line-height: 1.95;
}
@media screen and (max-width: 899px) {
  .mainv .inner p {
    font-size: 3.6vw;
    line-height: 1.71;
  }
}

.fvSlider {
  overflow: hidden;
  margin: 0 0 85px;
}
@media screen and (max-width: 899px) {
  .fvSlider {
    margin: 0 0 9.9vw;
  }
}
.fvSlider .slider {
  width: max-content;
  display: flex;
  animation: slide 30s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 899px) {
  .fvSlider .slider {
    animation: slide 26s linear infinite;
  }
}
.fvSlider img {
  width: 202px;
  display: block;
}
@media screen and (max-width: 899px) {
  .fvSlider img {
    width: 34.4vw !important;
    height: auto !important;
  }
}

.reason {
  margin: 0 0 77px;
}
@media screen and (max-width: 899px) {
  .reason {
    margin: 0 0 9.4vw;
  }
}
.reason h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 53px;
}
@media screen and (max-width: 899px) {
  .reason h2 {
    font-size: 4.6vw;
    margin: 0 0 6.4vw;
  }
}
.reason ul {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 264px);
  justify-items: center;
  column-gap: 30px;
  row-gap: 28px;
}
@media screen and (max-width: 899px) {
  .reason ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8vw;
  }
}
.reason ul li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 14px 23px 14px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 10px;
}
@media screen and (max-width: 899px) {
  .reason ul li {
    border-radius: 2.5vw;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 4vw 3.6vw;
    row-gap: 2.9vw;
  }
  .reason ul li:nth-child(1) img {
    width: 14.9vw;
  }
  .reason ul li:nth-child(2) img {
    width: 30.3vw;
  }
  .reason ul li:nth-child(3) img {
    width: 23.4vw;
  }
  .reason ul li:nth-child(4) img {
    width: 15.6vw;
  }
  .reason ul li:nth-child(5) img {
    width: 29.3vw;
    margin: 2vw 0;
  }
  .reason ul li:nth-child(6) img {
    width: 31.9vw;
    margin: 2vw 0;
  }
}
.reason ul li img {
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 899px) {
  .reason ul li img {
    width: auto;
    height: auto !important;
    display: flex;
  }
}
.reason ul li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 899px) {
  .reason ul li p {
    font-size: 4vw;
    line-height: 1.37;
    min-height: 3em;
  }
}
.reason ul li p:has(small) {
  line-height: 0.7;
  margin: 5px 0 0;
}
@media screen and (max-width: 899px) {
  .reason ul li p:has(small) {
    min-height: inherit;
    margin: 2vw 0 0;
  }
}
.reason ul li p span {
  color: #FF1E56;
  font-size: 14px;
}
@media screen and (max-width: 899px) {
  .reason ul li p span {
    font-size: 3vw;
  }
}
.reason ul li p span span {
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .reason ul li p span span {
    font-size: 4vw;
  }
}
.reason ul li p small {
  color: #444;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .reason ul li p small {
    font-size: 2.5vw;
  }
}

.promise {
  margin: 0 0 103px;
}
@media screen and (max-width: 899px) {
  .promise {
    margin: 0 0 15vw;
  }
}
.promise .box {
  background: #DEF2F5;
  border-radius: 20px;
  padding: 29px 0 39px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .promise .box {
    width: 100vw;
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    padding: 6.4vw 6.4vw 9.2vw;
  }
}
.promise .box::before {
  content: "";
  width: 123px;
  height: 113px;
  background: url(../../../App_Contents/images/aboutus/promise_p_01.png) no-repeat top left/100%;
  position: absolute;
  top: -44px;
  right: 182px;
  z-index: 3;
}
@media screen and (max-width: 899px) {
  .promise .box::before {
    width: 19.9vw;
    height: 18.3vw;
    top: inherit;
    bottom: 0;
    right: 4vw;
    z-index: 3;
  }
}
.promise .box h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  margin: 0 0 28px;
}
@media screen and (max-width: 899px) {
  .promise .box h2 {
    font-size: 4.6vw;
    margin: 0 0 5.6vw;
  }
}
.promise .box h2 span {
  color: #FF1E56;
  display: inline-block;
}
.promise .box h2 span::first-letter {
  font-size: 130%;
}
.promise .box ol {
  display: grid;
  grid-template-columns: repeat(4, 186px);
  gap: 17px;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .promise .box ol {
    grid-template-columns: 1fr;
    gap: 2.3vw;
  }
}
.promise .box ol li {
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 27px 21px;
  align-content: center;
}
@media screen and (max-width: 899px) {
  .promise .box ol li {
    font-size: 4vw;
    border-radius: 2.5vw;
    padding: 4.6vw 4vw 4.3vw;
  }
}
.promise .box ol li span {
  font-weight: 700;
}

.type {
  margin: 0 0 100px;
}
@media screen and (max-width: 899px) {
  .type {
    margin: 0 0 12.7vw;
  }
}
.type .subContents {
  max-width: 950px;
}
@media screen and (max-width: 899px) {
  .type .subContents {
    max-width: 100%;
  }
}
.type hgronp {
  text-align: center;
  margin: 0 0 29px;
  display: block;
}
@media screen and (max-width: 899px) {
  .type hgronp {
    margin: 0 0 7.6vw;
  }
}
.type hgronp h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 6px;
}
@media screen and (max-width: 899px) {
  .type hgronp h2 {
    font-size: 4.6vw;
    margin: 0 0 0.3vw;
  }
}
.type hgronp .subText {
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  .type hgronp .subText {
    font-size: 3.3vw;
  }
}
.type .selectArea {
  position: relative;
}
.type .selectArea::after {
  content: "";
  width: 134px;
  height: 134px;
  background: url(../../../App_Contents/images/aboutus/type_p_01.png) no-repeat top left/100%;
  position: absolute;
  top: -40px;
  right: 56px;
  translate: 0 -50%;
}
@media screen and (max-width: 899px) {
  .type .selectArea::after {
    content: none;
  }
}
.type .selectArea dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 22px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl {
    column-gap: 4.6vw;
  }
}
.type .selectArea dl.ques1 {
  margin: 0 0 81px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl.ques1 {
    margin: 0 0 9.4vw;
  }
}
.type .selectArea dl.ques1 dt::before {
  content: "Start!";
  color: #fff;
  font-size: 18px;
  width: 80px;
  height: 80px;
  background: #FF1E56;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -56px;
  left: 99px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl.ques1 dt::before {
    font-size: 3.6vw;
    width: 16vw;
    height: 16vw;
    top: -5vw;
    left: -2vw;
  }
}
.type .selectArea dl.ques1 dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 20px solid #FF1E56;
  border-top: 0;
  position: absolute;
  top: 2px;
  left: 164px;
  transform: rotate(129deg);
}
@media screen and (max-width: 899px) {
  .type .selectArea dl.ques1 dt::after {
    border-right: 1.6vw solid transparent;
    border-left: 1.6vw solid transparent;
    border-bottom: 3.2vw solid #FF1E56;
    top: 7vw;
    left: 11.2vw;
    transform: rotate(129deg);
  }
}
.type .selectArea dl.ques2 {
  width: 58%;
  margin: 0 0 110px auto;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl.ques2 {
    width: 72%;
    margin-bottom: 20.4vw;
  }
}
.type .selectArea dl dt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  background: #E2E2E2;
  border-radius: 10px;
  margin: 0 0 39px;
  padding: 10px 0;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dt {
    font-size: 4vw;
    border-radius: 2.5vw;
    margin: 0 0 3.3vw;
    padding: 1.9vw 0;
  }
}
.type .selectArea dl dd {
  width: 46%;
  position: relative;
}
.type .selectArea dl dd::before {
  content: "";
  width: 4px;
  background: currentColor;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd::before {
    width: 1vw;
  }
}
.type .selectArea dl dd::after {
  content: "";
  width: 29px;
  height: 17px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd::after {
    width: 7.4vw;
    height: 4.3vw;
  }
}
.type .selectArea dl dd.selectA, .type .selectArea dl dd.selectC {
  color: #FF1E56;
}
.type .selectArea dl dd.selectA::after, .type .selectArea dl dd.selectC::after {
  background: url(../../../App_Contents/images/aboutus/s_longArrow1.svg) no-repeat center bottom/100%;
}
.type .selectArea dl dd.selectA span, .type .selectArea dl dd.selectC span {
  background: #FFEBEC;
}
.type .selectArea dl dd.selectB, .type .selectArea dl dd.selectD {
  color: #FF860D;
}
.type .selectArea dl dd.selectB::after, .type .selectArea dl dd.selectD::after {
  background: url(../../../App_Contents/images/aboutus/s_longArrow2.svg) no-repeat center bottom/100%;
}
.type .selectArea dl dd.selectB span, .type .selectArea dl dd.selectD span {
  background: #FFFAE0;
}
.type .selectArea dl dd.selectA::before {
  height: 360px;
  bottom: -359px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectA::before {
    height: 71.6vw;
    bottom: -71vw;
    left: 20%;
  }
}
.type .selectArea dl dd.selectA::after {
  bottom: -360px;
  left: 50%;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectA::after {
    bottom: -71.6vw;
    left: 20%;
  }
}
.type .selectArea dl dd.selectB::before {
  height: 75px;
  bottom: -74px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectB::before {
    height: 8.1vw;
    bottom: -7.9vw;
  }
}
.type .selectArea dl dd.selectB::after {
  bottom: -75px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectB::after {
    bottom: -8.9vw;
  }
}
.type .selectArea dl dd.selectC::before {
  width: 243px;
  height: 97px;
  background: url(../../../App_Contents/images/aboutus/s_longline.svg) no-repeat top left/100%;
  bottom: -97px;
  transform: translateX(-100%);
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectC::before {
    width: 16.2vw;
    height: 26.4vw;
    background: url(../../../App_Contents/images/aboutus/s_longline_sp.svg) no-repeat top left/100%;
    bottom: -20vw;
  }
}
.type .selectArea dl dd.selectC::after {
  bottom: -99px;
  transform: translateX(-882%);
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectC::after {
    bottom: -18.5vw;
    transform: translateX(-225%);
  }
}
.type .selectArea dl dd.selectD::before {
  height: 99px;
  bottom: -98px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectD::before {
    height: 17.1vw;
    bottom: -16.9vw;
  }
}
.type .selectArea dl dd.selectD::after {
  bottom: -99px;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd.selectD::after {
    bottom: -18vw;
  }
}
.type .selectArea dl dd span {
  color: currentColor;
  font-size: 18px;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  line-height: 1.78;
  width: 100%;
  border: solid 2px;
  border-color: currentColor;
  border-radius: 10px;
  padding: 13px 0 12px;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 899px) {
  .type .selectArea dl dd span {
    font-size: 3.6vw;
    font-feature-settings: "palt";
    line-height: 1.43;
    border-radius: 2.5vw;
    padding: 3.8vw 0;
  }
}
.type .selectArea .resultArea {
  background: #FFFAE0;
  border-radius: 10px;
  padding: 37px 82px;
}
@media screen and (max-width: 899px) {
  .type .selectArea .resultArea {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 7.1vw;
    border-radius: 2.5vw;
  }
}
.type .selectArea .resultArea ul {
  display: flex;
  justify-content: center;
  column-gap: 8%;
}
@media screen and (max-width: 899px) {
  .type .selectArea .resultArea ul {
    column-gap: 4vw;
  }
}
.type .selectArea .resultArea ul li {
  width: 46%;
}
@media screen and (max-width: 899px) {
  .type .selectArea .resultArea ul li {
    width: calc(50% - 2vw);
  }
}
.type .selectArea .resultArea ul li:first-child a {
  background: #FF1E56;
}
.type .selectArea .resultArea ul li:last-child a {
  background: #FF860D;
}
.type .selectArea .resultArea ul li a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 100%;
  box-shadow: 0 9px 21px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 17px 0;
  display: block;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .type .selectArea .resultArea ul li a {
    font-size: 5vw;
    line-height: 1.4;
    padding: 2.7vw 7.9vw 9.9vw 7.9vw;
  }
}
.type .selectArea .resultArea ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 35px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 899px) {
  .type .selectArea .resultArea ul li a::after {
    width: 3.8vw;
    height: 3.8vw;
    top: inherit;
    right: 50%;
    bottom: 3vw;
    transform: rotate(135deg) translateX(-50%);
  }
}

:root {
  --bg-color: #FFEBEC;
  --text-color: #FF1E56;
  --tag-bg-color: #FFEBEC;
}

.party {
  background: var(--bg-color);
  overflow: hidden;
}
.party .subContents {
  padding-top: 74px;
  padding-bottom: 89px;
}
@media screen and (max-width: 899px) {
  .party .subContents {
    padding-top: 10.9vw;
    padding-bottom: 64.12vw;
    position: relative;
  }
}
.party h2 {
  color: var(--text-color);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 41px;
}
@media screen and (max-width: 899px) {
  .party h2 {
    font-size: 6.6vw;
    margin: 0 0 6.6vw;
  }
}
.party .box {
  max-width: 932px;
  background: #fff;
  border: solid 3px var(--text-color);
  border-radius: 30px;
  margin: 0 auto;
  padding: 52px 83px 74px 60px;
  display: grid;
  grid-template-columns: 41% auto;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 4%;
  grid-template-areas: "img h3" "img text" "img note" "tag .";
  position: relative;
}
@media screen and (max-width: 899px) {
  .party .box {
    width: 100%;
    border-width: 0.76vw;
    border-radius: 5vw;
    padding: 10.2vw 7.4vw;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "img" "h3" "text" "note" "tag";
    position: static;
  }
}
.party .box .img {
  width: 100%;
  max-width: 287px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 21px 0 36px;
  grid-area: img;
}
@media screen and (max-width: 899px) {
  .party .box .img {
    max-width: 100%;
    border-radius: 5vw;
    aspect-ratio: auto;
    margin: 0 0 4.3vw;
  }
}
.party .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.party .box h3 {
  color: var(--text-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
  margin: 0 0 15px;
  grid-area: h3;
}
@media screen and (max-width: 899px) {
  .party .box h3 {
    font-size: 5vw;
    line-height: 1.45;
    margin: 0 0 1.8vw;
  }
}
.party .box .text {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 23px;
  grid-area: text;
}
@media screen and (max-width: 899px) {
  .party .box .text {
    font-size: 3.6vw;
    line-height: 1.43;
    margin: 0 0 5vw;
  }
}
.party .box .text span {
  font-weight: 700;
}
.party .box .note {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  border-top: solid 1px var(--text-color);
  padding: 23px 0 0;
  grid-area: note;
}
@media screen and (max-width: 899px) {
  .party .box .note {
    font-size: 3.5vw;
    line-height: 1.43;
    padding: 5vw 0 3.8vw;
  }
}
.party .box .tag {
  margin: auto 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 7px;
  row-gap: 10px;
  grid-area: tag;
}
@media screen and (max-width: 899px) {
  .party .box .tag {
    column-gap: 1.3vw;
    row-gap: 1.3vw;
  }
}
.party .box .tag li {
  color: #444;
  font-size: 12px;
  background: var(--tag-bg-color);
  border-radius: 50vh;
  padding: 4px 13px;
}
@media screen and (max-width: 899px) {
  .party .box .tag li {
    font-size: 3vw;
    padding: 1vw 3.3vw;
  }
}
.party .box .bnr {
  width: fit-content;
  position: absolute;
  bottom: 74px;
  right: 84px;
}
@media screen and (max-width: 899px) {
  .party .box .bnr {
    width: calc(100% - 12.8vw);
    bottom: 18.3vw;
    right: 50%;
    transform: translateX(50%);
  }
}
.party .box .bnr a {
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .party .box .bnr a img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 3.6vw 5vw rgba(255, 163, 186, 0.28));
  }
}
.party .box .bnr p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  width: 152px;
  height: 138px;
  background: var(--text-color);
  border-radius: 50%;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: -130px;
  transform: rotate(25deg);
}
@media screen and (max-width: 899px) {
  .party .box .bnr p {
    color: var(--text-color);
    font-size: 4.6vw;
    font-weight: 700;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    margin: 0 0 1.8vw;
    padding: 0;
    display: block;
    position: static;
    transform: none;
  }
}

#konkatsu {
  --bg-color: #FFFAE0;
  --text-color: #FF860D;
  --tag-bg-color: #FFFAE0;
  margin: 0 0 122px;
}
@media screen and (max-width: 899px) {
  #konkatsu {
    margin: 0 0 9.9vw;
  }
}
@media screen and (max-width: 899px) {
  #konkatsu .subContents {
    padding-bottom: 62vw;
  }
}
@media screen and (max-width: 899px) {
  #konkatsu .subContents .box .bnr {
    bottom: 14.3vw;
  }
}
@media screen and (max-width: 899px) {
  #konkatsu .subContents .box .bnr a img {
    filter: none;
  }
}
#konkatsu .subContents .box .bnr p {
  padding: 0;
}

.style {
  margin: 0 0 117px;
}
@media screen and (max-width: 899px) {
  .style {
    margin: 0 0 14.5vw;
  }
}
.style h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 47px;
}
@media screen and (max-width: 899px) {
  .style h2 {
    font-size: 5.6vw;
    margin: 0 0 6.9vw;
  }
}
.style ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 36px;
}
@media screen and (max-width: 899px) {
  .style ul {
    row-gap: 6.9vw;
  }
}
.style ul li {
  width: 411px;
}
@media screen and (max-width: 899px) {
  .style ul li {
    width: 100%;
  }
}
.style ul li picture {
  margin: 0 0 27px;
  display: block;
}
@media screen and (max-width: 899px) {
  .style ul li picture {
    margin: 0 0 5.3vw;
  }
}
.style ul li picture img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 899px) {
  .style ul li picture img {
    border-radius: 2.5vw;
  }
}
.style ul li h3 {
  color: #FF1E56;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 16px;
}
@media screen and (max-width: 899px) {
  .style ul li h3 {
    font-size: 4.6vw;
    margin: 0 0 3vw;
  }
}
.style ul li p {
  color: #444;
  font-size: 16px;
  text-align: left;
  line-height: 1.56;
}
@media screen and (max-width: 899px) {
  .style ul li p {
    font-size: 3.6vw;
    line-height: 1.43;
  }
}

.sns {
  padding: 0 0 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .sns {
    padding: 0 0 10.4vw;
  }
}
.sns::before {
  content: "";
  width: 2972px;
  height: 2312px;
  background: linear-gradient(150deg, #FF663D 0%, #FE275A 43%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 55%);
}
@media screen and (max-width: 899px) {
  .sns::before {
    width: 100vw;
    height: 91.9vw;
    background: linear-gradient(90deg, #FF663D 0%, #FE275A 100%);
    border-radius: 0;
    left: 0;
    bottom: 0;
    transform: none;
  }
}
.sns h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 38px;
}
@media screen and (max-width: 899px) {
  .sns h2 {
    font-size: 5.6vw;
    line-height: 1.54;
    margin: 0 0 4.3vw;
  }
}
.sns .snsLinkList {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 26px;
}
@media screen and (max-width: 899px) {
  .sns .snsLinkList {
    column-gap: 2.5vw;
  }
}
.sns .snsLinkList li:first-child a {
  background: #FF1E56;
}
.sns .snsLinkList li:last-child a {
  background: #FF860D;
}
.sns .snsLinkList li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  width: 134px;
  height: 40px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .sns .snsLinkList li a:hover {
    opacity: 1;
    transform: scale(1.1) !important;
  }
}
@media screen and (max-width: 899px) {
  .sns .snsLinkList li a {
    font-size: 3.6vw;
    width: 31.8vw;
    height: 8.9vw;
  }
}
.sns .bx-wrapper {
  max-width: 100% !important;
  overflow: visible !important;
  margin: 0 auto 14.2vw !important;
}
.sns .bx-wrapper .bx-prev,
.sns .bx-wrapper .bx-next {
  width: 4.6vw;
  height: 7.6vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.sns .bx-wrapper .bx-prev::after,
.sns .bx-wrapper .bx-next::after {
  content: "";
  display: none;
}
.sns .bx-wrapper .bx-prev {
  background-image: url(../../../App_Contents/images/aboutus/s_sliderArrow.svg);
  left: 10px;
  transform: rotate(180deg);
}
.sns .bx-wrapper .bx-next {
  background-image: url(../../../App_Contents/images/aboutus/s_sliderArrow.svg);
  right: 10px;
}
.sns .bx-viewport {
  background: transparent !important;
  overflow: visible !important;
}
.sns .snsSlider {
  margin: 37px 0 123px;
}
@media screen and (min-width: 900px) {
  .sns .snsSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  .sns .snsSlider a {
    overflow: hidden;
  }
  .sns .snsSlider a:hover {
    transform: scale(1) !important;
  }
  .sns .snsSlider a:hover img {
    transform: scale(1.05);
  }
  .sns .snsSlider a img {
    width: 198px;
    height: auto;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 899px) {
  .sns .snsSlider {
    margin: 9.4vw 0 10.5vw;
  }
}
.sns .snsSlider a {
  background: #D9D9D9;
  width: 198px;
  height: 325px;
  display: block;
  position: relative;
}
@media screen and (max-width: 899px) {
  .sns .snsSlider a {
    width: 45.8vw;
    height: 75.3vw;
  }
  .sns .snsSlider a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sns .snsSlider a.active-slide::before {
    content: none;
  }
  .sns .snsSlider a img {
    width: auto;
    height: 100%;
  }
}
.sns .linkList h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}
@media screen and (max-width: 899px) {
  .sns .linkList h2 {
    font-size: 5vw;
    line-height: 1.25;
    margin: 0 0 6.9vw;
  }
}
.sns .linkList ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
@media screen and (max-width: 899px) {
  .sns .linkList ul {
    flex-direction: column;
    row-gap: 3.3vw;
  }
}
.sns .linkList ul li a {
  color: #FF1E56;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border-radius: 50vh;
  padding: 10px 15px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 83px;
}
@media screen and (max-width: 899px) {
  .sns .linkList ul li a {
    font-size: 5vw;
    width: 82.2vw;
    box-sizing: border-box;
    padding: 2.5vw 3.8vw 2.5vw 7.6vw;
    column-gap: 21.1vw;
  }
}
.sns .linkList ul li a::after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../../../App_Contents/images/aboutus/s_arrow.svg) no-repeat center center/100%;
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .sns .linkList ul li a::after {
    width: 8.9vw;
    height: 8.9vw;
  }
}

/*# sourceMappingURL=style.css.map */
