﻿* {
  -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: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Kosugi Maru', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', 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: 0.3s;
  transition-property: transform,opacity;
  color: #00d39c;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  background-color: rgba(0, 211, 156, 0.8);
  color: #fff !important;
  border-radius: 5px;
  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: #f2f2f2;
}
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;
}
h2.ttl {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
  letter-spacing: 0.35rem;
  background-color: #00d39c;
}
/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  width: 100%;
  position: fixed !important;
  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%);
  text-align: center;
  z-index: 4;
  background-size: cover;
  background-color: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 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;
  cursor: pointer;
}
.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: #333;
}
.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: #bbb !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: #333;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat {
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:before {
  color: #00d39c;
  content: '・';
  font-weight: bold;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:after {
  color: #00d39c;
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:hover:after {
  transform: translateX(5px);
}
.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;
  }
}

/* ---- column ---------------------------------*/
.column li {
  width: 92%;
  margin: 25px auto 0 auto;
  position: relative;
}
.column li a {
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  padding: 8px 30px 8px 3px;
  border-radius: 8px;
  display: block;
  position: relative;
  z-index: 2;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-flow: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.column li a:hover {
  transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
}
.column li a span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  text-align: center;
  right: 15px;
  margin-top: 3px;
}
.column li a span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  top: 50%;
  text-align: center;
  right: 14px;
  margin-top: 0;
}
.column li a img {
  width: 20.5%;
  height: auto;
  margin-right: 1%;
}
.column li a p {
  width: 76%;
  font-size: 1.3rem;
  letter-spacing: 0.13rem;
}
.column li:before {
  position: absolute;
  top: 5px;
  right: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(215, 244, 174, 1);
  z-index: 1;
  border-radius: 8px;
}
.column a.more {
  background-color: #00d39c;
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 92%;
  margin: 25px auto;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
  letter-spacing: 0.4rem;
}
.column a.more:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  text-align: center;
  right: 15px;
  margin-top: 3px;
}
.column a.more:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  : translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  top: 50%;
  text-align: center;
  right: 14px;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .category li.un a {
    padding-left: 80px;
  }
  .column li a span:before, .column a.more:before {
    width: 25px;
  }
}
@media screen and (max-width:320px) {
  .column li a p {
    font-size: 1.25rem;
    line-height: 150%;
  }
}