*{font-feature-settings: "palt";}

.contentsCategoryWrap {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 400px; /* 初期表示の高さを設定 */
  position: relative; /* 擬似要素のために必要 */
  background-color: #fff; /* 背景色を白に設定 */
}

.contentsCategoryWrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* 下部30%を覆う */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none; /* クリックイベントを無視 */
  z-index: 1; /* グラデーションを前面に表示 */
}

.contentsCategoryWrap.active {
  max-height: none; /* 自動調整のために設定 */
}

.contentsCategoryWrap.active::after {
  display: none; /* 開いたときにグラデーションを非表示にする */
}

.toggleButton {
  background-color: #ed7aac;
  color: #fff; /* 文字の色を#fffに設定 */
  border: none!important; /* ボーダーを削除 */
  padding: 10px 20px; /* パディングを追加 */
  cursor: pointer; /* カーソルをポインターに変更 */
  font-size: 16px; /* フォントサイズを設定 */
  border-radius: 5px; /* 角を丸くする */
  transition: background-color 0.3s ease; /* トランジションを追加 */
}

.toggleButton:hover {
  background-color: rgba(237, 122, 172, 0.7); /* 背景の不透明度を0.7にする */
}

.toggleButton span {
  transition: font-size 0.3s ease; /* 文字のトランジションを追加 */
}

.toggleButton:hover span {
  font-size: 20px; /* ホバー時に文字を大きくする */
}

  /* モーダルの基本設定 */
 
.info img{max-width:14px!important;}
.modal {
    display: none; /* デフォルトは非表示 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    overflow: hidden; /* モーダル内でのスクロール調整用 */
    background-color: rgba(0, 0, 0, 0.5); /* 背景を暗くする */
color:#000000;
  }


  .modal-content {
    position: relative;
    margin: 50px auto; /* 上下中央に配置 */
    max-width: 80%; /* 横幅の最大値を設定 */
    max-height: 80%; /* 高さの最大値を設定 */
    overflow-y: auto; /* モーダル内のスクロールを許可 */
    background: white; /* 背景色を白に設定 */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }



.header_infoleft{
text-align:center;
}

  /* ページスクロールを無効にする */
  body.modal-open {
    overflow: hidden;
  }




.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

#modal table tr th{
width:5%!important;
font-size:14px;
} 

#contentsWrap .ranktxt button{
background:#b6d350;
color:#fff;
border:0!important;
}

#contentsWrap .ranktxt button:hover{
opacity:0.8;
}


/*/モーダル*/

#contentsWrap .appcontact a{text-decoration: none!important;}

#contentsWrap #modal td{text-align:left!important;}
#contentsWrap #modal a:visited {color: #ffffff;}
#contentsWrap .overscroll a:visited {color: #ffffff;}
#contentsWrap .thtxt a{text-decoration: underline!important;}
.flyindex .indexmenuwrap {
  position: relative; /* 子要素を親要素の基準に位置指定 */
  overflow: hidden; /* はみ出た部分を非表示にする */
  box-sizing: border-box; /* パディングやボーダーを含む幅・高さ計算 */
}

.flyindex .indexmenuwrap > * {
  max-width: 100%; /* 子要素の幅を親要素の幅に制限 */
  height: 100%; /* 子要素の高さを親要素の高さに制限 */
  display: block; /* 余分なインラインスペースを除去 */
  object-fit: contain; /* コンテンツを親要素内に収める */
}


.appsmall{
text-align:center;
font-size:18px;
}


/* テーブル全体のスタイル */
#contentsWrap #bg_ranksv table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
margin-top: 1em !important;
    margin-bottom: 0 !important;
}

/* ヘッダーの固定 */
#contentsWrap .thtxt {
  position: static!important;
  top: 0;
  background-color: #fff;
  z-index: 1;
line-height:1.2;

}



/* スクロール可能にするためのスタイル */
#contentsWrap #bg_ranksv .overscroll {
  overflow-x: auto;
}




.toggleButtonWrapper{
margin: 0 auto 5em;
width:80%;
}
/*各カテゴリの上のアイコン*/
#cat01{
position:relative;
top:0;
left:0;
padding-top:70px;
}
#cat01:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 10px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/event20240805pk.png);
background-size: contain;
}
#cat02{
position:relative;
top:0;
left:0;
padding-top:70px;
}
#cat02:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 15px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/fashion20240805pk.png);
background-size: contain;
}
#cat03{
position:relative;
top:0;
left:0;
padding-top:70px;

}
#cat03:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 15px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/beauty20240805pk.png);
background-size: contain;
}
#cat04{
position:relative;
top:0;
left:0;
padding-top:70px;
}
#cat04:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 10px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/food20240805pk.png);
background-size: contain;
}
#cat05{
position:relative;
top:0;
left:0;
padding-top:70px;
}
#cat05:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 10px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/living20240805pk.png);
background-size: contain;
}
#cat077{
position:relative;
top:0;
left:0;
padding-top:70px;
color:#b6d350 !important;
}
#cat077:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 10px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/icongreen20241006.png);
background-size: contain;
}

#cat099{
position:relative;
top:0;
left:0;
padding-top:70px;
color:#fdb122!important;
}
#cat099:before{
content: "";
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 10px;
left: 50%;
transform: translateX(-50%);
background: url(https://www.daimaru.co.jp/sapporo/assets/iconorange20241009.png);
background-size: contain;
}


#contentsWrap .flyindex .green .indexmenu{
background:#b6d350;
}

/*/各カテゴリの上のアイコン終了*/


.kinotoya{
font-size: 12.5px;
}
.apptxtsm{
    font-size: 14px;
}
.apptxtlead{
    font-size: 21px;
    line-height: 1.8;
}

.smalltext{
margin-bottom: 2em;
line-height: 1.3;
}
#contentsWrap .couponmenutitle2 {
    text-align: center;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px !important;
    background: #b6d350;
    margin-top: 5em;
}
#contentsWrap .couponmenutitle3 {
    text-align: center;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px !important;
    background:#fdb122;
}

#contentsWrap {
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

#contentsWrap a {
  text-decoration: none!important;
}

#contentsWrap .relative {
  position: relative;
}
#contentsWrap .datetwrap{
    max-width:870px;
    margin:auto;
}
#contentsWrap .datetoday{
    padding:5px 10px;
    background:#f09dc1;
    color:#fff;
    font-weight: 600;
    text-align: center;
    width:300px;
}


#contentsWrap .flyindex .indexmenuwrap {
  transition: transform 0.3s ease-in-out;
}

#contentsWrap .flyindex .indexmenuwrap:hover {
  transform: scale(1.05);
}




#contentsWrap section {
  opacity: 0;
  animation: fadeIn 1s forwards;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


#contentsWrap button {
  transition: background-color 0.3s, box-shadow 0.3s;
}




#contentsWrap .header_info {
  animation: slideInLeft 1s ease-out;
background:#fff4f4;

}
@keyframes slideInLeft {
  from {
      opacity: 0;
      transform: translateX(-100%);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}



#contentsWrap .flyindex .indexmenu img {
  transition: transform 0.3s ease-in-out;
  max-width: 90px;
  padding: 10px;
}

#contentsWrap .flyindex .indexmenu img:hover {
  transform: scale(1.1);
}


#contentsWrap .flyindex{
  max-width:870px;
  margin:2em auto 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  align-items: stretch;
gap: 10px;
}

#contentsWrap .flyindex::after{
  content:"";
  display: block;
  width:24%;

}
#contentsWrap .flyindex .indexmenuwrap{
  width: 19%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 1%;
  aspect-ratio: 1 / 1;
}
#contentsWrap .flyindex .indexmenuwrap:hover{
  opacity: 0.8;
}
#contentsWrap .flyindex .indexmenu{
  text-align: center;
  background: #F09DC0;
  color:#fff;
  padding:10%;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;

}
#contentsWrap .flyindex .indexmenu .indexmenumove{
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
}



#contentsWrap .flyindex .indexmenu p{
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0;
  font-weight: bold;
width:100%;
font-size:1em;
margin-bottom:0!important;
}




#contentsWrap .flyindex2 .indexmenu img {
  transition: transform 0.3s ease-in-out;
  max-width: 90px;
  padding: 10px;
}

#contentsWrap .flyindex2 .indexmenu img:hover {
  transform: scale(1.1);
}


#contentsWrap .flyindex2{
  max-width:870px;
  margin:0 auto 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch
}


#contentsWrap .flyindex2 .indexmenuwrap{
    width: 19%;
    height: 100%;
    border: 2.5px solid #b6d350;
    padding: 0.8%;
    border-radius: 20px;
    margin-bottom: 1%;
    aspect-ratio: 1 / 1;
    margin-right: 10px;
}
#contentsWrap .flyindex2 .indexmenuwrap:hover{
  opacity: 0.8;
}
#contentsWrap .flyindex2 .indexmenu{
  text-align: center;
  background: #c2da6e;
  color:#fff;
  font-size:15px;
  padding:10%;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;

}
#contentsWrap .flyindex2 .indexmenu .indexmenumove{
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
}



#contentsWrap .flyindex2 .indexmenu p{
  text-align: center;
  line-height: 1.2;
  padding-bottom: 0;
  font-weight: bold;

}



#contentsWrap #contentsHeaderImg {
  margin-bottom: 15px;
}
#contentsWrap #contentsHeader,
#contentsWrap #contentsFooter{
  padding: 5px 15px;
  margin-top: 25px;
}

#contentsWrap #contentsMain  > .contentsCategoryWrap > .ex_bg:last-child{
  padding-bottom: 100px;
}

#contentsWrap .header_info {
    width: 100%;
    max-width: 870px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3rem;
    margin: 30px auto 60px;
    border: solid 1px #f19dc0;
    border-radius: 19px;
}

#contentsWrap .header_info_text {
 /* flex: 0 0 50%;
  max-width: 50%;*/
  font-weight: normal;
  font-size: .9em;
  text-align: left;
  padding:5px;
}

#contentsWrap .header_info_img {
  flex: 0 0 22%;
}


#contentsWrap .ex_bg {
  width: 95%;
  max-width: 880px;
  margin: auto;
  padding: 2%;
}


#contentsWrap .bg_jumpmenu {
  background: #fff;
}



/*
#contentsWrap .bg_rank {
  background: #fcf8fa;
}
#contentsWrap .bg_fasion {
  background-color: #fff;
  background-image:
    radial-gradient(#fcf8fa 20%, transparent 20%),
    radial-gradient(#fcf8fa 20%, transparent 20%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
*/















/*アプリに関するお問い合わせ 関連*/

#bg_appcontact ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bg_appcontact ul li{
  width: 49%;
  text-align: center;
border:#FAC96B 2px solid;
  border-radius: 20px;
  font-size: 17px;
  height: 80px;
  margin-bottom: 10px;
  position:relative;
background: #fffdf2;
}
#bg_appcontact ul li:hover{
  opacity: 0.7;
}
#bg_appcontact ul li a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
color:#333;
}

/*/アプリに関するお問い合わせ 関連終了*/


/*各カテゴリの背景
#contentsWrap .bg_beauty {
  background: #fcf8fa;
}


#contentsWrap .bg_grm {
  background-color: #fff;
  background-image:
    radial-gradient(#fef9f0 20%, transparent 20%),
    radial-gradient(#fef9f0 20%, transparent 20%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}

#contentsWrap .bg_living {
  background: #fef9f0;
}

*/



/*一番下のアプリ誘導*/
#contentsWrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contentsWrap .flex_left {
  flex: 0 0 20%;
  max-width: 20%;
}

#contentsWrap .flex_right {
  flex: 0 0 78%;
  max-width: 78%;
}

#contentsWrap .flex_right p {
  margin-bottom: 0;
  font-size: 1.1em;
}
#contentsWrap .app_info {
  margin: 10px;
  padding: 30px;
  border: 2px solid #f29ec2;
  border-radius: 8px;
}

#contentsWrap .flex_pic {
  flex: 0 0 25%;
  max-width: 25%;
}

#contentsWrap .flex_desc {
  flex: 0 0 70%;
  max-width: 70%;
  font-size: 1.2em;
}

#contentsWrap .flex_desc+p {
  font-size: .9em;
  color: #f29ec2;
}


/*/一番下のアプリ誘導終了*/



/*各カテゴリの基本設定*/

#contentsWrap .title_flex {
  text-align: center;/*各カテゴリタイトル中央よせ*/
}

#contentsWrap section {
  margin: 0;
  background: #fff;
  border-radius: 15px;
}

#contentsWrap .coupon_wrap {
  box-shadow: 3px 3px 14px -3px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  z-index: 1;
}

#contentsWrap .appCouponTitle {
  padding: 2rem;
  background: #fff;
  color: #eb6fa5;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px dashed #ed7eae;
}

#contentsWrap .couponText {
  padding: 2rem;
  background: #fff;
}


#contentsWrap h2 {
  margin: 15px 0;
  text-align: center;
  font-size:34px;
  border-left: 0;
  font-weight: bold;
  color: #ec6fa2;
}

#contentsWrap h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
  color: #eb6fa5;
  font-weight: bold;
  line-height: 1;
  border: 0;
}

#contentsWrap h4 {
color:#eb6fa5;
font-size: 30px;
font-weight: bold;
text-align: center;
margin-top: 1em;
}


#contentsWrap .couponDesc {
  font-size: .9em;
}

#contentsWrap .categoryLabel {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 10px;
  background: #eb6fa5;
  color: #fff;
  font-size: .8em;
}

#contentsWrap table {
  width: 100%;
  margin: 30px 0;
  text-align: left;
  border-collapse: collapse;
  font-size: .9em;
}


  #bg_ranksv table {
    border-collapse: separate!important;
    border-spacing: 3px;
    background: #f4fbeb;
  }

#contentsWrap table th {
  width: 37%;
  padding: 5px 0;
  border-top: 1px dashed #ccc;
  letter-spacing: 2px;
}
#contentsWrap .thtxt {
        background: #b6d350;
        color: #fff;
        padding: 5px;
        vertical-align: middle;
        width: 28%;
border-top:none;
}
#contentsWrap .thtxt a:link{color:#fff;}
#contentsWrap table td {
  border-top: 1px dashed #ccc;
}

#contentsWrap #bg_ranksv td {
    text-align: center;
border-top:none;
    line-height: 1.3;
padding: 3px;
    background: #fff;
    width: 15%;
vertical-align: middle;
    font-size: 0.8em;
}
  #contentsWrap #bg_ranksv table tr {
    height: 60px;
  }

.title_img{
  max-width: 65px;
  margin: 0 auto 10px;
}


/*/各カテゴリの基本設定終了*/



/*アプリランクサービス*/


#contentsWrap .rankinfo{
  color: #333;
  font-size: 85%;
}

#contentsWrap .appranksubtitle{
  font-size: 19px;
  font-weight: lighter;
}
#contentsWrap .appranks{
  color:#ec7aaa;
}
.toggle {
	display: none;
}


.Label {
  padding: 0.5em;
  border-radius: 15px;
  display: block;
  color: #333;
  background: #fcfff0;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Label::before {
  content: url(https://www.daimaru.co.jp/sapporo/assets/icongreendown20241006.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.15);
  position: absolute;
  top: -87px;
  right: -70px;
  transition: transform 0.3s ease-in-out;
}

.Label:hover::before {
  animation: bounce 0.6s ease-in-out;
  opacity: 0.8;
}

@keyframes bounce {
  0%, 100% {
      transform: scale(0.15) translateY(0);
  }
  50% {
      transform: scale(0.16) translateY(-20px);
  }
}



.Label,
.apprankcontent {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
  text-align: center;
}
.Label,
.apprankcontent2 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
  text-align: center;
}
.accordion{
  border: solid 2px #b6d350;
  margin: 0 auto 15px!important;
}
.apprankcontent {
height: 0;
padding:0 20px;
overflow: hidden;
font-size: 14px;
text-align:left!important;
}
.apprankcontent2 {
height: 0;
padding:0 20px;
overflow: hidden;
font-size: 14px;
text-align:left!important;
}


/*/アプリランクサービス終了*/





#contentsWrap .flex_right {
  font-size: .8em;
}

#contentsWrap .top_img {
  margin: 30px 0 0;
}
#contentsWrap .couponmenutitle{
    text-align: center;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    background: #EC6FA2;
}


#contentsWrap button {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: block;
  padding: 10px;

  border: 2px solid #fabf5a;
  border-radius: 8px;
  font-size: 1.1em;
}


#contentsWrap .appCouponBtn {
  display: block;
  width: 90%;
  max-width: 480px;
  margin: 60px auto 30px;
  padding: 8px;
  background: #333;
  min-height: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: .3s;
}

#contentsWrap .appCouponBtn:hover {
  cursor: pointer;
  background: #fabf58;
}


#contentsWrap .couponEnd:before {
  content: "";
  width: 100%;
  max-width: 830px;
  height: 100%;
  position: absolute;
  background: #0000003b;
  bottom: -170px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}

#contentsWrap .couponEnd:after {
  content: "配布終了いたしました。";
  width: 100%;
  height: 100px;
  font-weight: bold;
  text-align: center;
  font-size: .9em;
  color: #fff;
  z-index: 200;
  position: absolute;
  bottom: 110px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab{
  font-size: 1em; 
  line-height: 1.3; 
  color:#e30101; 
  text-align: center;
font-weight:bold;
}
@media screen and (max-width:480px) {
#contentsWrap .flyindex .indexmenu p{
font-size:1em;
}
}

@media screen and (min-width:480px) and (max-width:768px){
#contentsWrap .flyindex .indexmenu p {
font-size: 1.3em;
}
}


@media screen and (max-width:768px) {
.modaltdb {
    font-size: 18px!important;
}
#bg_ranksv table td img{
max-width: 30px;
}
.ranklist td{
    font-size: 8px !important;
}

.modal-content{
width:100%!important;
}
.modal th{
width:100%!important;
}
.modal td{
width:100%!important;
padding: 10px !important;
}

  table.vertical-table {
    width: 100%;
    border-collapse: collapse;
  }

  .vertical-table th, 
  .vertical-table td {
    display: block; /* ブロック要素として表示 */
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .vertical-table th {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  .vertical-table td {
    background-color: #fff;
  }



.modal-content {
    max-width: 100%;
    max-height: 100%;
}
#contentsWrap .header_info{
padding:1em!important;
}
#bg_appcontact ul li{
    border-radius: 14px;
}

#contentsWrap .flyindex .indexmenu p {
padding-bottom:5%;
}
#contentsWrap .flyindex .indexmenu .indexmenumove{
margin: 0; 
    bottom: 10%;
}

#contentsWrap #bg_ranksv td{
    width:53px;
}
#contentsWrap .thtxt {
    width: 100px;
    font-size: 10.5px;
left: 0;
}
.sp{display:none;}
#bg_appcontact ul li{height:65px;}
.smalltext{text-align:left;}
.toggle:checked + .Label::before {
    rotate: -181deg !important;
    transform: scale(0.1) !important;
}
.Label::before {
    content: url(https://www.daimaru.co.jp/sapporo/assets/icongreendown20241006.png);
    transform: scale(0.1);
    position: absolute;
    top: -109px;
    right: -100px;

}
.Label {
padding-right: 15%;
font-size:10px;
}
.apptxtsm {
font-size:11px;
}
    .apptxtlead {
        text-align: left;
        font-size: 18px;
        line-height: 2;
    }
#contentsWrap .couponmenutitle{font-size:25px;}
#contentsWrap .couponmenutitle2{font-size:25px;}
#contentsWrap .couponmenutitle3{font-size:25px;}
#contentsFooter{
padding:5px 0!important
}
#contentsWrap .flyindex .indexmenuwrap{
width:23%;
border-radius:12px;}
#contentsWrap .flyindex2 .indexmenuwrap{
border-radius:12px;
}


#contentsWrap .flyindex .indexmenu img{
padding:0;
/*max-width:30px;*/
max-width: 50%;
}

  #contentsWrap h3{
    font-size: 24px;
  }
  #bg_appcontact ul li{
    font-size:11px;
font-weight:bold;
  }
  #contentsWrap .appranksubtitle{
    font-size:12px; 
  }
  .contentsCategoryWrap{
    padding-top: 1em;
  }
  #contentsWrap .datetoday{
    width: 100%;
    margin: 0 auto 2em;
  }
  #contentsWrap h2{font-size: 23px;}


#contentsWrap .bg_jumpmenu .ex_bg, #bg_ranksv .ex_bg {
  padding-bottom: 1em!important;
}


  #contentsWrap .flyindex{
    margin-bottom:0;
    gap: 9px;
padding:0 5px!important;
  }



  #bg_jumpmenu .ex_bg{
    width: 100%;
    padding:0!important;
  }
  #contentsWrap .flyindex .indexmenu{
    border-radius: 10px;
font-size:0.6em;
  }





  #contentsWrap .header_info{
    margin: 0;
  }
  #contentsWrap .header_info :first-child{
    width: 100%;
  }
  #contentsWrap .header_info p{
    font-size: 12px;
    line-height: 1.3;
    color: #e30101;
    text-align: left;
    margin-bottom: 0;
  }
  #contentsWrap .header_info_text {
    max-width: 50%;
    font-size: 12px;
}

#contentsWrap .couponmenutitle{
  font-size: 21px;
}
#contentsWrap .flyindex{
  padding:1%;
}

#contentsWrap .flyindex .indexmenu p{
  border-bottom:0;

}

}

@media screen and (min-width:768px) {
#contentsWrap .header_info_img {width:180px;}
#contentsWrap .flyindex .indexmenu p {
font-size: 17px;
}

#bg_ranksv table td img{
max-width: 40px;
}
.ranklist td{
font-size: 10px !important;
}
.pc{display:none;}
.modal th{
width:5%!important;
}


  #contentsWrap #contentsHeaderImg,
  #contentsWrap #contentsHeader{
    width: 100%;
    max-width: 880px;
    margin: auto;
    margin-bottom: 0;
  }
  #contentsWrap #contentsFooter{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 0;
  }

  #contentsWrap #contentsMain {
    width: 100%;
    margin: auto;
    padding:0!important;
  }
  #contentsWrap #contentsMain  > .contentsCategoryWrap > .ex_bg:last-child{
    padding-bottom: 100px;
  }




  #contentsWrap .number {
    display: initial;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: left;
    font-size: 56px;
  }

  #contentsWrap h3 {
    margin-bottom: 30px;
    border: 0;
    font-size: 42px;
  }

  #contentsWrap .couponDesc {
    margin: 15px 0;
    font-weight: bold;
    font-size: 1em;
  }

  #contentsWrap .flex_pic {
    flex: 0 0 13%;
    max-width: 13%;
  }

  #contentsWrap .flex_desc {
    flex: 0 0 80%;
    max-width: 80%;
  }



  #contentsWrap table th {
    width: 30%;
  }

  #contentsWrap .acd_title {
    pointer-events: none;
  }

  #contentsWrap table {
    display: table;
  }

  #contentsWrap .menu {
    display: none;
  }

  #contentsWrap .pc_toggle {
    display: table;
    width: 100%;
  }

  #contentsWrap .flex_desc {
    font-size: 1.6em;
  }

  #contentsWrap .flex_desc+p {
    font-size: 1.4em;
  }

  #contentsWrap .flex_right {
    font-size: 1em;
  }

  #contentsWrap .couponEnd:after {
    font-size: 1.2em;
  }

  #contentsWrap .top_img img {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 30px 0 0;
  }

  #contentsWrap .label_flex {
    justify-content: flex-start;
  }

  
}



