@charset "UTF8";

html{
  scroll-behavior: smooth;/* ページ内リンクの仕方の設定 */
  scroll-padding-top: 100px; /* スクロール先の位置の設定 */
}

*{box-sizing: border-box;}

body{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

body, h1, h2, dl, dd{
  margin: 0;
}

h2{
  width: 280px;
  margin: 175px auto 65px;
  padding: 10px 0;
  background-image: linear-gradient(90deg, #6197CE 0 20%, #024F9C 20%);/* ２色に色分け */
  background-repeat: no-repeat;
  background-size: 100% 7%;/* 線の幅と高さ */
  background-position: bottom;/* 下部に表示 */
  font-family: 'Martian Mono', monospace;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #024F9C;
  text-align: center;

}

img{
  vertical-align: bottom;
}

a{
  text-decoration: none;
  transition: 0.5s ease;
}

a:hover{
  opacity: 0.5;
}

ul{
  padding: 0;
}

li{
  list-style:none;
}



/* headerブロック */
.header{
  width: 1200px;
  margin: 20px auto;
  text-align: center;
}

.header img{
  width: 90px;
}

.header h1{
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 58px;
  color: #024F9C;
  margin: 17px;
}

/* nav */
.nav{
  padding: 20px 0;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 20;
  opacity: 0.8;
}

.nav ul{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.nav ul li a{
  font-family: 'Martian Mono', monospace;
  font-size: 18px;
  /* font-weight: bold; */
  color: #024F9C;
  text-decoration: underline;
  margin: 0 30px;
  text-underline-offset:0.3em;
  text-decoration: underline  2px;
}

.nav ul li a i{
  font-size: 18px;
  color: #024F9C;
  text-decoration: underline;
  /* margin: 0 20px; */
  text-underline-offset:0.3em;
  text-decoration: underline  2px;
}



.nav ul li a:hover{
  text-decoration: none;
}

.nav ul li a:hover i{
  text-decoration: none;
}


/* メイン画像ブロック */
.main-image{
  width: 100%;
  position: relative;
  margin: 50px 0 0 0;
  height: 38vw;/*←メイン画像が浮いているから */
  /* height: 800px; */
}

.main-image-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 78px;
  color: #ffffff;
  }

.main-image img{
  width: 100%;
  position: absolute;
}

/* CONCEPTブロック */
.concept p{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}

/* ABOUTブロック */

.access{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.access-text{
  width: 570px;
  font-size: 15px;
}

.access-text dl{
  display: flex;
  flex-wrap: wrap;
}

.access-text dl dt{
  width: 30%;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: dashed 1px #424242;
  text-indent: 1em;
}

.access-text dl dd{
  width: 70%;
  margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: dashed 1px #424242;
  line-height: 1.5em;
}

.map{
  width: 524px;
  height: 470px;
}


/* BRANDブロック */

.brand-outer{
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

/* NEWSブロック */
.news-text{
  width: 900px;
  margin: 0 auto;
}

.news-text dl{
  display: flex;
  flex-wrap: wrap;
}

.news-text dl dt{
  width: 25%;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dashed 1px #424242;
  text-indent: 1em;
  line-height: 30px;
}

.news-text dl dd{
  width: 75%;
  margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: dashed 1px #424242;
}

.news-text dl dd a{
  font-size: 15px;
  line-height: 1.5em;
  color: black;
}

.read-more{
  width: 900px;
  margin: 20px auto 0;
  text-align: right;
}

.read-more a{
  width: 228px;
  font-size: 15px;
  color: #024F9C;
  border: solid 2px #024F9C;
  padding: 10px 20px;
}

/* CONTACTブロック */

.contact{
  width: 1200px;
  margin: 175px auto 30px;
}

/* トップページへ移動ブロック */

.top-page{
  text-align: right;
  margin: 80px 30px 0 0;
}

.top-page a{
  font-size: 35px;
  color: #024F9C;
  text-decoration: underline;
  text-underline-offset:0.2em;
  text-decoration: underline  3px;
}

/* footerブロック */
.footer{
  margin: 50px 0 20px 0; 
  text-align: center;
}

.footer p small{
  color: #024F9C;
}


/* forest title */
/* forest title背景 */
.forest-back{
  width: 100%;
  margin: 50px 0 0 0;
  height: 500px;
  background-image: url(../images/02forest/f-h2-back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* SKY title背景 */
.sky-back{
  width: 100%;
  margin: 50px 0 0 0;
  height: 500px;
  background-image: url(../images/03sky/s-h2-back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  align-items: center;
}


.title-white{
  width: 100%;
  height: 132px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  position: absolute;
}

.kinds-title{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.brand-forest-logo img{
  width: 200px;
}

.brand-sky-logo img{
  width: 200px;
}

/* kinds-juicyのリンク */
.kinds-forest{
  align-items: center;
  margin: 0 0 0 50px;
}

.kinds-forest ul{
  display: flex;
}

.kinds-forest ul li a{
  font-family: 'Martian Mono', monospace;
  font-size: 18px;
  color: #F80303;
  text-decoration: underline;
  margin: 0 20px;
  text-underline-offset:0.3em;
  text-decoration: underline  2px;
}

/* kinds-nuevoのリンク */
.kinds-nuevo{
  align-items: center;
  margin: 0 0 0 50px;
}

.kinds-nuevo ul{
  display: flex;
}

.kinds-nuevo ul li a{
  font-family: 'Martian Mono', monospace;
  font-size: 18px;
  color: #1501B8;
  text-decoration: underline;
  margin: 0 20px;
  text-underline-offset:0.3em;
  text-decoration: underline  2px;
}


/* juicyのh3 */
.juicy-list h3 {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 187px auto 0;
  font-family: 'Martian Mono', monospace;
  color: #F80303;
  font-size: 20px;
}

.juicy-list h3::before, .juicy-list h3::after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #F80303;
  display: block;
}

.juicy-list h3::before {
  margin-right: 18px;
}

.juicy-list h3::after {
  margin-left: 18px;
}

/* nuevoのh3 */
.nuevo-list h3 {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 187px auto 0;
  font-family: 'Martian Mono', monospace;
  color: #1501B8;
  font-size: 20px;
}

.nuevo-list h3::before, .nuevo-list h3::after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #1501B8;
  display: block;
}

.nuevo-list h3::before {
  margin-right: 18px;
}

.nuevo-list h3::after {
  margin-left: 18px;
}


.brand-list-outer{
  width: 1200px;
  margin: 200px auto -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-list-outer::before{
  content:"";
  display: block;
  width:21%;
  order:1;
}
.brand-list-outer::after{
  content:"";
  display: block;
  width:21%;
}

.brand-list-content{
  width: 250px;
  height: 377px;
  margin: 0 0 80px 0;
}

.brand-list-content img{
  width: 250px;
  height: 377px;
  object-fit: cover;
}


/* NEWSページ */

/* news title背景 */
.news-back{
  width: 100%;
  margin: 50px 0 0 0;
  height: 500px;
  background-image: url(../images/04news/nuws-h2-back.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.news-title{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Martian Mono', monospace;
  font-size: 35px;
  letter-spacing: 0.2em;
  color: #024F9C;
}

.news-page{
  margin-top: 137px;
}

.news-detail{
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px dashed #707070;
  padding-bottom: 40px;
}

.news-img{
  width: 590px;
  margin: 50px auto;
}

.news-img img{
  width: 100%;
}

h4{
  font-size: 20px;
  width: 800px;
  margin: 40px auto 20px;
}

.news-detail p{
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
}

/*  CONTACTブロック  */

.contact{
  width: 1200px;
  margin: 150px auto 0;
  padding-top: 30px;
  background-color: #E7F2F5;
}

.contact > h2{
  width: 280px;
  margin: 0 auto 10px;
  padding: 10px 0;
  background-image: linear-gradient(90deg, #6197CE 0 20%, #024F9C 20%);/* ２色に色分け */
  background-repeat: no-repeat;
  background-size: 100% 7%;/* 線の幅と高さ */
  background-position: bottom;/* 下部に表示 */
  font-family: 'Martian Mono', monospace;
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #024F9C;
  text-align: center;
}

.contact > p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}


form{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-label{
  width: 15%;
  font-weight: bold;
  margin-bottom: 40px;
  
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  border: 0;
  height: 50px;
  padding-left: 10px;
  width: 85%;
  margin-bottom: 40px;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}

textarea{
  height: 200px;
  margin-bottom: 50px;
}

.submit{
  width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}

input[type="submit"]{
  background-color: #024F9C;
  color: #ffffff;
  border:none;
  padding: 18px 80px;
  font-size: 20px;
}


/* メディアクエリ */
@media screen and (max-width: 640px){


  .access, .brand-outer, form,
  .news-text dl, .kinds-title{
    display: block;
  }

  .header, .access,
  .brand-outer, .news-text,
  .contact, .nav ul, 
  .submit, .access-text,
  .kinds-title, .brand-list-outer,
  .juicy-list h3, .title-white-page-juicy,
  .nuevo-list h3, .title-white-page-nuevo,
  .news-title,.news-img, .news-detail p, h4, nav, .concept p {
    width: 100%;
  }

  .nav ul{
    flex-wrap: wrap;
    gap: 2em;
  }

  .nav ul li a{
    margin: 0;
  }

  .map{
    width: 90%;
    margin: 0 auto;
    height: 340px;
  }

  .map iframe {
    height: 340px;
    width: 340px;
  }

  .brand-outer a img{
    width: 100%;
    height: 100%;
  }

  .header h1{
    font-size: 35px;
    color: #024F9C;
    margin: 17px;
  }

  .main-image{
    height: 66vw;
  }

  .main-image img{
    height: 66vw;
    object-fit: cover;
  }

  .main-image-text{
    top: 55%;
  }

  h2{
    width: 220px;
    margin: 67px auto 40px;
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  .access-text {
    width: 91vw;
    font-size: 15px;
    margin: 0 auto;
  }

  .concept p, .news-text , .news-detail{
    width: 91%;
  }

  .news-text dl dt{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin: 0 ;
    padding: 0;
    border-bottom: none;
    text-indent: 0.5em;
    line-height: 3;
  }
  
  .news-text dl dd{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: dashed 1px #424242;
    text-indent: 0.5em;
  }

  .news-detail{
    margin-bottom: 66px;
  }

  .read-more {
    width: 91%;
    margin: 26px auto 0;
    text-align: right;
  }


  .contact{
    margin: 90px auto 0;
    padding: 5px 0 1px;
    background-color: #E7F2F5;
  }

  .contact > h2{
    width: 220px;
    margin: 40px auto 40px;
    font-size: 28px;
    letter-spacing: 0.1em;
  }

  form {
    width: 91%;
    margin: 10px auto 10px;
    align-items: center;
  }

  .form-label {
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"]
  {
    border: 0;
    height: 50px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 40px;
  }

  textarea{
    border: 0;
    height:200px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 40px;
  }


  /* JUICYページ */
  .kinds-juicy{
    margin: 0 auto;
  }

  .kinds-juicy ul {
    justify-content: space-around;
  }

  .brand-list-content{
    width: 160px;
    height: 250px;
    margin: 0 0 70px 0;
  }
  
  .brand-list-content img{
    width: 160px;
    height: 250px;
    object-fit: cover;
  }

  .juicy-list h3 {
    margin: 80px auto 0;
  }

  .title-white-page-juicy {
    padding-right: 10px;
    text-align: right;
  }

  .brand-juicy-logo{
    margin: 10px 0 0 0;
    text-align: center;
  }

  .brand-juicy-logo img{
    width: 180x;
  }

/* NUEVO BLANCA */


  .kinds-nuevo{
    margin: 0 auto;
  }

  .kinds-nuevo ul {
    justify-content: space-around;
  }

  .nuevo-list h3 {
    margin: 80px auto 0;
  }

  .title-white-page-nuevo {
    padding-right: 10px;
    text-align: right;
  }

  .brand-nuevo-logo{
    margin: 10px 0 0 0;
    text-align: center;
  }

  .brand-nuevo-logo img{
    width: 180x;
  }

}

