@charset "utf-8";

/* --------------------------------------------------
	リセット
-------------------------------------------------- */

* {
    box-sizing: border-box;
}

html, body, div, ul, li, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic proN", Meiryo, Helvetica, sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

a:hover {
	opacity: 0.9;
}

img {
    border: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.txt-bold {
	font-weight: bold;
}

br.pc {
    display: none;
}

/* --------------------------------------------------
	基本設定： ページ全体
-------------------------------------------------- */

html {
	font-size: 10px;
}

body {
    letter-spacing: 1.5px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner {
    width: 100%;
    margin: 0 auto;
}

.bg00 {
	margin-top: 36px;
	padding: 1px 8% 36px;
	position: relative;
}

.bg--stripe {
    background-size: auto auto;
    background-color: #fff;
    background-image: -webkit-repeating-linear-gradient(
135deg,transparent,transparent 5px,#fcfce0 5px,#fcfce0 10px);
    background-image: repeating-linear-gradient(
-45deg,transparent,transparent 5px,#fcfce0 5px,#fcfce0 10px);
}

.mtop1em {
    margin-top: 1em;
}

.link-btn {
	display: block;
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: 16px auto;
	height: 50px;
	background: #ff9900;
	line-height: 50px;
	border-radius: 8px;
	color: #fff;
	position: relative;
}

.linkicon {
	position: absolute;
	width: 18px;
    top: 50%;
    right: 17px;
	transform: translateY(-50%);
}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */

header {
    margin-bottom: 30px;
}

.header-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.h_logo img {
	width: 100%;
}

/* --------------------------------------------------
	メイン
-------------------------------------------------- */

.index-h2 {
    letter-spacing: 2.24px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #e95383;
    padding: 14px 0;
	font-weight: normal;
	margin: 60px auto 0;
	max-width: 1200px;
}

.main-section {
	margin: 0 auto;
	padding: 0 8%;
    width: 100%;
	max-width: 1200px;
}

.info-text {
    text-align: center;
}

.text-small {
	font-size: 1.1rem;
}

/* --------------------------------------------------
	募集テーマ
-------------------------------------------------- */

.theme-txt {
	font-size: 2.6rem;
	font-weight: bold;
}

.img-box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}

.box01-item {
	width: 48%;
	margin-top: 4%;
}

.box01-item img {
	width: 100%;
}

/* --------------------------------------------------
	募集期間
-------------------------------------------------- */

.period{
	font-size: 1.1rem;
	text-align: center;
}

.year-m {
	font-size: 1.8rem;
	font-weight: bold;
}

/* --------------------------------------------------
	対象公園を探す
-------------------------------------------------- */

.sagasu, .spot {
	margin-top: 36px;
}

/* --------------------------------------------------
	応募方法
-------------------------------------------------- */

.flow {
	width: 100%;
	max-width: 320px;
	height: 360px;
	background-color: #fff;
	text-align: center;
	margin: 16px auto 16px;
	border: 1px solid #e95383;
	border-radius: 10px 10px 0 0;
}

.flow-title {
	background-color: #e95383;
	color: #fff;
	border-radius: 8px 8px 0 0;
	font-size: 20px;
}

.flow-title-number {
	font-size: 28px;
}

.arrow {
	margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 32.5px 0 32.5px;
    border-color: #e95383 transparent transparent transparent;
}

.step1, .step2 {
	width: 100%;
	margin-top: 24px;
}

.step3 {
	width: 166px;
	margin-top: 32px;
}

.step1-text {
    margin-top: 12px;
	font-weight: bold;
}

.step2-text {
    margin-top: 36px;
	font-weight: bold;
}

.step3-text {
    margin-top: 36px;
	font-weight: bold;
}

.insta-btn {
	display: block;
	width: 88%;
	margin: 12px auto 0;
    color: #fff;
    text-align: center;
    line-height: 1.31;
    background-color: #f27d01;
    position: relative;
    border-radius: 8px;
    padding: 12px;
}

.flow-text {
	max-width: 632px;
	margin: 24px auto 0;
}

.index-h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: normal;
	margin: 60px 0 30px;
}

.index-h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #e95383;
    margin: 10px auto 0;
}

.text-center {
	text-align: center;
}

/* --------------------------------------------------
	応募について
-------------------------------------------------- */
.main-section.about-area {
	margin-bottom: 56px;
}
.about-info {
	font-size: 1.6rem;
	line-height: 1.8;
	max-width: 656px;
    margin: 0 auto;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}

/* --------------------------------------------------
	各賞
-------------------------------------------------- */

.prize-wrap {
	padding-top: 56px;
}

.index-h3-ribon {
	color: #fff;
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 5.76px;
	text-align: center;
    background-image: url(../parts/ribbon01.png);
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
    padding: 10px 0 20px;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
}

.prize-item {
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 16px auto 16px;
	position: relative;
    border-radius: 8px;
}

.prize-item.rouge {
    background-color: #e95383;
}

.prize-item.orange {
    background-color: #f27d01;
}

.prize-item.lightrouge {
    background-color: #ff9999;
}

.prize-title {
	font-size: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 0 20px;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 6px;
    line-height: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e95383;
}

.prize-title-orange {
	font-size: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 0 20px;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 6px;
    line-height: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f27d01;
}

.prize-item.lightrouge .prize-title {
    background-color: #ff9999;
}

.prize-inner {
    padding: 22px 15px 15px;
    border: solid 2.5px #fff;
    border-radius: 8px;
    text-align: center;
}

.prize-inner img {
    width: 100%;
}

.prize-inner-small {
    padding: 22px 15px 0;
    border: solid 2.5px #fff;
    border-radius: 8px;
    text-align: center;
	color: #fff;
}

.prize-inner-small img {
    width: 48%;
}

/* --------------------------------------------------
	審査員
-------------------------------------------------- */
.profile-img {
	margin: 0 auto;
	width:  140px;
}

.profile-img img {
	width:  100%;
}

.profile {
	margin: 36px auto 0;
	max-width: 656px;
}

.profile-name {
	font-weight: bold;
}

.profile dd {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------
	応募に関するお問い合わせ先
-------------------------------------------------- */
.application {
	margin-bottom: 24px;
	text-align: center;
}

/* --------------------------------------------------
	応募作品の著作権・使用権・個人情報など
-------------------------------------------------- */

.notes {
	background-color: #f5f5f5;
	padding: 16px 10% 60px;
}

.notes h3 {
	text-align: center;
	font-size: 1.6em;
	margin: 1.5em 0;
}

.notes p {
	line-height: 1.6;
	font-size: 1.3rem;
	max-width: 656px;
    margin: 0 auto;
}

.notes ul {
	line-height: 1.6;
	font-size: 1.3rem;
	max-width: 656px;
    margin: 0 auto;
}

.notes ul li.circle {
    padding-left:1em;
	text-indent:-1em;
}

.notes ul li.number {
    padding-left:2em;
	text-indent:-3em;
}


/* --------------------------------------------------
	フッター
-------------------------------------------------- */

.f-inner {
	margin: 40px 10%;
	font-size: 1.3rem;
}

.organizer-list {
	max-width: 656px;
    margin: 0 auto;
}

.m3em {
	display: block;
	margin-left: 3em;
}

.copyright {
	background-color: #f5f5f5;
	font-size: 1.0rem;
	text-align: center;
	padding-top: 8px;
	height: 24px;
}

/* --------------------------------------------------
	トップへ戻るボタン
-------------------------------------------------- */

.back_to_top {
    display: none;
    width: 50px;
    position: fixed;
	right: 0 ;
    bottom: 35px;
	cursor: pointer;
}

.back_to_top img {
    width: 100%;
}


/* --------------------------------------------------
	レスポンシブ設定
-------------------------------------------------- */

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 601px) {

.period {
    font-size: 1.8rem;
}
.year-m {
    font-size: 2.0rem;
}

}

@media screen and (min-width: 671px) {
header {
    margin-bottom: 60px;
}
}

@media screen and (min-width: 681px) {

br.sp {
    display: none!important;
}

.info-text {
    font-size: 2.0rem;
}

}

@media screen and (min-width: 781px) {

.box01-item {
    width: 24%;
}

}

@media screen and (min-width: 781px) {

.period {
    font-size: 2.4rem;
}
.year-m {
    font-size: 3.2rem;
}

}

@media screen and (min-width: 981px) {
.back_to_top {
	right: 5%;
}
}

@media screen and (min-width: 1030px) {
br.pc {
    display: block;
}
}

@media screen and (min-width: 1260px) {
.main-section {
    padding: 0 5%;
}
}

@media screen and (min-width: 1316px) {

.flow-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
}

.arrow {
    margin-top: 160px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 50px;
    border-color: transparent transparent transparent #e95383;
}

}
