@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
.mainImg .inner {
  padding: 0 66px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mainImg .rBox {
  margin: 100px 0 0 54px;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  flex: 1;
}
.mainImg .lBox {
  margin-top: -68px;
}
.mainImg .lBox img {
  width: 100%;
}
.mainImg h2 {
  margin-bottom: 28px;
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -3px;
}
.mainImg h2 span {
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0;
}
.mainImg .rBox .ttl {
  margin-bottom: 5px;
}
.mainImg .rBox .ttl img {
  width: auto;
}
.mainImg .rBox .txt {
  line-height: 1.7;
}

.slick-dots {
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 15px;
  display: inline-block;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #b51c24;
  background-color: #b51c24;
}
.slick-dots .slick-active button {
  background-color: #fff;
}
#main .content {
  padding-bottom: 17px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#main .content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 87px;
  z-index: -1;
  background: url("../img/common/main_bg01.png") repeat-x left top;
}
.content .comBox {
  display: flex;
  justify-content: space-between;
}
.content .sideList {
  order: -1;
}

#main .mainImg::after {
  content: "";
  position: absolute;
  top: calc(100% - 52px);
  left: 0;
  width: 100%;
  height: 87px;
  z-index: 2;
  background: url("../img/common/main_bg.png") repeat-x left top;
}
#sideBar {
  width: 290px;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: -10px;
}
#sideBar.sideBar01 {
  margin-top: 0;
}
#main .sideList .shopSeach .lTxt {
  font-size: 1.8rem;
  font-weight: 600;
}
#main .sideList .shopSeach {
  margin-bottom: 30px;
  padding: 8px 13px 14px 11px;
  color: #fff;
  background: url("../img/common/box_bg01.png") repeat left top;
}
#main .sideList .shopSeach input[type="text"] {
  padding: 6px 14px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 38px;
  font-size: 1.8rem;
  border: 1px solid #999;
}
#main .sideList .shopSeach input::-webkit-input-placeholder {
  color: #999;
}
#main .sideList .shopSeach input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
#main .sideList .shopSeach input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
#main .sideList .shopSeach input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
#main .sideList .btnBox {
  position: relative;
}
#main .sideList .btnBox a {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#main .sideList .comSpaceBox {
  margin-bottom: 9px;
}
#main .sideList h3 {
  margin-bottom: 17px;
  padding: 6px 10px;
  color: #fff;
  background: url("../img/common/box_bg02.png") repeat left top;
}
#main .sideList .naviList {
  margin-left: 10px;
}
.naviList .thum {
  text-align: center;
  margin-bottom: 18px;
}
.naviList .sidenavi {
  border: none;
  margin-top: -10px;
}
#main .forAllnone > li:first-child {
  display: none;
}
#main .sideList .naviList > li {
  margin-bottom: 10px;
}
#main .sideList .subNavi {
  margin-left: 20px;
}
#main .sideList h4 {
  margin-bottom: 10px;
}
#main .sideList .innBox:not(:last-child) {
  margin-bottom: 26px;
}
#main .sideList .shopBox {
  padding-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #999;
}
#main .sideList a:hover {
  opacity: 0.7;
}
#conts {
  margin: 0 12px 0 0;
  width: 992px;
}
#conts.conts01 {
  padding-top: 0;
}
#conts .inner:not(:last-child) {
  margin-bottom: 40px;
}

#conts .main-visual {
  margin: 0 0 39px;
}

.catelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catelist .sec {
  display: flex;
  width: 50%;
  margin-bottom: 30px;
}

.cateother .tit {
  background: #eeeeee;
  font-weight: bold;
  padding: 2px 10px 4px;
  margin-bottom: 17px;
}

.catelist .sec .r li {
  margin-bottom: 4px;
}

.catelist .sec a.l:hover img {
	opacity: 0.8;
}

.cateother .cols {
  display: flex;
  justify-content: space-around;
}
.cateother .col {
  width: 25%;
}
.cateother .col li {
  margin-bottom: 4px;
}
#conts .newsList li {
  margin-bottom: 19px;
  display: none;
  color: #666666;
  justify-content: space-between;
}
#conts .newsList li:nth-child(-n + 2) {
  display: flex !important;
}
#conts .newsList li a {
  color: #666666;
}
#conts .newsList li a:hover {
  opacity: 0.7;
}
#conts .newsList .lTxt {
  letter-spacing: -0.7px;
}
#conts .movieList li {
  font-size: 2rem;
  width: 469px;
}
#conts .movieList li .img {
  position: relative;
  margin-bottom: 11px;
  height: 264px;
}
#conts .movieList li .img iframe {
  width: 100%;
  height: 100%;
}
#conts .movieList li a {
  display: block;
}
#main .bTxtBox {
  padding: 23px 34px 13px;
  margin-top: 68px;
  position: relative;
  left: -11px;
  box-sizing: border-box;
  border: 3px solid #b51c24;
}
#main .bTxtBox h3 {
  margin-bottom: 11px;
  font-size: 2.8rem;
  color: #b51c24;
  font-weight: 500;
}
#main .bTxtBox .ttl {
  font-size: 1.8rem;
  margin-bottom: 18px;
}
#main .bTxtBox .subBox {
  display: flex;
  justify-content: space-between;
}
#main .bTxtBox .subBox .btnBox {
  width: 280px;
  margin-right: 39px;
}
#main .bTxtBox .subBox .btnBox ul {
  margin-left: 3px;
}
#main .bTxtBox .subBox .btnBox li {
  margin-bottom: 19px;
}
.comBtn a {
  padding: 14px 43px;
  display: block;
  max-width: 280px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  box-sizing: border-box;
  position: relative;
  background-color: #b51c24;
}
.comBtn a:hover {
  opacity: 0.7;
}
.comBtn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
#main .bTxtBox .subBox .txtBox .ttl01 {
  margin-bottom: 14px;
  font-size: 2rem;
}
#main .bTxtBox .subBox .txtBox .txt01 {
  margin-bottom: 13px;
  font-size: 1.4rem;
  line-height: 1.2;
}
#main .bTxtBox .subBox .txtBox .txt03 {
  font-size: 2.8rem;
}
#main .bTxtBox .subBox .txtBox .txt03 .size {
  padding-right: 10px;
  font-size: 2rem;
}
#main .bTxtBox .subBox .txtBox .txt03 > span {
  padding-right: 22px;
}
#main .bTxtBox .subBox .txtBox {
  margin-top: -8px;
}
.slickBox .M_ranking {
  margin: -6px 0 0 -5px;
}
.slickBox .M_ranking li {
  margin-top: 0;
  margin-right: 31px;
  width: auto !important;
}
.slickBox .M_ranking li .inner {
  width: 200px;
  padding: 6px 0 0 5px;
}
.M_rankingCenter04 .M_ranking li .inner {
  width: 158px;
}

/* カレンダーのサイズ設定 */
.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: collapse;
}
.cal_head {
  padding: 1px 4px 6px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #dedede;
  margin-bottom: 4px;
}

/* テキスト位置・罫線設定 */
.makeshop-calendar1 th,
.makeshop-calendar1 td,
.makeshop-calendar2 th,
.makeshop-calendar2 td {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #666;
  font-size: 11px;
  font-weight: normal !important;
  padding: 2px 0;
}
.tcw {
  font-size: 11px;
  margin-top: 4px;
}
.tcw .todaycolor {
  background: #f0808073;
  width: 25px;
  height: 17px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

/* 【曜日】テキストの太さ・背景設定 */
.makeshop-calendar1 th,
.makeshop-calendar2 th {
}

/* 【日付】テキストの太さ・背景設定 */
.makeshop-calendar1 td,
.makeshop-calendar2 td {
  background: #fff;
  font-weight: bold;
}

/* 【今日】テキストの太さ・背景設定 */
.makeshop-calendar1 td.today,
.makeshop-calendar2 td.today {
  background-color: #f0808073;
}

/* 【日曜日】の設定 */
.makeshop-calendar1 th.sunday,
.makeshop-calendar2 th.sunday {
  color: #ffd0d0;
}

/* 【日曜日】日付の設定 */
.makeshop-calendar1 tbody td.sunday,
.makeshop-calendar2 tbody td.sunday {
  background: #666;
  color: #fff;
}

/* 【土曜日】の設定 */
.makeshop-calendar1 th.saturday,
.makeshop-calendar2 th.saturday {
}

/* 【土曜日】日付の設定 */
.makeshop-calendar1 tbody td.saturday,
.makeshop-calendar2 tbody td.saturday {
  background-color: #ffffcb;
}

/* 【月曜日】の設定 */
.monday {
  color: black;
}

/* 【火曜日】の設定 */
.tuesday {
  color: black;
}

/* 【水曜日】の設定 */
.wednesday {
  color: black;
}

/* 【木曜日】の設定 */
.thursday {
  color: black;
}

/* 【金曜日】の設定 */
.friday {
  color: black;
}
@media screen and (max-width: 640px) {
  .makeshop-calendar1,
  .makeshop-calendar2 {
    width: 100%;
  }
  .makeshop-calendar1 th,
  .makeshop-calendar1 td,
  .makeshop-calendar2 th,
  .makeshop-calendar2 td {
    font-size: 8px !important;
    padding-top: 1px;
    padding-bottom: 3px;
  }
  .cal_head {
    padding: 1px 4px 5px;
    font-size: 1rem;
  }

  .tcw {
    font-size: 8px;
    margin-top: 4px;
  }
  .tcw .todaycolor {
    background: #666;
    width: 18px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
  }
}

#main .dayList {
  display: flex;
  flex-wrap: wrap;
  margin-right: 7px;
  padding-top: 7px;
}
#main .dayList li {
  margin-right: 26px;
}
#main .dayList table {
  width: 180px;
  color: #666;
  vertical-align: middle;
  text-align: center;
}
#main .dayList table .head {
  padding: 1px 4px 6px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #dedede;
}
#main .dayList table .space {
  padding: 2px 0 3px;
}
#main .dayList .table01 {
  width: 100%;
  font-size: 1.1rem;
  border-collapse: collapse;
}
#main .dayList .table01 th,
#main .dayList .table01 td {
  padding: 2px 0 2px;
  border: 1px solid #666;
}
#main .dayList .table01 .day {
  color: #ffd0d0;
}
#main .dayList .table01 .woong {
  font-weight: 600;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 4px;
}
#main .dayList .table01 .day01 {
  background-color: #ffd0d0;
}
#main .dayList .table01 .sun01 {
  background-color: #ffffcb;
}
#main .dayList .table01 .on {
  background-color: #666;
  color: #fff;
}
#main .dayList .table02 {
  width: 180px;
}
#main .dayList .table02 th,
#main .dayList .table02 td {
  border: none;
  padding: 0;
}
#main .dayList .space02 {
  padding: 4px 0;
}
#main .dayList li:nth-child(2n) {
  margin-right: 0;
}
#main .mainImg .arrLBox,
#main .mainImg .arrRBox {
  position: absolute;
  top: -39px;
  cursor: pointer;
}
#main .mainImg .arrBox {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
}
#main .mainImg .arrLBox {
  left: 8px;
}
#main .mainImg .arrRBox {
  right: 8px;
}
#main .mainImg .slickList li {
  position: relative;
}
#main .mainImg .slick-list li {
  opacity: 0.6;
}
#main .mainImg .slickList .slick-active li {
  opacity: 1;
}
@media all and (min-width: 897px) and (max-width: 1380px) {
  .mainImg .rBox {
    margin: 100px 0 0 23px;
  }
  #sideBar {
    margin-left: 0;
  }
}
@media all and (min-width: 897px) {
  #main .mainImg .arrLBox:hover,
  #main .mainImg .arrRBox:hover {
    opacity: 0.7;
  }
  .M_rankingCenter04 .M_ranking li {
    width: auto !important;
    margin-right: 24px;
  }
  .slickBox .itemImg .itemTop a:hover {
    opacity: 1;
  }
  .slickBox .itemImg .inner .itemTop:hover {
    opacity: 0.7;
  }
  .slick-dots {
    z-index: 9999;
  }
  .shopContent {
    display: block !important;
  }
  #main .sideList .btnBox button:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #main .mainImg .slickList li {
    opacity: 1;
  }
  .slickBox .M_ranking {
    margin: -6px -83px 0 -5px;
  }
  .slickBox .M_ranking li {
    margin-right: 6px;
    width: auto !important;
  }
  #main .dayList table {
    width: 142px;
  }
  #main .dayList .table02 {
    width: 136px;
  }
  #main .dayList li {
    margin-right: 0;
  }
  #main .spBgNone .overFlow {
    margin-right: 0;
  }
  #main .topListUl01 {
    width: auto;
    display: block;
  }
  #main .topListUl01 li {
    width: 100%;
  }
  #main .topListUl01 li img {
    width: 100%;
  }
  #main .spBgNone::after {
    display: none;
  }
  .slickOutBoxStyle {
    margin-right: 0;
  }
  .slickOutBoxStyle .M_ranking {
    margin-right: 0;
    justify-content: space-between;
  }
  .slickOutBoxStyle .M_ranking li {
    margin-right: 0;
    width: 48% !important;
  }
  .M_rankingCenterStyle {
    margin: 0;
  }
  .M_rankingCenterStyle .M_ranking {
    margin-top: 0;
  }
  #main .dayList {
    max-width: 305px;
    margin: 0 auto;
    padding-top: 6px;
    justify-content: space-between;
  }
  #main .dayList table .head {
    padding: 1px 4px 5px;
    font-size: 1rem;
  }
  #main .dayList table .space {
    padding: 1px 0 3px;
  }
  #main .dayList .table01 {
    font-size: 0.8rem;
  }
  #main .dayList .table01 .woong {
    padding-top: 1px;
    padding-bottom: 3px;
  }
  #main .dayList .space02 {
    padding: 3px 0;
  }
  .slickBox .M_ranking li .inner {
    width: auto;
  }
  .slickBox .M_ranking li .inner img {
    width: 100%;
  }
  .mainImg {
    margin-bottom: 13px;
  }
  .mainImg .slickList li {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .mainImg .slickList img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mainImg .inner {
    padding: 0;
    max-width: 375px;
  }
  .mainImg .lBox {
    margin-top: 28px;
    margin-left: -150px;
    width: 76%;
    max-width: 286px;
  }
  .mainImg .rBox {
    margin: 24px 0 0 13px;
  }
  .mainImg h2 {
    margin-bottom: 7px;
    font-size: 4rem;
    letter-spacing: 0;
  }
  .mainImg h2 span {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
  .mainImg .rBox .ttl {
    margin-bottom: 0;
  }
  .mainImg .rBox .ttl img {
    width: 45%;
  }
  .mainImg .rBox .txt {
    font-size: 1rem;
  }
  #main .mainImg::after {
    height: 43px;
    top: calc(100% - 25px);
    z-index: 1;
    background-image: url("../img/common/sp_main_bg.png");
    background-size: 100% auto;
  }
  #conts {
    margin-right: 0;
    padding-top: 44px;
    width: auto;
  }
  #conts .inner:not(:last-child) {
    margin-bottom: 36px;
  }
  .slick-dots {
    bottom: -15px;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-dots li button {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
  .content .comBox {
    display: block;
  }
  #conts .newsList .lTxt {
    width: 76%;
  }
  #conts .newsList li {
    margin-bottom: 8px;
  }
  #conts .movieList {
    padding-top: 16px;
    display: block;
    width: auto;
  }
  #conts .movieList li {
    width: 80%;
    margin: 0 auto 17px;
    font-size: 1.2rem;
  }
  #conts .movieList li .img {
    margin-bottom: 5px;
  }
  #conts .movieList li .img::before {
    background-size: 35px auto;
    background-position: center;
  }
  #main .bTxtBox {
    padding: 9px 18px 13px;
    margin: 26px auto 0;
    width: 92%;
    max-width: 400px;
    display: block;
    position: static;
    border-width: 2px;
  }
  #main .bTxtBox h3 {
    margin-bottom: 7px;
    font-size: 1.9rem;
  }
  #main .bTxtBox .ttl {
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
  #main .bTxtBox .subBox {
    display: block;
  }
  #main .bTxtBox .subBox .btnBox {
    width: auto;
    margin-right: 0;
    margin-bottom: 9px;
  }
  #main .bTxtBox .subBox .btnBox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main .bTxtBox .subBox .btnBox li {
    width: 100%;
  }
  .comBtn a {
    padding: 8px 0 10px;
    font-size: 1.5rem;
    max-width: 100%;
  }
  .comBtn a::before {
    display: none;
  }
  .comBtn a span {
    padding: 0 17px;
    position: relative;
  }
  .comBtn a span::before {
    left: 2px;
    width: 6px;
    height: 6px;
    top: calc(50%);
    content: "";
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
  }
  #main .bTxtBox .subBox .txtBox .ttl01 {
    margin-bottom: 9px;
    font-size: 1.5rem;
  }
  #main .bTxtBox .subBox .txtBox .txt01 {
    font-size: 1.1rem;
  }
  #main .bTxtBox .subBox .txtBox .txt03 {
    font-size: 1.9rem;
  }
  #main .bTxtBox .subBox .txtBox .txt03 .size {
    padding-right: 6px;
    font-size: 1.35rem;
  }
  #main .bTxtBox .subBox .txtBox .txt03 > span {
    padding-right: 6px;
  }
  #main .bTxtBox .lBox {
    margin-bottom: 16px;
  }
  #main .content::after {
    height: 43px;
    background-size: 375px auto;
    background-image: url("../img/common/sp_main_bg01.png");
  }
  #main .content {
    padding-bottom: 13px;
  }
  #main .sideList > li {
    padding: 19px 14px;
    margin-bottom: 140px;
    position: fixed;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    top: 82px;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    background-color: #fff;
  }
  #main .menuBox {
    display: none;
  }
  #main .sideList > li.menuBox {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #main .shopContent {
    display: none;
  }
  #main .sideList .linkList {
    padding: 19px 14px;
    background-color: #fff;
  }
  #main .sideList .linkList li {
    margin-bottom: 8px;
  }
  #main .sideList .linkList li a {
    padding: 7px 50px 10px;
    display: block;
    font-size: 1.8rem;
    color: #b51c24;
    border: 2px solid #b51c24;
    background: url("../img/common/sp_arr02.png") no-repeat left 16px center /
      27px auto;
  }
  #main .sideList .linkList .liStyle01 a {
    background-image: url("../img/common/sp_login02.png");
  }
  #main .sideList .linkList .liStyle02 a {
    background-image: url("../img/common/sp_login01.png");
  }
  #main .sideList .linkList .on a {
    color: #fff;
    background-color: #b51c24;
    background-image: url("../img/common/sp_arr01.png");
  }
  #sideBar {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 9px;
    margin-bottom: 157px;
  }
  #main .sideList .shopSeach .lTxt {
    font-size: 1.6rem;
  }
  #main .sideList .shopSeach {
    margin-bottom: 23px;
    padding: 5px 11px 11px;
  }
  #main .sideList .comSpaceBox {
    margin-bottom: 7px;
  }
  #main .sideList .shopSeach input[type="text"] {
    padding: 10px 7px;
    font-size: 1.6rem;
    height: 40px;
  }
  #main .sideList .btnBox button {
    right: 3px;
  }
  #main .sideList h3 {
    margin-bottom: 0;
    padding: 7px 10px;
    font-size: 1.3rem;
  }
  #main .sideList h4 {
    margin-bottom: 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  #main .sideList .subNavi {
    margin-left: 0;
    display: none;
  }
  #main .sideList .naviList li a {
    font-size: 1.6rem;
    background: url("../img/common/sp_arr04.png") no-repeat right 10px center /
      14px auto;
  }
  #main .sideList .naviList > li {
    border-bottom: 1px solid #cccccc;
  }
  #main .sideList .naviList > li {
    margin-bottom: 0;
    border-bottom: none;
  }
  #main .sideList .naviList .on > h4 a {
    background-image: url("../img/common/sp_arr03.png");
  }
  #main .sideList .naviList {
    margin-left: 0;
  }
  #main .sideList .naviList li a {
    display: block;
    padding: 8px 27px;
    letter-spacing: -1px;
  }
  #main .sideList .naviList01 li a {
    padding-left: 12px;
  }
  #main .sideList .naviList h4 a {
    padding-bottom: 13px;
    padding-left: 12px;
    display: block;
    border-bottom: none;
    background: url("../img/common/sp_arr05.png") no-repeat right 10px center /
      14px auto;
  }

  #main .sideList .shopBox .naviList a {
    color: #af1e23;
    border: 2px solid;
  }
  #main .mainImg .arrLBox,
  #main .mainImg .arrRBox {
    display: none;
  }
  #main .mainImg .slick-dots li {
    height: auto;
  }
  #main .sideList .naviList a {
    border-bottom: 1px solid #cccccc;
  }
  #main .sideList .subNavi li:first-child a {
    border-top: none;
  }
  #main .sideList .shopBox .naviList a {
    padding: 5px 10px;
  }
  #main .sideList .shopBox {
    padding-top: 0;
    border-top: none;
  }
  #main .sideList .naviList li:first-child .subNavi {
    display: block;
  }
  #conts .movieList li .img {
    height: 213px;
  }

  .catelist {
    display: block;
    padding-bottom: 8px;
  }
  .catelist .sec {
    width: 90%;
    margin: 0 auto 15px;
  }
  .cateother .tit {
    background: #eeeeee;
    font-weight: bold;
    padding: 2px 10px 4px;
    margin-bottom: 17px;
  }
  .catelist .sec .l {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
  }
  

  .catelist .sec .r {
    flex: 1;
  }
  .catelist .sec .r ul {
  display:flex;
  flex-flow: column;
  justify-content:space-between;
    height: 100%;
  }
  .catelist .sec .r ul li {
    margin: 0;
  }
  .cateother .cols {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .cateother .col {
    width: 50% !important;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .cateother .col:nth-child(2n) {
    border-left: 1px solid #ccc;
    padding-left: 10px;
  }
  .cateother .col li {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 374px) {
  #main .dayList table {
    width: 122px;
  }
  #main .dayList .table02 {
    width: 122px;
  }
  #main .bTxtBox .subBox .txtBox .txt03 {
    font-size: 1.5rem;
  }
  .comBtn a {
    font-size: 1.1rem;
  }

  .M_rankingCenter01 .M_ranking li {
    width: 18.4%;
  }
  .M_rankingCenter02 .M_ranking li {
    width: 29%;
    margin-right: 15px;
  }
  .mainImg .lBox {
    width: 74%;
  }
}
