@import url("./general.css");

/*------- リセット -------*/
* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	background:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
	list-style: none;
}

html {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: calc(0.75rem + ((1vw - 4.8px) * 0.4167));
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-smoothing:antialiased;
}
body {
	color:#111;
	background:#fff;
	line-height:2.0;
	letter-spacing:.1rem;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
@media screen and (max-width: 480px) {
	body {
		font-size:1.2rem;
	}
}
@media screen and (min-width: 1920px) {
	body {
		font-size:3,0rem;
	}
}

/*------- HTMLフォーマット -------*/
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {display:block;}


b {color:#1ebeb4;}
i {font-family:"Open Sans", sans-serif;}
u {text-decoration:underline;}
em {font-weight:bold;}
strong {font-weight:bold; font-size:1.2em;}
big {}
small {font-size:70%;}


/*------- 基本レイアウト -------*/

.header-wrap {
	position:relative;
}
header {
	position:relative;
	line-height:1;
	width:100%;
	z-index:3;
    overflow: hidden;
}
header .header-inner {
	position:relative;
	margin:0 auto;
	width:100%;
	/*max-width:951px;*/
    line-height:1.1;
}
main {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1900px;
}
#footer-wrap {
	background:#030303;
}
footer {
	margin:0 auto;
	width:100%;
}
header > .inner {
	padding:15rem 2rem;
}
main > .inner {
}
footer > .inner {
	padding:4rem 2rem;
}
section > .inner
{
	padding:4rem 2rem;
}


/*------- 基本レイアウト @media screen -------*/




/* アンダースクロール
----------------------------------------------- */
a.under-schroll {
  position: absolute;
  bottom: 3rem;
  z-index: 5;
  display: inline-block;
  text-decoration: none;
  color:#fff;
  z-index:3;
  opacity:0.5;
}
a.under-schroll:hover {
	opacity:1;
}
a.under-schroll {
  padding-top: 60px;
}
a.under-schroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
a.under-schroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*------- Page to Top -------*/
.page-top {
	margin: 0;
    padding: 0;
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 64px;
    height: 64px;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}
.page-top a {
	display: block;
    position: relative;
    margin: 0;
    width:100%;
    height:100%;
}
.page-top i {
	font-size: 64px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}


/*------- SNSアイコン -------*/
.sns-icons {
}
.sns-icons .btn-social-icon-twitter {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #1da1f3;
  font-size: 25px;
  text-decoration: none;
}

.sns-icons .btn-social-icon-twitter:hover {
  color:#88daff;
  transition: .5s;
}

.sns-icons .btn-social-icon-twitter__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #FFF;
  background: #1da1f3;
}

.sns-icons .btn-social-icon-twitter__square i {
  line-height: 50px;
}
.sns-icons .btn-social-icon-facebook {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #4966a0;;
  font-size: 25px;
  text-decoration: none;
}

.sns-icons .btn-social-icon-facebook:hover {
  color:#668ad8;
  transition: .5s;
}

.sns-icons .btn-social-icon-facebook__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #FFF;
  background: #4966a0;;
}

.sns-icons .btn-social-icon-facebook__square .fa-facebook {
  position: absolute;
  bottom: -3px;
  right: 6px;
  font-size: 42px;
}
.sns-icons .btn-social-icon-instagram {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 25px;
  text-decoration: none;
}

.sns-icons .btn-social-icon-instagram:hover {
  color:#668ad8;
  transition: .5s;
}

.sns-icons .btn-social-icon-instagram__square {
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}


.sns-icons .btn-social-icon-instagram__square .fa-instagram {
  color:white;
  line-height: 50px;
  position: relative;
  z-index: 2
}


/*------- ボタン -------*/
.btn-stitch {
	display: inline-block;
	margin:1rem;
	padding: 1rem 2rem;
	text-decoration: none;
	background: #093995;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #093995;
	border: dashed 1px #FFF;
	transition: all 0.3s ease;
	line-height:1.1;
}
.btn-stitch:hover {
	background: #CB2F26;
	box-shadow: 0px 0px 0px 5px #CB2F26;
}


/*------- ヘッダー -------*/
header .site-title {
}

/*------- ナビゲーション -------*/
#nav-container {
  margin: 0;
}

#nav-container ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav-container ul li {
  flex: 1;
}

#nav-container ul li a {
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

#nav-container ul li a:hover {
  background: #ccc;
  color: #ffffff;
}

#nav-container ul li:last-child a {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #nav-container ul {
    flex-wrap: wrap;
    width: 100%;
  }
  #nav-container ul li {
    flex: auto;
    width: 33.33333333%;
  }
  #nav-container ul li:nth-child(3n) a {
    border-right: 1px solid #ccc;
  }
  #nav-container ul li:nth-child(n + 4) a {
    border-top: none;
  }
}


/*------- フッター -------*/

footer #footer-corporate {
}
footer #footer-corporate span {
	display:block;
}
footer .nav-wrap {
	position:absolute;
	right:2rem;
	top:2rem;
}
footer nav ul li {
    display: inline-block;
}
footer nav ul li a {
}



/*------- キーフレーム -------*/
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}