@charset "UTF-8";
/*--------------------------------------------------------------
# Setting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: fot-tsukuardgothic-std,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 16px;
  line-height: 2;
  overflow-x: hidden;
  color: #707070;
  letter-spacing: 0.07em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
  transition: all 0.4s ease-out;
}

/* Animation */
.fadeup {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.fadeup.in {
  -webkit-animation: up 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: up 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeup.in:nth-of-type(1) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s forwards;
}

.fadeup.in:nth-of-type(2) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
}

.fadeup.in:nth-of-type(3) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}

.fadeup.in:nth-of-type(4) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s forwards;
}

.fadeup.in:nth-of-type(5) {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s forwards;
}

.fadedown {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.fadedown.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.slideLeft {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(90%, 0);
  transform: translate(90%, 0);
}

.slideLeft.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.slideRight {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.2, 1.1, 0.4, 1) 0.2s;
  -webkit-transform: translate(-90%, 0);
  transform: translate(-90%, 0);
}

.slideRight.in {
  -webkit-animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: inview 800ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@-webkit-keyframes inview {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes up {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes up {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  padding: 0;
  background: #000;
  box-shadow: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 20px 10px;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 10px;
    font-size: 1rem;
  }
}

body:not(.theme-preset-active) #masthead .navbar-nav .dropdown-menu {
  background: #F2A191;
  border: none;
  padding: 10px;
  font-size: 13px;
}

body:not(.theme-preset-active) #masthead .navbar-nav .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 5px;
}

header .head-top {
  background: url(../img/mainimg.jpg) no-repeat 50% 50%/cover;
}

header .head-top .container {
  height: 320px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

header .head-top .head-brand {
  background: #00000096;
  width: 440px;
  padding: 26px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  header .head-top .head-brand {
    width: 70%;
    padding: 25px;
  }
}

header .head-top .head-brand .head-info {
  background: #FFF100;
  opacity: 0.8;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  padding: 10px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  header .head-top .head-brand .head-info {
    font-size: 11px;
    line-height: 11px;
    padding: 10px 0;
  }
}

header .head-top .head-brand h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  margin: 20px 0 15px;
  padding: 0;
  text-align: center;
  text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  header .head-top .head-brand h1 {
    font-size: 20px;
    line-height: 27px;
    margin: 15px 0 10px;
  }
}

header .head-top .head-brand p {
  margin-bottom: 0;
  line-height: 26px;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  header .head-top .head-brand p {
    font-size: 12px;
    line-height: 19px;
  }
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header.navbar-light .navbar-toggler {
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
  }
}

header.navbar-light .navbar-toggler .navbar-toggler-icon {
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.sns-list {
  width: 90%;
  margin: auto;
}

.sns-list .btn {
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-list .btn {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.sns-list .btn:hover {
  opacity: 0.8;
}

.sns-list .btn::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: no-repeat 0 0 / 20px 20px;
}

.sns-list .btn.btn-fb {
  background: #305097;
  border-color: #305097;
}

.sns-list .btn.btn-fb::before {
  background-image: url(../img/icon-fb.svg);
}

.sns-list .btn.btn-tw {
  background: #44A8E1;
  border-color: #44A8E1;
}

.sns-list .btn.btn-tw::before {
  background-image: url(../img/icon-twitter.svg);
}

.sns-list .btn.btn-li {
  background: #33C733;
  border-color: #33C733;
}

.sns-list .btn.btn-li::before {
  background-image: url(../img/icon-line.png);
}

.menu-footermenu-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .menu-footermenu-container ul {
    flex-direction: column;
  }
}

.menu-footermenu-container li {
  flex-basis: 49%;
  list-style: none;
  margin-bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .menu-footermenu-container li {
    margin-bottom: 10px;
  }
}

.menu-footermenu-container a {
  display: block;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 20px;
  padding-right: 50px;
  text-decoration: underline;
  position: relative;
  color: #000;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .menu-footermenu-container a {
    padding: 10px 15px;
    padding-right: 30px;
    font-size: 14px;
  }
}

.menu-footermenu-container a:hover {
  text-decoration: none;
  background: #707070;
  color: #fff;
}

.menu-footermenu-container a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon-arrow-right.svg) no-repeat 0 0/100% auto;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .menu-footermenu-container a::after {
    right: 15px;
    width: 13px;
    height: 13px;
  }
}

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
.heading-title {
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 25px 20px;
  margin: 60px 0 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .heading-title {
    font-size: 20px;
    padding: 15px;
    margin: 40px 0 20px;
  }
}

.btn-dark {
  background: #707070;
  border-color: #707070;
  border-radius: 5px;
  box-shadow: 0px 5px 0px #5A5A5A;
  position: relative;
  padding: 10px;
}

.btn-dark::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon-arrow-right-wh.svg) no-repeat 0 0/100% auto;
  width: 14px;
  height: 14px;
}

.page-parts-on h1.entry-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 4px #EFEEF3;
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-parts-on h1.entry-title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

.page-parts-on .entry-content h2 {
  font-size: 20px;
  font-weight: bold;
  background: url(../img/bg-pink@2x.png) repeat-x left bottom/5px auto;
  padding-bottom: 15px;
  margin: 40px 0 30px;
}

.page-parts-on .entry-content h3 {
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-parts-on .entry-content p {
    font-size: 14px;
    line-height: 26px;
  }
}

/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/
.home p {
  line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .home p {
    font-size: 1.166rem;
  }
}

.introduction-box {
  align-items: center;
}

.introduction-box h1 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  padding-bottom: 0;
}

.introduction-box img {
  width: 100%;
}

.introduction-merit {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 20px 0 30px;
  margin-top: 60px;
  border-top: solid 60px #444;
}

.introduction-merit h3 {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 15px;
  margin: -48px auto 20px;
  width: 300px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .introduction-merit h3 {
    font-size: 16px;
    padding: 10px;
    width: 80%;
    margin: -41px auto 15px;
  }
}

.introduction-merit p {
  margin-bottom: 0;
  font-weight: bold;
}

.ranking-box {
  background: #444;
  padding: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box {
    padding: 10px;
  }
}

.ranking-box .inner {
  padding: 30px;
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .inner {
    padding: 14px;
  }
}

.ranking-box .num {
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  background: #000;
  border-radius: 100px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -65px auto 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -44px auto 0px;
    font-size: 1.666rem;
  }
}

.ranking-box .title01 {
  color: #707070;
  font-weight: 1.625rem;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: dotted 2px #000;
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .title01 {
    font-size: 1.666rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.ranking-box .catch {
  color: #707070;
  font-size: 1.4rem;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .catch {
    margin-top: 10px;
  }
}

.ranking-box p {
  line-height: 1.8;
}

.ranking-box dl {
}

.ranking-box dl dt {
  background: #f2f2f2;
  padding: 8px;
  line-height: 16px;
  text-align: center;
  border-radius: 100px;
  width: 120px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box dl dt {
    width: auto;
    margin: auto;
  }
}

.ranking-box dl dd {
  margin: 10px 0 0;
  line-height: 1.6;
}

.ranking-box .btn {
  background: #707070;
  border-radius: 5px;
  border-bottom: solid 5px #5A5A5A;
  padding: 20px;
  padding-right: 70px;
  color: #fff;
  text-align: left;
  position: relative;
}

.ranking-box .btn::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-right-wh.svg) no-repeat 0 0/100% auto;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ranking-box .btn:hover {
  background-color: #000;
  color: #fff;
  border-bottom-color: #444;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .btn {
    font-size: 1.333rem;
    padding: 15px;
    padding-right: 40px;
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .ranking-intro .btn {
    margin-bottom: 30px;
  }
}

.ranking-box .ranking-intro .col-md-4 img {
  max-width: 200px;
}

.ranking-box .ranking-graph {
  margin-top: 50px;
  align-items: center;
}

.ranking-box .ranking-graph h4 {
  background: #F7EFB8;
  border-radius: 5px;
  color: #707070;
  padding: 16px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .ranking-graph h4 {
    margin-bottom: 20px;
  }
}

.ranking-box .ranking-graph table {
  border-top: #000 solid 1px;
}

.ranking-box .ranking-graph tr {
  border-bottom: #000 solid 1px;
}

.ranking-box .ranking-graph th {
  background: #EFEEF3;
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
  width: 42%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .ranking-graph th {
    width: 50%;
    padding: 10px 0;
    font-size: 1.083rem;
  }
}

.ranking-box .ranking-graph td {
  padding: 10px 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .ranking-graph td {
    padding: 10px;
  }
}

.ranking-box .ranking-graph td i {
  color: #F7E04A;
  font-size: 1.25rem;
  margin-right: 4px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .ranking-box .ranking-graph td i {
    margin-right: 0;
  }
}

.ranking-box .ranking-graph img {
  width: 100%;
}

.ranking-box .ranking-matome {
  margin-top: 30px;
}

.ranking-box .ranking-matome h3 {
  text-align: center;
  color: #000;
  font-size: 1.375rem;
  padding-bottom: 20px;
  border-bottom: dotted 2px #000;
  margin-bottom: 30px;
}

.ranking-box .ranking-matome p {
  line-height: 1.6;
}

/*--------------------------------------------------------------
# side
--------------------------------------------------------------*/
h3.widget-title {
  background: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  h3.widget-title {
    padding: 12px;
  }
}

.textwidget .image {
  margin-bottom: 10px;
}

.textwidget .image img {
  width: 100%;
}

.textwidget .name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.textwidget .name .num {
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  background: #000;
  color: #fff;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
#content.site-content {
  padding-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 22px;
  }
}

/*# sourceMappingURL=style.css.map */

/*PAGE TOPボタン追加*/
#page_top{
width: 100px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #000;
opacity: 0.6;
z-index: 999;
}
#page_top a{
position: relative;
display: block;
width: 100px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: ' ▲ PAGE ';
font-size: 12px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}