/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
.p-line-informaiton li {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container, .p-new-item.u-container {
  padding-bottom: 0;
}

/******************************/
/* NEW　ARRIVAL */
/******************************/
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
.p-ranking-list .slick-prev {
  left: 20px;
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
.p-ranking-list .slick-next {
  right: 20px;
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body, .p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
.m-img-st {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .m-img-st {
    width: 145px;
  }
}

.m-btn-box {
  text-align: center;
}
.m-btn-box a, .m-btn-box button {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.m-btn-box a::before, .m-btn-box button::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  width: 86px;
  height: 5px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/ic_arrow.png) right center/auto 100% no-repeat;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .m-btn-box a::before, .m-btn-box button::before {
    right: 15px;
    width: 55px;
    height: 3px;
  }
}
.m-btn-box a::after, .m-btn-box button::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 138, 90, 0.25);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .m-btn-box a::after, .m-btn-box button::after {
    top: 5px;
    left: 5px;
  }
}
.m-btn-box a:hover, .m-btn-box button:hover {
  opacity: .7;
}
.m-btn-box a:hover::before, .m-btn-box button:hover::before {
  right: 20px;
  width: 96px;
}
@media screen and (max-width: 767px) {
  .m-btn-box a:hover::before, .m-btn-box button:hover::before {
    right: 10px;
    width: 60px;
  }
}

.m-mainvisual {
  position: relative;
  height: 810px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_mv_pc.png) center top no-repeat;
}
.m-mainvisual .m-mainvisual-text {
  position: absolute;
  top: 110px;
  left: calc(50% + 150px);
  width: 242px;
}

@media screen and (max-width: 767px) {
  .m-mainvisual {
    height: 420px;
    background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_mv_sp.png) center bottom/cover no-repeat;
  }
  .m-mainvisual .m-mainvisual-text {
    top: 50px;
    left: auto;
    right: 10px;
    width: 120px;
  }
}
.m-topics {
  margin-top: 30px;
  padding-top: 0 !important;
  padding-bottom: 75px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_line.png) center bottom/auto 8px repeat-x;
}
@media screen and (max-width: 767px) {
  .m-topics {
    margin-bottom: 10px;
    padding-bottom: 60px;
    padding-top: 25px !important;
  }
}
.m-topics .m-img-st {
  top: -70px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .m-topics .m-img-st {
    top: -50px;
    left: -5px;
  }
}
@media screen and (min-width: 768px) {
  .m-topics-detail {
    display: flex;
    margin: 0 auto 50px;
    padding-left: 180px;
    width: 800px;
  }
  .m-topics-detail .c-ttl-main {
    width: 150px;
    text-align: left;
  }
  .m-topics-detail .c-ttl-main__ja {
    padding-left: 1em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .m-topics-detail {
    margin: 0 auto 35px;
    max-width: 400px;
  }
}
.m-topics-item {
  display: flex;
  flex-wrap:wrap;
}
@media screen and (min-width: 768px) {
  .m-topics-item {
   /* align-items: flex-end;*/
    margin-top: 65px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .m-topics-item {
    margin-top: 40px;
    line-height: 1.4;
    font-size: 12px;
  }
}
.m-topics-item .m-topics-date {
  width: 125px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .m-topics-item .m-topics-date {
    width: 95px;
  }
}
.m-topics-item .m-topics-text {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .m-topics-item .m-topics-text {
    width: calc(100% - 95px);
  }
}

.p-recommend {
  margin-top: 30px;
  padding-bottom: 115px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_pickup_pc.jpg) center 225px no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 10px;
    padding-bottom: 35px;
    background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_pickup_sp.jpg) center 140px/100% auto no-repeat;
  }
}

.bg-beige {
  position: relative;
  margin: 50px 0;
  background-color: #f9f0ee;
}
.bg-beige::before, .bg-beige::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
}
.bg-beige::before {
  top: -50px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_outline_top_pc.png) 0 0/cover no-repeat;
}
.bg-beige::after {
  bottom: -50px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_outline_btm_pc.png) 0 0/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .bg-beige {
    margin: 25px 0;
  }
  .bg-beige::before, .bg-beige::after {
    height: 25px;
    background-position: 34% 0 !important;
  }
  .bg-beige::before {
    top: -25px;
  }
  .bg-beige::after {
    bottom: -25px;
  }
}
.m-aboutus .u-container {
  padding: 105px 0 150px;
}
@media screen and (max-width: 1030px) {
  .m-aboutus .u-container {
    margin: 30px 15px 0;
    padding: 60px 0 50px;
  }
}
.m-aboutus-detail {
  position: relative;
}
.m-aboutus-detail .m-img-st {
  top: -275px;
  right: 20px;
}
@media screen and (max-width: 1030px) {
  .m-aboutus-detail .m-img-st {
    top: -190px;
    right: -40px;
  }
}
.m-aboutus-item {
  position: relative;
}
@media screen and (min-width: 1031px) {
  .m-aboutus-item {
    padding: 125px 320px 0 10px;
  }
  .m-aboutus-item .image {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 53%;
    max-width: 600px;
  }
}
@media screen and (max-width: 1030px) {
  .m-aboutus-item {
    margin-top: 30px;
  }
  .m-aboutus-item .image {
    text-align: center;
  }
}
.m-aboutus-item .text {
  padding: 50px 25px;
  background-color: #fff;
}
.m-aboutus-item .text h3 {
  width: 450px;
  margin-bottom: 35px;
  padding: 0 0 35px 10px;
  border-bottom: 1px solid #282828;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #e8334a;
}
.m-aboutus-item .text p {
  width: 60%;
  max-width: 450px;
  font-size: 15px;
  line-height: 2.5;
}
@media screen and (max-width: 1030px) {
  .m-aboutus-item .text {
    padding: 20px 25px;
    border-radius: 5px;
  }
  .m-aboutus-item .text h3 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }
  .m-aboutus-item .text p {
    margin-top: 15px;
    width: 100%;
    font-size: 12px;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1031px) {
  .m-message {
    display: flex;
    margin-top: 60px;
    padding: 0 10px 0 100px;
  }
  .m-message h3 {
    position: relative;
    padding-top: 10px;
    width: 220px;
  }
  .m-message h3 img {
    width: auto;
    height: 65px;
  }
  .m-message h3 span {
    display: block;
    margin: 10px 0 0 15px;
    font-size: 12px;
  }
  .m-message h3::before {
    content: "";
    position: absolute;
    top: 55px;
    right: -35px;
    width: 88px;
    height: 1px;
    background-color: #e8334a;
  }
  .m-message h3::after {
    content: "";
    position: absolute;
    top: 48px;
    right: -48px;
    width: 14px;
    height: 14px;
    background: url(https://img21.shop-pro.jp/PA01478/050/etc/ic_message.png) 0 0 no-repeat;
  }
  .m-message-item {
    display: flex;
    align-items: center;
    width: calc(100% - 220px);
    padding: 25px 40px 25px 60px;
    border-radius: 10px;
    background-color: #fff;
  }
  .m-message-item .image {
    width: 180px;
  }
  .m-message-item .text {
    padding-left: 30px;
    width: calc(100% - 180px);
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 1030px) {
  .m-message {
    margin-top: 40px;
    padding: 20px 15px 30px;
    background-color: #fff;
    border-radius: 5px;
  }
  .m-message h3 {
    margin-top: -40px;
    text-align: center;
  }
  .m-message h3 img {
    width: auto;
    height: 50px;
  }
  .m-message h3 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
  .m-message-item {
    margin-top: 25px;
  }
  .m-message-item::after {
    content: "";
    display: block;
    overflow: hidden;
  }
  .m-message-item .image {
    float: left;
    margin: 5px 20px 10px -5px;
    width: 90px;
  }
  .m-message-item .text {
    display: inline;
    font-size: 12px;
    line-height: 1.9;
  }
}

.m-quality {
  padding-top: 120px;
}
.m-quality-detail {
  padding: 50px 0 60px;
  position: relative;
}
.m-quality-detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  width: calc(100% + 200px);
  height: 8px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_line.png) left bottom repeat-x;
}
@media screen and (max-width: 767px) {
  .m-quality {
    padding-top: 70px;
  }
  .m-quality-detail {
    padding: 35px 0 10px;
  }
  .m-quality-detail::after {
    left: 0;
    width: 100%;
    height: 4px;
    background-size: auto 4px;
  }
}

@media screen and (min-width: 768px) {
  .m-quality-item {
    position: relative;
    margin-bottom: 100px;
    margin-left: -100px;
    padding-left: 645px;
    height: 450px;
  }
  .m-quality-item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
  }
  .m-quality-item h3 {
    padding-bottom: 45px;
    background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_quality_arrow.png) left bottom/100% auto no-repeat;
    font-size: 25px;
    line-height: 2;
    font-weight: 500;
  }
  .m-quality-item h3 img {
    display: block;
    margin: 0 auto 15px;
    width: auto;
    height: 92px;
  }
  .m-quality-item h3 span {
    display: block;
    letter-spacing: .1em;
  }
  .m-quality-item p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 2;
  }
  .m-quality-item:nth-of-type(2n) {
    margin-right: -100px;
    padding-left: 0;
    padding-right: 645px;
  }
  .m-quality-item:nth-of-type(2n) .image {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-quality-item {
    padding: 0 20px 45px;
  }
  .m-quality-item .image {
    margin: 20px auto 10px;
    max-width: 400px;
  }
  .m-quality-item h3 {
    padding-bottom: 20px;
    background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_quality_arrow.png) left bottom/100% auto no-repeat;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
  }
  .m-quality-item h3 img {
    display: block;
    margin: 0 auto 10px;
    width: auto;
    height: 67px;
  }
  .m-quality-item h3 span {
    display: block;
    letter-spacing: .1em;
  }
  .m-quality-item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.9;
  }
}

.m-picking {
  margin-top: 95px;
  padding: 75px 0 210px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_picking_pc.jpg) center 220px no-repeat;
}
@media screen and (max-width: 1030px) {
  .m-picking {
    margin-top: 45px;
    padding: 30px 0 100px;
    background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_picking_sp.jpg) center 130px/100% auto no-repeat;
  }
}
.m-picking .c-ttl-main {
  position: relative;
}
.m-picking .c-ttl-main::before, .m-picking .c-ttl-main::after {
  content: "";
  position: absolute;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-picking .c-ttl-main::before {
  top: -15px;
  margin-left: -305px;
  width: 101px;
  height: 89px;
  background-image: url(https://img21.shop-pro.jp/PA01478/050/etc/img_picking_01.png);
}
@media screen and (max-width: 767px) {
  .m-picking .c-ttl-main::before {
    top: -5px;
    margin-left: -185px;
    width: 50px;
    height: 45px;
  }
}
.m-picking .c-ttl-main::after {
  top: -10px;
  margin-left: 200px;
  width: 79px;
  height: 78px;
  background-image: url(https://img21.shop-pro.jp/PA01478/050/etc/img_picking_02.png);
}
@media screen and (max-width: 767px) {
  .m-picking .c-ttl-main::after {
    top: -5px;
    margin-left: 135px;
    width: 45px;
    height: 45px;
  }
}
.m-picking-img {
  margin: 290px 120px 0 0;
  text-align: right;
}
@media screen and (max-width: 1030px) {
  .m-picking-img {
    margin: 110px 0 0 5px;
    width: 117px;
    text-align: left;
  }
}
.m-picking-detail {
  position: relative;
  margin: 10px auto 0;
  padding-bottom: 75px;
  background-color: #fff;
  border: 1px solid #e8334a;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1031px) {
  .m-picking-detail {
    width: 960px;
  }
}
@media screen and (max-width: 1030px) {
  .m-picking-detail {
    padding-bottom: 40px;
    border-radius: 5px 5px 0 0;
  }
}
.m-picking-detail::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 51, 74, 0.2);
  z-index: -1;
}
@media screen and (max-width: 1030px) {
  .m-picking-detail::after {
    top: 5px;
    left: 5px;
  }
}
.m-picking-item {
  padding: 0 80px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/bg_info.png) center 3px/96% auto no-repeat;
}
@media screen and (max-width: 1030px) {
  .m-picking-item {
    padding: 0 5px;
  }
}
.m-picking-fee {
  margin: 40px 60px 30px;
  border: 2px solid #666;
  border-radius: 10px;
  padding: 25px 50px 50px;
}
.m-picking-fee h4 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: .5em;
  text-indent: .25em;
  text-align: center;
}
.m-picking-fee h4::after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 60px;
  height: 5px;
  background-color: #e8334a;
}
.m-picking-fee dl {
  display: flex;
  flex-wrap: wrap;
}
.m-picking-fee dl dt, .m-picking-fee dl dd {
  line-height: 1;
  margin-bottom: 25px;
}
.m-picking-fee dl dt:not(:first-of-type), .m-picking-fee dl dd:not(:first-of-type) {
  border-top: 1px solid #666;
}
.m-picking-fee dl dt {
  padding: 35px 0 0 40px;
  width: calc(100% - 160px);
  font-weight: 400;
}
.m-picking-fee dl dd {
  padding-top: 30px;
  width: 160px;
  text-align: center;
}
.m-picking-fee dl dd strong {
  font-size: 20px;
  color: #e8334a;
}
@media screen and (max-width: 1030px) {
  .m-picking-fee {
    margin: 30px 0 0;
    padding: 15px 10px 20px;
    border-width: 1px;
    border-radius: 5px;
  }
  .m-picking-fee h4 {
    font-size: 20px;
  }
  .m-picking-fee h4::after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 50px;
  }
  .m-picking-fee dl {
    margin-top: 10px;
  }
  .m-picking-fee dl dt, .m-picking-fee dl dd {
    margin-bottom: 10px;
  }
  .m-picking-fee dl dt {
    padding: 15px 0 0 10px;
    width: calc(100% - 80px);
  }
  .m-picking-fee dl dd {
    padding: 15px 10px 0 0;
    width: 80px;
    text-align: right;
  }
  .m-picking-fee dl dd strong {
    font-size: 15px;
  }
}
.m-picking-term {
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-picking-term {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .m-picking-term dt {
    width: 6em;
    font-weight: 400;
    line-height: 2.5;
  }
  .m-picking-term dd {
    width: calc(100% - 6em);
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .m-picking-term dt, .m-picking-term dd {
    line-height: 1.65;
    font-weight: 400;
  }
  .m-picking-term dt {
    margin-top: 15px;
  }
}
.m-picking .picking-summary {
  position: relative;
  padding: 75px 20px 90px;
}
.m-picking .picking-summary h3 {
  padding-left: 15px;
  text-align: center;
}
.m-picking .picking-summary p {
  margin-top: 25px;
  padding: 0 60px;
  line-height: 2.5;
}
.m-picking .picking-summary::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 290px;
  height: 146px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/img_strawberry.png) 0 0/cover no-repeat;
}
@media screen and (max-width: 1030px) {
  .m-picking .picking-summary {
    padding: 45px 10px 70px;
  }
  .m-picking .picking-summary h3 {
    padding-left: 0;
  }
  .m-picking .picking-summary p {
    padding: 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .m-picking .picking-summary::after {
    bottom: 0;
    right: 5px;
    width: 145px;
    height: 73px;
  }
}
.m-picking .picking-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 85px;
}
.m-picking .picking-info h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 44px;
  background-color: #e8334a;
  border-radius: 22px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.m-picking .picking-info .link-tel {
  margin: 25px 0 30px;
  padding-left: 100px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/ic_phone.png) 10px center no-repeat;
  font-size: 70px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
}
.m-picking .picking-info .txt-term {
  font-weight: 500;
  line-height: 1;
  font-size: 30px;
}
.m-picking .picking-info .txt-term strong {
  font-size: 40px;
}
.m-picking .picking-info .txt-equipment {
  margin-top: 25px;
  font-size: 20px;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 1030px) {
  .m-picking .picking-info {
    padding-top: 40px;
  }
  .m-picking .picking-info h3 {
    width: 150px;
    height: 22px;
    border-radius: 11px;
    font-size: 15px;
  }
  .m-picking .picking-info .link-tel {
    margin: 15px 0 20px;
    padding-left: 40px;
    background-size: 35px auto;
    background-position: left center;
    font-size: 35px;
    letter-spacing: .02em;
  }
  .m-picking .picking-info .txt-term {
    font-size: 18px;
  }
  .m-picking .picking-info .txt-term strong {
    font-size: 25px;
    letter-spacing: .12em;
  }
  .m-picking .picking-info .txt-equipment {
    margin-top: 20px;
    padding-bottom: 2px;
    font-size: 15px;
  }
}

.m-outline {
  padding-top: 80px;
}
.m-outline-detail {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .m-outline-detail {
    margin: 50px auto 150px;
    width: 800px;
  }
}
.m-outline-detail dt, .m-outline-detail dd {
  padding-left: 20px;
  line-height: 64px;
  border-bottom: 1px solid #666;
}
.m-outline-detail dt {
  width: 200px;
  font-weight: 400;
}
.m-outline-detail dd {
  width: calc(100% - 200px);
}
.m-outline .map-box {
  margin-top: 40px;
  border: 1px solid #ccc;
}
.m-outline .map-box iframe {
  max-width: 100%;
}
.m-outline .u-container {
  position: relative;
}
.m-outline .m-img-st {
  top: -140px;
}
@media screen and (max-width: 767px) {
  .m-outline {
    padding-top: 70px;
  }
  .m-outline-detail {
    margin: 25px 0 80px;
  }
  .m-outline-detail dt, .m-outline-detail dd {
    padding: 13px 0;
    line-height: 1.4;
  }
  .m-outline-detail dt {
    width: 80px;
  }
  .m-outline-detail dd {
    width: calc(100% - 80px);
  }
  .m-outline-map {
    margin: 0 -15px;
  }
  .m-outline .map-box {
    position: relative;
    margin-top: 30px;
    padding-top: 60%;
  }
  .m-outline .map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .m-outline .u-container {
    position: relative;
  }
  .m-outline .m-img-st {
    top: -105px;
    left: -40px;
  }
}

.m-access {
  margin-top: 75px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .m-access {
    margin-top: 20px;
    padding-top: 60px;
  }
}
.m-access-detail {
  margin-top: 50px;
  padding: 60px 40px 100px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-access-detail {
    margin-top: 25px;
    padding: 25px 15px 0;
    border-radius: 5px;
  }
}
.m-access-item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-root-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
  }
}
.m-root-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .m-root-list li {
    margin-top: 50px;
    padding-left: 35px;
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1030px) {
  .m-root-list li {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m-root-list li {
    margin: 30px auto 0;
    padding: 0 30px 45px;
    width: 100%;
    max-width: 400px;
    letter-spacing: .06em;
  }
}
.m-root-list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 65px;
  left: -20px;
  width: 70px;
  height: 70px;
  background: url(https://img21.shop-pro.jp/PA01478/050/etc/ic_root.png?cmsp_timestamp=20211130174108) 0 0/cover no-repeat;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  .m-root-list li:not(:first-child)::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .m-root-list li:not(:first-child)::before {
    width: 36px;
    height: 36px;
    top: -53px;
    left: calc(50% - 18px);
    transform: rotate(90deg);
  }
}
.m-root-list li p {
  margin-top: 5px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .m-root-list li p {
    font-size: 13px;
    line-height: 1.4;
  }
}
.m-root-list .root-num {
  position: absolute;
  top: -20px;
  left: 25px;
  z-index: 5;
}
@media screen and (max-width: 1030px) {
  .m-root-list .root-num {
    top: -10px;
    left: 10px;
    width: 52px;
  }
}
@media screen and (max-width: 767px) {
  .m-root-list .root-num {
    top: -10px;
    left: 15px;
    width: 38px;
  }
}
.m-root-list .root-img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .m-root-list .root-img {
    position: relative;
    border-radius: 5px;
  }
  .m-root-list .root-img::before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .m-root-list .root-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: 1;
  }
}
.note-ul {
	list-style: inherit;
}