@charset "utf-8";

/* h1 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
	display: none;
}

.question_cont img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    width: auto;
    height: auto;
}

.question_cont figure,
.question_cont nav,
.question_cont section {
    display: block;
    margin: 0px;
    padding: 0px;
}

/* common
---------------------------------------------------- */
.question_cont .sp {
    display: none;
}

@media screen and (max-width: 767px) {
.question_cont .pc {
	display: none;
}
.question_cont .sp {
	display: block;
}
.question_cont br.sp {
	display: inline;
}
}	

.bl_mv{
	margin: 0 auto;
}

.ec-featureRole__headdescription{
	padding: 0;
}

/* *************************************************************************

	参加条件

************************************************************************* */
.btnTxt{
	padding-bottom: 5%;
}
.btnTxt p{
	font-weight: bold !important;
	font-size:18px !important;
	color: #4d1214;
	padding: 60px 5% 20px;
	line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
.btnTxt{
	font-weight: bold;
	font-size: 20px;
}
}

.condition-box ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-weight: bold;
    margin: 0 auto !important;
    width: 90%;
	text-indent: -1em;
}

.condition-box__inner {
	background: #fffe97;
    width: 47%;
    margin: 30px auto 0;
    padding: 0;
    z-index: 0;
    position: relative;
    text-align: center;
    display: block;
    border-radius: 10px;
}

.condition-box__inner dl{
    position: relative;
	margin-bottom: 0;
}

.condition-box__inner .ttl{
    color: #fff;
    background-image: url(/html/upload/user_data/feature/question/img/2025/ribon.png);
    background-size: cover;
    background-position: center;
    padding: 15px 0px;
    z-index: 0;
    text-align: center;
    margin: -12px auto;
    display: block;
    font-size: 28px;
    width: 95%;
    position: absolute;
    top: -13px;
    left: 2%;
}

.condition-box__inner ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	font-weight: bold;
	margin: 20px auto 0 !important;
    width: 100%;
}

.condition-box__inner ul li{
	width: 30%;
    background: #fff;
    border-radius: 15px;
    padding: 15px 10px 20px;
    font-size: 24px;
}

.condition-box__inner ul li span{
	display: block;	
}

.condition-box__inner .red {
	font-size: 22px;
}

.condition-box__inner .price{
	background: #ffd200;
	border-radius: 80px;
	margin-bottom: 15px;
	font-size: 16px !important;
	padding: 5px;
    line-height: 1.2em;
}

.condition-box__inner .btn01 {
  margin-top: 15px;
}


.condition-box__inner>ul:first-of-type {
    margin-top: 20px !important;
}

@media only screen and (max-width: 850px) {
.condition-box ul{
	display: block;
    margin: 0 auto !important;
    width: 100%;
}	
.condition-box__inner .ttl{
    font-size: 28px;
    width: 110%;
    position: absolute;
    top: -13px;
    left: -4%;
}
.condition-box__inner {
    width: 90%;
}
 .condition-box__inner{
	padding: 0 0 15px;
	margin-bottom: 10%; 
}	
.condition-box__inner .btn01 {
    margin-left: 10px;
    margin-right: 10px;
}	
.condition-box__inner .btn01>a {
    padding: 3.533333vw 7.533333vw;
    font-size: 3.5vw;
}
.condition-box__inner>ul {
    display: block;
    margin-top: 20px !important;
}
  .condition-box>ul:first-of-type {
    margin-top: 8vw !important;
}
.condition-box__inner>ul>li {
    max-width: none;
    width: 100%;
	margin: 20px 0;
}		
}


/* エントリーボタン*/
.btn01 {
	display: block;
	text-align: center;
	margin-top: 60px;
}

.btn01>a {
	position: relative;
	display: inline-block;
	border-radius: 9999px;
	padding: 28px;
	width: 100%;
	max-width: 650px;
	background: #b82200 !important;
	box-shadow: 0px 7px 0px 0px rgb(139 11 0);
	font-size: 28px;
	font-weight: bold;
	color: #fff !important;
}

.btn01 a::after{
	position: absolute;
    content: '';
    top: 40%;
    left: 90%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
    border-right: 0;
}

@media only screen and (max-width: 767px) {
.btn01 {
	margin-top: 20px;
} 
.btn01>a {
    padding: 3vw 8.5333333333vw;
    width: 90%;
    box-shadow: 0px 7px 0px 0px rgb(139 11 0);
    font-size: 4.2666666667vw;
}	
}

.btn01>a:hover {
	position: relative;
	top: 7px;
	box-shadow: 0px 0px 0px 0px rgb(191, 59, 103);
	color: #fff !important;
}

.kome li{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-top: 30px;
}

.condition-box{
	background-color: #fff5c7;
    padding: 60px 0 80px;
    margin-bottom: 80px;
}


@media only screen and (max-width: 767px) {
.kome li{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 30px auto;
    width: 90%;
}
.condition-box{
    padding: 10px 0;
    margin-bottom: 40px;	
}
}


/* *************************************************************************

	キャンペーン詳細

************************************************************************* */
#cpDtl{
	background-color: #fff;
	padding-bottom: 60px;
}

#cpDtl h2{
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	background-color: #4d1214;
	padding: 15px 0;
}

@media only screen and (max-width: 767px) {
.detail-box .entry-box{
    margin-top: 3.4666666667vw !important;
    font-size: 2.9333333333vw !important;
}
}

.detail-box {
    text-align: center;
    width: 90%;
    margin: 60px auto 0;
}

.detail-box .detail-item {
    display: flex;
    margin: 0;
    border-top: solid 2px #ddd;
    line-height: 1.6;
    text-align: left;
}

@media only screen and (max-width: 767px) {
#cpDtl{
	padding-bottom: 15px;	
}	
.detail-box .detail-item {
    display: block;
    padding: 0 0 6.9333333333vw;
}
.detail-box {
    text-align: center;
    width: 90%;
    margin: auto;	
}	
}

.detail-box .detail-item>dt {
    flex-shrink: 0;
    width: min(18.28125vw, 234px);
    line-height: inherit;
    font-size: min(1.25vw, 16px);
    color: #333;
    background-color: #efefef;
    padding: min(2.96875vw, 38px) min(2.34375vw, 30px) min(2.8125vw, 36px);
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
.detail-box .detail-item>dt {
    width: 100%;
    font-size: 4vw;
}
}

.detail-box .detail-item>dd {
    line-height: inherit;
    font-size: min(1.25vw, 16px);
    padding: min(2.96875vw, 38px) min(2.34375vw, 30px) min(2.8125vw, 36px);		
}

.detail-box .detail-item>dd * {
    ont-size: inherit;
}

@media only screen and (max-width: 767px) {
.detail-box .detail-item>dd {
    margin-top: 0.5em;
    font-size: 3.7333333333vw;
}
}

.detail-box .detail-item>dd .kome {
    font-size: inherit;
}

.detail-box .detail-item>dd .kome>li {
    margin-top: 0.5em;
    font-size: inherit;
}

.detail-box .detail-item>dd .kome>li:first-of-type {
    margin-top: 0;
}

.detail-box .detail-item>dd ol>li {
    margin-top: 0.5em;
    font-size: inherit;
}

.detail-box .detail-item:last-of-type {
    border-bottom: solid 1px #ddd;
}

.detail-box .detail-item>dd ul {
    text-indent: -1em;	
}

.detail-box .detail-item>dd ul li {
    padding-left: 1em;
}