@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/* CSS Document */
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
caption, th, p {
  text-align: center;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.blog_inner ul {
  margin-bottom: 0px;
  margin-left: 0;
}
.blog_inner p {
  margin-bottom: 0;

}
#deoitem_26sm {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  text-align: center;
  color: #333;
}
#deoitem_26sm img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  padding-bottom: 0.5em;
}
#deoitem_26sm p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#deoitem_26sm h1, #deoitem_26sm h2, #deoitem_26sm h3, #deoitem_26sm h4, #deoitem_26sm h5 {
  color: #151515;
  text-align: center;
  font-weight: 600;
  background: none;
  border: none;
}
#deoitem_26sm h1 {
  font-size: 3.5em;
  color: #6eb49b;
  margin: 1em auto;
  letter-spacing: 0.18em;
}
#deoitem_26sm .coolimg {
  max-width: 600px;
  margin: 30px auto 30px;
}
#deoitem_26sm h2 {
  font-size: 1.5em;
  line-height: 200%;
  margin: 1em auto 1em;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#deoitem_26sm h2 span {
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
#deoitem_26sm h3 {
  font-size: 1.8em;
  line-height: 140%;
  margin: 70px auto 20px;
}
#deoitem_26sm h3 span {
  font-size: 0.65em;
}
#deoitem_26sm .deoitem_26sm_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#deoitem_26sm .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#deoitem_26sm .categorylist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 5px;
  justify-content: center;
}
#deoitem_26sm section.category {
  margin: 15px auto;
  width: 95%;
  max-width: 870px;
}
#deoitem_26sm .categorylist div {
  flex-basis: calc(100% / 3 - 1%);
  padding: 1%;
}
#deoitem_26sm .categorylist div.box {
  font-weight: 500;
}
#deoitem_26sm .categorylist div a {
  color: #fff;
  display: block;
  padding: 6% 3%;
  text-align: center;
  font-size: 1.2em;
  background-color: #6eb49b;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}
#deoitem_26sm .categorylist div a:hover {
  color: #6eb49b;
  display: block;
  background-color: #fff;
  border: 1px solid #6eb49b;
  border-radius: 5px;
}
#deoitem_26sm p.main_text {
  margin: 0px auto 1em !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1.2em !important;
}
#deoitem_26sm p.main_text2 {
  margin: 2em auto 2em !important;
  text-align: left;
  line-height: 180%;
  display: block !important;
  max-width: 600px;
}
#deoitem_26sm p.blue {
  margin: 1em auto 1em !important;
  text-align: left;
  line-height: 180%;
  display: block !important;
  color: #6eb49b;
  font-weight: bold;
}
#deoitem_26sm section {
  margin: 100px auto;
}
#deoitem_26sm section.pickupitem .flex div {
  flex-basis: calc(100% / 3);
  padding: 0 2%;
}
#deoitem_26sm section.pickupitem .flex div p.itemname {
  text-align: center !important;
  margin: 1em auto 0.5em!important;
  /*	height: 45px;*/
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#deoitem_26sm p.price {
  margin: 0 auto;
  text-align: center;
}
#deoitem_26sm p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}
#deoitem_26sm section.style .subimage {
  background-position: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
}
#deoitem_26sm section.style .mainimage {
  width: 100%;
  margin: 0 auto;
}
#deoitem_26sm section.style3 .flex div {
  flex-basis: calc(100% / 2);
  padding: 0 0.5%;
}
#deoitem_26sm section.style .textaria {
  margin: 0 auto;
  width: 98%;
}
#deoitem_26sm section.style .textaria p {
  display: block !important;
  text-align: left;
}
#deoitem_26sm .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 1em auto 1em;
}
#deoitem_26sm .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#deoitem_26sm .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
/* 購入ボタン */
#deoitem_26sm .itemlist a, /*#deoitem_26sm .itemlist span,*/ #deoitem_26sm .buy, #deoitem_26sm .buy2 {
  display: block;
  width: 100%;
  max-width: 120px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #151515;
  background: #151515;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
}
#deoitem_26sm .buy2 {
  display: block;
  width: 100%;
  max-width: 350px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #6eb49b;
  background: #6eb49b;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 3em auto 2em;
  text-decoration: none;
  border-radius: 5px;
}
#deoitem_26sm .buy {
  margin: 1em auto 1em;
}
#deoitem_26sm .itemlist a:hover, #deoitem_26sm .buy:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #151515;
  color: #151515;
}
/* 回遊リンク */
#deoitem_26sm .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#deoitem_26sm .Banner4 h3 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #000;
  border-bottom: 1px solid #000;
  color: #000;
}
#deoitem_26sm .Banner4 ul {
  display: inline;
}
#deoitem_26sm .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #deoitem_26sm .pc_header {
    background-image: url(https://www.peetonline.com/images/gotcha/limited_series_2512/pc_fv.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  #deoitem_26sm .pc_header .wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #deoitem_26sm .pc_header h1 {
    position: absolute;
    top: 55vh;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
  }
  #deoitem_26sm section.style1 .flex .flexbox:first-child {
    flex-basis: 52%;
  }
  #deoitem_26sm section.style1 .flex .flexbox:last-child {
    flex-basis: 48%;
  }
  #deoitem_26sm section.style .subimage {
    margin: 40px auto;
    padding-left: 2%;
  }
  #deoitem_26sm .right {
    flex-direction: row-reverse;
  }
  #deoitem_26sm .right .flex_box:last-child {
    padding-left: 0;
    padding-right: 5%;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #deoitem_26sm h1 {
    font-size: 7.5vw;
  }
  #deoitem_26sm .coolimg {
    max-width: 748px;
    width: 100%;
  }
  #deoitem_26sm h2 {
    font-size: 4.5vw;
  }
  #deoitem_26sm h3 {
    font-size: 5vw;
    margin: 30px auto 5px;
  }
  #deoitem_26sm p, #deoitem_26sm div, #deoitem_26sm .other_text {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #deoitem_26sm p.price {
    font-size: 3.8vw !important;
  }
  #deoitem_26sm section {
    margin: 15.375vw auto;
  }
  #deoitem_26sm section.pickupitem {
    margin: 8vw auto 15.375vw;
  }
  #deoitem_26sm section.pickupitem .flex div p.itemname {
    /*	height: 30px;*/
    font-size: 3.8vw !important;
   
  }
  #deoitem_26sm section.style .subimage {
    margin: 50px auto 0;
  }
  #deoitem_26sm .itemlist div {
    font-size: 3.8vw !important;
    line-height: 150% !important;
  }
  #deoitem_26sm section.style4 .subimage .subimage1 {
    width: 45%;
    margin: 150px 0px 0px 0px;
  }
  #deoitem_26sm .categorylist div {
    flex-basis: calc(100% / 2 - 1%);
    padding: 1%;
  }
  #deoitem_26sm .coolimg {
    max-width: 700px;
    margin: 30px auto 30px;
  }
  #deoitem_26sm p.main_text2 {
    max-width: 100%;
  }
  #deoitem_26sm .itemlist {
    max-width: 100%;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #deoitem_26sm .Banner4 {
    text-align: center;
    width: 100%;
  }
  #deoitem_26sm .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #deoitem_26sm .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #deoitem_26sm .header {
    position: relative;
    height: 150vw;
  }
  #deoitem_26sm .header .titlelogo {
    position: absolute;
    bottom: 15vw;
    right: 5vw;
    width: 60%;
  }
}