/* --------------------------------
 * Common Style
   -------------------------------- */
li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #DEDD38;
  text-decoration: none;
}
a:hover {
  color: #DFDE62;
}

.br-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

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

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

html.cattop {
  height: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #EAEAEA;
  background: #141111 url("https://talkingblues.jp/img/2024/hero_bg.jpg") no-repeat 50% 0%;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  body {
    background-size: auto 920px;
  }
}

.header2 {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10;
	display: none;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2px;
}
.header__menu__item {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 920px) {
  .header__menu__item {
    width: 56px;
    height: 56px;
  }
}
.header__menu__item--menu {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #AE2D51;
}
.header__menu__item--menu img {
  width: 40px !important;
}
@media only screen and (max-width: 920px) {
  .header__menu__item--menu {
    width: 56px;
    height: 56px;
  }
  .header__menu__item--menu img {
    width: 28px !important;
  }
}
.header__menu__item--menu:hover {
  background-color: #D3315E;
}
.header__menu__item a {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1D1A1A;
}
@media only screen and (max-width: 920px) {
  .header__menu__item a {
    width: 56px;
    height: 56px;
  }
}
.header__menu__item a:hover {
  background-color: #221E1E;
}
.header__menu__item img {
  width: 54px;
  height: auto;
}
@media only screen and (max-width: 920px) {
  .header__menu__item img {
    width: 36px;
  }
}

.sidemenu {
  position: fixed;
  min-width: 240px;
  max-width: 320px;
  width: 25vw;
  height: 100%;
  right: -320px;
  top: 0;
  background-color: #AE2D51;
  color: #FFFFFF;
  transition: all 0.2s ease-out;
}
.sidemenu__close {
  text-align: right;
  padding-top: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 769px) {
  .sidemenu__close img {
    width: 56px;
    height: auto;
  }
}
.sidemenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 16px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__list {
    gap: 16px;
  }
}
.sidemenu__list__item a {
  display: block;
  background: url("https://talkingblues.jp/img/2024/dots_line.svg") repeat-x 100% 90%;
  color: #FFFFFF;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sidemenu__list__item a {
    font-size: 38px;
  }
}
.sidemenu__list__item a:hover {
  color: #DFDE62;
}
.sidemenu__list__item a span {
  display: inline-block;
  background-color: #AE2D51;
  padding-right: 4px;
}
.sidemenu__sns {
  margin: 16px 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__sns {
    gap: 12px;
  }
}
.sidemenu__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  height: 64px;
  border: 1px solid #FFFFFF;
  padding-left: 12px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__sns li a {
    height: 52px;
    font-size: 14px;
  }
}
.sidemenu__sns li a:hover {
  border-color: #DFDE62;
}
.sidemenu__sns li a img {
  width: 40px;
  height: auto;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .sidemenu__sns li a img {
    width: 32px;
  }
}

.modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.hero {
  padding: 24px 24px 0px;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 12px 12px 0px;
  }
}
.hero__container {
/*  height: calc(100vh - 64px);*/
  height: calc(77vh - 64px);
  position: relative;
/*  min-height: 600px;*/
  background-color: #0E0A0A;
}
@media only screen and (max-width: 768px) {
  .hero__container {
    min-height: auto;
/*    height: 560px;*/
    height: 420px;
  }
}
.hero__catch {
  position: absolute;
  left: 140px;
  top: 40px;
}

.hero_catch{
	width: 452px;
	height: auto;
}

@media only screen and (max-width: 920px) {
  .hero__catch {
    left: 106px;
    top: 64px;
  }
  .hero__catch img {
    width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__catch {
    position: static;
    text-align: center;
    padding-top: 94px;
  }
  .hero__catch img {
    width: 75%;
    max-width: 360px;
  }
}
.hero__logo {
  position: absolute;
  left: 40px;
  top: 204px;
}
.hero__logo img {
  width: 647px;
  height: auto;
}

.logo_center{
	text-align: center;
	font-size: 50pt;
}


@media only screen and (max-width: 920px) {
  .hero__logo img {
    width: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__logo {
    position: static;
    text-align: center;
    margin-top: 12px;
  }
  .hero__logo img {
    width: 80%;
    max-width: 400px;
  }
	
  .logo_center{
	font-size: 30pt;
}
	
	
}
.hero__ticket {
  position: absolute;
  right: -24px;
  bottom: 40px;
  background: url("https://talkingblues.jp/img/2024/hero_ticket.svg") no-repeat 0% 0%;
  height: 121px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .hero__ticket {
    height: 73px;
    right: -12px;
    bottom: 24px;
    background-size: auto 73px;
  }
}
.hero__ticket__text {
  padding: 60px 24px 0px 50px;
  font-size: 24px;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__ticket__text--long {
  font-size: 20px;
}
.hero__ticket__text img {
  margin-left: 60px;
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 768px) {
  .hero__ticket__text {
    font-size: 14px;
    padding: 40px 16px 0px 30px;
  }
  .hero__ticket__text--long {
    font-size: 13px;
  }
  .hero__ticket__text img {
    margin-left: 42px;
    width: 20px;
    height: 20px;
    margin-top: -14px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__ticket__text:hover {
    padding-right: 60px;
  }
}
.hero__streaming {
  position: absolute;
  right: -24px;
  bottom: 40px;
  background: url("https://talkingblues.jp/img/2024/hero_streaming.svg") no-repeat 0% 0%;
  height: 142px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .hero__streaming {
    height: 90px;
    right: -12px;
    bottom: 24px;
    background-size: auto 96px;
  }
}
.hero__streaming__text {
  padding: 66px 24px 0px 50px;
  font-size: 21px;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero__streaming__text span {
  color: #DEDD38;
}
.hero__streaming__text img {
  margin-left: 32px;
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 768px) {
  .hero__streaming__text {
    font-size: 14px;
    padding: 38px 16px 0px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__streaming__text img {
    margin-left: 12px;
    width: 20px;
    height: 20px;
    margin-top: -14px;
  }
}
@media only screen and (min-width: 769px) {
  .hero__streaming__text:hover {
    padding-right: 60px;
  }
}

.section-title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-title img {
    width: auto;
    height: 46px;
  }
}
.section-title h2 {
  margin-top: 16px;
  font-weight: 400;
  color: #ADADAD;
  font-size: 36px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .section-title h2 {
    margin-top: 8px;
    font-size: 26px;
  }
}

#trailer_sp_box h2 {
  margin-top: 16px;
  font-weight: 400;
  color: #ADADAD;
  font-size: 36px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  #trailer_sp_box h2 {
    margin-top: 8px;
    font-size: 26px;
	  margin-bottom: 30px;
  }
}



span.disable-link,
a.ex-link {
  border: 1px solid #DEDD38;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
}
span.disable-link:hover,
a.ex-link:hover {
  background-color: #D5D41A;
  color: #000000;
}
span.disable-link img,
a.ex-link img {
  margin-left: 8px;
  vertical-align: initial;
}

span.disable-link {
  border-color: #25221F;
  color: #ADADAD;
}
span.disable-link:hover {
  background: none;
  color: #ADADAD;
}

.outline {
  margin: 0 auto 0px;
  max-width: 1024px;
  padding: 100px 16px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .outline {
    margin: 0px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 50px 16px 50px;
  }
}
@media only screen and (min-width: 769px) {
  .outline__title {
    text-align: right;
    margin-right: 64px;
  }
}
.outline__content {
  width: 100%;
}
.outline__data dt {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  color: #5A5958;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .outline__data dt {
    font-size: 20px;
  }
}
.outline__data dd {
  margin-top: 4px;
  padding-bottom: 24px;
  font-size: 32px;
  border-bottom: 1px solid #25221F;
  line-height: 1.44;
}
@media only screen and (max-width: 768px) {
  .outline__data dd {
    font-size: 20px;
  }
}
.outline__data dd small {
  font-size: 18px;
  padding-left: 2px;
  vertical-align: 1px;
}
@media only screen and (max-width: 768px) {
  .outline__data dd small {
    font-size: 20px;
  }
}
.outline__data dd a {
  font-size: 18px;
  vertical-align: 4px;
}
@media only screen and (max-width: 768px) {
  .outline__data dd a {
    margin-top: 4px;
    vertical-align: auto;
  }
}
.outline__data--finished dd {
  color: #CCCCCC;
  line-height: 1.3;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .outline__data--finished dd {
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .outline__data:first-of-type dt {
    margin-top: 0px;
  }
}
.outline__data .sold {
  color: #DEDD38;
  font-size: 20px;
  font-weight: 700;
  padding-left: 6px;
  font-family: "Big Shoulders Display", sans-serif;
}
@media only screen and (min-width: 769px) {
  .outline__data .sold {
    font-size: 26px;
  }
}

.outline__data_br{
	height: 20px;
}


.ticket {
/*  margin-top: 140px;*/
  padding-top: 100px;
	padding-bottom: 50px;
/*  background: url("https://talkingblues.jp/img/2024/ticket_bg.jpg") no-repeat 50% 36px;*/
  background: url("https://talkingblues.jp/img/2024/ticket_bg.jpg") no-repeat 50% 0;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .ticket {
    margin-top: 0px;
    background-position: 50% 16px;
	  padding-top: 50px;
  }
}
.ticket__content {
  max-width: 1024px;
  margin: 0px auto;
}
.ticket__subtitle {
  font-weight: 400;
  font-size: 36px;
  margin-top: 72px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ticket__subtitle {
    font-size: 26px;
    margin-top: 56px;
  }
}
.ticket__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.ticket__price li {
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .ticket__price li {
    margin-top: 2px;
  }
}
.ticket__price li strong {
  padding-left: 12px;
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .ticket__price li strong {
    font-size: 24px;
    padding-left: 8px;
  }
}
.ticket__price li small {
/*  padding-left: 8px;*/
	text-align: center;
  font-size: 20px;
/*  color: #ADADAD;*/
}
@media only screen and (max-width: 768px) {
  .ticket__price li small {
    font-size: 17px;
  }
}
.ticket__category {
  display: inline-block;
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #AE2D51;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .ticket__category {
    font-size: 15px;
    height: 22px;
    width: 45px;
    line-height: 22px;
  }
}

.mishu{
	font-size: 80%;
	margin-top: 14px;
}


.ticket__schedule {
	width: 500px;
	margin: 0 auto;
	
  border-bottom: 1px solid #25221F;
  padding: 24px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule {
	  text-align: center;
	  width: 70%;
	  
    padding: 16px 0px;
/*    margin: 0px 12px;*/
    margin: 0px auto;
	  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.ticket__schedule:first-of-type {
  margin-top: 40px;
  border-top: 1px solid #25221F;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule:first-of-type {
    margin-top: 24px;
  }
}
.ticket__schedule__title {
  width: 312px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule__title {
    width: auto;
  }
}
.ticket__schedule__title--finished {
  opacity: 0.5;
}
.ticket__schedule__title h4 {
  font-weight: 700;
  font-size: 18px;
}
.ticket__schedule__title p {
  font-size: 16px;
  color: #ADADAD;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule__title p {
    font-size: 18px;
    margin-top: 2px;
  }
}
.ticket__schedule__title--general {
  text-align: center;
  width: 100%;
}
.ticket__schedule__title--general h4 {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule__title--general h4 {
    font-size: 20px;
  }
}
.ticket__schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule ul {
    margin-top: 8px;
  }
}
.ticket__schedule ul li a {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule ul li a {
    font-size: 15px;
  }
}
.ticket__schedule ul li span.disable-link {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .ticket__schedule ul li span.disable-link {
    font-size: 15px;
  }
}
.ticket__schedule__finished {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
}
.ticket__schedule__finished--final {
  font-size: 20px;
  margin: 0px auto;
}

.streaming {
  margin: 124px auto 120px;
  max-width: 1024px;
}
@media only screen and (max-width: 768px) {
  .streaming {
    margin: 96px auto 72px;
  }
}
.streaming__container {
  background-color: rgba(70, 70, 70, 0.12);
  background-image: url("https://talkingblues.jp/img/2024/streaming_bg.svg");
  background-position: 50% 50%;
  margin-top: -84px;
  padding: 120px 24px 64px;
}
@media only screen and (max-width: 768px) {
  .streaming__container {
    margin: -60px 12px 0px;
    padding: 80px 12px 48px;
  }
}
.streaming__catch {
  font-size: 22px;
}
@media only screen and (min-width: 769px) {
  .streaming__catch {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .streaming__catch {
    font-size: 20px;
  }
}
.streaming__catch span {
  font-weight: 700;
  color: #DEDD38;
}
.streaming__data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .streaming__data {
    margin-top: 24px;
  }
}
.streaming__image {
  background: url("https://talkingblues.jp/img/2024/streaming_pc.svg") 50% 0%;
  width: 766px;
  height: 208px;
}
@media only screen and (max-width: 768px) {
  .streaming__image {
    background-image: url("https://talkingblues.jp/img/2024/streaming_sp.svg");
    height: 399px;
    width: 100%;
    max-width: 560px;
  }
}
.streaming__item {
  display: flex;
  background-color: rgba(47, 47, 47, 0.3);
  flex-direction: row;
  align-items: center;
  width: 500px;
}
.streaming__item--price {
  flex-direction: column;
  grid-row: 1/1;
  grid-column: 1/2;
  height: 208px;
}
.streaming__item--date {
  grid-row: 2/2;
  grid-column: 1/2;
}
.streaming__item--span {
  grid-row: 2/2;
  grid-column: 2/2;
}
.streaming__item h3 {
  font-size: 20px;
  color: #DEDD38;
}
.streaming__btn {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .streaming__btn {
    margin-top: 24px;
  }
}
.streaming__btn a {
  display: flex;
  background-color: #AE2D51;
  color: #fff;
  width: 370px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0px auto;
  font-size: 26px;
  font-weight: 700;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .streaming__btn a {
    width: 100%;
    max-width: 360px;
    font-size: 20px;
  }
}

.goods {
  margin: 144px auto 120px;
  max-width: 1024px;
}
@media only screen and (max-width: 980px) {
  .goods {
    margin: 144px 12px 100px;
  }
}
.goods__title {
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  .goods__title {
    margin-top: -32px;
  }
}
.goods__title h2 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .goods__title h2 {
    font-size: 24px;
  }
}
.goods__title p {
  font-size: 24px;
  margin-top: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .goods__title p {
    font-size: 20px;
  }
}
.goods__content {
  min-height: 248px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .goods__content {
    font-size: 24px;
  }
}
.goods__contents {
  margin-top: 40px;
  display: grid;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .goods__contents {
    gap: 64px;
  }
}
.goods__item {
  display: grid;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .goods__item {
    gap: 12px;
  }
}
.goods__slider {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .goods__slider {
    display: none;
  }
}
.goods__slider .swiper-wrapper {
  height: auto;
}
.goods__slider .swiper-slide {
  height: auto;
}
.goods__slider .swiper-slide img {
  width: 100%;
  height: 100%;
}
.goods__slider__image img {
  height: 240px;
  width: auto;
}
.goods__image {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .goods__image {
    display: none;
  }
}
.goods__image--shirt {
  grid-template-columns: 1fr 1fr 1fr;
}
.goods__image--glasses {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.goods__image__thumb {
  position: relative;
}
.goods__image__thumb__image {
  width: 100%;
  height: auto;
}
.goods__image__thumb__loupe {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.goods__about {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .goods__about {
    display: block;
  }
}
.goods__product {
  flex-shrink: 0;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .goods__product {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.goods__product__num {
  display: inline-block;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.25);
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .goods__product__num {
    font-size: 26px;
  }
}
.goods__product__name {
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .goods__product__name {
    font-size: 26px;
  }
}
.goods__product__name span {
  display: inline-block;
  font-size: 18px;
  vertical-align: 5px;
  padding-left: 4px;
}
@media only screen and (max-width: 768px) {
  .goods__product__name span {
    font-size: 16px;
    vertical-align: 3px;
  }
}
.goods__data {
  padding-top: 8px;
  display: grid;
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .goods__data {
    padding-top: 16px;
    gap: 10px;
  }
}
.goods__data__item {
  display: grid;
  gap: 16px 12px;
  grid-template-columns: max-content auto;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .goods__data__item {
    gap: 10px;
    align-items: first baseline;
  }
}
.goods__data__item--single {
  display: block;
}
.goods__data__item dt {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  .goods__data__item dt {
    font-size: 16px;
  }
}
.goods__data__catch {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .goods__data__catch {
    font-size: 16px;
  }
}
.goods__data__list {
  display: flex;
  gap: 8px;
}
.goods__data__list__item {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .goods__data__list__item {
    font-size: 15px;
    padding: 4px 6px;
  }
}
.goods__data__price {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .goods__data__price {
    font-size: 20px;
  }
}
.goods__data__price small {
  vertical-align: 1px;
  padding: 0 1px;
}



#inquiry {
  padding-top: 100px;
	padding-bottom: 100px;
/*  background: url("https://talkingblues.jp/img/2024/ticket_bg.jpg") no-repeat 50% 36px;*/
  background: url("https://talkingblues.jp/img/2024/ticket_bg.jpg") no-repeat 50% 0px;
  background-size: 100% auto;
	
}
@media only screen and (max-width: 768px) {
  #inquiry {
    margin-top: 120px;
    background-position: 50% 16px;
  }
}


.big_h{
	font-family: "Big Shoulders Inline", sans-serif;
	font-size: 65pt;
}

@media only screen and (max-width: 768px){
	.big_h{
		font-size: 50pt;
		margin-bottom: 20px;
	}
	
}


.inquiry__subtitle {
  font-weight: 400;
  font-size: 30px;
  margin-top: 42px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .inquiry__subtitle {
    font-size: 24px;
    margin-top: 56px;
  }
}

@media only screen and (max-width: 768px) {
  #inquiry {
    margin-top: 48px;
  }
}

#inquiry_koenbox{
	width: 730px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16pt;
}




.koenL{
	width: 230px;
	margin-top: 20px;
}

.koenR{
	width: 500px;
	margin-top: 20px;
}


@media only screen and (max-width: 768px) {
  #inquiry_koenbox {
	  width: 100%;
	  padding: 0 13px;
    display: block;
	font-size: 13pt;
  }
	
	.koenL{
		width: 100%;
		margin-top: 20px;
	}

	.koenR{
		width: 100%;
		margin-top: 0;
	}
	
}



#inquiry_ticketbox{
	text-align: center;
	font-size: 16pt;
	padding: 0 13px;
}

@media only screen and (max-width: 768px) {
	#inquiry_ticketbox{
		font-size: 13pt;
	}
}

#inquiry_ticketbox a{
	text-decoration: underline
}


.credit {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .credit {
    margin-top: 48px;
  }
}
.credit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .credit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
}
.credit__list li {
  font-size: 20px;
  color: #CCCCCC;
}
@media only screen and (max-width: 768px) {
  .credit__list li {
    font-size: 16px;
  }
}
.credit__list li a {
  text-decoration: underline;
}

.toplink {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 444px;
}
@media only screen and (max-width: 768px) {
  .toplink {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .toplink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.toplink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  width: 100%;
  height: 100%;
  min-height: auto;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  .toplink a {
    max-width: 768px;
    height: 240px;
    margin: 0;
    font-size: 16px;
  }
}
.toplink a:first-of-type {
  margin-left: 20px;
  background: #000 url("https://talkingblues.jp/img/top_book.png") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .toplink a:first-of-type {
    margin: 0 4px 4px;
  }
}
.toplink a:last-of-type {
  margin-right: 20px;
  background: #000 url("https://talkingblues.jp/img/top_live.png") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .toplink a:last-of-type {
    margin: 0 4px;
  }
}
.toplink a button {
  padding: 12px 24px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  .toplink a button {
    padding: 8px 16px;
    line-height: 1.25;
  }
}
.toplink a button span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .toplink a button span {
    font-size: 20px;
  }
}
.toplink a:hover {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.88));
  background-position: 50% 52%;
}
.toplink a:hover button {
  background-color: #fff;
  color: #000;
}

.copyright {
  text-align: center;
  padding: 24px 8px;
  color: #413F3C;
}

.modal__close a {
  display: block;
  width: 100px;
  height: 40px;
  border: 1px solid #ccc;
  line-height: 40px;
  margin: 0 auto 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}
.modal__close a:hover {
  background-color: #AE2D51;
}

.modal a.close-modal[class*=icon-] {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #900;
  border: 2px solid #fff;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  -ms-border-radius: 26px;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=style2024.css.map */