.main {
  background: #fff; }
  @media screen and (max-width: 999px) {
    .main ._heroSection > ._bg {
      display: none; } }
  @media screen and (min-width: 1000px), print {
    .main ._heroSection > ._bg {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      min-width: 1600px;
      width: 100%;
      margin: auto;
      pointer-events: none;
      z-index: 0; }
      .main ._heroSection > ._bg > ._left {
        top: -30px;
        left: 0;
        position: absolute;
        z-index: -1; }
      .main ._heroSection > ._bg > ._right {
        top: 30px;
        position: absolute;
        right: 0;
        z-index: -1; } }
  @media screen and (max-width: 999px) {
    .main ._heroSection {
      padding-bottom: 50px;
      margin-bottom: 50px; } }
  .main ._heroSection ._hero {
    position: relative;
    z-index: 0;
    width: 100%; }
    .main ._heroSection ._hero::before {
      content: '';
      display: block;
      width: 100%;
      background-repeat: repeat-x;
      background-image: url("../../common/img/bg/yama_white.png");
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      pointer-events: none; }
      @media screen and (min-width: 1000px), print {
        .main ._heroSection ._hero::before {
          height: 140px;
          background-size: auto;
          background-position: center; } }
      @media screen and (max-width: 999px) {
        .main ._heroSection ._hero::before {
          height: 30px;
          background-size: contain;
          background-position: bottom center; } }
    .main ._heroSection ._hero::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url("../img/hero/catch.webp") 50% 50%/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      transition: 0.3s opacity; }
    .main ._heroSection ._hero.hide-copy::after {
      opacity: 0; }
    @media screen and (min-width: 1000px), print {
      .main ._heroSection ._hero {
        height: 980px; } }
    .main ._heroSection ._hero .slick-slider {
      margin: 0; }
    @media screen and (max-width: 999px) {
      .main ._heroSection ._hero .slick-slide {
        width: 100vw;
        min-width: 500px; } }
  .main ._heroSection ._arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    .main ._heroSection ._arrows .slick-arrow {
      transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 64px;
      height: 64px;
      z-index: 1; }
      .main ._heroSection ._arrows .slick-arrow:hover {
        opacity: 0.7; }
      .main ._heroSection ._arrows .slick-arrow::after {
        content: '';
        display: block;
        background-image: url("../img/hero/arrow.png");
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 100%; }
      .main ._heroSection ._arrows .slick-arrow::before {
        content: none; }
      .main ._heroSection ._arrows .slick-arrow.slick-prev {
        left: 20px; }
        .main ._heroSection ._arrows .slick-arrow.slick-prev::after {
          transform: rotate(180deg); }
      .main ._heroSection ._arrows .slick-arrow.slick-next {
        right: 20px; }
  .main ._heroSection .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 1000px), print {
      .main ._heroSection .slick-dots {
        bottom: 300px; } }
    @media screen and (max-width: 999px) {
      .main ._heroSection .slick-dots {
        bottom: 40px; } }
    .main ._heroSection .slick-dots li button {
      position: relative; }
      .main ._heroSection .slick-dots li button::before {
        content: '';
        width: 14px;
        height: 14px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  .main ._heroSection ._emergency {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    border: solid 2px #ff4c3e;
    background-color: #ff4c3e;
    z-index: 1; }
    @media screen and (min-width: 1000px), print {
      .main ._heroSection ._emergency {
        width: 800px;
        max-width: 100%;
        bottom: 170px; } }
    @media screen and (max-width: 999px) {
      .main ._heroSection ._emergency {
        margin-top: 10px;
        width: calc(100% - 40px); } }
    @media screen and (max-width: 575px) {
      .main ._heroSection ._emergency {
        display: block; } }
    .main ._heroSection ._emergency ._head {
      padding-left: 45px;
      background-color: #ff4c3e;
      flex-shrink: 0;
      position: relative;
      color: #fff;
      width: 170px;
      line-height: 40px;
      height: 40px; }
      @media screen and (max-width: 575px) {
        .main ._heroSection ._emergency ._head {
          width: 100%;
          line-height: 30px;
          height: 30px; } }
      .main ._heroSection ._emergency ._head::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("../img/hero/emergency_icon.png");
        background-size: contain;
        position: absolute;
        left: 16px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .main ._heroSection ._emergency ._body {
      background-color: #fff;
      width: 100%;
      overflow: hidden;
      height: 40px;
      line-height: 40px; }
      @media screen and (max-width: 575px) {
        .main ._heroSection ._emergency ._body {
          height: 30px;
          line-height: 30px; } }
      .main ._heroSection ._emergency ._body .marquee {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        overflow: hidden;
        z-index: 1; }
        .main ._heroSection ._emergency ._body .marquee li {
          position: absolute;
          top: -999em;
          left: 0;
          padding-left: 20px;
          display: block;
          white-space: nowrap;
          /* keep all text on a single line */
          box-sizing: border-box; }
          .main ._heroSection ._emergency ._body .marquee li a {
            transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            font-weight: 500; }
            .main ._heroSection ._emergency ._body .marquee li a:hover {
              opacity: 0.7; }
  .main .top_topics_slider {
    padding: 0 0 20px; }
    .main .top_topics_slider .slick-dots {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .main .top_topics_slider .slick-dots li {
        margin: 0 8px; }
        .main .top_topics_slider .slick-dots li.slick-active button::before, .main .top_topics_slider .slick-dots li:hover button::before {
          background-color: #76c0ff; }
        .main .top_topics_slider .slick-dots li button {
          position: relative; }
          .main .top_topics_slider .slick-dots li button::before {
            opacity: 1;
            content: '';
            display: block;
            background-color: #dce4e5;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto; }
            @media screen and (min-width: 1000px), print {
              .main .top_topics_slider .slick-dots li button::before {
                width: 12px;
                height: 12px; } }
            @media screen and (max-width: 999px) {
              .main .top_topics_slider .slick-dots li button::before {
                width: 10px;
                height: 10px; } }
    @media screen and (max-width: 999px) {
      .main .top_topics_slider .slick-list {
        overflow: visible; } }
    @media screen and (min-width: 1000px), print {
      .main .top_topics_slider .slick-slide {
        padding: 40px 20px; } }
    @media screen and (max-width: 999px) {
      .main .top_topics_slider .slick-slide {
        padding: 40px 50px 20px; } }
    .main .top_topics_slider .slick-slide ._link {
      transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      display: block;
      position: relative; }
      .main .top_topics_slider .slick-slide ._link:hover {
        opacity: 0.7; }
      .main .top_topics_slider .slick-slide ._link.disable {
        pointer-events: none; }
      @media screen and (min-width: 1000px), print {
        .main .top_topics_slider .slick-slide ._link {
          max-width: 370px; } }
      @media screen and (max-width: 999px) {
        .main .top_topics_slider .slick-slide ._link {
          max-width: 250px;
          margin: auto; } }
      .main .top_topics_slider .slick-slide ._link ._head {
        margin-bottom: 15px; }
        .main .top_topics_slider .slick-slide ._link ._head ._image {
          border-radius: 20px;
          overflow: hidden;
          position: relative; }
        .main .top_topics_slider .slick-slide ._link ._head ._ribon {
          position: absolute;
          z-index: 1;
          transform: translateY(-50%);
          left: -2px;
          width: 300px;
          height: 64px; }
        .main .top_topics_slider .slick-slide ._link ._head ._text {
          position: absolute;
          top: 0;
          white-space: nowrap;
          left: 0;
          width: calc(100% - 30px);
          height: 100%;
          padding: 0 .5em;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1;
          font-weight: bold;
          color: #595959; }
          @media screen and (min-width: 1000px), print {
            .main .top_topics_slider .slick-slide ._link ._head ._text {
              font-size: 22px; } }
          @media screen and (max-width: 999px) {
            .main .top_topics_slider .slick-slide ._link ._head ._text {
              font-size: 20px; } }
      .main .top_topics_slider .slick-slide ._link ._body {
        color: #595959;
        position: relative;
        padding: .5em 30px; }
        @media screen and (min-width: 1000px), print {
          .main .top_topics_slider .slick-slide ._link ._body {
            font-size: 1.125rem; } }
        @media screen and (max-width: 999px) {
          .main .top_topics_slider .slick-slide ._link ._body {
            font-size: 1rem; } }
        .main .top_topics_slider .slick-slide ._link ._body::before {
          content: '';
          position: absolute;
          display: block;
          width: 4px;
          height: 100%;
          border-radius: 5px;
          left: 5px;
          top: 0;
          background-color: #dce4e5; }
  .main ._topicsSection {
    z-index: 1; }
    @media screen and (min-width: 1000px), print {
      .main ._topicsSection {
        margin-top: -170px;
        margin-bottom: 80px;
        min-height: 90px; } }
    @media screen and (max-width: 999px) {
      .main ._topicsSection {
        margin-bottom: 50px; } }
    @media screen and (max-width: 999px) {
      .main ._topicsSection > ._bg {
        display: none; } }
    @media screen and (min-width: 1000px), print {
      .main ._topicsSection > ._bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 1600px;
        width: 100%;
        margin: auto;
        pointer-events: none;
        z-index: 0; }
        .main ._topicsSection > ._bg > ._left {
          top: -30px;
          left: 0;
          position: absolute;
          z-index: -1; }
        .main ._topicsSection > ._bg > ._right {
          top: 30px;
          position: absolute;
          right: 0;
          z-index: -1; } }
    .main ._topicsSection > ._bg._spring ._left {
      width: 276px;
      left: 0;
      top: -80px; }
    .main ._topicsSection > ._bg._spring ._right {
      width: 461px;
      right: 0;
      top: -80px; }
    .main ._topicsSection > ._bg._summer ._left {
      width: 420px;
      left: 0;
      top: -80px; }
    .main ._topicsSection > ._bg._summer ._right {
      width: 180px;
      right: 0;
      top: -80px; }
    .main ._topicsSection > ._bg._autumn ._left {
      width: 300px;
      left: 0;
      top: -80px; }
    .main ._topicsSection > ._bg._autumn ._right {
      width: 380px;
      right: 0;
      top: -80px; }
    .main ._topicsSection > ._bg._winter ._left {
      width: 280px;
      left: 0; }
    .main ._topicsSection > ._bg._winter ._right {
      width: 372px;
      right: 0; }
  .main ._newsSection {
    background-image: url("../../common/img/bg/yama_gray.png"), url("../../common/img/bg/yama_white.png"), linear-gradient(to bottom, #fff 0px, #fff 240px, #efeeed 240px, #efeeed 100%);
    background-repeat: repeat-x, repeat-x, repeat; }
    @media screen and (max-width: 999px) {
      .main ._newsSection > ._bg {
        display: none; } }
    @media screen and (min-width: 1000px), print {
      .main ._newsSection > ._bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 1600px;
        width: 100%;
        margin: auto;
        pointer-events: none;
        z-index: 0; }
        .main ._newsSection > ._bg > ._left {
          top: -30px;
          left: 0;
          position: absolute;
          z-index: -1; }
        .main ._newsSection > ._bg > ._right {
          top: 30px;
          position: absolute;
          right: 0;
          z-index: -1; } }
    .main ._newsSection > ._bg._spring ._left {
      width: 274px;
      left: 0;
      top: 420px; }
    .main ._newsSection > ._bg._spring ._right {
      width: 216px;
      right: 0;
      top: 530px; }
    .main ._newsSection > ._bg._summer ._left {
      width: 300px;
      left: 0;
      top: 630px; }
    .main ._newsSection > ._bg._summer ._right {
      width: 390px;
      right: 0;
      top: -130px; }
    .main ._newsSection > ._bg._autumn ._left {
      width: 240px;
      top: 480px; }
    .main ._newsSection > ._bg._autumn ._right {
      width: 260px;
      top: 75px; }
    .main ._newsSection > ._bg._winter ._left {
      top: 530px;
      width: 268px; }
    .main ._newsSection > ._bg._winter ._right {
      top: 260px;
      width: 296px; }
    @media screen and (min-width: 1000px), print {
      .main ._newsSection {
        background-size: auto, auto, contain;
        background-position: top 111px center, bottom, center;
        padding-bottom: 190px; } }
    @media screen and (max-width: 999px) {
      .main ._newsSection {
        background-size: auto 40px, auto 40px, contain;
        background-position: top 201px center, bottom, center;
        padding-bottom: 80px; } }
    .main ._newsSection .container {
      position: relative; }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container ._newsArea {
          margin-bottom: 60px; } }
      @media screen and (max-width: 999px) {
        .main ._newsSection .container ._newsArea {
          margin-bottom: 30px; } }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container ._newsArea > ._title {
          width: 190px;
          margin: 0 auto 50px; } }
      @media screen and (max-width: 999px) {
        .main ._newsSection .container ._newsArea > ._title {
          width: 133px;
          margin: 0 auto 10px; } }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container ._newsArea .tabNewsBox {
          max-width: 950px;
          margin: 0 auto 30px; } }
      @media screen and (max-width: 999px) {
        .main ._newsSection .container ._newsArea .tabNewsBox {
          margin: 0 0 10px; } }
      .main ._newsSection .container ._eventArea {
        position: relative; }
        @media screen and (min-width: 1000px), print {
          .main ._newsSection .container ._eventArea {
            max-width: 1120px;
            margin: 0 auto 70px; } }
        @media screen and (max-width: 999px) {
          .main ._newsSection .container ._eventArea {
            margin: 0 auto 30px; } }
        @media screen and (min-width: 1000px), print {
          .main ._newsSection .container ._eventArea > ._title {
            width: 400px;
            margin: 0 auto; } }
        @media screen and (max-width: 999px) {
          .main ._newsSection .container ._eventArea > ._title {
            width: 280px;
            margin: 0 auto; } }
        .main ._newsSection .container ._eventArea > ._content {
          position: relative; }
          @media screen and (min-width: 1000px), print {
            .main ._newsSection .container ._eventArea > ._content {
              padding-top: 60px; } }
          .main ._newsSection .container ._eventArea > ._content .no_news {
            text-align: center; }
          @media screen and (min-width: 1000px), print {
            .main ._newsSection .container ._eventArea > ._content .eventCardList > li {
              width: 25%; } }
          @media screen and (max-width: 999px) {
            .main ._newsSection .container ._eventArea > ._content ._moreBtn {
              text-align: center; } }
          @media screen and (min-width: 1000px), print {
            .main ._newsSection .container ._eventArea > ._content ._moreBtn {
              position: absolute;
              top: 0;
              right: 0; }
              .main ._newsSection .container ._eventArea > ._content ._moreBtn .btn2 {
                min-width: 130px;
                margin: 0;
                padding: .3em 1em; } }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container > ._columns {
          display: flex; } }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container > ._columns > ._1 {
          max-width: 730px; } }
      @media screen and (max-width: 999px) {
        .main ._newsSection .container > ._columns > ._1 {
          margin-bottom: 30px; } }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._title {
          width: 340px;
          margin: 0 auto 30px; } }
      @media screen and (max-width: 999px) {
        .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._title {
          width: 238px;
          margin: 0 auto 30px; } }
      .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper {
        position: relative;
        margin-bottom: 30px; }
        .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card {
          transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          display: block;
          position: relative; }
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card:hover {
            opacity: 0.7; }
          @media screen and (max-width: 767px) and (min-width: 576px), screen and (max-width: 575px) {
            .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card {
              display: table;
              margin: auto;
              max-width: 300px; } }
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card._osusume::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 0;
            background-image: url("../img/news/farmstand/osusume.png");
            background-size: contain;
            width: 156px;
            height: 50px;
            z-index: 1; }
            @media screen and (max-width: 999px) {
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card._osusume::before {
                width: 109.2px;
                height: 35px; } }
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner {
            display: flex;
            border-radius: 20px;
            position: relative;
            overflow: hidden; }
            @media screen and (max-width: 767px) and (min-width: 576px), screen and (max-width: 575px) {
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner {
                display: block; } }
            .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._head {
              display: flex;
              background-color: #fff;
              align-items: center; }
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._head ._image {
                width: 300px; }
                @media screen and (max-width: 767px) and (min-width: 576px), screen and (max-width: 575px) {
                  .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._head ._image {
                    width: 100%;
                    max-width: 300px; } }
            .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body {
              background-color: #fff;
              padding: 20px 30px; }
              @media screen and (max-width: 767px) and (min-width: 576px), screen and (max-width: 575px) {
                .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body {
                  padding: 20px; } }
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 {
                display: flex;
                margin-bottom: 5px; }
                .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._date {
                  color: #686f7e;
                  font-weight: bold;
                  color: #686f7e;
                  margin-right: 20px; }
                .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category {
                  display: flex;
                  flex-wrap: wrap;
                  margin: -3px; }
                  .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category .label {
                    display: block;
                    line-height: 1;
                    padding: 5px 10px;
                    background-color: #f0ffd8;
                    color: #2c2c2c;
                    border: solid 1px #595959;
                    font-size: 12px;
                    text-align: center;
                    margin: 3px;
                    min-width: 80px;
                    border-radius: 20px; }
                    .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category .label.news {
                      background-color: #dda0dd; }
                    .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category .label.important {
                      background-color: #ffa500; }
                    .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category .label.campaign {
                      background-color: #66cdaa; }
                    .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category .label.topics {
                      background-color: #4169e1; }
                    .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._1 ._category .label.member {
                      background-color: #9932cc; }
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._2 ._title {
                font-size: 1.125rem;
                font-weight: bold;
                color: #686f7e;
                margin: 0 0 .5em; }
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._cardList > li ._card ._inner ._body ._2 ._description {
                color: #686f7e; }
        @media screen and (max-width: 999px) {
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._moreBtn {
            margin-top: 20px;
            text-align: center; } }
        @media screen and (min-width: 1000px), print {
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._wrapper ._moreBtn .btn2 {
            position: absolute;
            top: 0;
            transform: translateY(-50%);
            right: 30px;
            min-width: 130px;
            margin: 0;
            padding: 0.3em 1em; } }
      .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList {
        display: flex;
        margin: 0 -24px; }
        @media screen and (max-width: 999px) {
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList {
            display: block;
            margin: auto; } }
        .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList > li {
          padding: 0 24px; }
          @media screen and (max-width: 999px) {
            .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList > li {
              padding: 0; }
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList > li + li {
                margin-top: 20px; } }
          .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList > li ._banner {
            transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
            display: block;
            width: 342px;
            overflow: hidden;
            position: relative;
            border-radius: 10px;
            box-shadow: 0px 0px 16.74px 1.26px rgba(79, 79, 79, 0.27); }
            .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList > li ._banner:hover {
              opacity: 0.7; }
            @media screen and (max-width: 999px) {
              .main ._newsSection .container > ._columns > ._1 ._farmstandArea ._bannerList > li ._banner {
                width: 100%;
                max-width: 342px;
                margin: auto; } }
      @media screen and (min-width: 1000px), print {
        .main ._newsSection .container > ._columns > ._2 {
          max-width: 470px;
          padding-left: 50px; } }
      .main ._newsSection .container > ._columns > ._2 ._recipeArea > ._title {
        margin: 0 auto; }
        @media screen and (min-width: 1000px), print {
          .main ._newsSection .container > ._columns > ._2 ._recipeArea > ._title {
            width: 280px; } }
        @media screen and (max-width: 999px) {
          .main ._newsSection .container > ._columns > ._2 ._recipeArea > ._title {
            width: 196px; } }
      .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper {
        position: relative; }
        .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper ._thumb {
          margin: 0 auto 20px; }
          @media screen and (min-width: 1000px), print {
            .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper ._thumb {
              width: 340px; } }
          @media screen and (max-width: 999px) {
            .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper ._thumb {
              max-width: 340px; } }
          .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper ._thumb img {
            border-radius: 67% 47% 62% 55% / 64% 44% 68% 51%; }
        @media screen and (max-width: 999px) {
          .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper ._moreBtn {
            text-align: center;
            margin-bottom: 20px; } }
        @media screen and (min-width: 1000px), print {
          .main ._newsSection .container > ._columns > ._2 ._recipeArea ._wrapper ._moreBtn .btn2 {
            position: absolute;
            bottom: 0;
            right: 0;
            min-width: 130px;
            margin: 0;
            padding: 0.3em 1em; } }
  .main ._movieSection {
    background-image: url("../../common/img/bg/yama_blue.png"), linear-gradient(#fff);
    background-repeat: repeat-x, repeat;
    background-position: bottom center, center; }
    @media screen and (max-width: 999px) {
      .main ._movieSection > ._bg {
        display: none; } }
    @media screen and (min-width: 1000px), print {
      .main ._movieSection > ._bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 1600px;
        width: 100%;
        margin: auto;
        pointer-events: none;
        z-index: 0; }
        .main ._movieSection > ._bg > ._left {
          top: -30px;
          left: 0;
          position: absolute;
          z-index: -1; }
        .main ._movieSection > ._bg > ._right {
          top: 30px;
          position: absolute;
          right: 0;
          z-index: -1; } }
    .main ._movieSection > ._bg._spring ._left {
      width: 353px;
      left: 0;
      top: -725px; }
    .main ._movieSection > ._bg._spring ._right {
      width: 320px;
      right: 0;
      top: -653px; }
    .main ._movieSection > ._bg._summer ._left {
      width: 410px;
      left: 0;
      top: -190px; }
    .main ._movieSection > ._bg._summer ._right {
      width: 200px;
      right: 0;
      top: -170px; }
    .main ._movieSection > ._bg._autumn ._left {
      width: 300px;
      top: -170px; }
    .main ._movieSection > ._bg._autumn ._right {
      width: 380px;
      top: -120px; }
    .main ._movieSection > ._bg._winter ._left {
      top: -170px;
      width: 420px; }
    .main ._movieSection > ._bg._winter ._right {
      top: -90px;
      width: 442px; }
    @media screen and (min-width: 1000px), print {
      .main ._movieSection {
        padding-top: 40px;
        padding-bottom: 200px;
        background-size: auto, cover; } }
    @media screen and (max-width: 999px) {
      .main ._movieSection {
        padding-top: 10px;
        background-size: auto 40px, cover;
        padding-bottom: 80px; } }
    @media screen and (min-width: 1000px), print {
      .main ._movieSection .container ._title {
        margin: 0 auto 50px;
        width: 150px; } }
    @media screen and (max-width: 999px) {
      .main ._movieSection .container ._title {
        margin: 0 auto 20px;
        width: 105px; } }
    .main ._movieSection .container .no_news {
      height: 100px;
      text-align: center; }
    @media screen and (min-width: 1000px), print {
      .main ._movieSection .container ._list {
        display: flex;
        margin: 0 0 50px; } }
    @media screen and (min-width: 1000px), print {
      .main ._movieSection .container ._list > li {
        padding: 0 10px; } }
    @media screen and (max-width: 999px) {
      .main ._movieSection .container ._list > li {
        padding: 10px 0; } }
    .main ._movieSection .container ._list > li iframe {
      width: 380px !important;
      height: 230px !important;
      display: block;
      margin: auto;
      position: relative; }
  .main ._aboutSection {
    background-image: url("../../common/img/bg/yama_white.png"), linear-gradient(#f3faff);
    background-repeat: repeat-x, repeat;
    background-position: bottom center, center;
    padding-top: 40px; }
    @media screen and (max-width: 999px) {
      .main ._aboutSection > ._bg {
        display: none; } }
    @media screen and (min-width: 1000px), print {
      .main ._aboutSection > ._bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 1600px;
        width: 100%;
        margin: auto;
        pointer-events: none;
        z-index: 0; }
        .main ._aboutSection > ._bg > ._left {
          top: -30px;
          left: 0;
          position: absolute;
          z-index: -1; }
        .main ._aboutSection > ._bg > ._right {
          top: 30px;
          position: absolute;
          right: 0;
          z-index: -1; } }
    .main ._aboutSection > ._bg._spring ._left {
      width: 423px;
      left: 0;
      top: -345px; }
    .main ._aboutSection > ._bg._spring ._right {
      width: 431px;
      right: 0;
      top: -177px; }
    .main ._aboutSection > ._bg._summer ._left {
      width: 401px;
      left: 0;
      top: -193px; }
    .main ._aboutSection > ._bg._summer ._right {
      width: 457px;
      right: 0;
      top: -174px; }
    .main ._aboutSection > ._bg._autumn ._left {
      width: 370px;
      top: -30px; }
    .main ._aboutSection > ._bg._autumn ._right {
      width: 320px;
      top: -20px; }
    .main ._aboutSection > ._bg._winter ._left {
      top: -200px;
      width: 344px; }
    .main ._aboutSection > ._bg._winter ._right {
      top: 1000px;
      width: 259px; }
    @media screen and (min-width: 1000px), print {
      .main ._aboutSection {
        background-size: auto, cover;
        padding-bottom: 200px; } }
    @media screen and (max-width: 999px) {
      .main ._aboutSection {
        background-size: auto 40px, cover;
        padding-bottom: 80px; } }
    .main ._aboutSection .container {
      position: relative; }
      @media screen and (min-width: 1000px), print {
        .main ._aboutSection .container > ._title {
          margin: 0 auto 60px;
          width: 284px; } }
      @media screen and (max-width: 999px) {
        .main ._aboutSection .container > ._title {
          width: 198.8px;
          margin: 0 auto 30px; } }
      @media screen and (min-width: 1000px), print {
        .main ._aboutSection .container > ._lead {
          width: 180px;
          right: 0;
          top: 390px;
          position: absolute; } }
      @media only screen and (max-width: 1260px) and (min-width: 1000px), print {
        .main ._aboutSection .container > ._lead {
          top: 273px;
          right: 20px; } }
      @media screen and (max-width: 999px) {
        .main ._aboutSection .container > ._lead {
          width: 126px;
          margin: auto; } }
      .main ._aboutSection .container > ._foot {
        margin-top: 40px;
        text-align: center; }
        .main ._aboutSection .container > ._foot .btn2 {
          margin: 0; }
      @media only screen and (max-width: 1260px) and (min-width: 1000px), print {
        .main ._aboutSection .container ._wrapper {
          width: 920px;
          height: 730px;
          overflow: hidden; } }
      .main ._aboutSection .container ._wrapper ._farmstandMapArea {
        position: relative; }
        @media screen and (min-width: 1000px), print {
          .main ._aboutSection .container ._wrapper ._farmstandMapArea {
            padding: 238px 0 230px 257px; } }
        @media only screen and (max-width: 1260px) and (min-width: 1000px), print {
          .main ._aboutSection .container ._wrapper ._farmstandMapArea {
            transform-origin: left top;
            transform: scale(0.8); } }
        @media screen and (max-width: 575px) {
          .main ._aboutSection .container ._wrapper ._farmstandMapArea {
            width: 280px;
            height: 670px;
            margin: auto;
            overflow: hidden; } }
        @media screen and (max-width: 999px) {
          .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg {
            display: none; } }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg > * {
          position: absolute; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg ._family {
          width: 240px;
          left: 816px;
          top: -4px; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg ._himawari {
          width: 130px;
          left: 136px;
          top: 111px; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg ._guitar {
          width: 175px;
          left: -136px;
          top: 440px; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg ._bike {
          width: 140px;
          left: 541px;
          top: 404px; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg ._iruka {
          width: 106px;
          left: 69px;
          top: 720px; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea ._bg ._daibutsu {
          width: 150px;
          left: 780px;
          top: 718px; }
        .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap {
          position: relative;
          width: 480px; }
          @media screen and (max-width: 999px) {
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap {
              margin: auto; } }
          @media screen and (max-width: 575px) {
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap {
              transform: scale(0.58);
              transform-origin: left top; } }
          .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin {
            display: block;
            position: absolute;
            width: 29px;
            height: 35px;
            z-index: 2;
            transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin:hover {
              transform: translateY(1px); }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_kurihara {
              top: 64px;
              left: 113px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_zama {
              top: 47px;
              left: 144px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_ebina {
              top: 140px;
              left: 100px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_waiwaisamukawa {
              top: 244px;
              left: 100px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_kuneguma {
              top: 325px;
              left: 208px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_waiwaijfujisawa {
              top: 244px;
              left: 234px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_shibuya {
              top: 155px;
              left: 216px; }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin._store_ja_ayase {
              top: 143px;
              left: 170px; }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin ._num {
                display: none; } }
            @media screen and (max-width: 999px) {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._pins > li ._pin ._num {
                width: 20px;
                height: 20px;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 14px;
                border-radius: 50%;
                position: absolute;
                background-color: #fff;
                left: 4.5px;
                top: 4px; } }
          @media screen and (max-width: 999px) {
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links {
              display: flex;
              flex-wrap: wrap; } }
          @media screen and (max-width: 999px) {
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li {
              width: 50%;
              padding: 5px; } }
          .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link {
            display: block;
            width: 280px;
            height: 240px;
            z-index: 1; }
            @media screen and (max-width: 999px) {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link {
                width: 196px;
                height: 168px;
                margin: auto;
                position: relative; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link {
                position: absolute; } }
            .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link img {
              transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link img:hover {
                opacity: 0.7; }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link::before {
                content: '';
                display: block;
                left: 50%;
                top: 50%;
                width: 1px;
                height: 200px;
                background-color: #595959;
                z-index: -1;
                transform-origin: left top;
                position: absolute; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_kurihara {
                top: -224px;
                left: -18px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_kurihara::before {
                  transform: rotate(-12deg);
                  height: 170px; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_zama {
                top: -25px;
                left: -246px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_zama::before {
                  transform: rotate(-109deg);
                  height: 250px;
                  top: 77%; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_ebina {
                top: 209px;
                left: -242px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_ebina::before {
                  transform: rotate(-125deg);
                  height: 260px;
                  top: 40%; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_waiwaisamukawa {
                top: 401px;
                left: -41px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_waiwaisamukawa::before {
                  transform: rotate(-159deg);
                  height: 280px;
                  left: 20%; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_kuneguma {
                top: 438px;
                left: 248px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_kuneguma::before {
                  transform: rotate(-229deg);
                  height: 321px;
                  left: 80%; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_waiwaijfujisawa {
                top: 228px;
                left: 459px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_waiwaijfujisawa::before {
                  transform: rotate(-256deg);
                  height: 353px; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_shibuya {
                top: -6px;
                left: 395px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_shibuya::before {
                  transform: rotate(-280deg);
                  height: 309px; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_ayase {
                top: -225px;
                left: 253px; }
                .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link._store_ja_ayase::before {
                  transform: rotate(-330deg);
                  height: 409px;
                  top: 7%; } }
            @media screen and (min-width: 1000px), print {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link ._num {
                display: none; } }
            @media screen and (max-width: 999px) {
              .main ._aboutSection .container ._wrapper ._farmstandMapArea > .farmstandMap ._links > li ._link ._num {
                width: 30px;
                height: 30px;
                font-weight: bold;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 14px;
                border-radius: 50%;
                border: solid 3px #009a4d;
                position: absolute;
                background-color: #fff;
                left: -5px;
                top: 10px; } }
  .main ._productSection {
    background-image: url("../../common/img/bg/yama_yellow.png"), linear-gradient(#fff);
    background-repeat: repeat-x, repeat;
    background-position: bottom center, center; }
    @media screen and (max-width: 999px) {
      .main ._productSection > ._bg {
        display: none; } }
    @media screen and (min-width: 1000px), print {
      .main ._productSection > ._bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 1600px;
        width: 100%;
        margin: auto;
        pointer-events: none;
        z-index: 0; }
        .main ._productSection > ._bg > ._left {
          top: -30px;
          left: 0;
          position: absolute;
          z-index: -1; }
        .main ._productSection > ._bg > ._right {
          top: 30px;
          position: absolute;
          right: 0;
          z-index: -1; } }
    .main ._productSection > ._bg._spring ._left {
      width: 356px;
      left: 0;
      top: -367px; }
    .main ._productSection > ._bg._spring ._right {
      width: 472px;
      right: 0;
      top: -348px; }
    .main ._productSection > ._bg._summer ._left {
      width: 378px;
      left: 0;
      top: -351px; }
    .main ._productSection > ._bg._summer ._right {
      width: 382px;
      right: 0;
      top: -320px; }
    .main ._productSection > ._bg._autumn ._left {
      width: 310px;
      top: -280px; }
    .main ._productSection > ._bg._autumn ._right {
      width: 290px;
      top: -280px; }
    .main ._productSection > ._bg._winter ._left {
      top: -300px;
      width: 292px; }
    .main ._productSection > ._bg._winter ._right {
      top: 480px;
      width: 368px; }
    @media screen and (min-width: 1000px), print {
      .main ._productSection {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 200px; } }
    @media screen and (max-width: 999px) {
      .main ._productSection {
        background-size: auto 40px, cover;
        padding-top: 20px;
        padding-bottom: 80px; } }
    @media screen and (min-width: 1000px), print {
      .main ._productSection ._title {
        width: 150px;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 999px) {
      .main ._productSection ._title {
        width: 105px;
        margin: 0 auto 30px; } }
    .main ._productSection ._foot {
      text-align: center; }
      .main ._productSection ._foot .btn2 {
        margin: 0; }
  .main ._serviceSection {
    background-image: url("../../common/img/bg/yama_white.png"), linear-gradient(#fffce1);
    background-repeat: repeat-x, repeat;
    background-position: bottom center, center; }
    @media screen and (max-width: 999px) {
      .main ._serviceSection > ._bg {
        display: none; } }
    @media screen and (min-width: 1000px), print {
      .main ._serviceSection > ._bg {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 1600px;
        width: 100%;
        margin: auto;
        pointer-events: none;
        z-index: 0; }
        .main ._serviceSection > ._bg > ._left {
          top: -30px;
          left: 0;
          position: absolute;
          z-index: -1; }
        .main ._serviceSection > ._bg > ._right {
          top: 30px;
          position: absolute;
          right: 0;
          z-index: -1; } }
    .main ._serviceSection > ._bg._spring ._left {
      width: 486px;
      left: 0;
      top: -271px; }
    .main ._serviceSection > ._bg._spring ._right {
      width: 409px;
      right: 0;
      top: -146px; }
    .main ._serviceSection > ._bg._summer ._left {
      width: 375px;
      left: 0;
      top: -187px; }
    .main ._serviceSection > ._bg._summer ._right {
      width: 382px;
      right: 0;
      top: -137px; }
    .main ._serviceSection > ._bg._autumn ._left {
      width: 320px;
      top: -220px; }
    .main ._serviceSection > ._bg._autumn ._right {
      width: 390px;
      top: -180px; }
    .main ._serviceSection > ._bg._winter ._left {
      top: -230px;
      width: 320px; }
    .main ._serviceSection > ._bg._winter ._right {
      top: 410px;
      width: 324px; }
    @media screen and (min-width: 1000px), print {
      .main ._serviceSection {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 200px; } }
    @media screen and (max-width: 999px) {
      .main ._serviceSection {
        background-size: auto 40px, cover;
        padding-top: 20px;
        padding-bottom: 80px; } }
    @media screen and (min-width: 1000px), print {
      .main ._serviceSection > ._title {
        width: 380px;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 999px) {
      .main ._serviceSection > ._title {
        width: 266px;
        margin: 0 auto 30px; } }
    @media screen and (min-width: 1000px), print {
      .main ._serviceSection .container ._wrapper {
        width: 1050px;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 999px) {
      .main ._serviceSection .container ._wrapper {
        margin: 0 auto 30px; } }
    .main ._serviceSection .container ._wrapper ._list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (min-width: 1000px), print {
        .main ._serviceSection .container ._wrapper ._list {
          margin: -20px -13px; } }
      @media screen and (max-width: 999px) {
        .main ._serviceSection .container ._wrapper ._list {
          margin: -10px; } }
      @media screen and (min-width: 1000px), print {
        .main ._serviceSection .container ._wrapper ._list > li {
          width: 25%;
          padding: 20px 13px; } }
      @media screen and (max-width: 999px) {
        .main ._serviceSection .container ._wrapper ._list > li {
          width: 50%;
          padding: 10px; } }
      @media screen and (max-width: 575px) {
        .main ._serviceSection .container ._wrapper ._list > li {
          width: 100%;
          padding: 10px; } }
      .main ._serviceSection .container ._wrapper ._list > li ._link {
        transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        height: 100%;
        display: block;
        background-color: #fff;
        color: #595959;
        padding: 25px 20px;
        border: solid 1px;
        border-radius: 20px;
        box-shadow: 0 0 18px rgba(79, 79, 79, 0.27); }
        .main ._serviceSection .container ._wrapper ._list > li ._link:hover {
          opacity: 0.7; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._saving {
          border-color: #7fc4ff; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._loan {
          border-color: #ffaba7; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._kyosai {
          border-color: #a9ea42; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._store {
          border-color: #e5de16; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._marriage {
          border-color: #fda6d9; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._housing {
          border-color: #c29e69; }
        .main ._serviceSection .container ._wrapper ._list > li ._link._funeral {
          border-color: #91a8ff; }
        .main ._serviceSection .container ._wrapper ._list > li ._link ._name {
          font-weight: 500;
          text-align: center; }
        .main ._serviceSection .container ._wrapper ._list > li ._link ._icon {
          width: 90px;
          margin: .5em auto; }
        .main ._serviceSection .container ._wrapper ._list > li ._link ._text {
          font-size: 0.875rem; }
    .main ._serviceSection .container ._foot {
      text-align: center; }
      .main ._serviceSection .container ._foot .btn2 {
        margin: 0; }
  .main ._pickupSection {
    padding: 40px 0 50px; }
    @media screen and (min-width: 1000px), print {
      .main ._pickupSection .container ._title {
        width: 400px;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 999px) {
      .main ._pickupSection .container ._title {
        width: 280px;
        margin: 0 auto 30px; } }
    .main ._pickupSection .container ._slider .slick-list {
      overflow: visible; }
    .main ._pickupSection .container ._slider .slick-dots {
      position: static;
      bottom: 0;
      left: 0;
      right: 0; }
      @media screen and (min-width: 1000px), print {
        .main ._pickupSection .container ._slider .slick-dots {
          margin: 30px auto 40px; } }
      @media screen and (max-width: 999px) {
        .main ._pickupSection .container ._slider .slick-dots {
          margin: 20px auto; } }
      .main ._pickupSection .container ._slider .slick-dots li {
        margin: 0 8px; }
        .main ._pickupSection .container ._slider .slick-dots li.slick-active button::before, .main ._pickupSection .container ._slider .slick-dots li:hover button::before {
          background-color: #76c0ff; }
        .main ._pickupSection .container ._slider .slick-dots li button {
          position: relative; }
          .main ._pickupSection .container ._slider .slick-dots li button::before {
            opacity: 1;
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            background-color: #dce4e5;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto; }
    .main ._pickupSection .container ._slider .slick-slide {
      margin: 0;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1000px), print {
        .main ._pickupSection .container ._slider .slick-slide {
          height: 300px; } }
      .main ._pickupSection .container ._slider .slick-slide:not(.slick-center) ._link {
        transform: scale(0.8333); }
      .main ._pickupSection .container ._slider .slick-slide ._link {
        transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        max-width: 420px;
        display: block;
        position: relative;
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .main ._pickupSection .container ._slider .slick-slide ._link:hover {
          opacity: 0.7; }
        @media screen and (max-width: 999px) {
          .main ._pickupSection .container ._slider .slick-slide ._link {
            max-width: 280px;
            margin: auto; } }
        .main ._pickupSection .container ._slider .slick-slide ._link ._num {
          background-color: #ffb4a7;
          border-radius: 50%;
          position: absolute;
          top: -40px;
          left: 20px;
          font-family: sans-serif;
          font-weight: normal;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (min-width: 1000px), print {
            .main ._pickupSection .container ._slider .slick-slide ._link ._num {
              width: 80px;
              height: 80px;
              font-size: 72px; } }
          @media screen and (max-width: 999px) {
            .main ._pickupSection .container ._slider .slick-slide ._link ._num {
              width: 50px;
              height: 50px;
              font-size: 40px;
              left: 0;
              top: -25px; } }
        .main ._pickupSection .container ._slider .slick-slide ._link ._image {
          border-radius: 20px;
          overflow: hidden;
          box-shadow: 0 0 18px rgba(79, 79, 79, 0.27); }
        .main ._pickupSection .container ._slider .slick-slide ._link ._title {
          color: #595959;
          padding: .25em 1em;
          text-align: center;
          border-radius: 50px;
          background-color: #fff;
          border: solid 1px #595959;
          position: relative;
          top: -25px;
          width: 100%;
          margin-bottom: -25px; }
          @media screen and (min-width: 1000px), print {
            .main ._pickupSection .container ._slider .slick-slide ._link ._title {
              font-size: 1.5rem; } }
          @media screen and (max-width: 999px) {
            .main ._pickupSection .container ._slider .slick-slide ._link ._title {
              font-size: 1rem; } }

/*# sourceMappingURL=top.css.map */
