@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 {
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

/* --------------------------------
よくつかうタグ
---------------------------------*/
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 {
  padding: 2%;
  position: relative;
  background-color: #f8f8f8;
  margin: 20px 0em;
  font-size: 14px;
}
.post_content blockquote p {
  line-height: 2rem;
}

blockquote span {
  display: block;
  text-align: right;
}

li.h3 {
  margin-left: 1rem;
}

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

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}

.area {
  margin: 0 auto;
  max-width: 800px;
  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;
  padding: 40px 0 0px;
  font-size: 22px;
  position: relative;
}
.title_cat {
  margin: 20px 0 30px;
}

/* --------------------------------
ボタン
---------------------------------*/
.btn {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.half.btn {
  max-width: initial;
}
.btn a,
.post_content .adButton a {
  display: block;
  border:1px solid;
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.half.btn a {
  display: inline-block;
  width: 49%;
}

.btn.instagram,
.btn.youtube,
.btn.tiktok {
  border-radius: 15px;
  color: #fff;
  max-width: 200px;
  height: 58px;
  line-height: 58px;
  padding:0;
}

.btn.youtube {
  background-color: #DA1725;
}
.btn.instagram {
  background-color: #CF2E92;
}
.btn.tiktok {
  background-color: #000;
}

/* --------------------------------
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: #C4C4C4;
  height: 75px;
  line-height: 75px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}
header .logo {
  float: left;
  margin-top: 20px;
}

header nav ul li {
  display: inline;
}
header nav ul li a {
  color: #fff;
  letter-spacing: 0.6em;
  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 {
  background-color: #fff;
  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;
}

/* --------------------------------
評価
---------------------------------*/
.star-rating {
  display: inline-block;
}
.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;
}

@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;
}
}
