body{
	background:#EFEFEF;
	width:100%;
}
.img{
        display:block;
	max-width:100%;
	height: auto;
}
.title{
	text-align: center;
}
video{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
object{
	vertical-align: bottom;
}

#wrapper{
	width:100%;
	background:#FFF;
	margin: 0 auto;
  overflow-x: hidden;
}

.contents{
  max-width: 856px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  padding-top: 2600px;
}

.scroll{
  position: fixed;
  z-index: 10;
  bottom: 5px;
}
.scroll img{
  width: 36px;
}

#main_area .main_video{
  position: fixed;
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

#main_area .main_video video{
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw; 
  min-height: 100%;
  min-width: 100%;
}
/**********************************
	first view
**********************************/
#fv__area{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  overflow: hidden;
  transform: translateX(-50%);
  text-align: center;
}
.fv__inner{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.fv__logo{
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 70%;
}

.fv__text__area{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
}
.fv__text__area dt{
  transform: translateY(-10%);
}
.fv__text__area dd{
  margin-top: 4%;
}

.fv__text__01{
  margin-top: 10%;
}
.fv__text__02{
  margin-top: 10%;
}
.fv__text__03{
  margin-top: 15%;
}

.fv__back{
  width: 100%;
  height: 120vh;
  position: absolute;
  top:0;
  left:0;
  z-index: 0;
  background-image: url("../../../yorumo/assets/images/fv_back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 856px) {
  .fv__logo {
    left: 20%;
    width: 60%;
  }
  .fv__text__area {
    left: 25%;
    width: 50%;
  }
  .fv__back{
    background-image: url("../../../yorumo/assets/images/fv_back_pc.png");
    background-position: center;
  }
}


/**********************************
	header
**********************************/
#header{
	width:100%;
	max-width: 856px;
	height: 130px;
  margin: auto;
	position: fixed;
	top:0;
  right: 0;
	left: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	padding: 0 5%;
	transition : all 0.3s ease;
}
#header.active {
	height: 60px;
}
#sale_time{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 40.888%;
	max-width: 175px;
	z-index: 20;
}

/***** menu btn *****/
#header_menu{
	position: fixed;
	top: 42px;
	right: 5%;
	z-index: 40;
	width: 40px;
	height: 40px;
	transition : all 0.3s ease;
}
#header_menu span{
	display: block;
	width:26px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top:50%;
	right:0;
	transition : all 0.3s ease;
	opacity:1;
}
#header_menu:before,
#header_menu:after{
	content: "";
	display: block;
	width:40px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top:50%;
	right:0;
	transition : all 0.3s ease;
	margin-top:-12px;
}
#header_menu:after{
	margin-top:12px;
}
#header_menu.active{
	top: 12px;
}
.open #header_menu span{
	width:0;
	height: 0;
	opacity:0;
}
.open #header_menu:before{
	transform:translateY(-50%) rotate(-45deg);
	margin-top: 0;
}
.open #header_menu:after{
	transform:translateY(-50%) rotate(45deg);
	margin-top: 0;
}

/***** menu *****/
#head_menu{
	position: fixed;
	top:0;
	z-index: 30;
	right: -100%;
	width:80%;
	height: 100%;
	background:rgba(229,227,216,1);
	transition: all 0.3s linear;
}
.open #head_menu{
	right:0;
}
.head_menu_inner{
	height: 100%;
	padding:0 5%;
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
}
.head_menu_inner p{
	height: 16%;
	display: flex;
  justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 20%;
}
.head_menu_inner nav{
	width: 100%;
	height: 65%;
}
.head_menu_inner nav ul{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.head_menu_inner nav ul li{
	/*height: 22%;*/
	width: 100%;
}
.head_menu_inner nav ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	font-size: 20px;
	color:#041d2a;
	line-height: 1;
	font-family: '繝偵Λ繧ｮ繝取�譛� Pro W3','Hiragino Mincho Pro', "貂ｸ譏取悃菴�", "Yu Mincho" , "HG譏取悃E", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	border-top:1px #d3d1c7 solid;
}
.head_menu_inner nav ul li:last-child a{
	border-bottom:1px #d3d1c7 solid;
}
.head_menu_inner .btn{
	width: 100%;
	height: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (min-width: 856px) {
	#header{
		left: 50%;
		transform: translateX(-50%);
	}
  #header .head_logo {
    padding-left: 30px;
  }
	#header_menu{
		right: 50%;
		transform: translateX(388px);
	}
	#head_menu{
		width: 100%;
	}
	.head_menu_inner{
		max-width: 856px;
		margin: 0 auto;
	}
}


/**********************************
	main
**********************************/
#main_area{
	width: 100%;
    height: 822px;
	/*background-image: url(../images/main_photo.jpg);*/
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
#main_area_showBox{
	position: relative;
  width: 100%;
  height: 100%;
}
#main_area_showBox video{
  width: 315%;
  transform: translateX(-34%);
}
#main_area_showBox .main__catch{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
/*#main_area_showBox .main_area_text{
	position: absolute;
	top:50%;
	left: 0;
	text-align: center;
	padding: 0 10%;
	transform: translateY(-50%);
}*/
#main_area_showBox .main_text{
	margin-top: 50px;
}
/*@media (min-width: 856px) {
	#main_area_showBox .main_area_text{
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
}*/
@media (max-width: 640px) {
	#main_area{
    height: 177vw;
    margin-top: 60vw;
	}
  #main_area_showBox .main__catch{
    width: 26%;
    margin-top: -40%;
  }
}

/**********************************
	concept
**********************************/
#concept_area{
  padding-bottom: 60px;
	text-align: center;
	background: url("../../../yorumo/assets/images/cocept_bg.png") center top/cover repeat-y;
}
#concept_area .concept_contents{
  margin: 0 8%;
  padding: 75px 0;
}
#concept_area .concept_contents .concept_cont_txt{
  margin-bottom: 50px;
}
#concept_area .concept_movie {
  padding: 0 8%;
  margin-bottom: 90px;
}
#concept_area .concept_movie .concept_movie_ttl {
  width: 90%;
  margin: 0 auto 20px;
}

@media (min-width: 641px) {
  #concept_area .concept_contents {
    padding: 150px 0;
  }
  #concept_area .concept_inner .title{
    margin-bottom: 40px;
  }
  #concept_area .concept_text .text01{
    width: inherit;
    margin-bottom: 30px;
  }
  #concept_area .concept_text .text02{
    width: inherit;
    margin-bottom: 20px;
  }
  #concept_area .concept_text .text03{
    width: inherit;
    margin-bottom: 40px;
  }
  #concept_area .concept_text .text04{
    width: inherit;
    margin-bottom: 40px;
  }
  #concept_area .concept_text .text05{
    width: inherit;
    margin-bottom: 30px;
  }
  #concept_area .concept_contents .concept_cont_txt {
    margin-bottom: 100px;
  }
}



/**********************************
	next_dolce_area
**********************************/
#next_dolce_area {
  padding: 0 8%;
	text-align: center;
}

/**********************************
	item
**********************************/
#item_area{
	text-align: center;
	/* background-image: url("../images/yorumo_bg01.png"); */
	/* background-position: left top;
  background-size: contain; */
}
.intro {
  padding:11vw 0 0;
  background: url(../images/yorumo_bg01.png) top left / cover;
  /* width: 100%; */
}
.preSale {
  width: 100%;
  padding-top: 80px;
  background: url(../images/yorumo_bg02.png) bottom left / cover;
  
}
.pre-sale_reade_title {
  font-size: 40px;
  color:#006080;
  margin-bottom: 30px;
}
.pre-sale_reade_text {
  margin-bottom: 70px;
  font-size: 24px;
  color: #380516;
}
.preSale-date {
  margin-bottom: 120px;
}

.detail {
  width: 100%;
  /* height: 200vh; */
  padding-top: 120px;
  background: url(../images/yorumo_bg03.png) left top / contain;
  color: #380516;
  
}
/* .detail_logo { */
  /* padding-top: 120px; */
  /* } */
  .detail_ttl {
    margin-bottom: 80px;
    font-size: 40px;
  }
  .detail_text_box {
    padding-bottom: 140px;

  }
  .detail_text {
    font-size: 28px;
    margin-bottom: 60px;
  }
  
.ingredients {
  background: url(../images/yorumo_bg04.png) top left / cover;
}
.ingredients_ttl {
  width: 50%;
  max-width: 337px;
  margin: 0 auto;
  padding-top: 120px;
}
.ingredients_text {
  margin-left: 10%;
  font-size: 28px;
  color: #380516;
  text-align-last: left;
}
.ingredients_text02 {
  /* width: 620px; */
  /* margin-left: 5%; */
  font-size: 28px;
  color: #380516;
  text-align-last: left;
}
.details_material_text {
  margin: 0 16% 0 5%;
  padding-top: 40px;
  /* width: 620px; */
  font-size: 28px;
  color: #380516;
  text-align-last: left;
}
.details_material_text02 {
  margin: 0 5%;
  padding-top: 40px;
  font-size: 28px;
  color: #380516;
  text-align-last: left;
}
.point {
  padding: 0 0 120px;
  background: url(../images/yorumo_bg06.png) left top / cover;
}
.point_ttl{
  width: 60%;
  max-width: 401px;
  margin: 0 auto;
}

.price {
  padding: 120px 0 120px;
  background: url(../images/yorumo_bg07.png)top left / cover;
}
.stock_txt {
  margin: 0 auto 80px;
  width: 80%;
}

.anno_name {
  width: 65%;
  max-width: 426px;
  margin: 0 auto 80px;
}
.anno_img {
  margin-bottom: 80px;
}

.anno_details {
  max-width: 90%;
  margin: 0 auto 80px;
}
.pre-sale_box1,
.pre-sale_box2 {
  padding-bottom: 120px;
}
.pre-sale_title {
  font-size: 40px;
  color: #380516;
}
.pre-sale_area:first-of-type {
  background: #D7DDE0;
}
.pre-sale_area01 {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 60%;
  font-size: 40px;
  color: #380516;
  border: 2px solid #380516;
  border-radius: 10px;
  background: #D7DDE0;
  line-height: 1.5;
}
.pre-sale_area02 {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 60%;
  font-size: 40px;
  color: #380516;
  border: 2px solid #380516;
  border-radius: 10px;
  background: #F3EEDB;
  line-height: 1.5;
}

.pre-sale_date span {
  font-size: 60px;
}
@media (min-width: 641px) {
	/* #item_area{
		padding:120px 0 0;
	} */
  
}

#item_area .title img{
	max-width:96%;
	width: 693px;
	height: auto;
}
/* .item_box{
  margin-bottom: 30px;
} */
.item_box dd{
	padding:20px 0 0;
	position: relative;
}
.item_box dd .photo{
	display: block;
	padding:0 4%;
}
.item_box dd .sub_text{
	display: block;
	width: 83%;
	position: absolute;
	bottom:-8%;
	right: 2%;
}
.item_box .item_text{
  position: relative;
	padding:90px 0 0;
	color: #FFF;
	line-height: 2.6;
	letter-spacing: 2px;
}
.item_box .item_text::before{
  content: "";
  position: absolute;
  top: 220px;
  right: 5%;
  width: 56px;
  height: 59px;
  background: url("../images/dn02_details_coffe01.png") left top no-repeat;
}
.item_box .item_text::after{
  content: "";
  position: absolute;
  top: 470px;
  left: 5%;
  width: 65px;
  height: 64px;
  background: url("../images/dn02_details_coffe02.png") left top no-repeat;
}
.item_box .item_text .text02{
	padding:35px 0;
}
.item_box .item_text .text04{
	padding:10px 0 25px;
}
.item_box .btn{
	position: relative;
	z-index: 2;
}
#item_area .item_inner .item_box dl dt {
  position: relative;
  z-index: 3;
}
#item_area .item_inner .item_box dl dd {
  position: relative;
  z-index: 2;
  margin-top: -170px;
}
.white_btn_notice_link {
  margin-bottom: 30px;
}
.white_btn_notice_link a img:hover {
  position: relative;
  top: 3pt;
  left: 3pt;
}
.white_btn_notice_txt {
  color: #333333;
}
#item_area .title {
  width: 90%;
  margin: 0 auto 50px;
}
#item_area .title img {
  width: 100%;
  height: auto;
}
.item_main_txt {
  width: 86%;
  margin: 0 auto 50px;
}
.item_name {
  width: 50%;
  margin: 0 auto 80px;
}
.item_main_img {
  width: 80%;
  margin: 0 auto;
}
.intro_item_name {
  width: 75%;
  margin: 0 auto 30px;
}
.intro_item_img {
  width: 133%;
  margin: 0 auto 30px;
}
.intro_item_txt {
  width: 96%;
  margin: 0 auto 60px;
}
.intro_cart_period {
  margin: 0 auto 10px;
  font-family: "YuMincho","貂ｸ譏取悃菴�","Yu Mincho","貂ｸ譏取悃";
  font-size: 20px;
  font-weight: 400;
  color: #BF9001;
  text-align: center;
}
.intro_cart_time {
  width: 90%;
  margin: 0 auto 20px;
}
.intro_on_sale {
width: 50%;
margin: 0 auto 30px;
}
.intro_cart_caution{
  padding: 10px 7% 15px;
  text-align: center;
}

.intro_cart_item_ttl{
  padding: 20px 7% 15px;
  text-align: center;
}

.intro_cart_btn {
  width: 88.319%;
  margin: 0 auto 30px;
}
.intro_cart_txt {
  width: 100%;
  margin: 40px auto 50px;
}

@media (min-width: 641px) {
	#item_area{
		padding-bottom: 0;
	}
	#item_area h1{
    margin-bottom: 70px;
	}
  #item_area .title {
    width: 80%;
    margin-bottom: 120px;
  }
  /* .item_box {
    margin-bottom: 80px;
  } */
  .item_box .item_text {
    padding-top: 110px;
  }
  .item_main_txt {
    width: 70%;
    margin-bottom: 120px;
  }
  .item_main_img {
    width: 60%;
    /* margin-bottom: 120px; */
  }
  .intro_item_name {
    width: 85%;
  }
  .intro_item_img {
    width: 100%;
    margin-bottom: 60px;
  }
  .intro_item_txt {
    margin-bottom: 110px;
  }
  .intro_cart_period {
    font-size: 38px;
  }
  .intro_cart_btn a img:hover {
    position: relative;
    top: 3px;
    left: 3px;
  }
  .intro_cart_txt {
    width: 75%;
  }

  .intro_cart_caution{
    padding: 20px 0 30px;
    text-align: center;
  }

  .intro_cart_item_ttl{
    padding: 40px 0 30px;
    text-align: center;
  }
}
@media (max-width: 640px) {
	#item_area{
    background-size: contain;
  }
  .item_name {
    width: 65%;
    margin: 0 auto 40px;
  }
  .item_box .item_text{
    padding-right: 10px;
    padding-left: 10px;
  }
  .item_box .item_text .text01{
    width: 90%;
    margin: auto;
  }
  .item_box .item_text .text02{
    width: 93%;
    margin: auto;
  }
  .item_box .item_text .text04{
    width: 84%;
    margin: auto;
  }
  .white_btn_notice_link {
    width: 84%;
    margin: 0 auto 10px;
  }
  .white_btn_notice_txt {
    font-size: 12px;
    line-height: 2;
  }
  .item_box .item_text::before{
    top: 200px;
    right: 2%;
    width: 36px;
    height: 39px;
    background-size: cover;
  }
  .item_box .item_text::after{
    top: 500px;
    left: 2%;
    width: 35px;
    height: 34px;
    background-size: cover;
  }
}


/**********************************
	review
**********************************/
/* #review_area {
  background: url("../images/staffreview_bg.jpg") center top/100% repeat-y;
} */

#review_area .review_inner {
  padding-top: 60px;
  padding-bottom: 40px;
  /* background-color: rgba(53,27,5,0.8); */
}

#review_area .review_inner .review_ttl {
  width: 60%;
  margin: 0 auto 30px;
}

#review_area .review_inner .review_txt {
  margin-bottom: 30px;
}

#review_area .review_inner .review_list {
  width: 96%;
  max-width: 385px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#review_area .review_inner .review_list .review_list_cont {
  max-width: 345px;
  margin: 0;
}

#review_area .review_inner .review_list .review_list_cont img {
  margin: auto;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner {
  padding: 20px;
  background-color: rgba(255,255,255,0.7);
  box-sizing: border-box;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 12px 0;
  border-bottom: 1px solid #aaaaaa;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star .review_name {
  font-size: 13px;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star .review_star_box {
  display: flex;
  align-items: center;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star .review_star_box li {
  margin-right: 8px;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner .review_main {
  margin-bottom: 20px;
  font-family: "YuMincho","貂ｸ譏取悃菴�","Yu Mincho","貂ｸ譏取悃";
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

#review_area .review_inner .review_list .review_list_cont .review_list_inner .review_details {
  font-size: 13px;
  line-height: 2.4;
  text-align: left;
}

#review_area .review_inner .review_list .slick-prev,
#review_area .review_inner .review_list .slick-next {
  width: 48px;
  height: 48px;
  z-index: 3;
}

#review_area .review_inner .review_list .slick-prev::before,
#review_area .review_inner .review_list .slick-next::before {
  content: none;
}

#review_area .review_inner .review_list .slick-prev {
  left: -25px;
  background: url(../images/staffreview_arrow_prev.png) left top no-repeat;
}

#review_area .review_inner .review_list .slick-next {
  right: -25px;
  background: url(../images/staffreview_arrow_next.png) left top no-repeat;
}
@media (max-width: 640px){
  #review_area .review_inner .review_txt {
    width: 86%;
    margin: 0 auto 30px;
  }
  #review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star {
    padding-top: 0;
  }
  #review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star .review_star_box li {
    width: 17px;
    margin-right: 5px;
  }
  #review_area .review_inner .review_list .review_list_cont .review_list_inner .review_star .review_name {
    font-size: 12px;
  }
  #review_area .review_inner .review_list .review_list_cont .review_list_inner .review_main {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #review_area .review_inner .review_list .review_list_cont .review_list_inner .review_details {
    font-size: 12px;
    line-height: 1.9;
  }
  #review_area .review_inner .review_list .slick-prev,
  #review_area .review_inner .review_list .slick-next {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  #review_area .review_inner .review_list .slick-prev {
    left: -5px;
  }
  #review_area .review_inner .review_list .slick-next {
    right: -5px;
  }

}

@media screen and (min-width:641px){
  #review_area {
    /* padding-top: 60px; */
    padding-bottom: 80px;
  }
  #review_area .review_inner .review_list {
    width: 90%;
    max-width: inherit;
  }
  #review_area .review_inner .review_list .review_list_cont {
    max-width: inherit;
    margin: 0;
  }
  #review_area .review_inner .review_list .review_list_cont img {
    margin: auto;
  }
  #review_area .review_inner .review_list .slick-prev,
  #review_area .review_inner .review_list .slick-next {
    top: 45%;
    width: 96px;
    height: 96px;
  }
  #review_area .review_inner .review_list .slick-prev {
    left: -10px;
  }
  #review_area .review_inner .review_list .slick-next {
    right: -10px;
  }
}


/**********************************
	product
**********************************/
#product_area{
	position: relative;
	z-index: 1;
}
.product_inner{
	position: relative;
	z-index: 2;
}
#product_area .product_box{
  padding-top: 130px;
	padding-bottom: 60px;
	background-image: url("../images/material_bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
}
#product_area .product_box.feature_box{
  padding-top: 0;
	background-image: url("../images/material02_bg.jpg");
	padding-top: 10px;
}
.product_item{
	padding:55px 0 25px;
	position: relative;
}
.product_box .details_material_ttl {
  margin-bottom: 30px;
  opacity: 0;
  position: absolute;
  width: 110px;
  left: 83.5%;
  top: 10%;
  z-index: 1;
}
.product_box .details_material_ttl.w50 { width: 50px; }
.product_box .details_material_ttl.w60 { width: 60px; }
.product_box .details_material_ttl.w70 { width: 70px; }
.product_box .details_material_ttl.w80 { width: 80px; }
.product_box .details_material_ttl.w90 { width: 90px; }
.product_box .details_material_ttl.w100 { width: 100px; }
.product_box .details_material_ttl.w100 { width: 100px; }

.product_item .photo{
    display: block;
    width: 88.085%;
}
.product_item .photo img{
	max-width: 100%;
    width: 100%;
}
.product_item .details_material{
  display: flex;
  position: relative;
  width: 88.085%;
  padding: 30px 0 0;
  z-index: 5;
}
.product_item.right .details_material{
  display: flex;
  position: relative;
  width: 88.085%;
  margin-left: 11.915%;
  padding: 30px 0 0;
  z-index: 5;
}
.product_item .details_material .details_material_info{
  text-align: left;
  width: 100%;
}
.product_item.left .details_material .details_material_info{
  padding-left: 40px;
}
.product_item.right .details_material .details_material_info{
  text-align: left;
}
.product_item .details_material video{
  width: 40%;
}

.product_item.p_i_06 .details_material .details_material_info{
  padding-left: 7%;
}

.product_item .nameENG{
    position: absolute;
    right: 6.5%;
    bottom: -6.5%;
}
.product_item .nameENG img{
	width: auto;
	height: 46px;
}
.product_item .nameJPN{
	position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.product_item .nameJPN img{
    max-width: 100%;
    width: 71px;
}
.product_item.product_01 .nameJPN img{
    max-width: 100%;
    width: 71px;
}
.product_item.product_01 .nameENG{
  right: 6%;
}
.product_item.product_01 .nameENG img{
    height: 83px;
}
.product_item .sub{
	position: absolute;
	top:-8%;
	right: 4%;
	z-index: 1;
}
.product_item .sub img{
    width: auto;
    height:55px;
}
.product_bottom{
	position: relative;
	padding-top: 40px;
}
.product_text{
	position: absolute;
	right: 2%;
	color: #FFF;
	width: 50%;
	font-size:20px;
}

.product_text_c{
	position: absolute;
	right: 20%;
	color: #FFF;
	width: 50%;
	font-size:20px;
}

.product_movie{
	width: 41.59%;
}

#product_area .feature_box{
  padding-top: 20px;
	background-image: url("../images/detail_feature_bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.feature_item {
  position: relative;
  margin-bottom: 10%;
}

.feature_item:last-child {
  margin-bottom: 0;
}

.feature_item.right {
  display: flex;
  justify-content: flex-end;
}

.feature_item.bottom {
  display: block;
  padding: 0 4%;
}

.feature_item .photo {
  position: absolute;
  width: 55%;
  z-index: 4;
}

.feature_item.right .photo {
  position: absolute;
  right: 0;
  width: 55%;
  z-index: 4;
}

.feature_item.bottom .photo {
  position: relative;
  width: 100%;
  z-index: 4;
}

.feature_item .feature_material {
  position: relative;
  width: 65%;
  margin: 0 0 0 auto;
  z-index: 2;
}

.feature_item.right .feature_material {
  position: relative;
  margin: 0 auto 0 0;
  width: 65%;
  z-index: 2;
}

.feature_item.bottom .feature_material {
  position: relative;
  width: 100%;
  z-index: 2;
}


#product_area .deff{
	background-image: url("../images/material02_bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 25px 0 70px;
}
#product_area .product_inner .title{
	/*background-image: url("../images/material_bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;*/
	padding: 0 15% 0;
}

.details_slash{
  margin-top: -300px;
  margin-bottom: -130px;
  width: 100%;
}

/* ↓この記述位置仮もっと上にする */
.img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ↑この記述位置仮もっと上にする */

@media (max-width: 640px) {
  .product_item{
    padding: 45px 0 0px;
  }
  .product_item .details_material_ttl{
    width: 55px;
  }
  .product_box .details_material_ttl.w50 { width: 25px; }
  .product_box .details_material_ttl.w60 { width: 30px; }
  .product_box .details_material_ttl.w70 { width: 35px; }
  .product_box .details_material_ttl.w80 { width: 40px; }
  .product_box .details_material_ttl.w90 { width: 45px; }
  .product_box .details_material_ttl.w100 { width: 50px; }
  
  .product_item .details_material{
    padding: 15px 5% 0;
  }
  .product_item.left .details_material .details_material_info{
    padding-left: 0;
  }
  .product_item.product01 .details_material { width: 90%; }
  .product_item.product02 .details_material { width: 79%; }
  .product_item.product03 .details_material { width: 78%; }
  .product_item.product04 .details_material { width: 79%; }
  .product_item.product05 .details_material { width: 90%; }
  #product_area .product_box{
    padding-top: 60px;
  }
  #product_area .product_box.feature_box{
    padding-top: 0;
  }
}
/***** layout right *****/
.product_item.right .photo{
	margin-left:11.915%;
}
.product_item.right .sub{
    left: 8%;
    right: auto;
}
.product_item.right .nameJPN{
    left: 0;
    right: auto;
}
.product_item.right .nameENG{
    left: 17%;
	right: auto;
	bottom: -8.5%;
}
.product_item.right .product_text{
    left: 8%;
    right: auto;
}
.product_item.right .product_movie{
    margin-left: 58.41%;
}

#details_area {
  padding: 140px 0;
  /* padding-bottom: 60px; */
	background-image: url(../images/yorumo_bg08.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#details_area .anno_about {
  margin-bottom: 60px;
}

#details_area .anno_name {
  width: 80%;
  margin: 0 auto 20px;
}

#details_area .anno_img {
  margin-bottom: 40px;
}

#details_area .anno_details {
  width: 84%;
  margin: 0 auto 50px;
}
.product_box .right .details_material_ttl {
  left: auto;
  right: 73.5%;
}

#details_area .anno_cart_box .anno_cart_period {
  margin-bottom: 5px;
  font-family: "YuMincho","貂ｸ譏取悃菴�","Yu Mincho","貂ｸ譏取悃";
  font-size: 20px;
  font-weight: 500;
  color: #ef0000;
  text-align: center;
}

#details_area .anno_cart_box .anno_cart_time {
  width: 80%;
  margin: 0 auto 15px;
}

#details_area .anno_cart_box .anno_cart_btn {
  width: 86%;
  margin: 0 auto 20px;
}

#details_area .anno_cart_box .anno_cart_notice {
  width: 70%;
  margin: 0 auto 10px;
}

#details_area .anno_cart_box .anno_cart_allergy {
  width: 50%;
  margin: auto;
}

#howto_area {
  padding-bottom: 80px;
	background-image: url(../images/yorumo_bg09.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#howto_area .howto_ttl {
  width: 86%;
  margin: 0 auto 20px;
}

#howto_area .howto_txt {
  width: 64%;
  margin: 0 auto 20px;
}

#howto_area .howto_btn {
  width: 80%;
  margin: auto;
}

#shop_area {
	background-image: url("../images/details_about_bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#shop_area .shop_ttl {
  width: 24%;
  margin: 0 auto 25px;
}

#shop_area .shop_details {
  display: flex;
  width: 86%;
  margin: 0 auto 25px;
}

#shop_area .shop_details .shop_info {
  width: 54%;
  margin-right: 4%;
}

#shop_area .shop_details .shop_img {
  width: 42%;
}

#shop_area .shop_btn {
  width: 86%;
  margin: auto;
}

@media (min-width: 641px) {
	#product_area::before{
		transform:translateY(-100px) skew(0deg, -10.5deg);
	}
	.product_box{
		overflow: hidden;
	}
	.product_item .sub{
		top:-3%;
	}
	.product_item .nameJPN img{
		max-width: 142px;
		width: 100%;
	}
	.product_item .nameENG,
	.product_item.right .nameENG,
	.product_item.product_03 .nameENG{
		bottom: -2.5%;
	}
  #details_area {
    /* padding-bottom: 130px; */
  }
  #details_area .anno_about {
    margin-bottom: 140px;
  }
  #details_area .anno_name {
    width: 85%;
    margin-bottom: 30px;
    text-align: center;
  }
  #details_area .anno_img {
    margin-bottom: 70px;
  }
  #details_area .anno_details {
    margin-bottom: 80px;
    text-align: center;
  }
  #details_area .anno_cart_box .anno_cart_period {
    font-size: 44px;
  }
  #details_area .anno_cart_box .anno_cart_time {
    margin-bottom: 25px;
  }
  #details_area .anno_cart_box .anno_cart_btn {
    margin-bottom: 50px;
  }
  #details_area .anno_cart_box .anno_cart_btn a img:hover {
    position: relative;
    top: 3px;
    left: 3px;
  }
  #details_area .anno_cart_box .anno_cart_notice {
    margin-bottom: 30px;
  }
  
  #product_area .deff{
    padding: 55px 0 150px;
  }
  #product_area .product_inner .title{
    padding: 0;
  }
  
  #howto_area {
    padding-top: 120px;
    padding-bottom: 130px;
    background-position: center center;
  }
  #howto_area .howto_ttl {
    margin-bottom: 40px;
  }
  #howto_area .howto_txt {
    margin-bottom: 40px;
  }
  #shop_area .shop_ttl {
    margin-bottom: 45px;
  }
  #shop_area .shop_details {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px){
  #details_area{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .product_item.product_01 .nameENG img {
    height: 65px;
  }
  .product_item.product_01 .nameENG {
    right: 0;
    left: 5%;
  }
  .product_text {
    font-size: 12px;
  }
  .product_item.right.product_02 .nameENG{
    left: auto;
    right: 5%;
  }
  .product_item.product_03 .nameJPN {
    bottom: 30%;
  }
  .product_item.product_03 .nameENG img {
    height: 34px;
  }
  .product_item.product_03 .nameENG {
    bottom: -6%;
  }
  #howto_area {
    padding-top: 40px;
  }

}


/**********************************
	footer
**********************************/
#footer{
	background-image: url(../images/bottom_concept_back.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: center top;
	padding:60px 0;
	text-align: center;
}

#footer .footer_inner .btn {
  margin-bottom: 50px;
  padding: 0 8%;
}

.copyright{
	margin-top: 50px;
}


.wrapper {
  width: 75vw;
  margin: 0 auto;
  color: #F5F5F5;
}



@keyframes popping-arrow {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  30% {
    transform: translateY(.5em) rotate(-45deg);
  }
  60% {
    transform: translateY(0) rotate(-45deg);
  }
}

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

	.scroll span {
	    width: 2em;
	    height: 2em;
	    position: absolute;
	    top: 1200%;
	    left: -20%;
	    transform: translateY(0) rotate(-45deg);
	    border-left: 2px solid #FFF;
	    border-bottom: 2px solid #FFF;
	    z-index: 2;
	    animation: popping-arrow 2s infinite ease-out;
	}
}

/* レスポンシブ対応 */
@media (max-width: 500px) {
	.pre-sale_reade_title,
  .pre-sale_title {
    font-size: 20px;
  }
  .pre-sale_reade_text {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .pre-sale_area01,
  .pre-sale_area02 {
    width: 80%;
    font-size: 20px;
  }
  .pre-sale_date span {
    font-size: 30px
  }
  .item_main_img {
    margin-bottom: 0;
  }
  .stock_txt {
    margin-bottom: 40px;
  }
  .detail_logo{
    max-width: 50%;
    margin: 0 auto;
  }
  .detail_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .detail_text {
    font-size: 14px;
    max-width: 70%;
    margin: 0 auto 30px;
  }
  .detail_text_box {
    padding-bottom: 0;
  }
  .ingredients_text {
    font-size: 14px;
  }
  .ingredients_text br,
  .ingredients_text02 br {
    display: none;
  }
  .ingredients_text02 {
    font-size: 14px;
  }

  .details_slash {
    margin-top: -150px;
    /* margin-top: 100px;
    margin-bottom: 100px; */
  }
  .details_material_text,
  .details_material_text02 {
    font-size: 14px;
  }
  .details_material_text br,
  .details_material_text02 br {
    display: none;
  }

}


.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt120 { margin-top: 120px; }
.mt130 { margin-top: 130px; }
.mt140 { margin-top: 140px; }
.mt150 { margin-top: 150px; }

.mr0 { margin-right: 0; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }
.mr110 { margin-right: 110px; }
.mr120 { margin-right: 120px; }
.mr130 { margin-right: 130px; }
.mr140 { margin-right: 140px; }
.mr150 { margin-right: 150px; }

.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb110 { margin-bottom: 110px; }
.mb120 { margin-bottom: 120px; }
.mb130 { margin-bottom: 130px; }
.mb140 { margin-bottom: 140px; }
.mb150 { margin-bottom: 150px; }

.ml0 { margin-left: 0; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }
.ml110 { margin-left: 110px; }
.ml120 { margin-left: 120px; }
.ml130 { margin-left: 130px; }
.ml140 { margin-left: 140px; }
.ml150 { margin-left: 150px; }
