@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* -----------------------------------------------
common
----------------------------------------------- */
html {
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0;
}

main .inner_wrap {
  max-width: 1080px;
}

main img {
  width: 100%;
}

main a {
  transition: all .3s;
}

.parts_hidden {
  display: none;
}

.sns_icons {
  background-color: #fff;
}

.page_top {
  z-index: 10;
}

/* 任意商品表示パーツ */
.fs-c-productListItem__control {
  display: none;
}

.fs-c-productName__copy {
  display: none;
}

.fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  font-family: 'Noto Sans JP', sans-serif;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-productPrice__addon__label:before {
  content: '（';
}

.fs-c-productPrice__addon__label::after {
  content: '）';
}

.fs-c-productPrice--subscription .fs-c-productPrice__main__label {
  display: none;
}

/* ログイン状態によって価格を切り替える */
.false .fs-c-productPrice--member {
  display: none; /* ログイン中は会員価格非表示 */
}

.true .fs-c-productPrices .fs-c-productPrice:nth-last-child(2) {
  display: none;
}

/* -----------------------------------------------
header
----------------------------------------------- */
#header {
  transform: translateY(-100%);
  transition: all .6s;
}

#header.header_show {
  transform: translateY(0);
}

#group-top_header {
  transform: translateY(-100%);
  transition: all .6s;
}

#group-top_header.group-top_header_show {
  transform: translateY(0);
}

#group-top_header .search,
#group-top_header .search_btn,
#group-top_header .label_nav_sp,
#group-top_header .tel_pc_wrap {
  display: none;
}

#group-top_header  .logo strong {
  display: block;
}

.group-top_nav_wrap {
  transition: all .5s;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}

.gt_nav-open .group-top_nav_wrap {
  left: 0;
  z-index: 9;
}

.group-top_nav_wrap img {
  width: 100%;
}

.group-top_nav_wrap > ul > li {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}

.group-top_nav_wrap > ul > li:first-child {
  border-top: 1px solid #c8c8c8;
}

.group-top_nav_wrap > ul > li:first-child::before {
  content: '';
  width: 24px;
  height: 19px;
  background-image: url(../img/group_top/common/egg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.group-top_nav_wrap > ul > li::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
}

.group-top_nav_wrap > ul > li a {
  display: block;
}

.group-top_nav_wrap > ul > li a:hover {
  background-color: #fdf6de;
}

.group-top_nav_wrap > ul > li a img {
  margin: 0 auto;
  display: block;
}

.gt-nav_logo a {
  display: block;
}

.gt-nav_sns ul {
  margin: 0 auto;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.gt-nav_sns li {
  width: 20px;
}

.gt-nav_sns li a {
  display: block;
}

@media screen and (max-width: 750px) {
  /* header {
    position: relative;
  } */

  .group-top_nav_wrap {
    width: 292px;
    padding: 0 26px;
    height: 708px;
  }

  .gt-nav_heading {
    padding: 70px 0 45px;
    width: 83px;
    margin: 0 auto;
  }

  .group-top_nav_wrap > ul > li a {
    width: 292px;
    margin-left: -26px;
  }

  .group-top_nav_wrap > ul > li a img {
    width: 240px;
  }

  .gt-nav_logo a {
    margin: 37px auto 0;
    width: 152px;
  }

  .gt-nav_sns {
    margin-top: 30px;
  }

  .gt-nav_sns ul {
    width: 181px;
  }

  .gt_nav_close {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .gt_nav_close:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .gt_nav_close:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media screen and (min-width: 751px) {
  #group-top_header .nav {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  #group-top_header .nav.pc > nav {
    display: none;
  }

  /* header .inner_wrap {
    position: relative;
  } */

  .group-top_nav_wrap {
    width: 320px;
    padding: 0 26px;
    height: 600px;
  }

  .group-top_nav_wrap > ul > li a {
    width: 320px;
    margin-left: -26px;
  }

  .group-top_nav_wrap > ul > li a img {
    width: 260px;
  }

  .gt-nav_logo a {
    margin: 42px auto 0;
    width: 152px;
    transition: all .3s;
  }

  .gt-nav_logo a:hover {
    opacity: 0.6;
  }

  .gt-nav_sns {
    margin-top: 32px;
  }

  .gt-nav_sns ul {
    width: 180px;
  }

  .gt-nav_sns li a {
    transition: all .3s;
  }
  
  .gt-nav_sns li a:hover {
    opacity: 0.6;
  }
}

/* -----------------------------------------------
group_footer
----------------------------------------------- */
.group_footer {
  background-color: #fff;
}

.footer_tel_wrap {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .group_footer {
    padding-top: 50px;
  }

  .group_footer_inner {
    width: 100%;
  }

  .bnr_item:nth-child(n + 2) {
    margin-top: 4px;
  }

  .bnr_item a {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .group_footer {
    padding-top: 100px;
  }

  .group_footer_inner {
    width: 760px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bnr_ec-top {
    margin-top: 10px;
    width: 100%;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  
  .bnr_tenbiran {
    width: 375px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  
  .bnr_cococinq {
    margin-top: 10px;
    width: 375px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  
  .bnr_table {
    width: 375px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .bnr_gift {
    margin-top: 10px;
    width: 375px;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  
  .bnr_item a {
    display: block;
    transition: all .3s;
  }
  
  .bnr_item a:hover {
    opacity: 0.6;
  }
}

/* 商品タグ */
.fs-c-productListCarousel__list__item {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  position: relative;
}

.fs-c-productListItem__imageContainer {
  -webkit-order: -2;
  -ms-flex-order: -2;
	order: -2;
}

.fs-c-productMarks {
  -webkit-order: -1;
  -ms-flex-order: -1;
	order: -1;
  font-family: 'Noto Sans JP', sans-serif;
}

.fs-c-productMark__mark:not(.group_show) {
	display: none;
}

.fs-c-mark--coolDelivery,
.fs-c-mark--subscription {
	display: none;
}

.fs-c-productMark__item {
	margin-top: 5px;
	/* display: inline-block; */
}

.fs-c-productMark__mark {
    font-size: 10px;
    height: 18px;
	width: 60px;
    text-align: center;
	border-radius: 3px;
	padding: 0;
	margin: 0 1px 0 0;
}

.fs-c-productMark__mark--1 {
    border: 1px solid #231815;
    color: #231815;
    /* border-radius: 2px; */
}

.fs-c-productMark .subscription,
.fs-c-productMark .hanpukai {
    background-color: #caa846;
	border: 1px solid #caa846;
}

.fs-c-productMark .subscription {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-productMark__mark--36 {
	border: 1px solid #075727;
}

.fs-c-productMark .subscription .fs-c-productMark__label,
.fs-c-productMark .hanpukai .fs-c-productMark__label {
    color: #fff;
}

.fs-c-productList__list__item {
	position: relative;
}

.reitoubin {
	position: absolute;
	top: 10px;
	left: 5.1%;
	width: 27.5%;
	height: auto;
	display: block;
    min-width: initial;
}

.reitoubin img {
	width: 100%;
}

.fs-c-productMark__label {
  display: inline-block;
  text-align: center;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0;
	width: 100%;
}

.souryoukomi {
	border: 1px solid #c1272d;
	color: #c1272d;
}

.fs-c-productMark__mark--31 {
	background-color: #c1272d;
	border: 1px solid #c1272d;
}

/* .fs-c-productListItem__imageContainer {
	margin-bottom: 3px;
} */

.fs-c-mark--preorder {
	margin-top: 3px;
	min-width: 63px;
}

.fs-c-mark--preorder .fs-c-mark__label {
	font-size: 10px;
}

@media screen and (max-width: 750px) {
  .fs-c-productMark__mark {
		width: 46px;
	}

	.fs-c-productMark .subscription img {
		width: 40px;
		display: block;
	}
}

@media screen and (min-width: 751px) {
  .fs-c-productMark .subscription img {
		width: 48px;
		display: block;
	}
}

/* -----------------------------------------------
最近チェックしたアイテム
----------------------------------------------- */
.vieweditems {
  background-color: #fff;
}

.vieweditems .sec_heading h2 {
  letter-spacing: 0.1em;
  font-weight: bold;
}

.vieweditems .sec_heading span {
  letter-spacing: 0.07em;
  font-weight: bold;
}
.vieweditems .page_top {
  display: none !important;
}


@media screen and (max-width: 750px) {
  .vieweditems .sec_heading {
      text-align: center;
      padding-bottom: 30px;
  }

  .vieweditems .sec_heading h2 {
      display: block;
      font-size: 2.05rem;
      margin-bottom: 12px;
  }

  .vieweditems .sec_heading span {
      display: block;
      font-size: 0.8rem;
  }
}

@media screen and (min-width: 751px) {
  .vieweditems .sec_heading {
      text-align: left;
      padding-bottom: 48px;
  }

  .vieweditems .sec_heading h2 {
      display: inline-block;
      font-size: 28px;
      margin-right: 4%;
  }

  .vieweditems .sec_heading span {
      display: inline-block;
      font-size: 16px;
  }
}

.vieweditems_content li {
  width: 14.7%;
  margin-right: 2.2%;
}

.vieweditems_content li:last-child {
  margin-right: 0;
}

.vieweditems_content li a {
  display: block;
}

.vieweditems_content li a:hover {
  opacity: 0.6;
}

.vieweditems_content dt {
  line-height: 1.6;
  letter-spacing: 0;
}

.vieweditems_content dd {
  font-size: 0.97vw;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .vieweditems {
      padding: 63px 0 0;
  }

  .vieweditems .slick-slide > div {
      width: 86%;
  }

  .vieweditems_content {
      width: 100%;
  }

  .vieweditems_content ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow: scroll;
      padding-bottom: 10px!important;
      }
      
  .vieweditems_content li {
      width: 34%;
      min-width: 34%;
  }
  
  .vieweditems_content li img {
      width: 100%;
  }

  .vieweditems_content dt {
      font-size: 1.05rem;
      font-weight: normal;
      margin-top: 12px;
  }

  .vieweditems_content dd {
      margin-top: 12px;
      font-size: 1.05rem!important;
  }
}

@media screen and (min-width: 751px) {
  .vieweditems {
      padding: 178px 0 0;
  }

  .vieweditems_content dt {
      font-size: 13px;
      margin-top: 12px;
  }

  .vieweditems_content dd {
      margin-top: 12px;
  }

  .vieweditems_content ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
}

@media screen and (max-width: 1059px) {
  .vieweditems_content dd .price_newline {
      display: block;
  }

  .vieweditems_content dd {
      font-size: 1vw;
  }
}

@media screen and (min-width: 1060px) {
  .vieweditems_content dd .price_newline {
      display: none;
  }
}

@media screen and (min-width:1341px) {
  .vieweditems_content dd {
      font-size: 13px;
  }
}