

body{
	/* background:#EFEFEF; */
	width:100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  
}
img{
  display:block;
	width:100%;
	height: auto;
  object-fit: cover;
}
.title{
	text-align: center;
}
video{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
object{
	vertical-align: bottom;
}

#wrapper{
	width:100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 6%;
	background:#FFF;
	margin: 0 auto;
  overflow-x: clip;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: opacity 1s ease;
}

.loading.fadeout {
  opacity: 0;
  pointer-events: none;
}

.loading_pc,
.loading_sp {
  display: none;
}

@media (min-width: 961px) {
  .loading_pc {
    display: block;
  }
}
@media (max-width: 960px) {
  .loading_sp {
    display: block;
  }
}

.loading_movie {
  width: 100%;
  height: 100%;
}

.loading_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading_skip.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.loading_skip {
  position: fixed;
  right: 44px;
  top: 55px;
  z-index: 999;
  cursor: pointer;
  width: 124px;
  height: 25px;
  opacity: 0;
  pointer-events: none;
  transition : all 0.5s ease;
}

.contents{
  max-width: 500px;
  /* margin: 0 auto; */
  overflow-x: clip;
  position: relative;
  z-index: 0;
  /* padding-top: 2600px; */
  
}

.scroll{
  position: fixed;
  z-index: 10;
  bottom: 5px;
  left: 0;
}
.scroll img{
  width: 36px;
}
.sp_br {
 display: none;
}

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

#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%;
}

.main_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100dvh;
  background: url(../images/yorumo_fixed_bg.jpg) right bottom / cover;
}
.fixed_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-inline: calc(610px + 6%) 6%;
}
.fixed_menu nav ul{
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 3.6vh 40px;
}
.fixed_menu nav ul li a{
	display: flex;
  gap: 16px;
	width: 100%;
	height: 100%;
	align-items: center;
	font-size: clamp(10px, 2.4vh, 20px);
  line-height: 1.5;
	color: #380516;
}
.fixed_menu span {
  width: 15px;
  height: 16px;
}
.fixed_movie {
  margin-top: 8vh;
}
.fixed_movie_title {
  width: 135px;
  height: 30px;
}
.fixed_movie_cont {
  width: auto;
  max-height: 32vh;
  aspect-ratio: 480 / 268;
  margin-top: 18px;
}
.fixed_movie_cont video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixed_box {
  margin-top: 40px;
}
.fixed_text_area p {
  text-align: left;
  color: #380516;
	font-size: 18px;
  line-height: 1; 
}
.fixed_text_area .-small {
  margin-top: 4px;
  font-size: 13px;
}

.fixed_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; 
  margin-top: 20px;
}
.fixed_link {
  background: #006080;
  border-radius: 5px;
  align-content: center;
}
.fixed_link a {
  display: block;
  padding: 5%;
  color: #EEF1F7;
  font-size: 18px;
}

@media (max-width: 1110px) {
  #wrapper {
    padding-inline: 30px;
  }
  .fixed_inner {
    padding-inline: 580px 30px;
  }
}

@media screen and (max-width: 960px) {
  #wrapper {
    padding: 0;
  }
  .contents {
    margin: 0 auto;
  }
  .fixed_inner {
    display: none;
  }
}
/**********************************
	first view
**********************************/
.mv_area {
  position: relative;
}
.mv_logo {
  position: absolute;
  top: 3%;
  left: 2%;
  max-width: 145px;
}
.mv_read {
  position: absolute;
  top: 15%;
  right: 3%;
  max-width: 65px;
}
.mv_title {
  position: absolute;
  bottom: 10%;
  left: 3%;
  max-width: 225px;
}
.float_box {
  width: 100%;
  max-width: 400px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition : all 0.5s ease;
}
.float_box.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.float_button {
  margin: 0 auto;
  max-width: 340px;
  /* left: 50%; */
  /* transform: translate(-50%); */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  text-align: center;
}
.float_text_area {
  grid-column: span 2;
  padding: 2% 0;
  background: #006080;
  border-radius: 5px 5px 0 0 ;
}
.float_button p {
  color: #fff;
  font-size: 16px;
}
.float_link {
  background: #EEF1F7;
  color: #006080;
  grid-row-start: 2;
  border-radius: 0 0 5px 0 ;
  /* padding: 5%; */
  align-content: center;
}
.float_link a {
  color: #006080;
  display: block;
  padding: 5%;
}
.float_link:nth-last-of-type(2) {
  border-radius: 0 0 0 5px;
  border-right: 1px solid #006080;
}

@media (min-width: 961px) {
  .float_box {
    display: none;
  }
}

#fv__area{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  overflow: clip;
  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;
}
.header_menu_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.header_menu_button::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background: #374F66;
  opacity: 0;
  transition: all 0.3s linear;
}
.header_menu_text {
  width: auto;
  height: 14px;
  margin: 8px auto 0;
}
.header_menu_text.-open {
  display: block;
}
.open .header_menu_button::before {
  opacity: 1;
}
.open .header_menu_text.-open {
  display: none;
}
.header_menu_text.-close {
  display: none;
}
.open .header_menu_text.-close {
  display: block;
}



/***** menu *****/
#head_menu{
	position: fixed;
	top:0;
	z-index: 30;
	right: -100%;
	width: 80%;
	height: 100%;
	background: #D9DCE1;
	transition: all 0.3s linear;
}
.open #head_menu{
	right:0;
}
.head_menu_inner{
	height: 100%;
	padding: 180px 36px 0 36px;
}
.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 + li {
  margin-top: 40px;
}
.head_menu_inner nav ul li a{
	display: flex;
  gap: 16px;
	width: 100%;
	height: 100%;
	align-items: center;
	font-size: 16px;
  line-height: 1.5;
	color: #380516;
}
.head_menu_inner nav ul li:last-child a{
	/* border-bottom:1px #d3d1c7 solid; */
}
.head_menu_inner nav ul li a span {
  width: 15px;
  height: 16px;
}
.head_menu_inner .btn{
	width: 100%;
	height: 14%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (min-width: 961px) {
	#header{
    display: none;
		/* 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-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
#main_area_showBox{
	position: relative;
  width: 100%;
  height: 100%;
}
#main_area_showBox video{
  width: 126%;
  transform: translateX(-11%);
}
#main_area_showBox .main__catch{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
#main_area_showBox .main_text{
	margin-top: 50px;
}
@media (max-width: 640px) {
	#main_area{
    /* height: 177vw;
    margin-top: 60vw; */
	}
  #main_area_showBox .main__catch{
    width: 26%;
    margin-top: -40%;
  }
}

/**********************************
	concept
**********************************/
#concept_area{
  position: relative;
  max-width: 856px;
  margin: 0 auto;
  /* padding-bottom: 60px; */
	text-align: center;
	/* background: url("../../../yorumo/assets/images/cocept_bg.png") center top/cover repeat-y; */
}
/* .intro::after {
  content:"";
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(180deg, rgba(11,11,11,1) 0%, rgba(11,11,11,0.7847514005602241) 13%, rgba(11,11,11,0.5746673669467788) 25%, rgba(11,11,11,0.2945553221288515) 50%, rgba(11,11,11,0.196516106442577) 63%, rgba(11,11,11,0.12088585434173671) 75%, rgba(11,11,11,0.06206232492997199) 88%, rgba(11,11,11,0) 100%);
  background: linear-gradient(0deg, rgba(11,11,11,1) 0%, rgba(11,11,11,0.7847514005602241) 13%, rgba(11,11,11,0.5746673669467788) 25%, rgba(11,11,11,0.2945553221288515) 50%, rgba(11,11,11,0.196516106442577) 63%, rgba(11,11,11,0.12088585434173671) 75%, rgba(11,11,11,0.06206232492997199) 88%, rgba(11,11,11,0) 100%); bottom用
  width: 100%;
  height: 10vh;
  z-index: 10;
} */
#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 {
  position: relative;
  z-index: 1;
  max-width: 500px;
  padding: 60px 0 0;
	text-align: center;
  background: url(../images/bg04.jpg) center top / cover no-repeat;
}
.next_dolce_area_logo {
  width: 70%;
  margin: 0 auto 130px;
}
.next_dolce_area_cake {
  width: 80%;
  margin: 0 auto 20px;
}
.next_dolce_area_text {
  font-size: 24px;
  color: #380516;
}
.next_dolce_area_text:first-of-type {
  font-size: 18px;
}
.next_dolce_area_text span {
  font-size: 26px;
}

/**********************************
	item
**********************************/
#item_area{
  position: relative;
	text-align: left;
  color:#380516;
  /*background: #cfacac;*//* ローカル作業用仮の背景色*/

  background:#D9DCE1;
  /* background-attachment: fixed; */
}
.intro {
  background: url(../images/bg01.jpg) center top / cover no-repeat;
  position: relative;
  padding: 80px 0 80px;
}
/* @media (max-width: 641px) {
  .intro {
    padding: 10vh 0 0;

  }
} */
.intro_read {
  margin: 0 0 20px 15%;
  /* margin-left: 15%; */
  font-size: 20px;
  font-weight: 600;
  color: #006080;
}

.intro_img {
  /* max-width: 340px; */
  width: 85%;
  margin: 40px 0 20px;
}
.intro_img:first-of-type {
  margin: 0 0 20px 15%;
}
.intro_text {
  font-size: 16px;
  color: #380516;
  margin-left: 5%;
}
.intro_text:first-of-type {
  margin-left: 15%;
}
.intro_text:last-of-type {
  margin: 20px 0 70px 5%;
}

 
.intro::before {
  content:"";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  /* background: linear-gradient(180deg, rgba(11,11,11,1) 0%, rgba(11,11,11,0.7847514005602241) 13%, rgba(11,11,11,0.5746673669467788) 25%, rgba(11,11,11,0.2945553221288515) 50%, rgba(11,11,11,0.196516106442577) 63%, rgba(11,11,11,0.12088585434173671) 75%, rgba(11,11,11,0.06206232492997199) 88%, rgba(11,11,11,0) 100%); */
  width: 100%;
  height: 10vh;
  z-index: 10;
}
.intro_ttl {
  width: 70%;
  margin: 0 auto 40px;
}
.item_img {
  width: 85%;
  height: 50vh;
  max-height: 500px;
  min-height: 450px;
  margin: 0 auto 40px;
  overflow: clip;
}
.item_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.preSale {
  width: 100%;
  position: relative;
  font-size: 32px;
}
.pre-sale_ttl {
  position: absolute;
  top: -4%;
  left: 8%;
  writing-mode: vertical-rl;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  z-index: 2;
  text-align-last: left;
}
.pre-sale_ttl span {
  display: block;
  color: #fff;
  font-size: 90px;
  letter-spacing: 0.3em;
  margin-top: 100px;
  /* text-indent: .7em; */
}
.pre-sale_ttl_img {
  width: 85%;
  margin-left: auto;
  text-align: right;
}



.pre-sale_img {
  width: 100%;
  height: 40vh;
  margin: 300px 0 180px;
  overflow: clip;
}
/* 初期設定: 画像を表示、動画を非表示にする */
.pre-sale_img--image {
  display: block; /* 画像はデフォルトで表示 */
}

.pre-sale_img--video {
  display: none; /* 初期状態では動画を非表示 */
}
.read_wrap {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;

}
.pre-sale_read {
    width: 60%;
  margin: 0 auto 140px;
  font-size: 32px;
  /* -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; */
  text-align-last: left;
}
.pre-sale_txtBox {
  margin-bottom: 300px;
}
.pre-sale_text {
  margin-bottom: 70px;
}




/* **********
ボタンエリアスタイル
********** */
/* .btn_area {
  position: relative;
  margin-bottom: 500px;
  width: 100%;
  padding: 0 5%;
  margin: 0 auto 500px;
} */
/* .btn_area:last-of-type {
   margin-bottom:300px;
}
@media (max-width: 641px) {
  .btn_area:last-of-type {
    margin-bottom:160px;
 }
} */
/* .btn_area::before {
  content: '';
  background: url(https://www.letao.jp/client_info/LETAO/view/userweb/ext/yorumo_8th/assets/images/btn_area_top.png) center center / contain no-repeat;
  display: block;
  position: absolute;
  top: -120px;
  left: 5%;
  width: 90%;
  height: 50px;
  margin: 0 auto;
}
.btn_area::after {
  content: '';
  background: url(https://www.letao.jp/client_info/LETAO/view/userweb/ext/yorumo_8th/assets/images/btn_area_bottom.png) center center / contain no-repeat;
  display: block;
  position: absolute;
  bottom: -120px;
  left: 5%;
  width: 90%;
  height: 50px;
} */

.merci {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 36px;
}
/* .merci:after, .merci:before{
  content: "";
  width: 40px;
  border: solid 1px #320A05;
}
.merci::after {
  rotate: -55deg;
}
.merci::before {
  rotate: 55deg;
} */
.preSale-text {
  font-size: 24px;
}
.btn_area .intro_cart_period {
  margin-bottom: 25px;
  font-size: 35px;
  color: #fff;
  line-height: 1.3;
}

.intro_cart_period span {
  /*text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,0.7), 0 0 25px rgba(0,0,0,0.9);*/
  font-weight: 400;
}



/* **********
ボタンエリアスタイルここまで
********** */

.pre-sale_box {
  padding-bottom: 120px;
}
.pre-sale_title {
  font-size: 40px;
  color: #F5CF7F;
}
.pre-sale_area {
  margin: 0 auto 120px;
  padding: 20px;
  width: 70%;
  color: #0B0B0B;
  background: #FFFFFF;
  border: 1px solid #F5CF7F;
  border-radius: 10px;
  font-size: 40px;
  line-height: 1.5em;
}

.pre-sale_date span,
.pre-sale_time span {
  font-size: 70px;
}
@media (max-width: 641px) {
  .pre-sale_img {
    margin: 160px 0 80px;
    /* margin-top: 70px; */
    height: 25vh;
  }
  .pre-sale_img--image {
    display: none; /* スマートフォンでは画像を非表示 */
  }

  .pre-sale_img--video {
    display: block; /* スマートフォンでは動画を表示 */
  }
  .pre-sale_title {
    max-width: 219px;
    font-size: 24px;
    margin: 0 auto;
  }
  .pre-sale_area {
    line-height: 1em;
    margin-bottom: 50px;
  }
.pre-sale_area:last-of-type {
  width: 85%;
}

  .pre-sale_date,
  .pre-sale_time {
    font-size: 24px;
  }
  .pre-sale_date span,
  .pre-sale_time span {
    font-size: 35px
  }
  /* .pre-sale_title {
  } */
  /* .pre-sale_reade_intro {
    font-size: 18px;
    margin-bottom: 70px;
  } */
  /* .pre-sale_reade_text {
    font-size: 14px;
    margin-bottom: 40px;
  } */
  /* .btn_area {
    margin-bottom: 160px;
  } */
}


/* **********
販売状況スタイル
********** */

.stock_area {
  padding: 60px 10%;
  /* margin: 0 5% 300px; */
  background: #F2EACD;
  color: #006080;
}
.stock_area .intro_cart_period {
  margin: 30px 0 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #380516;
  font-size: 27px;
}
/* .stock_box {
  text-align: center;
} */
.stock_ttl {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 27px;
  line-height: 1.5;
  border-bottom: 1px solid #006080;
  text-align: center;
}
.stock_txt {
  padding-top: 15px;
  font-size: 14px;
  margin: 0 auto 45px;
  width: 80%;
}

.stock_table_area .stock_table {
  width: 100%;
  max-width: 730px;
  margin: auto;
  padding: 5px 30px;
  color: #380516;
  border: 1px solid #380516;
  border-radius: 10px;
  background: #F7F2E1;
}

.stock_table_area .stock_table td {
  padding: 10px 5px;
  border-bottom: 1px solid #380516;
}

.stock_table_area .stock_table tr:last-of-type td {
  border-bottom: none;
}

.stock_table_area .stock_table .stock_case {
  font-size: 16px;
  text-align: left;
}

.stock_table_area .stock_table .stock_day {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.05em;
  background: url("https://www.letao.jp/client_info/LETAO/view/userweb/ext/dolce_notte_14th/assets/images/stock_arrow.png") right center no-repeat;
}

.stock_table_area .stock_table .stock_status {
  font-size: 14px;
}

.stock_table_area .stock_table .stock_status .red {
  color: #D4940D;
  font-weight: 500;
}
.pc_cont {
      display: block;
    }

    .sp_cont {
      display: none;
    }
@media screen and (max-width: 768px) {
  .pc_cont {
    display: none;
  }

  .sp_cont {
    display: block;
  }

  .add_sc {
    margin: 20px auto;
    padding: 10px 0;
  }

  .add_sc .intro_cart_btn {
    width: 95%;
  }

  .add_sc .add_sc_ttl {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
  }

  .main_out_box .main_out_txt {
    padding: 0 3%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
  }

  .intro_item_img {
    width: 90%;
  }


  .intro_cart_item_btn {
    margin-bottom: 5px;
  }


  .intro_cart_txt {
    margin-bottom: 10px;
  }

  .intro_cart_period {
    margin-bottom: 10px;
    font-size: 24px;
  }

  /* stock */
  /* .stock_area {
    margin-bottom: 180px;
    padding: 20px 0 30px;
  } */

  .stock_area .intro_cart_period {
    margin-top: 20px;
  }

  .stock_table_area {
    margin-bottom: 30px;
  }

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

  .stock_table_area .stock_table {
    width: 96%;
    margin: auto;
    padding: 5px 5px;
  }

  .stock_table_area .stock_table .stock_case {
    font-size: 14px;
  }

  .stock_table_area .stock_table .stock_day {
    font-size: 12px;
    background-size: 12px;
  }

  .stock_table_area .stock_table .stock_status {
    font-size: 12px;
  }

  .stock_table_area .stock_table .stock_status .red {
    font-size: 17px;
  }


  #product_area .product_inner .title {
    padding: 0;
  }

  /* #howto_area {
    padding: 60px 0 40px;
  } */

  /* .item_main_img  {
  margin-bottom: 40px;
} */
  .intro_item_txt {
    margin-bottom: 40px;
  }

  .preSale-text {
    padding-top: 0;
  }

}

/* **********
販売状況スタイルここまで
********** */
/* **********
こだわり＆美味しさの秘密
********** */
.recipe {
  padding: 70px 0;
  background: url(../images/bg02.jpg) center top / cover no-repeat;
}
.section_title {
  margin: 0 auto 40px;
  max-width: 112px;
}
.recipe_box {
  position: relative;
  margin-bottom: 40px;
}
.recipe_img {
  width: 82.5%;
  margin-bottom: 30px;
}
.recipe_box:nth-of-type(2) > .recipe_img {
  margin-left: auto;
}
.recipe_title {
  position: absolute;
  top: 5px;
  right: 12.5%;
  width: 20%;
}
.recipe_box:nth-of-type(2) > .recipe_title {
  left: 12.5%;
}
.recipe_text {
  max-width: 82.5%;
  font-size: 16px;
}
.recipe_box:nth-of-type(1) > .recipe_text {
  padding-left: 5%;
}
.recipe_box:nth-of-type(2) > .recipe_text {
  padding-right: 5%;
  margin-left: auto;
}
.savor {
  padding: 60px 0 70px;
  background: #F2EACD;
}
.savor_img {
  margin-bottom: 50px;
}
.savor_text {
  max-width: 290px;
  margin: 0 auto;
  font-size: 16px;
}
/* **********
こだわり＆美味しさの秘密
********** */
/* **********
レビュースタイル
********** */

#review_area {
  background: url(../images/bg03.jpg) center top / cover no-repeat;
  padding: 60px 0 140px;
}

.review_ttl {
  max-width: 270px;
  margin: 0 auto 40px;
  /* width: 100%;
  margin: 0 auto 30px;
  line-height: 1;
  letter-spacing: 5px;
  font-size: 57px; */
}

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

.review_list_cont {
  max-width: 345px;
  margin: 0 5px;
}

.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 /cover no-repeat;
}

#review_area .review_inner .review_list .slick-next {
  right: -25px;
  background: url(../images/staffreview_arrow_next.png) left top /cover no-repeat;
}
@media (max-width: 640px){
  /* #review_area {
    padding-bottom: 150px;
    margin-bottom: 0;
  } */
  /* .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: 72px; */
    /* height: 11px; */
    background-size: cover;
  }
  #review_area .review_inner .review_list .slick-prev {
    left: 5px;
  }
  #review_area .review_inner .review_list .slick-next {
    right: 5px;
  }
  .review_ttl {
    font-size: 25px;
  }
  .review_ttl span {
    font-size: 15px;
  }
  /* #review_area .review_inner .review_list .slick-prev {
    background: url(../images/staffreview_arrow_prev.png) left top / contain no-repeat;
  }
  
  #review_area .review_inner .review_list .slick-next {
    background: url(../images/staffreview_arrow_next.png) left top / contain no-repeat;
  } */

}

@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 5px;
  }
  #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 {
    width: 170px;
  } */
  #review_area .review_inner .review_list .slick-prev {
    left: -10px;
  }
  #review_area .review_inner .review_list .slick-next {
    right: -10px;
  }
}
/* **********
レビュースタイルここまで
********** */


/* **********
説明セクションスタイル
********** */

/* .detail {
  width: 100%;
  padding-top: 180px;
  background: url(../images/yorumo_bg01.jpg) center top / cover no-repeat;
  position: relative;
  text-align: center;
}
.detail_img {
  width: 80%;
  height: auto;
  margin: 0 auto 45px;
  min-height: 490px;
  overflow: clip;
}
.loop_wrapper {
  display: flex;
  overflow: clip;
}
.detail_loop-text {
  display: flex;
  gap: 50px;
  width: auto;
  height: 200px;
  margin-bottom: 30px;
  animation: loop 20s linear infinite;
}
.detail_loop-text img {
  object-fit: contain;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.detail_logo {
  width: 30%;
  margin: 0 auto 60px;
  }
  .detail_ttl {
    margin-bottom: 80px;
    font-size: 40px;
    font-family: "Hannari", serif;
  }
  .detail_text_box {
    padding-bottom: 250px;

  }
  .detail_text {
    font-size: 26px;
    margin-bottom: 60px;
  } */
/* **********
説明セクションスタイルここまで
********** */

/* **********
こだわりの素材＆美味しさの秘密セクション
********** */

/* .ingredients {
  background: linear-gradient(70deg, #E4E2D9, #EDE7CF);
  color: #0B0B0B;
}
.ingredients_ttl_box,
.point_ttl_box {
  position: relative;
  margin-bottom: 320px;
}
.ingredients_img {
  height: 50vh;
  min-height: 510px;
  overflow: clip;
}
@media (max-width: 768px){
  .ingredients_img {
    height: 45vh;
    min-height: 465px;
  }

}

.ingredients_ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: .3em;
  color: #fff;
  white-space: nowrap;
}
.ingredients_ttl span,
.point_ttl span {
  font-size: 50px;
} */

/* .details_material_ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 50px;
  line-height: 1.2em;
  text-align-last: left;
  letter-spacing: .2em;
  white-space: nowrap;
}
.details_material_ttl span {
  display: block;
  text-indent: 1em;
} */
/* .ingredients01,
.ingredients03 {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 40px;
}
.ingredients02 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;

}
.ingredients_box {
  position: relative;
  width: 75%;
  margin-bottom: 330px;
}
.ingredients_box::before {
  position: absolute;
  font-size: 300px;
  font-family: "Antic Didone", serif;
  line-height: 1;
  color: #BFA12B;
  opacity: .2;
  z-index: 2;
}
.ingredients01 .ingredients_box::before {
  content: "01";
  left: -27%;
  top: -16%;
}
.ingredients02 .ingredients_box::before {
  content: "02";
  right: -27%;
  top: -16%;
}
.ingredients03 .ingredients_box::before {
  content: "03";
  left: -27%;
  top: -16%;
}

.ingredients_text {
  width: 90%;
  font-size: 30px;
  text-align: left;
  letter-spacing: .2em;
  line-height: 1.5em;
}
.ingredients02 .ingredients_text {
  margin-left: auto;
}
.product_photo {
  width: 100%;
  margin-bottom: 30px;
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%, 0 26%);
}
.ingredients02 .product_photo {
  clip-path: polygon(76% 0, 0 0, 0 100%, 100% 100%, 100% 26%);

}

.product_photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.details_material_text {
  margin: 0 16% 0 5%;
  padding-top: 40px;
  font-size: 28px;
  color: #380516;
  text-align-last: left;
}

.point {
  position: relative;
  text-align: center;
  padding-bottom: 180px;
}
.point_ttl_box {
  position: relative;
  margin-bottom: 180px;
}

.point_ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: .2em;
  color: #fff;
  white-space: nowrap;
}
.point_ttl span {
  font-size: 54px;
}
.point_item_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 10%;
  margin-bottom: 115px;
}

 .secret_photo {
  margin-bottom: 40px;
 }
.point_txt {
  margin-bottom: 70px;
  font-size: 32px;
  letter-spacing: .1em;
} */
/* **********
こだわりの素材&美味しさの秘密セクションここまで
********** */

.price {
  /* padding: 120px 5%; */
  padding-bottom: 60px;
  letter-spacing: .2em;
  color: #380516;
  background: url(../images/bg03.jpg) center bottom / cover no-repeat;
}

.anno_name {
  max-width: 195px;
  margin: 0 0 20px 5%;
  /* margin-bottom: 20px; */
}
.anno_name span {
  font-size: 27px;
  /* font-family: "Antic Didone", serif; */

}
.anno_img {
  margin-bottom: 45px;
}

.anno_details {
  margin: 0 0 40px 5%;
  text-align: left;
  /* font-family: "Hannari", serif; */
}
.anno_ttl {
  max-width: 195px;
  /* margin-bottom: 45px; */
  color: #fff;
  background: #006080;
  font-size: 20px;
  text-align: center;
}
.anno_price {
    font-size: 38px;
  }
  .anno_price span {
    margin-left: 5px;
    font-size: 24px;
  }
  .anno_price span:last-of-type {
    font-size: 18px;
  }
.anno_size {
  font-size: 36px;
}
.anno_allergy {
  font-size: 13px;
}

#item_area .title img{
	max-width:96%;
	width: 693px;
	height: auto;
}
.item_box{
position: relative;
}
.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 60px;
}
#item_area .title img {
  width: 100%;
  height: auto;
}
.item_main_txt {
  width: 86%;
  margin: 0 auto 50px;
}
.item_name {
  width: 50%;
  margin: 0 auto 400px;
}
.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;
  font-family: "Hannari", serif;
} */
/* .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: 82%;
  margin: 0 auto 15px;
}
.intro_cart_btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 641px) {
  /* .intro_cart_btn {
    margin-bottom: 15px;
  } */
  .detail_img {
    margin-bottom: 0;
    height: 35vh;
    min-height: 220px;
  }
}
.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: 80%;
    margin-bottom: 45px;
  }
  .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: 45%;
    margin: 0 auto 180px;
  }
  .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;
  }
  .intro_scroll {
    bottom: 42%;
  }
  
}





/**********************************
	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-top:55px;
	position: relative;
  overflow: clip;
  z-index: 2;
}

.product_box .details_material_ttl {
  margin-bottom: 70px;
  /* opacity: 0; */
  /* width: 110px; */
  /* left: 75.5%; */
  /*right: 0;*/
  /* top: 10%; */
  /* z-index: 1; */
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 74px;
  color: #85241E;
  line-height: 1;
}
.product01,
.product02,
.product03 {
  margin-bottom: 80px;
}
.details_material_ttl .box {
  font-size: 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

/* .product_item.product05 .details_material_ttl {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 1;
  width: 192px;
} */
.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%;
}
.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: 0;
    /* margin-bottom: 20px; */
  }
  .product_item .details_material_ttl{
    width: 65px;
  }
  .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 0;
  }
  .product_item.left .details_material .details_material_info{
    padding-left: 0;
  }
  .product_item.product01 .details_material { width: 100%; }
  .product_item.product02 .details_material { width: 100%; }
  .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 .product_photo{
	margin-left:35.915%;
  margin-bottom: 40px;
}
.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: 0;
  /* 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: 70px 0;
	background:  #F2EACD;;
  color: #380516;
}
/* .howto_box {
  width: 85%;
  padding: 70px 5%;
  margin: 0 auto;
  border: 1px solid #fff;

} */

#howto_area .howto_ttl {
  position: relative;
  font-size: 24px;
  width: 86%;
  margin: 0 auto 20px;
}

#howto_area .howto_ttl::before {
  content:'';
  background: url(../images/hawto_ttl_left.png) no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 33%;
  left: 12%;
}

#howto_area .howto_ttl::after {
  content:'';
  background: url(../images/hawto_ttl_right.png) no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 33%;
  right: 12%;
}


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

#howto_area .howto_btn {
  width: 80%;
  margin: auto;
}
/* @media (max-width: 641px) {
  #howto_area .howto_box {
    padding: 30px 5%;
  }

  #howto_area .howto_ttl {
    width: 100%;
  }
  #howto_area .howto_btn {
    width: 100%;
  }
} */

#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: clip;
	}
	.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;
  }

} */
.btn {
  padding: 78px 10% 78px;
}

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

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

.copyright{
  width: 132px;
  margin: 50px auto 0;
	/* 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: 641px) {
.sp_br {
 display: block;
}

	
  /* .item_main_img {
    margin-bottom: 0;
  } */
  /* .stock_txt {
    width: 90%;
    margin-bottom: 40px;
  } */
  /* .detail_logo{
    max-width: 50%;
    margin: 0 auto 26px;
  } */
  .detail_ttl {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .detail_text {
    font-size: 14px;
    max-width: 75%;
    margin: 0 auto 46px;
  }
  .detail_text_box {
    padding-bottom: 110px;
  }
  .detail_loop-text {
    height: 120px;
  }
  .ingredients_text {
    /* width: 75%; */
    font-size: 16px;
  }
  .ingredients_text br,
  .ingredients_text02 br {
    display: none;
  }
  .ingredients_text02 {
    font-size: 14px;
  }
  .ingredients01, 
  .ingredients03 {
    gap: 20px;
  }

  .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;
  }
  .preSale {
    /* padding-bottom: 60px; /* 余白半分化 */
    padding-bottom: 10px;
  }
  .pre_sale_box {
    padding-top: 0;
  }
  .pre-sale_ttl {
    top: -1%;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .pre-sale_ttl span{
    font-size: 40px;
    margin-top: 27px;
  }
  .pre-sale_read {
    /* font-size: 18px; */
    margin: 0 auto 50px;
  }
  .pre-sale_txtBox {
    font-size: 14px;
    margin-bottom: 155px;
    /* margin-top: 110%; */
  }
  .pre-sale_text {
    margin-bottom: 30px;
  }
  .merci {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .merci:after,.merci::before {
    width: 20px;
  }
  
  /* .stock_txt {
    font-size: 14px;
  } */
  .detail {
    padding-top: 80px;

  }
  .ingredients_ttl_box{
  margin-bottom: 140px;
}
.point {
  padding-bottom: 50px;
}
.point_ttl_box {
  margin-bottom: 80px;
}

  /* .ingredients {
    padding:0 5% 25px;
  } */
  .ingredients_ttl,
  .point_ttl {
    /* width: 100%; */
    /* max-width: 200px; */
    /* padding-top: 60px; */
    /* margin-bottom: 30px; */
    font-size: 10px;
    /* transform: translate(-50%, -50%); */
  }
  .ingredients_ttl span,
  .point_ttl span {
    font-size: 24px;
  }
  .point_item_box {
    padding: 0 2%;
    gap: 13px;
    margin-bottom: 50px;
  }
  .point_item_img {
    width: 50%;
  }
  .ingredients_img {
    height: 31vh;
    min-height: 220px;
  }
  .ingredients_box {
    margin-bottom: 140px;
  }
  .ingredients_box::before {
    font-size: 127px;
  }
  .product_photo {
    margin-bottom: 0;
  }
  .product_item.right .product_photo {
    margin-bottom: 0;
  }
  /* .point_ttl {
    max-width: 200px;
    margin-bottom: 30px;
  } */
  .secret_photo {
    margin-bottom: 0;
  }
  .point_txt {
    /* margin: 0 5%; */
    /* padding-top: 20px; */
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .product05 {
    padding-bottom: 90px;
  }
  .details_material_ttl {
    /* margin-bottom: 35px; */
    font-size: 22px;
    /* top: 2%; */
  }
  .details_material_ttl .box {
    font-size: 22px;
  }
  .product01, .product02, .product03 {
    margin-bottom: 35px;
  }
  /* .price {
    padding: 60px 0 20px;
  } */
  /* .anno {
    padding-bottom: 60px;
    margin-bottom: 160px;
  } */
  /* .anno_name {
    margin-bottom: 40px;
    font-size: 32px;
  } */
  /* .anno_name span {
    font-size: 12px;
  } */
  /* .anno_img {
    margin-bottom: 30px;
  } */
  /* .anno_ttl {
    margin-bottom: 20px;
    font-size: 22px;
  } */
  /* .anno_price {
    font-size: 38px;
  }
  .anno_price span {
    margin-left: 5px;
    font-size: 24px;
  }
  .anno_price span:last-of-type {
    font-size: 18px;
  } */
  .anno_size {
    font-size: 16px;
  }
  .anno_size span {
    font-size: 18px;
  }
  /* .anno_allergy {
    font-size: 12px;
  } */
  .preSale-text {
    padding-top: 0;
    font-size: 13px;
  }
.intro_reade_txt {
   font-size: 15px;
}
.intro_reade_ttl {
   margin-bottom: 30px;
}
.anno_details {
   margin-bottom: 40px;
}
.item_img {
  width: 90%;
  height: 34vh;
  margin-bottom: 20px;
  min-height: 240px;
  max-height: 260px;
}
}
@media (max-width: 500px) {
  .stock_area {
    padding: 60px 5%;
  }
  .stock_ttl {
      width: 90%;
  }
  .stock_txt {
    width: 88%;
  }
}


.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; }
