main {
  display: none;
}

#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 .md-title--lv2 {
  margin-bottom: 1rem;
}
#popWrap .digital_catalog .md-title--lv2 {
  padding: 3px 0 3px 60px;
  position: relative;
}
#popWrap .digital_catalog .md-title--lv2::before {
  content: "";
  width: 50px;
  height: 41px;
  background: url(/flower/pop/download/img/icon_catalog.png) no-repeat left center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#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.catalog_flower {
  background: #ffdce7;
}
#popWrap .toggle.catalog_vegetables {
  background: #d7ebca;
}

#popWrap .toggle.catalog_flower,
#popWrap .toggle.catalog_vegetables {
  padding-left: 70px;
  position: relative;
}
#popWrap .toggle.catalog_flower::before,
#popWrap .toggle.catalog_vegetables::before {
  content: "";
  display: block;
  width: 44px;
  height: 40px;
  background-size: 44px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -20px;
}
#popWrap .toggle.catalog_flower::before {
  background-image: url(/flower/pop/download/img/v2_icon_GrobalNav--Gardening.png);
}
#popWrap .toggle.catalog_vegetables::before {
  background-image: url(/flower/pop/download/v2_HO046_product1-2_02.png);
}

#popWrap .toggle.catalog_flower h3,
#popWrap .toggle.catalog_vegetables h3 {
  color: #333;
}

#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: 10px 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%;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#popWrap .toggle-contents ul li figure img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
#popWrap .digital_catalog .toggle-contents ul li figure img {
  width: 60%;
}
#popWrap .toggle-contents ul li figcaption {
  font-size: 18px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
#popWrap .digital_catalog .toggle-contents ul li figcaption {
  height: auto !important;
}
#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: "";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
#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 .toggle-contents.catalog_flower {
  background: #fff2f2;
}
#popWrap .toggle-contents.catalog_vegetables {
  background: #f4fce2;
}
#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 {
  display: none;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#popWrap .toggle-contents .more_sp {
  display: none;
}
#popWrap .toggle-contents .more_pc,
#popWrap .toggle-contents .more_sp {
  position: relative;
  width: 25%;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #ec7f79;
  cursor: pointer;
}
#popWrap .toggle-contents .more_pc:hover,
#popWrap .toggle-contents .more_sp:hover {
  opacity: 0.5;
  transition: 0.3s all;
}
#popWrap .toggle-contents .more_pc:after,
#popWrap .toggle-contents .more_sp:after {
  content: "";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transform: rotate(90deg);
  font-size: 1.2em;
}

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

#modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#modal a {
  text-decoration: none;
}
#modal_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(255,255,255,0.8);
}
#modal_content {
  position: relative;
  background: #fff;
  left: 50%;
  padding: 54px 0 76px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 800px;
  border: 1px solid #a58471;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 36px;
}
#modal #agreement_box {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}
#modal .agree { width: 210px;
  background: #ec7f7a;
  color: #fff;
  font-size: 23px;
  padding: 18px 0;
  margin-right: 40px;
}
#modal .disagree { width: 210px;
  background: #ec7f7a;
  color: #fff;
  font-size: 23px;
  padding: 18px 0;
}
#modal .agree:hover {
  cursor: pointer;
}
#modal .disagree:hover {
  cursor: pointer;
}
#modal .close {
  position: absolute;
  top: 18px;
  right: 21px;
}
#modal .close span {
  width: 20px;
  height: 20px;
  display: block;
}
#modal .close span:before {
  transform: rotate(-45deg);
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 25px;
  height: 2px;
  background: #a4846f;
}
#modal .close span:after {
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 25px;
  height: 2px;
  background: #a4846f;
}

@media screen and (max-width: 768px) {
  #popWrap {
    width: 100%;
  }
  #popWrap .md-title.md-title--lv1 {
    padding: 15px 20px;
  }
  #popWrap .md-title--lv2 {
    padding: 20px 15px;
  }
  #popWrap .digital_catalog .md-title--lv2 {
    padding: 20px 15px 20px 75px;
  }
  #popWrap .digital_catalog .md-title--lv2::before {
    left: 15px;
  }
  #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%;
    padding-bottom: 3.2vw;
  }
  #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 3vw 2vw 0;
  }
  #popWrap .toggle-contents ul li p:after {
    right: 3vw;
    top: 2vw;
  }
  #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_pc {
    display: none;
  }
  #popWrap .toggle-contents .more_sp {
    display: block;
  }
  #popWrap .toggle-contents .more_sp {
    font-size: 3.733333333333333vw;
    width: 50vw;
    padding: 3vw 0;
  }
  #popWrap .toggle-contents .more_sp:after {
      top: 3vw;
    right: 4vw;
  }
  #popWrap .note {
    text-indent: -3.733333333333333vw;
    margin-left: 3.733333333333333vw;
    padding: 5.333333333333333vw;
    font-size: 3.733333333333333vw;
  }
  #popWrap .toggle-contents .more:hover {
    opacity: 1;
  }
  #modal_content {
    width: 75vw;
    padding: 5vw 5vw 6vw;
    font-size: 3.5vw;
    line-height: 8vw;
    top: 45%;
  }
  #modal #agreement_box {
    padding-top: 3vw;
  }
  #modal .agree {
    margin-right: 5vw;
  }
  #modal .agree,#modal .disagree {
    width: 35vw;
    font-size: 5vw;
    padding: 3vw 0;
  }
  #modal .close {
    top: 3vw;
    right: 3.5vw;
  }
  #modal .close span {
    width: 3vw;
    height: 3vw;
  }
  #modal .close span:before,#modal .close span:after {
    width: 4.5vw;
    height: 0.4vw;
  }
  #modal_content .pc {
    display: none;
  }
}