/* ==========================================================================
   Foundation
   ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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:0;
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;
text-decoration: none;
}
/ 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 solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}
/* ==========================================================================
   Layout
   ========================================================================== */
@-webkit-keyframes spinAround {
  from {
    tranform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    tranform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
aside {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px;
  background-color: #165e83;
}
@media (max-width: 800px) {
aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
            box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}
  }
.l-aslide__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 800px) {
.l-aslide__logo {
      -webkit-box-pack: left;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left
  }
    }
.l-aslide__logo__link {
      padding: 32px;
      color: #fff;
      font-size: 20px;
      background-size: 64px;
      background-image: url(/images/ico/company_logo1.png);
      background-repeat: no-repeat;
      background-position: left center;
      border-radius: 6px;
      cursor: pointer;
    }
@media (max-width: 800px) {
.l-aslide__logo__link {
        padding: 20px;
        background-size: 40px
    }
      }
.l-aslide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
@media (max-width: 800px) {
.l-aslide__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row
  }
    }
.l-aslide__list > li {
      width: 100%;
      margin-top: 20px;
      -webkit-transition: .3s;
      transition: .3s;
    }
@media (max-width: 800px) {
.l-aslide__list > li {
        margin: 0 0 0 10px
    }
      }
.l-aslide__list > li:first-child {
        margin-top: 0;
      }
@media (max-width: 800px) {
.l-aslide__list > li:first-child {
          margin-left: 0
      }
        }
.l-aslide__list > li:hover .l-aslide__nav__list__ico {
          color: #3eb370;
          -webkit-transition: .3s;
          transition: .3s;
        }
.l-aslide__list__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
    }
@media (max-width: 800px) {
.l-aslide__list__container {
        /*display: none;*/
    }
      }
.l-aslide__list__link {
      position: relative;
      display: block;
      width: 100%;
      padding: 20px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      -webkit-transition: background .3s, color .2s;
      transition: background .3s, color .2s;
      background-color: #164052;
    }
@media (max-width: 800px) {
.l-aslide__list__link {
        width: 40px;
        padding: 8px
    }
      }
.l-aslide__list__link:hover {
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
      }
.l-aslide__list__link:hover::after {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          opacity: 1;
          -webkit-transition: .3s;
          transition: .3s;
        }
.l-aslide__list__link::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-box-shadow: 0 0 0 2px #fff;
                box-shadow: 0 0 0 2px #fff;
        border-radius: 50%;
        -webkit-transform: scale(.8);
                transform: scale(.8);
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
      }
.l-aslide__nav__list__ico {
        color: #fff;
        font-size: 24px!important;
        -webkit-transition: .3s;
        transition: .3s;
      }
header {
  padding: 15px 20px 15px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #154e65;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .3);
          box-shadow: 0 20px 20px rgba(0, 0, 0, .3);
}
.l-header__accountInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: right;
    margin-top: 5px;
    color: #fff;
  }
.l-header__accountInfo > li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
    }
.l-header__accountInfo > li:first-child {
        margin-left: 0;
      }
.l-header__account__ico {
    vertical-align: middle;
  }
.l-header__accountName__txt {
    margin-left: 10px;
    font-size: 14px;
  }
.l-header__logout__link {
    display: block;
    color: #fff;
  }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body,
main {
  color: #444;
  height: 100%;
  min-height: calc(100vh - 50);
  font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
}
#app {
  height: 100%;
}
main {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 30px 20px;
  background-color: #ddd;
}
@media (max-width: 800px) {
main {
    padding: 0
}
  }
body {
  background-color: #154e65;
}
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.l-main {
  height: auto;
}
.l-main__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    min-height: 100%;
    margin-left: 104px;
  }
@media (max-width: 800px) {
.l-main__container {
      margin: 60px 0 0 0
  }
    }
.l-main__container.u-h100 {
      margin-left: 0;
    }
@media (max-width: 800px) {
.l-main__container.u-h100 {
        margin-top: 0
    }
      }
.l-main__box {
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 4px;
  }
@media (max-width: 800px) {
.l-main__box {
      padding: 30px 10px
  }
    }
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-calendar__table {
    width: 100%;
    margin-top: 20px;
    table-layout: fixed;
    border: 1px solid #eee;
  }
.c-calendar__table.is-sample {
      width: 60%;
      margin: 0 20px 0 0;
    }
.c-calendar__table__container {
      width: 100%;
      margin: 55px auto 0;
    }
@media (max-width: 800px) {
.c-calendar__table__container {
        margin-top: 70px
    }
      }
.c-calendar__table__head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-content: flex-end;
          -ms-flex-line-pack: end;
              align-content: flex-end;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
.c-calendar__table__head__date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 20px 0;
        font-size: 24px;
        font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
        text-align: center;
        background-color: #3eb370;
      }
.c-calendar__table__head__date span:first-child {
          margin-right: 15px;
        }
.c-calendar__table__body tr {
        height: 120px;
      }
@media (max-width: 800px) {
.c-calendar__table__body tr {
          height: 40px
      }
        }
.c-calendar__table__col {
      position: relative;
      padding: 10px 10px 40px;
      font-size: 14px;
      border: 1px solid #eee;
      z-index: 10;
      cursor: pointer;
      text-align: left;
    }
@media (max-width: 800px) {
.c-calendar__table__col {
        padding: 10px;
        text-align: center;
        vertical-align: middle
    }
      }
.c-calendar__table__col.is-sat { color: #0c9cd5; }
.c-calendar__table__col.is-sun { color: #f95959; }
.c-calendar__table__col.is-selected {
        background-color: rgba(62, 179, 112, 0.3);
      }
.c-calendar__table__col.is-now {
        background-color: rgba(62, 179, 112, 0.2);
      }
@media (max-width: 800px) {
.c-calendar__table__col.is-now {
          color: #fff;
          background-color: rgba(62, 179, 112, 0.7)
      }
        }
.c-calendar__table__col__eventList {
        margin-top: 13px;
      }
.c-calendar__table__col__eventList.is-hidden {
          height: 60px;
          overflow: hidden;
        }
.c-calendar__table__col__people {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #70a8d9;
        font-size: 12px;
        cursor: pointer;
      }
.c-calendar__table__btn {
      padding: 4px 8px;
      color: #444;
      cursor: pointer;
    }
.c-calendar__table__btn__list {
        font-size: 0;
      }
.c-calendar__table__btn__list > li {
          display: inline-block;
          border: 1px solid #eee;
        }
.c-calendar__table__btn__list > li:first-child {
            border-right: 0;
            border-radius: 6px 0 0 6px;
          }
.c-calendar__table__btn__list > li:last-child {
            border-radius: 0 6px 6px 0;
          }
.c-calendar__table__event__link {
        display: block;
        width: 100%;
        padding: 4px 6px;
        color: #333;
        font-size: 12px;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
.c-calendar__table__event__startedAt {
        margin-right: 10px;
      }
.c-calendar__table__purpose {
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 20px;
      color: #444;
      font-size: 12px;
    }
.c-calendar__table__purpose__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
        max-width: 400px;
      }
@media (max-width: 800px) {
.c-calendar__table__purpose__list {
          max-width: 200px
      }
        }
.c-calendar__table__purpose__list > li {
          position: relative;
          width: calc(100% / 3);
        }
@media (max-width: 800px) {
.c-calendar__table__purpose__list > li {
            width: calc(100% / 2)
        }
          }
.c-calendar__table__purpose__list > li:first-child {
            margin-top: 0;
          }
@media (max-width: 800px) {
.c-calendar__table__purpose__list > li:nth-of-type(3) {
              margin-top: 6px
          }
            }
.c-calendar__table__purpose__list > li:nth-of-type(n+4) {
            margin-top: 6px;
          }
.c-calendar__table__purposeColor {
      display: block;
      width: 12px;
      height: 12px;
      border: 1px solid #a0a0a0;
    }
.c-calendar__head {
    background-color: #eee;
  }
.c-calendar__head th {
      width: 14.285%;
      border-left: 1px solid #ddd;
      padding: 6px 0;
      font-size: 12px;
      font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
    }
.c-calendar__head th:first-child {
        border-left: 0;
      }
.c-calendar__tablet {
    margin-top: 10px;
  }
.c-calendar__tablet__date {
      padding: 10px 0;
      color: #3eb370;
      text-align: center;
      font-size: 20px;
      font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
      background-color: #fafafa;
      border: 1px solid #eee;
    }
.c-calendar__tablet__date__day {
        font-size: 30px;
      }
.c-calendar__tablet__date__text {
        font-size: 12px;
      }
.c-calendar__tablet__list {
      margin-top: 10px;
    }
.c-calendar__tablet__list__container {
        margin-top: 10px;
      }
.c-calendar__tablet__list > li {
        margin-top: 10px;
        padding: 10px 0 10px 10px;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
                box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
      }
.c-calendar__tablet__list > li:first-child {
          margin-top: 0;
        }
.c-calendar__tablet__list__link {
        color: #444;
      }
.c-calendar__tablet__about {
      margin-top: 6px;
      font-size: 12px;
    }
.c-calendar__tablet__about__ttl {
        font-size: 14px;
      }
.c-calendar__tablet__about__start { margin-right: 5px; }
.c-calendar__tablet__about__end { margin-left: 5px; }
.c-calendar__tablet__create {
      padding: 12px 0;
      width: 100%;
      color: #fff;
      font-size: 12px;
      text-align: center;
      background-color: #3eb370;
      -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
              box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3)
    }
.c-form__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 100vh;
  }
.c-form__container {
    margin-top: 40px;
  }
.c-form__input {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #0f2d3a;
    background-color: #164052;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.c-form__input-list > li {
        margin-top: 20px;
      }
.c-form__input-list > li:first-child {
          margin-top: 0;
        }
.c-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 20px;
  }
.c-form__content {
    width: 300px;
    padding: 30px 20px;
    text-align: center;
    background-color: #154e65;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
  }
@media (max-width: 800px) {
.c-form__content {
      width: 280px
  }
    }
.c-form__logo {
    height: 50px;
    background-size: 50px;
    background-image: url('/images/ico/company_logo1.png');
    background-repeat: no-repeat;
    background-position: center;
  }
.c-form__txtArea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
.c-form__label {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
.c-form__btn {
    position: relative;
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: 2px solid #3eb370;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #3eb370;
  }
.c-form__btn:hover {
      color: #3eb370;
      background-color: transparent;
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
              box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
      -webkit-transition: .3s;
      transition: .3s;
    }
.c-form__btn:hover::before,
      .c-form__btn:hover::after {
        width: 0;
        background-color: #fff;
      }
.c-form__btn:disabled {
      opacity: .7;
      cursor: wait;
    }
.c-form__btn.is-login { margin-top: 10px; }
.c-form__btn.is-absence,
    .c-form__btn.is-logout {
      border-color: #ff6b6b;
      background-color: #ff6b6b;
    }
.c-form__btn.is-absence:hover, .c-form__btn.is-logout:hover {
        color: #ff6b6b;
        background-color: #fff;
      }
.c-form__btn.is-users,
    .c-form__btn.is-event,
    .c-form__btn.is-courses { margin-top: 30px; }
.c-form__btn.is-slack {
      margin-top: 10px;
      padding-left: 20px;
      color: #444;
      font-weight: bold;
      background-color: #fff;
      border-color: #fff;
      background-image: url(https://res.cloudinary.com/gizumo-inc/image/upload/v1498576321/slack-chat_ynpwla.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 10px center;
    }
.c-form__btn.is-slack:hover {
        color: #fff;
        background-color: transparent;
      }
.c-form__btn::before,
    .c-form__btn::after {
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #3eb370;
    }
.c-form__btn::before { right: 0; }
.c-form__btn:after { left: 0; }
.c-form__btn__container {
      margin-top: 30px;
    }
.c-form__btn__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px;
    }
@media (max-width: 800px) {
.c-form__btn__list {
        display: block
    }
      }
.c-form__btn__list > li {
        margin-left: 30px;
      }
@media (max-width: 800px) {
.c-form__btn__list > li {
          margin: 10px 0 0 0
      }
        }
.c-form__btn__list > li:first-child {
          margin-left: 0;
        }
.c-form__message {
    margin-top: 20px;
    line-height: 1.4;
  }
.c-form__message.is-err {
      color: #ff6b6b;
    }
.c-form__forgotPass {
    margin-top: 20px;
  }
.c-form__forgotPass__link {
      color: #fff;
      font-size: 12px;
    }
.c-form__forgotPass__link:hover {
        text-decoration: underline;
      }
.c-form__list {
    margin-top: 20px;
  }
.c-form__list > li {
      margin-top: 20px;
    }
.c-form__list > li:first-child {
        margin-top: 0;
      }
.c-form__select {
    width: 100%;
    padding: 8px 12px;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
.c-form__select__container {
      position: relative;
      margin-top: 6px;
    }
.c-form__select__container::after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        width: 30px;
        height: 100%;
        background-color: #3eb370;
        background-image: url(/images/ico/arrow_01.png);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center;
        border-radius: 0 6px 6px 0;
        pointer-events: none;
      }
.c-form__event__time {
      padding: 4px 8px;
      border: 1px solid #ddd;
      border-radius: 4px;
      color: #444;
      font-size: 12px;
    }
.c-form__event__time.is-startDate {
        margin-right: 10px;
      }
.c-form__event__time.is-start {
        margin-right: 10px;
      }
.c-form__event__time.is-end {
        margin-left: 10px;
      }
.c-form__event__time.is-none {
        display: none;  
      }
.c-form__event__time__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 6px;
      }
.c-form__event__time__date {
        margin-right: 10px;
        color: #3eb370;
      }
.c-form__event__partipant {
      margin-top: 6px;
      font-size: 14px;
    }
.c-form__err__txt {
    margin: 20px 0;
    color: #ff6b6b;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
.c-loading__wrapper {
  width: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-loading__box {
  display: inline-block;
  background-color: #3eb370;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.c-loading__box.is-top { -webkit-animation: top 1.5s infinite; animation: top 1.5s infinite; }
.c-loading__box.is-right { -webkit-animation: right 1.5s infinite; animation: right 1.5s infinite; }
.c-loading__box.is-bottom { -webkit-animation: bottom 1.5s infinite; animation: bottom 1.5s infinite; }
.c-loading__box.is-left { -webkit-animation: left 1.5s infinite; animation: left 1.5s infinite; }
@-webkit-keyframes top {
  40% { -webkit-transform: translate(-30px, -30px) rotate(85deg); transform: translate(-30px, -30px) rotate(85deg); }
  50% { -webkit-transform: translate(-30px, -30px) rotate(90deg); transform: translate(-30px, -30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@keyframes top {
  40% { -webkit-transform: translate(-30px, -30px) rotate(85deg); transform: translate(-30px, -30px) rotate(85deg); }
  50% { -webkit-transform: translate(-30px, -30px) rotate(90deg); transform: translate(-30px, -30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@-webkit-keyframes right {
  40% { -webkit-transform: translate(60px, -30px) rotate(85deg); transform: translate(60px, -30px) rotate(85deg); }
  50% { -webkit-transform: translate(60px, -30px) rotate(90deg); transform: translate(60px, -30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@keyframes right {
  40% { -webkit-transform: translate(60px, -30px) rotate(85deg); transform: translate(60px, -30px) rotate(85deg); }
  50% { -webkit-transform: translate(60px, -30px) rotate(90deg); transform: translate(60px, -30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@-webkit-keyframes bottom {
  40% { -webkit-transform: translate(30px, 30px) rotate(85deg); transform: translate(30px, 30px) rotate(85deg); }
  50% { -webkit-transform: translate(30px, 30px) rotate(90deg); transform: translate(30px, 30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@keyframes bottom {
  40% { -webkit-transform: translate(30px, 30px) rotate(85deg); transform: translate(30px, 30px) rotate(85deg); }
  50% { -webkit-transform: translate(30px, 30px) rotate(90deg); transform: translate(30px, 30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@-webkit-keyframes left {
  40% { -webkit-transform: translate(-60px, 30px) rotate(85deg); transform: translate(-60px, 30px) rotate(85deg); }
  50% { -webkit-transform: translate(-60px, 30px) rotate(90deg); transform: translate(-60px, 30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
@keyframes left {
  40% { -webkit-transform: translate(-60px, 30px) rotate(85deg); transform: translate(-60px, 30px) rotate(85deg); }
  50% { -webkit-transform: translate(-60px, 30px) rotate(90deg); transform: translate(-60px, 30px) rotate(90deg); }
  100% { -webkit-transform: translate(0, 0) rotate(180deg); transform: translate(0, 0) rotate(180deg); }
}
.c-modal__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -9999;
  }
.c-modal__wrapper.is-open {
      -webkit-transition: .5s;
      transition: .5s;
      opacity: 1;
      z-index: 9999;
    }
.c-modal__wrapper.is-open .c-modal__box {
        display: block;
      }
.c-modal__wrapper::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      -webkit-transition: .3s;
      transition: .3s;
      background-color: rgba(0, 0, 0, .6);
    }
.c-modal__box {
    display: none;
    position: relative;
    width: 100%;
    padding: 20px;
    font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
    background-color: #fff;
    border-radius: 4px;
  }
.c-modal__box.is-delete,
    .c-modal__box.is-msg {
      max-width: 400px;
    }
@media (max-width: 800px) {
.c-modal__box.is-delete,
    .c-modal__box.is-msg {
        max-width: 280px
    }
      }
.c-modal__box.is-event {
      max-width: 600px;
    }
@media (max-width: 800px) {
.c-modal__box {
      margin: 0 20px
  }
    }
.c-modal__close__btn {
      position: absolute;
      top: 16px;
      right: 20px;
      color: #444;
      cursor: pointer;
    }
.c-modal__btn {
    display: block;
    width: 100px;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
  }
.c-modal__btn:disabled {
      opacity: .7;
      cursor: wait;
    }
.c-modal__btn.is-no,
    .c-modal__btn.is-return {
      background-color: #d3d3d3;
      border-color: #aaa;
    }
.c-modal__btn.is-yes {
      background-color: #ff6b6b;
      border-color: #c74e4e;
    }
.c-modal__btn.is-conversion {
      background-color: #3eb370;
    }
.c-modal__btn:hover {
      opacity: .6;
      -webkit-transition: .3s;
      transition: .3s;
    }
.c-modal__btn__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px;
      font-size: 0;
    }
.c-modal__btn__list > li {
        display: inline-block;
        margin-left: 10px;
      }
.c-modal__btn__list > li:first-child {
          margin-left: 0;
        }
.c-modal__msg__txt {
      word-break: break-all;
    }
.c-list__ttl {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro', 'Mandali', sans-serif;
  border-bottom: 1px solid #3eb370;
}
/* Profile
   ----------------------------------------------------------------- */
.p-profile__list {
  max-width: 600px;
  margin: 30px auto 0;
}
.p-profile__list > li {
    margin-top: 20px;
  }
.p-profile__list > li:first-child {
      margin-top: 0;
    }
.p-profile__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-profile__ttl {
  width: 30%;
  margin-right: 60px;
}
@media (max-width: 800px) {
.p-profile__ttl {
    margin-right: 10px
}  
  }
.p-profile__value {

}
.p-notFound {
  padding-top: 100px;
  text-align: center;
  background-image: url(http://res.cloudinary.com/gizumo-inc/image/upload/v1502468190/icon_error_naahng.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 76px 71px;
}
.p-notFound__ttl {
    color: #444;
    font-size: 40px;
  }
@media(max-width: 800px) {
.p-notFound__ttl {
      font-size: 30px
  }  
    }
.p-notFound__box {
    margin-top: 30px;  
  }
/* Utility
   ----------------------------------------------------------------- */
.u-cf::before,
.u-cf::after {
  display: block;
  content: "";
  clear: both;
}
.u-h100 {
  height: 100%!important;
}


