@charset "utf-8";

html{
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
.l-inner {
  min-width: 1100px;
  overflow: hidden;
}

.l-outer {
  max-width: 1357px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .l-inner {
    min-width: 100%;
  }
}

/* - header
----------------------------------------------*/
.c-header {
  height: 110px;
  position: relative;
  z-index: 110;
}

.c-header .logo {
  display: block;
  width: 218px;
  position: absolute;
  top: 35px;
  left: 50px;
}

.c-header .c-btn-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 40px;
}

.c-header .c-btn {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 38px;
  border-radius: 100vh;
  background: #ec6941;
  box-shadow: 18px 18px 16px -3px rgba(0, 0, 0, .5);
  margin: 0 5px;
  transition: all 300ms;
}

.c-header .c-btn--login {
  background: #009fb9;
}

.c-header .c-link-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 400px;
}

.c-header .c-link-list > li {
  position: relative;
  padding: 0 25px;
}

.c-header .c-link-list > li + li:before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-header .c-link {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .c-header {
    height: 20.66vw;
  }

  .c-header .logo {
    width: 42.93vw;
    top: 4.26vw;
    left: 3.33vw;
  }

  .c-header .c-btn-container {
    display: none;
  }

  .c-header .link-list {
    display: none;
  }
}

/* - nav
----------------------------------------------*/
.anchor-hum {
  display: none;
}

.anchor-menu {
  display: none;
}

@media screen and (max-width: 640px) {
  /* .anchor-hum */
  .anchor-hum {
    display: block;
    width: 12vw;
    height: 12vw;
    background-color: #ec6941;
    border-radius: 50%;
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, .5);
    position: fixed;
    right: 4vw;
    top: 2vw;
    z-index: 110;
    /*
    opacity: 0;
    transition: opacity .5s;
     */
  }

  /*
  .anchor-hum.is-active {
    opacity: 1;
  }
   */

  .anchor-hum .anchor-hum__inner {
    height: 3.4vw;
    width: 4vw;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all 300ms;
  }

  .anchor-hum span {
    position: absolute;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 300ms;
  }

  .anchor-hum span:nth-child(1) {
    top: 0;
  }

  .anchor-hum span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .anchor-hum span:nth-child(3) {
    bottom: 0;
  }

  .anchor-hum.is-active .anchor-hum__inner {
    width: 6vw;
  }

  .anchor-hum.is-active span:nth-child(1) {
    top: calc(1.7vw - 1px);
    transform: rotate(45deg);
  }

  .anchor-hum.is-active span:nth-child(2) {
    opacity: 0;
  }

  .anchor-hum.is-active span:nth-child(3) {
    bottom: 1.7vw;
    transform: rotate(135deg);
  }

  /* .anchor-menu */
  .anchor-menu {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/index/bg_nav_01.jpg") no-repeat center top / cover;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: top .3s, opacity .3s;
  }

  .anchor-menu.is-active {
    opacity: 1;
    top: 0;
  }

  .anchor-menu-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .anchor-menu-btn {
    color: #fff;
    font-size: 4.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66.66vw;
    height: 16.6vw;
    border-radius: 8.3vw;
    background: #ec6941;
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, .5);
  }

  .anchor-menu-btn--login {
    background: #009fb9;
  }

  .anchor-menu-btn small {
    font-size: 80%;
  }

  .anchor-menu-btn + .anchor-menu-btn {
    margin-top: 7.33vw;
  }

  .anchor-menu-link-list {
    text-align: center;
    margin: 13.33vw 0 0 0;
  }

  .anchor-menu-link-list > li + li {
    margin: 7.33vw 0 0 0;
  }

  .anchor-menu-link {
    color: #fff;
    font-size: 3.73vw;
    display: inline-block;
  }
}

/* - KV
----------------------------------------------*/
.kv-item {
  overflow: hidden;
}
.kv-item-container {
	position:relative
}
.kv-item-container .-foot {
	position:absolute;
	z-index:2;
	bottom:0;
	right:0
}
.kv-item-container .-foot {
	background-color:#00a0b8
}

.kv-item:not(.-display-on) .kv-item-container .-foot .-txt {
	transform:translateY(100%)
}
.kv-item .kv-item-container .-foot .-txt {
	transition-property:transform;
	transition-duration:1.375s;
	transition-delay:.625s
}
.kv-item-container .-main {
	position:relative;
	background-color:#000
}
.kv-item-container .-main .-head {
	position:absolute;
	z-index:2;
	top:0;
	right:0
}
.kv-item:not(.-display-on) .kv-item-container .-main .-head {
	opacity:0
}
@media screen and (min-width: 768px) {
	.kv-item:not(.-display-on) .kv-item-container .-main .-head {
	 transform:translateY(60px)
	}
}
@media screen and (max-width: 767px) {
	.kv-item:not(.-display-on) .kv-item-container .-main .-head {
	 transform:translateY(8vw)
	}
}
/* .kv-item-container .-main .-head {
	transition-property:opacity,transform;
	transition-duration:.375s,1.375s;
	transition-delay:1.625s
}
.kv-item-container .-main .-eye {
	position:absolute;
	top:0;
	right:0;
	transform-origin:center 25%
}
.kv-item:not(.-display-on) .kv-item-container .-main .-eye {
	opacity:0;
	transform:scale(1.375)
}
.kv-item .kv-item-container .-main .-eye {
	transition-property:opacity,transform;
	transition-timing-function:cubic-bezier(0.45, 0, 0.55, 1);
	transition-duration:.375s,1.625s
}
.kv-item-container .-main .-silhouette {
	position:absolute;
	bottom:0;
	right:0
} */
.kv-item:not(.-display-on) .kv-item-container .-main .-silhouette {
	opacity:0;
	transform:translateY(12.5%)
}
.kv-item .kv-item-container .-main .-silhouette {
	transition-property:opacity,transform;
	transition-timing-function:cubic-bezier(0.45, 0, 0.55, 1);
	transition-duration:.375s,1.375s;
	transition-delay:.375s
}
/* .kv-item-container .-main .-base {
	position:relative;
	z-index:1
} */
/* .kv-item:not(.-display-on) .kv-item-container .-main .-base {
	opacity:0
} */
/* .kv-item .kv-item-container .-main .-base {
	transition-property:opacity;
	transition-timing-function:linear;
	transition-duration:.625s;
	transition-delay:1.625s
} */
.kv-item-container .-img {
	width:100%;
	height:auto
}

/* - fixedbtn
----------------------------------------------*/
.c-fixedbtn-wrap {
  width: 100%;
  position: relative;
}

.c-fixedbtn-container {
  width: 152px;
  position: absolute;
  top: 44px;
  right: 1.2vw;
  z-index: 10;
}

.c-fixedbtn-container.is-fixed {
  position: fixed;
  top: 44px;
  right: 1.2vw;
}

.c-fixedbtn--entry {
  color: #fff;
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 10px 0 0 0;
  border-radius: 50%;
  background: url("../img/common/btn_entry01_01.png") no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: 1.2vw;
  transition: all 500ms;
}

.c-fixedbtn--entry:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_entry01_03.png") no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: 0;
  animation: rotate 8s linear infinite;
}

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

.dev-pc .c-fixedbtn--entry:hover {
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, .5);
}

.c-fixedbtn--login {
  color: #fff;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #009fb9;
  position: absolute;
  top: 138px;
  right: 0;
}

.c-fixedbtn--login span {
  position: relative;
}

.c-fixedbtn--login:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #009fb9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: all 300ms;
}

.c-fixedbtn--login:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn_login01_03.png") no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.dev-pc .c-fixedbtn--login:hover {
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, .5);
}

.dev-pc .c-fixedbtn--login:hover:before {
  transform: translate(-50%,-50%) scale(1.05);
}

.dev-pc .c-fixedbtn--login:hover:after {
  opacity: 1;
}

.dev-pc .c-fixedbtn--login:hover span {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .c-fixedbtn-container {
    display: none;
  }
}

/* - fixedbtn-2
----------------------------------------------*/
.c-fixedbtn-2-container {
  display: none;
}

@media screen and (max-width: 640px) {
  .c-fixedbtn-2-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 4%;
    position: fixed;
    bottom: 4vw;
    left: 0;
    z-index: 10;
    opacity: 0;
  }

  .c-fixedbtn-2--entry {
    color: #fff;
    font-size: 4.8vw;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56vw;
    height: 16vw;
    border-radius: 8vw;
    background: url("../img/common/btn_entry02_01.png") no-repeat center center / 100% 100%;
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, .5);
  }

  .c-fixedbtn-2--login {
    color: #fff;
    font-size: 4.8vw;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30.66vw;
    height: 16vw;
    border-radius: 8vw;
    background: #009fb9;
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, .5);
  }
}

/* - footer
----------------------------------------------*/
.c-footer {
  background: #dbdbdb;
  padding: 50px 10px;
  position: relative;
  z-index: 3;
}

.c-footer a {
  transition: all 300ms;
}

.c-footer a:hover {
  opacity: .6;
}

.c-footer .c-footer-inner {
  position: relative;
}

.c-footer .c-link-list {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-footer .c-link-list > li {
  margin: 0 2em 0 0;
}

.c-footer .logo {
  display: block;
  width: 238px;
  margin: 80px 0 0 0;
}

.c-footer .privacy {
  display: block;
  width: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-footer .copyright {
  font-size: 1.3rem;
  line-height: 2.1;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 640px) {
  .c-footer {
    background: #dbdbdb;
    padding: 13.33vw 8% 8vw 8%;
  }

  .c-footer .c-link-list {
    font-size: 4.26vw;
    display: block;
  }

  .c-footer .c-link-list > li {
    margin: 6.66vw 0 0 0;
  }

  .c-footer .logo {
    display: block;
    width: 70vw;
    margin: 25.33vw 0 0 0;
  }

  .c-footer .privacy {
    width: 19.33vw;
    position: absolute;
    bottom: auto;
    top: -2vw;
    right: 0;
  }

  .c-footer .copyright {
    font-size: 3.46vw;
    line-height: 2.1;
    margin: 6.66vw 0 0 0;
  }
}

/* - scroll
----------------------------------------------*/
.c-scroll {
  display: block;
  padding: 0 0 0 10px;
  position: absolute;
  top: 44px;
  left: 2.8%;
}

.c-scroll:after {
  content: '';
  width: 1px;
  height: 100px;
  background: #fff;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.c-scroll span {
  display: block;
  width: 12px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 640px) {
  .c-scroll {
    display: none;
  }
}

/* - mov
----------------------------------------------*/
.c-mov {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.c-mov iframe {
  width: 100%;
  height: 100%;
}

.c-mov .-thum {
 position:relative;
 z-index:1;
 display:block;
 cursor:pointer
}
.c-mov .-thum .-arr {
 position:absolute;
 display:block;
 box-sizing:border-box;
 border-width:2px;
 border-style:solid;
 border-color:#00dbff;
 background-color:rgba(0,0,0,.5);
  top:calc(50% - 70px);
  right:calc(50% - 70px);
  width:140px;
  height:140px;
  border-radius:140px
 }

@media screen and (max-width: 640px) {
 .c-mov .-thum .-arr {
  top:calc(50% - 9.3333333333vw);
  right:calc(50% - 9.3333333333vw);
  width:18.6666666667vw;
  height:18.6666666667vw;
  border-radius:18.6666666667vw
 }
}
.c-mov .-thum .-arr::after {
 content:"";
 position:absolute;
 display:block;
 background-color:#00dbff;
 -webkit-clip-path:polygon(0 0, 0% 100%, 100% 50%);
 clip-path:polygon(0 0, 0% 100%, 100% 50%);
  top:calc(50% - 13px);
  right:calc(50% - 12px);
  width:20px;
  height:26px
 }
/* } */
@media screen and (max-width: 640px) {
 .c-mov .-thum .-arr::after {
  top:calc(50% - 1.7333333333vw);
  right:calc(50% - 1.6vw);
  width:2.6666666667vw;
  height:3.4666666667vw
 }
}
.c-mov .-thum::after {
 position:absolute;
 top:0;
 right:0;
 display:block;
 width:100%;
 height:100%;
 background-color:#fff;
 opacity:0;
 content:"";
}
@media screen and (min-width: 640px) {
 .c-mov .-thum .-arr {
  transition-property:border-color,background-color;
  transition-duration:.375s
 }
 .c-mov .-thum .-arr::after {
  transition-property:background-color;
  transition-duration:.375s
 }
 .c-mov .-thum .-img {
  transition-property:box-shadow;
  transition-duration:.375s
 }
 .c-mov .-thum:hover .-arr {
  -webkit-animation-name:arr-hover;
  animation-name:arr-hover;
  -webkit-animation-duration:.875s;
  animation-duration:.875s;
  -webkit-animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
  border-color:#fff;
  background-color:rgba(0,219,255,.7)
 }
 .c-mov .-thum:hover .-arr::after {
  background-color:#fff
 }
 .c-mov .-thum:hover .-img {
  box-shadow:0 0 8px 4px rgba(255,255,255,.5)
 }
 .c-mov .-thum:hover::after {
  -webkit-animation-name:thum-hover;
  animation-name:thum-hover;
  -webkit-animation-duration:.625s;
  animation-duration:.625s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear
 }
 @-webkit-keyframes arr-hover {
  0% {
   transform:scale(1.25)
  }
  100% {
   transform:scale(1)
  }
 }
 @keyframes arr-hover {
  0% {
   transform:scale(1.25)
  }
  100% {
   transform:scale(1)
  }
 }
 @-webkit-keyframes thum-hover {
  0% {
   opacity:0
  }
  16% {
   opacity:.5
  }
  100% {
   opacity:0
  }
 }
 @keyframes thum-hover {
  0% {
   opacity:0
  }
  16% {
   opacity:.5
  }
  100% {
   opacity:0
  }
 }
}

/* closebtn */
.mfp-youtube .mfp-close {
 right:0;
 padding-right:0;
 background-repeat:no-repeat;
 background-position:center center;
 background-image:url(../img/common/ico_modal-close.svg);
 border-style:solid;
 border-color:#00dbff;
 opacity:1;
 transition-property:border-color,background-color;
 transition-duration:.125s;
 -webkit-animation-name:rotate-ready;
 animation-name:rotate-ready;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear;
 -webkit-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:.125s;
 animation-duration:.125s;
 -webkit-animation-delay:.875s;
 animation-delay:.875s
}
@media screen and (min-width: 768px) {
 .mfp-youtube .mfp-close {
  top:-86px;
  width:66px;
  height:66px;
  border-radius:66px;
  background-size:65px 65px;
  border-width:2px
 }
}
@media screen and (max-width: 767px) {
 .mfp-youtube .mfp-close {
  top:-11.4666666667vw;
  width:8.8vw;
  height:8.8vw;
  border-radius:8.8vw;
  background-size:8.6666666667vw 8.6666666667vw;
  border-width:1px
 }
}
.mfp-youtube .mfp-close:hover {
 border-color:#fff;
 background-color:rgba(0,219,255,.7);
 background-image:url(../img/common/ico_modal-close-hover.svg)
}

@-webkit-keyframes rotate-ready {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes rotate-ready {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}



/* - btn
----------------------------------------------*/
.c-btn {
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 100vh;
  background: #ec6941;
  box-shadow: 18px 18px 16px -3px rgba(0, 0, 0, .5);
  margin: 0 auto;
  transition: all 300ms;
  position: relative;
}

.c-btn:disabled {
  background: #bfbfbf;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .c-btn:after {
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:100%;
    height:100%;
    border-radius: 100vh;
    background-color:#fff;
    opacity:0;
    content:"";
   }
  
 .c-btn:hover {
/*     box-shadow:0 0 8px 4px rgba(255,255,255,.5),16px 16px 12px rgba(66,64,64,.5); */
    box-shadow:18px 18px 16px -3px rgba(0, 0, 0, .5), 0 0 8px 4px rgba(255,255,255,.5);
   }

/*  .-item-01 .c-btn:hover .-arr {
  background-color:#009fb9
 }
 .-item-02 .c-btn:hover .-arr {
  background-color:#b70005
 }
 .-item-03 .c-btn:hover .-arr {
  background-color:#4653a2
 } */
  
 .c-btn:hover:after {
  -webkit-animation-name:nav-item-hover;
  animation-name:nav-item-hover;
  -webkit-animation-duration:.625s;
  animation-duration:.625s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear
 }
 @-webkit-keyframes nav-item-hover {
  0% {
   opacity:0
  }
  16% {
   opacity:.625
  }
  100% {
   opacity:0
  }
 }
 @keyframes nav-item-hover {
  0% {
   opacity:0
  }
  16% {
   opacity:.625
  }
  100% {
   opacity:0
  }
 }
}

@media screen and (max-width: 640px) {
  .c-btn {
    font-size: 4.8vw;
    letter-spacing: 0;
    width: 66.66vw;
    height: 16.6vw;
    border-radius: 8.3vw;
    box-shadow: 10px 10px 10px -3px rgba(0, 0, 0, .5);
  }
}

/* - deco-triangle
----------------------------------------------*/
.c-bg-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition-property: opacity;
  transition-duration: .9s;
  opacity: 0;
  transition: all 500ms;
}

.c-bg-deco.is-inview {
  opacity: 1;
}

.c-deco-triangle {
  position: absolute;
  z-index: -1;
}

.c-deco-triangle-container {
  background: linear-gradient(45deg, rgba(0, 58, 83, 0.8), rgba(228, 241, 190, 0));
  -webkit-clip-path: polygon(0 100%, 100% 50%, 50% 0);
  clip-path: polygon(0 100%, 100% 50%, 50% 0);
  animation-name: deco-triangle-rot;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.c-deco-triangle.-color-b .c-deco-triangle-container {
  background: linear-gradient(45deg, rgba(22, 80, 84, 0.8), rgba(228, 241, 190, 0));
}

.c-deco-triangle.-shape-b .c-deco-triangle-container {
  -webkit-clip-path: polygon(50% 0, 100% 50%, 0 100%);
  clip-path: polygon(50% 0, 100% 50%, 0 100%);
  animation-name: deco-triangle-rot-3
}

@media screen and (min-width: 641px) {
  .c-deco-triangle-container {
    width: 480px;
    height: 360px
  }
}

@media screen and (max-width: 640px) {
  .c-deco-triangle-container {
    width: 80vw;
    height: 64vw
  }
}

@keyframes deco-triangle-rot {
  0% {
    transform: rotate3d(0.5, 0.5, 0.5, 0deg)
  }
  25% {
    transform: rotate3d(0.5, 0.5, 0.5, 90deg)
  }
  50% {
    transform: rotate3d(0.5, 0.5, 0.5, 180deg)
  }
  75% {
    transform: rotate3d(0.5, 0.5, 0.5, 270deg)
  }
  100% {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg)
  }
}

@keyframes deco-triangle-rot-3 {
  0% {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg)
  }
  25% {
    transform: rotate3d(0.5, 0.5, 0.5, 270deg)
  }
  50% {
    transform: rotate3d(0.5, 0.5, 0.5, 180deg)
  }
  75% {
    transform: rotate3d(0.5, 0.5, 0.5, 90deg)
  }
  100% {
    transform: rotate3d(0.5, 0.5, 0.5, 0deg)
  }
}

.c-bg-1 .c-bg-deco {
  opacity: 1;
}

/* .c-bg-1 .c-deco-triangle  */
@media screen and (min-width: 641px) {
  .c-bg-1 .c-deco-triangle.-triangle-1 {
    right: -120px;
    top: -120px
  }

  .c-bg-1 .c-deco-triangle.-triangle-2 {
    left: -120px;
    bottom: 120px
  }

  .c-bg-1 .c-deco-triangle.-triangle-3 {
    right: -120px;
    bottom: 0
  }
}

@media screen and (max-width: 640px) {
  .c-bg-1 .c-deco-triangle.-triangle-1 {
    right: -24vw;
    top: -16vw
  }

  .c-bg-1 .c-deco-triangle.-triangle-2 {
    left: -32vw;
    bottom: 25%
  }

  .c-bg-1 .c-deco-triangle.-triangle-3 {
    right: -32vw;
    bottom: 0
  }
}

@media screen and (min-width: 641px) {
  .c-bg-1 .c-deco-triangle-container {
    width: 480px;
    height: 360px
  }
}

@media screen and (max-width: 640px) {
  .c-bg-1 .c-deco-triangle-container {
    width: 80vw;
    height: 64vw
  }
}

/* .c-bg-2 .c-deco-triangle  */
@media screen and (min-width: 641px) {
  .c-bg-2 .c-deco-triangle.-triangle-1 {
    right: -120px;
    top: -120px
  }

  .c-bg-2 .c-deco-triangle.-triangle-2 {
    left: -120px;
    bottom: 120px
  }

  .c-bg-2 .c-deco-triangle.-triangle-3 {
    right: -120px;
    bottom: 0
  }
}

@media screen and (max-width: 640px) {
  .c-bg-2 .c-deco-triangle.-triangle-1 {
    right: -24vw;
    top: -16vw
  }

  .c-bg-2 .c-deco-triangle.-triangle-2 {
    left: -32vw;
    bottom: 25%
  }

  .c-bg-2 .c-deco-triangle.-triangle-3 {
    right: -32vw;
    bottom: 0
  }
}

@media screen and (min-width: 641px) {
  .c-bg-2 .c-deco-triangle-container {
    width: 480px;
    height: 360px
  }
}

@media screen and (max-width: 640px) {
  .c-bg-2 .c-deco-triangle-container {
    width: 80vw;
    height: 64vw
  }
}

/*--------------------------------------------------------------
# elements
--------------------------------------------------------------*/
#wrapper {
  /*
  background: url("../img/index/bg_01-pc.jpg") no-repeat center top / cover;
   */
  position: relative;
}

#wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 130%;
  background: url("../img/index/bg_01-pc.jpg") no-repeat center top / 100% auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}

@media screen and (max-width: 640px) {
  #wrapper:before {
    background: url("../img/index/bg_01-sp.jpg") no-repeat center top / cover;
  }
}

/* -bg
----------------------------------------------*/
.c-bg-1 {
  position: relative;
  z-index: 4;
}

.c-bg-2 {
  position: relative;
  z-index: 2;
}

.c-bg-f {
  position: relative;
  z-index: 1;
}

.c-bg-f-items {
  width: 100%;
  min-width: 1100px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-bg-f-item--1,
.c-bg-f-item--2,
.c-bg-f-item--3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}

.c-bg-f-item--1 {
  /* background: url("../img/index/bg_f_01-pc.jpg") no-repeat center center / cover; */
  background: radial-gradient(#40e0d0, #002C2F);
  opacity: 1;
  z-index: 1;
}

.c-bg-f-item--2 {
  /* background: url("../img/index/bg_f_02-pc.jpg") no-repeat center center / cover; */
  background: radial-gradient(#40e0d0, #002C2F);
  opacity: 0;
  z-index: 2;
}

.c-bg-f-item--3 {
  /* background: url("../img/index/bg_f_03-pc.jpg") no-repeat center center / cover; */
  background: radial-gradient(#40e0d0, #002C2F);
  opacity: 0;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  .c-bg-f-items {
    min-width: 0;
  }

  .c-bg-f-item--1 {
    /* background: url("../img/index/bg_f_01-sp.jpg") no-repeat center top / 100% auto; */
    background: radial-gradient(#40e0d0, #002C2F);
  }

  .c-bg-f-item--2 {
    /* background: url("../img/index/bg_f_02-sp.jpg") no-repeat center top / 100% auto; */
    background: radial-gradient(#40e0d0, #002C2F);
  }

  .c-bg-f-item--3 {
    /* background: url("../img/index/bg_f_03-sp.jpg") no-repeat center top / 100% auto; */
    background: radial-gradient(#40e0d0, #002C2F);
  }
}

/* fv
----------------------------------------------*/
.sec-fv {
  max-width: 1357px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.sec-fv .sec-inner {
  box-shadow: 0 15px 12px 0 rgba(0, 0, 0, .4);
}

@media screen and (max-width: 640px) {
  .sec-fv:before {
    content: '';
    display: block;
    width: 92%;
    height: 4.33vw;
    background: url("../img/index/bg_block_01-sp.png") no-repeat center top / 100% auto;
    position: absolute;
    top: -4.33vw;
    left: 4%;
  }
}

/* -about
----------------------------------------------*/
.sec-about {
  color: #fff;
  padding: 0 0 90px 0;
}

.sec-about .sec-inner {
  width: 94%;
  padding: 75px 0 60px 0;
  background: url("../img/index/bg_block_01-pc.png") no-repeat left bottom / cover;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .4);
  margin: 0 auto;
  position: relative;
}

.sec-about .sec-ttl {
  font-weight: 400;
  font-size: 4.3rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
}

.sec-about .sec-txt {
  font-size: 1.8rem;
  line-height: 2.3;
  text-align: center;
  margin: 25px 0 0 0;
}

.sec-about .sec-btn {
  margin: 50px auto 0 auto;
}

.sec-about .sec-txt-2 {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin: 25px 0 0 0;
}

.sec-about .sec-txt-2 a {
  color: #fff;
  display: inline-block;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #fff;
  margin: 0 0.3em;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .sec-about {
    padding: 0 0 16.66vw 0;
  }
  
  .sec-about .sec-inner {
    width: 92%;
    padding: 13.33vw 0 24vw 0;
    background: url("../img/index/bg_block_01-sp.png") no-repeat center bottom / 100% auto;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .4);
  }

  .sec-about .sec-ttl {
    font-size: 7.46vw;
    line-height: 1.43;
    letter-spacing: 0.04em;
    text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);
  }

  .sec-about .sec-txt {
    font-size: 3.73vw;
    line-height: 1.86;
    margin: 4.66vw 0 0 0;
  }

  .sec-about .sec-btn {
    margin: 12.66vw auto 0 auto;
  }

  .sec-about .sec-txt-2 {
    font-size: 3.2vw;
    margin: 6.66vw 0 0 0;
  }

  .sec-about .sec-txt-2 a {
    padding: 0 0 3px 0;
    margin: 0 0.3em;
  }
}

/* -experience
----------------------------------------------*/
.sec-experience {
  position: relative;
  z-index: 2;
}

.sec-experience .sec-inner {
  width: 1100px;
  margin: 0 auto;
}

.sec-experience .sec-head {
  padding: 320px 10px 110px 10px;
  position: relative;
}

.sec-experience .sec-ttl {
  font-weight: 400;
  color: #fff;
  font-size: 6.0rem;
  line-height: 1.35;
  text-align: left;
  letter-spacing: 0.04em;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
  margin: 0 0 0 0;
  position: relative;
}

.sec-experience .sec-ttl-2 {
  position: absolute;
  top: 264px;
  left: -45px;
}

.sec-experience .sec-ttl-2 > span {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #487b8a;
  font-size: 14.0rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  perspective: 1000px;
}

.sec-experience .sec-ttl span {
  position: relative;
}

.sec-experience .sec-txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.3;
  text-align: left;
  margin: 25px 0 0 0;
}

@media screen and (max-width: 640px) {
  .sec-experience .sec-inner {
    width: 100%;
  }

  .sec-experience .sec-head {
    padding: 62vw 4% 16vw 4%;
  }

  .sec-experience .sec-ttl-2 {
    position: absolute;
    top: 54.4vw;
    left: 4%;
  }

  .sec-experience .sec-ttl-2 > span {
    font-size: 16vw;
  }

  .sec-experience .sec-ttl {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-shadow: 0 0 9px rgba(255, 255, 255, 0.5);
  }

  .sec-experience .sec-ttl:before {
    width: 92vw;
    height: 16vw;
    top: -8.66vw;
    left: 0;
  }

  .sec-experience .sec-txt {
    font-size: 3.73vw;
    line-height: 1.85;
    margin: 6.66vw 0 0 0;
  }
}

.block--exp {
  padding: 70px 0 0 0;
  background: url("../img/index/bg_block_02-pc.png") no-repeat center center / cover;
  position: relative;
}

.block--exp + .block--exp {
  margin-top: 40px;
}

.block--exp-inner {
  position: relative;
}

.block--exp-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 5.8%;
}

.block--exp-ttl > span:nth-of-type(1) {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #009fb9;
  font-size: 10.0rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.block--exp-ttl > span:nth-of-type(2) {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.6;
  margin: 0 0 0 35px;
}

/* inview */
.block--exp-ttl > span:nth-of-type(1) > span {
  transform: translateY(100%)
}

.block--exp.is-inview .block--exp-ttl > span:nth-of-type(1) > span {
  transform: translateY(0);
  transition: transform .875s;
}

.block--exp.is-inview .block--exp-ttl > span:nth-of-type(1) > span:nth-child(2) {
  transition-delay: .25s
}

.block--exp-ttl > span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(80px);
}

.block--exp.is-inview .block--exp-ttl > span:nth-of-type(2) {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.375s .625s,
  opacity 1.375s .625s;
}

@media screen and (max-width: 640px) {
  .block--exp {
    width: 92%;
    padding: 10.66vw 0 0 0;
    background: url("../img/index/bg_block_02-sp.png") no-repeat center center / cover;
    margin: 0 auto;
  }

  .block--exp + .block--exp {
    margin-top: 8vw;
  }

  .block--exp-ttl {
    display: block;
    padding: 0 0 0 0;
  }

  .block--exp-ttl > span:nth-of-type(1) {
    font-size: 16.8vw;
    justify-content: center;
  }

  .block--exp-ttl > span:nth-of-type(2) {
    font-size: 5.33vw;
    line-height: 1.7;
    text-align: center;
    display: block;
    margin: 4vw 0 0 0;
    transform: translateX(40px)
  }

  /* inview */
  .block--exp-ttl > span:nth-of-type(2) {
    transform: translateX(40px);
  }
}

.block--exp--01 {
  /*! padding-bottom: 130px; */
}

.block--exp--01 .block--exp-img {
  display: block;
  /*! width: 83.7%; */
  /*! margin: 100px auto 0 auto; */
}

/* inview */
.block--exp--01 .block--exp-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

.block--exp--01.is-inview .block--exp-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  transition-property: clip-path, -webkit-clip-path;
  transition-duration: 1.375s;
  transition-delay: .375s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1)
}

@media screen and (max-width: 640px) {
  .block--exp--01 {
    /*! padding-bottom: 15.33vw; */
  }

  .block--exp--01 .block--exp-img {
    width: 88.4%;
    margin: 10.66vw auto 0 auto;
  }
}

.block--exp--02 {
  padding-bottom: 130px;
}

.block--exp--02 .block--exp-img {
  display: block;
  width: 89%;
  margin: 100px auto 0 auto;
}

/* inview */
.block--exp--02 .block--exp-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

.block--exp--02.is-inview .block--exp-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  transition-property: clip-path, -webkit-clip-path;
  transition-duration: 1.375s;
  transition-delay: .375s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1)
}

@media screen and (max-width: 640px) {
  .block--exp--02 {
    padding-bottom: 15.33vw;
  }

  .block--exp--02 .block--exp-img {
    width: 88.4%;
    margin: 10.66vw auto 0 auto;
  }
}

.block--exp--03 {
  padding-bottom: 110px;
}

.block--exp--03 .block--exp-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 70px auto 0 auto;
  padding: 0 4%;
}

.block--exp--03 .block--exp-column {
  width: 50%;
}

.block--exp--03 .block--exp-column + .block--exp-column {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.block--exp--03 .block--exp-img {
  display: block;
  text-align: center;
}

.block--exp--03 .block--exp-img img {
  height: 235px;
  width: auto;
}

.block--exp--03 .block--exp-txt-1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0 0 0;
}

.block--exp--03 .block--exp-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 15px 0 0 0;
}

.block--exp--03 .block--exp-txt-2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 10px 50px 0 0;
  text-align: right;
}

/* inview */
.block--exp--03 .block--exp-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

.block--exp--03.is-inview .block--exp-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  transition-property: clip-path, -webkit-clip-path;
  transition-duration: 1.375s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1)
}

.block--exp--03 .block--exp-txt-2,
.block--exp--03 .block--exp-txt-1,
.block--exp--03 .block--exp-txt {
  opacity: 0;
  transform: translateY(80px);
}

.block--exp--03.is-inview .block--exp-txt-2,
.block--exp--03.is-inview .block--exp-txt-1,
.block--exp--03.is-inview .block--exp-txt {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 1.375s
}

.block--exp--03.is-inview .block--exp-txt-2 {
  transition-delay: .375s
}

.block--exp--03.is-inview .block--exp-txt-1 {
  transition-delay: .575s
}

.block--exp--03.is-inview .block--exp-txt {
  transition-delay: .725s
}

@media screen and (max-width: 640px) {
  .block--exp--03 {
    padding-bottom: 9.33vw;
  }

  .block--exp--03 .block--exp-container {
    display: block;
    margin: 0 auto;
    padding: 0 5%;
  }

  .block--exp--03 .block--exp-column {
    width: 100%;
    padding: 9.33vw 0 8vw 0;
  }

  .block--exp--03 .block--exp-column + .block--exp-column {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: none;
  }

  .block--exp--03 .block--exp-column:nth-child(1) .block--exp-img img {
    height: 49.6vw;
  }

  .block--exp--03 .block--exp-column:nth-child(2) .block--exp-img img {
    width: 100%;
    height: auto;
  }

  .block--exp--03 .block--exp-txt-1 {
    font-size: 5.06vw;
    margin: 6vw 0 0 0;
  }

  .block--exp--03 .block--exp-txt {
    font-size: 3.73vw;
    line-height: 2;
    margin: 3vw 0 0 0;
  }

  /* inview */
  .block--exp--03 .block--exp-txt-1,
  .block--exp--03 .block--exp-txt {
    transform: translateY(40px);
  }

  .block--exp--03.is-inview .block--exp-column:nth-child(2) .block--exp-img {
    transition-delay: .6875s
  }

  .block--exp--03.is-inview .block--exp-column:nth-child(2) .block--exp-txt-1 {
    transition-delay: .75s
  }

  .block--exp--03.is-inview .block--exp-txt {
    transition-delay: .8125s
  }
}

.block--device {
  width: 100%;
  height: 563px;
  position: relative;
  overflow: hidden;
}

.block--device-view {
  width: 405px;
  position: absolute;
  bottom: 0;
  right: 53.5%;
}

.block--device-column {
  width: 50%;
  margin: 0 0 0 auto;
}

.block--device-note-txt{
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 33vw;
}

@media screen and (max-width: 640px) {
  .block--device {
    height: 74.9vw;
  }

  .block--device-view {
    width: 48.11%;
    right: 47.5%;
  }

  .block--device-column-2 {
    width: 47.5%;
  }
}

.block--device-ttl {
  font-weight: 300;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 95px;
  background: #65ab65;
  border-radius: 10px;
  padding: 0 0 0 0;
  margin: 180px auto 0 auto;
  position: relative;
}

.block--device-star3:after {
  content: '';
  display: block;
  width: 90px;
  height: 40px;
  background: url("../img/common/img_star_03.png") no-repeat center top / contain;
  position: absolute;
  top: -20px;
  right: 13px;
}

.block--device-txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin: 35px 0 0 0;
}

@media screen and (max-width: 640px) {
  .block--device-ttl {
    font-size: 4.53vw;
    width: 25.33vw;
    height: 12.6vw;
    border-radius: 5px;
    margin: 24vw auto 0 auto;
  }

  .block--device-star3:after {
    width: 12.26vw;
    height: 8vw;
    top: -22%;
    right: 6%;
  }

  .block--device-txt {
    font-size: 3.2vw;
    line-height: 1.6;
    margin: 3.33vw 0 0 0;
  }
}

/* -point
----------------------------------------------*/
.sec-point {
  position: relative;
}

.sec-point .sec-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.sec-point .sec-head {
  padding: 280px 10px 110px 10px;
}

.sec-point .sec-ttl > span:nth-of-type(1) {
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #fff;
  font-size: 10.0rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: center;
  perspective: 1000px;
}

.sec-point .sec-ttl > span:nth-of-type(2) {
  font-weight: 500;
  font-style: italic;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}

.sec-point .sec-txt-1 {
  font-weight: 500;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 35px 0 0 0;
}

.sec-point .sec-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin: 25px 0 0 0;
}

@media screen and (max-width: 640px) {
  .sec-point .sec-inner {
    width: 100%;
  }

  .sec-point .sec-head {
    padding: 80vw 4% 14vw 4%;
  }

  .sec-point .sec-ttl > span:nth-of-type(1) {
    font-size: 13.33vw;
  }

  .sec-point .sec-ttl > span:nth-of-type(2) {
    font-size: 3.73vw;
    margin: 4.66vw 0 0 0;
  }

  .sec-point .sec-txt-1 {
    font-size: 5.33vw;
    line-height: 1.75;
    margin: 8vw 0 0 0;
  }

  .sec-point .sec-txt {
    font-size: 3.73vw;
    line-height: 1.85;
    margin: 5.33vw 0 0 0;
  }
}

.point-triangle {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto
}

@media screen and (min-width: 641px) {
  .point-triangle {
    top: 120px;
    width: 600px
  }
}

@media screen and (max-width: 640px) {
  .point-triangle {
    top: 55vw;
    width: 80vw
  }
}

@media screen and (min-width: 641px) {
  .point-triangle-container {
    width: 600px;
    height: 480px
  }
}

@media screen and (max-width: 640px) {
  .point-triangle-container {
    width: 80vw;
    height: 64vw
  }
}

@keyframes point-triangle {
  0% {
    transform: rotate3d(0.125, 0.125, 0.125, 0deg)
  }
  25% {
    transform: rotate3d(0.125, 0.125, 0.125, 90deg)
  }
  50% {
    transform: rotate3d(0.125, 0.125, 0.125, 180deg)
  }
  75% {
    transform: rotate3d(0.125, 0.125, 0.125, 270deg)
  }
  100% {
    transform: rotate3d(0.125, 0.125, 0.125, 360deg)
  }
}

/* inview */
.point-triangle-offset {
  transform: translateY(100%);
}

.point-triangle.is-inview .point-triangle-offset {
  transform: translateY(0);
  transition: transform 1.275s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.point-triangle-container {
  background: linear-gradient(45deg, #43ada9, #0c2f3a);
  opacity: .85;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 75%);
  clip-path: polygon(50% 0, 0% 100%, 100% 75%);
  animation-name: point-triangle;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@media screen and (max-width: 640px) {
  .point-triangle-offset {
    transform: translateY(40vw);
  }
}

.block--point {
  background: url("../img/index/bg_block_02-pc.png") no-repeat center center / cover;
  position: relative;
}

.block--point + .block--point {
  margin-top: 40px;
}

.block--point-inner {
  position: relative;
}

.block--point--01 {
  padding: 120px 0 110px 0;
}

.block--point--01 .block--point-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.block--point--01 .block--point-column {
  width: 26.7%;
  margin: 0 1.8%;
}

.block--point--01 .block--point-img {
  display: block;
}

.block--point--01 .block--point-txt-1 {
  font-weight: 500;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.5;
  text-align: left;
  margin: 25px 0 0 0;
}

.block--point--01 .block--point-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  margin: 15px 0 0 0;
}

/* inview */
.block--point--01 .block--point-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

.block--point--01.is-inview .block--point-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  transition-property: clip-path, -webkit-clip-path;
  transition-duration: 1.375s;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1)
}

.block--point--01 .block--point-txt-1,
.block--point--01 .block--point-txt {
  opacity: 0;
  transform: translateY(80px);
}

.block--point--01.is-inview .block--point-txt-1,
.block--point--01.is-inview .block--point-txt {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 1.375s
}

.block--point--01.is-inview .block--point-txt-1 {
  transition-delay: .375s
}

.block--point--01.is-inview .block--point-txt {
  transition-delay: .625s
}

@media screen and (max-width: 640px) {
  .block--point {
    width: 92%;
    background: url("../img/index/bg_block_02-sp.png") no-repeat center center / cover;
    margin: 0 auto;
  }

  .block--point + .block--point {
    margin-top: 8vw;
  }

  .block--point--01 {
    padding: 6.66vw 5% 9.33vw 5%;
  }

  .block--point--01 .block--point-container {
    display: block;
  }

  .block--point--01 .block--point-column {
    width: 100%;
    margin: 0 0;
    padding: 8vw 0 6.66vw 0;
  }

  .block--point--01 .block--point-column + .block--point-column {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .block--point--01 .block--point-txt-1 {
    font-size: 5.06vw;
    margin: 5.33vw 0 0 0;
  }

  .block--point--01 .block--point-txt {
    font-size: 3.73vw;
    line-height: 1.85;
    margin: 4vw 0 0 0;
  }

  /* inview */
  .block--point--01 .block--point-txt-1,
  .block--point--01 .block--point-txt {
    transform: translateY(40px);
  }
}

/* -pickup
----------------------------------------------*/
.sec-pickup {
/*   padding: 0 0 270px 0; */
  position: relative;
  z-index: 2;
}

.sec-pickup .sec-inner {
  width: 1100px;
  margin: 0 auto;
}

.sec-pickup .sec-ttl {
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
  padding: 0 10px;
  position: relative;
}

.sec-pickup .sec-ttl-1 {
  margin: 130px 0 45px 0;
}

.sec-pickup .sec-mov {
  width: 800px;
  margin: 0 auto;
}

.sec-pickup .sec-ttl-2 {
  margin: 250px 0 0 0;
}

.sec-pickup .sec-list {
  width: 960px;
  margin: 90px auto 0 auto;
}

/* inview */
.sec-pickup .sec-list{
  opacity: 0;
  transform: translateY(80px);
}

.sec-pickup .sec-list.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 1.375s
}


@media screen and (max-width: 640px) {
  .sec-pickup {
/*     padding: 0 0 44vw 0; */
  }

  .sec-pickup .sec-inner {
    width: 100%;
  }

  .sec-pickup .sec-head {
    padding: 0 4%;
  }

  .sec-pickup .sec-ttl {
    font-size: 8.0vw;
    line-height: 1.4;
  }

  .sec-pickup .sec-ttl-1 {
    margin: 25.33vw 0 8.66vw 0;
  }

  .sec-pickup .sec-mov {
    width: 92%;
    margin: 0 auto;
  }

  .sec-pickup .sec-ttl-2 {
    margin: 30.66vw 0 0 0;
  }

  .sec-pickup .sec-list {
    width: 92%;
    margin: 12vw auto 0 auto;
  }

  /* inview */
  .sec-pickup .sec-list {
    transform: translateY(40px);
  }
}

/* -form
----------------------------------------------*/
.sec-form {
  padding: 100px 0 75px 0;
  position: relative;
  z-index: 2;
}

.sec-form .sec-inner {
  width: 94%;
  padding: 100px 0 100px 0;
  background: url("../img/index/bg_block_03-pc.png") no-repeat right top / cover;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .4);
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}

.sec-form .sec-ttl {
  color: #fff;
  font-size: 4.3rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.6);
  margin: 0 0 50px 0;
}

@media screen and (max-width: 640px) {
  .sec-form {
    padding: 17.33vw 0 18.66vw 0;
  }

  .sec-form .sec-inner {
    width: 92%;
    padding: 16vw 5% 17.33vw 5%;
    background: url("../img/index/bg_block_03-sp.png") no-repeat right top / cover;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .4);
  }

  .sec-form .sec-ttl {
    font-size: 6.66vw;
    line-height: 1.4;
    margin: 0 0 6.66vw 0;
  }
}

.c-regist {
  color: #fff;
  width: 820px;
  margin: 0 auto;
}

.c-regist-container--kiyaku {
  margin: 45px 0 0 0;
  padding: 0 0 0 170px;
}

.c-regist-list--kiyaku > li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-regist-list--kiyaku > li + li {
  margin-top: 10px;
}

.c-regist-container--check {
  text-align: center;
  margin: 15px 0 0 0;
}

.c-regist-container--btn {
  text-align: center;
  margin: 30px 0 0 0;
}

.c-regist-container--other {
  margin: 30px 0 0 0;
}

.c-regist-list--other {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-regist-list--other > li {
  padding: 0 30px;
}

.c-regist-list--other > li + li {
  border-left: 1px solid rgba(255, 255, 255, .5);
}

.c-regist-txt-1 {
  font-size: 1.8rem;
  line-height: 1.6;
}

.c-regist-txt-1 a {
  color: #fff;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.c-regist-txt-2 {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin: 25px 0 0 0;
}

.c-regist-txt-2 a,
.c-regist-txt-2 button {
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #fff;
  margin: 0 0.3em;
}

@media screen and (max-width: 640px) {
  .c-regist {
    width: 100%;
  }

  .c-regist-container--kiyaku {
    margin: 4vw 0 0 0;
    padding: 0 0 0 0;
  }

  .c-regist-list--kiyaku > li + li {
    margin-top: 1.33vw;
  }

  .c-regist-container--check {
    margin: 4vw 0 0 0;
  }

  .c-regist-container--btn {
    margin: 8vw 0 0 0;
  }

  .c-regist-container--other {
    margin: 6.66vw 0 0 0;
  }

  .c-regist-list--other {
    text-align: center;
    display: block;
  }

  .c-regist-list--other > li {
    padding: 0 0;
  }

  .c-regist-list--other > li + li {
    border-left: none;
    margin-top: 2.66vw;
  }

  .c-regist-txt-1 {
    font-size: 3.73vw;
    line-height: 1.85;
  }

  .c-regist-txt-1 a {
    padding: 0 0 2px 0;
  }

  .c-regist-txt-2 {
    font-size: 3.2vw;
    margin: 25px 0 0 0;
  }

  .c-regist-txt-2 a,
  .c-regist-txt-2 button {
    font-size: 3.2vw;
  }
}

.c-table--entry {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-table--entry > dt {
  color: #fff;
  font-size: 2.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 170px;
  height: 68px;
}

.c-table--entry > dd {
  width: calc(100% - 170px);
  padding: 10px 0;
}

.c-table--entry-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-table--entry-column-2 {
  width: 48%;
}

.c-table--entry-column-1 {
  width: 100%;
}

.c-table--entry-txt {
  color: #fff;
  font-size: 1.4rem;
  margin: 12px 0 0 0;
  padding: 0 0 0 20px;
}

.c-table--entry input:not([type='checkbox']):not([type='radio']),
.c-table--entry textarea,
.c-table--entry select,
.m_select-btn,
.input-result-area {
  font-size: 1.8rem;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #d7d7d7;
}

.c-table--entry-input-wrapper {
  position: relative;
}

.c-table--entry input#password {
  padding-right: 60px;
}

.c-table--entry .switch-password {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .c-table--entry {
    display: block;
  }

  .c-table--entry > dt {
    font-size: 4.26vw;
    display: block;
    width: 100%;
    height: auto;
    padding: 2vw 0 3vw 2%;
  }

  .c-table--entry > dd {
    width: 100%;
    padding: 0 0 3vw 0;
  }

  .c-table--entry-column-2 {
    width: 49%;
  }

  .c-table--entry-txt {
    font-size: 3.2vw;
    margin: 3vw 0 0 0;
    padding: 0 0 0 4vw;
  }

  .c-table--entry input:not([type='checkbox']):not([type='radio']),
  .c-table--entry textarea,
  .c-table--entry select,
  .m_select-btn,
  .input-result-area {
    font-size: 4.26vw;
    height: 12vw;
    border-radius: 6vw;
    padding: 0 4vw;
  }

  .c-table--entry input#password {
    padding-right: 12vw;
  }

  .c-table--entry .switch-password {
    width: 6.8vw;
    right: 3vw;
  }
}


/*--------------------------------------------------------------
# effects
--------------------------------------------------------------*/
/* - hover
----------------------------------------------*/
.c-hov-op {
  transition: all 300ms;
}

.dev-pc .c-hov-op:hover {
  opacity: .6;
}

/* - inview
----------------------------------------------*/
.c-inview-up {
  opacity: 0;
  transform: translateY(80px);
}

.c-inview-up.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 1.375s
}

@media screen and (max-width: 640px) {
  .c-inview-up {
    transform: translateY(40px);
  }
}

.c-inview-typo-item1 > span {
  opacity: 0;
}

.c-inview-typo-item1 > span:nth-child(odd) {
  transform: translateY(-120px) rotate3d(1, 1, 1, -180deg);
}

.c-inview-typo-item1 > span:nth-child(even) {
  transform: translateY(-120px) rotate3d(1, 1, 1, 180deg);
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span {
  opacity: 1;
  transform: translateY(0) rotate3d(1, 1, 1, 0);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  transition-duration: .375s, 1.375s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(1) {
  transition-delay: 0s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(2) {
  transition-delay: .125s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(3) {
  transition-delay: .25s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(4) {
  transition-delay: .375s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(5) {
  transition-delay: .5s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(6) {
  transition-delay: .625s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(7) {
  transition-delay: .75s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(8) {
  transition-delay: .875s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(9) {
  transition-delay: 1s
}

.c-inview-typo.is-inview .c-inview-typo-item1 > span:nth-of-type(10) {
  transition-delay: 1.125s
}

@media screen and (max-width: 640px) {
  .c-inview-typo-item1 > span:nth-child(odd) {
    transform: translateY(-16vw) rotate3d(1, 1, 1, -180deg);
  }

  .c-inview-typo-item1 > span:nth-child(even) {
    transform: translateY(-16vw) rotate3d(1, 1, 1, 180deg);
  }
}

.c-inview-typo-item2 > span {
  opacity: 0;
  transform: translateY(40px)
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span {
  opacity: 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: .375s, .625s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(1) {
  transition-delay: 1s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(2) {
  transition-delay: 1.0625s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(3) {
  transition-delay: 1.125s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(4) {
  transition-delay: 1.1875s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(5) {
  transition-delay: 1.25s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(6) {
  transition-delay: 1.3125s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(7) {
  transition-delay: 1.375s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(8) {
  transition-delay: 1.4375s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(9) {
  transition-delay: 1.5s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(10) {
  transition-delay: 1.5625s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(11) {
  transition-delay: 1.625s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(12) {
  transition-delay: 1.6875s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(13) {
  transition-delay: 1.75s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(14) {
  transition-delay: 1.8125s
}

.c-inview-typo.is-inview .c-inview-typo-item2 > span:nth-of-type(15) {
  transition-delay: 1.875s
}

@media screen and (max-width: 640px) {
  .c-inview-typo-item2 > span {
    transform: translateY(5.3333333333vw)
  }
}
