@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  transform: translateY(-5px);
}
a img {
  border-style: none;
  transition: 0.3s;
}

#wrapper ul.disc {
  margin-left: 20px;
}
#wrapper ul.disc:not(:first-child) {
  margin-top: 10px;
}
#wrapper ul.disc:not(:last-child) {
  margin-bottom: 10px;
}
#wrapper ul.disc li {
  list-style: disc;
  line-height: 1.7;
}
#wrapper ul.disc li:not(:last-child) {
  margin-bottom: 5px;
}
#wrapper header {
  margin-bottom: 40px;
}
#wrapper header .title {
  background-color: #FE6FA5;
  color: #fff;
  padding: 30px 25px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper header .title {
    padding: 20px;
  }
}
#wrapper header .title br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper header .title br {
    display: block;
  }
}
#wrapper header .title h1 {
  font-size: 4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper header .title h1 {
    font-size: 2rem;
  }
}
#wrapper header .title h1 strong {
  font-size: 1.6em;
}
#wrapper header .title h1 strong small {
  display: inline-block;
  font-weight: 500;
}
#wrapper header .title h1 strong small.t {
  transform: translateY(-0.15em);
}
#wrapper header .title h1 strong small.b {
  transform: rotate(180deg) translateY(-0.3em);
}
#wrapper header .title .date {
  font-size: 3rem;
}
@media screen and (max-width: 960px) {
  #wrapper header .title .date {
    font-size: 2rem;
  }
}
#wrapper header .title .date span {
  display: inline-block;
  background-color: #fff;
  color: #FE6FA5;
  font-size: 2rem;
  margin-right: 10px;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  #wrapper header .title .date span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  #wrapper header .title .date span {
    padding: 3px 10px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper header .title .date span {
    margin-right: 0;
  }
}
#wrapper header .title .date strong {
  font-size: 1.3em;
}
#wrapper header .title .date small {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #wrapper header .title .date small {
    font-size: 1.3rem;
  }
}
#wrapper header .debut {
  max-width: 600px;
  background: url(../images/debut_bg.png) no-repeat center/contain;
  margin: 20px 25px 0 auto;
  aspect-ratio: 100/42;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #wrapper header .debut {
    width: 74%;
    max-width: 300px;
    margin: 10px 10px 20px auto;
    padding: 0 40px;
  }
}
#wrapper header .debut > div {
  color: #fff;
  text-shadow: 3px 3px 2px #fe6fa5, -3px -3px 2px #fe6fa5;
}
@media screen and (max-width: 960px) {
  #wrapper header .debut > div {
    text-shadow: 2px 2px 2px #fe6fa5, -2px -2px 2px #fe6fa5;
  }
}
#wrapper header .debut > div .text01 {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  #wrapper header .debut > div .text01 {
    font-size: 1.7rem;
  }
}
#wrapper header .debut > div .text02 {
  line-height: 100%;
  display: flex;
}
#wrapper header .debut > div .text02 small, #wrapper header .debut > div .text02 span {
  display: block;
}
#wrapper header .debut > div .text02 small {
  font-size: 3rem;
  padding-top: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  #wrapper header .debut > div .text02 small {
    font-size: 1.7rem;
  }
}
#wrapper header .debut > div .text02 span {
  transform: translateY(-20px);
}
@media screen and (max-width: 960px) {
  #wrapper header .debut > div .text02 span {
    transform: translateY(-10px);
  }
}
#wrapper header > small {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  margin-right: clamp(25px, 6.25vw, 120px);
}
#wrapper .readArea {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #wrapper .readArea {
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
#wrapper .readArea > div {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  #wrapper .readArea > div {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .readArea > div {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#wrapper .readArea > div p {
  font-size: 2.2rem;
  text-align: center;
}
#wrapper .readArea > div p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #wrapper .readArea > div p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .readArea > div p {
    font-size: 1.6rem;
    text-align: left;
  }
}
#wrapper .prizesArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  #wrapper .prizesArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .prizesArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#wrapper .prizesArea {
  margin-bottom: 80px;
  background-color: #FE6FA5;
  color: #fff;
  border-radius: 30px;
  padding: clamp(30px, 4.2vw, 90px) clamp(25px, 3.9vw, 75px);
}
@media screen and (max-width: 960px) {
  #wrapper .prizesArea {
    margin-bottom: 40px;
  }
}
#wrapper .prizesArea > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#wrapper .prizesArea > section .tit {
  margin: 0 20px 30px 0;
}
#wrapper .prizesArea > section .tit h2 {
  font-size: 6rem;
  line-height: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #wrapper .prizesArea > section .tit h2 {
    font-size: 3rem;
  }
}
#wrapper .prizesArea > section .tit P {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #wrapper .prizesArea > section .tit P {
    font-size: 1.6rem;
  }
}
#wrapper .prizesArea > section .main p {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #wrapper .prizesArea > section .main p {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
#wrapper .prizesArea > section .main p.more {
  margin-top: 30px;
}
#wrapper .prizesArea > section .main p.notice {
  font-size: 0.9em;
  margin-top: 20px;
}
#wrapper .prizesArea > section .main ul {
  margin-top: 15px;
}
#wrapper .prizesArea > section .main ul li {
  margin-bottom: 15px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  #wrapper .prizesArea > section .main ul li {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
#wrapper .prizesArea > section .main ul li strong {
  font-size: 3rem;
  line-height: 110%;
}
@media screen and (max-width: 960px) {
  #wrapper .prizesArea > section .main ul li strong {
    font-size: 2rem;
    line-height: 100%;
  }
}
#wrapper .prizesArea > section .main ul li strong.spaceR {
  margin-right: 10px;
}
#wrapper .prizesArea > section .main ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 5px solid #FFEF72;
  border-radius: 50%;
  line-height: 100%;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
#wrapper .aboutArea {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea {
    margin-bottom: 50px;
  }
}
#wrapper .aboutArea .photo {
  width: 42%;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .photo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#wrapper .aboutArea .photo p {
  position: relative;
}
#wrapper .aboutArea .photo p img {
  border-radius: 20px 0 0 20px;
}
#wrapper .aboutArea .photo p small {
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .photo p small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .photo p {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .aboutArea .photo p {
    width: calc(100% - 20px);
  }
}
#wrapper .aboutArea .photo p:nth-child(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .photo p:nth-child(1) {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .aboutArea .photo p:nth-child(1) img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .aboutArea .photo p:nth-child(1) {
    width: calc(100% - 20px);
    margin-right: 0;
    margin-bottom: 25px;
  }
  #wrapper .aboutArea .photo p:nth-child(1) img {
    border-radius: 10px 0 0 10px;
  }
}
#wrapper .aboutArea .photo p:nth-child(2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .photo p:nth-child(2) {
    margin-bottom: 0;
  }
  #wrapper .aboutArea .photo p:nth-child(2) img {
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .aboutArea .photo p:nth-child(2) {
    margin-bottom: 25px;
  }
  #wrapper .aboutArea .photo p:nth-child(2) img {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .aboutArea .photo p:nth-child(3) {
    margin-left: auto;
  }
  #wrapper .aboutArea .photo p:nth-child(3) img {
    border-radius: 10px 0 0 10px;
  }
}
#wrapper .aboutArea .text {
  width: 58%;
  padding: 40px 70px 0 100px;
}
@media screen and (max-width: 1200px) {
  #wrapper .aboutArea .text {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .text {
    width: 100%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .aboutArea .text {
    padding: 25px 25px 0;
  }
}
#wrapper .aboutArea .text > section:not(:last-child) {
  margin-bottom: 50px;
}
#wrapper .aboutArea .text > section h2 {
  background-color: #f5f5f5;
  border-radius: 30px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  padding: 7px 20px;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .text > section h2 {
    font-size: 1.8rem;
  }
}
#wrapper .aboutArea .text > section h2::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 5px solid #FE6FA5;
  border-radius: 50%;
  line-height: 100%;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
#wrapper .aboutArea .text > section .read {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutArea .text > section .read {
    font-size: 2rem;
    line-height: 150%;
  }
}
#wrapper .aboutArea .text > section > p:not(.read) {
  margin-top: 10px;
}
#wrapper .aboutBottom {
  margin: 0 25px 100px;
}
@media screen and (max-width: 960px) {
  #wrapper .aboutBottom {
    margin-bottom: 50px;
  }
}
#wrapper .gaiyouArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  #wrapper .gaiyouArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .gaiyouArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#wrapper .gaiyouArea {
  margin-bottom: 50px;
}
#wrapper .gaiyouArea h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #wrapper .gaiyouArea h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#wrapper .gaiyouArea table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  #wrapper .gaiyouArea table {
    margin-bottom: 30px;
  }
}
#wrapper .gaiyouArea table tr th, #wrapper .gaiyouArea table tr td {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .gaiyouArea table tr th, #wrapper .gaiyouArea table tr td {
    display: block;
  }
}
#wrapper .gaiyouArea table tr th {
  white-space: nowrap;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .gaiyouArea table tr th {
    padding: 15px 0 0;
    border-bottom: 0;
    font-weight: 700;
  }
  #wrapper .gaiyouArea table tr th::before {
    content: "■";
    margin-right: 5px;
    opacity: 0.7;
    font-size: 13px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper .gaiyouArea table tr td {
    padding: 10px 10px 15px;
  }
}