@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
/*-----------------------------------

toto.scss

------------------------------------*/
/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}
.txt__blue {
  color: #59acd8;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

#main .btn {
  display: inline-block;
  position: relative;
  padding: 1em 0;
  color: #FFF;
  font-size: 4vw;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  padding-right: 3%;
  box-sizing: border-box;
  line-height: 1;
  width: 70%;
}
#main .btn::after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f125";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4vw;
  font-weight: 900;
}
#main .btn__close {
  top: 0;
  right: 0;
}
#main .btn__close:after {
  font-size: 3rem;
  font-size: 30px;
}
#main .btn__favorit {
  padding: 0;
  width: 80%;
  line-height: 40px;
  height: 40px;
  font-size: 1.4rem;
  font-size: 14px;
  display: block;
}

#topArea .btn {
  padding: 0;
  background: none;
}
#topArea .btn:after {
  content: none;
}

.sec {
  text-align: center;
}
.sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

.sec__white {
  background: #FFF;
}

.sec__inner__gray.left:before {
  left: 10%;
}
.sec__inner__gray.right:before {
  right: 10%;
}
.sec__inner__gray:before {
  background: #787878;
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: -80px;
  z-index: 0;
  padding-bottom: 20px;
}

body.toto.edit #main, body.toto.purchase #main {
  padding-top: 0;
}
body.toto.edit .container, body.toto.purchase .container {
  background: #000;
  padding: 0;
}

.totoenjoyArea {
  padding: 10px;
}
.totoenjoyArea .secondPageTitl {
  background: #eee;
  margin-bottom: 10px;
}
.totoenjoyArea .secondPageTitl h2 {
  color: #000;
}

.totoenjoyKv > p {
  font-size: inherit;
  line-height: 1.5;
}
.totoenjoyKv img {
  width: 100%;
}

#pageTopBtn {
  bottom: 90px;
}

#floating .totofloating__wrap {
  display: inherit;
}
#floating .totofloating__wrap a {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.totoenjoyAnkr {
  margin: 15px 0 30px;
}
.totoenjoyAnkr__list a {
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 3vw;
}

.totoenjoyHowto__mokuji {
  padding: 15px;
}
.totoenjoyHowto__title {
  margin: 30px 0 10px;
  font-size: 1.6rem;
  font-size: 16px;
}
#main .totoenjoyHowto__btn {
  padding: 0;
  width: 80%;
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 1.4rem;
  font-size: 14px;
}
#main .totoenjoyHowto__btn:after {
  font-size: 1.5rem;
  font-size: 15px;
}

.totowhatArea__wrap--con {
  border: 1px solid #e0e0e0;
}
.totowhatArea__wrap--title {
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.totowhatArea__wrap--txt {
  font-size: 3.25vw;
  line-height: 1.65;
  padding: 10px;
  background: #f6f6f6;
}

.totohowArea__pattern__ttl {
  border: 1px solid #000;
  font-size: 1.4rem;
  font-size: 14px;
}
.totohowArea__pattern__ttl i {
  font-size: 2rem;
  font-size: 20px;
  margin: 0 3px;
}
.totohowArea__pattern__wrap {
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 10px;
  background: #f6f6f6;
}
.totohowArea__pattern .ttl {
  font-size: 1.4rem;
  font-size: 14px;
  margin-bottom: 5px;
}
.totohowArea__pattern ul li {
  margin-bottom: 3px;
}
.totohowArea__pattern ul li p {
  font-size: 1.3rem;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  padding: 5px 0;
}

.totosubjectArea ul {
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  padding: 15px 15px 0;
}
.totosubjectArea ul li {
  line-height: 1;
}

.totooddsArea__img {
  margin-top: 10px;
}
.totooddsArea__img img {
  width: 100%;
}

.totoenjoyEligible .select {
  width: 100%;
  margin: 20px 0;
  font-size: inherit;
}
.totoenjoyEligible select {
  padding: 0;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  font-size: 12px;
}
.totoenjoyEligible__matchtitle {
  padding: 10px 50px 10px 10px;
}
.totoenjoyEligible__matchtitle:after {
  font-size: 2rem;
  font-size: 20px;
  width: 35px;
}
.totoenjoyEligible__matchtitle--wrap {
  width: calc(100% - 115px);
  flex-wrap: nowrap;
  justify-content: left;
}
.totoenjoyEligible__matchtitle--wrap .left, .totoenjoyEligible__matchtitle--wrap .right, .totoenjoyEligible__matchtitle--wrap .center {
  width: 30%;
  text-align: center;
}
.totoenjoyEligible__matchtitle--wrap .left .embM, .totoenjoyEligible__matchtitle--wrap .right .embM, .totoenjoyEligible__matchtitle--wrap .center .embM {
  margin-right: 0;
}
.totoenjoyEligible__matchtitle--wrap .left .name, .totoenjoyEligible__matchtitle--wrap .right .name, .totoenjoyEligible__matchtitle--wrap .center .name {
  font-size: 1rem;
  font-size: 10px;
  display: block;
  line-height: 1;
}
.totoenjoyEligible__matchtitle--wrap .center {
  width: 20%;
  margin: 0 5px;
  font-size: 1.5rem;
  font-size: 15px;
}
.toto .totoenjoyEligible__matchtitle--btn img {
  height: 23px;
  vertical-align: middle;
}
#main .totoenjoyEligible__matchtitle--btn {
  width: 115px;
  margin: 0;
  padding: 5px 10px 5px 0;
  background: #d6e7f0;
  color: #000;
  font-size: 1rem;
  font-size: 10px;
}
#main .totoenjoyEligible__matchtitle--btn span {
  font-size: 1rem;
  font-size: 10px;
}
#main .totoenjoyEligible__matchtitle--btn:after {
  font-size: 1rem;
  font-size: 10px;
  color: #06c;
  right: 5px;
}
.totoenjoyEligible__list + .totoenjoyEligible__list {
  margin-top: 5px;
}
.totoenjoyEligible__list .matchWinnerArea .winnerAnkr .accordionList {
  padding: 0;
}
.totoenjoyEligible__list .winnerTopics__list {
  padding: 0;
}
.totoenjoyEligible__list .winnerAnkr__list {
  margin-top: 10px;
}
.totoenjoyEligible__list .matchWinnerArea {
  padding: 10px;
}
.totoenjoyEligible__list .btn__winner {
  width: 100%;
}

.banattention {
  border: 1px solid #e0e0e0;
}
.banattention img {
  width: 50px;
  height: auto;
}
.banattention p {
  width: calc(100% - 60px);
  font-size: 3.25vw;
}

/* ==========================================================================
   購入サイト選択
========================================================================== */
.siteselectArea .sec__inner980 {
  margin: 30px auto;
  text-align: center;
  padding: 60px 5% 40px;
}
.siteselectArea__ttl {
  line-height: 1.3;
  font-size: 5.5vw;
  margin-bottom: 10px;
}
.siteselectArea__ttl span {
  margin-top: 10px;
  font-size: 1.4rem;
  font-size: 14px;
}
.siteselectArea__sitewrap {
  display: block;
  width: 100%;
  margin: 50px auto;
}
.siteselectArea__sitewrap li {
  width: 100%;
  margin-bottom: 10px;
}
.siteselectArea__sitewrap li:after {
  width: 11vw;
  left: 5%;
}
.siteselectArea__sitewrap li a, .siteselectArea__sitewrap li label, .siteselectArea__sitewrap li button {
  padding: 0 5%;
  height: 25vw;
  font-weight: bold;
}
.siteselectArea__sitewrap li a .img, .siteselectArea__sitewrap li label .img, .siteselectArea__sitewrap li button .img {
  padding-left: 0;
  width: 40%;
}
.siteselectArea__sitewrap li a .name, .siteselectArea__sitewrap li label .name, .siteselectArea__sitewrap li button .name {
  width: 60%;
  font-size: 3.5vw;
  text-align: left;
  display: block;
  line-height: 1.5;
}
body.edit .siteselectArea__sitewrap li a .name, body.edit .siteselectArea__sitewrap li label .name, body.edit .siteselectArea__sitewrap li button .name {
  width: auto;
}
.siteselectArea__sitewrap li a .name br, .siteselectArea__sitewrap li label .name br, .siteselectArea__sitewrap li button .name br {
  display: block;
}
.siteselectArea__sitewrap li a .name img, .siteselectArea__sitewrap li label .name img, .siteselectArea__sitewrap li button .name img {
  margin: 0;
  height: 5vw;
  vertical-align: middle;
}
.siteselectArea__sitewrap li a .name.txt__center, .siteselectArea__sitewrap li label .name.txt__center, .siteselectArea__sitewrap li button .name.txt__center {
  text-align: center !important;
}
.siteselectArea__sitewrap li a:after, .siteselectArea__sitewrap li label:after, .siteselectArea__sitewrap li button:after {
  right: 5%;
  font-size: 4vw;
}
.siteselectArea__sitewrap li:last-child a {
  justify-content: center;
}
.siteselectArea__sitewrap li:last-child a br {
  display: none;
}
.siteselectArea__sitewrap li:last-child a .img {
  display: none;
}
.siteselectArea__sitewrap li:last-child a .name {
  width: 100%;
  padding-left: 0;
}
.siteselectArea__sitewrap li label:hover {
  border: 2px solid #000;
}
.siteselectArea__sitewrap li label:hover .name {
  color: #000;
}
#main .siteselectArea .btn {
  font-size: 3.5vw;
  border-radius: 0;
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
}
#main .siteselectArea .btn + .btn {
  margin-top: 10px;
}
body.edit #main .siteselectArea .btn__red {
  padding-right: 0;
}
body.edit #main .siteselectArea .btn__red:after {
  content: none;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: none !important;
}

.spDISP {
  display: block !important;
}

.mfp-bg {
  opacity: 0.95;
}

.snsBtnWrap {
  height: 50px;
  background: #FFF;
}

.bottomArea .snsNav li a:before {
  line-height: 1;
}

.specialArea {
  background: #FFF;
}

.floatingBnr {
  z-index: 1111111111111111200;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

.fade-up,
.fade-from-left,
.fade-from-right,
.fade-here {
  transition: opacity 0.7s;
  transition: transform 1s;
}