@charset "utf-8";
/* CSS Document */
/*	リセットCSS	*/
*, *::before, *::after {
  box-sizing: border-box;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl, section {
  margin: 0;
}
/* Headings */
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/*	//リセットCSS	*/
/*SP*/
.sp {
  display: block;
}
.pc {
  display: none;
}
.container {
  font-size: 13px;
  line-height: 1.7;
}
.container img {
  width: 100%;
  height: auto;
}
.kvArea {
  margin-bottom: 35px;
}
.cts_wrap {
  /* padding: 0 6px; */
}
/*	*/
.lead {
  margin-bottom: 45px;
  /* font-family: serif; */
  /* text-align: center; */
  color: #222;
  padding: 0 4px;
}


.text_attention{
    text-align: left;
    color: #8a8a8a;
    margin: 10px 0 0 0;
    /* padding: 0 0px; */
    font-size: 12px;
}
.view_more a {
  display: block;
  position: relative;
  width: 73%;
  padding: 15px 0 14px;
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #372e28;
  border: solid;
  border-width: 2px;
  border-color: #372e28;
  /* border-radius: 3px; */
  box-sizing: border-box;
  font-weight: 500;
}
.sec_main {
  margin-bottom: 90px;
}
.title_img {
  width: 55%;
  margin: 0px auto 25px;
}
.block1 {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.itemlist {
  width: 49%;
  text-align: center;
  /* margin-bottom: 45px; */
  display: flex;
  flex-direction: column;
}
.itemlist ul {
  margin: 8px auto 5px;
  width: 98%;
}
.itemlist li {
  font-size: 13px;
  color: #7e7e7e;
  margin-bottom: 4px;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itemlist li.item_name {
  line-height: 1.4;
  color: #333;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li.item_price {
  color: #333;
}
.clearfix:after {
  display: none;
}
.cmn-btn1 {
  /* margin: 30px 0; */
  text-align: center;
  margin-bottom: 45px;
  margin-top: auto;
}
.cmn-btn1 a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 0.9cm;
  /* padding: 0 60px; */
  /* letter-spacing: .1em; */
  color: #fff;
  border: 2px solid #736d68;
  background: #736d68;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 96%;
  font-size: 12px;
}
.cmn-btn1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.view_more {
  margin: 0 auto 30px;
}
.view_more .view_more_btn {
  /* font-size: 13px; */
  /* font-weight: 600; */
  display: block;
  position: relative;
  width: 73%;
  padding: 15px 0 14px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #736d68;
  border: solid;
  border-width: 2px;
  border-color: #736d68;
  /* border-radius: 3px; */
  box-sizing: border-box;
}
.view_more .view_more_btn:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
/*その他の特集*/

.lp-contents, .lp-contents2 {
    margin-bottom: 65px;
}


.lp-contents .lp-contents__title-wrap {
  /* width: 95%; */
  margin: 0 auto 0;
}
.lp-contents__title {
  font-size: 18px;
  /* margin-bottom: 3.7333333333vw; */
  text-align: center;
  /* color: #231815; */
  /* border-bottom: 1px solid #2a2a2a; */
  /* padding-bottom: 5px; */
  /* font-family: "Noto Serif", serif; */
  font-weight: 600;
  margin-bottom: 24px;
}
span.under{
    border-bottom: 5px solid #f5c38a;
}
	
.lp-contents .lp-contents__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  /* width: 95%; */
  margin: 2vw auto 35px;
  gap: 6.1333333333vw 0;
}
.lp-contents .lp-contents__inner a {
  display: block;
  width: 48%;
}

a .content__text {
  font-size: 13px;
  line-height: 1.4285714286;
  line-height: 1.5;
	margin-bottom: 2px;
}
.content__img {
  margin-bottom: 5px;
}
.lp-contents .lp-contents__btn {
  width: 50.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  font-size: 3.0666666667vw;
  margin: 11.3333333333vw auto 0;
}
/*その他の特集*/
/*ブランドの特集*/
.lp-contents2 .lp-contents__title-wrap {
  /* width: 95%; */
  margin: 0 auto 0;
}
.lp-contents__subtitle {
  font-size: 16px;
  /* margin-bottom: 3.7333333333vw; */
  text-align: center;
  /* color: #231815; */
  /* border-bottom: 1px solid #2a2a2a; */
  padding-bottom: 5px;
  /* font-family: "Noto Serif", serif; */
  font-weight: 600;
}
.lp-contents2 .lp-contents__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  /* width: 95%; */
  margin: 2vw auto 50px;
  gap: 6.1333333333vw 0;
}
.lp-contents2 .lp-contents__inner a {
  display: block;
  width: 48%;
}
a .content__date {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  color: #999999;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a .content__time {
  font-size: 12px;
  /* line-height: 1.5; */
  text-align: left;
  /* color: #999999; */
  /* margin-bottom: 2px; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}


.content__img {
  margin-bottom: 5px;
}
.lp-contents2 .lp-contents__btn {
  width: 50.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  font-size: 3.0666666667vw;
  margin: 11.3333333333vw auto 0;
}
.lp-contents__block{
	margin-bottom: 20px;
}
.lp-contents__block p.content__text {
    text-align: center;
}

/*その他の特集*/
/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .kvArea {
    margin-bottom: 60px;
  }
  .container {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 120px;
  }
  .cts_wrap {
    /*        max-width: 800px;*/
    width: 100%;
    margin: 0 auto 110px;
    padding: 0;
  }
	.content_wrap {
    width: 90%;
    margin: 0 auto;
}
	
  .lead {
    margin: 0 auto 65px;
    width: 945px;
    font-size: 17px;
    text-align: center;
  }   
	.lead_p {
    text-align: center;
}
.text_attention {
        font-size: 14px;
        /* line-height: 1.57; */
        font-style: normal;
        text-align: left;
        width: 700px;
        color: #8a8a8a;
        margin: 20px auto 0;
        padding: 0;
    }
  /*	*/
  .txtWrap {
    margin-bottom: 45px;
  }
  .sec_main {
    margin-bottom: 90px;
  }
  .title_img {
    width: 30%;
    margin: 0px auto 40px;
  }
  .block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .itemlist {
    width: 24%;
    text-align: center;
    /* margin-bottom: 45px; */
    display: flex;
    flex-direction: column;
  }
  .itemlist ul {
    margin: 8px auto 5px;
    width: 98%;
  }
  .itemlist li {
    font-size: 15px;
    color: #7e7e7e;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .itemlist li.item_name {
    line-height: 1.4;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  li.item_price {
    color: #333;
  }
  .clearfix:after {
    display: none;
  }
  .cmn-btn1 {
    /* margin: 30px 0; */
    text-align: center;
    margin-bottom: 45px;
    margin-top: auto;
  }
  .cmn-btn1 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 0.9cm;
    /* padding: 0 60px; */
    /* letter-spacing: .1em; */
    color: #fff;
    /* border: 2px solid #353535; */
    /* background: #3b3b3b; */
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 96%;
    font-size: 13px;
  }
  .cmn-btn1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .view_more {
    margin: 35px auto 30px;
  }
  .view_more .view_more_btn {
    /* font-size: 13px; */
    /* font-weight: 600; */
    display: block;
    position: relative;
    width: 50%;
    padding: 21px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /* background-color: #cd6015; */
    border: solid;
    border-width: 2px;
    /* border-color: #cd6015; */
    /* border-radius: 3px; */
    box-sizing: border-box;
  }
  .view_more .view_more_btn:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
  }
  /*その他の特集*/
	
	.lp-contents, .lp-contents2 {
    margin-bottom: 105px;
}
	
	
  .lp-contents .lp-contents__title-wrap {
    /* width: 95%; */
    margin: 0 auto 15px;
  }
  .lp-contents__title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    /* color: #231815; */
    /* border-bottom: 1px solid #2a2a2a; */
    /* padding-bottom: 5px; */
    /* font-family: "Noto Serif", serif; */
    font-weight: 600;
  }
span.under{
    border-bottom: 6px solid #f5c38a;
}
	
  .lp-contents .lp-contents__inner {
    display: flex;
    /* justify-content: space-between; */
    /* justify-content:space-around; */
    /* justify-content: center; */
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    /* width: 95%; */
    margin: 0 auto 60px;
    gap: 6.1333333333vw 0;
  }
  .lp-contents .lp-contents__inner a {
    display: block;
    width: 30%;
  }
  a .content__date {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #999999;
    margin-bottom: 3px;
  }
  a .content__text {
    font-size: 16px;
    line-height: 1.4285714286;
    /* line-height: 1.5; */
    margin-bottom: 3px;
  }
  .content__img {
    margin-bottom: 5px;
  }
  .lp-contents .lp-contents__btn {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.0666666667vw;
    margin: 11.3333333333vw auto 0;
  }
  /*その他の特集*/
  /*ブランドの特集*/
  .lp-contents2 .lp-contents__title-wrap {
    /* width: 95%; */
    margin: 0 auto 15px;
  }
  .lp-contents__subtitle {
    font-size: 22px;
    /* margin-bottom: 3.7333333333vw; */
    text-align: center;
    /* color: #231815; */
    /* border-bottom: 1px solid #2a2a2a; */
    padding-bottom: 0;
    /* font-family: "Noto Serif", serif; */
    font-weight: 600;
    margin-top: 30px;
  }
  .lp-contents2 .lp-contents__inner {
    display: flex;
    justify-content: space-between;
    /* justify-content: space-between; */
    /* justify-content: space-around; */
    justify-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    /* width: 85%; */
    margin: 0 auto 110px;
    gap: 1.833333vw 0;
  }
  .lp-contents2 .lp-contents__inner a {
    display: block;
    width: 30%;
  }
 
	 a .content__time {
    font-size: 15px;
    line-height: normal;
    text-align: left;
    /* color: #999999; */
    margin-bottom: 0px;
  }
	
  
  .content__img {
    margin-bottom: 8px;
  }
  .lp-contents2 .lp-contents__btn {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.0666666667vw;
    margin: 11.3333333333vw auto 0;
  }
	
	.lp-contents__block{
	margin: 0 auto 40px;
	width: 96%;
}
.lp-contents__block p.content__text {
    text-align: center;
}
	
	
  /*その他の特集*/
  .view_more a {
    display: block;
    position: relative;
    width: 50%;
    padding: 21px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /* background-color: #222; */
    border: solid;
    border-width: 2px;
    /* border-color: #222; */
    /* border-radius: 3px; */
    box-sizing: border-box;
  }
  #style1, #style2, #style3, #style4, #style5 {
    /* padding: 100px 0 55px; */
    padding-top: 65px;
    margin-top: -65px;
    /* max-width: 960px; */
    /* margin: 0 auto; */
  }
}