.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}
#slider-wrapper .bx-controls-direction a {
  z-index: 100;
}

#slider-wrapper .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#slider-wrapper .bx-wrapper img {
  margin: 0 auto;
}

#slider-wrapper .bx-caption {
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
}

#slider-wrapper .bx-caption span {
  padding: 1.5em;
}

#slider-wrapper .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#slider-wrapper .bx-pager a {
  background: #fff;
}

#slider-wrapper .bx-pager a:hover,
#slider-wrapper .bx-pager a.active {
  background: <{$setting-slide-currentColor}>;
}
ul.bxslider {
    list-style: none !important;
	margin: 0 !important;
}
ul.bxslider li {
    margin: 0 0.75em;
}
ul.bxslider.news_slide li {
    width: 100% !important;
    max-width: 1200px !important;
    display: inline-grid;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0;
    /*background:#fffef6 !important;*/
}
.wantn_slider.wantn_slider_pc a.bx-prev {
    margin-left: -350px;
}
.wantn_slider.wantn_slider_pc a.bx-next {
    margin-right: -350px;
}
.wantn_news .bx-wrapper .bx-viewport {
    background: none;
}
section.wantn_news .bx-wrapper {
    width: 100% !important;
    max-width: 1000px !important;
}
.p-news {
  line-height: 1.5;
  margin: 0;
}
.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: <{$setting-custom-textColor}>;
}

.p-custom-banner__unit--text {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic",/*'Montserrat'*/, sans-serif;
  padding: 30px 10px;
  color: <{$setting-custom-textColor}>;
  background: <{$setting-custom-bgColor}>;
}

.p-custom-banner__unit--text a {
  color: <{$setting-custom-textColor}>;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}
a.thumbnail.hover-zoomin {
    pointer-events: none;
}
section.top_concept_box h3.item_midashi_h3 {
    margin-bottom: 1.25em;
}
section.top_concept_box .wantn_concept_left {
    width: 49%;
    font-size: 1.00em;
	font-weight: normal;
	line-height: 1.75em;
	margin: 0;
	color: #fff;
}
section.top_concept_box .wantn_concept_right {
    width: 50%;
    font-size: 1.00em;
	font-weight: normal;
	line-height: 1.75em;
	margin: 0;
	color: #fff;
}
section.top_kodawari ul.item_cont_list li {
    border-bottom: 1px dashed #fff;
}
section.top_kodawari ul.item_cont_list li:before {
    border: 2px solid #fff;
}
section.top_kodawari ul.item_cont_list li:after {
    background: #ffffff94;
}
section.top_kodawari h3#wantn_specialty{
	color:#fff;
}
div.top_concept_box_bg {
    background: #000000CC;
}
section.top_concept_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25em 0 2.55em 0;
    box-sizing: border-box;
}	

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #slider-wrapper .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
	.p-product-wrap {
    margin-top: 4.25em;
	}		
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}



/*リニューアル追記分*/
ul.c-product-list , .c-product-sort {
    display: none;
}
section.staff_recommend ul.c-product-list{
    display: flex;
}	
.p-header__bar {
    display: none;
}	
.p-header ul {
    list-style-type: none;
    display: inline-block;
    float: right;
}
.shipping_price {
    display: inline-block;
    float: right;
	margin-top: 2.85em;
}	
span.shipping_price_red {
    color: #d2a46c;
}	
.p-global-header__cart-count {
    color: #feca46;
}	
.p-header__user-nav {
    width: auto;
    margin: 2.85em 0 0 0;
}	
.p-global-header {
    display: none;
}	
.p-global-header {
    display: none;
}	
.p-global-header.header_wantn {
    position: fixed;
    display: block;
    background: #FFFEF6;
}
.p-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.p-global-header.header_wantn .p-layout-container {
    max-width: 1200px;
    margin: 0 auto;
}	
.js-fix-height {
    display: none;
}	
p.shopname {
    display: none;
}
a.p-global-header__logo.p-global-header__logo--image.js-header-logo {
    margin-bottom: 0;
}	
dl.information {
    display: none;
}	
dl.p-global-nav__unit.js-global-nav-list {
    display: none;
}
.p-sub-header {
    display: none;
}	
.c-topic-path {
    display: none;
}	
h2.c-section__heading {
    display: none;
}	
.p-global-header {
	padding: 0;
}		
a.p-global-header__logo.p-global-header__logo--image.js-header-logo {
    max-width: 220px;
}	
	
/*ドロップダウンメニュー*/	
/*.dropmenu_bg {
  width: 100%;
  margin: 0 auto;
    background: #d2a46c;
    display: inline-block;
}
#dropmenu {
  list-style-type: none;
  width: 100%;
	max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li {
  position: relative;
  width: calc(100%/6);
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
    display: block;
    margin: 0;
    padding: 0.95em 0;
    background: #d2a46c;
    color: #fff;
    text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #d2a46c;
  text-align: left;
}
#dropmenu > li:hover > a {  background: #d2a46c }
#dropmenu > li:hover li:hover > a {  background: #be8d51 }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}*/	
/*ドロップダウンメニューここまで*/	
	
.p-layout-container {
    padding: 0;
	margin: 0;
    width: 100%;
    max-width: unset;
}		
.c-section {
    margin: 0;
}	
.c-section__container {
    max-width: unset;
	width: 100%;
}	
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff4cd !important;
}		
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #feca46B3 !important;	
}
.staff_list_3clm_sp .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFEF6 !important;
}
.staff_list_3clm_sp .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #feca46B3 !important;
}
ul.wantn_news_list {
    list-style: none;
    padding: 0.85em 1.85em;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
	background: #fffef6;
	border-radius: 50px;
}	
.wantn_news ul.bxslider li {
    padding: 0.55em 1.25em;
    box-sizing: border-box;
    max-width: 340px;
}
.wantn_news .bx-viewport {
    height: auto !important;
}
.wantn_news .bx-wrapper .bx-pager {
    display: none;
}
.wantn_news .bx-wrapper {
    margin-bottom: 0;
}
.wantn_slider {
  overflow: hidden; /*横スクロールさせないようにする*/
	margin-top: 7.50em;
}
.wantn_slider.wantn_slider_sp {
    display: none;
}
.wantn_slider .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
    background: none;
    border: none;
    box-shadow: none;
}	
.wantn_slider .bx-viewport {
	background: transparent !important;
	border: 0;
	overflow: visible !important;/* 両サイドが表示される*/
	/*height: 500px !important;*/
	/*z-index: 1;*/ /*スマホやタブレットでスワイプできないときに指定*/
}
.wantn_slider ul.bxslider li {
    margin: 0 auto;
    padding: 0 0.25em;
    box-sizing: border-box;
}
.bx-wrapper .bx-prev {
  left: -48px !important;
	background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/cHJldm5leHQy.png?cmsp_timestamp=20240605105424) no-repeat 0 -32px !important;
}
.bx-wrapper .bx-next {
  right: -51px !important;
	background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/cHJldm5leHQy.png?cmsp_timestamp=20240605105424) no-repeat -43px -32px !important;
}
.wantn_news .bx-wrapper .bx-prev {
    left: -68px !important;
    top: 25px;
	background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/cHJldm5leHQ.png?cmsp_timestamp=20240605105736) no-repeat 0 -32px !important;
}
.wantn_news .bx-wrapper .bx-next {
  right: -68px !important;
    top: 25px;
	
	background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/cHJldm5leHQ.png?cmsp_timestamp=20240605105736) no-repeat -43px -32px !important;
}
a.bx-prev {
    margin-left: 29px;
}	
a.bx-next {
    margin-right: 15px;
}
.wantn_slider {
    position: relative;
}	
	
span.catch_big {
    font-size: 1.75em;
}	
span.catch_medium {
    font-size: 1.25em;
}	
.bx-controls.bx-has-pager.bx-has-controls-direction {
    margin-top: 1.25em;
    display: flex;
}			
.p-page-content {
    position: relative;
    overflow: hidden;
    margin: 7.30em 0 0 0;
	width: 100%;
}
	
section.wantn_catch {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/Ymdfd2FudG5fbGVmdA.png) no-repeat top left;
	}
section.wantn_catch .c-section.p-layout-container{
    width: 100%;
    margin: 0;
    background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/Ymdfd2FudG5fcmlnaHQ.png) no-repeat top right;
	max-width: none;
}	
section.wantn_catch h2.top_ttl {
    text-align: center;
    padding-top: 1.45em;
    font-size: 2.05em;
    color: #d2a46c;
}	
section.wantn_catch h2.top_ttl:before {
    content:none;
}	
.wantn_catch_img {
    max-width: 254px;
    margin: 3.05em auto 2.05em auto;
}
.wantn_catch_box{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 2.25em 0 0 0;
}	
.wantn_catch_left {
    display: inline-block;
    width: 52%;
	vertical-align: middle;
	text-align: center;
}	
.wantn_catch_left img {
}	
.wantn_catch_right {
    display: inline-block;
    width: 43%;
    line-height: 1.75em;
    margin-left: 3%;
    font-size: 1.10em;
	vertical-align: middle;
  text-align: right;
}	
.wantn_catch_right img {
    max-width: 440px;
}
ul.wantn_effect {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 1.75em;
}	
ul.wantn_effect li {
    background: linear-gradient(transparent 75%, #d1c0a5 70%);
    width: fit-content;
    margin: 0 auto 0.35em auto;
}	
.wantn_effect_box {
    border: 2px solid #7c5500;
    border-radius: 1.25em;
    position: relative;
    padding: 1.55em 7.55em 1.55em 2.25em;
	margin-top: 2.25em;
	background: #d2a46c1a;
	text-align: left;
    line-height: 1.55em;
}	
.wantn_effect_box img {
    max-width: 163px;
    top: -3.65em;
    right: -3.45em;
    position: absolute;
}
p.wantn_catch_nutrition {
    padding: 0;
    width: 100%;
    margin: 1.55em 0;
    text-align: center;
}	
ul.wantn_item_ranking {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 2.25em auto !important;
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
}
ul.wantn_item_ranking li {
        padding: 20px 20px 50px;
    position: relative;
    text-align: center;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
ul.wantn_item_ranking li a {
    color: #121212;
    text-decoration: none;
}
section.category_list {
    background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/x9i3yrzMv78z.png?cmsp_timestamp=20241225114055) top center repeat;
    margin: 1.25em 0 0 0;
    background-size: cover;
}
section.category_list .c-section.p-layout-container {
    background: #fff4cdE6;
}
	

/*カテゴリー一覧*/
ul.category_list_2clm {
   list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    margin: 2.55em 0;
}
ul.category_list_5clm {
   list-style: none;
    padding: 0;
    margin: 0 0 2.15em 0;
    display: flex;
}
ul.category_list_2clm li {
    width: calc(99% / 2);
    padding-right: 0.55em;
	margin-bottom: 0.85em;
    box-sizing: border-box;
    display: inline-block;
}
.category_list_2clm_ttl {
	position: relative;
}
ul.category_list_2clm li:nth-child(2n) , ul.category_list_5clm li:last-child {
    padding-right: 0;
}
ul.category_list_2clm li a {
    display: block;
    padding: 1.25em 0.95em 1.25em 0.95em;
    box-sizing: border-box;
    text-decoration: none;
    color: #231815;
    font-size: 1.05em;
    font-weight: bold;
    text-align: left;
    border-radius: 12px;
    border: 3px solid #d2a46c66;
	background: #fff;
}
ul.category_list_2clm li img {
    max-width: 61px;
    position: absolute;
    right: 1.25em;
    top: 0.25em;
}
ul.category_list_2clm_item {
	list-style: none;
	padding: 0;
    display: block;
    width: 100%;
	margin: 0;
}
ul.category_list_2clm_item li {
    width: calc(99% / 2);
    padding-right: 0.55em;
	margin-bottom: 0.85em;
    box-sizing: border-box;
    display: inline-block;
	vertical-align: top;
}
ul.category_list_2clm_item li a {
    border: 0;
    background: none;
}
ul.category_list_2clm_item li img {
    max-width: none;
    position: unset;
    top: unset;
    right: unset;
    margin-bottom: 1.05em;
}

ul.category_list_5clm li {
    width: 100%;
    margin-right: 5.15em;
    box-sizing: border-box;
	position: relative;
}
ul.category_list_5clm li:last-child {
    margin-right: 0;
}
ul.category_list_5clm li img {
    position: absolute;
}
ul.category_list_5clm li p {
    position: absolute;
    z-index: 2;
    top: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.20em;
    padding: 36% 0.55em 38% 0.55em;
    margin: 0 auto;
    line-height: 1.55em;
    width: 100%;
    box-sizing: border-box;
}

/*ランキング・こんなわんちゃんにおすすめスライドショーここから*/
.wantn_item_ranking_sp {
	display: none;
}
.wantn_type_sp {
	display: none;
}
.category_list_5clm_sp {
	display: none;
}
.staff_list_3clm_sp {
	display: none;
}
/*ランキング・こんなわんちゃんにおすすめスライドショーここから*/


section.wantn_type {
    background: #d2a46c34;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 3.50em 0 4.25em 0;
}	
ul.wantn_type_list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 5.25em 0 0 0;
}	
ul.wantn_type_list li {
    padding-right: 8.25em;
}
ul.wantn_type_list li:nth-child(2n) {
    padding-right: 0;
}	
ul.wantn_type_list li a img {
    max-width: 415px;
}	
img.wantn_ranking_no {
    max-width: 55px;
    margin-bottom: 0.5em;
}
img.wantn_ranking_pat {
    max-width: 92px;
    position: absolute;
    top: -2.85em;
    right: -1.25em;
}
.wantn_item_name {
    line-height: 1.55em;
    font-size: 1.05em;
    font-weight: bold;
	max-width: 415px;
	    margin-top: 1.25em;
}	
.wantn_price_box{
	color: #c20000;
    font-weight: bold;
	display: block;
}
span.wantn_price {
    font-size: 1.25em;
}
span.wantn_tax {
    font-size: 0.90em;
}
ul.wantn_type_list li {
    position: relative;
}
ul.wantn_type_list li a {
    color: #121212;
    text-decoration: none;
}	
.wantn_type_circle {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #6b4a2b;
    position: absolute;
    top: -3.025em;
    left: -3.25em;
    text-align: center;
    padding: 2.65em 1.65em 1.85em 1.65em;
    line-height: 1.45em;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
}	
.wantn_type_circle img {
    max-width: 108px;
}	
section.wantn_ranking {
    margin-top: -0.45em;
}	
section.wantn_type , section.wantn_concept {
    margin-top: 5.55em;
}	
section.wantn_concept {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.wantn_concept_box{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}	
.wantn_concept_left {
    display: inline-block;
    width: 57%;
	vertical-align: middle;
	line-height: 1.55em;
}	
.wantn_concept_right {
    display: inline-block;
    width: 38%;
    line-height: 1.75em;
    margin-left: 3%;
    font-size: 1.25em;
	vertical-align: middle;
}	
section.instagram_cont {
    padding: 3.25em 0 2.25em 0;
    /*background: #fff4cd;*/
}
section.wantn_ranking h2 , section.category_list h2 , section.instagram_cont h2 {
    font-size: 2.25em;
    margin: 0;
	color: #231815;
	text-align: center;
}
section.instagram_cont h2 {
    margin-bottom: 0.65em;
}	

section.category_list {
    width: 100%;
    margin: 3.55em auto 2.05em auto;
    display: flex;
}	
section.category_list h2 {
    margin: 0 0 0.55em 0;
}
section.category_list.top_kodawari {
    margin-top: 0;
}
section.top_kodawari {
    background: url(https://img07.shop-pro.jp/PA01408/527/etc_base64/a29kYXdhcmlfYmFjaw.png?cmsp_timestamp=20241119105647) top center repeat;
    margin: 0 0 1.25em 0;
	background-size: cover;
}
section.wantn_ranking h3 , section.category_list h3 {
    color: #231815;
	text-align: center;
    font-size: 1.75em;
	margin-bottom: 0.25em;
}
ul.group_corner {
    width: 100%;
    max-width: 1200px;
    margin: 3.25em auto;
	list-style: none;
}
ul.group_corner li {
    background: #fefef6;
    border-radius: 8px;
    padding: 3.45em 3.25em;
    box-sizing: border-box;
    margin: 3.25em 0;
}
h4.group_ttl {
    text-align: center;
    font-size: 1.70em;
    margin: 0;
	/*margin: 0 0 1.75em 0;*/
}
.group_left {
    width: 49%;
    display: inline-block;
	vertical-align: top;
	text-align: center;
}
.group_right {
    width: 50%;
    display: inline-block;
	vertical-align: middle;
}
img.group_icon {
    max-width: 180px;
	margin-bottom: 1.75em;
}
.group_left p {
	    margin: 0 auto 0.55em auto;
    max-width: 400px;
    line-height: 1.95em;
}
.group_more {
    max-width: 220px;
    text-align: center;
    margin: 1.75em auto;
    display: flex;
}
.group_more a {
    display: block;
    width: 100%;
    padding: 0.55em;
    color: #000;
    border: 1px solid #ddd;
}
.group_more a:hover {
    background: #fff4cd;
    border: 1px solid #fff4cd;
    text-decoration: none;
}
.group_more_down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.55em;
  height: 0.55em;
  border: 0.09em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-40%) rotate(135deg);
margin-left: 0.55em;
}

ul.group_items {
    list-style: none;
    width: 100%;
    display:flex;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin: 0;
    padding: 0;
}
ul.group_items li {
    padding: 1.00em;
    box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	border-radius: 0;
    display:flex;
    flex-direction: column;
    margin: 0;
}
ul.group_items li a.c-product-list__image-wrap {
    width: 100%;
    box-sizing: border-box;
}


h2.wantn_story_h2 {
    text-align: center;
    font-size: 2.55em;
    position: relative;
    display: inline-block;
    margin-bottom: 0.65em;
    width: 100%;
    padding-bottom: 0.45em;
}
h2.wantn_story_h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d2a46c;
    border-radius: 2px;
}
span.wantn_story_h2_kana {
    font-size: 0.35em;
    font-weight: normal;
    position: absolute;
    margin-top: -2.05em;
    letter-spacing: 1.75em;
}
ul.wantn_story_list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 1.25em 0;
}
ul.wantn_story_list li {
    width: 200px;
    height: 190px;
    border-radius: 50%;
    position: relative;
    background: #d2a46c;
    text-align: center;
    padding: 0em;
    color: #fff;
    margin-right: 4px;
    box-sizing: border-box;
}
ul.wantn_story_list li:last-child {
    padding-right: 0;
}
ul.wantn_story_list h3 {
    color: #fff;
    margin-bottom: 0.55em;
    margin-top: 1.25em;
}
ul.link_btn {
	list-style: none;
    font-weight: bold;
	padding: 0;
	margin: 0;
}	
ul.link_btn li {
    width: 49%;
    display: inline-block;
}
ul.link_btn li a {
    color: #000000;
    text-decoration: none;
    padding: 0.55em 1.25em;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    /*border: 3px solid #d2a46c66;*/
}
ul.link_btn > li:hover > a {
    text-decoration:underline;
    opacity: 1;
}
.wantn_story_left {
    display: inline-block;
    width: 58%;
    vertical-align: middle;
    line-height: 1.55em;
}	
.wantn_story_right {
    display: inline-block;
    width: 36%;
    line-height: 1.75em;
    margin-left: 5%;
    vertical-align: bottom;
}	
.wantn_story_left p {
    width: 90%;
    margin: 0.55em 5% 1.2em 5%;
    line-height: 1.75em;
}	
.wantn_story_right img {
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}
	
.wantn_att {
    background: #d2a46c34;
    padding: 0.55em 1.55em;
    text-align: center;
    margin: 2.55em auto 0 auto;
    width: 100%;
    max-width: 1150px;
	box-sizing: border-box;
}
h2.concept_inochi_ttl {
    color: #d2a46c;
    font-size: 1.75em;
}
	
section.staff_recommend {
    display: block;
    background: #fefef6;
    padding: 2.25em 0 0.1em 0;
    margin: 2.55em calc(50% - 50vw) 3.05em calc(50% - 50vw);
}
section.staff_recommend h2.top_ttl {
    color: #6B4A2B;
    font-size: 1.65em;
    letter-spacing: 0.04em;
    text-align: center;
}	
section.staff_recommend h3.top_subttl {
    color: #231815;
    font-size: 2.05em;
    display: block;
    padding: 0 0 0.35em 0;
    text-align: center;
    margin: 0;
}
.staff_img {
    display: inline-block;
    width: 26%;
}
p.staff_comment {
    display: inline-block;
    width: 70%;
    margin-left: 2%;
    vertical-align: top;
	margin-top: 0.15em;
    text-align: left;
    line-height: 1.55em;
	}
section.staff_recommend li.c-product-list__item {
    border: 2px solid #ababab;
    margin-right: 2%;
	padding-top: 2.05em;
    box-sizing: border-box;
    border-radius: 1.55em;
    width: 31%;
    background: #fff;
}
section.staff_recommend li.c-product-list__item img {
    max-width: 295px;
}	
section.staff_recommend .c-product-list__image-wrap {
    background: none;
}	
section.staff_recommend a.c-product-list__image-wrap.c-image-wrap.c-image-wrap--link {
    background: none;
}	
section.staff_recommend li.c-product-list__item:nth-child(3n) {
    border: 2px solid #ababab;
}
ul.c-product-list.staff_list_3clm {
    border: 0;
	width: 100%;
    max-width: 1200px;
    margin: 1.25em auto 3.05em auto;
}	
ul.c-product-list.staff_list_3clm a.c-product-list__name {
    text-align: left;
}
a.c-product-list__name {
    text-align: left !important;
}
.c-product-list__price {
    text-align: left !important;
}
.c-product-list__image-wrap {
    border-width: 0;
}	
.c-product-list::before {
    background: none;
}	
section.wantn_eatn_link {
    border: 1px solid;
    border-radius: 1.25em;
	padding: 1.55em;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;	
	box-sizing: border-box;
}	
	
.wantn_eatn_left {
    display: inline-block;
    width: 55%;
    margin-right: 2%;
	text-align: center;
	vertical-align: middle;
}
.wantn_eatn_right {
    display: inline-block;
    width: 40%;
    margin-right: 2%;
	vertical-align: middle;
	}
.wantn_eatn_left img {
    max-width: 490px;
    margin: 1.05em 0;
}
p.wantn_eatn_link_catch {
    font-size: 1.10em;
    margin: 0;
}	
p.wantn_eatn_link_catch br{
    display: none;
}	
p.wantn_eatn_link_ttl {
    margin: 0;
}	
section.wantn_eatn_link a {
    text-decoration: none;
    color: #121212;
    padding: 0;
}	
.c-product-sort {
    max-width: 1200px;
}	
section.wantn_type h2.wantn_type_ttl {
    text-align: center;
    font-size: 2.25em;
    color: #d2a46c;
}	
section.wantn_type h2.wantn_type_ttl_sp {
    text-align: center;
    font-size: 2.25em;
    color: #d2a46c;
	display: none;
}		
section.wantn_story {
    margin: 4.55em auto 0 auto;
    max-width: 1200px;
    width: 100%;
}	
	
.p-layout-container.list_checked_item {
    display: none;
}
	
/*フッター*/	
.p-footer {
    background: #d2a46c;
	margin-top: 4.55em;
}
.p-footer-guide__unit:nth-child(1) {
    width: 45%;
    padding-left: 0;
}	
.p-footer-guide__unit:nth-child(2) {
    width: 30%;
}	
.p-footer-guide__unit:nth-child(3) {
    width: 25%;
    padding-right: 0;
}	

.p-shop-info.footer_wantn {
    background: none;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}	

.p-footer-guide.u-visible--tablet {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}	
.p-shop-info__manager.p-shop-info__manager--half {
    color: #fff;
}	
h3.footer_name {
    letter-spacing: 0.03em;
	font-size: 22px;
}
p.footer_address {
    letter-spacing: 0.03em;
    line-height: 1.55em;
}
p.footer_address img {
    max-width: 380px;
    margin-top: 0.55em;
	margin-bottom: 0.85em;
}	
.p-shop-info__calendar.p-shop-info__calendar--half {
    background: #fff;
    padding: 2.05em 0;
    border-radius: 27px;
}	
.p-calendar__table {
    white-space: nowrap;
}	
.p-calendar__table table {
    display: inline-block;
    margin: 0;
}	
table.tbl_calendar {
    padding: 0 1.65em;
}
.p-calendar__note {
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}		
.p-footer-guide.u-visible--tablet {
    background: none;
    color: #fff;
}	
.p-footer-guide__heading {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.75em 0;
    padding: 0.5em 0;
    text-align: center;
    border-bottom: 7px solid #ffffff34;
    color: #fff;
}	
dt.p-footer-guide__label {
    font-weight: bold;
	line-height: 1.5;
    margin: 10px 0;
}	
.p-footer-guide__content {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 40px;
}	
.p-global-footer {
    background: none;
}	
.p-global-footer a {
    color: #ffffff;
	text-decoration: none;
}	
ul.p-global-footer__social-nav {
    width: 100%;
    text-align: center;
	margin: 0 0 1.75em 0;
}	
	
ul.footer_glo_menu {
    list-style: none;
    padding: 0;
	text-align: center;
}
ul.footer_glo_menu li {
    display: inline-block;
    text-align: center;
    padding: 0 1.15em;
}
.p-global-footer__social-nav {
    margin: 0 0 2.55em 0;
}
.p-global-footer {
    padding: 1.25em 0px 1.75em 0px;
    border-top: 1px solid #ffffff34;
}	
bottom__copyright {
    float: none;
    text-align: center;
}	
.p-footer-bottom__credit {
    display: none;
}	
.p-footer-bottom__pagetop a {
    background: #ffffff34;
}	
.p-footer-bottom__copyright{
	float: none;
	text-align: center;
}	
.pig-wrap {
    display: none;
}	
.snap_widget_sp{
	display: none;
}
.snap_widget_pc {
    max-width: 1200px;
    margin: 0 auto;
}
img.wantn_catch_right01 {
    margin: 0 auto;
    text-align: center;
    display: block;	
}

img.wantn_catch_right02 {
    max-width: 252px;
    margin: 0 auto;
    text-align: center;
    display: block;	
}
	
/*動画ここから*/
div.vid_contents {
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
	padding: 0;/*ここで動画の周りの余白を調整*/
	background: #FFFEF6;/*余白の背景色*/
	margin-top: 5.55em;
}
video.vid_main {
	width: 100%;
	max-width: 800px;/*PC版での最大幅*/
}
/*動画ここまで*/
	
	
@media screen and (max-width: 599px) {
body{
    font-size: 0.95em;	
	overflow-x: hidden;
}	
div#js-sp-header.headroom--top {
    margin-top: 1.75em !important;
}	
div#js-sp-header {
    background: none !important;
}	
.p-top-logo {
    display: none;
}	
.wantn_slider{
	display: block;
	margin-top: 5.55em;
}	
.wantn_slider.wantn_slider_pc {
    display: none;
}
.wantn_slider.wantn_slider_sp {
    display: block;
}
section.wantn_news .bx-viewport {
    max-height: 50px;
}	
.bx-wrapper {
    width: 100%;
    margin: 0;
}
ul.bxslider li {
    margin: 0;
}	
a.bx-prev {
    margin-left: 0;
}	
a.bx-next {
    margin-right: 0;
}	
/*
.wantn_slider.wantn_slider_sp .bx-wrapper:before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 22%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #6B4A2B, transparent);
    opacity: 0.5;
}
.wantn_slider.wantn_slider_sp .bx-viewport:before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 29%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #6B4A2B, transparent);
    opacity: 0.6;
}*/		
ul.wantn_news_list {
    padding: 0.85em 0.75em;
    line-height: 1.55em;
	font-size: 0.90em;
	border-radius: 10px;
}	
section.wantn_catch .c-section.p-layout-container {
    background: none;
}	
section.wantn_catch , section.wantn_news {
    width: 100%;
    padding: 1.25em;
    box-sizing: border-box;
    background-size: contain;
	}
section.wantn_news {
	padding-top: 0;
	padding-bottom: 0;
	}	
section.wantn_news ul.bxslider {
    background: none;
}	
ul.wantn_effect {
    font-size: 1.25em;
	margin: 0;
}	
	
section.wantn_ranking h3, section.category_list h3 {
    font-size: 1.45em;
}	
section.wantn_ranking h2, section.category_list h2 {
    font-size: 1.65em;
}	
	
/*商品カテゴリーここから*/
ul.category_list_2clm {
    padding: 0 1.25em;
	box-sizing: border-box;
}
ul.category_list_2clm li {
    width: 100%;
    padding-right: 0;
}
ul.category_list_2clm_item li {
    width: calc(98% / 2);
    padding-right: 0;
}	
ul.category_list_2clm_item li a {
    padding: 1.25em 0.35em 1.25em 0.35em;
}	
.category_list_5clm {
	display: none !important;
}	
/*商品カテゴリーここまで*/

/*ランキング・こんなわんちゃんにおすすめスライドショーここから*/
ul.wantn_item_ranking {
	display: none !important;
}	
ul.wantn_type_list {
	display: none !important;
}		
ul.staff_list_3clm_sp {
	display: none !important;
}	
ul.staff_list_3clm_sp a.c-product-list__name {
	text-align: left;
}		
section.staff_recommend ul.c-product-list.staff_list_3clm {
	display: none !important;
}	
.wantn_item_ranking_sp , .wantn_type_sp , .category_list_5clm_sp{
	display: block;
    width: 100%;
    padding: 0 3.75em;
    box-sizing: border-box;
	margin-top: -0.95em;
	margin-bottom: 4.25em;	
}
.staff_list_3clm_sp {
	display: block;
    width: 100%;
    padding: 0 3.15em;
    box-sizing: border-box;
	margin-top: 1.05em;
	margin-bottom: 3.25em;	
}	
.wantn_item_ranking_sp .bx-wrapper .bx-viewport , .wantn_type_sp .bx-wrapper .bx-viewport , .staff_list_3clm_sp .bx-wrapper .bx-viewport , .category_list_5clm_sp .bx-wrapper .bx-viewport {
    background: none;
    box-shadow: unset;
    padding: 0;
    box-sizing: border-box;
}
.wantn_news .bx-wrapper .bx-viewport {
    background: none;
}	
.wantn_item_ranking_sp .bx-wrapper .bx-viewport {
	min-height: 448px !important;
}		
.wantn_type_sp .bx-wrapper .bx-viewport {
	min-height: 490px !important;
}
.category_list_5clm_sp .bx-wrapper .bx-viewport {
	min-height: 300px !important;
}		
.staff_list_3clm_sp .bx-wrapper .bx-viewport {
	min-height: 558px !important;
}		
.wantn_item_ranking_sp ul.bxslider li {
    padding-top: 1.55em;
}
.category_list_5clm_sp ul.bxslider li {
    padding-top: 1.55em;
}	
.wantn_type_sp ul.bxslider li {
    padding-top: 4.55em;
}	
.wantn_item_ranking_sp img.wantn_ranking_no {
    max-width: 55px;
	padding-top: 0.5em;
}	
.wantn_item_ranking_sp a , .wantn_type_sp a , .staff_list_3clm_sp a {
    color: #000000;
	text-decoration: none;
}	
.category_list_5clm_sp li {
	position: relative;
}
.category_list_5clm_sp li p {
    position: absolute;
    z-index: 2;
    top: 9%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.50em;
    padding: 36% 0.55em 38% 0.55em;
    margin: 0 auto;
    line-height: 1.55em;
    width: 100%;
    box-sizing: border-box;
}	
.wantn_type_sp .wantn_type_circle {
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
    padding: 2.05em 0.75em 0.85em 0.75em;
    line-height: 1.45em;
    font-size: 1.05em;
}	
.wantn_type_sp .wantn_type_circle img {
    margin: 0 auto;
    max-width: 76px;
}	
.staff_list_3clm_sp ul.bxslider.c-product-list {
    border: 0;
}	
.staff_list_3clm_sp .staff_img {
	vertical-align: middle;
}	
.staff_list_3clm_sp p.staff_comment {
    width: 68%;	
	vertical-align: middle;
}	
.staff_list_3clm_sp section.staff_recommend li.c-product-list__item	 {
   padding-top: 1.05em;
}	
/*ランキング・こんなわんちゃんにおすすめスライドショーここまで*/

/*コンセプトここから*/
section.top_concept_box {
    max-width: 1200px;
    margin: 0 auto;
}	
section.top_concept_box h3.item_midashi_h3 {
    margin: 2.25em 0 1.25em 0;
    color: #fff;
}	
section.top_concept_box .wantn_concept_left {
    width: 100%;
    margin: 0;
    padding: 0 1.25em;
    box-sizing: border-box;
}
section.top_concept_box .wantn_concept_right {
    width: 100%;
    margin: 0;
    padding: 0 1.25em;
    box-sizing: border-box;
}	
/*コンセプトここまで*/

	
section.wantn_catch h2.top_ttl {
    font-size: 1.75em;
    line-height: 1.55em;
}	
.wantn_catch_img {
    max-width: 254px;
}
.wantn_catch_box {
    padding: 0;
}	
.wantn_catch_left , .wantn_catch_right {
    width: 100%;
    margin: 0;
    margin-top: 1.55em;
    padding: 0 0.85em;
    box-sizing: border-box;
}	
.wantn_catch_right img {
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
    display: block;
}	
.wantn_effect_box {
    border: 2px solid #7c5500;
    border-radius: 1.25em;
    position: relative;
    padding: 1.55em 1.55em 1.55em 1.55em;
    margin-top: 3.25em;
    width: 100%;
    box-sizing: border-box;
}	
.wantn_effect_box img {
    max-width: 100px;
    top: -4.75em;
    right: 1.05em;
    position: absolute;
}	
p.wantn_catch_nutrition {
    padding-left: 0;
}	
section.wantn_ranking, section.wantn_type, section.wantn_concept {
    margin-top: 1.55em;
}	
ul.wantn_item_ranking , ul.wantn_type_list {
    display: block;
}	
ul.wantn_item_ranking {
    margin-top: 3.25em;
}	
ul.wantn_item_ranking li {
    padding: 0 2.25em;
    margin-bottom: 4.25em;
}
ul.wantn_item_ranking li:last-child {
    padding: 0 2.25em;
    margin-bottom: 4.25em;
}	
img.wantn_ranking_no {
    top: -1.85em;
    left: 1.75em;
}	
ul.wantn_item_ranking li:nth-child(1) {
    padding: 0 4.35em;
}
ul.wantn_item_ranking li:nth-child(2) {
    margin-right: 3%;
    margin-left: 3%;
}	
ul.wantn_item_ranking li:nth-child(2), ul.wantn_item_ranking li:nth-child(3) {
    width: 45%;
    display: inline-block;
    padding: 0;
}	
section.wantn_type h2.wantn_type_ttl {
    display: none;
}	
section.wantn_type h2.wantn_type_ttl_sp {
    display: block;
}	
ul.wantn_type_list {
    display: block;
    width: 100%;
}	
ul.wantn_type_list li {
    width: 45%;
    display: inline-block;
    padding: 0;
    margin-bottom: 2.25em;
}	
ul.wantn_type_list li:nth-child(2)	{
    padding: 0;
}	
ul.wantn_type_list li:nth-child(1) , ul.wantn_type_list li:nth-child(3)	{
    margin-right: 3%;
    margin-left: 3%;
}
.wantn_type_circle {
    width: 120px;
    height: 120px;
    top: -7.025em;
    left: -0.45em;
    padding: 2.45em 1.05em 0.85em 1.05em;
    line-height: 1.30em;
    font-size: 0.78em;
}
.wantn_type_circle img {
    max-width: 58px;
}	
section.wantn_type {
    padding: 2.25em 0 2.25em 0;
	   width: 100%;
    margin: 0;
    box-sizing: border-box;
}	
section.wantn_type h2.wantn_type_ttl_sp {
    font-size: 1.65em;
    line-height: 1.50em;
}	
div.vid_contents {
    margin-top: 0;
}	
.wantn_story_left , .wantn_story_right {
    width: 100%;
    margin: 0;
}	
ul.wantn_story_list {
    display: block;
	margin: 0 auto 2.05em auto;
}	
ul.wantn_story_list li {
    margin: 0 auto 0.55em auto;
    padding-top: 0.65em;
}
.wantn_att {
    padding: 0.8em 1.55em;
    text-align: left;
    line-height: 1.45em;
}
section.staff_recommend {
    width: 100%;
    margin: 1.25em 0;
    box-sizing: border-box;
	margin-top: 0;
}	
ul.c-product-list.staff_list_3clm {
    display: block;
    padding: 0.85em;
    margin: 0;
    width: 100%;
    box-sizing: border-box;	
}	
ul.c-product-list.staff_list_3clm li {
    box-sizing: border-box;
    width: 100%;
    padding: 1.25em;
	margin-bottom: 1.25em;
}	
section.wantn_eatn_link {
    margin: 0 0.75em;
    box-sizing: border-box;
    width: auto;
}	
.wantn_eatn_left {
    width: 100%;
    margin: 0;
}	
.wantn_eatn_right {
    width: 100%;
    margin: 0;
    margin-top: 0.55em;
}	
p.wantn_eatn_link_catch br{
    display: block;
}		
.footer_wantn p.footer_address img {
    max-width: 324px;
}
.p-shop-info__calendar.p-shop-info__calendar--half {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    display: block;
}	
table.tbl_calendar {
    width: 100%;
    display: block;
}	

.footer_wantn .p-calendar__table {
    white-space: unset;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
}
.footer_wantn .p-shop-info__calendar.p-shop-info__calendar--half {
    width: 89%;
}	
.footer_wantn table.tbl_calendar {
    padding: 0 1.65em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: inline;
}	
.footer_wantn .p-calendar__note {
    padding: 0.55em 2.25em;
}	
.p-global-footer a {
    color: #ffffff;
    text-decoration: none;
}	
.footer_wantn ul.footer_glo_menu li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #2318151A;
    padding: 1.25em;
	box-sizing: border-box;
}	
.footer_wantn ul.footer_glo_menu li:last-child {
    border-bottom: 0;
}	
.p-footer_wantn .p-shop-info.footer_wantn {
    padding: 1.75em 1.25em;
}	
.p-global-footer {
    padding-bottom: 0;
}
.snap_widget_pc{
	display: none;
}
.snap_widget_sp{
	display: block;
}
.caption-overlay .caption-details {
    margin-top: 0.55em;
    padding-top: 0.55em;
    height: -webkit-fill-available;
	font-size: 0.65em;
}	
a.thumbnail.hover-zoomin {
    pointer-events: none;
}	
ul.link_btn li a {
    padding: 0.55em 0.70em;
    text-align: center;
}	
.group_left {
    width: 100%;
}
.group_right {
    width: 100%;
}
.footer_category {
    width: 96%;
    margin: 2%;
    padding: 1.05em 1.15em;
    box-sizing: border-box;
}	
ol.footer_category_list li {
    padding-left: 1.5em;
    width: 100%;
    line-height: 2.25em;
    box-sizing: border-box;
}	
ol.footer_category_list li::before {
    top: 8px;	
}
ul.group_corner {
    width: 96%;
    margin: 1.85em 2%;
}	
ul.group_corner li {
    background: #fefef6;
    border-radius: 8px;
    padding: 3.45em 1.05em;
    box-sizing: border-box;
    margin: 3.25em 0;
}	
ul.group_items {
    border-left: 0px solid #eaeaea;
    border-top: 0px solid #eaeaea;
}	
ul.group_items li {
    padding: 0.55em;
    box-sizing: border-box;
    width: 50%;
    border-right: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    margin: 0;
}	
}
