@charset "UTF-8";
/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  min-width: 320px;
  color: #4c4948;
  font-size: 13px;
  line-height: 1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  body {
    /* min-width: 1166px; */
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #e8447e;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* ボタン無効 */

/* .hed__btn a,
.g-nav__btn1,
.g-nav__btn2,
.button_upper a {
  pointer-events: none;
} */

/* ボタン無効（購入のみ） */

/* .hed__btn:first-of-type a,
.g-nav__btn1,
.button_upper a:first-of-type {
  pointer-events: none;
} */

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
#headerArea {
  background: #e8447e;
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  margin: 0 auto;
  width: 100%;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
#main {
  padding: 0;
  background-image: url("../../images/bg_sp.jpg");
  background-size: 82px 82px;
}
@media screen and (min-width: 768px) {
  #main {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #main {
    background-image: url("../../images/bg.jpg");
    background-size: 313px 313px;
  }
}

#main section {
  padding: 0;
}

article h3 {
  font-size: 12px;
  color: #fff;
  background: #e8447e;
  font-style: normal;
  margin-bottom: 0.5em;
  line-height: 1;
  padding: 0.4em 0.5em;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  article h3 {
    font-size: 26px;
  }
}

article h4 {
  font-size: 12px;
  text-align: center;
  background: #ccc;
  font-style: normal;
  margin-bottom: 0.5em;
  line-height: 1;
  padding: 7px 0 4px 0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  article h4 {
    font-size: 20px;
    padding: 10px 0 10px 0;
  }
}

.breadlink {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  padding: 0.7em 0;
}
@media screen and (max-width: 768px) {
  .breadlink {
    font-size: 12px;
  }
}

.breadlink a {
  color: #fff;
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.mainIn {
  width: 96%;
  margin: 0 2%;
}
@media screen and (min-width: 1166px) {
  .mainIn {
    max-width: 1166px;
    margin: 0 auto;
  }
}

/*アコーディオン*/
.aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #e8447e;
}
.aclink.ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #e8447e;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  font-size: 12px;
  background: #e8447e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 22px;
  }
}
footer #footerWrap {
  text-align: center;
  width: 96%;
  margin: 0 2%;
  padding: 20px 0;
}
footer #footerWrap p {
  line-height: 1.4;
  margin-bottom: 10px;
}
footer #footerWrap div {
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer #footerWrap div {
    margin-bottom: 50px;
  }
}
footer #footerWrap a {
  color: yellow;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer #footerWrap {
    /* width: 1166px; */
    margin: 0 auto;
    padding: 40px 0;
  }
} /*# sourceMappingURL=common.css.map */

.footer-tokutei {
  background-color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
.footer-tokutei a {
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer-tokutei a {
    font-size: 12px;
  }
}
