html {
  font-size: calc(10 / 1280 * 62.5vw);
  @media (width < 1500px) {
    font-size: calc(13 / 1280 * 62.5vw);
  }
  @media (width < 768px) {
  font-size: calc(15 / 414 * 62.5vw);
  }
}

body{
	width:100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
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;
  overflow-x: clip;
  position: relative;
  z-index: 0;
  
}

.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: #001711;
  font-size: min(calc(16 / var(--design-width) * 62.5vw), calc(16 / var(--design-height) * 62.5vh));
}
.fixed_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding-inline: calc(610px + 6%) 2%;
  /* 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: #fff;
}
.fixed_menu span {
  width: 15px;
  height: 16px;
}
.fixed_movie {
  margin-top: 4vh;
}
.fixed_movie_title {
  width: 135px;
  height: 30px;
  margin: 0 auto;
}
.fixed_movie_cont {
  width: 100%;
  /* max-height: 42vh;
  aspect-ratio: 384/214; */
  margin-top: 1.8rem;
}
.fixed_movie_cont video {
  width: 80%;
  height: auto;
  object-fit: cover;
}

.fixed_box {
  margin-top: 40px;
}
.fixed_text_area p {
  text-align: left;
  color: #ffffff;
	font-size: 1.6rem;
  line-height: 1.5;
}
.fixed_text_area .-small {
  margin-top: 4px;
  font-size: 13px;
}

.fixed_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.fixed_link {
  position: relative;
  background: linear-gradient(45deg, #B9A26F, #8A6E42);
  border-radius: 5px;
  align-content: center;
}
.fixed_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF2E0;
  border-radius: 5px;
  opacity: 0; 
  transition: opacity 1s;
  z-index: -1;
}
.fixed_link:hover::before {
  opacity: 1;
  z-index: 1;
}
.fixed_link a {
  position: relative;
  display: block;
  padding: 2%;
  color: #EEF1F7;
  font-size: 18px;
  line-height: 1.5;
  z-index: 2;
}
.fixed_link:hover a {
  color: #111514;     /* 背景の白系に合わせて濃い色に変更 */
}

@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: 4%;
  max-width: 145px;
}
@media screen and (max-width: 960px) {
  .mv_logo {
    max-width: 115px;
  }

}
.mv_read {
  position: absolute;
  top: 15%;
  right: 4%;
  max-width: 60px;
}
.mv_title {
  position: absolute;
  bottom: 10%;
  left: 7%;
  width: 80%;
}
.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;
  display: block;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  text-align: center;
}
.float_text_area {
  grid-column: span 2;
  padding: 2% 0;
  background: #5F213E;
  border-radius: 5px 5px 0 0 ;
}
.float_button p {
  color: #fff;
  font-size: 16px;
}
.float_link {
  background: #FFEFEB;
  grid-row-start: 2;
  border-radius: 0 0 5px 0 ;
  /* padding: 5%; */
  align-content: center;
}
.float_link a {
  color: #5F213E;
  display: block;
  padding: 5%;
}
.float_link:nth-last-of-type(2) {
  border-radius: 0 0 0 5px;
  border-right: 1px solid #5F213E;
}

@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("https://www.letao.jp/client_info/LETAO/view/userweb/ext/yorumo_11th/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("https://www.letao.jp/client_info/LETAO/view/userweb/ext/yorumo_11th/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: 22px;
	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: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: #5F213E;
  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: #2D1B15;
  background-repeat: repeat-y;
	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%;
}
.head_menu_inner nav ul{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.head_menu_inner nav ul li{
	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: #fff;
}
.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;
	}
  #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%;
	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{
	}
  #main_area_showBox .main__catch{
    width: 26%;
    margin-top: -40%;
  }
}

/**********************************
	concept
**********************************/
#concept_area{
  position: relative;
  max-width: 856px;
  margin: 0 auto;
	text-align: center;
  background: url(../images/bg_brown.jpg) center top / cover;
}
#concept_area .concept_contents{
  margin: 0 8%;
  padding: 75px 0;
}
#concept_area .concept_contents .concept_cont_txt{
  margin-bottom: 50px;
}
#concept_area .concept_movie .concept_movie_ttl {
  width: 90%;
  margin: 0 auto 20px;
}

@media (min-width: 641px) {
  #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/bg_purple.jpg) center top / cover;
  background-repeat: repeat-y;
}
.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;

  background:#D9DCE1;
}
.read__area {
  padding-bottom: 6.7rem;
  background: #111514;
  text-align: center;
  /* font-size: 1.6rem; */
}
.intro {
  background: url(../images/bg_brown.jpg) center top / cover;
  background-repeat: repeat-y;
  position: relative;
  padding: 8rem 0 5rem;
}
.intro_read {
  margin: 0 0 2rem 5rem;
  font-size: 2.4rem;
  font-weight: 600;
}

.intro_img {
  width: 90%;
  margin: 4rem 0;
}
.intro_img:nth-of-type(odd) {
  margin: 0 0 2rem auto;
}
.intro_text {
  /* font-size: 16px; */
  margin-left: 5%;
}
.intro_text:first-of-type {
  width: 80%;
  margin-left: 15%;
}
.intro_text:last-of-type {
  width: 80%;
  margin: 2rem 5rem 7rem auto;
}
@media (max-width: 640px) {
  .intro_text:last-of-type {
    width: 75%;
    margin: 2rem 0 7rem 4rem;
  }

}
 
.intro::before {
  content:"";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10vh;
  z-index: 10;
}
.intro_ttl {
  width: 70%;
  margin: 0 auto 4rem;
}
.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;
}




/* **********
ボタンエリアスタイル
********** */

.merci {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 36px;
}
.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 {
  font-weight: 400;
}




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

.stock_area {
  padding: 60px 10%;
  /* margin: 0 5% 300px; */
  /* background: #F2EACD; */
  background: url(../images/bg_green.jpg) center top / cover;
}
.stock_area .intro_cart_period {
  margin: 30px 0 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 27px;
}
.stock_ttl {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 27px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  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;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #ffffff10;
}

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

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

  .intro_item_txt {
    margin-bottom: 40px;
  }

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

}

/* **********
販売状況スタイルここまで
********** */
/* **********
こだわり＆美味しさの秘密
********** */
.recipe {
  padding: 70px 0;
  background: url(../images/bg_brown.jpg) center top / cover;
  background-repeat: repeat-y;
}
.section_title {
  margin: 0 auto 40px;
  max-width: 15rem;
}
.recipe_box {
  max-width: 90%;
  position: relative;
  margin-bottom: 40px;
}
.recipe_box:nth-of-type(odd) {
  margin-left: auto;
}
.recipe_img {
  /* width: 90%; */
  margin-bottom: 3rem;
}
.recipe_box:first-of-type > .recipe_img {
  margin-left: auto;
}
.recipe_title {
  padding: 0 0 2rem 0;
  font-size: 2.4rem;
}
.recipe_box:nth-of-type(2) > .recipe_title {
  padding-left: 5rem;
}
.recipe_text {
  max-width: 82.5%;
  /* text-align-last: left; */
}
/* .recipe_box:nth-of-type(odd) > .recipe_text {
  padding-left: 5%;
} */
.recipe_box:nth-of-type(2) > .recipe_text {
  max-width: 100%;
  padding-left: 5rem;
}
.point {
  padding: 60px 0 70px;
  background: url(../images/bg_green.jpg) center top / cover;
  background-repeat: repeat-y;
}
.point_img {
  margin-bottom: 50px;
}
.point_text {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1rem;
}
/* **********
こだわり＆美味しさの秘密
********** */

/* **********
レビュースタイル
********** */

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

.review_ttl {
  max-width: 180px;
  margin: 0 auto 40px;
}

.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 .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 .review_inner .review_list .slick-prev,
  #review_area .review_inner .review_list .slick-next {
    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;
  }

}

@media screen and (min-width:641px){
  #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 {
    left: -10px;
  }
  #review_area .review_inner .review_list .slick-next {
    right: -10px;
  }
}
/* **********
レビュースタイルここまで
********** */



.price {
  padding-bottom: 60px;
  letter-spacing: .2em;
  background: url(../images/bg_brown.jpg) center top / cover;
  background-repeat: repeat-y;
}

.anno_name {
  max-width: 20rem;
  /* width: 80%; */
  margin: 0 auto 10% 10%;
}
.anno_name span {
  font-size: 27px;

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

.anno_details {
  margin: 0 0 40px 10%;
  text-align: left;
}
.anno_ttl {
  max-width: 195px;
  color: #fff;
  background: #623900;
  font-size: 2rem;
  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;
}
.anno_note {
  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;
}
#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_area {
  margin-top: 8rem;
}
.intro_cart_btn {
  width: 82%;
  margin: 0 auto 15px;
}
.intro_cart_btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 641px) {
  .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 .title {
    width: 80%;
    margin-bottom: 120px;
  }
  .item_box .item_text {
    padding-top: 110px;
  }
  .item_main_txt {
    width: 80%;
    margin-bottom: 45px;
  }
  .item_main_img {
    width: 60%;
  }
  .intro_item_name {
    width: 85%;
  }
  .intro_item_img {
    width: 100%;
    margin-bottom: 60px;
  }
  .intro_item_txt {
    margin-bottom: 110px;
  }
  .intro_cart_btn a img:hover {
    position: relative;
    top: 3px;
    left: 3px;
  }
  .intro_cart_txt {
    width: 75%;
  }

  
}
@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_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; } */


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

/* @media (max-width: 640px) {
  .product_item{
    padding: 0;
  }
  .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;
  }
} */


#howto_area {
  padding: 70px 0;
  background: url(../images/bg_green.jpg) center top / cover;
  background-repeat: repeat-y;
  text-align: center;
}

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

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

/**********************************
	footer
**********************************/
#footer{
  background: url(../images/bg_green.jpg) center top / cover;
	padding:33px 0 45px;
	text-align: center;
}

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

.copyright{
  width: 132px;
  margin: 50px auto 0;
}


.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;
  }
  .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;
  }
  .merci {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .merci:after,.merci::before {
    width: 20px;
  }
  
.point {
  padding-bottom: 50px;
}

  .anno_size {
    font-size: 16px;
  }
  .anno_size span {
    font-size: 18px;
  }
.anno_details {
   margin-bottom: 40px;
}
}
@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; }
