﻿* {
  -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;
  -webkit-text-size-adjust: 100%;
}
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: all 0.3s;
  color: darkkhaki;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  background-color: rgba(189, 183, 107, 0.8);
  color: #fff !important;
  border-radius: 3px;
  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: #f2f3e8;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.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;
}
h2.ttl {
  color: #000;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.6rem;
  margin: 2rem auto;
  font-family: "Libre Baskerville", "Hannari", "Noto Serif JP";
}
h3.ttl {
  color: #aaa;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  margin: -0.5rem auto 3rem auto;
  font-family: "Libre Baskerville", "Hannari", "Noto Serif JP";
}
/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 4;
  background-size: cover;
  background-color: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0));
}
.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: 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: 3;
  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: 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
  }
}
@media screen and (max-width: 320px), screen and (max-height: 450px) {
  .navbar-offcanvas .drawer-dropdown-menu {
    display: block;
  }
  .navbar-offcanvas .drawer-dropdown .drawer-menu-item {
    pointer-events: none;
  }
  .menu_garapho {
    display: none !important;
  }
  .navbar-offcanvas .li_link {
    height: 3em;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 3rem;
  }
  .navbar-offcanvas .li_link > span {
    line-height: 3.6rem;
  }
}
/* ------------ modalwindow ------------*/
.open-modal {
  cursor: pointer;
}
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.modal_container {
  width: 100%;
  height: 100%;
  min-height: 100vh !important;
}
.modal_inner {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  min-height: 100vh !important;
}
.modal_modal {
  margin: 0 auto;
  text-align: center;
  text-justify: inter-ideograph;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 100vh !important;
  overflow-y: auto;
  padding-bottom: 10vh;
}
.modal_modal::after {
  display: table;
  content: '';
  clear: both;
}
.modal_inner #modal-image {
  background-image: url("../image/site/a_load.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 35vh;
  max-height: 60vh;
  width: auto;
  pointer-events: auto !important;
  -webkit-user-select: text !important;
  -webkit-touch-callout: default !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  -khtml-user-select: text !important;
}
.modal_inner .txt {
  width: 90%;
  margin: 0 auto;
  text-align: left !important;
}
.modal_inner #modal-category {
  font-family: "Libre Baskerville", "Hannari", "Noto Serif JP";
  font-size: 2.6rem;
  letter-spacing: 0.8rem;
  margin: 1.5rem auto 1.3rem auto;
  padding: 0 0.1rem;
}
.modal_inner #modal-hashtags {
  font-size: 1.3rem;
}
.modal_inner .fav_img_container {
  margin: 1.3rem auto 1rem auto;
  position: relative;
  max-height: 90px;
}
.modal_inner .fav_img_container img {
  display: block;
}
.modal_inner .fav_img_container .absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
}
.modal_inner .chui {
  color: #aaa;
  font-size: 1rem;
  text-align: right;
  margin-bottom: 1rem;
}
.modal_inner .modal_button {
  width: 100%;
  background-color: #666;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
  padding: 0.7rem 1rem;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-family: "Libre Baskerville", "Hannari", "Noto Serif JP";
  border: 0;
  cursor: pointer;
}
.modal_inner .modal_button:hover {
  background-color: #111;
}
.modal_inner #modal-hashtags .tags {
  display: inline-block;
  margin: 0.3rem 0.5rem 0.3rem 0;
  width: auto;
  text-align: center;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-decoration: none;
  font-weight: normal !important;
}
@media screen and (max-width: 320px), screen and (max-height: 450px) {
  .modal_inner #modal-image {
    max-height: 50vh;
  }
  .modal_inner #modal-category {
    font-size: 1.8rem;
    margin: 0.5rem auto;
  }
  .modal_inner .chui {
    display: none;
  }
  .modal_inner .modal_button {
    padding: 0.8rem;
    font-size: 1.5rem;
  }
  .modal_inner #modal-hashtags {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .modal_inner .fav_img_container {
    min-height: 85px;
    width: auto;
  }
  .modal_inner .txt {
    width: 80%;
    margin: 0 auto;
    text-align: left !important;
  }
}
/* ------------ hashtag ------------*/
.hashtag_waku {
  width: 95%;
  margin: 0 auto 1rem auto;
}
.hashtag li {
  display: inline;
}
.hashtag li a {
  display: inline-block;
  margin: 0.3rem 0.1rem 0.3rem 0;
  width: auto;
  text-align: center;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-decoration: none;
  font-weight: normal !important;
}
.hashtag li a:active, .hashtag li a:hover {
  background-color: rgba(180, 60, 86, 1) !important;
  color: #ffffff;
  opacity: 1 !important;
}
.hashtag li a .hashtag-count {
  color: #aaa;
  margin-left: 3px;
}
.hashtag li a:active .hashtag-count, .hashtag li a:hover .hashtag-count {
  color: #eee;
  opacity: 1 !important;
}
/* ------------ narabekae ------------*/
#container {
  width: 95%;
  margin: 0 auto;
}
.item {
  width: 46%;
  z-index: 1;
  margin: 2%;
}
.item img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  display: block;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.item:hover, .item:active {
  background-color: #FFF13D;
  border-radius: 3px;
}
.item:hover img, .item:active img {
  opacity: 0.6;
}
/* ------------ infinite scroll ------------*/
.cont_load {
  margin: 20px auto;
  text-align: center;
}
.page-load-status, .navigation {
  display: none;
}
#infscr-loading {
  text-align: center;
  margin: 10px auto;
  position: absolute;
  left: auto;
  bottom: -100px;
  width: 100%;
  height: 80px;
}
#infscr-loading .finished_message {
  margin-top: 3rem;
  display: block;
}
.cont_load img, #infscr-loading img {
  width: 45px;
  height: 45px;
}
#content ul.post, #content .event_list {
  margin: 0 !important;
}
#content .post .event_list a.ui-btn.ui-btn-icon-right.ui-icon-carat-r {
  border-bottom-width: 0px !important;
}