@charset "utf-8";

html[data-browse-mode="P"] .pane-contents > .container {
  width: 100%;
}
html[data-browse-mode="P"] .pane-left-menu {
  display: none;
}
html[data-browse-mode="P"] .pane-right-menu {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  div[id^="beginner-"] .sp,
  .beginner-list .sp,
  .beginner-search .sp {
    display: none !important;
  }

  #beginner-top .mv {
    position: relative;
    padding: 45px 0 50px;
    text-align: center;
    background: url(../img/bg_mv.png) no-repeat center / cover;
  }
  #beginner-top h1 {
    border: 0;
    padding: 0;
    margin: 0;
  }
  #beginner-top .btn-top {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 2;
  }
  #beginner-top .kodawari {
    position: relative;
    margin: 80px 0 0;
    text-align: center;
  }
  #beginner-top .kodawari h2 {
    padding: 0 300px 0 0;
    margin: 0 0 40px;
    background: none;
  }
  #beginner-top .kodawari .detail li:nth-child(1) {
    position: absolute;
    top: 103px;
    left: 50%;
    transform: translateX(-880px);
  }
  #beginner-top .kodawari .detail li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(225px);
  }
  #beginner-top .kodawari .detail li:nth-child(3) {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(295px);
  }
  #beginner-top .btn-entry {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 2;
  }
  #beginner-top .btn-top:hover,
  #beginner-top .btn-entry:hover {
    opacity: .8;
  }
  #beginner-top .merit {
    background-image: url(../img/bg_merit_top.png), url(../img/bg_merit.png);
    background-repeat: no-repeat, repeat;
    background-position: center top, center;
    background-size: 100%, 100px;
    padding: 115px 0 100px;
    margin: -45px 0 0;
  }
  #beginner-top .merit h2 {
    padding: 0;
    margin: 0 0 65px;
    background: none;
  }
  #beginner-top .merit ul {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto 75px;
  }
  #beginner-top .merit a {
    display: block;
    width: 640px;
    margin: 0 auto;
  }
  #beginner-top .merit a:hover {
    opacity: .8;
  }
  .beginner-list {
    padding: 110px 0 0;
  }
  .beginner-list h2 {
    background: none;
    padding: 0;
    margin: 0 0 80px;
  }
  .beginner-list .tab {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .beginner-list .tab li {
    position: relative;
    width: 392px;
    border-radius: 10px 10px 0 0;
    background: #f4f4f4;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border: 4px solid #847763;
    border-bottom: 0;
    padding: 20px 0 10px;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .beginner-list .tab li:not(.current):hover {
    opacity: .8;
  }
  .beginner-list .tab li.current {
    font-size: 40px;
    background: #fff;
    padding: 12px 0 18px;
  }
  .beginner-list .tab li[data-tab="vegetable"].current {
    color: #579f39;
    border-color: #71b157;
  }
  .beginner-list .tab li[data-tab="flower"].current {
    color: #e6713e;
    border-color: #e87b4c;
  }
  .beginner-list .tab li[data-tab="materials"].current {
    color: #2670af;
    border-color: #2670af;
  }
  .beginner-list .tab li.current:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #fff;
  }
  .beginner-list .tab li.current:after {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    bottom: 10px;
    border-style: solid;
    border-width: 11px 7px 0 7px;
  }
  .beginner-list .tab li[data-tab="vegetable"].current:after {
    border-color: #579f39 transparent transparent transparent;
  }
  .beginner-list .tab li[data-tab="flower"].current:after {
    border-color: #e87b4c transparent transparent transparent;
  }
  .beginner-list .tab li[data-tab="materials"].current:after {
    border-color: #2670af transparent transparent transparent;
  }
  .list-contents {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
  }
  .list-contents .nav-cat {
    padding: 50px 56px 60px;
    border-bottom: 0 !important;
  }
  .list-contents .nav-cat:not(.active) {
    display: none;
  }
  .list-contents .nav-cat[data-cat="vegetable"] {
    border: 4px solid #71b157;
  }
  .list-contents .nav-cat[data-cat="flower"] {
    border: 4px solid #e87b4c;
  }
  .list-contents .nav-cat[data-cat="materials"] {
    border: 4px solid #2670af;
  }
  .list-contents h3 {
    padding: 0;
    margin: 0 0 35px;
    text-align: center;
    font-size: 34px;
    letter-spacing: 2px;
  }
  .list-contents .nav-cat[data-cat="vegetable"] h3 {
    color: #579f39;
  }
  .list-contents .nav-cat[data-cat="flower"] h3 {
    color: #e6713e;
  }
  .list-contents h3:after {
    display: none;
  }
  .list-contents .nav-cat ul {
    display: flex;
    justify-content: center;
  }
  .list-contents .nav-cat li:not(:last-child) {
    margin: 0 21px 0 0;
  }
  .list-contents .nav-cat li a {
    display: block;
    width: 346px;
    border-radius: 10px;
    border: 2px solid #e7e4d9;
    text-align: center;
    padding: 30px 0;
    text-decoration: none;
  }
  .list-contents .nav-cat li a:hover {
    opacity: 1;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li a:hover {
    background: #d9f0cf;
    border-color: #71b157;
  }
  .list-contents .nav-cat[data-cat="flower"] li a:hover {
    background: #f9e0d4;
    border-color: #e87b4c;
  }
  .list-contents .nav-cat li a span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li:nth-child(1) span {
    padding: 10px 0 10px 65px;
    background: url(../img/icon_seed_g.png) no-repeat left center;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li:nth-child(2) span {
    padding: 10px 0 10px 50px;
    background: url(../img/icon_seedling_g.png) no-repeat left center;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li:nth-child(3) span {
    padding: 11px 0 11px 50px;
    background: url(../img/icon_bulb_g.png) no-repeat left center;
  }
  .list-contents .nav-cat[data-cat="flower"] li:nth-child(1) span {
    padding: 10px 0 10px 65px;
    background: url(../img/icon_seed_o.png) no-repeat left center;
  }
  .list-contents .nav-cat[data-cat="flower"] li:nth-child(2) span {
    padding: 10px 0 10px 50px;
    background: url(../img/icon_seedling_o.png) no-repeat left center;
  }
  .list-contents .nav-cat[data-cat="flower"] li:nth-child(3) span {
    padding: 11px 0 11px 50px;
    background: url(../img/icon_bulb_o.png) no-repeat left center;
  }
  .block-event-page--accessory {
    background: #f1e8dd url(../img/bg_list.png) no-repeat center top / 100%;
  }
  .beginner-event-title {
    width: 1200px;
    margin: 0 auto;
    padding: 0 56px 40px;
    border-right: 4px solid #71b157;
    border-left: 4px solid #71b157;
    background: #fff;
  }
  .beginner-event-title[data-list-id="flower"],
  .beginner-event-title[data-list-id="flower"] + .block-top-event--goods,
  .beginner-special[data-special-id="flower"] {
    display: none;
    border-color: #e87b4c;
  }
  .beginner-event-title[data-list-id="flower"] + .block-top-event--goods + .beginner-event-btn ul {
    border-color: #e87b4c;
  }
  .beginner-event-title[data-list-id="materials"],
  .beginner-event-title[data-list-id="materials"] + .block-top-event--goods,
  .beginner-special[data-special-id="materials"] {
    display: none;
    border-color: #2670af;
  }
  .beginner-event-title[data-list-id="materials"] + .block-top-event--goods + .beginner-event-btn ul {
    border-color: #2670af;
  }
  .beginner-event-title h4 {
    margin: 0;
    padding: 21px 0;
    text-align: center;
    border-radius: 5px;
  }
  .beginner-event-title[data-list-id="vegetable"] h4 {
    background: #d9f0cf;
  }
  .beginner-event-title[data-list-id="flower"] h4 {
    background: #f9e0d4;
  }
  .beginner-event-title[data-list-id="materials"] h4 {
    background: #d4e7f8;
  }
  .beginner-event-title h4 span {
    font-size: 30px;
    font-weight: bold;
  }
  .beginner-event-title.seed h4 span {
    padding: 6px 0 6px 65px;
    background: url(../img/icon_seed.png) no-repeat left center;
  }
  .beginner-event-title.seedling h4 span {
    padding: 6px 0 6px 45px;
    background: url(../img/icon_seedling.png) no-repeat left center;
  }
  .beginner-event-title.bulb h4 span {
    padding: 6px 0 6px 50px;
    background: url(../img/icon_bulb.png) no-repeat left center;
  }
  .beginner-event-title.materials h4 span {
    padding: 6px 0 6px 50px;
    background: url(../img/icon_materials.png) no-repeat left center;
  }
  .beginner-event-title + .block-top-event--goods {
    width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    border-right: 4px solid #71b157;
    border-left: 4px solid #71b157;
    background: #fff;
  }
  .block-event-page--accessory .block-icon,
  .block-event-page--accessory .variation-name,
  .block-event-page--accessory .block-thumbnail-t--price-infos {
    display: none;
  }
  .block-event-page--accessory .block-thumbnail-t li {
    margin: 0;
    padding: 0 0 40px;
  }
  .block-event-page--accessory .block-thumbnail-t--goods {
    width: 255px;
    max-width: 255px;
    margin: 0 0 0 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10.89px 0.11px rgba(33, 33, 33, 0.1);
  }
  .block-event-page--accessory .block-thumbnail-t--goods:first-child {
    margin: 0;
  }
  .block-event-page--accessory .block-thumbnail-t--goods-image figure {
    border: 0;
    width: 215px;
    height: 215px;
  }
  .block-event-page--accessory .block-thumbnail-t--goods-name a {
    color: #443829;
    font-size: 20px;
    font-weight: normal;
  }
  .block-event-page--accessory .block-thumbnail-t--goods a:hover,
  .beginner-event-btn a:hover {
    opacity: .8;
  }
  .beginner-event-title[id^="flower-"] + .block-top-event--goods + .beginner-event-btn,
  .beginner-event-title[id^="materials"] + .block-top-event--goods + .beginner-event-btn {
    display: none;
  }
  .beginner-event-btn ul {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 65px 75px;
    border-right: 4px solid #71b157;
    border-left: 4px solid #71b157;
    background: #fff;
  }
  .beginner-event-btn a,
  .beginner-special-btn {
    display: block;
    width: 380px;
    margin: 0 5px;
    border-radius: 40px;
    background: #4a3f2f;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    padding: 16px 0;
    box-shadow: 0 6px #eee;
  }
  .beginner-special {
    width: 1200px;
    margin: 0 auto;
    padding: 0 65px 10px;
    border: 4px solid #71b157;
    border-top: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .beginner-special[data-special-id="vegetable"] .beginner-special-list {
    background: #f2fcee;
  }
  .beginner-special[data-special-id="flower"] .beginner-special-list {
    background: #fff6f2;
  }
  .beginner-special[data-special-id="materials"] .beginner-special-list {
    background: #eff8ff;
  }
  .beginner-special-list .inner {
    padding: 50px 50px 60px;
    margin: 0 0 65px;
  }
  .beginner-special h3 {
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .beginner-special h3:after {
    display: none;
  }
  .beginner-special h3 span {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    padding: 0 50px;
  }
  .beginner-special[data-special-id="vegetable"] h3 span {
    color: #579f39;
  }
  .beginner-special[data-special-id="flower"] h3 span {
    color: #e6713e;
  }
  .beginner-special[data-special-id="materials"] h3 span {
    color: #2670af;
  }
  .beginner-special h3 span:before,
  .beginner-special h3 span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: 3px;
  }
  .beginner-special h3 span:after {
    left: auto;
    right: 0;
  }
  .beginner-special[data-special-id="vegetable"] h3 span:before,
  .beginner-special[data-special-id="vegetable"] h3 span:after {
    background: #71b157;
  }
  .beginner-special[data-special-id="flower"] h3 span:before,
  .beginner-special[data-special-id="flower"] h3 span:after {
    background: #e87b4c;
  }
  .beginner-special[data-special-id="materials"] h3 span:before,
  .beginner-special[data-special-id="materials"] h3 span:after {
    background: #2670af;
  }
  .beginner-special ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
  }
  .beginner-special li {
    width: 471px;
    margin: 0 0 20px;
  }
  .beginner-special li a:hover {
    opacity: .8;
  }
  .beginner-special li img {
    width: 100%;
  }
  .beginner-special-btn {
    width: 310px;
    margin: 0 auto;
  }
  .beginner-special-btn:hover {
    opacity: .8;
  }
  .beginner-search {
    margin: 100px 0 0;
    padding: 80px 0 70px;
    background: #f5f5f5;
  }
  .beginner-search .inner {
    width: 1080px;
    margin: 0 auto;
  }
  .beginner-search h2 {
    padding: 0;
    margin: 0 0 35px;
    background: none;
  }
  .beginner-search form {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
  }
  input.beginner-search-keyword {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    font-size: 20px;
    padding: 21px 30px;
    height: auto;
  }
  input.beginner-search-keyword:hover {
    border-color: #ddd;
  }
  .beginner-search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: none;
    padding: 0;
  }
  .beginner-search-submit:hover {
    opacity: .8;
  }
  .beginner-search-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .beginner-search-tag li {
    margin: 0 5px 10px;
  }
  .beginner-search-tag li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #f9f9f9;
    font-size: 18px;
    padding: 10px 33px;
    text-decoration: none;
  }
  .beginner-search-tag li a:hover {
    opacity: 1;
    background: #fff;
    text-decoration: underline;
  }
  .beginner-recommend-title h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 26px 0;
    margin: 0;
    background: #433828;
  }
  .beginner-recommend-title + .block-top-event--goods {
    background: #fff;
    padding: 55px 0 0;
  }
  .beginner-recommend-title + .block-top-event--goods .block-thumbnail-t {
    width: 1080px;
    margin: 0 auto;
  }
  #beginner-bottom {
    margin: 70px 0 0;
  }
  #beginner-bottom .thought {
    padding: 60px 0 95px;
    background: url(../img/bg_thought.jpg) no-repeat right top / cover;
  }
  #beginner-bottom .thought h2 {
    background: none;
    padding: 0;
    margin: 0 0 40px;
  }
  #beginner-bottom .thought ul {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
  }
  #beginner-bottom .thought li {
    width: 530px;
    border-radius: 5px;
    text-align: center;
    padding: 23px 0;
    background: rgba(255, 255, 255, .9);
  }
  #beginner-bottom .thought h3 {
    margin: 0 0 15px;
  }
  #beginner-bottom .thought h3:after {
    display: none;
  }
  #beginner-bottom .thought li p {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  div[id^="beginner-"] .pc,
  .beginner-list .pc,
  .beginner-search .pc {
    display: none !important;
  }

  #beginner-top h1 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
  }
  #beginner-top .btn-top {
    display: none;
    position: fixed;
    top: 150px;
    right: 0;
    width: 29.07%;
    z-index: 2;
  }
  #beginner-top .kodawari {
    position: relative;
    text-align: center;
  }
  #beginner-top .kodawari h2 {
    position: absolute;
    top: 5%;
    left: 7%;
    margin: 0;
    padding: 0;
    background: none;
    width: 59.47%;
  }
  #beginner-top .kodawari > img {
    width: 95.2%;
  }
  #beginner-top .btn-entry {
    display: none;
    position: fixed;
    top: 200px;
    right: 0;
    width: 22.67%;
    z-index: 2;
  }
  #beginner-top .merit {
    background-image: url(../img/sp/bg_merit_top.png), url(../img/sp/bg_merit.png);
    background-repeat: no-repeat, repeat;
    background-position: center top, center;
    background-size: 100%, 100px;
    padding: 45px 25px 40px;
    margin: -32px 0 0;
  }
  #beginner-top .merit h2 {
    padding: 0;
    margin: 0 0 25px;
    background: none;
  }
  #beginner-top .merit h2 img {
    width: 88.925%;
  }
  #beginner-top .merit ul {
    margin: 0 0 30px;
  }
  #beginner-top .merit li:not(:last-child) {
    margin: 0 0 10px;
  }
  .beginner-list {
    padding: 24vw 10px 0;
    background: #f1e8dd url(../img/sp/bg_list.png) no-repeat center top -10vw / 100%;
  }
  .beginner-list h2 {
    padding: 0;
    margin: 0 0 30px;
    background: none;
  }
  .beginner-list h2 img {
    width: 85.916%;
  }
  .beginner-list .tab {
    display: flex;
    justify-content: space-between;
  }
  .beginner-list .tab li {
    position: relative;
    width: calc((100% - 10px) / 3);
    background: #f4f4f4;
    border: 2px solid #847763;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 7px 0;
  }
  .beginner-list .tab li.current {
    background: #fff;
  }
  .beginner-list .tab li[data-tab="vegetable"].current {
    color: #579f39;
    border-color: #71b157;
  }
  .beginner-list .tab li[data-tab="flower"].current {
    color: #e6713e;
    border-color: #e87b4c;
  }
  .beginner-list .tab li[data-tab="materials"].current {
    color: #2670af;
    border-color: #2670af;
  }
  .beginner-list .tab li.current:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .beginner-list .tab li.current:after {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    bottom: 4px;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
  }
  .beginner-list .tab li[data-tab="vegetable"].current:after {
    border-color: #579f39 transparent transparent transparent;
  }
  .beginner-list .tab li[data-tab="flower"].current:after {
    border-color: #e87b4c transparent transparent transparent;
  }
  .beginner-list .tab li[data-tab="materials"].current:after {
    border-color: #2670af transparent transparent transparent;
  }
  .beginner-list .list-contents {
    background: #fff;
  }
  .list-contents .nav-cat {
    padding: 25px 15px 20px;
    border-bottom: 0 !important;
  }
  .list-contents .nav-cat:not(.active) {
    display: none;
  }
  .list-contents .nav-cat[data-cat="vegetable"] {
    border: 2px solid #71b157;
  }
  .list-contents .nav-cat[data-cat="flower"] {
    border: 2px solid #e87b4c;
  }
  .list-contents .nav-cat[data-cat="materials"] {
    border: 2px solid #2670af;
    padding-bottom: 0;
  }
  .list-contents h3 {
    padding: 0;
    margin: 0 0 18px;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
  }
  .list-contents .nav-cat[data-cat="vegetable"] h3 {
    color: #579f39;
  }
  .list-contents .nav-cat[data-cat="flower"] h3 {
    color: #e6713e;
  }
  .list-contents h3:after {
    display: none;
  }
  .list-contents .nav-cat ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-contents .nav-cat li {
    width: calc((100% - 10px) / 2);
  }
  .list-contents .nav-cat li a {
    display: block;
    border-radius: 5px;
    border: 1px solid #e7e4d9;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 5px;
    text-decoration: none;
  }
  .list-contents .nav-cat li a span {
    font-size: 15px;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li:nth-child(1) span {
    padding: 10px 0 10px 32px;
    background: url(../img/sp/icon_seed_g.png) no-repeat left center / 22px;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li:nth-child(2) span {
    padding: 10px 0 10px 32px;
    background: url(../img/sp/icon_seedling_g.png) no-repeat left center / 19.5px;
  }
  .list-contents .nav-cat[data-cat="vegetable"] li:nth-child(3) span {
    padding: 11px 0 11px 26px;
    background: url(../img/sp/icon_bulb_g.png) no-repeat left center / 17px;
  }
  .list-contents .nav-cat[data-cat="flower"] li:nth-child(1) span {
    padding: 10px 0 10px 32px;
    background: url(../img/sp/icon_seed_o.png) no-repeat left center / 22px;
  }
  .list-contents .nav-cat[data-cat="flower"] li:nth-child(2) span {
    padding: 10px 0 10px 32px;
    background: url(../img/sp/icon_seedling_o.png) no-repeat left center / 19.5px;
  }
  .list-contents .nav-cat[data-cat="flower"] li:nth-child(3) span {
    padding: 11px 0 11px 26px;
    background: url(../img/sp/icon_bulb_o.png) no-repeat left center / 17px;
  }
  .beginner-event-title {
    padding: 0 10px;
    background: #f1e8dd;
  }
  .beginner-event-title h4 {
    padding: 13px 0 12px;
    margin: 0;
    text-align: center;
  }
  .beginner-event-title[data-list-id="vegetable"] h4 {
    background: #d9f0cf;
    border-right: 2px solid #71b157;
    border-left: 2px solid #71b157;
  }
  .beginner-event-title[data-list-id="flower"] h4 {
    background: #f9e0d4;
    border-right: 2px solid #e87b4c;
    border-left: 2px solid #e87b4c;
  }
  .beginner-event-title[data-list-id="materials"] h4 {
    background: #d4e7f8;
    border-right: 2px solid #2670af;
    border-left: 2px solid #2670af;
  }
  .beginner-event-title h4 span {
    font-size: 17px;
  }
  .beginner-event-title.seed h4 span {
    padding: 6px 0 6px 30px;
    background: url(../img/sp/icon_seed.png) no-repeat left center / 22.5px;
  }
  .beginner-event-title.seedling h4 span {
    padding: 6px 0 6px 27px;
    background: url(../img/icon_seedling.png) no-repeat left center / 19.5px;
  }
  .beginner-event-title.bulb h4 span {
    padding: 6px 0 6px 27px;
    background: url(../img/icon_bulb.png) no-repeat left center / 18px;
  }
  .beginner-event-title.materials h4 span {
    padding: 6px 0 6px 25px;
    background: url(../img/icon_materials.png) no-repeat left center / 17px;
  }
  .beginner-event-title:not([data-list-id="vegetable"]),
  .beginner-event-title:not([data-list-id="vegetable"]) + .block-top-event--goods,
  .beginner-special:not([data-special-id="vegetable"]) {
    display: none;
  }
  .beginner-event-title + .block-top-event--goods {
    padding: 0 10px;
    background: #f1e8dd;
  }
  .beginner-event-title + .block-top-event--goods .block-thumbnail-t {
    background: #fff;
    padding: 20px 0 0;
  }
  .beginner-event-title[data-list-id="vegetable"] + .block-top-event--goods .block-thumbnail-t,
  .beginner-event-title[data-list-id="vegetable"] + .block-top-event--goods + .beginner-event-btn ul {
    border-right: 2px solid #71b157;
    border-left: 2px solid #71b157;
  }
  .beginner-event-title[data-list-id="flower"] + .block-top-event--goods .block-thumbnail-t,
  .beginner-event-title[data-list-id="flower"] + .block-top-event--goods + .beginner-event-btn ul {
    border-right: 2px solid #e87b4c;
    border-left: 2px solid #e87b4c;
  }
  .beginner-event-title[data-list-id="materials"] + .block-top-event--goods .block-thumbnail-t,
  .beginner-event-title[data-list-id="materials"] + .block-top-event--goods + .beginner-event-btn ul {
    border-right: 2px solid #2670af;
    border-left: 2px solid #2670af;
  }
  .beginner-event-title + .block-top-event--goods .block-thumbnail-t--goods-image figure::after,
  .beginner-event-title + .block-top-event--goods .block-thumbnail-t .block-icon,
  .beginner-event-title + .block-top-event--goods .variation-name,
  .beginner-event-title + .block-top-event--goods .block-thumbnail-t--price-infos {
    display: none;
  }
  .beginner-event-title + .block-top-event--goods .block-thumbnail-t--goods-name {
    font-weight: normal;
  }
  .beginner-event-title + .block-top-event--goods .block-thumbnail-t--items li {
    padding-bottom: 25px;
  }
  .beginner-event-btn {
    padding: 0 10px;
    background: #f1e8dd;
  }
  .beginner-event-title:not([data-list-id="vegetable"]) + .block-top-event--goods + .beginner-event-btn {
    display: none;
  }
  .beginner-event-btn ul {
    background: #fff;
    padding: 0 0 25px;
  }
  .beginner-event-btn li:not(:last-child) {
    margin: 0 0 10px;
  }
  .beginner-event-btn a,
  .beginner-special-btn {
    display: block;
    width: 69%;
    margin: 0 auto;
    border-radius: 40px;
    background: #4a3f2f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 11px 0;
    box-shadow: 0 3px #eee;
  }
  .beginner-special {
    padding: 0 10px 40px;
    background: #f1e8dd;
  }
  .beginner-special-list {
    border-radius: 0 5px 5px 0;
    border-top: 0 !important;
  }
  .beginner-special[data-special-id="vegetable"] .beginner-special-list {
    border: 2px solid #71b157;
  }
  .beginner-special[data-special-id="flower"] .beginner-special-list {
    border: 2px solid #e87b4c;
  }
  .beginner-special[data-special-id="materials"] .beginner-special-list {
    border: 2px solid #2670af;
  }
  .beginner-special-list h3 {
    padding: 0;
    margin: 0 0 15px;
    text-align: center;;
  }
  .beginner-special-list h3:after {
    display: none;
  }
  .beginner-special-list h3 span {
    position: relative;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 0 25px;
  }
  .beginner-special[data-special-id="vegetable"] .beginner-special-list h3 span {
    color: #579f39;
  }
  .beginner-special[data-special-id="flower"] .beginner-special-list h3 span {
    color: #e6713e;
  }
  .beginner-special[data-special-id="materials"] .beginner-special-list h3 span {
    color: #2670af;
  }
  .beginner-special-list h3 span:before,
  .beginner-special-list h3 span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 2px;
  }
  .beginner-special-list h3 span:after {
    left: auto;
    right: 0;
  }
  .beginner-special[data-special-id="vegetable"] .beginner-special-list h3 span:before,
  .beginner-special[data-special-id="vegetable"] .beginner-special-list h3 span:after {
    background: #71b157;
  }
  .beginner-special[data-special-id="flower"] .beginner-special-list h3 span:before,
  .beginner-special[data-special-id="flower"] .beginner-special-list h3 span:after {
    background: #e87b4c;
  }
  .beginner-special[data-special-id="materials"] .beginner-special-list h3 span:before,
  .beginner-special[data-special-id="materials"] .beginner-special-list h3 span:after {
    background: #2670af;
  }
  .beginner-special-list {
    background: #fff;
    padding: 0 15px 15px;
    border-radius: 0 0 3px 3px;
  }
  .beginner-special .inner {
    padding: 25px 20px 30px;
  }
  .beginner-special[data-special-id="vegetable"] .inner {
    background: #f2fcee;
  }
  .beginner-special[data-special-id="flower"] .inner {
    background: #fff6f2;
  }
  .beginner-special[data-special-id="materials"] .inner {
    background: #eff8ff;
  }
  .beginner-special-list ul {
    margin: 0 0 20px;
  }
  .beginner-special-list li:not(:last-child) {
    margin: 0 0 10px;
  }
  .beginner-special-btn {
    width: 87%;
  }
  .beginner-search {
    background: #f5f5f5;
    padding: 43px 15px 35px;
  }
  .beginner-search h2 {
    padding: 0;
    margin: 0 0 20px;
    background: none;
  }
  .beginner-search h2 img {
    width: 34.4%;
  }
  .beginner-search form {
    position: relative;
    margin: 0 0 15px;
  }
  input.beginner-search-keyword {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 17px;
    padding: 10px 15px 8px;
  }
  .beginner-search-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    padding: 0;
    width: 57.5px;
  }
  .beginner-search-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
  }
  .beginner-search-tag li {
    margin: 0 2.5px 5px;
  }
  .beginner-search-tag li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    background: #f9f9f9;
    padding: 4px 10px 2px;
  }
  .beginner-recommend-title {
    margin: 0 0 20px;
  }
  .beginner-recommend-title h4 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 14px 0 13px;
    margin: 0;
    text-align: center;
    background: #433828;
  }
  .beginner-recommend-title + .block-top-event--goods .block-thumbnail-t--goods-image figure::after,
  .beginner-recommend-title + .block-top-event--goods .block-thumbnail-t .block-icon,
  .beginner-recommend-title + .block-top-event--goods .variation-name,
  .beginner-recommend-title + .block-top-event--goods .block-thumbnail-t--price-infos {
    display: none;
  }
  .beginner-recommend-title + .block-top-event--goods .block-thumbnail-t--goods-name {
    font-weight: normal;
  }
  .beginner-recommend-title + .block-top-event--goods .block-thumbnail-t--items li {
    padding-bottom: 25px;
  }
  #beginner-bottom .thought {
    padding: 40px 25px;
    background: url(../img/sp/bg_thought.jpg) no-repeat right top / cover;
  }
  #beginner-bottom .thought h2 {
    padding: 0;
    margin: 0 0 40px;
    background: none;
  }
  #beginner-bottom .thought h2 img {
    width: 56.935%;
  }
  #beginner-bottom .thought li {
    border-radius: 3px;
    background: rgba(255, 255, 255, .9);
    padding: 15px 15px 20px;
    margin: 0 0 10px;
    text-align: center;
  }
  #beginner-bottom .thought li:last-child {
    margin: 0;
  }
  #beginner-bottom .thought li h3 {
    padding: 0;
    margin: 0 0 10px;
  }
  #beginner-bottom .thought li h3:after {
    display: none;
  }
  #beginner-bottom .thought li:nth-child(1) h3 img {
    width: 57.29%;
  }
  #beginner-bottom .thought li:nth-child(2) h3 img {
    width: 38.14%;
  }
  #beginner-bottom .thought li p {
    font-size: 14px;
  }
}
