:root {
  --pinkbasic: #e8037d;
  --pink: #ff44a8;
  --lightpink: #ffbee1;
  --lightpinkplus: #ffe7f4;
  --orangebasic: #ff6800;
}

html {
  visibility: hidden;
  scroll-behavior: smooth;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

/**************************************************** contents START **/
#container {
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.inr {
  position: relative;
  max-width: 90vw;
  margin: 0 auto;
}

.inr_conts {
  position: relative;
  max-width: 90vw;
  margin: 0 auto;
}

.container_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/container_bg_sp.webp") no-repeat top left/cover;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 1051px) {
  .inr {
    max-width: 1280px;
  }
  .inr_conts {
    max-width: 900px;
  }
  .container_bg {
    background: url("../img/container_bg.webp") no-repeat top left/cover;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/**************** main ********/
.main {
  position: relative;
  overflow: hidden;
  background: hsl(198, 100%, 78%);
  z-index: 2;
  background: linear-gradient(0deg, hsl(198, 100%, 78%) 40%, hsl(227, 90%, 42%) 95%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11vw), 0 100%);
}
.main .inr {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.main h1 {
  padding: 20vw 0 0 3vw;
  position: relative;
  z-index: 5;
}
.main h1 img {
  width: 68vw;
}
.main .icon {
  left: 2vw;
  width: 50vw;
  position: absolute;
  top: 0;
}
.main .icon img {
  filter: drop-shadow(0px 0px 3vw rgb(250, 159, 169));
}
.main .illust,
.main .star {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main .illust {
  right: 0vw;
  width: 58vw;
  height: 76vw;
  background: url("../img/main_illust_sp.webp") no-repeat right top/contain;
}
.main .star {
  left: 0;
  width: 100%;
  height: 62vw;
  background: url("../img/main_star_sp.svg") no-repeat right top/cover;
}
.main .bnrbox {
  z-index: 4;
  /* height: 54vw; */
  width: 100%;
  /* height: 320px; */
  padding-bottom: 20px;
  margin-top: -13vw;
  position: relative;
}
.main .bnrbox .inr {
  display: block;
  z-index: 1;
  padding: 12vw 0 10vw 0;
}
.main .bnrbox .inr picture {
  width: 100%;
}
.main .bnrbox .inr .mds {
  display: block;
  width: 88%;
  margin: 0 auto;
}
.main .bnrbgouter {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .bnrbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 11vw, 100% 0, 100% calc(100% - 11vw), 0 100%);
  background: url("../img/mds_bg_sp.jpg") no-repeat left top/cover;
}

@media screen and (min-width: 1051px) {
  .main {
    clip-path: none;
  }
  .main .inr {
    max-width: 1280px;
  }
  .main > .inr::before, .main > .inr::after {
    opacity: 0;
    position: absolute;
    content: "";
    animation: footin forwards 1s ease 0.4s;
  }
  .main > .inr::before {
    top: 150px;
    right: -150px;
    width: 90px;
    height: 215px;
    background: url("../img/main_star_bg1.svg") no-repeat top left;
  }
  .main > .inr::after {
    top: 120px;
    left: -120px;
    width: 120px;
    height: 135px;
    background: url("../img/main_star_bg2.svg") no-repeat top left;
  }
  .main h1 {
    padding: 67px 0 0 47px;
  }
  .main h1 img {
    width: 689px;
  }
  .main .icon {
    left: calc(50% - 181px);
  }
  .main .icon img {
    filter: drop-shadow(0px 0px 30px rgb(250, 159, 169));
  }
  .main .illust {
    z-index: 5;
    right: -26px;
    width: 660px;
    height: 800px;
    background: url("../img/main_illust.webp") no-repeat right top/cover;
  }
  .main .star {
    width: 100%;
    height: 462px;
    background: url("../img/main_star.svg") no-repeat right top/cover;
  }
  .main .bnrbox {
    margin-top: -100px;
  }
  .main .bnrbox .inr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 40px;
    padding: 110px 0 10px 80px;
  }
  .main .bnrbox .inr a {
    transition: filter 0.3s;
    filter: drop-shadow(0px 4px 16px rgba(255, 255, 255, 0.83));
  }
  .main .bnrbox .inr picture {
    width: unset;
  }
  .main .bnrbox .inr .mds {
    width: unset;
    margin: unset;
  }
  .main .bnrbg {
    clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 100%);
    background: url("../img/mds_bg.jpg") no-repeat center center/cover;
  }
}
@media (hover) {
  .main .bnrbox .inr a:hover {
    filter: drop-shadow(0px 4px 16px rgba(255, 255, 255, 0));
  }
}
/**************** main END ********/
/**************** sec common ********/
.sec {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -14vw;
  padding: 20vw 0 7vw 0;
  clip-path: polygon(0 14vw, 100% 0, 100% calc(100% - 14vw), 0 100%);
}

.sec h2 {
  margin-bottom: 7vw;
  text-align: center;
}

.sec h2 img {
  display: block;
  margin: 0 auto;
  width: 60vw;
  width: auto;
  height: 12vw;
}

.sec img {
  max-width: 100%;
}

@media screen and (min-width: 1051px) {
  .sec {
    margin-top: -90px;
    padding: 120px 0 90px 0;
    clip-path: polygon(0 90px, 100% 0, 100% calc(100% - 90px), 0 100%);
  }
  .sec h2 {
    margin-bottom: 50px;
  }
  .sec h2 img {
    height: 68px;
  }
}
/**************** sec common ********/
/**************** sec1 ********/
.sec1 {
  background: url("../img/bg_stripe.png") repeat center top, #ffdfec;
  background-size: 40px;
  margin-top: -180px;
}
.sec1 .inr_conts {
  position: relative;
  text-align: center;
}
.sec1 .inr_conts h3 {
  display: inline-block;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5vw;
  font-size: 5.5vw;
}
.sec1 .inr_conts h3 > span {
  display: inline-block;
  background-image: linear-gradient(to right, #333333, #333333 3px, transparent 3px);
  background-position: left bottom;
  padding-bottom: 7px;
  background-size: 8px 3px;
  background-repeat: repeat-x;
}
.sec1 .inr_conts h3 > span span:first-child {
  color: #3b89d1;
}
.sec1 .inr_conts h3 > span span:nth-of-type(2) {
  color: #f00784;
}
.sec1 .inr_conts h4 {
  margin: 10vw 0 0;
  font-size: 4vw;
  text-align: left;
  color: #278eee;
  line-height: 200%;
}
.sec1 .inr_conts h4 br {
  display: none;
}
.sec1 .inr_conts .tab02 h4 {
  margin: 5vw 0 0;
}

@media screen and (min-width: 1051px) {
  .sec1 {
    background-size: 80px;
  }
  .sec1 .inr_conts h3 {
    margin-bottom: 10px;
    font-size: 45px;
  }
  .sec1 .inr_conts h3 > span {
    padding-bottom: 10px;
  }
  .sec1 .inr_conts h4 {
    margin: 40px 0 60px;
    font-size: 24px;
    text-align: center;
  }
  .sec1 .inr_conts h4 br {
    display: block;
  }
  .sec1 .inr_conts .tab02 h4 {
    margin: 0;
  }
}
.sec1 .inr_conts h4 .marker {
  display: inline;
  position: relative;
  padding: 0 6px 6px;
  background-image: linear-gradient(90deg, #fff3f8, #fff3f8);
  background-position: bottom left;
  background-size: 0 45%;
  background-repeat: no-repeat;
}

.sec1 .inr_conts h4.pt2 {
  color: #e8037d;
  font-size: 29px;
}

.sec1 .inr_conts p {
  font-size: 18px;
  line-height: 200%;
  text-align: left;
}

.sec1 .inr_conts img.poster {
  display: block;
  width: 600px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 30px #ffffff);
  will-change: filter, opacity;
}

.sec1 .more {
  display: none;
}

@media screen and (max-width: 1050px) {
  .sec1 {
    padding-bottom: 0;
  }
  .sec1 .inr_conts h4 br {
    display: none;
  }
  .sec1 .inr_conts h4 .marker {
    padding: 0 6px 6px;
  }
  .sec1 .inr_conts h4.pt2 {
    font-size: 4vw;
    line-height: 170%;
    position: relative;
    z-index: 2;
  }
  .sec1 .inr_conts p {
    width: 70vw;
    margin: 0 auto;
    font-size: 3.5vw;
    line-height: 170%;
  }
  .sec1 .inr_conts p span.hidden {
    display: none;
  }
  .sec1 .inr_conts p span.more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1em;
    padding: 2vw 0;
    background: var(--lightpinkplus);
    text-align: center;
  }
  .sec1 .inr_conts p span.more.open {
    margin-top: 0;
  }
  .sec1 .inr_conts p span.more .cross {
    position: relative;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 10px;
  }
  .sec1 .inr_conts p span.more .cross img {
    display: block;
  }
  .sec1 .inr_conts img.poster {
    margin-top: 5vw;
    width: 50vw;
    position: relative;
    shape-outside: url(../img/sec1_poster_manga.png);
    float: right;
    right: -5vw;
    bottom: 0;
    height: 55vw;
    object-fit: cover;
    object-position: top;
    filter: drop-shadow(0px 0px 3vw #ffffff);
  }
  .sec1 .tab01 .poster {
    margin-bottom: -10vw;
  }
  .sec1 .inr_conts .tab02 img.poster {
    right: unset;
    float: left;
    width: 72vw;
    height: auto;
    margin-left: -16vw;
    margin-top: 10vw;
    bottom: 0;
    shape-margin: 10px;
    shape-outside: url(../img/sec1_poster_drama.png);
  }
}
@media screen and (min-width: 1051px) {
  .sec1 {
    clip-path: polygon(0 90px, 100% 0, 100% calc(100% - 90px), 0 100%);
    padding-bottom: 0 !important;
  }
  .sec1 .tab-content {
    margin: 0 -100px;
  }
  .sec1 .inr_conts img.poster {
    object-fit: cover;
    object-position: top;
    height: 650px;
  }
  .sec1 .tab01 {
    position: relative;
    padding-bottom: 120px;
  }
  .sec1 .tab01 p {
    width: 50%;
  }
  .sec1 .tab01 h4 {
    width: 50%;
    text-align: left;
  }
  .sec1 .tab01 .poster {
    position: absolute;
    top: 3em;
    left: 55%;
    width: 610px;
    height: auto !important;
  }
  .sec1 .tab02 {
    padding-bottom: 280px;
  }
  .sec1 .tab02 .poster {
    margin-top: 20px !important;
    position: absolute;
    margin-left: -20% !important;
    width: 80% !important;
    height: 450px !important;
  }
  .sec1 .tab02 h4 {
    text-align: left !important;
    padding-left: 45%;
  }
  .sec1 .tab02 .marker {
    text-align: left !important;
  }
}
/**************** sec1 END ********/
/**************** sec2 ********/
.sec2 {
  background: url(../img/bg_blue_gradient_sp.jpg);
  background-size: cover;
}

.sec2 .coma {
  position: absolute;
  width: 161px;
  height: 312px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  will-change: transform;
}

.sec2 .coma.left {
  left: 0;
}

.sec2 .coma.right {
  right: 0;
}

.sec2 .coma.left1 {
  top: 150px;
  background: url("../img/sec2_coma_left1.png") no-repeat top right/cover;
}

.sec2 .coma.left2 {
  top: 567px;
  background: url("../img/sec2_coma_left2.png") no-repeat top right/cover;
}

.sec2 .coma.left3 {
  top: 1000px;
  background: url("../img/sec2_coma_left3.png") no-repeat top right/cover;
}

.sec2 .coma.left4 {
  top: 1410px;
  background: url("../img/sec2_coma_left4.png") no-repeat top right/cover;
}

.sec2 .coma.right1 {
  top: 0;
  background: url("../img/sec2_coma_right1.png") no-repeat top right/cover;
}

.sec2 .coma.right2 {
  top: 417px;
  background: url("../img/sec2_coma_right2.png") no-repeat top right/cover;
}

.sec2 .coma.right3 {
  top: 850px;
  background: url("../img/sec2_coma_right3.png") no-repeat top right/cover;
}

.sec2 .coma.right4 {
  top: 1260px;
  background: url("../img/sec2_coma_right4.png") no-repeat top right/cover;
}

.sec2 .box,
.sec4 .box {
  position: relative;
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(114, 114, 114, 0.2);
  background: url("../img/sec2_bg.svg") repeat center top, #ffdfec;
}

.sec2 .box picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sec2 .box.pt2,
.sec4 .box.pt2 {
  background: url("../img/sec2_bg2.svg") repeat center top, #cde7ff;
}

.sec2 .box::before,
.sec4 .box::before {
  position: absolute;
  top: -100px;
  right: -60px;
  width: 147px;
  aspect-ratio: 148/196;
  background: url("../img/sec2_star1.svg") no-repeat right top/cover;
  filter: drop-shadow(0 0 12px white);
  content: "";
}

.sec2 .box.pt2::before,
.sec4 .box.pt2::before {
  display: none;
}

.sec2 .box .imgbox {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec2 .box .imgbox picture {
  height: 50px;
  display: block;
}

.sec2 .box .imgbox01 {
  width: 210px;
}

.sec2 .box .imgbox02 {
  width: 240px;
}

.sec2 .box .imgbox span {
  position: absolute;
  top: -10px;
  left: 30px;
  overflow: hidden;
}

.sec2 .box p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 180%;
}

.sec2 .btn {
  display: block;
  position: relative;
  width: 900px;
  height: 280px;
  margin: 0 auto;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  background: url("../img/sec2_btn_bg.png") no-repeat top left/cover;
  transition: all 0.3s;
}

@media (hover) {
  .sec2 .btn:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.sec2 .btn:after {
  position: absolute;
  bottom: -40px;
  left: -115px;
  width: 150px;
  aspect-ratio: 179/146;
  background: url("../img/sec2_star2.svg") no-repeat right top/cover;
  filter: drop-shadow(0 0 12px white);
  content: "";
}

@media screen and (max-width: 1050px) {
  .sec2 {
    padding-bottom: 21vw;
  }
  .sec2 .coma {
    display: none;
  }
  .sec2 .box,
  .sec4 .box {
    margin-bottom: 8vw;
    padding: 6vw 4vw 4vw;
    border-radius: 3vw;
    background-size: 40px;
  }
  .sec2 .box.pt2,
  .sec4 .box.pt2 {
    background-size: 40px;
  }
  .sec2 .box::before,
  .sec4 .box::before {
    top: -12vw;
    right: -5vw;
    width: 17vw;
  }
  .sec2 .box .imgbox {
    padding-top: 10vw;
    height: 30px;
  }
  .sec2 .box .imgbox span {
    top: 0;
    left: 0;
    width: 100%;
  }
  .sec2 .box .imgbox span img {
    max-width: 80vw;
  }
  .sec2 .box p {
    margin-top: 3vw;
    font-size: 3.5vw;
    line-height: 170%;
  }
  .sec2 .btn {
    width: 100%;
    height: 29vw;
    border-radius: 2vw;
    box-shadow: 0 0 4vw 0 rgba(0, 0, 0, 0.2);
    background: url("../img/sec2_btn_bg_sp.png") no-repeat top left/cover;
  }
  .sec2 .btn:after {
    bottom: -6vw;
    left: -9vw;
    width: 26vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec2 {
    padding-bottom: 160px;
    background-image: url(../img/bg_blue_gradient_pc.jpg);
    background-size: cover;
  }
  .sec2 h2 {
    margin-bottom: 75px;
  }
  .sec2 .box .imgbox01 {
    width: 324px;
    height: 50px;
  }
  .sec2 .box .imgbox01 span {
    left: 0;
    top: 0;
  }
  .sec2 .box .imgbox02 {
    width: 368px;
    height: 50px;
  }
  .sec2 .box .imgbox02 span {
    left: 0;
    top: 0;
  }
  .sec2 .btn:after {
    left: -40px;
  }
}
/**************** sec2 END ********/
/**************** sec3 ********/
.sec3 {
  padding-bottom: 160px;
  background: url("../img/bg_stripe.png") repeat center top, #aed8ff;
  filter: drop-shadow(0px 0px 30px rgba(114, 114, 114, 0.26));
}
.sec3 h2 {
  margin-bottom: 75px;
}

.sec3 .commentbox {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.sec3 .commentbox .left,
.sec3 .commentbox .right {
  flex: 1;
  padding: 0 30px 50px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(232, 3, 125, 0.58);
  background: #ffffff;
  font-size: 18px;
  line-height: 180%;
}

.sec3 .commentbox .left h3,
.sec3 .commentbox .right h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin: -20px auto 40px;
  border-radius: 40px;
  background: #e2499b;
  color: #ffffff;
  font-size: 22px;
}

.sec3 .commentbox p span {
  color: #e2499b;
  background: linear-gradient(transparent 60%, rgb(255, 255, 182) 60%);
  background: linear-gradient(transparent 60%, rgb(255, 244, 253) 60%);
}

@media screen and (max-width: 1050px) {
  .sec3 {
    padding-bottom: 21vw;
  }
  .sec3 .bg {
    clip-path: polygon(0 14vw, 100% 0, 100% calc(100% - 14vw), 0 100%);
  }
  .sec3 h2 {
    margin-bottom: 10vw;
  }
  .sec3 .commentbox {
    display: block;
  }
  .sec3 .commentbox .left,
  .sec3 .commentbox .right {
    width: 100%;
    padding: 1px 10vw 6vw;
    border-radius: 3vw;
    box-shadow: 0 0 3vw 0 rgba(247, 81, 145, 0.58);
    font-size: 3.5vw;
    line-height: 170%;
  }
  .sec3 .commentbox .left {
    margin-bottom: 8vw;
  }
  .sec3 .commentbox .left h3,
  .sec3 .commentbox .right h3 {
    width: 55vw;
    height: 7.4vw;
    margin: -3.7vw auto 5vw;
    border-radius: 8vw;
    font-size: 4vw;
  }
}
/**************** sec3 END ********/
/**************** sec4 ********/
.sec4 .box {
  position: relative;
  z-index: 1;
}

.sec4 .tab-btn li {
  flex: 1;
}
.sec4 .box h3 {
  margin: 0 auto 20px;
  color: var(--pink);
  font-size: 22px;
  text-align: center;
}
.sec4 .box.pt2::after {
  position: absolute;
  bottom: -60px;
  left: -5vw;
  width: 20vw;
  aspect-ratio: 179/146;
  background: url(../img/sec2_star2.svg) no-repeat right top/cover;
  filter: drop-shadow(0 0 12px white);
  content: "";
}
.sec4 .box.pt2 h3 {
  color: var(--orangebasic);
}
.sec4 .box.pt2 figure figcaption {
  background-color: var(--orangebasic);
}
.sec4 .flex {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec4 .cover {
  padding: 0 50px;
}
.sec4 .covers .swiper-slide {
  width: 192px;
}
.sec4 .covers figure {
  text-align: center;
}
.sec4 .covers figure figcaption {
  margin-top: 10px;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: var(--pink);
  color: #fff;
  text-align: center;
  padding: 2px;
  font-size: 14px;
}
.sec4 .txt {
  background-color: #fff;
  border-radius: 10px;
  padding: 5vw;
}
.sec4 .txt h4 {
  color: var(--pinkbasic);
  font-size: 14px;
  margin-bottom: 16px;
}
.sec4 .txt p {
  font-size: 12px;
  margin-bottom: 16px;
}
.sec4 .txt dl dt {
  font-size: 12px;
  color: var(--pinkbasic);
  margin-bottom: 8px;
}
.sec4 .txt dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.sec4 .txt dl dd ul li {
  width: calc(50% - 4px);
}
.sec4 .txt dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 44px;
  border: 2px solid var(--lightpink);
  background-color: #fff;
  filter: drop-shadow(3px 3px 0 var(--lightpink));
}
.sec4 .txt dl dd ul li a.kindle img {
  height: 25px;
  width: auto;
}
.sec4 .txt dl dd ul li a.cmoa img {
  height: 30px;
  width: auto;
}

@media screen and (max-width: 1050px) {
  .sec4 {
    padding-bottom: 16vw;
    background: url(../img/bg_blue_gradient_sp.jpg) repeat;
    background-size: cover;
  }
  .sec4 .box h3 {
    font-size: 18px;
  }
  .sec4 .bnrbox:after {
    bottom: -6vw;
    left: -9vw;
    width: 15vw;
    height: 16vw;
  }
  .sec4 .box.pt2::after {
    bottom: -6vw;
    left: -6vw;
  }
}
@media screen and (min-width: 1051px) {
  .sec4 {
    background-image: url(../img/bg_blue_gradient_pc.jpg);
    background-size: cover;
  }
  .sec4 .tab-contents .tab-content {
    margin: 0;
  }
  .sec4 .flex {
    gap: 20px;
  }
  .sec4 .txt {
    flex: 1;
    padding: 30px;
  }
  .sec4 .txt h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .sec4 .txt p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .sec4 .txt dl dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec4 .txt dl dd ul {
    justify-content: flex-start;
  }
  .sec4 .txt dl dd ul li {
    width: 135px;
  }
  .sec4 .flex-pc-row {
    flex-direction: row;
  }
  .sec4 .flex-pc-row .cover {
    flex-shrink: 0;
    width: 192px;
    padding: 0;
  }
  .sec4 .covers .swiper-wrapper {
    margin: 0 auto;
    width: fit-content !important;
  }
  .sec4 .covers .swiper-slide {
    width: 192px !important;
  }
  .sec4 .box.pt2::after {
    width: 179px;
  }
}
/**************** sec4 END ********/
/**************** sec5 ********/
.sec5 {
  background: url("../img/bg_stripe.png") repeat center top, #ffdfec;
  background-size: 40px;
  color: var(--pinkbasic);
  line-height: 1.6;
  clip-path: polygon(0 14vw, 100% 0, 100% 100%, 0 100%);
}
.sec5 figure {
  margin-bottom: 20px;
}
.sec5 h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.sec5 dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 16px;
}
.sec5 .sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.sec5 .sns li {
  flex: 1;
}
.sec5 .sns li a {
  display: block;
}
.sec5 .sns li a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
}
.sec5 .btn a {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  background-color: var(--pinkbasic);
  color: #fff;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
}
.sec5 .btn a .ico {
  position: absolute;
  right: 20px;
  line-height: 1;
}
.sec5 .btn a .ico img {
  vertical-align: bottom;
}

@media screen and (min-width: 1051px) {
  .sec5 {
    clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 100%);
  }
  .sec5 h3 {
    font-size: 30px;
  }
  .sec5 dl {
    font-size: 22px;
  }
  .sec5 .sns {
    justify-content: center;
  }
  .sec5 .sns li {
    width: 80px;
    flex: none;
  }
  .sec5 .btn a {
    height: 80px;
    font-size: 24px;
  }
  .sec5 .btn a .ico img {
    width: 34px;
    height: 34px;
  }
}
/**************** sec5 END ********/
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 16px 0;
  z-index: 500;
  background: var(--lightpinkplus);
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 1281px) {
  footer {
    font-size: 14px;
    padding: 20px;
  }
  footer br {
    display: none;
  }
}
.main .btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 5vw;
}
.main .btns li {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3));
  width: 65px;
}
.main .btns li a {
  display: block;
  width: 100%;
}
.main .btns li a img {
  width: 65px;
  max-width: unset;
}
@media screen and (min-width: 1051px) {
  .main .btns {
    padding-top: 20px;
  }
}

.nav {
  margin-top: -14vw;
  position: relative;
  background: url(../img/bg_stripe.png);
  background-size: 40px;
  padding-top: 16vw;
  padding-bottom: 10vw;
  clip-path: polygon(0 11vw, 100% 0, 100% calc(100% - 11vw), 0 100%);
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
}
.nav ul li {
  width: 50%;
  text-align: center;
}
.nav ul li a {
  display: inline-block;
  padding: 8px;
  color: #6C6C6C;
}
.nav ul li a.current {
  color: #F00784;
}
@media screen and (min-width: 1051px) {
  .nav {
    padding: 8px 0;
    clip-path: none;
    margin-top: 0;
  }
  .nav ul {
    justify-content: center;
  }
  .nav ul li {
    width: auto;
    display: flex;
    gap: 8px;
    margin-right: 8px;
  }
  .nav ul li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #CECECE;
    display: block;
  }
  .nav ul li:last-child::after {
    display: none;
  }
}

.sec-news {
  background: url(../img/bg_blue_gradient_sp.jpg) repeat;
  padding-bottom: 28vw;
  clip-path: polygon(0 11vw, 100% 0, 100% calc(100% - 14vw), 0 100%);
}
.sec-news .box {
  background: url(../img/sec2_bg.svg) repeat center top, #ffdfec;
  background-size: 40px;
  border-radius: 10px;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0 30px 0 rgba(114, 114, 114, 0.2);
}
.sec-news .illust {
  position: relative;
  z-index: 2;
  margin-top: -4vw;
  width: 100vw;
  height: 70vw;
  display: block;
  pointer-events: none;
  background: url(../img/sec_news_illust_sp.webp) no-repeat right top;
  background-size: contain;
}
.sec-news .btn {
  display: flex;
  justify-content: center;
}
.sec-news .btn a {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  width: 218px;
  height: 50px;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 2px solid var(--lightpink);
  color: var(--pink);
  line-height: 1;
  filter: drop-shadow(3px 3px 0 var(--lightpink));
}
.sec-news .btn a .label {
  flex: 1;
}
@media screen and (min-width: 1051px) {
  .sec-news {
    clip-path: none;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 90px;
    background-image: url(../img/bg_blue_gradient_pc.jpg);
    background-size: cover;
  }
  .sec-news .box {
    background-size: 80px;
    padding: 40px 60px;
  }
  .sec-news .illust {
    margin-top: -100px;
    height: 560px;
    background-image: url(../img/sec_news_illust.webp);
    background-size: 900px auto;
    background-position: top left 75%;
  }
  .sec-news .ico-scroll {
    position: absolute;
    bottom: -290px;
    width: 22px;
    height: 115px;
    background: url(../img/ico-scroll.png) no-repeat center center;
    background-size: cover;
  }
}

.entries {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.entry a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 5vw;
  border-radius: 10px;
}
.entry a figure img {
  width: 100%;
}
.entry a .txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.entry a .time {
  color: var(--pink);
}
.entry a p {
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (min-width: 1051px) {
  .entry a {
    flex-direction: row;
    padding: 20px;
  }
  .entry a figure {
    width: 28%;
    flex-shrink: 0;
  }
}

.tab-btn {
  display: flex;
  gap: 10px;
  margin-bottom: 7vw;
}
.tab-btn li {
  cursor: pointer;
  border: 2px solid var(--pinkbasic);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--pinkbasic);
  border-radius: 50px;
  flex: 1;
  line-height: 1.22;
  filter: drop-shadow(3px 3px 0 var(--pinkbasic));
  background-color: #fff;
}
.tab-btn li.active {
  background-color: var(--pinkbasic);
  filter: none;
  color: #fff;
}
@media screen and (min-width: 1051px) {
  .tab-btn {
    margin-bottom: 50px;
    gap: 20px;
    justify-content: center;
  }
  .tab-btn li {
    font-size: 18px;
    height: 60px;
    width: fit-content;
    flex: none;
    padding: 0 40px;
  }
  .tab-btn li br {
    display: none;
  }
}

.tab-contents .tab-content.hide {
  display: none;
}
@media screen and (min-width: 1051px) {
  .tab-contents .tab-content {
    margin: 0 -40px;
  }
}

.tab02 .pt2 {
  margin-left: auto;
}

@keyframes footin {
  0% {
    opacity: 0;
    transform: translate(0px, 30px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    filter: blur(0px);
  }
}
.laymic_root {
  z-index: 1000;
}

.page-news .sec-news {
  clip-path: polygon(0 11vw, 100% 0, 100% 100%, 0 100%);
}
.page-news .sec-news .btn {
  padding-top: 30px;
}
@media screen and (min-width: 1051px) {
  .page-news .sec-news {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .page-news .sec-news .btn {
    padding-top: 60px;
  }
}

.drop-shadow {
  filter: drop-shadow(0px 0px 30px rgba(114, 114, 114, 0.2));
  z-index: 10;
  position: relative;
}/*# sourceMappingURL=style.css.map */