﻿* {
  -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 Next', 'Avenir', 'Segoe UI', 'Verdana', 'Helvetica Neue', 'Helvetica', 'Kosugi Maru', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: 100%;
  color: #595757;
}
@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: #e5b39f;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  background-color: rgba(222, 158, 156, 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;
  letter-spacing: 0.1rem;
}
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: 57px;
  }
}
#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: #e5b39f;
}
/* ---- 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;
}
.div_header h1 {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  height: auto;
  text-align: center;
  padding: 8px 0 3px 0;
  width: 45%;
}
.div_header h1 a {
  display: inline-block;
  line-height: 100%;
}
.div_header h1 img {
  width: auto;
  line-height: 100%;
}
#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: #e5b39f;
  content: '・';
  font-weight: bold;
}
.navbar-offcanvas .drawer-dropdown-menu-item.cat:after {
  color: #e5b39f;
  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;
  }
}
/* ---- ttl ---------------------------------*/
.ttl_bg, .ttl_bg_w {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 100px;
  width: 100%;
}
.ttl_bg {
  background-image: url(/image/site/a_ttl_bg.png);
}
.ttl_bg_w {
  background-image: url(/image/site/a_ttl_bg_w.png);
}
h3.ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
h3.ttl span {
  color: #ff8190;
  font-size: 1.7rem;
  margin-bottom: 8px;
  display: block;
}
img.parts {
  display: block;
}
@media screen and (min-width:768px) {
  .ttl_bg, .ttl_bg_w {
    height: 200px;
  }
}
/* ---- column ---------------------------------*/
.column li {
  width: 92%;
  margin: 25px auto 0 auto;
  position: relative;
}
.column li a {
  color: #595757;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  border-radius: 5px;
  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;
}
.column li a:hover {
  transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
}
.column li a img {
  width: 100px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.column li a p {
  font-size: 1.25rem;
  letter-spacing: 0.13rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px;
  line-height: 160%;
  position: relative;
}
.column li a p span {
  position: absolute;
  bottom: 10px;
  left: 12px;
}
.article_column {
  color: #f3b188;
}
.article_essay {
  color: #8fc0d9;
}
.article_story {
  color: #90c0ac;
}
.column .more {
  width: 92%;
  margin: 25px auto 0 auto;
  text-align: right;
}
.column .more a {
  width: 45%;
  background-color: #de9e9c;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  position: relative;
  letter-spacing: 0.2rem;
}
@media screen and (min-width:768px) {
  .column li {
    margin: 35px auto 0 auto;
  }
  .column li a p {
    font-size: 1.35rem;
    padding: 16px 20px;
  }
  .column li a p span {
    left: 20px;
  }
  .column li a img {
    width: 150px;
  }
  .column .more a {
    font-size: 1.4rem;
    padding: 8px;
    margin-top: 15px;
  }
}
@media screen and (max-width:320px) {
  .column li a p {
    font-size: 1.15rem;
    line-height: 150%;
  }
  .column li a img {
    width: 80px;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
  .column li a p span {
    font-size: 1.1rem;
  }
}