@charset "utf-8";


/*=======================================================
	キレキラ！商品紹介
=======================================================*/
body{
  color: #333;
}
img{
  max-width: 100%;
  height: auto;
}
#brand_wrap{
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
.text_center{
  text-align: center;
}
h1.kirekira_ttl{
  text-align: center;
}
/* シートの特長 */
.kirekira__content-wrap{
  margin: 0 auto;
}
.main_header{
  position: relative;
  min-height: 530px;
  background: url(../img/header_nav.png) repeat right 0;
  text-align: center;
}
.main_header h1{
  padding-top: 15px;
}
.main_header .kirekira_header_note{
  position: absolute;
  right: 5px;
  bottom: 13px;
  color: #fff;
  font-size: 1.1rem;
  text-align: right;
}
.header_nav_wrap{
  position: relative;
  text-align: center;
}
.header_nav_wrap a{
  display: block;
  position: absolute;
}
.header_nav_wrap .nav_point1 a{
  top: 8px;
  left: 152px;
}
.header_nav_wrap .nav_point2 a{
  top: 120px;
  left: 95px;
}
.header_nav_wrap .nav_point3 a{
  top: 233px;
  left: 112px;
}
.header_nav_wrap .nav_point4 a{
  top: 29px;
  left: 661px;
}
.header_nav_wrap .nav_point5 a{
  top: 147px;
  left: 689px;
}
.header_nav_wrap .nav_point6 a{
  top: 255px;
  left: 615px;
}
.header_nav_wrap .sheet{
  position: absolute;
  top: 24px;
  left: 295px;
}
.header_nav_wrap a:hover{
  opacity: 0.8;
}
.section_header{
  margin: 0 0 35px;
  padding: 33px 0 32px;
  position: relative;
  background: url(../img/point_ttl_bg.png) repeat left top;
  text-align: center;
}
.section_header:after{
  content: '';
  margin: 0;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  border-top: 2px solid #fff;
}
.section_header + .kirekira_note{
  margin-top: -20px;
}
.point_cont{
  margin: 80px 0 0;
}
.point_cont:first-child{
  margin-top: 60px;
}
.kirekira_note{
  margin: 10px 0 10px;
  font-size: 1.25rem;
  text-align: center;
}
.kirekira_note li{
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.column_3wrap > div{
  margin: 0 15px 0 0;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 3px solid #e0e0e0;
  text-align: center;
}
.column_3wrap > div:last-child{
  margin-right: 0;
}
.column_3wrap h3{
  margin: -23px 5px 10px -20px;
  float: left;
  text-align: left;
}
.column_3wrap h3 img{
  width: 96px;
  height: auto;
}
.column_3wrap h4 img{
  margin: 0 -10px;
  width: 140px;
  height: auto;
}
.column_3wrap .graph_ttl{
  clear: both;
}
.column_3wrap .graph_img{
  margin: 0;
}
.point_ttl{
  margin: 0 0 10px;
}
.point_ttl_lv2 span{
  display: inline-block;
  position: relative;
}
.graph_note{
  font-size: 1.2rem;
}
.graph_ttl + .graph_note{
  margin: -5px 0 15px;
}
.ttl_lv2{
  margin: 0 0 5px;
}
.ttl_lv3{
  margin: 35px 0 0;
  padding: 5px 0 ;
  border-top: 1px solid #37c2dd;
  border-bottom: 1px solid #37c2dd;
  text-align: center;
}
.img_note{
  font-size: 1.2rem;
  text-align: center;
}
.graph_cont{
  text-align: center;
}
.graph_ttl{
  margin: 15px 0 10px 0;
  padding-bottom: 5px;
  color: #0094be;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.graph_ttl span{
  padding: 0 0 5px;
  display: inline-block;
  border-bottom: 1px solid #0094be;
}
.graph_img{
  margin: 15px 0;
}
.point_text{
  padding: 5px 0;
  text-align: center;
}
/* point1 */
.cnf_info{
  margin: 15px 0 0;
  float: left;
  width: 425px;
}
.cnf_graph{
  margin: 15px 0 30px;
  float: right;
}
.cnf_graph2{
  text-align: center;
}
.cnf_box{
  padding-left: 20px;
}
.note_cont_cnf{
  margin: 0 0 35px;
  padding: 20px 30px;
  overflow: hidden;
}
.note_cont_cnf h4{
  margin: 35px 0 15px;
  color: #0097c2;
  font-size: 2.3rem;
  text-align: center;
}
.note_cont_cnf h5{
  margin: 0 0 10px;
  font-size: 1.8rem;
  text-align: center;
}
.note_cont_cnf ul{
  margin: 0 0 0 10px;
}
.note_cont_cnf li{
  margin: 0 0 10px;
  padding: 0 0 0 7px;
  position: relative;
}
.note_cont_cnf li:before{
  content: ' ';
  margin: 0;
  position: absolute;
  top: 0.3em;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #01b1ec;
}
.cnf_graph_ttl{
  padding-top: 40px;
}
.cnf_graph_cont{
  margin: 15px 0 0;
  padding: 15px 0 15px;
  clear: both;
  background-color: #e1f7ff;
}
.cnf_graph_cont h5{
  font-size: 1.6rem;
  text-align: center;
}
.cnf_graph_cont .note{
  padding-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}
.note_cont_cnf .toilet_summary{
  padding: 15px 0 0;
  color: #e3007f;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.kyoudo > div{
  margin: 0 20px;
}
.badexample_ttl{
  margin: 0 0 10px;
  padding: 15px;
  background-color: #575757;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.kirekirasheet_ttl{
  margin: 0 0 10px;
  padding: 15px;
  background-color: #e9545d;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.badexample img{
  margin: 0 0 15px;
}
.kirekirasheet{
  margin-left: 50px;
  position: relative;
}
.kirekirasheet:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -64px;
  width: 58px;
  height: 80px;
  background: url(../img/arrow.svg) no-repeat left top;
}
/* point4 */
.zakkin{
  margin: 0 0 50px;
  text-align: center;
}
/* point5 */
.fragrance_list{
  margin: 0 auto 50px;
}
.fragrance_list li{
  margin: 0 10px;
}
.fragrance_list li a:hover{
  opacity: 0.8;
}
.fragrance_ttl{
  margin: 50px 0 10px;
  padding: 30px 20px 30px 0;
  position: relative;
  background: #d3c9e2 url(../img/fragrance_ttl_bg.png) repeat left 35px;
  color: #674498;
  font-size: 2.8rem;
  text-align: center;
}
.fragrance_ttl:before{
  content: '';
  margin: 0;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #fff;
}
.fragrance_ttl:after{
  content: '';
  margin: 0;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #fff;
}
.happyRose_cont .fragrance_ttl{
  background: #f8b8d4 url(../img/fragrance_ttl_bg.png) repeat left 15px;
  color: #e4007f;
}
.citrusMint_cont .fragrance_ttl{
  background: #a6e2f4 url(../img/fragrance_ttl_bg.png) repeat left 15px;
  color: #1f9ed3;
}
.osusume{
  display: block;
  overflow: hidden;
  position: absolute;
  top: -13px;
  left: 20px;
  width: 115px;
  height: 80px;
  background: url(../img/osusume.png) no-repeat left top;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
}
.ttl_img{
  position: absolute;
  z-index: 10;
  top: -15px;
  right: 58px;
}
.fragrance_cont{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fragrance_img{
  width: 250px;
  font-size: 1.2rem;
  text-align: center;
}
.fragrance_img img{
  margin: 0 0 10px;
}
.fragrance dt{
  padding: 8px 0;
  color: #674498;
  font-size: 1.3rem;
  font-weight: bold;
}
.happyRose_cont .fragrance dt{
  color: #e4007f;
}
.citrusMint_cont .fragrance dt{
  color: #29abe2;
}
.fragrance dd{
  border-top: 1px dotted #333;
  font-size: 1.3rem;
}
.fragrance dd:nth-child(2){
  border-top: none;
}
.package_ttl{
  margin: 20px 0 0;
  position: relative;
  text-align: center;
}
.package_ttl:after{
  content: '';
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  border-top: 1px solid #b0a7be;
}
.happyRose_cont .package_ttl:after{
  border-top: 1px solid #e076b1;
}
.citrusMint_cont .package_ttl:after{
  border-top: 1px solid #64bbe0;
}
.package_ttl span{
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.column_2wrap .package_cont{
  padding-left: 20px;
  text-align: left;
}
.package_img{
  margin-top: -35px;
  position: relative;
  z-index: 10;
}
.fragrance_ttl_lv2,
.package_cont h5{
  margin: 0 0 5px;
  color: #674498;
  font-size: 1.6rem;
  text-align: center;
}
.fragrance_ttl_lv2{
  margin: 25px 0 -20px;
  padding-right: 20px;
  font-size: 1.8rem;
}
.happyRose_cont .fragrance_ttl_lv2,
.happyRose_cont .package_cont h5{
  color: #e4007f;
}
.citrusMint_cont .fragrance_ttl_lv2,
.citrusMint_cont .package_cont h5{
  color: #097dae;
}
.kirekira_info{
  margin: 100px 0 60px;
  text-align: center;
}
.kirekira_info h2{
  margin: 10px 0 20px;
  padding: 20px;
  background: #daedf7 url(../img/fragrance_ttl_bg.png) repeat left 25px;
  color: #097dae;
  font-size: 1.8rem;
  text-align: center;
}
/* 商品一覧 */
.item_list{
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 950px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.item_list img{
  width: auto;
  height: 180px;
}
.item_list a{
  text-decoration: none;
}
.item_list a:hover{
  opacity: 0.8;
}
/* 動画 */
.cm_cont{
  margin: 15px auto 0;
  width: 80%;
  border: 1px solid #ccc;
}
.video-container{
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 0;
  background-color: #fff;
}
.video-container img,
.video-container iframe,
.video-container object,
.video-container embed{
  margin: auto;
  position: absolute;
  top: -0.5%;
  right: -0.5%;
  bottom: -0.5%;
  left: -0.5%;
  width: 101%;
  height: 101%;
}
a.qanda_link{
  margin: 50px auto 0;
  padding: 30px 20px;
  display: block;
  position: relative;
  width: 83%;
  border-radius: 5px;
  background-color: #0094be;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.qanda_link:after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: url(../img/link_arrow.svg) no-repeat left top;
  background-size: 100% auto;
}
.qanda_link:hover{
  opacity: 0.8;
  text-decoration: none;
}
/* パッケージリニューアル 追加 */
.release{
  margin: -25px 0 30px;
  text-align: center;
}
.release .release-date{
  margin: 0 0 2px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0096c2;
}
.release .release-note{
  font-size: 1.4rem;
}
.kirekira__package-info{
  padding: 70px 0 55px ;
  position: relative;
  background: #36aae5 url(../img/sustainable_bg.jpg) no-repeat center bottom;
  background-size: auto 183%;
}
.kirekira__package-info2{
  margin: -30px 0 0;
  padding: 80px 50px 50px;
  overflow: visible;
  box-sizing: border-box;
  position: relative;
  background: url(../img/bg_top.png) repeat-x center top;
  background-size: 130px auto;
}
.kirekira__package-info2::before{
  content: ' ';
  display: block;
  overflow: visible;
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) repeat center top;
}
.kirekira__package-info2::after{
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: url(../img/bottom_bg.png) repeat-x center top;
  background-size: 150px auto;
}
.efforts-point_cont:first-child{
  margin-top: 0;
  position: relative;
}
.kirekira__package-info2 .kirekira_note{
  color: #fff;
}
.package-info__header{
  margin: 0 0 30px;
  text-align: center;
}
.package-info__header h2{
  margin: 0 0 30px;
  color: #fff;
  font-size: 3.5rem;
}
.package-info__header p{
  margin: 0 0 30px;
  color: #fff;
  font-size: 2.3rem;
}
.efforts-point_box{
  margin: 0 0 100px;
  text-align: center;
}
.efforts-point{
  margin: -40px 0 0;
  position: relative;
  z-index: 10;
}
.efforts-point img{
  width: 222px;
  height: auto;
}
.efforts-point_header{
  margin: 0 0 30px;
  padding: 30px 30px 25px;
  position: relative;
  background: url(../img/efforts-point_ttl_bg.png) no-repeat center center;
  background-size: 100% auto;
  color: #fff;
  font-size: 4.3rem;
  text-align: center;
}
.efforts-point_header::before{
  content: ' ';
  display: block;
  position: absolute;
  top: 6px;
  right: 3px;
  left: 3px;
  height: 1px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.efforts-point__img{
  margin: -25px 15px 20px;
}
.efforts-point__lead{
  margin: 15px 0 20px;
}
.result{
  margin: 50px 0 100px;
  text-align: center;
}
.result p{
  margin: 20px 0 0;
  color: #fff;
  line-height: 1.5;
}
.sheet_ttl{
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}
.movie_ttl{
  margin-top: 50px;
}
h2 + .movie_ttl{
  margin-top: 20px;
}
.sub{
  position: relative;
  top: 0;
}
/* 海洋プラ問題 */
.sdgs_logo{
  margin: 25px 0 0;
  text-align: center;
}
h2.plastic-pollution__ttl{
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
  background-size: 100% auto;
  color: #fff;
  line-height: 1.4;
}
.plastic-pollution2{
  margin: 100px auto 0;
  padding: 50px 50px 40px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #0075ba;
  text-align: left;
}
.plastic-pollution2__package-img{
  margin: 50px 0 20px;
}
.plastic_problem{
  margin-top: 50px;
  padding: 0 60px 40px;
  background-color: #f4f7fb;
}
.daio-paper__csr{
  padding: 45px 0 15px;
  width: 100%;
  text-align: center;
}
.daio-paper__csr a{
  padding-right: 10px;
  display: inline-block;
  position: relative;
}
.daio-paper__csr a::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 97%;
  width: 5px;
  height: 8px;
  background: url(../img/link_arrow2.svg) no-repeat left top;
}
.plastic-pollution p{
  font-size: 1.4rem;
  line-height: 1.6;
}
p.plastic-pollution__lead{
  margin: 10px 0 25px;
  text-align: center;
  line-height: 1.8;
}
p.plastic-pollution__lead strong{
  color: #097dae;
}
.plastic-pollution__ttl--lv2{
  clear: both;
  color: #097dae;
  font-size: 1.7rem;
  text-align: center;
}
.plastic-pollution__ttl--lv2 span{
  margin: 50px 0 20px;
  padding: 0 30px 10px 20px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #097dae;
}
.plastic-pollution__ttl--lv2 span::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  width: 32px;
  height: 42px;
  background: url(../img/pen.png) no-repeat left top;
  background-size: 100% auto;
}
.plastic-pollution__ttl--lv3{
  clear: both;
  color: #097dae;
  font-size: 1.8rem;
  text-align: center;
}
.plastic-pollution__ttl--lv3 span{
  margin: 50px 0 20px;
  padding: 0 0 10px;
  display: inline-block;
}
.plastic-pollution__wrap p{
  padding-bottom: 0.1em;
  background-color: #f4f7fb;
  background-image: linear-gradient(to right, #f4f7fb 1.1px, transparent 1px), linear-gradient(to bottom, #89aab8 1.1px, transparent 1px);
  background-size: 2px 2.2em;
  font-size: 1.4rem;
  line-height: 2.2;
}
.kirigami{
  text-align: center;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 701px){
  html{
    font-size: 62.5%;
  }
  .brand_wrap{
    margin: 0 auto;
    width: 1000px;
  }
  h1.kirekira_ttl{
    padding: 25px 0;
  }
  .kirekira-main_img{
    padding-top: 5px;
  }
  .carefree_clean{
    margin-bottom: -22px;
    padding: 40px 0 0 20px;
  }
  .br_sp{
    display: none;
  }
  .br_pc{
    display: inline-block;
  }
  .column_2wrap{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 950px;
  }
  .column_2wrap.flex-start{
    align-items: flex-start;
  }
  .column_2wrap .flex1{
    flex: 1;
    text-align: center;
  }
  .column_3wrap{
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .column_3wrap > div{
    width: 23%;
  }
  .column_3wrap > div:first-child p img{
    margin-top: 5px;
  }
  .column_3wrap > div:nth-child(2) p img{
    margin-top: -5px;
  }
  .point_ttl_lv2 span:before{
    content: '';
    position: absolute;
    top: -10px;
    left: -50px;
    width: 54px;
    height: 39px;
    background: url(../img/ttl_lv2_deco1.png) no-repeat left top;
  }
  .point_ttl_lv2 span:after{
    content: '';
    position: absolute;
    top: -10px;
    right: -63px;
    width: 54px;
    height: 39px;
    background: url(../img/ttl_lv2_deco2.png) no-repeat left top;
  }
  /* point5 */
  .fragrance_cont{
    margin: 0 auto;
    width: 950px;
  }
  .fragrance_list{
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 950px;
  }
  .fragrance dt{
    margin: 0 -170px 0 0;
    padding: 8px 0;
    display: inline;
    float: left;
    clear: both;
    width: 170px;
  }
  .fragrance dd{
    padding: 8px 10px 8px 170px;
  }
  .fragrance_info{
    flex: 1;
  }

  /* パッケージリニューアル 追加 */
  .plastic-pollution__wrap{
    display: flex;
    align-items: center;
  }
  .plastic-pollution__wrap.re{
    display: flex;
    flex-direction: row-reverse;
  }
  .plastic-pollution__wrap .plastic_problem_img1{
    margin-right: 50px;
  }
  .plastic-pollution__wrap .plastic_problem_img2{
    margin-left: 50px;
  }
}

/* スマホ----------------------------- */
@media screen and (max-width: 700px){
  html{
    font-size: 62.5%;
  }
  .br_sp{
    display: inline-block;
  }
  .br_pc{
    display: none;
  }
  .brand_cont img{
    max-width: 100% !important;
    height: auto !important;
  }
  .content_main{
    padding: 0 15px 20px;
  }
  .brand_wrap{
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_header{
    padding: 0 0 10%;
    width: 100%;
    min-height: 0;
    background: url(../img/s/header_nav.png) repeat right -6.8%;
    background-size: 100% auto;
  }
  h1.kirekira_ttl{
    margin: 0 10px 0;
    padding: 20px 0 25px;
    border-top: 1px dotted #333;
  }
  .carefree_clean{
    margin: 0 auto 0;
    padding-top: 7%;
    padding-left: 5%;
    width: 74%;
  }
  .header_nav_wrap{
    padding: 0 0 60%;
  }
  .header_nav_wrap a{
    width: 33%;
  }
  .header_nav_wrap .nav_point1 a{
    top: -3%;
    left: 10%;
  }
  .header_nav_wrap .nav_point2 a{
    top: 35.7%;
    left: 3%;
  }
  .header_nav_wrap .nav_point3 a{
    top: 75%;
    left: 10%;
  }
  .header_nav_wrap .nav_point4 a{
    top: -3%;
    left: 60%;
  }
  .header_nav_wrap .nav_point5 a{
    top: 37.5%;
    left: 64%;
  }
  .header_nav_wrap .nav_point6 a{
    top: 74%;
    left: 60%;
  }
  .header_nav_wrap .sheet{
    position: absolute;
    top: 18%;
    left: 29%;
    width: 45%;
  }
  .main_header .kirekira_header_note{
    padding: 0 15px;
    text-align: left;
  }
  .kirekira_note{
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
  .section_header{
    margin: 0 0 30px;
    padding: 20px 15px 20px;
  }
  .point_cont{
    margin: 50px 0 0;
  }
  .point_ttl{
    margin: 0 0 5px;
  }
  .point_ttl_lv2{
    margin: 0;
  }
  /* point1 */
  .kyoudo > div{
    margin: 0 20px 35px;
  }
  .cnf_box{
    padding-left: 0;
  }
  .cnf_box li{
    font-size: 1.4rem;
  }
  .cnf_info_img{
    margin: 0 0 15px;
    text-align: center;
  }
  .note_cont_cnf{
    margin: 0 0 35px;
    padding: 0;
  }
  .note_cont_cnf h4{
    margin-top: 20px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .note_cont_cnf h5{
    font-size: 1.5rem;
  }
  /* point2 */
  .point2_img2{
    margin: 0 -15px;
  }
  /* point3 */
  .point3_img1{
    margin: 0 -15px;
  }
  /* point5 */
  .fragrance_ttl{
    padding: 20px 33% 20px 10%;
    font-size: 1.8rem;
  }
  .fragrance_ttl:before{
    top: 6px;
  }
  .fragrance_ttl:after{
    bottom: 6px;
  }
  .fragrance_ttl_lv2{
    margin: 15px 0 10px;
    padding: 0;
    font-size: 1.7rem;
  }
  .ttl_img{
    position: absolute;
    top: -8px;
    right: 5px;
    width: 28%;
  }
  .fragrance_nav{
    margin: 0 -5px;
  }
  .kirekirasheet{
    margin: 50px 0 0;
    position: relative;
  }
  .kirekirasheet:before{
    content: ' ';
    margin: 0 auto;
    position: absolute;
    top: -45px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 38px;
    height: 50px;
    background: url(../img/arrow.svg) no-repeat center top;
    background-size: 100% auto;
    transform: rotate(90deg);
  }
  .osusume{
    position: absolute;
    top: -33px;
    left: 3px;
    width: 73px;
    height: 52px;
    background: url(../img/s/osusume.png) no-repeat left top;
    background-size: 100% auto;
  }
  .zakkin_img{
    margin: 15px 0;
  }
  .column_3wrap > div{
    margin: 0 0 10px;
    padding: 15px 10px 20px;
    box-sizing: border-box;
    border: 3px solid #e0e0e0;
    text-align: center;
  }
  .point4_header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .column_3wrap h3{
    margin: -23px 0 10px 4px;
    float: none;
    width: 96px;
  }
  .column_3wrap h4{
    margin-top: -15px;
    padding: 0 0 0 8px;
    flex: 1;
  }
  .column_3wrap .graph_ttl{
    margin-top: 0;
  }
  .fragrance_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .fragrance_list li{
    margin: 0 1%;
    width: 48%;
  }
  .fragrance dt{
    margin: 0 0 5px 0;
    padding: 0 0 5px;
    border-bottom: 1px dotted #919191;
    color: #674498;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .fragrance dd{
    margin-bottom: 10px;
    border: none;
  }
  .fragrance_img{
    width: 56%;
    font-size: 1.2rem;
  }
  .fragrance_info{
    margin: 15px auto;
    width: 90%;
  }
  .package_ttl{
    margin: 20px 0 15px;
  }
  .package_img{
    margin: 10px auto;
    width: 70%;
    text-align: center;
  }
  .package_ttl:after{
    top: 10px;
  }
  .package_ttl span{
    width: 150px;
  }
  .column_2wrap .package_cont{
    margin: 0 auto;
    padding-left: 0;
    width: 90%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .kirekira_info{
    margin: 50px 0 0;
  }
  /* 商品一覧 */
  .item_list{
    margin: 0 auto 30px;
    width: 100%;
  }
  .item_list img{
    width: auto;
    height: 140px;
  }
  /* 動画 */
  .cm_cont{
    width: 100%;
  }
  p.movie_ttl{
    font-size: 1.4rem;
  }
  a.qanda_link{
    margin: 50px auto 0;
    padding: 20px 50px 20px 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 2.2rem;
  }
  .qanda_link:after{
    width: 25px;
    height: 25px;
  }
  /* パッケージリニューアル 追加 */
  .release{
    margin: -20px 0 25px;
  }
  .release .release-date{
    margin: 0;
    font-size: 1.8rem;
  }
  .release .release-note{
    font-size: 1.3rem;
  }
  .kirekira__package-info{
    margin-bottom: 0;
    padding: 50px 15px 30px;
  }
  .kirekira__package-info2{
    margin: -30px 0 50px;
    padding: 50px 15px 10px;
    background-size: 50px auto;
  }
  .kirekira__package-info2::after{
    height: 105px;
    background: url(../img/bottom_bg.png) repeat-x center bottom;
    background-size: 50px auto;
  }
  .efforts-point__img{
    margin: -10px -10px 20px;
  }
  .efforts-point__lead{
    margin: 0 15px 20px;
  }
  .efforts-point_header{
    margin-bottom: 15px;
    padding: 15px 60px 20px;
    position: relative;
    background-size: auto 100%;
  }
  .efforts-point_header::after{
    content: ' ';
    margin: auto 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/s/efforts-point_header_bg2.png) no-repeat right top, url(../img/s/efforts-point_header_bg3.png) no-repeat left top;
    background-size: 5px 100%,5px 100%;
  }
  .efforts-point_header h2{
    margin: 0 30px;
  }
  .efforts-point{
    margin-top: -20px;
  }
  .efforts-point img{
    width: 176px;
  }
  .result{
    margin: 0 0 80px;
  }
  .result p{
    margin: 0;
  }
  .result img{
    margin: 0 -15px;
  }
  .result p.result_text{
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
  .efforts-point_box{
    margin: 0 0 60px;
  }
  .column_3wrap h4 img{
    margin: 0 -10px;
    width: auto;
    height: auto;
  }
  .sheet_ttl{
    margin: -25px 15px 30px;
  }
  .kirekira_note--s-center{
    text-align: center;
  }
  /* 海洋プラ問題 */
  .plastic-pollution2{
    margin: 80px auto 0;
    padding: 15px 15px 25px;
  }
  .plastic-pollution2 .efforts-point_header{
    margin: 0 -5px;
    padding: 15px 10px 20px;
    font-size: 1.5rem;
  }
  .plastic-pollution2 .efforts-point_header::after{
    background: url(../img/s/efforts-point_header_bg2-w.png) no-repeat right top, url(../img/s/efforts-point_header_bg3-w.png) no-repeat left top;
    background-size: 5px 100%,5px 100%;
  }
  .sdgs_logo{
    margin: 25px 0 50px;
  }
  .kirekira_sustainable_text{
    padding: 0 15px;
  }
  h2.plastic-pollution__ttl{
    padding: 10px 0 0;
    font-size: 1.5rem;
  }
  .plastic-pollution__ttl--lv2{
    font-size: 1.6rem;
  }
  .plastic-pollution__ttl--lv2 span{
    margin: 20px 0 20px;
    padding: 0 5px 8px 3px;
  }
  .plastic-pollution__ttl--lv2 span::before{
    top: 0;
    right: -18px;
    bottom: -2px;
    width: 22px;
    height: 27px;
  }
  .plastic-pollution__ttl--lv3{
    font-size: 1.6rem;
  }
  .plastic-pollution__ttl--lv3 span{
    margin-bottom: 10px;
  }
  .plastic-pollution__wrap img{
    margin: 15px auto 0;
    display: block;
  }
  .daio-paper__csr{
    padding: 25px 0 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .plastic-pollution2__package-img{
    margin: 20px 0 20px;
  }
  .plastic_problem{
    margin-top: 20px;
    padding: 0 25px 20px;
  }
  p.plastic-pollution__lead{
    font-size: 1.4rem;
    text-align: left;
  }
  .kirigami{
    margin: 40px 0 0;
  }
}