
@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	76.8rem-128.0rem 画面幅128.0rem閲覧で.1rem=0.1rem可変*/
	html{
			font-size: 0.733vw;
		}
}
@media only screen and (max-width: 767px){
/*	-76.7rem 画面幅37.5rem閲覧で.1rem=0.1rem可変*/
	html{
			font-size: 2.67vw;
		}
}
@media only screen and (max-width: 374px){
/*	-37.4rem 画面幅37.4remで.1rem=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1400px){
/*	128.0rem- 画面幅128.0remで.1rem=0.1rem固定*/
	html{
		/*font-size: 63.62%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #E60012;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden;
}

.light{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.regular{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.ebold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.black{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.young{
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.inter{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter_mid{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.inter_semi{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.inter_bold{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}
::before,
::after{
	box-sizing: border-box;
}

body,
main,
header,
footer{
	min-width: 128.0rem;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 32.0rem;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: #F6C53E;
}

html.no-scroll {
  overflow: hidden;
  height: 100%;
}

main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}

/*headerここから*/
header{
	width: 100%;
	height: 6.0rem;
	display: block;
	background-color: #835F48;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header{
		height: 4.0rem;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 1.9rem 0 1.3rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 1.0rem 0 1.3rem;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 13.0rem;
	height: auto;
	margin: 0 .5rem 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 6.4rem;
		position: relative;
		z-index: 0;
		transition: all 0s;
	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

/*メニューオープンボタン*/
header .header01 .slide-menu-btn{
	width: 4.0rem;
	height: 4.0rem;
	margin: 0;
	background-color: #fff;
	border-radius: 50%;
	border: .1rem solid #E60C11;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn{
		width: 2.0rem;
		height: 2.0rem;
	}
}
/*メニューオープンボタン内部の線*/
header .header01 .slide-menu-btn .line-bar_area{
	width: calc(100% - 50%);
	height: calc(100% - 70%);
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
header .header01 .slide-menu-btn.active{
	background-color: #ffffff;
}

header .header01 .slide-menu-btn .line-bar_area {
  position: relative;
  width: 1.4rem;   /* お好みで */
  height: 1.12rem;  /* お好みで */
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area {
	  position: relative;
	  width: .7rem;   /* お好みで */
	  height: .5rem;  /* お好みで */
	}
}

/* 上線 */
header .header01 .slide-menu-btn .line-bar_area::before {
  content: '';
  width: 100%;
  height: .2rem;
  background-color: #E60C11;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.25s ease-out, top 0.25s ease-out, background-color 0.25s ease-out;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area::before {
	  height: .1rem;
	}
}

/* active時：上線 → 右上から左下方向「／」に */
header .header01 .slide-menu-btn.active .line-bar_area::before {
  background-color: #E60C11;
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
}

/* 下線 */
header .header01 .slide-menu-btn .line-bar_area::after {
  content: '';
  width: 100%;
  height: .2rem;
  background-color: #E60C11;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.25s ease-out, bottom 0.25s ease-out, background-color 0.25s ease-out;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area::after {
			height: 1px;
	}
}


/* active時：下線 → 左上から右下方向「＼」に */
header .header01 .slide-menu-btn.active .line-bar_area::after {
  background-color: #E60C11;
  bottom: 50%;
  transform: translateY(50%) rotate(35deg);
}

/* 真ん中の線（左からスッと消えていく） */
header .header01 .slide-menu-btn .line-bar_area .line-bar {
  width: 100%;
  height: .2rem;
  margin: 0;
  background-color: #E60C11;
  display: block;
  transform-origin: left center;  /* 左端を基準に縮む */
  transform: scaleX(1);
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area .line-bar {
	  height: .1rem;
	}
}

/* active時：左端を基準にX方向に0まで縮小 → 左に消える演出 */
header .header01 .slide-menu-btn.active .line-bar_area .line-bar {
  background-color: transparent;
  transform: scaleX(0);
}

/*header .header01 nav{
	box-sizing: border-box;
	width: 700px;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}*/

header .header01 nav{
	width: 30.3rem;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 12.2rem 0 3.0rem;
	background-color: #835f48;
	display: block;
	position: fixed;
	right: -30.3rem;
	top: 0;
	z-index: 1;
	transition: all .5s;
	overflow-y: scroll;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		height: calc(var(--vh, 1vh) * 100);
		padding: 4.2rem 0 2.7rem;
		background-color: #835f48;
		display: block;
		position: fixed;
		right: -100%;
		top: 0;
		z-index: 1;
		transition: all .5s;
		overflow-y: scroll;
	}
}
header .header01 .panelactive{
	right: 0;
	transition: all .5s;
}
header .header01 nav .n_img01{
	width: 22.3rem;
	height: auto;
	display: block;
	margin: 0 auto 2.48rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .n_img01{
		width: 25.3rem;
		margin: 0 auto 2.2rem;
	}
}
header .header01 nav .nav_01{
	width: 22.3rem;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 29.5rem;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}
header .header01 nav .nav_01 > li{
	width: 100%;
	height: auto;
	display: block;
}
header .header01 nav .nav_01 > li > a{
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 1.7rem 0;
	border-bottom: .1rem solid;
}
/*header .header01 nav .nav_01 > li:nth-of-type(1) > a{
	padding-top: 0;
}*/
header .header01 nav .nav_01 > li:last-of-type > a{
	border-bottom: initial;
}
header .header01 nav .nav_01 > li > a img{
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
header .header01 nav .nav_01 > li > a img.arrow02{
	opacity: 0;
}
header .header01 nav .nav_01 > li > a:hover img.arrow02{
	opacity: 1;
}
header .header01 nav .h_bnr01{
	width: 22.3rem;
	height: auto;
	margin: 2.3rem auto 0;
	padding: 2.0rem 1.2rem 1.9rem;
	background-color: #F6C53E;
	border-radius: 1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	header .header01 nav .h_bnr01{
		width: 29.5rem;
		margin: 0 auto;
		padding: 1.9rem 1.0rem 1.5rem;
	}
}
header .header01 nav .h_bnr01:hover{
	background-color: #fff;
	opacity: 1;
	transition: all. 5s;
}
@media only screen and (max-width: 767px){
	header .header01 nav .h_bnr01.active{
		background-color: #fff;
		opacity: 1;
		transition: all. 5s;
	}
}
header .header01 nav .h_bnr01 .h_text01{
	width: 19.3rem;
	height: 1.9rem;
	background-color: #E60012;
	border-radius: .3rem;
	padding-left: 1.0rem;
	font-size: 1.1rem;
	line-height: 1.9rem;
	color: #F6C53E;
	position: relative;
	margin-bottom: 1.1rem;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header01 nav .h_bnr01 .h_text01{
		width: 21.3rem;
		height: 2.2rem;
		padding-left: .8rem;
		font-size: 1.3rem;
		line-height: 2.2rem;
		margin-bottom: 1.4rem;
		transition: all .5s;
	}
}
header .header01 nav .h_bnr01:hover .h_text01{
	color: #fff;
}
header .header01 nav .h_bnr01 .h_text01::before{
	content:'';
	display: block;
	width: 1.3rem;
	height: 1.4rem;
	background-image: url(/valentinesday/2026/images/index/common/cart02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.0rem;
	margin: auto;
	transition: all .5s;
}
header .header01 nav .h_bnr01 .h_text01::after{
	content:'';
	display: block;
	width: 1.3rem;
	height: 1.4rem;
	background-image: url(/valentinesday/2026/images/index/common/cart01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.0rem;
	margin: auto;	
	z-index: 10;
}
header .header01 nav .h_bnr01:hover .h_text01::after{
	opacity: 0;
}


header .header01 nav .h_bnr01 img{
	width: 18.9rem;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.0rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .h_bnr01 img{
		width: 25.9rem;
		margin: 0 auto;
	}
}
header .header01 nav .h_bnr01 .h_text02{
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #E60C11;
	text-align: center;
}

header .header01 nav .n_banner{
	width: 22.6rem;
	height: auto;
	margin: 2.0rem auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .n_banner{
		width: 25.7rem;
		height: auto;
	}
}
header .header01 nav .n_banner img{
	width: 100%;
	height: auto;
	display: block;
}
header .header01 nav .nav_bottom{
	width: 22.3rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 3.65rem auto 0; 
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_bottom{
		width: 25.4rem;
		margin: 3.0rem auto 0; 
	}
}
header .header01 nav .nav_bottom .insta{
	width: 2.0rem;
	height: auto;
	display: block;
}
header .header01 nav .nav_bottom .wolt{
	width: 7.9rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_bottom .wolt{
		width: 9.4rem;
	}
}
header .header01 nav .nav_bottom .menu{
	width: 7.9rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_bottom .menu{
		width: 9.4rem;
	}
}
header .header01 nav .nav_bottom img{
	width: 100%;
	height: auto;
	display: block;
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #835F48;
	display: block;
	padding: 6.0rem 0 4.4rem;
}
@media only screen and (max-width: 767px){
	footer{
		padding: 6.0rem 4.0rem 3.0rem;
	}
}
footer .footer01{
	width: 116.6rem;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
}
footer .footer01 .footer01_01{
	width: 69.0rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}
footer .footer01 .footer01_01 .logo{
	width: 23.4rem;
	height: auto;
	margin: 0 0 4.0rem;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .logo{
		width: 27.6rem;
		margin: 0 0 3.2rem;
	}
}
footer .footer01 .footer01_01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_01{
	width: 39.0rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01{
		width: 100%;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .f_text01{
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01 .f_text01{
		text-align: center;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .f_text02{
	color: #fff;
	font-size: 1.3rem;
	line-height: 2.0rem;
	margin-top: 1.2rem;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01 .f_text02{
		color: #fff;
		font-size: 1.2rem;
		line-height: 2.2rem;
		margin-top: 1.0rem;
	}
}
footer .footer01 .footer01_02{
	width: 27.6rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02{
		width: 100%;
		margin-top: 6.0rem;
	}
}
footer .footer01 .footer01_02 li{
	width: 100%;
	height: auto;
}
footer .footer01 .footer01_02 li a{
	margin-bottom: 1.0rem;
	padding-bottom: 1.0rem;
	border-bottom: .1rem solid #fff;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #fff;
	position: relative;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_02 li a{
		margin-bottom: 2.0rem;
		padding-bottom: 2.0rem;
	}
}
footer .footer01 .footer01_02 li:last-of-type a{
	border-bottom: initial;
	margin-bottom: 0;
	padding-bottom: 0;
}
footer .footer01 .footer01_02 li a img{
	width: 1.8rem;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
footer .footer01 .footer01_02 li a:hover img.arrow01{
	opacity: 0;
}
footer .footer01 .footer01_02 li a img.arrow02{
	opacity: 0;
}
footer .footer01 .footer01_02 li a:hover img.arrow02{
	opacity: 1;
}

footer .f_bottom{
	width: 116.6rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 3.6rem auto 0;
}
@media only screen and (max-width: 767px){
	footer .f_bottom{
		width: 29.5rem;
		height: auto;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 auto;
	}
}
footer .f_bottom .copy{
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 2.7rem;
	letter-spacing: calc((55/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .copy{
		width: auto;
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin-top: 2.5rem;
	}
}
footer .f_bottom .footer_bnr{
	width: 49.6rem;
	height: 11.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F6C53E;
	border-radius: 1.6rem;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .footer_bnr{
		width: 29.5rem;
		height: 13.5rem;
		flex-direction: column;
		margin-top: 2.5rem;
	}
}
footer .f_bottom .footer_bnr:hover{
	background-color: #ffffff;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .footer_bnr.active{
		background-color: #ffffff;
		opacity: 1;
	}
}

footer .f_bottom .footer_bnr .f_img01{
	width: 17.3rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .footer_bnr .f_img01{
		width: 25.9rem;
		margin-bottom: 1.0rem;
	}
}
footer .f_bottom .footer_bnr .f_line{
	width: .1rem;
	height: 7.5rem;
	background-color: #E60012;
	margin: 0 1.9rem 0 2.3rem;
}
footer .f_bottom .footer_bnr .f_box{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .footer_bnr .f_box{
		text-align: center;
	}
}
footer .f_bottom .footer_bnr .f_box .f_text03{
	width: 23.5rem;
	height: 2.4rem;
	background-color: #E60012;
	border-radius: .3rem;
	padding-left: .9rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #F6C53E;
	position: relative;
	transition: all .5s;
	text-align: left;
}
footer .f_bottom .footer_bnr:hover .f_box .f_text03{
	color: #FFFFFF;
}
footer .f_bottom .footer_bnr .f_box .f_text03::before{
	content:'';
	display: block;
	width: 1.6rem;
	height: 1.7rem;
	background-image: url(/valentinesday/2026/images/index/common/cart02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.0rem;
	margin: auto;
	transition: all .5s;
}
footer .f_bottom .footer_bnr .f_box .f_text03::after{
	content:'';
	display: block;
	width: 1.6rem;
	height: 1.7rem;
	background-image: url(/valentinesday/2026/images/index/common/cart01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.0rem;
	margin: auto;
	transition: all .5s;
	z-index: 10;
}
footer .f_bottom .footer_bnr:hover .f_box .f_text03::after{
	opacity: 0;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .footer_bnr .f_box .f_text03{
		font-size: 1.3rem;
	}
}
footer .f_bottom .footer_bnr .f_box .f_text04{
	font-size: 1.3rem;
	line-height: 2.0rem;
	margin-top: 1.0rem;
	color: #E60C11;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .footer_bnr .f_box .f_text04{
		font-size: 1.1rem;
		line-height: 1.8rem;
		margin-top: .5rem;
		text-align: center;
	}
}
/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 5.0rem;
	height: 5.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 2.0rem;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
.btn-top::before{
	content: '';
	width: 50%;
	height: 40%;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #104EA3;
	display: block;
}
@media only screen and (max-width: 76.7px) {
	.btn-top {
		right: 0;
	}
}
/*btn-topここまで*/



/*questionここから*/
.q_trigger{
	width: 19.3rem;
	height: auto;
	display: block;
	cursor: pointer;
	position: absolute;
	left: 4.2rem;
	bottom: 3.0rem;
}
@media only screen and (max-width: 767px){
	.q_trigger{
		width: 11.2rem;
		left: 2.0rem;
		bottom: 10.2rem;
	}
}
.q_trigger .q_btn{
	width: 100%;
	height: auto;
	display: block;
}
.question{
	color: #E60012;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 76.8rem;
	background-image: url(/valentinesday/2026/images/index/common/question/question_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;              /* 最前面に表示 */
  
	/* フェードイン + スライドインアニメーション */
	opacity: 0;
	transform: translateY(5.0rem);  /* 初期位置は下に配置 */
	transition: opacity .2s ease, transform 0.4s ease; /* 透明度とスライドにアニメーション */
}
.question.show{
	visibility: visible;             /* 表示される時 */
	opacity: 1;                   /* 透明度を1に */
	transform: translateY(0);     /* 元の位置に戻す */
	z-index: 9999;              /* 最前面に表示 */
}
@media only screen and (max-width: 767px){
	.question{
		min-height: 66.7rem;
		background-image: url(/valentinesday/2026/images/index/common/question/question_bg_sp.jpg);
	}
}
.question .question01{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 15.6rem;
	padding-bottom: 5.0rem;
}
@media only screen and (max-width: 767px){
	.question .question01{
		padding-top: 5.0rem;
		padding-bottom: 3.0rem;
	}
}
.question .question01 .q_inner{
	width: 80.6rem;
	height: auto;
	padding: 0 0 6.0rem;
	margin: 0;
	background-color: #fff;
	border-radius: 2.5rem;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner{
		width: 33.5rem;
		height: auto;
		padding: 0 0 1.6rem;
		background-color: #fff;
		border-radius: 2.5rem;
		text-align: center; 
	}
}
.question .question01 .q_inner .q_img01{
	width: 57.0rem;
	height: auto;
	display: block;
	margin: -5.6rem auto 6.3rem;
	animation: q_img01 3800ms cubic-bezier(.25,.46,.45,.94) infinite;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .q_img01{
		width: 31.0rem;
		margin: -3.0rem auto 4.5rem;
		animation: q_img01 3800ms cubic-bezier(.25,.46,.45,.94) infinite;
	}
}

@keyframes q_img01 {
  /* 休んでいる状態 */
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }

  /* ───────────────
     ① 強いドクンッ
     ─────────────── */
  12% {
    transform: scale(1.09) rotate(-0.6deg);
  }
  20% {
    transform: scale(1.03) rotate(-0.2deg);
  }

  /* ───────────────
     ② 少し弱いドクンッ
     ─────────────── */
  28% {
    transform: scale(1.06) rotate(-0.4deg);
  }
  36% {
    transform: scale(1.02) rotate(-0.1deg);
  }

  /* ───────────────
     ③ 最後のドクンー（余韻）
     ─────────────── */
  48% {
    transform: scale(1.045) rotate(-0.25deg);
  }
  62% {
    transform: scale(1.01) rotate(0deg);
  }

  /* 休息ゾーン（角度ゼロで安定） */
  80% {
    transform: scale(1) rotate(0deg);
  }
}

.question .question01 .q_inner .tab_inner{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;	
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner{
		padding: 0 3.0rem;
	}
}
.question .question01 .q_inner .tab_inner .q_box{
	width: 100%;
	height: auto;
	display: block;
	padding: 0 7.2rem 0 13.3rem;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner .q_box{
		width: 27.6rem;
		padding: 0 0;
		margin: 0 auto;
	}
}
.question .question01 .q_inner .tab_inner .q_box .q_text01{
	width: 60.2rem;
	height: auto;
	font-size: 3.0rem;
	line-height:3.0rem;
	color: #E60C11;
	text-align: center;
	padding-bottom: 2.0rem;
	border-bottom: .1rem dashed #E60C11;
	display: inline-block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner .q_box .q_text01{
		width: 100%;
		font-size: 2.0rem;
		line-height:2.6rem;
		display: block;
		padding-left: 2.4rem;
	}
}
.question .question01 .q_inner .tab_inner .q_text01::after{
	content:'';
	display: block;
	width: 6.0rem;
	height: 7.9rem;
	background-image: url(/valentinesday/2026/images/index/common/question/question02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	bottom: -.5rem;
	left: -8.0rem;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner .q_text01::after{
		content:'';
		display: block;
		width: 3.8rem;
		height: 5.0rem;
		top: -.7rem;
		bottom: initial;
		left: -1.8rem;
	}
}
.question .question01 .q_inner .tab_inner .select{
	width: 66.2rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 6.2rem auto 0;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner .select{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		margin: 4.2rem auto 0;
		gap: 2.0rem;
	}
}
.question .question01 .q_inner .tab_inner .select .q_text02{
	width: 31.6rem;
	height: 17.7rem;
	border-radius: 1.5rem;
	border: .1rem solid #E60012;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	line-height: 3.7rem;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner .select .q_text02{
		width: 100%;
		height: 12.0rem;
		font-size: 1.8rem;
		line-height: 3.0rem;
	}
}
.question .question01 .q_inner .tab_inner .select .q_text02:hover{
	background-color: #f4c43c;
	color: #E60012;
}
.question .question01 .q_inner .tab_inner .select .q_text02 span{
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background-color: #E60C11;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.7rem;
	line-height: 2.7rem;
	color: #fff;
	border: .1rem solid #E60C11;
	position: absolute;
	left: 1.0rem;
	top: 1.0rem;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .tab_inner .select .q_text02 span{
		width: 2.4rem;
		height: 2.4rem;
	}
}
.question .question01 .q_inner .tab_inner .select .q_text02 span.answer02{
	background-color: #fff;
	color: #E60C11;
	border: .1rem solid #E60C11;
}

.question .question01 .q_inner .q_text03{
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #E60012;
	margin: 2.0rem 0 0;
}
@media only screen and (max-width: 767px){
	.question .question01 .q_inner .q_text03{
		margin: 2.8rem 0 0;
	}
}
.result .result01{
	font-size: 2.9rem;
	line-height: 2.9rem;
}
@media only screen and (max-width: 767px){
	.result .result01{
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
}
.result .result02{
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-top: 2.3rem;
}
@media only screen and (max-width: 767px){
	.result .result02{
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin-top: 2.8rem;
	}
}
.result .result03{
	width: 38.9rem;
	height: 6.0rem;
	background-color: #E60C11;
	border-radius: 3.0rem;
	display: block;
	margin: .6rem auto 0;
	font-size: 3.0rem;
	line-height: 3.0rem;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.result .result03{
		width: 29.0rem;
		height: 5.4rem;
		margin: 3.8rem auto 0;
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
}
.result .result03 span{
	font-size: 2.2rem;
	line-height: 2.2rem;
	margin: .6rem 0 0 .8rem;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.result .result03 span{
		font-size: 1.6rem;
		line-height: 1.6rem;
		margin: .8rem 0 0 .6rem;
	}
}
.result .detail{
	width: 66.2rem;
	height: auto;
	margin: 6.0rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	.result .detail{
		width: 100%;
		margin: 2.7rem auto 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.result .detail .detail01{
	width: 31.0rem;
	height: auto;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.result .detail .detail01{
		width: 100%;
	}
}
.result .detail .detail01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .5rem;
}
.result .detail .detail01 ul li{
	border: .1rem solid #E60C11;
	border-radius: 2.4rem;
	padding: 0 1.3rem;
	font-size: 1.2rem;
	line-height: 2.4rem;
}
@media only screen and (max-width: 767px){
	.result .detail .detail01 ul li{
		padding: 0 .7rem;
	}
}
.result .detail .detail01 ul li.type{
	border: initial;
	border-radius: initial;
	padding: initial;
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-decoration: underline;
	margin-right: 1.0rem;
}
.result .detail .detail01 .result04{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 2.8rem;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.result .detail .detail01 .result04{
		margin-top: 1.5rem;
	}
}
.result .detail .detail02{
	width: 30.8rem;
	height: auto;
}
@media only screen and (max-width: 767px){
	.result .detail .detail02{
		width: 100%;
	}
}
.result .detail .detail02 .result05{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: .5rem;
}
@media only screen and (max-width: 767px){
	.result .detail .detail02 .result05{
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin-top: 2.9rem;
	}
}
.result .detail .detail02 a{
	width: 100%;
	height: 9.0rem;
	display: block;
	position: relative;
	margin-top: .9rem;
}
.result .detail .detail02 a img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
.result .detail .detail02 a img.default{
	opacity: 1;
}
.result .detail .detail02 a img.action{
	opacity: 0;
}
.result .detail .detail02 a:hover img.default{
	opacity: 0;
}
.result .detail .detail02 a:hover img.action{
	opacity: 1;
}

.result .detail .line{
	width: .1rem;
	height: auto;
	background-color: #E60C11;
	display: block;
	flex-shrink: 0;
}

.question .question01 ul.nav00{
	width: 30.4rem;
	height: auto;
	display: flex;
	justify-content: center;
	gap: 2.0rem;
	margin-top: 3.0rem;
}
.question .question01 ul.nav00 li{
	width: 14.2rem;
	height: 4.5rem;
	display: block;
	position: relative;
	cursor: pointer;
}
.question .question01 ul.nav00 li img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.question .question01 ul.nav00 li img.nav01{
	opacity: 1;
	transition: all .3;
}
.question .question01 ul.nav00 li:hover img.nav01{
	opacity: 0;
}		
.question .question01 ul.nav00 li img.nav02{
	opacity: 0;
	transition: all .3;
}
.question .question01 ul.nav00 li:hover img.nav02{
	opacity: 0.8;
}
/*questionここまで*/

/*includeここまで*/



