@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;
}
@media screen and (min-width: 768px) {
.sp_only {
  display: none;
}
}
@media screen and (max-width: 768px) {
.pc_only {
  display: none;
}
video {
  border-radius: 16px;
}
}
/* アニメーション
-------------------------------------*/
.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;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 30px 0;
  text-align: center;
  width: 32%;
}
.tab__item__osaka {
  background: #fff;
  border: 1px solid #ff9e20;
  color: #ff9e20;
  margin: 0 2% 0 0;
  position: relative;
}
.tab__item__sendai {
  background: #fff;
  border: 1px solid #28bb20;
  color: #28bb20;
  margin: 0 2% 0 0;
}
.tab__item__tokyo {
  background: #fff;
  border: 1px solid #7480ce;
  color: #7480ce;
}
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 input[name="tab__item"] {
  display: none;
}
#tab01:checked ~ #tab01,
#tab02:checked ~ #tab02,
#tab03:checked ~ #tab03 {
  display: block;
}
.tab input:checked + .tab__item__osaka {
  background-color: #ff9e20;
  color: #ffffff;
}
.tab input:checked + .tab__item__sendai {
  background-color: #28bb20;
  color: #ffffff;
}
.tab input:checked + .tab__item__tokyo {
  background-color: #7480ce;
  color: #ffffff;
}
.applicationBtn__osaka 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__sendai 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__tokyo 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;
}
.osaka,.sendai,.tokyo {
  background: #fff;
  box-shadow: 0 0 20px #efefef;
  border-radius: 30px;;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 0;
  text-align: center;
}
.osaka {
  padding: 0 30px 50px;
}
.osaka h3 {
  color: #ff9e20;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.sendai {
  padding: 0 30px 50px;
}
.sendai h3 {
  color: #28bb20;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
.tokyo {
  padding: 0 30px 50px;
}
.tokyo h3 {
  color: #7480ce;
  font-size: 70px;
  font-weight: 100;
  padding: 60px 0;
}
h3 .spacing {
  letter-spacing: -10px;
}
.osaka__wrapper,.sendai__wrapper,.tokyo__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 .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__note {
  color: #333;
  display: block;
  font-size: 18px;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: left;
}
@media only screen and (max-width: 768px){
.event {
  justify-content: space-between;
}
.osaka,.sendai,.tokyo {
  border-radius: 16px;
  padding: 40px 15px 30px;
}
.osaka h3,.sendai h3,.tokyo 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;
  margin: 0 auto;
}
.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;
  margin: 20px auto 30px;
}
.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 .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;
}
}
/*タイムテーブル
-------------------------------------*/
.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;
}
.osaka .timetable__wrapper tr:first-child td:nth-child(2) {
  background: #ffc925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.osaka .timetable__wrapper tr:nth-child(4) td:nth-child(2) {
  background: #00B3D1;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.osaka .timetable__wrapper tr:nth-child(7) td:nth-child(2) {
  background: #47C770;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.osaka .timetable__wrapper tr:nth-child(7) td:nth-child(2) a {
  color: #47C770;
}
.osaka .timetable__wrapper tr:nth-child(11) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.osaka .timetable__wrapper tr:nth-child(11) td:nth-child(2) a {
  color: #FF80A9;
}
.osaka .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  background: #fb893d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  width: 34%;
}
.osaka .timetable__wrapper tr:nth-child(12) td:nth-child(2) a {
  color: #fb893d;
}
.tokyo .timetable__wrapper tr:first-child td:nth-child(2) {
  background: #ffc925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.tokyo .timetable__wrapper tr:nth-child(4) td:nth-child(2) {
  background: #00B3D1;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.tokyo .timetable__wrapper tr:nth-child(7) td:nth-child(2) {
  background: #47C770;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.tokyo .timetable__wrapper tr:nth-child(7) td:nth-child(2) a {
  color: #47C770;
}
.tokyo .timetable__wrapper tr:nth-child(11) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.tokyo .timetable__wrapper tr:nth-child(11) td:nth-child(2) a {
  color: #FF80A9;
}
.tokyo .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  background: #fb893d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  width: 34%;
}
.tokyo .timetable__wrapper tr:nth-child(12) td:nth-child(2) a {
  color: #fb893d;
}
.sendai .timetable__wrapper tr:first-child td:nth-child(2) {
  background: #ffc925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.sendai .timetable__wrapper tr:nth-child(3) td:nth-child(2) {
  background: #00B3D1;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.sendai .timetable__wrapper tr:nth-child(8) td:nth-child(2) {
  background: #FF80A9;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.sendai .timetable__wrapper tr:nth-child(8) 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;
}
.osaka .timetable__wrapper tr:first-child td:nth-child(2), .osaka .timetable__wrapper tr:nth-child(4) td:nth-child(2), .osaka .timetable__wrapper tr:nth-child(7) td:nth-child(2), .osaka .timetable__wrapper tr:nth-child(11) td:nth-child(2), .osaka .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  font-size: 12px;
}
.tokyo .timetable__wrapper tr:first-child td:nth-child(2), .tokyo .timetable__wrapper tr:nth-child(4) td:nth-child(2), .tokyo .timetable__wrapper tr:nth-child(7) td:nth-child(2), .tokyo .timetable__wrapper tr:nth-child(11) td:nth-child(2), .tokyo .timetable__wrapper tr:nth-child(12) td:nth-child(2) {
  font-size: 12px;
}
.sendai .timetable__wrapper tr:first-child td:nth-child(2), .sendai .timetable__wrapper tr:nth-child(3) td:nth-child(2), .sendai .timetable__wrapper tr:nth-child(8) 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;
}
.osaka .group__wrapper tr:nth-child(2) td:nth-child(5), .osaka .group__wrapper tr:nth-child(4) td:nth-child(5), .osaka .group__wrapper tr:nth-child(6) td:nth-child(5), .osaka .group__wrapper tr:nth-child(7) td:nth-child(5), .osaka .group__wrapper tr:nth-child(8) td:nth-child(4), .osaka .group__wrapper tr:nth-child(8) td:nth-child(5), .osaka .group__wrapper tr:nth-child(9) td:nth-child(5), .osaka .group__wrapper tr:nth-child(10) td:nth-child(5), .osaka .group__wrapper tr:nth-child(11) td:nth-child(4), .osaka .group__wrapper tr:nth-child(11) td:nth-child(5), .osaka .group__wrapper tr:nth-child(14) td:nth-child(5), .osaka .group__wrapper tr:nth-child(15) td:nth-child(4), .osaka .group__wrapper tr:nth-child(15) td:nth-child(5) {
  background: #fff;
}
.osaka .group__wrapper tr:nth-child(2) td:nth-child(4) {
  background: #fff;
}
.tokyo .group__wrapper tr:nth-child(2) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(3) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(4) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(5) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(7) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(9) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(11) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(12) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(13) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(16) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(17) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(18) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(19) td:nth-child(4), .tokyo .group__wrapper tr:nth-child(20) 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 tr td:first-child {
  width: 20px;
}
.bunch__wrapper tr:not(:first-child) td:first-child {
  background: #ffb8ce;
  color: #fff;
  font-weight: bold;
  width: 20px;
}
.osaka .bunch__wrapper tr:first-child td:first-child, .osaka .bunch__wrapper tr:nth-child(7) td:nth-child(4), .osaka .bunch__wrapper tr:nth-child(8) td:nth-child(4), .osaka .bunch__wrapper tr:nth-child(9) td:nth-child(4), .osaka .bunch__wrapper tr:nth-child(10) td:nth-child(4), .osaka .bunch__wrapper tr:nth-child(11) td:nth-child(3), .osaka .bunch__wrapper tr:nth-child(11) td:nth-child(4), .osaka .bunch__wrapper tr:nth-child(11) td:nth-child(5) {
  background: #fff;
}
.osaka .bunch__wrapper tr:nth-child(11) td:nth-child(3) {
  background: #fff;
  font-weight: 400;
  padding: 30px;
}
.osaka .bunch__wrapper tr:nth-child(11) td:nth-child(3) .left {
  display: block;
  text-align: left;
}
.tokyo .bunch__wrapper tr:first-child td:first-child, .tokyo .bunch__wrapper tr:nth-child(8) td:nth-child(5), .tokyo .bunch__wrapper tr:nth-child(9) td:nth-child(5) {
  background: #fff;
}
.tokyo .bunch__wrapper tr:nth-child(10) td:nth-child(3) {
  background: #fff;
  font-weight: 400;
  padding: 30px;
}
.tokyo .bunch__wrapper tr:nth-child(10) td:nth-child(3) .left {
  display: block;
  text-align: left;
}
.sendai .bunch__wrapper tr:first-child td:first-child, .sendai .bunch__wrapper tr:nth-child(6) td:nth-child(3), .sendai .bunch__wrapper tr:nth-child(6) td:nth-child(5), .sendai .bunch__wrapper tr:nth-child(7) td:nth-child(3), .sendai .bunch__wrapper tr:nth-child(7) td:nth-child(5) {
  background: #fff;
}
@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;
}
.osaka .bunch__wrapper tr:nth-child(11) td:nth-child(3) {
  padding: 10px;
}
.tokyo .bunch__wrapper tr:nth-child(10) td:nth-child(3) {
  padding: 10px;
}
}
/*対象商品
-------------------------------------*/
.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, #bac6f5 0%, #f7d3d7 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 #d8cfeb;
  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;
  box-shadow: 0 0 8px #d8cfeb;
  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, #bac6f5 0%, #f7d3d7 100%);
  border-radius: 100px;
  max-width: 450px;
  margin: 0 auto;
  transition: .4s;
}
.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;
}
.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, #bac6f5 0%, #f7d3d7 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: 9.38vw;
  height: 9.38vw;
  bottom: 12vw;
  right: 10px;
}
.pagetop a span {
  margin: -0.66vw 0 0 -1.17vw;
}
.pagetop a i {
  width: 2.34vw;
}
}