@charset "utf-8";
/**
  * papercup-lp.css
  * ペーパーカップ LP専用CSS
  * PCレイアウト用
  */
/* 紙コップLP
----------------------------------------------- */

.papercup_banner {
  margin: 50px 0 0 0;
}
.papercup_banner .banner_margin {
  margin: 0 15px 0 0;
}

.cuplp_subtitle{
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin: 40px 0;
}

.cuplp_list_tab__wrapper{
  margin-top: 40px;
}

.cuplp_list_tab__wrapper .product_list_tab{
  font-size: 15px;
  line-height: 20px;
  padding-top: 13px;
  padding-bottom: 5px;
  width: 136px;
  margin-right: 0 !important;
  letter-spacing: 0
}

.tab-hight{
  padding-top: 9px;
}

.cuplp_list_tab__wrapper._papercup .product_list_tab{
  width: 120px;
}

.cuplp_list_tab__wrapper .product_list_tab.is-active::after{
  width: 133px;
  top: initial;
  bottom: -2px;
}

.cuplp_list_tab__wrapper._papercup .product_list_tab.is-active::after{
  width: 116px;
}

.cuplp_list_tab__wrapper .product_list_tab_wider{
  width: 136px;
}

.cuplp_list_tab__wrapper .product_list_tab::before{
  width: 136px;
}

.cuplp_list_tab__wrapper._papercup .product_list_tab::before{
  width: 120px;
}

.cuplp_list_tab__wrapper .product_list_tab_wider::before{
  width: 136px;
}

.cuplp_list_tab__wrapper .product_list_contents{
  padding: 60px 40px;
}

.cuplp_list_tab__wrapper .product_list_contents .product_list_td,
.cuplp_list_tab__wrapper .product_list_contents .product_list_th{
  border: none;
  padding: 0;
}

.cuplp_list_tab__wrapper .product_list_contents .product_list_th img{
  width: 360px;
}

.cuplp_list_tab__wrapper .product_list_contents .product_list_td{
  padding-left: 35px;
  vertical-align: top;
}

.cuplp_list_tab__wrapper .product_list_contents .product_list_td h3{
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #3C3431;
  padding-bottom: 7px;
  margin-bottom: 17px;
}

.cuplp_list_contents_textbox{
  min-height: 126px;
  margin-bottom: 44px;
}

.cuplp_list_contents_points_title{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.cuplp_list_contents_points_contents{
  display: flex;
  margin-top: 15px;
}

.cuplp_list_contents_points_contents img{
  margin-right: 15px;
}

.cuplp_list_contents_points_contents li{
  line-height: 24px;
}

.tokushu_banner-container {
  display: flex;
  gap: 40px;
  margin: 50px 0;
}

.tokushu_banner {
  width: 580px;
}

.tokushu_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.product_list_cup-lp_recommends{
  margin-top: 90px;
}

.product_list_cup-lp_recommends-title{
  border-bottom: 1px solid #3C3431;
  font-size: 24px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.product_list_cup-lp_recommends ul{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.product_list_cup-lp_recommends li{
  width: 190px;
}

.product_list_cup-lp_recommends li img{
  margin-bottom: 20px;
  width: 100%;
}

.product_list_cup-lp_recommends_about{
  font-size: 14px;
  line-height: 20px; 
  height: 60px;
  letter-spacing: 0;
}

.product_list_cup-lp_recommends_price{
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
}

.cup-lp_btn_box{
  display: flex;
  justify-content: center;
  margin-top: 66px;
}

a.cup-lp_btn{
  display: block;
  background-color: #FF6600;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  width: 450px;
  text-decoration: none !important;
  transition: background-color 0.3s;
}

a.cup-lp_btn:hover {
  background-color: #ff944d;
}

.cuplp_recommend-point{
  margin-top: 60px;
}

.cuplp_recommend-point h4 img{
  width: 1200px;
}

.cuplp_recommend-point_lid{
  margin: 50px auto 0;
  width: 1120px;
}

.cuplp_recommend-point_lid_title h5{
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.cuplp_recommend-point_lid_title h5::after{
  content: "";
  display: block;
  border-bottom: 12px solid #FFEF6C;
  margin: -7px auto 0;
  width: 325px;
}

.cuplp_recommend-point_lid_title p{
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}

.cuplp_recommend-point_lids{
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.cuplp_recommend-point_lids._papercup{
  width: 1121px;
  margin: 40px auto 0;
  justify-content: space-between;
}

.cuplp_recommend-point_lids_box{
  margin-right: 40px;
  width: 300px;
}

.cuplp_recommend-point_lids._papercup .cuplp_recommend-point_lids_box{
  width: 190px;
  margin-right: 0;
}

.cuplp_recommend-point_lids_box:last-child{
  margin-right: 0;
}

.cuplp_recommend-point_lids_box img{
  margin-bottom: 42px;
}

.cuplp_recommend-point_lids._papercup .cuplp_recommend-point_lids_box img{
  margin-bottom: 20px;
}

.cuplp_recommend-point_lids_box_name{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.cuplp_recommend-point_lids._papercup .cuplp_recommend-point_lids_box_name{
  font-size: 16px;
  font-weight: 600;
}

.cuplp_recommend-point_lids_box_name._red{
  color: #FF6600;
}

.cuplp_recommend-point_lids_box_name._green{
  color: #55B532;
}

.cuplp_recommend-point_lids_box_name._blue{
  color: #00B9C1;
}

.cuplp_recommend-point_lids_box_text{
  font-size: 16px;
}

.cuplp_recommend-point_lid_information{
  margin-top: 60px;
  margin-bottom: 80px;
  background-color: #F8F8F8;
  padding: 40px 50px;
  border-radius: 20px;
}

.cuplp_recommend-point_lid_information p{
  text-align: center;
  font-size: 20px;
}

.cuplp_recommend-point_lid_information_blocks{
  margin-top: 34px;
  display: flex;
}

.cuplp_recommend-point_lid_information_blocks img{
  margin-right: 40px;
}

.cuplp_recommend-point_lid_information_blocks_text{
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
}

.cuplp_add-name{
  margin: 118px auto 0;
  width: 1120px;

}

.cuplp_add-name_title__inner{
  display: flex;
  justify-content: center;
}

.cuplp_add-name_title h5{
  display: inline-block;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}

.cuplp_add-name_title h5::after{
  content: "";
  display: block;
  border-bottom: 12px solid #FFEF6C;
  margin: -7px auto 0;
}

.cuplp_add-name_title p{
  text-align: center;
  font-size: 18px;
}

.cuplp_add-name_about{
  margin: 60px auto 0;
  width: 1020px;
}

.cuplp_add-name_about ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cuplp_add-name_about_box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.cuplp_add-name_about_box img{
  margin: 0 0 22px;
  width: 220px;
}

.cuplp_add-name_about_box p{
  font-size: 16px;
  line-height: 22px;
}

.cuplp_add-name_about_next{
  position: relative;
}

.cuplp_add-name_about_next img{
  position: absolute;
  top: -39px;
  left: -19px;
  width: 25px;
  height: 19px;
}

.cuplp_add-name_warning{
  background-color: #F8F8F8;
  padding: 40px 50px;
  margin-top: 60px;
  border-radius: 20px;
}

.cuplp_add-name_warning_title{
  font-size: 20px;
  text-align: center;
}

.cuplp_add-name_warning_box{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.cuplp_add-name_warning_block:first-child{
  margin-right: 30px;
}

.cuplp_add-name_warning_block{
  display: flex;
}

.cuplp_add-name_warning_block img{
  margin-right: 30px;
  width: 280px;
}

.cuplp_add-name_warning_blox_text{
  font-size: 14px;
  line-height: 22px;
  width: 190px;
}

.cuplp_featured{
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.cuplp_featured_title h5{
  display: inline-block;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
}

.cuplp_featured_title h5::after{
  content: "";
  display: block;
  border-bottom: 12px solid #FFEF6C;
  margin: -7px auto 0;
}

.cuplp_featured_box{
  margin-top: 60px;
}

.cuplp_featured_block{
  display: flex;
  margin-bottom: 60px;
}

.cuplp_featured_block_textbox{
  width: 100%;
}

.cuplp_featured_block img{
  margin-right: 40px;
  width: 360px;
}

.cuplp_featured_block_textbox_title{
  border-bottom: 1px solid #3C3431;
  font-size: 24px;
  padding-bottom: 20px;
}

.cuplp_featured_block_textbox_text{
  margin-top: 20px;
  line-height: 27px;
  font-size: 16px;
}

.cuplp_featured_block_textbox a{
  display: block;
  color: #FF6600;
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
}

.cuplp_otherpage{
  display: flex;
  justify-content: space-between;
}

.cuplp_otherpage_block img{
  width: 580px;
}

a img {
  transition: opacity 0.3s;
}

a:hover img {
  opacity: 0.7;
}

a.highlight-link {
  color: #ff6600 !important;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

a img {
  pointer-events: auto;
}
