/*********************************
	TOP
*********************************/
/*------ FV -------*/
.fv__main {
  width: 100%;
  height: 83vw;
  background-image: url("../img/top/bg-fv-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 330px;
}
.fv__main .wrapper {
  position: relative;
}
.fv__main-title {
  position: absolute;
  left: 0px;
  top: 36vw;
  letter-spacing: 3px;
  font-size: min(7vw,40px);
}
.fv__main-catch {
  position: absolute;
  top: 83vw;
  width: 100%;
  text-align: center;
  line-height: 2em;
}
.fv__explanation {
  text-align: center;
}
.fv__explanation-title {
  margin-bottom: .5em;
}
.fv__explanation-text {
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .fv {
    position: relative;
  }
  .fv__main {
    height: 870px;
    background-image: url("../img/top/bg-fv-pc.jpg");
    background-position-y: bottom;
    margin-bottom: 30px;
  }
  .fv__main-title {
    top: 240px;
  }
  .fv__main-catch {
    top: 320px;
    left: 0px;
    line-height: 1.8em;
    letter-spacing: 2px;
    text-align: left;
  }
}

/*------ NEWS -------*/
.news {
  margin: 50px 0;
}
.news .wrapper {
  position: relative;
}
.news__title {
  border-left: 9px solid var(--main-color-blue);
  padding-left: 3px;
  margin-bottom: .5em;
}
.news__btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.news__btn a {
  color: #fff;
  background: var(--main-color-blue);
  padding: 3px 10px;
  box-shadow: 2px 3px #000;
}
.news__items {
  border-top: 1px solid #000;
}
.news__item {
  display: flex;
  gap: 2em;
  padding: 0.7em 2px;
}
.news__item-date {
  color: var(--main-color-blue);
}

/*------ INTRO -------*/
.intro {
  background: #E1FFDF;
}
.intro .wrapper {
  padding: 30px 0;
}
.intro .wrapper > img  {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 340px;
  object-fit: contain;
}
.intro__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  text-align: center;
  letter-spacing: 1px;
}
.intro__contents-title {
  font-size: 2rem;
  line-height: 1.5em;
}
.intro__contents-title span {
  border-bottom: 6px solid #8E9A00;
  line-height: 1em;
  display: inline-block;
}
.intro__contents-text {
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .intro .wrapper {
    display: flex;
    flex-direction: row;
    padding: 50px 0;
  }
  .intro .wrapper > img {
    width: 50%;
    margin-top: 60px;
  }
  .intro__contents {
    width: 50%;
    align-items: flex-start;
  }
  .intro__contents-title {
    text-align: left;
    font-size: 1.9rem;
  }
  .intro__contents-text {
    text-align: left;
    padding-left: 1em;
  }
  
}

/*------ PRODUCT -------*/
.products {
  text-align: center;
}
.products  .wrapper {
  padding: 80px 0;
}
.products__title {
  margin-bottom: 1em;
}
.products__text {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.products__items {
  display: flex;
  gap: 30px 1em;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.products__item {
  width: 47.5%;
  font-size: 1.4rem;
}
.products__item img {
  margin-bottom: .5em;
  width: 100%;
  border-radius: 5px;
}
.products__btn a {
  background-color: #EFE3D3;
  display: inline-block;  
  padding: 1em 2.5em;
  border-radius: 50px;
}

.products__btn a:hover {
  background: #C0A780;
  transition: .3s;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .products__item {
    width: 30.5%;
  }
}

/*------ MEMBER -------*/
.member__title {
  letter-spacing: 1em;
  text-align: center;
  line-height: 3em;
  margin-bottom: 1em;
  background: linear-gradient(-6deg, #EEE5BF 0%, #EEE5BF 50%, #fff 50%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 83px;
  padding-top: 2.5em;
}
.member__text {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.member__scroll {
  position: relative;
}
.member__items {
  display: flex;
  margin-bottom: 80px;
  overflow-x: scroll;
  gap: 30px;
  padding-top: 30px;
}
.member__items::-webkit-scrollbar {
  height: 3px;
}
.member__items::-webkit-scrollbar-thumb {
  background: #dcdcdc; 
  border-radius: 5px;
}
.member__items::-webkit-scrollbar-track {
  background: #F4F4F4; 
  border-radius: 5px; 
}
.member__item {
  background-color: #ebeedb;
  font-size: 1.2rem;
  padding: 70px 35px 25px 35px;
  border-radius: 5px;
  position: relative;
  width: 85%;
  min-width: 320px;
  margin-bottom: 40px;
}
.member__item img {
  position: absolute;
  width: 70px;
  border-radius: 10px;
  top: -20px;
  left: 1.5em;
}
.member__item span {
  position: absolute;
  top: 10px;
  padding-left: 70px;
}
.member__item span::before {
  content: '';
  display: inline-block;  
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.member__item span.icon-tree-01::before {
  background: url(../img/common/icon-tree-01.png);
  background-size: contain;
}
.member__item span.icon-tree-02::before {
  background: url(../img/common/icon-tree-02.png);
  background-size: contain;
}
.member__item span.icon-tree-03::before {
  background: url(../img/common/icon-tree-03.png);
  background-size: contain;
}
.member__scroll-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .member__title {
    background: linear-gradient(-3deg, #EEE5BF 0%, #EEE5BF 45%, #fff 45%, #fff 100%);
    height: 90px;
    padding-top: 3em;
  }
}

@media screen and (min-width: 1100px) {
  .member__scroll-text {
    display: none;
  }
  .member__items {
    overflow-x: initial;
  }
}

@media screen and (min-width: 1280px) {
  .member__title {
    background: linear-gradient(-3deg, #EEE5BF 0%, #EEE5BF 45%, #fff 45%, #fff 100%);
    height: 130px;
    padding-top: 4em;
  }
}

/*********************************
	PARTS
*********************************/
#parts h2 {
  font-size: 2.4rem;
}
/*------ fv -------*/
#parts .fv__main {
  margin-bottom: 30px;
  background-image: url("../img/parts/bg-fv2-sp.jpg");
  width: 100%;
  height: 75vw;
  background-position-y: -20px;
}
#parts .fv__main-title {
  position: absolute;
  left: 0px;
  top: 36vw;
  letter-spacing: 3px;
  font-size: min(5vw,40px);
}
@media screen and (min-width: 768px) {
  #parts .fv__main {
    height: 270px;
    background-image: url(../img/parts/bg-fv2-pc.jpg);
    background-position-x: -290px;
  }
  #parts .fv__main-title {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #parts .fv__main {
    background-position-x: 0px;
  }
}
/*------ PRODUCT -------*/
#parts .products .wrapper {
  padding: 0;
}
#parts .products {
  text-align: left;
}
#parts .products__text {
  padding-left: 1em;
}
#parts .products__text a {
  display: inline-block;
  text-decoration: underline;
}
#parts .products__items {
  gap: 50px 10px;
}
#parts .products__items > * {
  width: 31.2%;
  text-align: center;
}
#parts .products__item img {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  #parts .products__text {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  #parts .products__intro {
    display: flex;
    gap: 30px;
  }
}


/*------ SELECT -------*/
.select__title {
  background: #FFD82A;
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 20px;
  font-size: 1.6rem !important;
}
.select__title + p {
}
.select__title + p a {
  display: inline-block;
  text-decoration: underline;
}
.select__items {
  display: flex;
  gap: 50px 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.select__item {
  width: 31.2%;
  font-size: 1.2rem;
}
.select__item img {
  margin-bottom: .5em;
  width: 100%;
  border-radius: 5px;
}
.select__btn a {
  background-color: #EFE3D3;
  display: inline-block;  
  padding: 1em 2.5em;
  border-radius: 50px;
}

/*------ COMPANY -------*/
.company{
  margin-bottom: 50px;
}
.company__title {
  margin-bottom: 20px;
}
.company__info{
  margin-bottom: 20px;
}
.company__info dl {
  display: flex;
  margin-bottom: .5em;
}
.company__info dl dt {
  width: 5em;
  padding-right: 1em;
  white-space: nowrap;
}

#parts .company__info a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .company__info {
    margin-left: 10%;
  }
  .company__info dl dt {
    padding-right: 5em;
    width: 7em;
  }
}

/*------ NEWS -------*/
#parts .news__title {
  border-left: none;
}
#parts .news__items {
  margin-bottom: 40px;
}
#parts .news__item {
  padding: 1em;
}
.news__box-title  {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.news__box-date {
  color: var(--main-color-blue);
  margin-bottom: 3px;
}
.news__box-text {
  font-size: 2rem;
  margin-bottom: 10px;
  border-bottom: 1px #000 dotted;
}
.news__box-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .news__box-detail {
    display: block;
    text-align: justify;
  }
}

/* page navigation*/
.pagenav {
  clear: both;
  width: 100%;
  height: 57px;
  margin: 25px 0 20px;
  text-align: center;
}

.pagenav a {
  display: inline-block;
  color: #CE603F;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background-color: #FFF;
  padding: 5px;
  text-decoration: none;
}

.page-numbers {
  margin: 16px 0 0 0;
}

.prev.page-numbers, .next.page-numbers {
  margin: 0;
}

a.prev {
  float: left;
  display: inline-block;
  background: url(../img/parts/controls-l.png) no-repeat;
  background-position: 0 0;
  background-color: none;
  border: none;
  width: 56px;
  height: 57px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a.next {
  float: right;
  display: inline-block;
  background: url(../img/parts/controls-r.png) no-repeat;
  background-position: 0 0;
  background-color: none;
  border: none;
  width: 56px;
  height: 57px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.current {
  clear: both;
  color: #60BFC6;
  text-align: center;
}
