:root {
  --font-Jp: "M PLUS Rounded 1c", sans-serif;
  --bg-ye: #FEFADC;
  --color-bl: #00B3CD;
  --color-red: #E83820;
  --color-bk: #231815;
  --color-or: #EE7800;
  --border:#e5e5e5;
  --bg:#FFF7DC;
}

/* --------------------------------------------------------------
- Layout
-------------------------------------------------------------- */
.l-container {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}

.l-spacer-primary {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 20px;
  }

  .l-spacer-primary {
    margin-top: 56px;
  }
}

/* --------------------------------------------------------------
- Compornent
-------------------------------------------------------------- */
.c-heading {
  position: relative;
  margin-bottom: 72px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75;
  z-index: 0;
}

.c-heading span{
  padding-inline: 8px;
  background-color: #fff;
}

.c-heading::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--color-bk);
  z-index: -1;
}

.c-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--color-bk);
  z-index: -1;
}

.c-button-wrap {
  margin-top: 72px;
  text-align: center;
}

.c-button-primary {
  position: relative;
  display: inline-block;
  width: 520px;
  padding: 24px;
  background: var(--color-red);
  color: #fff;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-button-primary::after{
  content: "↗";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  color: var(--color-red);
  border-radius: 48px;
  line-height: 48px;
  /* background: url(../img/lp/icon-arrow.svg) no-repeat center / cover; */
}

.c-button-gray {
  display: inline-block;
  width: 520px;
  padding: 24px;
  background: #888;
  color: #ccc;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-heading {
  margin-bottom: 40px;
  font-size: 24px;
}


  .c-button-wrap {
    margin-top: 40px;
  }

  .c-button-primary,
  .c-button-gray {
    width: 100%;
    max-width: 320px;
    padding: 16px;
    border-radius: 5px;
    font-size: 18px;
  }

  .c-button-primary::after{
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/* --------------------------------------------------------------
- Project
-------------------------------------------------------------- */
.p-about__body {
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 56px;
  background-color: var(--bg);
  border-radius: 15px;
}

.p-about__heading {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-about__logo {
  align-self: flex-start;
  flex-shrink: 0;
  width: 230px;
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 10px;
}

.p-about__logo img{
  width: 100%;
  height: auto;
}

.p-about__read {
  margin-top: 24px;
  border-radius: 3px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-about__body {
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
  }

  .p-about__heading {
    font-size: 18px;
  }

  .p-about__logo {
    margin: auto;
  }

  .p-about__read {
    margin-top: 8px;
    font-size: 14px;
  }
}

.p-flow__text{
  position: relative;
  width: fit-content;
  margin: auto;
  padding-inline: 72px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-flow__text::before{
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-red);
  transform: rotate(-30deg);
}

.p-flow__text::after{
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-red);
  transform: rotate(30deg);
}

.p-flow__text span{
  display: inline-block;
}

.p-flow__attr{
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-flow__text{
    padding-inline: 16px;
    font-size: 16px;
  }

  .p-flow__text::before,
  .p-flow__text::after{
    width: 3px;
    height: 40px;
  }

  .p-flow__text::before{
    left: 0;
  }

  .p-flow__text::after{
    right: 0;
  }

  .p-flow__image{
    display: block;
    max-width: 300px;
    margin: 32px auto 0;
  }

  .p-flow__attr{
    font-size: 12px;
    text-align: left;
  }
}

.p-period__heading{
  display: flex;
  justify-content: center;
  gap: 40px;
}

.p-period__icon {
  position: absolute;
  top: -32px;
  left: -24px;
  width: 93px;
}

.p-period__read {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.p-period__images {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.p-period__image {
  width: 430px;
}

.p-period1 {
  position: relative;
  padding-top: 56px;
  padding-inline: 40px;
  background: linear-gradient(#FDE9D9 0%, #fff 20%);
  border-radius: 15px;
}

.p-period2 {
  position: relative;
  margin-top: 48px;
  padding-top: 56px;
  padding-inline: 40px;
  background: linear-gradient(#DDF0F2 0%, #fff 20%);
  border-radius: 15px;
}

.p-period__pr {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

.p-period__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: var(--color-ye);
  border-radius: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-period1__image{
  width: 100%;
  max-width: 776px;
}

@media screen and (max-width: 768px) {

  .p-period__heading{
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .p-period__icon {
    top: ;
    left: 0;
    width: 61px;
    margin: 0 auto -20px;
  }

  .p-period__read {
    text-align: center;
    font-size: 20px;
  }

  .p-period__images {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
  }

  .p-period__image {
    width: 90%;
    max-width: 400px;
  }

  .p-period1 {
    padding: 32px 20px;
  }

  .p-period2 {
    margin-top: 32px;
    padding: 32px 20px;
  }

  .p-period__pr {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .p-period__text {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 24px;
  }

  .p-period1__image{
    width: 90%;
    max-width: 400px;
  }
}

.p-info{
  padding-block: 80px;
  background-color: var(--bg);
}

.p-info__contents + .p-info__contents{
  margin-top: 64px;
}

.p-info__heading{
  width: fit-content;
  margin: 0 auto 40px;
  padding: 8px 32px;
  background-color: var(--color-or);
  color: #fff;
  border-radius: 30px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-info__list{
  list-style-type: disc;
}

.p-info__readItem{
  margin-left: 1em;
  font-size: 18px;
  line-height: 1.75;
}

.p-info__readItem + .p-info__readItem{
  margin-top: 8px;
}

.p-info__item{
  margin-left: 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-info__item b{
  color: var(--color-or);
  font-weight: 800;
}

.p-info__item + .p-info__item{
  margin-top: 16px;
}

.p-info__title{
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-info__title span{
  display: inline-block;
}

.p-info__details{
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-info__details span{
  display: inline-block;
}

.p-genre__list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 24px;
  margin-top: 24px;
}

.p-genre__item{
  display: flex;
  gap: 24px;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
}

.p-genre__icon{
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.p-genre__textBlock{
  flex: 1;
  align-self: center;
}

.p-genre__heading{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-genre__heading.-music{
  color: #E83836;
}

.p-genre__heading.-drama{
  color: #F8B62D;
}

.p-genre__heading.-dance{
  color: #8FC31F;
}

.p-genre__heading.-entertainment{
  color: #F08437;
}

.p-genre__heading.-art{
  color: #ED7980;
}

.p-genre__heading.-other{
  color: #2EA7E0;
}

.p-genre__text{
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-genre__att{
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .p-info{
    padding-block: 64px;
  }

  .p-info__contents + .p-info__contents{
    margin-top: 56px;
  }

  .p-info__heading{
    margin: 0 auto 24px;
    padding: 4px 24px;
    font-size: 20px;
    font-weight: 700;
  }

  .p-info__readItem{
    font-size: 16px;
  }

  .p-info__item{
    font-size: 14px;
  }

  .p-info__item + .p-info__item{
    margin-top: 8px;
  }

  .p-info__title{
    font-size: 16px;
  }

  .p-info__details{
    margin-top: 8px;
    font-size: 14px;
  }

  .p-genre__list{
    grid-template-columns: repeat(1,1fr);
    gap: 8px;
    max-width: 500px;
    margin-inline: auto ;
    margin-top: 24px;
  }

  .p-genre__item{
    gap: 16px;
    padding: 16px;
  }

  .p-genre__icon{
    align-items: center;
    width: 70px;
    height: 70px;
  }

  .p-genre__heading{
    font-size: 18px;
  }

  .p-genre__text{
    margin-top: 4px;
    font-size: 14px;
  }

  .p-genre__att{
    width: fit-content;
    margin-inline:auto;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-faq {
}

.p-faq__wrap {
  margin-top: 48px;
}

.p-faq__wrap + .p-faq__wrap {
  margin-top: 64px;
}

.p-faq__cat {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.p-faq__item{
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.p-faq__item + .p-faq__item {
  margin-top: 24px;
}

.p-faq__title {
  position: relative;
  padding: 0px 44px 0 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.p-faq__title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.p-faq__icon {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
}

.p-faq__icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--color-red);
}

.p-faq__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: auto;
  background-color: var(--color-red);
}

.is-open .p-faq__icon::after {
  background-color: transparent;
}

.p-faq__answer {
  display: none;
}

.p-faq__answerInner {
  position: relative;
  margin-top: 16px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-faq__answerInner::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-bl);
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-faq__wrap {
    margin-top: 40px;
  }

  .p-faq__wrap + .p-faq__wrap {
    margin-top: 56px;
  }

  .p-faq__cat {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
  }

  .p-faq__item + .p-faq__item {
    margin-top: 24px;
  }

  .p-faq__title {
    padding: 0 32px 0 24px;
    font-size: 14px;
  }

  .p-faq__title::before {
    font-size: 20px;
  }

  .p-faq__icon {
    top: 3px;
    width: 16px;
    height: 16px;
  }

  .p-faq__answerInner {
    margin-top: 16px;
    padding: 0 0 0 24px;
    font-size: 14px;
  }

  .p-faq__answerInner::before {
    font-size: 20px;
  }
}

.p-footer {
  margin-top: 80px;
  padding-bottom: 24px;
  text-align: center;
}

.p-footer__sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.p-footer__snsTitle{
  align-self: center;
  font-weight: 500;
}

.p-sns__item {
  width: 40px;
}

.p-footer__nav {
  margin-top: 40px;
  padding: 40px;
  background-color: var(--color-or);
}

.p-footer__navList{
  display: flex;
  justify-content: center;
  color: #fff;
}

.p-footer__navItem {
  font-size: 16px;
  font-weight: 700;
}

.p-footer__navItem + .p-footer__navItem::before{
  content: "/";
  margin-inline: 16px;
}

.p-footer__copy {
  margin-top: 40px;
  font-size: 10px;
  line-height: 1.5;
}

.p-footer__copy span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-footer {
    margin-top: 64px;
  }

  .p-footer__sns {
    gap: 16px;
    margin-top: 24px;
  }

  .p-footer__snsTitle{
    font-size: 14px;
  }

  .p-sns__item {
    width: 32px;
  }

  .p-footer__nav {
    padding:24px;
  }

  .p-footer__copy {
    margin-top: 24px;
    font-size: 10px;
  }
}

.p-guideline__header {
  margin: 32px 32px 64px;
}

.p-guideline__header img {
  width: auto;
  height: 64px;
}

.p-guideline__item {
  margin-top: 48px;
}

.p-guideline__title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 24px;
  background-color: var(--color-or);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-guideline__list {
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
}

.p-guideline__text {
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
}

.p-guideline__table {
  width: 100%;
  margin-top: 24px;
  border-collapse: separate;
}

.p-guideline__table tr:nth-child(1) th {
  background-color: var(--color-gr);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.p-guideline__table tr:nth-child(1) th:nth-child(1) {
  border: 1px solid var(--color-bk);
  border-top-left-radius: 10px;
}

.p-guideline__table tr:nth-child(1) th:nth-child(2) {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: var(--color-bk);
  border-top-right-radius: 10px;
}

.p-guideline__table th {
  padding: 16px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-bk);
  text-align: center;
}

.p-guideline__table th:nth-child(1) {
  width: 205px;
  font-size: 16px;
}

.p-guideline__table td {
  padding: 16px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-bk);
  line-height: 1.5;
}

.p-guideline__table tr:last-child th {
  border-bottom-left-radius: 10px;
}

.p-guideline__table tr:last-child td {
  border-bottom-right-radius: 10px;
}

.p-guideline__att {
  margin-top: 16px;
  color: var(--color-red);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.5;
}

.p-guideline__grid {
  display: flex;
  gap: 48px;
}

.p-guideline__grid figure {
  flex-shrink: 0;
  width: 184px;
}

.p-guideline__grid figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 10px;
}

.p-office {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-guideline__header {
    margin: 16px 16px 56px;
  }

  .p-guideline__header img {
    height: 40px;
  }

  .p-guideline__item {
    margin-top: 40px;
  }

  .p-guideline__title {
    padding: 8px 16px;
    font-size: 14px;
  }

  .p-guideline__list {
    font-size: 14px;
  }

  .p-guideline__text {
    font-size: 14px;
  }

  .p-guideline__table {
    margin-top: 24px;
  }

  .p-guideline__table tr:nth-child(1) th {
    font-size: 14px;
  }

  .p-guideline__table th {
    padding: 8px;
  }

  .p-guideline__table th:nth-child(1) {
    width: 90px;
    font-size: 12px;
  }

  .p-guideline__table td {
    padding: 8px;
    font-size: 12px;
  }

  .p-guideline__table tr:last-child th {
    border-bottom-left-radius: 10px;
  }

  .p-guideline__table tr:last-child td {
    border-bottom-right-radius: 10px;
  }

  .p-guideline__att {
    font-size: 12px;
  }

  .p-guideline__grid {
    gap: 20px;
  }

  .p-guideline__grid figure {
    width: 100px;
  }

  .p-office {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------
- Utility
-------------------------------------------------------------- */
.u-red.-large,
.u-blue.-large {
  font-size: 60px;
  font-weight: 800;
}

.u-blue {
  color: var(--color-bl);
}

.u-red {
  color: var(--color-red);
}

.u-or{
  font-family: var(--font-Jp);
  color: var(--color-or);
}

.u-att {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-red.-large,
  .u-blue.-large {
    font-size: 48px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a {
    transition: opacity 0.3s;
  }

  a:hover {
    opacity: 0.7;
  }
}
