.lb-main h2 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body {
  font-family: 'Likurei';
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #454545;
}

img {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .isPc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .isSp {
    display: none !important;
  }
}

main {
  position: relative;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

/*
header
----------------------------------------------- */
.header_nav {
  z-index: 99;
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 110px;
  width: 100%;
  border: 2px solid #000000;
  padding: 0px 5px 5px;
  background: #ffffff;
}

.header_nav h1 {
  max-width: 30px;
  width: 100%;
  margin: 20px auto 20px;
}

.header_nav ul {
  background: #000000;
  color: #ffffff;
  padding: 20px 0;
}

.header_nav ul li {
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  width: 25px;
  margin: 0 auto;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}

.header_nav ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .header_nav {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 120%;
    max-width: none;
    padding: 100px 0;
    background-color: #fff;
    border: none;
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    color: #000;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-hamburger {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 100;
  width: 24px;
  height: 24px;
  margin-left: auto;
  outline: 0;
  border: 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 75%;
  height: 2px;
  border-radius: .25em;
  background-color: #000;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.p-hamburger__line:before, .p-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line:before {
  top: -5px;
}

.p-hamburger__line:after {
  top: 5px;
}

.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}

.is-drawerActive .p-hamburger__line:before, .is-drawerActive .p-hamburger__line:after {
  top: 0;
  background-color: #000;
}

.is-drawerActive .p-hamburger__line:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-drawerActive .p-hamburger__line:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-drawerActive .header_nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lb-main {
  position: relative;
  width: 100%;
  height: 100vh;
}

.lb-main h2 {
  position: absolute;
  max-width: 250px;
  width: 100%;
  -webkit-animation: hero 3s ease-in both;
          animation: hero 3s ease-in both;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

@media screen and (max-width: 768px) {
  .lb-main h2 {
    max-width: 180px;
  }
}

@-webkit-keyframes hero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
about
----------------------------------------------- */
.about {
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 150px 0 120px;
  margin-bottom: 250px;
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .about {
    border-top: 0;
    border-bottom: 0;
    padding: 0 0 120px;
    margin-bottom: 0;
  }
}

.about:before, .about::after {
  position: absolute;
  width: 1px;
  height: 910px;
  background: #000000;
  content: "";
  top: -45px;
}

@media screen and (max-width: 768px) {
  .about:before, .about::after {
    width: 0;
  }
}

.about::before {
  left: 5%;
}

.about:after {
  right: 5%;
}

.about_title {
  position: relative;
  width: 40px;
  margin-left: 70px;
  padding-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 2s linear, -webkit-transform 2s linear;
  transition: opacity 2s linear, -webkit-transform 2s linear;
  transition: opacity 2s linear, transform 2s linear;
  transition: opacity 2s linear, transform 2s linear, -webkit-transform 2s linear;
}

@media screen and (max-width: 768px) {
  .about_title {
    margin-left: 0;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

.is-fadein .about_title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.about_title::before {
  position: absolute;
  top: -37px;
  right: -16px;
  content: "";
  background-image: url(../img/ttl_icon.svg);
  width: 70px;
  height: 28px;
}

.about_title span {
  display: block;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding-top: 10px;
}

.about_Area {
  position: relative;
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .about_Area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_Area_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 55px;
  position: relative;
  max-width: 830px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_Area_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
  }
}

.about_Area_txt::before {
  position: absolute;
  content: "";
  background-image: url(../img/about_deco.svg);
  background-repeat: no-repeat;
  width: 200px;
  height: 190px;
  opacity: 0.04;
  bottom: -150px;
  left: -100px;
}

@media screen and (max-width: 768px) {
  .about_Area_txt::before {
    width: 120px;
    height: 190px;
    opacity: 0.04;
    bottom: -90px;
    left: 120px;
  }
}

.about_Area_txt dl {
  width: 616px;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  margin-left: 90px;
}

@media screen and (max-width: 768px) {
  .about_Area_txt dl {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .about_Area_txt dl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.about_Area_txt dl::before, .about_Area_txt dl::after {
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  content: "";
}

@media screen and (max-width: 768px) {
  .about_Area_txt dl::before, .about_Area_txt dl::after {
    width: 0;
  }
}

.about_Area_txt dl:before {
  top: -43px;
}

.about_Area_txt dl:after {
  background-color: #989898;
  top: -50px;
  left: 0;
}

.about_Area_txt dl dt {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-left: 50px;
  opacity: 0;
  -webkit-transition: opacity 1s linear 1s;
  transition: opacity 1s linear 1s;
}

@media screen and (max-width: 768px) {
  .about_Area_txt dl dt {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.is-fadein .about_Area_txt dl dt {
  opacity: 1;
}

.about_Area_txt dl dd {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 1s linear 2s;
  transition: opacity 1s linear 2s;
}

@media screen and (max-width: 768px) {
  .about_Area_txt dl dd {
    font-size: 12px;
  }
}

.is-fadein .about_Area_txt dl dd {
  opacity: 1;
}

.about_Area_txt_name {
  margin-top: 280px;
}

@media screen and (max-width: 768px) {
  .about_Area_txt_name {
    margin-top: 20px;
    margin-left: auto;
  }
}

.about_Area_txt_name dl::before, .about_Area_txt_name dl::after {
  width: 0;
}

.about_Area_txt_name dl dt {
  font-size: 16px;
  margin-left: 20px;
  -webkit-transition: opacity 1s ease-in 3.5s;
  transition: opacity 1s ease-in 3.5s;
}

@media screen and (max-width: 768px) {
  .about_Area_txt_name dl dt {
    margin-left: 0;
    font-size: 13px;
  }
}

.about_Area_txt_name dl dd {
  margin-top: 30px;
  width: 63px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in 4s;
  transition: opacity 1s ease-in 4s;
}

@media screen and (max-width: 768px) {
  .about_Area_txt_name dl dd {
    width: 140px;
    margin-top: 10px;
  }
}

.is-fadein .about_Area_txt_name dl dd {
  opacity: 1;
}

/*
works
----------------------------------------------- */
.works {
  position: relative;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 250px;
  padding: 190px 0 150px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .works {
    padding: 130px 0 50px;
    margin-bottom: 150px;
  }
}

.works::before {
  position: absolute;
  content: "";
  background-image: url(../img/works_deco.svg);
  width: 100%;
  height: 1250px;
  top: 0;
  background-repeat: no-repeat;
}

.works_wrap {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .works_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.works_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .works_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.works_title {
  width: 75px;
  margin-left: 90px;
  margin-top: -98px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity linear .6s, -webkit-transform linear 2s;
  transition: opacity linear .6s, -webkit-transform linear 2s;
  transition: opacity linear .6s, transform linear 2s;
  transition: opacity linear .6s, transform linear 2s, -webkit-transform linear 2s;
}

@media screen and (max-width: 768px) {
  .works_title {
    margin-left: auto;
    margin-right: 20px;
    width: 60px;
  }
}

.is-fadein .works_title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.works_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 384px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

@media screen and (max-width: 768px) {
  .works_list {
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
}

.works_list::before, .works_list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .works_list::before, .works_list::after {
    height: 0;
  }
}

.works_list:before {
  top: -35px;
}

.works_list:after {
  background-color: #989898;
  top: -40px;
  left: 0;
}

.works_item {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: opacity 1.5s linear 2s;
  transition: opacity 1.5s linear 2s;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .works_item {
    min-height: auto;
  }
}

.works_item:first-child {
  margin-right: 40px;
}

.works_item:last-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .works_item {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.is-fadein .works_item {
  opacity: 1;
}

.ttl {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
  font-size: 32px;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ffffff;
  padding: 20px 0 18px;
  letter-spacing: 0.2em;
}

/*
store
----------------------------------------------- */
.store {
  margin-bottom: 200px;
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .store {
    margin-bottom: 100px;
  }
}

.store_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .store_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.store_imgArea {
  position: relative;
  width: 52.34375%;
}

@media screen and (max-width: 768px) {
  .store_imgArea {
    width: 100%;
    margin-bottom: 60px;
  }
}

.store_title {
  position: absolute;
  top: -3em;
  left: -1em;
  z-index: 10;
  width: 75px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity linear .6s, -webkit-transform linear 2s;
  transition: opacity linear .6s, -webkit-transform linear 2s;
  transition: opacity linear .6s, transform linear 2s;
  transition: opacity linear .6s, transform linear 2s, -webkit-transform linear 2s;
}

@media screen and (max-width: 768px) {
  .store_title {
    left: 15px;
    width: 60px;
    top: -2.5em;
  }
}

.is-fadein .store_title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.store_thumb {
  position: relative;
  overflow: hidden;
}

.store_thumb::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.is-fadein .store_thumb::after {
  background-color: #000;
  -webkit-animation-name: kf-cover-slide;
          animation-name: kf-cover-slide;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.store_img {
  opacity: 0;
}

.is-fadein .store_img {
  opacity: 1;
  -webkit-animation-name: kf-show;
          animation-name: kf-show;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.store_textArea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -73px;
}

@media screen and (max-width: 768px) {
  .store_textArea {
    margin-top: 0;
  }
}

.store_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.store_item {
  width: 23%;
  max-width: 300px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  .store_item {
    width: 35%;
  }
}

.store_item.item02 {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .store_item.item02 {
    width: 50%;
    max-width: 100%;
    margin-top: 10px;
  }
}

@-webkit-keyframes kf-cover-slide {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}

@keyframes kf-cover-slide {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    right: 0;
    left: 100%;
  }
}

@-webkit-keyframes kf-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kf-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}

/*
info
----------------------------------------------- */
.info {
  padding: 200px 0 158px;
  background-image: url(../img/info_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  position: relative;
}

@media screen and (max-width: 768px) {
  .info {
    padding: 0 0 100px;
  }
}

.info .deco {
  bottom: 10%;
  left: 40%;
}

@media screen and (max-width: 768px) {
  .info .deco {
    bottom: 7.5%;
  }
}

@media screen and (max-width: 768px) {
  .info_trem {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .info_desc {
    font-size: 16px;
    letter-spacing: 0.25em;
  }
}

.info_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .info_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info_title {
  margin-top: -61px;
  width: 75px;
  margin-left: 85px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity .6s linear, -webkit-transform 2s linear;
  transition: opacity .6s linear, -webkit-transform 2s linear;
  transition: opacity .6s linear, transform 2s linear;
  transition: opacity .6s linear, transform 2s linear, -webkit-transform 2s linear;
}

@media screen and (max-width: 768px) {
  .info_title {
    margin: 0 auto 25px;
    width: 60px;
  }
}

.is-fadein .info_title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.info_define {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding-top: 1em;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  font-size: 18px;
  border-top: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity linear 1.5s;
  transition: opacity linear 1.5s;
}

@media screen and (max-width: 768px) {
  .info_define {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border-top: none;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.is-fadein .info_define {
  opacity: 1;
}

.info_define:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.info_define:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.info_define:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.info_define:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.info_define:nth-child(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.info_define + .info_define {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .info_define + .info_define {
    margin-right: 25px;
    margin-left: 25px;
  }
}

.info_desc {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .info_desc {
    margin-top: 0;
  }
}

/*
footer
----------------------------------------------- */
.footer {
  padding: 75px 0 30px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 55px 0 30px;
  }
}

.footer_contents {
  text-align: center;
}

.footer_logo {
  max-width: 128px;
  margin: 0 auto 45px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 110px;
  }
}

.footer_copy {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.15em;
}

/*
sns
----------------------------------------------- */
.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 190px;
  margin: 0 auto 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sns_list {
    width: 250px;
    margin: 0 auto 45px;
  }
}

.sns_item {
  width: 20px;
  line-height: 0;
}

.sns_item a {
  display: block;
}

.sns_item img {
  width: 300px;
}

.deco {
  position: absolute;
  bottom: 5%;
  left: 20%;
}

@media screen and (max-width: 768px) {
  .deco {
    left: 36%;
  }
}

.box {
  width: 50vw;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.circle {
  border: solid thick #d4d4d4;
  border-radius: 50%;
  position: absolute;
}

div.circle.layer-0 {
  -webkit-animation: wave-0 5s infinite;
  animation: wave-0 5s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

div.circle.layer-1 {
  -webkit-animation: wave-1 5s infinite;
  animation: wave-1 5s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

div.circle.layer-2 {
  -webkit-animation: wave-2 5s infinite;
  animation: wave-2 5s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

div.circle.layer-3 {
  -webkit-animation: wave-3 5s infinite;
  animation: wave-3 5s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes wave-0 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset  #d4d4d4;
    box-shadow: 0 0 100px inset  #d4d4d4;
  }
  60% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes wave-0 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset  #d4d4d4;
    box-shadow: 0 0 100px inset  #d4d4d4;
  }
  60% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes wave-1 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset #d4d4d4;
    box-shadow: 0 0 100px inset #d4d4d4;
  }
  60% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@keyframes wave-1 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset #d4d4d4;
    box-shadow: 0 0 100px inset #d4d4d4;
  }
  60% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
  100% {
    width: 90%;
    height: 90%;
    opacity: 0;
  }
}

@-webkit-keyframes wave-2 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset #d4d4d4;
    box-shadow: 0 0 100px inset #d4d4d4;
  }
  60% {
    width: 75%;
    height: 75%;
    opacity: 0;
  }
  100% {
    width: 75%;
    height: 75%;
    opacity: 0;
  }
}

@keyframes wave-2 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset #d4d4d4;
    box-shadow: 0 0 100px inset #d4d4d4;
  }
  60% {
    width: 75%;
    height: 75%;
    opacity: 0;
  }
  100% {
    width: 75%;
    height: 75%;
    opacity: 0;
  }
}

@-webkit-keyframes wave-3 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset #d4d4d4;
    box-shadow: 0 0 100px inset #d4d4d4;
  }
  60% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
  100% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
}

@keyframes wave-3 {
  0% {
    width: 0%;
    height: 0%;
    -webkit-box-shadow: 0 0 100px inset #d4d4d4;
    box-shadow: 0 0 100px inset #d4d4d4;
  }
  60% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
  100% {
    width: 50%;
    height: 50%;
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */