@charset "UTF-8";
/* ///////////////リセット/////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  z-index: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
}
img{
  vertical-align: bottom;
}
a{
  text-decoration: none;
}

/* 基本設定 */
body{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:1.6rem;
}
.wrapper{
  width: 100%;
  background-color: #000;
}
.w900{
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.c01{
  background-image: url(../img/c01_bg.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 800px;
  position: relative;
  z-index: 0;
}
.c01_logo{
  margin: 73px 0 0 0;
}
.c01 .logo_under{
  display: block;
  margin: 10px 0 0 0;
}
.c01 .logo_under .followme{
  margin: 0 2px 16px 0;
}
.c01 .logo_under a{
  margin: 0 0 0 7px;
  transition: all .3s ease-out;
}
.c01 .logo_under a:hover{
  opacity: 0.8;
}
.c01 .p{
  position: absolute;
  left: 380px;
  top:290px;
}
.c02{
  margin: -20px 0;
  position: absolute;
  top:750px;
}
.c03{
  background-image: url(../img/c03_02.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 630px;
  margin: 220px 0 0 0;
  padding: 108px 0 0 0;
}
.c04{
  background-image: url(../img/c04_05.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 1777px;
  padding: 94px 0 0 0;
}
.c04_02{
  margin: 96px 0 0 0;
}
.c04_03{
  margin: 50px 30px 0 30px;
}
.c04_04{
  margin: 88px 0 0 0;
}
.c05{
  background-image: url(../img/c05_01.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 474px;
  position: relative;
}
.c05_01{
  position: absolute;
  right: 30px;
  top: 118px;
}
.c06{
  background-image: url(../img/c06_01.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 136px;
  padding: 40px 0 0 0;
}
.c07{
  height: 464px;
}
.c08{
  background-image: url(../img/c08_01.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  padding: 16px 0 0 0;
}
footer{
  background-image: url(../img/foot_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120px;
  position: relative;
  text-align: left;
}
.foot01{
  margin:24px 20px 0 24px;
}

.foot_sns{
  margin: 0 0 16px 6px;
  display: inline-block;
  transition: all .3s ease-out;
}
.foot_sns:hover{
  opacity: 0.8;
}
.foot_copy{
  position: absolute;
  right: 20px;
  bottom:8px;
}
.foot_profile{
  color: #fff;
  font-size: 1.2rem;
  margin: 2px 0 0 24px;
  line-height: 1.6rem;
}
.sp{
  display: none;
}

/* ///////////////SP/////////////// */
@media(max-width:480px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .w900{
    width: 100%;
  }
  .c01{
        height: auto;
        background-image:url(../img/sp/c01_bg_head.jpg),url(../img/sp/c01_bg.jpg) ;
        background-size: 100%,cover;
        background-position: top,top;
  }
  .c01 .p{
    position: static;
  }
  .c01_logo{
    width: 85%;
    margin: 70px 0 0 0;
  }
  .c01 h1{
    position: relative;
  }
  .c01 .logo_under{
    width: 100%;
    text-align: center;
  }
  .c01 .logo_under a{
    margin: 0 0 0 0;
     }
  .c01 .logo_under .followme{
    width: 34%;
    margin: 0 2px 10px 0;
    padding-bottom: 5px;
  }
  .c01 .logo_under .sns img{
    width: 65%;
  }
  .c01 .p{
    width: 84%;
    margin: 28px auto 0 auto;
  }
  .c01 .sp-package{
    width:70%;
    margin: 10px auto 0 auto;
  }
  .c01 .sp-read{
    width:84%;
    margin: 10px auto 0 auto;
    padding-bottom: 20px;
  }
  .c01 .sp-c02 img{
    width: 100%;
  }
  .c03{
    margin: 0 0 0 0;
    background-image:url(../img/sp/c03_01.jpg);
    background-size: cover;
    height: auto;
    padding: 50px 0 0 0;
  }
  .c03 .c03_02{
    width: 80%;
  }
  .c03 .sp-c03_03{
    width:90%;
    margin: 20px auto 0 auto;
    padding-bottom: 40px;
  }
  .c04{
    background-image: url(../img/sp/c04_05.jpg);
    background-size: cover;
    height: auto;
    padding: 44px 0 0 0;
  }
  .c04 .c04_01{
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .c04 .c04_02{
    width: 96%;
    margin: 16px auto 0 auto;
  }
  .c04 .c04_03{
    width: 86%;
    margin: 16px auto 0 auto;
  }
  .c04 .c04_04{
    width: 86%;
    margin: 28px auto 0 auto;
    padding: 30px 0 0 0;
  }
  .c05{
    background-image: url(../img/sp/c05_01.jpg);
    background-size: cover;
    height: 430px;
  }
  .c05 .c05_01{
    top: 36px;
    left: 50%;
    width: 60%;
    transform: translateX(-50%)
  }
  .c05 .c05_03{
    position: absolute;
    bottom: 34px;
    left: 50%;
    width: 82%;
    transform: translateX(-50%)
  }
  .c06{
    padding: 30px 0 0 0;
    background-image: url(background-image: url(../img/sp/c06_01.jpg);
    background-size: cover;
    height: auto;
  }
  .c06 .sp-c06_02{
    width: 75%;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
  }
  .c07{
    height: auto;
  }
  .c07 .sp-c07{
    width: 100%;
  }
  .c08{
    height: auto;
    background-image: url(../img/sp/c08_01.jpg);
    background-size: cover;
    padding: 20px 0;
  }
  .c08 .sp-c08_02{
    width: 56%;
    margin: 0 auto 0 auto;
  }
  footer .foot01{
    width: 25%;
    margin: 18px 10px 0 18px;
  }
  footer .foot_sns{
    width: 9%;
    margin: 0 0 0 0;
  }
  footer .foot_sns img{
    width: auto;
    height: 30px;
  }
  footer .sp-foot-mail{
    width: 35%;
    margin:4px 0 0 0!important;
  }
  footer .foot_copy{
    width: 44%;
  }
  footer{
    height: 150px;
  }
  .foot_profile{
    text-align: center;
    margin: 20px 0 0 0;
  }
}
@media(max-width:374px) {
  footer .sp-foot-mail{
    width: 30%;
  }
  footer .foot_sns{
    width: 9%;
    margin: 0 0 0 0;
  }
  footer .foot_sns img{
    width: auto;
    height: 26px;
  }
  footer{
    height: 144px;
  }
}
