@charset "UTF-8";
body {
  user-select: none;
}

.bottom-dl-area {
  margin-top: 0;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.txt-center {
  text-align: center !important;
}

.text-link {
  text-decoration: underline;
  color: #007ACC;
}

.cMagenta {
  color: #FF008C !important;
}

.cCrimsonRed {
  color: #bf0000 !important;
}

/*--------------------
  container
--------------------*/
.container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #232361;
  line-height: 1.4;
  padding-bottom: 100px;
}
.container img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    padding-bottom: 160px;
  }
}

/*--------------------
  underKv
--------------------*/
.underKv_inner {
  padding: 40px 16px;
}
.underKv_inner_anker {
  display: flex;
}
.underKv_inner_anker_item {
  width: 100%;
  margin: 0 0 0 8px;
}
.underKv_inner_anker_item:first-child {
  margin: 0;
}
.underKv_inner_anker_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 13px;
  font-weight: bold;
  color: #bf0000;
  border: 2px solid #bf0000;
  border-radius: 4px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.underKv_inner_anker_item a:after {
  content: "▼";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
}

/*--------------------
  aboutOA
--------------------*/
.aboutOA {
  padding: 16px 0;
  background: #FF008C;
}

/*--------------------
  banner-slider
--------------------*/
.banner-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.banner-slider.swiper-initialized {
  opacity: 1;
}
.banner-slider .swiper-slide img {
  width: 100%;
}
.banner-slider .swiper-pagination {
  position: static;
  padding: 24px 16px 8px;
}
.banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
  margin: 0 6px !important;
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.banner-slider .swiper-slide-prev,
.banner-slider .swiper-slide-next {
  filter: brightness(90%);
}

/*--------------------
  oaList
--------------------*/
.oaList {
  padding: 40px 0;
  background: #bf0000;
}
.oaList_inner_h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.oaList_inner_h2 span {
  font-size: 16px;
}
.oaList_inner_h2_icon {
  width: 56px !important;
  margin: 0 0 24px;
}
.oaList_inner_block {
  margin: 40px 0 0;
}
.oaList_inner_block_tabContent {
  padding: 8px 16px 0;
}
.oaList_inner_block_h2 {
  padding: 0 16px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
.oaList_inner_block_h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.oaList_inner_block .banner-slider {
  margin: 16px 0 0;
}
.oaList_inner_block_step {
  margin: 24px 0 0;
  padding: 0 32px;
}
.oaList_inner_block_step_card {
  margin: 0 0 17%;
  padding: 32px 24px 16px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.oaList_inner_block_step_card:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 14.5%;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../img/oaList_inner_block_step_item_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.oaList_inner_block_step_card.bgNone {
  margin: 0;
  padding: 32px 24px;
  border-radius: 16px;
}
.oaList_inner_block_step_card.bgNone:after {
  display: none;
}
.oaList_inner_block_step_card_h3 {
  font-size: 24px;
  font-weight: bold;
  color: #bf0000;
  text-align: center;
}
.oaList_inner_block_step_card_text {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.oaList_inner_block_step_card_img {
  margin: 16px 0 0;
}
.oaList_inner_block_step_card_caution {
  margin: 16px 0 0;
  font-size: 13px;
  color: #4d4d4d;
}
.oaList_inner_block_step_card_caution_text {
  margin: 4px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*--------------------
  tab-menu
--------------------*/
.tab-menu {
  width: 100%;
  height: 40px;
  padding: 0 0 0 16px;
  position: sticky;
  top: 0;
  background-color: #bf0000;
  z-index: 10;
}
.tab-menu_inner_item {
  display: flex;
  align-items: center;
}
.tab-menu_inner_item_text {
  height: 12px;
  font-size: 10px;
}
.tab-menu_inner_item_text.ladiesfashion {
  padding: 0 0 0 12px;
  background: url(../img/tab_icon/tab_icon_ladiesfashion.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.food {
  padding: 0 0 0 17px;
  background: url(../img/tab_icon/tab_icon_food.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.health {
  padding: 0 0 0 14px;
  background: url(../img/tab_icon/tab_icon_health.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.beauty {
  padding: 0 0 0 12px;
  background: url(../img/tab_icon/tab_icon_beauty.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.baby {
  padding: 0 0 0 16px;
  background: url(../img/tab_icon/tab_icon_baby.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.computer {
  padding: 0 0 0 14px;
  background: url(../img/tab_icon/tab_icon_computer.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.sports {
  padding: 0 0 0 16px;
  background: url(../img/tab_icon/tab_icon_sports.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.car {
  padding: 0 0 0 20px;
  background: url(../img/tab_icon/tab_icon_car.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.life {
  padding: 0 0 0 18px;
  background: url(../img/tab_icon/tab_icon_life.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.entertainment {
  padding: 0 0 0 16px;
  background: url(../img/tab_icon/tab_icon_entertainment.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu_inner_item_text.etc {
  padding: 0 0 0 14px;
  background: url(../img/tab_icon/tab_icon_etc.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bf0000;
  font-weight: bold;
  background: #fff;
  border: 1px solid #bf0000;
  border-radius: 10px;
  cursor: pointer;
}
.tab-menu .swiper-slide.tab-all {
  padding-left: 20px;
  padding-right: 20px;
}
.tab-menu .swiper-slide-thumb-active {
  color: #fff;
  background: #bf0000;
  border: 1px solid #fff;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.ladiesfashion {
  background: url(../img/tab_icon/tab_icon_ladiesfashion-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.food {
  background: url(../img/tab_icon/tab_icon_food-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.health {
  background: url(../img/tab_icon/tab_icon_health-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.beauty {
  background: url(../img/tab_icon/tab_icon_beauty-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.baby {
  background: url(../img/tab_icon/tab_icon_baby-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.computer {
  background: url(../img/tab_icon/tab_icon_computer-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.sports {
  background: url(../img/tab_icon/tab_icon_sports-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.car {
  background: url(../img/tab_icon/tab_icon_car-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.life {
  background: url(../img/tab_icon/tab_icon_life-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.entertainment {
  background: url(../img/tab_icon/tab_icon_entertainment-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.tab-menu .swiper-slide-thumb-active .tab-menu_inner_item_text.etc {
  background: url(../img/tab_icon/tab_icon_etc-active.png) no-repeat;
  background-position: left center;
  background-size: auto 12px;
}

/*--------------------
  swiper-slide
--------------------*/
/*--------------------
  tab-contents
--------------------*/
.tab-contents {
  position: relative;
  z-index: auto;
}
.tab-contents .swiper-wrapper {
  z-index: auto;
  height: auto !important;
}
.tab-contents .swiper-slide {
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}
.tab-contents .swiper-slide .list {
  display: flex;
  flex-wrap: wrap;
}
.tab-contents .swiper-slide .list_item {
  width: calc((100% - 12px) / 2);
  margin: 0 12px 12px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.tab-contents .swiper-slide .list_item:nth-child(even) {
  margin: 0 0 12px 0;
}
.tab-contents .swiper-slide .list_item_img {
  position: relative;
}
.tab-contents .swiper-slide .list_item_img_logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 37.83%;
  margin-bottom: -6.5%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .tab-contents .swiper-slide .list_item_img_logo {
    margin-bottom: -9%;
  }
}
.tab-contents .swiper-slide .list_item_shop {
  min-height: 66px;
  padding: 20px 12px 0;
  font-size: 16px;
  font-weight: bold;
  color: #232361;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}
.tab-contents .swiper-slide .list_item_followBtnArea {
  margin: 8px 0 0;
  padding: 0 12px 16px;
}
.tab-contents .swiper-slide .list_item_followBtnArea_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  color: #ffffff;
  background: #007ACC;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
}
.tab-contents .swiper-slide .list_item_followBtnArea_btn span {
  display: flex;
  align-items: center;
  height: 20px;
  padding: 2px 0 0 28px;
  background: url(../img/followBtn_icon.png) no-repeat;
  background-size: 20px;
  background-position: left center;
}
.tab-contents .swiper-slide .list_item_detail {
  padding-right: 32px;
  position: relative;
  flex-grow: 1;
}
.tab-contents .swiper-slide .list_item_detail::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #5E5E8A;
  border-right: solid 1px #5E5E8A;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  transform: rotate(45deg);
}
.tab-contents .swiper-slide .list_item_detail_name {
  font-size: 15px;
  color: #232361;
}
.tab-contents .swiper-slide .list_item_detail_text {
  font-size: 15px;
  margin-top: 2px;
  color: #5E5E8A;
}
.tab-contents .swiper-slide .list_item_banner {
  margin-top: 28px;
  padding: 8px 16px 10px;
  background-color: #F2F2FF;
  border-radius: 8px;
  position: relative;
}
.tab-contents .swiper-slide .list_item_banner:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #F2F2FF;
  border-left: 12px solid transparent;
}
.tab-contents .swiper-slide .list_item_banner_text {
  font-size: 11px;
  color: #232361;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.tab-contents .swiper-slide .list_item_banner_link {
  width: 100%;
}
.tab-contents .swiper-slide .list_item_banner_link img {
  width: 100%;
}
.tab-contents .swiper-slide .list_item.cpStart {
  padding: 16px 0 0;
}
.tab-contents .swiper-slide .list_item.cpEnd {
  padding: 20px 0;
}
.tab-contents .swiper-slide .list_item.cpEnd p {
  padding: 6px 0 0;
  font-size: 13px;
  color: #FF008C;
  text-align: center;
  border-top: 1px solid #FF008C;
}
.tab-contents .swiper-slide .list.cpBg {
  margin: 0 -16px;
  padding: 0 16px;
  background: #FFFDF2;
}
@media screen and (min-width: 768px) {
  .tab-contents .swiper-slide .list_item_account {
    pointer-events: none;
  }
  .tab-contents .swiper-slide .list_item_account_detail::after {
    content: none;
  }
}

/*--------------------
  もっと見るボタン用
--------------------*/
/* 本文を隠す高さを指定 */
.morelookOuter {
  position: relative;
}

.morelook {
  position: relative;
  height: 280px;
  overflow: hidden;
}

/* もっと見るボタンで高さを自動に */
.morelook.active {
  height: auto;
}

/* 透過グラデーションをposition指定 */
.morelook::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* もっと見るボタンで透過グラデーションを解除 */
.morelook.active::before {
  display: none;
}

.morelookBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 49px;
  margin: 0 auto 0;
  color: #bf0000;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  border: 1px solid #bf0000;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1100;
}

.dn {
  display: none !important;
}

/*--------------------
  note
--------------------*/
.note {
  margin-top: 72px;
}
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}

/*--------------------
  footer
--------------------*/
.is-webview #footer-wrap {
  padding-bottom: 0;
}

/*--------------------
  header直下注意書き
--------------------*/
.header-note {
  padding: 10px 0;
  font-size: 12px;
  color: #5E5E8A;
  background: #F5F5FA;
  text-align: center;
}
.header-note p {
  margin: 0;
}

/*--------------------
  フローティングバナー（くじ）
--------------------*/
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.floatingBnr {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 6.07143px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  transition: 0.5s;
}
.floatingBnr.fadeIn {
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.floatingBnr.close {
  right: -140px;
}
.floatingBnr .target {
  width: 30px;
  background: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingBnr .target:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232361;
  border-right: 2px solid #232361;
  transform: rotate(45deg);
  margin: 0 3px 0 0;
}
.floatingBnr .target.close:after {
  transform: rotate(-135deg);
  margin: 0 0 0 5px;
}
.floatingBnr .bnr .floatingBnrImage {
  width: 140px;
}
@media screen and (max-width: 767.9px) {
  .floatingBnr {
    bottom: 100px;
    border-radius: 8px 0px 0px 8px;
  }
  .floatingBnr.close {
    right: -122px;
  }
  .floatingBnr .target {
    width: 26px;
  }
  .floatingBnr .bnr .floatingBnrImage {
    width: 122px;
  }
}

/*--------------------
  フローティングバナー　くじ
--------------------*/
.floatingBnrKuji {
  position: fixed;
  bottom: 24px;
  right: 16px;
  z-index: 9999;
  width: 138px;
  transition: 0.2s;
}
.floatingBnrKuji.active {
  transition: 0.2s;
  transform: translateY(-56px);
}
.floatingBnrKuji img {
  width: 100%;
}
.floatingBnrKuji_close {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 34px !important;
  z-index: 999;
}
.floatingBnrKuji.close {
  display: none;
}

/* TOPへボタン ssiフォルダに入ってるやつ持ってきた */
.to-top-btn {
  bottom: 2.4rem;
}

@media screen and (max-width: 767.9px) {
  .to-top-btn {
    bottom: 2.4rem;
  }
}
/*--------------------
  modal
--------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  background-color: #fff;
  width: calc(100% - 80px);
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: modalopen;
  animation-duration: 0.3s;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
.modal-content .modalClose {
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-content .modalClose:hover {
  cursor: pointer;
}
.modal-content_upper img {
  width: 100%;
}
.modal-content_lower {
  position: relative;
}
.modal-content_lower img {
  width: 100%;
}
.modal-content_lower_button {
  width: 83.4%;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}