/*--------------------------------------
utility
---------------------------------------*/
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
.br01 {
  display: block;
}
.br02 {
  display: none;
}
.globalInner {
  width: 86%;
  margin: 0 auto;
}

/*-------------------------------------------------------------------------------------*/
.menu_slide {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9989;
  right: 0px;
}
.menu_slide img {
  width: 100%;
}
.menu_slide h1 {
  padding: 7.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw auto 0.0vw;
  width: 37.0vw;
  position: absolute;
  left: 5.0vw;
}
.menu_slide p a {
  padding: 2.0vw 3.0vw 1.7vw 3.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  font-size: 2.5vw;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 5.0vw;
  left: 47.0vw;
}
/*-------------------------------------------------------------------------------------*/
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 401;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #D0121B;
  cursor: pointer;
}
.hamburger.active {
  background-color: #000000;
}
.hamburger_inwrap {
  position: absolute;
  top: 9px;
  left: 10px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  background: #000000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  z-index: 400;
}
nav.globalMenuSp ul.menu01 {
  margin: 0 auto;
  /*  padding: 11vh 0 0 0;*/
  padding: 12vh 0 0 0;
  width: 100%;
}
nav.globalMenuSp ul.menu01 li {
  list-style-type: none;
  width: 100%;
  font-size: 4.3vh;
  /*  padding: 0 0 4vh 0;*/
  padding: 0 0 3.5vh 0;
  font-family: 'Bebas Neue';
  color: #555555;
}
nav.globalMenuSp ul.menu01 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul.menu01 li:hover {
  /*	background: #ddd;*/
}
nav.globalMenuSp ul.menu01 li a {
  /*display: block;*/
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
}
nav.globalMenuSp ul.menu01 li a .menunew {
  position: absolute;
  top: 2.4vw;
  left: -7.5vw;
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  font-size: 0.5em;
  color: #D0121B;
}
nav.globalMenuSp ul.menu01 li a .menulist:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
/*-------------------------------------------------------------------------------------*/
.slidemenusns_wrap {
  padding: 5.6vh 0 0;
  margin: 0 auto;
  width: 50%;
}
.slidemenusns_wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.slidemenusns_wrap ul li {
  padding: 0;
  margin: 0 3.1vw;
  width: 5.55vh;
}
.slidemenusns_wrap ul li img.snstw {
  margin: 1vw 0 0 0;
}
.slidemenusns_wrap ul li img.snsfb {
  margin: 0;
}
.slidemenusns_wrap ul li img.snsln {
  margin: 0;
}
.slidemenusns_wrap ul li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}
/*--------------------------------------
hero
---------------------------------------*/
.mainkv_pc {
  display: none;
}
.mainkv_sp {
  display: block;
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  background-color: #252323;
  width: 100%;
}
.mainkv_sp_mainwrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
  background-color: #D0121B;
  position: relative;
}
.mainkv_sp .mainkv_sp_stagelogowrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
}
.mainkvarrow_sp {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
  height: inherit;
  padding-top: 127vw;
  background-image: url("../images/contents/mainkv/mainkv_arrow_sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-indent: -9999px;
}
.mainkv_sp .mainkv_sp_innerwrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mainkv_sp .mainkv_sp_logowrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
}
.mainkvlogo01_sp {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 9.733vw auto 0.0vw;
  width: 62.133vw;
  height: 68.666vw;
  background-image: url("../images/contents/mainkv/mainkvlogo01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -9999px;
}
.mainkvlogo02_sp {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 10.8vw auto 0.0vw;
  width: 70.0vw;
  height: 32.266vw;
  background-image: url("../images/contents/mainkv/mainkvlogo02.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -9999px;
}
.mainkvlogo04 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 9.733vw auto 0.0vw;
  width: 70.0vw;
  height: 159.81vw;
  background-image: url("../images/contents/mainkv/mainkvlogo04.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -9999px;
}
.mainkvbntn_wrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
}
.mainkvbntn_wrap h3 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 8.00vw auto 8.0vw;
  width: 80%;
  height: 38.0vw;
  background-image: url("../images/contents/mainkv/mainkv_days_sp.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -9999px;
}
.mainkvbntn_wrap ul {
  padding: 0.0vw 0.0vw 5.0vw 0.0vw;
  margin: 0.0vw auto 0.0vw;
  width: 80%;
  font-family: 'Bebas Neue';
}
.mainkvbntn_wrap ul li {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
  background-color: #808080;
  color: #565656;
  font-size: 8.0vw;
  letter-spacing: 0.02em;
  text-align: center;
}
.mainkvbntn_wrap ul li:nth-child(2) {
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
}
.mainkvbntn_wrap ul li:nth-child(3) {}
.mainkvbntn_wrap ul li.notlink {
  padding: 2.0vw 0.0vw 2.0vw 0.0vw;
  margin: 0.0vw 0.0vw 5.0vw 0.0vw;
}
.mainkvbntn_wrap ul li a {
  padding: 2.0vw 0.0vw 2.0vw 0.0vw;
  margin: 0.0vw 0.0vw 5.0vw 0.0vw;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 8.0vw;
  letter-spacing: 0.02em;
  text-align: center;
  transition: background-color 0.3s;
}
.mainkvbntn_wrap ul li a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
/*-----------------------------------------------------------------------------*/
/*--------------------------------------
news
---------------------------------------*/
.news {
  padding: 0;
  margin: -1px 0 0;
  position: relative;
  z-index: 100;
}
.news .inner {
  display: inherit;
  background: url(../images/contents/bg_pattern.png) repeat;
}
.news .head {
  width: 100%;
  background: #252323;
  padding: 5vw 0;
}
.news .heading {
  font-family: 'Bebas Neue';
  color: #fff;
  font-size: 8vw;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 5vw;
  position: relative;
}
.news .heading::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #747373;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
}
.news .snswrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 3.0vw 0.0vw;
  display: flex;
}
.news .sns {
  padding: 0.0vw 5.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  flex-basis: 50%;
  text-align: right;
}
.news .sns:nth-child(2) {
  padding: 0.0vw 0.0vw 0.0vw 8.5vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  text-align: left;
}
.news .sns a:hover, .news .sns a:focus {
  opacity: .8;
  transition: .2s;
}
.news .sns a {
  color: #fff;
  font-size: 4.2vw;
  position: relative;
}
.news .sns a::before {
  content: '';
  width: 4vw;
  height: 4vw;
  background: url(../images/contents/hero/tw.svg) center / contain no-repeat;
  position: absolute;
  top: 1.2vw;
  left: -5vw;
  margin: auto;
}
.news .list {
  width: 100%;
  font-size: 3.5vw;
  line-height: 1.5em;
  overflow-y: scroll;
  height: 180px;
  scroll-behavior: auto;
  background: #3d3a3a;
  /*Newsが増えた場合背景は削除してオーバーフローさせる*/
}
/*スクロールバーの横幅指定*/
.news .list::-webkit-scrollbar {
  width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.news .list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.news .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b6b6b6;
}
.news .list li a {
  display: inherit;
  padding: 3vw 5vw 3vw 5vw;
}
.news .list li:nth-child(odd) {
  background: #3d3a3a;
  /*border-right: 2px solid #f2f2f2;*/
  /*Newsが増えた場合コメントアウト取る*/
}
.news .list li:nth-child(even) {
  background: #2d2929;
  /*border-right: 2px solid #f2f2f2;*/
  /*Newsが増えた場合コメントアウト取る*/
}
.news .list .date {
  color: #a2a2a2;
  padding: 0;
}
.news .list .text {
  color: #fff;
  letter-spacing: .075em;
}
/*--------------------------------------
guideline
---------------------------------------*/
.guideline .outer {
  background: #f8f8f8 url(../images/contents/bg_pattern.png) center / contain repeat;
  padding: 0.0vw 0.0vw 10.0vw 0.0vw;
  ;
}
.guideline .inner {
  width: 86%;
  background-color: #fff;
  padding: 10vw 5vw;
  margin: 0 auto;
}
.guideline .heading {
  font-size: 4.5vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: .08em;
  margin-bottom: 77px;
  position: relative;
}
.guideline .heading .heading-en {
  font-weight: normal;
}
.guideline .heading::after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #3d3a3a;
  position: absolute;
  bottom: -44px;
  left: 0;
  margin: auto;
}
.guideline .heading .heading-en {
  display: block;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  letter-spacing: .08em;
  margin-bottom: 19px;
  text-align: left;
}
.guideline .content .lead, .guideline .content .text {
  font-size: 3.7vw;
  line-height: 1.8em;
  margin: 1rem 0 8vw;
}
.guideline .content .title {
  font-size: 4.0vw;
  font-weight: bold;
  line-height: 1.363636363636364;
}
.guideline .link {
  display: block;
  max-width: 747px;
  color: #fff;
  font-size: 4.0vw;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  background-color: #3d3a3a;
  padding: 3vw 4vw;
  margin: 0 auto;
  position: relative;
}
.guideline .link::after {
  content: '';
  width: 29px;
  height: 32px;
  background-image: url(../images/contents/icon_pdf_w.svg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
}
.guideline .link:hover::after, .guideline .link:focus::after {
  background: url(../images/contents/icon_pdf_b.svg);
}
/*--------------------------------------
salutation
---------------------------------------*/
.salutation .outer {
  background: #f8f8f8 url(../images/contents/bg_pattern.png) repeat;
  padding: 10.0vw 0.0vw 10.0vw 0.0vw;
}
.salutation .inner {
  width: 86%;
  background: #fff;
  padding: 10vw 5vw;
  margin: 0 auto;
}
.salutation .heading {
  font-size: 3.5vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: .08em;
  margin: 0 0 57px;
  position: relative;
}
.salutation .heading .heading-en {
  font-weight: normal;
}
.salutation .heading .heading-ja {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.salutation .heading::after {
  content: '';
  width: 15px;
  height: 2px;
  background: #3d3a3a;
  position: absolute;
  bottom: -28px;
  left: 0;
  margin: auto;
}
.salutation .heading .heading-en {
  display: block;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  letter-spacing: .08em;
  margin-bottom: 5px;
  text-align: left;
}
.salutation .content .lead, .salutation .content .text {
  font-size: 3.7vw;
  line-height: 1.8em;
  margin: 1rem 0 5vw;
}
.salutation .content .title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.36;
}
.salutation .content .lead:last-child {
  margin: 0;
  text-align: right;
}
/*--------------------------------------
ticket
---------------------------------------*/
.ticket .inner {
  padding: 20vw 0 13vw;
}
.ticket .heading {
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 10vw;
}
.ticket .heading .heading-en {
  position: relative;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  font-weight: normal;
  letter-spacing: .08em;
  margin-bottom: 5px;
  text-align: center;
}
.ticket .heading .heading-en::before {
  content: '';
  width: 5.5vw;
  height: inherit;
  padding-top: 8.0%;
  background-size: contain;
  background-image: url(../images/contents/icon_rock_01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -10.5vw;
  right: 0;
  left: 0;
  margin: auto;
}
.ticket .text {
  font-family: 'Bebas Neue';
  color: #d5d5d5;
  font-size: 10.0vw;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 19px;
}
.ticket .sub-text {
  text-align: center;
  font-size: 3.8vw;
  letter-spacing: .08em;
  font-weight: bold;
  color: #d5d5d5;
}
.ticket .content {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw auto 0.0vw;
  width: 88%;
}
.ticket .table {
  width: 100%;
  margin-bottom: 10vw;
  position: relative;
}
.ticket .table::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
}
/*-----------------------------------------------------------------------------*/
.ticket .table th, .ticket .table td {
  font-size: 4.0vw;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  padding: 15px 10px;
}
.ticket .table td {
  padding: 0 10px 15px;
}
.ticket .table th {
  font-weight: bold;
  letter-spacing: -0.01em;
}
.ticket .text-bold {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: -0.05em
}
.ticket .type {
  font-size: 1.8rem;
  padding-right: 2vw;
  letter-spacing: -0.05em
}
.ticket .unit {
  font-size: 1rem;
  padding-left: 1vw;
  letter-spacing: -0.05em
}
.ticket .note {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  font-weight: normal;
  text-align: left;
  padding: 2vw 0 3vw;
}
.ticket .table-02 tr:nth-child(1) {
  color: #fff;
  background-color: #4e5355;
}
.ticket .table-02 td {
  text-align: center;
  line-height: 1.4;
}
.ticket .table-02 tr:nth-child(even) {
  background-color: #f8f8f8;
}
.ticket .text-link {
  text-decoration: underline;
  color: #666;
  z-index: 1;
}
.ticket .text-link:hover, .ticket .text-link:focus {
  opacity: .5;
}
.ticket-list {
  margin-bottom: 3.5vw;
  word-break: break-all;
  position: relative;
  left: 3vw;
  z-index: 1;
  padding-right: 3vw;
}
.ticket-list:first-child {
  padding-top: 10px;
}
.ticket-list:last-child {
  margin-bottom: 10px;
}
.ticket-title {
  position: relative;
  display: inline-block;
}
.ticket-title::before {
  content: "■";
  position: absolute;
  top: 0;
  left: -5vw;
  display: inline-block;
}
/*--------------------------------------
artist
---------------------------------------*/
.artist .inner {
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #252323;
  padding: 20.0vw 0 13.0vw;
}
.artist .heading {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10.0vw;
}
.artist .heading .heading-en {
  display: block;
  position: relative;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  letter-spacing: .08em;
  margin-bottom: 5px;
  text-align: center;
  font-weight: normal;
}
.artist .heading .heading-en::before {
  content: '';
  width: 5.5vw;
  height: inherit;
  padding-top: 8.0%;
  background-size: contain;
  background-image: url(../images/contents/icon_rock_02.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -10.5vw;
  right: 0;
  left: 0;
  margin: auto;
}
.artist .text {
  color: #575757;
  font-size: 10.0vw;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 19px;
}
.artist .sub-text {
  text-align: center;
  font-size: 3.8vw;
  letter-spacing: .08em;
  font-weight: bold;
  color: #575757;
}
.artist .content {
  width: 90%;
  /*max-width: calc(100% - 80px);*/
  margin: 0 auto;
}
/******************************************************************************/
.artist #artist_condolences {
  padding: 9.5vw 0.0vw 0.0vw 0.0vw;
  margin: -9.5vw 0.0vw 0.0vw 0.0vw;
}
.artist .information_condolences {
  padding: 5.0vw 5.0vw 5.0vw 5.0vw;
  margin: 0.0vw auto 15.0vw;
  background-color: #FFFFFF;
  max-width: 100%;
  border: #000000 2px solid;
}
.artist .information_condolences .infor_condolences_title {
  padding: 0.0vw 0.0vw 3.0vw 0.0vw;
  margin: 0.0vw auto 0.0vw;
  font-size: 5.0vw;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.artist .information_condolences .infor_condolences_read {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw auto 0.0vw;
  font-size: 4.0vw;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/******************************************************************************/
.artist .catch {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #FFFFFF;
  padding: 4px 0;
  margin-bottom: 40px;
}
.artist .catch span {
  display: block;
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #005BAB;
  padding: 5.0vw 0px 5.0vw 0px;
  line-height: 1.2em;
}
/******************************************************************************/
.artist .spcatch {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #FFFFFF;
  padding: 4px 0;
  margin-bottom: 40px;
}
.artist .spcatch span {
  display: block;
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #D0121B;
  padding: 5.0vw 0px 5.0vw 0px;
  line-height: 1.2em;
}
/******************************************************************************/
.artist .splineupwrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 80px 0.0vw;
}
/******************************************************************************/
.artist .lineup {
  display: flex;
  gap: 40px;
  flex-flow: column;
}
.artist .lineup li {
  position: relative;
}
.artist .lineup .card {
  width: 100%;
  overflow: hidden;
}
.artist .lineup .card .text {
  margin-bottom: 0;
}
.artist .lineup .card .atarashi-chikara {
  width: 50vw;
  height: 5vw;
  background: url(../images/contents/artist/logo-atarashi_chikara.svg) center / cover no-repeat;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 3.5vw;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px 2px #000);
}
.artist .lineup .card .card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 91, 171, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  width: 100%;
  height: 12vw;
  white-space: nowrap;
  padding: 1vw 0;
  line-height: 1.2;
}
.artist .lineup .card .card-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.7);
  color: #fff;
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: 1vw 0;
  line-height: 1.2;
}
.artist .lineup a {
  display: block;
}
.artist .lineup .comment {
  position: absolute;
  z-index: 2;
  content: "";
  width: 20vw;
  height: 20vw;
  background: url(../images/contents/artist/icon_comment.png) center / contain no-repeat;
  top: -6.5vw;
  right: -6.5vw;
}
.artist .lineup .comment:hover {
  filter: brightness(150%);
  transition: .1s;
}
.artist .lineup li figure {
  background: center / cover no-repeat;
}
.artist .lineup li figure:hover {
  transform: scale(1.1, 1.1);
  transition: .5s all;
}
.artist .lineup li figure:hover + .text {
  background-color: #005BAB;
  transition: .5s all;
}
/* アーティスト一覧 */
.artist .lineup .aaequal figure {
  background-image: url("../images/contents/artist/artist-aaequal.jpg");
}
.artist .lineup .quruli figure {
  background-image: url("../images/contents/artist/artist-quruli.jpg");
}
.artist .lineup .kreva figure {
  background-image: url("../images/contents/artist/artist-kreva.jpg");
}
.artist .lineup .backhorn figure {
  background-image: url("../images/contents/artist/artist-backhorn.jpg");
}
.artist .lineup .spacialothers figure {
  background-image: url("../images/contents/artist/artist-spacialothers02.jpg");
}
.artist .lineup .sheenatherokkets figure {
  background-image: url("../images/contents/artist/artist-sheenatherokkets.jpg");
}
.artist .lineup .sugashikao figure {
  background-image: url("../images/contents/artist/artist-sugashikao02.jpg");
}
.artist .lineup .takeharapistol figure {
  background-image: url("../images/contents/artist/artist-takeharapistol.jpg");
}
.artist .lineup .tsujiayano figure {
  background-image: url("../images/contents/artist/artist-tsujiayano.jpg");
}
.artist .lineup .fujimakiryota figure {
  background-image: url("../images/contents/artist/artist-fujimakiryota01.jpg");
}
.artist .lineup .delico figure {
  background-image: url("../images/contents/artist/artist-delico.jpg");
}
/******************************************************************************/
.artist .lineup .ua figure {
  background-image: url("../images/contents/artist/artist-ua.jpg");
}
.artist .lineup .grapevine figure {
  background-image: url("../images/contents/artist/artist-grapevine.jpg");
}
.artist .lineup .saitokazuyoshi figure {
  background-image: url("../images/contents/artist/artist-saitokazuyoshi02.jpg");
}
.artist .lineup .hoshinogen figure {
  background-image: url("../images/contents/artist/artist-hoshinogen.jpg");
}
.artist .lineup .yanoakiko figure {
  background-image: url("../images/contents/artist/artist-yanoakiko02.jpg");
}
/******************************************************************************/
/* ここまでアーティスト一覧 */
.artist .lineup .text {
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #005BAB;
  padding: 5.0vw 0.0vw 5.0vw 0.0vw;
  position: relative;
}
.artist .lineup .sptext {
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #D0121B;
  padding: 5.0vw 0.0vw 5.0vw 0.0vw;
  position: relative;
}
/******************************************************************************/
.artist .lineup .new {
  width: 19.9vw;
  height: 17.1vw;
  position: absolute;
  top: -4.5vw;
  left: 2vw;
  background: url(../images/contents/artist/icon_new.svg) center / cover no-repeat;
  z-index: 99;
}
.artist .more {
  padding: 10.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 10.0vw;
  letter-spacing: .08em;
  margin-bottom: 5px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
/*--------------------------------------
goods
---------------------------------------*/
.goods .inner {
  text-align: center;
  background: #0668b4 url(../images/contents/bg_pattern.png) repeat;
  padding: 20vw 0 13vw;
}
.goods .heading {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 7vw;
  ;
}
.goods .heading .heading-en {
  display: block;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  letter-spacing: .08em;
  margin: 0 0 5px;
  position: relative;
  font-weight: normal;
}
.goods .heading .heading-en::before {
  content: '';
  width: 5.5vw;
  height: inherit;
  padding: 8% 0 0;
  background: url("../images/contents/icon_rock_02.svg") center / contain no-repeat;
  position: absolute;
  top: -10.5vw;
  right: 0;
  left: 0;
  margin: auto;
}
.goods .text {
  font-family: 'Bebas Neue';
  color: #fff;
  font-size: 7.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.goods .content {
  /*	display: flex;
	justify-content: space-between;*/
  /*	width: calc(100% - 80px);*/
  /*max-width: 1120px;*/
  width: 100%;
  margin: 0 auto 10vw;
}
.goods .content .item {
  background-color: #fff;
  padding: 5.0vw 5.0vw 5.0vw 5.0vw;
  /*padding: 30px 30px 48px;*/
}
.goods .content .item01 {
  width: 90%;
  margin: 0.0vw auto 8.0vw;
}
.goods .content .item02 {
  width: 90%;
  margin: 0.0vw auto 8.0vw;
}
.goods .content .title {
  /*font-size: 4.2vw;*/
  font-size: 5.0vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  padding: 5.0vw 0.0vw 5.0vw 0.0vw;
  margin-bottom: 5.0vw;
  position: relative;
}
.goods .content .title::before, .goods .content .title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #b0b0b0;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.goods .content .title::before {
  top: 1px;
}
.goods .content .title::after {
  bottom: 1px;
}
.goods .content .title span {
  display: block;
  /*	font-size: 1.4rem;*/
  font-size: 3.7vw;
  font-weight: normal;
  padding: 3.0vw 0.0vw 5.0vw 0.0vw;
}
.goods .content .price {
  /*	font-size: 1.5rem;*/
  font-size: 3.7vw;
  letter-spacing: 0.05em;
}
.goods .content .img {
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.goods .content .note01 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 5.0vw 0.0vw 0.0vw 0.0vw;
  font-size: 3.3vw;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #0668b4;
  /*color: #D0121B;*/
}
.goods .content .note02 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 5.0vw 0.0vw 8.0vw 0.0vw;
  font-size: 3.3vw;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
/*-----------------------------------------------------*/
.tshirtbackprint_wrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 5.0vw auto 0.0vw;
  display: flex;
  flex-wrap: wrap;
}
.tshirtbackprint_wrap dl {
  width: 100%;
}
.tshirtbackprint_wrap dl dt {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: -2.0vw auto 0.0vw;
  /*  width: 48%;*/
  width: 70%;
  height: inherit;
  /*  padding-top: 40.0%;*/
  padding-top: 55.0%;
  text-indent: -9999px;
}
.tshirtbackprint_wrap dl dt.tshirt_backprint {
  background-image: url("../images/contents/goods/gds_Tshirt_backprint.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirtbackprint_wrap dl dd {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 2.0vw 0.0vw 0.0vw 0.0vw;
  font-size: 3.0vw;
  letter-spacing: 0.05em;
  text-align: center;
}
.tshirt_note {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 7.0vw 0.0vw 0.0vw 0.0vw;
  font-size: 3.0vw;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  text-align: left;
  text-indent: -2.4em;
  padding-left: 2.4em;
}
/*-----------------------------------------------------*/
.tshirt_wrap {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 5.0vw auto 0.0vw;
  display: flex;
  flex-wrap: wrap;
}
.tshirt_wrap dl {
  width: 48%;
}
.tshirt_wrap dl.titem01 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  order: 1;
  display: inline-block;
}
.tshirt_wrap dl.titem02 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 3.0vw;
  order: 2;
  display: inline-block;
}
.tshirt_wrap dl.titem03 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 10.0vw 0.0vw 0.0vw 0.0vw;
  order: 3;
  display: inline-block;
}
.tshirt_wrap dl.titem04 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 10.0vw 0.0vw 0.0vw 3.0vw;
  order: 4;
  display: inline-block;
}
.tshirt_wrap dl.titem05 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 10.0vw 0.0vw 5.0vw 0.0vw;
  order: 5;
  display: inline-block;
}
.tshirt_wrap dl.titem06 {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 10.0vw 0.0vw 5.0vw 3.0vw;
  order: 6;
  display: inline-block;
}
.tshirt_wrap dl dt {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 100%;
  height: inherit;
  padding-top: 80.0%;
  text-indent: -9999px;
}
.tshirt_wrap dl dt.tshirt_BK_g {
  background-image: url("../images/contents/goods/gds_Tshirt_BK_gothic.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirt_wrap dl dt.tshirt_BK_c {
  background-image: url("../images/contents/goods/gds_Tshirt_BK_cursive.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirt_wrap dl dt.tshirt_BL_g {
  background-image: url("../images/contents/goods/gds_Tshirt_BL_gothic.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirt_wrap dl dt.tshirt_BL_c {
  background-image: url("../images/contents/goods/gds_Tshirt_BL_cursive.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirt_wrap dl dt.tshirt_WH_g {
  background-image: url("../images/contents/goods/gds_Tshirt_WH_gothic.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirt_wrap dl dt.tshirt_WH_c {
  background-image: url("../images/contents/goods/gds_Tshirt_WH_cursive.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tshirt_wrap dl dd {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 1.5vw 0.0vw 0.0vw 0.0vw;
  font-size: 3.0vw;
  letter-spacing: 0.05em;
  text-align: center;
}
/*-----------------------------------------------------*/
.goods .item01 .img {}
.goods .item02 .img {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 5.0vw auto 0.0vw;
  width: 100%;
  height: inherit;
  padding-top: 38.571%;
  /*background-image: url("https://livethespeedstar.com/images/contents/goods/gds_Towel.png");*/
  background-image: url("../images/contents/goods/gds_Towel.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.goods .link {
  display: block;
  padding: 5.0vw 0px 5.0vw 0px;
  margin: 0px auto 0px;
  width: 90%;
  /*	max-width: 618px;*/
  color: #fff;
  font-size: 4.0vw;
  line-height: 1.5em;
  font-weight: bold;
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #252323;
}
/*--------------------------------------
audition
---------------------------------------*/
.audition .inner {
  text-align: center;
  background: #D0121B url(../images/contents/bg_pattern.png) repeat;
  padding: 20vw 0 13vw;
}
.audition .heading {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 7vw;
}
.audition .heading .heading-en {
  display: block;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  letter-spacing: .08em;
  margin: 0 0 5px;
  position: relative;
  font-weight: normal;
}
.audition .heading .heading-en::before {
  content: '';
  width: 5.5vw;
  height: inherit;
  padding: 8% 0 0;
  background: url(../images/contents/icon_rock_02.svg) center / contain no-repeat;
  position: absolute;
  top: -10.5vw;
  right: 0;
  left: 0;
  margin: auto;
}
.audition .img {
  width: 100%;
  height: 0;
  background: url(../images/contents/audition/audition_img_02.png) center bottom / contain no-repeat;
  padding: 355px 0 0;
  margin: 0 auto 12vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: scale(1.10);
}
.audition .link {
  display: block;
  padding: 3vw;
  margin: 0 auto;
  font-family: 'Bebas Neue';
  width: 100%;
  color: #fff;
  font-size: 8vw;
  letter-spacing: .1em;
  background: #252323 url(../images/contents/bg_pattern.png) repeat;
}
@media screen and (max-width: 1120px) {
  .audition .img {
    padding: 60% 0 0;
  }
}
.audition .text {
  font-size: 4.2vw;
  line-height: 2.2em;
  margin: 5vw 0;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
.audition .sub-text {
  font-size: 4.2vw;
  line-height: 1.8em;
  margin: 5vw 0 8vw;
  text-align: center;
}
/*--------------------------------------
credit
---------------------------------------*/
.credit .unit01 {
  background-image: url(../images/contents/bg_pattern.png);
  background-repeat: repeat;
  background-color: #f8f8f8;
  padding: 13.0vw 0px 0.1vw 0px;
}
.credit .unit02 {
  padding: 13.0vw 0px 13.0vw 0px
}
.credit .heading {
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 12.0vw;
  position: relative;
}
.credit .heading::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #b0b0b0;
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  margin: auto;
}
.credit .list {
  display: inherit;
  justify-content: inherit;
  text-align: center;
}
.credit .unit01 .list {
  font-size: 3.8vw;
  letter-spacing: 0.05em;
  margin-bottom: 10.0vw
}
.credit .unit01 .list li {
  padding: 0.0vw 0.0vw 5.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  position: relative;
}
.credit .unit01 .list li::after {
  display: none;
}
.credit .unit02 .list {
  display: flex;
  justify-content: center;
  width: 90%;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}
/*.credit .unit02 .list li.spn_sej {
  margin: 0.0vw 10.0vw 4vw 0.0vw;
}
.credit .unit02 .list li.spn_pia {
  margin: 0.0vw 0.0vw 4vw 0.0vw;
}*/
/*.credit .unit02 .list li.spn_jvckenwood {
  margin: 0.0vw 3.0vw 0vw 0.0vw;
}
.credit .unit02 .list li.spn_victor {
  margin: 0.0vw 0.0vw 0vw 0.0vw;
}*/
/*.credit .unit02 .list li.spn_recochoku {
  margin: 0 5vw 3vw 0;
}*/
/*.credit .unit02 .list li.spn_eggs {
  margin: 0 2vw 3vw 0;
}*/
.credit .unit02 .list li a {
  display: block;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.credit .unit02 .list li.spn_sej a {
  margin: 0.0vw 5.0vw 4.0vw -5.0vw;
  width: 55.0vw;
  height: inherit;
  padding-top: 13%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_sej.svg);
}
.credit .unit02 .list li.spn_pia a {
  margin: 0.0vw 0.0vw 4vw 0.0vw;
  width: 13.0vw;
  height: inherit;
  padding-top: 50%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_pia.svg);
}
.credit .unit02 .list li.spn_superdry a {
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  width: 45.0vw;
  height: inherit;
  padding-top: 17.5%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_superdry.svg);
  background-position: center center;
}
.credit .unit02 .list li.spn_recochoku a {
  margin: 5.0vw 7.0vw 0.0vw 0.0vw;
  width: 32.0vw;
  height: inherit;
  padding-top: 18%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_recochoku.svg);
  background-position: center center;
}
/*.credit .unit02 .list li.spn_hakkaisan a {
  margin: 5.0vw 0.0vw 0.0vw 0.0vw;
  width: 45.0vw;
  height: inherit;
  padding-top: 21.5%;
  background-size: contain;
  background-image: url(https://livethespeedstar.com/images/contents/credit/credit_img_hakkaisan.jpg);
  background-position: center center;
}*/
.credit .unit02 .list li.spn_hakkaisan a {
  margin: 5.0vw 2.0vw 0.0vw 0.0vw;
  width: 40.0vw;
  height: inherit;
  padding-top: 35.5%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_hakkaisan.png);
  background-position: center center;
}
.credit .unit02 .list li.spn_horiguchicoffee a {
  margin: 5.0vw 0.0vw 0.0vw 0.0vw;
  width: 40.0vw;
  height: inherit;
  padding-top: 30.5%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_horiguchicoffee.jpg);
  background-position: center center;
}
.credit .unit02 .list li.spn_grobalwork a {
  margin: 5.0vw 0.0vw 0.0vw 0.0vw;
  width: 40.0vw;
  height: inherit;
  padding-top: 30.5%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_globalwork.svg);
  background-position: center center;
}
.credit .unit02 .list li.spn_otafuku a {
  margin: 5.0vw 4.0vw 0.0vw 4.0vw;
  width: 40.0vw;
  height: inherit;
  padding-top: 30.5%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_otafuku.svg);
  background-position: center center;
}
.credit .unit02 .list li.spn_ichibiko a {
  margin: 5.0vw 0.0vw 0.0vw 0.0vw;
  width: 50.0vw;
  height: inherit;
  padding-top: 30.5%;
  background-size: contain;
  background-image: url(../images/contents/credit/credit_img_ichibiko.svg);
  background-position: center center;
}

.credit .unit02 .list li.spn_jvckenwood a {
  margin: 5.0vw 0.0vw 0.0vw 0.0vw;
  width: 52.0vw;
  height: inherit;
  padding-top: 18%;
  background-size: contain;
  background-image: url(https://livethespeedstar.com/images/contents/credit/credit_img_jvckenwood.svg);
  background-position: left center;
}
.credit .unit02 .list li.spn_victor a {
  margin: 7.0vw 0.0vw 0.0vw 0.0vw;
  width: 41.0vw;
  height: inherit;
  padding-top: 18%;
  background-size: contain;
  background-image: url(https://livethespeedstar.com/images/contents/credit/credit_img_victor.svg);
  background-position: right center;
}
/*.credit .unit02 .list li.spn_eggs a {
  width: 23.0vw;
  height: inherit;
  padding-top: 50%;
  background-size: contain;
  background-image: url(https://livethespeedstar.com/images/contents/credit/credit_img_eggs.png);
}*/
/*--------------------------------------
photogallery
---------------------------------------*/
.photogallery .outer {
  background: #f8f8f8 url(../images/contents/bg_pattern.png) repeat;
  /*background-color: #4e5355;*/
  /*background-color: #252323;*/
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
}
.photogallery img, img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.photogallery .inner {
  padding: 20vw 0 13vw;
}
.photogallery .heading {
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 10vw;
  /*color: #FFFFFF;*/
}
.photogallery .heading .heading-en {
  position: relative;
  display: block;
  font-family: 'Bebas Neue';
  font-size: 12vw;
  font-weight: normal;
  letter-spacing: .08em;
  margin-bottom: 5px;
  text-align: center;
}
.photogallery .heading .heading-en::before {
  content: '';
  width: 5.5vw;
  height: inherit;
  padding-top: 8.0%;
  background-size: contain;
  background-image: url(../images/contents/icon_rock_01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -10.5vw;
  right: 0;
  left: 0;
  margin: auto;
}
.photogallery .content {
  width: 90%;
  margin: 0 auto;
}
.photogallery .photolist {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 3.0vw;
  /*flex-flow: column;*/
}
.photogallery .photolist li {
  position: relative;
  width: 30%;
  /*width: calc(100% / 3 - 80px / 3);*/
  margin-bottom: 0;
}
.pgallery01 {
  background-image: url("../images/contents/gallery/photogallery01.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery02 {
  background-image: url("../images/contents/gallery/photogallery02.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery03 {
  background-image: url("../images/contents/gallery/photogallery03.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery04 {
  background-image: url("../images/contents/gallery/photogallery04.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery05 {
  background-image: url("../images/contents/gallery/photogallery05.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery06 {
  background-image: url("../images/contents/gallery/photogallery06.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery07 {
  background-image: url("../images/contents/gallery/photogallery07.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery08 {
  background-image: url("../images/contents/gallery/photogallery08.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery09 {
  background-image: url("../images/contents/gallery/photogallery09.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery10 {
  background-image: url("../images/contents/gallery/photogallery10.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery11 {
  background-image: url("../images/contents/gallery/photogallery11.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery12 {
  background-image: url("../images/contents/gallery/photogallery12.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery13 {
  background-image: url("../images/contents/gallery/photogallery13.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery14 {
  background-image: url("../images/contents/gallery/photogallery14.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery15 {
  background-image: url("../images/contents/gallery/photogallery15.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery16 {
  background-image: url("../images/contents/gallery/photogallery16.jpg");
  background-size: cover;
  background-position: center center;
}
.pgallery17 {
  background-image: url("../images/contents/gallery/photogallery17.jpg");
  background-size: cover;
  background-position: center center;
}

/*--------------------------------------
footer
---------------------------------------*/
.footer {
  background: #252323;
  padding: 10.0vw 0.0vw 12.0vw 0.0vw;
}
.footer .speedstarlogowrap {
  padding: 0.0vw 0.0vw 7.0vw 0.0vw;
  margin: 0.0vw auto 0.0vw;
  width: 90%;
}
.footer .speedstarlogowrap .recoordslogo a {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  display: block;
  width: 40.0vw;
  height: 10.0vw;
  background: url("../images/contents/footer/speedstar-records-logo.svg") no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.footer .speedstarlogowrap .funclublogo a {
  padding: 0.0vw 0.0vw 0.0vw 0.0vw;
  margin: 0.0vw 0.0vw 0.0vw 0.0vw;
  display: block;
  width: 40.0vw;
  height: 10.0vw;
  background: url("../images/contents/footer/speedstar-club-logo.svg") no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: right;
}
.footer .speedstarlogowrap a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}
.footer .logo {
  display: block;
  width: 60vw;
  height: inherit;
  padding: 25vw 0 0;
  background: url("../images/contents/footer/lovethespeedstar30th-logo.svg") no-repeat;
  background-size: contain;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer .logo:hover, .footer .logo:focus {
  opacity: .8;
  transition: .2s;
}
.footer ul {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  width: 30vw;
  max-width: 180px;
  margin: 0 auto 30px;
}
.footer ul > li {
  width: 35px;
}
.footer ul > li:hover {
  opacity: .7;
  transition: .2s;
}
.footer .copyright {
  font-family: 'Bebas Neue';
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.5em;
  letter-spacing: .1em;
  text-align: center;
}
.footer .copyright a {
  color: #fff;
}
/*--------------------------------------
	cookie
	---------------------------------------*/
.cookie {
  position: fixed;
  bottom: 16px;
  left: 5%;
  width: 90%;
  z-index: 300;
}
.active .cookie {
  -webkit-animation: fadeIn 1s cubic-bezier(.17, .67, .6, .92) 3.5s 1 forwards;
  -moz-animation: fadeIn 1s cubic-bezier(.17, .67, .6, .92) 3.5s 1 forwards;
  -ms-animation: fadeIn 1s cubic-bezier(.17, .67, .6, .92) 3.5s 1 forwards;
  -o-animation: fadeIn 1s cubic-bezier(.17, .67, .6, .92) 3.5s 1 forwards;
  animation: fadeIn 1s cubic-bezier(.17, .67, .6, .92) 3.5s 1 forwards;
}
.cookie > div {
  padding: 0 0 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  /*  background: rgba(255, 255, 255, 1);*/
  background: rgba(0, 0, 0, .7);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .4);
}
.cookie > div p {
  padding: 16px 16px 16px;
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  color: #FFFFFF;
  text-shadow: 2px 2px 10px #000000, -2px 2px 10px #000000, 2px -2px 10px #000000, -2px -2px 10px #000000;
}
.cookie > div a, .cookie > div button {
  margin: 0 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  line-height: 42px;
  width: 20em;
  font-size: 12px;
  font-weight: 600;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #393535;
  background: #FFFFFF;
  outline: none;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cookie > div a {
  margin: 8px 0 0;
  line-height: 40px;
  color: #FFFFFF;
  background: none;
  border: solid 1px;
  text-align: center;
  background-color: #000000;
}
.cookie > div a:hover, .cookie > div button:hover {
  filter: alpha(opacity=40);
  -moz-opacity: .4;
  opacity: .4;
}
.tablet .cookie > div button, .pc .cookie > div button {
  margin: 0 8px 0 0;
}
.tablet .cookie > div a, .pc .cookie > div a {
  margin: 0 0 0 8px;
}