@charset "UTF-8";
/* Scss Document */
/* メディアクエリ
======================================== */
@media screen and (max-width: 768px) {
  .pc_ver {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_ver {
    display: none;
  }
}

/* フォントサイズ
======================================== */
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/**
 * 下記SVGを変更した場合、インポートする側のCSSもアップする必要があります。注意してください。
 *
*/
/* --------------------
ヘッダー
--------------------*/
@media screen and (min-width: 768px) {
  #gNav li .coconimo span.active:after {
    background-color: #35a525;
  }
}
/*
カテゴリー内リンク
===================== */
.coconimolist__wrapper a {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #32a726;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.25;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%20width%3D%22256%22%20height%3D%22256%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M128%2C0C57.3%2C0%2C0%2C57.3%2C0%2C128s57.3%2C128%2C128%2C128%2C128-57.3%2C128-128S198.7%2C0%2C128%2C0Zm-14.8%2C185.1l-13.6-13.6%2C40.4-40.4-39.6-39.6%2C13.6-13.6%2C53.2%2C53.2-54%2C54.1Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 3% center;
}

/* --------------------
コンテンツ
--------------------*/
.coconimoindex__wrapper,
.coconimolineup__wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .coconimoindex__wrapper,
  .coconimolineup__wrapper {
    margin-top: 50px;
  }
}

.coconimoindex__inner,
.coconimolineup__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .coconimoindex__inner,
  .coconimolineup__inner {
    padding: 0 5%;
  }
}

.content__ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .coconimolist__wrapper {
    margin: 70px auto 0;
    padding: 90px 5% 0;
    background: url("../../master/img/asd/asdpagelist_bg_pc.jpg") top center no-repeat;
  }
  .coconimolist__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .coconimolist__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coconimolist__inner > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    margin-top: 20px;
    margin-right: 3%;
  }
  .coconimolist__inner > li:nth-child(2n) {
    margin-right: 0;
  }
  .coconimolist__inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 28px;
    padding: 20px 6%;
    background-size: 40px 40px;
    height: 110px;
  }
  .content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .coconimolist__wrapper {
    margin: 20px auto 0;
    padding: 45px 5% 0;
    background: url("../../master/img/asd/asdpagelist_bg_sp.jpg") top center no-repeat;
  }
  .coconimolist__inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .coconimolist__inner > li {
    margin-top: 10px;
  }
  .coconimolist__inner a {
    font-size: 16px;
    padding: 18px 6%;
    background-size: 20px 20px;
  }
}
/* 置き菓子サービス「ココニモ！（COCONIMO）」index */
/* --------------------
コンテンツ
--------------------*/
.coconimoindex__mainimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.coconimoindex__mainimage .coconimoindex__mainimage--left {
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage .coconimoindex__mainimage--left {
    width: 100%;
  }
}
.coconimoindex__mainimage .coconimoindex__mainimage--right {
  width: 28%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage .coconimoindex__mainimage--right {
    width: 60%;
    margin: 5% auto;
  }
}
.coconimoindex__mainimage h2.logo img {
  max-width: 41%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage h2.logo img {
    max-width: 50%;
  }
}
.coconimoindex__mainimage .sub__tiitle {
  margin-top: 54px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage .sub__tiitle {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
.coconimoindex__mainimage .sub__tiitle .sub__tiitle--color {
  color: #35a525;
}
.coconimoindex__mainimage .appeal__lilst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 38px;
  font-size: 2.6rem;
  font-weight: 600;
  color: #35a525;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage .appeal__lilst {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.coconimoindex__mainimage .appeal__lilst li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  margin-bottom: 2%;
  padding: 2%;
  border-radius: 60px;
  border: #35a525 3px solid;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .coconimoindex__mainimage .appeal__lilst li {
    width: 100%;
  }
}

.coconimoindex__pointimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coconimoindex__pointimage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4px;
  }
}
.coconimoindex__pointimage .coconimoindex__pointimage--right p {
  margin-top: 20px;
}

.coconimoindex__typeimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 45px;
  padding: 50px 60px 50px 84px;
  background: #cfe8da;
}
@media screen and (max-width: 767px) {
  .coconimoindex__typeimage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5%;
  }
}
.coconimoindex__typeimage .coconimoindex__typeimage--left {
  width: 100%;
  text-align: center;
}
.coconimoindex__typeimage .coconimoindex__typeimage--right {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coconimoindex__typeimage .coconimoindex__typeimage--right {
    margin-top: 10%;
  }
}