@charset "UTF-8";
a {
  text-decoration:none;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align:top;
}
video {
  border-radius: 30px;
  width: 100%;
}
body {
  background: #fff url(../img/bg_01.jpg) center center / cover no-repeat fixed;
  font-family: "Zen Kaku Gothic New", serif;
  min-height: 100vh;
  padding: 0 15px;
  position: relative;
  overflow-x: hidden;
}
.update {
  color: #e31919;
  display: block;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
.sp_only {
  display: none;
}
}
@media screen and (max-width: 768px) {
.pc_only {
  display: none;
}
video {
  border-radius: 16px;
}
.update {
  font-size: 14px;
}
}
/* アニメーション
-------------------------------------*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
.fadein_top {
  display: none;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
 @keyframes fadeUpAnime {
 from {
 opacity: 0;
 transform: translateY(100px);
}
 to {
 opacity: 1;
 transform: translateY(0);
}
}
/*トップ
-------------------------------------*/
.top {
  font-family: "Zen Kaku Gothic New", serif;
  margin: 0 auto;
  width: 100%;
}
.top__banner {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top__title {
  margin: 60px 0 90px;
}
.top__text {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  text-align: center;
}
.top__text span {
  color: #000;
  font-size: 40px;
  text-align: center;
}
.top__logo {
  max-width: 800px;
  margin: 30px auto 20px;
}
.top h2 {
  font-size: 56px;
  font-weight: 100;
  text-align: center;
}
.top__video {
  max-width: 1200px;
  margin: 90px auto;
}
@media only screen and (max-width: 768px){
.top__logo {
  max-width: 90%;
  margin: 30px auto;
}
.top__text {
  font-size: 24px;
}
.top__text span {
  font-size: 24px;
}
.top__title {
  margin: 40px auto;
}
.top h2 {
  font-size: 32px;
}
.top__video {
  margin: 40px auto;
}
}
/*タブ
-------------------------------------*/
.tab {
  margin: 0 auto;
}
.tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab__item {
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 30px 0;
  text-align: center;
  width: 32%;
}
.tab__item__hiroshima {
  background: #fff;
  border: 1px solid #ff9e20;
  color: #ff9e20;
  position: relative;
}
.tab__item__sapporo {
  background: #fff;
  border: 1px solid #28bb20;
  color: #28bb20;
  margin: 0 2% 0 0;
}
.tab__item__kyoto {
  background: #fff;
  border: 1px solid #7480ce;
  color: #7480ce;
  margin: 0 2% 0 0;
}
.tab__item .end {
  display: block;
  font-size: 16px;
  margin: 6px auto 0;
}
input {
  display: none;
}
@media screen and (min-width: 768px) {
}
.tab__contents {
  display: none;
  padding: 30px 0 0;
  width: 100%;
}
.is-btn-active {
  background: #111111;
  color: #fff;
  font-weight: bold;
}
.is-contents-active {
  display: block;
}
@media screen and (max-width: 480px) {
.tab {
  padding: 0;
}
.tab__contents {
  padding: 10px 0 0;
}
.tab__item {
  border-radius: 16px;
  font-size: 12px;
  width: 32%;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 10px 0;
}
.tab__item .end {
  font-size: 10px;
  margin: 4px auto 0;
}
} 
.tab input[name="tab__item"] {
  display: none;
}
#tab01:checked ~ #tab01,
#tab02:checked ~ #tab02,
#tab03:checked ~ #tab03 {
  display: block;
}
.tab input:checked + .tab__item__hiroshima {
  background-color: #ff9e20;
  color: #ffffff;
}
.tab input:checked + .tab__item__sa.sapporo {
  background-color: #28bb20;
  color: #ffffff;
}
.tab input:checked + .tab__item__kyoto {
  background-color: #7480ce;
  color: #ffffff;
}
.applicationBtn__hiroshima a {
  display: block;
  max-width:340px;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  color: #fff;
  background: #ff9e20;
  text-align: center;
  border-radius: 6px;
  margin: 2em auto 0;
}
.applicationBtn__sapporo a {
  display: block;
  max-width:340px;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  color: #fff;
  background: #28bb20;
  text-align: center;
  border-radius: 6px;
  margin: 2em auto 0;
}
.applicationBtn__kyoto a {
  display: block;
  max-width:340px;
  height: 55px;
  line-height: 55px;
  font-size: 2rem;
  color: #fff;
  background: #7480ce;
  text-align: center;
  border-radius: 6px;
  margin: 2em auto 0;
}
/*イベント内容
-------------------------------------*/
.event {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.event__end {
  border: solid 2px #d21010;
  color: #d21010;
  display: block;
  font-size: 21px;
  font-weight: 800;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 700px;
}
.hiroshima,.sapporo,.kyoto,.tokyo_new {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 0;
  text-align: center;
}
.hiroshima {
  padding: 60px 30px;
}
.hiroshima h3 {
  color: #ccbbee;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.sapporo {
  padding: 60px 30px;
}
.sapporo h3 {
  color: #95e0db;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.kyoto {
  padding: 0 30px 50px;
}
.kyoto h3 {
  color: #f798b5;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.tokyo_new {
  padding: 0 30px 50px;
}
.tokyo_new h3 {
  color: #a8e3a8;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
h3 .spacing {
  letter-spacing: -10px;
}
.hiroshima__wrapper,.sapporo__wrapper,.kyoto__wrapper,.tokyo_new__wrapper {
  font-family: "Zen Kaku Gothic New", serif;
  max-width: 1200px;
  margin: 0 auto;
}
.detail {
  padding: 0 0 60px;
}
.detail__text {
  color: #333;
  font-size: 21px;
  text-align: center;
}
.detail__text .heading {
  color: #333;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  margin: 0 0 20px;
  text-align: center;
}
.detail a {
  color: #0066c0;
  text-decoration: underline;
}
.detail a:hover {
  transition: all .3s;
  opacity: 0.8;
}
.map {
  height: 0;
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 40% 0 0 0;
  position: relative;
  width: 100%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about {
  border-top: solid 1px #d0d0d0;
  margin: 0 0 60px;
  padding: 60px 0 0;
}
.about__text {
  color: #333;
  font-size: 21px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.about__text .heading {
  color: #333;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  margin: 0 0 20px;
  text-align: center;
}
.about__text .note {
  display: block;
  font-size: 18px;
  margin: 6px 0 0;
}
.about__serial {
  margin: 60px auto 0;
  width: 40%;
}
.about__serial p {
  color: #333;
  font-size: 16px;
  margin: 0 auto 60px;
  padding: 10px 0 0;
}
.about__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 60px auto 0;
}
.about__image {
  width: 32%;
}
.timetable {
  border-top: solid 1px #d0d0d0;
  margin: 0 0 60px;
  padding: 60px 0 0;
}
.timetable__text {
  color: #333;
  font-size: 21px;
  max-width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
}
.timetable__text .heading {
  color: #333;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  margin: 0 0 20px;
  text-align: center;
}
.timetable__text .subheading {
  display: block;
  font-size: 26px;
  margin: 0 0 20px;
  text-align: center;
}
.schedule {
  border-top: solid 1px #d0d0d0;
  padding: 60px 0 0;
}
.schedule__text {
  color: #333;
  font-size: 21px;
  max-width: 1000px;
  margin: 0 auto 20px;
  text-align: left;
}
.schedule__text.schedule__text__wrapper {
  margin: 0 90px 60px;
}
.schedule__text .heading {
  color: #333;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  margin: 0 0 30px;
  text-align: center;
}
.schedule__text .subheading {
  display: block;
  font-size: 26px;
  margin: 20px auto;
  text-align: center;
}
.schedule__text .note {
  display: block;
  font-size: 18px;
  margin: 6px 0 0;
}
.member {
  border-top: solid 1px #d0d0d0;
  margin: 0 0 60px;
  padding: 60px 0 0;
}
.member__text {
  color: #333;
  font-size: 21px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.member__text .heading {
  color: #333;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  margin: 0 0 20px;
  text-align: center;
}
.member__text .center {
  display: block;
  margin: 0 0 26px;
  text-align: center;
}
.member__text .note {
  display: block;
  font-size: 18px;
  margin: 6px 0 0;
}
.member__note {
  color: #333;
  font-size: 14px;
  margin: 0 0 60px;
  text-align: left;
}
.schedule__text .center {
  display: block;
  margin: 0 0 26px;
  text-align: center;
}
.schedule__text .bold {
  font-weight: bold;
  margin: 60px 0;
}
.schedule__note {
  color: #333;
  display: block;
  font-size: 18px;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: left;
}
.surprise__end {
  border: solid 2px #d21010;
  color: #d21010;
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin: 20px auto 10px;
  padding: 15px;
  text-align: center;
  width: 700px;
}
.surprise__note {
  color: #d21010;
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin: 10px auto 20px;
  text-align: center;
}
@media only screen and (max-width: 768px){
.event {
  justify-content: space-between;
}
.event__end {
  border: solid 1px #d21010;
  font-size: 14px;
  margin: 0 auto 30px;
  padding: 12px;
  width: 100%;
}
.hiroshima,.sapporo,.kyoto,.tokyo_new {
  border-radius: 16px;
  padding: 40px 15px 30px;
}
.hiroshima h3,.sapporo h3,.kyoto h3,.tokyo_new h3 {
  font-size: 35px;
  padding: 0 0 30px;
}
h3 .spacing {
  letter-spacing: -4px;
}
.detail {
  padding: 0 0 30px;
}
.detail__text {
  font-size: 14px;
}
.detail__text .heading {
  font-size: 21px;
}
.map {
  padding: 60% 0 0 0;
}
.about {
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
}
.about__text {
  font-size: 14px;
  margin: 0;
  width: 100%;
}
.about__text .heading {
  font-size: 21px;
}
.about__text .note {
  font-size: 12px;
}
.about__serial {
  margin: 30px auto 0;
  width: 80%;
}
.about__serial p {
  font-size: 12px;
  margin: 0 auto 30px;
  padding: 10px 0 0;
}
.about__wrapper {
  margin: 20px 0 0;
}
.about__image {
  margin: 10px 0 0;
  width: 49%;
}
.member {
  margin: 0 0 30px;
  padding: 30px 0 0;
}
.member__text {
  font-size: 14px;
  margin: 0;
  width: 100%;
}
.member__text .heading {
  font-size: 21px;
}
.member__text .subheading {
  font-size: 18px;
}
.member__text .note {
  font-size: 12px;
}
.member__note {
  font-size: 12px;
  margin: 12px 0 30px;
}
.timetable {
  margin: 0 0 30px;
  padding: 30px 0 0;
}
.timetable__text {
  font-size: 14px;
  margin: 0;
  width: 100%;
    }
.timetable__text .heading {
  font-size: 21px;
}
.schedule {
  padding: 30px 0 0;
}
.schedule__text {
  font-size: 14px;
  margin: 0 auto 20px;
  width: 100%;
}
.schedule__text.schedule__text__wrapper {
  margin: 0 0 60px;
}
.schedule__text .heading {
  font-size: 21px;
}
.schedule__text .subheading {
  font-size: 18px;
  margin: 30px auto 0;
}
.schedule__wrapper {
  border-radius: 4px;
  margin: 0 0 12px;
  padding: 6px;
}
.surprise__text {
  border-radius: 4px;
  font-size: 14px;
  padding: 26px 15px;
}
.schedule__text .center {
  margin: 0 0 20px;
}
.schedule__text .note {
  font-size: 12px;
}
.schedule__note {
  font-size: 12px;
  margin: 20px auto 30px;
}
.surprise__end {
  border: solid 1px #d21010;
  font-size: 14px;
  width: 100%;
}
.surprise__note {
  font-size: 14px;
}
}
/*タイムテーブル
-------------------------------------*/
.timetable__wrapper {
  background: #fff;
  border: solid 1px #d0d0d0;
  margin: 0 auto;
  padding: 30px;
}
.timetable__wrapper table {
  font-family: "Zen Kaku Gothic New", serif;
  width: 100%;
}
.timetable__wrapper table , .timetable__wrapper td, .timetable__wrapper th {
  background: #fff;
  border: 6px solid #fff;
	border-collapse: collapse;
}
.timetable__wrapper td {
	padding: 12px 0;
	height: 25px;
}
.timetable__wrapper .button {
  background: #fff;
  border-radius: 100px;
  max-width: 200px;
  margin: 10px auto 0;
  transition: .4s;
}
.timetable__wrapper .button a {
  border-radius: 100px;
  color: #000;
  display: block;
  font-size: 18px;
  padding: 8px 50px 10px;
}
.timetable__wrapper .button:hover {
  transition: all .3s;
  opacity: 0.8;
}
.timetable .note {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 20px;
}
.timetable__wrapper td:first-child {
  background: #EEEEF0;
  color: #000;
  font-weight: bold;
  width: 100px;
}
.hiroshima .timetable__wrapper tr:first-child td:nth-child(2) {
  background: #ffc925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.hiroshima .timetable__wrapper tr:nth-child(3) td:nth-child(2) {
  background: #00B3D1;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.hiroshima .timetable__wrapper tr:nth-child(7) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.hiroshima .timetable__wrapper tr:nth-child(7) td:nth-child(2) a {
  color: #FF80A9;
}
.hiroshima .timetable__wrapper tr:nth-child(11) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.hiroshima .timetable__wrapper tr:nth-child(11) td:nth-child(2) a {
  color: #FF80A9;
}
.hiroshima .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  background: #fb893d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  width: 34%;
}
.hiroshima .timetable__wrapper tr:nth-child(12) td:nth-child(2) a {
  color: #fb893d;
}
.kyoto .timetable__wrapper tr:nth-child(2) td:nth-child(2),.tokyo_new .timetable__wrapper tr:first-child td:nth-child(2) {
  background: #ffc925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.kyoto .timetable__wrapper tr:nth-child(4) td:nth-child(2),.tokyo_new .timetable__wrapper tr:nth-child(3) td:nth-child(2) {
  background: #00B3D1;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.kyoto .timetable__wrapper tr:nth-child(7) td:nth-child(2),.tokyo_new .timetable__wrapper tr:nth-child(7) td:nth-child(2) {
  background: #47C770;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.kyoto .timetable__wrapper tr:nth-child(7) td:nth-child(2) a,.tokyo_new .timetable__wrapper tr:nth-child(7) td:nth-child(2) a {
  color: #47C770;
}
.kyoto .timetable__wrapper tr:nth-child(11) td:nth-child(2),.tokyo_new .timetable__wrapper tr:nth-child(11) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.kyoto .timetable__wrapper tr:nth-child(11) td:nth-child(2) a,.tokyo_new .timetable__wrapper tr:nth-child(11) td:nth-child(2) a {
  color: #FF80A9;
}
.kyoto .timetable__wrapper tr:nth-child(12) td:nth-child(2),.tokyo_new .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  background: #fb893d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  width: 34%;
}
.kyoto .timetable__wrapper tr:nth-child(12) td:nth-child(2) a,.tokyo_new .timetable__wrapper tr:nth-child(12) td:nth-child(2) a {
  color: #fb893d;
}
.sapporo .timetable__wrapper tr:first-child td:nth-child(2) {
  background: #ffc925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.sapporo .timetable__wrapper tr:nth-child(3) td:nth-child(2) {
  background: #00B3D1;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.sapporo .timetable__wrapper tr:nth-child(7) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.sapporo .timetable__wrapper tr:nth-child(7) td:nth-child(2) a {
  color: #FF80A9;
}
@media only screen and (max-width: 768px){
.timetable__wrapper {
  padding: 6px;
}
.timetable__wrapper table, .timetable__wrapper td, .timetable__wrapper th {
  border: 4px solid #fff;
}
.timetable__wrapper td {
  padding: 8px 6px;
}
.timetable__wrapper td:first-child {
  font-size: 12px;
  width: 60px;
}
.timetable .space {
  display: block;
  padding: 2px 0;
}
.timetable__wrapper .button {
  max-width: 100px;
  margin: 10px auto 0;
}
.timetable__wrapper .button a {
  font-size: 12px;
  padding: 4px 12px 6px;
}
.timetable .note {
  font-size: 10px;
  text-align: left;
  margin: 10px 0;
}
.hiroshima .timetable__wrapper tr:first-child td:nth-child(2), .hiroshima .timetable__wrapper tr:nth-child(3) td:nth-child(2), .hiroshima .timetable__wrapper tr:nth-child(7) td:nth-child(2), .hiroshima .timetable__wrapper tr:nth-child(11) td:nth-child(2), .hiroshima .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  font-size: 12px;
}
.kyoto .timetable__wrapper tr:nth-child(2) td:nth-child(2), .kyoto .timetable__wrapper tr:nth-child(4) td:nth-child(2), .kyoto .timetable__wrapper tr:nth-child(7) td:nth-child(2), .kyoto .timetable__wrapper tr:nth-child(11) td:nth-child(2), .kyoto .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  font-size: 12px;
}
.sapporo .timetable__wrapper tr:first-child td:nth-child(2), .sapporo .timetable__wrapper tr:nth-child(3) td:nth-child(2), .sapporo .timetable__wrapper tr:nth-child(7) td:nth-child(2) {
  font-size: 12px;
}
.tokyo_new .timetable__wrapper tr:first-child td:nth-child(2), .tokyo_new .timetable__wrapper tr:nth-child(3) td:nth-child(2), .tokyo_new .timetable__wrapper tr:nth-child(7) td:nth-child(2), .tokyo_new .timetable__wrapper tr:nth-child(11) td:nth-child(2), .tokyo_new .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  font-size: 12px;
}
}
/*グループ握手会
-------------------------------------*/
.group__wrapper {
  background: #fff;
  border: solid 1px #d0d0d0;
  margin: 0 auto 30px;
  padding: 30px;
}
.group__wrapper table {
  font-family: "Zen Kaku Gothic New", serif;
  width: 100%;
}
.group__wrapper table , .group__wrapper td, .group__wrapper th {
	background: #fff;
  border: 6px solid #fff;
  border-collapse: collapse;
}
.group__wrapper td {
  background: #EEEEF0;
  color: #000;
  font-weight: bold;
  padding: 12px 0;
  width: 100px;
}
.group__wrapper tr:first-child td:nth-child(2) {
  background: #47C770;
  color: #fff;
  font-weight: bold;
}
.group__wrapper tr:first-child td:first-child {
  background: #fff;
  width: 20px;
}
.group__wrapper tr:not(:first-child) td:first-child {
  background: #9adc81;
  color: #fff;
  font-weight: bold;
  width: 20px;
}
.hiroshima .group__wrapper tr:nth-child(2) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(4) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(6) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(7) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(8) td:nth-child(4), .hiroshima .group__wrapper tr:nth-child(8) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(9) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(10) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(11) td:nth-child(4), .hiroshima .group__wrapper tr:nth-child(11) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(14) td:nth-child(5), .hiroshima .group__wrapper tr:nth-child(15) td:nth-child(4), .hiroshima .group__wrapper tr:nth-child(15) td:nth-child(5) {
  background: #fff;
}
.hiroshima .group__wrapper tr:nth-child(2) td:nth-child(4) {
  background: #fff;
}

@media only screen and (max-width: 768px){
.group__wrapper {
  margin: 0 auto 20px;
  padding: 6px;
}
.group__wrapper table, .group__wrapper td, .group__wrapper th {
  border: 4px solid #fff;
}
.group__wrapper td {
  font-size: 10px;
  padding: 8px 4px;
}
}
/*まとめ出し個別握手会
-------------------------------------*/
.irregular__wrapper {
  background: #fff;
  border: solid 1px #d0d0d0;
  margin: 20px auto;
  padding: 30px;
}
.irregular__wrapper table {
  font-family: "Zen Kaku Gothic New", serif;
  width: 100%;
}
.irregular__wrapper table , .irregular__wrapper td, .irregular__wrapper th {
	background: #fff;
  border: 6px solid #fff;
  border-collapse: collapse;
}
.irregular__wrapper td {
  background: #EEEEF0;
  color: #000;
  font-weight: bold;
  padding: 12px 0;
  width: 100px;
}
.irregular__wrapper tr:first-child td:first-child {
  background: #f592d8;
  color: #fff;
}
.irregular__wrapper tr:first-child td:nth-child(2) {
  background: #bd97f1;
  color: #fff;
}
.bunch__wrapper {
  background: #fff;
  border: solid 1px #d0d0d0;
  margin: 0 auto 30px;
  padding: 30px;
}
.bunch__wrapper table {
  font-family: "Zen Kaku Gothic New", serif;
  width: 100%;
}
.bunch__wrapper table , .bunch__wrapper td, .bunch__wrapper th {
	background: #fff;
  border: 6px solid #fff;
  border-collapse: collapse;
}
.bunch__wrapper td {
  background: #EEEEF0;
  color: #000;
  font-weight: bold;
  padding: 12px 0;
  width: 100px;
}
.bunch__wrapper tr:first-child td {
  background: #FF80A9;
  color: #fff;
  font-weight: bold;
}
.bunch__wrapper.groupPhoto tr:first-child td {
  background: #fb893d;
}
.bunch__wrapper tr td:first-child {
  width: 20px;
}
.bunch__wrapper tr:not(:first-child) td:first-child {
  background: #ffb8ce;
  color: #fff;
  font-weight: bold;
  width: 20px;
}
.bunch__wrapper.groupPhoto tr:not(:first-child) td:first-child {
  background: #ffaa71;
}
.hiroshima .bunch__wrapper tr:first-child td:first-child, .hiroshima .bunch__wrapper tr:nth-child(7) td:nth-child(4), .hiroshima .bunch__wrapper tr:nth-child(8) td:nth-child(4), .hiroshima .bunch__wrapper tr:nth-child(9) td:nth-child(4), .hiroshima .bunch__wrapper tr:nth-child(10) td:nth-child(4), .hiroshima .bunch__wrapper tr:nth-child(11) td:nth-child(3), .hiroshima .bunch__wrapper tr:nth-child(11) td:nth-child(4), .hiroshima .bunch__wrapper tr:nth-child(11) td:nth-child(5) {
  background: #fff;
}
.hiroshima .bunch__wrapper tr:nth-child(11) td:nth-child(3) {
  background: #fff;
  font-weight: 400;
  padding: 30px;
}
.hiroshima .bunch__wrapper tr:nth-child(11) td:nth-child(3) .left {
  display: block;
  text-align: left;
}
.kyoto .bunch__wrapper tr:first-child td:first-child, .kyoto .bunch__wrapper tr:nth-child(6) td:nth-child(4), .kyoto .bunch__wrapper tr:nth-child(7) td:nth-child(4), .kyoto .bunch__wrapper tr:nth-child(8) td:nth-child(4), .kyoto .bunch__wrapper tr:nth-child(9) td:nth-child(4) {
  background: #fff;
}
.kyoto .bunch__wrapper tr:nth-child(10) td:nth-child(4), .kyoto .bunch__wrapper tr:nth-child(10) td:nth-child(5){
  background: #fff;
  font-weight: 400;
}
.kyoto .bunch__wrapper tr:nth-child(10) td:nth-child(3) .left {
  display: block;
  text-align: left;
}
.sapporo .bunch__wrapper tr:first-child td:first-child, .sapporo .bunch__wrapper tr:nth-child(6) td:nth-child(3), .sapporo .bunch__wrapper tr:nth-child(6) td:nth-child(5), .sapporo .bunch__wrapper tr:nth-child(7) td:nth-child(3), .sapporo .bunch__wrapper tr:nth-child(7) td:nth-child(5) {
  background: #fff;
}
.tokyo_new .bunch__wrapper tr:first-child td:first-child, .tokyo_new .bunch__wrapper tr:nth-child(10) td:nth-child(3), .tokyo_new .bunch__wrapper tr:nth-child(10) td:nth-child(4), .tokyo_new .bunch__wrapper tr:nth-child(11) td:nth-child(3), .tokyo_new .bunch__wrapper tr:nth-child(11) td:nth-child(4), .tokyo_new .bunch__wrapper tr:nth-child(8) td:nth-child(4), .tokyo_new .bunch__wrapper tr:nth-child(9) td:nth-child(4), .tokyo_new .bunch__wrapper tr:nth-child(12) td:nth-child(3), .tokyo_new .bunch__wrapper tr:nth-child(12) td:nth-child(4), .tokyo_new .bunch__wrapper tr:nth-child(13) td:nth-child(3), .tokyo_new .bunch__wrapper tr:nth-child(13) td:nth-child(4), .tokyo_new .bunch__wrapper tr:nth-child(14) td:nth-child(3), .tokyo_new .bunch__wrapper tr:nth-child(14) td:nth-child(4) {
  background: #fff;
}
.tokyo_new .bunch__wrapper tr:nth-child(10) td:nth-child(3) .left {
  display: block;
  text-align: left;
}
@media only screen and (max-width: 768px){
.irregular__wrapper {
  font-size: 10px;
  padding: 6px;
}
.irregular__wrapper td {
  font-size: 10px;
  padding: 8px 4px;
}
.bunch__wrapper {
  margin: 0 0 12px;
  padding: 6px;
}
.bunch__wrapper table, .bunch__wrapper td, .bunch__wrapper th {
  border: 4px solid #fff;
}
.bunch__wrapper td {
  font-size: 9px;
  padding: 8px 4px;
}
.bunch__wrapper tr:nth-child(15) td:nth-child(3) {
  text-align: left;
}
.hiroshima .bunch__wrapper tr:nth-child(11) td:nth-child(3) {
  padding: 10px;
}
.kyoto .bunch__wrapper tr:nth-child(10) td:nth-child(3) {
  padding: 10px;
}
.tokyo_new .bunch__wrapper tr:nth-child(10) td:nth-child(3) {
  padding: 10px;
}
}
@media only screen and (max-width: 460px) {
.bunch__wrapper td {
  padding: 8px 0;
}
.bunch__wrapper td.number {
  padding: 8px 4px;
}
}
/*対象商品
-------------------------------------*/
.lineup {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 0 30px 50px;
  text-align: center;
  width: 100%;
}
.lineup h2 {
  color: #333;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.lineup__text {
  color: #333;
  font-size: 21px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.lineup__text .center {
  display: block;
  text-align: center;
}
.lineup__text .subtext {
  display: block;
  text-align: center;
}
.lineup__note {
  font-size: 16px;
  margin: 10px auto 30px;
}
.lineup__wrapper {
  font-family: "Zen Kaku Gothic New", serif;
  max-width: 1200px;
  margin: 0 auto;
}
.lineup__type {
  max-width: 50%;
  margin: 30px auto 45px;
}
.lineup__type:hover {
  transition: all .3s;
  opacity: 0.8;
}
.lineup .button {
  background-image: linear-gradient(to right, #73c7e0 0%, #b8dce8 50%, #ddf2f0 100%);
  border-radius: 100px;
  max-width: 450px;
  margin: 30px auto 0;
  transition: .4s;
}
.lineup .button a {
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 21px;
  padding: 24px 50px;
  position: relative;
}
.lineup a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: .4s;
}
.lineup .button:hover {
  transition: all .3s;
  opacity: 0.8;
}
@media only screen and (max-width: 768px){
.lineup {
  border-radius: 16px;
  margin: 40px auto;
  padding: 40px 15px 50px;
}
.lineup h2 {
  font-size: 35px;
  padding: 0 0 30px;
}
.lineup__text {
  font-size: 14px;
  margin: 0;
  width: 100%;
}
.lineup__text .subtext {
  text-align: left;
  margin: 30px 0 0;
}
.lineup__type {
  max-width: 80%;
  margin: 30px auto 40px;
}
.lineup__note {
  font-size: 12px;
  margin: 6px auto;
}
.lineup .button {
  max-width: 300px;
  margin: 30px auto 0;
}
.lineup .button a {
  font-size: 14px;
  padding: 18px 40px;
}
}
/*ニュース
-------------------------------------*/
.information {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;;
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 0 30px 54px;
  text-align: center;
  width: 100%;
}
.information h2 {
  color: #333;
  font-size: 70px;
  font-weight: 100;
  letter-spacing: -10px;
  padding: 60px 0;
}
.information__text {
  color: #333;
  font-size: 21px;
  text-align: center;
}
.information__text .heading {
  display: block;
  font-size: 30px;
  margin: 0 0 20px;
  text-align: center;
}
.information ul {
  max-width: 1200px;
  margin: 0 auto;
}
.information ul li {
  background: #fff;
  border-radius: 100vh;
  box-shadow: 0 0 10px #b8dcf2;
  font-size: 18px;
  list-style: none;
  margin: 0 0 16px;
  text-align: left;
}
.information ul li a {
  color: #333;
  display: block;
  padding: 16px 30px;
  width: 100%;
  position: relative;
}
.information ul li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  margin-top: -6px;
  border: 6px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #333;
  transition: .4s;
}
.information ul li a span {
  font-weight: 500;
  padding: 0 20px 0 0;
}
.information ul li:hover {
  transition: all .3s;
  opacity: 0.8;
}
@media only screen and (max-width: 768px){
.information {
  border-radius: 16px;
  margin: 40px auto;
  padding: 40px 15px 50px;
}
.information h2 {
  font-size: 35px;
  letter-spacing: -4px;
  padding: 0 0 16px;
}
.information__text .heading {
  font-size: 21px;
}
.information ul li {
  border-radius: 10px;
  font-size: 12px;
  margin: 14px 0 0;
}
.information ul li a {
  padding: 15px 30px 15px 15px;
}
.information ul li a::after {
  right: 6px;
}
}
/*ストリーミング・ダウンロード
-------------------------------------*/
.streaming {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;;
  max-width: 1200px;
  margin: 90px auto 0;
  padding: 0 30px 70px;
  text-align: center;
  width: 100%;
}
.streaming h2 {
  color: #333;
  font-size: 70px;
  font-weight: 100;
  letter-spacing: -10px;
  padding: 60px 0;
}
.streaming__wrapper {
  font-family: "Zen Kaku Gothic New", serif;
  max-width: 1200px;
  margin: 0 auto;
}
.streaming .button {
  background-image: linear-gradient(to right, #73c7e0 0%, #b8dce8 50%, #ddf2f0 100%);
  border-radius: 100px;
  max-width: 450px;
  margin: 0 auto 30px;
  transition: .4s;
}
.streaming .button:last-child {
  margin-bottom: 0;
}
.streaming .button a {
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 21px;
  padding: 24px 50px;
  position: relative;
}

.streaming a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '';
  margin-top: -6px;
  border: 7px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: .4s;
}
.streaming .button:hover {
  transition: all .3s;
  opacity: 0.8;
}
@media only screen and (max-width: 768px){
.streaming {
  border-radius: 16px;
  margin: 40px auto;
  padding: 40px 15px 50px;
}
.streaming h2 {
  font-size: 35px;
  letter-spacing: -4px;
  padding: 0 0 30px;
}
.streaming .button {
  max-width: 300px;
  margin: 0 auto 30px;
}
.streaming .button a {
  font-size: 14px;
  padding: 20px 40px;
}
}
/*ミュージックビデオ
-------------------------------------*/
.musicvideo {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 30px 90px;
  text-align: center;
}
.musicvideo h2 {
  color: #333;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.musicvideo__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 60px auto 0;
  max-width: 1200px;
  justify-content: space-between;
  width: 100%;
}
.musicvideo__item {
  width: 48.6%;
}
.musicvideo__item iframe {
  width: 100%;
}
@media only screen and (max-width: 768px){
.musicvideo {
  padding: 60px 15px 52px;
}
.musicvideo h2 {
  font-size: 35px;
}
.musicvideo__list {
  flex-flow: column;
  margin: 30px auto 0;
}
.musicvideo__item {
  margin: 0 0 8px;
  width: 100%;
}
.musicvideo__item iframe {
  width: 100%;
  height: 220px;
}
}
/*SNS
-------------------------------------*/
.sns {
  margin: 120px auto 0;
}
.sns__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
.sns__list {
  list-style: none;
  max-width: 30px;
  width: 100%;
}
.sns__list:not(:last-child) {
  margin: 0 26px 0 0;
}
.sns__list img:hover {
  transition: all .3s;
  opacity: 0.74;
}
@media only screen and (max-width: 768px){
.sns {
  margin: 60px auto 40px;
}
.sns__wrapper {
  margin: 0 12vw;
}
.sns__list {
  margin: 0 10px 14px;
}
.sns__list:not(:last-child) {
  margin: 0 10px 14px;
}
}
/*フッター
-------------------------------------*/
footer {
  margin: 60px auto 20px;
  text-align: center;
  position: relative;
  z-index: auto;
}
.footer__link {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.footer__link .link__list {
  list-style-type: none;
  width: 32%;
}
footer img:hover {
  transition: all .3s;
  opacity: 0.74;
}
.copyright {
  color: #333;
  font-size: 16px;
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px){
footer {
  margin: 0 auto;
  padding: 0 0 15px;
}
.footer__link {
  flex-wrap: wrap;
  margin: 0 15px;
}
.footer__link .link__list {
  width: 48%;
  margin: 0 0 4%;
}
.copyright {
  font-size: 14px;
  padding: 30px 0 0;
}
}
/*TOPへ戻る
-------------------------------------*/
.header-box {
  display: none;
}
.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 1vw;
  z-index: 3;
}
.pagetop a {
  background-image: linear-gradient(to right, #55a0e2 0%, #ddf2f0 100%);
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.pagetop:hover {
  transition: all .3s;
  opacity: 0.8;
}
.pagetop a span {
  width: 2.34vw;
  height: 2.27vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7.5px;
}
.pagetop a i {
  width: 15px;
  weight: 8px;
  height: 2.27vw;
  display: block;
  background: url(../img/top.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px){
.pagetop{
  width: 50px;
  height: 50px;
  bottom: 12vw;
  right: 10px;
}
.pagetop a span {
  margin: -0.66vw 0 0 -1.17vw;
}
.pagetop a i {
  width: 2.34vw;

}
}

#group_03 a {
  color: #4242F4;
}

#group_03 .group__wrapper tr:first-child td:nth-child(2) {
  background: #68349a;
}

#group_03 .group__wrapper tr:not(:first-child) td:first-child {
  width: 50px;
  background: #68349a;
}

#group_03 .group__wrapper td.w_100 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #EEEEF0;
  border: 4px solid #fff;
  border-right: 0;
  border-left: 0;
}

#group_03 .group__wrapper td.w_100:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px){
  #group_03 .group__wrapper td.w_100 {
    border: 2px solid #fff;
  }
}

.kyoto .timetable__wrapper tr:nth-child(8) td.purple {
  background: #68349a;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.kyoto .timetable__wrapper tr:nth-child(8) td.purple a {
  color: #68349a;
}

.tokyo_new .timetable__wrapper tr:nth-child(8) td.purple {
  background: #68349a;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.tokyo_new .timetable__wrapper tr:nth-child(8) td.purple a {
  color: #68349a;
}

@media screen and (max-width: 768px){
  .kyoto .timetable__wrapper tr:nth-child(8) td.purple {
    font-size: 12px;
  }
  .tokyo_new .timetable__wrapper tr:nth-child(8) td.purple {
    font-size: 12px;
  }
}



/* ==================================================
   67th Single「名残り桜」追加・修正スタイル
   ================================================== */

/* 背景画像の変更（水色ベース） */
body {
  /* 生成された水色の背景画像を指定 */
  background: #fff url(../img/bg_01.jpg) center center / cover no-repeat fixed;
}

/* -------------------------------------
   タブの4分割レイアウト変更
------------------------------------- */
/* タブの幅を3つ(32%)から4つ(約23.5%)に変更 */
.tab__item {
  width: 23.5%;
  font-size: 1.1rem; /* 文字サイズを少し調整 */
  padding: 20px 0;
  margin: 0 2% 0 0; /* 右余白を一律設定 */
}

/* 最後のタブ（4つ目）の余白を0にする */
.tab__item:last-of-type,
.tab__item__tokyo_new {
  margin-right: 0;
}

/* タブ1: 京都握手会 (ラフ: ピンク系) */
.tab__item__kyoto {
  background: #fff;
  border: 1px solid #eebbcb;
  color: #000;
  background-color: #fdeef4; /* 薄いピンク背景 */
}
/* 選択時 */
.tab input:checked + .tab__item__kyoto {
  background-color: #eebbcb;
  color: #000;
  border-color: #eebbcb;
}

/* タブ2: 広島握手会 (ラフ: 紫系) */
.tab__item__hiroshima {
  background: #fff;
  border: 1px solid #ccbbee;
  color: #000;
  background-color: #f4effd; /* 薄い紫背景 */
}
/* 選択時 */
.tab input:checked + .tab__item__hiroshima {
  background-color: #ccbbee;
  color: #000;
  border-color: #ccbbee;
}

/* タブ3: 札幌握手会 (ラフ: 水色系) */
.tab__item__sapporo {
  background: #fff;
  border: 1px solid #bbeeeb;
  color: #000;
  background-color: #effdfc; /* 薄い水色背景 */
}
/* 選択時 */
.tab input:checked + .tab__item__sapporo {
  background-color: #bbeeeb;
  color: #000;
  border-color: #bbeeeb;
}

/* タブ4: 東京握手会 (ラフ: 緑系) */
.tab__item__tokyo_new {
  background: #fff;
  border: 1px solid #cceecc;
  color: #000;
  background-color: #effdef; /* 薄い緑背景 */
}
/* 選択時 */
.tab input:checked + .tab__item__tokyo_new {
  background-color: #cceecc;
  color: #000;
  border-color: #cceecc;
}

/* タブ切り替えロジックの追加（4つ目） */
#tab04:checked ~ #tab04 {
  display: block;
}

/* コンテンツエリアのデザイン修正 */
.kyoto, .hiroshima, .sapporo, .tokyo_new {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;
  text-align: center;
}

/* SP対応 */
@media screen and (max-width: 768px) {
  .tab__item {
    width: 48%; /* 2列にする */
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  /* 奇数番目は右マージンあり */
  .tab__item:nth-of-type(odd) {
    margin-right: 4%;
  }
  /* 偶数番目はマージンなし */
  .tab__item:nth-of-type(even) {
    margin-right: 0;
  }
}

/* -------------------------------------
   Lineup（対象商品）画像の横並び修正
------------------------------------- */
.lineup__images {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
  flex-wrap: wrap;
}

.lineup__item {
  width: 28%; /* 3つ並ぶように調整 */
  max-width: 300px;
}

.lineup__item img {
  width: 100%;
  height: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
  .lineup__images {
    gap: 15px;
  }
  .lineup__item {
    width: 30%; /* スマホでも3列維持、あるいは大きく見せるならwidth: 80%等 */
  }
}

/* ==================================================
   トップタイトル部分のレイアウト修正
   ================================================== */

/* テキストとロゴを囲むラッパー（横並び・中央寄せ） */
.top__header-group {
  display: flex;
  justify-content: center; /* 左右中央寄せ */
  align-items: center;     /* 上下中央揃え */
  gap: 50px;               /* 文字とロゴの間隔 */
  margin: 60px auto 40px;  /* 上下の余白 */
  max-width: 1000px;
}

/* テキスト部分の調整 */
.top__text {
  /* 既存のスタイルを継承しつつ微調整 */
  text-align: center;      /* テキストブロック内は中央揃え */
  margin: 0;               /* マージンをリセット */
  flex-shrink: 0;          /* 縮小しない */
}

/* ロゴラッパーの調整 */
.top__logo {
  /* 既存の margin: 30px auto を打ち消し */
  margin: 0;
  max-width: 350px;        /* PCでのロゴ最大幅 */
  width: auto;
}

/* ロゴ画像自体の調整 */
.top__logo img {
  vertical-align: middle;
}

/* タイトル見出し（イベント名）の位置調整 */
.top__title h2 {
  margin-top: 20px; /* 上の要素との間隔調整 */
}


/* --------------------------------------------------
   SP（スマホ）対応
   -------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* スマホでは縦積みに戻す */
  .top__header-group {
    flex-direction: column; /* 縦並び */
    gap: 20px;              /* 間隔を狭く */
    margin: 40px auto;
  }

  .top__logo {
    max-width: 70%;         /* スマホでのロゴ幅調整 */
  }
}