@charset "UTF-8";
/*------------------------------------
  全体設定　ここから
-------------------------------------*/
/* 初期設定 */

html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  letter-spacing: .05rem;
}

body,
header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
dl,
dd,
dt,
div,
span,
time,
figure,
figcaption,
article,
section,
aside {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: normal;
}

img,
svg {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

@media screen and (max-width: 900px){
}
@media screen and (max-width: 760px){
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 570px){
  html {
    font-size: 45%;
  }
}

/*------------------------------------
  トップページ設定　ここから
-------------------------------------*/
#mainvisual{
	width: 100%;
  height: 100vh;
  background-image: url(../images/img_web-back.jpg);
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#mainvisual .main-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
@media screen and (max-width: 570px){
  #mainvisual .main-wrap{
    max-width: 40vw;
  }
}

#mainvisual .main-wrap .logo{
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
}
#mainvisual .main-wrap .text{
  font-size: 2rem;
  margin-top: 10rem;
  display: inline-block;
  padding-bottom: .5rem;
  border-bottom: 1px solid;
}
@media screen and (max-width: 570px){
  #mainvisual .main-wrap .text{
    font-size: 1.8rem;
  }
}

#mainvisual .insta-wrap{
  position: absolute;
  bottom: 10%;
  left: 10%;
}
#mainvisual .insta-wrap .link{
  transform: translateY(-13rem) rotateZ( 90deg );
  transform-origin: left bottom;
}
#mainvisual .insta-wrap .link .text{
  display: inline-block;
  font-size: 1.4rem;
  margin-right: .5rem;
}
#mainvisual .insta-wrap .link .line{
  display: inline-block;
  height: 1px;
  width: 7.7rem;
  background: #fff;
  vertical-align: middle;
}
#mainvisual .insta-wrap .sns{
  display: flex;
  align-items: center;
}
#mainvisual .insta-wrap .insta{
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 1.5rem;
}
#mainvisual .insta-wrap .account{
  font-size: 1.4rem;
}
