/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
picture,
figure {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}
#popcorn,.p-top-mv__logo-02{
	opacity: 1;
}



.p-top-mv__wrapper .p-top-reason__image {
	display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
	z-index: -1;
}

@media screen and (min-width: 768px) {
	.p-top-mv__wrapper{
		margin: 0 auto;
		width: 95%;
        aspect-ratio: 1100 / 400;
	}
	.p-top-mv__copy2{
		font-size: 30px;
		top: 42.333333%;
	}
	.p-top-mv__logo-02{
		font-size: 16px;
		top: 55.666667%;
	}
	.p-top-intro__title{
		margin-top: 0;
        padding-top: 100px;
        font-size: 24px;
        font-weight: 400;
        line-height: 2;
        text-align: center;
        letter-spacing: 0.1em;
        background: url(../img/common/icon_star.svg) no-repeat center 55px / 12px auto;
	}
	.p-top-intro2{
		margin-bottom: 54px;
	}
	.head-sticky-wrap .l-inner{
		display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        margin-top: 57px;
        padding: 0 40px;
	}
	.p-top-reason__section{
		margin-bottom: 105px;
	}

/*
	.head-sticky-wrap .l-inner{
		width: 1000px;
	}*/
	.con-sticky .p-top-reason__lead span{
		font-size: 30px;
		line-height: 1.56;
		background: linear-gradient(transparent 70% , rgb(255, 255, 0) 50%);
		display: inline-block;
	}
	.p-top-reason__section.even .con-sticky .p-top-reason__lead{
		text-align: right;
	}
	.con-sticky .p-top-reason__lead{
		margin: 30px 0 70px;
	}
	.p-top-reason__section.even .con-sticky{
		order: 1;
	}
	.p-top-reason__section.even .p-top-reason__image .cap{
		position: absolute;
        bottom: -1px;
        left: auto;
        right: 0;
        padding: 3px 6px;
        font-size: 13px;
		font-weight: 500;
		background-color: rgba(255, 255, 255, 0.9);
        z-index: 1;
	}
	.con-sticky .p-top-reason__lead.lead-weit{
		white-space: nowrap;
	}
	.con-sticky .p-top-reason__image .cap{
		margin: 0;
	}
	.con-sticky{
		width: 420px;
	}
	.con-sticky .p-top-reason__image{
		width: 100%;
	}
	.con-num{
		width: 470px;
		margin: 0;
        display: grid;
	}
	.detail .p-top-reason__lead span{
		margin-bottom: 10px;
		font-size: 14px;
		display: block;
		line-height: 1;
	}
	.detail .p-top-reason__lead{
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.75;
	}
	.textarea{
	}
	.textarea .txt{
		margin: 0;
		font-size: 15px;
		font-weight: 500;
	}
	.textarea .img{
		margin-top: 20px;
	}
	.p-farmers__message .l-inner{
		max-width: 1000px;
		padding-bottom: 210px;
	}
	.p-farmers__message .ttl{
		padding-bottom: 15px;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		border-bottom: 1px solid #000000;
	}
	.p-farmers__message .p-farmers__box{
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 45px;
        padding: 0;
	}
	.p-farmers__message .detail{
		width: 475px;
		margin: 0;
        display: grid;
	}
	.p-farmers__message video{
		width: 100%;
		height: 292px;
	}
	.p-farmers__message .cap{
		margin: 5px 0 0 0;
		font-size: 10px;
		text-align: right;
	}
	.p-farmers__message2 .l-inner{
		max-width: 800px;
		padding: 35px 50px;
		background: #f0f0f0;
	}
	.p-farmers__message2 .ttl{
		margin: 0 auto;
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		text-align: center;
	}
	.p-farmers__message2 .ttl2{
		margin-bottom: 20px;
		color: #898989;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 12px;
		text-align: center;
	}
	.p-farmers__message2 .p-farmers__box{
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 25px;
        padding: 0;
	}
	.p-farmers__message2 .textarea{
		width: 334px;
		font-size: 12px;
		line-height: 1.83;
	}
	.p-farmers__message2 .photo{
		width: 320px;
		padding: 4px 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 22px;
        height: fit-content;
	}
	.p-farmers__message2 .name{
		margin: 10px 0 0 0;
		font-size: 14px;
	}
	.p-farmers__message2 .name span{
		font-size: 12px;
		display: block;
	}
	.p-farmers__message2 .img{
		margin: 0;
		display: flex;
	}
	
}






.con-next-page{
	padding: 60px 0 80px;
	background: #595757;
	margin: 255px -15px 0;
    color: #fff;
    text-align: center;
}
.con-next-page .txt{
	margin: 0 auto 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	line-height: 2;
}
.con-next-page .c-button{
	max-width: 400px;
	background: none;
	border: 1px solid #ffffff;
}








@media screen and (max-width: 767px) {

	.p-top{
		padding-top: 0;
	}
	.p-top-mv{
		position: relative;
		height: 69.58vw;
	}
	.p-top-mv__wrapper{
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-top-reason__image{
		width: calc(100% + 30px);
		margin: 0 -15px 40px;
	}
	.p-top-mv__wrapper .p-top-reason__image{
		display: block;
		flex-shrink: 0;
		height: 100%;
		position: relative;
		transition-property: transform;
		z-index: -1;
		padding-bottom: 0;
		background-position: bottom;
		width: calc(100% + 15px);
		margin: 0 -15px;
	}
	.p-top-mv__copy2{
		margin-top: 0;
		padding-top: 80px;
		color: #fff;
		font-size: 20px;
		line-height: 1.4;
	}
	.p-top-mv__logo-02{
		margin-top: 10px;
		font-size: 13px;
		color: #fff;
	}
	.p-top-intro2{
		margin-bottom: 0;
	}
	.p-top-intro__title{
		font-size: 18px;
		font-weight: 400;
		margin: 30px auto 40px;
		padding-top: 22px;
		text-align: left;
		letter-spacing: -.1px;
		background: url(../img/common/icon_star.svg) no-repeat center 0 / 10px auto;
	}
	.p-lineup__en{
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}

	.head-sticky-wrap {
		margin-top: 24px;
	}
	.p-farmers__message{
		margin-bottom: 130px;
	}
	h2.p-top-reason__lead{
		margin-bottom: 30px;
		text-align: center;
	}
	h2.p-top-reason__lead span{
		font-size: 18px;
		line-height: 1.44;
		text-align: center;
		background: linear-gradient(transparent 80% , rgb(255, 255, 0) 50%);
	}
	p.p-top-reason__lead{
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.85;
	}
	p.p-top-reason__lead span{
		margin-top: 6px;
		display: block;
		font-size: 12px;
		line-height: 1;
	}
	.p-top-reason__section{
		margin-bottom: 50px;
	}
	.detail{
		margin-top: 40px;
	}
	.p-lineup__image{
		margin: 0 -30px 40px;
		width: calc(100% + 45px);
	}
	.p-lineup__image .cap {
    position: absolute;
    bottom: -1px;
    right: 0;
    padding: 3px 6px;
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
	}
	
.textarea {
  padding: 0 0 20px;
  margin-top: 10px;
  background: #fff;
}
	.textarea .img{
		margin-top: 15px;
	}
	.textarea .txt{
		font-size: 14px;
		font-weight: 400;
	}
	.p-farmers__message .ttl{
		margin-bottom: 22px;
		font-size: 16px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
	}
	.p-farmers__box .detail{
		margin-top: 0;
	}
	.detail video{
		width: 100%;
	}
	.detail .cap{
		margin-bottom: 30px;
		font-size: 10px;
		text-align: right;
	}
	.p-farmers__message2{
		padding: 30px 15px 20px;
		background: #f0f0f0;
	}
	.p-farmers__message2 .ttl{
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: 900;
		text-align: center;
		line-height: 1;
	}
	.p-farmers__message2 .ttl2{
		margin-bottom: 18px;
		color: #898989;
		font-size: 10px;
		text-align: center;
		line-height: 1;
	}
	.p-farmers__message2 .textarea{
		padding-bottom: 25px;
		background: #f0f0f0;
	}
	.p-farmers__message2 .textarea .txt{
		font-size: 12px;
		font-weight: 500;
	}
	.p-farmers__message2 .photo{
		padding: 4px 0;
		display: flex;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 8px;
        height: fit-content;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.p-farmers__message2 .img{
		order: -1;
	}
	.p-farmers__message2 .logo{
		width: 71%;
		margin-top: 8px;
	}
	.p-farmers__message2 .logo img{
		width: 90%;
	}
	.p-farmers__message2 .name{
		margin-top: 9px;
		font-size: 12px;
		line-height: 1.5;
	}
	.p-farmers__message2 .name span{
		font-size: 11px;
		display: block;
	}

	.l-inner{
		padding: 0;
	}
	.con-next-page{
		margin-top: 140px;
		padding: 90px 0 120px;
	}
	.con-next-page .txt{
		font-size: 15px;
	}
	
	
	
	
	
}







