#container {
    width: 100%;
}
html{
  scroll-behavior:smooth;
}
body{
  margin:0;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
p{
  margin: 0;
  padding: 0;
}
#hojin-lp{
  font-size: 23px;
  line-height: 1.8;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#hojin-lp section{
  margin: 0 auto 150px;
  padding: 0 20px;
  max-width:1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hojin-lp section.recommend{
  padding: 50px 30px;
  background: #fff8f3;
  border-radius:20px;
}
#hojin-lp h1{
  margin: 0;
  font-size: 0;
  background: #fff;
}
.heading{
  display:none
}
#hojin-lp h1 div{
  display: flex;
  justify-content: center;
  width: auto;
}
#hojin-lp h1 div img{
  width: 100%;
}
.tax_rate_clsf_msg{
  font-size:14px
}
#hojin-lp section.ranking{
	 margin-bottom: 0;
 }
@media screen and (min-width:786px){
  #hojin-lp h1 div{
  height: 50vh;
  }  
  #hojin-lp h1 div img{
  height: 100%;
  object-fit: cover;
  }
}
#hojin-lp h2{
  margin: 0 0 45px;
  padding: 0 40px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Hiragino Mincho Pro", 游明朝, YuMincho, "HGS明朝E", "HGS明朝B", serif;
}
#hojin-lp h2 span{
  font-size:24px;
  line-height: 1.2;
}
#hojin-lp h2::before{
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: #fdd5d5;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: -1;
}
#hojin-lp.seibo h2::before{
  background: #ffdfd1;
}
#hojin-lp h2.heading {
    display:none
}
#hojin-lp h3{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family:"Hiragino Mincho Pro", 游明朝, YuMincho, "HGS明朝E", "HGS明朝B", serif;
}
#hojin-lp h3 span{
  font-size:24px;
}
#hojin-lp a{
  text-decoration: none;
}
#hojin-lp img{
  width: 100%;
  height: auto;
  vertical-align: baseline;
  transition: 0.3s;
}
#hojin-lp .flex-wrap{
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(4,1fr);
}
#hojin-lp .recommend .flex-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap:20px;
}
#hojin-lp .recommend .flex-wrap .two-calm{
  width: calc((100%  - 60px) / 4);
}
#hojin-lp details{
  width:100%;
}
#hojin-lp summary {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  height: 30px;
  width: 100%;
  border:none;
  color: #c44b68;
}
#hojin-lp details summary::-webkit-details-marker{
  display:none;
}
#hojin-lp details[open] summary{
  padding-bottom: 15px;
　margin-bottom:20px;
}
#hojin-lp details summary::before{
  content: "もっと見る";
  padding-bottom:14px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border:none;
}
#hojin-lp details[open] summary::before{
  content: "閉じる";
  padding-bottom:0;
}
#hojin-lp summary::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transition: .3s;
  transform: translateX(50%) rotate(135deg);
  content: "";
  z-index: 200;
}
#hojin-lp details[open] summary::after {
  transform: translateX(50%) rotate(-45deg);
}
.bt-box{
  margin: 0 auto;
  width: 50%;
  font-size: 16px;
  background: #c44b68;
  border: 2px solid #c44b68;
  text-align: center;
  position: relative;
  color: #fff;
  transition: 0.3s;
  border-radius: 100vh;
  font-weight: 600;
  max-width: 500px;
}
#hojin-lp.seibo .bt-box{
  background: #b85b2b;
  border: 2px solid #b85b2b;
}
.bt-box span{
  font-size: 20px;
}
.bt-box a{
  padding: 9px 28px;
  display: block;
  color: #fff;
  transition: 0.3s;
}
.bt-box::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.sp-only{
  display: none
}
section#ranking p {
    font-size: 15px;
}
 #hojin-lp section#ranking {
    width: auto;
    overflow: initial;
}
@media screen and (max-width:785px){
  #hojin-lp{
    font-size: 19px;
  }
  #hojin-lp section{
    margin: 0 auto 70px;
    padding: 0 20px;
  }
  #hojin-lp h2{
    margin: 0 0 30px;
    padding: 0 15px;
    font-size: 24px;
  }
  #hojin-lp h2::before{
    width: 75px;
    height: 75px;
    left: -12px;
    top: 36%;
  }
  #hojin-lp h3{
    margin: 0 0 30px;
    font-size: 17px;
  }
  #hojin-lp .point h2::before,#hojin-lp .campaign h2::before, #hojin-lp .category h2::before,#hojin-lp .ranking h2::before,#hojin-lp .brand h2::before{
    width: 75px;
    height: 75px;
    left: 0px;
    top: 21%;
  }
  #hojin-lp .flex-wrap{
    grid-template-columns: repeat(2,1fr);
  }
  .bt-box{
    width: 94%;
    font-size: 15px;
  }
  .bt-box::before {
    width: 7px;
    height: 7px;
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
  #hojin-lp #ranking h2{
    margin-bottom:0
  }
	#hojin-lp .recommend .flex-wrap{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 20px;
		gap:12px;
	}
	#hojin-lp .recommend .flex-wrap .two-calm{
		width: calc((100%  - 15px) / 2);
	}
	#hojin-lp h2 span,
	 #hojin-lp h3 span{
		 font-size: 20px;
	 }
	 #hojin-lp h3{
		 font-size: 24px;
	 }
	 #hojin-lp section.recommend{
		 margin-bottom:0;
	 }
}
@media screen and (min-width:786px){
/*-----------------------------------
  アンカーリンク
-----------------------------------*/
.swiper-slide,.swiper-wrapper{
  height: auto
}
#hojin-lp .sticky {
  position: sticky;
  z-index: 100;
  top: 0;
  max-width: 1300px;
  width: 100%;
  margin: 30px auto 60px;
}
#hojin-lp .ank-link {
  position: relative;
  z-index: 30;
  display: flex;
  font-size: 13px;
  gap: 20px;
  background: #ffffffbf;
  max-width: 950px;
  margin: 0 auto 60px;
}
#hojin-lp .ank-link::after {
  display: none;
}
#hojin-lp .ank-link li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.3s all;
  width: 20%;
  color: #231815;
  font-weight: bold;
  text-align: center;
  font-family: "Hiragino Mincho Pro", 游明朝, YuMincho, "HGS明朝E", "HGS明朝B", serif;
  font-size: 19px;
}
#hojin-lp .ank-link li:last-child {
  border-right: none;
}
#hojin-lp .ank-link li > .nav-title {
  position: relative;
  width: 100%;
  padding: 20px 0 13px;
  color: #231815;
  letter-spacing: 0.03em;
  cursor: pointer;
  border-bottom: 2px solid #e70f15;
}
#hojin-lp .ank-link li > .nav-title span{
  font-size:22px;
}
#hojin-lp .ank-link li:hover > .nav-title {
  color: #d03d78;
}
#hojin-lp.seibo .ank-link li:hover > .nav-title {
  color: #8f4d27;
}
#hojin-lp .ank-link li > .nav-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
}
#hojin-lp.seibo .ank-link li > .nav-title::before{
  background: #8f4d27;
}
#hojin-lp .ank-link li:hover > .nav-title:before {
  opacity: 1;
}
#hojin-lp .ank-link .nav-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  bottom:-7px;
  right: 50%;
  transform: translateX(50%) rotate(135deg);
  z-index: 2000;
  background: #fff;
  color: #e70f15;
}
#hojin-lp.seibo .ank-link li:hover > .nav-title:after {
  border-top: 3px solid #8f4d27;
  border-right: 3px solid #8f4d27;
}
.item .name a {
    font-size: 15px;
}

.item .price span {
    font-size: 13px;
}

.item .price {
    font-size: 14px;
}

.list .item > a {
    margin-bottom: 10px;
}
}

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

  #hojin-lp .sticky {
    display:none
  }
}


/*-----------------------------------
おすすめ商品
-----------------------------------*/
#item {
  padding: 40px 0;
}
#item .viewmore-bt {
  margin-top: 20px;
}
#item .scroll-tab-wrap{
  position:relative;
  width: 100%;
}
#item .pickup_tab_list{
  margin-bottom: 9px;
  padding: 6px 30px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  height: 75px;
  box-sizing: border-box;
}
#item .scroll-tab-wrap::after,#item .pickup_tab_list::after{
  display: none;
}
#item .pickup_tab_list .pickup-bt{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 8px 7px;
  background: #fff;
  border-radius: 100vh;
  /* border-bottom-left-radius: 0; */
  /* border-bottom-right-radius: 0; */
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: calc((100% - 30px) / 4);
  vertical-align: bottom;
  border: none;
  font-size: 15px;
}
#item .pickup_tab_list .pickup-bt.is_tab_active{
  padding: 12px 20px;
  position: relative;
  width: calc((100% - 60px) / 3);
  font-size: 17px;
  box-sizing: border-box;
  display: block;
  outline:none;
}
#item .pickup_tab_list .pickup-bt.tab_01{
  color:#d1697d;
  outline: 1px solid #d1697d;
}
#item .pickup_tab_list .pickup-bt.tab_01.is_tab_active{
  background:#d1697d;
  color:#fff;
  outline:none;
}
#item .pickup_tab_list .pickup-bt.tab_01.is_tab_active::before{
  background:#d1697d;
}
#item .pickup_tab_list .pickup-bt.tab_02{
  color:#db6e8f;
  outline: 1px solid #db6e8f;
}
#item .pickup_tab_list .pickup-bt.tab_02.is_tab_active{
  background:#db6e8f;
  color:#fff;
  outline:none;
}
#item .pickup_tab_list .pickup-bt.tab_02.is_tab_active::before{
  background:#db6e8f;
}
#item .pickup_tab_list .pickup-bt.tab_03{
  color:#db6a98;
  outline: 1px solid #db6a98;
}
#item .pickup_tab_list .pickup-bt.tab_03.is_tab_active{
  background:#db6a98;
  color:#fff;
  outline:none;
}
#item .pickup_tab_list .pickup-bt.tab_03.is_tab_active::before{
  background:#db6a98;
}
#item .pickup_tab_list .pickup-bt.tab_04{
  color:#d375a9;
  outline: 1px solid #d375a9;
}
#item .pickup_tab_list .pickup-bt.tab_04.is_tab_active{
  background:#d375a9;
  color:#fff;
  outline:none;
}
#item .pickup_tab_list .pickup-bt.tab_04.is_tab_active::before{
  background:#d375a9;
}
#item .pickup_tab_list .pickup-bt.is_tab_active::before{
          content: "";
          position: absolute;
          display: block;
          width: 15px;
          height: 15px;
          bottom: -6px;
          right: 50%;
          transform: translateX(50%) rotate(135deg);
          z-index: 2000;
          border-top-right-radius: 3px;
	      
}
#hojin-lp.seibo #item .pickup_tab_list .pickup-bt.is_tab_active{
  background: #b85b2b;
}
#item ul.pickup-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#item ul.pickup-list::after{
  display: none;
}
#item .tab-contents{
  display: none;
}
#item .tab-contents.is_contents_active{
  display: block;
  padding: 44px 22px 41px;
  border-radius:20px;
}
#item .tab-contents.tab_01.is_contents_active{
  background: #fff3ec;
}
#item .tab-contents.tab_02.is_contents_active{
  background: #f9efed;
}
#item .tab-contents.tab_03.is_contents_active{
  background: #fff0f1;
}
#item .tab-contents.tab_04.is_contents_active{
  background: #f4edef;
}
#hojin-lp.seibo #item .tab-contents.is_contents_active{
  background: #fff3ec;
}
#item li.pickup-item {
  width: calc((100% - 90px) / 4);
}
#item li.pickup-item:hover{
  opacity:0.7;
}
.pickup-list .pickup-item{
  position:relative;
  overflow:hidden;
}
.pickup-list .pickup-item a {
  display: block;
  border: none;
}
.pickup-list .pickup-item a:after {
  background: none;
}
.pickup-list .pickup-item .image-wrap {
  margin-bottom: 9px;
  border: 1px solid #dbdbdb;
}
.pickup-list .pickup-item .image-wrap img {
  width: 100%;
}
.pickup-list .pickup-item .pickup-inner-text {
  text-align:left;
  padding: 0 9px 5px;
  margin: 0;
  line-height: 1.3;
  min-height: 88px;
}
.pickup-list .pickup-item .pickup-brand {
  margin-bottom: 5px;
  border-bottom: 1px dashed;
  font-size: 14px;
  font-weight: bold;
}
.tab_01 .pickup-list .pickup-item .pickup-brand{
  color:#c70018;
}
.tab_02 .pickup-list .pickup-item .pickup-brand{
  color:#cc063f;
}
.tab_03 .pickup-list .pickup-item .pickup-brand{
  color:#d3115c;
}
.tab_04 .pickup-list .pickup-item .pickup-brand{
  color:#dd2679;
}
#hojin-lp.seibo .pickup-list .pickup-item .pickup-brand{
  border-bottom: 1px dashed #b85b2b;
}
#hojin-lp.seibo .pickup-list .pickup-item .pickup-brand {
  color: #b85b2b;
}
.pickup-list .pickup-item .pickup-name {
  margin-bottom: 5px;
  font-size: 14px;
}
.pickup-list .pickup-item .pickup-price {
  font-size: 17px;
  font-weight: bold;
}
.pickup-list .pickup-item .pickup-price span {
  font-size: 12px;
}  
.pickup-list .pickup-item .pickup-image {
  position: relative;
  text-align: center;
}
#item .pickup-list .pickup-item a {
  color: #231815;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width:785px){
  #hojin-lp section#item {
    margin: 60px auto 70px;
  }
  #item .pickup_tab_list{
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    gap:0;
  }
  #item .scroll-tab-wrap::after {
  position: absolute;
  display: block;
  content: "";
  visibility: visible;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), 80%, rgba(255, 255, 255, 0));
  transition: opacity 0.2s;
  opacity: 1;
  top: 0;
  right: 0;
  width: 7%;
  height: 100%;
  }
  #item .pickup_tab_list .pickup-bt:last-of-type{
    margin-right: 33px;
  }
  #item .pickup_tab_list .pickup-bt{
    padding: 7px 20px 9px;
    border-radius:100vh;
    display: inline-block;
    width: 100px;
    margin-right: 4px;
    font-size: 13px;
    height: 32px;
  }
  #item .pickup_tab_list .pickup-bt:nth-of-type(3){
    width:230px
  }
  #item .pickup_tab_list .pickup-bt.is_tab_active{
    padding: 12px 20px 9px;
    width: 113px;
    font-size: 14px;
    height: 42px;
  }
  #item .pickup_tab_list .pickup-bt:nth-of-type(3).is_tab_active{
    width:250px
  }
  #item ul.pickup-list {
    gap: 15px;
  }
  #item .tab-contents.is_contents_active{
    padding:20px 10px 30px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
  }
  #item li.pickup-item {
    width: calc((100% - 15px) / 2);
  }
  .pickup-list .pickup-item .pickup-price {
    font-size: 14px;
  }
}

/*-----------------------------------
記事一覧
-----------------------------------*/
#hojin-lp section#yomimono {
  padding: 0;
  background: #ffffff;
  max-width: 100%;
}
#yomimono .yomimono-slider{
  width: 80%;
  padding: 20px 20px 40px;
  position: relative;
}
#yomimono .yomimono-slider .swiper-wrapper, #yomimono .yomimono-slider .swiper-slide{
  height: auto;
}
#yomimono .yomimono-slider .swiper-slide a{
  height: 100%;
  display: block;
}
#yomimono .swiper-wrapper .contents_item{
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid #e71118;
  opacity: 0.3;
  background-image:url("https://ecimg.tokyu-dept.co.jp/ec/images/top/temiyage_background.png");
}
#yomimono .swiper-wrapper .contents_item::before{
  content:"";
  display:block;
  width: 100%;
  height: 1px;
  background:#e71118;
  position:absolute;
  bottom:3px;
  left:50%;
  transform:translateX(-50%);
  z-index: 1;
}
#yomimono .swiper-wrapper .contents_item.swiper-slide-active,#yomimono .swiper-wrapper li.contents_item.swiper-slide.swiper-slide-prev,#yomimono .swiper-wrapper li.contents_item.swiper-slide.swiper-slide-next{
  opacity: 1;
}
#yomimono .swiper-wrapper .contents_item a{
  color: #333;
}
#yomimono .contents_item .contents_image{
  padding: 10px;
  position: relative;
  overflow: hidden;
  height: 250px;
}
#yomimono .contents_item .contents_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#yomimono .contents_item .text-wrap{
  padding: 3px 19px 20px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
#yomimono .contents_item .contents_title{
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}
#yomimono .contents_item .contents_title span{
  margin: 5px 0 15px;
  font-size: 18px;
  display: inline-block;
  line-height: 1.5;
  border-bottom:2px dotted #c44b68;
  font-family: "Hiragino Mincho Pro", 游明朝, YuMincho, "HGS明朝E", "HGS明朝B", serif;
}
#yomimono .contents_item .contents_title mark{
  background:transparent;
  color:#aa071b;
}
.swiper-horizontal>.swiper-scrollbar{
  width: 72%;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-button-prev ,.swiper-button-next{
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 50%;
  right: 0;
  font-size: 0;
  border-radius: 100vh;
  z-index: 1;
  display:block;
  background: #3333336b;
  transform: translateY(-50%);
}
.swiper-button-prev::after,.swiper-button-next::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 36%;
  z-index: 200;
  visibility: visible;
  width: 13px;
  height: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.swiper-button-prev{
  right: auto;
  left: 0;
}
.swiper-button-next::after{
  left: 36%;
  transform: rotate(-135deg)  translateY(50%);
}

@media screen and (max-width:785px){
  #hojin-lp section#yomimono {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
  }
  #yomimono .yomimono-slider{
    padding: 0;
  }
  #yomimono .contents_item .contents_image {
    padding: 10px 10px 0;
    height: 150px;
  }
  #yomimono .contents_item .text-wrap{
  padding: 9px 15px 13px;
  font-size: 15px;
  }
  #yomimono .contents_item .contents_title{
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  }
  #yomimono .contents_item .contents_title span{
  margin: 5px 0;
  font-size: 18px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 80px;
    right: 20px;
  }
  .swiper-button-prev {
    right: auto;
    left: 20px;
  }
  .swiper-button-prev::after, .swiper-button-next::after{
    width:7px;
    height:7px;
  }
  .swiper-button-next::after {
    left: 26%;
  }
  #yomimono .swiper-wrapper li.contents_item.swiper-slide.swiper-slide-prev,#yomimono .swiper-wrapper li.contents_item.swiper-slide.swiper-slide-next{
    opacity: 0.3;
  }
}




/*-----------------------------------
カテゴリ
  -----------------------------------*/
.category .flex-wrap{
  margin-bottom: 20px;
  gap: 50px 20px;
  max-width: 1000px;
}
 #hojin-lp section.category{
   padding: 100px 20px;
   background: #fff8f3;
   max-width: 100%;
}
#hojin-lp.seibo  section.category{
   background: #fffaf1;
}
.category .flex-wrap li{
  font-size: 20px;
  text-align: center;
  position:relative;
  transition:0.3s;
}
.category .flex-wrap li::before{
  /* content: ""; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background:#6e8ec0;
  z-index: 0;
  border-radius: 20px;
}

#hojin-lp.seibo .category .flex-wrap li::after{
  background: #c0846e;
}
.category .flex-wrap li a{
  width: 100%;
  display: block;
  color:#d03d59;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
#hojin-lp.seibo .category .flex-wrap li a{
  color:#78412d;
}
.category .flex-wrap li .category-img{
  transition:0.3s;
  margin: 0 auto;
  height: 200px;
  overflow: hidden;
}
#hojin-lp .category .flex-wrap li .category-img img{
  width:100%;
  height: 100%;
  object-fit:cover;
  
}
.category .flex-wrap li div:last-of-type{
  padding:18px 4px;
  font-weight:600;
  position: relative;
  font-family: "Hannari", "Hannari-sub", serif;
  writing-mode: vertical-lr;
  position: absolute;
  top:10px;
  left:10px;
  background: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1em;
}
#hojin-lp.seibo .category .flex-wrap li div:last-of-type {
  border-top: 1px solid #78412d;
}
@media screen and (max-width:785px){
  #hojin-lp section.category {
  padding: 50px 20px;
  width: auto;
  }
  #hojin-lp .category .flex-wrap{
    margin-bottom: 30px;
    gap: 30px 20px;
    width: 100%;
    grid-template-columns: repeat(2,1fr);
  }
  .category .flex-wrap li{
    font-size: 20px;
  }
  .category .flex-wrap li .category-img, .category .flex-wrap li div{
    font-size: 14px;
  }
}

/*-----------------------------------
ブランド
  -----------------------------------*/
.brand .flex-wrap{
  margin-bottom: 30px;
  gap:20px;
  width: 100%;
}
.brand .flex-wrap li{
  position: relative;
  font-size: 20px;
  height: auto;
  text-align: center;
  background: #fff;
  border: solid 1px #b7b7b7;
  overflow:hidden;
  transition:0.3s;
  border-radius: 10px
}
.brand .flex-wrap li a{
  width: 100%;
  height: 100%;
  display: block;
  color: #436fb2;
  font-size: 16px;
  font-weight: 600;
}
.brand .flex-wrap li:hover{
    transform: translateY(-5px)
  }
.brand .flex-wrap li .brand-logo{
  height: 65px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hojin-lp .brand .flex-wrap li .brand-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#hojin-lp.seibo .brand .flex-wrap li{
  border: 1px solid #894927;
}
#hojin-lp.seibo .brand .flex-wrap li a{
  color: #c15e2a;
}
#hojin-lp .brand .flex-wrap li .brand-img{
  height: 117px;
  background: #fff
}
#hojin-lp .brand .flex-wrap li .brand-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand .flex-wrap li .brand-img, .brand .flex-wrap li div:nth-of-type(2){
  border-radius:100vh;
}
.brand .flex-wrap li div{
  transition:0.3s;
}
@media screen and (max-width:785px){
  #hojin-lp section.brand {
    margin: 0 20px 90px;
    padding: 0;
  }
  #hojin-lp .brand .flex-wrap{
    margin-bottom: 30px;
    grid-template-columns: repeat(2,1fr);
  }
  .brand .flex-wrap li{
    font-size: 20px;
  }
  .brand .flex-wrap li .brand-img, .brand .flex-wrap li div{
    font-size: 15px;
  }
}

/*-----------------------------------
キャンペーン
  -----------------------------------*/
.campaign .long-bnr{
  width: 100%;
  margin-bottom: 30px;
}
.campaign .long-bnr:last-of-type{
  margin-bottom:0;
}
#hojin-lp .campaign .flex-wrap {
  margin: 30px 0 0;
  justify-content: flex-start;
  gap:20px;
  grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width:785px){
  #hojin-lp .campaign .flex-wrap {
    margin: 0;
    grid-template-columns: repeat(1,1fr);
  }
  .campaign .long-bnr{
    margin-bottom: 15px;
  }
}
@media screen and (min-width:786px){
  .bt-box:hover{
    background: #fff; 
    color: #c44b68;
  }
  #hojin-lp.seibo .bt-box:hover {
    background: #fff;
    color: #b85b2b;
  }
  .bt-box:hover a{
    color: #c44b68;
  }
  #hojin-lp.seibo .bt-box:hover a{
    color: #b85b2b;
  }
  .brand .flex-wrap li:hover,.category .flex-wrap li:hover{
    transform:translateY(-10px);
  }
  .service li:hover{
      transform:translateX(10px);
  }
  .category .flex-wrap li:hover .category-img{
    opacity: 0.9;
  }
  .campaign .flex-wrap .two-calm:hover{
    opacity: 0.7;
  }
.recommend .flex-wrap .two-calm:hover {
  opacity: 0.6;
}
  #yomimono .swiper-wrapper .contents_item:hover{
  transform: translateY(-15px);
  }
}


/*-----------------------------------
ポイント
  -----------------------------------*/
#hojin-lp section.point{
  margin-bottom: 0;
  padding: 70px 20px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  background: #fffded;
}
#hojin-lp.seibo #hojin-lp section.point{
  margin-bottom: 0;
  padding: 70px 20px 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  background: #fffaf1;
}
#hojin-lp.seibo .point li{
    border: double #b26543;
}
#hojin-lp .point ul{
  width: 100%;
  gap:50px;
  align-items: stretch;
  max-width:1000px;
  grid-template-columns: repeat(2,1fr);
}
.point li{
  padding: 20px 20px 30px;
  border: double #436fb2;
  background: #ffffff;
}
.point li p{
  margin-bottom:25px;
  text-align: center;
  min-height: 160px;
}
.point p > span{
  margin-bottom: 18px;
  padding: 0 20px;
  display: inline-block;
  border-bottom: 2px solid;
  font-size: 45px;
  line-height: 1.3;
  color: #436fb2;
}
#hojin-lp.seibo .point p > span{
  color: #ce632b;
}
.point p > span span{
  margin-right: 5px;
  font-size: 25px;
}
.point .bt-box{
  width: 84%;
}
@media screen and (max-width:785px){
  #hojin-lp section.point{
    padding: 50px 20px 60px;
  }
  #hojin-lp .point ul{
    gap:30px;
    grid-template-columns: repeat(1,1fr);
  }
  .point li{
    padding: 20px 20px 30px;
    width: calc(100% - 40px);
  }
  .point li p{
    margin-bottom:20px;
    min-height: 120px;
  }
  .point p > span{
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 35px;
  }
  .point p > span span{
    margin-right: 5px;
    font-size: 20px;
  }
}


/*-----------------------------------
サービス
  -----------------------------------*/
#hojin-lp section.service{
  padding: 0 0 85px;
  max-width: 100%;
  background: #fafafa;
}
#hojin-lp.seibo section.service{
    background: #fffaf1;
}
#hojin-lp .service ul{
  margin: 20px 0 0;
  gap:50px 70px;
  align-items: stretch;
  max-width: 850px;
  grid-template-columns: repeat(2,1fr);
}
.service li{
  position:relative;
  z-index: 10;
  transition:0.3s;
}
.service li::before{
  content:"";
  display:block;
  width:35px;
  height:35px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  background: #c44b68;
  border-radius:50%;
}
.service li::after{
  content:"";
  display:block;
  width:7px;
  height:7px;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%) translateX(-140%) rotate(135deg);
  border-top:2px solid #fff;
  border-left:2px solid #fff;
}
.service li a{
  display: flex;
  color:#333;
  padding:0 55px 0 0;
  z-index: 1;
  position: relative;
}
.service li:last-of-type{
  margin-bottom: 0;
}
.service li div{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}
.service .icon{
  margin-right: 25px;
  display: flex;
  width: 50px;
  height: 50px;
}
.service .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width:785px){
  #hojin-lp section.service{
    padding: 0 18px 45px;
    /* background: #fffaf1; */
  }
  #hojin-lp .service ul{
    gap:30px;
    grid-template-columns: repeat(1,1fr);
  }
  .service li{
    width: 100%;
  }
  .service .icon {
    margin-right: 25px;
    display: flex;
    width: 40px;
    height: 40px;
  }
}