@charset "UTF-8";
#wrapper {
  overflow: clip;
}

.cl_tab button.active {
  background: #333;
  color: #fff;
}

#kachi {
  background: url(../images/kachi_bk.png);
  background-size: cover;
  padding: 5rem 0;
}
#kachi::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  pointer-events: none;
  top: 18rem;
  background-image: linear-gradient(to right, #FFF 0.1rem, transparent 0.1rem), linear-gradient(to bottom, #FFF 0.1rem, transparent 0.1rem);
  background-size: 5rem 5rem;
}
#kachi .star {
  position: absolute;
  width: 151.8rem;
  pointer-events: none;
  top: -6rem;
  left: -3rem;
}

.kachi_top {
  width: 172rem;
  margin: 0 auto 5rem auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}
.kachi_top .boat {
  width: 48rem;
  position: absolute;
  bottom: -12rem;
  z-index: 1;
  left: -6rem;
}
.kachi_top h2 {
  background: url(../images/kachi_h2_border.svg) right top no-repeat;
  background-size: auto 32rem;
  padding-right: 5rem;
}
.kachi_top h2 img {
  position: relative;
  top: -1rem;
  width: 62rem;
}
.kachi_top .right {
  width: 94rem;
  padding-top: 3rem;
}
.kachi_top .lead {
  font-size: 2.2rem;
  font-weight: 900;
}
.kachi_top .cl_tab {
  display: flex;
  width: 59rem;
  position: absolute;
  padding-left: 35rem;
  top: 14rem;
}
.kachi_top .cl_tab button {
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  background: conic-gradient(from 45deg, #FF6969, #3000F1);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 4.5rem;
  border: 0.3rem solid #FFF;
}
.kachi_top .cl_tab button p:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
}
.kachi_top .cl_tab button p:nth-child(2) {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2em;
  width: 17rem;
  border-top: 0.1rem solid #FFF;
  padding-top: 1.5rem;
}
.kachi_top .cl_tab button:hover {
  transform: scale(1.05);
}
.kachi_top .cl_tab button.active {
  transform: scale(1.2) translateY(2rem);
  border: 1rem solid #FFF;
}
.kachi_top .cl_tab {
  width: 100%;
  background: url(../images/kachi_cl_mida.svg) 0rem 7rem no-repeat;
  background-size: 94rem auto;
}

.cl_wrap {
  width: 172rem;
  margin: 0 auto;
  border-radius: 3rem 0 3rem 0;
  border: 0.5rem solid #FFF;
  overflow: hidden;
  padding-bottom: 5rem;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}
.cl_wrap .mida {
  background: rgba(255, 255, 255, 0.6);
  padding: 4rem 0rem 2.6rem 7rem;
  width: 100%;
  display: flex;
  font-size: 6.4rem;
  border-bottom: 0.5rem solid #FFF;
  color: #4314F4;
  line-height: 8rem;
}
.cl_wrap .mida span {
  font-weight: 900;
}
.cl_wrap .mida .vol {
  display: block;
  background: conic-gradient(from 90deg, #FF6969, #3000F1);
  border-radius: 0.5rem 0 0.5rem 0;
  width: 20rem;
  position: relative;
  color: #FFF;
  text-align: center;
  line-height: 8rem;
  font-size: 5rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  border: 0.5rem solid #FFF;
  border-radius: 3rem 0 3rem 0;
  margin-right: 3rem;
  filter: drop-shadow(0 0.5rem 0 rgba(0, 0, 0, 0.16));
}

.vol_wrap {
  padding: 2.5rem 7rem 0 7rem;
}
.vol_wrap .text {
  margin-bottom: 4rem;
}
.vol_wrap .text .txt_mida {
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.vol_wrap .text p {
  width: 116rem;
  font-size: 2rem;
}
.vol_wrap .d_mida {
  color: #4314F4;
  border: solid #4314F4 0.1rem;
  width: 100%;
  line-height: 7rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.data .right {
  width: 63rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#vol1 .data1 {
  width: 90rem;
}
#vol1 .data1 table {
  width: 100%;
}
#vol1 .data1 th, #vol1 .data1 td {
  text-align: center;
  vertical-align: middle;
}
#vol1 .data1 th {
  background: #1F0092;
  color: #FFF;
  font-size: 1.6rem;
  border-right: 0.1rem solid #b7a6f4;
  height: 4.5rem;
}
#vol1 .data1 td {
  height: 5.36rem;
  border-right: 0.1rem solid #b7a6f4;
  font-size: 2rem;
}
#vol1 .data1 td:nth-child(2) {
  font-weight: 900;
  font-size: 2.6rem;
}
#vol1 .data1 td:nth-child(2) span {
  font-size: 2rem;
  font-weight: 400;
  margin-right: 1.5rem;
}
#vol1 .data1 th:last-child,
#vol1 .data1 td:last-child {
  border-right: none;
}
#vol1 .data1 td img {
  width: 3.5rem;
}
#vol1 .data1 td:nth-child(6) span {
  width: 1rem;
  height: 0.5rem;
  background: #000;
  display: inline-block;
  position: relative;
  top: -0.8rem;
  margin: 0 0.3rem;
}
#vol1 .data1 tr:nth-child(even) td {
  background: #FFF;
}
#vol1 .data1 tr:nth-child(odd) td {
  background: #F6F6F6;
}

#vol2 .data1 .txt .tit {
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.data2 {
  width: 30rem;
}
.data2 .dat {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1em;
}
.data2 .dat .kai {
  font-weight: 500;
  font-size: 4rem;
}
.data2 .dat .pink {
  color: #FE696A;
}

.data3 img {
  width: 100%;
}

#vol1 .text {
  position: relative;
}
#vol1 .text img {
  position: absolute;
  width: 39rem;
  right: 0;
  top: -38rem;
}

#vol2 .text {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
#vol2 .vol2_tab {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: baseline;
}
#vol2 .vol2_tab button {
  width: 17rem;
  line-height: 1.2em;
  height: 6.4rem;
  font-size: 2.4rem;
  border: none;
  color: #FFF;
  font-weight: 900;
  border-radius: none;
  position: relative;
  cursor: pointer;
}
#vol2 .vol2_tab button:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#vol2 .vol2_tab button.active {
  color: #FFFF3C;
  font-size: 3rem;
  height: 8rem;
}
#vol2 .vol2_tab button.active:before {
  display: none;
}
#vol2 .vol2_tab button:nth-child(1) {
  background: #4314F4;
}
#vol2 .vol2_tab button:nth-child(2) {
  background: #5C16D4;
}
#vol2 .vol2_tab button:nth-child(3) {
  background: #9232B1;
}
#vol2 .vol2_tab button:nth-child(4) {
  background: #CA4E8B;
}
#vol2 .vol2_tab button:nth-child(5) {
  background: #FA676D;
}
#vol2 .data1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#vol2 .data1 .hyo {
  width: 88rem;
}
#vol2 .data1 .txt {
  width: 62rem;
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: 500;
  padding-top: 5rem;
  position: relative;
}
#vol2 .data1 .txt p {
  position: relative;
  z-index: 1;
}
#vol2 .data1 .txt img {
  position: absolute;
  width: 39rem;
  right: 0;
  bottom: 0;
  display: none;
}
#vol2 .data1 table {
  width: 100%;
}
#vol2 .data1 th, #vol2 .data1 td {
  text-align: center;
  vertical-align: middle;
}
#vol2 .data1 th {
  background: #1F0092;
  color: #FFF;
  font-size: 1.6rem;
  border-right: 0.1rem solid #b7a6f4;
  height: 4.5rem;
  line-height: 1.2em;
}
#vol2 .data1 td {
  height: 5.36rem;
  border-right: 0.1rem solid #b7a6f4;
  font-size: 2rem;
}
#vol2 .data1 td:nth-child(2) {
  font-weight: 900;
  font-size: 2.6rem;
}
#vol2 .data1 td:nth-child(2) span {
  font-size: 2rem;
  font-weight: 400;
  margin-right: 1.5rem;
}
#vol2 .data1 th:last-child,
#vol2 .data1 td:last-child {
  border-right: none;
}
#vol2 .data1 td:last-child .j {
  color: #005eff;
}
#vol2 .data1 td:last-child .y {
  color: #EB0000;
}
#vol2 .data1 td:last-child .ja {
  font-size: 0.8em;
  position: relative;
  top: -0.2rem;
}
#vol2 .data1 td:last-child {
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  text-align: left;
  text-indent: 1em;
}
#vol2 .data1 td img {
  width: 3.5rem;
}
#vol2 .data1 td:nth-child(6) span {
  width: 1rem;
  height: 0.5rem;
  background: #000;
  display: inline-block;
  position: relative;
  top: -0.8rem;
  margin: 0 0.3rem;
}
#vol2 .data1 tr:nth-child(even) td {
  background: #FFF;
}
#vol2 .data1 tr:nth-child(odd) td {
  background: #F6F6F6;
}

.pick {
  border-top: 0.3rem solid #FFF;
  margin-top: 4rem;
  padding-top: 2rem;
}
.pick h3 {
  margin-bottom: 1rem;
}
.pick h3 img {
  width: 58rem;
}
.pick section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.pick section .prof {
  width: 62rem;
  background: #ED616A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem 0 4rem 0;
  filter: drop-shadow(0 0.3rem 0 rgba(0, 0, 0, 0.16));
}
.pick section .prof img {
  width: 54rem;
}
.pick section .text {
  width: 48rem;
  margin-bottom: none;
}
.pick section .text .pick_mida {
  font-size: 3.4rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1rem;
}
.pick section .text p {
  width: 100%;
  text-align: left;
}
.pick section:nth-child(2) .prof {
  background: #ED61BD;
}
.pick .marugame h4 {
  line-height: 4.6rem;
  font-weight: 900;
  font-size: 3rem;
  width: 100%;
  margin-bottom: 2rem;
}
.pick .marugame h4 span {
  font-size: 2rem;
}
.pick .marugame h4 i {
  display: block;
  width: 4.4rem;
  height: 4.2rem;
  background: url(../images/dream_star.png);
  background-size: contain;
  position: relative;
  top: 0.7rem;
  margin-right: 0.5rem;
  display: inline-block;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(230, 0, 99, 0.75));
}
.pick .marugame {
  background: url(../images/dream_marugame_arrow.svg) right center no-repeat;
  background-size: auto 100%;
  padding-right: 5rem;
}
.pick .marugame ul {
  width: 35rem;
}
.pick .marugame ul li {
  border-radius: 1rem;
  height: 8rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  padding-left: 10rem;
  flex-direction: column;
  background-size: 6rem !important;
}
.pick .marugame ul li p.date {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  font-style: italic;
  color: #FC4276;
}
.pick .marugame ul li p.kekka {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 900;
}
.pick .marugame ul li p.kekka span.j {
  color: #005eff;
}
.pick .marugame ul li p.kekka span.y {
  color: #EB0000;
}
.pick .marugame ul li p.kekka span.ja {
  font-size: 0.8em;
  position: relative;
  top: -0.2rem;
}
.pick .marugame ul li p.kekka span.ja {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  top: -0.2rem;
  font-weight: 900;
}
.pick .marugame ul li.ip {
  background: url(../images/dre_grade_ip.svg) #FFF left 2rem center no-repeat;
}
.pick .marugame ul li.sg {
  background: url(../images/dre_grade_sg.svg) #FFF left 2rem center no-repeat;
}
.pick .marugame ul li.g1 {
  background: url(../images/dre_grade_g1.svg) #FFF left 2rem center no-repeat;
}
.pick .marugame ul li.g2 {
  background: url(../images/dre_grade_g2.svg) #FFF left 2rem center no-repeat;
}
.pick .marugame ul li.g3 {
  background: url(../images/dre_grade_g3.svg) #FFF left 2rem center no-repeat;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
}

.come {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.come .j {
  color: #005eff;
}
.come .y {
  color: #EB0000;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media (max-width: 750px) {
  #kachi {
    overflow: hidden;
  }
  .kachi_top h2 {
    background: none;
    padding: 0;
    text-align: center;
    margin-bottom: 8rem;
  }
  .kachi_top {
    display: block;
    width: 100%;
    bottom: -2rem;
  }
  .kachi_top .lead {
    font-size: 2.6rem;
    padding: 0 3.5rem;
    margin-bottom: 2rem;
  }
  .kachi_top .cl_tab {
    padding: 0;
    justify-content: center;
    background: none;
    position: relative;
    top: 0;
  }
  .kachi_top .cl_tab button {
    margin: 0 2rem;
  }
  .kachi_top .right {
    width: 100%;
    padding: 0;
  }
  .kachi_top .boat {
    bottom: auto;
    top: 23rem;
    left: 1rem;
  }
  .kachi_top .cl_tab button p:nth-child(2) {
    font-size: 2.2rem;
  }
  .kachi_top .cl_tab button p:nth-child(1) {
    font-size: 5rem;
  }
  .cl_wrap {
    width: 100%;
  }
  .cl_wrap .mida {
    font-size: 5.2rem;
    padding: 4rem 0rem 2.6rem 3.5rem;
  }
  .cl_wrap .mida .vol {
    font-size: 3.8rem;
    width: 13.4rem;
  }
  .vol_wrap {
    padding: 2.5rem 3.5rem 0 3.5rem;
  }
  .vol_wrap .text .txt_mida {
    font-size: 5rem;
  }
  .vol_wrap .text p {
    width: 100%;
    font-size: 2.6rem;
  }
  #vol1 .text img {
    display: none;
  }
  #vol1 .data1 {
    width: 100%;
  }
  .data {
    display: block;
  }
  #vol1 .data1 .scroll {
    overflow-x: scroll;
    position: relative;
    left: -3rem;
    width: 73rem;
  }
  #vol1 .data1 table {
    width: 122rem;
  }
  #vol1 .data1 {
    margin-bottom: 3rem;
  }
  .data2 {
    margin-bottom: 3rem;
  }
  .cl_wrap .mida {
    font-size: 4.4rem;
  }
  .cl_wrap #vol2 .mida p {
    line-height: 1em;
  }
  #vol2 .text {
    text-align: left;
    font-size: 2.4rem;
  }
  #vol2 .data1 .hyo {
    width: 75rem;
    position: relative;
    left: -3.5rem;
    margin-bottom: 3rem;
  }
  #vol2 .data1 .txt img {
    display: none;
  }
  #vol2 .data1 .txt {
    font-size: 2.4rem;
    padding: 0;
  }
  #vol2 .data1 .txt {
    width: 100%;
  }
  #vol1 .data1 th,
  #vol2 .data1 th {
    height: 6rem;
    font-size: 2.6rem;
  }
  #vol1 .data1 td,
  #vol2 .data1 td {
    height: 7rem;
  }
  #vol1 .data1 td,
  #vol2 .data1 td {
    font-size: 2.4rem;
  }
  #vol1 .data1 td img {
    width: 4.5rem;
  }
  #vol1 .data1 td:nth-child(2) span,
  #vol2 .data1 td:nth-child(2) span {
    font-size: 2.8rem;
  }
  #vol2 .data1 td:nth-child(2),
  #vol1 .data1 td:nth-child(2) {
    font-size: 3.2rem;
  }
  #vol1 .data1 td:nth-child(6) span {
    margin: 0 0.8rem;
    top: -1rem;
  }
  #vol2 .vol2_tab button.active {
    height: 11rem;
  }
  #vol2 .vol2_tab button {
    height: 9rem;
    width: 14.5rem;
  }
  .pick section {
    display: block;
  }
  .pick section .prof {
    width: 100%;
    height: 34rem;
    margin-bottom: 3rem;
  }
  .pick h3 {
    text-align: center;
  }
  #vol2 .pick .swiper {
    width: 75rem;
    position: relative;
    left: -3.5rem;
  }
  .pick section {
    width: 62rem;
  }
  .pick section .text {
    width: 100%;
  }
  .pick .marugame ul li p.kekka span.ja {
    font-size: 3rem;
  }
  .marugame ul {
    width: 58rem;
  }
  .marugame {
    padding-right: 5rem;
  }
  .marugame ul li p.kekka {
    font-size: 4.8rem;
  }
  .marugame ul li p.kekka span.ja {
    font-size: 3.5rem;
    top: -0.5rem;
  }
  .marugame ul li p.date {
    line-height: 1em;
  }
  p.ja.small {
    font-size: 6.8rem;
  }
  .pick .marugame h4 {
    font-size: 4rem;
  }
  .pick .marugame ul li {
    height: 10rem;
  }
  .pick .marugame ul {
    width: 58rem;
  }
  .pick .marugame ul li p.kekka {
    font-size: 4rem;
  }
  #vol2 .pick section.swiper-slide-active .text,
  #vol2 .pick section.swiper-slide-active .marugame {
    opacity: 1;
    transform: translateY(0rem);
    transition: 1s;
  }
  #vol2 .pick section:not(.swiper-slide-active) .text,
  #vol2 .pick section:not(.swiper-slide-active) .marugame {
    opacity: 0;
    transform: translateY(1rem);
    transition: 1s;
  }
  #vol2 .data1 td:last-child {
    text-indent: 1rem;
  }
  .come {
    font-size: 2rem;
    padding-left: 1rem;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  .pc_no {
    display: none !important;
  }
  .spSwiper .swiper-wrapper {
    display: block !important;
  }
}/*# sourceMappingURL=kachi-pattern.css.map */