@charset "utf-8";
/* CSS Document */
/*---------------------------
調整
 --------------------------*/
/* もっと見る */
.block-link {
  text-align: center;
  display: none;
}
/* 表示形式を非表示にする */
.block-goods-list--sort-order-items {
  display: none;
}
/* 表示件数（上）を非表示にする */
.block-goods-list--pager-top {
  display: none;
}
/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom {
  display: none;
}
.block-thumbnail-t--goods-name {
  text-align: left;
}
.block-thumbnail-t {
    text-align: center;
}
.block-top-event {
    padding: 20px 0;
}
/*---------------------------
adobefont
 --------------------------*/
#samuelp {
  font-family: "ah-hakushu-yan-zhenqing", sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*---------------------------
hanabi
 --------------------------*/
#samuelp {
  overflow: hidden;
  margin: 0 auto;
}
#container {
  overflow: hidden;
  background-size: cover;
  top: 1010px;
  left: 57%;
  width: 500px;
  height: 300px;
  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.75rem;
}
.samueLP-top p {
  color: #ffffff; /*文字色*/
  border: solid 2px #cfb14e; /*線色*/
  padding: 1.5em; /*文字周りの余白*/
  border-radius: 0.75em; /*角丸*/
  font-size: 1.5rem;
}
/*---------------------------
itemtittle
 --------------------------*/
#samuelp .item01-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#samuelp .item01-1 img {
  width: 100px;
  padding-right: 5px;
}
span.tittlestyle {
  font-size: 4rem;
  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;
  margin: 2rem 0;
}
#samuelp .item02 img {
  width: 320px;
}
#samuelp .itemmaintext {
  width: 300px;
  text-align: left;
}
#samuelp .itemmaintext h3 {
  font-size: 2.15rem;
  font-weight: 200;
  margin: 0 0 0.5rem 0;
  line-height: 0.5;
}
#samuelp .buy-p {
  text-align: right;
  font-size: 2rem;
  padding-right: 10px;
  margin: 0;
}
#samuelp .item-text {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#samuelp .item-n {
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  line-height: 1.05;
  margin: 0 0 0.5rem 0;
}
#samuelp .buy-v {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  right: 0;
}
#samuelp .item01img img {
  width: 80%;
  text-align: center;
}
/*---------------------------
review
 --------------------------*/
#samuelp .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review {
  background: #868EA0;
  padding: 1.5rem;
  border-radius: 0.75em;
	color: #ffffff;
}