/* add autumn2023 */
@media screen and (max-width: 414px) {
  header .wrap .floating.btn .img_pill {
    position: absolute;
    top: -30%;
    left: 0px;
    width: 26.6666666667%;
    height: auto;
  }
}
header .wrap .floating.btn {
  width: 84%;
  max-width: 630px;
  bottom: 30px;
  overflow: visible;
  padding: 0;
}

header .wrap .floating.btn a {
  overflow: hidden;
}

header .wrap .floating.btn .img_pill {
  position: absolute;
  top: -30% !important;
  left: 0px !important;
  width: 26.6666666667% !important;
  z-index: 100;
}

header .wrap .floating.btn .kirari {
  padding: 3% 0 5%;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 100px;
}

header .wrap .floating.btn .kirari::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

header .floating::after {
  animation: none;
  -webkit-animation: none;
}

header .wrap .floating.btn .btn_text {
  width: 63.4920634921% !important;
  display: block;
  margin-right: 10%;
  margin-left: auto;
}

@media screen and (max-width: 414px) {
  main.cmlp .main .btn .img_pill {
    position: absolute;
    top: -30%;
    left: 0px;
    width: 26.6666666667%;
    height: auto;
  }
}
main .main .btn {
  width: 84%;
  bottom: 21.5% !important;
}

main.cmlp .main .btn .img_pill {
  position: absolute;
  top: -30% !important;
  left: 0px !important;
  width: 26.6666666667% !important;
}

main.cmlp .main .btn .kirari {
  padding: 3% 0 5%;
}

main .main .btn .btn_text {
  width: 63.4920634921% !important;
  display: block;
  margin-right: 10%;
  margin-left: auto;
}

ol,
ul,
li {
  padding: 0;
  list-style-type: none;
}

.campaign {
  position: relative;
}

.tab_content {
  position: absolute;
  z-index: 10;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  height: fit-content;
  margin: 0 auto;
}

.tab_content .tab_menu {
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.tab_content .tab_menu li {
  width: 33.333333%;
  position: relative;
}

.tab_content .tab_menu li a,
.tab_content .tab_menu li a:hover {
  text-decoration: none;
}

.tab_content .tab_menu li a.tab_block {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #555555;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 3.2vw;
  height: 12.8vw;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0;
}

.tab_content .tab_menu li a.tab_block span.sheet {
  font-size: 3.7333333333vw;
}

.tab_content .tab_menu li a.tab_block.active,
.tab_content .tab_menu li a.tab_block:hover {
  height: 16vw;
  font-size: 3.4666666667vw;
}

.tab_content .tab_menu li a.tab_block.active span.sheet,
.tab_content .tab_menu li a.tab_block:hover span.sheet {
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 541px) {
  .tab_content .tab_menu li a.tab_block {
    font-size: 18px;
    height: 80px;
  }
  .tab_content .tab_menu li a.tab_block.active,
  .tab_content .tab_menu li a.tab_block:hover {
    height: 100px;
    font-size: 19px;
  }
  .tab_content .tab_menu li a.tab_block span.sheet {
    font-size: 20px;
  }
  .tab_content .tab_menu li a.tab_block.active span.sheet,
  .tab_content .tab_menu li a.tab_block:hover span.sheet {
    font-size: 22px;
  }
}
.tab_content .tab_menu li a#sheet3 {
  background: #FFCCBC;
}

.tab_content .tab_menu li a#sheet6 {
  background: #FFBEBA;
}

.tab_content .tab_menu li a#sheet12 {
  background: #F49D83;
}

span.tab_badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: -20%;
  right: -10%;
  background: #D55526;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  width: 11.4666666667vw;
  height: 11.4666666667vw;
  max-height: 70px;
  max-width: 70px;
  transform: scale(80%);
  transform-origin: center;
  font-size: 2.6666666667vw;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  line-height: 1.1em;
}

@media screen and (min-width: 541px) {
  span.tab_badge {
    font-size: 16px;
  }
}
.tab_content .tab_main {
  width: 100%;
  margin-top: -3px;
}

.tab_content .tab_main .tab_main_content,
.tab_content .tab_main .tab_main_content img {
  width: 100%;
}

.desc_campaign {
  position: relative;
}
.desc_campaign .campaign_btn {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
  width: 46.6666666667vw;
  max-width: 350px;
}
.desc_campaign .campaign_note {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  margin: auto;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

@media screen and (min-width: 750px) {
  .desc_campaign .campaign_note {
    font-size: 16px;
  }
}
div.modal_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
div.modal_layer .modal_contents {
  width: 90%;
  max-width: 1320px;
  height: 90%;
  max-height: 720px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 3px;
  padding: 60px 4px 30px;
  box-sizing: border-box;
}
div.modal_layer .modal_contents h3 {
  text-align: center;
  margin: 0 auto 0.5em;
  font-size: 16px;
  height: 20px;
}
div.modal_layer .modal_contents #close_modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
}
div.modal_layer .modal_contents #close_modal img {
  width: 100%;
  height: auto;
}
div.modal_layer .modal_contents .modal_contents_table {
  width: 100%;
  height: calc(100% - 20px);
  overflow-x: scroll;
  padding-left: 5%;
  box-sizing: border-box;
}
div.modal_layer .modal_contents .modal_contents_table img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 744px) {
  div.modal_layer .modal_contents .modal_contents_table {
    overflow: visible;
    padding-right: 5%;
  }
}
