@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* CSS Document */
.sp-block {
  display: none;
}
.mAuto img {
  margin: 0 auto;
}
a {
  cursor: pointer;
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  overflow-x: hidden;
}
.opt-copy--disable img, .opt-copy--disable video {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    touch-callout: none;
    -webkit-touch-callout: none;
}
/* ===========================================================
   header
=========================================================== */
#wrapper.is-open {
  left: -100%;
}
.header-Area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  padding: 12px 52px;
}
.header-Area .header-logo {
  margin: 0;
}
.header-Area .header-logo a {
  display: grid;
}
.header-Area .header-logo img {
  max-width: 300px;
}
.heaer-sp_menu {
  display: none;
}
/* nav accordion */
.nav_accordion {
  background: #fff;
}
.nav_accordion .nav_accordion-noLink__icon {
  transform: rotate(90deg);
  transition: .5s;
  left: -3px !important;
}
.nav_accordion.active .nav_accordion-noLink__icon {
  transform: rotate(-90deg);
}
.nav_accordionList {
  display: none;
  position: absolute;
  left: -18px;
  padding: 15px 15px 5px;
  width: auto;
  background: #fff;
  z-index: 1;
}
.nav_accordionList a {
  margin-bottom: 5px;
}
/* ===========================================================
   nav-list
=========================================================== */
.nav-list {
  display: flex;
  padding-left: 20px;
  gap: 20px;
}
.nav-list li {
  padding: 0;
}
.nav-list li a {
  font-size: 16px;
  display: block;
  color: #333;
  position: relative;
}
.nav-list li a:hover {
  color: #009944;
}
.nav-list .cmn-icon--window:before, .nav-list .cmn-icon--external:before {
  position: relative;
  left: -3px;
}
/* ===========================================================
   contents
=========================================================== */
/* -----------------------------------------------------------
   common
----------------------------------------------------------- */
/* ----- link btn ----- */
.g-ButtonUnit__link {
  padding: 0;
  font-size: 18px;
}
.g-ButtonUnit__link .cmn-richtext {
  padding-left: 25px !important;
}
.g-ButtonUnit__link .cmn-icon {
  left: 0;
}
/* ----- green btn ----- 
.btn_txt.is-size--l .g-ButtonUnit__link {
  font-size: 24px !important;
}*/

/* -----------------------------------------------------------
   TOP
----------------------------------------------------------- */
.g-Image__img img {
  margin: 0 auto;
}
.g-Image.is-background {
  padding: 0;
}
.g-ImageCarouselP__nav {
  position: relative;
  left: -60px;
}
.g-ImageCarouselP__prevArrow {
  background-color: none;
  background: url(/is/image/content/dam/sites/kao/www-kao-com/global/en/children_painting/img/mv_slider-controll_img01.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: calc((100% - -20px) / 2);
}
.g-ImageCarouselP__nextArrow {
  background-color: none;
  background: url(/is/image/content/dam/sites/kao/www-kao-com/global/en/children_painting/img/mv_slider-controll_img02.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: calc((100% - -100px) / 2);
}
.g-ImageCarouselP__prevArrow:before,
.g-ImageCarouselP__nextArrow:before,
.g-ImageCarouselP__nav__toggle:before {
  content: none !important;
}
.g-ImageCarouselP__nav__toggle {
  background-color: none;
  background: url(/is/image/content/dam/sites/kao/www-kao-com/global/en/children_painting/img/mv_slider-controll_img03.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: auto !important;
  bottom: -11px;
  left: 87px;
}
.g-ImageCarouselP__nav__dot:before, .g-ImageCarouselP__nav__toggle:before {
  color: #009944 !important;
}
/* section_future */
.section_future .g-Section__inner {
  padding-bottom: 80px;
}
.section_future .img-col5 .g-Column__inner.l-Column__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section_future .img-col5 .g-Column__inner.l-Column__inner img {
  width: 170px !important;
  height: 170px !important;
}
/* section_charity */
.section_charity .whiteBlock-btn>div {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.section_charity .whiteBlock-btn>div img {
  width: 80px;
  height: auto;
}
/* section_pastAward */
.section_pastAward .g-ImageTextVP.is-layoutT .g-ImageTextVP__contentsBlock__image {
  margin-bottom: 0px;
}
.section_pastAward img {
  max-height: 500px;
  object-fit: contain;
}
.section_pastAward .pastAward-list img {
  height: 200px;
  object-fit: contain;
}
.section_pastAward .pastAward-name {
  font-size: 15px;
}
.section_pastAward .pastAward-pic {
  width: 160px;
}

/* -----------------------------------------------------------
   下層ページ
----------------------------------------------------------- */
.ttl-h2 {
  padding: 40px 0 !important;
}
.ttl-h2 div {
  margin-bottom: 0;
}

/* ----------------------------
  作品一覧　ページ
---------------------------- */
.Img_list + .Img_list {
  margin-top: 40px;
}
.Img_list .g-ImageTextVP__contentsBlock__image {
  margin-bottom: 10px !important;
  width: auto;
}
.Img_list .Img_list-frame img {
  width: 100% !important;
  height: 290px;
  border: 10px solid #EEE3BF;
  padding: 15px;
  box-sizing: border-box;
  object-fit: contain;
}

/* ----------------------------
  絵に込めた思い　ページ
---------------------------- */
.works_desc-wrapper .l-HeadingTitle__h3 {
  font-size: 24px;
}
.works_desc-wrapper .name,
.works_desc-wrapper .comment {
  font-size: 16px;
}
.works_desc-wrapper .description {
  font-size: 18px;
}
.works_desc-wrapper .align-items_C+.align-items_C {
  margin-top: 30px;
}
.works_desc-wrapper .align-items_C>div {
  align-items: center;
}
.works_desc-wrapper .img_block {
  padding: 0 30px 0 0;
}
.works_desc-wrapper .img_block img {
  max-height: 500px;
  object-fit: contain;
}
.works_desc-wrapper .g-Hr {
  padding: 50px 0;
}
/* ----------------------------
  壁紙ダウンロード　ページ
---------------------------- */
.download_Img-ttl {
  font-size: 18px;
}
.download_Img-desk {
  font-size: 16px;
  line-height: 1.5;
}
/* ----------------------------
  審査員の紹介　ページ
---------------------------- */
.judge_jobName {
  font-size: 28px !important;
  margin-bottom: 0;
}
.judge_jobTtl {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.sec_judge-col3 .judge_jobName {
  font-size: 24px !important;
  line-height: 1.5 !important;
  padding-bottom: 10px;
}
/* ----------------------------
  作品集ダウンロード　ページ
---------------------------- */
.booklet .img-frame {
  padding: 15px;
  background-color: #f7f6f2;
  max-width: 300px;
  box-sizing: border-box;
}
.booklet .img-frame.color01  {
  border: 10px solid #EE9828;
}
.booklet .img-frame.color02 {
  border: 10px solid #C9D34E;
}
.booklet .img-frame.color03 {
  border: 10px solid #67C5ED;
}
.booklet .img-frame.color04 {
  border: 10px solid #FCD152;
}

/* ===========================================================
   footer
=========================================================== */
.footer-Area {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  padding: 12px 52px;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-Area .footer-logo a {
  display: grid;
  padding-left: 30px;
}
.footer-Area .footer-logo img {
  max-width: 100%;
  height: 48px;
}
.g-BrFooter__sitemapBlock {
  display: none;
}
.g-BrFooter__inner {
  max-width: unset;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-mAuto img {
    margin: 0 auto;
  }
  
  /* ===========================================================
   header
=========================================================== */
  .header-Area {
    padding: 0;
  }
  .header-Area .header-logo a {
    width: 220px;
    padding-left: 15px;
  }
  .header-Area .header-logo a span {
    color: #17884A;
    font-size: 14px;
    width: 230px;
  }
  .header-Area .header-nav {
    display: none;
  }
  .header-Area .header-nav.show {
    display: block;
    position: absolute;
    top: 44px;
    width: 100%;
    height: 100vh;
    background: #F5F5F5;
    padding: 0;
    z-index: 3;
  }
  .heaer-sp_menu {
    display: block;
    position: relative;
    right: 15px;
    width: 100px;
    background: #17884A;
    border-radius: 10px;
  }
  .heaer-sp_menu::before {
    content: "MENU";
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    display: block;
  }
  .heaer-sp_menu.active::before {
    content: "CLOSE";
  }
  .heaer-sp_menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-70%) rotate(135deg);
    transition: .5s;
  }
  .heaer-sp_menu.active::after {
    transform: translateY(-35%) rotate(-45deg);
  }
  .g-GlMenu {
    right: -276px;
  }
  /* nav accordion */
  .nav_accordionList {
    position: static;
    padding: 0;
    width: 100%;
  }
  .nav_accordionList a {
    margin-left: 40px !important;
  }
/* ===========================================================
   nav-list
=========================================================== */
  .nav-list li {
    margin: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .nav-list li a {
    padding: 20px 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .nav-list .cmn-icon--window:before, .nav-list .cmn-icon--external:before {
    left: 0;
  }
/* ===========================================================
   contents
=========================================================== */
/* -----------------------------------------------------------
   TOP
----------------------------------------------------------- */
  #common_section_wrapper_2 .g-Section__inner {
    padding-top: 0;
  }
  #common_section_wrapper_6 .col-4 .g-Column__inner {
    display: block;
  }
  #common_section_wrapper_6 .col-4 .g-Column__inner > * {
    margin: 30px 0 0;
  }
/* -----------------------------------------------------------
   下層ページ
----------------------------------------------------------- */
  .ttl-h2 {
    padding: 20px 0 !important;
  }
  .ttl-h2 h2 {
    font-size: 23px;
  }

/* ----------------------------
  作品一覧　ページ
---------------------------- */
  .Img_list .Img_list-frame img {
    height: auto;
    max-height: 250px;
  }

/* ----------------------------
  絵に込めた思い　ページ
---------------------------- */
  .works_desc-wrapper .img_block {
    padding: 0 20px 0 0;
  }
/* ----------------------------
  審査員の紹介　ページ
---------------------------- */
  .sec_judge-col3 .judge_jobName {
    font-size: 18px !important;
  }
  
/* ===========================================================
   footer
=========================================================== */
  .footer-Area {
    display: block;
    padding: 0;
  }
  .footer-Area .footer-logo {
    display: none;
  }
  .footer-Area .nav-list {
    display: block;
    padding: 0;
    margin: 0;
  }
  .g-BrFooter__inner {
    padding: 0;
  }
  .l-BrFooter {
    border-top: none;
  }
  footer#kaoGlobalFooter .kao-globalFooter__container {
    padding-bottom: 0;
  }
}


@media screen and (max-width: 640px) {
/* ===========================================================
   contents
=========================================================== */
/* ----- green btn ----- 
.btn_txt.is-size--l .g-ButtonUnit__link {
  font-size: 18px !important;
  line-height: 1.4;
}*/
/* -----------------------------------------------------------
   TOP
----------------------------------------------------------- */
/* section_future */
.section_future .g-Section__inner {
  padding-bottom: 40px;
}
.section_future .img-col5 .g-Column__inner.l-Column__inner img {
  width: 150px !important;
  height: 150px !important;
}
.g-ImageCarouselP__nav__toggle {
  bottom: -12px;
}
.section_pastAward .pastAward-pic {
  width: 200px;
  margin: 0 auto;
}
  
/* -----------------------------------------------------------
   下層ページ
----------------------------------------------------------- */
/* ----------------------------
  作品一覧　ページ
---------------------------- */
  .Img_list + .Img_list {
    margin-top: 0;
  }
  .Img_list .Img_list-frame img {
    width: 300px !important;
    max-height: unset;
  }
/* ----------------------------
  絵に込めた思い　ページ
---------------------------- */
  .works_desc-wrapper .img_block {
    padding: 0 0 10px 0;
  }
  .works_desc-wrapper .img_block img {
    width: 250px !important;
  }
  .works_desc-wrapper .g-Hr {
    padding: 30px 0 20px;
  }
  .works_desc-wrapper .l-HeadingTitle__h3 {
    font-size: 20px;
  }
  .works_desc-wrapper .description {
    font-size: 16px;
    padding-top: 0;
  }
  .works_desc-wrapper .g-Text,
  .works_desc-wrapper .g-HeadingTitle {
    margin-bottom: 0;
  }
  .works_desc-wrapper .name,
  .works_desc-wrapper .comment {
    font-size: 14px;
    padding-left: 0 !important;
  }
/* ----------------------------
  審査員の紹介　ページ
---------------------------- */
  .sec_judge-col3 .judge_jobName {
    font-size: 18px;
  }
  .judge-img.opt-sm-al_c img {
    margin: 0 auto;
  }
}