@charset "UTF-8";
.ms-2 {
  margin-left: 1rem;
}

* {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  height: -webkit-fill-available;
}

/* PC */
.header {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}
/* update 20250430 */
.header-group-service {
  padding: 0 8px;
  background-color: #ffffff;
}

.header-group-service__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
  list-style: none;
}
div#page .header-group-service__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
  list-style: none;
}

.header-group-service__item {
  position: relative;
}

.header-group-service__dropdown-trigger::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #686868 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -2px;
  margin-left: 3px;
  vertical-align: middle;
}
.header-group-service__dropdown-trigger:hover::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #ff1212 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -2px;
  margin-left: 3px;
  vertical-align: middle;
}

.header-group-service__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  padding: 4px 8px;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* update 20250430 */
.header-group-service__item a:hover {
  color: #ff1212;
  background-color: #ffffff;
}

.js-group-service__dropdown-item {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 1;
  list-style: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 2px 0 #cecece;
  box-shadow: 1px 1px 2px 0 #cecece;
}

.header-group-service__dropdown-item a {
  white-space: nowrap;
}

.header-toto-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 8px 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-toto-service__head,
.header-toto-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.header-toto-service__banner {
  display: block;
}
.header-toto-service__banner:hover {
  opacity: 0.8;
}

.header-toto-service__register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-toto-service__register-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 4px !important;
  margin-left: 8px !important;
  list-style: none;
}
.header-toto-service__register-top li {
  margin-right: 10px;
}
.header-toto-service__register-top li:last-child {
  margin-right: 0;
}
.header-toto-service__register-top a {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}
.header-toto-service__register-top a:hover {
  color: #ff1212;
}

.header-toto-service__register-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
  margin-top:0px;
}
.header-toto-service__register-bottom li {
  margin-right: 10px;
}
.header-toto-service__register-bottom li:last-child {
  margin-right: 0;
}

.header-toto-service__register-bottom-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 24px 1px;
  border-radius: 50rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-toto-service__register-bottom-btn:hover, .header-toto-service__register-bottom-btn:active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .header-toto-service__register-bottom-btn {
    height: 48px;
    padding: 0 24px 2px;
  }
}

.header-toto-service__register-bottom-btn--primary {
  line-height: 1;
  color: #ffffff !important;
  background-color: #bf0000;
  padding: 0 18px;
  min-width: 120px;
}
.header-toto-service__register-bottom-btn--primary:hover, .header-toto-service__register-bottom-btn--primary:active {
  color: #ffffff;
  background-color: #ff1212 !important;
  text-decoration: none !important;
}

.header-toto-service__register-bottom-btn--outline-primary {
  line-height: 1;
  color: #bf0000 !important;
  border: 1px solid #bf0000;
  padding: 0 18px;
  min-width: 120px;
}
.header-toto-service__register-bottom-btn--outline-primary:hover, .header-toto-service__register-bottom-btn--outline-primary:active {
  color: #ffffff !important;
  background-color: #ff1212;
  border: 1px solid #ff1212;
  text-decoration: none !important;
}

.header-grobal-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 2px #bf0000;
  border-bottom: solid 1px #d7d7d7;
}
.header-grobal-menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .header-grobal-menu {
    display: none;
  }
}

.header-grobal-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  margin: auto;
  list-style: none;
}

.header-grobal-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.js-grobal-menu__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  width: 14%;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000 !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 992px) {
  .js-grobal-menu__item {
    font-size: 12px;
  }
}
.js-grobal-menu__item:hover {
  color: #ff1212 !important;
  background-color: #f7f7f7;
}
.js-grobal-menu__item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 24px;
  margin: auto;
  color: #d7d7d7;
  border-right: 1px solid #d7d7d7 !important;
}
.js-grobal-menu__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 24px;
  margin: auto;
  color: #d7d7d7;
  border-right: 1px solid #d7d7d7 !important;
}

a.js-grobal-menu__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 24px;
  margin: auto;
  color: #d7d7d7;
  border-right: 1px solid #d7d7d7 !important;
}

.js-grobal-menu__item--leftbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 24px;
  margin: auto;
  border-right: 1px solid #d7d7d7;
}

.js-grobal-menu__item[data-locate="/"],
.js-grobal-menu__item[data-locate="/winner/"] {
  width: 11%;
}

.js-grobal-menu__item[data-locate="/big/"],
.js-grobal-menu__item[data-locate="/toto/"] {
  width: 13%;
}
@media (max-width: 992px) {
  .js-grobal-menu__item[data-locate="/big/"],
.js-grobal-menu__item[data-locate="/toto/"] {
    width: 11%;
  }
}

.js-grobal-menu__item[data-locate="/member/history/historyList/"] {
  width: 18%;
}
@media (max-width: 992px) {
  .js-grobal-menu__item[data-locate="/member/history/historyList/"] {
    width: 19%;
  }
}

.js-grobal-menu__item[data-locate="/campaign/"] {
  width: 13%;
}

.js-grobal-menu__item[data-locate="/tips/"] {
  width: 16%;
}
@media (max-width: 992px) {
  .js-grobal-menu__item[data-locate="/tips/"] {
    width: 19%;
  }
}

.js-grobal-menu__item[data-locate="/customer/"] {
  width: 16%;
}

.js-grobal-menu__item.js-current,
.js-grobal-menu__item.js-current .js-grobal-menu__dropdown-trigger {
  color: #bf0000 !important;
}
.js-grobal-menu__item.js-current:hover,
.js-grobal-menu__item.js-current .js-grobal-menu__dropdown-trigger:hover {
  color: #ff1212 !important;
}

.js-grobal-menu__dropdown-toggle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.js-grobal-menu__dropdown-toggle:hover {
  color: #ff1212 !important;
  background-color: #f7f7f7;
}

.js-grobal-menu__dropdown-toggle__background {
  position: absolute;
  z-index: 98;
  top: 45px;
  left: 0 !important;
  display: none;
  width: 100% !important;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-grobal-menu__dropdown-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  padding-right: 14px;
  color: #000000 !important;
  cursor: default;
}
.js-grobal-menu__dropdown-trigger:hover {
  color: #ff1212 !important;
}
.js-grobal-menu__dropdown-trigger:hover span {
  color: #ff1212 !important;
}
.js-grobal-menu__dropdown-trigger span {
  position: relative;
  font-weight: bold;
}
.js-grobal-menu__dropdown-trigger span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -20px;
  bottom: 0;
  display: block;
  margin: auto;
  border-style: solid;
  border-top-width: 6px;
  border-right-width: 5px;
  border-bottom-width: 0;
  border-left-width: 5px;
  border-color: #000000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 4px;
}

.js-grobal-menu__dropdown-trigger .js-grobal-menu__dropdown:hover ~ .js-grobal-menu__dropdown-trigger span {
  color: #ff1212 !important;
}

.js-current .js-grobal-menu__dropdown-trigger span {
  color: #bf0000;
}
.js-current .js-grobal-menu__dropdown-trigger span::after {
  border-color: #bf0000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.js-grobal-menu__dropdown-active .js-grobal-menu__dropdown-trigger span {
  color: #ff1212 !important;
}
.js-grobal-menu__dropdown-active .js-grobal-menu__dropdown-trigger span::after {
  border-top-width: 0;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 6px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ff1212 rgba(255, 255, 255, 0);
}

.js-grobal-menu__dropdown {
  position: absolute;
  z-index: 99;
  top: 44px;
  left: -10px;
  display: none;
  padding-top: 2px;
}

[data-locate="/tips/"] .js-grobal-menu__dropdown {
  left: auto;
  right: -70px;
}

.js-grobal-menu__dropdown__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
}

.js-grobal-menu__dropdown__contents {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px;
  background-color: #ffffff;
  list-style: none;
}
.js-grobal-menu__dropdown__contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-grobal-menu__dropdown__contents li:last-child {
  border-bottom: 0;
}
.js-grobal-menu__dropdown__contents a {
  width: 240px;
  padding: 12px 20px;
  border-radius: 4px;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}
.js-grobal-menu__dropdown__contents a:hover {
  background-color: #f7f7f7;
  color: #ff1212;
}

.js-grobal-menu__dropdown__promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #efefef;
  padding: 14px;
}

.js-grobal-menu__dropdown__promotion-card {
  display: block;
  width: 260px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.js-grobal-menu__dropdown__promotion-card__body {
  color: #000000;
  padding: 14px 14px 20px;
}
.js-grobal-menu__dropdown__promotion-card__title {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.js-grobal-menu__dropdown__promotion-card__description {
  display: block;
  font-size: 12px !important;
  font-weight: normal;
  white-space: normal;
}
.js-grobal-menu__dropdown__promotion-card:hover {
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}

.header-grobal-child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header-grobal-child-menu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .header-grobal-child-menu {
    display: none;
  }
}

.header-grobal-child-menu__list {
  display: none;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
}

.header-grobal-child-menu__list--display {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-grobal-sub-menu__item {
  display: inline-block;
  width: auto;
}
.js-grobal-sub-menu__item a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.js-grobal-sub-menu__item a:hover {
  color: #ff1212;
}

.js-grobal-menu__dropdown__contents a.js-sub-current {
  color: #bf0000;
}
.js-grobal-menu__dropdown__contents a.js-sub-current:hover {
  color: #ff1212;
}

.js-sub-current a {
  color: #bf0000;
}
.js-sub-current a:hover {
  color: #ff1212;
}

.header-btn--rakuwin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 5px 16px 5px 5px;
  border-radius: 50rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #2a3556;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-btn--rakuwin:hover {
  background-color: #1b2440;
}
.header-btn--rakuwin .header-btn--rakuwin__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-right: 6px;
  padding: 12px 15px 12px 10px;
  background-color: #ffffff;
  border-radius: 50rem;
}
.header-btn--rakuwin .header-btn--rakuwin__text {
  color: #ffffff;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* SP */
.container-drawer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.container-drawer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .container-drawer {
    display: block;
  }
}

.drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 14px;
  background-color: #ffffff;
  border-bottom: solid 2px #bf0000;
}

.drawer__header__main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-drawer__trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.js-drawer__trigger:hover {
  background-color: #efefef;
}

.js-drawer__trigger--close {
  height: 100%;
  padding-top: 9px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.js-drawer__trigger span {
  color: #000;
}

.drawer__header .js-drawer__trigger {
  margin-right: 14px;
}

.js-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1002;
  display: inline-block;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: scroll;
}

.js-drawer-open {
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-body-overflow-hidden {
  overflow: hidden;
}

.drawer__inner__toggle-area {
  padding: 4px;
}
.drawer__inner__toggle-area.js-drawer__trigger {
  background: none !important;
}

.js-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

.drawer__body {
  width: calc(100% - 40px);
  height: 100%;
  padding: 8px 14px 16px;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

.drawer__body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-left: 4px;
}

.drawer__logo {
  display: inline-block;
}

.drawer__item {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px !important;
}

.drawer__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.drawer__item__title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 21px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none !important;
  border-bottom: solid 2px #efefef;
}
.drawer__item__title__inner.js-current, .drawer__item__title__inner.js-current .drawer__item__title__inner__text {
  color: #bf0000 !important;
}

.drawer__item__title__inner--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 21px 10px 15px;
  background-color: #e61616;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 0;
}
.drawer__item__title__inner--big img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.drawer__item__title__inner--toto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 21px 10px 15px;
  background-color: #ffd800;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none !important;
  border-bottom: 0;
}
.drawer__item__title__inner--toto img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.drawer__item__title__inner--winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 21px 10px 15px;
  background-color: #d6e6ef;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #231815 !important;
  text-decoration: none !important;
  border-bottom: 0;
}
.drawer__item__title__inner--winner img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.drawer__item__title__inner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
}

.drawer__item__title__inner--big .drawer__item__title__inner__text {
  color: #ffffff;
}

.drawer__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 21px;
  margin-bottom: 2px;
}

.drawer__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}

.drawer__item__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 21px;
  font-size: 16px;
  line-height: 24px;
  color: #000000 !important;
  text-decoration: none !important;
}

.drawer__item__body__inner.js-current {
  color: #bf0000 !important;
}

.drawer__item--horizontal .drawer__item__body__inner {
  border-right: solid 1px #f7f7f7;
}
.drawer__item--horizontal .drawer__item__body__inner:last-child {
  border-right: 0;
}

.drawer__item--vertical .drawer__item__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.drawer__item--vertical .drawer__item__body__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #efefef;
}
.drawer__item--vertical .drawer__item__body__inner:last-child {
  border-bottom: 0;
}

.drawer__item--single .drawer__item__body__inner {
  padding: 12px 21px;
  font-weight: bold;
}

.drawer__item--app {
  display: block;
  background-color: #ffffff;
  text-decoration: none !important;
}

.drawer__item--app__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 22px 16px;
}

.drawer__item--app__divider {
  border-top: 4px solid #bf0000;
}

.drawer__item--app__icon {
  margin-right: 14px;
}

.drawer__item--app__text {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.drawer__item--app.js-current,
.drawer__item--app.js-current .drawer__item--app__text {
  color: #bf0000 !important;
}

.drawer__item.header-btn--rakuwin {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.drawer__item.header-btn--rakuwin .header-btn--rakuwin__logo {
  margin-right: 14px;
  padding: 12px 14px 12px 10px;
  border-radius: 4px;
}
@media (max-width: 330px) {
  .drawer__item.header-btn--rakuwin .header-btn--rakuwin__logo {
    margin-right: 10px;
  }
}
.drawer__item.header-btn--rakuwin .header-btn--rakuwin__logo img {
  width: 80px;
  height: auto;
}
.drawer__item.header-btn--rakuwin .header-btn--rakuwin__text {
  font-size: 12px;
}

.js-sp-global-menu__accordion-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 21px 18px;
  background-color: #ffffff;
  font-size: 16px !important;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.accordion-head__toggle-text--open {
  display: block;
  margin-right: 8px;
}

.accordion-head__toggle-text--close {
  display: none;
  margin-right: 8px;
}

.accordion-head__toggle-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-sp-global-menu__accordion-open.js-sp-global-menu__accordion-header, .js-sp-global-menu__accordion-open.js-sp-global-menu__accordion-header--kuji {
  border-top: solid 2px #efefef;
}
.js-sp-global-menu__accordion-open .accordion-head__toggle-text--open {
  display: none;
}
.js-sp-global-menu__accordion-open .accordion-head__toggle-text--close {
  display: block;
}
.js-sp-global-menu__accordion-open .accordion-head__toggle-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-sp-global-menu__accordion-body {
  height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.js-header__notice {
  position: relative;
}

.js-header__notice__open {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: #ffffff;
  border: 0;
}
.js-header__notice__open:hover {
  background-color: #efefef;
}
.js-header__notice__open span {
  font-size: 10px;
  font-weight: bold;
}
.js-header__notice__open.js-header__notice__badge {
  position: relative;
}
.js-header__notice__open.js-header__notice__badge::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50rem;
  background-color: #bf0000;
}
.js-header__notice__open.js-header__notice__badge::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 9px;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50rem;
  background-color: #ffffff;
}

.js-header__notice__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  margin: auto;
  border-radius: 50rem;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.js-header__notice__close:hover {
  opacity: 0.8;
}

.js-header__notice__close--fixed {
  display: block;
  position: fixed;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.js-header__notice__close--fixed:hover {
  opacity: 0.8;
}
.js-header__notice__close--fixed img {
  width: 24px;
}

.js-header__notice__modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-header__notice__modal__inner {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  margin: auto;
  padding: 20px 20px 30px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow-y: scroll;
}
.js-header__notice__modal__inner h2 {
  margin-bottom: 1rem;
}
.js-header__notice__modal__inner .item {
  border-radius: 4px;
  border: 1px solid #cecece;
  margin-bottom: 16px;
  text-align: justify;
  overflow: hidden;
}
.js-header__notice__modal__inner .item dt {
  padding: 10px;
  background-color: #f7f7f7;
}
.js-header__notice__modal__inner .item dd {
  border-top: 1px solid #cecece;
  padding: 10px;
}
.js-header__notice__modal__inner .item a {
  color: #0d6efd;
}

.js-header-toggle-banner {
  display: none;
}

.js-header-toggle-banner--default {
  display: block;
}

.header-toggle-banner {
  display: block;
  padding: 8px 15px 0;
  text-align: center;
}
.header-toggle-banner img {
  width: 100%;
  max-width: 395px;
  height: auto;
}

.header-toggle-small-banner {
  display: block;
  margin: 0 0 0 14px;
  text-align: center;
}
.header-toggle-small-banner img {
  width: 100%;
  max-width: 138px;
  height: auto;
}

/* 既存環境への対応スタイル */
.header ~ #str-contents > .topic-path {
  margin: 15px 0;
}

.header ~ #str-contents > #str-main {
  margin-top: 15px;
}

.header ~ #str-contents > .topic-path {
  margin-top: 15px;
}

.container-drawer ~ #top_contents > #topicPath {
  margin-top: 15px !important;
}

.container-drawer ~ #top_contents > .ry-content {
  margin-top: 15px !important;
}

.header ~ #top_contents > #str-contents > .topic-path {
  margin-top: 15px;
}

.headerEl.clearfix,
.header ~ .smartphone-header {
  display: none;
}

.div#contents div#top_contents {
  margin-top: 20px;
}

.js-sp-global-menu__accordion-header--kuji {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 21px 18px;
  background-color: #ffffff;
  font-size: 16px !important;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.js-sp-global-menu__accordion-open .js-sp-global-menu__accordion-header--kuji {
  border-top: solid 2px #efefef;
}

/* トップページ上部ナビゲーション用 */
.top-sp-navList-wrap {
  display: block;
  padding: 0 15px;
  margin-bottom: 20px;
}

.top-sp-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-radius: 8px;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.top-sp-navList li {
  display: block;
  width: 25%;
  border-left: solid 1px #dddddd;
}
.top-sp-navList li:first-child {
  border: none;
}

.top-sp-navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 2px;
  padding: 9px 8px 8px 8px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #dfdfdf;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.top-sp-navItem--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 2px;
  padding: 9px 8px 8px 8px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #e61616;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.top-sp-navItem--toto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 2px;
  padding: 9px 8px 8px 8px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #ffd800;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.top-sp-navItem--winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 2px;
  padding: 9px 8px 8px 8px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #d6e6ef;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.top-sp-navItem__img {
  display: block;
  width: 100%;
  max-width: 46px;
  height: auto;
}

.top-sp-navItem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 19px;
  margin-top: 2px;
  color: #323232;
  font-weight: bold;
  font-size: 14px;
}

.top-sp-nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin-bottom: 6px;
}

.top-sp-nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

#mkdiv_header_pitari a {
  display: block;
  width: 100%;
}