@charset "UTF-8";
/**
* 明朝体
*/
.c-kanbanbeauty-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/**
 * 上下空き
 */
.p-kanbanbeauty-gap-tb {
  margin-top: 10%;
  margin-bottom: 10%;
}

.p-akitavision-gap-tb-02 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/**
 * 左右空き
 */
.p-kanbanbeauty-gap-lr {
  padding-left: 10%;
  padding-right: 10%;
}

/**
 * コンテンツタイトル
 */
.p-kanbanbeauty-content-title {
  border-bottom: 3px solid #888;
}

.p-kanbanbeauty-content-title-img {
  width: auto;
  height: 40px;
  vertical-align: bottom;
}

/**
 * hover
 */
.p-kanbanbeauty-hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-kanbanbeauty-hover:hover {
  opacity: 0.5;
}

/**
* 全体
*/
.p-kanbanbeauty {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-kanbanbeauty-hero {
  margin: 0;
}

.p-kanbanbeauty-hero-img {
  width: 100%;
  vertical-align: bottom;
}

/**
 * 概要
 */
@media all and (min-width: 768px) {
  .p-kanbanbeauty-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kanbanbeauty-about__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
  .p-kanbanbeauty-about__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-top: -4em;
  }
}

.p-kanbanbeauty-about-img {
  text-align: center;
  color: #555555;
  margin: 0;
}

.p-kanbanbeauty-about-title img {
  width: 84%;
  height: auto;
  vertical-align: bottom;
}

.p-kanbanbeauty-about-text {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .p-kanbanbeauty-about-text {
    font-size: 18px;
    line-height: 1.8;
  }
}

/**
 * バッジ
 */
.p-kanbanbeauty-badge-img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media not all and (min-width: 768px) {
  .p-kanbanbeauty-badge-img {
    max-width: 60%;
  }
}

.p-kanbanbeauty-badgeo-text {
  color: #653500;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/**
 * 電子書籍
 */
@media all and (min-width: 768px) {
  .p-kanbanbeauty-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-kanbanbeauty-book__img {
    width: 36%;
  }
  .p-kanbanbeauty-book__content {
    width: 60%;
    margin-top: -4em;
  }
}

.p-kanbanbeauty-book-text {
  font-size: 16px;
  line-height: 1.5;
  color: #b15a4a;
}
@media all and (min-width: 768px) {
  .p-kanbanbeauty-book-text {
    font-size: 18px;
    line-height: 1.8;
  }
}

.p-kanbanbeauty-recommend-text {
  text-align: center;
  color: #555555;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
}

.p-kanbanbeauty-recommend-img {
  width: 100%;
  vertical-align: bottom;
}

/**
 * util
 */
.u-kanbanbeauty-overflow-hidden {
  overflow: hidden;
}

.u-kanbanbeauty-text-align-center {
  text-align: center;
}

.u-kanbanbeauty-vertical-align-bottom {
  vertical-align: bottom;
}

.u-kanbanbeauty-bg-color-01 {
  background-color: #f6f5f3;
}

.u-kanbanbeauty-bg-color-02 {
  background-color: #efece9;
}

.u-kanbanbeauty-margin-0 {
  margin: 0;
}

.special-kanbanbeauty {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.special-kanbanbeauty a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.special-kanbanbeauty a:hover {
  opacity: 0.5;
}
@media all and (min-width: 768px) {
  .special-kanbanbeauty {
    font-size: 18px;
    line-height: 1.8;
  }
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.kanbanbeautycontent .kanbanbeautysection {
  margin: 10%;
}
.kanbanbeautycontent__hero h1 {
  margin: 0;
}
.kanbanbeautycontent__hero h1 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.kanbanbeautycontent__about {
  overflow: hidden;
  background-color: #f6f5f3;
}
.kanbanbeautycontent__mark {
  overflow: hidden;
  background-color: #efece9;
}
.kanbanbeautycontent__book {
  overflow: hidden;
  background-color: #f6f5f3;
}
.kanbanbeautycontent__recommend {
  overflow: hidden;
  background-color: #efece9;
}
.kanbanbeautycontent__outside {
  overflow: hidden;
  background-color: #f6f5f3;
}

.kanbanbeautyabout {
  color: #555555;
}
.kanbanbeautyabout__right {
  text-align: center;
}
.kanbanbeautyabout__right img {
  vertical-align: bottom;
}
.kanbanbeautyabout__right p {
  margin: 0;
  font-size: 16px;
}
.kanbanbeautyabout h2 img {
  max-width: 100%;
  width: 84%;
  height: auto;
  vertical-align: bottom;
}
@media all and (min-width: 768px) {
  .kanbanbeautyabout__right {
    float: right;
    width: 50%;
    padding-left: 8%;
  }
  .kanbanbeautyabout__left {
    float: left;
    width: 50%;
  }
  .kanbanbeautyabout h2 {
    margin: 0;
  }
  .kanbanbeautyabout::after {
    content: "";
    display: block;
    clear: both;
  }
}

.kanbanbeautymark__text {
  color: #653500;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.kanbanbeautymarkimg__item {
  margin-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.kanbanbeautymarkimg__item img {
  vertical-align: bottom;
}
@media all and (min-width: 768px) {
  .kanbanbeautymarkimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kanbanbeautymarkimg__item {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
}

.kanbanbeautybook h2 {
  border-bottom: 3px solid #888;
}
.kanbanbeautybook h2 img {
  width: auto;
  height: 50px;
  vertical-align: bottom;
}
.kanbanbeautybook h3 img {
  max-height: 40px;
  vertical-align: bottom;
}
@media all and (min-width: 768px) {
  .kanbanbeautybook h3 {
    margin-top: 0;
  }
}

.kanbanbeautybooksection {
  color: #b15a4a;
  margin-top: 40px;
}
.kanbanbeautybooksection__left {
  text-align: center;
}
.kanbanbeautybooksection_a {
  text-align: center;
  margin-top: 2em;
}
@media all and (min-width: 768px) {
  .kanbanbeautybooksection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kanbanbeautybooksection__left {
    width: 40%;
    padding-right: 5%;
  }
  .kanbanbeautybooksection__right {
    width: 60%;
  }
}

.kanbanbeautyrecommend h2 {
  border-bottom: 3px solid #888;
}
.kanbanbeautyrecommend h2 img {
  width: auto;
  height: 50px;
  vertical-align: bottom;
}
.kanbanbeautyrecommend__body {
  margin-top: 40px;
}

.kanban_shopprofile ul {
  list-style: none;
  overflow: hidden;
  margin: -3% 0 0 -3%;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: justify;
}
.kanban_shopprofile ul li {
  margin: 0;
  padding: 3% 0 0 3%;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  word-spacing: 1px;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.kanban_shopprofile a {
  display: block;
  color: #555555;
  text-decoration: none;
  line-height: 1.4;
}
@media all and (min-width: 320px) {
  .kanban_shopprofile ul li {
    width: 33.33%;
  }
}
@media all and (min-width: 480px) {
  .kanban_shopprofile ul li {
    width: 25%;
  }
}
@media all and (min-width: 660px) {
  .kanban_shopprofile ul li {
    width: 20%;
  }
}
@media all and (min-width: 860px) {
  .kanban_shopprofile ul {
    margin: -2% 0 0 -2%;
  }
  .kanban_shopprofile ul li {
    padding: 2% 0 0 2%;
    width: 16.66%;
  }
}

.kanbanbeautyoutside__akitafan {
  margin-bottom: 10%;
}
.kanbanbeautyoutside__akitafan img {
  width: 100%;
  height: auto;
}
.kanbanbeautyoutside h2 {
  border-bottom: 3px solid #888;
}
.kanbanbeautyoutside h2 img {
  width: auto;
  height: 40px;
  vertical-align: bottom;
}
.kanbanbeautyoutside__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.kanbanbeautyoutside__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kanbanbeautyoutside__sns {
  text-align: center;
  overflow: hidden;
}
.kanbanbeautyoutside__sns > div {
  margin-top: 10%;
  width: 100%;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .kanbanbeautyoutside__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -5%;
  }
  .kanbanbeautyoutside__sns > div {
    width: 50%;
    margin-left: 5%;
  }
}/*# sourceMappingURL=style.css.map */