@charset "euc-jp";
/* @charset "utf-8"; */



#slide {
	margin: -2.5rem auto 0;
}
.swiper-container {
	padding: 50px 0 0 !important;
	width: 100%;
}
.swiper-slide h4.title {
	margin: 0 0 .5rem !important;
	font-size: 1.45rem !important;
}
.swiper-slide p {
	margin: 0 0 !important;
	font-size: 1.3rem !important;
	text-align: right !important;
}
.swiper-img {
	margin: 0 auto .75rem !important;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.swiper-button-prev, .swiper-button-next {
	margin-top: 0 !important;
	width: 32px !important;
	height: 40px !important;
}
.swiper-slide-next, .swiper-slide-prev {
	opacity: 1;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 60px !important;
	left: auto !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	right: 10px !important;
	left: auto !important;
}
.swiper-button-prev, .swiper-button-next {
	top: 0 !important;
}
.swiper-button-prev::before, .swiper-button-next::before {
	padding: 0 1.5rem;
	font-size: 2.7rem;
	color: #FFF;
	font-weight: 900;
	background-color: #ec9704;
}
.swiper-button-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f104";
	opacity: 0.9;
	color: #FFF;
}
.swiper-button-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	opacity: 0.9;
	color: #FFF;
}
section#omoi {
	padding: 0 !important;
}
section#omoi .card-img {
	width: 100%;
}
section#omoi .card-img-overlay {
	padding: 0 !important;
	position: absolute;
	top: 72%;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center !important;
}
section.bg-tree {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
	background: url(https://file003.shop-pro.jp/PA01467/020/bg01.png) top center repeat #FAFAFA;
	background-size: cover;
}
.bg-kodawari {
	background: url(https://file003.shop-pro.jp/PA01467/020/top-kodawari_bg.jpg) bottom center repeat;
	background-size: cover;
}
.bg-eiyou {
	background: url(https://file003.shop-pro.jp/PA01467/020/top-eiyou_bg.png) center center repeat;
	background-size: cover;
}
section.venison .venison-item {
	margin-bottom: 3.5rem;
	position: relative;
}
section.venison .venison-item .card-left {
	width: 22%;
	position: absolute;
	right: 15%;
	bottom: 0;
	z-index: 888;
}
section.venison .venison-item .card-right {
	width: 22%;
	position: absolute;
	left: 15%;
	bottom: 0;
	z-index: 888;
}
h3 span.item-name1 {
	padding: .3rem .5rem;
	background-color: #fec0d5;
}
h3 span.item-name2 {
	padding: .3rem .5rem;
	background-color: #f5f68f;
}
.img-pad {
	position: absolute;
}
.img-pad-right {
	position: absolute;
	right: 0;
}
.Instagram-feed {
	background-color: #f2eee8 !important;
}
ul.news-feed {
	margin: 0;
}
ul.news-feed li {
	margin: 0 0 1rem;
	list-style: none !important;
}
ul.news-feed li:last-child {
	margin-bottom: 0 !important;
}
ul.news-feed li::before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
}
@media (max-width: 768px) {
	section.venison .venison-item {
		margin-bottom: 2rem;
	}
	section.venison .venison-item .card-left {
		width: 70%;
		position: inherit;
		right: auto;
		bottom: auto;
		margin: -15% 10px 0 auto;
	}
	section.venison .venison-item .card-right {
		width: 70%;
		position: inherit;
		right: auto;
		bottom: auto;
		margin: -15% auto 0 10px;
	}
	.swiper-slide p {
		margin: 0 0 !important;
		font-size: 1.3rem !important;
		text-align: center !important;
	}
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '¢«';
}
[dir='rtl'] .slick-prev:before
{
    content: '¢ª';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '¢ª';
}
[dir='rtl'] .slick-next:before
{
    content: '¢«';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '&#8226;';
    text-align: center;
    opacity: .25;
    color: #003a85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #003a85;
}


.main__container{
	margin-top:100px;
}

.top_main-slick {
    width: 100%;
    overflow: hidden;
    /* max-width: 500px; */
    margin: 15px auto;
    position: relative;
    @include breakpoint(500px) {
    margin: 5% auto;
    }
}

.top_main-slick__item {
    margin-right: 15px;
    margin-left: 15px;
}

.top_main-slick__item img {
    width: 100%;
    height: auto;
    display: block;
	border-radius:0.5em;
}
.top_main-slick button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}




.top_main-slick2 {
  width: 100%;
  /* max-width: 500px; */
  margin: 15px auto;
  position: relative;
  display:flex;
  align-items:stretch;
  padding-bottom: 20px;
  @include breakpoint(500px) {
  margin: 5% auto;
  }
}

.top_main-slick2__item {
  margin-right: 15px;
  margin-left: 15px;
}

.top_main-slick2__item img {
  height: auto;
  width: 100%;
border-radius:0.5em;
}
.top_main-slick2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index:999;
}





@media screen and (max-width:768px){
	.main__container{
		margin-top:40px;
	}
}




.recommend{max-width:1200px;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;}
.r_box{flex: 0 0 24%;
    max-width: 24%;}
.r_box img{width:100%;}
.r_box a:hover{  opacity: 0.65;
  transition: 0.15s;}
@media screen and (max-width:768px){
	.r_box{flex: 0 0 48%;
    max-width: 48%;}
}

ul.news-feed li {
    border-bottom: 1px solid #eee;
    padding: 0.5em;
    margin-bottom: 0;
}

ul.news-feed {
  margin: 0;
}
ul.news-feed strong{
  background:hwb(46 0% 0%);
  color:#555;
  padding:5px;
  border-radius:0.5em;
}



/* ===============================================
topCard Styling
=============================================== */
.cardA_container {
  max-width: 1400px;
  padding: 0px 20px;
  margin: 40px auto;
  /* position: relative; */
  width: 100%;
}
.cardA_container.mt {
margin-top: 80px;
}
.cardA_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  width: 94%;
  padding:0 20px;
  gap: 20px;
}

.cardA  {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
  padding: 20px;
  border-radius: 2px;
  color: #323232 !important;
  text-decoration: none !important;
}
.cardA:hover  {
  transition: all .4s;
  opacity: .7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cardA_title {
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
}
.cardA_img {
  padding-top: calc(350 / 600 * 100%);
  position: relative;
}
.cardA_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  margin: 0 auto;
}
.cardA_text {
  font-size: 15px;
  padding: 5px 0;
  flex-grow: 1;
  line-height: 1.5;
}
.cardA_link {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  padding: 6px;
}
.cardA_link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #d8c9c9;
}

@media only screen and (max-width: 600px) {
.cardA_wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 90%;
  padding: 0;
  gap: 20px;
}

}


.bg-orange{
background: #faf3d8;
padding: 20px 10px 10px;
}




/* ===============================================
topCard Styling
=============================================== */
.cardB_container {
  max-width: 1400px;
  padding: 0px 20px;
  margin: 40px auto;
  /* position: relative; */
  /* width: 100%; */
  width: calc(100% - 40px);

}
.cardB_container.mt {
margin-top: 50px;
}
.cardB_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.slick-slider .slick-track, .slick-slider .slick-list{
    display: flex!important;
    padding-bottom:30px;
}

.slick-slide {
    /* display: none; */
    /* float: left; */
    height: 100%!important;
    /* min-height: 1px; */
}

.slick-slide a{
    /* display: none; */
    /* float: left; */
    height: 100%!important;
    /* min-height: 1px; */
}

.cardB  {
	display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #323232 !important;
    text-decoration: none !important;
    /* width: 11%; */
    border: 1px solid #eee;
    -webkit-box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
}
.cardB:hover  {
  transition: all .4s;
  opacity: .7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cardB_title {
	font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.3em;
    font-weight: 600;
}
.cardB_img {
  padding-top: calc(350 / 600 * 100%);
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cardB_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  margin: 0 auto;
}
.cardB_text {
  font-size: 15px;
  padding: 5px 0;
  flex-grow: 1;
  line-height: 1.5;
}
.cardB_link {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  padding: 6px;
}
.cardB_link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #d8c9c9;
}

@media only screen and (max-width: 600px) {
  .main__container {
    margin-top: 40px;
    width: 96%;
    margin: 40px 2%;
}
  .cardB_container.mt {
    width: 95%;
    padding: 0;
    margin: 20px auto
}
  
  
  
.cardB_wrapper {
 /* display: grid;
  grid-template-columns: repeat(2,1fr);
  width: 90%;
  padding: 0;
  gap: 20px;*/
}
.cardB  {
	width: 48%;
    padding: 0.2% 0.5%;
    margin-bottom: 0.5%;
}
  
  
  
}




.pc_block{display:block}
.sp_block{display:none}

@media only screen and (max-width: 600px) {

.pc_block{display:none}
.sp_block{display:block}
}

.wide_img_area {
display: flex;
height: 500px;
}

.wide_img_left {
width: 70%;
overflow: hidden;
position: relative;
}

.wide_img_left::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url(https://winter.kurumayama-skypark.com/wp-content/themes/kurumayama-winter/img/bg-ski.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
}


.wide_img_right {
background-color: #fff;
width: 30%;
padding: 40px 3%;
display: flex;
justify-content: center;
align-items: center;
}

.wide_img_logo {
max-width: 220px;
margin: auto;
}

.wide_img_logo img {
width: 100%;
}

.wide_img_text {
line-height: 1.6;
margin-top: 20px;
font-size: 18px;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 25px!important;
  line-height: 1;
  opacity: .75;
  color: #333!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.slick-next {
  right: 45px!important;
}

.slick-prev {
  left: 45px!important;
}
@media only screen and (max-width: 600px) {
.slick-next {
  right: 10px!important;
}

.slick-prev {
  left: 10px!important;
}
}




.other-content {
  padding-top: 0;
  display: block;
  clear: both;
}

.other-content .other-box {
  position: relative;
  border: 1px solid #D5D5D5;
  /* border-radius: 10px; */
  padding: 30px 30px;
  /* width: 88%; */
  max-width: 1000px;
  margin: 0 auto 50px;
  background: #feffd2;
}

.other-content .other-box .tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  padding: 0 20px;
  width: 200px;
  /* background: #fff; */
}
.other-content .other-box .tit:before {
  content: "";
  position: absolute;
  /* background: #F6F6F6; */
  height: 3px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  z-index: -1;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  flex-direction: row;
}

.flex-box_txt{
  width:70%;
  padding: 0px 10px;
  font-family: "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "ÞâÌÀÄ«", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  position: relative;
}
.flex-box_txt h3{
 font-size: 25px;
 margin-bottom: 20px;
 color: #6d4a22;
}

.flex-box_txt p{
 font-size:17px;
 line-height:1.5;
 margin-bottom: 20px;
}

.flex-box_img{
  width:25%;
  padding: 0 10px;
  object-fit: contain;
  position:relative;
}
 
  
.flex-box img{
}

.flex-box1_wrap{
  height: 520px;
}

.flex-box1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-direction: column-reverse;
  width: 50%;
  float: left;
}

.flex-box1_txt{
  width: 95%;
  padding: 0px 10px;
  font-family: "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "ÞâÌÀÄ«", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  position: relative;
}
.flex-box1_txt h3{
 font-size: 25px;
 margin-bottom: 20px;
 color: #185e7d;
}

.flex-box1_txt p{
 font-size:17px;
 line-height:1.5;
 margin-bottom: 20px;
}

.flex-box1_img{
  width: 95%;
  padding: 0 10px;
  object-fit: contain;
  position:relative;
}
 
  
.flex-box1 img1{
}

.set_icon{position: absolute;bottom: 0px;width: 140px;right: 0px;}

  
  
.fix-content.fix-right section {
  margin: 0 auto 150px;
  width: min(80%,660px);
}

@media only screen and (max-width: 767px) {
  .other-content {
      padding-top: 10px;
  }
  
  .other-content .other-box {
      position: relative;
      border: 1px solid #D5D5D5;
      border-radius: 0;
      padding: 10px 10px;
      width: 90%;
      margin: 0 auto 110px;
  }
  
  .flex-box {
      flex-direction: column;
  }
  .flex-box_img{
      width:100%;
      padding: 0 0;
  }
 

  .flex-box_txt{
      width:100%;
      padding: 10px 0 0;
      order:1;
  }

  .flex-box_txt h3{
     font-size:20px;
     margin-top: 20px;
  }

  .flex-box_txt p{
  padding-top:10px
}
  .flex-box1_wrap {
  height: 1000px;
}
.flex-box1 {
      flex-direction: column;
      float: none;
      width: 100%;
  }
  .flex-box1_img{
      width:100%;
      padding: 0 10px;
  }
 

  .flex-box1_txt{
      width:100%;
      padding: 0px 10px;
      order:1;
  }

  .flex-box1_txt h3{
     font-size:20px;
     margin-top: 20px;
  }

  .flex-box1_txt p{
  padding-top:10px
}
  .box_img{
      width:100%;
      order:0;
  }
  .box_img img{
      width:100%;
  }
  .set_icon{position: absolute;top: -3px;width: 140px;right: 0px;}

  
}

.plan_btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #ec9704;
  padding: 12px 10px 12px 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  border-radius: 0.2em;
  text-align: left;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}


/*--- Ìð°õ ---*/
.plan_btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;   
  width: 34px;
  height: 1px;
  background:#fff;
  transition: all .5s;
}
.plan_btn::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 31px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .5s;
}
.plan_btn:hover {
  opacity: .8;
  color: #fff !important;
}

.plan_btn:hover::before {
  right: 23px;
}
.plan_btn:hover::after {
  right: 24px;
}

@media only screen and (max-width:768px) {
    .plan_btn {
        margin-top: 14px;
        margin-bottom: 15px;
    }
 }  
  
 /* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ¥«¥Æ¥´¥ê¥¨¥ê¥¢ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#cat-area {
background: #fffbeb;
    padding-top: 30px;
    padding-bottom: 30px;
}
#cat-area h2 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 0px;
}
 /*.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*/

#cat-area .catlist a.linkbox {
	width: 17.6%;
	margin-right: 3%;
	margin-bottom: 3%;
	display: block;

}
/* #cat-area .catlist a.linkbox:nth-child(4n) {
		margin-right: 0;
	} */
#cat-area .catlist a.linkbox:nth-child(5n) {
	margin-right: 0;
}
#cat-area .catlist a.linkbox.blank {
	display: none;
}
#cat-area .catlist a.linkbox .pht {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#cat-area .catlist a.linkbox .pht img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#cat-area .catlist a.linkbox:hover .pht img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#cat-area .catlist a.linkbox h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}

#cat-area .search-cell {
   /* border-top: solid 1px #d9d9d9;*/
    padding: 28px 0;
    max-width: 1380px;
    margin: 0 auto;
display: flex;
    justify-content: space-around;
    flex-wrap: wrap;


}
#cat-area .search-cell.last {
	border-bottom: solid 1px #d9d9d9;
}
#cat-area .search-cell h3 {
	width: 22%;
	margin-right: 4%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
}

#cat-area .search-cell a.linkbox {
      /* width: 23%;
       margin-right: 1%;*/
background: #fff;
    border-radius: 0.5em;
    margin-bottom: 10px;

}
@media (max-width: 600px) {


#cat-area .search-cell a.linkbox {
    width: 45%;
}
}



#cat-area .search-cell a.linkbox:nth-last-child(1) {
	margin-right: 0;
}
#cat-area .search-cell a.linkbox .pht {
    width: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin: 0;
}
#cat-area .search-cell a.linkbox .pht img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#cat-area .search-cell a.linkbox:hover .pht img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#cat-area .search-cell a.linkbox .text {
/*	width: 60%;
	padding-left: 6%;*/
text-align: center;
}
#cat-area .search-cell a.linkbox .text h4 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
    line-height: 2;
    margin:10px 0;
}
#cat-area .search-cell a.linkbox .text p {
	margin-top: 6px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.5em;
    padding-bottom:10px;
}

#cat-area .sub-txt {
	padding-top: 25px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 70px;
}






#cat-area2 {
background: #fffbeb;
    padding-top: 30px;
    padding-bottom: 30px;
}
#cat-area2 h2 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 0px;
}
 /*.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*/

#cat-area2 .catlist a.linkbox {
	width: 17.6%;
	margin-right: 3%;
	margin-bottom: 3%;
	display: block;

}
/* #cat-area2 .catlist a.linkbox:nth-child(4n) {
		margin-right: 0;
	} */
#cat-area2 .catlist a.linkbox:nth-child(5n) {
	margin-right: 0;
}
#cat-area2 .catlist a.linkbox.blank {
	display: none;
}
#cat-area2 .catlist a.linkbox .pht {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#cat-area2 .catlist a.linkbox .pht img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#cat-area2 .catlist a.linkbox:hover .pht img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#cat-area2 .catlist a.linkbox h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}

#cat-area2 .search-cell {

    padding: 28px 0;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
#cat-area2 .search-cell {

    flex-direction:column;
}
}

#cat-area2 .search-cell.last {
	border-bottom: solid 1px #d9d9d9;
}
#cat-area2 .search-cell h3 {
	width: 22%;
	margin-right: 4%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3em;
}

#cat-area2 .search-cell a.linkbox {
background: #fff;
    border-radius: 0.5em;
    margin-bottom: 10px;
    width: 48%;
    display: flex;

}
@media (max-width: 600px) {


#cat-area2 .search-cell a.linkbox {
	width: 80%;
	margin: 10px 10%;
}
}



#cat-area2 .search-cell a.linkbox:nth-last-child(1) {
	margin-right: 0;
}
#cat-area2 .search-cell a.linkbox .pht {
    /* width: 100%; */
    overflow: hidden;
    /* border-radius: 8px 8px 0 0; */
    margin: 0;
}
#cat-area2 .search-cell a.linkbox .pht img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#cat-area2 .search-cell a.linkbox:hover .pht img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#cat-area2 .search-cell a.linkbox .text {
text-align: center;
    width: 50%;
    padding:0 10px;
}

@media screen and (max-width: 599px) {
#cat-area2 .search-cell a.linkbox .text {
    width: 96%;
}
}

#cat-area2 .search-cell a.linkbox .text h4 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3em;
    line-height: 1.5;
    margin:10px 0;
}
#cat-area2 .search-cell a.linkbox .text p {
	margin-top: 6px;
	font-size: 1.4rem;
	font-weight: 430;
	line-height: 1.5em;
    padding-bottom:10px;
}

#cat-area2.sub-txt {
	padding-top: 25px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 70px;
}


/* max 599px */
@media screen and (max-width: 599px) {


	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ¥«¥Æ¥´¥ê¥¨¥ê¥¢ */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#cat-area .catlist a.linkbox.blank {
		display: block;
		visibility: hidden;
		pointer-events: none;
	}
	
	
	
	#cat-area2 .catlist a.linkbox.blank {
		display: block;
		visibility: hidden;
		pointer-events: none;
	}
	
	
	
  .search-cell .flex-between {
    flex-direction: column;
  }





}

/* max 768px */
@media screen and (max-width: 768px) {

  
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* ===============================================
toppic Styling
=============================================== */
.pic_container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.pic_wrapper {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  gap: 20px;
  margin: 0 auto;
}


@media only screen and (max-width: 600px) {
  .pic_wrapper {
    flex-direction: column;
    padding: 0;
  }

}

.pic  {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
  padding: 20px 15px;
  border-radius: 5px;
  color: #323232 !important;
  text-decoration: none !important;
  width: 33.333%;
}


@media only screen and (max-width: 600px) {
.pic  {
  width: 90%;
}
}


.pic:hover  {
  transition: all .4s;
  opacity: .7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.pic_title {
  /* font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem); */
  font-size:18px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .pic_title {
    font-size:16px;
  }
}


.pic_img {
  padding-top: calc(363 / 600 * 100%);
  position: relative;
}
.pic_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic_text {
  font-size: 16px;
  padding: 10px 0;
  flex-grow: 1;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
.pic_text {
  font-size: 15px;
}
}


.pic_link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  line-height: 2;
}
.pic_link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #d8c9c9;
}


/*¤ª¤¹¤¹¤á*/
.p-ranking-list {
    width: 100%;
    max-width: 1000px;
    gap: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.p-ranking-list__item{width:30%}
.p-ranking-list__item img{width:100%;height:auto;border-radius:0.5em}
.p-ranking-list__num {
   width: 80px;
    height: 80px;
    font-size: 4rem;
    font-weight: 600;
    line-height: 80px;
    background: #f8cd10;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -330px;
    left: -10px;
}
.p-ranking-list__num span{font-size:1.5rem;padding:0 2px;}


.p-ranking-list__ttl {
    font-weight: 600;
    position: relative;
    top: -70px;
    font-size:1.6rem;
}
.p-ranking-list__price {
    text-align: right;
    position: relative;
    top: -60px;
  font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
  
  .p-ranking-list {flex-direction:column;}
  .p-ranking-list__item{width: 90%;margin: 0 auto;} 
  .p-ranking-list__num {
    top: -350px;
    left: -10px;
  }

  
 }

@media only screen and (min-width: 1000px){
  .flex {
    display: flex;
    justify-content: center;
  }

  .flex section {
    width: 45%;
  }
}

