#popWrap {
  width: 100%;
}
#popWrap .pc {
  display: block;
}
#popWrap .sp {
  display: none;
}
#popWrap * {
  box-sizing: border-box;
}
#popWrap #main-visual {
  width: 100%;
  margin-bottom: 55px;
}
#popWrap #main-visual img {
  width: 100%;
}
#popWrap #genre-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
#popWrap #genre-nav > div {
  width: 33%;
  padding: 35px 25px;
}
#popWrap #genre-nav > div h2 {
  text-align: center;
  font-size: 34px;
  padding-bottom: 60px;
}
#popWrap #genre-nav > div ul {
  width: 100%;
}
#popWrap #genre-nav > div ul li {
  width: 100%;
  margin-bottom: 15px;
}
#popWrap #genre-nav > div ul li:nth-last-child(1) {
  margin-bottom: 0;
}
#popWrap #genre-nav > div ul li a {
  font-size: 18px;
  color: #000;
}
#popWrap #genre-nav div.fl {
  background: #fdf0f0;
}
#popWrap #genre-nav div.fl h2 {
  background: url("../img/index/leave-pink.png") no-repeat;
  background-position: bottom 33px center;
}
#popWrap #genre-nav div.fl a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
#popWrap #genre-nav div.fl a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f29e99;
  border-right: 2px solid #f29e99;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popWrap #genre-nav div.ve {
  background: #eef6e9;
}
#popWrap #genre-nav div.ve h2 {
  background: url("../img/index/leave-green.png") no-repeat;
  background-position: bottom 33px center;
}
#popWrap #genre-nav div.ve a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
#popWrap #genre-nav div.ve a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8dc26b;
  border-right: 2px solid #8dc26b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popWrap #genre-nav div.ot {
  background: #f4f0ee;
}
#popWrap #genre-nav div.ot h2 {
  background: url("../img/index/leave-brown.png") no-repeat;
  background-position: bottom 33px center;
}
#popWrap #genre-nav div.ot a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
#popWrap #genre-nav div.ot a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #967059;
  border-right: 2px solid #967059;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popWrap .topics {
  color: #F80313;
  margin-bottom: 1rem;
}
#popWrap .md-title--lv2 {
  margin-bottom: 1rem;
}
#popWrap .md-title.md-title--lv1 {
  margin-bottom: 20px;
}
#popWrap .toggle {
  width: 100%;
  padding: 20px 30px;
}
#popWrap .toggle h3 {
  color: #fff;
  position: relative;
}
#popWrap .toggle.on h3 {
  position: relative;
}
#popWrap .toggle.pink {
  background: #ec7f79;
}
#popWrap .toggle.green {
  background: #74ac51;
}
#popWrap .toggle.brown {
  background: #9b7761;
}
#popWrap .toggle-contents {
  margin-bottom: 30px;
  width: 100%;
}
#popWrap .toggle-contents .inner {
  padding-bottom: 30px;
}
#popWrap .toggle-contents ul {
  display: flex;
  padding: 30px 30px 0 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
#popWrap .toggle-contents ul li {
  padding: 20px 20px 20px;
  width: 17.6%;
  background: #fff;
  text-align: center;
  margin-bottom: 33px;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  min-height: 1px;
  justify-content: space-between;
}
#popWrap .toggle-contents ul li a {
  text-decoration: none;
  display: block;
  transition: 0.3s all;
}
#popWrap .toggle-contents ul li a:hover {
  opacity: 0.65;
}
#popWrap .toggle-contents ul li a:hover p span {
  text-decoration: underline;
}
#popWrap .toggle-contents ul li a:nth-of-type(2n) {
  margin-top: 10px;
}
#popWrap .toggle-contents ul li figure {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#popWrap .toggle-contents ul li figure img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
#popWrap .toggle-contents ul li figcaption {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
#popWrap .toggle-contents ul li figcaption div {
  display: table-cell;
  height: 0px;
  vertical-align: middle;
}
#popWrap .toggle-contents ul li p {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #ec7f79;
  padding: 0.5rem 1rem 0.5rem 0;
}
#popWrap .toggle-contents ul li p:after {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 0.8rem;
  background: url(/flower/pop/download/img/btn_dl.png) no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem;
}
#popWrap .toggle-contents ul li p i {
  background: #ff734d;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
}
#popWrap .toggle-contents ul li p i.pdf {
  background: #ff734d;
  color: #fff;
}
#popWrap .toggle-contents ul li p i.ppt {
  background: #149d92;
  color: #fff;
}
#popWrap .toggle-contents ul li p span {
  padding-left: 10px;
  color: #076a9c;
}
#popWrap .toggle-contents ul li:nth-child(5n) {
  margin-right: 0px;
}
#popWrap .toggle-contents.pink {
  background: #fdf0f0;
}
#popWrap .toggle-contents.green {
  background: #eef6e9;
}
#popWrap .toggle-contents.brown {
  background: #f4f0ee;
}
#popWrap .note {
  text-indent: -16px;
  margin-left: 16px;
  font-size: 16px;
}
/* もっとみるボタン */
#popWrap .toggle-contents .list li {
  opacity: 1;
}
#popWrap .toggle-contents .list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#popWrap .toggle-contents .more {
  position: relative;
  width: 25%;
  margin: auto auto 0;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #ec7f79;
  cursor: pointer;
}
#popWrap .toggle-contents .more:hover {
  opacity: 0.5;
  transition: 0.3s all;
}
#popWrap .toggle-contents .more:after {
  content: "\25BC";
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#popWrap .download_notes {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #popWrap {
    width: 100%;
  }
  #popWrap .md-title.md-title--lv1 {
    padding: 15px 20px;
  }
  #popWrap .pc {
    display: none;
  }
  #popWrap .sp {
    display: block;
  }
  #popWrap * {
    box-sizing: border-box;
  }
  #popWrap #main-visual {
    width: 100%;
    margin-bottom: 1.333333333333333vw;
  }
  #popWrap #main-visual img {
    width: 100%;
  }
  #popWrap #genre-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 5.333333333333333vw;
  }
  #popWrap #genre-nav > div {
    min-height: 1px;
    width: 100%;
    padding: 6.666666666666667vw 5.333333333333333vw;
    margin-bottom: 1.333333333333333vw;
  }
  #popWrap #genre-nav > div h2 {
    text-align: center;
    font-size: 6.666666666666667vw;
    padding-bottom: 11.2vw;
  }
  #popWrap #genre-nav > div ul {
    width: 100%;
  }
  #popWrap #genre-nav > div ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  #popWrap #genre-nav > div ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  #popWrap #genre-nav > div ul li a {
    font-size: 4.8vw;
    color: #000;
  }
  #popWrap #genre-nav div.fl {
    background: #fdf0f0;
  }
  #popWrap #genre-nav div.fl h2 {
    background: url("../img/index/leave-pink.png") no-repeat;
    background-position: bottom 5.866666666666666vw center;
  }
  #popWrap #genre-nav div.fl a {
    display: inline-block;
    position: relative;
    padding-left: 5.333333333333333vw;
  }
  #popWrap #genre-nav div.fl a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-top: 0.533333333333333vw solid #f29e99;
    border-right: 0.533333333333333vw solid #f29e99;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #popWrap #genre-nav div.ve {
    background: #eef6e9;
  }
  #popWrap #genre-nav div.ve h2 {
    background: url("../img/index/leave-green.png") no-repeat;
    background-position: bottom 5.866666666666666vw center;
  }
  #popWrap #genre-nav div.ve a {
    display: inline-block;
    position: relative;
    padding-left: 5.333333333333333vw;
  }
  #popWrap #genre-nav div.ve a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-top: 0.533333333333333vw solid #8dc26b;
    border-right: 0.533333333333333vw solid #8dc26b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #popWrap #genre-nav div.ot {
    background: #f4f0ee;
  }
  #popWrap #genre-nav div.ot h2 {
    background: url("../img/index/leave-brown.png") no-repeat;
    background-position: bottom 5.866666666666666vw center;
  }
  #popWrap #genre-nav div.ot a {
    display: inline-block;
    position: relative;
    padding-left: 5.333333333333333vw;
  }
  #popWrap #genre-nav div.ot a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 2.133333333333333vw;
    height: 2.133333333333333vw;
    border-top: 0.533333333333333vw solid #967059;
    border-right: 0.533333333333333vw solid #967059;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #popWrap .toggle {
    width: 100%;
    padding: 5.333333333333333vw;
  }
  #popWrap .toggle h3 {
    font-size: 5.333333333333333vw;
    color: #fff;
    position: relative;
  }
  #popWrap .toggle.on h3 {
    position: relative;
  }
  #popWrap .toggle.pink {
    background: #ec7f79;
  }
  #popWrap .toggle.green {
    background: #74ac51;
  }
  #popWrap .toggle.brown {
    background: #9b7761;
  }
  #popWrap .toggle-contents {
    width: 100%;
    margin-bottom: 15px;
  }
  #popWrap .toggle-contents ul {
    display: flex;
    padding: 5.333333333333333vw 5.333333333333333vw 2.666666666666667vw 5.333333333333333vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #popWrap .toggle-contents ul li {
    padding: 5.333333333333333vw;
    width: 48.2%;
    background: #fff;
    text-align: center;
    margin-bottom: 2.666666666666667vw;
    margin-right: 0%;
  }
  #popWrap .toggle-contents ul li a {
    color: #000;
    text-decoration: none;
  }
  #popWrap .toggle-contents ul li a:nth-of-type(2n) {
    margin-top: 2.666666666666667vw;
  }
  #popWrap .toggle-contents ul li figure {
    width: 100%;
  }
  #popWrap .toggle-contents ul li figcaption {
    font-size: 4.266666666666667vw;
    margin-bottom: 3.2vw;
    font-weight: bold;
  }
  #popWrap .toggle-contents ul li p {
    font-size: 3.733333333333333vw;
    padding: 2vw 4vw 2vw 0;
  }
  #popWrap .toggle-contents ul li p:after {
    right: 1vw;
    top: 3vw;
    height: 3.733333333333333vw;
    width: 3.733333333333333vw;
  }
  #popWrap .toggle-contents ul li p i {
    border-radius: 0.8vw;
    font-weight: bold;
    font-size: 3.2vw;
    padding: 0.266666666666667vw 0.8vw;
  }
  #popWrap .toggle-contents ul li p span {
    padding-left: 1.333333333333333vw;
    font-size: 3.733333333333333vw;
  }
  #popWrap .toggle-contents ul li:nth-child(5n) {
    margin-right: 0%;
  }
  #popWrap .toggle-contents ul li:nth-child(2n) {
    margin-right: 0%;
  }
  #popWrap .toggle-contents.pink {
    background: #fdf0f0;
  }
  #popWrap .toggle-contents.green {
    background: #eef6e9;
  }
  #popWrap .toggle-contents.brown {
    background: #f4f0ee;
  }
  #popWrap .toggle-contents .more {
    font-size: 3.733333333333333vw;
    width: 50vw;
    padding: 3vw 0;
  }
  #popWrap .toggle-contents .more:hover {
    opacity: 1;
  }
  #popWrap .toggle-contents .more:after {
  	top: 3vw;
    right: 3.5vw;
  }
  #popWrap .note {
    text-indent: -3.733333333333333vw;
    margin-left: 3.733333333333333vw;
    padding: 5.333333333333333vw;
    font-size: 3.733333333333333vw;
  }
}
