#mahjong img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
#mahjong .bodyarea {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
#mahjong .pcOnly {
  display: block;
}
#mahjong .spOnly {
  display: none;
}
/*-- g-nav --*/
#mahjong #g-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #222;
  margin: 0 auto 16px;
}
#mahjong #g-nav .g-nav-menu {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 0;
}
#mahjong #g-nav .g-nav-menu li {
  background-color: #3d3939;
  margin-right: 8px;
  text-align: center;
  border: 1px solid #e9e3af;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.8));
}
#mahjong #g-nav .g-nav-menu li:nth-of-type(1) {
  width: 240px;
}
#mahjong #g-nav .g-nav-menu li:nth-of-type(2) {
  width: 248px;
}
#mahjong #g-nav .g-nav-menu li:nth-of-type(3) {
  width: 366px;
}
#mahjong #g-nav .g-nav-menu li:nth-of-type(4) {
  width: 278px;
  background-color: #b81b2c;
  margin-right: 0;
}
#mahjong #g-nav .g-nav-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: "heisei-mincho-stdn", serif;
  font-size: 1.9rem;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
}
#mahjong #g-nav .g-nav-menu li:hover {
  opacity: 0.8;
}
/*----- Main Contents -------------------------------------*/
#mahjong .inner {
  max-width: 1160px;
  margin: 0 auto;
}
.bodyarea #mahjong p, .bodyarea #mahjong li, .bodyarea #mahjong dt, .bodyarea #mahjong dd {
  font-size: 1.6rem;
}
#mahjong p {
  line-height: 1.5;
}
#mahjong section.sec_h2 {
  padding-bottom: 90px;
}
#mahjong section.sec_h3 {
  background-color: #fff;
}
#mahjong h1 {
  margin: 0;
}
#mahjong h2 {
  font-family: "heisei-mincho-stdn", serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3rem;
  padding: 60px 0 50px;
  position: relative;
  z-index: 2;
}
#mahjong #flow h2 {
  font-size: 3.4rem;
  padding: 65px 0 50px;
  letter-spacing: 0.1rem;
}
#mahjong h2 span.pcOnly {
  display: inline;
}
#mahjong h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/mj_h2_bg.png") no-repeat center;
  width: 983px;
  height: 108px;
  top: 94px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
#mahjong section.sec_h2 {
  padding-bottom: 60px;
}
#mahjong h3 {
  color: #333;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 50px auto 0;
  padding: 10px 0 30px;
}
#mahjong small {
  font-size: 1.4rem;
}
#mahjong .big {
  font-size: 120%;
}
#mahjong strong, #mahjong .bold {
  font-weight: bold;
}
#mahjong .red {
  color: #f62c2c;
}
#mahjong .underLine {
  text-decoration: underline;
  margin-bottom: 7px;
}
#mahjong .bg_black {
  background-color: #000;
}
#mahjong a:hover, #mahjong .btn02 a img:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#mahjong .flex_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.footer_bgInner {
  font-size: 1.4rem;
}
/*----- mv_area -------------------------------------*/
#mahjong .carousel-item img {
  max-width: 100%;
}
#mahjong #fv_slider {
  width: 100%;
  background-color: #182c4c;
}
#mahjong .carousel {
  max-width: 1160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*  opacity: 0;*/
  transition: opacity 0.3s;
}
#mahjong .slick-slide {
  width: 100%;
}
#mahjong .slick-slide img {
  width: 100%;
  margin: 0 auto;
}
#mahjong .carousel.slick-initialized {
  opacity: 1
}
/*#mahjong #fv_slider .slick-slide:not(.slick-current) {
  opacity: 0.5;
}*/
#mahjong .carousel .slick-prev:before, #mahjong .carousel .slick-next:before, #mahjong .carousel02 .slick-prev:before, #mahjong .carousel02 .slick-next:before {
  content: none;
  z-index: 2;
}
#mahjong .carousel .slick-prev, #mahjong .carousel .slick-next, #mahjong .carousel02 .slick-prev, #mahjong .carousel02 .slick-next {
  width: 36px;
  height: 56px;
  top: 48%;
  z-index: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#mahjong .carousel .slick-prev, #mahjong .carousel .slick-next, #mahjong .carousel .slick-dots li button {
  opacity: 0.8;
}
#mahjong .carousel .slick-prev, #mahjong .carousel02 .slick-prev {
  left: 1%;
  background-image: url("../images/slider_ic01.png");
}
#mahjong .carousel .slick-next, #mahjong .carousel02 .slick-next {
  right: 1%;
  background-image: url("../images/slider_ic02.png");
}
#mahjong .carousel .slick-dots {
  bottom: 0;
}
#mahjong .carousel .slick-dots li {
  margin: 0;
}
#mahjong .carousel .slick-dots li button:before, #mahjong .carousel02 .slick-dots li button:before {
  font-size: 2.0rem;
  color: #ebf6f3;
}
#mahjong .carousel .slick-dots li.slick-active button:before, #mahjong .carousel02 .slick-dots li.slick-active button:before {
  color: #1f6d7a;
}
#mahjong .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/*-- carousel --*/
#mahjong .carousel {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
#mahjong .slick-slide {
  width: 100%;
}
#mahjong .slick-slide img {
  width: 100%;
  margin: 0 auto;
}
#mahjong .carousel.slick-initialized {
  opacity: 1
}
#mahjong .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
#mahjong .carousel .slick-prev:before, #mahjong .carousel .slick-next:before {
  content: none;
}
#mahjong .carousel .slick-prev, #mahjong .carousel .slick-next {
  width: 14px;
  height: 31px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#mahjong .carousel .slick-prev, #mahjong .carousel .slick-next, #mahjong .carousel .slick-dots li button {
  opacity: 0.8;
}
#mahjong .carousel .slick-prev {
  left: -2%;
  background-image: url("../images/ic_arrow.png");
}
#mahjong .carousel .slick-next {
  right: -2%;
  background-image: url("../images/ic_arrow.png");
  transform: scale(-1, 1);
}
#mahjong .carousel .slick-dots {
  bottom: 15px;
}
#mahjong .carousel .slick-dots li {
  margin: 0;
}
#mahjong .carousel .slick-dots li button:before {
  color: #ebf6f3;
}

#mahjong .carousel .slick-dots li.slick-active button:before {
  color: #1f6d7a;
}
#mahjong .carousel-item .pcOnly, #mahjong .carousel-item .spOnly {
  text-align: center;
  background: #182c4c;
}
/*-- cpbnr_area --*/
#mahjong .cpbnr_area {
  background-color: #262522;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
}
#mahjong .cpbnr_area a {
  max-width: 980px;
}
#mahjong .cpbnr_area a img {
  margin: 0 auto;
  text-align: center;
}
#mahjong .cpbnr_area a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s ease;
}
/*-- app_area --*/
#mahjong .app_area .gray_bg {
  background-color: #f3f0ee;
  padding: 50px 0 10px;
}
#mahjong .app_area_ttl {
  position: relative;
  display: table;
  padding: 0 90px;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
}
#mahjong .app_area_ttl::before, #mahjong .app_area_ttl::after {
  content: "";
  position: absolute;
  top: 75%;
  display: inline-block;
  width: 90px;
  height: 3px;
  background: #a7a7a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 10px;
}
#mahjong .app_area_ttl::before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mahjong .app_area_ttl::after {
  right: 0;
}
#mahjong .app_area_ttl .red {
  font-size: 120%;
  padding-right: 0.1em;
  padding-left: 0.25em;
}
#mahjong .app_area_ttl .red > .small {
  font-size: smaller;
  padding: 0 0.1em;
}
#mahjong .app_area h3 {
  font-size: 3rem;
  margin: 0 auto;
  display: table;
}
#mahjong .app_area h3 span.anno {
  font-size: 55%;
  letter-spacing: 0;
  padding-left: 1em;
}
#mahjong .app_area h3 span.anno_mcp {
  display: block;
  font-size: 60%;
}
#mahjong .app_area .inner {
  max-width: 1160px;
  text-align: center;
  margin: 0 auto 20px;
}
/*-- btn --*/
#mahjong .app_area .inner .btn03 {
  width: 384px;
  margin: 10px auto 30px;
}
#mahjong .app_area .inner .btn03 a {
  width: auto;
  display: block;
  padding: 9px;
  margin: 0 30px 0;
  color: #fff;
  font-family: "heisei-mincho-stdn", serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.06rem;
  text-align: center;
  text-decoration: none;
  background-color: #b81b2c;
  border-radius: 100vh;
  box-shadow: 0px 5px 0px 0px rgba(130, 29, 40, 1), inset 0px -3px 6px -2px rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-filter: none;
  filter: none;
}
#mahjong .app_area .inner .btn03 a::before {
  content: "▼";
  display: inline-block;
  position: absolute;
  font-size: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  top: 40%;
  right: 5%;
  line-height: 1;
}
#mahjong .app_area .inner .btn03 a:hover {
  background-color: #a0101f;
  margin: 8px 30px 0px;
  opacity: 1;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: translateY(5px);
}
#mahjong .app_area .inner .anno {
  margin: 15px auto 0;
}
#mahjong .app_area .sub_text {
  padding: 35px 0 8px;
}
#mahjong .app_area .sub_text01 {
  font-size: 1.5rem;
  background-color: #fff;
  padding: 15px 40px;
  margin-top: 20px;
  line-height: 1.6;
}
#mahjong .app_area .sub_text01 strong {
  font-size: 120%;
}
#mahjong .app_area .small_text {
  max-width: 490px;
  text-align: center;
  margin: 10px auto 0;
}
#mahjong .app_area .small_text a {
  display: inline-block;
  color: #515151;
  position: relative;
  padding-right: 32px;
  text-decoration: underline;
}
#mahjong .app_area .small_text a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/mj_ic01.png") no-repeat center right/13px;
  width: 17px;
  height: 17px;
  top: 1px;
  right: 10px;
}
#mahjong .app_area .small_text a:hover {
  text-decoration: none;
}
#mahjong .btn a, #mahjong .btn02 a {
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
}
#mahjong .btn a:hover, #mahjong .btn02 a:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) brightness(105%);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)) brightness(105%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/*news_area*/
#mahjong .app_area .news_area {
  justify-content: flex-start;
  border: 1px solid #d4d4d4;
  padding: 16px 30px;
  margin: 25px auto 50px;
  font-size: 1.4rem;
  text-align: left;
}
#mahjong .app_area .news_area dl dt {
  margin-bottom: 5px;
}
#mahjong .app_area .news_area .news_box01 {
  max-width: 520px;
}
#mahjong .app_area .news_area .news_box02 {
  max-width: 540px;
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #d4d4d4;
}
#mahjong .app_area .news_area .news_box02 .bnr_event {
  margin-left: 30px;
}
#mahjong .app_area .news_area a {
  color: #333;
}
/*news_box03*/
#mahjong .app_area .news_area .news_box03 {
    margin-top: 10px;
    padding: 18px 0 4px;
    border-top: 1px solid #d4d4d4;
    font-weight: bold;
    text-align: center;
}
/*news_box04*/
#mahjong .app_area .news_area .news_box04 {
    margin-top: 10px;
    padding: 18px 0 4px;
    border-top: 1px solid #d4d4d4;
    text-align: center;
}
#mahjong .app_area .news_area .news_box04 .mahjong_news_event02, #mahjong .app_area .news_area .news_box04 .bnr_event02 {
    margin: auto;
}
#mahjong .app_area .news_area .news_box04 .mahjong_news_event02 {
    margin-right: 0;
}
#mahjong .app_area .news_area .news_box04 .mahjong_news_event02 a {
    font-weight: bold;
}
#mahjong .app_area .news_area .news_box04 .bnr_event02 {
    margin-left: 30px;
}
/*#app*/
#mahjong #app p.sub_text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 auto 20px;
}
/*----- about -------------------------------------*/
#mahjong #about .lead_text {
  padding-bottom: 30px;
  text-align: center;
  margin: 0 auto;
}
#mahjong #about .inner > .flex_box {
  margin: 20px auto;
}
#mahjong #about .movieImg {
  text-align: center;
}
#mahjong #about .text_area {
  width: 550px;
}
#mahjong #about .text_area dl dt {
  background-color: #fff;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 6px 12px;
  margin-bottom: 15px;
}
#mahjong #about .text_area dl dd {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 35px;
}
#mahjong #about .text_area dl dd:last-of-type {
  margin-bottom: 0;
}
/*----- price- -------------------------------------*/
#mahjong #price {
  padding-bottom: 0;
}
/*-- text_area --*/
#mahjong #price .text_area {
  text-align: center;
  margin-bottom: 60px;
}
#mahjong #price .lead_sub, #mahjong #price .lead_sub .red {
  font-size: 2.0rem;
  letter-spacing: 0.06rem;
}
/*text_box01*/
#mahjong #price .text_area .lead_text {
  width: 980px;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 25px 0 20px;
  position: relative;
}
#mahjong #price .text_area .lead_text::before, #mahjong #price .text_area .lead_text::after {
  content: "";
  position: absolute;
  top: 75%;
  display: inline-block;
  width: 90px;
  height: 3px;
  background: #a7a7a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 10px;
}
#mahjong #price .text_area .lead_text::before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mahjong #price .text_area .lead_text::after {
  right: 0;
}
#mahjong #price .text_area .gray_bg {
  background-color: #f3f0ee;
  padding: 0 0 30px;
  margin-top: 60px;
  position: relative;
}
#mahjong #price .text_area .gray_bg figure {
  position: absolute;
  padding-left: 100px;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mahjong #price .text_area .text_box01 {
  width: 1160px;
  margin: 0 auto;
  padding-top: 220px;
}
#mahjong #price .text_area .text_box01 ul.main_list {
  align-items: stretch;
}
#mahjong #price .text_area .text_box01 ul.main_list li {
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
}
#mahjong #price .text_area .text_box01 ul.main_list li:nth-of-type(1) {
  width: 338px;
  padding-top: 38px;
  line-height: 1.7;
}
#mahjong #price .text_area .text_box01 ul.main_list li:nth-of-type(2) {
  width: 378px;
  padding-top: 38px;
}
#mahjong #price .text_area .text_box01 ul.main_list li:nth-of-type(3) {
  width: 416px;
}
#mahjong #price .text_area .text_box01 ul.main_list li::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/icon_point.png") no-repeat center right/90%;
  width: 90px;
  height: 91px;
  top: -20px;
  right: -10px;
  z-index: 2;
}
#mahjong #price .text_area .text_box01 ul.main_list li:first-of-type::after {
  background: url("../images/icon_free.png") no-repeat center right/90%;
  width: 90px;
  height: 100px;
  top: -30px;
  right: -10px;
}
#mahjong #price .text_area .text_box01 ul.main_list li:last-of-type::after {
  top: -20px;
}
#mahjong #price .text_area .text_box01 ul.main_list li .bold {
  font-size: 120%;
}
#mahjong #price .text_area .text_box01 ul.main_list li .bold02 {
  font-weight: bold;
  font-size: 100%;
}
#mahjong #price .text_area .text_box01 ul.main_list li .big {
  font-size: 150%;
}
#mahjong #price .text_area .text_box01 ul.main_list li small {
  font-size: 70%;
}
#mahjong #price .text_area .text_box01 ul.annotation_list {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
  font-size: 70%;
}
#mahjong #price .text_area li, #mahjong #price .text_area p {
  font-size: 1.8rem;
}
#mahjong #price .text_area .text_box01 ul.annotation_list li {
  font-size: 1.4rem;
}
/*text_box02*/
#mahjong #price .text_area .text_box02 {
  margin: 50px auto 0;
  text-align: left;
  align-items: inherit;
  color: #222;
}
#mahjong #price .text_area .text_box02 .mb10 {
  margin-bottom: 10px;
}
#mahjong #price .text_area .text_box02 > dl {
  width: 50%;
  padding: 30px;
  border: 2px solid #d4d4d4;
  border-radius: 20px;
}
#mahjong #price .text_area .text_box02 > dl:first-of-type {
  margin-right: 40px;
}
#mahjong #price .text_area .text_box02 > dl > dt {
  margin-bottom: 20px;
}
#mahjong #price .text_area .text_box02 dl dt p.ttl {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: solid 6px #c77f35;
  padding: 0.25em 0 0.2em 0.5em;
  line-height: 1.3;
  margin-bottom: 0.75em;
}
#mahjong #price .text_area .text_box02 dl dt p.anno {
  font-size: 1.4rem;
}
#mahjong #price .text_area .text_box02 > dl dd * {
  font-size: 1.6rem;
}
#mahjong #price .text_area .text_box02 > dl dd dl dt.ttl {
  background: #222;
  color: #fff;
  padding: 0.25em 0.5em;
  margin: 20px auto 10px;
}
#mahjong #price .text_area .text_box02 > dl dd dl dd {
  margin: 0 10px;
}
#mahjong #price .text_area .text_box02 > dl dd table {
  width: 100%;
  margin: 10px auto;
  border: 2px solid #c8c8c8;
}
#mahjong #price .text_area .text_box02 > dl dd table tr {
  border-bottom: 2px solid #c8c8c8;
}
#mahjong #price .text_area .text_box02 > dl dd table th {
  width: 40%;
  background: #ececec;
  border-right: 2px solid #c8c8c8;
  padding: 0.25em;
}
#mahjong #price .text_area .text_box02 > dl dd table td {
  padding: 0.25em;
}
#mahjong #price .text_area .text_box02 > dl dd dl dd p.anno {
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -2rem;
  padding-left: 2rem;
}
/*-- app_area --*/
#mahjong section#app {
  padding-bottom: 40px;
}
#mahjong #price .app_area, #mahjong #app .app_area {
  padding-top: 46px;
  padding-bottom: 10px;
  background: #e7fcf1;
  color: #222;
}
#mahjong #price h3.fukidashi, #mahjong #app h3.fukidashi {
  background: #1e7947;
  width: 980px;
  padding: 10px 0;
  font-size: 2.6rem;
  color: #fff;
  border-radius: 100vh;
  position: relative;
}
#mahjong #price .app_area_premium h3.fukidashi, #mahjong #app .app_area_premium h3.fukidashi {
  background: #80601a;
  font-size: 2.3rem;
  line-height: 1.2;
}
/* #mahjong #app h3.fukidashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 15px solid #1e7947;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -14px;
  left: 50%;
  margin-left: -15px;
}
 #mahjong #app .app_area_premium h3.fukidashi::after {
  border-top: 15px solid #80601a;
}*/
#mahjong #price h3.fukidashi img, #mahjong #app h3.fukidashi img {
  position: absolute;
  top: 0;
  left: auto;
  margin: -30px 0 0 -110px;
}
#mahjong .app_area .lead_text {
  margin: 20px auto 10px;
  font-size: 3.0rem;
  font-weight: bold;
}
#mahjong .app_area .lead_anno {
  margin: -20px auto 20px;
  font-size: 1.4rem;
}
#mahjong #price .app_area_premium, #mahjong #app .app_area_premium {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #fef9e1;
}
#mahjong .app_area .flex_box {
  align-items: flex-start;
}
#mahjong .app_area .app_box {
  width: 50%;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 20px;
}
#mahjong .app_area .app_box img:first-of-type {
  margin: -25px auto 10px;
}
#mahjong .app_area .app_box01 {
  margin: 0 0 0 40px;
}
/*-- btn --*/
#mahjong .app_area .app_box .btn01 a, #mahjong .app_area .app_box .btn02 a {
  width: auto;
  display: block;
  margin: 15px 30px 0;
  padding: 0.35em 1em;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  text-decoration: none;
  background-color: #b81b2c;
  border-radius: 100vh;
  box-shadow: 0 5px 5px rgb(197, 197, 197);
  position: relative;
  -webkit-filter: none;
  filter: none;
}
#mahjong .app_area .app_box .btn01 a::before, #mahjong .app_area .app_box .btn02 a::before {
  content: ">";
  display: inline-block;
  position: absolute;
  color: #fff;
  width: 20px;
  height: 20px;
  top: 0.55em;
  right: 1em;
  line-height: 1;
}
#mahjong .app_area .app_box .btn01 a:hover, #mahjong .app_area .app_box .btn02 a:hover {
  background-color: #a0101f;
  margin: 18px 30px -3px;
  opacity: 1;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#mahjong .app_area .sub_text02 p {
  font-size: 1.6rem;
}
/*-- premium_area --*/
#mahjong .premium_area {
  color: #5b4530;
  text-align: center;
  margin: 40px auto 0;
}
/*アコーディオン全体*/
#mahjong .app_area_premium input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
#mahjong #price .app_area_premium label,
#mahjong #app .app_area_premium label {
  cursor: pointer;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
/*閉じた状態の矢印描画*/
#mahjong #price .app_area_premium label:after,
#mahjong #app .app_area_premium label:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 12px solid #fff;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 20%;
  top: 45%;
  bottom: 0;
  margin: auto;
}
/*開いた状態の矢印描画*/
#mahjong #price .app_area_premium input[type=checkbox]:checked + label:after,
#mahjong #app .app_area_premium input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  bottom: 40%;
}
/*開いたときに表示される部分*/
#mahjong #price .app_area_premium #premium_inner01, #mahjong #app .app_area_premium #premium_inner02 {
  position: relative;
  display: none;
  padding: 10px 0;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#mahjong #price .app_area_premium input:checked ~ #premium_inner01, #mahjong #app .app_area_premium input:checked ~ #premium_inner02 {
  display: block;
}

#mahjong .premium_area h4.fukidashi {
  background: #fff;
  width: 980px;
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #5b4530;
  border-radius: 10px;
  position: relative;
  margin: 0 auto 20px;
}
#mahjong .premium_area h4.fukidashi .anno_mcp {
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  font-weight: normal;
}
#mahjong .premium_area h4.fukidashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
#mahjong .premium_area .premium_box {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#mahjong .premium_area .premium_box img.pcOnly {
  display: block;
  margin: 0 auto;
}
#mahjong .premium_area .premium_box img.spOnly {
  display: none;
}
#mahjong .premium_area .premium_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_mcp_ic.png") no-repeat center/100%;
  width: 160px;
  height: 150px;
  top: -5px;
  left: 20px;
  z-index: 2;
}
/*-- btn --*/
#mahjong .premium_area .btn a {
  width: 980px;
  display: block;
  margin: 20px auto 0;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  background-color: #d4a641;
  border-radius: 100vh;
  box-shadow: 0 5px 5px rgb(197, 197, 197);
  position: relative;
  -webkit-filter: none;
  filter: none;
}
#mahjong .premium_area .btn a::before {
  content: ">";
  display: inline-block;
  position: absolute;
  color: #fff;
  width: 18px;
  height: 18px;
  top: 0.75em;
  right: 1em;
  line-height: 1;
}
#mahjong .premium_area .btn a:hover {
  background-color: #947123;
  margin: 23px auto -3px;
  opacity: 1;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*----- commit -------------------------------------*/
#mahjong #commit .commit_list {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#mahjong #commit .commit_list li {
  margin-top: 90px;
}
#mahjong #commit .commit_list li:first-of-type {
  margin-top: 30px;
}
#mahjong #commit .commit_list li dl dt {
  font-weight: normal;
}
#mahjong #commit .commit_list li dl dd {
  margin: 8px 0 16px;
}
#mahjong #commit .commit_list li dl dd video {
  width: 100%;
  height: 100%;
}
#mahjong #commit .commit_list li dl dd.point {
  background-color: #0a1f31;
  padding: 20px;
}
#mahjong #commit .commit_list li dl dd.bnr {
  margin-top: 46px;
}
#mahjong #commit .commit_list li dl dd .display_none {
  display: none;
}
#mahjong #commit .commit_box {
  background: url("../images/mj_comit_bg01.png") no-repeat;
  max-width: 800px;
  height: 609px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}
#mahjong #commit .commit_box .flex_box {
  max-width: 624px;
  margin: 0 auto;
  padding: 32px 0 0;
}
#mahjong #commit .commit_box .col p:first-of-type {
  padding-bottom: 12px;
}
#mahjong #commit .commit_box .popup_box {
  position: relative;
}
#mahjong #commit .commit_box .popup_box .popup_txt {
  position: relative;
  padding-bottom: 66px;
  z-index: 10;
}
#mahjong #commit .commit_box .popup_box .popup_txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/mj_comit_ic01.png") no-repeat;
  width: 80px;
  height: 62px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -10;
}
#mahjong #commit .commit_box .popup_box .popup_txt05::after {
  display: none;
}
#mahjong #commit .commit_box .popup_box .popup {
  display: none;
  position: absolute;
  top: 80px;
  width: 624px;
  margin: 0 auto;
  padding: 14px 30px;
  background: #ffbb67;
  color: #000;
  font-size: 1.3rem;
  text-align: left;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
#mahjong #commit .commit_box .popup_box .popup_txt04 + .popup {
  right: 0;
}
#mahjong #commit .commit_box .popup_box .popup_txt05 + .popup {
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px;
}
#mahjong #commit .commit_box .popup_box .popup p:first-of-type {
  padding-bottom: 0;
}
#mahjong #commit .commit_box .popup_box .popup dl {
  margin-top: 26px;
}
#mahjong #commit .commit_box .popup_box .popup dl dt {
  font-weight: bold;
}
#mahjong #commit .commit_box .popup_box .popup dl dd {
  font-size: 100%;
  padding: 10px 26px;
  margin: 5px auto;
  color: #fff;
  background-color: #382c1a;
}
#mahjong #commit .commit_box .popup_box .popup_txt:hover {
  opacity: 0.8;
}
#mahjong #commit .commit_box .popup_box .popup_txt.popup_txt03:hover {
  opacity: 1.0;
}
#mahjong #commit .commit_box .popup_box .popup_txt:hover + .popup {
  display: block !important;
}
/*table*/
#mahjong #commit .commit_list li:nth-of-type(7) dd:last-of-type {
  text-align: left;
}
#mahjong #commit .commit_list li:nth-of-type(7) table {
  width: 800px;
  margin: 10px auto;
}
#mahjong #commit .commit_list li:nth-of-type(7) table th, #mahjong #commit .commit_list li:nth-of-type(7) table td {
  padding: 6px 20px;
}
#mahjong #commit .commit_list li dl dt, #mahjong #commit .commit_list li dl dd, #mahjong #commit .commit_box .popup_box .popup p, #mahjong #commit .commit_box .popup_box .popup dt, #mahjong #commit .commit_box .popup_box .popup dd {
  font-size: 1.6rem;
}
/*----- flow ----------------------------------------*/
#mahjong #flow {
  background-color: #efe8c8;
}
#mahjong #flow h2 + p {
  font-size: 120%;
  margin-bottom: 20px;
}
#mahjong #flow .flow03 h3 + p {
  font-size: 150%;
  margin-bottom: 40px;
}
#mahjong #flow .mini_flow {
  font-size: 120%;
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}
#mahjong #flow .step_box.mini_flow {
  max-width: 803px;
}
#mahjong #flow .mini_flow li>p {
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.1;
}
#mahjong #flow .mini_flow li {
  background-color: #1f6d7a;
  color: #fff;
  font-size: 2.0rem;
  padding: 8px 20px;
  margin-bottom: 8px;
  position: relative;
}
#mahjong #flow .mini_flow li::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 12px solid #1f6d7a;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -7px;
  left: 50%;
  margin-left: -15px;
}
#mahjong #flow .mini_flow li:last-of-type::after {
  display: none;
}
#mahjong #flow section.sec_h3 {
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 30px 30px 5px;
  border: 2px solid #000;
  box-sizing: border-box;
  position: relative;
}
#mahjong #flow .mini_flow .step {
  width: 803px;
}
#mahjong #flow .mini_flow .step li{
  background-color: #239baf;
  padding: 13px 19px 12px 25px;
  margin-bottom: 30px;
  position: relative;
}
#mahjong #flow .mini_flow .step li::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right:-152px;
  width: 0;
  height: 0;
  border-top: 39px solid transparent;
  border-bottom: 39px solid transparent;
  border-left: 30px solid #239baf;
  z-index: 10;
}
#mahjong #flow .mini_flow li:nth-of-type(2){
  background-color: #1e8191;
  padding: 13px 33px 12px 51px;
}
#mahjong #flow .mini_flow li:nth-of-type(2)::after{
  border-left: 30px solid #1e8191;
  right:-177px;
}
#mahjong #flow .mini_flow li:last-of-type {
  background-color: #1f6d7a;
  padding: 13px 42px 12px 60px;
  font-size: 30px;
}
#mahjong #flow .mini_flow li:last-of-type::after {
  border: none;
}
#mahjong #flow section.sec_h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/mj_flow_ic01.png") no-repeat;
  width: 133px;
  height: 133px;
  top: -30px;
  left: -30px;
}
#mahjong #flow section.sec_h3.flow02::before {
  background: url("../images/mj_flow_ic02.png") no-repeat;
}
#mahjong #flow section.sec_h3.flow03::before {
  display: none;
}
#mahjong #flow section.sec_h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 25px solid #3c3930;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  bottom: -54px;
  left: 50%;
  margin-left: -30px;
}
#mahjong #flow section.sec_h3.arrow_none::after, #mahjong #flow section.sec_h3:last-of-type::after {
  display: none;
}
#mahjong #flow section.flow02 .flow_list_wrapper {
  text-align: center;
  margin-bottom: 30px;
}
#mahjong #flow section.flow02 .flow_list_wrapper .bold {
  font-size: 150%;
  margin-top: 30px;
}
#mahjong #flow section.sec_h3 h3 {
  margin-top: 0;
}
#mahjong #flow .sec_h3 ul li {
  padding: 30px;
  text-align: left;
}
#mahjong #flow .sec_h3 ul li:last-of-type {
  border: none;
}
#mahjong #flow .sec_h3 .flex_box {
  align-items: flex-start;
  margin-bottom: 30px;
}
#mahjong #flow .sec_h3 .flex_box .col_left {
  width: 470px;
  padding-right: 25px;
}
#mahjong #flow .sec_h3 .flex_box .col_left .flex_box {
  justify-content: flex-start;
  align-items: center;
}
#mahjong #flow .sec_h3 .flex_box .col_right {
  max-width: 620px;
}
#mahjong #flow .sec_h3 dl dt {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 10px;
}
#mahjong #flow .sec_h3 dl dt p {
  font-size: 2.2rem;
}
#mahjong #flow .sec_h3 dl dd {
  margin-top: 15px;
  font-size: 1.6rem;
  padding: 0;
  border-bottom: none;
}
#mahjong #flow .sec_h3 dl dd a {
  color: #195e69;
  text-decoration: underline;
}
#mahjong #flow .sec_h3 dl dd a.red {
  color: #ff0000;
}
#mahjong #flow .sec_h3 .flow_list_course .flex_box .col_left {
  padding: 10px 10px;
  background-color: #f3fffc;
  align-self: stretch;
}
#mahjong #flow .sec_h3 .flow_list_course .flex_box:nth-of-type(2) .col_left {
  background-color: #fefae5;
}
#mahjong #flow .sec_h3 .flow_list_course .flex_box .col_right .flow_img {
  margin-bottom: 0;
}
#mahjong #flow .sec_h3 .flow_list_course dt p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
#mahjong #flow .sec_h3 .flow_list_course dt p.course_ttl {
  font-size: 130%;
  padding-bottom: 10px;
}
#mahjong #flow .sec_h3 .flow_list_course dd a:hover {
  opacity: 0.6;
}
#mahjong #flow .sec_h3 p {
  margin-bottom: 8px;
}
#mahjong #flow .sec_h3 .flow_img {
  margin-bottom: 20px;
}
#mahjong #flow .green {
  color: #0092ab;
  font-size: 120%;
}
#mahjong #flow .center {
  text-align: center;
}
#mahjong #flow strong {
  font-size: 120%;
  font-weight: bold;
}
#mahjong #flow .bold {
  font-weight: bold;
}
/*flow03*/
#mahjong #flow section.flow03 {
    padding: 30px 30px 30px;
}
#mahjong #flow section.flow03_img {
  max-width: 1160px;
  background: none;
  margin: 0 auto ;
  padding: 0;
  border: none;
}
#mahjong #flow section.flow03 h3 {
    padding: 12px 20px 22px;
    line-height: 1.2;
}
#mahjong #flow .flow03 h3 small {
    font-size: 2.7rem;
}
#mahjong #flow .flow03 p {
    font-size: 1.8rem;
}
#mahjong #flow .flow03 .flow03_box {
    max-width: 840px;
    margin: 0 auto;
}
#mahjong #flow .flow03 .flow03_box dl dt {
    padding-bottom: 0;
}
#mahjong #flow .flow03 .flow03_box dl dd {
    margin-top: 6px;
}
#mahjong #flow .flow03 .flow03_box .anno {
    font-size: 1.4rem;
    margin-left: 1em;
}
#mahjong #flow .flow03 .flow03_box dl dd:nth-of-type(5) {
    margin-top: 0;
}
#mahjong #flow .flow03 .flow03_box dl dd .anno {
    margin: 2px 0 15px 1em;
}
#mahjong #flow .flow03 .flow03_box .flex_box {
  align-items: center;
  justify-content: flex-start;
  margin: 12px auto 10px;
  border: 1px solid #ccc;
  padding: 16px 60px;
}
#mahjong #flow .flow03 .flow03_box .flex_box div:nth-of-type(2) {
 margin-left: 80px;
}
#mahjong #flow .flow03 .flow03_box .flex_box div:nth-of-type(2) p {
 margin: 0 auto;
}
#mahjong #flow section.flow03_img {
  max-width: 1160px;
  background: none;
  margin: 0 auto ;
  padding: 0;
  border: none;
}

/*アコーディオン全体*/
#mahjong #flow .sec_h3 .menu {
  width: 100%;
}
#mahjong #flow .sec_h3 .menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
#mahjong #flow .sec_h3 .menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 160%;
  text-align: center;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0 0 10px;
  padding: 10px 30px;
  background-color: #1f6d7a;
  border-radius: 50vh;
  box-shadow: 6px 6px 9px #999999;
}
/*#mahjong #flow .sec_h3 .menu label::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 12px solid #fff;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: 12px;
  left: 50%;
  margin-left: -14px;
}*/
/*開いたときに表示される部分*/
#mahjong #flow .sec_h3 .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
#mahjong #flow .sec_h3 .menu li {
  font-size: 140%;
  display: none;
  padding: 10px 0;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#mahjong #flow .sec_h3 .menu li:first-of-type {
  padding-top: 30px;
}
#mahjong #flow .sec_h3 #menu_bar01:checked ~ #links01 li, #mahjong #flow .sec_h3 #menu_bar02:checked ~ #links02 li {
  display: block;
}
/*開いたときの下の余白*/
#mahjong #flow .sec_h3 #menu_bar01:checked ~ #links01 li:last-child, #mahjong #flow .sec_h3 #menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
#mahjong #flow .sec_h3 .menu label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
#mahjong #flow .sec_h3 .menu input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/*----- use -----------------------------------------*/
#mahjong #use .flex_box {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#mahjong #use .flex_box dl {
  width: 49.5%;
  text-align: center;
}
#mahjong #use .flex_box dl dt {
  font-size: 1.8rem;
  padding: 15px 0;
  background-color: #434343;
  color: #fff;
  position: relative;
}
#mahjong #use .flex_box dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 10px solid transparent;
  border-top: 13px solid #434343;
}
#mahjong #use .flex_box dl dd {
  padding: 20px 20px 22px;
  background-color: #e8e6e2;
}
/*-- btn --*/
#mahjong #use .flex_box dl dd a {
  width: 400px;
  display: block;
  margin: 2px auto 0;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  background-color: #22489f;
  border-radius: 100vh;
  box-shadow: 0 5px 5px rgb(197, 197, 197);
  position: relative;
  -webkit-filter: none;
  filter: none;
}
#mahjong #use .flex_box dl:nth-of-type(2) dd a {
  background-color: #be731c;
}
#mahjong #use .flex_box dl dd a::before {
  content: ">";
  display: inline-block;
  position: absolute;
  color: #fff;
  width: 18px;
  height: 18px;
  top: 0.7em;
  right: 1em;
  line-height: 1;
}
#mahjong #use .flex_box dl dd a:hover {
  background-color: #163886;
  margin: 5px auto -3px;
  opacity: 1;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#mahjong #use .flex_box dl:nth-of-type(2) dd a:hover {
  background-color: #a85e08;
}
/*----- question ------------------------------------*/
#mahjong #question .tabArea {
  margin: 0 35px;
}
#mahjong #question .tabTitle ul li {
  float: left;
  width: 908px;
  text-align: left;
}
#mahjong #question .tabTitle ul li.passive {
  cursor: pointer;
}
#mahjong #question .tabTitle ul li.passive:hover {
  opacity: 0.8;
}
#mahjong #question .tabQuestion > li {
  display: none;
}
#mahjong #question .tabQuestion > li.active {
  display: block;
}
#mahjong #question .tabQuestion .questionList > dt {
  position: relative;
  margin: 8px 0 0;
  padding: 15px 80px 15px 30px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #3c3930;
}
#mahjong #question .tabQuestion .questionList > dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
#mahjong #question .tabQuestion .questionList > dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 42%;
  right: 40px;
  border: 10px solid transparent;
  border-top: 13px solid #fff;
}
#mahjong #question .tabQuestion .questionList > dd {
  display: none;
  padding: 20px 40px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #232323;
  background-color: #fff;
}
#mahjong #question .tabQuestion .questionList > dd:nth-of-type(1) {
  display: block;
}
#mahjong #question .tabQuestion .questionList > dd ul {
  margin: 14px 20px;
}
#mahjong #question .tabQuestion .questionList a {
  color: #ef3e3e;
  text-decoration: underline;
}
#mahjong #question .tabQuestion .questionList a:hover {
  text-decoration: none;
}
/*---- /211203更新 MV下キャンペーンバナー ----*/
div.mv_cpbnr {
  padding: 30px 0 30px;
}
div.mv_cpbnr a {
  display: block;
  margin: 0 auto;
  max-width: 980px;
  height: auto;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
div.mv_cpbnr a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
/* 211227_PC40周年キャンペーンバナー
------------------------------*/
#mahjong .bnr_area_bottom {
  margin-bottom: -20px;
  padding: 30px 10px 120px;
  background: #000;
  text-align: center;
}
/* 220719_サンクスキャンペーンバナー
------------------------------*/
#mahjong .banner {
  margin: 60px auto;
  padding: 0px 10px;
  text-align: center;
}
#mahjong .banner-img:not(:first-child) {
  margin-top: 30px;
}
#mahjong .banner-img a {
  display: inline-block;
}
#mahjong .banner-img a:hover {
  opacity: 0.7;
}
#mahjong .banner-transition {
  max-width: 728px;
  margin: 15px auto 0;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
#mahjong .banner-transition a {
  text-decoration: underline;
}
/*--- 1120px------------------------------*/
@media screen and (max-width: 1120px) {
  .game-category li a {
    font-size: 11px;
  }
  .game-list {
    margin-right: -15px;
  }
  .game-list li {
    width: calc((100% - 120px)/8);
    margin-right: 15px;
  }
  .game-list_txt {
    padding: 5px;
    font-size: 12px;
  }
}
/*--- 768px------------------------------*/
@media screen and (max-width: 768px) {
  #mahjong .pcOnly {
    display: none;
  }
  #mahjong .spOnly {
    display: block;
  }
  .bodyarea #mahjong p, .bodyarea #mahjong li, .bodyarea #mahjong dt, .bodyarea #mahjong dd {
    font-size: 1.6rem;
  }
  #mahjong h3 {
    font-size: 2.0rem;
  }
  #mahjong small {
    font-size: 1.3rem;
  }
  #mahjong .big {
    font-size: 120%;
  }
  #mahjong .underLine {
    margin-bottom: 7px;
  }
  #mahjong .flex_box {
    display: -webkit-block;
    display: block;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*-- g-nav --*/
  #mahjong #g-nav {
    width: 100%;
    max-width: 100%;
    position: fixed;
  }
  #mahjong #g-nav .g-nav-menu {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 4px;
  }
  #mahjong #g-nav .g-nav-menu li, #mahjong #g-nav .g-nav-menu li:nth-of-type(4) {
    display: -webkit-flex;
    display: flex;
    margin: 0 2px;
  }
  #mahjong #g-nav .g-nav-menu li a {
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    align-items: center;
    padding: 10px 6px;
  }
  /*----- Main Contents -------------------------------------*/
  #mahjong .inner {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  #mahjong p {
    line-height: 1.5;
  }
  #mahjong section.sec_h2 {
    padding-bottom: 40px;
  }
  #mahjong h2 {
    font-size: 2.4rem;
    padding: 35px 0 20px;
    margin: 0 -10px;
  }
  #mahjong #price h2, #mahjong #flow h2 {
    font-size: 1.8rem;
    padding: 40px 0 30px;
    letter-spacing: 0.05rem;
  }
  #mahjong #use h2 {
    font-size: 2.0rem;
    padding: 40px 0 40px;
    letter-spacing: 0.05rem;
  }
  #mahjong h2 span.pcOnly {
    display: none;
  }
  #mahjong h2::before {
    background: url("../images/mj_h2_bg_sp.png") no-repeat center/115%;
    width: 100%;
    top: 55px;
  }
  #mahjong h3 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin: 50px auto 0;
    padding: 18px 20px;
  }
  /*----- mv_area -------------------------------------*/
  #mahjong #mv_area .flex_box {
    height: auto;
  }
  #mahjong #mv_area h1 {
    padding: 15px 0 30px;
  }
    #mahjong .carousel .slick-prev {
    left: 1%;
    }
    #mahjong .carousel .slick-next {
    right: 1%;
    }
  #mahjong .carousel .slick-dots li button {
    height: 18px;
  }
  /*-- cpbnr_area --*/
  #mahjong .cpbnr_area {
    padding: 10px 0;
  }
  /*-- app_area --*/
  #mahjong .app_area_ttl {
    display: block;
    padding: 0 0;
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  #mahjong .app_area_ttl::before, #mahjong .app_area_ttl::after {
    /*top: 85%;
    width: 40px;
    height: 3px;*/
    display: none;
  }
  #mahjong .app_area {
    margin: 0 auto 0;
    padding-top: 0;
  }
  #mahjong .app_area .gray_bg {
    padding: 5px 0 10px;
  }
  #mahjong .app_area .gray_bg img {
    width: 86%;
  }
  #mahjong .app_area .inner .btn03 {
    width: 100%;
  }
  #mahjong .app_area .sub_text01 {
    font-size: 1.4rem;
    padding: 10px 10px;
    margin-bottom: 14px;
  }
  #mahjong .app_area .sub_text01 strong {
    font-size: 105%;
  }
  #mahjong .app_area .sub_text {
    padding: 20px 0 12px;
  }
  #mahjong .app_area .inner .btn03 a {
    font-size: 1.8rem;
    padding: 8px 14px;
  }
  #mahjong .app_area .news_area .news_box02 {
    padding-left: 0;
    margin: 16px 0 0 0;
    border: none;
  }
  #mahjong .app_area .news_area .news_box02 .bnr_event {
    margin: 6px auto;
  }
  #mahjong .app_area .news_area .news_box03,
  #mahjong .app_area .news_area .news_box04 .mahjong_news_event02 {
    padding-left: 1.3em;
    margin: 16px 0 0 0;
    text-align: left;
    text-indent: -1.3em;
  }
  #mahjong .app_area .news_area .news_box04 .bnr_event02 {
    margin: 6px auto;
  }
  /*----- about -------------------------------------*/
  #mahjong #about .movieImg {
    margin-bottom: 10px;
  }
  #mahjong #about .text_area {
    width: 100%;
  }
  #mahjong #about .text_area dl dt {
    font-size: 1.8rem;
    padding: 2px 12px;
  }
  #mahjong #about .text_area dl dd {
    font-size: 1.6rem;
    padding: 0 10px;
  }
  /*----- price- -------------------------------------*/
  #mahjong #price {
    padding-bottom: 0;
  }
  /*-- text_area --*/
  #mahjong #price .text_area {
    margin-bottom: 10px;
  }
  #mahjong #price .text_area .text01 {
    width: 100%;
    font-size: 2.2rem;
    padding: 4px 10px;
  }
  #mahjong #price .text_area .text02 {
    font-size: 2.0rem;
  }
  #mahjong #price .text_area li, #mahjong #price .text_area p {
    font-size: 1.6rem;
  }
  #mahjong #price .text_area .lead_text {
    width: 100%;
    font-size: 2.2rem;
    padding: 10px 0 15px;
  }
  #mahjong #price .text_area .lead_text::before, #mahjong #price .text_area .lead_text::after {
    display: none;
  }
  #mahjong #price .text_area .gray_bg figure {
    width: 90%;
    padding-left: 20px;
    top: 30px;
  }
  #mahjong #price .text_area .text_box01 {
    width: 100%;
    margin: 0 auto;
    padding: 145px 20px 30px;
  }
  #mahjong #price .text_area .text_box01 ul.main_list {
    line-height: 1.5;
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  #mahjong #price .text_area .text_box01 ul.main_list li {
    width: 100% !important;
    font-size: 1.5rem;
    padding: 15px 25px;
    margin-bottom: 10px;
  }
  #mahjong #price .text_area .text_box01 ul.main_list li:nth-of-type(1), #mahjong #price .text_area .text_box01 ul.main_list li:nth-of-type(2) {
    padding-top: 15px;
  }
  #mahjong #price .text_area .text_box01 ul.main_list li:first-of-type::after, #mahjong #price .text_area .text_box01 ul.main_list li::after {
    top: -10px;
    right: -18px;
  }
  #mahjong #price .text_area .text_box01 ul.main_list li .big {
    font-size: 140%;
  }
  #mahjong #price .text_area .text_box01 ul.annotation_list {
    width: 100%;
    padding-top: 0;
    font-size: 70%;
  }
  #majong #price .text_area .text_box01 ul.annotation_list li {
    font-size: 1.0rem;
  }
  #mahjong .app_area .app_box02 {
    margin: 10px 0 0 0;
  }
  #mahjong #price .text_area .text_box02 {
    margin: 20px auto 0;
  }
  #mahjong #price .text_area .text_box02 > dl {
    width: 100%;
  }
  #mahjong #price .text_area .text_box02 > dl:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*-- app_area --*/
  #mahjong #price h3.fukidashi, #mahjong #app h3.fukidashi {
    width: 95%;
    font-size: 1.8rem;
  }
  #mahjong #price .app_area_premium h3.fukidashi, #mahjong #app .app_area_premium h3.fukidashi {
    font-size: 1.6rem;
  }
  #mahjong #price h3.fukidashi img, #mahjong #app h3.fukidashi img {
    width: 17%;
    margin: -7vw 0 0 -20vw;
  }
  #mahjong .app_area .lead_text {
    margin: 20px auto 20px;
    font-size: 2.0rem;
  }
  #mahjong .app_area .lead_anno {
    margin: -15px auto 20px;
    font-size: 1.4rem;
  }
  #mahjong #price .app_area_premium, #mahjong #app .app_area_premium {
    padding: 46px 0 40px;
    margin: 0 auto;
  }
#mahjong #price .app_area_premium label:after,
#mahjong #app .app_area_premium label:after {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  right: 6%;
}
  /*#mahjong .app_area .lead_text {
		margin: 10px auto;
	}*/
  #mahjong .app_area_premium {
    padding: 40px 0 90px;
  }
  #mahjong .app_area .app_box01 {
    margin-right: 0;
  }
  #mahjong .app_area .app_box02 {
    margin: 30px auto 0;
  }
  /*#mahjong .app_area .app_box .btn {
		width: 82%;
		margin: 0 auto -20px;
		padding: 0 10px;
	}*/
  #mahjong .app_area .small_text a::after {
    background: url("../images/mj_ic01.png") no-repeat center right/6%;
    width: 60%;
    height: 60%;
    top: 5px;
    right: 11px;
  }
  #mahjong .app_area h3 {
    font-size: 2.2rem;
  }
  #mahjong .app_area h3 span.anno {
    display: block;
  }
  #mahjong .app_area h3 span.anno_mcp {
    display: block;
  }
  #mahjong .app_area .app_box {
    width: 100%;
    padding: 15px 20px 20px;
  }
  #mahjong .app_area .app_box01 {
    margin: 20px 0 0 0;
  }
  /*-- btn --*/
  #mahjong .app_area .app_box .btn01 a, #mahjong .app_area .app_box .btn02 a {
    margin: 15px 20px 0;
    font-size: 2.0rem;
    -webkit-filter: none;
    filter: none;
  }
  #mahjong .app_area .app_box .btn01 a::before, #mahjong .app_area .app_box .btn02 a::before {
    width: 20px;
    height: 20px;
  }
  #mahjong .app_area .app_box .btn01 a:hover, #mahjong .app_area .app_box .btn02 a:hover {
    margin: 18px 20px -3px;
  }
  /*-- premium_area --*/
  #mahjong .premium_area h4.fukidashi {
    width: 100%;
    padding: 10px 10px;
    font-size: 1.8rem;
    margin: 0 auto -5px;
  }
  #mahjong .premium_area h4.fukidashi .anno_mcp {
    font-size: 1.4rem;
    text-align: left;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    margin: 0.5rem 1rem 0.5rem;
  }
  #mahjong .premium_area .premium_box img.pcOnly {
    display: none;
  }
  #mahjong .premium_area .premium_box img.spOnly {
    display: inline-block;
  }
  #mahjong .premium_area .premium_box::before {
    /*width: 60px;
  height: 60px;
  top: -15px;
  left: -15px;*/
    display: none;
  }
  /*-- btn --*/
  #mahjong .premium_area .btn a {
    width: 100%;
    font-size: 1.4rem;
    -webkit-filter: none;
    filter: none;
  }
  #mahjong .premium_area .btn a::before {
    width: 14px;
    height: 14px;
    top: 1.25em;
    right: 1em;
    line-height: 1;
  }
  /*----- commit -------------------------------------*/
  #mahjong #commit .commit_list {
    max-width: 800px;
    margin: 0 auto;
  }
  #mahjong #commit .commit_list li {
    margin-top: 50px;
  }
  #mahjong #commit .commit_list li:first-of-type {
    margin-top: 30px;
  }
  #mahjong #commit .commit_list li dl dt.sub_text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #mahjong #commit .commit_list li dl dd {
    margin: 14px 0 18px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  #mahjong #commit .commit_list li dl dd.point {
    padding: 24px;
  }
  #mahjong #commit .commit_list li dl dd.bnr {
    margin-top: 46px;
  }
  #mahjong #commit .commit_box {
    background: none;
    background-color: #fff;
    height: auto;
    padding: 20px;
  }
  #mahjong #commit .commit_box .flex_box {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #mahjong #commit .commit_box .popup_box .popup {
    width: 100%;
  }
  #mahjong #commit .commit_box .popup_box .popup_txt04 + .popup {
    left: 0;
    right: 0;
    margin: auto;
  }
  #mahjong #commit .commit_box .flex_box .col p:first-of-type img {
    min-height: 23px;
  }
  /*----- flow ----------------------------------------*/
  #mahjong #flow section.sec_h3 {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 20px 16px 5px;
  }
    /*flow03調整*/
    #mahjong #flow section.flow03_img {
    padding: 0px;
    }
    #mahjong #flow section.flow03 .flow_img {
        margin:  0;
    }
    #mahjong #flow section.flow03 img {
        margin-top: 0px;
     }
  #mahjong #flow section.sec_h3::after {
    bottom: -36px;
  }
  #mahjong #flow section.sec_h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("../images/mj_flow_ic01.png") no-repeat center/70%;
    top: -40px;
    left: -40px;
  }
  #mahjong #flow section.sec_h3.flow02::before {
    background: url("../images/mj_flow_ic02.png") no-repeat center/70%;
  }
  #mahjong #flow .mini_flow {
    max-width: 280px;
  }
  #mahjong #flow .mini_flow .step {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    }
  #mahjong #flow .mini_flow li {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
    #mahjong #flow .mini_flow .step li {
    width: 100%;
    font-size: 1.6rem;
    padding: 2%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 5%;
    }
    #mahjong #flow .mini_flow .step li img {
    width: 30px;
    }
    #mahjong #flow .mini_flow .step li::after {
    right: 0;
    left: 0;
    bottom: -95px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #239baf;
    }
    #mahjong #flow .mini_flow li:nth-of-type(2)::after {
    border-top: 15px solid #1e8191;
    }
  #mahjong #flow .sec_h3 .btn03, #mahjong #flow .sec_h3 img {
    margin-top: 10px;
  }
  #mahjong #flow section.sec_h3 h3 {
    margin-top: 0;
  }
  #mahjong #flow .sec_h3 ul li {
    padding: 18px;
  }
  #mahjong #flow .sec_h3 .flex_box {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  #mahjong #flow .sec_h3 .flex_box .col_left {
    padding-right: 0;
    width: 100%;
  }
  #mahjong #flow .sec_h3 .flex_box .col_right {
    width: 100%;
  }
  #mahjong #flow .sec_h3 dl dt p {
    font-size: 1.6rem;
    padding-left: 10px;
    width: 100%;
  }
  #mahjong #flow .sec_h3 dl dd {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  #mahjong #flow .sec_h3 .flow_img {
    margin: 20px 0;
  }
/*flow03*/
#mahjong #flow .flow03 h3,
#mahjong #flow .flow03 h3 small {
    font-size: 1.8rem;
}
#mahjong #flow .flow03 p {
    font-size: 1.6rem;
}
#mahjong #flow .flow03 .flow03_box .flex_box {
  margin: 10px auto 16px;
  padding: 14px 20px;
}
#mahjong #flow .flow03 .flow03_box .flex_box div:nth-of-type(2) {
 margin-left: 0;
padding-top: 10px;
}

  #mahjong #commit .commit_list li:nth-of-type(7) table {
    width: 100%;
  }
  #mahjong #commit .commit_list li:nth-of-type(7) table th, #mahjong #commit .commit_list li:nth-of-type(7) table td {
    padding: 6px 8px;
  }
  /*----- use -----------------------------------------*/
  #mahjong #use .flex_box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mahjong #use .flex_box dl {
    width: 100%;
  }
  #mahjong #use .flex_box dl + dl {
    margin-top: 20px;
  }
  #mahjong #use .flex_box dl dt {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  #mahjong #use .flex_box dl dd {
    padding: 15px 20px;
  }
  #mahjong #use .flex_box dl dd a {
    width: 100%;
    font-size: 1.6rem;
  }
  /*----- question ------------------------------------*/
  #mahjong #question .tabArea {
    margin: 0;
  }
  #mahjong #question .tabTitle ul li {
    width: 100%;
  }
  #mahjong #question .tabQuestion .questionList > dt {
    font-size: 1.6rem;
    margin: 8px 0 0;
    padding: 15px 50px 15px 20px;
  }
  #mahjong #question .tabQuestion .questionList > dt::after {
    top: 42%;
    right: 20px;
    border: 10px solid transparent;
    border-top: 13px solid #fff;
  }
  #mahjong #question .tabQuestion .questionList > dd {
    font-size: 1.6rem;
    padding: 20px;
  }
}
/*----- indep ------------------------------------*/
#mahjong.indep .app_area .choise_wrapper {
  padding-top: 45px;
}
#mahjong.indep .choise {
  outline: 8px solid red;
  outline-offset: 5px;
}
#mahjong.indep .choise_text {
  color: red;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  margin: -60px auto 10px;
  padding-bottom: 14px;
}
#mahjong.indep section#app {
  padding-bottom: 0;
}
#mahjong.indep .premium_area h4.fukidashi::after {
  display: none;
}

/*--- 768px------------------------------*/
@media screen and (max-width: 768px) {
  #mahjong.indep .app_area .choise_wrapper {
    padding-top: 0;
  }
  #mahjong.indep .choise {
    outline: 5px solid red;
    margin-top: 40px;
  }
  #mahjong.indep .choise_text {
    font-size: 150%;
    margin: -50px auto 20px;
    padding-bottom: 0;
  }
}