@charset "UTF-8";
/*-------------------------------------
  お気に入り関連　Favorite
-------------------------------------*/
.SectionMain {
  padding: 26px 0;
}
.SectionMain .SectionTop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  .SectionMain .SectionTop {
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
  }
}
.SectionMain .SectionTop h2.SectionTitle {
  display: flex;
  flex-direction: column;
  font-size: 1.375rem;
  font-weight: 600;
}
@media (min-width: 48.0625em) {
  .SectionMain .SectionTop h2.SectionTitle {
    flex-direction: row;
    align-items: center;
  }
}
.SectionMain .SectionFavorite {
  margin: 0 0 0 auto;
}
@media (min-width: 48.0625em) {
  .SectionMain .SectionFavorite {
    margin: 0;
  }
}
.SectionMain .SectionFavorite a {
  border: 1px solid #B2B2B2;
  border-radius: 100px;
  padding: 5px 10px 5px 30px;
  max-width: 130px;
  display: block;
  margin-left: 10px;
}
.SectionMain .SectionFavorite p {
  color: #3776BC;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
}
.SectionMain .SectionFavorite p::before {
  content: "";
  background: url(https://cdn.l-tike.com/image/fh/heart-icon.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 20px;
}
.SectionMain .Grid {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 12px;
}
@media (min-width: 48.0625em) {
  .SectionMain .Grid {
    scroll-snap-type: initial;
    overflow-x: auto;
    width: auto;
    padding: 0;
    margin: -12px -5px 0;
    flex-wrap: wrap;
  }
}
.SectionMain .LiveList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.SectionMain .LiveList__Item {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  overflow: hidden;
  position: relative;
  width: 70%;
  scroll-snap-align: end;
  flex: none;
  margin: 4.5px 10.5px 4.5px 0;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList__Item {
    width: calc(33.5% - 15px);
    margin: 4.5px;
  }
}
.SectionMain .LiveList__Item__sub {
  display: block;
  padding: 8px;
}
.SectionMain .LiveList__Item__sub p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList__Item__sub p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.SectionMain .LiveList__Item__text {
  padding: 8px 0;
}
.SectionMain .LiveList__Item__link {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 600;
}
.SectionMain .LiveList__Item__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.SectionMain .LiveList__Item__thumb {
  display: block;
  width: 60px;
  height: 100%;
  max-height: 60px;
  flex-shrink: 0;
  background: #f4f4f4;
}
.SectionMain .LiveList__Item__thumb > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.SectionMain .LiveList__Item.pc_none {
  display: block;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList__Item.pc_none {
    display: none !important;
  }
}
.SectionMain .Container.sp-sub {
  padding: 0;
}
@media (min-width: 48.0625em) {
  .SectionMain .Container.sp-sub {
    padding: 0 70px;
  }
}
.SectionMain .SectionView {
  margin: 0 0 0 auto;
}
@media (min-width: 48.0625em) {
  .SectionMain .SectionView {
    margin: 0;
  }
}
.SectionMain .SectionView a {
  border: 1px solid #B2B2B2;
  border-radius: 100px;
  padding: 5px 20px;
  max-width: 130px;
  display: block;
  margin-left: 10px;
}
.SectionMain .SectionView p {
  color: #3776BC;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  position: relative;
}
.SectionMain .LiveList01 {
  display: flex;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.SectionMain .LiveList01__Item {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  width: 45%;
  scroll-snap-align: end;
  flex: none;
  margin: 4.5px 15px 4.5px 4.5px;
}
.SectionMain .LiveList01__Item:last-child {
margin:4.5px;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList01__Item {
    width: calc(24.5% - 15px);
  }
}
.SectionMain .LiveList01__Item__sub {
  display: block;
  padding: 10px 8px;
}
.SectionMain .LiveList01__Item__sub p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList01__Item__sub p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
  }
}
.SectionMain .LiveList01__Item__text {
  padding: 8px 0;
}
.SectionMain .LiveList01__Item__link {
  font-size: 0.8125rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.SectionMain .LiveList01__Item__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.SectionMain .LiveList01__Item__thumb {
  display: block;
  height: 100%;
  max-height: 180px;
  flex-shrink: 0;
  background: #707070;
  width: 100%;
}
.SectionMain .LiveList01__Item__thumb > img {
  object-fit: contain;
  object-position: center;
  background-color: #f4f4f4;
  width: 100%;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.SectionMain .LiveList01__Item.pc_none {
  display: block;
}
@media (min-width: 48.0625em) {
  .SectionMain .LiveList01__Item.pc_none {
    display: none !important;
  }
}

/*-------------------------------------
  お気に入り関連・閲覧履歴　お気に入り
-------------------------------------*/
.Favorite {
  margin: 0;
}
.Favorite__main {
  margin: -4.5px -4.5px 0;
  display: block;
}
@media (min-width: 48.0625em) {
  .Favorite__main {
    display: flex;
    flex-wrap: wrap;
    margin: -4.5px -9.5px 0;
  }
}
.Favorite__main__item {
  width: 100%;
  padding: 12px 6px;
}
@media (min-width: 48.0625em) {
  .Favorite__main__item {
    width: 50%;
    padding: 12px;
  }
}
.Favorite .FavoriteItem {
  padding: 4.5px;
}
@media (min-width: 48.0625em) {
  .Favorite .FavoriteItem {
    display: flex;
    padding: 12px;
    width: 45%;
    flex: 1;
  }
}

.Drawer__item {
  width: 45%;
}

.FavoriteMedia {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.FavoriteMedia__thumb {
  background-color: #f4f4f4;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
}
.FavoriteMedia__thumb > img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.FavoriteMedia__body {
  padding: 7px 10px;
}
.FavoriteMedia__title {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.FavoriteMedia__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.FavoriteMedia__text {
  font-size: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

/*-------------------------------------
  お気に入り関連・閲覧履歴　閲覧履歴
-------------------------------------*/
.View {
  display: flex;
  flex-wrap: wrap;
  margin: -4.5px -4.5px 0;
}
@media (min-width: 48.0625em) {
  .View {
    margin: -4.5px -9.5px 0;
  }
}

.ViewItem {
  width: 50%;
  padding: 4.5px;
}
@media (min-width: 48.0625em) {
  .ViewItem {
    width: 25%;
    padding: 12px;
  }
}
.ViewItem__cover {
  border-radius: 6px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 81%;
}
.ViewItem__cover__thumb {
  background-color: #f4f4f4;
  width: 100%;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.ViewItem__cover__thumb--img {
  width: 100%;
  height: 100%;
}
.ViewItem__cover__thumb--img > img {
  font-family: "object-fit:contain;object-position:center";
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.ViewItem__cover__body {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.ViewItem__cover__body p {
  font-weight: 600;
  margin-top: 5px;
}
.ViewItem__cover__body p a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.ViewItem__cover__body p a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.ViewItem .delete {
  position: relative;
  padding: 12px 0 20px 12px;
  color: #7F7F7F;
  text-align: right;
}
.ViewItem .delete span {
  content: "";
  background: url(https://cdn.l-tike.com/image/fh/delete-icon.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 30px;
}

/*-------------------------------------
  お気に入り関連チケット　共通部分
-------------------------------------*/
.ButtonArea {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.ButtonArea a {
  background-color: #fff;
  border-radius: 24px;
  border: solid 1px #979797;
  color: #0074be;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 12px;
}

.ViewDelete {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.ViewDelete a {
  background-color: #fff;
  border-radius: 24px;
  border: solid 1px #979797;
  color: #0074be;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 12px 12px 12px 24px;
}
.ViewDelete a span {
  position: relative;
}
.ViewDelete a span::before {
  content: "";
  background: url(https://cdn.l-tike.com/image/fh/delete-icon.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -28px;
  top: -3px;
}

.ListTitle {
  font-size: 0.875rem;
  padding: 0 0 15px;
}
@media (min-width: 48.0625em) {
  .ListTitle {
    font-size: 1rem;
  }
}

/*-------------------------------------
  お気に入り表示なし
-------------------------------------*/
.SubTitle p {
  text-align: center;
  font-weight: 600;
  margin: 33px 0 43px;
  font-size: 1rem;
}
@media (min-width: 48.0625em) {
  .SubTitle p {
    margin: 40px 0 0;
  }
}

.FavoriteEntry {
  border: 1px solid #707070;
  max-width: 516px;
  margin: 40px auto 40px;
  padding: 30px 10px 0;
  border-radius: 10px;
}
@media (min-width: 48.0625em) {
  .FavoriteEntry {
    margin: 50px auto 40px;
  }
}
.FavoriteEntry p {
  text-align: center;
  font-weight: 600;
}
.FavoriteEntry__button {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.FavoriteEntry__button a {
  background-color: #0074BD;
  border-radius: 24px;
  border: solid 1px #979797;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 12px;
}

.ViewHistory {
  padding: 33px 0;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .ViewHistory {
    padding: 80px 0;
  }
}
.ViewHistory__title {
  font-weight: 600;
  font-size: 1rem;
}
.ViewHistory__details {
  font-weight: 600;
  padding: 10px 0;
  font-size: 0.75rem;
}
.ViewHistory a {
  color: #3776BC;
  font-weight: 600;
  font-size: 0.875rem;
}
.ViewHistory a:hover {
  opacity: 0.7;
}

.ContainerMain {
  max-width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 48.0625em) {
  .ContainerMain {
    padding: 0 70px;
  }
}
.ContainerMain a {
  cursor: pointer;
}
.ContainerMain a:hover {
  opacity: 0.7;
}

.ContainerMain.expression {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48.0625em) {
  .ContainerMain.expression {
    align-items: center;
  }
}

.MainTitle h1 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 15px;
}
@media (min-width: 48.0625em) {
  .MainTitle h1 {
    font-size: 1.4125rem;
  }
}

.setting {
  padding: 0 0 15px;
  display: flex;
  align-items: center;
}
@media (min-width: 48.0625em) {
  .setting {
    padding: 14px 0 30px;
  }
}
.setting a {
  border: 1px solid #BABABA;
  padding: 5px 10px 5px 30px;
  border-radius: 100px;
  cursor: pointer;
}
.setting a:hover {
  opacity: 0.7;
}
.setting a p {
  font-size: 0.75rem;
  color: #0074BD;
  font-weight: 600;
  position: relative;
}
.setting a p::before {
  content: "";
  background: url(https://cdn.l-tike.com/image/fh/setting-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -23px;
  top: 0;
}

/* modalの指定 */
.modal_open {
  display: flex;
  justify-content: space-around;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 90%;
  max-width: 560px;
  margin: 0;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.modal_box h2 {
  padding: 18px 0 18px 20px;
  text-align: left;
  background: #F2F2F2;
  font-weight: 600;
  font-size: 1.25rem;
}
.modal_box__text {
  margin: 20px;
}

.BrowsingHistory__head {
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 100%;
  font-size: 1.125rem;
}
.BrowsingHistory__head::before {
  background-color: #0074be;
  content: "";
  display: block;
  font-size: 1.15942029rem;
  width: 5px;
  height: 18px;
  margin-right: 8px;
}
.BrowsingHistory__delate {
  padding-top: 16px;
}
.BrowsingHistory__delate a {
  border: 1px solid #BABABA;
  padding: 5px 10px 5px 35px;
  border-radius: 100px;
  max-width: 105px;
  color: #0074BE;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
}
@media (min-width: 48.0625em) {
  .BrowsingHistory__delate a {
    display: block;
    margin: 0 0 0 5px;
  }
}
.BrowsingHistory__delate a::before {
  content: "";
  background: url(https://cdn.l-tike.com/image/fh/delete-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  left: 13px;
}
.BrowsingHistory__text {
  text-align: left;
}
.BrowsingHistory + .BrowsingHistory {
  margin: 24px 0 40px;
}
@media (min-width: 48.0625em) {
  .BrowsingHistory + .BrowsingHistory {
    margin: 24px 0 16px 0;
  }
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 65px;
  height: 65px;
  color: #000;
  text-align: center;
  font-size: 6.65rem;
  line-height: 0.47;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.9);
}

.choice {
  display: inline-block;
  vertical-align: middle;
  color: #313131;
  line-height: 1;
  width: 1.8rem;
  height: 0.22rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
  margin-top: -7px;
}

.choice-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* ONOFFボタン 初期値ON */
.ToggleButton {

  position: relative;
  box-sizing: border-box;
  padding: 0 0 10px;
}
@media (min-width: 48.0625em) {
  .ToggleButton {
    padding: 0 0 10px 5px;
  }
}
.ToggleButton__cover {
  position: relative;
  top: 50%;
  width: 105px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
  font-size: 0.85rem;
  border-radius: 100px;
}
@media (min-width: 48.0625em) {
  .ToggleButton__cover {
    margin: 0;
  }
}
.ToggleButton__cover .switch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.ToggleButton__cover .switch::before, .ToggleButton__cover .switch::after,
.ToggleButton__cover .switch span {
  width: 45px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  transition: 0.3s ease all;
  border-radius: 100px;
  font-size: 0.75rem;
}
.ToggleButton__cover .switch::before {
  content: "";
  position: absolute;
  right: 3px;
  background-color: #0074BD;
  top: 3px;
}
.ToggleButton__cover .switch::after {
  content: "ON";
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 0.75rem;
  color: #fff;
}
.ToggleButton__cover .switch span {
  position: absolute;
  top: 4px;
  left: 3px;
  color: #4e4e4e;
  z-index: 1;
  display: inline-block;
}
.ToggleButton__cover .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B4B4B4;
  transition: 0.3s ease all;
  z-index: 1;
  border-radius: 100px;
}
.ToggleButton__cover .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.ToggleButton__cover .checkbox:checked + .switch span {
  color: #fff;
}
.ToggleButton__cover .checkbox:checked + .switch::before {
  background-color: #0074BD;
  right: 57px;
}
.ToggleButton__cover .checkbox:checked + .switch::after {
  color: #4e4e4e;
}

/* ONOFFボタン 初期値OFF */
.ToggleButton01 {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 10px;
}
@media (min-width: 48.0625em) {
  .ToggleButton01 {
    padding: 0 0 10px 5px;
  }
}
.ToggleButton01__cover {
  position: relative;
  top: 50%;
  width: 105px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
  font-size: 0.85rem;
  border-radius: 100px;
}
@media (min-width: 48.0625em) {
  .ToggleButton01__cover {
    margin: 0;
  }
}
.ToggleButton01__cover .switch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.ToggleButton01__cover .switch::before, .ToggleButton01__cover .switch::after,
.ToggleButton01__cover .switch span {
  width: 45px;
  height: 31px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  transition: 0.3s ease all;
  border-radius: 100px;
  font-size: 0.75rem;
}
.ToggleButton01__cover .switch::before {
  content: "";
  position: absolute;
  left: 3px;
  background-color: #0074BD;
  top: 3px;
}
.ToggleButton01__cover .switch::after {
  content: "ON";
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 0.75rem;
}
.ToggleButton01__cover .switch span {
  position: absolute;
  top: 4px;
  left: 3px;
  color: #fff;
  z-index: 1;
  display: inline-block;
}
.ToggleButton01__cover .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B4B4B4;
  transition: 0.3s ease all;
  z-index: 1;
  border-radius: 100px;
}
.ToggleButton01__cover .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.ToggleButton01__cover .checkbox:checked + .switch span {
  color: #4e4e4e;
}
.ToggleButton01__cover .checkbox:checked + .switch::before {
  left: 57px;
  background-color: #0074BD;
}
.ToggleButton01__cover .checkbox:checked + .switch::after {
  color: #fff;
}
/*# sourceMappingURL=ltike_top.css.map */