@charset "UTF-8";
/*==========================
	common style
==========================*/
@font-face {
  font-family: 'kiloji_b';
  src: url("../font/kiloji_b.eot");
  src: url("../font/kiloji_b.eot?#iefix") format("embedded-opentype"), url("../font/kiloji_b.woff") format("woff"), url("../font/kiloji_b.ttf") format("truetype");
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-width: 980px;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 980px;
  padding: 48px 0 50px;
  background-image: url("../img/bg_main.png");
  background-position: center top;
  background-repeat: repeat;
}

.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    min-width: 0;
    background-image: url("../img/bg_base_sp.png");
    background-size: 100%;
    background-repeat: repeat;
  }
  #wrap {
    position: relative;
    min-width: 0px;
    padding: 0 0 25px;
    background-image: url("../img/bg_main_sp.png");
    background-position: center top;
    background-repeat: repeat;
    background-size: 100%;
  }
  .inner {
    width: 100%;
  }
}

/* sp end */
/* =============================
	header
============================= */
header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url("../img/bg_header.png");
  background-repeat: repeat-x;
  z-index: 20;
}

header .logo {
  padding-top: 10px;
  height: 66px;
  width: 214px;
  background-image: url("../img/bg_logo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

header .sns-pc {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}

header .sns-pc li {
  float: left;
}

header .sns-sp {
  display: none;
}

iframe.twitter-share-button {
  width: 105px !important;
}

@media screen and (max-width: 640px) {
  header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-image: none;
    background-color: #fff;
  }
  header .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  header .logo {
    padding-top: 15px;
    width: 52%;
    height: auto;
    float: left;
    margin-left: 4%;
    background-image: none;
  }
  header .sns-pc {
    display: none;
  }
  header .sns-sp {
    padding-top: 5px;
    width: 40%;
    float: right;
    display: block;
  }
  header .sns-sp li {
    width: 27%;
    margin-right: 4%;
    float: left;
  }
}

/* sp end */
/* =============================
	top
============================= */
#top {
  background-image: url("../img/bg_choco.png");
  background-repeat: repeat;
  background-position: center top;
  height: 408px;
  position: relative;
}

#top .inner {
  overflow: hidden;
}

#top .ttl {
  width: 50%;
  float: left;
}

#top h1 {
  margin-top: 0;
  padding-top: 24px;
  padding-left: 26px;
}

#top p {
  text-align: left;
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
  line-height: 2;
  /*letter-spacing: 2px;*/
  margin-top: 30px;
}

#top p span {
  display: inline;
}

#top .img-move {
  width: 50%;
  margin: 42px auto;
  height: 360px;
  position: relative;
  float: left;
}

#top .img-move #change-img {
  position: absolute;
  top: 0;
  left: 0;
}

#top .img-move .deco1 {
  position: absolute;
  top: 24px;
  left: 5px;
}

#top .img-move .deco2 {
  position: absolute;
  top: 198px;
  left: 404px;
}

#top .btn {
  position: absolute;
  bottom: -124px;
  left: 50%;
  margin-left: 274px;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  transition: all 0.2s cubic-bezier(0.15, 0.5, 0.8, 1.5);
  z-index: 20;
}

#top .btn .txt {
  position: absolute;
  top: -55px;
  left: -7px;
}

#top .btn:hover {
  -webkit-transform: scale(1.05) rotate(3deg);
  -moz-transform: scale(1.05) rotate(3deg);
  -ms-transform: scale(1.05) rotate(3deg);
  -o-transform: scale(1.05) rotate(3deg);
  transform: scale(1.05) rotate(3deg);
  transition: all 0.2s cubic-bezier(0.15, 0.5, 0.8, 1.5);
}

@media screen and (max-width: 640px) {
  #top {
    height: auto;
    position: relative;
    background-image: url("../img/bg_choco_sp.png");
    background-repeat: repeat;
    background-position: center top;
  }
  #top .ttl {
    width: 90.625%;
    float: none;
    margin: 0 auto;
  }
  #top h1 {
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    width: 90.68%;
  }
  #top p {
    text-align: left;
    font-size: 13px;
    color: #fff;
    margin-left: 0;
    line-height: 2;
    /*letter-spacing: 2px;*/
    margin-top: 0;
    padding: 20px 0 0 0;
  }
  #top .img-move {
    width: 93.75%;
    margin: 0 auto;
    height: auto;
    position: relative;
    float: none;
    top: 0;
    left: 0;
    text-align: center;
  }
  #top .img-move #change-img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  #top .img-move .deco1 {
    width: 15.33%;
    position: absolute;
    top: 15px;
    left: 0;
  }
  #top .img-move .deco2 {
    width: 9.66%;
    position: absolute;
    top: 60%;
    left: 87.66%;
  }
  #top .btn {
    position: static;
    width: 88.125%;
    margin: 0 auto;
    padding-bottom: 23px;
  }
  #top .btn .txt {
    position: static;
    top: 0px;
    left: 0px;
    text-align: center;
  }
  #top .btn:hover {
    transition-property: none;
    transform: none;
  }
}

/* sp end */
/* =============================
	research
============================= */
#research {
  background-image: url("../img/research_bg.png");
  background-position: center;
  background-repeat: repeat;
  margin: 0 0 40px;
}

#research h2 {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #research {
    margin: 0 0 20px;
  }
}

/* =============================
	boy
============================= */
#boy {
  background-image: url("../img/boy_bottom_line.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-bottom: 37px;
}

#boy h2 {
  text-align: center;
  margin-bottom: 25px;
}

#boy .txt {
  text-align: center;
  color: #64392C;
  font-size: 11px;
  margin-bottom: 35px;
}

#boy .comment-area {
  position: relative;
  height: 1515px;
}

#boy .comment-area .article {
  position: absolute;
  font-family: 'kiloji_b';
  line-height: 2.3;
}

#boy .comment-area .article img {
  display: none;
}

#boy .comment-area .article .pink {
  color: #F2668C;
  font-size: 120%;
}

#boy .comment-area .article.bg01 {
  width: 595px;
  height: 134px;
  padding: 90px 40px 40px;
  top: 0;
  left: 0;
  background-image: url("../img/article_bg01.png");
}

#boy .comment-area .article.bg02 {
  padding: 45px 40px 40px;
  width: 177px;
  height: 66px;
  top: 103px;
  left: 700px;
  background-image: url("../img/article_bg02.png");
}

#boy .comment-area .article.bg03 {
  padding: 90px 240px 40px 40px;
  width: 504px;
  height: 219px;
  top: 290px;
  left: 84px;
  background-image: url("../img/article_bg03.png");
}

#boy .comment-area .article.bg04 {
  padding: 90px 40px 40px;
  width: 304px;
  height: 134px;
  top: 665px;
  left: 0;
  background-image: url("../img/article_bg04.png");
}

#boy .comment-area .article.bg05 {
  padding: 35px 40px 40px;
  width: 398px;
  height: 55px;
  top: 659px;
  left: 410px;
  background-image: url("../img/article_bg05.png");
}

#boy .comment-area .article.bg06 {
  padding: 30px 40px 40px;
  width: 347px;
  height: 60px;
  top: 799px;
  left: 530px;
  background-image: url("../img/article_bg06.png");
}

#boy .comment-area .article.bg07 {
  padding: 90px 260px 40px 40px;
  width: 484px;
  height: 169px;
  top: 961px;
  left: 84px;
  background-image: url("../img/article_bg07.png");
}

#boy .comment-area .article.bg08 {
  padding: 35px 40px 40px;
  width: 417px;
  height: 65px;
  top: 1275px;
  left: 0;
  background-image: url("../img/article_bg08.png");
}

#boy .comment-area .article.bg09 {
  padding: 35px 40px 40px;
  width: 357px;
  height: 125px;
  top: 1275px;
  left: 520px;
  background-image: url("../img/article_bg09.png");
}

@media screen and (max-width: 640px) {
  #boy {
    background-image: url("../img/boy_bottom_line.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 37px;
    padding-bottom: 40px;
  }
  #boy h2 {
    width: 72%;
    margin: 0 auto 15px;
  }
  #boy .txt {
    padding: 0 10px;
    text-align: center;
    color: #64392C;
    font-size: 9px;
    margin-bottom: 20px;
  }
  #boy .comment-area {
    position: relative;
    height: auto;
  }
  #boy .comment-area .article {
    position: static;
    font-family: 'kiloji_b';
    line-height: 2.3;
    background-repeat: repeat-y;
    background-size: 100%;
  }
  #boy .comment-area .article img {
    display: block;
  }
  #boy .comment-area .article .pink {
    color: #F2668C;
    font-size: 120%;
  }
  #boy .comment-area .article.bg01, #boy .comment-area .article.bg02, #boy .comment-area .article.bg03, #boy .comment-area .article.bg04, #boy .comment-area .article.bg05, #boy .comment-area .article.bg06, #boy .comment-area .article.bg07, #boy .comment-area .article.bg08, #boy .comment-area .article.bg09 {
    width: 320px;
    height: auto;
    margin: 0 auto 20px;
    padding: 65px 0 28px;
    top: 0;
    left: 0;
    background-image: url("../img/article_bg_top.png"), url("../img/article_bg_bottom.png");
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
  }
  #boy .comment-area .article.bg01 p, #boy .comment-area .article.bg02 p, #boy .comment-area .article.bg03 p, #boy .comment-area .article.bg04 p, #boy .comment-area .article.bg05 p, #boy .comment-area .article.bg06 p, #boy .comment-area .article.bg07 p, #boy .comment-area .article.bg08 p, #boy .comment-area .article.bg09 p {
    padding: 10px 30px 15px;
    background-image: url("../img/article_bg.png");
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat-y;
  }
  #boy .comment-area .article.bg03 img {
    width: 90%;
    margin: 10px auto 0;
  }
}

/* sp end */
/* =============================
	girl
============================= */
#girl {
  margin-bottom: 50px;
}

#girl h2 {
  text-align: center;
  margin-bottom: 25px;
}

#girl .txt {
  text-align: center;
  color: #64392C;
  font-size: 11px;
  margin-bottom: 35px;
}

#girl .comment-area {
  position: relative;
  height: 1660px;
}

#girl .comment-area .article {
  position: absolute;
  font-family: 'kiloji_b';
  line-height: 2.3;
}

#girl .comment-area .article img {
  display: none;
}

#girl .comment-area .article .pink {
  color: #F2668C;
  font-size: 120%;
}

#girl .comment-area .article.bg10 {
  width: 706px;
  height: 132px;
  padding: 90px 40px 40px;
  top: 0;
  left: 88px;
  background-image: url("../img/article_bg10.png");
}

#girl .comment-area .article.bg11 {
  padding: 45px 40px 40px;
  width: 372px;
  height: 65px;
  top: 321px;
  left: 4px;
  background-image: url("../img/article_bg11.png");
}

#girl .comment-area .article.bg12 {
  padding: 40px;
  width: 347px;
  height: 32px;
  top: 280px;
  left: 480px;
  background-image: url("../img/article_bg12.png");
}

#girl .comment-area .article.bg13 {
  padding: 40px;
  width: 347px;
  height: 32px;
  top: 400px;
  left: 534px;
  background-image: url("../img/article_bg13.png");
}

#girl .comment-area .article.bg14 {
  padding: 40px;
  width: 307px;
  height: 160px;
  top: 509px;
  left: 158px;
  background-image: url("../img/article_bg14.png");
}

#girl .comment-area .article.bg15 {
  padding: 80px 30px 40px;
  width: 245px;
  height: 264px;
  top: 565px;
  left: 568px;
  background-image: url("../img/article_bg15.png");
}

#girl .comment-area .article.bg16 {
  padding: 40px;
  width: 377px;
  height: 100px;
  top: 769px;
  left: 88px;
  background-image: url("../img/article_bg16.png");
}

#girl .comment-area .article.bg17 {
  padding: 40px;
  width: 217px;
  height: 181px;
  top: 968px;
  left: 4px;
  background-image: url("../img/article_bg17.png");
}

#girl .comment-area .article.bg18 {
  padding: 85px 40px 40px;
  width: 555px;
  height: 129px;
  top: 975px;
  left: 324px;
  background-image: url("../img/article_bg18.png");
}

#girl .comment-area .article.bg19 {
  padding: 85px 300px 40px 40px;
  width: 445px;
  height: 279px;
  top: 1255px;
  left: 88px;
  background-image: url("../img/article_bg19.png");
}

@media screen and (max-width: 640px) {
  #girl {
    margin-bottom: 50px;
  }
  #girl h2 {
    width: 72%;
    margin: 0 auto 15px;
  }
  #girl .txt {
    padding: 0 10px;
    text-align: center;
    color: #64392C;
    font-size: 9px;
    margin-bottom: 20px;
  }
  #girl .comment-area {
    position: relative;
    height: auto;
  }
  #girl .comment-area .article {
    position: static;
    font-family: 'kiloji_b';
    line-height: 2.3;
    background-repeat: repeat-y;
    background-size: 100%;
  }
  #girl .comment-area .article img {
    display: block;
  }
  #girl .comment-area .article .pink {
    color: #F2668C;
    font-size: 120%;
  }
  #girl .comment-area .article.bg10, #girl .comment-area .article.bg11, #girl .comment-area .article.bg12, #girl .comment-area .article.bg13, #girl .comment-area .article.bg14, #girl .comment-area .article.bg15, #girl .comment-area .article.bg16, #girl .comment-area .article.bg17, #girl .comment-area .article.bg18, #girl .comment-area .article.bg19 {
    width: 320px;
    height: auto;
    margin: 0 auto 20px;
    padding: 65px 0 28px;
    top: 0;
    left: 0;
    background-image: url("../img/article_bg_top.png"), url("../img/article_bg_bottom.png");
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
  }
  #girl .comment-area .article.bg10 p, #girl .comment-area .article.bg11 p, #girl .comment-area .article.bg12 p, #girl .comment-area .article.bg13 p, #girl .comment-area .article.bg14 p, #girl .comment-area .article.bg15 p, #girl .comment-area .article.bg16 p, #girl .comment-area .article.bg17 p, #girl .comment-area .article.bg18 p, #girl .comment-area .article.bg19 p {
    padding: 10px 30px 15px;
    background-image: url("../img/article_bg.png");
    background-size: 100%;
    background-position: center top;
    background-repeat: repeat-y;
  }
  #girl .comment-area .article.bg15 img {
    margin: 15px 0 0;
  }
}

/* sp end */
/* =============================
	go-mensinner
============================= */
.go-mensinner {
  margin-bottom: 40px;
}

.go-mensinner .btnList {
  width: 790px;
  margin: 0 auto 15px;
}

.go-mensinner .btnList:after {
  content: '';
  display: block;
  clear: both;
}

.go-mensinner .btnList li {
  float: left;
  margin: 0 37px 0 0;
}

.go-mensinner .btnList li:last-child {
  margin: 0;
}

.go-mensinner .attention {
  width: 790px;
  margin: 0 auto;
  color: #64392C;
  font-size: 10px;
  text-align: left;
  line-height: 1.9;
}

.go-mensinner .txt {
  text-align: center;
}

.go-mensinner .btn {
  text-align: center;
  padding-left: 53px;
}

@media screen and (max-width: 640px) {
  .go-mensinner {
    margin-bottom: 30px;
  }
  .go-mensinner .btnList {
    width: auto;
    margin: 0 auto 15px;
    padding: 0 15px;
  }
  .go-mensinner .btnList li {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  .go-mensinner .btnList li:last-child {
    margin: 0;
  }
  .go-mensinner .attention {
    width: auto;
    padding: 0 15px;
  }
  .go-mensinner .txt {
    text-align: center;
  }
  .go-mensinner .btn {
    text-align: center;
    padding-left: 0px;
  }
}

/* sp end */
/* =============================
	gift
============================= */
#gift {
  background-image: url("../img/bg_pink.jpg");
  background-position: left top;
  background-repeat: repeat;
  padding-top: 58px;
  border-top: 20px solid #c40010;
  position: relative;
  padding-bottom: 70px;
}

#gift:before {
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  left: 50%;
  width: 64px;
  height: 50px;
  background-image: url("../img/ribon.png");
  background-position: center top;
  background-size: 64px auto;
  background-repeat: no-repeat;
  margin-left: -294px;
}

#gift h2 {
  text-align: center;
  margin: 0 0 15px 0;
}

#gift .giftWrap {
  width: 964px;
  margin: 0 auto;
  background: url("../img/gift_bg.png") left top no-repeat transparent;
  text-align: center;
  padding: 45px 0 0 0;
  position: relative;
}

#gift .giftWrap .no {
  position: absolute;
  top: 0;
  left: 0;
}

#gift .giftWrap .inner {
  width: 920px;
  /*background-image: linear-gradient(transparent 50px, rgba(255,255,255,0.7) 50px, rgba(255,255,255,0.7));
			background-position: left top;*/
  padding: 0 0 30px 0;
}

#gift #gift01 {
  margin-bottom: 60px;
}

#gift #gift01 p {
  font-size: 15px;
  color: #4e1400;
  text-align: left;
  padding: 0 40px 10px 40px;
  line-height: 1.6;
}

#gift #gift01 .attention {
  text-align: left;
  color: #4e1400;
  font-size: 12px;
  padding: 0 27px;
  line-height: 1.6;
}

#gift #gift01 .btn-area {
  overflow: hidden;
  margin: 10px 0 0 0;
}

#gift #gift01 .btn-area li {
  float: left;
  padding: 0 0 25px 40px;
}

#gift #gift02 {
  margin-bottom: 43px;
}

#gift #gift02 .btn-area {
  margin-top: 35px;
}

#gift .btn-area {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #gift {
    padding-top: 30px;
    border-top: 15px solid #c40010;
    position: relative;
    padding-bottom: 60px;
  }
  #gift:before {
    top: -20px;
    left: 50%;
    width: 44px;
    height: 35px;
    background-position: center top;
    background-size: 44px auto;
    margin-left: -22px;
  }
  #gift h2 {
    text-align: center;
    width: 74.84%;
    margin: 0 auto 18px;
  }
  #gift .giftWrap {
    margin: 0 auto;
    width: 97.5%;
    text-align: center;
    padding: 0;
    position: relative;
    background: url("../img/gift_bg_sp.png") left top no-repeat transparent;
    background-size: 100% auto;
  }
  #gift .giftWrap .no {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
  #gift .giftWrap .no img {
    width: 7%;
  }
  #gift .giftWrap .inner {
    width: 92.9487%;
    /*background-image: linear-gradient(transparent 50px, rgba(255,255,255,0.7) 50px, rgba(255,255,255,0.7));*/
    background: none;
    padding: 0 0 30px 0;
  }
  #gift #gift01 {
    margin-bottom: 45px;
  }
  #gift #gift01 h3 {
    width: 82.06%;
    margin: 0 auto;
  }
  #gift #gift01 p {
    width: 84.48%;
    margin: 0 auto 15px;
    font-size: 13px;
    color: #4e1400;
    text-align: left;
    padding: 0;
    line-height: 2;
  }
  #gift #gift01 .inner div {
    width: 89.31%;
    margin: 0 auto;
  }
  #gift #gift01 .attention {
    text-align: left;
    color: #4e1400;
    font-size: 12px;
    padding: 0 27px;
    line-height: 1.6;
  }
  #gift #gift01 .btn-area {
    overflow: hidden;
    width: 84.48%;
    margin: 20px auto 0;
  }
  #gift #gift01 .btn-area li {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
  #gift #gift02 {
    margin-bottom: 43px;
  }
  #gift #gift02 h3 {
    width: 79.137%;
    margin: 0 auto;
  }
  #gift #gift02 .inner div {
    width: 78.27%;
    margin: 0 auto;
  }
  #gift #gift02 .btn-area {
    width: 84.48%;
    margin: 40px auto 0;
  }
  #gift .btn-area {
    text-align: center;
  }
  #gift .btn-area p {
    width: 81.25%;
    margin: 0 auto 5px;
  }
}

/* sp end */
/* =============================
	#limited-time
============================= */
#limited-time {
  background-image: url("../img/bg_brown.jpg");
  background-position: left top;
  background-repeat: repeat;
  padding-top: 38px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

#limited-time .inner {
  overflow: hidden;
  position: relative;
}

#limited-time .ttl {
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

#limited-time .ttl h2 {
  padding: 0 0 25px 60px;
}

#limited-time .ttl p {
  font-size: 16px;
  text-align: left;
  padding: 0 0 20px 70px;
  line-height: 1.6;
  width: 430px;
}

#limited-time .ttl div {
  padding: 0 0 0 70px;
}

#limited-time .img {
  width: 50%;
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
}

#limited-time .attention {
  padding: 25px 0 0 70px;
  font-size: 12px;
  clear: both;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  #limited-time {
    padding-top: 38px;
    position: relative;
    padding-bottom: 40px;
  }
  #limited-time .inner {
    overflow: hidden;
  }
  #limited-time .ttl {
    width: 90.15%;
    float: none;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  #limited-time .ttl h2 {
    padding: 0;
    margin: 0 0 20px 0;
  }
  #limited-time .ttl p {
    font-size: 13px;
    text-align: left;
    padding: 0;
    line-height: 2;
    width: 93.58%;
    margin: 0 auto 20px;
  }
  #limited-time .ttl div {
    padding: 0;
  }
  #limited-time .img {
    width: 58.28%;
    position: static;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  #limited-time .attention {
    padding: 0;
    font-size: 13px;
    clear: both;
    line-height: 2;
    width: 90.625%;
    margin: 15px auto 30px;
  }
  #limited-time .attention li {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}

/* sp end */
/* =============================
	bottom-btn
============================= */
#bottom-btn {
  background-image: url("../img/btn_bottom_bg.png");
  background-repeat: no-repeat;
  width: 775px;
  height: 155px;
  text-align: center;
  margin: 100px auto 0;
}

#bottom-btn p {
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  #bottom-btn {
    background-image: none;
    width: 100%;
    height: auto;
    margin: 25px auto 0;
  }
  #bottom-btn p {
    padding-top: 0px;
  }
}

/* sp end */
/* =============================
	footer
============================= */
#pc-footer {
  display: block;
}

#sp-footer {
  display: none;
}

@media screen and (max-width: 640px) {
  #pc-footer {
    display: none;
  }
  #sp-footer {
    display: block;
  }
}

/* sp end */
/* =============================
	c-btnTop
============================= */
.c-btnTop {
  position: fixed;
  width: 83px;
  height: 83px;
  bottom: 20px;
  right: auto;
  left: 83%;
  z-index: 30;
  display: block;
}

.c-btnTop:hover {
  opacity: 0.7;
}

.c-btnTop img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .c-btnTop {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    opacity: 0.8;
  }
  .c-btnTop:hover {
    opacity: 0.8;
  }
}

/* sp end */
