@charset "UTF-8";
.bottom-dl-area {
  margin-top: 0;
}

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

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

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

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

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

.mr-8px {
  margin-right: 8px !important;
}

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

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

.cMagenta {
  color: #FF008C !important;
}

.cCrimsonRed {
  color: #bf0000 !important;
}

.cLightBlue {
  color: #007ACC !important;
}

/*--------------------
  container
--------------------*/
.container {
  width: 100%;
  margin: 0 auto;
  font-family: "Rakuten Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #232361;
  background: #bf0000;
  line-height: 1.4;
}
.container img {
  width: 100%;
}

/*--------------------
  kv周り
--------------------*/
.upperKv {
  background: #fff;
}
.upperKv_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
}
.upperKv_inner_text01 {
  width: 208px;
  margin: 0 auto;
  padding: 2px;
  border-radius: 100px;
  background: #bf0000;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.upperKv_inner_text02 {
  display: inline-block;
  margin: 4px 0 0;
  padding: 0 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  background: url(../img/officialaccount.png) no-repeat;
  background-size: 24px;
  background-position: left center;
}
@media screen and (max-width: 767.9px) {
  .upperKv_inner {
    max-width: none;
  }
  .upperKv_inner_text01 {
    width: 172px;
    font-size: 16px;
  }
  .upperKv_inner_text02 {
    padding: 0 0 0 22px;
    font-size: 20px;
    background: url(../img/officialaccount.png) no-repeat;
    background-size: 22px;
    background-position: left center;
  }
}

.kv_inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 12px 0;
}
@media screen and (max-width: 767.9px) {
  .kv_inner {
    max-width: none;
    padding: 12px;
  }
}

.underKv {
  background: #fff;
}
.underKv_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 0 40px;
}
.underKv_inner_period {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.underKv_inner_anker {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
}
.underKv_inner_anker_item {
  width: 280px;
  margin: 0 0 0 16px;
}
.underKv_inner_anker_item:first-child {
  margin: 0;
}
.underKv_inner_anker_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 0 4px;
  font-size: 16px;
  font-weight: bold;
  color: #bf0000;
  border: 2px solid #bf0000;
  border-radius: 6px;
  line-height: 1.2;
  text-align: center;
  background: url(../img/bg-arrow.png) no-repeat;
  background-size: 12px;
  background-position: center bottom 2px;
}
.underKv_inner_close {
  font-size: 16px;
  color: #18187A;
  text-align: center;
}
.underKv_inner_close_caution {
  font-size: 15px;
}
@media screen and (max-width: 767.9px) {
  .underKv_inner {
    max-width: none;
    padding: 24px 16px 40px;
  }
  .underKv_inner_period {
    font-size: 16px;
  }
  .underKv_inner_anker {
    margin: 36px 0 0;
  }
  .underKv_inner_anker_item {
    width: 160px;
    margin: 0 0 0 8px;
  }
  .underKv_inner_anker_item a {
    height: 50px;
    font-size: 13px;
  }
}

/*--------------------
  aboutOA
--------------------*/
.aboutOA_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 24px 32px;
  background: #FF008C;
}
@media screen and (max-width: 767.9px) {
  .aboutOA_inner {
    max-width: none;
    padding: 16px 16px 24px;
  }
}

.accordion {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.accordion_h2 {
  padding: 20px 24px;
  color: #18187A;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: url(../img/bg-circlePinkArrow.png) no-repeat;
  background-size: 16px;
  background-position: right 20px center;
}
.accordion_h2 span {
  padding: 0 0 0 34px;
  background: url(../img/officialaccount.png) no-repeat;
  background-size: 32px;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .accordion_h2 {
    padding: 24px 36px;
    font-size: 24px;
    background: none;
    pointer-events: none;
  }
  .accordion_h2 span {
    padding: 0 0 0 42px;
    background: url(../img/officialaccount.png) no-repeat;
    background-size: 38px;
    background-position: left center;
  }
}

.accordion_h2.is-open {
  background: url(../img/bg-circlePinkArrow-close.png) no-repeat;
  background-size: 16px;
  background-position: right 20px center;
}
@media screen and (min-width: 768px) {
  .accordion_h2.is-open {
    background: none;
  }
}

.accordion_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  color: black;
  height: 0;
  transition: height 0.3s;
}
@media screen and (min-width: 768px) {
  .accordion_content {
    height: auto;
    padding: 12px 36px 24px;
  }
}

.accordion_content.is-open {
  padding: 20px 24px 24px;
  height: auto;
}

.accordion_content_text {
  width: 100%;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .accordion_content_text {
    width: 46%;
    font-size: 20px;
  }
}

.accordion_content_img {
  width: 100%;
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .accordion_content_img {
    width: 52.5%;
    margin: 0;
  }
}

/*--------------------
  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 {
  margin: 40px 0 0;
  padding: 0 0 40px;
}
.oaList_inner {
  max-width: 760px;
  margin: 0 auto;
}
.oaList_inner_h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.oaList_inner_h2_icon {
  width: 68px !important;
  margin: 0 0 20px;
}
.oaList_inner_h2 span {
  font-weight: normal;
}
.oaList_inner_block {
  margin: 36px 0 0;
}
.oaList_inner_block_tabContent {
  padding: 8px 16px 0;
}
.oaList_inner_block_h2 {
  padding: 0 16px 14px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
.oaList_inner_block_h2::after {
  content: "";
  display: block;
  width: 244px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -122px;
}
.oaList_inner_block .banner-slider {
  margin: 16px 0 0;
}
.oaList_inner_block_step_card {
  margin: 0 0 17%;
  padding: 32px 24px 8px;
  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.noBg {
  margin: 0;
  padding: 32px 24px;
  border-radius: 16px;
}
.oaList_inner_block_step_card.noBg::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_h3.follow {
  color: #0085C7;
}
.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;
}
@media screen and (max-width: 767.9px) {
  .oaList_inner {
    max-width: none;
  }
  .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 20px;
  }
  .oaList_inner_block_tabContent {
    padding: 8px 16px 0;
  }
  .oaList_inner_block_h2 {
    font-size: 16px;
  }
  .oaList_inner_block_h2::after {
    width: 120px;
    margin-left: -60px;
  }
  .oaList_inner_block .banner-slider {
    margin: 16px 0 0;
  }
  .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_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;
  }
}

/*　アカウント一覧 サムネイル用 */
.list {
  display: flex;
  flex-wrap: wrap;
}
.list_item {
  width: 24%;
  margin: 0 1.3% 1.3% 0;
  padding: 12px;
  background: #F9F3F3;
  border-radius: 13px;
}
.list_item:nth-child(4n) {
  margin: 0 0 1.3% 0;
}
.list_item_h3 {
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 1.2;
}
.list_item_h3_logo {
  width: 28px;
  border-radius: 14px;
  background: #fff;
  flex-shrink: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
}
.list_item_h3_shopname {
  margin: 0 0 0 8px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_item_images {
  margin: 10px 0 0;
}
.list_item_images_thumbnail {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.list_item_images_thumbnail_image {
  width: 29%;
}
.list_item_shopText {
  height: 74px;
  margin: 12px 0 0;
  color: #676767;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.list_item_followBtnArea {
  margin: 16px 0 0;
}
.list_item_followBtnArea_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  color: #ffffff;
  background: #007ACC;
  font-size: 15px;
  border-radius: 100px;
}
.list_item_followBtnArea_btn span {
  display: flex;
  align-items: center;
  height: 19px;
  padding: 0 0 2px 22px;
  background: url(../img/followBtn_icon.png) no-repeat;
  background-size: 19px;
  background-position: left center;
}
@media screen and (max-width: 767.9px) {
  .list {
    padding: 0 16px;
  }
  .list_item {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .list_item:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .list_item_h3 {
    height: 24px;
  }
  .list_item_h3_logo {
    width: 24px;
  }
  .list_item_h3_shopname {
    font-size: 11px;
  }
  .list_item_images {
    margin: 8px 0 0;
  }
  .list_item_images_thumbnail {
    margin: 8px 0 0;
  }
  .list_item_shopText {
    height: 64px;
    margin: 10px 0 0;
    font-size: 11px;
  }
  .list_item_followBtnArea {
    margin: 16px 0 0;
  }
  .list_item_followBtnArea_btn {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
  .list_item_followBtnArea_btn span {
    height: 18px;
    padding: 0 0 0 22px;
    background: url(../img/followBtn_icon.png) no-repeat;
    background-size: 18px;
    background-position: left center;
  }
}

/* 選択されたサムネイルに適用するスタイル */
.thumbnail.selected {
  border: 1px solid #333333; /* 青色の2pxの枠線 */
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*タブのスタイル*/
.tab_item {
  width: calc((100% - 40px) / 2);
  height: 54px;
  padding: 8px 2px;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tab_item {
    width: 300px;
    font-size: 14px;
    pointer-events: none;
  }
}

.tab_item.follow {
  background: #004E76;
  margin: 0 0 0 16px;
}
@media screen and (min-width: 768px) {
  .tab_item.follow {
    margin: 0 0 0 40.5px;
  }
}

.tab_item.nofollow {
  background: #8C0000;
  margin: 0 16px 0 0;
}
@media screen and (min-width: 768px) {
  .tab_item.nofollow {
    margin: 0 40.5px 0 0;
    background-color: #bf0000;
  }
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 32px;
  background: #bf0000;
}
.tab_content.follow {
  background: #0085C7;
}
@media screen and (min-width: 768px) {
  .tab_content {
    display: block;
    width: 50%;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#follow:checked ~ #follow_content,
#nofollow:checked ~ #nofollow_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item.follow {
  background-color: #0085C7;
}

.tabs input:checked + .tab_item.nofollow {
  background-color: #bf0000;
}

/*--------------------
  note
--------------------*/
.note {
  padding: 72px 0 160px;
  background: #fff;
}
.note_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px;
  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: 7rem;
  }
}
/*--------------------
  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;
  }
}