﻿* {
  -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: #FFA7AD;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  background-color: #FFA7AD;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 6px 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: 4;
  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: 8px 0 0 0;
  width: 63%;
}
.div_header h1 a {
  display: inline-block;
}
.div_header h1 img {
  width: auto;
  max-height: 40px;
}
#btn_setting, #btn_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 5px 0px 5px;
}
#btn_fav, #btn_regist {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 5px 0px 5px;
}
#btn_setting img, #btn_fav img, #btn_regist img, #btn_home img {
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 340px) {
  .div_header h1 img {
    width: auto;
    max-height: 30px;
  }
}
@media screen and (min-width: 640px) {
  .div_header h1 img {
    width: 60%;
    max-height: none;
  }
  #btn_setting, #btn_home {
    width: 10%;
  }
  #btn_fav, #btn_regist {
    width: 10%;
  }
  #btn_setting img, #btn_fav img, #btn_regist img, #btn_home img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #btn_setting img, #btn_fav img, #btn_regist img, #btn_home img {
    width: 90%;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .navbar-offcanvas .li_link {
    font-size: 13px;
  }
}
.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;
}
.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;
  }
}

/* ---- pankuzu --------------------------------*/
ul.pank {
  margin: 0 auto;
  width: 100%;
  background-color: #ffa7ad;
  padding: 1px 2.5%;
}
ul.pank li {
  display: inline;
  list-style: none;
  font-weight: bold;
  color: #fff;
}
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: #fff;
}
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*/
.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 li {
  padding: 2%;
  position: relative;
}
ul.fav_list li .image {
  display: block;
}
ul.fav_list li .btn_off {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  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: 40px;
  height: 40px;
  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: 60px;
    height: 60px;
  }
  ul.fav_list li .btn_on {
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
}