@charset "UTF-8";
.hero-outer {
  width: 100%;
  height: 100vh;
  max-height: 1360px;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.hero-outer h2 {
  font-size: 48px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
.hero-outer .hero {
  height: 100%;
  width: calc(100% - 120px);
  position: absolute;
  left: 0;
  top: 0;
}
.hero-outer .hero::before, .hero-outer .hero::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-outer .hero::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0.7)), color-stop(61%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.7) 61%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.hero-outer .hero::after {
  background: url(../img/mesh.png);
  z-index: 2;
}
.hero-outer .inner-narrow {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.hero-outer .content {
  max-width: 700px;
  padding-right: 50px;
  -webkit-transition: all 1500ms cubic-bezier(0.04, 0.68, 0.12, 0.86);
  transition: all 1500ms cubic-bezier(0.04, 0.68, 0.12, 0.86);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.hero-outer .content.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero-outer a.readmore {
  margin-top: 40px;
}

.news-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  -webkit-box-shadow: 0 0 10px 2px rgba(136, 136, 136, 0.5);
          box-shadow: 0 0 10px 2px rgba(136, 136, 136, 0.5);
  background: #fff;
}
.news-box article {
  width: 33.33%;
  overflow: hidden;
  position: relative;
}
.news-box article::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #efefef;
}
.news-box article:last-child::before {
  content: none;
}
.news-box a {
  padding: 30px 50px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-box a:hover .news-ttl {
  text-decoration: underline;
}

.pub-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  font-weight: 700;
}
.pub-time span.new {
  background: #ab9166;
  margin-left: 0.5rem;
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 1.5;
}

.news-box-outer {
  position: relative;
}
.news-box-outer::before {
  content: '';
  display: block;
  width: 60%;
  height: 300px;
  right: 0;
  bottom: 30px;
  background: #081b34;
  z-index: -1;
  position: absolute;
}
.news-box-outer .inner-narrow {
  width: 80%;
}
.news-box-outer .news-button {
  margin-left: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 18px;
  overflow: hidden;
}
.news-box-outer .news-button::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #21ccd2;
  z-index: 0;
}
.news-box-outer .news-button:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.news-box-outer .news-button svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff;
  margin-left: 0.5rem;
}
.news-box-outer .news-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.news-box-outer > div {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 5;
}

.inkuche {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
}
.inkuche::before {
  content: '';
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  background: #21ccd2;
  position: absolute;
  z-index: -1;
}
.inkuche .ttlBar {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.inkuche .ttlBar::before {
  background: #333333;
}
.inkuche a.readmore {
  margin-left: auto;
  margin-right: 32%;
  margin-top: 60px;
}
.inkuche a.readmore::before {
  background: #000;
}

.inkuche-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}
.inkuche-inner article {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  width: calc((100% - 120px) / 4);
  margin-bottom: 20px;
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inkuche-inner article:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.inkuche-inner article:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.inkuche-inner article:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.inkuche-inner article:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.inkuche-inner article.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.inkuche-inner a {
  display: block;
  overflow: hidden;
  position: relative;
}
.inkuche-inner a:hover .hasbg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.inkuche-inner a:hover .info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.inkuche-inner .hasbg {
  height: 0;
  padding-top: 80%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.inkuche-inner .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../img/mesh.png);
  padding: 30px;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.inkuche-inner dl {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.inkuche-inner dl:last-child {
  margin-bottom: 0;
}
.inkuche-inner dt {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.inkuche-inner dt::before {
  content: '';
  display: block;
  min-width: 8px;
  width: 8px;
  height: 8px;
  min-height: 8px;
  border-radius: 10px;
  background: #fff;
  margin-right: 5px;
}
.inkuche-inner dd {
  font-size: 16px;
  margin-left: 13px;
}

section.service {
  padding: 80px 0;
}
section.service p {
  font-size: 16px;
}
section.service .sectionttl h2::first-letter {
  color: #21ccd2;
}
section.service .sectionttl.oneline {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  margin: auto;
}
section.service .sevice-items {
  margin-top: 60px;
}
section.service .ttlBar {
  position: absolute;
  z-index: 1;
  right: 16%;
}
section.service .ttlBar::before {
  background: #333333;
}
section.service a {
  display: block;
  text-decoration: none;
  font-size: 20px;
}
section.service a:hover .service-button::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
section.service a:hover .service-pic > div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.service a:hover svg {
  right: 15px;
}
section.service .service-pic {
  overflow: hidden;
}
section.service .service-pic > div {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.service .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack:justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.service .columns > a {
  width: 50%;
}
section.service .columns > a:nth-child(even) {
  margin-top: 100px;
}
section.service .columns-outer {
  position: relative;
  margin-top: 150px;
}
section.service .service-pic {
  overflow: hidden;
  position: relative;
}
section.service .service-pic::before, section.service .service-pic::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
section.service .service-pic::before {
  background: #111;
  -webkit-transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
section.service .service-pic::after {
  background: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

.service1 {
  padding-top: 500px;
}

.service2 {
  padding-top: 420px;
}

.service3 {
  padding-top: 420px;
}

.service4 {
  padding-top: 420px;
}

.flx-c {

}

.service-flx3 .service-button-outer,.service-flx5 .service-button-outer{
  display: flex;
  flex-flow: column-reverse;
}


.service-button {
  width: 260px;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.service-button::before {
  content: '';
  position: absolute;
  background: #21ccd2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
.service-button svg {
  fill: #fff;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-button-outer {
  max-width: 50%;
  opacity: 0;
  -webkit-transition: all 700ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service1-button-outer {
  -webkit-transform: translate(-30px, -32px);
          transform: translate(-30px, -32px);
  position: absolute;
  left: 0;
}
.service1-button-outer p {
  margin-top: 0.8rem;
  padding: 0 1rem;
}

.service2-button-outer,.service4-button-outer {
  left: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  position: absolute;
}
.service2-button-outer p,.service4-button-outer p {
  margin-top: 0.8rem;
  padding: 0 1rem;
}

.service3-button-outer {
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  position: absolute;
}
.service3-button-outer p {
  margin-bottom: 0.8rem;
  padding: 0 1rem;
  margin-left: auto;
}
.service3-button-outer .service-button {
  margin-left: auto;
}

.sevice-item.animate .service3-button-outer {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 1;
}
.sevice-item.animate .service2-button-outer,.sevice-item.animate .service4-button-outer {
  -webkit-transform: translate(0, -32px);
          transform: translate(0, -32px);
  opacity: 1;
}
.sevice-item.animate .service1-button-outer {
  -webkit-transform: translate(0px, -32px);
          transform: translate(0px, -32px);
  opacity: 1;
}
.sevice-item.animate .service-pic::before, .sevice-item.animate .service-pic::after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.homebanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 80px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.homebanners.animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.homebanners a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
}
.homebanners > div {
  width: calc((100% - 20px) / 2);
  position: relative;
}
.homebanners > div .hasbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.homebanners .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homebanners .cols > div {
  width: 100%;
  height: calc((100% - 20px) / 2);
}
.homebanners .cols .sectionttl h2 {
  font-size: 40px;
  font-weight: 400;
}
.homebanners .col {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.homebanners .col:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.homebanners span {
  display: block;
}

.col1 a {
  padding: 10% 6%;
}
.col1 .sectionttl h2::first-letter {
  color: #21ccd2;
}
.col1 p {
  margin-top: 2rem;
  font-size: 16px;
}
.col1 .content {
  max-width: 400px;
  margin: auto;
}
.col1 .ttlBar::before {
  background: #fff;
}

.col1 .hasbg,
.col2 .hasbg {
  position: relative;
}
.col1 .hasbg::before,
.col2 .hasbg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
}
.col1 .hasbg::after,
.col2 .hasbg::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/mesh.png);
  position: absolute;
  z-index: 1;
}

.col2 a {
  padding: 1rem;
}
.col2 .ttlBar::before {
  background: #fff;
}
.col2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col3 {
  background-image: url(../img/question.png);
  background-position: 80% center;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}
.col3 a {
  padding: 1rem;
}
.col3 .content {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.two-lines.sectionttl.oneline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.two-lines.sectionttl.oneline h4 {
  margin-left: 0;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-lines .ttlBar {
  height: 2px;
  width: 90px;
  margin: 0 0 0 1rem;
}
.two-lines .ttlBar::before {
  width: 50%;
  height: 100%;
}

.shop-info {
  padding: 80px 0;
  position: relative;
}
.shop-info::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  position: absolute;
  background: #fafafa;
}
.shop-info span {
  display: block;
}
.shop-info .ttlBar::before {
  background: #000;
}
.shop-info a.readmore {
  margin-top: 3rem;
  color: #333;
  border-color: #333;
}
.shop-info a.readmore svg {
  fill: #333;
}

.shopinfo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-ttl {
  min-width: 700px;
  padding: 0 150px;
}

.infos-outer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.infos-outer .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infos-outer .infos > div {
  background-color: #fff;
  width: calc((100% - 50px) / 2);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.infos-outer .infos > div:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.infos-outer .infos > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.infos-outer .infos > div.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.infos-outer .pic {
  padding-top: 280px;
  position: relative;
}
.infos-outer .content {
  background: #fff;
  padding: 20px;
}
.infos-outer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  font-size: 16px;
}
.infos-outer dl:first-child dt::before {
  content: '〒';
  display: inline-block;
  margin-right: 0.5rem;
}
.infos-outer dl:last-child {
  margin-bottom: 0;
}
.infos-outer dt {
  font-weight: bold;
  width: 120px;
  min-width: 120px;
}
.infos-outer svg {
  width: 1em;
  height: 1em;
  fill: #333;
  margin-right: 0.5rem;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  z-index: 5;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  overflow: hidden;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  font-weight: bold;
}
.tag span {
  padding: 0 1.5rem;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.hide,
a.hide {
  display: none;
}

.hero-outer h2 img{
  max-width: 320px;
  max-height: 200px;
  /*width: 100%;*/
}
