@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/
@media screen and (min-width: 768px) {
img {
	image-rendering: -webkit-optimize-contrast;
}
}
.main_contents .img {
	padding: 0;
	line-height: 0;
	background: none;
}
.aw {
	display: inline-block;
}
.anaden figure, 
.anaden .img {
	text-align: center;
	line-height: 0;
}
.anaden {
	position: relative;
	padding: 56px 20px 50px;
	margin-bottom: 80px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	color: #231815;
	background: #CEE9CD  url("anaden_bg01.png") repeat center top;
}


.anaden::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 56px;
	background: url("anaden_bg02.png") repeat-x center top / 980px 56px;
}
.anaden_inner {
	position: relative;
	max-width: 874px;
	margin: 0 auto;
	padding: 1px 0;
}
.anaden .logo {
	position: absolute;
	top: 40px;
	left: 0;
}
.anaden .number {
	position: absolute;
	top: 15px;
	right: -30px;
}
.anaden .main_title {
	margin-top: 45px;
	margin-bottom: 25px;
	padding-left: 0;
	text-align: center;
	line-height: 0;
	border-left: none;
}
.anaden_box {
	position: relative;
	margin-bottom: 30px;
	padding: 7px;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-position: center top, right center, center bottom, left center;
	background-size: 56px 52px, 57px 56px, 56px 52px, 57px 56px;
}
.anaden_box.recipe {
	background-color: #E2E4A1;
	background-image: url("recipe_bg01.png"), url("recipe_bg02.png"), url("recipe_bg03.png"), url("recipe_bg04.png");
}
.anaden_box.puzzle {
	background-color: #B6E0E4;
	background-image: url("puzzle_bg01.png"), url("puzzle_bg02.png"), url("puzzle_bg03.png"), url("puzzle_bg04.png");
}
.anaden_box.contest {
	background-color: #F4DC87;
	background-image: url("contest_bg01.png"), url("contest_bg02.png"), url("contest_bg03.png"), url("contest_bg04.png");
}
.anaden_box.coupon {
	background-color: #FCE0BB;
	background-image: url("coupon_bg01.png"), url("coupon_bg02.png"), url("coupon_bg03.png"), url("coupon_bg04.png");
}
.anaden_box + .anaden_box {
	margin-top: 50px;
}
.anaden_box .box_corner01::before, 
.anaden_box .box_corner01::after, 
.anaden_box .box_corner02::before, 
.anaden_box .box_corner02::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	border-width: 25px;
	border-style: solid;
	display: block;
}
.anaden_box .box_corner01::before {
	top: 0;
	left: 0;
	border-color: #CEE9CD  transparent transparent #CEE9CD ;
}
.anaden_box .box_corner01::after {
	top: 0;
	right: 0;
	border-color: #CEE9CD  #CEE9CD  transparent transparent;
}
.anaden_box .box_corner02::before {
	right: 0;
	bottom: 0;
	border-color: transparent #CEE9CD  #CEE9CD  transparent;
}
.anaden_box .box_corner02::after {
	left: 0;
	bottom: 0;
	border-color: transparent transparent #CEE9CD  #CEE9CD ;
}
.anaden_box .box_bg01::before, 
.anaden_box .box_bg01::after, 
.anaden_box .box_bg02::before, 
.anaden_box .box_bg02::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.anaden_box .box_bg01::before {
	top: 0;
	left: 0;
}
.anaden_box.recipe .box_bg01::before {
	background-image: url("recipe_bg05.png");
}
.anaden_box.puzzle .box_bg01::before {
	background-image: url("puzzle_bg05.png");
}
.anaden_box.contest .box_bg01::before {
	background-image: url("contest_bg05.png");
}
.anaden_box.coupon .box_bg01::before {
	background-image: url("coupon_bg05.png");
}

.anaden_box .box_bg01::after {
	top: 0;
	right: 0;
}
.anaden_box.recipe .box_bg01::after {
	background-image: url("recipe_bg06.png");
}
.anaden_box.puzzle .box_bg01::after {
	background-image: url("puzzle_bg06.png");
}
.anaden_box.contest .box_bg01::after {
	background-image: url("contest_bg06.png");
}
.anaden_box.coupon .box_bg01::after {
	background-image: url("coupon_bg06.png");
}
.anaden_box .box_bg02::before {
	right: 0;
	bottom: 0;
}
.anaden_box.recipe .box_bg02::before {
	background-image: url("recipe_bg07.png");
}
.anaden_box.puzzle .box_bg02::before {
	background-image: url("puzzle_bg07.png");
}
.anaden_box.contest .box_bg02::before {
	background-image: url("contest_bg07.png");
}
.anaden_box.coupon .box_bg02::before {
	background-image: url("coupon_bg07.png");
}
.anaden_box .box_bg02::after {
	left: 0;
	bottom: 0;
}
.anaden_box.recipe .box_bg02::after {
	background-image: url("recipe_bg08.png");
}
.anaden_box.puzzle .box_bg02::after {
	background-image: url("puzzle_bg08.png");
}
.anaden_box.contest .box_bg02::after {
	background-image: url("contest_bg08.png");
}
.anaden_box.coupon .box_bg02::after {
	background-image: url("coupon_bg08.png");
}
.anaden_box .box_inner01 {
	padding: 1px 30px 60px;
}
.anaden_box.recipe .box_inner01 {
	background: url("recipe_bg09.png") no-repeat center top / 100% auto;
}
.anaden_box.puzzle .box_inner01 {
	background: url("puzzle_bg09.png") no-repeat center top / 100% auto;
}
.anaden_box.contest .box_inner01 {
	background: url("contest_bg09.png") repeat center top / 816px 294px;
}
.anaden_box.coupon .box_inner01 {
	background: url("coupon_bg09.png") no-repeat center top / 100% auto;
}
.anaden_box .box_inner02 {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}
.anaden_box.puzzle .box_inner02 {
	max-width: 780px;
}

.main_contents .result_title {
	margin-top: -70px;
	margin-bottom: 25px;
	padding: 0;
	background: none;
}
.theme_box {
	position: relative;
	margin-bottom: 60px;
	padding: 20px;
	background-color: #FFF;
	border-radius: 50px;
}
.theme_box h4 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2;
	color: #523932;
	text-align: center;
}
.theme_box .enemo {
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	width: 165px;
	height: 182px;
	margin: auto 0;
}
.column .anaden .lead_txt {
	margin-bottom: 50px;
	font-size: 140%;
	text-align: center;
	line-height: 1.6;
	color: #221814;
}
.outline {
	padding: 1px 20px 60px;
	background-color: #FEF4C6;
	border-radius: 12px;
}
.outline_inner {
	max-width: 670px;
	margin: 0 auto;
}
.outline h4 {
	margin-top: -25px;
}
.award_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.outline h5 {
	margin-top: 50px;
}
.benefit {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.benefit .txt_box {
	max-width: 340px;
	margin-bottom: 0;
}
.benefit .txt_box h6 {
	margin-bottom: 20px;
	font-size: 130%;
	line-height: 1.4;
	color: #523932;
}
.benefit .txt_box strong {
	color: #FF3F0C;
}
.benefit .txt_box p {
	margin-bottom: 0;
	font-size: 105%;
	line-height: 1.6;
	color: #665A52;
}
.benefit .img_box {
	position: relative;
	max-width: 300px;
}
.benefit .img_box .pr_txt {
	position: absolute;
	left: -16px;
	top: -14px;
	line-height: 0;
}
.benefit .img_box .enemo {
	position: absolute;
	right: -33px;
	bottom: -13px;
	line-height: 0;
}
.main_contents p.notes {
	margin-bottom: 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 95%;
	line-height: 1.4;
	color: #665A52;
}
.main_contents p.additionally {
	color: #F89B38;
	font-size: 110%;
	font-weight: bold;
	margin: 20px auto 0 -1.2rem;
}
.main_contents p.additionally img {
	padding: 0 2px;
	vertical-align: middle;
	width: 14px;
}
.main_contents p.add_txt {
	margin-bottom: 0;
	font-size: 95%;
	line-height: 1.4;
	color: #665A52;
}
.main_contents p.add_txt strong {
	color: #FF3F0C;
	font-size: 105%;
}
.main_contents.column .zoom_txt {
	padding-bottom: 30px;
	font-size: 140%;
	text-align: center;
	color: #221814;
}
.award {
	position: relative;
	margin-top: 120px;
	background-repeat: repeat;
	background-position: center top;
	border: 7px solid #FFF;
	border-radius: 40px;
}
.award.grand_prize {
	background-image: url("anaden_result_bg01.png");
}
.award.outstanding_award {
	background-image: url("anaden_result_bg02.png");
}
.award.enemo_award {
	background-image: url("anaden_result_bg03.png");
}
.award.special_award {
	background-image: url("anaden_result_bg04.png");
}
.award::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border-width: 5px;
	border-style: dotted;
	display: block;
	border-radius: 34px;
	pointer-events: none;
}
.award.grand_prize::before {
	border-color: #ECD888;
}
.award.outstanding_award::before {
	border-color: #CCC;
}
.award.enemo_award::before {
	border-color: #D5BFAC;
}
.award.special_award::before {
	border-color: #BBDF86;
}
.award_inner {
	padding: 1px 30px 60px;
}
.award h3 {
	position: relative;
	margin-top: -100px;
	margin-bottom: 30px;
	z-index: 1;
}
.photo_bg {
	margin-bottom: 30px;
	background: url("anaden_result_bg05.png") no-repeat center center;
}
.grand_prize figure {
	max-width: 480px;
	margin: 0 auto;
	border: 9px solid #FFF;
}
.main_contents .award .name {
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
	color: #FF5C26;
}
.main_contents .award.grand_prize .name {
	text-align: center;
}
.main_contents .award.enemo_award .name, 
.main_contents .award.special_award .name {
	font-size: 110%;
}
.award h4 {
	margin-bottom: 10px;
	font-size: 160%;
	line-height: 1.4;
	color: #523932;
}
.award.grand_prize h4 {
	text-align: center;
}
.award.enemo_award h4, 
.award.special_award h4 {
	margin-bottom: 0;
	font-size: 140%;
}
.comment {
	padding: 30px 20px;
	background-color: #FFF;
	border-radius: 12px;
}
.main_contents .comment p {
	max-width: 720px;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.6;
	color: #665A52;
}
.outstanding_award .photo {
	padding: 30px 25px;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 12px;
}
.outstanding_award .photo + .photo {
	margin-top: 20px;
}
.outstanding_award .photo figure {
	width: 300px;
	height: 208px;
	background-color: #EEE;
}
.outstanding_award .photo figure img {
	width: 300px;
	height: 208px;
	object-fit: contain;
}
.outstanding_award .photo .info {
	width: 430px;
	/*padding-top: 10px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.outstanding_award .photo .info .txt {
	margin-bottom: 0;
	font-size: 105%;
	line-height: 1.6;
	color: #665A52;
}
.award .photo_wp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.award.special_award .photo_wp {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.award .photo_wp .photo {
	width: calc(50% - 50px);
	padding: 20px;
	text-align: center;
	background-color: #FFF;
	border-radius: 12px;
}
.award .photo_wp .photo:nth-child(n+3) {
	margin-top: 20px;
}

.award .photo_wp .photo figure {
	width: 260px;
	height: 180px;
	margin: 0 auto 20px;
	background-color: #EEE;
}
.award .photo_wp .photo figure img {
	width: 260px;
	height: 180px;
	object-fit: contain;
}
.anaden .lead_box {
	margin-bottom: 100px;
}
.anaden .lead_box h3 {
	margin-bottom: 10px;
	font-size: 220%;
	padding: 0;
	line-height: 1.2;
	color: #523932;
	text-align: center;
	background: none;
}
.anaden .lead_box p {
	font-size: 130%;
	color: #201813;
	line-height: 1.6;
	text-align: center;
}

.related {
	/* color: #FFFFFF; */
	color: #523932;
	font-size: 130%;
	margin: 40px auto 0;
	padding: 0 30px;
}
.related .anaden_btn {
	border: 6px solid #FFFFFF;
	border-radius: 12px;
	margin-bottom: 0;
	width: 340px;
}
.related .anaden_btn a {
	background-color: #F88D23;
	color: #FFFFFF;
	font-size: 100%;
}



@media screen and (max-width: 767px) {
.anaden {
	margin-left: -20px;
	margin-right: -20px;
	padding: 7.3vw 20px 40px;
	margin-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	background-size: calc(750px * 0.5) calc(390px * 0.5);
}
.anaden h4, .anaden h5, .anaden h6, .anaden p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}
.anaden p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.anaden::before {
	width: 100%;
	height: 7.3vw;
	background-size: contain;
}
.anaden .logo {
	position: static;
	text-align: left;
	margin-top: 20px;
	width: min(27.11vw, 208px);
}
.anaden .number {
	top: 5px;
	right: -5px;
	width: min(23.46vw, 180px);
}
.anaden .main_title {
	margin-top: 10px;
	margin-bottom: 20px;
}
.anaden_box {
	padding: 3px;
	background-size: calc(56px * 0.5) calc(52px * 0.5), calc(57px * 0.5) calc(56px * 0.5), calc(56px * 0.5) calc(52px * 0.5), calc(57px * 0.5) calc(56px * 0.5);
}
.anaden_box + .anaden_box {
	margin-top: 30px;
}
.anaden_box .box_corner01::before, 
.anaden_box .box_corner01::after, 
.anaden_box .box_corner02::before, 
.anaden_box .box_corner02::after {
	border-width: calc(25px * 0.5);
}
.anaden_box .box_bg01::before, 
.anaden_box .box_bg01::after, 
.anaden_box .box_bg02::before, 
.anaden_box .box_bg02::after {
	width: calc(60px * 0.5);
	height: calc(55px * 0.5);
}
.anaden_box .box_inner01 {
	padding: 20px;
}
.anaden_box.puzzle .box_inner01 {
	background-repeat: repeat-y;
}
.anaden_box.contest .box_inner01 {
	background-size: calc(816px * 0.5) calc(294px * 0.5);
}
.anaden_box.coupon .box_inner01 {
	background-repeat: repeat-y;
}

.main_contents .result_title {
	margin-top: -70px;
	margin-bottom: 25px;
}
.theme_box {
	margin-bottom: 50px;
	padding: 18px 50px 18px 20px;
}
.theme_box h4 {
	font-size: 125%;
	line-height: 1.4;
}
.theme_box .enemo {
	right: -25px;
	width: calc(165px * 0.5);
	height: calc(182px * 0.5);
}
.column .anaden .lead_txt {
	margin-bottom: 50px;
	font-size: 110%;
}
.outline {
	padding: 1px 20px 30px;
}
.outline h4 {
	max-width: calc(280px * 0.8);
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}
.award_box {
	display: block;
}
.award_box .award01 {
	max-width: calc(280px * 0.8);
	margin-left: auto;
	margin-right: auto;
}
.award_box .award02 {
	max-width: calc(336px * 0.8);
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.outline h5 {
	margin-top: 50px;
}
.outline h5 {
	margin-left: -15px;
	margin-right: -15px;
}
.benefit {
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
.benefit .txt_box {
	max-width: 100%;
	margin-bottom: 20px;
}
.benefit .txt_box h6 {
	max-width: 300px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
	text-align: left;
	display: inline-block;
}
.benefit .txt_box p {
	font-size: 100%;
	text-align: left;
}
.benefit .img_box {
	margin-left: auto;
	margin-right: auto;
}
.benefit .img_box .pr_txt {
	left: -16px;
	top: -14px;
	width: calc(153px * 0.85);
	height: calc(98.5px * 0.85);
}
.benefit .img_box .enemo {
	right: -33px;
	bottom: -13px;
	width: calc(98px * 0.85);
	height: calc(104px * 0.85);
}
.main_contents p.additionally {
	margin: 20px auto 0;
}
.main_contents p.additionally img {
	width: 16px;
}
.main_contents.column .zoom_txt {
	padding-bottom: 0;
	font-size: 110%;
	font-weight: 600;
}
.award {
	margin-top: 100px;
	border: 3px solid #FFF;
	border-radius: 20px;
}
.award::before {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-width: 3px;
	border-radius: 16px;
}
.award_inner {
	padding: 1px 20px 20px;
}
.award h3 {
	width: calc(300px * 0.75);
	height: calc(127px * 0.75);
	margin-top: -75px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.photo_bg {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
	background-size: 100% auto;
}
.grand_prize figure {
	max-width: 80%;
	margin: 0 auto;
	border: 5px solid #FFF;
}
.main_contents .award .name {
	font-size: 110%;
}
.main_contents .award.grand_prize .name {
	text-align: center;
}
.main_contents .award.enemo_award .name, 
.main_contents .award.special_award .name {
	font-size: 100%;
}
.award h4 {
	font-size: 130%;
}
.award.grand_prize h4 {
	text-align: center;
}
.award.enemo_award h4, 
.award.special_award h4 {
	margin-bottom: 0;
	font-size: 120%;
}
.comment {
	padding: 25px 20px;
}
.main_contents .comment p {
	font-size: 105%;
}
.outstanding_award .photo {
	padding: 25px 20px;
	display: block;
}
.outstanding_award .photo + .photo {
	margin-top: 20px;
}
.outstanding_award .photo figure {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 208px;
	margin-left: auto;
	margin-right: auto;
}
.outstanding_award .photo figure img {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 208px;
}
.outstanding_award .photo .info {
	width: 100%;
	text-align: center;
}
.outstanding_award .photo .info .txt {
	font-size: 100%;
	text-align: left;
}
.award .photo_wp {
	display: block;
}
.award .photo_wp .photo {
	width: 100%;
	padding: 25px 20px;
}
.award .photo_wp .photo:nth-child(n+2) {
	margin-top: 20px;
}

.award .photo_wp .photo figure {
	width: 100%;
	height: auto;
	max-width: 260px;
	max-height: 180px;
}
.award .photo_wp .photo figure img {
	width: 100%;
	height: auto;
	max-width: 260px;
	max-height: 180px;
}
.anaden .lead_box {
	margin-bottom: 80px;
}
.anaden .lead_box h3 {
	font-size: 160%;
}
.anaden .lead_box p {
	font-size: 110%;
	text-align: left;
}

.related {
	font-size: 130%;
	margin: 30px auto 0;
	padding: 0;
}
.related .anaden_btn {
	width: auto;
}
.related .anaden_btn a {
	font-size: 100%;
	padding: 15px 10px;
}
}


.anaden + .common_btn a {
	font-size: 110%;
}
.anaden + .common_btn + .annotation {
	font-size: 100%;
}

@media screen and (max-width: 767px) {
.anaden + .common_btn a {
	font-size: 120%;
	padding: 15px 10px;
}
}



@media print {
body {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
.anaden .anaden_menu li {
	margin: auto 20px;
}
.anaden .anaden_menu li:first-child {
	margin-left: 0;
}
.anaden .anaden_menu li:last-child {
	margin-right: 0;
}

.sp_menu_panel,
.page_top {
	display: none;
}
}




@media screen and (max-width: 767px) {

}
