@charset "utf-8";
  


/* ------------------------------
	common
------------------------------ */
#page{
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px){
	.content-full {
		width: 1270px;
		padding: 0 15px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		z-index: 1;
	}
}

@media screen and (max-width:750px){
	.content-full {
		padding: 0 15px;
		position: relative;
		box-sizing: border-box;
		z-index: 1;		
	}
}

@media screen and (min-width: 750px){
	.content-full {
		padding: 0 15px;
		position: relative;
		box-sizing: border-box;
		z-index: 1;		
	}
}

#main-image{
  padding-top: 30px;
  margin-bottom: 84px;
}

@media screen and (min-width: 751px){
  #main-image img{
    width: 70%;
    margin: 80px auto 0;
    display: block;
  }
}

@media screen and (max-width: 750px){
  #main-image img{
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    display: block;
  }
  
  .pcView{
    display: none;
    text-align: left;
  }
}

@media screen and (min-width: 751px) {  
  .boundary{
     padding-bottom:160px;
  }
  .boundary-border{
     padding-bottom:160px;
  }
}

@media screen and (max-width: 750px) {
  .boundary{
     padding-bottom:100px;
  }
  
  .boundary-border{
    padding-bottom:100px;
    border-bottom: 2px dotted #182d50;
  }
}

.ls-xs{letter-spacing: 1px;}

.link_outside{
  background: #a5a5a5;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 30px;
  border-radius: 20px;
}

.link_outside:hover {
	background: #182d50;
	color: #fff;
	transition: .4s;
}

/* ------------------------------
	archive
------------------------------ */
#item-list{
  padding-top: 73px;
  padding-bottom: 72px;
}

.item-bg{
  position: relative;
  background: #fff;
  line-height: 1em;
}

.item-bg span{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #172d50;
  color: #fff;
  padding: 5px 10px;
}

@media screen and (min-width: 751px){
  h1.katsu img{
    width:390px;
    display: block;
    margin: 0 auto 60px;
    padding-top: 50px!important;
  }
}

@media screen and (max-width: 750px){
  h1.katsu img{
    width: 52vw!important;
    display: block;
    margin: 0 auto;

  }
}

.item-img img{
  border: 1px solid #555;
}

.item-img img:hover{
  opacity: 0.8;
  transition: all 0.5s ease-out;
}

@media screen and (min-width: 751px){
  .scale-sm img{
    display: block;
    transition-duration: 0.3s;
  }

  .scale-sm img:hover{
    transform: scale(0.9, 0.9);
    transition-duration: 0.5s;
  }
}

.archive-link{
  display: block;
  width: 400px;
  margin: 0 auto;
  line-height: 2.5em;
  border: 1px solid #182d50;
  text-align: center;
	border-radius: 3px;
	transition: .4s;
}

@media screen and (max-width: 750px){
  .archive-link{
    width: 70%;
  }
}

.archive-link:hover {
	background: #182d50;
	color: #fff;
}

/* ------------------------------
	page
------------------------------ */
.bg-blue{
  position: relative;
  z-index: 3;
  padding-top: 83px;
  padding-bottom: 0;
  background: url(../images/item-bg.png) repeat;
}

.footer-bg{
  position: relative;
  z-index: 2;
  background: url(../images/item-bg.png) repeat;
}

.marker-pink{
  background: linear-gradient(transparent 50%, #fcd5e7 50%);
}

/* SECTION > item-circle
---------------------------*/
.circleBox img{
	width:260px;
	height:260px;
	object-fit:cover;
	border-radius:50%;
  background: #fff;
}

/* SECTION > product
---------------------------*/
#section-product{
  padding-bottom: 74px;
}

.product-left,
 .product-right-reverse{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-left::after,
 .product-right-reverse::after{
	content: "";
  display: block;
  clear: both;
}

 .product-right-reverse{
  flex-flow: row-reverse;
}

@media screen and (max-width: 750px) {
  .product-left,
   .product-right-reverse{
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap
  }
}

.product-info{
  width: 600px;
}

.product-info img{
  width: 600px;
  height: 400px;
  object-fit: cover;
}


@media screen and (min-width:751px) and (max-width:768px){
  .product-info{
    width: 50%;
  }

  .product-info img{
    width: 100%;
  }

  .product-detail{
    width: 100%;
    padding: 0;
  }
  
  .image-library{
    width: 50%
  }
}

.product-detail{
  width: 500px;
  margin: 0 auto;
  padding: 0 50px;
  letter-spacing: 1px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .product-info{
    width: 100%;
  }

  .product-info img{
    width: 100%;
  }

  .product-detail{
    width: 100%;
    padding: 0;
  }
}

.spec-content{
  width: 90%;
  margin: 40px 0;
	padding: 20px;
	overflow: hidden;
	background-color:rgba(255,255,255,0.5);
}

@media screen and (min-width: 751px) {
  .spec-content{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  
  .spec-content li{
    width: 100%;
    border-right: 1px solid #888;
  }
  .spec-content li:last-child{
    border: none;
  }
}

.spec{
  width: 100%;
  box-sizing: border-box;
}

.spec dt,
.spec dd {
  box-sizing: border-box;
  padding: 3px 0;
}

.spec dt {
  width: 25%;
  float: left;
  text-align: center;
  font-weight: bold;
}

.spec dd {
	padding-left:10px;
	margin-left:25%;
}

.spec dd:before {
  content: ':';
  margin-right: 10px;
}
.spec dd:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 750px) {
  .spec-content{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    /*border: 1px solid #888;*/
    flex-wrap: wrap;
  }
  .spec-content li{
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .rotate_l{
    transform: rotate(-8deg);
    filter: drop-shadow(6px 2px 6px rgba(0,0,0,0.4));
  }

  .rotate_r{
    transform: rotate(8deg);
    filter: drop-shadow(6px 2px 6px rgba(0,0,0,0.4));
  }
}

@media screen and (max-width: 750px) {
  .rotate_l,
  .rotate_r{
    margin-top: 20px;
  }
}

.srl-rotate_left,
.srl-rotate_right{
  width: 570px;
}

@media screen and (max-width: 750px) {
  .srl-rotate_left,
  .srl-rotate_right{
    width: 100%;
  }
}

.image-library{
  width: 620px;
}

.popup{
  width: 440px;
  margin:90px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.popup li{
  width: 100px;
  margin:0 5px 0;
  box-sizing: border-box;
}

.popup li img{
  width: 100%;
}

.product-right-reverse .popup{
  justify-content: flex-end;
}


@media screen and (max-width: 750px) {
  .popup{
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset!important;
  }

  .popup li img{
    width: 100%;
  }

  .popup li:nth-child(even){
    margin: 0 10px;
  }
  .image-library{
    width: 100%;
  }
}

 .product-right-reverse .product-info,
 .product-right-reverse .popup{
  float: right;
}

/* SECTION > producer-intro
---------------------------*/
#section-producer{
  padding:78px 0 0 0;
}

/* SECTION > item-produce
---------------------------*/
#section-produce{
  padding:0 0 74px 0;
}

.producer-box{
  width: 100%;
  padding: 80px 50px;
  margin-bottom: 120px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  filter: drop-shadow(5px 3px 4px rgba(0,0,0,0.3));
}

.producer-box img{
  width: 400px;
}


.producer-info{
  width: 55%;
}

.producer-info p:last-child{
	line-height: 2.2em;
}
@media screen and (max-width: 750px) {
  .producer-box{
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: flex-start;
    padding:  30px;
  }
  
  .producer-box img{
    width: 100%;
  }
  
  .producer-info{
    width: 100%;
  }
}

.producer-name{
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {

	.producer-name{
	  font-size: 25px;
	  font-weight: 500;
		margin-top: 20px;
	}
}

.sellerInfo,
.sellerInfo dt,
.sellerInfo dd {
  box-sizing: border-box;
}
.sellerInfo {
  width: 80%;
  margin: 100px auto 0;
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.sellerInfo dt,
.sellerInfo dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.sellerInfo dt {
  width: 30%;
  float: left;
  text-align: center;
}
.sellerInfo dd {
  background: #fff;
  margin-left: 30%;
  padding-left: 3%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.sellerInfo dd:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 750px) {
.sellerInfo {
  width: 100%;
}
}