@charset "utf-8";
html{
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
/* ヘッダー */
.header{
    position: relative;
}
.header-image{
    width: 100vw;
    object-fit: cover;
}
.logo{
    width: 300px;
    position: absolute;
    right: 10px;
    bottom: 70px;
}
.nav{
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.nav a {
    margin: 0 10px;
}

a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #fff;
    border-radius: 0;
    background: #000;
  }
  
  a.btn-flat span {
    position: relative;
  }
  
  a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #eb6877;
  }
  
  a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

/* メッセージ */
.message{
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
    background-color: #fff
}
.message p{
    margin: 0 auto;
}
.message h1{
    padding: 100px 0 50px;
    font-size: 5vw;
    font-weight: bold;
    font-style: oblique;
}
.bunsyou1{
    width: 55%;
    padding-bottom: 50px;
    font-weight: 600;
    font-size: 2vw;
}
.bunsyou2{
    font-size: 1.3vw;
    width: 40%;
    padding-bottom: 100px;
}
.staff{
    width: 15%;
    position: absolute;
    left: 5%;
    bottom: 10%;
}
.sensyu{
    width: 20%;
    position: absolute;
    right: 5%;
    bottom: 1%;
}
/* サービス */
.service{
    background-color: #222;
    padding-bottom: 100px;
}
.service1 p{
    font-size: 16px;
}
.service01{
    padding: 20px;
}
.komidashi{
    border-bottom: solid 1px #000;
    margin: 0 30px;
}
.bun{
    padding: 20px 0;
    width: 350px;
    margin: 0 auto;
}
.learn a{
    padding: 5px;
    border: solid 1px #000000;
    background-color: #000;
    color: #fff;
}
.service h1{
    color: #fff;
    padding: 100px 0;
    font-size: 5vw;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}
.service1{
    text-align: center;
    background-color: #fff;
    width: 400px;
    margin: 0 40px;
    padding-bottom: 20px;
}
.service1 img{
    height: 300px;
    width: 400px;
}
.service_naiyou{
    display: flex;
    justify-content: center;
}
/* ノティス */
.notice{
    background-color: #fff;
}
.notice h1{
    color: #000;
    padding: 100px 0;
    font-size: 5vw;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
}
.toukoumatome{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.toukoumatome p{
    padding-top: 10px;
}
.toukou1{
    margin-right: 40px;
}
.toukou1 img{
    width: 520px;
}
.toukou1 p{
    font-size: 14px;
}
.toukou2 p{
    font-size: 14px;
}
.toukou2{
    margin-right: 40px;
    margin-bottom: 40px;
}
.toukou2 img{
    width: 300px;
    height: 200px;
}
.toukou01{
    display: flex;
}
.toukou02{
    display: flex;
}
/* オンラインショップ */
.onlineshop{
    padding: 40px;
}
.btn1{
    width: 1000px;
    height: 400px;
    background: url(../images/raketto3.jpg)no-repeat;
    margin: 0 auto;
    padding: 180px 0;
}
.btn1 p{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
/* フッター */
.footer{
    background-color: #222;
    position: relative;
    display: flex;
}
.footer img{
    width: 200px;
    margin: 50px 400px;
}
.footer p{
    color: #fff;
}
.kiyaku{
    display: flex;
    position: absolute;
    top: 90px;
    right: 300px;
}
.kiyaku p{
    padding-left: 30px;
}
.small{
    text-align: left;
    padding: 50px 400px;
    display: flex;
    position: relative;
}
.small img{
    width: 60px;
    
}
.apuri{
    position: absolute;
    right: 300px;
    top: 40px;
}
.apuri img{
    margin-right: 20px;
}
.footer2{
    background-color: #fff;
}
.btn2{
    position: absolute;
    position: fixed;
    transition: 0.3s;
}
.btn2:hover{
    opacity: 0.5;
}
.btn2 img{
    width: 100px;
}