@charset "UTF-8";
/** 文字の定義**/
/** Loader **/
#loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 30;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -30%);
  text-align: center;
  z-index: 31;
}
#loader img {
  width: 35px;
  height: 35px;
}
#loader p {
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 1.5px;
}
#loader .num1 {
  animation: flash1 1s 0s infinite;
}
#loader .num2 {
  animation: flash2 1s 0s infinite;
}
#loader .num3 {
  animation: flash3 1s 0s infinite;
}

@keyframes flash1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.oshikatsu {
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-image: url(../images/special/oshikatsu/bg-border.gif);
  background-repeat: repeat;
  background-size: 50px 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .oshikatsu {
    background-size: 25px 25px;
  }
}
.oshikatsu .inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
  position: relative;
  z-index: 2;
}

.wrap-mv {
  height: 80%;
  overflow: visible;
  margin: 0 auto;
  max-width: 1680px;
  position: relative;
}
.wrap-mv .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.wrap-mv .obj-center {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 90vh;
}
@media screen and (max-width: 900px) {
  .wrap-mv .obj-center {
    width: 42%;
    top: 30px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .obj-center {
    width: 55%;
    top: 20px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .wrap-mv .obj-center {
    width: 65%;
    top: 10px;
  }
}
.wrap-mv .obj-center .txt-title-1 {
  display: block;
  margin: 0 auto;
  width: 90%;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s;
}
.wrap-mv .obj-center .txt-title-2 {
  display: block;
  margin: 0 auto;
  width: 90%;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.6s 0.4s;
}
.wrap-mv .obj-center .bino-1 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.6s 0.8s;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .wrap-mv .obj-center .bino-1 {
    max-width: 70%;
  }
}
.wrap-mv .obj-center.on .txt-title-1 {
  opacity: 1;
  transform: translateY(0);
}
.wrap-mv .obj-center.on .txt-title-2 {
  opacity: 1;
  transform: translateY(0);
}
.wrap-mv .obj-center.on .bino-1 {
  opacity: 1;
  transform: scale(1);
}
.wrap-mv .bino-2 {
  display: block;
  max-width: 250px;
  position: absolute;
  left: 5%;
  top: 80px;
  opacity: 0;
  transform: rotate(-10deg) translateY(10px);
  transition: 0.6s 0.4s;
}
@media screen and (max-width: 1300px) {
  .wrap-mv .bino-2 {
    top: 50px;
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .wrap-mv .bino-2 {
    max-width: 150px;
    top: 40px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .bino-2 {
    max-width: 100px;
    top: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .wrap-mv .bino-2 {
    max-width: 70px;
    top: 10px;
  }
}
.wrap-mv .bino-2.on {
  opacity: 1;
  transform: rotate(0) translateY(0);
}
.wrap-mv .bino-3 {
  display: block;
  max-width: 250px;
  position: absolute;
  right: 5%;
  top: 80px;
  opacity: 0;
  transform: rotate(-10deg) translateY(10px);
  transition: 0.6s 0.6s;
}
@media screen and (max-width: 1300px) {
  .wrap-mv .bino-3 {
    top: 50px;
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .wrap-mv .bino-3 {
    max-width: 150px;
    top: 40px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .bino-3 {
    max-width: 100px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .wrap-mv .bino-3 {
    max-width: 70px;
    top: 10px;
  }
}
.wrap-mv .bino-3.on {
  opacity: 1;
  transform: rotate(0) translateY(0);
}
.wrap-mv .txt-com {
  opacity: 0;
  transition: 1s 1.5s;
  margin-top: 10px;
}
.wrap-mv .txt-com.on {
  opacity: 1;
  margin-top: 0;
}
@keyframes txt-com-1 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  15% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes txt-com-2 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wrap-mv .txt-com-1 {
  display: block;
  max-width: 250px;
  position: absolute;
  top: 300px;
  left: 3%;
  z-index: 3;
  transition-delay: 1.2s;
  animation: txt-com-1 4s linear 5;
}
@media screen and (max-width: 1300px) {
  .wrap-mv .txt-com-1 {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap-mv .txt-com-1 {
    top: 250px;
    max-width: 120px;
  }
}
@media screen and (max-width: 900px) {
  .wrap-mv .txt-com-1 {
    top: 200px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .txt-com-1 {
    width: 60px;
    top: 40%;
  }
}
.wrap-mv .txt-com-2 {
  display: block;
  max-width: 250px;
  position: absolute;
  right: 3%;
  top: 40%;
  z-index: 3;
  animation: txt-com-2 4s 0.2s linear 5;
}
@media screen and (max-width: 1300px) {
  .wrap-mv .txt-com-2 {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap-mv .txt-com-2 {
    max-width: 120px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .txt-com-2 {
    width: 60px;
    top: 40%;
  }
}
.wrap-mv .girl {
  position: absolute;
  width: 38%;
  top: 200px;
  z-index: 3;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
@media screen and (max-width: 900px) {
  .wrap-mv .girl {
    top: 150px;
  }
}
.wrap-mv .girl.girl-1 {
  left: 0;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .girl.girl-1 {
    left: -10%;
  }
}
.wrap-mv .girl.girl-1.on {
  opacity: 1;
  transform: translateY(0);
}
.wrap-mv .girl.girl-2 {
  right: 0;
  transition-delay: 0.2s;
}
.wrap-mv .girl.girl-2.on {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .girl.girl-2 {
    right: -10%;
  }
}
.wrap-mv .bg-mv {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-mv .wrap-bino {
  position: relative;
}
.wrap-mv .ill-star-1 {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 25px;
  z-index: 10;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .wrap-mv .ill-star-1 {
    width: 15px;
  }
}
.wrap-mv .ill-star-2 {
  position: absolute;
  bottom: 0;
  right: 130px;
  width: 40px;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .wrap-mv .ill-star-2 {
    width: 30px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .wrap-mv .ill-star-2 {
    width: 12px;
    top: 18%;
    right: 18%;
  }
}
.wrap-mv .ill-heart {
  display: block;
  max-width: 150px;
  position: absolute;
  top: 560px;
  left: 3%;
}
@media screen and (max-width: 1200px) {
  .wrap-mv .ill-heart {
    max-width: 60px;
    top: 460px;
  }
}
@media screen and (max-width: 900px) {
  .wrap-mv .ill-heart {
    top: 80%;
    max-width: 50px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .ill-heart {
    display: none;
  }
}
.wrap-mv .ill-heart-2 {
  display: block;
  max-width: 150px;
  position: absolute;
  top: 100px;
  right: 20%;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .wrap-mv .ill-heart-2 {
    max-width: 60px;
    right: 22%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .ill-heart-2 {
    width: 4.5vw;
    right: 18%;
  }
}
.wrap-mv .ill-heart-3 {
  display: block;
  max-width: 150px;
  position: absolute;
  right: 5%;
  top: 65%;
}
@media screen and (max-width: 900px) {
  .wrap-mv .ill-heart-3 {
    width: 4vw;
  }
}
.wrap-mv .ill-circle {
  display: block;
  max-width: 150px;
  position: absolute;
  bottom: 10%;
  left: 7%;
}
@media screen and (max-width: 1024px) {
  .wrap-mv .ill-circle {
    max-width: 50px;
    bottom: 20%;
    left: 10%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-mv .ill-circle {
    display: none;
  }
}
.wrap-mv .ill {
  opacity: 0;
  transition: 0.6s 0.6s;
}
.wrap-mv .ill.on {
  opacity: 1;
}

.note-img {
  position: relative;
}
.note-img::after {
  content: "※画像はイメージです";
  font-size: clamp(70%, 1.2vw, 11px);
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #666;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .note-img::after {
    font-size: clamp(60%, 1.2vw, 10px);
    bottom: -20px;
  }
}

.note-chart {
  position: relative;
}
.note-chart::after {
  content: "※当社調べです";
  font-size: clamp(70%, 1.2vw, 11px);
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #666;
}
@media screen and (max-width: 834px) {
  .note-chart::after {
    bottom: -20px;
    font-size: clamp(60%, 1.2vw, 10px);
  }
}

.note-chart-2 {
  position: relative;
}
.note-chart-2::after {
  content: "※VCスマートセラートシリーズ内での比較です";
  font-size: clamp(70%, 1.2vw, 11px);
  position: absolute;
  bottom: -25px;
  right: 0;
  color: #666;
}
@media screen and (max-width: 834px) {
  .note-chart-2::after {
    bottom: -20px;
    font-size: clamp(60%, 1.2vw, 10px);
  }
}

.pink {
  color: #e88691;
}

.bold {
  font-weight: bold;
}

.title {
  font-size: clamp(24px, 4vw, 40px);
  text-align: center;
  letter-spacing: 2px;
}

.txt-fusen {
  font-size: clamp(18px, 2.4vw, 24px);
  text-align: center;
  display: block;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 40px;
  width: fit-content;
  position: relative;
  background-color: #fff;
  border: solid 1px #111;
  border-radius: 100px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .txt-fusen {
    font-size: 16px;
  }
}
.txt-fusen::after {
  content: "";
  display: block;
  background-image: url(../images/special/oshikatsu/fukidashi.svg);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 10px);
}

.font-s {
  font-size: smaller;
}

.font-l {
  font-size: larger;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bd-w {
  background: linear-gradient(transparent 70%, rgb(255, 255, 255) 0%);
}

.link-arrow {
  display: flex;
  gap: 5px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 0 0;
}
.link-arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}

.wrap-bts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 20px;
  flex-wrap: wrap;
}

.bt-pd {
  background-color: #e88691;
  border-radius: 100px;
  padding: 12px 50px 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  display: block;
  margin: 0;
  text-align: left;
  font-size: clamp(15px, 1.6vw, 16px);
}
.bt-pd .bt-arrow {
  background-color: #fff;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt-pd .bt-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #e88691;
  border-right: solid 1.5px #e88691;
  transform: rotate(45deg);
}

.bt-shop {
  background-color: #e88691;
  border-radius: 100px;
  padding: 12px 50px 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  display: block;
  margin: 0;
  text-align: left;
  font-size: clamp(15px, 1.6vw, 16px);
}
.bt-shop .bt-arrow {
  background-color: #fff;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt-shop .bt-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #e88691;
  border-right: solid 1.5px #e88691;
  transform: rotate(45deg);
}

.bt-s .bt-pd, .bt-s .bt-shop {
  font-size: clamp(11px, 1.2vw, 12px);
}

.scroller {
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .scroller {
    padding-bottom: 5px;
    overflow-x: auto;
  }
}

.note-sc {
  margin-top: 10px;
  font-size: clamp(11px, 1.2vw, 12px);
  display: block;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
}

.sp {
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sp {
    display: block;
  }
}

.sec-01 {
  padding: 100px 0;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 {
    padding-bottom: 50px;
  }
}
.sec-01 .inner {
  background-color: #f5f5f5;
  border: solid 1px #111;
  border-radius: 10px;
  padding: 0 50px 50px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .inner {
    padding: 0 20px 50px;
  }
}
.sec-01 .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .title {
    margin-bottom: 20px;
  }
}
.sec-01 .fusen {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  transform: translateY(-25px);
  position: relative;
}
.sec-01 .txt-fusen {
  transform: translateY(-25px);
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .txt-fusen {
    font-size: 16px;
    transform: translateY(-15px);
  }
}
.sec-01 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  max-width: 900px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 834px) {
  .sec-01 .grid {
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .grid {
    grid-column-gap: 5px;
    margin: 0 -10px 50px;
  }
}
@media screen and (max-width: 834px) {
  .sec-01 .grid img {
    display: block;
    width: auto;
    height: 160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .grid img {
    height: 110px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .grid img {
    height: 100px;
  }
}
.sec-01 .col-1 {
  grid-area: 1/1/2/2;
}
.sec-01 .col-2 {
  grid-area: 1/2/2/3;
}
.sec-01 .col-3 {
  grid-area: 1/3/2/4;
}
.sec-01 .wrap-txts {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 200px;
  position: relative;
}
.sec-01 .wrap-txts .txt-1 {
  display: block;
  text-align: center;
  font-size: clamp(18px, 2.4vw, 24px);
  margin-bottom: 10px;
}
.sec-01 .wrap-txts .arrow {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .wrap-txts .arrow {
    max-width: 100px;
  }
}
.sec-01 .wrap-txts .txt-2 {
  display: block;
  text-align: center;
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 10px;
}
.sec-01 .wrap-txts .txt-3 {
  display: block;
  text-align: center;
  font-size: clamp(18px, 3vw, 30px);
}
.sec-01 .wrap-txts .txt-3 .pink {
  font-size: clamp(24px, 4vw, 40px);
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .wrap-txts .pink {
    display: block;
    margin-bottom: 10px;
  }
}
.sec-01 .bino-1 {
  display: block;
  max-width: 250px;
  position: absolute;
  top: 0px;
  left: -50px;
}
@media screen and (max-width: 1200px) {
  .sec-01 .bino-1 {
    left: 10px;
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .sec-01 .bino-1 {
    max-width: 150px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .bino-1 {
    max-width: 120px;
    top: -30px;
    left: 0px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .bino-1 {
    display: none;
  }
}
.sec-01 .bino-2 {
  display: block;
  max-width: 200px;
  position: absolute;
  bottom: 100px;
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .sec-01 .bino-2 {
    right: 10px;
    max-width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .sec-01 .bino-2 {
    max-width: 150px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .bino-2 {
    max-width: 120px;
    bottom: 120px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .bino-2 {
    max-width: 100px;
    bottom: 220px;
  }
}

.sec-02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 {
    margin-bottom: 50px;
  }
}
.sec-02 .wrap-title-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-title-area {
    margin-bottom: 30px;
  }
}
.sec-02 .wrap-accordion {
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #111;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}
.sec-02 .wrap-accordion.on {
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.sec-02 .wrap-accordion .title-acc {
  background-color: #efabb3;
  font-size: clamp(18px, 3vw, 30px);
  padding: 20px 30px;
  position: relative;
  letter-spacing: 2px;
  font-weight: normal;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .title-acc {
    font-weight: bold;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .title-acc {
    padding: 15px 40px 15px 20px;
  }
}
.sec-02 .wrap-accordion .title-acc .white {
  color: #fff;
  margin-right: 20px;
  min-width: 300px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .sec-02 .wrap-accordion .title-acc .white {
    min-width: auto;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .title-acc .white {
    display: block;
  }
}
.sec-02 .wrap-accordion .title-acc .txt {
  padding-left: 20px;
  border-left: solid 1px #111;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .title-acc .txt {
    padding-left: 0;
    border-left: none;
  }
}
.sec-02 .wrap-accordion .title-acc .arrow {
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  width: 40px;
  transform: rotate(180deg);
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion .title-acc .arrow {
    width: 30px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .title-acc .arrow {
    width: 20px;
    right: 10px;
  }
}
.sec-02 .wrap-accordion .title-acc.on .arrow {
  transform: rotate(0deg);
}
.sec-02 .wrap-accordion .title-acc.title-acc-02 {
  background-color: #8fd5de;
}
.sec-02 .wrap-accordion .title-acc.title-acc-03 {
  background-color: #c6aaed;
}
.sec-02 .wrap-accordion .title-acc.title-acc-04 {
  background-color: #f8bd77;
}
@media (hover: hover) {
  .sec-02 .wrap-accordion .title-acc:hover {
    padding: 20px 30px 20px 40px;
  }
}
.sec-02 .wrap-accordion .content {
  border-top: solid 1px #111;
  background-color: #fff;
  display: none;
}
.sec-02 .wrap-accordion .content .block {
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .block {
    padding: 40px 20px;
  }
}
.sec-02 .wrap-accordion .content .title-line {
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  text-align: center;
  font-size: clamp(18px, 3vw, 30px);
  padding: 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .title-line {
    gap: 0 10px;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 15px 0;
  }
}
.sec-02 .wrap-accordion .content .title-line .icon {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 50px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .title-line .icon {
    max-width: 40px;
    max-height: 30px;
  }
}
.sec-02 .wrap-accordion .content p {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.sec-02 .wrap-accordion .content .sample-flex {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: 30px auto 50px;
  max-width: 80%;
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion .content .sample-flex {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .sample-flex {
    max-width: 90%;
    gap: 0 10px;
  }
}
.sec-02 .wrap-accordion .content .sample-flex img {
  display: block;
  width: 50%;
  max-width: 260px;
}
.sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 {
  max-width: 900px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 {
    width: 130%;
  }
}
.sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 .col {
  width: 33.3333333333%;
}
.sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 .col .img {
  display: block;
  margin: 0 auto 10px;
  width: 80%;
}
.sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 .txt-1 {
  display: block;
  font-size: clamp(15px, 2vw, 20px);
  color: #3ebed0;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 .txt-1 {
    font-size: 16px;
  }
}
.sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 .txt-2 {
  display: block;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .sample-flex.sample-flex-02 .txt-2 {
    font-size: 12px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow {
  background-color: #fefaa9;
  padding: 20px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sec-02 .wrap-accordion .content .wrap-yellow {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow {
    gap: 20px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow .point {
  display: block;
  width: 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow .point {
    width: 70px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow p {
  font-weight: bold;
  text-align: left;
  font-size: clamp(18px, 3vw, 30px);
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow p {
    font-size: 16px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow p .txt-1 {
  display: block;
  font-weight: normal;
  font-size: clamp(18px, 2.4vw, 24px);
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow p .txt-1 {
    font-size: 14px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-01 {
  max-width: 1200px;
  display: block;
  padding: 0 20px 20px;
  margin-top: 70px;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-01 .txt-fusen {
  transform: translateY(-20px);
  margin-bottom: 0;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-01 p {
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-01 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-01 .bd-w {
    display: block;
    margin: 0 auto 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-01 .bd-w {
    font-size: 16px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-02 {
  display: block;
  padding: 0 20px 20px;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-02 .txt-fusen {
  transform: translateY(-20px);
  margin-bottom: 0;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-02 p {
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(transparent 70%, rgb(255, 255, 255) 0%);
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-02 p .point-2 {
  display: block;
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: -10px;
  left: -30px;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 {
  display: block;
  padding: 20px 50px 0;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 {
    padding: 30px 20px;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .title {
  border-bottom: dotted 5px #c6aaed;
  padding-bottom: 30px;
  margin-bottom: 10px;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .wrap {
  display: flex;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .wrap {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .txts {
  width: 60%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .txts {
    width: 100%;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .txts p {
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: normal;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .table {
  width: 40%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .table {
    width: 100%;
  }
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .table table {
  background-color: #ddd;
  border-spacing: 1px;
  width: 100%;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .table table th {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: normal;
}
.sec-02 .wrap-accordion .content .wrap-yellow.wrap-yellow-03 .table table td {
  padding: 10px;
  font-size: clamp(15px, 1.6vw, 16px);
  background-color: #fff;
  text-align: center;
}
.sec-02 .wrap-accordion .content .item-01 {
  border-radius: 10px;
  padding: 30px 0 0;
  margin: 50px auto 100px;
  overflow: hidden;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 {
    margin: 25px auto 50px;
  }
}
.sec-02 .wrap-accordion .content .bg-gray {
  border-radius: 10px 10px 0 0;
  margin-bottom: -20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .bg-gray {
    padding: 30px 10px;
  }
}
.sec-02 .wrap-accordion .content .bg-gray.bg-gray-2 {
  border-radius: 10px;
}
.sec-02 .wrap-accordion .content .item-title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e88691;
  color: #fff;
  font-weight: normal;
  font-size: clamp(18px, 2.4vw, 24px);
  margin: 0 auto;
  transform: translateY(-50px);
  border-radius: 100px;
  padding: 5px 40px 5px 60px;
  position: relative;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-title {
    padding: 5px 20px 5px 50px;
  }
}
.sec-02 .wrap-accordion .content .item-title .icon-num {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e88691;
  color: #e88691;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: normal;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-title .icon-num {
    width: 50px;
    height: 50px;
    top: -5px;
  }
}
.sec-02 .wrap-accordion .content .txt-check {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 10px;
  gap: 0 20px;
  letter-spacing: 1.5px;
  font-size: clamp(18px, 2.4vw, 24px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .txt-check {
    gap: 0 10px;
    padding: 10px;
  }
}
.sec-02 .wrap-accordion .content .txt-check.check-2 {
  margin-bottom: 30px;
}
.sec-02 .wrap-accordion .content .txt-check .icon-check {
  width: 20px;
}
.sec-02 .wrap-accordion .content .txt-check .txt-1 {
  display: block;
  min-width: 80px;
  text-align: left;
  font-size: clamp(15px, 2vw, 20px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .txt-check .txt-1 {
    min-width: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .txt-check .txt-2 {
    font-size: clamp(15px, 2vw, 20px);
    text-align: left;
  }
}
.sec-02 .wrap-accordion .content .txt-check .arrow {
  width: 8px;
}
.sec-02 .wrap-accordion .content .wrap-calc {
  max-width: 800px;
  margin: 0 auto 50px;
}
.sec-02 .wrap-accordion .content .wrap-calc .title-calc {
  border: solid 1px #111;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0 20px;
  align-items: center;
  text-align: left;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 1.5px;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-calc .title-calc {
    padding-left: 15px;
    gap: 0 10px;
  }
}
.sec-02 .wrap-accordion .content .wrap-calc .title-calc::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #efabb3;
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: 0.4s;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-calc .title-calc::before {
    right: 15px;
    width: 15px;
  }
}
.sec-02 .wrap-accordion .content .wrap-calc .title-calc::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #efabb3;
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: 0.4s;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-calc .title-calc::after {
    right: 15px;
    width: 15px;
  }
}
.sec-02 .wrap-accordion .content .wrap-calc .title-calc.on::before {
  transform: rotate(-180deg);
}
@media (hover: hover) {
  .sec-02 .wrap-accordion .content .wrap-calc .title-calc:hover {
    background-color: #fefaa9;
  }
}
.sec-02 .wrap-accordion .content .wrap-calc .title-calc .icon {
  display: block;
  width: 100%;
  max-width: 50px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-calc .title-calc .icon {
    max-width: 40px;
  }
}
.sec-02 .wrap-accordion .content .wrap-calc .cont {
  background-color: #fff;
  text-align: center;
  padding: 50px 20px 20px;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: bold;
  border: solid 1px #111;
  border-top: none;
  transform: translateY(-30px);
  display: none;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .wrap-calc .cont {
    padding: 40px 10px 20px;
    letter-spacing: 0;
  }
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow {
  background-color: #fefaa9;
  padding: 0 0 50px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow {
    padding: 0 20px 50px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow {
    padding: 0 20px 30px;
  }
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .txt-fusen {
  transform: translateY(-20px);
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow p {
  font-size: clamp(18px, 2.4vw, 24px);
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .in {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col {
  text-align: center;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col {
    padding: 0 10px;
  }
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col:nth-of-type(1) {
  border-right: solid 4px #fff;
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col .sample {
  display: block;
  margin: 0 auto 10px;
  max-width: 260px;
  width: 100%;
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col .img-txt {
  display: block;
  width: 100px;
  position: absolute;
  top: -20px;
  left: 10px;
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col .img-txt {
    width: 80px;
    left: 20px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col .img-txt {
    width: 60px;
    left: 0;
  }
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .samples .col .cap {
  letter-spacing: 1.5px;
  font-weight: normal;
  font-size: clamp(15px, 1.5vw, 18px);
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow .txt-pink {
  background-color: #fff;
  color: #e88691;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 5px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow .txt-pink {
    font-size: 16px;
  }
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow.bg-yellow-2 {
  padding-top: 50px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow.bg-yellow-2 {
    padding: 30px 20px;
  }
}
.sec-02 .wrap-accordion .content .item-01 .bg-yellow.bg-yellow-2 .samples .img-txt {
  top: -20px;
  left: inherit;
  right: 10px;
  transform: rotate(90deg);
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow.bg-yellow-2 .samples .img-txt {
    width: 80px;
    right: 20px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-01 .bg-yellow.bg-yellow-2 .samples .img-txt {
    width: 60px;
    right: 0;
  }
}
.sec-02 .wrap-accordion .content .item-01 .hr {
  height: 20px;
  background-color: #fff;
}
.sec-02 .wrap-accordion .content .item-02 .bg-w {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-02 .bg-w {
    padding: 20px 10px;
  }
}
.sec-02 .wrap-accordion .content .item-02 .bg-w p {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
}
.sec-02 .wrap-accordion .content .item-02 .bg-w .txt-1 {
  display: block;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.sec-02 .wrap-accordion .content .item-02 .txt-pink {
  color: #e88691;
  position: relative;
  font-size: clamp(15px, 2vw, 20px);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-02 .txt-pink {
    padding: 10px 20px;
  }
}
.sec-02 .wrap-accordion .content .item-02 .txt-pink::before {
  content: "";
  display: block;
  width: 7px;
  height: 50px;
  border-left: solid 1px #e88691;
  border-right: solid 1px #e88691;
  transform: rotate(-20deg);
}
.sec-02 .wrap-accordion .content .item-02 .txt-pink::after {
  content: "";
  display: block;
  width: 7px;
  height: 60px;
  border-left: solid 1px #e88691;
  border-right: solid 1px #e88691;
  transform: rotate(20deg);
}
.sec-02 .wrap-accordion .content .item-02 .samples {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  gap: 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-02 .samples {
    gap: 10px;
    margin: 30px 0 0;
  }
}
.sec-02 .wrap-accordion .content .item-02 .samples .col {
  text-align: center;
  position: relative;
}
.sec-02 .wrap-accordion .content .item-02 .samples .col .sample {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 260px;
}
.sec-02 .wrap-accordion .content .item-02 .samples .col .img-icon {
  display: block;
  width: 100px;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 900px) {
  .sec-02 .wrap-accordion .content .item-02 .samples .col .img-icon {
    width: 80px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-02 .samples .col .img-icon {
    width: 50px;
  }
}
.sec-02 .wrap-accordion .content .item-02 .samples .col .cap {
  letter-spacing: 1.5px;
  font-weight: normal;
  font-size: clamp(15px, 1.5vw, 18px);
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .content .item-02 .samples .col .cap {
    font-size: 10px;
  }
}
.sec-02 .wrap-accordion .wrap-fukidashi {
  max-width: 800px;
  margin: 50px auto 0;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .wrap-fukidashi {
    gap: 0;
    align-items: center;
    margin: 30px auto 0;
  }
}
.sec-02 .wrap-accordion .wrap-fukidashi .col-txts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 70%;
  align-items: flex-start;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .wrap-fukidashi .col-txts {
    gap: 10px;
  }
}
.sec-02 .wrap-accordion .wrap-fukidashi .col-txts img {
  width: auto;
  height: 40px;
  display: block;
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion .wrap-fukidashi .col-txts img {
    height: 34px;
  }
}
.sec-02 .wrap-accordion .wrap-fukidashi .col-img {
  width: 30%;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .wrap-fukidashi .col-img {
    height: auto;
  }
}
.sec-02 .wrap-accordion .wrap-fukidashi .col-img .pd-img {
  display: block;
  transform: translateY(-50px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion .wrap-fukidashi .col-img .pd-img {
    transform: translateY(0);
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-img {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-img {
    max-width: 100%;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-img img {
  display: block;
  width: 100%;
}
.sec-02 .wrap-accordion.point-02 .block-02 .samples {
  display: flex;
  gap: 50px;
  max-width: 80%;
  margin: 0 auto 30px;
  transform: translateY(-20px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .samples {
    gap: 10px;
    max-width: 100%;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-yellow-02 {
  padding: 30px 30px 50px;
  margin-bottom: 50px;
  max-width: 900px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-yellow-02 {
    padding: 20px;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-yellow-02 .fukidashi {
  width: auto;
  height: 50px;
  margin: 0 5px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-yellow-02 .fukidashi {
    height: 30px;
    margin: 5px;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd {
  display: flex;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd {
    flex-direction: column;
    gap: 20px;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-img {
  width: 350px;
  border: solid 1px #ddd;
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-img {
    width: 40%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-img {
    width: 100%;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
  height: 280px !important;
  margin: 0 auto;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 10px 0 0 0;
  border: solid 1px #ddd;
  text-align: center;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-arrow:hover {
  background-color: rgb(255, 255, 255);
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-prev {
  left: 10px;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-next {
  right: 10px;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .angle-left {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #3ebed0;
  border-left: solid 1px #3ebed0;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .angle-right {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #3ebed0;
  border-right: solid 1px #3ebed0;
  transform: rotate(45deg);
  margin: 0 auto;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #fff;
  border: solid 1px #3ebed0;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .slick-dots li.slick-active {
  background-color: #3ebed0;
  border: solid 1px #3ebed0;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt {
  width: calc(100% - 400px);
}
@media screen and (max-width: 834px) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt {
    width: 60%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt {
    width: 100%;
  }
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt h4 {
  text-align: left;
  font-size: clamp(18px, 2.4vw, 24px);
  margin-bottom: 10px;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt p {
  font-size: clamp(15px, 1.6vw, 16px);
  text-align: left;
  margin-bottom: 30px;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt .bt {
  background-color: #3ebed0;
  border-radius: 100px;
  padding: 14px 40px;
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  border: solid 3px #fff;
  margin: 0;
  text-align: left;
  font-size: clamp(15px, 1.6vw, 16px);
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt .bt .bt-arrow {
  background-color: #fff;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 12px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-02 .wrap-accordion.point-02 .block-02 .wrap-pd .col-txt .bt .bt-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #3ebed0;
  border-right: solid 1px #3ebed0;
  transform: rotate(45deg);
}
.sec-02 .wrap-accordion.point-03 .wrap-img {
  max-width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-03 .wrap-img {
    max-width: 100%;
  }
}
.sec-02 .wrap-accordion.point-03 .wrap-img img {
  display: block;
  width: 100%;
}
.sec-02 .wrap-accordion.point-04 p {
  font-size: clamp(15px, 1.6vw, 16px);
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-04 p {
    text-align: left;
  }
}
.sec-02 .wrap-accordion.point-04 .wrap-flex-3 {
  display: flex;
  gap: 20px 40px;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-04 .wrap-flex-3 {
    gap: 20px;
    align-items: flex-start;
    width: 130%;
  }
}
.sec-02 .wrap-accordion.point-04 .wrap-flex-3 img {
  display: block;
}
.sec-02 .wrap-accordion.point-04 .pd-name {
  font-size: clamp(15px, 1.6vw, 16px);
  border: solid 1px #111;
  border-radius: 100px;
  padding: 5px 10px;
  text-align: center;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-02 .wrap-accordion.point-04 .pd-name {
    font-size: 12px;
  }
}

.sec-03 {
  background-color: #fefaa9;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .sec-03 {
    padding: 50px 20px;
  }
}
.sec-03 .txt-fusen {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-03 .txt-fusen .bino {
    max-width: 40px;
  }
}
.sec-03 .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}
@media screen and (max-width: 834px) {
  .sec-03 .title {
    margin-bottom: 50px;
  }
}
.sec-03 .title .bino1 {
  position: absolute;
  width: 100%;
  max-width: 200px;
  top: -70px;
  left: -300px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .title .bino1 {
    left: -200px;
    max-width: 150px;
  }
}
@media screen and (max-width: 834px) {
  .sec-03 .title .bino1 {
    left: -150px;
    top: -100px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .title .bino1 {
    width: 100px;
    left: -100px;
    top: -120px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-03 .title .bino1 {
    left: -80px;
    top: -150px;
  }
}
.sec-03 .title .bino2 {
  position: absolute;
  width: 100%;
  max-width: 200px;
  top: -70px;
  right: -300px;
}
@media screen and (max-width: 1024px) {
  .sec-03 .title .bino2 {
    right: -200px;
    max-width: 150px;
  }
}
@media screen and (max-width: 834px) {
  .sec-03 .title .bino2 {
    right: -150px;
    top: -100px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .title .bino2 {
    width: 100px;
    right: -100px;
    top: -120px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-03 .title .bino2 {
    right: -80px;
    top: -150px;
  }
}
.sec-03 .wrap-flex-3 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .wrap-flex-3 {
    width: 200%;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.sec-03 .wrap-flex-3 .col {
  width: 33.3333333333%;
}
.sec-03 .wrap-flex-3 .list-check {
  list-style: none;
  padding: 10px 30px 0px;
  border: solid 2px #e88691;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .sec-03 .wrap-flex-3 .list-check {
    padding: 10px;
    min-height: 160px;
  }
}
.sec-03 .wrap-flex-3 .list-check::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 0px;
  border-radius: 10px 0 0 10px;
}
.sec-03 .wrap-flex-3 .list-check::after {
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  right: -2px;
  border-radius: 0 0 10px 10px;
}
.sec-03 .wrap-flex-3 .list-check.check-02 {
  border: solid 2px #c6aaed;
}
.sec-03 .wrap-flex-3 .list-check.check-03 {
  border: solid 2px #f8bd77;
}
.sec-03 .wrap-flex-3 .list-check li {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: clamp(15px, 1.5vw, 18px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .wrap-flex-3 .list-check li {
    font-size: 13px;
  }
}
.sec-03 .wrap-flex-3 .list-check .icon-check {
  display: block;
  width: 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .wrap-flex-3 .list-check .icon-check {
    width: 14px;
  }
}
.sec-03 .wrap-flex-3 .arrow {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .wrap-flex-3 .arrow {
    max-width: 60%;
  }
}
.sec-03 .line {
  display: block;
}
.sec-03 .line-top {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.sec-03 .line-top .line-top-01 {
  width: 40%;
  height: 100%;
  background-color: #efabb3;
}
.sec-03 .line-top .line-top-02 {
  width: 40%;
  height: 100%;
  background-color: #f8bd77;
}
.sec-03 .line-top .line-top-03 {
  width: 20%;
  height: 100%;
  background-color: #c6aaed;
}
.sec-03 .line-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}
.sec-03 .line-left .line-top-01 {
  width: 100%;
  height: 60%;
  background-color: #efabb3;
}
.sec-03 .line-left .line-top-02 {
  width: 100%;
  height: 40%;
  background-color: #c6aaed;
}
.sec-03 .line-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}
.sec-03 .line-right .line-top-01 {
  width: 100%;
  height: 70%;
  background-color: #c6aaed;
}
.sec-03 .line-right .line-top-02 {
  width: 100%;
  height: 30%;
  background-color: #efabb3;
}
.sec-03 .line-bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.sec-03 .line-bottom .line-top-01 {
  width: 20%;
  height: 100%;
  background-color: #c6aaed;
}
.sec-03 .line-bottom .line-top-02 {
  width: 60%;
  height: 100%;
  background-color: #8fd5de;
}
.sec-03 .line-bottom .line-top-03 {
  width: 30%;
  height: 100%;
  background-color: #efabb3;
}

.sec-04 {
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .sec-04 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 {
    padding: 40px 0;
  }
}
.sec-04 .title-osusume {
  display: block;
  margin: 0 auto 50px;
  max-width: 740px;
}
@media screen and (max-width: 834px) {
  .sec-04 .title-osusume {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-04 .title-osusume {
    max-width: 100%;
  }
}
.sec-04 .wrap-type {
  background-color: #fcf7f7;
  border: solid 1px #333;
  padding: 50px 80px;
  min-height: 500px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 100px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .sec-04 .wrap-type {
    padding: 50px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type {
    padding: 50px 20px;
  }
}
.sec-04 .wrap-type .icon-alphabet {
  position: absolute;
  top: -20px;
  left: 5%;
  display: block;
  width: 100%;
  max-width: 80px;
}
@media screen and (max-width: 1024px) {
  .sec-04 .wrap-type .icon-alphabet {
    max-width: 50px;
  }
}
.sec-04 .wrap-type .title {
  color: #e88691;
  border-bottom: dotted 4px #e88691;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.sec-04 .wrap-type .pd-name {
  font-size: clamp(18px, 3vw, 30px);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .pd-name {
    flex-direction: column;
  }
}
.sec-04 .wrap-type .pd-name .size {
  display: block;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 100px;
  font-size: clamp(15px, 1.6vw, 16px);
  padding: 0 10px;
}
.sec-04 .wrap-type .wrap-slide {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.sec-04 .wrap-type .wrap-slide .slick-slide {
  position: relative;
}
.sec-04 .wrap-type .wrap-slide .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
  height: 400px !important;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .wrap-slide .slick-slide img {
    height: 300px !important;
  }
}
.sec-04 .wrap-type .wrap-slide .slick-slide .cap {
  font-size: clamp(15px, 1.6vw, 16px);
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
.sec-04 .wrap-type .wrap-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 10px 0 0 0;
  border: solid 1px #ddd;
  text-align: center;
}
.sec-04 .wrap-type .wrap-slide .slick-arrow:hover {
  background-color: rgb(255, 255, 255);
}
.sec-04 .wrap-type .wrap-slide .slick-prev {
  left: 10px;
}
.sec-04 .wrap-type .wrap-slide .slick-next {
  right: 10px;
}
.sec-04 .wrap-type .wrap-slide .angle-left {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #e88691;
  border-left: solid 1px #e88691;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.sec-04 .wrap-type .wrap-slide .angle-right {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #e88691;
  border-right: solid 1px #e88691;
  transform: rotate(45deg);
  margin: 0 auto;
}
.sec-04 .wrap-type .wrap-slide .slick-dots li {
  border: solid 1px #e88691;
}
.sec-04 .wrap-type .wrap-slide .slick-dots li.slick-active {
  background-color: #e88691;
  border: solid 1px #e88691;
}
.sec-04 .wrap-type .grid-type-01 {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: calc(50% - 25px) calc(50% - 25px) 50px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .grid-type-01 {
    grid-template-columns: 50%;
    grid-template-rows: auto auto auto 50px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .grid-type-01 {
    width: 100%;
    margin-bottom: 30px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto 50px;
  }
}
.sec-04 .wrap-type .grid-type-01.grid-type-02 {
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .grid-type-01.grid-type-02 {
    grid-template-rows: repeat(4, auto);
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .grid-type-01.grid-type-02 {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto 50px;
  }
}
.sec-04 .wrap-type .grid-type-01.grid-type-02 .div6 {
  grid-area: 3/2/4/3;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .grid-type-01.grid-type-02 .div6 {
    grid-area: 4/1/5/2;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .grid-type-01.grid-type-02 .div6 {
    grid-area: 6/1/7/2;
  }
}
.sec-04 .wrap-type .grid-type-01.grid-type-02 .div7 {
  grid-area: 3/3/4/4;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .grid-type-01.grid-type-02 .div7 {
    grid-area: 4/2/5/3;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .grid-type-01.grid-type-02 .div7 {
    grid-area: 7/1/8/2;
  }
}
.sec-04 .wrap-type .grid-type-01 div {
  position: relative;
}
.sec-04 .wrap-type .grid-type-01 .wrap-txt {
  padding: 10px;
}
.sec-04 .wrap-type .grid-type-01 .wrap-txt .txt-1 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
  font-size: clamp(15px, 1.6vw, 16px);
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .grid-type-01 .wrap-txt .txt-1 {
    font-weight: bold;
  }
}
.sec-04 .wrap-type .grid-type-01 .wrap-txt .txt-2 {
  display: block;
  text-align: center;
  font-size: clamp(14px, 1vw, 14px);
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .ft-img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 200px;
  }
}
.sec-04 .wrap-type .div1 {
  grid-area: 1/1/4/2;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 40px 20px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div1 {
    grid-area: 1/1/2/3;
    display: flex;
    gap: 20px;
    padding: 50px 20px 20px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div1 {
    flex-direction: column;
    grid-area: 1/1/2/2;
  }
}
.sec-04 .wrap-type .div1 .txt-point {
  background-color: #e88691;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 200px;
  border-radius: 0 0 6px 6px;
  padding: 0;
  font-size: clamp(18px, 2.4vw, 24px);
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div1 .txt-point {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-04 .wrap-type .div1 ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div1 ul {
    margin: 0 0 0 10px;
  }
}
.sec-04 .wrap-type .div1 ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-weight: 400;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div1 ul li {
    font-size: 13px;
  }
}
.sec-04 .wrap-type .div1 .wrap-graph img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-04 .wrap-type .div2 {
  grid-area: 1/2/2/3;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div2 {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div2 {
    grid-area: 2/1/3/2;
  }
}
.sec-04 .wrap-type .div3 {
  grid-area: 1/3/2/4;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div3 {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div3 {
    grid-area: 3/1/4/2;
  }
}
.sec-04 .wrap-type .div4 {
  grid-area: 2/2/3/3;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div4 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div4 {
    grid-area: 4/1/5/2;
  }
}
.sec-04 .wrap-type .div5 {
  grid-area: 2/3/3/4;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div5 {
    grid-area: 3/2/4/3;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div5 {
    grid-area: 5/1/6/2;
  }
}
.sec-04 .wrap-type .div6 {
  grid-area: 3/2/4/4;
  padding-top: 10px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .div6 {
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .div6 {
    grid-area: 6/1/7/2;
  }
}
.sec-04 .wrap-type .div6 .link-arrow {
  font-size: clamp(14px, 1vw, 14px);
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0 0 0 auto;
}
.sec-04 .wrap-type.type-b {
  background-color: #f5f2fa;
}
.sec-04 .wrap-type.type-b .title {
  color: #c6aaed;
  border-bottom: dotted 4px #c6aaed;
}
.sec-04 .wrap-type.type-b .txt-point {
  background-color: #c6aaed;
}
.sec-04 .wrap-type.type-b .bt-shop, .sec-04 .wrap-type.type-b .bt-pd {
  background-color: #c6aaed;
}
.sec-04 .wrap-type.type-b .bt-shop .bt-arrow::after, .sec-04 .wrap-type.type-b .bt-pd .bt-arrow::after {
  border-color: #c6aaed;
}
.sec-04 .wrap-type.type-c {
  background-color: #faf3ef;
}
.sec-04 .wrap-type.type-c .title {
  color: #f1a144;
  border-bottom: dotted 4px #f1a144;
}
.sec-04 .wrap-type.type-c .txt-point {
  background-color: #f1a144;
}
.sec-04 .wrap-type.type-c .bt-shop, .sec-04 .wrap-type.type-c .bt-pd {
  background-color: #f1a144;
}
.sec-04 .wrap-type.type-c .bt-shop .bt-arrow::after, .sec-04 .wrap-type.type-c .bt-pd .bt-arrow::after {
  border-color: #f1a144;
}
.sec-04 .wrap-type.type-c .wrap-ft {
  background-color: #fff;
  padding: 0 50px 30px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type.type-c .wrap-ft {
    margin-top: 50px;
    padding: 0 20px 20px;
  }
}
.sec-04 .wrap-type.type-c .wrap-ft .txt-fusen {
  transform: translateY(-20px);
  font-weight: bold;
}
.sec-04 .wrap-type.type-c .wrap-ft .wrap-flex-2 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type.type-c .wrap-ft .wrap-flex-2 {
    flex-direction: column;
    gap: 40px 30px;
  }
}
.sec-04 .wrap-type.type-c .wrap-ft .wrap-flex-2 p {
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type.type-c .wrap-ft .wrap-flex-2 p {
    font-size: 13px;
  }
}
.sec-04 .wrap-type .wrap-vc-lineup {
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .wrap-vc-lineup {
    padding: 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-04 .wrap-type .wrap-vc-lineup .title {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.sec-04 .wrap-type .wrap-flex-2a {
  display: flex;
  gap: 1px;
  background-color: #fff;
  transition: 0.6s 0.4s;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .wrap-flex-2a {
    flex-direction: column;
    gap: 30px 0;
    background-color: #fff !important;
  }
}
.sec-04 .wrap-type .wrap-flex-2a.on {
  background-color: #ddd;
}
.sec-04 .wrap-type .wrap-flex-2a .col {
  width: 50%;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .wrap-flex-2a .col {
    width: 100%;
  }
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide {
  border: solid 1px #ddd;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide {
    padding: 0;
    overflow: hidden;
  }
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto !important;
  height: 300px !important;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-slide img {
    height: auto !important;
  }
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 10px 0 0 0;
  border: solid 1px #ddd;
  text-align: center;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-arrow:hover {
  background-color: rgb(255, 255, 255);
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-prev {
  left: 10px;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-next {
  right: 10px;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .angle-left {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #f8bd77;
  border-left: solid 1px #f8bd77;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .angle-right {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #f8bd77;
  border-right: solid 1px #f8bd77;
  transform: rotate(45deg);
  margin: 0 auto;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-dots li {
  border: solid 1px #f8bd77;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-slide .slick-dots li.slick-active {
  background-color: #f8bd77;
  border: solid 1px #f8bd77;
}
.sec-04 .wrap-type .wrap-flex-2a .col .pd-name {
  border: solid 1px #333;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: clamp(15px, 1.6vw, 16px);
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.sec-04 .wrap-type .wrap-flex-2a .col .txt-1 {
  display: block;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: bold;
  margin-bottom: 10px;
  color: #f1a144;
  letter-spacing: 1px;
}
.sec-04 .wrap-type .wrap-flex-2a .col p {
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1.6;
  margin-bottom: 30px;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-graph {
  margin-bottom: 30px;
}
.sec-04 .wrap-type .wrap-flex-2a .col .wrap-graph img {
  width: 100%;
  display: block;
}

.sec-05 {
  background-image: repeating-linear-gradient(-60deg, #f1f1f1 0px, #f1f1f1 20px, #f7f7f7 20px, #f7f7f7 35px);
  background-repeat: repeat;
  border-top: solid 8px #efabb3;
  padding: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 {
    padding: 50px 0;
  }
}
.sec-05 .title-qa {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-05 .title-qa img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.sec-05 .title-qa .txt {
  color: #666;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 400;
  display: block;
  margin: 0 auto;
}
.sec-05 .wrap-qa {
  margin: 0 auto 30px;
  border: solid 1px #111;
  border-radius: 10px;
  overflow: hidden;
}
.sec-05 .wrap-qa .q {
  background-color: #efabb3;
  color: #fff;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 500;
  padding: 20px 20px 20px 80px;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-qa .q {
    padding: 20px 50px 20px 80px;
    font-size: 16px;
  }
}
.sec-05 .wrap-qa .q::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../images/special/oshikatsu/q.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-05 .wrap-qa .q.on .plus::before {
  transform: rotate(-180deg);
}
.sec-05 .wrap-qa .q .plus::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: 0.4s;
}
.sec-05 .wrap-qa .q .plus::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: 0.4s;
}
.sec-05 .wrap-qa .a {
  background-color: #fff;
  position: relative;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 400;
  border-top: solid 1px #111;
  padding: 20px 20px 20px 80px;
  line-height: 1.6;
  display: none;
}
.sec-05 .wrap-qa .a::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38px;
  height: 38px;
  background-image: url(../images/special/oshikatsu/a.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-06 {
  background-color: transparent;
  padding: 80px 30px;
  background-image: url(../images/special/oshikatsu/bg-border.gif);
  background-repeat: repeat;
  background-size: 50px 50px;
}
.sec-06 .title {
  margin-bottom: 30px;
  position: relative;
}
.sec-06 .title .txt {
  position: relative;
  z-index: 2;
}
.sec-06 .title br {
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .title br {
    display: block;
  }
}
.sec-06 .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.8) 0%);
  bottom: 0;
  left: 0;
  transition: 0.6s 0.4s;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .title::after {
    display: none;
  }
}
.sec-06 .title.on::after {
  width: 100%;
}
.sec-06 .catch {
  text-align: center;
  margin-bottom: 50px;
}
.sec-06 .catch p {
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 1px;
  line-height: 1.8;
}
.sec-06 .wrap-binos {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .wrap-binos {
    gap: 30px 0;
    width: 170%;
    justify-content: flex-start;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .wrap-binos .col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .sec-06 .wrap-binos .wrap-img {
    height: 200px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .wrap-binos .wrap-img {
    height: 150px;
  }
}
.sec-06 .wrap-binos .wrap-img img {
  display: block;
  width: auto;
  height: 280px;
}
@media screen and (max-width: 1024px) {
  .sec-06 .wrap-binos .wrap-img img {
    height: auto;
  }
}
.sec-06 .wrap-binos .txt-1 {
  display: flex;
  gap: 0 15px;
  margin: 0 auto 20px;
  justify-content: center;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: bold;
  text-align: center;
}
.sec-06 .wrap-binos .txt-1::before {
  content: "";
  height: 22px;
  width: 5px;
  border-left: solid 1px #e88691;
  border-right: solid 1px #e88691;
  transform: rotate(-20deg);
  display: block;
}
.sec-06 .wrap-binos .txt-1::after {
  content: "";
  height: 22px;
  width: 5px;
  border-left: solid 1px #e88691;
  border-right: solid 1px #e88691;
  transform: rotate(20deg);
  display: block;
}
.sec-06 .wrap-binos .txt-1.txt-2::before {
  border-left: solid 1px #c6aaed;
  border-right: solid 1px #c6aaed;
}
.sec-06 .wrap-binos .txt-1.txt-2::after {
  border-left: solid 1px #c6aaed;
  border-right: solid 1px #c6aaed;
}
.sec-06 .wrap-binos .txt-1.txt-3::before {
  border-left: solid 1px #f1a144;
  border-right: solid 1px #f1a144;
}
.sec-06 .wrap-binos .txt-1.txt-3::after {
  border-left: solid 1px #f1a144;
  border-right: solid 1px #f1a144;
}
.sec-06 .wrap-binos a.bt-name {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #111;
  border-radius: 100px;
  text-align: center;
  font-size: clamp(15px, 1.6vw, 16px);
  padding: 5px 20px;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .sec-06 .wrap-binos a.bt-name {
    min-width: auto;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .wrap-binos a.bt-name {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .sec-06 .wrap-binos a.bt-name:hover {
    background-color: #111;
    color: #fff;
  }
}

section,
#sec-fmenu,
footer {
  position: relative;
  z-index: 2;
}

.deco {
  display: block;
  position: fixed;
  width: 12%;
}
@media screen and (max-width: 900px) {
  .deco {
    max-width: 15%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .deco {
    display: none;
  }
}
.deco.deco-square {
  top: 30%;
  right: 6%;
  z-index: 1;
  animation: deco-square 15s linear infinite;
}
@media screen and (max-width: 1500px) {
  .deco {
    right: 3%;
  }
}
.deco.deco-triangle {
  top: 20%;
  left: 6%;
  z-index: 1;
  animation: deco-square 8s linear infinite;
  width: 14%;
}
@media screen and (max-width: 1500px) {
  .deco.deco-triangle {
    left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .deco.deco-triangle {
    max-width: 16%;
  }
}
.deco.deco-circle {
  top: 80%;
  left: 6%;
  z-index: 1;
  animation: deco-square 6s linear reverse infinite;
  width: 8%;
}
@media screen and (max-width: 1500px) {
  .deco.deco-circle {
    left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .deco.deco-circle {
    max-width: 10%;
  }
}

@keyframes deco-square {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .delay1,
  .delay2,
  .delay3 {
    transition-delay: 0;
  }
}

.wrap-sns-icons {
  position: relative;
  z-index: 2;
  padding: 50px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.wrap-sns-icons a {
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wrap-sns-icons a img {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}/*# sourceMappingURL=oshikatsu.css.map */