@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background: #ececec;
  color: #262626;
  font-family: "PT Sans", sans-serif;
  width: 100%;
}
dl,
ol,
ul {
  margin-bottom: 0rem;
}
/* --------------------------------
よくつかうタグ
---------------------------------*/
a {
  color: #262626;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
}
img.thumbnail {
  display: block;
  margin: 0px auto 60px;
}
blockquote {
  background-color: #f8f8f8;
  padding: 1.5em 1em 0.5em;
  position: relative;
  border: 3px solid #f8f8f8;
  margin: 1.5em 0em;
}
blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote span {
  display: block;
  text-align: right;
}

/* --------------------------------
よくつかうクラス
---------------------------------*/
.sp {
  display: none;
}
.sp_menu {
  display: none;
}
.sp_header,
.search_font {
  display: none;
}

.area {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.area_s {
  margin: 0 auto;
  max-width: 950px;
}
.clear {
  clear: both;
}
.cover {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.flex {
  display: flex;
  width: 100%;
}
.flex_wrap {
  flex-wrap: wrap;
}
.relative {
  position: relative;
}
.bold {
  font-weight: bold;
}
.title {
  color: #0d1832;
  font-weight: bold;
  margin: 40px 0 30px;
  font-size: 22px;
}
.title_cat {
  margin: 20px 0 30px;
}

/* --------------------------------
ボタン
---------------------------------*/
.btn {
  box-shadow: 2px 3px 3px rgb(48 61 80 / 20%), -2px 3px 3px rgb(48 61 80 / 20%),
    3px 6px 6px rgb(48 61 80 / 10%), -3px 6px 6px rgb(48 61 80 / 10%);
  cursor: pointer;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  padding: 0;
  width: 100%;
}

.btn1 {
  background-color: #cd3097;
  color: #fff;
}
.btn2 {
  border: 2px solid #cd3097;
  background-color: #fff;
  color: #cd3097;
}

.btn.col-6 {
  max-width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}

.mark {
  background-color: #fef3b7;
  padding: 0;
}
.mark span {
  color: #ed2727;
  font-weight: bold;
  position: relative;
  top: -10px;
}
.mark:before {
  color: #f21616;
  content: "\05c";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 30px;
}
.mark:after {
  color: #f21616;
  content: "\02f";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 30px;
}

/* --------------------------------
font
---------------------------------*/
.fontxl {
  font-size: 22px !important;
}
.fontll {
  font-size: 20px !important;
}
.fontl {
  font-size: 18px !important;
}
.fontm {
  font-size: 16px !important;
}
.fonts {
  font-size: 14px !important;
}
.fontss {
  font-size: 12px !important;
}

/* --------------------------------
breadcrumb
---------------------------------*/
#breadcrumb {
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem 0;
}
#breadcrumb ul {
  list-style: none;
}
#breadcrumb ul li {
  display: inline-block;
  padding-right: 1em;
}

/* --------------------------------
header
---------------------------------*/
header {
  background: #0d1832;
  height: 75px;
  line-height: 75px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}
header .logo {
  float: left;
  margin-top: 20px;
  width: 150px;
}
header nav {
  float: right;
}
header nav ul {
  max-width: 950px;
  margin: 0 auto;
}
header nav ul li {
  display: inline;
}
header nav ul li a {
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 14px;
  margin-right: 50px;
}
header nav ul li:last-child a {
  margin-right: 0px;
}

/* --------------------------------
オンラインカジノの新着記事などの基本html
---------------------------------*/
.card {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.card_img {
  position: relative;
  padding-bottom: 67%;
}
.card_title {
  padding: 0.5rem 1rem 2rem;
}
.card_cat {
  background-color: #cd3097;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  padding: 0.5rem 1rem;
}
.card:hover .card_img {
  opacity: 0.8;
}

/* --------------------------------
footer
---------------------------------*/
footer#footer {
  background-color: #000;
  color: #fff;
  padding: 2em 0;
  text-align: center;
  margin-top: 5rem;
}
footer#footer .logo {
  margin-bottom: 1rem;
  width: 100%;
}
#footer p {
  line-height: 1.7rem;
  margin-bottom: 1rem;
}
#footer .footer_about {
  margin-top: 2rem;
}
#footer .footer_area {
  max-width: 300px;
  margin: 0 auto;
}
#footer .footer_box {
  float: left;
  margin: 1em 0;
  width: 33%;
}
.footer_title {
  margin-bottom: 1rem;
}
#footer a {
  color: #fff;
}
#footer ul.footer_page {
  margin-top: 4rem;
}
#footer ul li {
  margin-bottom: 1.5rem;
}
#footer .footer_cat {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.sidebar .card_img {
  border-radius: 10px;
  padding-bottom: 90%;
}

/* --------------------------------
評価
---------------------------------*/
.star-rating {
  float: left;
  padding: 0px 0px 0px 15px;
  margin-top: 0.7rem;
}
.star-rating .star-full:before {
  content: "\f155";
}
.star-rating .star-half:before {
  content: "\f459";
}

.star-rating .star-empty:before {
  content: "\f154";
}
.star-rating .star {
  color: #f4b842 !important;
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}
.screen-reader-text {
  display: none;
}

.card {
  margin: 0 2rem 1.5rem 0;
  width: 23%;
}
.card:nth-of-type(4n) {
  margin-right: 0;
}
.card_cat {
  padding: 0.5rem 1rem;
}

/* ページナビゲーション */
.yutopro_pagenavi {
  clear: both;
  padding: 0.5em 0;
  line-height: 1.6em;
  margin-bottom: 0.5em;
  text-align: center;
}
.yutopro_pagenavi .current {
  color: #fff;
  padding: 0.4em 0.9em 0.4em 0.9em;
  background: #cd3097;
}
.yutopro_pagenavi span,
.yutopro_pagenavi a {
  background-color: #f0f0f0;
  border: solid 1px #000;
  color: #000;
  display: inline-block;
  margin: 0.1em 0.2em 0.1em 0;
  padding: 0.4em 0.9em 0.4em 0.9em;
  width: auto;
}
.yutopro_pagenavi a:hover {
  background-color: #cd3097;
  color: #fff;
}
.yellow {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.yellow::after {
  content: "";
  background-color: #ffff00;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: -1;
}
.pink {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.pink::after {
  content: "";
  background-color: #ffc9a9;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  /* --------------------------------
  よくつかうクラス
  ---------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex {
    display: block;
  }

  /* --------------------------------
  font
  ---------------------------------*/
  .fontxl {
    font-size: 20px !important;
  }
  .fontll {
    font-size: 18px !important;
  }
  .fontl {
    font-size: 16px !important;
  }
  .fontm {
    font-size: 14px !important;
  }
  .fonts {
    font-size: 12px !important;
  }
  .fontss {
    font-size: 11px !important;
  }

  /* --------------------------------
  header
  ---------------------------------*/
  header {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  header nav {
    display: none;
  }
  header .logo {
    margin-top: 10px;
  }
  .sp_header {
    background-color: #fff;
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 100;
  }
  .sp_header #menu_ico {
    cursor: pointer;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 55px;
    z-index: 30;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_header #menu_ico:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_header input#menu_toggle {
    display: none;
  }
  .sp_header input#menu_toggle:checked + .sp_nav {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_header .sp_nav {
    background-color: #fff;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -100%;
    top: 50px;
    width: 100%;
    z-index: 20;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp_header .sp_nav ul li a {
    border-bottom: 1px solid #e0e0e0;
    color: #4c4c4c;
    display: block;
    font-weight: bold;
    font-size: 13px;
    padding: 0 1em;
    height: 75px;
    line-height: 75px;
    letter-spacing: 0.2em;
    text-align: left;
    width: 100%;
  }
  .sp_header .sp_nav ul li {
    position: relative;
  }
  .sp_header li.sub {
    background-color: #eee;
    display: none;
  }
  .sp_header .sp_nav ul li i {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 22px;
  }
  .sp_header span.bar {
    background-color: #fff;
    border-radius: 42em;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    top: 15px;
    position: fixed;
    right: 20px;
    width: 30px;
    z-index: 20;
  }
  .sp_header span.bar2 {
    top: 24px;
    right: 19px;
    width: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sp_header span.bar3 {
    top: 33px;
    margin-bottom: 0;
  }
  .sp_header input#menu_toggle ~ .bar1 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sp_header input#menu_toggle:checked ~ .bar1 {
    width: 15px;
    margin-top: 0px;
    -moz-transform: rotate(42deg) translateX(4px) translateY(2px);
    -webkit-transform: rotate(42deg) translateX(4px) translateY(2px);
    -o-transform: rotate(42deg) translateX(4px) translateY(2px);
    -ms-transform: rotate(42deg) translateX(4px) translateY(2px);
    transform: rotate(42deg) translateX(4px) translateY(2px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sp_header input#menu_toggle ~ .bar3 {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .sp_header input#menu_toggle:checked ~ .bar3 {
    width: 15px;
    -moz-transform: rotate(-42deg) translateY(-5px) translateX(7px);
    -webkit-transform: rotate(-42deg) translateY(-5px) translateX(7px);
    -o-transform: rotate(-42deg) translateY(-5px) translateX(7px);
    -ms-transform: rotate(-42deg) translateY(-5px) translateX(7px);
    transform: rotate(-42deg) translateY(-5px) translateX(7px);
    margin-top: 4px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .btn a {
    margin: 20px auto 0;
  }
  #footer .footer_box {
    margin: 0.5em 0;
    width: 100%;
  }
  footer#footer .logo {
    width: 250px;
  }
  #footer ul.footer_page {
    margin-top: 2rem;
  }
  #footer .footer_area {
    max-width: initial;
    padding: 0 1rem;
  }
  .title {
    font-size: 18px;
    margin: 20px 0 15px;
  }

  /* --------------------------------
breadcrumb
---------------------------------*/
  #breadcrumb {
    padding: 1.5rem 10px;
    margin-top: 2.5rem;
  }

  .card {
    display: inline-block;
    margin: 0rem 0rem 1rem;
    width: 49%;
  }
  .card_title {
    padding: 1rem;
  }
  .card_img {
    padding-bottom: 50%;
  }
  .card_cat {
    font-size: 10px;
    padding: 0.3rem 0.5rem;
  }

  .btn {
    height: 50px;
    line-height: 50px;
  }
  .yellow::after,
  .pink::after {
    bottom: 5px;
  }

  .mark span {
    top: -15px;
  }
}
