@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  word-break: break-word;
  background-color: #FFD900;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 900px) {
  body {
    background-color: #000;
  }
}

.wrapper {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 900px) {
  .wrapper {
    max-width: 500px;
    background-color: #FFD900;
  }
}

header {
  padding: 10px 0 0;
}
@media (min-width: 600px) {
  header img {
    max-width: 600px;
  }
}
@media (min-width: 900px) {
  header img {
    max-width: initial;
    width: 100%;
  }
}

.lead_slider {
  margin: 40px -20px;
}

.splide__slide {
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
}

.panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  line-height: 1;
}
.panel_head {
  font-size: 10px;
  font-weight: 700;
}
.panel_body {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.4;
}
.panel_foot {
  margin: auto 0 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  text-align: right;
}
.panel_foot b {
  font-weight: 700;
}

.sec {
  position: relative;
  padding: 40px 20px 90px;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}
.sec.ready {
  opacity: 1;
  transform: translateY(0);
}
.sec00 {
  background: #5BC2D9;
}
.sec00_title {
  margin: 0 -2px 15px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
.sec00 .by {
  margin: 30px 0;
  text-align: center;
}
.sec00_inner {
  margin: 30px 0 0;
}
.sec00_inner h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.sec00_inner .video {
  position: relative;
  padding: 56.25% 0 0;
  margin: 0 auto;
  width: 100%;
}
.sec00_inner .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sec00_inner .banner img {
  margin: 20px 0 0;
}
.sec::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -25px;
  width: 80px;
  height: 47px;
  background-position: left top;
  background-repeat: no-repeat;
}
.sec::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -95px;
  width: 120px;
  height: 120px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec_title {
  padding: 19px 4px;
  background: #fff;
  border-radius: 100px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.sec_title img {
  width: 120px;
  margin-left: 10px;
  vertical-align: -12px;
}
.sec > p {
  font-size: 16px;
  line-height: 2;
}
.sec > p a {
  text-decoration: underline;
}
.sec > p.whats {
  margin: 20px 0 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-size: 14px;
  line-height: 2;
}
.sec > p.note {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin: 40px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.sec > p.note::before {
  content: "※";
}
.sec01::before {
  background-image: url(../images/01.svg);
}
.sec01::after {
  background-image: url(../images/img01.gif);
}
.sec02 {
  background: #5BC2D9;
}
.sec02::before {
  background-image: url(../images/02.svg);
}
.sec02::after {
  background-image: url(../images/img02.gif);
}
.sec02_inner {
  margin: 40px 0 0;
}
.sec02_inner h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.sec03::before {
  background-image: url(../images/03.svg);
}
.sec03::after {
  right: 15px;
  top: -55px;
  width: 168px;
  height: 100px;
  background-image: url(../images/img03.png);
}
.sec04 {
  margin: -25px 0 0;
  padding-bottom: 50px;
  background: #5BC2D9;
}
.sec04_title {
  margin: -55px 0 0;
  text-align: center;
}
.sec .date {
  position: relative;
  margin: 20px 0;
  padding: 0 0 20px;
  text-align: center;
  line-height: 1;
}
.sec .date::after {
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #000;
}
.sec .date small {
  display: block;
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: 700;
}
.sec .date img {
  vertical-align: top;
}
.sec .place {
  margin: 20px 0;
  text-align: center;
  line-height: 1;
}
.sec .place b {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
}
.sec .public {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.sec .public h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #7A6700;
}
.sec .public h3 small {
  font-size: 14px;
}
.sec .public .date small {
  display: inline-block;
  margin: 0 0 0 0.5em;
  vertical-align: bottom;
}
.sec .public_img {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
.sec .public_img img {
  max-width: 100px;
}
.sec .public_inner {
  margin: 20px 0 0;
  border-radius: 10px;
}
.sec .public_inner h4 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.sec .public_inner p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}
.sec .public_inner:first-of-type p {
  text-align: left;
}
.sec .public_inner:first-of-type .public_img img {
  max-width: 200px;
}
.sec .float {
  margin: 20px 0;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 10px;
}
.sec .float h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #7A6700;
}
.sec .float h3 small {
  font-size: 14px;
}
.sec .float_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 30px;
}
.sec .float_img a {
  width: calc(33.33% - 6.66px);
  background: #ccc;
}
@media (min-width: 900px) {
  .sec .float_img a {
    width: calc(25% - 7.5px);
  }
}
.sec .float_img img {
  width: 100%;
}
.sec .float p:not(.date) {
  margin: 20px 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 900px) {
  .sec .float p:not(.date) {
    font-size: 16px;
  }
}
.sec .playlist {
  display: none;
}
.sec .list {
  border-top: 1px solid #000;
}
.sec .program {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.sec .program a {
  display: flex;
  gap: 15px;
}
.sec .program_img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
}
.sec .program_txt {
  font-size: 14px;
  line-height: 1.7;
}
.sec .program_txt h4 {
  font-size: 14px;
  font-weight: 700;
}
.sec .program_txt .personality {
  display: flex;
  gap: 5px;
}
.sec .program_txt .personality li {
  margin: 5px 0 0;
  padding: 3px 6px 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  font-size: 10px;
  line-height: 1;
}
.sec .program_txt p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.6;
}
.sec .pride {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.sec .pride dt {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.sec .pride dt:not(:first-of-type) {
  padding-top: 20px;
}
.sec .pride dd {
  display: flex;
  gap: 10px;
  padding: 0 0 0 20px;
  flex-grow: 1;
  flex-shrink: 1;
  width: calc(100% - 141px);
}
.sec .pride dd:not(:first-of-type) {
  padding-top: 20px;
}
.sec .pride dd a {
  display: block;
  width: calc(50% - 5px);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
}
.sec .pride dd a img {
  margin: 0 0 10px;
}
.sec .message {
  margin: 40px 0 0;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
}
.sec .message_head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
}
.sec .message_head img {
  width: 60px;
  margin: -20px 0 0;
  border-radius: 50%;
}
.sec .message_head p {
  line-height: 1.2;
}
.sec .message_head p a {
  text-decoration: underline;
}
.sec .message_body {
  padding: 20px;
  line-height: 2;
}
.sec .message_body p + p {
  margin: 20px 0 0;
}

footer {
  position: relative;
  margin: 15px 0 0 0;
  padding: 0 0 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
footer::before {
  content: "";
  position: absolute;
  right: -33px;
  top: -80px;
  width: 157px;
  height: 110px;
  background: url(../images/img04.png) no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=style.css.map */
