@charset "UTF-8";
/* CSS Document */
/*def*/
/*def end*/
/*share*/
::selection {
  background: black;
  color: white; }

::-moz-selection {
  background: black;
  color: white; }

html, body {
  height: 100%; }

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  color: black;
  text-decoration: none; }

a:hover {
  color: black; }

body {
  font-family: 'Roboto Condensed','Meiryo UI', 'Meiryo', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.grid_sizer {
  display: none;
  font-family: 'pc'; }

@media screen and (max-width: 600px) {
  .grid_sizer {
    font-family: 'sp'; } }
.iv {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0; }

.iv.in {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1; }

#gallery_nav {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  opacity: 0;
  visibility: hidden; }
  #gallery_nav._display {
    visibility: visible;
    opacity: 1; }
  #gallery_nav ul li {
    margin-bottom: 15px; }
    #gallery_nav ul li.active dl dd {
      color: black;
      transform: translateX(0%);
      text-decoration: line-through;
      cursor: zoom-out; }
    #gallery_nav ul li dl {
      clear: both;
      overflow: hidden;
      cursor: zoom-in; }
      #gallery_nav ul li dl dt {
        width: 30px;
        text-align: right;
        float: left; }
      #gallery_nav ul li dl dd {
        color: rgba(255, 255, 255, 0);
        transform: translateX(10%);
        text-transform: uppercase; }
      #gallery_nav ul li dl:hover dd {
        color: rgba(0, 0, 0, 0.3);
        transform: translateX(0%); }

@media screen and (max-width: 600px) {
  #gallery_nav {
    top: 5px;
    left: 5px; }
    #gallery_nav ul li {
      margin-bottom: 5px;
      width: 50px; }
      #gallery_nav ul li.active {
        width: auto; }
        #gallery_nav ul li.active:hover dd {
          color: black;
          transform: translateX(0%); }
      #gallery_nav ul li dl dt {
        width: 15px; }
      #gallery_nav ul li dl dd {
        padding: 0;
        margin: 0;
        margin-left: 20px; }
      #gallery_nav ul li dl dd {
        color: rgba(255, 255, 255, 0);
        transform: translateX(10%);
        text-transform: uppercase; }
      #gallery_nav ul li dl:hover dd {
        color: rgba(255, 255, 255, 0);
        transform: translateX(10%); } }
#global_logo {
  position: fixed;
  top: 50%;
  left: 25%;
  width: 390px;
  height: 50px;
  margin-left: -190px;
  margin-top: -25px;
  overflow: hidden;
  /*    span{
          display: block;
          transform: translateY(100%);
          text-indent: 0.1em;
          font-weight: 400;
          font-size: 2em;
          text-transform: capitalize;
      }*/ }
  #global_logo:hover {
    opacity: .5; }
  #global_logo.start h1 {
    transform: translateY(0%); }
  #global_logo h1 {
    transform: translateY(150%);
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 4em;
    text-transform: uppercase; }

@media screen and (max-width: 600px) {
  #global_logo {
    left: 50%;
    width: 240px;
    height: 50px;
    margin-left: -120px;
    margin-top: -25px;
    /*        span{
                font-size: 1.3em;
            }*/ }
    #global_logo h1 {
      font-size: 2.5em; } }
/*
#gallery_title{
    position: fixed;
    top: 50%;
    left: 15%;
    z-index: 10;

    width: 400px;
    height: 60px;
    
    margin-left: -200px;
    margin-top: -30px;
    
    text-align: center;
    visibility: hidden;
    opacity: 0;
    
    h1{
        margin: 0;
        font-weight: 400;
        font-size: 48px;
        text-transform: uppercase;
    }
    &._display{
        visibility: visible;
        opacity: 1;
    }

}*/
#opening_content {
  height: 100%;
  width: 100%;
  cursor: pointer; }
  #opening_content.open_content {
    visibility: hidden;
    opacity: 0; }
  #opening_content.open_content2 #global_logo {
    /*            span{
                    transform: translateY(0%);
                }*/ }
    #opening_content.open_content2 #global_logo h1 {
      transform: translateY(0%); }

.colorbox_control {
  position: fixed;
  display: block;
  height: 100%;
  width: 30%;
  z-index: 20;
  opacity: 0.5;
  visibility: hidden; }
  .colorbox_control.active {
    visibility: visible; }

#colorbox_prev {
  top: 0;
  left: 20%;
  cursor: w-resize; }

#colorbox_close {
  top: 0;
  left: 50%;
  width: 20%;
  cursor: zoom-out; }

#colorbox_next {
  top: 0;
  right: 0%;
  cursor: e-resize; }

@media screen and (max-width: 600px) {
  .colorbox_control {
    display: none; }

  #colorbox_prev {
    left: 0%; }

  #colorbox_close {
    left: 30%;
    width: 40%; } }
@-moz-keyframes anime1 {
  0% {
    transform: translateY(100%); }
  30% {
    transform: translateY(0%); }
  70% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }
@-webkit-keyframes anime1 {
  0% {
    transform: translateY(100%); }
  30% {
    transform: translateY(0%); }
  70% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }
@-o-keyframes anime1 {
  0% {
    transform: translateY(100%); }
  30% {
    transform: translateY(0%); }
  70% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }
@-ms-keyframes anime1 {
  0% {
    transform: translateY(100%); }
  30% {
    transform: translateY(0%); }
  70% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }
#gallery_drum {
  position: fixed;
  top: 50%;
  left: 50%;
  background: none;
  z-index: 101;
  width: 300px;
  height: 40px;
  margin-left: -150px;
  margin-top: -20px;
  text-align: center;
  overflow: hidden;
  font-size: 3em;
  text-transform: uppercase;
  overflow: hidden;
  display: none; }
  #gallery_drum span {
    display: block;
    transform: translateY(-100%); }
  #gallery_drum.active {
    display: block; }
    #gallery_drum.active span {
      -webkit-animation: anime1 1.0s 0s ease forwards;
      -moz-animation: anime1 1.0s 0s ease forwards;
      -ms-animation: anime1 1.0s 0s ease forwards;
      -o-animation: anime1 1.0s 0s ease forwards; }

@media screen and (max-width: 600px) {
  #gallery_drum {
    font-size: 2em; } }
#top_image {
  position: absolute;
  top: 0;
  left: 50%;
  min-height: 100%;
  height: auto;
  width: 50%;
  opacity: 0;
  transform: translateX(10%);
  background: url(../img/img2018-01-22.jpg) no-repeat center center;
  background-size: cover; }
  #top_image.start {
    opacity: 1;
    transform: translateX(0%); }

@media screen and (max-width: 600px) {
  #top_image {
    background-attachment: fixed;
    min-height: 100%;
    left: 0;
    width: 100%;
    transform: translateX(0%); } }
#movie_detail .video_wrapper {
  margin: 0 auto;
  width: 70%;
  padding-top: 50px; }
  #movie_detail .video_wrapper video {
    height: 0;
    width: 100%; }

@media screen and (max-width: 600px) {
  #movie_detail .video_wrapper {
    padding: 10px 0;
    width: 90%;
    min-width: auto; } }
#main_content {
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 75%;
  margin: auto;
  padding: 0;
  background: white;
  visibility: hidden;
  opacity: .5; }
  #main_content.open_content {
    visibility: visible;
    opacity: 1; }
    #main_content.open_content #gallery_container section.gallery_wrapper {
      max-height: none; }
  #main_content.open_gallery {
    left: 5%;
    width: 93%; }

@media screen and (max-width: 600px) {
  #main_content {
    left: 15%;
    width: 85%; } }
#profile_container {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }
  #profile_container.active {
    opacity: 1;
    visibility: visible; }
    #profile_container.active #profile_content {
      width: 600px;
      transform: translateX(0%); }

#profile_content {
  width: 0px;
  height: 450px;
  transform: translateX(5%);
  overflow: hidden;
  margin-left: -300px;
  margin-top: -225px;
  top: 50%;
  left: 50%;
  position: absolute; }
  #profile_content .profile_name {
    width: 600px;
    margin-bottom: 40px; }
    #profile_content .profile_name h3 {
      font-size: 1.2em;
      line-height: 1em;
      padding: 5px 0;
      margin: 0;
      font-weight: normal;
      letter-spacing: .1em; }
    #profile_content .profile_name span {
      font-size: 1em; }
  #profile_content .profile_text {
    width: 600px;
    line-height: 1.5em;
    opacity: .6; }
  #profile_content .profile_client {
    width: 600px; }
    #profile_content .profile_client dl {
      overflow: hidden; }
      #profile_content .profile_client dl dt, #profile_content .profile_client dl dd {
        margin: 0; }
      #profile_content .profile_client dl dt {
        margin-bottom: 5px;
        opacity: .8; }
      #profile_content .profile_client dl dd {
        margin-bottom: 15px;
        opacity: .6; }

@media screen and (max-width: 600px) {
  #profile_container.active #profile_content {
    width: 100%;
    margin-left: -50%; }

  #profile_content {
    height: auto;
    margin-top: 0;
    width: 100%;
    top: 0%;
    margin-left: -40%;
    max-height: 100%;
    padding: 50px 5%;
    overflow-y: scroll;
    webkit-overflow-scrolling: touch; }
    #profile_content .profile_name {
      margin-bottom: 10px;
      width: 100%; }
    #profile_content .profile_text {
      width: 100%; }
    #profile_content .profile_client {
      width: 100%; } }
.grid_sizer {
  /*　masonryへ指示する基本グリッド幅を%で指定するときは、
  CSSセレクタで指定する必要がある　*/
  width: 16.666%; }

.gallery_thumb li {
  float: left;
  width: 14.666%;
  margin: 1%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative; }
  .gallery_thumb li:hover {
    transform: translateY(-3%); }
  .gallery_thumb li.thumb_header {
    position: relative; }
    .gallery_thumb li.thumb_header h3 {
      padding: 0;
      margin: 0;
      font-weight: normal;
      display: block;
      text-align: center;
      width: 100%;
      position: absolute;
      line-height: 1.5em;
      font-size: 1em;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.gallery_masonry {
  width: 100%;
  margin: 0 auto;
  /*中央寄せ*/
  position: relative;
  visibility: hidden; }
  .gallery_masonry.visible {
    visibility: visible; }
  .gallery_masonry li img {
    width: 100%;
    height: 0; }
  .gallery_masonry li {
    height: 0;
    width: 14.66%;
    margin: 1%; }
    .gallery_masonry li:hover {
      transform: translateY(-3%); }
    .gallery_masonry li a:focus {
      outline: none; }
  .gallery_masonry li.w2 {
    width: 49.5%; }
  .gallery_masonry li.w3 {
    width: 74.5%; }

.gallery_detail {
  position: absolute;
  top: 0;
  left: 25%;
  height: 0;
  min-height: 100%;
  width: 75%;
  margin: auto;
  padding: 0;
  visibility: hidden;
  z-index: 10; }
  .gallery_detail#photobook_detail {
    padding: 0 10%;
    padding-bottom: 4em;
    overflow: hidden; }
    .gallery_detail#photobook_detail .photobook_detail_title {
      padding-top: 1em;
      padding-bottom: 2em; }
      .gallery_detail#photobook_detail .photobook_detail_title h3 {
        font-size: 1em;
        margin-bottom: 1em; }
      .gallery_detail#photobook_detail .photobook_detail_title p {
        font-weight: normal;
        line-height: 2em;
        color: dimgray; }
      .gallery_detail#photobook_detail .photobook_detail_title ._left {
        width: 100%;
        margin-bottom: 3em; }
      .gallery_detail#photobook_detail .photobook_detail_title ._right {
        width: 100%;
        margin-bottom: 0em;
        line-height: 1em; }
    .gallery_detail#photobook_detail .photobook_detail_body {
      margin-bottom: 1em;
      padding-top: 2em;
      padding-bottom: 5em; }
    .gallery_detail#photobook_detail .photobook_detail_text {
      margin-bottom: 1em; }
    .gallery_detail#photobook_detail .shop_btn_wrapper {
      overflow: hidden; }
      .gallery_detail#photobook_detail .shop_btn_wrapper li {
        display: inline-block;
        margin-right: 1em; }
        .gallery_detail#photobook_detail .shop_btn_wrapper li:nth-child(1) {
          margin-right: 1.5em; }
        .gallery_detail#photobook_detail .shop_btn_wrapper li button {
          border: none;
          background: none;
          border-radius: 0;
          padding-right: .5em;
          transition: .5s; }
          .gallery_detail#photobook_detail .shop_btn_wrapper li button::before {
            content: "→ "; }
          .gallery_detail#photobook_detail .shop_btn_wrapper li button:hover {
            opacity: .5;
            transform: translateX(-0.5em); }
        @media screen and (max-width: 600px) {
          .gallery_detail#photobook_detail .shop_btn_wrapper li {
            display: block;
            margin-bottom: 1em; } }
    .gallery_detail#photobook_detail .gallery_thumb {
      overflow: hidden;
      margin-bottom: 3em; }
      .gallery_detail#photobook_detail .gallery_thumb li:hover {
        transform: none; }
  .gallery_detail#instagram_detail .gallery_thumb li {
    width: 31.333%;
    margin: 1%; }
    .gallery_detail#instagram_detail .gallery_thumb li:before {
      padding-top: 100%;
      /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }
  .gallery_detail#book_detail .gallery_thumb li:before {
    padding-top: 75%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }
  .gallery_detail#advertise_detail .gallery_thumb li {
    width: 31.333%;
    margin: 1%; }
    .gallery_detail#advertise_detail .gallery_thumb li:before {
      padding-top: 60%;
      /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }
  .gallery_detail#movie_detail.active_detail .video_wrapper video {
    height: auto; }
  .gallery_detail#photobook_detail .gallery_thumb li {
    width: 100%;
    margin: 1% 0; }
    .gallery_detail#photobook_detail .gallery_thumb li:before {
      padding-top: 60%;
      /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }
  .gallery_detail.active_detail {
    height: auto;
    visibility: visible; }
    .gallery_detail.active_detail .gallery_thumb li {
      height: auto;
      opacity: 1; }
      .gallery_detail.active_detail .gallery_thumb li:before {
        content: "";
        display: block;
        padding-top: 125%;
        /* 高さと幅の比を16:9に固定。9/16*100=56.25 */ }
      .gallery_detail.active_detail .gallery_thumb li.img {
        background-position: center center;
        background-size: cover; }
        .gallery_detail.active_detail .gallery_thumb li.img a {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 100%;
          width: 100%;
          overflow: hidden; }
    .gallery_detail.active_detail .gallery_masonry li {
      height: auto; }
      .gallery_detail.active_detail .gallery_masonry li img {
        height: auto; }

@media screen and (max-width: 600px) {
  .gallery_detail {
    left: 15%;
    width: 85%;
    padding-bottom: 50px; }
    .gallery_detail#advertise_detail .gallery_thumb li {
      width: 96%;
      margin: 2%; }

  .grid_sizer {
    width: 33.333%;
    width: 100%;
    width: 50%;
    width: 25%; }

  .gallery_thumb {
    width: 95%;
    padding-top: 10px;
    margin: 0 auto; }
    .gallery_thumb li {
      width: 21%;
      margin: 2%; }
      .gallery_thumb li.thumb_header h3 {
        font-size: .6em; }

  .gallery_masonry {
    width: 95%;
    padding-top: 10px; }
    .gallery_masonry li {
      width: 21%;
      margin: 2%; } }
#gallery_container.active_detail {
  visibility: hidden;
  opacity: 0; }
  #gallery_container.active_detail section.gallery_wrapper {
    max-height: 0;
    height: 0; }
    #gallery_container.active_detail section.gallery_wrapper.active_gallery {
      height: 0; }
      #gallery_container.active_detail section.gallery_wrapper.active_gallery ul.thumbnails {
        height: 0; }
#gallery_container section.gallery_wrapper {
  max-height: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  position: relative;
  /*        opacity: 0;
          transform: translateX(1%);
          &.scrollin{
              opacity: 1;
              transform: translateX(0%);
          }*/ }
  #gallery_container section.gallery_wrapper:hover {
    opacity: .8; }
  #gallery_container section.gallery_wrapper.passive {
    opacity: .3; }
  #gallery_container section.gallery_wrapper.active_gallery {
    width: 100%;
    height: auto;
    /*            h2{
                    opacity: 0;
                }*/ }
    #gallery_container section.gallery_wrapper.active_gallery:hover {
      opacity: 1; }
    #gallery_container section.gallery_wrapper.active_gallery ul.thumbnails {
      width: 100%;
      height: auto;
      overflow-x: auto;
      margin: 0 auto;
      /*中央寄せ*/
      position: relative;
      /*                width: auto;
                      height: auto;
                      overflow-x: inherit;
                      overflow: hidden;
                      
      //                height: 50%;
      //                height: 600px;
                      li{
                          display: block;
                          margin-right: 10px;
                          height: 100px;
                          float: left;
                          margin-bottom: 10px;
                          &.gallery_title{
                              margin-right: 20px;
                              width: 500px;
                              font-size: 4em;
                          }
                          img{
                              //height: 600px;
                              width: auto;
                          }
                      }*/ }
      #gallery_container section.gallery_wrapper.active_gallery ul.thumbnails li img {
        width: 100%; }
      #gallery_container section.gallery_wrapper.active_gallery ul.thumbnails li {
        width: 24.5%;
        margin: 0.25%;
        width: 26.333%;
        margin: 3%;
        width: 22.5%;
        margin: 1.25%;
        display: block; }
        #gallery_container section.gallery_wrapper.active_gallery ul.thumbnails li a:focus {
          outline: none; }
    #gallery_container section.gallery_wrapper.active_gallery div.control.data {
      color: black;
      top: 10px; }
  #gallery_container section.gallery_wrapper div.control {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    overflow: hidden; }
    #gallery_container section.gallery_wrapper div.control.data {
      top: 15px;
      right: 10px;
      width: 100px;
      height: 25px;
      text-align: right;
      line-height: 1em;
      color: lightgray; }
  #gallery_container section.gallery_wrapper h2 {
    height: 15px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    /*            
                span{
                    font-size: .8em;
                    color: lightgray;
                    text-transform: lowercase;
                }*/ }
  #gallery_container section.gallery_wrapper ul.thumbnails {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 120px; }
    #gallery_container section.gallery_wrapper ul.thumbnails li {
      overflow: hidden;
      display: inline-block;
      height: 100%;
      background: #fdfdfd;
      margin-right: 5px;
      cursor: zoom-in; }
      #gallery_container section.gallery_wrapper ul.thumbnails li.gallery_title {
        height: 52%;
        margin-right: 0;
        width: 0px;
        background: none;
        font-size: 0;
        text-transform: uppercase;
        text-align: center; }
      #gallery_container section.gallery_wrapper ul.thumbnails li img {
        height: 100%;
        width: auto; }

@media screen and (max-width: 600px) {
  #gallery_container section.gallery_wrapper {
    padding: 16px 0;
    /*            h2{
                    font-size: 1em;
                    height: 16px;
                }*/ }
    #gallery_container section.gallery_wrapper.active_gallery div.control.data {
      display: none; }
    #gallery_container section.gallery_wrapper div.control.close {
      top: 5px;
      right: 5px; }
    #gallery_container section.gallery_wrapper ul.thumbnails {
      height: 150px; }
      #gallery_container section.gallery_wrapper ul.thumbnails li {
        margin-right: 5px; }
        #gallery_container section.gallery_wrapper ul.thumbnails li.gallery_title {
          display: none; } }
#footer_nav {
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 19;
  opacity: .0;
  visibility: hidden; }
  #footer_nav._display {
    visibility: visible;
    opacity: 1; }
  #footer_nav ul li {
    margin-top: 5px;
    cursor: pointer;
    transform: translateX(0%); }
    #footer_nav ul li.sp {
      display: none; }
    #footer_nav ul li:hover {
      opacity: .5;
      transform: translateX(-5%); }
  #footer_nav #footer_logo {
    cursor: pointer; }
    #footer_nav #footer_logo span {
      display: block;
      text-indent: 0.1em;
      font-weight: 400;
      font-size: 10px;
      text-transform: capitalize; }
    #footer_nav #footer_logo h1 {
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase; }

@media screen and (max-width: 600px) {
  #footer_nav {
    left: 0px;
    padding: 0 15px;
    bottom: 5px;
    width: 100%; }
    #footer_nav ul {
      float: right;
      overflow: hidden; }
      #footer_nav ul li {
        float: left;
        margin-top: 0px;
        margin-left: 10px;
        padding-top: 3px;
        padding-top: 10px;
        padding-bottom: 2px;
        border-bottom: solid black 2px;
        text-align: right; }
        #footer_nav ul li.pc {
          display: none; }
        #footer_nav ul li.sp {
          display: block; }
    #footer_nav #footer_logo {
      float: left; } }
.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader {
  visibility: hidden;
  opacity: 0;
  color: #121212;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
  z-index: 102;
  width: 5em;
  height: 5em;
  box-shadow: inset 0 0 0 .2em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .5s ease-in-out; }
  .loader.active {
    opacity: 1;
    visibility: visible; }

.loader:before,
.loader:after {
  position: absolute;
  content: ''; }

.loader:before {
  width: 2.6em;
  height: 5.1em;
  background: white;
  border-radius: 5.1em 0 0 5.1em;
  top: -0.05em;
  left: -0.05em;
  -webkit-transform-origin: 2.6em 2.55em;
  transform-origin: 2.6em 2.55em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.loader:after {
  width: 2.6em;
  height: 5.1em;
  background: white;
  border-radius: 0 5.1em 5.1em 0;
  top: -0.05em;
  left: 2.55em;
  -webkit-transform-origin: 0px 2.55em;
  transform-origin: 0px 2.55em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=kitamura20180120.css.map */
