
/****************************************************************************

共通項目

****************************************************************************/
html {
    font-size: 16px;
}

body {
    font-family: "Hannari", serif;
	line-height: 1;
    font-size: 1rem;
	color: #333;
    text-align: left;
    font-feature-settings: "palt";
}

.inner {
    width: calc(100% - 137px);
    margin: 0 0 0 auto;
    height: 100vh;
}


/*SP-PC切り替え*/
.only-PC {
    display: block!important;
}

.only-SP {
    display: none!important;
}

.only-TB {
    display: none!important;    
}

.none-SP {
    display: block!important;
}

/****************************************************************************

header

****************************************************************************/
.header {
    position: fixed;
    z-index: 999;
    width: 136px;
/*    border-right: solid 1px #FFF;*/
    height: 100vh;
    font-size: 1.125rem;
    padding-left: 23px;
    background-color: #FFF;box-sizing: border-box;
}

.header.boder-bk {
/*    border-right: solid 1px #333; */  
}

.header__logo {
    margin-top: 35px;
    width:90px;
}
.sidebar__wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
}

.sidebar__list {
}

.sidebar__list .list__item {
    margin-bottom: 1.13vw;
}

.menu {
    color: #666;
}



/****************************************************************************

紙芝居パララックス

****************************************************************************/
section {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
}

section.stuck + section:not(.stuck) {
  box-shadow: none!important;
}

/****************************************************************************

横並び

****************************************************************************/
.flex {
    display: flex;
}

.flex--bet {
    justify-content: space-between;
}

.flex--center {
    justify-content: center;
}

.flex--start {
    justify-content: flex-start;
}



/****************************************************************************

テキスト共通

****************************************************************************/
.text__body {
    font-size: 1rem;
    line-height: 1.8;
}

.text__section {
    background-color: #fff;
    
}

.text__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90.87%;
    height: 100vh;
    margin: auto;
}

.text__inner {
    width: 100%;
    height: 78.67vh;
/*    height: 44.25vw;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.text__wrap .text__box {
    width: 45.95%;
    position: relative;
}

.text__wrap .img__box {
    width: 44.1%;
}

.text__wrap .img__box img {
  width: 100%;
  height: 78.67vh;
  object-fit: cover;
}


.text__wrap .section__title {
    width: 59.23%;
}

.text__wrap .section__body {
    width: 62.75%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.text__wrap .section__body .text__body {
    margin-top: 2.75vw;
}

.text__wrap .section__body .text__title--jap {
    margin-top: 1.88vw;
}



/****************************************************************************

画像セクション共通

****************************************************************************/
.section__copy {
    font-size: 3.125rem;
    position: absolute;
    left: 0;
    bottom: 11.67%;
    color: #FFF;
    letter-spacing: .2em; 
    line-height: 1.5;
    font-weight: 100;
}


/****************************************************************************

mv

****************************************************************************/
/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    width: 100%;
    height: 100vh;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


.page__title {
    width: 42%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}


/****************************************************************************

lead

****************************************************************************/
#lead .text__wrap {
    width: 68.95%;
}

#lead .text__wrap .text--tate {
    width: 16.55%;
}

#lead .text__wrap .text__box {
    width: 62.59%;
}

#lead .text__wrap .text__box .section__title {
    width: 81.89%;
    margin-bottom: 5.5vw;
}

#lead .text__wrap .text__box .btn {
    width: 52.56%;
    margin-top: 5.5vw;
}


/****************************************************************************

soil

****************************************************************************/
#soil {
    background-image: url("../images/soil-bg.jpg");
    background-position: center;
    background-size: cover;
}


/****************************************************************************

land

****************************************************************************/
#land {
    background-image: url("../images/land-bg.jpg");
    background-position: center;
    background-size: cover;
}



/****************************************************************************

water

****************************************************************************/
#water {
    background-image: url("../images/water-bg.jpg");
    background-position: center;
    background-size: cover;
}


/****************************************************************************

people

****************************************************************************/
#people {
    background-image: url("../images/people-bg.jpg");
    background-position: center;
    background-size: cover;
}

/****************************************************************************

cultivar

****************************************************************************/
#cultivar {
    background-image: url("../images/cultivar-bg.jpg");
    background-position: center;
    background-size: cover;
}

.section-lineup {
  overflow: hidden;
  padding: 120px 0;
    background-color: #FFF;
}

.section-lineup .section__title {
    margin-left: 4.86%;
    align-items: flex-end;
    margin-bottom: 6.19vw;
}

.section-lineup .section__title .title--eng {
    width: 25.75vw;
    margin-right: 2.06vw;
}

.section-lineup .section__title .title--jap {
    font-size: 1.125rem;
    margin-bottom: 1%;
}

/*.section-lineup .inner {
  margin: 0 auto;
  width: 80%;
  padding-left: 4rem;
  padding-right: 4rem;
}*/
.section-lineup .lineup {
  position: relative;
    overflow: hidden;
    margin-left: 4.86%;
}
.section-lineup .lineup-carousel li {
  text-align: center;
  margin-right: 24px;
}
.section-lineup .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
    height: 53vh;
    object-fit: cover;
}

.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}
.section-lineup .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.section-lineup .slick-next {
  right: 0;
}
.section-lineup .slick-prev {
  left: -80px;
}
.section-lineup .slick-next:before, .section-lineup .slick-prev:before {
  color: #000;
}


/****************************************************************************

ブログ

****************************************************************************/



/****************************************************************************

footer

****************************************************************************/
#footer {
    background-color: #4D4D4D;
    color: #FFF;
}

#footer .logo {
    width: 19.66%;
    order: 1;
}

#footer .menu__list {
    font-size: 1rem;
    text-align: center;
    font-weight: 100;
    order: 2;
}

#footer .menu__list .list__item {
    margin-bottom: 1.63vw;
}

#footer .text__box {
    width: 16.22%;
    order: 3;
}

#footer .text__box .logo--circle　{
    width: 37.5%;
    margin-bottom: 1.13vw;
}

#footer .text__box .address {
    line-height: 1.8;
    font-size: 0.87rem;
}

#footer a {
    color: #FFF;
}



/****************************************************************************

ドロワーメニュー

****************************************************************************/
/* Navigation */
#navBar {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
}


/* Name on Nav Bar */
.drawer-menu ul a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 7em;
/*    font-family: arial;*/
    letter-spacing: .3em;
}


/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 120px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    box-shadow: 0px 0px 5px #1E1E1E;
}


.drawer-menu h2 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}


.drawer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
}

.drawer-menu .imgWrap {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
}




.drawer-menu .inner {
    width: 89.3vw;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.drawer-menu .inner h2 {
    width: 100px;
    margin-right: 100px;
}

.drawer-menu .inner .imgWrap {
    width: 377px;
    margin-right: 100px;
}

.drawer-menu li {
    text-align: left;
}

.drawer-menu li a {
/*    display: block;*/
/*    height: 50px;*/
    font-size: 32px;
    color: #fff;
    /*font-family: acumin-pro, sans-serif;
    font-weight: 700;*/
    font-style: normal;
    line-height: 2em;
}

.drawer-menu li a::after {
    background: #FFF;
}

.drawer-menu li a:hover {
    opacity: 1;
}

/*.drawer-menu li a:hover {
    color: #1a1e24;
    background: #96908D;
}*/


/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 28px;
    right: 40px;
    width: 56px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 3px;
    background: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 12px;
    opacity: 1;
    width:34px;
}

.bar.bottom {
    top: 24px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width:21px;
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}


/* Hover Effects */
/*.menu-btn:hover .bar {
  background: white;
}*/


.menu-btn:hover .menu-btn__text {
    color: #999;
}

.menu-btn:hover .bar.middle {
    width: 100%;
}

.menu-btn:hover .bar.bottom {
    width: 100%;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}


/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .drawer-menu ul,
.check:checked ~ .drawer-menu .imgWrap{
     -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .drawer-menu h2 {
     -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}


.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFF;
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
    background: #FFF;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    background: #FFF;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: #FFF;
    visibility: visible;
    opacity: 1;
    z-index: 3;
}



/**********************************

SP

***********************************/
@media screen and (max-width: 599px) {
    .only-PC {
        display: none!important;
    }
    
    .only-SP {
        display: block!important;
    }
    
    .none-SP {
        display: none!important;
    }
    
    html {
    font-size: 14px;
}
    .inner {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
    }
    
    .page__title {
  width: 62%;
    }
    
    #lead .text__wrap .text--tate {
  display: none;
}
    
    #lead .text__wrap .text__box {
  width: 100%;
}
    
    .section__copy {
  font-size: 2rem;
    }

    .text__wrap .img__box {
  display: none;
}
    .text__wrap .text__box {
  width: 100%;
    height: 100%;
    }
    
    .text__wrap {
  width: 68.95%;
    }
    .text__wrap .section__title {
  width: 71.23%;
}
    
    .text__wrap .section__body .text__title--jap {
  margin-top: 3.88vw;
}
    
    .text__wrap .section__body .text__body {
  margin-top: 3.75vw;
}

    
    .text__inner {

  display: block;
}
    
    #footer .logo {
  width: 59.66%;
  margin: 50% auto 0;
}
    
    .logo--circle {
  display: none;
}
    #footer .text__box .address {
  line-height: 1.8;
  font-size: 0.87rem;
  text-align: center;
}
    
    #footer .text__box {
  width: 86.22%;
  margin: 10% auto;
}
    
    #footer .menu__list .list__item {
  margin-bottom: 2.63vw;
}
}
