@charset "UTF-8";

/*----------------------------
movie_modal
----------------------------*/
#movie_modal {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1000000;
  display:none;
}
/*#movie_modal .modal_body{*/
.modal_body{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  display:none;
}
/*#movie_modal .modal_bg{*/
.modal_bg{
  width:100%;
  height:100%;
  background-color:rgba(92,160,60,0.9);
}
/*#movie_modal .modal_window{*/
.modal_window{
  position: absolute;
  width:70vw;
  min-width:768px;
  max-width:1200px;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  text-align:center;
}
/*#movie_modal .youtube_tag{*/
.youtube_tag{
  position:relative;
  margin:0;padding:0;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
/*#movie_modal .modal_window iframe,
#top-movie-modal .modal_window iframe,
#movie-invention .modal_window iframe*/
.modal_window iframe,.modal_window iframe,.modal_window iframe{
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.modal_mov_close{
  position: fixed;
  width: 50px;
  height: auto;
  top: 17px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  transition:.4s;
}
.modal_mov_close:hover{
  opacity: 0.7;
}
@media screen and (max-width:768px){
  #movie_modal .modal_window{
    position: absolute;
    width: 90vw;
    min-width:initial;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
  }
  #movie_modal .youtube_tag{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background: #000;
  }
  .modal_mov_close{
    width: 8vw;
    height: 8vw;
    left: auto;
    margin-right: 0;
    top: 5vw;
    right: 5vw;
  }
  .modal_mov_close:hover{
    animation: none;
    transform: none;
    transition: unset;
  }
  .modal_mov_close span:nth-child(1){
    width: 3px;
    height: 12vw;
  }
  .modal_mov_close span:nth-child(2){
    width: 3px;
    height: 12vw;
  }
}

/*ocha_mainkv*/
.ocha_mainkv{
  position: relative;
  width: 100%;
}
@media screen and (max-width:1200px){
  .ocha_mainkv{
    position: relative;
    height: 380px;
  }
  .ocha_mainkv img{
    position: absolute;
    width: 1200px!important;
    height: auto!important;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
}
@media screen and (max-width:1024px){
  .ocha_mainkv{
    height: auto;
  }
  .ocha_mainkv img{
    position: relative;
    width: 100%!important;
    height: auto!important;
  }
}
@media screen and (max-width:768px){
  .ocha_mainkv{
    height: 192vw;
  }
  .ocha_mainkv img{
    position: relative;
    width: 100vw!important;
    height: auto!important;
    top: 0;
    left: 0;
    transform: none;
  }
}
/*js_ttlobi*/
.js_ttlobi::after{
  width: 0;
  transition: all 0.4s ease .2s;
}
.js_ttlobi.ttlobi_active::after{
  width: 100%;
}
/*ocha_news*/
.ocha_news{
  background-color: #e3d250;
}
.ocha_news_innr{
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  max-width: 540px;
}
.ocha_news_bnr{
  position: relative;
  display: block;
  margin: 0 auto;
  width: 470px;
}
.ocha_news_bnr img{
  transition: .4s;
}
.ocha_news_bnr img:hover{
  opacity: 0.7!important;
}
.ocha_news_bnr.icon_new::before{
  content: '';
  position: absolute;
  width: 86px;
  height: 86px;
  top: -65px;
  left: -55px;
  background-image: url("../imgs/icon_new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width:768px){
  .ocha_news_innr{
    padding: 10vw 0;
  }
  .ocha_news_bnr{
    width: 80vw;
  }
  .ocha_news_bnr img:hover{
    opacity: 1;
  }
  .ocha_news_bnr.icon_new::before{
    width: 12vw;
    height: 12vw;
    top: -8vw;
    left: -8vw;
  }
}

/*ocha_about*/
.ocha_about{
  background-image: url("../imgs/bg_ocha_pc.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  overflow: hidden;
  z-index: 1;
}
.bg_about_ocha{
  position: absolute;
  width: 365px;
  left: 50%;
  bottom: -20px;
  margin-left: -690px;
  pointer-events: none;
  z-index: -1;
}
.ocha_about_innr{
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 830px;
  display: flex;
  flex-direction: row-reverse;
}
.ocha_about_list{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.ocha_about_ttl{
  position: relative;
  margin-left: 80px;
  width: 94px;
}
.ocha_about_copy{
  position: relative;
  margin-left: 80px;
  width: 342px;
}
.ocha_about_img{
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  width: 151px;
}
.ocha_about_img::after{
  content: '';
  position: absolute;
  width: 33px;
  height: 111px;
  top: -12px;
  left: -65px;
  background-image: url("../imgs/icon_bubble1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33px 111px;
  pointer-events: none;
}
.ocha_about_img::before{
  content: '';
  position: absolute;
  width: 42px;
  height: 90px;
  top: 100px;
  right: -55px;
  background-image: url("../imgs/icon_bubble2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px 90px;
  pointer-events: none;
}
@media screen and (max-width:768px){
  .ocha_about{
    background-image: url("../imgs/bg_ocha_sp.jpg");
  }
  .bg_about_ocha{
    width: 48vw;
    left: 50%;
    bottom: -2vw;
    margin-left: -55.5vw;
  }
  .ocha_about_innr{
    padding: 10vw 0;
    display: block;
    width: 90vw;
  }
  .ocha_about_list{
    justify-content: center;
  }
  .ocha_about_ttl{
    margin-left: 8vw;
    width: 15.7vw;
  }
  .ocha_about_copy{
    margin-left: 0;
    width: 56vw;
  }
  .ocha_about_img{
    padding-top: 3vw;
    width: 30vw;
  }
  .ocha_about_img::after{
    width: 6vw;
    height: 21vw;
    top: 0;
    left: -9vw;
    background-size: 6vw 21vw;
  }
  .ocha_about_img::before{
    width: 9vw;
    height: 17vw;
    top: 18vw;
    right: -12vw;
    background-size: 9vw 17vw;
  }
}

/*ocha_kodawari*/
#ocha_kodawari{
  position: absolute;
  /*margin-top: -65px;
  padding-top: 65px;*/
}
.ocha_kodawari{
  background-color: #fff;
}
.ocha_kodawari_innr{
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 870px;
}
.ocha_kodawari_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-bottom: 23px;
  width: 100%;
}
.ocha_kodawari_ttl span{
  display: block;
  margin: 0 auto;
  width: 250px;
}
.ocha_kodawari_ttl::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #5ca03c;
}
.kodawari_boxlist{
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 660px;
  display: flex;
  justify-content: space-between;
}
.kodawari_box1{
  position: relative;
  padding-top: 15px;
}
.kodawari_box2{
  position: relative;
}
.kodawari_box3{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.kodawari_box3.secret_cross::after{
  content: '';
  position: absolute;
  width: 125px;
  height: 125px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url("../imgs/secret_cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125px 125px;
  pointer-events: none;
  z-index: 1;
}
.kodawari_box3_main{
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  width: 384px;
  text-align: center;
  background-color: #e2f1db;
}
.kodawari_ttl1{
  position: relative;
  height: 85px;
}
.kodawari_ttl1 img{
  height: 100%!important;
  width: auto!important;
}
.kodawari_ttl1 + .kodawari_ttl1{
  margin-top: 40px;
}
.kodawari_img{
  margin: 0 auto;
  width: 195px;
}
.issinniyo_img{
  margin: 0 auto;
  padding-bottom: 35px;
  width: 273px;
}
.issinniyo_ttl{
  margin: 0 auto;
  padding-bottom: 35px;
  width: 138px;
}
.issinniyo_txt{
  margin: 0 auto;
  width: 287px;
}
.shippo_img{
  margin: 0 auto;
  padding-bottom: 35px;
  width: 254px;
}
.shippo_ttl{
  margin: 0 auto;
  padding-bottom: 35px;
  width: 106px;
}
.shippo_txt{
  margin: 0 auto;
  width: 307px;
}
@media screen and (max-width:768px){
  #ocha_kodawari{
    /*margin-top: -9vw;
    padding-top: 9vw;*/
  }
  .ocha_kodawari_innr{
    padding: 10vw 0;
    width: 90vw;
  }
  .ocha_kodawari_ttl{
    margin-bottom: 8.3vw;
    padding-bottom: 3vw;
  }
  .ocha_kodawari_ttl span{
    width: 42vw;
  }  
  .kodawari_boxlist{
    margin-bottom: 8vw;
    display: block;
    width: 100%;
  }
  .kodawari_box1{
    margin: 0 auto;
    margin-bottom: 7.5vw;
    padding-top: 0;
    width: auto;
    display: table;
  }
  .kodawari_box2{
    width: 100%;
  }
  .kodawari_box3{
    display: block;
  }
  .kodawari_box3.secret_cross::after{
    width: 18vw;
    height: 18vw;
    background-size: 18vw 18vw;
  }
  .kodawari_box3_main{
    padding-top: 10vw;
    padding-bottom: 12vw;
    width: 100%;
  }
  .kodawari_box3_main + .kodawari_box3_main{
    margin-top: 11vw;
  }
  .kodawari_ttl1{
    height: 14vw;
  }
  .kodawari_ttl1 + .kodawari_ttl1{
    margin-top: 6vw;
  }
  .kodawari_img{
    margin: 0 auto;
    width: 40vw;
  }
  .issinniyo_img{
    padding-bottom: 6vw;
    width: 60vw;
  }
  .issinniyo_ttl{
    padding-bottom: 6vw;
    width: 26vw;
  }
  .issinniyo_txt{
    width: 60vw;
  }
  .shippo_img{
    padding-bottom: 6vw;
    width: 58vw;
  }
  .shippo_ttl{
    padding-bottom: 6vw;
    width: 20vw;
  }
  .shippo_txt{
    width: 62.8vw;
  }
}

/*ocha_productline*/
.ocha_productline{
  background-image: url("../imgs/bg_product_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ocha_productline_innr{
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 1100px;
}
.product_main{
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  background-image: url("../imgs/bg_productlist_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;/*100% 100%;*/
}
.product_main_innr{
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 2;
}
.takohi_product_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 70px;
  width: 154px;
  z-index: 1;
}
.takohi_product_ttl::after{
  content: '';
  position: absolute;
  width: 0;
  height: 14px;
  left: 0;
  bottom: -5px;
  background-image: url("../imgs/ttl_obi.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.product_thumb{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product_thumb_img{
  position: relative;
  margin-right: 55px;
  width: 50%;
  max-width: 350px;
}
.product_thumb_img .icon_new{
  position: absolute;
  width: 135px;
  top: -20px;
  left: -47px;
}
.product_thumb_detail{
  position: relative;
  width: calc( 50% - 55px );
}
.product1_obi_sp{
  margin: 0 auto;
  margin-bottom: 5vw;
  width: 42vw;
  display: none;
}
.product1_obi{
  display: block;
  margin-bottom: 22px;
  width: 235px;
}
.product1_detail{
  width: 100%;
  max-width: 395px;
}
@media screen and (max-width:768px){
  .ocha_productline{
    background-image: url("../imgs/bg_product_sp.jpg");
  }
  .ocha_productline_innr{
    padding: 10vw 0;
  }
  .product_main{
    width: 90vw;
    background-image: url("../imgs/bg_productlist_sp.svg");
  }
  .product_main_innr{
    padding-top: 12vw;
    padding-bottom: 12vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .takohi_product_ttl{
    margin-bottom: 10vw;
    width: 27vw;
  }
  .takohi_product_ttl::after{
    height: 3vw;
    bottom: -1vw;
  }
  .product_thumb{
    display: block;
  }
  .product_thumb_img{
    margin: 0 auto;
    margin-bottom: 6.3vw;
    width: 60vw;
  }
  .product_thumb_img .icon_new{
    width: 20vw;
    top: 0;
    left: 0;
  }
  .product_thumb_detail{
    margin: 0 auto;
    width: 66vw;
  }
  .product1_obi{
    display: none;
  }
  .product1_obi_sp{
    display: block;
  }
  .product1_detail{
    margin: 0 auto;
    max-width: auto;
    max-width: initial;
    width: 100%;
  }
}
/*ocha_fun*/
.ocha_fun{
  background-color: #fff;
}
.ocha_fun_innr{
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 1100px;
}
.ocha_fun_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-bottom: 23px;
  width: 510px;
}
.ocha_fun_ttl::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #5ca03c;
}
.ocha_fun_ttl span{
  display: block;
  margin: 0 auto;
  width: 262px;
}
.ocha_fun_txt{
  position: relative;
  margin: 0 auto;
  padding-bottom: 60px;
  width: 610px;
}
.ocha_fun_list{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cooking_detail{
  position: relative;
  text-align: center;
  width: 332px;
}
.cooking_detail_img{
  margin: 0 auto;
  padding-bottom: 25px;
  width: 100%;
}
.cooking_detail_ttl{
  margin: 0 auto;
  padding-bottom: 25px;
  height: 27px;
}
.cooking_detail_txt{
  margin: 0 auto;
  height: 17px;
}
.cooking_detail_ttl img,
.cooking_detail_txt img{
  margin: 0 auto;
  height: 100%!important;
  width: auto!important;
}
@media screen and (max-width:1024px){
  .ocha_fun_innr{
    max-width: 960px;
  }
}
@media screen and (max-width:768px){
  .ocha_fun_innr{
    padding: 10vw 0;
    width: 90vw;
  }
  .ocha_fun_ttl{
    margin-bottom: 8.3vw;
    padding-bottom: 3vw;
    width: 100%;
  }
  .ocha_fun_ttl span{
    width: 45vw;
  }
  .ocha_fun_txt{
    padding-bottom: 8vw;
    width: 100%;
  }
  .ocha_fun_list{
    display: block;
  }
  .cooking_detail{
    width: 100%;
  }
  .cooking_detail + .cooking_detail{
    margin-top: 8vw;
  }
  .cooking_detail_img{
    padding-bottom: 5vw;
  }
  .cooking_detail_ttl{
    padding-bottom: 4.5vw;
    height: 5vw;
  }
  .cooking_detail_txt{
    height: 4vw;
  }
}

/*ocha_ad*/
.ocha_ad{
  background-color: #67ad49;
}
.ocha_ad_innr{
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 1100px;
}
.ocha_ad_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 155px;
  z-index: 1;
}
.ocha_ad_ttl::after{
  content: '';
  position: absolute;
  width: 0;
  height: 14px;
  left: 0;
  bottom: -5px;
  background-image: url("../imgs/ttl_obi.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
/*ocha_ad_list*/
.ocha_ad_list{
  position: relative;
  display: flex;
  justify-content: center;
}
.mov_thumb{
  position: relative;
  margin-right: 60px;
  margin-bottom: 60px;
  /*width: 540px;*/
  width: calc( 50% - 30px );
  text-align: center;
}
.mov_thumb:nth-child(2n){
  margin-right: 0;
}
.mov_thumb:last-child{
  margin-bottom: 0;
  margin-right: 0;
}
.movplay_link{
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 33px;
  width: 100%;
  height: auto;
}
.movplay_link::before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.7;
  top:50%;
  left:50%;
  margin-top: -50px;
  margin-left: -50px;
  background-image: url("../imgs/icon_mov_play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .4s ease;
  z-index: 1;
}
.movplay_link:hover::before{
  transform: scale(1.1,1.1);
}
.mov_thumb .tvcm1_ttl{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  height: 22px;
  width: auto;
}
.mov_thumb .tvcm1_ttl img{
  height: 100%!important;
  width: auto!important;
}
.mov_thumb .tvcm1_ttl.icon_tvcm_new::before{
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  left: -64px;
  transform: translate(0,-50%);
  margin-top: -5px;
  background-image: url("../imgs/icon_tvcm_new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width:1020px){
  .mov_thumb{
    width: calc( 50% - 30px );
  }
}
@media screen and (max-width:768px){
  .ocha_ad_innr{
    padding: 10vw 0;
    width: 100%;
  }
  .ocha_ad_ttl{
    margin-bottom: 10vw;
    width: 24.5vw;
  }
  .ocha_ad_ttl::after{
    height: 3vw;
    bottom: -1vw;
  }
  .ocha_ad_list{
    display: block;
  }
  .mov_thumb{
    margin: 0 auto;
    margin-bottom: 10vw;
    width: 90vw;
  }
  .mov_thumb:nth-child(2n){
    margin: 0 auto;
    margin-bottom: 10vw;
  }
  .mov_thumb:last-child{
    margin: 0 auto;
  }
  .movplay_link{
    margin-bottom: 5vw;
    width: 90vw;
  }
  .movplay_link::before{
    width: 16vw;
    height: 16vw;
    margin-top: -8vw;
    margin-left: -8vw;
  }
  .mov_thumb .tvcm1_ttl{
    height: 4vw;
  }
  .mov_thumb .tvcm1_ttl.icon_tvcm_new::before{
    width: 12vw;
    height: 12vw;
    left: -14vw;
    margin-top: -1vw;
  }
}

/*ocha_bnr*/
.ocha_bnr{
  background-color: #e3d250;
}
.ocha_bnr_innr{
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 35px;
  width: 100%;
  max-width: 1100px;
}
.ocha_bnr_list{
  position: relative;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
.ocha_bnr_link{
  display: block;
  width: 287px;
  transition: .4s ease;
}
.ocha_bnr_link:hover{
  opacity: 0.7;
}
.ocha_bnr_link + .ocha_bnr_link{
  margin-left: 60px;
}
.link_pagetop{
  display: block;
  position: relative;
  margin: 0 auto;
  width: 32px;
}
.link_pagetop img{
  position: relative;
  top: 0;
  transition: .4s ease;
}
.link_pagetop:hover img{
  top: -8px;
}
@media screen and (max-width:768px){
  .ocha_bnr_innr{
    padding-top: 11vw;
    padding-bottom: 6vw;
    width: 90vw;
  }
  .ocha_bnr_list{
    margin-bottom: 6vw;
    display: block;
  }
  .ocha_bnr_link{
    width: 100%;
  }
  .ocha_bnr_link + .ocha_bnr_link{
    margin-left: 0;
    margin-top: 6vw;
  }
}

/*ocha_tieup*/
.ocha_tieup{
  /*background-color: #5ca03c;*/
}
.ocha_tieup_innr{
  margin: 0 auto;
  padding: 80px 0;
  width: 100%;
  max-width: 468px;
}
.ocha_tieup_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 242px;
  z-index: 1;
}
.ocha_tieup_ttl::after{
  content: '';
  position: absolute;
  width: 0;
  height: 24px;
  left: -5%;
  bottom: -10px;
  background-image: url("../imgs/ttl_obi2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.ocha_tieup_bnr{
  display: block;
  margin: 0 auto;
  width: 468px;
  background-color: #fff;
}
.ocha_tieup_bnr img{
  transition: .4s;
}
.ocha_tieup_bnr img:hover{
  opacity: 0.7!important;
}
.ocha_tieup_note{
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
  color: #fff;
}
@media screen and (max-width:768px){
  .ocha_tieup_innr{
    padding: 10vw 0;
    max-width: initial;
    width: 90vw;
  }
  .ocha_tieup_ttl{
    margin-bottom: 10vw;
    width: 38vw;
  }
  .ocha_tieup_ttl::after{
    height: 3.6vw;
    bottom: -2vw;
  }
  .ocha_tieup_bnr{
    width: 90vw;
  }
  .ocha_tieup_bnr img:hover{
    opacity: 1;
  }
}
