@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html{
  margin-top: 0!important;
}

#oshibody li{list-style: none;}

#oshibody a {
  color: inherit;       /* テキストの色を親要素に合わせる */
  text-decoration: none; /* 下線を消す */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
    margin-bottom:0px!important;
    }

#oshibody body  {


margin: 0;
padding: 0;
box-sizing: border-box;
padding-bottom: 1px !important;
}


#oshibody #right {
  top: 40px;
}


#oshibody #main {
  font-family: 'Yu Gothic', '游ゴシック', sans-serif!important;
}





  #oshibody .content-container {
    position: relative; /* 子要素の絶対配置を基準にする */
    width: 600px; /* 任意のコンテンツ幅 */
    height: 400px; /* 任意のコンテンツ高さ */
    margin: 50px auto; /* 中央に配置 */
    background-color: #f9f9f9; /* 背景色 */
    border: 1px solid #ccc; /* 枠線 */
    overflow: hidden; /* 四隅の画像がはみ出ないように */
  }
  
  /* 四隅の画像の共通スタイル */
  #oshibody .corner-image {
    position: absolute;
    width: 50px; /* 画像の幅 */
    height: 50px; /* 画像の高さ */
  }
  
  /* 各角のスタイル */
  #oshibody .top-left {
    top: 0;
    left: 0;
    transform: scaleX(-1); /* 水平方向に反転 */
  }
  
  #oshibody .top-right {
    top: 0;
    right: 0;
  }
  
  #oshibody .bottom-left {
    bottom: 0;
    left: 0;
    transform: scaleX(-1) scaleY(-1); /* 水平垂直方向に反転 */
  }
  
  #oshibody .bottom-right {
    bottom: 0;
    right: 0;
    transform: scaleY(-1); /* 水平方向に反転 */
  }
  
  /* コンテンツのスタイル */
  #oshibody .content {
    text-align: center;
    padding: 20px;
  }



  /* スライドのスタイル */
  #oshibody .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  #oshibody .slides {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }
  #oshibody .slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  #oshibody .slide img {
    width: 100%;
    display: block;
  }
  #oshibody .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  #oshibody .arrow {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
  }
  #oshibody .pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
  }



 /* 立体ボタンのスタイル */
 #oshibody .button {
    position: relative;
    display: inline-block;
    background-color: #f05a28;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 0 #d9441f, 0 12px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    font-size: 19px;
    margin-bottom: 45px;
    border: none;
  }

  #oshibody .button:active {
    transform: translateY(4px);
    box-shadow: 0 4px 0 #d9441f, 0 8px 15px rgba(0, 0, 0, 0.2);
  }

  #oshibody #main .button span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }

 /* 立体ボタンのスタイル2 */
 #oshibody .button2 {
  position: relative;
  display: inline-block;
  background-color: #1ba84a;
  color: white;
  font-size: 22px !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 80px;
  box-shadow: 0 8px 0 #0c6128, 0 12px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  font-size: 19px;
  margin: 45px 0;
  padding: 28px;
  line-height: 2.5rem;
}

#oshibody .button2:active {
  transform: translateY(4px);
  box-shadow: 0 4px 0 #1ba84a, 0 8px 15px rgba(0, 0, 0, 0.2);
}

#oshibody #main .button2 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}




  .lineup-item {
    flex: 1 1 calc(50% - 10px);
    text-align: left!important;
}

#oshibody .itembox::after {
  content: '';
  flex: 1 1 calc(25% - 10px); /* lineup-item と同じ flex 設定 */
}

#oshibody .itembox::before {
  content: '';
  flex: 1 1 calc(25% - 10px); /* lineup-item と同じ flex 設定 */
  order: 1;
}

#oshibody .lineup-item a img{
    margin-bottom: 5px!important;
}

#oshibody .miniprice { font-size: 17px!important;
    font-weight: 400!important;
text-align: left!important;}

#oshibody .itembox{
    display: flex!important;
    gap: 20px 10px !important;
    flex-wrap: wrap!important;
}

#oshibody .itembox img {
    width: 100%!important;
}

#oshibody .lineup-item{
  position: relative; /* 擬似要素の位置を基準にする */
}

#oshibody .lineup-item::before {
  content: "送料無料"; /* 表示する文字 */
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000; /* 背景色を黒に設定 */
  color: #fff; /* 文字色を白に設定 */
  font-size: 14px; /* 文字サイズ */
  font-weight: bold; /* 太字 */
  padding: 5px 10px; /* ラベルの内側余白 */
  border-radius: 3px; /* ラベルの角を少し丸める */
  z-index: 1; /* 他の要素より前面に表示 */
  pointer-events: none; /* クリックを無効化 */
}

#oshibody #trio{
position: relative;
    display: flex
;
    justify-content: center;
    align-items: flex-start;
}

#left,#right {
  position: sticky;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 752px) / 2);
  height: 100svh;
  margin-top: -184px;
  top: 0;
}


#left {
  top: 70px;
}

.arrow:after {
display: none!important;
}


.spotlight {
  position: relative;
}

.thank-you {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  display: flex;
  justify-content: center;
}

.thank-you span {
  display: inline-block;
  transform: scale(0);
  animation: appear 1s ease forwards;
}

.thank-you span:nth-child(1) { animation-delay: 0.1s; }
.thank-you span:nth-child(2) { animation-delay: 0.2s; }
.thank-you span:nth-child(3) { animation-delay: 0.3s; }
.thank-you span:nth-child(4) { animation-delay: 0.4s; }
.thank-you span:nth-child(5) { animation-delay: 0.5s; }
.thank-you span:nth-child(6) { animation-delay: 0.6s; }
.thank-you span:nth-child(7) { animation-delay: 0.7s; }
.thank-you span:nth-child(8) { animation-delay: 0.8s; }






.final-thank-you {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  display: flex;
  justify-content: center;
}

.final-thank-you span {
  display: inline-block;
  transform: scale(0);
  animation: appear 1s ease forwards;
}

.final-thank-you span:nth-child(1) { animation-delay: 0.1s; }
.final-thank-you span:nth-child(2) { animation-delay: 0.2s; }
.final-thank-you span:nth-child(3) { animation-delay: 0.3s; }
.final-thank-you span:nth-child(4) { animation-delay: 0.4s; }
.final-thank-you span:nth-child(5) { animation-delay: 0.5s; }
.final-thank-you span:nth-child(6) { animation-delay: 0.6s; }
.final-thank-you span:nth-child(7) { animation-delay: 0.7s; }
.final-thank-you span:nth-child(8) { animation-delay: 0.8s; }

@keyframes appear {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


#oshibody #main {
  position: relative;
  width: 100%;
  max-width: 752px;
  background: #fdf7dd;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  position: relative;

}

#oshibody #livebk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('img/haikei.jpg') no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

#oshibody #trio{
  position: relative;
  z-index: 1; /* コンテンツを前面に表示 */
}

#oshibody #top {
  position: relative;
  padding: 50px;
  background-image: 
  linear-gradient(0deg, rgba(235, 92, 28, 0.3) 1px, transparent 2px), /* 横線 */
  linear-gradient(90deg, rgba(235, 92, 28, 0.3) 1px, transparent 2px);
background-size: 60px 60px; 
}


#top::before, 
#top::after {
  content: "";
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  background: linear-gradient(0deg, black 1px, transparent 1px), 
              linear-gradient(90deg, black 1px, transparent 1px);
  background-size: 100% calc(100% / 11), calc(100% / 11) 100%;
  z-index: -1;
  position: absolute; /* Optional improvement */
}



#oshibody #title{
  margin-bottom: 25px;
}



/* 左側 */
#left {color: #fff;}

#left h2{
  text-align: center;
  margin-bottom: 35px;
}

#setlist {
  font-family: "Italiana", serif;
  font-weight: 400;
  font-style: normal;
font-size: 42px;
letter-spacing: 0.25rem;
text-shadow: 0px 0px 5px rgb(34 14 83 / 70%);
display: inline;
}

#setlistmini{
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 200;
  letter-spacing: 0.1rem;
  text-shadow: 0px 0px 7px rgb(34 14 83 / 90%);
  margin-top: 10px;
}

#left ul{
  font-family: "Zen Kaku Gothic New", serif;
  color: #fff;
  margin-bottom: 35px;
  text-shadow: 0px 0px 7px rgb(34 14 83 / 90%);
}

#left .setli{
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 0.02rem;
}

#left .mini{
  font-size: 12px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.3rem;
  margin-bottom: 3px;
}


/* コンテナのスタイル */
#oshibody .hover-container {
  position: relative;
  display: inline-block;
}

/* 画像のスタイル */
.hover-image {
  cursor: pointer;
  display: block;
}

.icon-link {
  display: inline-block;
}

/* ホバー時に表示するテキストのスタイル */
.hover-text {
  margin-top: 8px; /* アイコンとの間隔 */
  font-size: 14px;
  color: #fff;
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(-10px); /* 初期位置を少し上に */
  transition: opacity 0.3s ease, transform 0.3s ease; /* スムーズなアニメーション */
  pointer-events: none; /* 非ホバー時にクリックできないように */
  line-height: 2rem;
}

/* ホバー時にテキストを表示 */
.icon-link:hover + .hover-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#oshibody .hover-container img{
  width: 35px;
}

#left li:nth-child(4){
  margin-bottom: 20px;
}

#oshibody .text_m{
  font-size: 16px;
  font-weight: 600;
}


#main #top .corner-image {
  width: 100px;
}


/* cont01 */

#oshibody #cont01{
  background: url(img/middle_liveimg.png) no-repeat center top;
  background-size: contain;
  min-height: 1270px;
  background-color: #ffe058;
}

#oshibody .bigkatari {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  padding: 16% 7% 25px 7%;
  letter-spacing: 0.2rem;
  line-height: 6rem;
}

#oshibody .minikatari{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 0 7%;
  margin-bottom: 20px;
  line-height: 5rem;
  letter-spacing: 0.1rem;
}

#oshi_anime{
  position: relative;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    width: 100%;
}

#fukidashi2 {
  z-index: 100;
  position: relative;
  padding: 55px 55px 66px 55px;
  background-image: url(img/fukidasi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 20px;
  width: fit-content;
  top: -103px;
  left: 32px;
}

#fukidashi1 {
  z-index: 100;
  position: relative;
  padding: 55px 55px 66px 55px;
  font-size: 20px;
  width: fit-content;
  left: 430px;
  top: 26px;
}

#oshi_anime #fukidashi1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/fukidasi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1); /* 背景画像のみ反転 */
  z-index: -1; /* 背景を文字の後ろに配置 */
}



/* アニメーション */
#oshi_anime #kurukuru {
  position: absolute;
  width: 430px;
  content: "";
  top: -170px;
  left: 50%;
  transform: translateX(-50%) rotateY(0deg); /* 初期状態では回転なし */
  transform-origin: center; /* 画像の真ん中を回転軸に設定 */
}


#oshi_anime #kurukuru img {
  width: 100%; /* 画像を親要素の幅に合わせて拡大 */
  height: auto; /* 高さは自動調整 */
}


#fukidashi1, #fukidashi2 {
  opacity: 0;
  transform: translateY(20px);
}

/* 吹き出し1のアニメーション */
#fukidashi1 {
  opacity: 0;
  transform: translateY(20px);
}

/* 吹き出し2のアニメーション */
#fukidashi2 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 3s ease-out forwards;
  animation-delay: 5s; /* 1つ目の吹き出しが表示された後に表示 */
  transition: opacity 1s ease-out;
}

#oshi_anime {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1; /* 初期状態では非表示 */
  transition: opacity 1s ease-out; /* アニメーション用のトランジション */
}

#oshi_anime.animate {
  opacity: 1; /* .animateクラスが追加されたら表示 */
}


@keyframes spin {
  0% {
      transform: translateX(-50%) rotateY(0deg); /* 初期位置で回転なし */
  }
  100% {
      transform: translateX(-50%) rotateY(720deg); /* Y軸で3回転 */
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(20px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}


/* cont02 */

#oshibody #cont02{
  position: relative;
background-color: #ffe058;
color:#eb5c1c;
line-height: 3rem;
letter-spacing: 0.1rem;
font-weight: bold;
font-size: 25px;
padding: 40px 0 50px;
}

#oshibody .center{
  text-align: center;
  font-size: 30px;
  line-height: 5rem;
}


#oshibody #cont02::before{
  content: "";
  position: absolute;
  top: -60px;
  left: -20px;
  width: 210px;
  height: 229px;
  background-image: url(img/anata.png);
  background-size: cover;
  background-position: center;
  animation: swing 1s ease-in-out infinite; 
}

#oshibody #cont02::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -20px;
  width: 167px;
  height: 229px;
  background-image: url('img/migioshi.png'); /* 後ろの画像のURL */
  background-size: cover;
  background-position: center;
  animation: swing2 1s ease-in-out infinite; 
}



@keyframes swing {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    25% {
      transform: translateX(-20px) rotate(-10deg); /* 左に揺れる */
    }
    50% {
      transform: translateX(0) rotate(0deg); /* 中央に戻る */
    }
    75% {
      transform: translateX(20px) rotate(10deg); /* 右に揺れる */
    }
    100% {
      transform: translateX(0) rotate(0deg); /* 中央に戻る */
    }
  }

  @keyframes swing2 {
    0% {
      transform: translateX(0) rotate(0deg);
    }
    25% {
      transform: translateX(20px) rotate(10deg); /* 右に揺れる */
    }
    50% {
      transform: translateX(0) rotate(0deg); /* 中央に戻る */
    }
    75% {
      transform: translateX(-20px) rotate(-10deg); /* 左に揺れる */
    }
    100% {
      transform: translateX(0) rotate(0deg); /* 中央に戻る */
    }
  }


  .animate-target {
    opacity: 0; /* 初期状態で非表示 */
    transform: translateY(20px); /* 少し下に位置をずらしておく */
    transition: opacity 1s ease-out, transform 1s ease-out; /* アニメーション */
  }
  
  .animate-target.visible {
    opacity: 1; /* 表示状態 */
    transform: translateY(0); /* 元の位置に戻す */
  }


/*#cont03*/

#cont03{
  position: relative;
}

#cont03 .naiyou {
  padding: 60px 15%;
  background-color: #fff6c7;
}
 
#cont03::before{
  position: absolute;
  content: "";
  background-color: #eb5c1c;
  width: 30px;
  height: 100%;
}

  #cont03 #setlist{
    text-shadow: none;
    color: #eb5c1c;
    font-size: 60px;
  }

  #cont03 #setlistmini {
    color: #eb5c1c;
    text-shadow: none;
    font-size: 22px;
}



#cont03 h2{
  margin-bottom: 35px;
}

#cont03 .setli {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  letter-spacing: 0.08rem;
  padding-bottom: 20px;
}

#cont03 .setli p {
  font-size: 28px;

}

#cont03 .mini {
  font-size: 21px !important;
  margin-bottom: 15px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.3rem;
}

#cont03 ul {
  font-family: "Zen Kaku Gothic New", serif;
  margin-bottom: 35px;
  font-weight: bold;
}

#cont03 .series{
  font-size: 22px;
  font-style: italic;
  font-weight: 100;
}

#cont03 .mc {
  font-size: 20px;
  margin: 40px 0 45px;
}





/*#oshibody .cont-box以下共通*/
#oshibody .cont-box .setlicon .text {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 3.8rem;
  text-align: justify;

}

#oshibody .cont-box .setlicon .point{
  font-size: 20px;
  letter-spacing: 0.3rem;
  font-weight: bold;
  padding: 4px 22px;
  border: solid 3px #000;
  display: inline-block;
  margin-bottom: 30px;
}

/*#oshibody .cont-box*/

#oshibody .cont-box{
  padding:40px;
}


#oshibody .cont-box .setlicont {
  font-size: 1.2rem;
  margin-bottom: 10px;
  letter-spacing: 0.02rem;
}

#oshibody .cont-box p {
  font-weight: bold;
  font-size: 3rem;
}

#oshibody .cont-box .mini {
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 12px;
}


#oshibody .cont-box .ttltext {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  letter-spacing: 0.1rem;
}

#oshibody .cont-box .series{
  font-weight: 200;
  font-size: 2.5rem;
  font-style: italic;

}

#oshibody .cont-box .underline-marker {
  background: linear-gradient(transparent 50%, yellow 50%); /* 黄色のマーカー効果 */
  display: inline; /* テキストに適用 */
  line-height: 1.5; /* 行間を調整 */
  font-style: normal;
}

#oshibody .cont-box h4{
  font-size: 2.5rem;
  letter-spacing: 0.4rem;
  margin-bottom: 20px;
}


#oshibody .cont-box .point-list{
  display: flex;
  flex-wrap: wrap; /* 幅が狭い場合に折り返す */
  gap: 16px; /* アイテム間の間隔 */
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

#oshibody .cont-box .point-list .pointtext {
  font-size: 20px;
  letter-spacing: 0.1rem;
  line-height: 4rem;
  width: 63%;
  font-weight: bold;
}

#oshibody .cont-box .point-list .pointtext .bigtext{
  font-weight: bold;
  font-size: 30px;
  border-bottom: 3px solid;
  letter-spacing: 0.3rem;
}

#oshibody .cont-box .lineup{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 15px;
}

#oshibody #cont07 .cont-box{
  letter-spacing: 0.05rem;
}

#mctime{

  background: url(img/haikei_middle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

#mctime .con {
  background-image: url(img/rightside.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right 15% bottom 43px;
  padding: 50px 50px;
}

#mctime h4 {
  font-family: "Italiana", serif;
  font-size: 30px;
  margin-bottom: 15px;
}

#mctime .text{
  line-height: 4rem;
}


@media (max-width: 1620px) and (min-width: 1337px) {
  .final-thank-you,.thank-you {
    font-size: 2.5rem;
  }

  .spotlight {
    width: 170px;
}

#oshibody #main {
  max-width: 600px;
}

#oshi_anime #kurukuru {
  width: 320px;
  top: -130px;
}

#fukidashi2 {
  top: -193px;
  left: -8px;
}

#fukidashi1 {
  left: 320px;
}

#oshibody #cont01 {
  min-height: 1010px;
}
#left, #right {
  width: calc((100% - 600px) / 2);
}

}


@media (max-width: 1336px) {
  #oshibody .cont-box {
    padding: 30px 20px;
}

#oshibody .cont-box h4 {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
}


#oshibody .cont-box .pointimg {
  flex: 1 1 calc(48% - 10px);
}

#oshibody .cont-box .pointtext {
  flex: 1 1 calc(52% - 10px);
}

#oshibody .cont-box .point-list .pointtext {
  font-size: 17px;
  letter-spacing: 0.01rem;
  line-height: 3rem;
  width: 63%;
  font-weight: bold;
  text-align: justify;
}


#mctime {
  font-size: 17px;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
#mctime .con {
  background-size: 49%;
  background-position: right 10% bottom 23px;
  padding: 30px;
}

#cont03 #setlistmini {
  font-size: 19px;
}

#cont03 #setlist {
  font-size: 45px;
}

#oshibody .bigkatari {
  font-size: 27px;
  line-height: 4rem;
  padding: 16% 7% 0px 7%;
  margin-bottom: 10px;
}


#oshibody .minikatari {
  font-size: 15px;
  padding: 0 7%;
  margin-bottom: -40px;
  line-height: 2.5rem;
  letter-spacing: 0.3rem;
}

#oshibody #cont01 {
  min-height: 725px;
}

#oshi_anime #kurukuru {
  position: inherit;
  width: 260px;
  height: 450px;
  top: -70px;
  display: block;
  z-index: 5;
}

#oshi_anime img{
  z-index: 100;
}


#oshibody #cont02 {
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-size: 18px;
}

#fukidashi2 {
  z-index: 100;
  position: relative;
  padding: 31px 25px 39px 28px;
  background-image: url(img/fukidasi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 14px;
  line-height: 1.9rem;
  width: fit-content;
  top: -70px;
  left: 4px;
}

#fukidashi1 {
  z-index: 100;
  position: relative;
  padding: 28px 29px 41px 35px;
  font-size: 14px;
  line-height: 1.9rem;
  width: fit-content;
  left: 193px;
  top: 24px;
}

#oshibody #cont02::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -20px;
  width: 120px;
  height: 139px;
}

#oshibody #cont02::after {
  top: -51px;
  right: -20px;
  width: 104px;
  height: 142px;
}

#oshibody #top {
  padding: 33px;
}

#oshibody .cont-box .setlicon .point {
  margin-bottom: 20px;
}



#oshibody .center {
  text-align: center;
  font-size: 20px;
  line-height: 3rem;
}

#oshibody #cont02 {
  padding: 30px 0 40px;
}

#cont03 .setli p {
    font-size: 21px;
}

#cont03 .mini {
  font-size: 17px !important;
  margin-bottom: 7px;

}

#cont03 .mc {
  font-size: 15px;
  margin: 28px 0;
}

#cont03 .naiyou {
  padding: 50px 14% 20px;

}

#oshibody .cont-box p {
  font-size: 2.5rem;
}

#oshibody .cont-box .setlicon .text {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 3.1rem;
}
#oshibody .slider {
  margin-bottom: 25px;
}

#oshibody .cont-box .point-list {
  gap: 10px;
}

#oshibody .cont-box .point-list .pointtext .bigtext {
  font-weight: bold;
  font-size: 25px;
}
#mctime .text {
  line-height: 3rem;
}

#oshibody .cont-box .lineup {
  font-size: 21px;
}


#oshibody .button {
  font-size: 18px;
  padding: 15px 30px;
}


.final-thank-you,.thank-you {
  font-size: 2.5rem;
}

.spotlight {
  width: 170px;
}

#oshibody #main {
  max-width: 530px;
}

#oshi_anime #kurukuru {
width: 320px;
top: -130px;
}

#fukidashi2 {
  top: 17px;
  left: 41px;
}

#fukidashi1 {
left: 320px;
top: 154px;
}

#oshibody #cont01 {
min-height: 893px;
}
#left, #right {
width: calc((100% - 530px) / 2);
}

#oshi_anime #kurukuru {
  top: -30px;
}


}

@media (max-width: 1120px) {
  .final-thank-you,.thank-you {
    display: none;
  }

}

@media (max-width: 1023px) {

  #thankYouText,#finalThankYou{
    display: none;
  }
  
  
  #oshibody #main {
    box-shadow: none;
  }
  
  #left,#right{
    display: none;
  }
  
  #fukidashi2 {
    top: 97px;
position:absolute;
  }
  
  #fukidashi1 {
    left: 260px;
    top: 104px;
}
  #oshi_anime #kurukuru {
    width: 270px;
  }
  #oshibody #cont01 {
    background: url(img/middle_liveimg.png) no-repeat center bottom;
    background-size: cover;
    background-color: #ffe058;
  }

}



@media (max-width: 550px) {
  #fukidashi2 {
    left: 11px;
}

#fukidashi1 {
  left: 52%;
}
#oshi_anime #kurukuru {
  width: 300px;
}
}