@charset "utf-8";
/*hasunosora_original*/

:root {
	--base-color: var(--live-hasu-color);
	--base-light-color: var(--live-hasu-light-color);
	--base-light2-color: var(--live-hasu-light2-color);
	--live-main-color: var(--live-hasu-color);
	--live-main-light-color: var(--live-hasu-light-color);
	--live-main-light2-color: var(--live-hasu-light2-color);
}



.detail {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fce8e6;
  border-bottom: #383834 solid 1px;
  padding-bottom: 80px;
}

.detail__inner {
  margin: 0 40px;
  padding-top: 40px;
  position: relative;
  z-index: 0;
  border-right: #383834 solid 1px;
  border-left: #383834 solid 1px;
  box-sizing: boder-box;
}

.detail__content {
  position: relative;
  background-color: #ffffff;
  padding: 0;
}
.detail__content > div {
	padding: 0 40px 40px;
}
.detail__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: #383834 solid 1px;
  border-bottom: #383834 solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.detail__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: #383834 solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}


.detail__foot {
  background-color: #f7f7f3;
  border-bottom: #383834 solid 1px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__foot .foot--back {
  flex-basis: 300px;
  height: 100%;
  border-right: #383834 solid 1px;
}
.detail__foot .foot--back a {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #383834;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}
.detail__foot .foot--back a::before {
  content: "";
  display: block;
  background: url("../shared/img/common/arrow_prev.png") center center no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.detail__foot .foot--back a:hover {
  color: #999999;
}
.detail__foot .foot--back a:hover::before {
  transform: translate(-5px, -50%);
}

@media screen and (max-width: 1199px) {
  .detail {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fce8e6;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }

	.detail__inner {
    margin-right: 15px;
    margin-right: 4vw;
    margin-left: 15px;
    margin-left: 4vw;
    padding-top: 15px;
    padding-top: 4vw;
    position: relative;
    z-index: 0;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    border-left: #383834 solid 1px;
    border-left: #383834 solid 0.2666666667vw;
    box-sizing: boder-box;
  }

  .detail__content {
    position: relative;
    background-color: #ffffff;
    /*padding: 30px 20px;
    padding: 8vw 5.3333333333vw;*/
  }
	.detail__content > div{
    padding: 0 20px 30px;
    padding: 0 5.3333333333vw 8vw;
	}
  .detail__content::before, .detail__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    height: 1.3333333333vw;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .detail__content::before {
    top: 0;
  }
  .detail__content::after {
    bottom: 0;
  }
  .detail__foot {
    background-color: #f7f7f3;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .detail__foot .foot--back {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    border-right: none;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .detail__foot .foot--back a {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-size: calc(6.6666666667vw * 10 / 16);
    letter-spacing: 0.05em;
    color: #383834;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: none;
  }
  .detail__foot .foot--back a::before {
    content: "";
    display: block;
    background: url("../img/common/arrow_prev.png") center center no-repeat;
    background-size: contain;
    width: 6px;
    width: 1.6vw;
    height: 10.5px;
    height: 2.8vw;
    position: absolute;
    left: 10px;
    left: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }
  .detail__foot .foot--back a:hover {
    color: #383834;
  }
  .detail__foot .foot--back a:hover::before {
    transform: translate(0px, -50%);
  }
  .detail__foot .foot--share {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    display: flex;
    align-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fce8e6;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }

	.detail__inner {
    margin-right: 15px;
    margin-right: 4vw;
    margin-left: 15px;
    margin-left: 4vw;
    padding-top: 15px;
    padding-top: 4vw;
    position: relative;
    z-index: 0;
    border-right: #383834 solid 1px;
    border-right: #383834 solid 0.2666666667vw;
    border-left: #383834 solid 1px;
    border-left: #383834 solid 0.2666666667vw;
    box-sizing: boder-box;
  }

  .detail__content {
    position: relative;
    background-color: #ffffff;
    /*padding: 30px 20px;
    padding: 8vw 5.3333333333vw;*/
  }
	.detail__content > div{
    padding: 0 20px 30px;
    padding: 0 5.3333333333vw 8vw;
	}
  .detail__content::before, .detail__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    height: 1.3333333333vw;
    border-top: #383834 solid 1px;
    border-top: #383834 solid 0.2666666667vw;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .detail__content::before {
    top: 0;
  }
  .detail__content::after {
    bottom: 0;
  }
  .detail__foot {
    background-color: #f7f7f3;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .detail__foot .foot--back {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    border-right: none;
    border-bottom: #383834 solid 1px;
    border-bottom: #383834 solid 0.2666666667vw;
  }
  .detail__foot .foot--back a {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-size: 6.6666666667vw;
    letter-spacing: 0.05em;
    color: #383834;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: none;
  }
  .detail__foot .foot--back a::before {
    content: "";
    display: block;
    background: url("../img/common/arrow_prev.png") center center no-repeat;
    background-size: contain;
    width: 6px;
    width: 1.6vw;
    height: 10.5px;
    height: 2.8vw;
    position: absolute;
    left: 10px;
    left: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }
  .detail__foot .foot--back a:hover {
    color: #383834;
  }
  .detail__foot .foot--back a:hover::before {
    transform: translate(0px, -50%);
  }
  .detail__foot .foot--share {
    flex-basis: 100%;
    height: 70px;
    height: 18.6666666667vw;
    display: flex;
    align-content: center;
    text-align: center;
  }
}


/*ライブCMSコンテンツ*/
.detail__content > div > div.c-gallery *,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h3,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h4,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h6 {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 16px;
    line-height: 1.7em;
}
@media (max-width:1199px) {
	.detail__content > div > div.c-gallery * {
	    font-size: 12px;
    	font-size: calc(3.2vw * 10 / 16);
	    line-height: 1.75em;
	}
}
@media (max-width:767px) {
	.detail__content > div > div.c-gallery * {
	    font-size: 12px;
    	font-size: 3.2vw;
	    line-height: 1.75em;
	}
}
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h3,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h4,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5,
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h6 {
    line-height: 1.2em;
}

.detail__content > div > div.c-gallery strong,
.detail__content > div > div.c-gallery strong *{
	font-weight: 600!important;
}


.detail__content > div > div.c-gallery h3:not(.ke-live_text) {
	margin-top: 30px;
	padding: 0px 8px 2px 10px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid var(--live-main-color);
	border-left: 4px solid var(--live-main-color);
}
.detail__content > div > div.c-gallery h4:not(.ke-live_text) {
	margin-top: 20px;
	border-left: 4px solid var(--live-main-color);
	padding: 0px 8px 2px 10px;
	line-height: 1.2;
	font-weight: 700;
}
.detail__content > div > div.c-gallery h5:not(.ke-live_text) {
	margin-top: 20px;
	position: relative;
	padding-left: 14px;
	font-weight: 700;
}
.detail__content > div > div.c-gallery h5:not(.ke-live_text)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	margin: auto;
	width: 8px;
	height: 8px;
	background: var(--live-main-color);
}
.detail__content > div > div.c-gallery h6:not(.ke-live_text) {
	margin-top: 20px;
	position: relative;
	padding-left: 14px;
	font-weight: 700;
}
.detail__content > div > div.c-gallery h6:not(.ke-live_text)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	margin: auto;
	width: 8px;
	height: 2px;
	background: var(--live-main-color);
}



/* LIVE用見出し（見出し大長方形） */
.detail__content > div > div.c-gallery div[data-type="component-livetext"] .ke-live_text_02 {
	padding: 2px 10px;
	background-color: var(--live-main-color);
	color: #fff;
    color: rgb(56,56,52);
}
/*LIVE用見出し（見出中大楕円形）*/
.detail__content > div > div.c-gallery div[data-type="component-livetext"] .ke-live_text_03 {
	padding: 5px 15px;
	border-radius: 0;
	font-size: 110%;
	position: relative;
	color: rgb(56,56,52);
	border: 1px solid;
	border-left: 15px solid;
	background-color: #fff!important;
}
.ke-box div[data-type="component-livetext"] .ke-live_text_03 {
	padding: 5px 15px;
	border-radius: 0;
	font-size: 110%;
	position: relative;
	color: #fff;
	border: 1px solid;
	border-left: 15px solid;
}
/* LIVE用見出し（見出し中長方形） */
.detail__content > div > div.c-gallery div[data-type="component-livetext"] .ke-live_text_04 {
	padding: 2px 10px;
	text-align: left;
	background-color: var(--live-main-color);
	font-size: 80%;
	color: #fff;
}
/* LIVE用見出し（見出し小） */
.detail__content > div > div.c-gallery div[data-type="component-livetext"] .ke-live_text_05 {
	border-bottom: 1px solid var(--live-main-color);
	padding: 4px 10px 3px;
}



.detail__content > div > div.c-gallery div[data-type="component-midashi"] h3,
.detail__content > div > div.c-gallery h3 {
	font-size: 28px;
}
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h4,
.detail__content > div > div.c-gallery h4 {
	font-size: 26px;
}
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5,
.detail__content > div > div.c-gallery h5 {
	font-size: 22px;
}
.detail__content > div > div.c-gallery div[data-type="component-midashi"] h6,
.detail__content > div > div.c-gallery  h6 {
	font-size: 20px;
}
.detail__content > div > div.c-gallery table {
	font-size: 16px;
}
.detail__content > div > div.c-gallery small {
	font-size: 0.83em;
}
.detail__content > div > div.c-gallery big {
	font-size: 1.16em;
}
.detail__content > div > div.c-gallery .exlarge {
	font-size: 30px;
}
.detail__content > div > div.c-gallery .attention {
	font-size: 16px;
}
.detail__content > div > div.c-gallery .annotation {
	font-size: 14px;
}
.detail__content > div > div.c-gallery div:not(.ke-navigation) .btn {
	font-size: 14px;
}
.detail__content > div > div.c-gallery .divtable {
	font-size: 16px;
}
.detail__content > div > div.c-gallery .ke-atension div[data-type="component-text"] .text-area {
	font-size: 80%;
}

@media screen and (max-width: 1199px) {
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h3,
	.detail__content > div > div.c-gallery h3 {
		font-size: calc(3.90625vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h4,
	.detail__content > div > div.c-gallery h4 {
		font-size: calc(4.0625vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5,
	.detail__content > div > div.c-gallery h5 {
		font-size: calc(3.4375vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5::before {
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h6,
	.detail__content > div > div.c-gallery h6 {
		font-size: calc(3.125vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery table {
		font-size: calc(2.5vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery .exlarge {
		font-size: calc(3.75vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery .attention {
		font-size: calc(1.5625vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery .annotation {
		font-size: calc(2.1875vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery div:not(.ke-navigation) .btn {
		font-size: calc(2.1875vw * 10 / 16);
	}
	.detail__content > div > div.c-gallery .divtable {
		font-size: calc(2.5vw * 10 / 16);
	}
}
@media screen and (max-width: 767px) {
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h3,
	.detail__content > div > div.c-gallery h3 {
		font-size: 3.90625vw;
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h4,
	.detail__content > div > div.c-gallery h4 {
		font-size: 4.0625vw
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5,
	.detail__content > div > div.c-gallery h5 {
		font-size: 3.4375vw;
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h5::before {
	}
	.detail__content > div > div.c-gallery div[data-type="component-midashi"] h6,
	.detail__content > div > div.c-gallery h6 {
		font-size: 3.125vw;
	}
	.detail__content > div > div.c-gallery table {
		font-size: 2.5vw
	}
	.detail__content > div > div.c-gallery .exlarge {
		font-size: 3.75vw;
	}
	.detail__content > div > div.c-gallery .attention {
		font-size: 1.5625vw;
	}
	.detail__content > div > div.c-gallery .annotation {
		font-size: 2.1875vw
	}
	.detail__content > div > div.c-gallery div:not(.ke-navigation) .btn {
		font-size: 2.1875vw;
	}
	.detail__content > div > div.c-gallery .divtable {
		font-size: 2.5vw
	}
}
.detail__content > div > div.c-gallery div[data-type="component-midashi"] {
	margin-top: 60px;
}
.detail__content > div > div.c-gallery div[data-type="component-midashi"]:first-of-type,
.detail__content > div > div.c-gallery div[data-type="component-midashi"]:first-of-type h3,
.detail__content > div > div.c-gallery div[data-type="component-midashi"]:first-of-type h4,
.detail__content > div > div.c-gallery .ke-accordion div[data-type="component-midashi"]:first-of-type,
.detail__content > div > div.c-gallery .ke-accordion div[data-type="component-midashi"]:first-of-type h3,
.detail__content > div > div.c-gallery .ke-accordion div[data-type="component-midashi"]:first-of-type h4 {
	margin-top: 0;
}
@media (max-width:1199px) {
	.detail__content > div > div.c-gallery div[data-type="component-midashi"]:first-of-type,
	.detail__content > div > div.c-gallery div[data-type="component-midashi"]:first-of-type h3,
	.detail__content > div > div.c-gallery div[data-type="component-midashi"]:first-of-type h4,
	.detail__content > div > div.c-gallery .ke-accordion div[data-type="component-midashi"]:first-of-type,
	.detail__content > div > div.c-gallery .ke-accordion div[data-type="component-midashi"]:first-of-type h3,
	.detail__content > div > div.c-gallery .ke-accordion div[data-type="component-midashi"]:first-of-type h4 {
		margin-top: 0px;
	}
}














/*イベントタイトル*/

.detail__content > div > div.c-gallery:first-child {
	margin-bottom: 0;
}
.detail__content > div > div.c-gallery:first-child > div {
}
.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"] {
	margin-left: -40px;
	margin-right: -40px;
	width: calc(100% + 40px + 40px);
	background-color: rgb(247,247,243)!important;
	border-top: #383834 solid 1px;
	margin-bottom: 0;
	position: relative;
}
@media (max-width:1199px) {
	.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"] {
		margin-left: -5.3333333333vw;
		margin-right: -5.3333333333vw;
		width: calc(100% + 5.3333333333vw + 5.3333333333vw);
	}
}
.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"] .ke-live_text_04 {
    display: block;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    margin: 0 40px;
    padding: 30px 0;
	background-color: transparent!important;
	color: rgb(56,56,52)!important;
}
@media (max-width:1199px) {
	.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"] .ke-live_text_04 {
	    font-size: calc(4vw * 10 /16);
    	margin: 0 5.3333333333vw;
    	padding: 6.6666666667vw 0;
	}
}
@media (max-width:767px) {
	.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"] .ke-live_text_04 {
	    font-size: 4vw;
    	margin: 0 5.3333333333vw;
    	padding: 6.6666666667vw 0;
	}
}
.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"]::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	border-top: #383834 solid 1px;
	border-bottom: #383834 solid 1px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
}
@media (max-width:1199px) {
	.detail__content > div > div.c-gallery:first-child > div > div[data-type="component-livetext"]::after {
		height: 1.0666666667vw;
	}
}


/*ナビコンポーネント(メニュー)*/
.detail__content .c-gallery .ke-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-left: -40px;
	margin-right: -40px;
	width: calc(100% + 40px + 40px);
    background-color: #e8e8e3;
    border-top: #383834 solid 1px;
	position: relative;
	padding: 20px 10px 0;
}
@media (max-width:1199px) {
	.detail__content .c-gallery .ke-navigation {
		margin-left: -5.3333333333vw;
		margin-right: -5.3333333333vw;
		width: calc(100% + 5.3333333333vw + 5.3333333333vw);
	}
}
.detail__content .c-gallery .ke-navigation::after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 6px;
	border-top: #383834 solid 1px;
	border-bottom: #383834 solid 1px;
	box-sizing: border-box;
	position: absolute;
	bottom: -6px;
	left: 0;
}
@media (max-width:1199px) {
	.detail__content .c-gallery .ke-navigation::after {
		height: 1.0666666667vw;
		bottom: -1.0666666667vw;
	}
}
.detail__content .c-gallery .ke-navigation a.btn {
    display: flex;
	align-items: center;
    border: #383834 solid 1px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    color: #383834;
    background-color: #f7f7f3!important;
    padding: 10px 20px;
    position: relative;
    transition: all 0.2s;
    border-radius: 0;
    text-align: left;
    transform: none;
	margin: 0 10px;
    margin-bottom: 20px;
}
@media (max-width:1199px) {
	.detail__content .c-gallery .ke-navigation a.btn {
		font-size:calc(2.9333333333vw * 10 / 16);
	}
}
@media (max-width:767px) {
	.detail__content .c-gallery .ke-navigation a.btn {
		font-size:2.9333333333vw;
	}
}
.detail__content .c-gallery .ke-navigation a.btn {
  flex-basis: -webkit-calc((100% - (20px * 7)) / 7);
  flex-basis: calc((100% - 140px) / 7);
}

@media screen and (max-width: 1800px) {
  .detail__content .c-gallery .ke-navigation a.btn {
    flex-basis: -webkit-calc((100% - (20px * 6)) / 6);
    flex-basis: calc((100% - 120px) / 6);
  }
}
@media screen and (max-width: 1700px) {
  .detail__content .c-gallery .ke-navigation a.btn {
    flex-basis: -webkit-calc((100% - (20px * 5)) / 5);
    flex-basis: calc((100% - 100px) / 5);
  }
}
@media screen and (max-width: 1440px) {
  .detail__content .c-gallery .ke-navigation a.btn {
    flex-basis: -webkit-calc((100% - (20px * 4)) / 4);
    flex-basis: calc((100% - 80px) / 4);
  }
}
@media screen and (max-width: 1250px) {
  .detail__content .c-gallery .ke-navigation a.btn {
    flex-basis: -webkit-calc((100% - (20px * 3)) / 3);
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1050px) {
  .detail__content .c-gallery .ke-navigation a.btn {
    flex-basis: -webkit-calc((100% - (20px * 2)) / 2);
    flex-basis: calc((100% - 40px) / 2);
  }
}
.detail__content .c-gallery .ke-navigation a.btn::after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url("../shared/img/common/arrow_next2.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: all 0.2s;
}
.detail__content .c-gallery .ke-navigation a.btn:hover {
    background-color: #383834!important;
    color: #f7f7f3!important;
	opacity: 1!important;
}
.detail__content .c-gallery .ke-navigation a.btn:hover::after {
    background-image: url("../shared/img/common/arrow_next2_w.png");
    background-size: contain;
    transform: translate(5px, -50%);
}


.ke-navi_display > div {
	width: 100%;
}
.ke-navi_display > div > div.ke-accordion {
	display: none;
}


/* ナビ（見出し）+LIVE用見出し（見出し大楕円形） */
.detail__content .c-gallery div[data-type="component-livetext"] .ke-ac_title h3,
.detail__content .c-gallery div[data-type="component-livetext"] .ke-live_text_01 {
	margin-left: -40px;
	margin-right: -40px;
	width: calc(100% + 40px + 40px);
    position: relative;
    cursor: pointer;
    color: rgb(56,56,52)!important;
    border-radius: 0;
    border: none;
    /* margin-bottom: 15px; */
    transform: none;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 2.3958333333vw;
    line-height: 1.3em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: min(35px,3.3333333333vw);
    padding-left: min(calc(15px + 35px),calc(2.1333333333vw + 3.3333333333vw));
	background-color: transparent!important;
	border-color: transparent!important;
	border-top: #383834 solid 1px!important;
	border-bottom: #383834 solid 1px!important;
}
@media (max-width:1199px) {
	.detail__content .c-gallery div[data-type="component-livetext"] .ke-ac_title h3,
	.detail__content .c-gallery div[data-type="component-livetext"] .ke-live_text_01 {
		margin-left: -5.3333333333vw;
		margin-right: -5.3333333333vw;
		width: calc(100% + 5.3333333333vw + 5.3333333333vw);
		font-size: calc(6.4vw * 10 / 16);
	}
}
@media (max-width:767px) {
	.detail__content .c-gallery div[data-type="component-livetext"] .ke-ac_title h3,
	.detail__content .c-gallery div[data-type="component-livetext"] .ke-live_text_01 {
		margin-left: -5.3333333333vw;
		margin-right: -5.3333333333vw;
		width: calc(100% + 5.3333333333vw + 5.3333333333vw);
		font-size: 6.4vw;
	}
}
.detail__content .c-gallery div[data-type="component-livetext"] .ke-ac_title h3::after,
.detail__content .c-gallery div[data-type="component-livetext"] .ke-live_text_01::after {
    background-color: #383834;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    content: "";
    display: block;
    height: 100%;
}
.detail__content .ke-ac_title a h3::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 10px;
	color: rgb(56,56,52)!important;
}
.detail__content .ke-ac_title a.active h3::before{/* 開いている時 */
	content: "－";
}

.detail__content .ke-ac_title a .ke-live_text.ke-live_text_01,
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_02,
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_03,
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_04{
	position: relative;
	cursor: pointer;
}
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_01::before,
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_02::before,
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_03::before,
.detail__content .ke-ac_title a .ke-live_text.ke-live_text_04::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 10px;
	color: rgb(56,56,52)!important;
}
.detail__content .ke-ac_title a.active .ke-live_text.ke-live_text_01::before,
.detail__content .ke-ac_title a.active .ke-live_text.ke-live_text_02::before,
.detail__content .ke-ac_title a.active .ke-live_text.ke-live_text_03::before,
.detail__content .ke-ac_title a.active .ke-live_text.ke-live_text_04::before{/* 開いている時 */
	content: "－";
}








/*ボックス1カラム+ボックス2カラム*/
.ke-box {
	border: 2px solid var(--live-main-color);
	border-radius: 2px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

/* テキストボックス系 */
.c-gallary:not(.ke-box) .text-area > div:not(.ke-live_text),
.c-gallary:not(.ke-box) .ke-live_link {
	margin: 10px 0 0;
}


.ke-box_table .ke-box_body {
	border-top: 1px dotted;
}
@media (max-width:480px) {
	.ke-box_table .ke-box_body {
		padding-top: 5px;
	}
}



/* リンクバナー */
.ke-live_link {
	text-decoration: none;
}
.ke-live_link_01 {
	display: block;
	padding: 10px 30px 10px 20px;
	text-align: left;
	position: relative;
	line-height: 1;
	border-radius: 0;
	border: 1px solid rgb(56,56,52)!important;
	/*color: #fff;*/
	color: rgb(56,56,52)!important;
	transition: .3s all;
	background-color: #fff!important;
}
.ke-live_link_01:hover {
	/*opacity: .8;*/
	color: #fff!important;
	background-color: rgb(56,56,52)!important;
}
.ke-live_link_01::after {
	position: absolute;
	content: '〉';
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: .3s all;
}
.ke-live_link_01:hover::after {
	right: 5px;
}
/*.ke-live_link_01:hover::before {
	position: absolute;
	content: '〉';
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}*/
.ke-live_link_02 {
	display: block;
	padding: 10px 10px;
	line-height: 1;
	border-radius: 0;
	color: #fff;
	transition: .3s all;
}
.ke-live_link_02:hover {
	opacity: .8;
}
.ke-live_link_02 > div {
	text-align: center;
}


