@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

#bread-crumb {
  display: flex;
  align-items: center;
  height: 72px;
  position: relative;
  z-index: 10;
  background: url("../../asset/img/common/ftbg.jpg");
}
@media (max-width: 480px) {
  #bread-crumb {
    height: 45px;
  }
}
#bread-crumb nav {
  width: 100%;
}
#bread-crumb ol {
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
#bread-crumb ol li {
  font-size: 1.2rem;
  position: relative;
}
#bread-crumb ol li:last-of-type::before {
  display: none;
}

/*--------------------------------------------
	fv
--------------------------------------------*/
#fvArea {
  width: 100%;
  height: calc(100dvh - 80px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  #fvArea {
    height: 50svh;
  }
}
@media (max-width: 480px) {
  #fvArea {
    height: calc(100vh - 70px);
  }
}
#fvArea .fvInner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#fvArea .fvImg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#fvArea .fvImg source, #fvArea .fvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#fvArea #fvSlide {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
#fvArea #fvSlide picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#fvArea #fvSlide picture source, #fvArea #fvSlide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#fvArea .lpLink {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  z-index: 10;
  width: fit-content;
}
@media (max-width: 480px) {
  #fvArea .lpLink {
    right: 20px;
    bottom: 20px;
  }
}
#fvArea .lpLink a {
  display: block;
  padding: 20px 15px;
  position: relative;
}
@media (max-width: 480px) {
  #fvArea .lpLink a {
    padding: 15px 10px;
  }
}
#fvArea .lpLink a span {
  display: block;
  z-index: 3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
#fvArea .lpLink a::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #86888c;
  z-index: -1;
}
#fvArea .lpLink a:hover::before {
  height: 100%;
}
#fvArea .catchWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#fvArea .catchWrap > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
}
#fvArea .catchWrap p {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
#fvArea .catchWrap p.subCatch {
  font-size: clamp(14px, 3.75vw, 27px);
  margin-bottom: 20px;
  letter-spacing: 0.4rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #fvArea .catchWrap p.subCatch {
    margin-bottom: 10px;
  }
}
#fvArea .catchWrap p.mainCatch {
  font-size: clamp(19.2px, 6.666vw, 48px);
  letter-spacing: 1rem;
}
#fvArea .topNewsArea {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 6;
}
@media (max-width: 1024px) {
  #fvArea .topNewsArea {
    bottom: 25px;
  }
}
#fvArea .topNewsArea > div {
  align-items: center;
  background: rgba(190, 162, 115, 0.9);
  color: #fff;
  padding: 30px 30px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  #fvArea .topNewsArea > div {
    padding: 15px 20px;
  }
}
#fvArea .topNewsArea > div .date {
  margin-right: 30px;
}
#fvArea .topNewsArea > div .cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 26px;
  color: #DF482A;
  border: solid 1px #DF482A;
  background: #fff;
  margin-right: 30px;
  font-size: 1.2rem;
}
#fvArea .topNewsArea > div p {
  color: #fff;
  display: block;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 480px) {
  #fvArea .topNewsArea > div .date {
    margin-right: 20px;
  }
  #fvArea .topNewsArea > div .cate {
    margin-right: 0;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #E9E4DB;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.loading.is-loaded span {
  transform: translateY(0);
  opacity: 1;
}

.loading__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.loading__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
}

.loading__logo img {
  width: 100%;
}

.loading .inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.loading span {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(7vw);
  opacity: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.7rem;
  letter-spacing: 0.45em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 480px) {
  .loading span {
    font-size: 1.6rem;
    letter-spacing: 0.35em;
  }
}

.loading span:nth-child(1) {
  transition-delay: 40ms;
}

.loading span:nth-child(2) {
  transition-delay: 0.14s;
}

.loading span:nth-child(3) {
  transition-delay: 0.24s;
}

.loading span:nth-child(4) {
  transition-delay: 0.34s;
}

.loading span:nth-child(5) {
  transition-delay: 0.44s;
}

.loading span:nth-child(6) {
  transition-delay: 0.54s;
}

.loading span:nth-child(7) {
  transition-delay: 0.64s;
}

.loading span:nth-child(8) {
  transition-delay: 0.74s;
}

.loading span:nth-child(9) {
  transition-delay: 0.84s;
  margin-left: 1em;
}
@media (max-width: 480px) {
  .loading span:nth-child(9) {
    margin-left: 0.75em;
  }
}

.loading span:nth-child(10) {
  transition-delay: 0.94s;
}

.loading span:nth-child(11) {
  transition-delay: 1.04s;
}

.loading span:nth-child(12) {
  transition-delay: 1.14s;
}

.loading span:nth-child(13) {
  transition-delay: 1.24s;
}

.loading span:nth-child(14) {
  transition-delay: 1.34s;
}

.loading span:nth-child(15) {
  transition-delay: 1.44s;
}

.loading .loading__inner .blueImg {
  position: absolute;
  z-index: 10;
  width: 18.83%;
  left: 27.79%;
  bottom: -19.86vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .blueImg {
    width: 42.6%;
    left: -2px;
    bottom: -76px;
    z-index: 20;
  }
}
.loading .loading__inner .yellowImg {
  position: absolute;
  z-index: 10;
  width: 43.01%;
  left: -12.64%;
  top: -2.22vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .yellowImg {
    width: 96.2%;
    left: -49.8%;
    top: -58px;
  }
}
.loading .loading__inner .pinkImg {
  position: absolute;
  z-index: 10;
  width: 37.11%;
  right: 26.39%;
  top: -4.58vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .pinkImg {
    width: 84.2%;
    right: -10.5%;
    top: 21px;
    z-index: 20;
  }
}
.loading .loading__inner .greenImg {
  position: absolute;
  z-index: 10;
  width: 40.73%;
  right: -12.92%;
  bottom: -1.85vw;
}
@media (max-width: 480px) {
  .loading .loading__inner .greenImg {
    width: 91.4%;
    right: -32.2%;
    bottom: -12px;
    z-index: 20;
  }
}

/*--------------------------------------------
	topContentsWrap
--------------------------------------------*/
.topNewsSlider {
  padding: 0 6.25%;
}
.topNewsSlider .swiper {
  width: 100%;
  height: 100%;
}
.topNewsSlider .swiper .swiper-wrapper {
  display: flex;
}
.topNewsSlider .swiper .swiper-wrapper li.swiper-slide a {
  overflow: hidden;
  display: flex;
  padding: 40px 0;
  margin-right: 80px;
}
.topNewsSlider .swiper .swiper-wrapper li.swiper-slide a p.date {
  width: 90px;
  margin-right: 80px;
}
.topNewsSlider .swiper .swiper-wrapper li.swiper-slide a p.ttl {
  width: calc(100% - 170px);
}
@media (max-width: 480px) {
  .topNewsSlider .swiper .swiper-wrapper li.swiper-slide a {
    display: block;
    padding: 20px 0;
    margin-right: 0;
  }
  .topNewsSlider .swiper .swiper-wrapper li.swiper-slide a p.date {
    width: 100%;
    margin-right: 0;
  }
  .topNewsSlider .swiper .swiper-wrapper li.swiper-slide a p.ttl {
    width: 100%;
  }
}
.topNewsSlider .swiper .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0;
  display: flex;
  gap: 20px;
  width: 70px;
  height: 100%;
  background: #fff;
}
@media (max-width: 480px) {
  .topNewsSlider .swiper .swiper-button {
    right: -15px;
  }
}
.topNewsSlider .swiper .swiper-button-next {
  padding: 5px;
  right: 5px;
}
.topNewsSlider .swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url("../img/common/icon_next.svg") no-repeat center center/contain;
}
.topNewsSlider .swiper .swiper-button-prev {
  padding: 5px;
  left: 5px;
}
.topNewsSlider .swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url("../img/common/icon_prev.svg") no-repeat center center/contain;
}

#topAboutWrap .contentBlock {
  position: relative;
  display: flex;
}
@media (max-width: 480px) {
  #topAboutWrap .contentBlock {
    flex-direction: column;
  }
}
#topAboutWrap .contentBlock .descBox {
  position: relative;
  padding-left: 90px;
  padding-right: 6.6%;
}
@media (max-width: 1200px) {
  #topAboutWrap .contentBlock .descBox {
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  #topAboutWrap .contentBlock .descBox {
    padding-left: 45px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #topAboutWrap .contentBlock .descBox {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #topAboutWrap .contentBlock .descBox {
    padding: 0 5%;
  }
}
#topAboutWrap .contentBlock .descBox .txtBox h3 {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
}
#topAboutWrap .contentBlock .descBox .txtBox p {
  line-height: 2;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #topAboutWrap .contentBlock .descBox .txtBox {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  #topAboutWrap .contentBlock .imgBox {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #topAboutWrap .contentBlock .imgBox {
    width: 100%;
  }
}
@media (min-width: 481px) {
  #topAboutWrap .contentBlock picture {
    order: -1;
  }
}

/*--------------------------------------------
	recommendWrap
--------------------------------------------*/
#topRecommendWrap {
  position: relative;
  margin-top: 125px;
}
@media (max-width: 480px) {
  #topRecommendWrap {
    margin-top: 90px;
  }
}
#topRecommendWrap h2.commonTtl {
  text-align: center;
  margin-bottom: 40px;
}
#topRecommendWrap .mainArea .productBlock {
  position: relative;
}
#topRecommendWrap .mainArea .productBlock .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#topRecommendWrap .mainArea .productBlock .bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  #topRecommendWrap .mainArea .productBlock .bgImg img {
    object-position: 33%;
  }
}
@media (max-width: 768px) {
  #topRecommendWrap .mainArea .productBlock .bgImg {
    position: relative;
    height: auto;
    padding-top: 80%;
  }
}
#topRecommendWrap .mainArea .productBlock .descBox {
  width: 50%;
  margin-left: auto;
  padding: min(120px,16.666vw) 0;
  padding-right: calc((100% - 1040px) / 2);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #topRecommendWrap .mainArea .productBlock .descBox {
    width: 100%;
    background: #D1C168;
    padding: min(80px,11.112vw) 5%;
  }
}
@media (max-width: 480px) {
  #topRecommendWrap .mainArea .productBlock .descBox {
    padding: min(80px,11.112vw) 5% 50px;
  }
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox {
  max-width: 440px;
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox h3 {
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3888888889;
}
@media (max-width: 480px) {
  #topRecommendWrap .mainArea .productBlock .descBox .txtBox h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox .priceBox {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox .priceBox em {
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media (max-width: 480px) {
  #topRecommendWrap .mainArea .productBlock .descBox .txtBox .priceBox {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  #topRecommendWrap .mainArea .productBlock .descBox .txtBox .priceBox em {
    font-size: 1.6rem;
  }
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox p {
  color: #fff;
  line-height: 2;
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox p.brand {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox .moreBtn {
  margin-top: 45px;
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox .moreBtn a {
  border: 1px solid #fff;
}
#topRecommendWrap .mainArea .productBlock .descBox .txtBox .moreBtn a span {
  color: #fff;
}
@media (max-width: 480px) {
  #topRecommendWrap .mainArea .productBlock .descBox .txtBox .moreBtn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #topRecommendWrap .mainArea .productBlock .descBox .txtBox {
    max-width: unset;
    width: 90%;
    margin: 0 auto;
  }
}
#topRecommendWrap .subArea {
  max-width: 1040px;
  width: 90%;
  margin: 120px auto 0;
}
@media (max-width: 480px) {
  #topRecommendWrap .subArea {
    margin: 80px auto 0;
  }
}
#topRecommendWrap .subArea .contentBlock .txtBox {
  max-width: 440px;
}
#topRecommendWrap .subArea .contentBlock .imgBox picture {
  overflow: hidden;
  border-radius: 10px;
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .descBox {
  width: 50%;
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .descBox .txtBox {
  margin-right: 11.54%;
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .imgBox {
  order: 1;
  width: 50%;
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .imgBox picture {
  margin-left: 40px;
}
@media (max-width: 768px) {
  #topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .descBox {
    width: 100%;
    order: 2;
    margin-top: 60px;
  }
  #topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .descBox .txtBox {
    margin-right: 0;
  }
  #topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .imgBox {
    order: 1;
    width: 100%;
  }
  #topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .imgBox picture {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #topRecommendWrap .subArea .contentBlock:nth-of-type(odd) .descBox {
    margin-top: 40px;
  }
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(even) .descBox {
  width: 50%;
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(even) .descBox .txtBox {
  margin-left: 11.54%;
}
#topRecommendWrap .subArea .contentBlock:nth-of-type(even) .imgBox picture {
  margin-right: 40px;
  margin-left: auto;
}
@media (max-width: 768px) {
  #topRecommendWrap .subArea .contentBlock:nth-of-type(even) .descBox {
    width: 100%;
    margin-top: 60px;
  }
  #topRecommendWrap .subArea .contentBlock:nth-of-type(even) .descBox .txtBox {
    margin-left: 0;
  }
  #topRecommendWrap .subArea .contentBlock:nth-of-type(even) .imgBox {
    width: 100%;
  }
  #topRecommendWrap .subArea .contentBlock:nth-of-type(even) .imgBox picture {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #topRecommendWrap .subArea .contentBlock:nth-of-type(even) .descBox {
    margin-top: 40px;
  }
}

#topSubscriptionWrap {
  margin-top: 125px;
  background: #EAE4DA;
  padding: 125px 0;
}
@media (max-width: 480px) {
  #topSubscriptionWrap {
    margin-top: 90px;
    padding: 90px 0;
  }
}
#topSubscriptionWrap h2.commonTtl {
  text-align: center;
  margin-bottom: 40px;
}
#topSubscriptionWrap .read {
  text-align: center;
  margin-bottom: 40px;
}
#topSubscriptionWrap ul {
  justify-content: center;
}
#topSubscriptionWrap ul li {
  width: 25%;
}
#topSubscriptionWrap ul li figure {
  width: 100%;
}
#topSubscriptionWrap ul li figure img {
  width: 100%;
}
@media (max-width: 480px) {
  #topSubscriptionWrap ul li {
    width: 50%;
  }
}
#topSubscriptionWrap .moreBtn a {
  margin: 50px auto 0;
  background: #fff;
}
#topSubscriptionWrap .moreBtn:hover a {
  background: #3F3832;
}
#topSubscriptionWrap .moreBtn:hover a span {
  color: #fff;
}

#topGuideWrap {
  background: #DAE3E9;
  padding: 125px 0;
}
@media (max-width: 480px) {
  #topGuideWrap {
    padding: 90px 0;
  }
}
#topGuideWrap h2.commonTtl {
  text-align: center;
  margin-bottom: 40px;
}
#topGuideWrap .read {
  text-align: center;
  margin-bottom: 40px;
}
#topGuideWrap ul li {
  position: relative;
  overflow: hidden;
}
#topGuideWrap ul li .textBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#topGuideWrap ul li .textBox p {
  color: #fff;
}
#topGuideWrap ul li:hover .textBox {
  transform: translateY(0);
}
#topGuideWrap .moreBtn a {
  margin: 50px auto 0;
  background: #fff;
}
#topGuideWrap .moreBtn:hover a {
  background: #3F3832;
}
#topGuideWrap .moreBtn:hover a span {
  color: #fff;
}

#topNewsWrap {
  position: relative;
  padding: 125px 0 0;
}
@media (max-width: 480px) {
  #topNewsWrap {
    padding: 90px 0 0;
  }
}
#topNewsWrap h2.commonTtl {
  text-align: center;
  margin-bottom: 50px;
}
#topNewsWrap ul {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#topNewsWrap ul li a {
  display: flex;
  padding: 40px 8%;
  border-bottom: 1px solid #B4B4B4;
}
@media (max-width: 480px) {
  #topNewsWrap ul li a {
    padding: 20px 5%;
    display: block;
  }
}
#topNewsWrap ul li a p.date {
  width: 90px;
  margin-right: 80px;
}
@media (max-width: 480px) {
  #topNewsWrap ul li a p.date {
    width: 100%;
    margin-right: 0;
  }
}
#topNewsWrap ul li a p.ttl {
  width: calc(100% - 170px);
}
@media (max-width: 480px) {
  #topNewsWrap ul li a p.ttl {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  #topNewsWrap ul li a {
    padding: 20px 5%;
    display: block;
  }
  #topNewsWrap ul li a p.date {
    width: 100%;
    margin-right: 0;
  }
  #topNewsWrap ul li a p.ttl {
    width: 100%;
  }
}
#topNewsWrap .moreBtn a {
  margin: 50px auto 0;
  background: #fff;
  border: 1px solid #3F3832;
}
#topNewsWrap .moreBtn:hover a {
  background: #3F3832;
}
#topNewsWrap .moreBtn:hover a span {
  color: #fff;
}

.moreBtn.newsBtn a {
  margin: 50px auto 0;
  background: #fff;
  border: 1px solid #3F3832;
}
.moreBtn.newsBtn:hover a {
  background: #3F3832;
}
.moreBtn.newsBtn:hover a span {
  color: #fff;
}

#topInstagramWrap {
  padding: 125px 0;
}
@media (max-width: 480px) {
  #topInstagramWrap {
    padding: 90px 0;
  }
}
#topInstagramWrap h2.commonTtl {
  text-align: center;
  margin-bottom: 40px;
}
#topInstagramWrap ul {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 0.68%;
}
#topInstagramWrap ul li {
  width: 19.45%;
}
#topInstagramWrap ul li a {
  display: block;
}
#topInstagramWrap .moreBtn a {
  margin: 50px auto 0;
  background: #fff;
  border: 1px solid #3F3832;
}
#topInstagramWrap .moreBtn:hover a {
  background: #3F3832;
}
#topInstagramWrap .moreBtn:hover a span {
  color: #fff;
}

#main-column .pickup {
  position: relative;
  background: url("../../asset/img/common/ftbg.jpg");
  margin-bottom: 0;
  padding: min(60px,8.334vw) 0 min(100px,13.888vw);
}
#main-column .pickup h2 {
  border-top: none;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 0;
}
#main-column .pickup h2::before {
  content: "";
  position: absolute;
  top: -6.7vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 321px;
  width: 22.29vw;
  height: 7.7vw;
  background: url("../../asset/img/top/recommend.svg") no-repeat center center/contain;
  margin: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  #main-column .pickup h2::before {
    top: -17.6vw;
    width: 53.3vw;
    height: 18.6vw;
  }
}
#main-column .pickup .column-set {
  max-width: 1090px;
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  #main-column .pickup .column-set {
    margin: 30px auto 0;
  }
}
#main-column .pickup .column-set > section {
  float: unset;
  width: 23.5%;
  margin: 0 2% 50px 0;
  padding: 0;
}
#main-column .pickup .column-set > section:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 480px) {
  #main-column .pickup .column-set > section {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  #main-column .pickup .column-set > section:nth-of-type(2n) {
    margin-right: 0;
  }
}
#main-column .pickup .column-set > section .itemThumb-wrap {
  margin: 0;
}
#main-column .pickup .column-set > section .itemThumb-wrap .badge {
  display: none;
}
#main-column .pickup .column-set > section .itemThumb-wrap .itemThumb {
  margin-bottom: 0;
}
#main-column .pickup .column-set > section .itemThumb-wrap .itemThumb a .item-list-span-img {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#main-column .pickup .column-set > section .itemThumb-wrap .itemThumb a .item-list-span-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#main-column .pickup .column-set > section h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 600;
}
#main-column .pickup .column-set > section h3 a {
  display: block;
  padding: 15px 0;
}
@media (max-width: 480px) {
  #main-column .pickup .column-set > section h3 {
    font-size: 1.4rem;
  }
  #main-column .pickup .column-set > section h3 a {
    padding: 10px 0;
  }
}
#main-column .pickup .column-set > section .price {
  font-size: 1.6rem;
  font-weight: 600;
}
#main-column .pickup .column-set > section .price .selling_price, #main-column .pickup .column-set > section .price .taxin {
  color: #3F3832;
}
@media (max-width: 480px) {
  #main-column .pickup .column-set > section .price {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
	messageWrap
--------------------------------------------*/
#messageWrap {
  display: block;
  position: relative;
  padding: min(160px,22.222vw) 0;
}
#messageWrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#messageWrap .bg source, #messageWrap .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#messageWrap .txtBox {
  position: relative;
  z-index: 1;
  max-width: 580px;
  width: 90%;
  margin: 0 auto;
}
#messageWrap h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  #messageWrap h3 {
    margin-bottom: 30px;
  }
}
#messageWrap p {
  line-height: 2;
}

/*--------------------------------------------
	lineInfo
--------------------------------------------*/
#lineInfo {
  position: relative;
  background: url("../../asset/img/common/ftbg.jpg");
  padding: min(80px,11.112vw) 0;
}
#lineInfo .txtBox {
  width: calc(100% - 120px);
  padding-right: 5%;
}
@media (max-width: 480px) {
  #lineInfo .txtBox {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
#lineInfo h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  #lineInfo h3 {
    font-size: 1.8rem;
  }
}
#lineInfo p {
  margin-bottom: 30px;
}
#lineInfo p span {
  color: #D2E3D2;
  font-weight: 700;
}
#lineInfo figure {
  width: 120px;
  margin: 0 auto;
}

/*--------------------------------------------
	news
--------------------------------------------*/
#main-column .news {
  padding: 125px 0 0;
}
@media (max-width: 480px) {
  #main-column .news {
    padding: 90px 0 0;
  }
}
#main-column .news h2 {
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  border: none;
}
#main-column .news h2 span {
  color: #D2E3D2;
  font-size: 4.2rem;
}
@media (max-width: 480px) {
  #main-column .news h2 {
    font-size: 2.4rem;
  }
  #main-column .news h2 span {
    font-size: 3.6rem;
  }
}
#main-column .news .news-contents {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#main-column .news .news-contents dl.news-box:first-child {
  border: none;
}
#main-column .news .news-contents dl.news-box dd a {
  display: flex;
  padding: 40px 8%;
  border-bottom: 1px solid #B4B4B4;
}
#main-column .news .news-contents dl.news-box dd a p.date {
  width: 90px;
  margin-right: 80px;
}
#main-column .news .news-contents dl.news-box dd a p.ttl {
  width: calc(100% - 170px);
}
@media (max-width: 480px) {
  #main-column .news .news-contents dl.news-box dd a {
    padding: 20px 5%;
    display: block;
  }
  #main-column .news .news-contents dl.news-box dd a p.date {
    width: 100%;
    margin-right: 0;
  }
  #main-column .news .news-contents dl.news-box dd a p.ttl {
    width: 100%;
    margin-top: 5px;
  }
}

/*--------------------------------------------
	itemList_wrap
--------------------------------------------*/
#itemList_wrap {
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
  padding-top: min(80px,11.112vw);
}
#itemList_wrap #itemList h1 {
  border-top: none;
  font-size: 1.8rem;
}
#itemList_wrap #itemList .column3 .badge, #itemList_wrap #itemList .column4 .badge, #itemList_wrap #itemList .column5 .badge {
  display: none;
}
#itemList_wrap #itemList p.price span.selling_price, #itemList_wrap #itemList p.price span.taxin {
  color: #3F3832;
}

/*--------------------------------------------
	shopGuide_wrap
--------------------------------------------*/
#shopGuide_wrap {
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
  padding-top: min(80px,11.112vw);
}
#shopGuide_wrap h1 {
  border-top: none;
  font-size: 2.4rem;
  padding: 0 0 30px;
}
@media (max-width: 480px) {
  #shopGuide_wrap h1 {
    font-size: 2rem;
    padding: 0;
  }
}
#shopGuide_wrap section #guide p {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  #shopGuide_wrap section #guide p {
    font-size: 1.4rem;
  }
}
#shopGuide_wrap section #guide table {
  line-height: 1.6;
}
#shopGuide_wrap section #guide table th, #shopGuide_wrap section #guide table td {
  font-size: 1.6rem;
}
#shopGuide_wrap section #guide table th {
  width: 200px;
}
#shopGuide_wrap section #guide table td {
  width: calc(100% - 200px);
}
@media (max-width: 480px) {
  #shopGuide_wrap section #guide table th, #shopGuide_wrap section #guide table td {
    font-size: 1.4rem;
    padding: 10px;
  }
  #shopGuide_wrap section #guide table th {
    width: 30%;
  }
  #shopGuide_wrap section #guide table td {
    width: 70%;
  }
}
#shopGuide_wrap section #guide .chart .ttlShop {
  font-size: 2rem;
}