@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
#slider div img{
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

.prd_recommend_block{
  margin-bottom:40px;
  padding-bottom:40px;
  border-bottom: 1px solid #ccc;
}
.prd_recommend_block .prd_lst_name{
  font-size:16px;
  font-weight: 900;
  margin-top:15px;
  text-align:center;
}
.prd_recommend_block .prd_lst_price{
  font-size:16px;
  color:red;
  font-weight:normal;
  margin-bottom:10px;
  text-align:center;
}
.prd_recommend_block .prd_lst_exp{
  font-size:14px;
}
.store_block{

}
.store_block .image{
  float:left;
  width:30%;
  margin-right:2%;
}
.store_block .image img{
  width:100%;
}
.store_block .text{
  float:left;
  width:68%;
  line-height:160%;
}
.store_block .text-red{
  color:red;
}

.top_msgblock {
  padding: 100px 50px;
  position: relative;
  background: url("https://img07.shop-pro.jp/PA01410/985/etc/img01.jpg?cmsp_timestamp=20210827144134") no-repeat center center / cover;
  font-weight: bold;
  letter-spacing: 3px;
}

.top_msgblock p {
  max-width: 630px;
  margin:0 auto;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.8;
}

.top_msgblock::before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8705882352941177);
    position: absolute;
    left: 0;
    top: 0;
}

.top_goodsblock {
  margin-bottom:40px;
  padding-bottom:40px;
  border-bottom: 1px solid #ccc;
}

.top_goodsblock ul::after {
  clear:both;
  display:block;
  content:'';
}

.top_goodsblock ul li {
  width: 25%;
  float:left;
  text-align:center;
  font-size: 15px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: bold;
}

.top_goodsblock ul li:nth-of-type(4n+1) {
  clear:both;
}

.top_goodsblock ul li img {
	max-width: 100%;
	width: auto;
  height: auto;
  margin-bottom: 10px;
}
.top_goodsblock ul li a {
	color: #444;
  text-decoration: none;
  display: block;
}

.top_goodsblock ul li a:hover {
  text-decoration: underline;
}

.top_goodsblock ul li a:hover img {
  opacity:0.85;
}

.top_package {
  text-align: center;
  margin-bottom:40px;
}

.top_package p {
  margin-bottom: 30px;
}

.top_package .packageImg {
  margin-bottom: 30px;
}

.top_package .packageImg img {
  max-width: 100%;
  width: auto;
	height: auto;
}

.top_package .btn a {
  display: inline-block;
  padding: 10px 20px;
  width: 250px;
  font-size: 20px;
  color: #fff;
  background: #444;
  text-decoration: none;
}

.top_package .btn a:hover {
  opacity: 0.85;
}

.top-productlist-b{
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: auto;
}
.top-productlist-b .top-productlist-each{
  display: table-cell;
  float: left;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  background-color: #EFE4C3;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.top-productlist-b .top-productlist-each:hover{
  opacity: 0.7;
}
.top-productlist-b .top-productlist-each:nth-child(odd){
  width: 41%;
  margin-left: 6%;
  margin-right: 6%;

}
.top-productlist-b .top-productlist-each:nth-child(even){
  width: 41%;
  margin-right: 6%;
}
.top-productlist-b .top-productlist-each .text{
  padding: 0 5px 0 5px;
}

.top-main-image{
  width: 100%;
}
.top-main-image img{
  width: 100%;
}
  
/* -------------------------- 2023/11/10 add -------------------------------------------- */

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

h2 {
  font-size: 20px;
}
h3.ttl_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  border: 0;
  padding: 0;
}

/* --------------------------main-visual-------------------------------------------- */

.mainvisual {

}

.mainvisual .gallery .gallery-cell {
  width: 94%;
  height: auto;
  max-width: 1300px;
}

.main-image {
  max-width: 1300px;

  margin: auto;
}

.mainvisual img {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}


/* ---------------------------------recommendation------------------------------------ */

.recommendation .center {
  max-width: 70%;
  width: 100%;
  padding-inline: 20px;
  margin: auto;
}

.recommendation {
  margin-top: 80px;
}

.recommendation .gallery .gallery-cell {
  width: 180px;
  height: 300px;
  color: black;
}

.recommendation .gallery .gallery-cell .slide-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommendation .gallery .gallery-cell .slide-image img {
  width: 150px;
}

.recommendation .gallery .gallery-cell .slide-text {
  margin-top: 20px;
}

.recommendation .gallery .gallery-cell .slide-text p {
  text-align: center;
}

.recommendation .gallery .gallery-cell .slide-text p.price {
  color: red;
  font-weight: bold;
  margin: 5px 0;
}

.recommendation .gallery .gallery-cell .slide-text p.expl {
  color: #666666;
  font-size: 13px;
  line-height: 140%;
}

.recommendation .sub-banner{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 60px auto;
  max-width: 700px;
  width: 100%;
}
.recommendation .sub-banner .banner{
  width: 48%;
}
.recommendation .sub-banner .banner img{
  width: 100%;
  border: 1px solid #ccc;
}

.recommendation .manager {
  margin: 0 20px 0;
  text-align: center;
  
}

.new-info {
  max-width: 700px;
  width: 100%;
  padding-inline: 20px;
  margin: auto;

}

.new-info .new-tidings {
  display: flex;
  align-items: center;
  gap: 30px;
}

.new-info .new-tidings a {
  text-decoration: underline;
}

.new-info .new-tidings img {
  width: 100px;
  border: 1px solid #666666;
}

.new-info .new-tidings .new-detail .text {
  color: black;
}

.new-info .new-tidings .new-detail p {
  margin-bottom: 10px;
}

.new-info .new-tidings:nth-child(n+2) {
  margin-top: 10px;
}


/* --------------------------------------special-set----------------------------------------------- */

.special-set .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  gap: 20px;
}

.special-set .title .label {
  padding: 5px 10px;
  background-color: #454545;
  color: white;
  font-size: 16px;
}

.special-set p {
  text-align: center;
  margin-bottom: 20px;
}

.special-set .slide {
  width: 70%;
  margin: auto;
}

.special-set .gallery .gallery-cell {
  width: 257px;
  height: 300px;
}


/* ---------------------------------tabs------------------------------------------- */

.transition {
  width: 100%;
  margin-top: 100px;
}

.transition .tabs {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
  border-bottom: 1px solid #666;
  margin-bottom: 50px;
}

.transition .tabs input[type=radio] {
  display: none;
}

.transition .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 400px;
  font-size: 124%;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.transition .tabs label {
  /* width: 300px; */
  width: 100%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 3px solid rgb(255, 255, 255, 0);
  position: relative;
  z-index: 1;
  bottom: -2px;
}

.transition .tabs input[type=radio]:checked+label {
  /* color: greenyellow; */
  border-bottom: 3px solid rgb(255, 255, 255) !important;
}

.transition .material-search {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.transition .material-search .title {
  text-align: center;
  margin: 80px 0 30px;
  font-size: 24px;

}

.transition .material-search .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  padding-inline: 20px;
}

.transition.material-search .items .item {
  width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.transition .material-search .items .item .item-image img {
  max-width: 100%;
  margin-bottom: 10px;
}

.transition .material-search .items .item p {
  text-align: center;
  font-weight: bold;
}

.transition .gift {
  display: none;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}


/* ---------------------------------------normal-scroll-list--------------------------------- */


.normal-scroll-list {

}

.normal-scroll-list .center {
  max-width: 90%;
  width: 100%;
  padding-inline: 20px;
  margin: auto;
}

.normal-scroll-list .gallery .gallery-cell {
  width: 180px;
  height: 220px;
  color: black;
}

.normal-scroll-list .gallery .gallery-cell .slide-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.normal-scroll-list .gallery .gallery-cell .slide-image img {
  width: 150px;
}

.normal-scroll-list .gallery .gallery-cell .slide-text {
  margin-top: 20px;
}

.normal-scroll-list .gallery .gallery-cell .slide-text p {
  text-align: center;
}

.normal-scroll-list .gallery .gallery-cell .slide-text p.price {
  color: red;
  font-weight: bold;
  margin: 5px 0;
}

.normal-scroll-list .gallery .gallery-cell .slide-text p.expl {
  color: #666666;
  font-size: 13px;
  line-height: 140%;
}


/* ---------------------------------voice------------------------------------------- */

.voice {
  width: 100%;
  height: 900px;
  background-image: url(https://img07.shop-pro.jp/PA01410/985/etc_base64/dG9wLXJldmlld3MtYmFja2dyb3VuZA.jpg?cmsp_timestamp=20231126220513);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  font-size: 12px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.voice .voice-opacity {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 0.6);
}

.voice .voice-opacity>p {
  text-align: center;
  font-size: 20px;
  padding-top: 110px;
  margin-bottom: 50px;
}

.voice .voice-opacity .center {
  width: 85%;
  padding-inline: 30px;
  margin: auto;
}

.voice .voice-opacity .gallery {
  height: 650px;
}

.voice .voice-opacity .gallery .flickity-viewport {
  height: 100% !important;
}

.voice .voice-opacity .gallery .flickity-viewport .flickity-slider {
  height: 100% !important;
}

.voice .voice-opacity .gallery .gallery-cell {
  width: 400px;
  height: auto;
  margin-right: 20px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.voice .voice-opacity .gallery .gallery-cell .content {
  height: 100%;
  padding: 30px 20px 40px 20px;
}

.voice .voice-opacity .gallery .gallery-cell .content .voice-info{
  
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .voice-title{
  font-weight: bold;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .product-name{
  font-size: 14px;
  color: #666666;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .product-name::before{
  content: "「";
  margin-right: 5px;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .product-name::after{
  content: "」へのレビュー";
  margin-left: 5px;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .star{
  display: flex;
  align-items: center;
  margin-block: 10px;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .star img{
  width: 20px;
  height: 20px;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .voice-reviewer{
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.voice .voice-opacity .gallery .gallery-cell .content .voice-info .voice-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.voice .voice-opacity .gallery .gallery-cell .voice-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice .voice-opacity .gallery .gallery-cell .voice-image img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
}



/*----------------speech bubble-------------------*/

.manager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar {
  margin-right: 40px;
}
.manager img {
  width: 100px;
  border-radius:50%;
  border: 1px solid #666;
}

.speech-bubble {
	display: block;
	width: 500px;
	position: relative;
	text-align: left;
	background: white;
	border: 1px solid #666;
	border-radius: 10PX;
	color: black;
  padding: 10px 20px;
}
.speech-bubble:before {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	transform: translate(50%, -50%) rotate(135deg) translateZ(0);
   left: -2em;
	height: 30px;
	width: 30px;
	background: white;
	border: inherit;
	border-width: 0 1px 1px 0;
	border-radius: 0 0 2px 0;
}
.speech-bubble a{
	text-decoration: underline;
}
.speech-bubble a:hover{
	text-decoration: none;
}

.margin-inline {
  margin-inline: 10px;
}

.underline-none {
  /* height: 100% !important; */
  height: 100%;
  text-decoration: none;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

.underline {
  text-decoration: underline;
}

.close-btn img {
  width: 30px;
}

.transition .tabs .tab img {
  width: 30px;
  margin-right: 10px;
}

.manager .speech-bubble span {
  text-decoration: underline;
}

section{
  margin-bottom: 80px;
}

a:hover{
  opacity: 0.7;
  text-decoration: none;
}