@charset "utf-8";
/* CSS Document */
/*---------------------------
調整
 --------------------------*/
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}
/* 表示形式を非表示にする */
.block-sort--header h2 {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list-naviframe, .pager-total {
  display: none;
}
.block-section {
  padding: 20px 0;
}
/* 商品 */
.block-top-event {
  padding: 20px 0;
}
.block-thumbnail-t--items {
  margin: 10px -5px 40px -5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}
.block-section--header {
  margin-top: 1.5rem;
}
.cammoc-introduction-text02 a {
  color: #0065b3;
}
/* 改行固定 */
span.aks {
  display: inline-block;
}
/* 改行無効 */
.sp-only {
  display: none;
}
@media screen and (min-width: 430px) {
  .sp-only {
    display: block;
  }
}

/*---------------------------
adobefont
 --------------------------*/
#samuelp {
  font-family: "ah-hakushu-yan-zhenqing", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*---------------------------
hanabi
 --------------------------*/
#samuelp {
  overflow: hidden;
  max-width: 550px;
  margin: 0 auto;
}
.samueLP-top {
  position: relative;
}
#container {
  overflow: hidden;
  background-size: cover;
  top: 60%;
  left: 50%;
  width: 550px;
  height: 150px;
  position: absolute;
  transform: translate(-50%, -50%);
}
/*---------------------------
top
 --------------------------*/
.samueLP-top {
  background: #202e50;
}
.samueLP-top img {
  width: 100%;
}
.samueLP-text {
  background: #202e50;
  margin: 0;
  text-align: center;
  padding: 1.5rem;
}
.samueLP-top p {
  color: #ffffff; /*文字色*/
  border: solid 2px #cfb14e; /*線色*/
  padding: 0.75em; /*文字周りの余白*/
  border-radius: 0.75em; /*角丸*/
  font-size: 16px;
  font-size: clamp(16px, 3.5vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.25;
}
/*---------------------------
itemtittle
 --------------------------*/
#samuelp .item01-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#samuelp .item01-1 img {
  width: 70px;
  padding-right: 5px;
}
span.tittlestyle {
  font-size: 40px;
  font-size: clamp(40px, 4.5vw, 45px);
  font-weight: 100;
  color: #494f60;
}
/*---------------------------
item
 --------------------------*/
#samuelp .main-img {
  background: #eeeff2;
  border-radius: 40px;
  padding: 1.5rem;
  margin: 1.5rem 0.5rem;
  text-align: center;
}
#samuelp .item02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin: 2rem 0;
}
#samuelp .item02 img {
  /*width: 320px;*/
}
#samuelp .itemmaintext {
 /* width: 300px;*/
  text-align: left;
  margin-top: 1.5rem;
}
#samuelp .itemmaintext h3 {
  font-size: 25px;
  font-size: clamp(25px, 4vw, 30px);
  font-weight: 100;
  margin: 0 0 0.5rem 0;
  line-height: 0.5;
}
#samuelp .buy-p {
  text-align: right;
  font-size: 25px;
  font-size: clamp(25px, 4vw, 30px);
  padding-right: 10px;
  margin: 0;
}
#samuelp .item-text {
  font-size: 20px;
  font-size: clamp(16px, 3.5vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#samuelp .item-n {
  font-size: 20px;
  font-size: clamp(16px, 3.5vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.05;
  margin: 0 0 0.5rem 0;
}
#samuelp .buy-v {
  font-size: 20px;
  font-size: clamp(16px, 3.5vw, 20px);
  letter-spacing: 0.05em;
  right: 0;
}
#samuelp .item01img img {
  width: 100%;
  text-align: center;
}
/*---------------------------
review
 --------------------------*/
#samuelp .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review {
  background: #868EA0;
  padding: 1.25rem 0.5rem;
  border-radius: 0.75em;
  margin-top: 1.5rem;
	color: #ffffff;
}
.revico-multicomment-top .revico-comment-footer {
    padding-bottom: 0px;
}