/************************************************

トップページ

*************************************************/

/*************top__mv*************/

.top__mv{
  line-height: 0;
}

.top__mv h1 span{
  opacity: 0;
}

.top__mv img{
  width: 100%;
}

@media screen and (max-width: 768px) {

  .top__mv h1{
    height: 50vw;
  }

  .top__mv img{
    width: 100%;
    height: 100%;
    object-fit:cover;
  }

  .top__mv .com{
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    padding: 5px 0;
  }

}

/*************top__maincopy*************/
.top__maincopy{
  background-color: #05943c;
  padding: 30px 0;
  margin-bottom: 50px;
}

.top__maincopy h2{
  color:#fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.top__maincopy h2::after,
.top__maincopy h2::before{
  content:"";
  width: 2px;
  height: 51px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: -10px;
}

.top__maincopy h2::after{
  transform:rotate(25deg);
  margin-left: 30px;
}

.top__maincopy h2::before{
  transform:rotate(-25deg);
  margin-right: 30px;
}

.top__maincopy h2 em{
  color:#fff600;
  font-size: 1.2em;
}

.top__maincopy h2 em span{
  font-size: 0.7em;
}


.top__maincopy__btn01 a{
  border-radius: 32px;
  background-color: #fff;
  color:#008f3d;
  display: block;
  font-size: 26px;
  font-weight: bold;
  width: 402px;
  padding: 12px 0;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  box-shadow:1px 1px 10px -4px rgba(0,0,0,0.31);

}

.top__maincopy__btn01 a::after{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin:auto;
}

.top__maincopy__btn01 a.hover{
  background-color: #00773d;
  color: #fff;
}

.top__maincopy__btn01 a.hover::after{
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;

}

.top__maincopy__btn02 a{
  border-radius: 32px;
  background-color: #008f3d;
  color:#fff;
  display: block;
  border:2px  solid #fff;
  font-size: 20px;
  font-weight: bold;
  width: 355px;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.top__maincopy__btn02 a::after{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-white.svg) no-repeat 50% 50% / contain;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin:auto;
}

.top__maincopy__btn02 a.hover{
  background-color: #fff600;
  color: #008f3d;
  border-color: #fff600;
}

.top__maincopy__btn02 a.hover::after{
  background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;

}


.top__maincopy__btn-rakuten a{
  border-radius: 32px;
  background-color: #fff;
  color:#333;
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: 402px;
  padding: 12px 0;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
  box-shadow:1px 1px 10px -4px rgba(0,0,0,0.31);

}

.top__maincopy__btn-rakuten a::after{
  content:"";
  background: url(/site_cerekinon/assets/img/common/arrow-right-green.svg) no-repeat 50% 50% / contain;
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin:auto;
}

.top__maincopy__btn-rakuten a.hover{
  opacity: .7;
}


.top__maincopy__btn-rakuten img{
  display: block;
  width: 200px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {

  .top__maincopy{
    padding: 30px 0;
    margin-bottom: 40px;
  }

  .top__maincopy h2{
    font-size: 7.5vw;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.3;
  }

  .top__maincopy h2::after,
  .top__maincopy h2::before{
    display: none;
  }

  .top__maincopy em::after,
  .top__maincopy em::before{
    content:"";
    width: 2px;
    height:30px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: -5px;
  }

  .top__maincopy em::after{
    transform:rotate(25deg);
    margin-left: 20px;
  }

  .top__maincopy em::before{
    transform:rotate(-25deg);
    margin-right: 20px;
  }

  .top__maincopy__btn01 a{
    font-size: 20px;
    width: auto;
    margin: 0 20px 15px;
  }

  .top__maincopy__btn02 a{
    font-size: 16px;
    width: auto;
    margin: 0 20px;
  }

  .top__maincopy__btn-rakuten a{
    width: auto;
    margin: 0 20px 15px;
  }


}


/*************top__topics*************/
.top__topics{
  margin-bottom: 30px;
}

.top__topics .c-secttl{
  text-align: center;
  margin-bottom: 40px;
}

.top__topics__ttl-en{
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.top__topics__bnrs{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.top__topics .img{
  line-height: 0;
  overflow:hidden;
  position: relative;
  margin-bottom: 2px;
}

.top__topics .img img{
  transition:.3s;
  /*object-fit:cover;*/
}

.top__topics a.hover .img img{
  transform:scale(1.02);
}

.top__topics .new {
  position: absolute;
  width: 30px;
  z-index: 1;
  right: -10px;
  top: -10px;
}

.top__topics__bnr {
  margin:0 auto 20px;
  width: 70%;
  position: relative;
}

.top__topics__bnrs__left{
  width: 56%;
}

.top__topics__bnrs__left > div {
  margin-bottom: 20px;
  position: relative;
}

.top__topics__bnrs__right{
  width: 39.3%;
}

.top__topics__bnrs__right > div {
  margin-bottom: 25px;
  position: relative;
}

.top__topics__bnrs__right > div:nth-child(2){
  margin-bottom: 20px;
}

.top__topics__bnrs__right ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__topics__bnrs__right ul li{
  width: 46.16%;
  margin-bottom: 25px;
  position: relative;
}


.top__topics__bnrs__right ul h3{
  background-color: rgba(44,44,44,0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.28;
  text-align: center;
  color: #fff;
  font-weight: lighter;
  height: 38px;
  padding-top: 5px;
  font-size: 14px;
}

.top__topics__bnrs__right ul .fodmapcolumn{
  font-size: 12px
}

.top__topics__bnrs__right:nth-child(3){
  font-size:10px;
}

@media screen and (max-width: 768px) {

  .top__topics .c-secttl{
    text-align: center;
    margin-bottom: 30px;
  }

  .top__topics__ttl-en{
    font-size: 19px;
    margin-bottom: 20px;
  }

  .top__topics__bnrs{
    display: block;
  }

  .top__topics__bnrs .img{
    margin-bottom: 3px;
  }

  .top__topics__bnrs .img img{
    width: 100%;
  }
  
  .top__topics__bnr {
  width: 100%;
}

  .top__topics__bnrs__left{
    width: 100%;
  }

  .top__topics__bnrs__left > div {
    margin-bottom: 20px;
  }

  .top__topics__bnrs__right{
    width: 100%;
  }

  .top__topics__bnrs__right > div {
    margin-bottom: 20px;
  }

  .top__topics__bnrs__right > div:nth-child(2){
    margin-bottom: 20px;
  }

  .top__topics__bnrs__right ul li{
    margin-bottom: 20px;
  }

  .top__topics__bnrs__right ul h3{
    height: 30px;
    font-size: 11px;
  }

}

/*************top__type*************/
.top__type{
  padding: 50px 0;
  margin-bottom: 60px;
  background: url(/site_cerekinon/assets/img/top/bg-type.png) no-repeat 50% 50% / cover #008f3d;
}

.top__type__ttl{
  color: #fff;
  text-align: center;
  font-size: 43px;
  margin-bottom: 40px;
}

.top__type__q{
  text-align: center;
  color: #fff;
  font-size: 29px;
  margin-bottom: 20px;
}

.top__type__cont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 30px;
}

.top__type__cont dl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex: none;
}

.top__type__cont dt{
  width: 91px;
  margin-right: 20px;
}

.top__type__cont dd{
  font-size: 18px;
  line-height: 1.8;
}

.top__type__cont dd em{
  font-weight: bold;
}

.top__type__btn a{
  width: 495px;
  font-size: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top__type{
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .top__type__ttl{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .top__type__q{
    font-size: 23px;
    margin-bottom: 20px;
  }

  .top__type__cont{
    display: block;
    margin-bottom: 30px;
  }

  .top__type__cont dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    margin-bottom: 20px;
  }

  .top__type__cont dd{
    font-size: 14px;
  }

  .top__type__btn a{
    width: auto;
    font-size: 16px;
    margin: 0 auto;
  }
}

/*************top__other*************/

.top__other__cont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.top__other__cont__reverse{
  flex-direction:row-reverse;
}


.top__other__cont h2{
  margin-bottom: 20px;
}

.top__other__cont .disc{
  width: 50%;
  flex:none;
}

.top__other__cont .img{
  text-align: center;
  padding:0 30px;
  max-width: 345px;
}

.top__other__cont .txt{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.top__other__btn a{

}

@media screen and (max-width: 768px) {

  .top__other__cont{
    display: block;
    margin-bottom: 60px;
  }

  .top__other__cont__reverse{
    flex-direction:row-reverse;
  }

  .top__other__cont h2{
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
  }

  .top__other__cont .disc{
    width: 100%;
  }

  .top__other__cont .img{
    text-align: center;
    padding:0;
    margin-top: 25px;
  }

  .top__other__cont .txt{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
  }



}

/*************top__info*************/
.top__info{
  margin-bottom: 80px;
}

.top__info__cont{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.top__info__cont > div {
  width: 45%;
}

.top__info__cont h3{
  font-size: 24px;
  font-weight: bold;
  color: #008f3d;
  margin-bottom: 10px;
}

.top__info__cont__news{
  border:1px solid #ccc;
  height: 560px;
  overflow-y: scroll;
}

.top__info__cont__news article{
  margin: 10px;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 13px;
}

.top__info__cont__news .date{
  color: #008f3d;
}

.top__info__cont__news .ttl{
  font-weight: bold;
}

.top__info__cont__news a{
  color: #1a48a3;
}

.top__info__cont__news a.hover{
  text-decoration: underline;
}

.top__info__cont__news .com{
  font-size: 14px;
}

.top__info__cont__fb iframe{
  width: 450px;
  height: 560px;
}

.top__info__cont__news::-webkit-scrollbar{
  width: 11px;
}
.top__info__cont__news::-webkit-scrollbar-track{
  background: #ccc;
  border: none;
}
.top__info__cont__news::-webkit-scrollbar-thumb{
  background: #008f3d;
  border-radius: 10px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {

  .top__info{
    margin-bottom: 60px;
  }

  .top__info__cont{
    display: block;
  }

  .top__info__cont > div {
    width: 100%;
  }

  .top__info__cont h3{
    font-size: 24px;
    text-align: center;
  }

  .top__info__cont__news{
    height: 30vh;
    margin-bottom: 40px;
  }

  .top__info__cont__news article{
    margin: 10px;
    font-size: 16px;
  }

  .top__info__cont__news .com{
    font-size: 12px;
  }

  .top__info__cont__fb iframe{
    width: 100%;
    height: 50vh;
  }

}
