@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  common
--------------------------------------------- */
/*header*/


/*footer*/
.footer-nav,
.cmn-pageTop-new{
    display: none !important
}

/* ------------------------------------------
  page_top
--------------------------------------------- */
#page_top {
    position: fixed;
    bottom: 45px;
    right: 45px;
}
#page_top a {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 80px;
    background: url(../images/pc/top.svg) no-repeat;
}

/* ------------------------------------------
  section
--------------------------------------------- */
section{
    background: #fff;
}

.block {
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
}

.bg-beige-light {
    background: url(../images/pc/sec-bg01.webp) repeat;
}

/* ------------------------------------------
  midashi
--------------------------------------------- */

/* ------------------------------------------
  fadein
--------------------------------------------- */

/*fadein*/
.fadein{
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein-active{
  opacity: 1;
  transform: translate(0, 0);
}

/* ------------------------------------------
  mv01
--------------------------------------------- */
.mv-wrap{
    background: url(../images/pc/tokucho-bg01.jpg) repeat center;
}
.mv {
    height: 570px;
    background: url(../images/pc/mv.webp) no-repeat center center;
}

/* ------------------------------------------
  kodawari
--------------------------------------------- */
.kodawari-block{
    position: relative;   
    background: url(../images/pc/kodawari-bg.jpg) no-repeat center;
    height:1540px; 
    padding-top: 50px;
    font-family: 'Noto serif JP', sans-serif;
}

.kodawari-title{
    text-align: center;
    margin-bottom: 20px;
}

.kodawari-inner + .kodawari-inner{
    margin-top: 45px;
}


.kodawari-text{
    width: 450px;
}

.kodawari-inner-title{
    margin-bottom: 25px;
    text-align: center;
}

.kodawari-inner-title span{
    color: #fff;
    font-family: 'Vollkorn', serif;
    font-size: 22px;
}

.kodawari-inner-title-line{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

.kodawari-inner-title-line:before,
.kodawari-inner-title-line:after{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: #fff;
    top: 10px;
}

.kodawari-inner-title-line:before{
    left: 0;
}

.kodawari-inner-title-line:after{
    right: 0;
}

.kodawari-inner-title strong{
    font-size: 22px;
    color: #fecf52;
    letter-spacing: 4px;
    line-height: 1.5;
    font-weight: 500;
}

.kodawari-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
}

.kodawari-inner div:first-child{
    margin-right: 50px;
}

.kodawari-inner p{
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2;
}



/* ------------------------------------------
  about-block
--------------------------------------------- */
.about-block{
  background: url(../images/pc/tokucho-bg01.jpg) repeat center;
    padding: 70px 0 100px;
    text-align: center;
}

.about-title{
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-bottom: 95px;
}

.about-title strong {
    font-family: 'Vollkorn', serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 8px;
}

.about-title-line{
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
}

.about-title-line:before,
.about-title-line:after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #272016;
    bottom: 6px;
}

.about-title-line:before{
    left: 0;
}

.about-title-line:after{
    right: 0;
}

.about-inner{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about-inner-item{
    background: url(../images/pc/tokucho-bg02.jpg) ;
    width: 285px;
    position: relative;
    padding: 180px 30px 30px;
    box-shadow: 0px 0px 30px 15px rgb(0 0 0 / 22%);
}

.about-inner-item img{
    position: absolute;
    top: -70px;
    left: 22px;
}

.about-text-title{
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
    padding-bottom: 10px;
}

.about-text p {
    line-height: 1.75;
    padding-bottom: 15px;
}

/* ------------------------------------------
  photo-block
--------------------------------------------- */
.photo-inner{
    height: 768px;
    padding-top: 80px;
}

.photo01{
    background: url(../images/pc/kodawari-photo01.jpg) no-repeat center;
}

.photo02{
    background: url(../images/pc/kodawari-photo02.jpg) no-repeat center;
}

.photo03{
    background: url(../images/pc/kodawari-photo03.jpg) no-repeat center;
}

.photo-text{
    width: 980px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.photo-title{
    color: #fff;
    line-height: 1;
    letter-spacing: 4px;
    position: relative;
    padding-bottom: 35px;
}

.photo-title:after{
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 3px;
    background: #fff;
    bottom: 0;
}

.photo-title strong{
    font-family: 'Vollkorn', serif;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 15px;
    display: block;
}

.photo-title span{
    display: block;
    font-weight: 700;
}

.photo02 .photo-title{
    text-align: right;
}

.photo02 .photo-title:after{
    right: 0;
}

.photo-star h3{
    position: relative;
    font-size: 24px;
    font-weight: 700;
}

.photo-star p{
    font-weight: 500;
}

.photo-star{
    position: absolute;
    color: #fff;
    padding: 120px 0 0 70px;
}

.photo-star:before{
    content: "";
    display: block;
    width: 80px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pc/kodawari-star.svg) no-repeat;
}

.photo01-star01{
    bottom: 80px;
    left: 100px;
}

.photo01-star02{
    top: 200px;
    right: 0;
}

.photo01-star03{
    bottom: 140px;
    left: 395px;
}

.photo02-star01{
    bottom: 165px;
    left: 225px;
}

.photo02-star02{
    top: 160px;
    right: 30px;
}

.photo03-star01{
    top: 135px;
    left: 350px;
}

/* ------------------------------------------
  lineup
--------------------------------------------- */
.lineup-inner{
    position: relative;
    overflow: hidden;
    padding: 70px 0 55px;
}

.lineup-inner:before{
    content: "";
    height: 100%;
    width: 50vw;
    position: absolute;
    left: 50%;
    top: 0;
    background: #fff;
    opacity: 0.15;
}

.lineup-item{
    width: 947px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.lineup-image{
    padding: 55px 0 0 130px; 
}

.lineup-text{
    width: 460px;
    padding: 280px 0 0 55px;
}

.lineup-title{
    line-height: 1;
    padding-bottom: 30px;
}

.lineup-title strong{
    font-family: 'Vollkorn', serif;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;    
    letter-spacing: 2px;
}

.lineup-title span{
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 900;
    display: block;    
}

.lineup-text p{
    padding-bottom: 30px;
    line-height: 1.75;
}

.lineup01{
    background: url(../images/pc/lineup-corn-bg.jpg) repeat;
}

.lineup01 .lineup-item{
    background: url(../images/pc/lineup-corn-img01.png) no-repeat top;
}

.lineup02{
    background: url(../images/pc/lineup-tomato-bg.jpg) repeat;
}

.lineup02 .lineup-item{
    background: url(../images/pc/lineup-tomato-img01.png) no-repeat top;
}

.lineup03{
    background: url(../images/pc/lineup-edamame-bg.jpg) repeat;
}

.lineup03 .lineup-item{
    background: url(../images/pc/lineup-edamame-img01.png) no-repeat top;
}

.lineup-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 160px;
    height: 34px;
    font-size: 13px;
    color: #fff !important;
    /*background: #342c20;*/
    position: relative;
    transition: opacity .6s 0s ease;
}