@charset "UTF-8";
/* patch */
ul p, ul ul, ul dl, ul table, ol p, ol ul, ol dl, ol table, dl p, dl ul, dl dl, dl table,
table p, table ul, table dl, table table {
  margin: 0;
}

.sp-header {
  position: relative !important;
}

.global-nav-btn {
  cursor: pointer;
}

.nav-btn-name {
  bottom: 2px !important;
}

.global-nav {
  width: 100%;
  max-width: 100%;
  display: block;
}

.comp-footer-sub.spd {
  margin-bottom: 16px !important;
}

.framework-0 {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

.framework-0 p,
.framework-0 dt {
  font-size: 16px;
}

@media (max-width: 768px) {
  .framework-0 p,
.framework-0 dt {
    font-size: 14px;
  }
}
.framework-0 a,
.framework-0 a:visited {
  color: #0d6efd;
}

.framework-0 a:hover,
.framework-0 a:active {
  color: #ff1212;
}

.framework-0 .btn {
  text-decoration: none;
}

.framework-0 .btn-primary {
  color: #ffffff !important;
  background-color: #bf0000;
  text-decoration: none;
}

.framework-0 .btn-primary:hover,
.framework-0 .btn-primary:active {
  color: #ffffff !important;
  background-color: #ff1212;
}

.framework-0 .btn-outline-primary {
  color: #bf0000 !important;
  border: 1px solid #bf0000;
  text-decoration: none;
  padding: 0 24px;
}

.framework-0 .btn-outline-primary:hover,
.framework-0 .btn-outline-primary:active {
  color: #ffffff !important;
  background-color: #ff1212;
  border: none;
}

.framework-0 .btn-small {
  width: auto;
  max-width: auto;
  height: auto;
  line-height: 1;
  padding: 14px 40px 15px;
  font-size: 14px;
  cursor: pointer;
}

.framework-0 .btn-secondary {
  color: #ffffff !important;
  background-color: #000000;
}

.framework-0 .btn-secondary:hover, .framework-0 .btn-secondary:active {
  color: #ffffff !important;
  background-color: #505050;
}

.framework-0 .btn-outline-secondary {
  color: #000000 !important;
  border: 1px solid #000000;
}

.framework-0 .btn-outline-secondary:hover, .framework-0 .btn-outline-secondary:active {
  color: #ffffff !important;
  background-color: #505050;
  border: none;
}

.framework-0 .btn-big {
  color: #ffffff !important;
  background-color: #e61616;
}

.framework-0 .btn-big:hover, .framework-0 .btn-big:active {
  color: #ffffff !important;
  background-color: #ff3a3a;
}

.framework-0 .btn-outline-big {
  color: #e61616 !important;
  border: 1px solid #e61616;
}

.framework-0 .btn-outline-big:hover, .framework-0 .btn-outline-big:active {
  color: #ffffff !important;
  background-color: #ff3a3a;
  border: none;
}

.framework-0 .btn-toto {
  color: #333333 !important;
  background-color: #ffd800;
}

.framework-0 .btn-toto:hover, .framework-0 .btn-toto:active {
  color: #333333 !important;
  background-color: #ffe343;
}

.framework-0 .btn-outline-toto {
  color: #333333 !important;
  border: 1px solid #ffd800;
}

.framework-0 .btn-outline-toto:hover, .framework-0 .btn-outline-toto:active {
  color: #333333 !important;
  background-color: #ffe343;
  border: none;
}

.comp-footer-list .js-accordion {
  border: 0;
}

.framework-0 .comp-footer-sub {
  margin-bottom: 16px;
}

body.is-fixed .framework-0 .headerEl {
  width: 100vw;
}

.framework-0 .global-nav {
  max-width: 100vw;
}

.framework-0 .nav-btn-name {
  line-height: 1;
}

.framework-0 a.card {
  color: #454545;
  text-decoration: none;
}

.framework-0 .card-foot a {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.framework-0 .card-foot a .ico {
  font-size: 13px;
}

/* patch */
button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.container-narrow {
  width: 100%;
  max-width: 900px;
}

.main-logo {
  display: block;
  width: 248px;
  height: 57px;
  margin: auto;
}
@media (max-width: 576px) {
  .main-logo {
    width: 184px;
    height: 42px;
  }
}

.firstview {
  background-image: url(/img/big/big-main_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@supports (background-image: url(/img/big/big-main_bg.webp)) {
  .firstview {
    background-image: url(/img/big/big-main_bg.webp);
  }
}

.firstview-box {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
}
@media (max-width: 576px) {
  .firstview-box {
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 -10px 8px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 -10px 8px 1px rgba(0, 0, 0, 0.07);
  }
}

.link-card-group {
  width: 100%;
  max-width: 786px;
}

.link-card {
  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;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-card:hover {
  background-color: #f7f7f7;
}
.link-card::before {
  content: "\ea04";
  position: absolute;
  top: 42px;
  right: 7px;
  bottom: 0;
  display: block;
  margin: auto;
  font-family: "toto-icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #454545;
  font-size: 14px;
}
@media (max-width: 768px) {
  .link-card::before {
    top: 19px;
  }
}
.link-card__head {
  padding: 0.7rem 0 0;
}
@media (max-width: 768px) {
  .link-card__head {
    padding: 0.5rem 0;
  }
}
@media (max-width: 370px) {
  .link-card__head {
    padding: 0.5rem 0;
    font-size: 13px;
  }
}
.link-card__head__icon {
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .link-card__head__icon {
    width: 40px;
    height: 40px;
  }
}
.link-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0 1rem;
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .link-card__body {
    font-size: 14px;
    background-color: #f7f7f7;
  }
}
@media (max-width: 370px) {
  .link-card__body {
    padding: 0.5rem 0;
    font-size: 13px;
  }
}
@media (max-width: 330px) {
  .link-card__body {
    font-size: 12px;
  }
}

.btn-outline-primary {
  background-color: #fff;
}

.bg-orange {
  background-color: #fff0d3;
}

.bg-light-orange {
  background-color: #fff8eb;
}

.list-asterisk-num {
  display: inline-block;
  list-style: none;
}
.list-asterisk-num > li {
  position: relative;
  padding-left: 1.8rem;
  padding-bottom: 0.5rem;
  font-size: calc(1rem - 1px);
  text-align: left;
  counter-increment: num;
}
.list-asterisk-num > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(num);
}
.list-asterisk-num > li:last-child {
  padding-bottom: 0;
}
.list-asterisk-num .list-num {
  display: inline-block;
  list-style: none;
}
.list-asterisk-num .list-num > li {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  font-size: calc(1rem - 2px);
  text-align: left;
  counter-increment: innum;
}
.list-asterisk-num .list-num > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "（" counter(innum) "）";
}
.list-asterisk-num .list-num > li:last-child {
  padding-bottom: 0;
}

.pb-half {
  padding-bottom: 4px !important;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.r-ji-decoration {
  position: relative;
}
@media (max-width: 576px) {
  .r-ji-decoration {
    padding-bottom: 10rem !important;
  }
}
.r-ji-decoration::after {
  content: "";
  position: absolute;
  right: -50%;
  bottom: 10%;
  left: 0;
  z-index: 1;
  display: block;
  width: 133px;
  height: 141px;
  margin: auto;
  background: url(/img/big/r-ji.png) no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .r-ji-decoration::after {
    right: -60%;
  }
}
@media (max-width: 768px) {
  .r-ji-decoration::after {
    right: -73%;
  }
}
@media (max-width: 576px) {
  .r-ji-decoration::after {
    right: 0;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
  }
}

.lh-narrow {
  line-height: 1.3;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.grid-3 {
  row-gap: 0;
}
@media (max-width: 768px) {
  .grid-3 {
    row-gap: 12px;
  }
}

.cta-card {
  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: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}

.cta-card-head {
  position: relative;
  display: block;
  padding-top: 2rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-card-head {
    font-size: 16px;
    padding-top: 2.6rem;
  }
}
.cta-card-head span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .cta-card-head span {
    font-size: 14px;
  }
}

.cta-card-body {
  position: relative;
  padding: 0.5rem 1rem 1rem;
}

.cta-card-head-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #454545;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 50rem;
}
.cta-card-head-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-main-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #bf0000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.cta-card-head-main-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #bf0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-sub-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.cta-card-head-sub-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.omakase-img {
  position: relative;
}
.omakase-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 251px;
  height: 204px;
  border-radius: 0 8px 0 0;
  background: url(/img/beginner/king.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .omakase-img::before {
    display: none;
  }
}
.omakase-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 283px;
  height: 176px;
  border-radius: 0 0 0 8px;
  background: url(/img/beginner/queen-jack.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .omakase-img::after {
    width: 273px;
    height: 170px;
  }
}
@media (max-width: 768px) {
  .omakase-img::after {
    display: none;
  }
}

.js-accordion-open .accordion-head__toggle-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.buy-method {
  position: relative;
}
.buy-method.js-accordion,
.buy-method .js-accordion-body__inner {
  border: 0;
}
.buy-method > .js-accordion-header {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.buy-method > .js-accordion-header::before {
  content: "";
  position: absolute;
  top: -80px;
  display: block;
  width: 100%;
  height: 79px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.buy-method.js-accordion-open > .js-accordion-header::before {
  content: "";
  display: none;
}
.buy-method .js-accordion-open-text {
  display: block;
}
.buy-method.js-accordion-open .js-accordion-open-text {
  display: none;
}
.buy-method .js-accordion-close-text {
  display: none;
}
.buy-method.js-accordion-open .js-accordion-close-text {
  display: block;
}
.buy-method > .js-accordion-body {
  height: 260px;
}

.method-flow {
  list-style: none;
}
.method-flow > li {
  position: relative;
}
.method-flow > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 27px;
  height: 32px;
  margin: auto;
  background: url(/img/big/polygon.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .method-flow > li::after {
    top: -22px;
    width: 20px;
    height: 25px;
  }
}
@media (max-width: 576px) {
  .method-flow > li::after {
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.method-flow > li:last-child {
  padding-bottom: 0;
}
.method-flow > li:last-child::after {
  content: none;
}

.method-flow__item {
  display: block;
  width: 100%;
  text-align: center;
  background: url(/img/big/union.svg) no-repeat;
  background-position: center;
  background-size: contain;
  counter-increment: num;
}
.method-flow__item .method-flow__title {
  position: relative;
  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;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.method-flow__item .method-flow__title::before {
  content: counter(num);
  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: 32px;
  height: 32px;
  margin-right: 0.5rem;
  border-radius: 50rem;
  background-color: #000000;
  font-weight: bold;
  color: #ffffff;
}

.method-flow__img {
  width: auto;
  height: 70px;
}

.buy-detail-title {
  position: relative;
}
.buy-detail-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #bf0000;
}

.buy-flow {
  display: inline-block;
  list-style: none;
}
.buy-flow > li {
  position: relative;
  padding-left: 44px;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  text-align: left;
  counter-increment: flow-num;
}
.buy-flow > li::before {
  content: counter(flow-num);
  position: absolute;
  top: -4px;
  left: 0;
  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: 34px;
  height: 34px;
  border-radius: 50rem;
  background-color: #000000;
  font-weight: bold;
  color: #ffffff;
}
.buy-flow > li:last-child {
  padding-bottom: 0;
}

.kuji-kind-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  min-width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  padding: 1rem 2rem 1rem 1rem;
  cursor: pointer;
}
.kuji-kind-btn::before {
  content: "\ea04";
  position: absolute;
  top: 6px;
  right: 14px;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  font-family: "toto-icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #454545;
  font-size: 14px;
}
@media (max-width: 992px) {
  .kuji-kind-btn::before {
    top: 7px;
    right: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.kuji-kind-btn:hover {
  background-color: #fafafa;
  border: solid 1px #fafafa;
}
@media (max-width: 992px) {
  .kuji-kind-btn {
    min-width: 100%;
    font-size: 14px;
  }
}

.js-kinds {
  position: relative;
}

.js-kind-open .kuji-kind-btn {
  border: solid 1px #bf0000;
}
.js-kind-open .kuji-kind-btn::before {
  color: #bf0000;
}
@media (max-width: 992px) {
  .js-kind-open .kuji-kind-btn::before {
    top: 0;
    right: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.js-kind-open .js-kind-header::after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  height: 0;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
@media (max-width: 992px) {
  .js-kind-open .js-kind-header::after {
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -26px;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0);
  }
}
.js-kind-open .js-kind-body {
  display: block !important;
}

.js-kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 992px) {
  .js-kind {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.js-kind-header {
  position: relative;
  cursor: pointer;
}

.js-kind-body {
  display: none;
  width: 100%;
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .js-kind-body {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.js-kind-body__inner {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07) !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .js-kind-body__inner {
    position: relative;
  }
}

.list-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 992px) {
  .list-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.list-table th {
  white-space: nowrap;
  padding: 8px;
  border: solid 1px #efefef;
  font-size: 14px;
  background-color: #f7f7f7;
}

.list-table td {
  padding: 8px;
  border: solid 1px #efefef;
  font-size: 14px;
}
.list-table td table {
  width: 100%;
}
.list-table td td {
  padding: 0;
  border: none;
}