/*tx-home-cycle-*/
 .asset_wrapper .home_topic {
    margin-bottom: 100px;
    font-size: 18px;
  }

  .asset_wrapper > div:nth-child(3) > h2 {
    padding-top: 0;
  }

  .asset_wrapper > div:nth-child(3) .twocol h2 {
    font-size: 24px;
  }

  .asset_wrapper > div:nth-child(3) .twocol:first-of-type > div:first-child,
  .asset_wrapper > div:nth-child(3) .twocol:first-of-type > div:nth-child(2) {
    margin-bottom: 50px;
  }

  .asset_wrapper .home_topic span.date {
    min-width: 105px;
  }

  .width_1260 + .top_slider_wrap {
    padding-top: 100px;
  }

  header .header_inner nav {
    border-bottom: none;
  }

  /*JE*/
  .je_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .je_links > div:first-child {
    width: 850px;
    padding-top: 25px;
  }

  .je_links > div:last-child {
    width: calc(100% - 850px);
    padding-left: 25px;
  }

  main .je_links .multicol.twocol > div {
    margin-bottom: 0;
  }

  main .je_links .multicol.twocol > div a {
    text-decoration: none;
  }

  main .je_links .multicol.twocol > div p {
    padding-bottom: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 15px;
  }

  .orederlevel_wrap .modal_content > p {
    padding: 0 4%;
    color: #464749;
  }

  .orederlevel_wrap .modal_content > p:last-child {
    font-weight: bold;
    font-size: 20px;
  }

  .orederlevel_wrap .modal_content > p:last-child span {
    font-weight: normal;
    font-size: 12px;
  }

  .evg-einstein-product-recs .evg-product-details {
    min-height: 1px;
  }

  .evg-product-rec {
    vertical-align: top;
    position: relative;
    display: inline-block;
  }

  .evg-einstein-product-recs
    .evg-product-recs
    .evg-product-rec:first-child::before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    background: #178938;
    color: #fff;
    font-size: 18px;
    width: 32px;
    text-align: center;
    padding: 6px 0;
    font-family: "Montserrat";
    line-height: 1;
    z-index: 5;
  }

  .evg-einstein-product-recs
    .evg-product-recs
    .evg-product-rec:nth-child(2)::before {
    content: "2";
    position: absolute;
    top: 0;
    left: 0;
    background: #178938;
    color: #fff;
    font-size: 18px;
    width: 32px;
    text-align: center;
    padding: 6px 0;
    font-family: "Montserrat";
    line-height: 1;
    z-index: 5;
  }

  .evg-einstein-product-recs
    .evg-product-recs
    .evg-product-rec:nth-child(3)::before {
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    background: #178938;

    color: #fff;
    font-size: 18px;
    width: 32px;
    text-align: center;
    padding: 6px 0;
    font-family: "Montserrat";
    line-height: 1;
    z-index: 5;
  }

  .evg-einstein-product-recs
    .evg-product-recs
    .evg-product-rec:nth-child(4)::before {
    content: "4";
    position: absolute;
    top: 0;
    left: 0;
    background: #178938;
    color: #fff;
    font-size: 18px;
    width: 32px;

    text-align: center;
    padding: 6px 0;
    font-family: "Montserrat";
    line-height: 1;
    z-index: 5;
  }

  .evg-einstein-product-recs
    .evg-product-recs
    .evg-product-rec:nth-child(5)::before {
    content: "5";
    position: absolute;
    top: 0;
    left: 0;
    background: #178938;
    color: #fff;
    font-size: 18px;
    width: 32px;
    text-align: center;
    padding: 6px 0;
    font-family: "Montserrat";
    line-height: 1;
    z-index: 5;
  }

  .icon_wrap {
    position: relative;
    display: block;
  }

  .icon_mv {
    position: absolute;
    top: 0;
    right: 2%;
    z-index: 10;
    padding: 0 !important;
    width: 15% !important;
    max-width: 185px !important;
  }

  .asset_wrapper > div:nth-child(6) > h2 {
    padding-top: 0;
  }

  .montserrat {
    font-family: Montserrat, Arial, sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 1px !important;
  }

  .mv_twocol {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .mv_twocol > div {
    width: 50% !important;

    margin-bottom: 0 !important;
  }

  .banner div[id^="cq_recomm_slot-"]:first-of-type {
    margin: 0 0 50px;
    /*padding-top: 100px;*/
  }

  .banner div[id^="cq_recomm_slot-"]:first-of-type .suggest_area.recent {
    margin-top: 0;
  }

  .top_slider_wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .slick-arrow {
    width: 40px;
    height: 50px;
    /*color: #0c5641;*/
    color: white;

    opacity: 0.7;
  }

  .slick-next {
    position: absolute;
    right: 14%;
    top: 50%;
    z-index: 8;
  }

  .slick-prev {
    position: absolute;
    left: 14%;
    top: 50%;
    z-index: 8;
  }

  .top_mv_slider {
    position: relative;
    margin-bottom: 60px !important;
  }

  .top_mv_elm {
    width: 1260px;
  }

  .top_mv_elm a:hover img {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .slick-slide {
    transition: 0.3s ease;
  }

  .slick-next:before,
  .slick-prev:before {
    display: none;
  }

  .slick-next:hover,
  .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    color: white;
    opacity: 1;
  }

  .slick-dots li button:before {
    font-size: 17px;
    top: 10px;
  }

  .slick-dots {
    bottom: -30px;
  }

  .slick-dots li {
    margin: 0px 7px;
  }

  .slick-dots li button:before {
    opacity: 1;
    color: transparent;
    border-radius: 50%;
    border: 5px solid #ccc;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    content: "";
  }

  .slick-dots li button:hover:before {
    background-color: #869e2c;
    border-color: #869e2c;
  }

  .slick-dots li.slick-active button:before {
    border-color: #0c5641;

    background-color: #0c5641;
    cursor: initial;
  }

  .mv_container {
    margin: 0 auto 100px !important;
  }

  #homepage-slider {
    text-align: center;
  }

  .top_banner {
    margin: 0 auto 100px;
  }

  .mv_wrap {
    position: relative;
    margin: 0 auto;
  }

  .mv_inner {
    position: absolute;
    top: 33%;
    left: 8%;
    text-align: center;
  }

  .mv_wrap .mv_h2 {
    font-size: 40px;
    line-height: 1.1;
    font-family: Times, serif;
    margin-bottom: 10px;
    color: #fff;

    text-shadow: 3px 3px 10px #000;
  }

  .mv_wrap .mv_text {
    font-size: 18px;
    color: #fff;
    text-shadow: 3px 3px 10px #000;
  }

  .mv_wrap .btn_mv {
    font-size: 14px;
    margin-top: 10px;
  }

  .mv_cont:hover {
    color: #464749;
  }

  .pc_hidden {
    display: none !important;
  }

  .sp_hidden {
    display: block !important;
  }

  a.btn_sq {
    border-radius: 3px !important;
  }

  p.btn_mv {
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 3px 20px 4px;
    margin-bottom: 10px;

    margin-left: 13px;
    margin-right: 13px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    transition: background-color 0.3s, box-shadow 0.3s;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }

  /*0415追記*/
  .banner div.top_banner_link {
    margin: 0px auto 100px;
  }

  .top_banner_link .top_banner_ttl {
    margin-bottom: 5px;
    font-size: 30px;
    font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;

    font-weight: 400;
  }

  .top_banner_link .twocol_b {
    max-width: 1290px;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .top_banner_link .twocol_b > div {
    width: 49.3%;
    margin: 0 !important;
    align-self: auto !important;
  }

  .top_banner_link p {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .top_banner_link .twocol_b img {
    margin-bottom: 5px;
  }

  .top_banner_link a.btn_sq {
    margin-bottom: 0;
  }

  .banner div:not(:first-child) {
    margin-top: 40px;
  }

  @media screen and (max-width: 1850px) {
    .slick-next {
      right: 12%;
    }

    .slick-prev {
      left: 12%;
    }
  }

  @media screen and (max-width: 1750px) {
    .slick-next {
      right: 10%;
    }

    .slick-prev {
      left: 10%;
    }
  }

  @media screen and (max-width: 1650px) {
    .slick-next {
      right: 8%;
    }

    .slick-prev {
      left: 8%;
    }
  }

  @media screen and (max-width: 1550px) {
    .slick-next {
      right: 6%;
    }

    .slick-prev {
      left: 6%;
    }
  }

  @media screen and (max-width: 1450px) {
    .slick-next {
      right: 4%;
    }

    .slick-prev {
      left: 4%;
    }
  }

  @media screen and (max-width: 1450px) {
    .slick-next {
      right: 2%;
    }

    .slick-prev {
      left: 2%;
    }
  }

  @media screen and (max-width: 1260px) {
    .top_mv_elm {
      width: 100vw;
    }

    .slick-next {
      right: 10px;
    }

    .slick-prev {
      left: 10px;
    }

    .je_links > div:first-child {
      width: 70%;
    }

    .je_links > div:last-child {
      width: 30%;
    }
  }

  @media screen and (max-width: 767px) {
    .asset_wrapper > div:nth-child(3) .twocol > div {
      width: 49%;
      align-self: flex-start;
    }

    .asset_wrapper > div:nth-child(3) .twocol h2 {
      font-size: 15px;
      padding: 8px 8px 16px;
    }

    .asset_wrapper > div:nth-child(3) .twocol:first-of-type > div:first-child,
    .asset_wrapper > div:nth-child(3) .twocol:first-of-type > div:nth-child(2) {
      margin-bottom: 30px;
      padding-bottom: 0;
    }

    .asset_wrapper > div:nth-child(2) .fourcol > div:first-child,
    .asset_wrapper > div:nth-child(2) .fourcol > div:nth-child(2) {
      margin-bottom: 30px;
    }

    .asset_wrapper .home_topic {
      font-size: 15px;
      margin-bottom: 50px;
    }

    .asset_wrapper .home_topic span.date {
      min-width: 90px;
    }

    .width_1260 + .top_slider_wrap {
      padding-top: 50px;
    }

    /*JE*/
    .je_links > div:first-child {
      width: 100%;
      padding-top: 0;
      margin-bottom: 10px;
    }

    .je_links > div:last-child {
      width: 100%;
      padding-left: 0;
    }

    main .je_links .multicol.twocol > div {
      width: 48%;
      padding-bottom: 0;
    }

    .banner ~ div .recommend {
      padding-top: 0;
    }

    .banner div[id^="cq_recomm_slot-"]:first-of-type {
      padding-top: 0;
    }

    .evg-einstein-product-recs {
      margin-bottom: 15px;
    }

    .icon_mv {
      bottom: 2%;
      width: 21%;
    }

    .mv_container {
      margin: 0 auto 50px !important;
    }

    .top_slider_wrap {
      margin-bottom: 30px;
    }

    .top_mv_elm a:hover img {
      opacity: 1;
    }

    .svg_elm {
      background: none;
    }

    .slick-slide:not(.slick-current) {
      opacity: 1;
    }

    .slick-arrow {
      width: 25px;
    }

    .slick-next {
      right: 0;
      height: 100%;
    }

    .slick-prev {
      left: 0;
      height: 100%;
    }

    .pc_hidden {
      display: block !important;
    }

    .sp_hidden {
      display: none !important;
    }

    .mv_container {
      margin-bottom: 60px;
    }

    .sp_mv {
      text-align: center;
      margin-top: 10px;
    }

    .sp_mv .mv_h2 {
      font-size: 44px;
      line-height: 1;
      font-family: Times, serif;
      padding: 10px 15px 0;
    }

    .sp_mv .sp_mv_text {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .sp_mv .btn_mv {
      width: 95%;
      font-size: 14px;
      margin: 10px auto;
    }

    /*0415追記*/
    .top_banner_link {
      margin: 50px auto 0px;
    }

    .top_banner_link .top_banner_ttl {
      font-size: 28px;
    }

    .top_banner_link .twocol_b {
      margin: 0 auto !important;
    }

    .top_banner_link .twocol_b div {
      width: 100%;
    }

    .top_banner_link p {
      font-size: 15px;
    }

    .top_category_link .multicol.twocol div a.btn_sq {
      margin-bottom: 50px;
    }

    .banner div:not(:first-child) {
      margin-top: 10px;
    }
  }

  @media screen and (min-width: 767px) and (max-width: 768px) {
    h2.mv_h2 {
      font-size: 32px !important;
    }

    p.mv_txt {
      font-size: 16px !important;
    }

    p.btn_mv {
      font-size: 12px !important;
    }
  }

  @media screen and (min-width: 1300px) {
    h2.mv_h2 {
      font-size: 55px !important;
    }

    p.mv_txt {
      font-size: 23px !important;
    }

    p.btn_mv {
      font-size: 14px !important;
    }
  }

  div.spfc_cont {
    margin: 100px auto 0;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    div.spfc_cont {
      padding: 0 15px;
    }
  }

  @media screen and (max-width: 767px) {
    div.spfc_cont {
      width: 96%;
      /*margin-top: 70px;*/
    }

    h2.mv_h2 {
      text-shadow: none;
    }
  }

  .top_category_link {
    margin-top: 0 !important;
    padding: 0 15px;
  }

  div.banner .top_category_link .multicol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .top_category_link .multicol.twocol > div {
    width: 48%;
  }

  .top_category_link .multicol.twocol > div a {
    text-decoration: none;
  }

  .top_category_link .multicol.twocol > div a:hover {
    color: #017501;
  }

  .top_category_link .multicol.twocol > div span {
    display: block;
    font-size: 32px;
    margin: 0;
    padding: 15px 0;
    font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;

    font-weight: 400;
    text-decoration: none;
  }

  .top_category_link h2 {
    font-size: 38px;
    margin: 0 0 30px;
    font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 400;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    .top_category_link {
      margin: 0 2% !important;
      padding: 0;
    }

    .top_category_link h2 {
      margin-bottom: 20px;
    }

    .top_category_link .multicol.twocol > div {
      width: 100%;
    }

    .top_category_link .multicol.fourcol > div:nth-child(-n + 2) {
      margin-bottom: 15px;
    }

    .top_category_link .multicol.twocol > div span {
      font-size: 30px;
    }
  }

  .orderlevel {
    max-width: 1260px;
    margin: 50px auto 0;
    text-align: center;
  }

  .orderlevel img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .orderlevel p {
    margin-bottom: 5px;

    font-size: 16px;

    text-align: center;
  }

  .orderlevel + div {
    max-width: 1260px;
    font-size: 16px;
    margin: 0 auto 50px;
    padding: 0 10px;
    text-align: center;
  }

  .orderlevel + div p {
    padding-top: 15px;
  }

  .orderlevel_text .js-modal-open {
    text-decoration: underline;
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .orderlevel {
      margin-top: 0;
    }

    .orderlevel + div p {
      font-size: 15px;
    }
  }

  #catalog .bandle.onecol {
    position: relative;
    padding-top: 130px;
  }

  .backnumber {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 435px;
    height: 45px;
    z-index: 5;
    cursor: pointer;
  }

  .backnumber a {
    display: block;
    width: 435px;
    height: 45px;
  }

  .width_1260 {
    margin: 0 auto;
    text-align: center;
  }

  .width_1260 h2 {
    font-size: 32px;
    margin: 0;
    padding: 0 0 10px;

    font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 400;
    line-height: 1.2;
  }

  span.cross_x {
    font-size: smaller;
    padding: 0 15px 0;
    margin: 0;
    font-family: meiryo;
  }

  .bandle_wrap .btn_onecol_block {
    margin: 0;
    padding: 10px 0 0;
  }

  .gothic {
    display: inline !important;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W6" !important;
  }

  .asset_wrapper {
    margin: 0 2%;
  }

  div.bandle_wrap .thumbnail_label_new {
    margin: 0 auto;
    padding: 5px 14px 3px;
    box-sizing: border-box;
    width: 70px;

    color: #fff;
    background-color: #7b916e;
    font-size: 15px;

    font-weight: bold;
    border: 1px solid #7b916e;
    text-align: center;
  }

  .banner {
    padding: 0;
  }

  .container.banner {
    margin-top: 0;
  }

  .banner div:not(:first-child) {
    margin-top: 0;
  }

  .banner div.home_ld {
    width: 100%;
    align-items: flex-start;
    max-width: 1600px;
  }

  .banner div.home_ld.sp_hidden {
    max-height: 463px;
    display: flex;

    margin: 80px auto 0;
  }

  .banner div.home_ld.pc_hidden img {
    width: 100%;
  }

  .banner div.home_ld.sp_hidden img {
    height: 100%;
    transition: all 0.3s ease;
  }

  .banner div.home_ld.sp_hidden img:hover {
    width: 98%;
    opacity: 0.8;
  }

  .multicol.twocol {
    margin: 0 auto;
  }

  .multicol.twocol div:not(.btn_wrap) {
    margin: 0 0 100px;
  }
  div#active-collection {
    padding-bottom: 50px;
  }
  div#active-collection .multicol.twocol div:not(.btn_wrap) {
    margin: 0 0 50px;
    padding: 0;
  }

  .multicol.fourcol div {
    width: 24%;
    align-self: flex-start;
  }

  .multicol.fourcol .btn_wrap,
  .multicol.threecol .btn_wrap {
    width: 100%;
    padding-top: 15px;
  }

  .multicol.fourcol .btn_wrap .btn_sq,
  .multicol.threecol .btn_wrap .btn_sq {
    width: 200px;
  }

  a.btn_sq.auto {
    width: auto !important;
  }

  .multicol.threecol div {
    width: 32%;
  }

  .multicol.twocol div.pc_hidden {
    margin: 0;
  }

  .banner div:not(:first-child).hometile {
    margin-top: 0 !important;
  }

  .multicol.twocol div {
    margin-top: 0;
  }

  .bandle.onecol {
    max-width: 1260px;
    margin: 0 auto 100px;
  }

  .bandle h2,
  .bandle_wrap h2 {
    position: relative;
    font-size: 32px;
    margin: 0;
    padding: 20px 0 10px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
  }

  .bandle_wrap > h2 {
    padding-bottom: 25px;
  }

  .bandle h3,
  .bandle_wrap h3 {
    position: relative;
    font-size: 26px;
    margin: 0;
    padding: 20px 0 10px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
  }

  .bandle.onecol h3 {
    font-size: 32px;
  }

  .bandle h3 span,
  .bandle_wrap h3 span {
    font-size: 24px;
  }

  .bandle img + h2,
  .bandle_wrap img + h2 {
    padding: 10px 0 15px;
  }

  .converse h2 {
    display: inline-block;
  }

  .bandle h2 a,
  .bandle_wrap h2 a {
    text-decoration: none;
  }

  .bandle h2 a:hover,
  .bandle_wrap h2 a:hover {
    border-bottom: 1px solid #178938;
  }

  .onecol h2 {
    padding: 20px 0 10px;
  }

  .onecol .multicol {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bandle .icon_tm {
    font-size: 11px;
    top: -10px;
  }

  .bandle h2 span,
  .bandle_wrap h2 span {
    padding: 5px 0;
    font-size: 24px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }

  .asset_wrapper > div:nth-child(7) h2 span {
    display: block;
    font-size: 26px;
    padding-top: 10px;
    font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
      "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 400;
  }

  .bandle p,
  .bandle_wrap p {
    padding: 0px 2% 20px;
    font-size: 15px;
    max-width: 1170px;
    margin: 0 auto;
  }

  .text_wrapper {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    align-self: center;
  }

  .text_wrapper p.red {
    font-size: 20px;
    padding-top: 15px;
    color: red;
    font-weight: bold;
  }

  .text_wrapper .multicol {
    display: block;
  }

  .banner .multicol .text_wrapper img {
    width: auto;
  }

  .banner .multicol .text_wrapper div {
    margin-bottom: 0;
  }

  div.bandle {
    text-align: center;
  }

  div.bandle div.inner_text {
    margin-top: 0;
  }

  .bandle.onecol + .bandle.onecol {
    margin-top: 100px;
  }

  div.bandle div.confort_text {
    margin-top: 20px;
  }

  div.bandle div.confort_text p {
    width: 100%;

    max-width: none;
  }

  a.btn_sq {
    width: 200px;

    margin: 0 20px 10px;
  }

  a.btn_sq.btn_block {
    display: block;
    margin: 0 auto 10px;
  }

  a.btn_sq.btn_block:last-child {
    margin-bottom: 0;
  }

  .container.banner div.promotion {
    max-width: 1260px;
    margin: 0 auto 100px;
  }

  .banner div.text_wrapper div.oncol_text {
    margin-top: 0;
  }

  div.bundle_fourcol .multicol,
  div.bundle_threecol .multicol {
    margin: 0 auto 100px;
  }

  .fourcol > div a,
  .threecol > div a {
    width: auto;
    text-decoration: none;
  }

  .fourcol > div:hover span:not(.small) {
    border-bottom: 1px solid #178938;
  }

  .bundle_fourcol,
  .bundle_threecol {
    margin-bottom: 100px;
    text-align: center;
  }

  .bundle_fourcol .threecol > div:first-child,
  .bundle_fourcol .threecol > div:nth-child(2),
  .bundle_fourcol .threecol > div:nth-child(3) {
    margin-bottom: 50px;
  }

  .bundle_fourcol .fourcol > div.video_thum {
    margin-bottom: 0;
  }

  .bundle_fourcol .fourcol > div.video_thum div {
    position: relative;
    width: 100%;
  }

  .multicol .icon_pray {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 5;
    width: 30%;
    opacity: 0.6;
  }

  .bundle_fourcol > div:first-child > div {
    align-self: flex-start;
  }

  .bundle_fourcol h2,
  .bundle_threecol h2 {
    font-size: 32px;
    margin: 0;
    padding: 0 0 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .bundle_fourcol h2 span {
    display: inline-block;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }

  .bundle_fourcol h2.features span {
    font-size: 14px;
  }

  .bundle_fourcol h2.features span:before {
    position: absolute;
    top: -3px;
    left: -15px;
    content: "\f105";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
  }

  .bundle_fourcol h3,
  .bundle_threecol h3 {
    font-size: 18px;
    margin: 0;
  }

  .bundle_fourcol h3,
  .bundle_threecol p {
    padding: 15px 0;
    font-size: 15px;
  }

  .bundle_fourcol .features p {
    padding: 8px 0 20px;
    font-size: 18px;
  }

  .bundle_threecol p {
    padding: 15px 0;
  }

  .bundle_bottom p.fourcol_text {
    font-size: 17px;
    font-weight: bold;
  }

  .bundle_fourcol span,
  .bundle_threecol span {
    font-size: 20px;
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    word-break: break-word;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .bundle_fourcol span span {
    font-size: 18px;
  }

  .bundle_fourcol span.small {
    font-size: 16px;
  }

  .promotion img:hover {
    opacity: 0.8;
  }

  .promotion img,
  .bandle_wrap img,
  .bundle_fourcol img {
    transition: all 0.3s;
  }

  .bandle_wrap .multicol.bandle_onecol,
  .bandle_wrap .multicol.bandle_twocol {
    margin: 0;
  }

  .bandle_wrap .multicol.bandle_twocol > div {
    width: 50%;
    align-self: center;
    margin-bottom: 0;
  }

  main .icon_wrap .icon_mv img:hover {
    opacity: 1;
  }

  main .icon_wrap a:hover .icon_mv img {
    opacity: 0.8 !important;
  }

  video {
    width: 100%;
  }

  .modal-video-close-btn {
    right: 0;
  }

  @media screen and (max-width: 1250px) {
    .bandle_wrap h2 span.pea {
      margin-left: 10px;
    }
  }

  @media screen and (max-width: 767px) {
    #catalog .bandle.onecol {
      padding-top: 0;
    }

    a.btn_sq:hover {
      background-color: #fff !important;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) !important;
    }

    .backnumber {
      width: 180px;
      height: 25px;
    }

    .backnumber a {
      width: 180px;
      height: 25px;
    }

    .width_1260 h2 {
      font-size: 25px;
      line-height: 1.3;
      padding: 0 0 5px;
    }

    .bandle_wrap > .pc_hidden {
      padding-bottom: 0;
    }

    .bandle_wrap h2 span.pea {
      position: static;
      display: block;
      width: 158px;
      margin: 5px auto;
    }

    .banner .multicol .text_wrapper img {
      padding-top: 20px;
    }

    .text_wrapper .multicol {
      display: flex;
    }

    .asset_wrapper {
      margin: 0;
    }

    .asset_wrapper > div:nth-child(4) {
      padding: 0;
    }

    div.bandle_wrap + div.bandle_wrap {
      margin-top: 50px;
    }

    div.onecol_wrap {
      margin-bottom: 50px !important;
    }

    .multicol.twocol div {
      align-self: center;
      margin: 0;
    }

    .multicol.twocol div:not(.btn_wrap) {
      margin: 0;
    }

    div.bundle_fourcol,
    div.bundle_threecol {
      margin-bottom: 70px;
    }

    .multicol.threecol div {
      width: 49%;
      margin-bottom: 10px;
    }

    .multicol.threecol div:nth-child(3) {
      margin: auto;
    }

    .bundle_fourcol .multicol.fourcol > div {
      align-self: flex-start;
    }

    .fourcol > div:hover span {
      border-bottom: none;
    }

    .banner div.home_ld.sp_hidden {
      display: none;
    }

    div.bandle {
      margin: 0 0 70px !important;
    }

    div.bandle div.inner_text {
      position: static;
      top: auto;
      right: auto;
      width: 100%;
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }

    .bandle h2,
    .bandle_wrap h2 {
      font-size: 25px;
      line-height: 1.3;
      padding: 15px 0;
    }

    .bandle h2 a:hover,
    .bandle_wrap h2 a:hover {
      border-bottom: none;
    }

    .bandle h3,
    .bandle_wrap h3 {
      font-size: 23px;
      line-height: 1.3;
      padding: 15px 0 10px;
    }

    #active-collection h3 {
      padding-bottom: 0;
    }

    .bandle.onecol h3 {
      font-size: 25px;
    }

    .bandle h3 span,
    .bandle_wrap h3 span {
      font-size: 20px;
    }

    .bandle h2 span,
    .bandle_wrap h2 span {
      padding: 0;
    }

    .bandle p,
    .bandle_wrap p {
      padding: 0px 3% 20px;
    }

    .bundle_fourcol .features h3 {
      padding: 8px 8px 16px;
      font-size: 15px;
    }

    .bundle_fourcol .features h3 span {
      font-size: 15px;
    }

    main a.btn_sq {
      width: 100%;
      max-width: none;
      margin-right: 0;
      margin-left: 0;
      padding: 6px 15px 4px;
      font-size: 16px;
    }

    .multicol.fourcol .btn_wrap .btn_sq,
    .multicol.threecol .btn_wrap .btn_sq {
      width: 100%;
    }

    a.btn_sq.auto {
      width: 100% !important;
    }

    .banner div:not(:first-child).hometile {
      margin-top: 0 !important;
    }

    .btn_sq.btn_block:last-child {
      margin-bottom: 0;
    }

    .container.banner div.promotion {
      margin: 0 2% 50px;
    }

    .multicol.fourcol div {
      width: 49%;
    }

    .fourcol > div:hover span:not(.small) {
      border-bottom: none;
    }

    div.bundle_fourcol .multicol,
    div.bundle_threecol .multicol {
      margin: 0 2% 50px;
    }

    .bundle_bottom .multicol.fourcol div a.btn_sq {
      width: 150px;
    }

    .promotion img:hover {
      opacity: 1;
    }

    .bundle_bottom .multicol.fourcol div {
      width: 49%;
      align-self: flex-start;
      margin-bottom: 30px;
    }

    .bundle_bottom .multicol.fourcol div:first-of-type {
      align-self: center;
      padding-bottom: 15px;
      width: 100%;
    }

    .bundle_bottom .multicol.fourcol div:first-of-type,
    .bundle_bottom .multicol.fourcol div:nth-of-type(2) {
      margin-bottom: 10px;
    }

    .bundle_bottom .multicol.fourcol div:nth-of-type(3),
    .bundle_bottom .multicol.fourcol div:nth-of-type(4) {
      margin-bottom: 2%;
    }

    .bundle_bottom .multicol.fourcol div:nth-of-type(4) {
      margin: auto;
    }

    .bundle_bottom p {
      text-align: center;
    }

    .bundle_fourcol span,
    .bundle_threecol span {
      display: block;
      font-size: 13px;
      margin-bottom: 0;
      padding: 0;
    }

    /*What's Trending*/
    .asset_wrapper > div.bundle_fourcol:first-child:not(#featuredvideo) p,
    .asset_wrapper > div.bundle_fourcol:first-child:not(#featuredvideo) p span {
      font-size: 15px;
    }

    .bundle_fourcol span span {
      display: inline;
      font-size: 13px;
      padding: 0;
      margin: 0;
    }

    .bundle_fourcol h2,
    .bundle_threecol h2 {
      font-size: 25px;
      line-height: 1.3;
      padding: 0 0 15px;
    }

    .bundle_bottom p.fourcol_text {
      font-size: 13px;
      text-align: center;
    }

    .bundle_bottom.bundle_fourcol h2 {
      padding-bottom: 5px;
    }

    .bundle_fourcol h3,
    .bundle_threecol p {
      padding: 8px 8px 12px;
      font-size: 13px;
    }
  }

  /*キーワード部分スライダー*/
  .keyword_slider_wrap {
  	max-width: 1260px;
  	margin: 0 auto;
  	overflow: hidden;
  }

  .keyword_slider {
  	margin: 0 0 100px;
  	padding: 10px 40px;

  	border: 1px solid #869e2c;
  	border-radius: 5px;

  }

  .keyword_slider div.slick-slide {
  	position: relative;
  	padding: 0 20px;
  	font-size: 16px;

  	color: #0c5641;
  }

  .keyword_slider div.slick-slide:before {
  	content: "";
  	position: absolute;

  	top: 50%;
  	left: 0;
  	width: 1px;
  	height: 20px;
  	background: #0c5641;
  	transform: translateY(-50%);
      -webkit- transform: translateY(-50%);
  }

  .keyword_slider div.slick-current:before {
  	display: none;
  }
  /*
  .keyword_slider .slick-cloned:first-of-type:before,
  .keyword_slider .slick-list:before {
  	display: none;
  }*/

  .keyword_slider div a {
  	color: #0c5641;
  }

  .keyword-arrow {
  	color: #869e2c;
  }

  .keyword_slider .slick-next:hover,
  .keyword_slider .slick-next:focus,
  .keyword_slider .slick-prev:hover,
  .keyword_slider .slick-prev:focus {

  	color: #869e2c;
  }

  .keyword-arrow.slick-prev {
  	left: 10px;
  }

  .keyword-arrow.slick-next {
  	right: 10px;
  }

  @media screen and (max-width: 1260px) {
  	.keyword_slider_wrap {
  		margin: 0 2%;

  	}
  }
  @media screen and (max-width: 767px) {
  	.keyword_slider_wrap {
  		margin: 0 4%;
  	}

      .keyword_slider_wrap + div {
          padding-top: 50px;
      }
  	.keyword_slider {
  		margin: 0 0 50px;
  		padding: 10px 20px 10px 15px;
  	}
  	.keyword_slider div.slick-slide {
  		padding: 0 15px;
  		font-size: 15px;
  	}
  	.keyword_slider .slick-cloned:nth-of-type(2):before {
  		display: none;
  	}
  	.keyword-arrow.slick-prev {
  		left: 3px;

  		width: 12px;
  	}
  	.keyword-arrow.slick-next {
  		right: 3px;
  		width: 12px;

  	}
  }

  div#tiles div > a:hover img {
    transform: scale(1.1);
    transition: 0.8s;
  }

  #tiles div > a {
    display: block;
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {
    div#tiles div > a:hover img {
      transform: scale(1);
      transition: 0.8s;
    }
  }

  div#tiles div > a:hover img {
    transform: scale(1.1);
    transition: 0.8s;
  }

  #tiles div > a {
    display: block;
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {
    div#tiles div > a:hover img {
      transform: scale(1);
      transition: 0.8s;
    }
  }

/*tx-home-event-asset3*/
#features {
  padding-top: 50px;
}
.video_thum {
  cursor: pointer;
}
.video_thum p {
  text-align: left;
  font-family: "メイリオ";
  line-height: 1.5;
  padding-top: 5px;
  font-weight: normal;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bundle_fourcol h4.meiryo {
  font-family: "メイリオ" !important;
  font-size: 28px;
}
#featuredvideo.bundle_fourcol h4 span,
#catsrc .bundle_fourcol h4 span,
h2.suggest_area_title {
  font-size: 22px;
  font-weight: normal;
}

#featuredvideo.bundle_fourcol h4 span:before,
#catsrc .bundle_fourcol h4 span:before {
  display: none;
}
/*.container + .category_area dl:nth-child(9), .container + .category_area dl:last-child {
    display: none;
}*/
main > .category_area dl:nth-child(9),
main > .category_area dl:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  #features {
    padding-top: 0;
  }
  .video_thum p {
    padding: 7px 0 12px;
    font-size: 12px;
  }
  .asset_wrapper > div:first-child .fourcol > div.video_thum:first-child,
  .asset_wrapper > div:first-child .fourcol > div.video_thum:nth-child(2) {
    margin-bottom: 0;
  }
  .modal-video-close-btn {
    right: 0 !important;
  }
  .multicol.fourcol.width_1260.features {
    margin: 0 0 50px;
  }
}

/*Staff Styling*/
.stp-secTitle {
  display: none;
}

section#stpStyling {
  margin-top: 0;
  margin-bottom: 10px;
}

.stp .stp-styleList a {
  display: block;
}

.stp .stp-styleList a img {
  vertical-align: bottom;
}

.stp .stp-styleList p.stp-styleList-image {
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.stp .stp-styleList p.stp-styleList-image a img {
  transition: 1s;
}

.stp .stp-styleList p.stp-styleList-image a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.stp .stp-styleList p.stp-styleList-image a {
  line-height: 0;
}

.stp-styleList li .stp-styleList-details {
  margin-top: 0;
  padding: 10px 0 0;
}

.stp-styleList.col5f li {
  padding-top: 0;
}

.stp-moreBtn {
  margin: 0 15px;
  position: relative;
}
.stp-moreBtn a {
  position: absolute;
  right: 0;
  z-index: 2;
}
span.stp-arrow-right {
  margin-left: 10px;
}

.styleplus_tag .stp-moreBtn {
  display: none;
}

.stp .stp-styleList .stp-styleList-new {
  background: #869e2c;
  height: 20px;
  line-height: 1;
  padding: 4px 15px 0;
  font-size: 12px;
  font-family: arial;
  width: auto;
}

.stp-styleList-details > a,
p.stp-styleList-details a,
p.stp-staffName a,
.stp-staffImg a,
.stp-staffLink:nth-child(3) > a:first-child {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: black;
}
.container + .category_area dl:nth-child(9),
.container + .category_area dl:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  #stpStyling {
    margin: 0;
  }

  .stp .stp-styleList {
    justify-content: space-between;
  }

  .stp .stp-styleList.col4f li,
  .stp .stp-styleList.col5f li {
    width: 49%;
    padding-right: 0;
    padding-left: 0;
  }

  .stp .stp-styleList p.stp-styleList-image a:hover img {
    transform: scale(1);
  }

  .stp .stp-styleList:after {
    display: none;
  }

  .stp-moreBtn {
    margin: 0 0 100px;
  }

  .stp-moreBtn a {
    font-size: 12px;
  }
}
.feature_img img,
.outside img,
.ownlyUgcsetPostPhoto img {
  transition: all 0.3s;
}

.ttl_ownly {
  font-size: 32px;
  margin: 0;
  padding: 50px 0 20px;
  font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-weight: 400;
  text-align: center;
}

#ownlyUgcWidget_13668_1612760461015,
#ownlyUgcWidget_13668_1612760647839 {
  max-width: 790px;
  margin: 0 auto;
}

#ownlyUgcWidget_13668_1612760461015 div,
#ownlyUgcWidget_13668_1612760647839 div {
  margin-top: 0 !important;
}

.ownlyUgcsetPostPhoto img {
  max-width: none;
}

.ownlyUgcWidget_block div.ownlyUgcPagination a.ugcPaging {
  width: 200px;
  margin: 0 auto 20px;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 3px 20px 4px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 30%);

  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.pc_hidden {
  display: none;
}

.sp_hidden {
  display: block;
}

.sale_icon img:hover,
.banner div a > img:hover,
.bandle.onecol img:hover,
.mv_container img:hover {
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

div.banner div.spfc_cont {
  margin-top: 100px;
  text-align: center;
}

.multicol {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;
  margin: 40px 2% 0;
  padding: 0;
}

.banner .multicol div:not(:first-child) {
  margin-top: 0px;
}

.twocol > div {
  width: 48%;
  text-align: center;
}

.fa-caret-right:before {
  font-weight: bold;
}

.sub_ttl_feature span {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .display_table {
    display: table-cell;
  }

  .banner div a > img:hover {
    opacity: 1;
  }
}

.banner div.hometile {
  margin-top: 150px;
  text-align: center;
}

.multicol.twocol.width_1260.hometile {
  margin-top: 80px;
}

.hometile h4 {
  font-size: 32px;
  margin: 0;
  padding: 22px 0 8px;
  font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-weight: 400;
}

.hometile h4 > b {
  font-size: 22px;
  display: block;
  padding-bottom: 10px;
}

.hometile h4 > span {
  font-size: 15px;
  display: block;
}

.hometile p {
  padding: 0px 5% 20px;

  font-size: 15px;
  max-width: 980px;
  margin: 0 auto;
}

a.btn_sq {
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 3px 20px 4px;
  margin-bottom: 10px;
  margin-left: 13px;
  margin-right: 13px;

  text-decoration: none;
  display: inline-block;

  border-radius: 5px;
  transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

a.btn_sq:hover {
  background-color: #eee;
  box-shadow: none;
}

.photocon {
  margin: 120px 0;
}

.store_hours {
  margin-left: 90px;
}

.feature .feature_box div .feature_title {
  font-size: 18px;
  padding-top: 8px;
}

.feature .feature_box div .feature_description {
  margin-top: 10px;
  font-size: 15px;
  width: 86%;
  margin-left: 7%;
}

.sub_ttl_feature {
  position: relative;
  padding: 0 30px;
  font-size: 32px !important;
  margin-bottom: 10px;
  font-family: Times, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-weight: 400;
}

.sub_ttl_feature span {
  position: relative;
}

.sub_ttl_feature span:before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: -30px;
  width: 20px;
  height: 1px;
  background: #000;
}

.sub_ttl_feature span:after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: -30px;
  width: 20px;
  height: 1px;
  background: #000;
}

@media screen and (min-width: 1260px) {
  .multicol {
    margin: 80px auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature .feature_box {
    max-width: 600px;
    width: calc(50% - 30px);
    text-align: center;
  }

  .multicol.ft_tiles {
    padding: 40px 15px 80px;
  }
}

@media screen and (max-width: 950px) {
  .sub_ttl_feature {
    padding: 0;
  }

  .sub_ttl_feature:before,
  .sub_ttl_feature:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .table-cell {
    display: table-cell;
  }

  .ttl_ownly {
    padding-top: 30px;
  }

  .ownlyUgcWidget_block .ownlyUgc .ownlyUgcsetPost {
    padding: 0;
  }

  div#ownlyUgcModalBlind {
    z-index: 1001 !important;
  }

  .ownlyUgcModalContents,
  button#ownlyUgcModalClose,
  button#ownlyUgcModalClose::before {
    z-index: 1010 !important;
  }

  .ownlyUgc {
    text-align: center;
  }

  .ownlyUgcWidget_block div.ownlyUgcPagination a.ugcPaging {
    margin: 20px auto;
  }

  .table_cell {
    display: table-cell;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  div.banner div.spfc_cont {
    margin-top: 70px;
  }

  .multicol {
    padding: 0;
  }

  .twocol > div {
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
  }

  .hometile h4 {
    font-size: 30px;
  }

  .ft_tiles > div {
    min-width: 150px;
    margin: 0 5px 25px;
  }

  .photocon {
    padding: 0;
    margin: 0;
  }

  .multicol.twocol.width_1260.hometile.features h3 {
    margin-right: 0;
    margin-left: 0;
  }

  .multicol.twocol.width_1260.hometile.bao.features > div.feature_img {
    padding-bottom: 0;
  }

  .store_hours {
    margin-left: 80px;
  }

  .sub_ttl_feature {
    font-size: 28px !important;
    margin-right: 0;
    margin-left: 0;
  }

  .multicol.twocol.width_1260.hometile.features p {
    margin-right: 0;
    margin-left: 0;
  }

  div.banner div.bandle_wrap {
    margin: 0 2%;
  }

  .features {
    margin-bottom: 50px;
  }

  .sp_btn_wide {
    width: 200px;
    display: block !important;
    margin: 0 auto 10px !important;
  }

  .explore_logo {
    width: 90%;
    padding-bottom: 20px;
  }

  .explore_logo img {
    padding-bottom: 0;
  }

  .sale_icon img:hover,
  .banner div a > img:hover,
  .bandle.onecol img:hover,
  .mv_container img:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
}

main {
  padding-top: 0;
}

.inactive_link {
  display: none;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 20px;
  }
}

.multicol.twocol.width_1260.hometile.bao {
  max-width: 1260px;
  margin-bottom: 100px;
  background-color: #fcfcfc;
}

.multicol.twocol.width_1260.hometile.bao > div {
  align-self: center;
  margin: 20px 1% 0;
  padding-bottom: 0;
}

.bao h3 {
  margin: 0 5% 5px;
  font-size: 21px;
}

.bao p {
  padding-bottom: 10px;
  font-size: 16px;
}

@media screen and (min-width: 1100px) {
  .multicol.twocol.width_1260.hometile.bao > div {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .multicol.twocol.width_1260.hometile.bao {
    border-right: none;
    background-color: transparent;
  }

  .multicol.twocol.width_1260.hometile.bao > div:first-child {
    margin: 0;
    padding-bottom: 30px;
  }

  .multicol.twocol.width_1260.hometile.bao > div.feature_img {
    padding-bottom: 0;
  }
}

/* プロモ下レコメンド用style */
.banner .product-swatches div:not(:first-child),
.banner .suggest_item div:not(:first-child),
.banner .suggest_area_inner.tiles-container div:not(:first-child),
.banner .suggest_area div:not(:first-child) {
  margin-top: 0;
}

.banner .item_thumbnail_rating div img {
  width: auto;
}

.banner .suggest_item div a > img:hover {
  opacity: 1;
}

.suggest_area_inner .item_thumbnail_price {
  display: none;
}

/* .recommend {
        display: none;

    } */

/*upper recommend area
    .banner .recommend {
        display: block;
    }*/

/*lower recommend area*/
.banner ~ div .recommend {
  display: block;
}

#news {
  margin-bottom: 100px;
}
.outside.twocol > div {
  align-self: center;
}

.banner div:not(:first-child).hometile,
.banner div:not(:first-child).home_topic {
  margin-top: 150px;
}

.hometile p {
  padding: 0px 5% 20px;
  font-size: 15px;
  max-width: 980px;
  margin: 0 auto;
}

/*----------topic------------*/
.home_topic {
  text-align: center;
  padding: 50px 0 0;
}

.home_topic h2 {
  margin: 0 0 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c5641;
  position: relative;
  font-size: 26px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}

.home_topic span.date {
  display: inline-block;
  margin-right: 15px;
  min-width: 75px;
  vertical-align: top;
}

.home_topic span.date + span {
  display: inline-block;
}

.news_list_link {
  display: inline-block;
  margin-left: 25px;
  font-size: 14px;
  position: absolute;
  top: 15px;
  font-weight: normal;
  text-decoration: none;
}

.news_list_link::before {
  padding-right: 5px;
}

.explore_logo {
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 0;
}

.multicol.twocol.hometile.outside {
  margin-bottom: 100px;
}

/*-----------FT-TILES--------------*/

.ft_tiles img {
  width: 100%;
  padding-bottom: 10px;
  max-width: 250px;
}

.ft_tiles > div {
  width: 18%;
  text-align: center;
}

.ft_tiles > div span {
  font-size: 15px;
  display: block;
}

.ft_tiles img {
  transition: opacity 0.3s;
}

.ft_tiles img:hover {
  opacity: 0.8;
}

/*Outside*/
.multicol.twocol.outside div {
  margin: 0;
}

.multicol.twocol.hometile.outside {
  max-width: 1260px;
  border: 10px solid #efefef;
}

.outside {
  padding: 25px 15px 5px;
}

.outside div:first-child {
  padding: 10px;
}

.outside h3 {
  font-size: 21px;
}

.outside img {
  padding: 0 0 30px;
}

.outside div:nth-child(2) {
  padding: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .home_topic ul {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
  }

  .home_topic ul li {
    padding-bottom: 5px;
  }

  div#mail_news.active {
    border: 1px solid #869e2c;
    padding: 15px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }

  div#mail_news {
    transition: background-color 1.5s, box-shadow 1.5s;
  }
}
@media screen and (max-width: 767px) {
  .multicol.twocol.outside > div:first-child {
    margin: 0;
    padding-bottom: 30px;
  }

  .multicol.twocol.outside div a.btn_sq {
    margin-bottom: 0;
  }

  .banner div:not(:first-child).hometile,
  .banner div:not(:first-child).home_topic {
    margin-top: 50px;
  }
  .outside div:first-child {
    padding: 0;
  }

  .outside img {
    padding: 10px 0 0;
  }
  .multicol.ft_tiles {
    margin-top: 0 !important;
    padding: 0 0 80px;
    padding: 40px 15px 80px;
    justify-content: space-evenly;
  }

  .home_topic {
    padding-top: 0; /*70px;*/
  }
  .home_topic ul {
    padding: 0 4%;
  }
  .home_topic li {
    display: table;
    padding: 0 0 10px;
    text-align: left;
  }

  .home_topic li a {
    display: table-cell;
  }

  .home_topic span.date {
    margin-right: 5px;
  }

  .home_topic span.date + span {
    display: table-cell;
  }

  .multicol.twocol.hometile.outside {
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 50px;
    padding: 10px;
  }

  .multicol.twocol.hometile.outside p {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .explore_logo {
    width: 90%;
    padding-bottom: 20px;
  }

  .explore_logo img {
    padding-bottom: 0;
  }

  .ft_tiles > div {
    min-width: 150px;
    margin: 0 5px 25px;
  }
}
