/* Fonts */
/* Regular */
/* Regular */
@font-face {
  font-family: "Meiryo";
  src: url("../../font/meiryo.woff") format("woff"), url("../../font/meiryo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Font Family */
/* Font Weights */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* Fonts */
/* Regular */
/* Regular */
@font-face {
  font-family: "Meiryo";
  src: url("../../font/meiryo.woff") format("woff"), url("../../font/meiryo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Font Family */
/* Font Weights */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* Media Queries */
.product .ttl_font24 {
  font-size: 24px;
  color: #53201d;
}
.product .prd_types_list {
  width: 65.4545454545%;
}
.product .prd_types_list li.flex {
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.product .prd_types_list li.flex picture {
  width: 25px;
  margin-right: 10px;
  display: inline-flex;
}
.product .prd_types_list li.flex p {
  font-size: 18px;
  color: #28444C;
  font-family: "Meiryo", sans-serif;
  text-transform: uppercase;
}
.product .prd_types_list li.flex p span {
  font-size: 18px;
  color: #1D7C97;
}
.product .sec_mod_mv .ttl_mod_box {
  background-color: rgba(121, 175, 33, 0.8);
}
.product .sec_basic_lesson {
  padding: 110px 0;
}
.product .sec_basic_lesson .inner {
  max-width: 1372px;
  width: 100%;
  margin: 0 auto;
}
.product .sec_basic_lesson .txt_intro {
  font-family: "Meiryo", sans-serif;
  font-size: 27px;
  color: #3A706B;
  line-height: 1.5;
  margin-bottom: 68px;
}
.product .sec_product_set {
  margin-bottom: 110px;
}
.product .sec_product_set .inner {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.product .sec_product_set .inner .ttl_font35 {
  margin-bottom: 80px;
  align-items: center;
  justify-content: center;
}
.product .sec_product_set .inner .product_setleft {
  width: 54.1176470588%;
  text-align: center;
  overflow: hidden;
}
.product .sec_product_set .inner .product_setleft .prd_set_border {
  margin-right: 26px;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link {
  position: relative;
  margin-bottom: 68px;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link::before {
  content: "";
  position: absolute;
  background: url(../../images/water_color/artstudio/basic/icon_arrow.png) no-repeat center center;
  background-size: cover;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: rotate(-90deg);
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link:hover::before {
  bottom: -5%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link .main_pic {
  width: 560px;
  margin: 0 auto;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap {
  width: 77.7173913043%;
  margin: 0 auto 80px;
  justify-content: space-between;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap li {
  cursor: pointer;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap li div {
  width: 190px;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two {
  width: 580px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li {
  cursor: pointer;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li:nth-child(1) div {
  width: 160px;
}
.product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li:nth-child(2) div {
  width: 248px;
}
.product .sec_product_set .inner .product_setright {
  width: 44.1176470588%;
  text-align: center;
}
.product .sec_product_set .inner .product_setright .ttl_font35 {
  color: #1D4D53;
}
.product .sec_product_set .inner .product_setright .product_set_link {
  position: relative;
  margin-bottom: 122px;
}
.product .sec_product_set .inner .product_setright .product_set_link::before {
  content: "";
  position: absolute;
  background: url(../../images/top/icon_arrow_right.png) no-repeat center center;
  background-size: cover;
  right: 0;
  top: 40%;
  transform: translate(0, -50%);
  width: 23px;
  height: 100px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.product .sec_product_set .inner .product_setright .product_set_link:hover::before {
  transform: translate(30px, -50%);
}
.product .sec_product_set .inner .product_setright .product_set_link .main_pic {
  width: 560px;
  margin: 0 auto;
}
.product .sec_product_set .inner .product_setright .product_list_wrap {
  width: 81.2%;
  margin: 0 auto 80px;
  justify-content: space-between;
  align-items: flex-end;
}
.product .sec_product_set .inner .product_setright .product_list_wrap li {
  cursor: pointer;
}
.product .sec_product_set .inner .product_setright .product_list_wrap li div {
  width: 120px;
}
.product .sec_product_set .inner .product_setright .product_list_wrap li .ttl_font24 {
  font-size: 24px;
  color: #1D4D53;
}
.product .sec_product_set .inner .product_setright .product_list_wrap li:nth-child(2) div {
  width: 155px;
}
.product .sec_product_set .inner .product_setright .product_list_wrap li:nth-child(3) div {
  width: 160px;
}
.product .sec_product_set .inner .product_setright .product_list_wrap_two {
  justify-content: center;
}
.product .sec_product_set .inner .product_setright .product_list_wrap_two li {
  cursor: pointer;
}
.product .sec_product_set .inner .product_setright .product_list_wrap_two li:nth-child(1) div {
  width: 248px;
}
.product .sec_product_set .inner .product_setright .product_list_wrap_two .ttl_font24 {
  color: #1D4D53;
}
.product .sec_product_set .inner .product_list_wrap li div {
  margin-bottom: 20px;
}
.product .sec_product_set .inner .product_list_wrap_two li div {
  margin-bottom: 20px;
}
.product .sec_gallery {
  width: 100%;
  height: 620px;
  position: relative;
  background: url(../../images/product/gallery_bg.jpg) no-repeat center;
  background-size: cover;
  border-top: 20px solid #5D825F;
  margin-bottom: 120px;
  overflow: hidden;
}
.product .sec_gallery .ttl_font60 {
  position: absolute;
  top: 45%;
  left: 10%;
}
.product .sec_gallery .gallery_pencil01 {
  width: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .sec_gallery .gallery_book {
  width: 560px;
  position: absolute;
  top: 20%;
  left: 25%;
}
.product .sec_gallery .gallery_bird {
  width: 790px;
  position: absolute;
  top: 0%;
  right: 0%;
}
.product .sec_gallery .gallery_fruit {
  width: 326px;
  position: absolute;
  top: -25px;
  left: 0;
}
.product .sec_gallery .gallery_pencil02 {
  width: 512px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner {
  padding: 20px 0 40px 0;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .ttl_font18 {
  margin-bottom: 20px;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .ttl_font18::first-letter {
  text-transform: uppercase;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .prd_types .prd_show_type {
  width: 30.5454545455%;
  margin-right: 15px;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .ttl_font33 {
  color: #28444C;
  text-align: center;
  margin-bottom: 30px;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .txt_font26 {
  min-height: 165px;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner:first-child .prd_small_coner {
  padding-bottom: 0;
}
.product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner:last-child .prd_small_coner.shadow_sm::after {
  content: none;
}
.product .sec_color_set {
  position: relative;
  padding: 80px 0 40px;
}
.product .sec_color_set .inner {
  width: 78.2352941176%;
  margin: 0 auto;
}
.product .sec_color_set .inner .color_set_div {
  overflow: hidden;
}
.product .sec_color_set .inner .color_set_div .color_set_wrap {
  margin-bottom: 20px;
}
.product .sec_color_set .inner .color_set_div .color_set_wrap .flex {
  margin-bottom: 30px;
  padding: 0 50px;
}
.product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_left {
  width: 24.0601503759%;
  margin-right: 50px;
}
.product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_right {
  width: 69.1729323308%;
}
.product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_right .ttl_font33 {
  font-size: 33px;
  margin-bottom: 20px;
}
.product .sec_color_set .inner .color_set_div::before {
  content: "";
  background: url(../../images/product/img_fruit_gp1.png) no-repeat center;
  background-size: cover;
  width: 223px;
  height: 268px;
  position: absolute;
  top: 0;
  left: 0;
}
.product .sec_color_set .inner .color_set_div::after {
  content: "";
  background: url(../../images/product/img_fruit_gp2.png) no-repeat center;
  background-size: cover;
  width: 255px;
  height: 316px;
  position: absolute;
  top: -47px;
  right: 0;
}
.product .sec_pencil_color .inner {
  width: 78.2352941176%;
  margin: 0 auto;
}
.product .sec_pencil_color .inner .pencil_color_wrap {
  margin-bottom: 30px;
}
.product .sec_pencil_color .inner .pencil_color_wrap .pencil_color_detail {
  width: 100%;
  justify-content: space-between;
}
.product .sec_pencil_color .inner .pencil_color_wrap .pencil_color_detail .prd_types_list {
  width: 25.5639097744%;
}
.product .sec_pencil_color .inner .txt_notice_color {
  margin-bottom: 60px;
}
.product .sec_pencil_color .inner .video_mod_grid {
  width: 100%;
  margin-bottom: 120px;
}
.product .sec_pencil_color .inner .video_mod_grid li {
  display: flex;
  margin-bottom: 75px;
}
.product .sec_pencil_color .inner .video_mod_grid li .video_box {
  width: 670px;
  height: 380px;
  margin-right: 55px;
}
.product .sec_pencil_color .inner .video_mod_grid li .video_box iframe {
  width: 100%;
  height: 100%;
}
.product .sec_pencil_color .inner .video_mod_grid li .video_detail .txt_mod {
  color: #4A605E;
  margin-bottom: 40px;
}
.product .sec_pencil_color .inner .video_mod_grid li .video_detail .txt_mod:last-child {
  margin-bottom: 0;
}
.product .sec_pencil_color .inner .video_mod_grid.shadow_sm::after {
  display: none;
}
.product .sec_color_list_gp .inner {
  width: 78.2352941176%;
  margin: 0 auto 100px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .sec_color_list_gp .inner .color_list_gp {
  width: 17.2932330827%;
}
.product .sec_color_list_gp .inner .color_list_gp .txt_small18::first-letter {
  text-transform: uppercase;
}
.product .sec_color_list_gp .inner ul {
  width: 100%;
  margin-bottom: 50px;
}
.product .sec_color_list_gp .inner ul li {
  align-items: center;
}
.product .sec_color_list_gp .inner ul li picture {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: inline-block;
}
.product .sec_color_list_gp .inner ul li p {
  margin-bottom: 0;
}
.product .sec_color_list_gp .inner ul li.tooltip {
  cursor: pointer;
  position: relative;
}
.product .sec_color_list_gp .inner ul li.tooltip .tooltiptext {
  min-width: 196px;
  min-height: 37px;
  visibility: hidden;
  padding: 0px 15px;
  color: #28444C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  border: 1px solid #6F9A9D;
  background-color: white;
  left: 0;
  top: -50px;
}
.product .sec_color_list_gp .inner ul li.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 20%;
  margin-left: -10px;
  background: url(../../images/product/icon_tootip.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  transform: rotate(179deg);
}
.product .sec_color_list_gp .inner ul li.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* For Tablet */
@media (min-width: 768px) and (max-width: 1700px) {
  .product .ttl_font24 {
    font-size: 1.25vw;
  }
  .product .prd_types_list {
    width: 66.3636363636%;
  }
  .product .prd_types_list li.flex {
    margin-bottom: 0.5208333333vw;
  }
  .product .prd_types_list li.flex picture {
    width: 1.3020833333vw;
    margin-right: 0.5208333333vw;
  }
  .product .prd_types_list li.flex p {
    font-size: 0.9375vw;
  }
  .product .prd_types_list li.flex p span {
    font-size: 0.9375vw;
  }
  .product .sec_basic_lesson {
    padding: 5.7291666667vw 0;
  }
  .product .sec_basic_lesson .inner {
    max-width: 71.4583333333%;
  }
  .product .sec_basic_lesson .txt_intro {
    font-size: 1.40625vw;
    margin-bottom: 3.5416666667vw;
  }
  .product .sec_product_set {
    margin-bottom: 5.7291666667vw;
  }
  .product .sec_product_set .inner {
    max-width: 88.5416666667vw;
  }
  .product .sec_product_set .inner .ttl_font35 {
    margin-bottom: 4.1666666667vw;
  }
  .product .sec_product_set .inner .product_setleft {
    width: 54.1176470588%;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border {
    margin-right: 1.3541666667vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link {
    margin-bottom: 3.5416666667vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link::before {
    width: 1.1979166667vw;
    height: 5.2083333333vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link .main_pic {
    width: 29.1666666667vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap {
    width: 77.7173913043%;
    margin: 0 auto 4.1666666667vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap li div {
    width: 9.8958333333vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two {
    width: 30.2083333333vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li:nth-child(1) div {
    width: 8.3333333333vw;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li:nth-child(2) div {
    width: 12.9166666667vw;
  }
  .product .sec_product_set .inner .product_setright {
    width: 44.1176470588%;
  }
  .product .sec_product_set .inner .product_setright .product_set_link {
    margin-bottom: 6.3541666667vw;
  }
  .product .sec_product_set .inner .product_setright .product_set_link::before {
    width: 1.1979166667vw;
    height: 5.2083333333vw;
  }
  .product .sec_product_set .inner .product_setright .product_set_link:hover::before {
    transform: translate(1.5625vw, -50%);
  }
  .product .sec_product_set .inner .product_setright .product_set_link .main_pic {
    width: 29.1666666667vw;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap {
    width: 81.2%;
    margin: 0 auto 4.1666666667vw;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li div {
    width: 6.25vw;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li .ttl_font24 {
    font-size: 1.25vw;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li:nth-child(2) div {
    width: 8.0729166667vw;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li:nth-child(3) div {
    width: 8.3333333333vw;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap_two li:nth-child(1) div {
    width: 12.9166666667vw;
  }
  .product .sec_product_set .inner .product_list_wrap li div {
    margin-bottom: 1.0416666667vw;
  }
  .product .sec_product_set .inner .product_list_wrap_two li div {
    margin-bottom: 1.0416666667vw;
  }
  .product .sec_gallery {
    height: 32.2916666667vw;
    border-top: 20px solid #5D825F;
    margin-bottom: 6.25vw;
  }
  .product .sec_gallery .gallery_pencil01 {
    width: 20.8333333333vw;
  }
  .product .sec_gallery .gallery_book {
    width: 29.1666666667vw;
  }
  .product .sec_gallery .gallery_bird {
    width: 41.1458333333vw;
  }
  .product .sec_gallery .gallery_fruit {
    width: 16.9791666667vw;
    top: -1.3541666667vw;
  }
  .product .sec_gallery .gallery_pencil02 {
    width: 26.6666666667vw;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner {
    padding: 1.0416666667vw 0vw 2.0833333333vw 0vw;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .ttl_font18 {
    margin-bottom: 1.0416666667vw;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .prd_types .prd_show_type {
    width: 30.5454545455%;
    margin-right: 0.78125vw;
  }
  .product .sec_color_set {
    padding: 4.1666666667vw 0 2.0833333333vw;
  }
  .product .sec_color_set .inner {
    width: 78.2352941176%;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap {
    margin-bottom: 0.5208333333vw;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex {
    margin-bottom: 1.5625vw;
    padding: 0 2.6041666667vw;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_left {
    width: 24.0601503759%;
    margin-right: 2.6041666667vw;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_right {
    width: 69.1729323308%;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_right .ttl_font33 {
    font-size: 1.71875vw;
    margin-bottom: 1.0416666667vw;
  }
  .product .sec_color_set .inner .color_set_div::before {
    width: 11.6145833333vw;
    height: 13.9583333333vw;
  }
  .product .sec_color_set .inner .color_set_div::after {
    width: 13.28125vw;
    height: 16.4583333333vw;
    top: -2.4479166667vw;
    right: 0;
  }
  .product .sec_pencil_color .inner {
    width: 78.2352941176%;
  }
  .product .sec_pencil_color .inner .pencil_color_wrap {
    margin-bottom: 1.5625vw;
  }
  .product .sec_pencil_color .inner .pencil_color_wrap .pencil_color_detail .prd_types_list {
    width: 25.5639097744%;
  }
  .product .sec_pencil_color .inner .video_mod_grid {
    margin-bottom: 6.25vw;
  }
  .product .sec_pencil_color .inner .video_mod_grid li {
    display: flex;
    margin-bottom: 3.90625vw;
  }
  .product .sec_pencil_color .inner .video_mod_grid li .video_box {
    width: 34.8958333333vw;
    height: 19.7916666667vw;
    margin-right: 2.8645833333vw;
  }
  .product .sec_pencil_color .inner .video_mod_grid li .video_detail .txt_mod {
    margin-bottom: 2.0833333333vw;
  }
  .product .txt_notice_color {
    margin-bottom: 3.125vw;
  }
  .product .sec_color_list_gp .inner {
    width: 78.2352941176%;
    margin: 0 auto 5.2083333333vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .sec_color_list_gp .inner ul {
    width: 100%;
    margin-bottom: 2.6041666667vw;
  }
  .product .sec_color_list_gp .inner ul li {
    align-items: center;
  }
  .product .sec_color_list_gp .inner ul li picture {
    width: 3.125vw;
    height: 3.125vw;
    margin-right: 0.2604166667vw;
    display: inline-block;
  }
  .product .sec_color_list_gp .inner ul li p {
    margin-bottom: 0;
  }
  .product .sec_color_list_gp .inner ul li.tooltip .tooltiptext {
    min-width: 10.2083333333vw;
    min-height: 1.9270833333vw;
    padding: 0vw 0.78125vw;
    border: 0.0520833333vw solid #6F9A9D;
    top: -2.6041666667vw;
    left: -0.0520833333vw;
    font-size: 0.8333333333vw;
  }
  .product .sec_color_list_gp .inner ul li.tooltip .tooltiptext::after {
    margin-left: -0.5208333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  .product .ttl_font35 {
    font-size: 0.45rem;
  }
  .product .ttl_font24 {
    font-size: 0.24rem;
  }
  .product .prd_types_list {
    width: 65.4545454545%;
  }
  .product .prd_types_list li.flex {
    margin-bottom: 0.1rem;
  }
  .product .prd_types_list li.flex picture {
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .product .prd_types_list li.flex p {
    font-size: 0.23rem;
  }
  .product .prd_types_list li.flex p span {
    font-size: 0.23rem;
    color: #1D7C97;
  }
  .product .sec_basic_lesson {
    padding: 1.1rem 0;
  }
  .product .sec_basic_lesson .inner {
    width: 85.9375%;
    overflow: hidden;
  }
  .product .sec_basic_lesson .inner .basic_lesson_gp {
    margin-bottom: 0.1rem;
  }
  .product .sec_basic_lesson .inner .basic_lesson_gp .txt_intro {
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
    line-height: 1.5;
  }
  .product .sec_product_set {
    margin-bottom: 1.1rem;
  }
  .product .sec_product_set .inner {
    width: 100%;
    flex-direction: column;
  }
  .product .sec_product_set .inner .ttl_font35 {
    margin-bottom: 0.8rem;
  }
  .product .sec_product_set .inner .product_setleft {
    width: 100%;
    margin-bottom: 1rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border {
    margin: 0 0 0.1rem 0;
    padding: 1.5rem 0 0.4rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link {
    margin-bottom: 1.2rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link::before {
    width: 0.23rem;
    height: 1rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_set_link .main_pic {
    width: 5.6rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap {
    width: 85.9375%;
    margin: 0 auto 0.8rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap li div {
    width: 1.8rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two {
    width: 5.8rem;
    margin-bottom: 0.8rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li:nth-child(1) div {
    width: 1.6rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border .product_list_wrap_two li:nth-child(2) div {
    width: 2.48rem;
  }
  .product .sec_product_set .inner .product_setleft .prd_set_border::after {
    content: "";
    width: 100%;
    height: 0.18rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: initial;
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(238, 238, 238, 0) 86%);
  }
  .product .sec_product_set .inner .product_setright {
    width: 100%;
  }
  .product .sec_product_set .inner .product_setright .product_set_link {
    margin-bottom: 1.2rem;
  }
  .product .sec_product_set .inner .product_setright .product_set_link::before {
    width: 0.23rem;
    height: 1rem;
  }
  .product .sec_product_set .inner .product_setright .product_set_link:hover::before {
    transform: translate(0.3rem, -50%);
  }
  .product .sec_product_set .inner .product_setright .product_set_link .main_pic {
    width: 4.6rem;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap {
    width: 85.9375%;
    margin: 0 auto 0.8rem;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li div {
    width: 1.2rem;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li .ttl_font24 {
    font-size: 0.24rem;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li:nth-child(2) div {
    width: 1.55rem;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap li:nth-child(3) div {
    width: 1.6rem;
  }
  .product .sec_product_set .inner .product_setright .product_list_wrap_two li:nth-child(1) div {
    width: 2.48rem;
  }
  .product .sec_product_set .inner .product_list_wrap li div {
    margin-bottom: 0.2rem;
  }
  .product .sec_product_set .inner .product_list_wrap_two li div {
    margin-bottom: 0.2rem;
  }
  .product .sec_gallery {
    height: 12.3rem;
    border-top: 0.2rem solid #5D825F;
    margin-bottom: 1.2rem;
  }
  .product .sec_gallery .ttl_font60 {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .product .sec_gallery .gallery_pencil01 {
    width: 3.9rem;
  }
  .product .sec_gallery .ttl_font35 {
    top: 23%;
    left: 44%;
    font-size: 0.6rem;
  }
  .product .sec_gallery .gallery_book {
    width: 5.6rem;
    top: auto;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .product .sec_gallery .gallery_bird {
    width: 7.5rem;
    left: 0%;
    top: 7%;
    right: initial;
  }
  .product .sec_gallery .gallery_fruit {
    width: 3.5rem;
    top: -0.2rem;
    left: -0.2rem;
  }
  .product .sec_gallery .gallery_pencil02 {
    width: 3.5rem;
    top: 39%;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner {
    padding: 0.3rem 0.5rem 0.5rem;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .ttl_font18 {
    margin-bottom: 0.3rem;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .prd_types {
    flex-direction: row;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .prd_types .prd_show_type {
    width: 29.0909090909%;
    margin-right: 0.25rem;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .ttl_font24 {
    font-size: 0.4rem;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .txt_font26,
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner .prd_small_coner .txt_small18 {
    padding: 0;
    min-height: auto;
  }
  .product .sec_product_list .inner .prd_detail_wrap .product_list_detail .prd_inner:last-child .prd_small_coner.shadow_sm_b::after {
    content: none;
  }
  .product .sec_color_set {
    padding: 0.8rem 0 0.4rem;
  }
  .product .sec_color_set .inner {
    width: 85.9375%;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap {
    margin-bottom: 0.1rem;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex {
    margin-bottom: 0.3rem;
    padding: 0 0rem;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_left {
    width: 60%;
    margin: 0 auto 0.42rem;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_right {
    width: 100%;
  }
  .product .sec_color_set .inner .color_set_div .color_set_wrap .flex .color_set_right .ttl_font33 {
    font-size: 0.42rem;
    margin-bottom: 0.6rem;
    text-align: center;
  }
  .product .sec_color_set .inner .color_set_div::before {
    width: 1.8rem;
    height: 2rem;
    top: -0.45rem;
    left: 0;
  }
  .product .sec_color_set .inner .color_set_div::after {
    content: "";
    background: url(../../images/product/img_fruit_gp2_sp.png) no-repeat center;
    background-size: cover;
    width: 1.55rem;
    height: 3rem;
    top: 20%;
    right: 0;
  }
  .product .sec_pencil_color .inner {
    width: 85.9375%;
  }
  .product .sec_pencil_color .inner .pencil_color_wrap {
    margin-bottom: 0.3rem;
    flex-wrap: nowrap;
  }
  .product .sec_pencil_color .inner .pencil_color_wrap .pencil_book {
    width: 2rem;
    margin-right: 20px;
  }
  .product .sec_pencil_color .inner .pencil_color_wrap .pencil_color_detail {
    width: 65%;
  }
  .product .sec_pencil_color .inner .pencil_color_wrap .pencil_color_detail .prd_types_list {
    width: 100%;
  }
  .product .sec_pencil_color .inner .txt_notice_color {
    margin-bottom: 0.6rem;
  }
  .product .sec_pencil_color .inner .youtube_wrap {
    overflow: hidden;
  }
  .product .sec_pencil_color .inner .youtube_wrap .video_mod_grid {
    margin-bottom: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
  }
  .product .sec_pencil_color .inner .youtube_wrap .video_mod_grid li {
    display: flex;
    margin-bottom: 0.35rem;
  }
  .product .sec_pencil_color .inner .youtube_wrap .video_mod_grid li .video_box {
    width: 100%;
    height: 3.8rem;
    margin-right: 0rem;
  }
  .product .sec_pencil_color .inner .youtube_wrap .video_mod_grid li .video_detail .txt_mod {
    margin-bottom: 0.4rem;
  }
  .product .sec_pencil_color .inner .youtube_wrap .video_mod_grid.shadow_sm::after {
    display: block;
  }
  .product .sec_color_list_gp .inner {
    width: 87.2395833333%;
    margin: 0 auto 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .sec_color_list_gp .inner .color_list_gp {
    width: 33.3333333333%;
  }
  .product .sec_color_list_gp .inner .color_list_gp .txt_small18 {
    font-size: 0.22rem;
  }
  .product .sec_color_list_gp .inner ul {
    margin-bottom: 0.8rem;
  }
  .product .sec_color_list_gp .inner ul .txt_small18 {
    font-size: 0.22rem;
  }
  .product .sec_color_list_gp .inner ul li {
    align-items: center;
  }
  .product .sec_color_list_gp .inner ul li picture {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.15rem;
    display: inline-block;
  }
  .product .sec_color_list_gp .inner ul li p {
    margin-bottom: 0;
  }
  .product .sec_color_list_gp .inner ul li.tooltip .tooltiptext {
    min-width: 2rem;
    min-height: 0.7rem;
    padding: 0.1rem 0.1rem;
    border: 0.0520833333vw solid #6F9A9D;
    top: -0.75rem;
    font-size: 0.2rem;
  }
  .product .sec_color_list_gp .inner ul li.tooltip .tooltiptext::after {
    margin-left: -0.15rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .product .sec_product_list .inner .prd_detail_wrap:first-child .product_list_detail.shadow_lg::before {
    content: none;
  }
}

/*# sourceMappingURL=product.css.map */
