:where(.cafeaulait) {
  color: #522e12;
  overflow: hidden;
  font-family: "Noto Sans JP" sans-serif;
}
:where(.cafeaulait) *,
:where(.cafeaulait) ::before,
:where(.cafeaulait) ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
:where(.cafeaulait) h1,
:where(.cafeaulait) h2,
:where(.cafeaulait) h3 {
  margin: auto;
}
:where(.cafeaulait) img,
:where(.cafeaulait) figure {
  margin: auto;
  padding: 0;
  text-align: center;
}
:where(.cafeaulait) img {
  height: auto;
	width: 100%;
  max-width: 100%;
}
:where(.cafeaulait) a {
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  text-decoration: none;
}
:where(.cafeaulait) a:hover {
  text-decoration: none;
  opacity: 0.7;
}

section .innerWrap,
div .innerWrap {
  max-width: 956px;
  margin: auto;
}

.iwrap .ctapri dl dt:before {
	box-sizing: initial;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(2%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.cafeaulait {
	margin-top: -5px;
}
.cafeaulait section {
	position: relative;
}
.cafeaulait .section-inner {
	margin: auto;
	max-width: 65vw;
}

.backgrounds {
	background:  url(/images/item/lu/cafeaulait/bg-main2.png)no-repeat top 131vw center, url(/images/item/lu/cafeaulait/bg-main3.png)no-repeat bottom center, url(/images/item/lu/cafeaulait/bg-fv.jpg) top center no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-inner {
	width: 100%;
	height: 123vw;
	background-size: cover;
	background-position: center;
	background-color: white;
	pointer-events: none;
}

.mv .section-inner {
	padding: 2vw 0 0;
	max-width: 50vw;
}
.mv-title {
	text-align: center;
	width: 50vw;
	margin-bottom: 0.5vw;
}
.mv-main {
	position: relative;
	height: 38vw;
	margin-top: -1vw;
}
.mv-main figure {
	position: absolute;
	z-index: 3;
}
.mv-main figure.mv-product {
	left: 50%;
	transform: translateX(-50%);
	width: 40vw;
}
.mv-main figure.mv-limited {
	width: 10vw;
	top: 1.5vw;
	left: 2vw;
}
.mv-main .mv-cta {
	position: absolute;
	z-index: 3;
	width: 11vw;
	right: 0;
	bottom: 7vw;
}

.detail {
	margin-top: 4vw;
}
.detail-flow {
	width: 41vw;
	padding-top: 2vw;
}
.detail-title {
	width: 40vw;
}

.recommend {
	z-index: 1;
	margin-top: 15vw;
	padding-bottom: 10vw;
}
.recommend .recommend-title {
	text-align: center;
	width: 39vw;
	margin-bottom: 7vw;
}
.recommend .recommend-title image {
	margin-top: 4vw;
}

.point-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 7vw;
}
.point-list__item:nth-child(2) .point-image {
	margin: 1vw auto;
}
.point-list__item:nth-child(3) .point-image {
	margin-top: 5vw;
}
.point-list__title {
	width: 41vw;
	text-align: center;
	margin-bottom: 1vw;
}
.point-copy {
	font-size: 1.6vw;
	font-weight: 500;
	line-height: 1.71;
	width: 37vw;
	margin: 0 auto;
	letter-spacing: 0.5px;
}
.point-copy .marker {
	background-color: white;
	color: #c25123;
}
.point-image {
	margin: 3vw auto 0;
	width: 65vw;
	text-align: center;
	max-width: initial;
}
.point-image img {
	max-width: initial;
	width: 100%;
}
.attention {
	display: block;
	width: 37vw;
	margin: 1em auto 0;
}

.voice {
	z-index: 0;
	margin-top: 13vw;
	padding-bottom: 17vw;
}
.voice .voice-title {
	width: 22vw;
	margin-bottom: 2vw;
}
.voice .voice-title image {
	margin-top: 4vw;	
}
.voice .voice-image {
	width: 57vw;
	max-width: 100%;
}
.voice .voice-image img {
	max-width: 100%;
	width: auto;
}

.faq {
	margin: 5vw auto 10vw;
}
.faq-title {
	width: 21vw;
	margin-bottom: 3vw;
}
.faq-accordion {
	width: 39vw;
	margin: auto;
}
.faq-accordion__item {
	background-color: #ca9659;
	color: white;
	padding: 0.9vw;
	font-size: 1.6vw;
	font-weight: bold;
}
.faq-accordion__item:not(:last-child) {
  margin-bottom: 0.5vw;
}
.faq-accordion__title {
	padding: 1vw 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
}
.faq-accordion__title .trigger {
	width: 1.8vw;
	height: 1.8vw;
	position: relative;
	margin-left: auto;
}
.faq-accordion__title .trigger:before, .faq-accordion__title .trigger:after {
	content: "";
	background-color: white;
	position: absolute;
	right: 1%; /* 250314追加 */
	transition: transform 0.3s;
}
.faq-accordion__title .trigger::before {
	width: 1.8vw;
	height: 0.1vw;
	top: 50%;
	transform: translateY(-50%);
}
.faq-accordion__title .trigger::after {
	height: 1.83vw;
	width: 0.1vw;
	left: 50%;
	transform: rotate(0deg) translateX(-50%);
}
.faq-accordion__title.active .trigger::after {
	transform: rotate(90deg) translateX(-50%);
}
.faq-accordion__text {
	background-color: white;
	color: #522e12;
	padding: 0.8vw 1.6vw;
	line-height: 1.6;
}
/* 250314追加 */
.faq h3::before, .faq h3::after {
  content: none;
}
.faq li {
  padding: .9vw;
  border-bottom: none;
}

.confirm {
	margin-top: 13vw;
}
.confirm-title {
	width: 59vw;
	margin-bottom: 2vw;
}


.ispec .compo{
	display: flex;
	width: 100%;
}
.compo2{
	display: flex;
}
.compo2 dl{
	margin-bottom: 10px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.compo2 dl:last-of-type{
	border-right: 1px solid #ccc;
}
.compo2 dt,.compo2 dd{
	margin: 0;
	padding: 5px 3px;
}
.compo2 dt{
	background: #e1e1e1;
	height: 22px;
}
.compo2 dt:before{
	content: none;
}
.compo2 dd{
	height: 80px;
}

.iwrap .ctapri dt {
	font-size: clamp(11px, 1.2vw, 17px);
}
.iwrap .ctapri dd:first-of-type {
	font-size: clamp(13px, 1.4vw, 20px);
}
.iwrap .btn {
	width: clamp(266px, 28.5vw, 400px);
	margin: clamp(26px, 2vw, 40px) auto clamp(13px, 1.4vw, 20px);
}
.iwrap .btn a {
	background-color: #6a3906;
	font-size: clamp(22px, 2vw, 34px);
}
.iwrap .btn a::after {
	width: clamp(33px, 3.5vw, 50px);
	height: clamp(33px, 3.5vw, 50px);
}
.iwrap .Cta {
	width: 700px;
	padding: 120px 10px;
}
.iwrap .Cta h3 {
	display: block;
	padding: 0 0 10px;
	font-size: 32px;
	text-align: center;
	letter-spacing: -1px;
	line-height: 1.2;
	word-break: keep-all;
}
.iwrap .Cta p {
	font-size: 22px;
	letter-spacing: 0;
}
.iwrap #Buy {
	margin-top: 0;
}
.iwrap #Buy h2 {
	width: auto;
}
.iwrap #Buy .buyTiS h2 {
	width: 620px;
}
.iwrap .buyReg .ctapri2 dt img {
	max-width: 150px;
}
.iwrap .ctapri .six dt:before, .iwrap .ctapri .thr dt:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 4px 10px;
	height: 16px;
	font-family: var(--Fyg);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.iwrap .ctapri .six dt:before {
	content: "15%OFF";
	color: #fff;
	background: var(--ReD);
}
.iwrap .ctapri .thr dt:before {
	content: "10%OFF";
	color: var(--ReD);
	border: 1px solid var(--ReD);
}
.iwrap .ctapri dl {
	border-bottom: 1px dotted #ca9659;
}
.iwrap .buyReg1 dd:nth-of-type(2){
	height: 70px;
}
.iwrap .buyReg h3, .iwrap .buyReg p {
	color: #333;
}
.iwrap .buyReg h3 {
	line-height: 1.3;
}
.iwrap .buyReg .ctapri2 li {
	background: none;
	height: 250px;
	border-right: none;
}
.iwrap .buyReg .ctapri2 dt {
	font-size: 25px;
}
.iwrap .buyReg .ctapri2 dd {
	margin-bottom: 0;
}
.iwrap .buyReg .ctapri2 li dl {
	width: 300px;
	margin: 0 auto;
}
.iwrap .buyReg .ctapri2 li .sixTu .off15 {
	font-size: 1em;
	background: var(--ReD);
	color: #fff;
	padding: 5px;
	border: none;
	border-radius: 20px;
	margin: 0 auto;
}
.iwrap .buyReg .ctapri2 li .thrTu .off10 {
	color: var(--ReD);
	font-size: 1em;
	border: 1px solid var(--ReD);
	padding: 4px;
	border-radius: 20px;
}
.iwrap .buyReg .ctapri2 li .oneTu dd {
	margin: 20px 0;
}
.iwrap #Buy .btnGreeN {
	min-width: 250px;
}