@charset "utf-8";

/* 共通項目 */
.main-contents.content {
  color: #30120C;
  box-shadow: 2px 2px 12px rgba(34, 34, 34, 0.3);
  background: #FFFAF0;
  margin-inline: auto;
  z-index: 1;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .main-contents.content {
    width: calc(100% - 20px * 2);
  }
  .main-contents.content p {
    font-size: 16px !important;
  }
}

@media print, screen and (min-width: 751px) {
  .main-contents.content {
    font-size: 20px !important;
  }
}

.c-section-inner {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 750px) {
  .c-section-inner {
    padding-inline: 20px;
  }
}

@media print, screen and (min-width: 751px) {
  .c-section-inner {
    max-width: 840px;
  }
}

.c-title {
  text-align: center;
}

.c-title span {
  width: -moz-fit-content;
  text-align: center;
  display: inline;
}

.c-title--yellow span,
.c-title--white span {
  font-weight: 600;
}

.c-title--yellow span {
  box-shadow: inset 0 -12px 0 #FFE000; 
}
.c-title--white span {
  box-shadow: inset 0 -12px 0 #FFFAF0; 
}

@media screen and (max-width: 750px) {
  .c-title {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 751px) {
  .c-title {
    font-size: 32px;
  }
}

.c-button a {
  display: inline-block;
  box-shadow: 0 0 12px rgba(34, 34, 34, 0.3019607843);
  text-align: center;
  border-radius: 64px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
}

.c-button a span {
  text-decoration: none;
  transition: all .2s;
}

.c-button--yellow a {
  background: #FFE000;
  -webkit-text-stroke: 6px #FFFFFF;
  paint-order: stroke;
  transition: all .3s;
}

.c-button--yellow a span {
  display: inline-block;
  color: #30120C;
  font-weight: 600;
}

.c-button--black a {
  padding: 20px;
  background: #30120C;
  color: #FFFAF0;
}

.c-button--black a span {
  color: #FFFAF0;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .c-button a{
    font-size: 20px;
  }
  .c-button--yellow a{
    border: 4px solid #FFFFFF;
    padding-block: 28px;
  }
}
@media print, screen and (min-width: 751px) {
  .c-button a {
    font-size: 30px;
    padding: 32px;
  }
  .c-button--yellow a {
    border: 5px solid #FFFFFF;
    padding: 28px;
  }

  .lp-tab-panel-item:has(.overRay-select-2) .c-button--yellow a:hover {
    border: 5px solid #FFE000;
    background: #FFF399;
  }

  .c-button--black a:hover {
    background-color: #6E4841;
  }
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.c-tag-item {
  padding-inline: 4px;
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF;
  width: fit-content;
}

.c-tag-item--red {
  background: #E83828;
}
.c-tag-item--green {
  background: #00BF9A;
}
.c-tag-item--yellow {
  background: #F8B62D;
}
.c-tag-item--blue {
  background: #0F7EAA;
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block;
  }
}
@media print, screen and (min-width: 751px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* MV */
.p-mv {
  max-width: 100%;
}

.p-mv img {
  width: 100%;
}

/* どんなイベント？ */
.p-summary p {
  margin-top: 16px;
}
@media print, screen and (min-width: 751px) {
  .p-summary {
    margin-block: 60px;
  }
}
@media screen and (max-width: 751px) {
  .p-summary {
    margin-block: 24px;
  }
}

/* イベント当日はこんなことやります */
.p-about {
  background: #F6DB26;
  position: relative;
  z-index: 1;
}

.p-about-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-about-item {
  background: #FFFAF0;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.p-about-item dl {
  display: grid;
}

.p-about-item dd {
  font-size: 16px;
}

.p-about-item:nth-of-type(1) dl::after {
  background: url(../../../chiikiokoshi/img/icon/icon_hushtag.png)no-repeat center center / contain;
}
.p-about-item:nth-of-type(2) dl::after {
  background: url(../../../chiikiokoshi/img/icon/icon_mic.png)no-repeat center center / contain;
}
.p-about-item:nth-of-type(3) dl::after {
  background: url(../../../chiikiokoshi/img/icon/icon_bulb.png)no-repeat center center / contain;
}

@media screen and (max-width: 750px) {
  .p-about {
    border-radius: 24px;
    padding-block: 24px;
  }

  .p-about .c-section-inner {
    padding-inline: 16px;
  }

  .p-about-list {
    margin-top: 24px;
  }

  .p-about-item {
    padding-block: 24px;
  }

  .p-about-item dl {
    gap: 16px;
  }

  .p-about-item dl::after {
    content: "";
    grid-row: 2 / 3;
    width: 74px;
    height: 74px;
    margin-inline: auto;
  }

  .p-about-item dt {
    gap: 16px;
  }

  .p-about-item dd {
    padding-inline: 20px;
  }
}

@media print, screen and (min-width: 751px) {
  .p-about {
    border-radius: 64px;
    padding-block: 60px;
  }

  .p-about-list {
    margin-top: 40px;
  }

  .p-about-item {
    padding: 24px;
  }

  .p-about-item dl {
    grid-template-columns: 130px 1fr;
    row-gap: 16px;
    column-gap: 22px;
    align-items: center;
  }

  .p-about-item dl::after {
    content: "";
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    width: 130px;
    height: 130px;
  }

  .p-about-item dt {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    font-size: 24px;
  }

  .p-about-item dd {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
}

/* 東京・大阪で全３回開催予定！ */
.lp-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-tab-item {
  cursor: pointer;
  font-weight: 600;
  text-align: center;
}

.lp-tab-item span {
  display: block;
  line-height: 1.3;
}

.lp-tab-item--blue {
  background: #E7F2F6;
  color: #0F7EAA;
}

.lp-tab-item--red {
  background: #FDEBE9;
  color: #E83828;
}

.lp-tab-item--blue.active {
  background: #0F7EAA;
  color: #fff;
}

.lp-tab-item--red.active {
  background: #E83828;
  color: #fff;
}

.lp-tab-panel-list .active {
  display: block;
}

.lp-tab-panel-item {
  display: none;
  color: #FFFFFF;
}
.lp-tab-panel-item--blue.active {
  background: #0F7EAA;
}
.lp-tab-panel-item--red.active {
  background: #E83828;
}

.lp-tab-detail-box>dt {
  background: #FFFFFF;
  font-weight: 600;
  height: fit-content;
  text-align: center;
}

.lp-tab-panel-item--blue .lp-tab-detail-box>dt {
  color: #0F7EAA;
}

.lp-tab-panel-item--red .lp-tab-detail-box>dt {
  color: #E83828;
}

.lp-tab-detail-box>dd {
  font-weight: 600;
}

.lp-tab-detail-box dd span {
  margin-right: 1rem;
  display: inline-block;
  font-weight: 600;
}

.lp-tab-detail-box dd iframe {
  max-width: 100%;
}

.lp-tab-info-item-box>dt {
  font-weight: 600;
}

.lp-tab-zititai {
  background: #FFFFFF;
  text-align: left;
}

.lp-tab-zititai p {
  font-size: 16px;
  color: #30120C;
  text-align: center;
}

.lp-tab-zititai-list {
  display: grid;
  row-gap: 16px;
}

.lp-tab-zititai-item {
  border-left: 3px solid #EEEEEF;
  padding-left: 8px;
}

.lp-tab-zititai-item dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-tab-zititai-item dt {
  color: #30120C;
  font-weight: normal;
}

.lp-tab-zititai-item dd {
  display: flex;
  align-items: center;
  flex: 1;
}

.lp-tab-zititai-color-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.lp-tab-zititai-color-item {
    color: #6E6555;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.lp-tab-zititai-color-item::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.lp-tab-zititai-color-item--red::before {
  background: #E83828;
}

.lp-tab-zititai-color-item--blue::before {
  background: #0F7EAA;
}

.lp-tab-zititai-color-item--yellow::before {
  background: #F8B62D;
}

.lp-tab-zititai-color-item--green::before {
  background: #00BF9A;
}

.lp-time-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #FFFFFF;
}

.lp-tab-panel-item--blue .lp-time-table tr:nth-of-type(2n - 1) {
  background: #E7F2F6;
}

.lp-tab-panel-item--red .lp-time-table tr:nth-of-type(2n - 1) {
  background: #FDEBE9;
}

.lp-time-table td {
  color: #30120C;
  font-weight: 600;
}

.lp-tab-panel-item--blue .lp-time-table td {
  border: 1px solid #0F7EAA;
}

.lp-tab-panel-item--red .lp-time-table td {
  border: 1px solid #E83828;
}

.lp-tab-panel-item--blue .lp-time-table .lp-time-table-time {
  color: #0F7EAA;
}

.lp-tab-panel-item--red .lp-time-table .lp-time-table-time {
  color: #E83828;
}

.lp-tab-event-pdf {
  text-align: center;
}

.lp-pdf-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lp-pdf-download a {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-radius: 8px;
  padding: 12px 48px 12px 16px;
  opacity: 1;
  transition: opacity .2s;
}

.lp-pdf-image a:hover,
.lp-pdf-image a:focus,
.lp-pdf-image a:focus-visible,
.lp-pdf-download a:hover,
.lp-pdf-download a:focus,
.lp-pdf-download a:focus-visible {
  opacity: .8;
}

.lp-pdf-download--blue a {
  background: url(../../../chiikiokoshi/img/icon/icon_download__blue.png)no-repeat center right 20px/ 16px , #FFFFFF;
  color: #0F7EAA;
}

.lp-pdf-download--red a {
  background: url(../../../chiikiokoshi/img/icon/icon_download__red.png)no-repeat center right 20px/ 16px , #FFFFFF;
  color: #E83828;
}

.lp-tab-event-pdf .lp-pdf-coming-soon p {
  color: #FFFFFF;
  font-weight: 600;
  border: 3px solid #FFFFFF;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
}

.lp-tab-event-button {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .p-schedule {
    margin-top: 24px;
  }

  .p-schedule .c-section-inner>p {
    margin-top: 16px;
  }

  .lp-tab {
    margin-top: 32px;
  }

  .lp-tab-list {
    gap: 16px;
  }

  .lp-tab-item {
    border-radius: 16px 16px 0 0;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 10px;
    min-width: 72px;
  }

  .lp-tab-item span {
    font-size: 20px;
    font-weight: 600;
  }

  .lp-tab-panel-item {
    border-radius: 20px;
    padding: 40px 16px;
    text-align: center;
  }

  .lp-tab-detail-item + .lp-tab-detail-item {
    margin-top: 16px;
  }

  .lp-tab-detail-box>dt {
    padding-block: 4px;
    width: 100%;
    border-radius: 56px;
    font-size: 16px;
  }

  .lp-tab-detail-box>dd {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
  }

  .lp-tab-detail-box dd span:first-of-type{
    margin-right: 1rem;
  }

  .lp-detail-item-address {
    margin-top: 4px;
    font-size: 14px;
    font-weight: normal;
  }

  .lp-tab-detail-box dd iframe {
    aspect-ratio: 303 / 170;
    border-radius: 8px;
    width: 100%;
    height: auto;
  }

  .lp-tab-info {
    margin-top: 40px;
  }

  .lp-tab-info-item + .lp-tab-info-item {
    margin-top: 40px;
  }

  .lp-tab-info-item:first-of-type .lp-tab-info-item-box>dt{
    margin-bottom: 8px;
  }

  .lp-tab-info-item-box>dt {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .lp-tab-info-item-box dd p {
    display: inline;
  }

  .lp-tab-info-item-box .c-button--yellow {
    margin-top: 24px;
  }

  .lp-tab-zititai {
    padding-block: 16px;
    text-align: left;
    border-radius: 8px;
  }

  .lp-tab-zititai-inner {
    padding-inline: 16px;
  }

  .lp-tab-zititai-box {
    margin-top: 16px;
  }

  .lp-tab-zititai-list {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .lp-tab-zititai-item dt {
    font-size: 16px;
  }

  .lp-tab-zititai-color {
    margin-top: 16px;
  }

  .lp-tab-zititai-color-list {
    gap: 6px;
  }

  .lp-tab-zititai-color-item {
    font-size: 12px;
  }

  .lp-time-table .lp-time-table-time {
    font-size: 14px;
  }

  .lp-time-table {
    border-radius: 14px;
  }

  .lp-time-table tr:first-of-type td:first-of-type {
    border-radius: 14px 0 0 0;
  }
  .lp-time-table tr:first-of-type td:nth-of-type(2) {
    border-radius: 0 14px 0 0;
  }
  .lp-time-table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 14px;
  }
  .lp-time-table tr:last-of-type td:nth-of-type(2) {
    border-radius: 0 0 14px 0;
  }

  .lp-time-table tr td {
    font-size: 16px;
    padding: 12px 10px;
  }

  .lp-tab-info-item .lp-time-table tr td p {
    font-weight: normal;
    font-size: 14px !important;
    display: block;
  }

  .lp-tab-event-pdf {
    margin-top: 40px;
  }

  .lp-pdf-download {
    margin-top: 16px;
  }

  .lp-tab-event-pdf .lp-pdf-coming-soon p {
    padding-block: 84px;
    font-size: 18px !important;
    display: block !important;
  }

  .lp-tab-event-button {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 751px) {
  .p-schedule {
    margin-top: 60px;
  }

  .p-schedule>.c-section-inner>p {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
  }

  .lp-tab {
    margin-top: 48px;
  }

  .lp-tab-list {
    gap: 16px;
  }

  .lp-tab-item {
    cursor: pointer;
    text-align: center;
    min-width: 163px;
    padding-block: 5px;
    border-radius: 32px 32px 0 0;
    font-size: 16px;
  }

  .lp-tab-item span {
    font-weight: 600;
    font-size: 30px;
  }

  .lp-tab-panel-item {
    border-radius: 64px;
    padding-block: 60px;
  }

  .lp-tab-inner {
    max-width: 840px;
    margin-inline: auto;
  }

  .lp-tab-detail-item {
    padding-block: 24px;
    position: relative;
  }

  .lp-tab-detail-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
  }

  .lp-tab-detail-item:nth-of-type(2) .lp-tab-detail-box{
    align-items: flex-start;
  }

  .lp-tab-detail-box {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .lp-tab-detail-box>dt {
    width: 144px;
    border-radius: 56px;
    font-size: 24px;
    padding-block: 16px;
  }

  .lp-tab-detail-box dd {
    flex: 1;
  }

  .lp-tab-detail-box>dd {
    font-size: 32px;
  }

  .lp-detail-item-address{
    margin-top: 16px;
    font-size: 20px;
  }

  .lp-tab-detail-box iframe {
    margin-top: 16px;
    border-radius: 16px;
    aspect-ratio: 636 / 358;
    width: 100%;
    height: auto;
  }

  .lp-tab-info {
    margin-top: 60px;
  }

  .lp-tab-info-item {
    text-align: center;
  }

  .lp-tab-info-item:first-of-type dt {
    margin-bottom: 16px;
  }

  .lp-tab-info-item:first-of-type p {
    font-size: 16px;
  }

  .lp-tab-info-item + .lp-tab-info-item {
    margin-top: 60px;
  }

  .lp-tab-info-item-box>dt {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .lp-tab-info-item-box .c-button {
    margin-top: 24px;
  }

  .lp-tab-zititai {
    margin-top: 24px;
    border-radius: 16px;
    padding-block: 40px;
  }

  .lp-tab-zititai-inner {
    padding-inline: 32px;
  }

  .lp-tab-zititai-list {
    margin-top: 24px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 24px;
  }

  .lp-tab-zititai-item {
    max-width: 248px;
  }

  .lp-tab-zititai-item dt {
    font-size: 16px;
  }

  .lp-tab-zititai-color {
    margin-top: 24px;
  }

  .lp-tab-zititai-color-list {
    gap: 8px;
  }

  .lp-time-table {
    margin-top: 24px;
    border-radius: 16px;
  }

  .lp-time-table tr:first-of-type td:first-of-type {
    border-radius: 16px 0 0 0;
  }
  .lp-time-table tr:first-of-type td:nth-of-type(2) {
    border-radius: 0 16px 0 0;
  }
  .lp-time-table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 16px;
  }
  .lp-time-table tr:last-of-type td:nth-of-type(2) {
    border-radius: 0 0 16px 0;
  }

  .lp-time-table tr td {
    font-size: 30px;
    padding: 16px 32px;
  }

  .lp-time-table tr td p {
    font-weight: normal;
  }

  .lp-tab-event-pdf {
    margin-top: 60px;
  }

  .lp-pdf-download {
    margin-top: 24px;
  }

  .lp-pdf-download p{
    font-size: 16px;
  }

  .lp-tab-event-pdf .lp-pdf-coming-soon p {
    padding-block: 73px;
    font-size: 32px;
  }

  .lp-tab-event-button {
    margin-top: 60px;
  }
}

/* 最新情報はinstagramにて更新中！ */
.p-instagram a {
  font-size: 24px;
  background: #30120C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-instagram a::before {
  content: "";
  display: block;
  background: url(../../../chiikiokoshi/img/icon/icon_instagram__white.png)no-repeat center center / cover;
  aspect-ratio: 1;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  .p-instagram {
    margin-block: 24px 71px;
  }

  .p-instagram a{
    padding: 24px 16px;
    gap: 8px;
  }

  .p-instagram a::before {
    width: 32px;
  }
}

@media print, screen and (min-width: 751px) {
  .p-instagram {
    margin-block: 60px 186px;
  }
  .p-instagram a {
    padding: 42px 124px;
    gap: 24px;
  }

  .p-instagram a::before {
    width: 40px;
  }

  .p-instagram a span {
    color: #FFFAF0;
    transition: all 0.2s;
  }

  .p-instagram a:hover span {
    color: #FFFAF0;
    text-decoration: underline;
    text-underline-offset: initial;
  }
}

/* 主催 */
.p-supporter {
  background: #FFE000;
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-supporter::before {
  content: "";
  background: url(../../../chiikiokoshi/img/bg_yellow_wave.png)no-repeat center center/cover;
  position: absolute;
  z-index: -1;
}

.p-supporter-item dd,
.p-supporter-item dd span{
  font-weight: 600;
}

.p-supporter-item dd span {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .p-supporter {
    padding-bottom: 40px;
  }

  .p-supporter::before {
    top: -65px;
    left: 0;
    width: 100%;
    height: 92px;
  }

  .p-supporter-item +  .p-supporter-item{
    margin-top: 32px;
  }

  .p-supporter-item dt {
    margin-bottom: 16px;
  }

  .p-supporter-item dd {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 751px) {
  .p-supporter {
    padding-bottom: 60px;
  }

  .p-supporter::before {
    top: -126px;
    left: 0;
    width: 100%;
    height: 266px;
  }

  .p-supporter-item + .p-supporter-item {
    margin-top: 32px;
  }

  .p-supporter-item dt {
    margin-bottom: 24px;
  }

  .p-supporter-item dd {
    font-size: 24px;
  }
}

/* オーバーレイ */
.lp-tab-panel-item:has(.overRay-select-) .c-button a,
.lp-tab-panel-item:has(.overRay-select-1) .c-button a,
.lp-tab-panel-item:has(.overRay-select-3) .c-button a {
  pointer-events: none;
}

.lp-tab-panel-item:has(.overRay-select-3) .lp-tab-event-button {
  display: none;
}

.lp-tab-panel-item:has(.overRay-select-) .lp-tab-info-item:last-of-type,
.lp-tab-panel-item:has(.overRay-select-1) .lp-tab-info-item:last-of-type {
  display: none;
}

.overRay-select-3 {
  position: relative;
}

.overRay-select-3::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
}

.lp-tab-panel-item--blue .overRay-select-3::after {
  background: #0F7EAA;
}

.lp-tab-panel-item--red .overRay-select-3::after {
  background: #E83828;
}

.overRay-select .overRay-text-area {
  display: none;
}

.lp-tab-panel-item:has(.overRay-select-3) .overRay-select .overRay-text-area{
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: 80%;
}

.lp-tab-panel-item:has(.overRay-select-3) .overRay-select .overRay-text-area p {
  font-weight: 600;
  font-size: 32px;
}

@media screen and (max-width: 750px) {
  .lp-tab-panel-item:has(.overRay-select-3) .overRay-select .overRay-text-area{
    margin-bottom: 30px;
    text-align: left;
  }
}
@media print, screen and (min-width: 751px) {
  .lp-tab-panel-item:has(.overRay-select-3) .overRay-select .overRay-text-area{
    margin-bottom: 60px;
  }
}

