﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-szize: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width:768px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 16px;
  }
}
ul {
  list-style-type: none;
}
a {
  cursor: pointer;
  transition: opacity 0.3s;
  color: #E1833D;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  background-color: rgba(225, 131, 61, 0.8);
  color: #fff !important;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
	touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}
body {
  background-color: #f7f4f4;
}
img {
  max-width: 100%;
  height: auto;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  padding-top: 70px;
  background-color: #fff;
  font-size: 1.2rem !important;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #wrap {
    padding-top: 50px;
  }
}
#contents {
  width: 100%;
}
sup {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  margin: 15px auto;
  color: #888;
}
/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 9999;
  background-size: cover;
  /*background-color:#fff;*/
}
.div_header h1 {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  height: auto;
  text-align: center;
  padding: 5px 0 0 0;
  width: 65%;
}
.div_header h1 a {
  display: inline-block;
}
.div_header h1 img {
  width: auto;
}
#btn_setting, #btn_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 15%;
  height: 100%;
}
#btn_fav, #btn_regist {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  width: 15%;
  height: 100%;
}
#btn_setting img, #btn_home img, #btn_fav img, #btn_regist img {
  width: auto;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #btn_setting img, #btn_fav img, #btn_regist img, #btn_home img {
    width: auto;
    height: auto;
  }
}
.navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 220px;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: rgba(255, 255, 255, 0.95);
  color: #6a6247;
  font-size: 0.7em;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -2;
}
.navbar-offcanvas.offcanvas-transform.in {
  z-index: 999;
  opacity: 1;
  box-shadow: 10px 0px 23px rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
}
.navbar-offcanvas .li_link {
  height: 4em;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
.navbar-offcanvas .li_link > span {
  line-height: 4em;
  color: #6a6247;
}
.navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
  top: 5px;
  display: inline-block;
  font-size: 16px;
  float: right !important;
  color: #c2c1c7 !important;
  line-height: 4rem;
  top: 4px;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas-stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}
.offcanvas-stop-scrolling:after {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.navbar-offcanvas .drawer-dropdown {
  border-bottom: 1px solid #ccc;
}
.navbar-offcanvas .drawer-dropdown a {
  text-decoration: none;
}
.navbar-offcanvas .drawer-dropdown-menu {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  display: none;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-dropdown-menu {
  display: block;
}
.navbar-offcanvas .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-offcanvas .drawer-dropdown-menu-item {
  line-height: 2.5rem;
  font-size: 1.2rem;
  width: 100%;
  font-weight: normal;
  color: #6a6247;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-offcanvas .drawer-dropdown-menu li:last-child {
  margin-bottom: 10px
}
.navbar-offcanvas .drawer-dropdown .drawer-menu-item {
  border-bottom: none;
}
.navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .navbar-offcanvas {
    max-width: 250px;
  }
  .navbar-offcanvas .li_link {
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    font-size: 20px;
    line-height: 5.2rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 3rem;
    font-size: 1.5rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu li:last-child {
    margin-bottom: 20px
  }
}

@media screen and (min-width: 768px) {
  .navbar-offcanvas {
    max-width: 250px;
  }
  .navbar-offcanvas .li_link {
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    font-size: 20px;
    line-height: 3.5rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu li:last-child {
    margin-bottom: 20px
  }
}

/* ---- ad --------------------------------*/
.ad_waku {
  margin: 20px auto;
  text-align: center;
}

/* ---- pankuzu --------------------------------*/
ul.pank {
  margin: 0 auto;
  width: 100%;
  background-color: #EED196;
  padding: 1px 2.5%;
}
ul.pank li {
  display: inline;
  list-style: none;
  font-weight: bold;
  color: #754C24;
}
ul.pank li:after {
  content: '>';
  padding: 0 2px 0 8px;
  color: rgba(255, 255, 255, 0.6);
}
ul.pank li:last-child:after {
  content: '';
}
ul.pank li a {
  color: #754C24;
}
ul.pank li a:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  ul.pank {
    padding: 4px 2.5%;
  }
  ul.pank li, ul.pank li a {
    font-size: 1.4rem;
  }
}
/* ---- favorite --------------------------------*/
/*roop_contents*/
.box2 {
  width: 50%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
}
.box3 {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.box4 {
  width: 25%;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
}
.float {
  float: left;
}
/*list*/
ul.fav_list {
  width: 96%;
  margin: 0 auto;
}
ul.fav_list li {
  padding: 1%;
  position: relative;
}
ul.fav_list li .image {
  display: block;
}
ul.fav_list li .btn_off {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
}
ul.fav_list li .btn_on {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
}
ul.fav_list li .btn_on:active, ul.fav_list li .btn_off:active {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
}
@media screen and (min-width: 768px) {
  ul.fav_list li .btn_off {
    bottom: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
  }
  ul.fav_list li .btn_on {
    bottom: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
  }
}
/* ---- ranking --------------------------------*/
/*list*/
ul.rank_list {
  margin: 0 auto;
  /*counter-reset: number;*/
}
ul.rank_list li {
  background-color: #F6F3F1;
  margin-bottom: 4px;
  padding: 20px 2.5%;
  position: relative;
}
ul.rank_list li .rank {
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  padding: 15px 0 0 2px;
  text-align: center;
  color: #fff;
  background-image: url(/image/site/a_rank_4.png);
  font-size: 1.2rem;
  font-weight: 600;
  pointer-events: none;
  text-shadow: 1px 1px 5px #666;
  z-index: 1;
  /*counter-increment: number 1;
    content: counter(number) " "; CSSでナンバリング*/
}
ul.rank_list li:first-child .rank {
  background-image: url(/image/site/a_rank_1.png);
}
ul.rank_list li:nth-child(2) .rank {
  background-image: url(/image/site/a_rank_2.png);
}
ul.rank_list li:nth-child(3) .rank {
  background-image: url(/image/site/a_rank_3.png);
}
ul.rank_list li:first-child .rank, ul.rank_list li:nth-child(2) .rank, ul.rank_list li:nth-child(3) .rank {
  padding: 21px 0px 0px 8px;
  text-shadow: 1px 1px 5px #E1833D;
}
ul.rank_list li .image {
  display: block;
  width: 42.5%;
  margin-right: 2.5%;
  float: left;
}
ul.rank_list li a {
  display: block;
}
ul.rank_list li a:hover {
  opacity: 0.7;
}
ul.rank_list li .creator {
  position: absolute;
  text-align: right;
  bottom: 20px;
  right: 2.5%;
}
ul.rank_list li .creator img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 50%;
}
ul.rank_list li .creator a {
  color: #E1B887;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.3rem;
}
ul.rank_list li .rank_text {
  width: 55%;
  float: right;
  position: relative;
}
ul.rank_list li .rank_text .ttl_koma a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  line-height: 110%;
  margin-bottom: 8px;
}
ul.rank_list li .rank_text .ttl_dai {
  font-size: 1rem;
  letter-spacing: 0.5px;
}
ul.rank_list li .rank_text .ttl_dai a {
  font-size: 1.1rem;
  color: #888;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.4rem;
  border-bottom: 1px solid #e1833d;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  ul.rank_list li .rank_text .ttl_koma a {
    font-size: 2.4rem;
    line-height: 120%;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  ul.rank_list li .rank_text .ttl_dai {
    font-size: 1.6rem;
  }
  ul.rank_list li .rank_text .ttl_dai a {
    font-size: 1.8rem;
  }
  ul.rank_list li .creator img {
    width: 50px;
    height: 50px;
  }
  ul.rank_list li .creator a {
    font-size: 2rem;
  }
  ul.rank_list li .rank {
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    padding: 24px 0 0 3px;
    font-size: 1.8rem;
    letter-spacing: 0px;
  }
  ul.rank_list li:first-child .rank, ul.rank_list li:nth-child(2) .rank, ul.rank_list li:nth-child(3) .rank {
    padding: 33px 0px 0px 8px;
    text-shadow: 1px 1px 5px #E1833D;
  }
}

h2.ttl img{
  display:block;
  margin:0 auto;
}