@charset "UTF-8";
/* default
---------------------------------------------------- */

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W4.otf'), url("../../../../../common/font/OTF-HiraginoKakuGoStd-W4.otf");
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W5.otf'), url("../../../../../common/font/OTF-HiraginoKakuGoStd-W5.otf");
	font-display: swap;
	font-weight: 500;
}

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W7.otf'), url("../../../../../common/font/OTF-HiraginoKakuGoStd-W7.otf");
	font-display: swap;
	font-weight: 700;
}

@font-face {
	font-family: 'MyFont_hiragino';
	src: local('OTF-HiraginoKakuGoStd-W9.otf'), url("../../../../../common/font/OTF-HiraginoKakuGoStd-W9.otf");
	font-display: swap;
	font-weight: 900;
}

@font-face {
	font-family: 'MyFont_Helvetica';
	src: local('HV___.PFM'), url("../../../../../common/font/HV___.PFM");
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: 'MyFont_Helvetica';
	src: local('HVB___.PFM'), url("../../../../../common/font/HVB___.PFM");
	font-display: swap;
	font-weight: 700;
}

:root {
	--main-color: #761e71;
	--gradation-color1: #89213c;
	--gradation-color2: #4f152a;
	--accent-color: #ffd900;
	--black-color: #1a1a1a;
	--title-f-size: 50px;
	--sbtitle-f-size: 22px;
	--txt-f-size: 15px;
	--remark-f-size: 13px;
	--big-f-size: 1.5em;
	--btn-f-size: 18px;
	--border-radius: 2em;
}


/* 画面100%表示用↓ここから */
.mainContentMT {
	width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
	overflow: hidden;
	width: 940px !important;
	margin: 0 auto;
}

/* 画面100%表示用↓ここまで */

tr,
th,
td,
div,
span,
a,
p {
	color: inherit;
}

/* autumn_present
---------------------------------------------------- */
#autumn_present {
	font-family: "MyFont_Helvetica", "Helvetica Neue", "Helvetica", "MyFont_hiragino", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	width: 100%;
	margin: 0 auto 3%;
	position: relative;
	color: var(--black-color);
	background: url(../img/dot_back.svg) repeat;
	overflow-x: hidden;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#autumn_present * {
	box-sizing: border-box;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#autumn_present img {
	max-width: 100%;
	vertical-align: bottom;
	font-size: 0;
}

#autumn_present .pc {
	display: block !important;
}

#autumn_present .sp {
	display: none !important;
}


#autumn_present ol,
#autumn_present ul {
	list-style-type: none;
}

#autumn_present a {
	outline: none;
	font-size: inherit;
	text-decoration: none;
}

#autumn_present section {
	padding: 10% 0;
	margin: 0;
}


/* font
---------------------------------------------------- */

#autumn_present .title {
	font-size: var(--title-f-size);
	font-weight: 700;
	line-height: 1.2;
}

#autumn_present .subtitle {
	font-size: var(--sbtitle-f-size);
	font-weight: 700;
	line-height: 1.5;
}

#autumn_present .text {
	font-size: var(--txt-f-size);
	font-weight: 400;
	line-height: 2;
}

#autumn_present .remark {
	font-size: var(--remark-f-size);
	font-weight: 400;
	line-height: 2;
}

#autumn_present .big {
	font-size: var(--big-f-size);
	font-weight: 700;
}

#autumn_present .txt_center {
	text-align: center;
}

#autumn_present .txt_left {
	text-align: left;
}

#autumn_present .txt_right {
	text-align: right;
}

#autumn_present .mincho {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#autumn_present .vertical-w {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	line-height: 2;
	text-align: initial;
}


/* .flex
---------------------------------------------------- */

#autumn_present .flex {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

/* .btn
---------------------------------------------------- */

#autumn_present #btn {
	padding: 0 0 5%;
}

#autumn_present .btn {
	text-align: center;
	position: fixed;
	width: 100%;
	padding: 1.2em 0;
	background-color: #fff;
	bottom: 0;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
	z-index: 2;
	opacity: 0;
}

#autumn_present .btn.non-fixed {
	box-shadow: none;
	padding: 0;
	background: none;
	position: relative;
}

#autumn_present .btn a {
	display: block;
	width: 90%;
	max-width: 740px;
	border-radius: 5em;
	margin: 0 auto;
	font-size: var(--sbtitle-f-size);
	padding: 1em 0;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	transition: all ease .3s;
	position: relative;
	color: var(--black-color);
	background-color: var(--accent-color);
	overflow: hidden;
	z-index: 2;
}

#autumn_present .btn a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var(--main-color);
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

#autumn_present .btn a:hover {
	color: #fff;
}

#autumn_present .btn a:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}

#autumn_present .btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	border-top: 0.15em solid;
	border-right: 0.15em solid;
	transform: rotate(45deg);
}

#entry.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#entry.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(100%);
	}
}


/* .leaf
----------------------------------------------------*/

#autumn_present .leaf {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

#autumn_present .leaf_all {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

#autumn_present .leaf_all img {
	position: absolute;
	z-index: 2;
}

/* #leaf01
----------------------------------------------------*/

#leaf01 .leaf_all img:nth-child(1) {
	width: 8%;
	top: -3%;
	left: 5%;
}

#leaf01 .leaf_all img:nth-child(2) {
	width: 12%;
	top: 35%;
	right: -6%;
}

#leaf01 .leaf_all img:nth-child(3) {
	width: 5.5%;
	top: 47%;
	right: -7%;
}

#leaf01 .leaf_all img:nth-child(4) {
	width: 5%;
	top: 9%;
	left: -1%;
}

#leaf01 .leaf_all img:nth-child(5) {
	width: 5%;
	top: 89%;
	right: -8%;
}

#leaf01 .leaf_all img:nth-child(6) {
	width: 7%;
	top: 47%;
	left: -9%;
}

#leaf01 .leaf_all img:nth-child(7) {
	width: 3.5%;
	top: 68%;
	right: 12%;
}

#leaf01 .leaf_all img:nth-child(8) {
	width: 8%;
	top: 96%;
	left: 7%;
}

/* #leaf02
----------------------------------------------------*/

#leaf02 .leaf_all img:nth-child(1) {
	width: 8%;
	top: -8%;
	right: 5%;
	rotate: 210deg;
}

#leaf02 .leaf_all img:nth-child(2) {
	width: 8%;
	top: 14%;
	right: -5%;
	rotate: 30deg;
}

#leaf02 .leaf_all img:nth-child(3) {
	width: 7.5%;
	top: 51%;
	left: -9%;
}

#leaf02 .leaf_all img:nth-child(4) {
	width: 5%;
	top: 94%;
	left: -1%;
}

#leaf02 .leaf_all img:nth-child(5) {
	width: 6%;
	top: 64%;
	right: -9%;
}

/* #leaf03
----------------------------------------------------*/

#leaf03 .leaf_all img:nth-child(1) {
  width: 5%;
  top: 95%;
  right: 3%;
}

#leaf03 .leaf_all img:nth-child(2) {
	width: 8%;
	top: 26%;
	left: -14%;
	rotate: 30deg;
}

#leaf03 .leaf_all img:nth-child(3) {
	width: 7.5%;
	top: 51%;
	right: -9%;
}

#leaf03 .leaf_all img:nth-child(4) {
	width: 6%;
	top: 7%;
	right: -4%;
	rotate: 77deg;
}

#leaf03 .leaf_all img:nth-child(5) {
	width: 6%;
	top: 64%;
	left: -9%;
}


/* #autumn_present_head
---------------------------------------------------- */

#autumn_present #autumn_present_head {
	position: relative;
	background: var(--gradation-color1);
	background: url(../img/head_back.svg) repeat, linear-gradient(90deg, var(--gradation-color1), var(--gradation-color2));
	border-bottom-left-radius: 50% 35%;
	border-bottom-right-radius: 50% 35%;
	width: 120%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
}

#autumn_present #autumn_present_head .flex {
	width: 95%;
	justify-content: center;
	margin: 0 auto;
	align-items:stretch;
}

#autumn_present #autumn_present_head .title_svg,
#autumn_present #autumn_present_head .icn_all {
	width: 40%;
	max-width: 700px;
	position: relative;
}

#autumn_present #autumn_present_head .title_svg img {
	width: 100%;
}

#autumn_present #autumn_present_head .icn_all a {
	transition: all ease .3s;
}

#autumn_present #autumn_present_head .icn_all a:hover {
	transform: scale(1.1);
}

#autumn_present #autumn_present_head .head_icn01 {
  width: 25%;
	margin: 0 0 10% 5%;
}

#autumn_present #autumn_present_head .head_icn02 {
	width: 19%;
	margin: 0 0 30%;
}

#autumn_present #autumn_present_head .month-present_icn {
	width: 48%;
	margin: 10% 0 0;

}

.month-present_icn.fadeUp {
	animation: fadeUpAnime 0.5s 1.5s forwards, poyopoyo 2s ease-out 3s infinite;
}

@keyframes poyopoyo {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(0.95);
	}
}

#autumn_present #autumn_present_head .wakupre-icn {
	position: absolute;
	top: 0%;
	right: 8.3%;
	width: 10%;
	max-width: 150px;
}

#autumn_present #autumn_present_head .subtitle {
	color: #fff;
	margin: 2em auto;
	line-height: 2;
}


/* #featured_prize
---------------------------------------------------- */

#autumn_present #featured_prize .title {
	position: relative;
	margin: 1em auto 2em;
	justify-content: center;
	width: 90%;
	max-width: 1200px;
	border-radius: 0.5em;
	background-color: var(--main-color);
	background-image: url(../img/head_back.svg);
	background-repeat: repeat;
	color: #fff;
	padding: 0.5em;
}

#autumn_present #featured_prize .title p {
	margin-left: 1.5em;
}

#autumn_present #featured_prize .title .big {
	color: var(--accent-color);
}

#autumn_present #featured_prize .winners_icn {
	font-size: 1em;
	width: 2.5em;
	margin-left: 1.5em;
}

#autumn_present #featured_prize .featured_prize {
	margin: 0 auto;
	overflow: hidden;
	border-radius: var(--border-radius);
	box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, .2);
	background-color: #E5D3AA;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#autumn_present #featured_prize .featured_prize.end::after {
	content: "受付終了\Aいたしました";
	font-size: var(--title-f-size);
	font-weight: 700;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	white-space: pre;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

#autumn_present #featured_prize .prize_ph {
	width: 35%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: auto;
	filter: drop-shadow(0.5em 0.5em 1em #000);
	font-size: 1em;
}

#autumn_present #featured_prize .vertical-w {
	position: absolute;
	top: 2em;
	right: 2em;
	color: #fff;
}

#autumn_present #featured_prize .prize_title.rice_cooker {
	margin: 3em auto;
}

#autumn_present #featured_prize .prize_title .subtitle span {
	background: linear-gradient(transparent 60%, var(--accent-color) 0%);
}

#autumn_present #featured_prize .prize_title .text {
	margin: 2em auto 0;
}

#autumn_present #featured_prize .period {
	padding: 0.3em;
	border: solid 1px;
	margin-right: 1em;
}

#autumn_present #featured_prize .day_icn {
	color: #fff;
	background-color: var(--black-color);
	border-radius: 50%;
	padding: 0.3em 0.35em;
	margin-left: 0.5em;
	vertical-align: text-bottom;
	line-height: initial;
}

/* #monthly_featured_prize
---------------------------------------------------- */


#autumn_present #monthly_featured_prize {
	margin: 10% auto 0;
	padding: 0;
}

#autumn_present #monthly_featured_prize .title.flex {
	margin: 1em auto 2em;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

#autumn_present #monthly_featured_prize .featured_prize {
	background-color: #fff;
}

#autumn_present #monthly_featured_prize .featured_prize.flex {
	margin: 0 auto 5%;
	align-items: center;
}

#autumn_present #monthly_featured_prize .prize_back {
	width: 50%;
}

#autumn_present #monthly_featured_prize .flex {
	margin: 0 auto;
	align-items: stretch;
	justify-content: space-between;
}

#autumn_present #monthly_featured_prize .flex .featured_prize {
	width: 47.5%;
	margin: 0;
}

#autumn_present #monthly_featured_prize .m-prize_title {
	position: absolute;
	top: 1em;
	left: 0;
	width: 100%;
}

#autumn_present #monthly_featured_prize .m-icn {
	width: 35%;
	max-width: 200px;
}

#autumn_present #monthly_featured_prize .outline {
	margin: 2em 0 0 1em;
}

#autumn_present #monthly_featured_prize .outline p {
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1;
	background-color: var(--black-color);
	color: #fff;
	margin: 0 0 0.5em;
}

#autumn_present #monthly_featured_prize .prize_title {
	padding: 3em 2em;
}

#autumn_present #monthly_featured_prize .featured_prize.flex .prize_title {
	margin: 0;
	width: 50%;
}


#autumn_present #monthly_featured_prize .remark {
	padding: 1em 1em 0 0;
}



/* #world_gourmet
---------------------------------------------------- */

#autumn_present #world_gourmet {
	background: url(../img/world_back.png) no-repeat;
	background-size: 100%;
	background-position: top center;
}

#autumn_present #world_gourmet .world_title {
	color: #fff;
	padding: 4em 0;
	background: url(../img/w-title_back.svg) no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto 5%;
}

#autumn_present #world_gourmet .world_title .title {
	margin-bottom: 0.5em;
}

#autumn_present #world_gourmet .balloon p {
	display: inline-block;
	padding: 0.5em 2em;
	border-radius: 5em;
	background-color: var(--main-color);
	margin: 1em auto 0;
}


#autumn_present #world_gourmet .flex {
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
}

#autumn_present #world_gourmet .world_gourmet {
	width: 20%;
	min-width: 320px;
	overflow: hidden;
	border-radius: 1.5em;
	box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, .2);
	background-color: #fff;
	margin: 0 1% 5%;
}

#autumn_present #world_gourmet .flex .world_gourmet .flex {
	width: 100%;
	flex-wrap: nowrap;
	padding: 1.5em;
	align-items: center;
}

#autumn_present #world_gourmet .flag {
	display: block;
	width: 20%;
}

#autumn_present #world_gourmet .w-prize_title {
	padding: 1.5em;
}

/* #footer
---------------------------------------------------- */

#autumn_present #footer {
	position: relative;
	background: var(--gradation-color1);
	background: url(../img/head_back.svg) repeat, linear-gradient(90deg, var(--gradation-color1), var(--gradation-color2));
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	width: 120%;
	left: 50%;
	transform: translateX(-50%);
	padding: 5% 0;
}

#autumn_present #footer .remark {
	color: #fff;
	max-width: 940px;
	width: 70%;
	margin: 0 auto;
	padding: 5em 5em 0;
}


@media screen and (max-width: 939px) {

	/* #autumn_present_head
---------------------------------------------------- */


	#autumn_present #autumn_present_head {
		border-bottom-left-radius: 50% 15%;
		border-bottom-right-radius: 50% 15%;
		background-size: 70%,100%;
	}

	#autumn_present #autumn_present_head .flex {
		flex-direction: column;
		align-items: center;
	}

	#autumn_present #autumn_present_head .title_svg,
	#autumn_present #autumn_present_head .icn_all {
		width: 100%;
		max-width: 90vw;
	}

	#autumn_present #autumn_present_head .title_svg {
		margin-bottom:5%;
	}

	#autumn_present #autumn_present_head .head_icn01 {
    width: 30%;
    margin: 0 0 10% 0;
}

#autumn_present #autumn_present_head .head_icn02 {
	width: 20%;
}

	#autumn_present #autumn_present_head .month-present_icn {
		width: 45%;
	}

	#autumn_present #autumn_present_head .wakupre-icn {
		max-width: inherit;
		width: 22%;
		top: -0.5%;
	}

		/* #featured_prize
---------------------------------------------------- */

	#autumn_present #featured_prize .title {
		background-size: 70%,100%;
	}



	/* #monthly_featured_prize
---------------------------------------------------- */

	#autumn_present #monthly_featured_prize .flex {
		flex-direction: column;
	}

	#autumn_present #monthly_featured_prize .featured_prize {
		margin: 0 auto 15%;
	}


	#autumn_present #monthly_featured_prize .featured_prize.flex {
		margin: 0 auto 15%;
	}

	#autumn_present #monthly_featured_prize .flex .featured_prize {
		width: 100%;
		margin: 0 auto 15%;
	}

	#autumn_present #monthly_featured_prize .prize_back {
		width: 100%;
	}

	#autumn_present #monthly_featured_prize .featured_prize.flex .prize_title {
		width: 100%;
	}

}


@media screen and (max-width: 767px) {

	:root {
		--title-f-size: 28px;
		--sbtitle-f-size: 16px;
		--txt-f-size: 14px;
		--btn-f-size: 20px;
		--border-radius: 0.75em;
		--big-f-size: 1.4em;
	}


	article p {
		color: inherit;
		font-size: inherit;
		line-height: inherit;
	}

	/*　左右余白削除　*/
	#fftop_recomDetail section {
		padding: 0;
	}

	#fftop_recomDetail #autumn_present section {
		padding: 15% 0;
	}

	#autumn_present .sp {
		display: block !important;
	}

	#autumn_present .pc {
		display: none !important;
	}


	/* .btn
---------------------------------------------------- */

	#autumn_present #btn {
		padding: 0 0 15%;
	}

	#autumn_present .btn a {
		padding: 1.5em 0;
	}


	/* #autumn_present_head
---------------------------------------------------- */

	#autumn_present #autumn_present_head .wakupre-icn {
		width: 40%;
		top: -0.5%;
		left: 0;
		right: 0;
		margin: auto;
	}


	/* #featured_prize
---------------------------------------------------- */

	#autumn_present #featured_prize .prize_ph {
		width: 50%;
		bottom: 8%;
	}

	#autumn_present #monthly_featured_prize .prize_title {
		padding: 1.5em 1em;
		margin: 0;
	}

	#autumn_present #featured_prize .period {
		display: block;
		padding: 0;
		width: 9em;
		margin: 0 auto 0.5em;
	}

	#autumn_present #featured_prize .vertical-w {
		top: 1.5em;
		right: 1.5em;
	}

	#autumn_present #featured_prize .title p {
		margin-left: 0.5em;
	}

	#autumn_present #featured_prize .winners_icn {
		margin-left: 0.5em;
	}



	/* #monthly_featured_prize
---------------------------------------------------- */

	#fftop_recomDetail #autumn_present #monthly_featured_prize {
		margin: 30% auto 0;
		padding: 0;
	}


	/* #world_gourmet
---------------------------------------------------- */

	#autumn_present #world_gourmet {
		background: url(../img/world_back_sp.png) no-repeat;
		background-size: 100%;
		background-position: top center;
	}

	#autumn_present #world_gourmet .world_title {
		padding: 0 0 4em;
	}

	#autumn_present #world_gourmet .balloon p {
		display: block;
		width: 90%;
		padding: 1em 0;
	}

	#autumn_present #world_gourmet .world_gourmet {
		width: 70%;
		min-width: inherit;
		border-radius: var(--border-radius);
		margin: 0 auto 10%;
	}

	#autumn_present #world_gourmet .delay-time05,
	#autumn_present #world_gourmet .delay-time1 {
		animation-delay: inherit;
	}


	/* #footer
---------------------------------------------------- */

	#autumn_present #footer {
		border-top-left-radius: 50% 20%;
		border-top-right-radius: 50% 20%;
	}

	#autumn_present #footer .remark {
		width: 90vw;
		padding: 10% 0 0;

	}

	/* #leaf01
----------------------------------------------------*/

	#leaf01 .leaf_all img:nth-child(1) {
		width: 13%;
	}

	#leaf01 .leaf_all img:nth-child(2) {
		width: 17%;
	}

	#leaf01 .leaf_all img:nth-child(3) {
		width: 10.5%;
	}

	#leaf01 .leaf_all img:nth-child(4) {
		width: 10%;
	}

	#leaf01 .leaf_all img:nth-child(5) {
		width: 10%;
	}

	#leaf01 .leaf_all img:nth-child(6) {
		width: 12%;
	}

	#leaf01 .leaf_all img:nth-child(7) {
		width: 8.5%;
	}

	#leaf01 .leaf_all img:nth-child(8) {
		width: 13%;
	}

	/* #leaf02
----------------------------------------------------*/

	#leaf02 .leaf_all img:nth-child(1) {
		width: 13%;
		top: -5%;
	}

	#leaf02 .leaf_all img:nth-child(2) {
		width: 13%;
	}

	#leaf02 .leaf_all img:nth-child(3) {
		width: 12.5%;
		left: -5%;
	}

	#leaf02 .leaf_all img:nth-child(4) {
		width: 10%;
		top: 99%;
		left: 5%;
	}

	#leaf02 .leaf_all img:nth-child(5) {
		width: 12%;
		right: -3%;
		top: 68%;
	}

	/* #leaf03
----------------------------------------------------*/

	#leaf03 .leaf_all img:nth-child(1) {
		width: 10%;
		top: 95%;
		right: 10%;
	}

	#leaf03 .leaf_all img:nth-child(2) {
		width: 13%;
		left: -3%;
		top: 23%;
	}

	#leaf03 .leaf_all img:nth-child(3) {
		width: 12.5%;
		top: 60%;
		right: -3%;
	}

	#leaf03 .leaf_all img:nth-child(4) {
		width: 11%;
		right: -7%;
	}

	#leaf03 .leaf_all img:nth-child(5) {
		width: 15%;
		top: 75%;
		left: -2%;
		rotate: -20deg;
	}

}

.Android #autumn_present {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
