﻿@charset "utf-8";

/*reset*/
 #JournalList .journal-cont ul, #Journal .journal-cont ul {
   list-style-type: none;
   margin: initial;
   padding: initial;
 }

/**/
html,
body {
  font-family: Hiragino Maru Gothic ProN, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font_noto {
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: regular;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 2.2px;
  color: #6A5951;
}

.font_merio {
  font-family: メイリオ, sans-serif;
  font-style: normal;
  font-weight: regular;
  font-size: 27px;
  line-height: 41px;
  letter-spacing: 2.7px;
}

.font14 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.4px;
}

.font16 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.6px;
}

.font26 {
  font-size: 26px;
  line-height: 68px;
  letter-spacing: 2.6px;
}

.font40 {
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 4px;
}

.font60 {
  font-size: 40px;
  line-height: 80px;
  letter-spacing: 6px;
  color: #6A5951;
}
p.pd_titl{
  color: #6A5951;
}
.c_red {
  color: red;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

/*.marg_tb100{
	margin:100px 0px 100px 0px;
}
.marg_lr360{
	margin:0px 360px 0px 360px;
}*/
.marg_lr561 {
  margin: 0px 561px 0px 561px;
}

.pd_tb23 {
  padding: 23px 0px 23px 0px;
}

/*.wd300pd22{
	width: 300px;
    	padding: 22px 0px;
}*/
.marg_tb179 {
  margin: 17px 0px 9px 0px;
}

.mb9 {
  margin-bottom: 10px;
}

.wd300 {
  width: 300px;
}

.wd305 {
  width: 305px;
}

.wd315 {
  width: 315px;
}

.wd245 {
  width: 245px;
}

.wd201 {
  width: 201px;
}

.pd22_54 {
  padding: 5px 10px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb200 {
  margin-bottom: 200px;
}

.mb100 {
  margin-bottom: 100px;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

section.footer_block,
section.footer_bnr {
  background-color: #F3F0E9;
}
section.pink_cat {
    background-color: #EEDCDA;
}
section.item_search_block,
section.item_rank_block,
section.tamaki_block,
section.kashiwada_block,
section.satchi_block,
section.sn_family,
section.ryota_block,
section.kawachi_block,
section.macchan_block,
section.chika_block,
section.neko_block {
  padding: 100px 50px;
}

.cat_item {
  font-size: 1vw;
  line-height: 2.6;
  letter-spacing: 2.6px;
  color: #6A5951;
}

section.item_list_block {
  padding: 0px 50px;
}

section.pd_list {
  padding: 0px 50px 57px 50px;
}
.rankfloatL80 {
    float: left;
    width: 80%;
  }
section.pd_list2 {
  padding:  0px 50px 57px 50px;
}

ul.neko_list {
  padding-bottom: 103px;
}

section.item_search {
  background-color: #6A5951;
  color: #ffffff;
  margin: 0;
}

section.item_rank {
  background-color: #92A9B9;
  color: #ffffff;
}

.mbnone {
  margin-bottom: 0 !important;
}

ul.itm_search_list,
ul.itm_rank_list,
ul.neko_list {
  display: flex;
  flex-wrap: wrap;
  max-width:1200px;
  margin:0 auto;
  /*justify-content: space-between;
	-webkit-justify-content: space-between;*/
}

.justify-content {}

ul.itm_rank_list,
.just_space {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

ul.neko_list {
  display: flex;
  flex-wrap: unset;
}

ul.itm_search_list li {
  box-sizing: border-box;
  /*width: 32%;*/
  border: 3px solid #6A5951;
  border-radius: 60px;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.itm_search_list li:nth-child(3) {
  margin-right: 5px;

}

ul.itm_rank_list li {
  box-sizing: border-box;
  margin-right: 32px;
  width: 23%;
}

ul.itm_rank_list li:nth-child(8) {
  margin-right: 5px;
}

ul.itm_search_list li:nth-child(6) {
  margin-right: 5px;
}

ul.itm_rank_list li:nth-child(4) {
  margin-right: 0px;
}

div.btn_list {
  margin-top: 9px;
/*  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;*/
}

div.btn_list p.pd_detail {
  padding: 12px 15px;
  border: 1px solid #92A9B9;
  border-radius: 12px;
/*  margin-right: 10px;*/
  color: #92A9B9;
  font-weight: bold;
}
div.container a{
  color: #6A5951;
}
div.container a:link, section.container a:visited{ text-decoration:none; color:#6A5951;}
div.container a:hover{ text-decoration:none; color: #BF2121;cursor: pointer;}
div.btn_list p.pd_detail:hover {
    color: #BF2121;
}
p.cat_item:hover {
    /*color: #BF2121;*/
}
div.btn_list p.pd_heart {
 padding: 1px 3px;
    border: 1px solid #DB0101;
    border-radius: 11px;
    color: #DB0101;
   letter-spacing: 0px;
}
p.pd_detail:hover{
    color: #ffffff !important;
    background: #92a9b9;
}
p.detail:hover{
 background: #fff;
color: #000 !important;
}
p.pd_heart:hover {
  color: #ffffff !important;
  background: #DB0101;
}
ul.itm_search_list li:hover{
 background: #f1f0ee;
 color: #000 !important;
}
ul.neko_list li {
  box-sizing: border-box;
}

.rank {
  width: 52px;
}

section.neko_block,
section.tamaki_block,
section.satchi_block,
section.ryota_block,
section.macchan_block {
  background-color: #F1F0EE;
}

section.kashiwada_block,
section.sn_family,
section.kawachi_block,
section.chika_block {
  background-color: #EEDCDA;
}

section.pcat_block {
  background: url("https://www.hinatanofuton.com/images/pet_bedding/bg_pinkcat.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

section.pcat_inner {
  padding: 184px 0px 197px 0px;
}

p.pcat_titl {
  padding-bottom: 92px;
}

p.neko_titl {
  padding: 97px 0px 94px 0px;
}

p.neko_txt {
  padding-bottom: 107px;
}

p.detail {
  margin: 0 auto;
  margin-top: 50px;
  border: 2px solid #6A5951;
  border-radius: 68px;
  width: 399px;
  padding: 3px 0px;
  /*color: #6A5951;*/
}

#footnew {
  position: relative;
  max-width: 1300px;
  height: 500px;
  background-color: #F3F0E9;
  padding: 0px !important;
  width: 100%;
  margin: 0 auto;
}

.copyright_new {
  position: relative;
  color: #fff;
  background-color: #162440;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 40px;
  margin: 0 auto;
}

.mb3_sp {
  margin-bottom: 0px;
}



div.pb45 {
  padding-bottom: 0px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc_none {
  display: none;
}

@media screen and (min-width:1401px)
{
  .mb100_pc {
  margin-bottom: 100px;
}
  ul.itm_rank_list li {
    margin-right: 0px;
  }
  .wd26{
	width:26% !important;
  }
  section.item_search_block,
  section.item_rank_block,
  section.tamaki_block,
  section.kashiwada_block,
  section.satchi_block,
  section.sn_family,
  section.ryota_block,
  section.kawachi_block,
  section.macchan_block,
  section.chika_block,
  section.neko_block {
    padding: 70px 50px;
  }


  .floatR20 {
    float: right;
    width: 18%;
  }


  .font14 {
    font-size: 12px;
  }

  .wd300 {
    width: 100%;
  }

  .wd305 {
    width: 100%;
  }

  .wd315 {
    width: 100%;
  }

  .wd245 {
    width: 100%;
  }

  .wd201 {
    width: 100%;
  }

  ul.itm_search_list li {
    border-radius: 60px;
    margin-bottom: 13px;
    width: 36%;
    margin-right: 10px;
  }

  ul.itm_search_list {
    justify-content: flex-start;
  }

  .cat_item {
    font-size: 1.2vw;
    line-height: 1.4;
    letter-spacing: 2px;
  }

  .pd22_54 {
    padding: 15px 1px;
  }

  .font60 {
    font-size: 40px;
  }

  .font_noto {
    font-size: 18px;
  }

}

@media (min-width: 1081px) and (max-width: 1400px) {
    
  .mb100_pc {
  margin-bottom: 100px;
}
    
  ul.itm_rank_list li {
    margin-right: 0px;
  }
  .wd26{
	width:25% !important;
  }
  section.item_search_block,
  section.item_rank_block,
  section.tamaki_block,
  section.kashiwada_block,
  section.satchi_block,
  section.sn_family,
  section.ryota_block,
  section.kawachi_block,
  section.macchan_block,
  section.chika_block,
  section.neko_block {
    padding: 70px 10px;
  }
 ul.itm_search_list li{
  border: 2px solid #6A5951;
  }
  /*.font_merio {
    letter-spacing: 0em;
    font-size: 24px;
    line-height: 28px;
    padding-left: 2px;
    padding: 0;

  }*/

  /*div.btn_list p.pd_detail {
    border-radius: 6px;
    padding: 7px 0;
  }*/



  /*.floatL80 {
    float: left;
    width: 80%;
  }*/

  .floatR20 {
    float: right;
    width: 20%;
  }

  /*div.btn_list p.pd_heart {
    padding:5px;
    border-radius: 8px;
  }*/


  .font14 {
    font-size: 12px;
  }

  .wd300 {
    width: 100%;
  }

  .wd305 {
    width: 100%;
  }

  .wd315 {
    width: 100%;
  }

  .wd245 {
    width: 100%;
  }

  .wd201 {
    width: 100%;
  }

  ul.itm_search_list li {
    border-radius: 60px;
    margin-bottom: 11px;
    width: 35.6%;
    margin-right: 10px;
  }

  ul.itm_search_list {
    justify-content: flex-start;
  }

  .cat_item {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 2px;
  }

  .pd22_54 {
    padding: 14px 1px;
  }

  section.neko_inner {
    /*padding: 0px 117px;*/
  }

  .font60 {
    font-size: 40px;
  }

  .font_noto {
    font-size: 18px;
  }

 /* .font26 {
    font-size: 20px;
  }*/

  /*.font40 {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 4px;
  }*/

  /*.font16 {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1.6px;
  }*/
}

@media (min-width: 768px) and (max-width: 980px) {

  html,
  body {
    background: none;
  }

}

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

  html,
  body {
    background: none;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .font40 {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
  .font_merio {
    font-family: メイリオ, sans-serif;
    font-style: normal;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 2.04px;
  }
  section.item_search {
    background-color: #6A5951;
    color: #ffffff;
    margin: 50px 0px;
  }

  section.item_search_block,
  section.item_rank_block,
  section.tamaki_block,
  section.kashiwada_block,
  section.satchi_block,
  section.sn_family,
  section.ryota_block,
  section.kawachi_block,
  section.macchan_block,
  section.chika_block,
  section.item_list_block,
  section.footer_info,
  section.footer_info,
  section.neko_block,
  section.pcat_block {
    padding: 30px 20px;
  }

  .cat_item {
    font-size: 2.9vw;
    line-height: 2.5;
    letter-spacing: 1.2px;
  }

  .pd22_54 {
    padding: 0;
  }

  .wd305,
  .wd201,
  .wd315,
  .wd245,
  .wd300 {
    width: unset;
  }
   section.footer_info p{
    color: #6A5951;
  }

  .pd_tb23 {
    padding: 10px 0px 10px 0px;
  }
    
.mb3_sp {
    margin-bottom: 30px;
  }

  ul.itm_search_list {
    margin-bottom: 50px;
  }

  ul.itm_search_list li {
    box-sizing: border-box;
    width: 48.3%;
    border: 2px solid #6A5951;
    border-radius: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  ul.itm_search_list li:nth-child(2n) {
    margin-right: 0px;
  }

  ul.itm_search_list li:nth-child(3) {
    margin-right: 10px;
  }

  .footer_block {
    display: none;
  }

  ul.itm_rank_list li {
    box-sizing: border-box;
    margin-right: 10px;
    width: 48%;
  }

  ul.itm_rank_list li:nth-child(2n) {
    margin-right: 0px;
  }

  ul.itm_rank_list {
    padding-top: 50px;
    margin-bottom: 0px;
  }

  section.neko_inner {
    padding: 0;
  }

  .section.pd_list,
  .section.pd_list2,
  p.neko_titl,
  section.pcat_inner,
  section.pd_list,
  section.pd_list2,
  section.item_list {
    padding: 0;
  }

  p.detail {
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #6A5951;
    border-radius: 68px;
    width: 50%;
    padding: 10px 0px;
  }

  div.pb45 {
    padding-bottom: 45px;
  }

  .font60 {
    font-size: 5.7vw;
    line-height: 1.7;
    letter-spacing: 2.6px;
  }

  ul.itm_rank_list {
    justify-content: space-between;
  }

  .marg_tb179 {
    margin: 11px 0px 9px 0px;
  }

  div.btn_list {
    display: block;
    justify-content: center;
    /* margin-bottom:30px;*/
    
  }

  .floatL80 {
    float: left;
    width: 80%;
  }

  .floatR20 {
    float: right;
    width: 20%;
  }

  .font14 {
    font-size: 2.4vw;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .mb3_sp {
    margin-bottom: 30px;
  }

  p.neko_titl {
    padding: 92px 0px 40px 0px;
  }

  .font_noto {
    font-size: 2.5vw;
    line-height: 2.5;
    letter-spacing: 1.2px;
  }

  .font_noto16 {
    font-size: 3.9vw;
    line-height: 1;
    letter-spacing: 1.6px;
  }

  .font_noto24 {
    font-size: 5.8vw;
    line-height: 1.3;
    letter-spacing: 2.4px;
  }

  p.neko_txt {
    padding-bottom: 50px;
  }

  section.pcat_block {
    background: url(https://www.hinatanofuton.com/images/pet_bedding/pink_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  section.pcat_inner {
    padding: 100px 0px 99px 0px;
  }

  p.pcat_titl {
    padding: 33px 0px 45px 0px;
  }

  .cat_lov {
    width: 18.5%;
   display: inline-block !important;
  }

  .flex_start {
    justify-content: flex-start !important;
  }
  section.tamaki_block {
    padding-top: 68px;
  }

  .font12 {
    font-size: 2.9vw;
    letter-spacing: 1.2px;
    line-height: 1.8;
  }

  .pd_titl {
    padding: 30px 0px 30px 0px;
  }

  .font16 {
    font-size: 2.4vw;
    line-height: 1px;
    letter-spacing: 1.6px;
  }

  div.btn_list p.pd_detail {
    padding: 16px 20px;
    margin-right: 5px;
  }

  div.btn_list p.pd_heart {
    padding: 1px 2px;
    border-radius: 7px;
    padding-left: 4px;
  }

  .mb200 {
    margin-bottom: 0px;
  }

  .pb39 {
    padding-bottom: 39px;
  }

  .pd32_36 {
    padding: 32px 0px 36px 0px;
  }

  .pd_tb23 {
    /*padding-bottom: 23px;*/
  }

  .spmb48 {
    margin-bottom: 48px !important;
  }

  .footer_bnr {
    margin-top: 100px;
    margin-bottom: 40px;

  }

  section.footer_bnr {
    background-color: #fff;
  }

  .pd14_32 {
    padding: 14px 0px 32px 0px;
  }

  section.footer_copy {
    padding-top: 72px;
  }

  #page-totop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 100%;
    z-index: 9999;
  }

  #page-totop img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  div.btn_list p.pd_detail {
    padding: 15px 4px;
    margin-right: 5px;
  }

  div.btn_list p.pd_heart {
    padding-left: 2px;
  }

  ul.itm_rank_list li {
    margin-right: 9px;
    width: 48.3%;
  }
 
}
@media screen and (max-width: 333px) {
ul.itm_search_list li {
width: 47.9%;
}
}
@media screen and (max-width: 320px) {
  ul.itm_search_list li {
    width: 47.3%;
    border-radius: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cat_item {
    line-height: 29px;
  }

  div.btn_list p.pd_heart {
    padding-left: 0px;
  }
}

@media screen and (max-width: 280px) {
  ul.itm_rank_list li {
    margin-right: 6px;
  }

  ul.itm_search_list li {
    width: 47.3%;
    border-radius: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cat_item {
    line-height: 29px;
  }

  .pd22_54 {
    padding: 0 10px;
  }

  div.btn_list p.pd_heart {
    padding-left: 0;
  }

}