@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

/*
html ----------------------------------------------------------*/

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif;
*/


/* body base
===============================================================*/

.l-wrap {
  min-width: 1264px;
}


.l-inner {
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 1200px;
}



.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.p-header {
  transition: all 0.3s ease-out;
}
.p-header.is-flow {
  background: rgba(255,255,255,1);
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 106px;
/*
  background: rgba(0,0,0,.5);
*/
}
.p-header__logo {
  padding: 0 0 0 29px;
}
.p-header__logo img {
  width: 275px;
}
.p-header__button {
  display: flex;
  align-items: center;
}
.p-header__button a {
  background: #FFFF00;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  width: 300px;
  height: 60px;
  border-radius: 100px 0 0 100px;
}
.p-header__button .header-buttons {
  display: flex;
}
.p-header__button .header-buttons a {
  width: auto;
  background: none;
  margin-right: 12px;
}
.p-header__button .header-buttons a img {
  width: 66px;
  margin-top: 5px;
}

@media screen and (max-width:767px){
  .l-wrap {
    min-width: auto;
  }
  .l-inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
  }
  
  .p-header {

  }
  .p-headerWrap {
    height: 14.4vw;
  }
  .p-header__logo {
    padding: 0 0 0 3.2vw;
  }
  .p-header__logo img {
    width: 38.133vw;
  }
  .p-header__button {
  }
  .p-header__button a {
    font-size: 2.7vw;
    width: 30vw;
    height: 9vw;
    padding: 0 0 0.4vw;
  }
  .p-header__button .header-buttons a {
    margin-right: 2vw;
  }
  .p-header__button .header-buttons a img {
    width: 10vw;
    margin-top: 1vw;
  }
}

footer {
  background: #fff;
}
footer .sns_area {
  font-family: "Oswald",
               "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "游ゴシック体",
               "YuGothic",
               "游ゴシック",
               "Yu Gothic",
               "メイリオ",
               sans-serif;
  text-align: center;
  background: #16AAFA;
  padding: 10vw 0;
}
footer .topinsta .title {
  font-size: 5.6vw;
  font-weight: normal;
  line-height: 6.6666vw;
  position: relative;
}
footer .topinsta .title:before {
  content: "";
  background: url(../images/icon_insta.png) center center no-repeat;
  background-size: 100% auto;
  width: 6.6666vw;
  height: 6.6666vw;
  margin-right: 4.2666vw;
  display: inline-block;
  vertical-align: middle;
}
footer .topinsta .sub {
  color: #fffe03;
  font-size: 3.6vw;
  margin-top: 2vw;
  margin-bottom: 5.3333vw;
  display: inline-block;
}
footer .topinsta > img {
  width: 66.4vw;
  margin: 0 auto;
}
footer .topinsta > img + p {
  color: #fff;
  font-size: 4.4vw;
  font-weight: bold;
  margin-top: 8vw;
  margin-bottom: 3vw;
}
footer .instaButton {
  width: 69.3333vw;
  margin: 0 auto;
  position: relative;
}
footer .instaButton a {
  color: #fff;
}
footer .instaButton p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
#footer_copy {
  background: #fff;
  color: #000;
}
#footer_copy a {
  color: #000;
}
#footer_copy .inner {
  padding: 12vw 0 6vw;
}
#footer_copy .logo {
  width: 50.6666vw;
  margin: 0 auto;
}
#footer_copy .f_copy_right {
  font-size: 2vw;
  text-align: center;
  line-height: 3;
  margin-top: 8vw;
}
@media screen and (min-width:768px) {
    footer .sns_area {
    padding: 40px 0;
  }
  footer .topinsta .title {
    font-size: 40px;
    line-height: 40px;
  }
  footer .topinsta .title:before {
    width: 40px;
    height: 40px;
    margin-right: 25px;
    margin-bottom: 10px;
  }
  footer .topinsta .sub {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 28px;
  }
  footer .topinsta > img {
    width: 816px;
  }
  footer .topinsta > img + p {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer .instaButton {
    width: 414px;
    font-size: 24px;
  }
  footer .instaButton p {
    letter-spacing: 2px;
  }
  #footer_copy .inner {
    padding: 84px 0;
  }
  #footer_copy .logo {
    width: auto;
    float: left;
  }
  #footer_copy .f_copy_right {
    font-size: 15px;
    font-weight: bold;
    line-height: initial;
    text-align: left;
    margin-top: 0;
    float: right;
  }
  #footer_copy .f_copy_right a:hover {
    text-decoration: underline;
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .logo img {
    width: 200px;
    height: 40px;
  }
}