@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}





/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}

.logo.logo-header.logo-text {
    display: none;
}

.main {
    background: transparent;
    padding-bottom: 0;
}

main#main {
    padding-top: 0;
    padding-bottom: 0;
}

/*footer#footer {
    display: none;
}*/

.content {
    margin-top: 0;
}

/*div#header-container {
    margin-bottom: -80px;
}*/

footer#footer {
    display: none;
}

div#header-in {
    display: none;
}

.go-to-top-button{
border-radius: 0px;
}






/*表リセット*/
table:not(.has-border-color) :where(th, td) {
    border: 0;
}

table th {
    background-color: transparent;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
}

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






@media screen and (min-width: 960px){
.sp-br {
display:none;
}}

@media screen and (max-width: 959px){
.sp-br {
display:inline;
}}



@media screen and (min-width: 410px){
.sp-br2 {
display:none;
}}

@media screen and (max-width: 409px){
.sp-br2 {
display:inline;
}}





















.head-1 {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.head-1-in {
    width: 100%;
    height: 100%;
}

/* 背景画像 */
.head-1-in-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

/* 白オーバーレイ */
.head-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.65);
  z-index: 1;
}

/* ロゴ中央配置 */
.head-1-in-img2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

img.head-1-in-img2-in-1 {
    width: 80%;
    margin: 0 auto 1em auto;
    display: block;
}

/* 下の斜め帯 */
.head-1::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #4d4d4d;
  clip-path: polygon(0 40%, 50% 100%, 100% 40%, 100% 100%, 0 100%);
  z-index: 3;
}

@media screen and (max-width:768px){
img.head-1-in-img2-in-2 {
    width: 80%;
}
}











.top-1 {
    margin: 8em 0 4em 0;
}

.top-1-title {
    text-align: center;
}



@media screen and (min-width: 769px){
.top-1-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}	
	
p.top-1-flex-in-title {
    margin: 1em 0;
    font-weight: 600;
    text-align: center;
	font-size: 24px;
/*     color: #333;
    background: #fff; */
}	
	
p.top-1-title-font1 {
    color: #ed7431;
    margin-bottom: 0;
    font-size: 56px;
    letter-spacing: 5px;
    font-weight: 600;
}
	
p.top-1-title-font2 {
    font-size: 28px;
    letter-spacing: 1px;
}	
	
	.top-1-flex-in {
    width: 100%;
    padding: 10px;
}
   }
    
@media screen and (max-width: 768px) {
.top-1-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
	margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
}	
	
p.top-1-flex-in-title {
    margin: 0.5em 0;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
    font-size: clamp(1.313rem, 1.179rem + 0.67vw, 1.5rem);
}	
	
p.top-1-title-font1 {
        color: #ed7431;
        margin-bottom: 0;
        font-size: clamp(1.625rem, 0.732rem + 4.46vw, 2.875rem);
        letter-spacing: 0px;
        font-weight: 600;
    }
	
p.top-1-title-font2 {
    font-size: clamp(1.125rem, 0.902rem + 1.12vw, 1.438rem);
    letter-spacing: 1px;
}	
	
	.top-1-flex-in {
    width: 80%;
margin: 4em 0;
}
	
.top-1-flex-in.right {
    margin: 0 0 0 auto;
}	
	
p.top-1-flex-in-sen {
    padding: 0 10px;
}	
}































.info {
    background: #4d4d4d;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
.info {
    margin-bottom: -9em;
}
}


/* 黄色パネル */
@media screen and (min-width: 769px){
.info-panel {
    background: #f5c149;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 75%);
    padding: 9em 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}
}

@media screen and (max-width: 768px){
.info-panel {
    background: #f5c149;
    clip-path: polygon(0 5%, 100% 0, 100% 84%, 0 80%);
    padding: 9em 40px 18em 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}
}

/* 中央揃え */
/* .info-inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
} */

.info-inner-title {
    color: #333;
    margin-bottom: 3em;
}

p.info-sub {
    font-weight: 600;
    font-size: 21px;
}


.info-inner {
    max-width: 1100px;
    margin: 0 auto 5em auto;
    text-align: center;
}


.info-time p {
    font-size: 36px;
    font-weight: 700;
}

p.note {
    margin-bottom: 0;
    font-size: 24px;
}

p.venue-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.label {
    display: inline-block;
    background: #333;
    color: #f5c149;
    padding: 5px 2em;
    border-radius: 30px;
    font-size: 28px;
    margin-bottom: 6px;
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}



@media screen and (min-width: 769px){
h2.info-title {
    font-size: 70px;
    margin-bottom: -10px;
}
	

.info-date .day {
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
}	
   }
    
@media screen and (max-width: 768px) {
h2.info-title {
    font-size: 56px;
    margin-bottom: -10px;
    padding: 10px;
}
	
.info-date .day {
    font-size: 75px;
    font-weight: bold;
    line-height: 1;
}	
}























@media screen and (min-width: 769px){
.info-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    color: #333;
}
	
.info-date-in {
    display: flex;
    align-items: center;
}	
	

.info-date-in-right {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    line-height: 1.1;
    margin-left: 5px;
    font-weight: 700;
}	
}

@media screen and (max-width: 768px){
.info-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        color: #333;
    }

.info-date {
    margin-bottom: 3em;
}	
	
.info-date-in-right {
    /* display: flex; */
    /* flex-direction: column; */
    font-size: 40px;
    line-height: 1.1;
    /* margin-left: 5px; */
    font-weight: 700;
}	
}



























/*出演アーティスト*/

section.artist-all {
    margin-bottom: 8em;
}

.artist-inner-title {
    color: #ed7431;
    margin-bottom: 3em;
    text-align: center;
}


p.artist-sub {
    font-weight: 600;
    font-size: 21px;
}

hr.hr-1 {
    margin: 5em auto;
    width: 50%;
}

@media screen and (min-width: 769px){
p.artist-area {
    color: #f5c149;
    border: 1px solid;
    display: inline-block;
    padding: 8px 8em;
    font-size: 21px;
    border-radius: 40px;
}
	
h2.artist-title {
    font-size: 70px;
    margin-bottom: -10px;
}	
}

@media screen and (max-width: 768px){
p.artist-area {
    color: #f5c149;
    border: 1px solid;
    display: inline-block;
    padding: 8px auto;
    font-size: 21px;
    border-radius: 40px;
    width: 90%;
}
	
h2.artist-title {
    font-size: 56px;
    margin-bottom: -10px;
    padding: 10px;
}	
	
h2.artist-title.small {
    font-size: clamp(2.875rem, 2.429rem + 2.23vw, 3.5rem);
}	
}































/*出店*/

section.shop-all {
    background-color: #eacb8c;
    background-image: radial-gradient(circle, #e4b657 2px, transparent 2px), radial-gradient(circle, #e4b657 2px, transparent 2px), radial-gradient(circle, #e4b657 2px, transparent 2px), radial-gradient(circle, #e4b657 2px, transparent 2px);
    background-position: 0 0, 17px 0, 8.5px 17px, 25.5px 17px;
    background-size: 34px 34px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 3em;
    padding-bottom: 5em;
    margin-bottom: -5em;
}

section.shop-1 {
    margin: 4em 0;
}

@media screen and (min-width: 769px){
p.shop-area {
        color: #333;
        border: 2px solid;
        display: inline-block;
        padding: 8px 8em;
        font-size: 21px;
        font-weight: 700;
        border-radius: 40px;
        margin-bottom: 1em;
        /* margin-top: 1em; */
    }
   }
    
@media screen and (max-width: 768px) {
    p.shop-area {
        color: #333;
        border: 2px solid;
        display: inline-block;
        padding: 8px auto;
        font-size: 21px;
        font-weight: 600;
        border-radius: 40px;
        width: 90%;
		margin-bottom: 0;
    }
}

.shop-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.shop-list-in p {
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #ed7431;
}

@media screen and (min-width: 769px){
.shop-list-in {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    padding: 0 10px;
}
}

@media screen and (max-width: 768px){
.shop-list-in {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    /* padding: 0 10px; */
}
}

@media screen and (min-width: 769px){
.shop-list-in-2 {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    padding: 0 10px;
}
}

@media screen and (max-width: 768px){
.shop-list-in-2 {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    /* padding: 0 10px; */
}
}




























/*アクセス*/

section.access {
    background: #fff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-top: 3em;
/*     margin-bottom: 3em; */
    padding-top: 3em;
    padding-bottom: 3em;
}

section.place {
    color: #333;
    text-align: center;
}

p.place-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
}

p.place-access {
    font-size: 22px;
    margin-top: -10px;
}

img.root {
    margin-bottom: 3em;
}

iframe {
    width: 100%;
}































section.faq {
    margin: 5em 0;
}


/*アコーディオン*/
 
 @media screen and (min-width:769px){
.accordion-item {
        margin-bottom: 10px;
        position: relative;
        /* width: 80%; */
        margin-right: auto;
        margin-left: auto;
        letter-spacing: 1px;
        border-top: 1px solid;
        padding: 1em 0;
    }

    .qa-1 {
        text-align: center;
        margin: 4em 0;
        /* padding: 0 0.5em; */
    }}

@media screen and (max-width:768px){
.accordion-item {
        margin: 1em auto;
        position: relative;
        width: 100%;
        letter-spacing: 0.5px;
        font-size: 1em;
        border-top: 1px solid;
        padding: 1em 0;
    }

.qa-1 {
        /* text-align: center; */
        margin: 4em auto;
        /* padding: 0px 1em; */
        /* max-width: 660px; */
    }}

.accordion-header {
    padding: 10px 20px 10px 0px;
    cursor: pointer;
    position: relative;
    color: #f5c149;
    font-weight: 600;
    text-align: left;
}

.accordion-header .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.accordion-header .arrow::before {
    content: '+';
    font-weight: 900;
}

.accordion-header .arrow.up::before {
    content: '-';
    font-weight: 900;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-content.active {
  display: block;
}

.accordion-content p {
    margin: 0;
    color: #f5c149;
    font-size: 14px;
    text-align: left;
}


































/*協賛*/

.sponsorship {
    position: relative;
    /* background: #f2c43d; */
    padding: 5em 0;
    text-align: center;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

/* 下にかぶせるグレー */
.sponsorship::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 240%;
    height: 100%;
    background: #e6e6e6;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 0;
}

/* 文字を前面に */
.artist-inner-title {
  position: relative;
  z-index: 1;
}

.sponsorship-btn {
    position: relative;
    z-index: 1;
}

.sponsorship-btn img {
    width: 60%;
    max-width: 350px;
}

.sponsorship-btn img:hover{
opacity: 0.6; filter:
brightness(110%);
-webkit-transition: all .3s;
transition: all .3s;
}

p.sponsor-font1 {
    color: #333;
    font-size: 36px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}































/*フッターボタン*/

.entry-content {
     margin-bottom: 0em; 
}

@media screen and (min-width:769px){
.contact-btn a {
    background: #f5c149;
    color: #333;
    text-decoration: none;
    width: 60%;
    max-width: 500px;
    display: block;
    margin: 2em auto;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 0.5em 0;
    border-radius: 40px;
}
}

@media screen and (max-width:768px){
.contact-btn a {
        background: #f5c149;
        color: #333;
        text-decoration: none;
        width: 80%;
        max-width: 500px;
        display: block;
        margin: 2em auto;
        text-align: center;
        font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
        letter-spacing: 1px;
        padding: 0.5em 0;
        border-radius: 40px;
    }
}

.contact-btn a:hover{
opacity: 0.6; filter:
brightness(110%);
-webkit-transition: all .3s;
transition: all .3s;
}

.copy p {
    text-align: center;
    margin-bottom: 1em;
}































/*アニメーション*/

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}