@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;
/*
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", 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;
}

input,select,submit,button {
  font-family: 'Noto Sans JP', sans-serif;
}
/*
html ----------------------------------------------------------*/

/*    font-family: 'Noto Sans JP', sans-serif;

    font-family: 'Noto Serif JP', serif;*/

/* body base
===============================================================*/


.l-inner {
  max-width: 1240px;
  padding: 0 32px;
  box-sizing: content-box;
  margin: 0 auto;
}
.l-inner02 {
  max-width: 1240px;
  margin: 0 auto;
}
.l-inner03 {
  max-width: 1176px;
  padding: 0 32px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {

  .l-inner {
    padding: 0 20px;
  }
  .l-inner03 {
    padding: 0 20px;
  }
}

.l-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}

.p-header {
  background: #000;
  padding: 0 0 0 32px;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.p-headerWrap {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 80px;
}
.p-header__logo {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 400px;
}
.p-header__logo1 {
  width: 38.15%;
}
.p-header__logo2 {
  width: 61.85%;
}

.p-headerMenu {
  position: fixed;
  top: 47px;
  right: 59px;
  z-index: 10000;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.4s ease-out;
}
.p-headerMenuSnsList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-headerMenuSnsList li {
}
.p-headerMenuSnsList li:nth-of-type(1) {
  width: 26px;
}
.p-headerMenuSnsList li:nth-of-type(2) {
  width: 24px;
  margin: 0 16px 0 17px;
}
.p-headerMenuSnsList li:nth-of-type(3) {
  width: 26px;
}
.p-headerMenuSnsList li:nth-of-type(4) {
  width: 34px;
  margin: 0 16px 0 16px;
}
.p-headerMenuSnsList li:nth-of-type(5) {
  width: 29px;
}
.p-headerMenuLogin {
  margin-left: 20px;
}
a.p-headerMenuLogin__btn {
  color: #333;
  font-size: 12px;
  line-height: 1.3;
  background: #FFF url("../images/icon-user.png") no-repeat left 16px center;
  background-size: 19px 19px;
  width: 102px;
  padding: 0 0 0 38px;
  box-sizing: border-box;
  border-radius: 100px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 37px;
  font-weight: 900;
}
a.p-headerMenuLogin__btn span {
  display: inline-block;
  transform:scale(1,0.8);
}

body.is-flow .p-header {
  opacity: 1;
}
body.is-flow .p-headerMenu {
  top: 21px;
}

@media screen and (max-width: 768px) {

  .p-header {
    padding: 0 0 0 15px;
  }
  .p-headerWrap {
    height: 60px;
  }
  .p-header__logo {
    max-width: 170px;
  }

  .p-headerMenu {
    top: 14px;
    right: 10px;
  }
  .p-headerMenuSnsList li:nth-of-type(1) {
    width: 22px;
  }
  .p-headerMenuSnsList li:nth-of-type(2) {
    width: 21px;
    margin: 0 10px 0 10px;
  }
  .p-headerMenuSnsList li:nth-of-type(3) {
    width: 22px;
  }
  .p-headerMenuSnsList li:nth-of-type(4) {
    width: 28px;
    margin: 0 10px 0 10px;
  }
  .p-headerMenuSnsList li:nth-of-type(5) {
    width: 23px;
  }
  .p-headerMenuLogin {
    margin-left: 10px;
  }
  a.p-headerMenuLogin__btn {
    font-size: 10px;
    line-height: 1.2;
    background: #FFF url("../images/icon-user.png") no-repeat left 10px center;
    background-size: 12px 12px;
    width: 69px;
    padding: 0 0 0 28px;
    height: 32px;
  }
  a.p-headerMenuLogin__btn span {
  }
  body.is-flow .p-headerMenu {
    top: 14px;
  }
}
@media screen and (max-width: 441px) {
  .p-headerMenuSnsList {
    display: none;
  }
}

.p-footer {
  background: #000;
  padding: 61px 0 24px 0;
}
.p-footerWrap {
  padding: 0 32px;
}
.p-footerSns {
}
.p-footerSns a {
  display: block;
}
.p-footerSnsList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-footerSnsList li {
}
.p-footerSns li:nth-of-type(1) {
  width: 43px;
}
.p-footerSns li:nth-of-type(2) {
  width: 40px;
  margin: 0 55px 0 55px;
}
.p-footerSns li:nth-of-type(3) {
  width: 43px;
}
.p-footerSns li:nth-of-type(4) {
  width: 48px;
  margin: 0 55px 0 55px;
}
.p-footerSns li:nth-of-type(5) {
  width: 41px;
}
.p-footerMenu {
  margin-top: 48px;
}
.p-footerMenuList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-footerMenuList li {
  margin-left: 46px;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
}
.p-footerMenuList li:nth-of-type(1) {
  margin-left: 0px;
}
.p-footerMenuList li:before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: 2px;
  left: -22px;
}
.p-footerMenuList li:nth-of-type(1):before {
  display: none;
}
.p-footerMenuList li a {
  color: #FFF;
}
.p-footer__caution {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  margin-top: 28px;
}
.p-footerCopy {
  margin-top: 22px;
}
.p-footerCopy__txt {
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 43px 0 78px 0;
  }
  .p-footerWrap {
    padding: 0 20px;
  }
  .p-footerSns {
  }
  .p-footerSnsList {
  }
  .p-footerSns li:nth-of-type(1) {
    width: 31px;
  }
  .p-footerSns li:nth-of-type(2) {
    width: 30px;
    margin: 0 25px 0 25px;
  }
  .p-footerSns li:nth-of-type(3) {
    width: 30px;
  }
  .p-footerSns li:nth-of-type(4) {
    width: 34px;
    margin: 0 25px 0 25px;
  }
  .p-footerSns li:nth-of-type(5) {
    width: 30px;
  }
  .p-footerMenu {
    margin-top: 38px;
  }
  .p-footerMenuList {
  }
  .p-footerMenuList li {
    margin-left: 20px;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .p-footerMenuList li:nth-of-type(1) {
    margin-left: 0px;
  }
  .p-footerMenuList li:before {
    top: 1px;
    left: -9px;
  }
  .p-footerMenuList li:nth-of-type(1):before {
    display: none;
  }
  .p-footerMenuList li a {
  }
  .p-footer__caution {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .p-footerCopy {
    margin-top: 30px;
  }
  .p-footerCopy__txt {
    font-size: 12px;
    line-height: 1.2;
  }
}

.p-flowBtnOuter {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-flowBtnOuter {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
  }
/*
  .p-flowBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
*/
  .p-flowBtn {
    display: none;
    background: #000;
    padding: 10px;
    box-sizing: border-box;
  }
  .p-flowBtn a {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #FFF;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px 2px 0;
    font-size: 15px;
    line-height: 1.3;
    background: #af1e22 url("../images/icon-arrow-w.png") no-repeat right 10px center;
    background-size: 12px 9px;
  }
/*
  .p-flowBtn.p-flowBtn--nomal {
    width: 40%;
    padding-right: 5px;
  }
  .p-flowBtn.p-flowBtn--friend {
    width: 60%;
    padding-left: 5px;
  }
*/
  .p-flowBtn.p-flowBtn--friend a {
    font-size: 14px;
    background: #C38C18 url("../images/icon-arrow-w.png") no-repeat right 8px center;
    background-size: 12px 9px;
  }
  a.c-btn span {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 70px;
  }
}




