@charset "UTF-8";
/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted gray;
  margin: 10px 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*画面全体の設定*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0px;
}

html,
body {
  color: #333333;
}

br {
  letter-spacing: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.forP {
  display: block;
}
@media screen and (max-width: 960px) {
  .forP {
    display: none;
  }
}

.forPT {
  display: block;
}
@media screen and (max-width: 480px) {
  .forPT {
    display: none;
  }
}

.forTS {
  display: none;
}
@media screen and (max-width: 960px) {
  .forTS {
    display: block;
  }
}

.forS {
  display: none;
}
@media screen and (max-width: 480px) {
  .forS {
    display: block;
  }
}

a {
  color: #5e74ae;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #5e74ae;
}
a:active {
  text-decoration: none;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clb {
  clear: both;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.imgR {
  float: right;
  margin: 10px 0 5px 10px;
  width: 150px;
}
@media screen and (max-width: 960px) {
  .imgR {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.imgL {
  float: left;
  margin: 5px 10px 5px 0;
  width: 360px;
}
@media screen and (max-width: 960px) {
  .imgL {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.img-message {
  float: left;
  margin: 5px 10px 5px 0;
  width: 400px;
}
@media screen and (max-width: 960px) {
  .img-message {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.img-kenshui {
  float: left;
  margin: 5px 10px 5px 0;
  width: 200px;
}
@media screen and (max-width: 960px) {
  .img-kenshui {
    float: none;
    margin: 5px auto 5px auto;
    width: 100%;
  }
}

.img60 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img60 {
    width: 100%;
  }
}

.img70 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img70 {
    width: 100%;
  }
}

.img80 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .img80 {
    width: 100%;
  }
}

.red {
  color: #e8373d;
}

.purple {
  color: #282aa0;
}

.blue {
  color: #a4c0ff;
}

.yellow {
  color: #ffe000;
}

.green {
  color: #435a3b;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bgW {
  background-color: #fff;
}

.bgG {
  background-color: #606f62;
}

.bgP {
  background-color: #524161;
}

.bgR {
  background-color: #8f5852;
}

.bgY {
  background-color: #968a4c;
}

.bgB {
  background-color: #5b6b8e;
}

.bgB-dark {
  background-color: #313d6b;
}

.bgH {
  background-color: #464646;
}

.pl1 {
  padding-left: 1px;
}

.pl10 {
  padding-left: 10px;
}

.p20 {
  padding: 10px 20px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr30 {
  margin-right: 30px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.foSS {
  font-size: 60%;
}

.foSSS {
  font-size: 40%;
}

.foS {
  font-size: 80%;
}

.foM {
  font-size: 100%;
}

.foL {
  font-size: 120%;
  padding-top: 10px;
}

.foLL {
  font-size: 140%;
}

.foSB {
  font-size: 0.6em;
  font-weight: bold;
}

.foMB {
  font-size: 1em;
  font-weight: bold;
}

.foLB {
  font-size: 1.2em;
  font-weight: bold;
}

.foLLB {
  font-size: 1.4em;
  font-weight: bold;
}

.foB {
  font-weight: bold;
}

.strong {
  font-weight: bold;
}

.caption_introduction, .caption_rail-fun, .caption_sports, .caption_culture {
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 6px;
  color: #fff;
  background: linear-gradient(to bottom, transparent 25%, #4b6f44 25%, #4b6f44 75%, transparent 75%);
  border: 1px solid #4b6f44;
  padding: 5px 0;
}
@media screen and (max-width: 960px) {
  .caption_introduction, .caption_rail-fun, .caption_sports, .caption_culture {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.caption_culture {
  background: linear-gradient(to bottom, transparent 25%, #6e3944 25%, #6e3944 75%, transparent 75%);
  border: 1px solid #6e3944;
}

.caption_sports {
  background: linear-gradient(to bottom, transparent 25%, #384b6b 25%, #384b6b 75%, transparent 75%);
  border: 1px solid #384b6b;
}

.caption_rail-fun {
  background: linear-gradient(to bottom, transparent 25%, #98563c 25%, #98563c 75%, transparent 75%);
  border: 1px solid #98563c;
}

.parallax-top::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/bg-top.jpg);
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .parallax-top::before {
    background-image: url(../../img/bg-top-s.jpg);
  }
}

.conts {
  position: relative;
  height: 100vh;
}
.conts .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 800px;
}
@media screen and (max-width: 480px) {
  .conts .logo {
    width: 100%;
  }
}

.bnr-box {
  background: #000;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .bnr-box {
    flex-direction: column;
  }
}

.bnr {
  width: 23%;
}
@media screen and (max-width: 480px) {
  .bnr {
    width: 70%;
    margin: 0 auto 20px;
  }
}

.parallax, .parallax-150p {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.parallax-150p {
  height: 150%;
}

.parallax-welcome {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../../img/welcome.jpg");
}
.parallax-welcome .welcome-l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
}
.parallax-welcome .welcome-r {
  position: absolute;
  top: 20px;
  right: 50px;
  max-width: 600px;
  width: 50%;
}

.parallax-message {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../../img/message.jpg");
}
.parallax-message .message-l {
  position: absolute;
  top: 20px;
  left: 50px;
  max-width: 1000px;
  width: 60%;
}
.parallax-message .message-l img {
  max-height: 95vh;
}
.parallax-message .message-r {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 600px;
  width: 50%;
}

.full-size {
  background: #fff;
  width: 100%;
}
.full-size img {
  width: 100%;
}

.thanks {
  background: #fff;
  margin: 50px auto 0;
  width: 50%;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .thanks {
    margin: 30px auto 0;
    width: 80%;
    padding-bottom: 20px;
  }
}

.bg-message {
  background-image: url("../../img/message.jpg");
}

/*スクロールするコンテンツ*/
.scrollbox {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  padding-bottom: 50px;
}
.scrollbox h6 {
  padding: 0px;
  font-size: 1rem;
  font-weight: normal;
}
.scrollbox h6 span {
  background-color: #2a2a2a;
}
.scrollbox .midasi {
  max-width: 860px;
  width: 71%;
  margin: 30px auto 50px;
}
@media screen and (max-width: 480px) {
  .scrollbox .midasi {
    width: 90%;
    margin: 10px auto 10px;
  }
}
.scrollbox .box {
  border: 2px solid #e6e6e6;
  max-width: 860px;
  width: 71%;
  margin: 30px auto 0;
}
@media screen and (max-width: 480px) {
  .scrollbox .box {
    width: 80%;
  }
}
.scrollbox .box .midasi-in-box {
  width: 70%;
  margin: 20px auto;
}
.scrollbox .scroll, .scrollbox .scroll-auto-hight {
  width: 100%;
  height: 500px;
  overflow: auto;
  margin: 0px auto 0px;
  padding: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .scrollbox .scroll, .scrollbox .scroll-auto-hight {
    height: 380px;
  }
}
.scrollbox .scroll::-webkit-scrollbar, .scrollbox .scroll-auto-hight::-webkit-scrollbar {
  overflow: hidden;
  width: 3px;
  background: #fff;
}
.scrollbox .scroll::-webkit-scrollbar:horizontal, .scrollbox .scroll-auto-hight::-webkit-scrollbar:horizontal {
  height: 1px;
}
.scrollbox .scroll::-webkit-scrollbar-button, .scrollbox .scroll-auto-hight::-webkit-scrollbar-button {
  display: none;
}
.scrollbox .scroll::-webkit-scrollbar-piece, .scrollbox .scroll-auto-hight::-webkit-scrollbar-piece {
  background: #eee;
}
.scrollbox .scroll::-webkit-scrollbar-piece:start, .scrollbox .scroll-auto-hight::-webkit-scrollbar-piece:start {
  background: #eee;
}
.scrollbox .scroll::-webkit-scrollbar-thumb, .scrollbox .scroll-auto-hight::-webkit-scrollbar-thumb, .scrollbox .scroll::-webkit-scrollbar-corner, .scrollbox .scroll-auto-hight::-webkit-scrollbar-corner {
  background: #999999;
}
.scrollbox .scroll h6.title, .scrollbox .scroll-auto-hight h6.title {
  padding-bottom: 0px;
}
.scrollbox .scroll .icon, .scrollbox .scroll-auto-hight .icon {
  position: relative;
  float: left;
  width: 30%;
  margin: 0 0 20px 3%;
}
@media screen and (max-width: 480px) {
  .scrollbox .scroll .icon, .scrollbox .scroll-auto-hight .icon {
    width: 46%;
    margin: 0 0 20px 3%;
  }
}
.scrollbox .scroll .icon-big, .scrollbox .scroll-auto-hight .icon-big {
  float: left;
  width: 46%;
  margin: 0 0 20px 3%;
}
.scrollbox .scroll .grp, .scrollbox .scroll-auto-hight .grp {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .scrollbox .scroll .grp, .scrollbox .scroll-auto-hight .grp {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.scrollbox .scroll-auto-hight {
  height: auto;
  overflow: auto;
  margin: 0px auto 0px;
  padding: 10px 0 0;
}
.scrollbox .scroll-auto-hight::-webkit-scrollbar {
  overflow: hidden;
  width: 3px;
  background: #fff;
}
.scrollbox .scroll-auto-hight::-webkit-scrollbar:horizontal {
  height: 1px;
}
.scrollbox .scroll-auto-hight::-webkit-scrollbar-button {
  display: none;
}
.scrollbox .scroll-auto-hight::-webkit-scrollbar-piece {
  background: #eee;
}
.scrollbox .scroll-auto-hight::-webkit-scrollbar-piece:start {
  background: #eee;
}
.scrollbox .scroll-auto-hight::-webkit-scrollbar-thumb, .scrollbox .scroll-auto-hight::-webkit-scrollbar-corner {
  background: #999999;
}
.scrollbox .scroll-auto-hight .grp {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .scrollbox .scroll-auto-hight .grp {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.btn_video {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.btn_video img {
  width: 6vw;
  max-width: 70px;
}
@media screen and (max-width: 480px) {
  .btn_video img {
    width: 10vw;
  }
}

.school-box {
  width: 96%;
  margin: 0px auto;
  padding: 5px 0px;
}
.school-box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.school-box .name-L, .school-box .name-R {
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .school-box .name-L, .school-box .name-R {
    margin-bottom: 5px;
  }
}
.school-box .name-L .triangle, .school-box .name-R .triangle {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  width: 50px;
}
@media screen and (max-width: 480px) {
  .school-box .name-L .triangle, .school-box .name-R .triangle {
    display: block;
    width: 30px;
    bottom: -15px;
  }
}
@media screen and (max-width: 480px) {
  .school-box .name-L, .school-box .name-R {
    float: none;
    width: 100%;
  }
}
.school-box .name-R {
  float: right;
}
.school-box .photo-R, .school-box .photo-L {
  float: right;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .school-box .photo-R, .school-box .photo-L {
    float: none;
    width: 100%;
  }
}
.school-box .photo-L {
  float: left;
}

.footer,
.rosenzu,
.sankako {
  width: 100%;
  background: #fff;
  text-align: center;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn-right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}

.fadeIn-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2s;
}

.fadeIn-left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}

.fadeIn-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#menu {
  display: none;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
    \*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 20rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.drawer-brand {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #ec0006;
}

.drawer-menu {
  margin: 0;
  padding-top: 60px;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 1.2rem 0.75rem 1.2rem 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0f1352;
}

.drawer-blue {
  font-size: 1rem;
  display: block;
  padding: 0.6rem 0.75rem 0.6rem 1.5rem;
  text-decoration: none;
  color: #1240c3;
}

.drawer-blue:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1240c3;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
    \*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
    \*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
    \*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -20rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0rem;
}

/*!------------------------------------*\
    Hamburger
    \*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: -2px;
  margin-right: 0px;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 25px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #e6e6e6;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
    \*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
    \*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
    \*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
    \*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
    \*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*!------------------------------------*\
    iPhone対策
    \*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}