html{
	font-size: 62.5%; 
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	scroll-behavior: smooth;
}
p{
	line-height: 1.5;
	margin-bottom: 0px;
	font-size: 1.6rem;
	text-align: justify;
}
h1,h2,h3{
	margin: 0px;
}
.pc-display{
	display: block;
}
.tablet-display{
	display: none;
}
.sp-display{
	display: none;
}
.width-class{
	width: 100%;
}
.hover{
  display: block;
  transition: .5s;
}
.hover:hover {
  transform: scale(1.05,1.05);
}



/*	TOPページ　メインビジュアル	*/
.top-mv{
	background-image: url("../img/pc-top-bg.png");
	background-repeat: no-repeat;
	background-repeat: round;
	display: flex;
	flex-direction: column;
	align-items: center;
    margin: 100px 0px;
}
.top-mv-img{
	width: 70%;

}

/*	TOPページ　山チャレとは？	*/
.top-contents01{
	max-width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
}
.about-yama-challe01{
	width: 45%;
}
.about-yama-challe-ttl h1{
	font-size: 3rem;
	font-weight: bold;
	margin: 30px 0px;
}
.about-yama-challe01-txt01{
	margin-bottom: 15px;
	line-height: 2;
}
.about-yama-challe02{
	width: 45%;
}
.about-yama-challe01-txt02{
	font-weight: bold;
}
.top-contents-img01{
	width: 100%;
}


/*	TOPページ　山チャレ!! Recommend	*/
.top-contents02-upper-bg{
	background-image: url("../img/top-bcg-img01.png");
	background-repeat: round;
	height: 200px;
	width: 100%;
	position: relative;
}
.top-illustration01{
	position: absolute;
    top: -11%;
    left: 20%;
    width: 147px;
}
.top-contents02-bottom-bg{
	background-image: url("../img/top-bcg-img02.png");
	background-repeat: round;
	height: 84px;
	width: 100%;
}
.top-contents02{
	background-color: #FCFAEC;
}
.top-contents02-inner-wrapper{
	max-width: 980px;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin: 0px auto;
}
.top-ttl01{
	width: 534px;
	margin-bottom: 30px;
}
.kyosan-recommend-sub-ttl{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
	margin-bottom: 50px	;
	max-width: 80%;
}
.top-contents02-kyosan-list{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
    width: 100%;
	margin-bottom: 50px;
}
.top-contents02-kyosan-box{
	display: flex;
	flex-direction: column;
    width: 24%;
    margin: 0px 40px 50px;
}
.top-contents02-kyosan-product{
	width: 100%;
}
.top-contents02-kyosan-product-detail{
	width: 120px;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 0.5px;
	padding-top: 20px;
	padding-bottom: 10px;
}


/*	TOPページ　PICK UP	*/
.top-contents03{
	max-width: 980px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 80px auto 80px;
	position: relative;
}
.top-illustration02{
	position: absolute;
    width: 200px;
    top: -50%;
    right: -10%;
}
.top-ttl02{
	width: 278px;
	margin-bottom: 50px;
}
.top-contents-banner-list{
    display: flex;
    justify-content: space-around;
    width: 900px;
    flex-wrap: wrap;
	
}
.top-banner{
	width: 400px;
	height: 180px;
	object-fit: cover;
	margin-bottom: 30px;
}
.top-banner img{
	width: 100%;
}


/*	TOPページ　特集	*/
.top-contents04{
	background-image: url("../img/top-bcg-img03.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 600px;
}
.top-contents04-inner-wrapper{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	height: 600px;
}
.top-contents04-ttl-list{
	position: absolute;
	top: 10%;
    left: 0%;
	display: flex;
    align-items: flex-end;
}
.top-contents04-ttl01{
	margin-right: 20px;
}
.top-tokushu-detail{
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
    top: 23%;
}
.contents03-img01{
	position: absolute;
    top: 40%;
    left: 15%;
	transform: rotate(-5deg);
}
.special-feature-img01{
	border: solid 5px #ffffff;
	object-fit: cover;
	width: 240px;
}
.special-feature-btn-bg01{
    position: absolute;
    top: 74%;
    left: 17%;
	background-color: #FFE631;
	width: 211px;
	height: 35px;
	border-radius: 30px;
  	display: table;
	text-align: center;
}
.special-feature-btn-txt{
  	display: table-cell;
  	vertical-align: middle;
	font-weight: bold;
}
.contents03-img02{
	position: absolute;
    top: 50%;
    left: 33%;
	transform: rotate(13deg);
	width: 240px;
}
.special-feature-btn-bg02{
    position: absolute;
    top: 83%;
	left: 33%;
	background-color: #FFE631;
	width: 211px;
	height: 35px;
	border-radius: 30px;
  	display: table;
	text-align: center;
}
.special-feature-img02{
	border: solid 5px #ffffff;
	object-fit: cover;
	width: 240px;
}
.contents03-img03{
	position: absolute;
	top: 30%;
	right: 20%;
	transform: rotate(15deg);
}
.special-feature-btn-bg03{
    position: absolute;
    top: 65%;
	right: 24%;
	background-color: #FFE631;
	width: 211px;
	height: 35px;
	border-radius: 30px;
  	display: table;
	text-align: center;
}
.special-feature-img03{
	border: solid 5px #ffffff;
	object-fit: cover;
	width: 240px;
}
/*	TOPページ　特集　3テーマパターン*/
.top-contents04-ptn02{
	background-image: url("../img/top-bcg-img03.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 600px;
}
.top-contents04-inner-wrapper-ptn02{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	height: 600px;
}
.top-contents04-ttl-list-ptn02{
	position: absolute;
	top: 10%;
    left: 0%;
	display: flex;
    align-items: flex-end;
}
.top-tokushu-detail-ptn02 {
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
    top: 23%;
}
.contents03-img01-ptn02 {
	position: absolute;
    top: 40%;
    left: 1%;
	transform: rotate(-5deg);
}
.special-feature-img01-ptn02{
	border: solid 5px #ffffff;
	object-fit: contain;
	width: 240px;
}
.special-feature-btn-bg01-ptn02 {
    position: absolute;
    top: 74%;
	left: 3%;
	background-color: #FFE631;
	width: 211px;
	height: 35px;
	border-radius: 30px;
  	display: table;
	text-align: center;
}
.special-feature-btn-txt-ptn02{
  	display: table-cell;
  	vertical-align: middle;
	font-weight: bold;
}
.contents03-img02-ptn02{
	position: absolute;
    top: 50%;
    left: 33%;
	transform: rotate(13deg);
	width: 240px;
}
.special-feature-btn-bg02-ptn02 {
    position: absolute;
    top: 83%;
	left: 33%;
	background-color: #FFE631;
	width: 211px;
	height: 35px;
	border-radius: 30px;
  	display: table;
	text-align: center;
}
.special-feature-img02-ptn02{
	border: solid 5px #ffffff;
	object-fit: contain;
	width: 240px;
}
.contents03-img03-ptn02 {
	position: absolute;
	top: 30%;
	right: 8%;
	transform: rotate(-15deg);
}
.special-feature-btn-bg03-ptn02 {
    position: absolute;
    top: 65%;
	right: 8%;
	background-color: #FFE631;
	width: 211px;
	height: 35px;
	border-radius: 30px;
  	display: table;
	text-align: center;
}
.special-feature-img03-ptn02{

	border: solid 5px #ffffff;
	object-fit: contain;
	width: 240px;
}

/*	TOPページ　山チャレ!!フォトコンテスト2022	*/
.top-contents05{
	padding-bottom: 100px;
	background-color: #FCC986;
	padding: 120px auto 80px;
}
.top-contents05-inner-wrapper{
	margin: 0 auto;
	max-width: 980px;
	display: flex;
	flex-direction: column;
	align-items: center;
    padding-top: 80px;
	position: relative;
}
.top-illustration03{
	position: absolute;
    width: 318px;
    top: 12%;
    left: -13%;
}
.top-contents-img02-wrapper{
	position: absolute;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
}
.top-contents-img02{
	width: 30%;
}
.top-ttl03{
	width: 404px;
	margin-bottom: 50px;
}
.top-contents05-txt01{
	font-weight: bold;
	margin-bottom: 30px;
}
.top-contents05-txt02{
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}
.top-contents04-btn{
	margin-bottom: 80px;
}
.top-contents05-post-wrapper{
	width: 100%;
	display: flex;
	justify-content: center;
}
.top-contents05-post-list{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 50px;
}
.top-contents05-post-list img{
	margin: 0px 10px 20px;
}
.top-contents05-post{
	width: 16%;
    margin: 0px 5px;
}
.top-contents05-post img{
	width: 100%;
	object-fit: cover;
}
.mb-120{
	margin-bottom: 120px;
}

/*	TOPページ　イベント	*/
.top-contents06-upper-bg{
	background-image: url("../img/top-bcg-img04.png");
	background-repeat: round;
	height: 100px;
	width: 100%;
	margin-top: -97px;
}
.top-contents06{
	background-color: #FCC986;
    margin-top: -3px;
	padding-bottom: 160px;
	position: relative;
    z-index: 0;
}
.top-contents06-innder-wrapper{
	margin: 0 auto;
	max-width: 980px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.top-contents-img03{
	position: absolute;
    width: 240px;
    left: 11%;
}
.online-event-ttl{
	font-size:2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}
.top-ttl04{
	width: 185px;
	margin-bottom: 50px;
}
.top-contents06-txt{
	text-align: center;
	margin-bottom: 80px;
	max-width: 90%;
}
.top-ttl05{
	margin-bottom: 30px;
}
.top-ttl06{
	margin-bottom: 30px;
}
.online-event-box{
	display: flex;
	flex-direction: column;
    align-items: center;
	background-color: #fff;
	border-radius: 20px;
    width: 100%;
	padding: 50px 0px;
    margin-bottom: 80px;
}
.online-event-wrapper{
	display: flex;
}
.top-subttl01{
	width: 580px;
    margin-bottom: 40px;
}
.top-contents04-post{
	margin-right: 30px;
	width: 150px;
	height: 200px;
    object-fit: cover;
}
.online-event-detail{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 560px;
}
.online-event-txt span{
	font-weight: bold;
}
.online-event-txt p{
	font-size: 1.4rem;
	margin-top: 20px;
}
.online-btn-wrapper{
	display: flex;
    justify-content: center;
}
.online-btn01{
	margin-right: 30px;
}

/*	TOPページ　特集一覧	*/
.top-contents07-upper-bg{
	background-image: url("../img/top-bcg-img05.png");
	background-repeat: round;
	height: 160px;
	width: 100%;
	margin-top: -160px;
	position: relative;
}
.top-contents07{
	padding-bottom: 150px;
	background-color: #FCFAEC;
	padding: 120px auto 80px;
	position: relative;
}
.top-illustration04{
    width: 200px;
    position: absolute;
    top: -10%;
    right: 15%;
}
.top-ttl07{
	margin-bottom: 30px;
}
.top-contents07-inner-wrapper{
	margin: 0 auto;
	max-width: 980px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
}
.top-contents07-post-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.top-contents07-post-list{
	display: flex;
    justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
}
.top-contents07-post-txt{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.top-contents07-post-img-wrapper{
	height: 100px;
}
.top-contents07-post-img-wrapper img{
    max-height: 100px;
	object-fit: cover;
}
.top-contents07-ttl{
	font-size:2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.top-contents07-name{
	font-weight: bold;
    margin: 15px 0px 10px;
}
.top-contents07-txt{
	text-align: left;
}
.tokushu-ttl{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;	
}
.bx-wrapper{
	width: 100%!important;
	max-width: 980px;
}
.bx-viewport{
	width: 100%!important;
}
.bx-clone{
/*	width: 176px!important;*/
	margin: 0px 10px!important;
}
.bx-clone img{
	width: 100%;
}


/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
.pt-mv{
	background-image: url("../img/pc-photo-top-bg.png");
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    margin: 80px 0px 0px;
	width: 100%;
	height: 750px;
	background-size: cover;
    background-position: center;
}
.pt-mv-img{
	width: 55%;
}

/*	山チャレ!!フォトコンテストページ　コンテンツ	*/
.pt-contents01{
	background-color: #FCC986;
	position: relative;
	z-index: 2;
}
.pt-contents01-inner-wrapper{
	max-width: 700px;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
}
.pt-contents01-txt-list{
	margin: 64px 0px 45px;
}
.pt-contents01-txt-box{
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.pt-contents01-txt-box-ttl{
	font-size: 2rem;
	font-weight: bold;
}
.pt-contents01-txt-box-txt{
	font-size: 1.6rem;
	margin-top: 20px;
}
.pt-contents01-bottom-bg{
	background-image: url("../img/pt-contents01-bottom-bg.png");
	background-repeat: round;
	height: 256px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.pt-contents-img01-wrapper{
	position: absolute;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
	z-index: -1;
	top: 20%;
}
.pt-contents-img01{
	width: 281px;
}
.photo-wrapper{
	width: 100%!important;
}

/*	山チャレ!!フォトコンテストページ　コンテンツ	*/
.pagination-container ul{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination-container li + li{ 
	margin-left: -1px; 
	display: flex;
	align-items: center;
}		
.pagination-container li + li:before{ 
	 content: '|';
	 color: #000000;
}
.pagination-container a{
	display: block;
	text-decoration: none;
}
.pagination-container .navi-active a{
	font-weight: bold;
	color: #000000;
}

/*	山チャレ!!フォトコンテストページ　賞品	*/
.announce{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.pt-contents02{
	background-color: #FCFAEC;
	padding-bottom: 100px;
	position: relative;
    padding-top: 200px;
    margin-top: -230px;
    z-index: 1;
}
.pt-contents02-inner-wrapper{
	max-width: 980px;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
}
.pt-contents02-center01{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}
.pt-ttl01{
	width: 140px;
}
.pt-presents-outer-wrapper01{
	display: flex;
	justify-content: center;
	width: 100%;
}
.pt-presents-wrapper01{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.pt-presents-box{
	width: 25%;
    margin: 0% 20px 50px;
}
.pt-presents-box img{
	width: 100%;
}
.pt-presents-box-ttl{
	font-size:1.8rem;
	font-weight: bold;
	height: 60px;
}
.pt-presents-box-brand{
	margin: 30px 0px 15px;
	font-size:1.6rem;
	font-weight: bold;
}
.pt-presents-box-name{
	margin-bottom: 15px;
	font-size:1.6rem;
	font-weight: bold;
}
.pt-presents-box-txt{
	margin-bottom: 30px;
	font-size:1.6rem;
	height: 115px;
}
.pt-presents-btn{
	margin-bottom: 30px;
}
.pt-presents-wrapper02{
	display: flex;
}
.pt-presents-wrapper02 img{
	width: 100%;
}
.pt-sticker-detail{
	margin-left: 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.pt-sticker-txt01{
	font-size:1.6rem;
	margin-bottom: 30px;
}
.pt-sticker-txt02{
	font-size:2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.pt-sticker-txt03{
	font-size:1.6rem;
	width: 100%;
}
.pt-contents-img02{
	position: absolute;
	top: 71%;
    right: 10%;
}

/*	山チャレ!!フォトコンテストページ　山チャレ!!フォトコンテスト2022概要	*/
.pt-contents02-upper-bg{
	background-image: url("../img/pt-contents02-upper-bg.png");
	background-repeat: round;
	height: 438px;
	width: 100%;
	position: relative;
	margin-top: -416px;
}
.pt-contents02-upper-bg {
	height: 100px;
	margin-top: -100px;
	z-index: 2;
}
.pt-contents02-bottom-bg{
	background-image: url("../img/pt-contents02-bottom-bg.png");
	background-repeat: round;
	height: 116px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.pt-contents03{
	background-color: #FCC986;
	margin-top: -1px;
    position: relative;
    z-index: 2;
}
.pt-contents03-inner-wrapper{
	max-width: 980px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px auto;
}
.pt-ttl02{
	width: 817px;
	margin: 80px 0px 50px;
}
.pt-contents03-box{
	background-color: #fff;
	padding: 50px 80px;
	border-radius: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.pt-contents03-ttl{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 50px;
}
.pt-contents03-innder-box{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.pt-contents03-sub-ttl{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

/*	山チャレ!!フォトコンテストページ　投稿フォーム	*/
.pt-contents04{
	background-color: #FCFAEC;
	position: relative;
    padding-top: 200px;
    margin-top: -126px;
	padding-bottom: 100px;
    z-index: 1;
}
.pt-contents04-inner-wrapper{
	max-width: 980px;
	margin: 0px auto;
	padding-bottom: 140px;
}
.pt-contents03-txt{
	margin-top: 50px;
	text-align: center;
}
.post-form{
	width: 100%;
}


/*	協賛社詳細ページ	*/
.kyosan-wrapper{
	max-width: 980px;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin: 80px auto 100px;
}
.kyosan-page-logo{
	width: 200px;
	margin-top: 80px;
}
.kyosan-ttl{
	font-size:3rem;
	font-weight: bold;
	margin-top: 30px;
}
.kyosan-sub-ttl{
	font-size: 1.6rem;
	margin-top: 10px;
}
.kyosan-url{
	margin-top: 30px;
	font-size: 1.6rem;
}
.kyosan-description{
	margin-top: 40px;
	text-align: center;
	line-height: 2;
}
.kyosan-copy{
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
    line-height: 1.5;
}
.kyosan-product-list{
	display: flex;
    justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 120px;
}
.kyosan-product-column{
	width: 30%;
}
.kyosan-product-img{
	display: flex;
	justify-content: center;
}
.kyosan-product-ttl{
	margin-top: 30px;
	font-weight: bold;
	font-size: 2rem;
}
.kyosan-product-sub-ttl{
	margin-top: 15px;
    height: 40px;
}
.kyosan-product-copy{
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 50px;
	height: 40px;
    line-height: 1.5;
}
.kyosan-product-txt{
	margin-top: 30px;
    height: 240px;
}
.kyosan-price-wrapper{
	display: flex;
}
.kyosan-price{
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 30px;
	line-height: 1.5;
}
.kyosan-price-mm{
	height: 72px;
}
.kyosan-product-btn01{
	margin-top: 50px;
}
.kyosan-product-btn01 img{
	width: 100%;
}
.kyosan-product-btn02{
	margin-top: 30px;
}
.kyosan-product-btn02 img{
	width: 100%;
}


/*	フォトコン　写真ページ	*/
.photo_wrapper{
	background-color: #FCFAEC;
}
.photo_inner_wrapper{
	max-width: 800px;
	display: flex;
	flex-direction: column;
	margin: 80px auto 0px;
	padding-bottom: 200px;
	position: relative;
}
.photo_inner_wrapper img{
	z-index: 2;
}
.photo-illustration01 {
    position: absolute;
    width: 213px;
    top: 2%;
    right: -20%;
}
.photo-ttl{
	font-size: 3rem;
	font-weight: bold;
	margin:80px 0px 50px;
}
.photo_box{
	display: flex;
    justify-content: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0px;
	margin: 40px 0px;
}
.about-photo01{
	display: flex;
	flex-direction: column;
    justify-content: space-around;
	width: 280px;
}
.about-photo-list{
	display: flex;
	justify-content: space-between;
}
.about-photo-inner01{
	display: flex;
	justify-content: space-between;
	width: 80px;
}
.about-photo-inner01 span{
	font-weight: bold;
}
.about-photo-detail{
	display: flex;
	justify-content: flex-start;
	width: 140px;
}
.border{
	border: solid 0.5px #707070;
	margin: 0px 40px;
}
.about-photo02{
	display: flex;
	flex-direction: column;
    justify-content: space-around;
	width: 280px;
}
.photo-con-btn-wrapper{
	display: flex;
	justify-content: center;
}
.photo-con-btn{
	width:360px;
}





@media screen and  (max-width:1800px){
	/*	TOPページ　山チャレとは？	*/
	.top-contents01 {
		justify-content: space-evenly;
	}
	
	/*	TOPページ　PICK UP	*/
	.top-illustration02 {
		width: 180px;
		right: -15%;
	}
	
	/*	TOPページ　山チャレ!!フォトコンテスト2022	*/
	.top-illustration03 {
	    width: 27%;
   	 	left: -10%;
	}
}
@media screen and  (max-width:1670px){
/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv{
		height: 700px;
	}
	
/*	山チャレ!!フォトコンテストページ　賞品	*/	
	.pt-presents-wrapper02 {
		justify-content: center;
	}
	.pt-contents-img02{
		display: none;
	}
	.pt-contents02-upper-bg {
		height: 100px;
		margin-top: -100px;
		z-index: 2;;
	}
}
@media screen and  (max-width:1520px){
/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv{
		height: 600px;
	}
}
@media screen and  (max-width:1350px){
	/*	TOPページ　PICK UP	*/
	.top-illustration02 {
		right: -10%;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv{
		height: 500px;
	}
	.pt-mv-img{
		width: 55%;
	}
	.pt-contents-img01{
		display: none;
	}
}
@media screen and  (max-width:1200px){
	/*	TOPページ　メインビジュアル	*/
	.top-mv {
		margin: 100px 0px 50px;
	}
		
	/*	TOPページ　PICK UP	*/
	.top-illustration02 {
		right: 0%;
	    top: -24%;
		width: 120px;
		
	}
	
	/*	TOPページ　山チャレ!!フォトコンテスト2022	*/
	.top-illustration03 {
	    left: 0%;
	}
	
	/*	TOPページ　イベント	*/
	.top-contents-img03 {
		left: 0%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-illustration04 {
		width: 20%;
		right: 4%;
		top: -5%;
	}
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv{
		height: 500px;
	}
	
	/*	山チャレ!!フォトコンテストページ　概要	*/		
	.pt-contents03-box {
		width: 90%;
	}
	
	/*	山チャレ!!フォトコンテストページ　フォーム	*/		
	.post-form{
		width: 90%;
	}
	
	
	/*	フォトコン　写真ページ	*/
	.photo-illustration01 {
		width: 200px;
		right: -18%;
	}
}
@media screen and  (max-width:1100px){
/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv{
		height: 450px;
	}
	
/*	山チャレ!!フォトコンテストページ　賞品	*/	
	.pt-presents-box img{
		width: 100%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 90px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 90px;
	}
	
	
	/*	フォトコン　写真ページ	*/
	.photo-illustration01 {
		width: 180px;
		right: -12%;
		top: 3%;
	}
	
	

}
@media screen and  (max-width:1000px){
	/*	TOPページ　山チャレとは？	*/
	.top-mv-img {
		width: 80%;
	}
	.about-yama-challe01 {
		width: 40%;
	}
	
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-illustration01 {
		top: 8%;
		left: 20%;
		width: 14%;
	}
	.top-contents02-kyosan-list {
		width: 90%;
	}

	
	/*	TOPページ　PICK UP	*/
	.top-contents-banner-list {
		width: 90%;
	}
	
	/*	TOPページ　特集	*/
	.top-contents04-inner-wrapper {
		max-width: 800px;
		height: 550px;
	}
	.top-contents04 {
		height: 550px;
	}
	.special-feature-btn-bg01 {
	    top: 72%;
		left: 17%;
	}
	.contents03-img02 {
    	top: 56%;
		left: 38%;
	}
	.special-feature-btn-bg02 {
    	top: 85%;
		left: 37%;
	}
	.contents03-img03 {
		top: 30%;
		right: 0%;
	}
	.special-feature-btn-bg03 {
    	top: 63%;
		right: 4%;
	}
/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-inner-wrapper {
		max-width: 800px;
		height: 650px;
	}
	.top-contents04 {
		height: 650px;
	}
	.top-contents04-ttl-list-ptn02 {
		left: 5%;
	}
	.top-tokushu-detail-ptn02 {
		left: 5%;
	}
	.special-feature-btn-bg01-ptn02 {
	    top: 70%;
		left: 2%;
	}
	.contents03-img02-ptn02 {
    	top: 56%;
		left: 38%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 88%;
		left: 37%;
	}
	.contents03-img03-ptn02 {
		top: 30%;
		right: 5%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 62%;
		right: 4%;
	}
	
	/*	TOPページ　山チャレ!!フォトコンテスト2022	*/
	.top-illustration03 {
	    left: 3%;
		width: 22%;
	}
	.top-contents-img02-wrapper {
		top: 12%;
	}
	.top-contents-img02 {
		width: 24%;
	}
	.top-contents05-post-list {
		width: 100%;
	}

	/*	TOPページ　イベント	*/
	.top-contents-img03 {
		left: 3%;
		top: 0%;
		width: 22%;
	}
	.online-event-box {
		width: 90%;
	}
	.online-event-detail {
		width: 500px;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-list {
		width: 90%;
	}
	.top-contents07-post-img-wrapper{
		height: 150px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 150px;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv{
		height: 400px;
	}
	.pt-mv-img{
		width: 55%;
	}
	
	/*	協賛社詳細ページ	*/
	.kyosan-wrapper{
		width: 90%;
	}
	
	/*	フォトコン　写真ページ	*/
	.photo-illustration01 {
		right: -5%;
    	top: 2%;
	}
}
@media screen and  (max-width:980px){
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-contents02-kyosan-box {
		margin: 0px 20px 50px;
	}
	
	
	/*	協賛社詳細ページ	*/
	.kyosan-wrapper {
		margin: 80px auto 50px;
	}
	.kyosan-description {
		width: 70%;
	}
	.kyosan-product-list {
		display: flex;
		flex-direction: column;
	    align-items: center;
		margin-top: 0px;
	}
	.kyosan-product-column {
		width: 60%;
		margin-top: 40px;
	}
	.center{
		display: flex;
		justify-content: center;
	}
	.kyosan-copy {
		text-align: center;
	}
	.kyosan-product-ttl{
		margin-top: 15px;
	}
	.kyosan-product-copy {
		margin-top: 0px; 
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.kyosan-product-txt {
		margin-top: 20px; 
		height: 100%;
	}
	.kyosan-price-mm{
		height: 100%;
	}
}
@media screen and  (max-width:900px){
	
	/*	TOPページ　特集	*/

	.contents03-img02 {
    	top: 59%;
		left: 38%;
	}
	.special-feature-btn-bg02 {
    	top: 90%;
		left: 37%;
	}
	.contents03-img03 {
		top: 30%;
		right: 0%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.special-feature-btn-bg01-ptn02 {
	    top: 70%;
		left: 2%;
	}
	.contents03-img02-ptn02 {
    	top: 59%;
		left: 38%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 90%;
		left: 37%;
	}
	.contents03-img03-ptn02 {
		top: 30%;
		right: 3%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 62%;
		right: 1%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-list {
		width: 90%;
	}
	.top-contents07-post-img-wrapper{
		height: 130px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 130px;
	}
	
	
	.pt-mv{
		height: 350px;
	}
	
	
	/*	フォトコン　写真ページ	*/
	.photo_inner_wrapper {
		width: 90%;
	}
}
@media screen and  (max-width:850px){
	.pt-ttl02 {
		width: 90%;
	}
}
@media screen and  (max-width:820px){
	/*	TOPページ　特集	*/
	.top-contents04{
		height: 600px;
	}
	.top-contents04-inner-wrapper{
		max-width: 680px;
		height: 600px;
	}
	.top-tokushu-detail {
		top: 18%;
	}
	.top-contents04-ttl-list {
		top: 5%;
	}
	.special-feature-btn-bg01 {
		top: 72%;
		left: 17%;
	}
	.contents03-img02 {
    	top: 65%;
		left: 38%;
	}
	.special-feature-btn-bg02 {
    	top: 90%;
		left: 37%;
	}
	.contents03-img03 {
		top: 30%;
		right: 0%;
	}
	.special-feature-btn-bg03 {
		top: 64%;
		right: 4%;
	}
	.top-contents07-post-img-wrapper {
		height: 100px;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-ptn02{
		height: 800px;
	}
	.top-contents04-inner-wrapper-ptn02{
		max-width: 680px;
		height: 800px;
	}
	.top-contents04-ttl-list-ptn02 {
		top: 5%;
	}
	.special-feature-btn-bg01-ptn02 {
	    top: 64%;
		left: 2%;
	}
	.contents03-img02-ptn02 {
    	top: 65%;
		left: 38%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 90%;
		left: 37%;
	}
	.contents03-img03-ptn02 {
		top: 30%;
		right: 0%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 56%;
		right: 1%;
	}
	
	/*	TOPページ　イベント	*/
	.online-event-detail {
		width: 400px;
	}
	.online-btn-wrapper {
		justify-content: center;
		flex-direction: column;
	}
	.online-btn01 {
		margin: 30px 0px;
	}

	.bx-clone{
		height: 200px!important;
	}
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-list {
		width: 90%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 120px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 120px;
	}
	
/*	山チャレ!!フォトコンテストページ　コンテンツ	*/
	.pt-contents01-inner-wrapper {
		max-width: 700px;
		display: flex;
		flex-direction: column;
		margin: 0px auto;
		width: 90%;
	}
	.pt-contents01-bottom-bg {
		height: 125px;
	}
	
/*	山チャレ!!フォトコンテストページ　賞品	*/		
	.pt-contents02-inner-wrapper {
		align-items: center;
	}
	.pt-presents-wrapper02{
		width: 70%;
		flex-direction: column;;
		align-items: center;
	}
	.pt-sticker-detail{
		margin-left: 0px;
		margin-top: 50px;
	}
	.pt-presents-wrapper01 {
		margin-bottom: 40px;
	}
	
/*	山チャレ!!フォトコンテストページ　概要	*/		
	.pt-contents02-upper-bg {
		height: 100px;
		margin-top: -100px;
	}
	.pt-contents03-box {
		width: 90%;
	}
	
/*	山チャレ!!フォトコンテストページ　フォーム	*/		
	.pt-contents04-inner-wrapper {
		width: 90%;
	}

}
@media screen and  (max-width:780px){
	.pt-mv{
		height: 300px;
	}
	.pt-mv-img{
		width: 60%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-list {
		width: 90%;
	}
	.top-contents07-post-img-wrapper{
		height: 120px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 120px;
	}	
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-box-name {
		 height: 45px; 
	}
	.pt-presents-box-txt {
		height: 160px;
	}
	
	/*	フォトコン　写真ページ	*/
	.about-photo01 {
		width: 240px;
	}
	.about-photo02 {
		width: 240px;
	}
}
@media screen and  (max-width:720px){
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-contents02-kyosan-box {
		width: 35%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 110px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 110px;
	}
}
@media screen and  (max-width:700px){
	.pc-display{
		display: none;
	}
	.tablet-display{
		display: block;
	}
	.top-mv-img {
		width: 90%;
	}
	.top-contents01 {
		flex-direction: column;
		align-items: center;
	}
	.about-yama-challe01 {
		width: 70%;
		margin-bottom: 50px;
	}
	.about-yama-challe02 {
		width: 50%;
	}
	
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-illustration01 {
		width: 20%;
	}
	.top-contents02-kyosan-list {
		 width: 100%; 
	}
	
	/*	TOPページ　PICK UP	*/
	.top-illustration02 {
		width: 25%;
		right: 0%;
		top: -15%;
	}
	.top-contents-banner-list {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.top-banner {
		width: 60%;
		margin-bottom: 30px;
	}

	/*	TOPページ　特集	*/
	.top-contents04{
		height: 600px;
	}
	.top-contents04-inner-wrapper{
		max-width: 680px;
		height: 600px;
	}
	.top-tokushu-detail {
		left: 3%;
		top: 18%;
	}
	.top-contents04-ttl-list {
	    left: 4%;
	}
	.contents03-img01 {
		left: 10%;
	}
	.special-feature-btn-bg01 {
		left: 13%;
	}
	.contents03-img02 {
    	top: 68%;
    	left: 40%;
	}
	.special-feature-btn-bg02 {
    	top: 90%;
		left: 37%;
	}
	.contents03-img03 {
    	right: 6%;
	}
	.special-feature-btn-bg03 {
    	right: 10%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-ptn02{
		height: 900px;
	}
	.top-contents04-inner-wrapper-ptn02{
		max-width: 680px;
		height: 900px;
	}
	.top-contents04-ttl-list-ptn02 {
	    left: 4%;
	}
	.top-tokushu-detail-ptn02 {
		left: 5%;
		top:13%;
	}
	.contents03-img01-ptn02 {
		top: 40%;
		left: 4%;
	}
	.special-feature-btn-bg01-ptn02 {
	    top: 62%;
 	   	left: 5%;
	}
	.contents03-img02-ptn02 {
    	top: 68%;
    	left: 40%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 90%;
		left: 37%;
	}
	.contents03-img03-ptn02 {
		top: 26%;
    	right: 4%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 49%;
    	right: 6%;
	}
	
	/*	TOPページ　山チャレ!!フォトコンテスト2022	*/
	.top-illustration03 {
		left: 3%;
		width: 20%;
		top: 2%;
	}
	.top-contents-img02-wrapper {
		top: 2%;
	}
	.top-contents05-post-list {
		justify-content: center;
	}
	.top-contents05-post {
		width: 25%;
		margin: 0px 15px;
	}
	
	/*	TOPページ　イベント	*/
	.online-event-detail {
		width: 350px;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv {
		background-image: url(../img/tablet-photo-top-bg.png);
		height: 400px;
	}	
	.pt-mv-img{
		width: 55%;
	}
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-outer-wrapper01 {
		flex-direction: column;
	    align-items: center;
	}
	.pt-presents-wrapper01 {
		justify-content: center;
	    margin-bottom: 0px;
	}
	.pt-presents-box {
		margin: 0px 10px 50px;
	}
	.pt-presents-box-txt{
		height: 160px;
	}
}
@media screen and  (max-width:660px){
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 100px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 100px;
	}
	
	/*	フォトコン　写真ページ	*/
	.about-photo01 {
		width: 200px;
	}
	.about-photo02 {
		width: 200px;
	}
}
@media screen and  (max-width:630px){
	
	/*	TOPページ　特集	*/
	.top-contents04 {
		height: 700px;
	}
	.top-contents04-inner-wrapper {
		height: 700px;
	}
	.top-contents04-ttl-list {
		top: 5%;
		left: 5%;
		align-items: flex-start;
		flex-direction: column;
	}
	.top-contents04-ttl01 {
		margin-bottom: 10px;
	}
	.top-tokushu-detail {
		top: 25%;
		left: 5%;
	}
	.contents03-img01 {
		top: 50%;
		left: 5%;
	}
	.special-feature-btn-bg01 {
		top: 80%;
		left: 7%;
	}
	.contents03-img03 {
		top: 42%;
		right: 5%;
	}
	.special-feature-btn-bg03 {
		top: 72%;
		right: 9%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-ptn02{
		height: 1000px;
	}
	.top-contents04-inner-wrapper-ptn02{
		max-width: 680px;
		height: 1000px;
	}
	.top-contents04-ttl-list-ptn02 {
		top: 5%;
		left: 5%;
		align-items: flex-start;
		flex-direction: column;
	}
	.top-contents04-ttl01 {
		margin-bottom: 10px;
	}
	.top-tokushu-detail-ptn02 {
		top: 18%;
	}
	
	
	/*	TOPページ　イベント	*/
	.online-event-detail {
		width: 280px;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv {
		background-image: url(../img/tablet-photo-top-bg.png);
		height: 350px;
	}	
	.pt-mv-img{
		width: 60%;
	}
	
	
	/*	協賛社詳細ページ	*/	
	.kyosan-product-column {
		width: 80%;
	}
	.kyosan-description {
		width: 80%;
	}
	
}
@media screen and  (max-width:600px){
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 90px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 90px;
	}

	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-box {
		width: 38%;
	}
	.pt-presents-box-txt {
		height: 140px;
	}
}
@media screen and  (max-width:570px){
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-contents02-kyosan-box {
		width: 38%;
	}
	
	/*	TOPページ　イベント	*/
	.online-event-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.top-contents04-post {
		width: 240px;
	}
	.top-contents04-post {
		margin-right: 0px; 
		width: 150px;
		object-fit: contain;
		margin-bottom: 50px;
	}
	.online-btn-wrapper {
		align-items: center;
	}
	.online-event-detail {
		width: 400px;
	}
	
	/*	山チャレ!!フォトコンテストページ　山チャレ!!フォトコンテスト2022概要	*/
	.pt-contents02-bottom-bg {
		height: 60px;
	}
	.pt-contents04 {
		 padding-bottom: 0px; 
	}

	/*	フォトコン　写真ページ	*/
	.photo_box {
		flex-direction: column;
		align-items: center;
	}
	.about-photo01 {
		width:50%;
	    margin-bottom: 15px;
	}
	.border {
		width: 80%;
	}
	.about-photo02 {
	    width: 80%;
    	margin-top: 15px;
	}

	/*	協賛社詳細ページ	*/
	.kyosan-product-column {
		margin-top: 60px;
	}
}
@media screen and  (max-width:530px){
	/*	TOPページ　メインビジュアル	*/
	.top-mv-img {
		width: 100%;
	}
	
	/*	TOPページ　特集	*/
	.top-contents04 {
		height: 800px;
	}
	.top-contents04-inner-wrapper {
		height: 800px;
	}
	.top-ttl01 {
		width: 90%;
	}
	.kyosan-recommend-sub-ttl{
		font-size: 2rem;
	}
	.top-tokushu-detail {
		top: 21%;
		left: 5%;
	}
	.contents03-img01 {
		top: 69%;
		left: 5%;
	}
	.special-feature-btn-bg01 {
		top: 93%;
		left: 7%;
	}	
	.contents03-img03 {
		top: 38%;
		right: 5%;
	}
	.special-feature-btn-bg03 {
		top: 62%;
		right: 11%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.top-tokushu-detail-ptn02 {
		top: 18%;
	}
	.contents03-img01-ptn02 {
		top: 43%;
		left: 4%;
	}
	.special-feature-btn-bg01-ptn02 {
	    top: 62%;
 	   	left: 5%;
	}
	.contents03-img02-ptn02 {
        top: 72%;
    	left: 39%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 92%;
		left: 37%;
	}
	.contents03-img03-ptn02 {
		top: 29%;
    	right: 4%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 49%;
    	right: 6%;
	}
	
	/*	TOPページ　イベント	*/
	.top-contents-img03 {
		left: 0%;
		top: 0%;
		width: 31%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 80px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 80px;
	}
	/*	TOPページ　イベント	*/
	.online-event-detail {
		width: 80%;
	}
	.about-photo01 {
		width: 60%;
	}
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-contents04-inner-wrapper {
		padding-bottom: 240px;
	}
	
}
@media screen and  (max-width:490px){
	.pc-display{
		display: none;
	}
	.tablet-display{
		display: none;
	}
	.sp-display{
		display: block;
	}
	.online-event-ttl {
		width: 90%;
	}
	.top-contents02-upper-bg{
		height: 100px;
	}
	
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-contents02-kyosan-box {
		margin: 0px 10px 50px;
	}
	
	/*	TOPページ　PICK UP	*/
	.top-banner {
		width: 70%;
		margin-bottom: 30px;
	}
	
	/*	TOPページ　特集	*/
	.top-contents04 {
	}
	.top-contents04-inner-wrapper {
	}
	.top-contents04-ttl-list {
		left: 5%;
	}
	.top-tokushu-detail {
		left: 5%; 
		width: 95%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-ptn02 {
		height: 1200px;
	}
	.top-contents04-inner-wrapper-ptn02 {
		height: 1200px;
	}
	.top-contents04-ttl-list-ptn02 {
		left: 5%;
	}
	.top-tokushu-detail-ptn02 {
		left: 5%; 
		width: 95%;
	}
	.contents03-img01-ptn02 {
		top: 50%;
		left: 4%;
	}
	.special-feature-btn-bg01-ptn02 {
		top: 68%;
   	 	left: 9%;
	}
	.contents03-img02-ptn02 {
        top: 75%;
    	left: 39%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 92%;
		left: 26%;
	}
	.contents03-img03-ptn02 {
		top: 27%;
    	right: 4%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 44%;
    	right: 3%;
	}
	
	/*	TOPページ　イベント	*/
	.top-contents06-upper-bg{
		height: 50px;
	}
	.top-contents07-upper-bg {
		height: 80px;
	}

	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 70px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 70px;
	}	

	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.top-mv{
		background-image: url("../img/sp-bg-img.png");
		background-repeat: no-repeat;
		background-repeat: round;
	}
	.pt-mv {
		background-image: url(../img/sp-photo-top-bg.png);
		height: 500px;
	}
	.pt-mv-img {
		width: 90%;
	}
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-ttl01 {
		width: 30%;
	}
	.announce {
		font-size: 2.5rem;
	}
	.pt-presents-box-txt {
		height: 160px;
	}	
	
	/*	山チャレ!!フォトコンテストページ　山チャレ!!フォトコンテスト2022概要	*/
	.pt-contents03-box {
		padding: 50px 40px;
	}
	.pt-contents04-inner-wrapper {
		padding-bottom: 120px;
	}
	
	/*	協賛社詳細ページ	*/	
	.kyosan-product-column {
		width: 90%;
	}
	.kyosan-description {
		width: 90%;
		text-align: left;
	}
	.kyosan-copy {
		width: 90%;
		text-align: left;
	}	
	
	/*	フォトコン　写真ページ	*/
	.photo_inner_wrapper {
		padding-bottom: 150px;
	}
	.photo-con-btn {
		width: 90%;
	}
	.photo-ttl {
		font-size: 2.5rem;
		margin: 50px 0px 30px;
	}
	.photo_box {
		margin: 40px 0px 80px;
	}
}
@media screen and  (max-width:470px){
	
	/*	TOPページ　特集	*/
	.contents03-img01 {
		left: 3%;
	}
	.contents03-img02 {
		left: 27%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.contents03-img01-ptn02 {
		left: 3%;
	}
	.contents03-img02-ptn02 {
		left: 27%;
	}
	
	/*	TOPページ　山チャレ!! Recommend	*/
	.top-contents02-kyosan-list {
		margin-bottom: 30px;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv {
		background-image: url(../img/sp-photo-top-bg.png);
		height: 450px;
	}
	.about-photo01 {
		width: 70%;
	}
}
@media screen and  (max-width:460px){
	/*	TOPページ　特集	*/
	.special-feature-btn-bg02 {
		left: 26%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.special-feature-btn-bg02-ptn02 {
		left: 26%;
	}
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-box {
		width: 38%;
	    margin: 0px 10px 50px;
	}
}
@media screen and  (max-width:420px){
	/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-ptn02 {
		height: 1100px;
	}
	.top-contents04-inner-wrapper-ptn02 {
		height: 1100px;
	}
	.top-contents04-ttl-list-ptn02 {
		top: 3%;
	}
	.top-tokushu-detail-ptn02 {
		top: 14%;
	}
	.contents03-img02-ptn02 {
		left: 20%;
	}
	.contents03-img01-ptn02 {
		top: 50%;
		left: 10%;
	}
	.special-feature-btn-bg01-ptn02 {
	    top: 67%;
    	left: 15%;
	}
	.contents03-img02-ptn02 {
        top: 75%;
    	left: 25%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 92%;
		left: 23%;
	}
	.contents03-img03-ptn02 {
		top: 24%;
    	right: 20%;
	}
	.special-feature-btn-bg03-ptn02 {
    	top: 42%;
   	 	right: 19%;
	}
	
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 60px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 60px;
	}
	
	/*	TOPページ　山チャレ!!フォトコンテスト2022	*/	
	.top-ttl03 {
		width: 95%;
	}
	.top-contents05-post-list {
		width: 100%;
	}
	.top-contents05-post {
		width: 26%;
		margin: 0px 5px;
	}
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-box-txt {
		 height: 182px; 
	}
	
}
@media screen and  (max-width:390px){
	/*	TOPページ　PICK UP	*/
	.top-banner {
		width: 70%;
		margin-bottom: 0px;
		height: 150px;
	}
	
	/*	TOPページ　特集	*/
	.top-contents04 {
		height: 1000px;
	}
	.top-contents04-inner-wrapper {
		height: 1000px;
	}
	.top-tokushu-detail {
		top: 19%;
	}
	.contents03-img01 {
		top: 69%;
		left: 11%;
	}
	.special-feature-btn-bg01 {
 	   top: 89%;
		left: 16%;
	}
	.contents03-img03 {
		top: 35%;
		right: 11%;
	}
	.special-feature-btn-bg03 {
		top: 56%;
		right: 21%;
	}
	/*	TOPページ　特集　3テーマパターン*/
	.top-contents04-ptn02 {
		height: 1200px;
	}
	.top-contents04-inner-wrapper-ptn02 {
		height: 1200px;
	}
	.contents03-img02-ptn02 {
		left: 25%;
	}
	.top-contents04-ttl01 {
		width: 70%;
	}
	.top-contents04-ttl02-ptn02{
		width: 70%;
	}
	.top-tokushu-detail-ptn02 {
		top: 13%;
	}
	
	/*	TOPページ　山チャレ!!フォトコンテスト2022	*/	
	.top-ttl03 {
		width: 95%;
	}
	.top-contents04-btn{
		display: flex;
	    justify-content: center;
	}
	.top-contents04-btn img{
		width: 95%;
	}
	
	/*	協賛社詳細ページ	*/	
	.kyosan-product-column {
		width: 100%;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv {
		height: 400px;
	}
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-sticker-detail {
	 	margin-left: 0px; 
		margin-top: 50px;
		width: 100%;
	}
	.pt-contents02 {
		 padding-bottom: 50px; 
	}
	.announce {
		margin-bottom: 100px;
	}
}
@media screen and  (max-width:370px){
	/*	TOPページ　特集一覧	*/
	.top-contents07-post-img-wrapper{
		height: 50px;
	}
	.top-contents07-post-img-wrapper img{
		max-height: 50px;
	}		
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-box-txt {
		height: 205px;
	}
	
	/*	フォトコン　写真ページ	*/
	.about-photo01 {
		width: 80%;
	}
}
@media screen and  (max-width:350px){
	/*	TOPページ　山チャレ!! Recommend	*/
	.kyosan-recommend-sub-ttl{
		max-width: 90%;
	}
	
	/*	TOPページ　特集　3テーマパターン*/
	.contents03-img02-ptn02 {
		left: 20%;
	}
	.top-tokushu-detail-ptn02 {
		top: 13%;
	}
	.special-feature-btn-bg02-ptn02 {
    	top: 92%;
    	left: 16%;
	}
	.contents03-img03-ptn02 {
		right: 10%;
	}
	.special-feature-btn-bg03-ptn02 {
		right: 15%;
	}
	
	/*	山チャレ!!フォトコンテストページ　メインビジュアル	*/
	.pt-mv-img{
		width: 90%;
	}
	
	/*	山チャレ!!フォトコンテストページ　賞品	*/
	.pt-presents-box {
		width: 80%;
	}
	.pt-presents-box-name {
		height: auto;
	}
	.pt-presents-box-txt {
		 height: auto; 
	}
	.pt-presents-btn {
		width: 80%;
		margin: 0px auto 30px;
	}
}