@charset "Shift_JIS";

/* ======================================================================

	■ 2506 シンプルスタイルのこと、どのくらい知ってる？

====================================================================== */

#leftnavi{display:none !important;}
#wrapper,#middle_body{width: 100% !important;margin: 0 auto !important;padding: 0 !important;}
#contents{width:100% !important;margin:0 auto !important;float:none !important;padding:0 !important;}
nav {margin-bottom: 0px;}

.pc_none{ display: none !important; }
img { width: 100%; height: auto; }

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightgray-rgb: 201,201,200;

	--main-clr-lightbeige: #cbc1ae;
	--main-clr-lightbeige-rgb: 203,193,174;

	--main-clr-white: #f4f5f0;
	--main-clr-white-rgb: 244,245,240;

	--main-clr-gray: #7f7c7a;
	--main-clr-gray-rgb: 127,124,122;

	--clr-ss-red-light: #d07157;
	--clr-ss-red-light-rgb: 208,113,87;

	--clr-ss-black: #48413b;
	--clr-ss-black-rgb: 72,65,59;

	--anv-pink-main: #d8b2ab;
	--anv-pink-main-rgb: 216,178,171;

	--anv-pink-sub01: #d0a49d;
	--anv-pink-sub01-rgb: 208,164,157;

	--anv-pink-sub02: #c7978f;
	--anv-pink-sub02-rgb: 199,151,143;

	--anv-yellow: #fff368;
	--anv-yellow-rgb: 255,243,104;

}

/* コンテンツ幅リセット */
main#wrapper {
	position: relative;
	width: 100%!important;
	max-width: initial!important;
	max-width: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
	overflow: visible!important;
}
article#contents { padding-bottom: 0!important; }
article#contents .inner_content { padding-top: 0!important; }

#quiz * { box-sizing: border-box; line-height: 1; }
#quiz img { width: 100%; height: auto; }
#quiz .pc_none { display: none; }

#quiz {
	position: relative;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	background-color: #f2f2f2;

}





/* ==================================================
   メインコンテンツ
================================================== */

#quiz .contentsarea {
	order: 2;
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	box-shadow: 0px 0px 32px 4px rgba(126,124,122,0.15);
	text-align: center;
	background: linear-gradient(to right, #f7af9a 0%, #f7af9a 50%, #88b7f0 50%, #88b7f0 100%);
}

#quiz .block {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 2;
}
#quiz .block:last-of-type { margin-bottom: 0;}
#quiz .block > div[class^="inner0"] {
	position: relative;
	width: 100%;
}
#quiz .block > div.inner0 { padding: 40px 0; }
#quiz .block > div.inner20 { padding: 40px 20px; }
#quiz .block > div.inner40 { padding: 40px 40px; }

#quiz .block#schedule,
#quiz .block#spe,
#quiz .block#cate03 { background-color: rgba(var(--anv-pink-main-rgb),0.3); }

#quiz .block#cate01::after,
#quiz .block#cate02::after,
#quiz .block#cate03::after,
#quiz .block#cate04::after,
#quiz .block#schedule::after {
	position: relative;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 64px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#quiz .block#cate01::after,
#quiz .block#cate02::after,
#quiz .block#cate04::after { background-image: url(/IMAGE/quiz/sq02.jpg); }
#quiz .block#cate03::after,
#quiz .block#schedule::after { background-image: url(/IMAGE/quiz/sq03.jpg); }


/* ================================================

看板・ページ内リンク

================================================  */

#quiz .kanban {
	position: relative;
	width: 100%;
	margin-bottom: 32px;
}

#quiz nav.navi {
	position: relative;
	width: 100%;
	padding: 10px 40px 40px;
}
#quiz nav.navi > ul {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#quiz nav.navi > ul > li {
	position: relative;
	width: calc((100% - 10px*1)/2);
}
#quiz nav.navi > ul > li.w100 { width: 100%!important; }



/* ================================================

本日のクイズにチャレンジ！

================================================  */

#quiz .quizcontents{
 background-color: #fff;
 margin: 7em 1em 2em 1em;
border-radius: 15px;
}


/* 吹き出し
================================================*/


#quiz .balloon {
  position: relative;
  display: inline-block;
  margin: -7.0em 0;
  padding: 1.0em 2.5em;
  min-width: 120px;
  max-width: 100%;
  color: #48413b;
  background: #ffffff;
  border-radius: 15px;
  z-index: 5;
  filter:drop-shadow(0px 0px 5px #b8b8b8);
}

/* ふわふわさせるアニメーション */
#quiz .balloon {
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

#quiz .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

#quiz .balloon p {
	font-size: 18px;
	line-height: 2.5;
	margin: 0;
	padding: 0;
}
#quiz .balloon p span{
	color: #d07157;
}


#quiz .balloon h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}




/* 問題文
================================================*/

#quiz .dailyquiz{
	background-color: #fff;
	margin: 0 1em 1em 1em;
	border-radius: 15px;	
	padding: 3.5em 0;
}

#quiz .question {
	display: flex;
	width: 90%;
	margin: 3em auto 0 auto;
	align-items: center;
}

#quiz .question p{
	width: 70%;
	color: #48413b;
	text-align: left;
	font-size: 23px;
	font-weight: bold;
	/* padding-top: 3%; */
	line-height: 1.5em;
}
#quiz .question span{
	width: 25%;
	color: #c55738;
	font-size: 5em;
	font-weight: bolder;
}


/* 2択ボタンとヒント
================================================*/

#quiz .btn,
#retry .btn{
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	border-radius: 15px;
	margin-top: 2em;
	padding: 2em;
	border: none;
	width: 45%;
	color: #fff;
}

#quiz .dailyquiz .btn_left{
	background-color: #767676;
	margin-right: 1%;
	border: 1px solid #767676;
}

#quiz .dailyquiz .btn_right{
	background-color: #767676;
	margin-left: 1%;
	border: 1px solid #767676;
}

#quiz .dailyquiz .btn_hint,
#quiz .pc_left .btn_hint,
#quiz_true .bg_arrow .btn,
#retry .btn{
	border: #48413b 1px solid;
	border-radius: 20px;
	text-align: center;
	color: #48413b;
	padding: 1em;
	font-size: 15px;
	width: 70%;
}

#retry .btn{
	width: 40%;
}
#quiz .btn::after,
#retry .btn::after,
#quiz_true #arrow .btn::after{
	position: absolute;
	top: calc(50% - 4px);
	right: 10%;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: all 0.2s;
}
#quiz .dailyquiz .btn_hint::after,
#quiz .dailyquiz_item dd .btn::after,
#quiz .list_sc .btn::after,
#quiz .pc_left .btn_hint::after,
#retry .btn::after,
#quiz_true #arrow .btn::after{
	border-top: solid 2px #48413b;
	border-right: solid 2px #48413b;

}

#quiz .dailyquiz .btn_hint span{
	font-size: 170%;
	vertical-align: middle;
}

#quiz .dailyquiz .hint_att{
	margin-top: 1em;
}


/* 回答済みのグレーアウト処理
================================================*/

#quiz .dailyquiz .grayout,
#quiz .dailyquiz .grayout_before{
    position: relative;
	padding-bottom: 40px;
}

#quiz .dailyquiz .grayout::after,
#quiz .dailyquiz .grayout_before::after{
    position: absolute;
    top: 9%;
    left: 0;
    z-index: 2;
    display: inline-block;
    content: "";
    width: 100%;
    height: 80%;
    background-color: rgba(var(--clr-ss-black-rgb),0.7);
    pointer-events: none;

}
#quiz .dailyquiz .grayout::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: inline-block;
    transform: translate(-50%, -50%);
    content: "本日はすでに回答済みです。";
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
}



/* 回答期間前のグレーアウト処理
================================================*/


#quiz .dailyquiz .grayout_before::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: inline-block;
    transform: translate(-50%, -50%);
    content: "回答期間までお待ちください。";
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
}



/* ログイン前のグレーアウト処理
================================================*/

#quiz .dailyquiz .grayout_logout,
#quiz .dailyquiz .grayout_logout_before{
    position: relative;
	padding-bottom: 40px;
}

#quiz .dailyquiz .grayout_logout::after,
#quiz .dailyquiz .grayout_logout_before::after{
    position: absolute;
    top: 9%;
    left: 0;
    z-index: 2;
    display: inline-block;
    content: "";
    width: 100%;
    height: 80%;
    background-color: rgba(var(--clr-ss-black-rgb),0.7);
    pointer-events: none;

}
#quiz .dailyquiz .grayout_logout::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: inline-block;
    transform: translate(-50%, -50%);
    content: "ログインしてクイズに答える！";
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
	width: 100%;
}

/* ボタンホバー時のアニメーション
================================================*/

/* animation*/
#quiz a:hover .btn,
#quiz a:hover .btn::after,
#quiz .list_sc a:hover .btn::after,
#quiz .list_sc a .btn,
#quiz .list_sc a .btn::after,
#quiz .list_sc a .btn:hover,
#quiz .list_sc .btn :hover::after,
#retry a .btn::after{
	transition: 0.2s all;
}

/* hover */
#quiz a:hover .btn,
#quiz .dailyquiz_item dd a:hover .btn,
#quiz .howto dd a:hover .btn,
#quiz .list_sc a .btn:hover,
#retry a .btn:hover{
	color: var(--main-clr-lightbeige);
	background-color: #fff;
	border: 1px solid #cbc1ae;
}
#quiz a:hover .btn::after,
#quiz .list_sc a:hover .btn::after,
#quiz .list_sc .btn :hover::after,
#retry a:hover .btn::after{
	right: 8%;
	border-color: var(--main-clr-lightbeige);
	transition: all 0.2s;
}


/* 本日のクイズのアイテム
================================================*/

#quiz .dailyquiz_item {
	display:flex;
    margin: 0 auto;
	color: #48413b;
	width: 80%;
	background-color: #f2f2f2;
}

#quiz .dailyquiz_item a{
	width: 40%;
}

#quiz .dailyquiz_item dl{
	margin: 8% auto 0 auto;
	/* margin: 0 auto; */
}

/* #quiz .dailyquiz_item .item_tera {
	margin: 4% auto 0 auto;
	margin: 0 auto;
} */

#quiz .dailyquiz_item dl dt{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7em;
	/* margin: 0 auto; */
}

#quiz .dailyquiz_item dl dt span{
	font-size: 100%;
	color: #c55738;
	font-weight: bold;
}

#quiz .dailyquiz_item dl dd{
	 font-size: 21px;
	font-weight: bold;
	/* width: 90%; */
	margin: 0 auto;
	line-height: 1.7em;
}

#quiz .dailyquiz_item a{
	text-decoration: underline;
}

#quiz .dailyquiz_item dl dd:nth-child(3){
	 font-size: 18px;
	font-weight: bold;
}

#quiz .dailyquiz_item dl dd:nth-child(3) span{
	font-size: 120%;
	color: #c55738;
	font-weight: bold;
	line-height: 1.7em;
}

#quiz .dailyquiz_item dl dd .s_spasing{
	 font-size: 21px;
	font-weight: bold;
	/* width: 90%; */
	margin: 0 auto;
	line-height: 1.7em;
letter-spacing: -1px;
}





/* 参加方法
================================================*/

#quiz .howto{
	width: 85%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
	color: #48413b;
	padding-top: 0.5em;
	border-radius: 15px;

}

#quiz .howto dt {
	/* width: auto; */
	font-size: 20px;
	font-weight: 700;
	margin: 1.5em 0 ;
}

#quiz .howto .ol_point {
	display: inline-block;
	/* width: auto; */
	margin: 0 auto;
	padding: 0;
}
#quiz .howto .ol_point > li {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	width: 90%;
	list-style:none;
}
#quiz .howto .ol_point > li:nth-child(n+2) { margin-top: 1em; }

#quiz .howto .ol_point > li span {
	font-size: 100%;
	font-weight: 700;
	background-color: var(--anv-yellow);
	line-height: 2em;
}
#quiz .howto .li_att {
	margin-top: 0.75em;
}
#quiz .howto .li_att > li {
	font-size: 13px;
	line-height: 1.5;
	/* text-indent: -1em; */
	margin-top: 0.5em;
	list-style:none;
}


/* 新規会員登録
================================================*/


#quiz .howto .newmember {
	/* background-color: rgba(255, 255, 255, 0.7); */
	background-color: rgb(255,243,104, 0.5);
	border-radius: 0 0 15px 15px;
	padding: 0.5em 0;	
	margin: 2em 0 0 0;
}

#quiz .howto .newmember dt {
	margin: 1em 0 0.2em 0;
	font-size: 23px;
}
#quiz .howto .newmember dd {
	margin: 1em;
	padding: 0;
}

#quiz .howto dd .btn{
	width: 60%;
	background-color: #c55738;
	border: #c55738 1px solid;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 1em;
    font-size: 15px;
	margin: 0 auto;
}





/* クーポン対象アイテムスケジュール
================================================*/

#quiz .schedule{
	background-color: #fff;
    margin: 8em 1em 0 1em;
    border-radius: 15px;
}

#quiz .schedule .sc_read dl{	
	margin-top: 4em;
}

#quiz .schedule .sc_read dl dt,
#quiz .schedule .sc_read dl dd{
	color: #48413b;
	font-size: 22px;
   font-weight: bold;
	margin: 0 auto;
   line-height: 1.7em;
}

#quiz .schedule .sc_read dl dt span{
   color: #c55738;
	font-size: 22px;
   font-weight: bold;
}

#quiz .list_sc {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px 6px;
	margin: 1em;
}
#quiz .list_sc li {
	position: relative;
	width: calc((100% - 6px*2)/3);
	/* background-color: #fff; */
	list-style: none;
}
#quiz .list_sc .date {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 0.3em 0;
	color: #fff;
	background-color: #c9c9c8;
	margin: 0;
}
#quiz .list_sc .date span {
	font-size: 100%;
	font-weight: 700;
	margin-left: 0.5em;
}

#quiz .list_sc .thumb {
	position: relative;
}
#quiz .list_sc .thumb i {
	top: 4px;
	left: 4px;
	width: 64px;
	height: 64px;
}
#quiz .list_sc .thumb a {
	display: block;
}
#quiz .list_sc .thumb a:hover img {
	opacity: 0.8;
}
#quiz .list_sc .thumb a p {
	position: absolute;
	bottom: 0;
	right: 8px;
	z-index: 2;
	display: inline-block;
	width: auto;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	color: var(--anv-pink-sub02);
	border: solid 2px var(--anv-pink-sub02);
	background-color: #fff;
	padding: 0.45em 1.75em 0.25em 1em;
	border-radius: 40px;
}


#quiz .list_sc .spec {
	position: relative;
	padding: 8px 12px 12px;
}

/* クーポン対象アイテムスケジュール 商品詳細はこちらボタン
================================================*/
#quiz .list_sc .btn {
	position: relative;
	width: 90%;
	border: #f2f2f2 1px solid;
	background-color: #f2f2f2;
    border-radius: 20px;
	margin: 0.5em 0 1em 0;
    color: #48413b;
    font-size: 15px;
	padding: 0.75em 0;
}


#quiz .list_sc li.start dl dd { font-size: 28px; margin-top: 0.25em; }

/* 当日 */
#quiz .list_sc li.active .date { background-color: var(--anv-yellow); color: var(--clr-ss-red-light); }

/* 救済 */
#quiz .list_sc li.close i {
	display: none!important;
}
#quiz .list_sc li.close .btn.btn10per a {
	color: #fff;
	background-color: #be8f32;
	border: solid 2px #be8f32;
}
#quiz .list_sc li.close .btn.btn10per a::after {
	border-color:#fff;
}
#quiz .list_sc li.close .btn.btn10per a:hover {
	color: #be8f32;
	background-color: #fff;
}
#quiz .list_sc li.close .btn.btn10per a:hover::after {
	border-color: #be8f32;
}

/* 終了 */
#quiz .list_sc li .btn.close {
	color: #fff;
	background-color: #c9c9c8;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	border-radius: 100px;
	padding: 0.5em 0;
	margin-bottom: 4px;
}
#quiz .list_sc li .btn.close::after {
	border-color:#fff;
}

/* OFF率 */
#quiz .icon_off {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	padding: 8px;
	/* overflow: hidden; */
}
#quiz .list_sc .icon_off dt,
#quiz .list_sc .icon_off dd {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
	text-align: right;
}
#quiz .icon_10 dt strong { 
	font-size: 240%;
	font-weight: bold;
	text-shadow:2px 2px 0 #be8f32,-2px 2px 0 #be8f32,2px -2px 0 #be8f32,-2px -2px 0 #be8f32;
}
#quiz .icon_50 dt strong { 
	font-size: 240%;
	font-weight: bold;
	text-shadow:2px 2px 0 #c55738 ,-2px 2px 0 #c55738 ,2px -2px 0 #c55738 ,-2px -2px 0 #c55738 ;
}

#quiz .icon_off::after {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	content: "";
	width: 90px;
	height: 90px;
}
#quiz .icon_off.icon_10::after {
	background: linear-gradient(135deg, rgba(190,143,50,0) 0%, rgba(190,143,50,0) 50%, rgba(190,143,50,1) 50%, rgba(190,143,50,1) 100%);
}

#quiz .icon_off.icon_50::after {
	background: linear-gradient(135deg, rgba(190,143,50,0) 0%, rgba(190,143,50,0) 50%, #c55738 50%, #c55738 100%);
}

#quiz .list_item li .icon_off dt,
#quiz .list_item li .icon_off dt strong,
#quiz .list_item li .icon_off dd {
	font-size: 20px;
}
#quiz .list_item li .icon_off dt strong { font-size: 240%; }

#quiz .list_item li .icon_off::after {
	width: 150px;
	height: 150px;
}



/* SIMPLE STYLEからお得なお知らせ
================================================*/

#quiz .coupon3news,
#quiz .feature {
	background-color: #fff;
    margin: 1em;
    border-radius: 15px;
	padding: 2em 0;
}

#quiz .coupon3news dd,
#quiz .feature h3{
	font-size: 20px;
    font-weight: bold;
}

#quiz .coupon3news dt{
	color: #c55738;
	font-size: 25px;
    font-weight: bold;
	margin-top: 1em;
	line-height: 1.5em;
}

#quiz .coupon3news dt span{
	font-size: 170%;
    font-weight: bold;
}

#quiz .coupon3news .top_bnrarea_measures{
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 2em auto 1em;
}

#quiz .coupon3news .top_bnrarea_measures li{
box-shadow: 0px 0px 15px -5px #777777;
border-radius: 10px;
}


/* おすすめ特集
================================================*/

#quiz .feature h3{
	margin-bottom: 1em;
}

#quiz .feature .featurebn{
	width: 98%;
	margin: 0 auto;
}

#quiz .feature .featurebn .featurebn_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1%;
}
#quiz .feature .featurebn a > :first-of-type{
	margin-bottom: 1%;
 }

/* 回答
================================================*/

#quiz_true #answer,
#quiz_false01 #answer{
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: var(--main-clr-white);
}
#quiz_true #answer.bg_true,
#quiz_false01 #answer .bg_true{
	background-color: transparent;
	background: url(/IMAGE/quiz/2410/bg_answer.png) repeat-x top -50px center;
	background-size: 100% auto;
}

#quiz_true  #answer h2,
#quiz_false01 #answer h2{
	position: relative;
	width: 100%;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: underline;
	margin-bottom: 3em;
}

#quiz_true #answer p,
#quiz_false01 #answer p{
	position: relative;
	z-index: 1;
	font-size: 108px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
#quiz_true #answer p::after,
#quiz_false01 #answer p::after{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50%,-50%);
}

#quiz_true #answer p.true::after{
	content: "〇";
	font-size: 200%;
	color: var(--clr-ss-red-light);
	opacity: 0.75;
}
#quiz_false01 #answer p.false::after {
	content: "×";
	font-size: 400%;
	font-weight: 400;
	color: var(--main-clr-gray);
	opacity: 0.5;
}

/* 参加賞
================================================*/

#quiz_true  #arrow {
	position: relative;
	width: 100%;
	margin: 0 auto 96px;
	text-align: center;
}
#quiz_true #arrow h3 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 0.5em;
}

#quiz_true #arrow .bg_arrow {
	position: relative;
	width: 640px;
	background-color: var(--main-clr-white);
	margin: 0 auto;
	padding: 40px;
}

#quiz_true #arrow .bg_arrow a {
	display: block!important;
}
/* #quiz_true .kakutoku {
	position: relative;
	width: 70%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	background-color: #fff;
	margin: 16px auto 0;
	padding: 1em 0;
	border-radius: 100px;
} */
/* #quiz_true .kakutoku::after {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	width: 64px;
	height: 100%;
	border-radius: 0 100px 100px 0;
	background: var(--main-clr-lightbeige) url(/IMAGE/quiz/2410/icon_dl.gif) no-repeat center center;
	background-size: 50% auto;
} */

#quiz_true #arrow .bg_arrow h4 {
	/* position: relative; */
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin: 1.5em;
}
/* #quiz_true #arrow .bg_arrow h4::before,
#quiz_true #arrow .bg_arrow h4::after {
	position: relative;
	display: inline-block;
	vertical-align: -3px;
	content: "";
	width: 2px;
	height: 16px;
	background-color: var(--clr-ss-black);
}
#quiz_true #arrow .bg_arrow h4::before {
	transform: rotate(-10deg);
	margin-right: 0.5em;
}
#quiz_true #arrow .bg_arrow h4::after {
	transform: rotate(10deg);
	margin-left: 0.5em;
} */
#quiz_true #arrow .bg_arrow h4 span {
	color: var(--clr-ss-red-light);
	font-size: 150%;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

#quiz_true #arrow .bg_arrow img {width: 70%;}
#quiz_true #arrow .bg_arrow img.img_rotate { transform: rotate(-2.5deg); }

#quiz_true #arrow .bg_arrow a:hover {
	opacity: 0.8;
}

#quiz_true #arrow .btn{
	width: 80%;
	margin: 1em auto;
}



#quiz_true #arrow .btn::after{
	position: absolute;
	top: calc(56% - 3px);
	right: 15%;
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	transition: all 0.2s;
}

#quiz_true  p.heading_cmn {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 1em;
}
#quiz_true p.heading_cmn::before,
#quiz_true p.heading_cmn::after {
	content: "▼";
	padding: 0 0.5em;
}

/*  リトライ
================================================== */


#retry {
	position: relative;
	/* width: 100%; */
	padding: 20px;
	text-align: center;
}

#retry h3 {
	position: relative;
	width: 100%;
	font-size: 28px;
	line-height: 1;
	margin-top: 2em;
}
#retry h3 span {
	display: block;
	font-size: 20px;
	/* font-weight: 700; */
	line-height: 1;
	margin-top: 16px;
}

#retry h3 {
	margin-top: 24px;
}



/* ==================================================
   PC用 左側・右側・背景
================================================== */

#quiz .pc_left,
#quiz .pc_right {
	position: sticky;
	width: calc((100% - 750px)/2);
	display: flex;
	justify-content: center;
	align-items: center;
}
#quiz .pc_left > .inner,
#quiz .pc_right > .inner {
	text-align: center;
	padding: 0 32px;
}

/*  PC用 左側
================================================== */

#quiz .pc_left {
	order: 1;
}

#quiz .pc_left h2 {
	color: #48413b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 2em;
}

#quiz .pc_left ul {
	position: relative;
	width: 100%;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px; */
}
/* #quiz .pc_left ul li {
	position: relative;
	width: calc((100% - 8px*1)/2);
} */
/* #quiz .pc_left ul li a {
	position: relative;
	width: 100%;
	display: block;
	background-color: var(--main-clr-white);
	border-radius: 8px;
}
#quiz .pc_left ul li a dl {
	position: relative;
	width: 100%;
}
#quiz .pc_left ul li a dt {
	color: #fff;
	font-weight: 700;
	background-color: var(--clr-ss-red-light);
	padding: 0.5em 0;
	border-radius: 8px 8px 0 0;
}
#quiz .pc_left ul li a dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
#quiz .pc_left ul li a dd span {
	font-size: 80%;
	font-weight: 700;
	margin-bottom: 0.35em;
} */

@media screen and (max-width: 1600px) {
	#quiz .pc_left h2 {
		font-size: 0.875vw;/*14px*/
	}

	#quiz .pc_left ul li {
		width: 100%;
	}
	/* #quiz .pc_left ul li a dd {
		height: 5vw;
		font-size: 1vw;
	}
	#quiz .pc_left ul li a dd span {
		font-size: 80%;
	} */
}

@media screen and (max-width: 800px) {
	#quiz .pc_left h2,
	#quiz .pc_left ul { display: none!important; }

}

#quiz .pc_left .inner .btn_hint{
	padding: 1em 2em;
	width: 100%;

}




/*  PC用 右側
================================================== */

#quiz .pc_right {
	order: 3;
	background-size: cover;
}


/* PC固定画面：右側（画像）
================================================== */

#sofa_feature .pc_right {
	order: 3;
}
#sofa_feature .pc_right > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* PC固定画面：左側(ナビ)
================================================== */

#sofa_feature .pc_left {
	order: 1;
	background-color: #f2f2f0;
	display: flex;/*左側のメニュー全体を中央に*/
    justify-content: center;
    align-items: center;
}



#quiz .pc_none{ display: none !important; }