@charset "UTF-8";
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
#main_contents #main {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	position: relative;
}
#main img {
	vertical-align:middle;
	max-width: 100%;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/*---------------------------------------------------------------------------------
mv
--------------------------------------------------------------------------------- */
.mv-wrap {
	width: 100%;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
}
.mv-inner {
	padding-bottom: 50px;
	position: relative;
}
.mv-main{
	object-fit: cover;
	width: 100%;
}
.mv-inner-ttl {
    width: 557px;
    font-size: 62px;
	font-weight: 800;
	text-align:left;
	line-height: 1.36;
	letter-spacing: 0.1em;
    padding-left: 120px;
    color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin:auto;
}
.mv-inner-ttl span{
    display: inline-block;
	letter-spacing: 0.001em;
}
.mv-inner-ttl [data-ruby] {
    position: relative;
}
.mv-inner-ttl [data-ruby]::before {
    content: attr(data-ruby);
    letter-spacing: 0.4em;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 19px;
}
.mv-inner-ttl rt {
    display: none;
}
.logo{
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 163px;
}
.mv-under {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 840px;
	margin: 0 auto;
}
.mv-profile {
	box-sizing: border-box;
	width: 593px;
	height: 206px;
	border: 1px solid #006837;
	background-color: #EFEDE6;
    margin-bottom: 22px;
}
.mv-profile-inner{
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    width: 591px;
	height: 204px;
    padding: 20px;
    }
.mv-profile .left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	width: 400px;
	
}
.mv-profile .right {
	width:calc(100% - 418px);
}
.mv-profile .txt_01 {
    width: 100%;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #231815;
}
.mv-profile .txt_02 {
    width: 100%;
    font-size: 30px;
	padding-bottom: 3px;
}
.mv-profile .left img{
    width: 108px;
}
.txt_02 span{
    font-size: 18px;
}
.mv-profile .txt_03 {
    width: 100%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #603813;
	text-align: justify;
}
.hiratsuka{
    width: 120px;
    padding: 10px 0;
}

/* SP ----------------------------------------*/
@media screen and (max-width: 768px){
	.mv-wrap {
        margin-bottom: 28px;
    }
    .mv-inner {
        padding-bottom: 24px;
    }
    .mv-inner-ttl {
        width: 241px;
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: 0.1em;
        padding-left: 3%;
    }
    .mv-inner-ttl span{
        font-size: 2rem;
        letter-spacing: 0.001em;
    }
    .mv-inner-ttl [data-ruby]::before {
        letter-spacing: 0.4em;
        top: 0px;
        font-size: 0.5rem;
    }
    .logo{
        display: none;
    }
    .mv-under {
        width: 95%;
        max-width: 480px;
    }
    .mv-profile {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .mv-profile-inner{
        width: 100%;
        height: auto;
        padding: 3%;
    }
    .mv-profile .left {
        width: 68%;
    }
    .mv-profile .right{
        width: 28%
    }
    .mv-profile .txt_01 {
        font-size: 14px;
        letter-spacing: 0.001em;
    }
    .mv-profile .txt_02 {
        font-size: 20px;
        padding-bottom: 0px;
    }
    .mv-profile .left img{
        width: 30%;
    }
    .txt_02 span{
        font-size: 14px;
    }
    .mv-profile .txt_03 {
        font-size: 10px;
    }
    .hiratsuka{
         width: 30%;
    }
    .sp_logo_box{
        width: 100%
    }
    .sp_logo{
		width: 140px;
		margin: 0 auto;
	}
}


/*---------------------------------------------------------------------------------
section01
--------------------------------------------------------------------------------- */
.sec01 {
    width: 100%;
	color: #534741;
    padding-bottom: 150px;
}
.sec01-ttl {
	font-size: 53px;
	font-weight: 700;
    color: #3e3a39;
	text-align: center;
	padding-bottom: 10px;
}
.sec01-ttl span {
	display: block;
	font-size: 30px;
	color: #045930;
	font-family: "CA-OTF ゴシックMB101 Pro", sans-serif;
}
.sec01-read {
	font-size: 24px;
	line-height: 1.66;
    color: #42210b;
	text-align: center;
	padding-bottom: 95px;
}
.sec01-ttl [data-ruby] {
    position: relative;
}
.sec01-ttl [data-ruby]::before {
    content: attr(data-ruby);
    letter-spacing: 0.7em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: -10px;
    left: 9px;
    right: 0;
    margin: auto;
    font-size: 15px;
}
.sec01-ttl rt {
    display: none;
}
.sec01-contents {
	width: 100%;
	padding: 30px 0 0;
	position: relative;
}
.sec01-contents-ttl{
    font-size: 29px;
    font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 40px;
}
.sec01-contents-txt{
    font-size: 21px;
    font-weight: 300;
	line-height: 2;
	text-align: center;
	padding-bottom: 80px;
}
.sec01-detail{
    width: 100%;
    z-index: 10;
}
.sec01-detail:before{
	content: '';
	position: absolute;
	top: -480px;
	background: #EFEDE6;
	background: linear-gradient(189deg, rgba(255,255,255,0) 50%, rgba(239,237,230,1) 50%);
	width:100%;
	height:1100px;
    z-index: -10;
}
.sec01-detail:after{
	content: '';
	position: absolute;
	top: 450px;
	background: #EFEDE6;
	background: linear-gradient(356deg, rgba(255,255,255,0) 50%, rgba(239,237,230,1) 50%);
	width:100%;
	height:4500px;
    z-index: -10;
}

.sec01-detail-inner-1{
    width: 100%;
    padding-bottom: 60px;
}
.sec01-detail-inner-1 img,
.sec01-detail-inner-1 p{
    width: 576px;
    display: block;
    margin: 0 auto;
}
.sec01-detail-inner-2,
.sec01-detail-inner-3{
    width: 100%;
    padding-bottom: 60px;
}
.sec01-detail-inner-2 ul,
.sec01-detail-inner-3 ul{
    width: 694px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.sec01-detail-inner-2 li,
.sec01-detail-inner-3 li{
    width: 340px;
    padding-bottom: 15px;
}
.sec01-detail-inner-1 p,
.sec01-detail-inner-2 p,
.sec01-detail-inner-3 p{
    font-size: 16px;
    line-height: 1.7;
    padding-top: 13px;
}
.sec01-detail-inner-2 p{
    display: block;
    width: 694px;
    margin: 0 auto;
}
.sec01-detail-ttl{
    width: 100%;
    padding-bottom: 30px;
}
.sec01-detail-ttl p{
    text-align: center;
    font-size: 29px;
    font-weight: 500;
}
/* section01 SP ----------------------------------------*/
@media screen and (max-width: 768px){
    .sec01 {
		padding-bottom: 0px;
        z-index: 10;
	}
    .sec01-detail:before{
        top: -695px;
        background: linear-gradient(191deg, rgba(255,255,255,0) 50%, rgba(239,237,230,1) 50%);
        height:1500px;
    }
    .sec01-detail:after{
        top: 690px;
        background: linear-gradient(346deg, rgba(255,255,255,0) 50%, rgba(239,237,230,1) 50%);
        height:800px;
    }
	.sec01-ttl {
		padding-bottom: 0px;
		font-size: 24px;
	}
	.sec01-ttl span {
		padding-bottom: 8px;
		font-size: 16px;
	}
    .sec01-ttl [data-ruby]::before {
        letter-spacing: 0.3em;
        top: -10px;
        left: 1px;
        font-size: 8px;
    }
    .sec01-ttl rt {
        display: none;
    }
    .sec01-read {
		padding-bottom: 10px;
		font-size: 15px;
	}
    .sec01-contents-ttl{
        font-size: 17px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.06em;
        padding-bottom: 10px;
    }
    .sec01-contents-txt{
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        padding-bottom: 20px;
    }
    .sec01-detail-inner-1,
    .sec01-detail-inner-2,
    .sec01-detail-inner-3{
        width: 78%;
        padding-bottom: 25px;
        margin: 0 auto;
    }
    .sec01-detail-inner-2 ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sec01-detail-inner-2 li{
        width: 49%;
        padding-bottom: 2%;
    }
    .sec01-detail-inner-1 p,
    .sec01-detail-inner-2 p,
    .sec01-detail-inner-3 p{
        width: 100%;
        font-size: 12px;
        padding-top: 5px;
    }
    .sec01-detail-ttl{
        padding-bottom: 10px;
    }
    .sec01-detail-ttl p{
        font-size: 17px;
        line-height: 1.4;
        font-weight: 500;
    }
    .sec01-detail-inner-3 ul{
       width: 100%;
       display: block;
    }
    .sec01-detail-inner-3 li{
        width: 100%;
        padding-bottom: 15px;
    }
    .sec01-detail-outer:nth-of-type(2){
        padding-bottom: 25px;
    }
    
}
/*---------------------------------------------------------------------------------
section02
--------------------------------------------------------------------------------- */
.sec02 {
	margin-top: 150px;
	position: relative;
	color: #231815;
	width: 100%;
	padding-bottom: 95px;
}
.sec02::before{
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(193deg, rgba(255,255,255,0) 50%, rgba(239,237,230,1) 50%);
	width:100%;
    top: -1800px;
	height: 4000px;
    z-index: -10;
}
.sec02::after{
	content: '';
	position: absolute;
	background: rgb(255,255,255);
	background: linear-gradient(345deg, rgba(255,255,255,0) 50%, rgba(239,237,230,1) 50%);
	width:100%;
    top:2150px;
	height: 1000px;
	z-index: -10;
}

.sec02-contents{
    width: 700px;
    margin: 0 auto;
}
.sec02-movie-wrap{
    padding-bottom: 75px;
}
.sec02-movie-wrap video {
	width: 692px;
	height: 391px;
	display: block;
	position: relative;
	margin: 0 auto;
    padding-bottom: 60px;
	z-index: 0;
}
.sec02-movie-ttl,
.sec02-ttl,
.sec02-step_ttl{
    color: #006934;
    text-align: center;
    font-weight: 600;
}
.sec02-movie-ttl{
    font-size: 39px;
	padding-bottom: 30px;
}
.sec02-step_ttl{
    font-size: 39px;
    line-height: 1;
	padding-bottom: 25px;
}
.sec02-list-cooking{
    padding-bottom: 80px;
}
.sec02-list-cooking ul,
.sec02-list-coffee ul,
.sec02-list-coffee li:nth-of-type(3){
    width: 694px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.sec02-list-cooking li,
.sec02-list-coffee li{
    width: 340px;
    padding-bottom: 40px;
}
.sec02-list-cooking li:nth-of-type(3){
    width: 425px;
    margin-left: calc(100% - 425px);
    padding-bottom: 40px;
}
.sec02-list-cooking li:nth-of-type(3):before{
    content: "";
	display: block;
    width:125px;
	height:108px;
	background: url( "../img/dekiagari.png") no-repeat;
	background-size: contain;
	position: absolute;
    top: 550px;
	left: 100px;
}
.sec02-list-cooking ul p,
.sec02-list-coffee ul p{
    font-size: 16px;
    line-height: 1.7;
    padding-top: 22px;
}
.sec02-list-coffee-txt{
    display: inline-block;
    width: 100%;
    font-size: 20px;
	font-weight: 300;
	line-height: 1.65;
    text-align: center;
	padding-bottom: 35px;
    margin: -15px auto 0;
}
.sec02-list-coffee li:nth-of-type(3){
    width: 100%;
    padding-bottom: 40px;
}
.coffee3{
    width: 264px;
}
.coffee4{
    width: 412px;
}

/* section02 SP ----------------------------------------*/
@media screen and (max-width: 768px){
	.sec02 {
        margin-top: 50px;
        width: 100%;
        padding-bottom: 50px;
    }
    .sec02::before{
        background: linear-gradient(345deg, rgba(239,237,230,1) 50%, rgba(255,255,255,0) 50%);
        top: -2150px;
        height: 4500px;
    }
    .sec02::after{
        background: linear-gradient(198deg, rgba(239,237,230,1) 50%, rgba(255,255,255,0) 50%);
        top:2300px;
        height: 800px;
    }
    .sec02-contents{
        width: 78%;
        margin: 0 auto;
    }
    .sec02-movie-wrap{
        padding-bottom: 20px;
    }
    .sec02-movie-wrap video {
        width:100%;
        height: auto;
        padding-bottom: 25px;
        z-index: 0;
    }
    .sec02-movie-ttl{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .sec02-step_ttl{
        font-size: 25px;
        padding-bottom: 10px;
    }
    .sec02-list-cooking{
        padding-bottom: 40px;
    }
    .sec02-list-cooking ul,
    .sec02-list-coffee ul,
    .sec02-list-coffee li:nth-of-type(3){
        width: 100%;
        display: block;
        padding-top: 5px
    }
    .sec02-list-cooking li,
    .sec02-list-coffee li{
        width: 100%;
        padding-bottom: 25px;
    }
    .sec02-list-cooking li:nth-of-type(3){
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    .sec02-list-cooking li:nth-of-type(3):before{
        display: none;
    }
    .sec02-list-cooking ul p,
    .sec02-list-coffee ul p{
        font-size: 12px;
        font-weight: 300;
        line-height: 1.5;
        padding-top: 10px;
    }
    .sec02-list-coffee-txt{
        font-size: 14px;
        font-weight: 200;
        line-height: 1.4;
        padding: 20px 0 25px;
    }
    .coffee003_txt{
        padding-bottom: 25px;
    }
    .sec02-list-coffee li:nth-of-type(3){
        padding-bottom: 0px;
    }
    .sec02-list-coffee li:nth-of-type(3) img{
        width: 100%;
    }
}


/*---------------------------------------------------------------------------------
information
--------------------------------------------------------------------------------- */
.information{
    width: 100%;
    margin: 0 auto;
}
.information-inner{
    box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 830px;
	padding: 50px;
	border: 2px solid #12491d;
	background-color: #EFEDE6;
	margin: 100px auto 23px;
	position: relative;
}
.information-ttl {
	width: 100%;
	padding-bottom: 45px;
	font-size: 39px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #12491d;
}
.information-box1,
.information-box2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 723px;
}
.information-box1{
    flex-wrap: wrap;
    padding-bottom: 22px;
}
.information-box1 img{
    width: 355px;
    padding-bottom: 10px;
}
.information-box2{
    align-items: flex-start;
}
.information-box2 img{
    width: 355px;
}
.information-box2 img:nth-of-type(2){
    width: 314px;
}
.information-box2-txt{
    position: absolute;
    left: 445px;
    bottom: 50px;
}
.information-box2-txt p{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.03em;
}
.information-under{
    display: block;
    width: 830px;
    font-size: 14.5px;
    padding-bottom: 80px;
    margin: 0 auto
}


/* information SP ----------------------------------------*/
@media screen and (max-width: 768px){
    .information-inner{
        width: 91%;
        padding: 20px;
        margin: 0px auto 15px;
    }
    .information-ttl {
        padding-bottom: 20px;
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    .information-box1{
        width: 100%;
        padding-bottom: 10px;
    }
    .information-box1 img{
        width: 49%;
    }
    .information-box1 p{
        font-size: 11px;
        color: #42210b;
    }
    .information-box2{
        width: 100%;
    }
    .information-box2 img{
        width: 49%;
    }
    .information-box2 img:nth-of-type(2){
        width: 45%;
        margin: -10px -5px 0 0;

    }
    .information-box2-txt{
        position: absolute;
        left: 55%;
        bottom: 16px;
    }
    .information-box2-txt p{
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 0.03em;
    }
    .information-under{
        font-size: 10px;
        width: 91%;
    }

}

/* エフェクト ----------------------------------*/
#main .offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*個別に遅らせる*/
#main .offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
#main .ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#main .ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#main .ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#main .ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}



