#cboxContent {
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: transparent !important;
  border: 1px solid #ccc
}

#cboxContent::-webkit-scrollbar {
  display: none
}

#cboxContent #cboxLoadedContent {
  background-color: transparent !important
}

#cboxContent #cboxLoadedContent::-webkit-scrollbar {
  display: none
}

#cboxContent #cboxClose {
  top: 10px !important;
  right: 10px !important;
  background-position: -50px 0px !important
}

#cboxContent #cboxClose:hover {
  background-position: -50px 0px !important
}

.slick-arrow {
  width: 15px !important;
  height: 30px !important;
  z-index: 10 !important;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-arrow.prev-arrow {
  left: 0;
  width: 30px !important;
}

.slick-arrow.next-arrow {
  right: 0;
  width: 30px !important;
}

.slick-arrow[aria-disabled="true"] {
  display: none !important
}

.slick-dots li {
  width: 18px !important;
  height: 18px !important
}

.slick-dots li button::before {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
  background: url("./../../img/protech/common/slider/dot_pink.png") no-repeat;
  background-size: contain !important
}

.slick-dots li.slick-active button::before {
  background: url("./../../img/protech/common/slider/dot_active_pink.png") no-repeat
}

.fade_in {
  opacity: 0;
  transition: 2s
}

.fade_in.is_shown {
  opacity: 1
}

.fade_in_up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: 2s
}

.fade_in_up.is_shown {
  transform: translate(0, 0);
  opacity: 1
}

@keyframes appearInOrder {
  0% {
    opacity: 0;
    bottom: -15px
  }
  100% {
    opacity: 1;
    bottom: 0
  }
}

.appear_in_order {
  overflow: hidden;
  position: relative
}

.appear_in_order span {
  position: relative;
  animation-name: appearInOrder;
  animation-fill-mode: both;
  animation-duration: 500ms;
  animation-play-state: paused;
  animation-timing-function: ease-in-out
}

.appear_in_order.is_shown span {
  animation-play-state: running
}

.appear_in_order.is_shown span:nth-of-type(1) {
  animation-delay: 0ms
}

.appear_in_order.is_shown span:nth-of-type(2) {
  animation-delay: 50ms
}

.appear_in_order.is_shown span:nth-of-type(3) {
  animation-delay: 100ms
}

.appear_in_order.is_shown span:nth-of-type(4) {
  animation-delay: 150ms
}

.appear_in_order.is_shown span:nth-of-type(5) {
  animation-delay: 200ms
}

.appear_in_order.is_shown span:nth-of-type(6) {
  animation-delay: 250ms
}

.appear_in_order.is_shown span:nth-of-type(7) {
  animation-delay: 300ms
}

.appear_in_order.is_shown span:nth-of-type(8) {
  animation-delay: 350ms
}

.appear_in_order.is_shown span:nth-of-type(9) {
  animation-delay: 400ms
}

.appear_in_order.is_shown span:nth-of-type(10) {
  animation-delay: 450ms
}

.appear_in_order.is_shown span:nth-of-type(11) {
  animation-delay: 500ms
}

.appear_in_order.is_shown span:nth-of-type(12) {
  animation-delay: 550ms
}

.appear_in_order.is_shown span:nth-of-type(13) {
  animation-delay: 600ms
}

.appear_in_order.is_shown span:nth-of-type(14) {
  animation-delay: 650ms
}

.appear_in_order.is_shown span:nth-of-type(15) {
  animation-delay: 700ms
}

.appear_in_order.is_shown span:nth-of-type(16) {
  animation-delay: 750ms
}

.appear_in_order.is_shown span:nth-of-type(17) {
  animation-delay: 800ms
}

.appear_in_order.is_shown span:nth-of-type(18) {
  animation-delay: 850ms
}

.appear_in_order.is_shown span:nth-of-type(19) {
  animation-delay: 900ms
}

.appear_in_order.is_shown span:nth-of-type(20) {
  animation-delay: 950ms
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0
  }
  to {
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0
  }
  to {
    transform: translateX(0);
    opacity: 1
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block
}

.slide-in_inner {
  display: inline-block
}

.leftAnime {
  opacity: 0
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0
}

.hover_zoom {
  overflow: hidden;
  display: block
}

.hover_zoom img {
  display: block;
  width: 100%;
  transition: 500ms
}

@media screen and (min-width: 769px) {
  .hover_zoom:hover img {
    transform: scale(1.05)
  }
}

.slide-animation {
  animation: fade_zoom_out 8s 0s forwards
}

@keyframes fade_zoom_out {
  0% {
    transform: scale(1.1)
  }
  100% {
    transform: scale(1)
  }
}

#container {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important
}

#main_column.colnum1 {
  width: 100% !important;
  margin: 0
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important
  }
}

.sp {
  display: none !important
}

@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important
  }
}

.koburina_gothic_w6 {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important
}

.koburina_gothic_w3 {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif !important
}

.koburina_gothic_w1 {
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important
}

.view_more_btn_box {
  margin-top: 15px;
  text-align: center
}

.view_more_btn_box .view_more_btn {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #a3a3a3;
  font-size: 19px;
  position: relative;
  display: inline-block;
  text-decoration: none
}

.view_more_btn_box .view_more_btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a3a3a3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s
}

.view_more_btn_box .view_more_btn:hover::after {
  transform: scale(1, 1)
}

.btn_has_arrow_box {
  text-align: center
}

.btn_has_arrow_box .btn_has_arrow {
  background-color: #95b6c1;
  color: white;
  border-radius: 100px;
  padding: 5px 12px 5px 15px;
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center
}

@media screen and (min-width: 769px) {
  .btn_has_arrow_box .btn_has_arrow:hover {
    opacity: .8;
    color: white
  }
}

.btn_has_arrow_box .btn_has_arrow::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./../../img/protech/common/icon/btn_arrow.png");
  margin-left: 6px
}

.product_slider#rankingSlider, .product_slider#recommendSlider {
  display: none
}

.product_slider .product {
  width: 180px;
  margin: 0 10px
}

.product_slider .product .rank_box {
  display: block;
  text-align: center;
  border: 1px solid #95b6c1
}

.product_slider .product .rank_box .rank_text {
  color: #95b6c1;
  font-family: futura-pt, sans-serif !important;
  font-size: 16px
}

.product_slider .product .image_box {
  margin: 5px 0
}

.product_slider .product .text_box span {
  display: block !important;
  text-align: center;
  font-size: 16px;
  color: gray
}

@media screen and (max-width: 767px) {
  .product_slider .product .text_box span {
    font-size: 13px
  }
}

.product_slider .product .text_box span.name {
  letter-spacing: 1.4px
}

.product_slider .product .text_box span.price {
  font-size: 15px
}

/*
  パンくずリスト
*/
#main_column .raku2_breadcrumbs {
  display: none;
}

#pageTop {
  margin-top: 0;
  color: #4d4d4d;
  letter-spacing: 0
}

#pageTop a {
  transition: 300ms
}

@media screen and (min-width: 769px) {
  #pageTop a:hover {
    opacity: 0.8
  }
}

#pageTop .fullwidth {
  width: 100% !important
}

#pageTop .section_area .ttl_box {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

#pageTop .section_area .ttl_box .section_title {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #c992af;
  letter-spacing: 7.2px;
  font-size: 36px !important;
  padding-left: 30px !important;
  margin-bottom: 0;
}

#pageTop .section_area .ttl_box .section_title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 70px;
  background-color: #c992af;
  position: absolute;
  top: 0;
  left: 0;
}

#pageTop .section_area .ttl_box .ja_ttl {
  color: #4d4d4d;
  font-size: 22px;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif !important;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#pageTop .section_area .section_container {
  width: calc(100% - 208px);
  max-width: 1080px;
  margin: 0 auto
}

#pageTop .section_area .section_container .lax_container {
  overflow: hidden;
  position: relative
}

#pageTop .section_area .section_container .lax_container img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  transition: 300ms
}

#pageTop .main_cover_slider_area {
  margin-top: 140px;
  position: relative
}

#pageTop .main_cover_slider_area .cover_logo {
  width: 255px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10
}

#pageTop .main_cover_slider_area .catch_copy_box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 10
}

#pageTop .main_cover_slider_area .catch_copy_box .catch_copy {
  color: white;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  letter-spacing: 2px;
  font-size: 28px
}

#pageTop .main_cover_slider_area .main_cover_slider {
  margin-top: 0;
  margin-bottom: 25px;
}

#pageTop .main_cover_slider_area .main_cover_slider .main_cover.use_background {
  overflow: hidden
}

#pageTop .main_cover_slider_area .main_cover_slider .main_cover.use_background .image_box {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

#pageTop .main_cover_slider_area .main_cover_slider .slick-arrow.prev-arrow {
  left: 40px
}

#pageTop .main_cover_slider_area .main_cover_slider .slick-arrow.next-arrow {
  right: 40px
}

#pageTop .main_cover_slider_area .controls,
#pageTop .product_cover_slider_area .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 0;
  width: auto;
  flex-direction: column;
}

#pageTop .main_cover_slider_area .dot_box,
#pageTop .product_cover_slider_area .dot_box {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}

#pageTop .main_cover_slider_area .dot_box .slick-dots,
#pageTop .product_area .section_container .product_cover_slider_area .dot_box .slick-dots {
  position: relative;
  width: fit-content;
  margin: -30px 0;
}

#pageTop .main_cover_slider_area .slick_pause,
#pageTop .product_cover_slider_area .slick_pause {
  width: 15px;
  margin-top: -3px;
  margin-left: 10px;
}

#pageTop .main_cover_slider_area .slick_pause img,
#pageTop .product_cover_slider_area .slick_pause img {
  height: 15px;
}

#pageTop .first_area {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}

#pageTop .first_area .image_box a {
  display: block;
  text-align: center;
}


#pageTop .concept_area .ttl_box {
  width: 90%;
}

#pageTop .concept_area .section_title {
  margin-bottom: 0
}

#pageTop .concept_area .section_container {
  width: 100%;
  max-width: inherit
}

#pageTop .concept_area .section_container .concept_message_title {
  text-align: center;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  letter-spacing: 2.8px;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 1.4;
}

#pageTop .concept_area .section_container .concept_message_text {
  text-align: center;
  font-size: 16px;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  line-height: 2.0;
  margin-bottom: 40px;
}

#pageTop .about_area .section_container .about_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#pageTop .about_area .section_container .about_list .about_list_item {
  align-self: stretch;
  width: 28%
}

@media screen and (max-width: 1079px) {
  #pageTop .about_area .section_container .about_list .about_list_item {
    width: 30%
  }
}

#pageTop .about_area .section_container .about_list .about_list_item .image_box {
  margin-bottom: 15px
}

#pageTop .about_area .section_container .about_list .about_list_item .text_box .about_text {
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  font-size: 18px;
  letter-spacing: 3.4px
}

@media screen and (max-width: 767px) {
  #pageTop .about_area .section_container .about_list .about_list_item .text_box .about_text {
    font-size: 14px
  }
}

#pageTop .about_area .section_container .about_list .about_list_item .text_box .about_text .small {
  font-size: .8em;
  letter-spacing: 1px
}


/*
ランキング
*/

.ranking_area {
  background: #f1ede3;
  padding: 80px 0 40px;
}

.ranking_area .ttl_box {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.ranking_area .ttl_box .section_title {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #9c8664 !important;
  letter-spacing: 7.2px;
  font-size: 36px !important;
  padding-left: 30px !important;
  margin-bottom: 0;
}

.ranking_area .ttl_box .section_title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 70px;
  background-color: #9c8664 !important;
  position: absolute;
  top: 0;
  left: 0;
}

.ranking_area .ttl_box .ja_ttl {
  color: #4d4d4d;
  font-size: 22px;
}

.ranking_container {
  display: flex;
  gap: 20px;
  width: 90%;
  max-width: 1080px;
  margin: 25px auto 40px;
}

.ranking_container .ranking_no1,
.ranking_container .ranking_no2,
.ranking_container .ranking_no3,
.ranking_container .ranking_no4,
.ranking_container .ranking_no5 {
  background-color: #fff;
  padding: 20px;
}

.ranking_container .ranking_no2,
.ranking_container .ranking_no3,
.ranking_container .ranking_no4,
.ranking_container .ranking_no5 {
  width: 46%;
}

.ranking_area .ranking_container .ranking_no1 {
  width: 50%;
}

.ranking_area .ranking_container .ranking_other {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 50%;
}

.ranking_area .ranking_container .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ranking_area .ranking_container .ranking_no1 .img_box {
  width: 95%;
}

#pageTop .ranking_area .ranking_container .ranking_no1 .top_box .cart_button {
  border: 1px solid #c992af;
  border-radius: 50%;
  padding: 7px;
  width: 50px;
}

#pageTop .ranking_area .ranking_container .top_box .cart_button {
  border: 1px solid #c992af;
  border-radius: 50%;
  padding: 6px;
  width: 47px;
}

#pageTop .ranking_area .ranking_container .top_box .cart_button {
  transition: background-color .3s ease;
}

#pageTop .ranking_area .ranking_container .top_box .cart_button:hover {
  background-color: #c992af;
}

#pageTop .ranking_area .ranking_container .top_box .cart_button svg#cart {
  width: 90%;
}

#pageTop .ranking_area .ranking_container .top_box .cart_button:hover svg #design .cls-1 {
  stroke: #fff !important;
}

.ranking_area .ranking_container .img_box {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
}

.ranking_area .ranking_container .img_box img {
  transition: transform .5s ease;
}

.ranking_area .ranking_container .img_box:hover img {
  transform: scale(1.1);
}

.ranking_area .ranking_container .name_box {
  text-align: center;
}

.ranking_area .ranking_container .name_box p {
  font-size: 22px;
  font-family: "Koburina Gothic W6 JIS2004","YakuHanRP","Noto Sans JP",sans-serif;
  line-height: 1.2;
  color: #4d4d4d;
}

.ranking_area .ranking_container .name_box span {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #4d4d4d;
}

.ranking_area .btn_has_arrow_box a {
  background-color: #9c8664;
  color: white;
  border-radius: 100px;
  padding: 3px 20px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 16px;
  letter-spacing: 1.4px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

/*
製品を探す
*/

#pageTop .search_area {
  background-color: #f8f1f5;
  padding: 80px 0;
}

#pageTop .product_area .ttl_box,
#pageTop .ranking_area .ttl_box,
#pageTop .search_area .ttl_box {
  width: 90% !important;
}

#pageTop .search_area .search_category_box {
  width: 90%;
  max-width: 1080px;
  margin: 25px auto;
}

#pageTop .search_area .search_box .ttl_box,
#pageTop .search_area .keyword_box .ttl_box {
  margin: 0;
}

#pageTop .search_area .search_category_box .ttl_category h3,
#pageTop .search_area .search_box .ttl_box h3,
#pageTop .search_area .keyword_box .ttl_box h3 {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif !important;
  font-size: 20px;
  margin-bottom: 8px;
}

#pageTop .search_area .category_list_box .category_list .category_list_item {
  background: #fff;
  margin-bottom: 10px;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box {
  position: relative;
  cursor: pointer;
  padding: 20px 35px;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box .category_name {
  color: #c992af;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 20px;
}

/* #pageTop .search_area .category_list_box .category_list .category_list_item .category_box .accordion_icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../../img/protech/top/accordion_icon_open.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: 150ms;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 6px;
} */

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box .accordion_icon::before,
#pageTop .search_area .category_list_box .category_list .category_list_item .category_box .accordion_icon::after {
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #636766;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box .accordion_icon::before {
  top:48%;
  right: 35px;
  transform: rotate(0deg);
}

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box .accordion_icon::after {
  top:48%;
  right: 35px;
  transform: rotate(90deg);
}

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box.close .accordion_icon::before {
  transform: rotate(45deg);
}

#pageTop .search_area .category_list_box .category_list .category_list_item .category_box.close .accordion_icon::after {
  transform: rotate(-45deg);
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box {
    display: none;
    padding: 20px 35px;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .all_button a {
  background-color: #c992af;
  color: white;
  border-radius: 100px;
  padding: 3px 20px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 18px;
  letter-spacing: 1.4px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list .product_item {
  width: 33.33333%;
  margin-bottom: 30px;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list .product_item a {
  display: flex;
  align-items: center;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list .product_item a .img_box {
  width: 50%;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list .product_item a .txt_box .tag_box {
  display: flex;
  gap: 5px;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list .product_item a .txt_box .tag_box p {
  color: #c992af;
  font-size: 16px;
  border: 1px solid;
  padding: 0 3px;
  line-height: 1.3;
}

#pageTop .search_area .category_list_box .category_list .category_list_item .product_box .product_container .product_list .product_item a .txt_box .name_box {
  font-size: 18px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  line-height: 1.2;
  margin-top: 10px;
}

#pageTop .search_area .bottom_box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

#pageTop .search_area .bottom_box .search_box .raku2_search_box input {
  height: 40px;
  padding: 10px;
  border: 1px solid #c992af;
  color: #4d4d4d;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  background-color: #fff;
}

#pageTop .search_area .bottom_box .search_box .raku2_search_box::placeholder {
  color: #4d4d4d;
}

#pageTop .search_area .bottom_box .search_box .raku2_search_box .raku2_search_btn {
  background: transparent;
  position: relative;
}

#pageTop .search_area .bottom_box .search_box .raku2_search_box .raku2_search_btn span {
  color: transparent;
}

#pageTop .search_area .bottom_box .search_box .raku2_search_box .raku2_search_btn span::before {
  content: "";
  display: inline-block;
  background: url(./../../img/protech/top/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
}

#pageTop .search_area .bottom_box .keyword_box {
  width: 50%;
}

#pageTop .search_area .bottom_box .keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#pageTop .search_area .bottom_box .keyword_list .keyword a {
  background-color: #fff;
  color: #c992af;
  border: 1px solid;
  border-radius: 100px;
  padding: 3px 20px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 15px;
  letter-spacing: 1.4px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

#pageTop .search_area .bottom_box .keyword_list .keyword a:hover {
  background-color: #c992af;
  color: #fff;
}


/*
トピックス
*/

#pageTop .topics_area {
  width: 90%;
  max-width: 1080px;
  margin: 60px auto;
}

#pageTop .topics_area .topics_container {
  max-width: 1080px;
  margin: 25px auto 0;
}

#pageTop .topics_area .topics_container .topics_list {
  display: flex;
}

#pageTop .topics_area .topics_container .topics_list .topics_item {
  padding: 10px;
}

#pageTop .topics_area .topics_container .topics_list .topics_item .img_box {
  overflow: hidden;
}

#pageTop .topics_area .topics_container .topics_list .topics_item .img_box img {
  transition: transform .5s ease;
}

#pageTop .topics_area .topics_container .topics_list .topics_item .img_box:hover img {
  transform: scale(1.1);
}

#pageTop .topics_area .topics_container .topics_list .topics_item .txt_box h3 {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  letter-spacing: 0.1rem;
  color: #c992af;
  margin-top: 3px;
}

#pageTop .topics_area .topics_container .topics_list .topics_item .txt_box p {
  line-height: 1.6;
  color: #4d4d4d;
}



#pageTop .product_area .section_container .product_cover_slider_area {
  position: relative;
  margin-bottom: 80px
}

#pageTop .product_area .section_container .product_cover_slider_area .product_cover_slider {
  margin-bottom: 10px !important;
  position: relative;
}

/* #pageTop .product_cover_slider_area .slick_pause {
  position: absolute;
  bottom: -10px;
  right: 40%;
  width: 15px;
  height: 20px;
  margin-left: -90px;
} */

#pageTop .product_area .section_container .product_cover_slider_area .product_cover_slider .slick-slide img {
  opacity: .5;
  transform:  scale(.8);
  transition: all .5s;
}

#pageTop .product_area .section_container .product_cover_slider_area .product_cover_slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}

#pageTop .product_area .section_container .product_cover_slider_area .product_cover_slider .slick-center img:hover {
  transform: scale(1.05);
}

#pageTop .product_area .section_container .product_cover_slider_area .product_cover_slider .product_cover .text_box {
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  margin-top: 15px;
  text-align: center
}

#pageTop .product_area .section_container .product_cover_slider_area .product_cover_slider .product_cover .text_box p {
  font-size: 18px
}

#pageTop .product_area .section_container .product_cover_slider_area .slick-arrow {
  top: 44% !important
}

/* #pageTop .product_area .section_container .product_cover_slider_area .dot_box {
  width: 300px;
  height: 20px
} */

/* #pageTop .product_area .section_container .product_cover_slider_area .dot_box .slick-dots {
  position: relative;
  width: fit-content;
  margin: -10px auto;
} */

#pageTop .product_area .section_container .product_cover_slider_area .dot_box .slick-dots li {
  width: 18px !important;
  height: 18px !important
}

#pageTop .product_area .section_container .product_cover_slider_area .dot_box .slick-dots li button::before {
  background: url("./../../img/protech/common/slider/dot_pink.png") no-repeat
}

#pageTop .product_area .section_container .product_cover_slider_area .dot_box .slick-dots li.slick-active button::before {
  background: url("./../../img/protech/common/slider/dot_active_pink.png") no-repeat
}

#pageTop .product_area .section_container .product_item_slider_area ul.product_tab_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 15px
}

#pageTop .product_area .section_container .product_item_slider_area ul.product_tab_list li.product_tab_item {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#pageTop .product_area .section_container .product_item_slider_area ul.product_tab_list li.product_tab_item a {
  font-family: futura-pt, sans-serif !important;
  font-weight: 900;
  letter-spacing: 5.0px;
  padding: 0 3px;
  color: #d6d6d6;
  font-size: 25px
}

#pageTop .product_area .section_container .product_item_slider_area ul.product_tab_list li.product_tab_item a.current {
  color: #95b6c1
}

#pageTop .product_area .section_container .product_item_slider_area ul.product_tab_list li.product_tab_item:nth-of-type(2)::before, #pageTop .product_area .section_container .product_item_slider_area ul.product_tab_list li.product_tab_item:nth-of-type(2)::after {
  content: '/';
  display: inline-block;
  color: #d6d6d6
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item {
  width: 28%;
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  #pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item {
    width: 30%
  }
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item .image_box img {
  display: block;
  width: 100%
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item .text_box {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 19px;
  font-family: futura-pt, sans-serif !important;
  letter-spacing: 2.0px;
  color: gray
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item .text_box .title {
  position: relative;
  display: inline-block;
  text-decoration: none
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item .text_box .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a3a3a3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s
}

#pageTop .line_up_area .section_container .line_up_list_box .line_up_list .line_up_list_item .text_box .title:hover::after {
  transform: scale(1, 1)
}

#pageTop .line_up_area .section_container .btn_has_arrow_box .btn_has_arrow {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2.8px
}

/*
定期便
*/

#pageTop .subscription_area {
  background: url(./../../img/protech/top/bg_subscription.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}

#pageTop .subscription_area .fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}

#pageTop .subscription_area .fadein.fadein-bottom {
  transform: translate(0, 30px);
}

#pageTop .subscription_area .fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0,0) !important;
}

#pageTop .subscription_area .subscription_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}

#pageTop .subscription_area .subscription_wrapper .img_box {
  width: 80%;
}

#pageTop .subscription_area .subscription_wrapper .section_container .section_title {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #fff !important;
  letter-spacing: 12.2px;
  font-size: 55px !important;
  margin-bottom: 0;
}

#pageTop .subscription_area .subscription_wrapper .section_container .title {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #4d4d4d;
  margin-top: -20px;
  margin-bottom: 15px;
  padding: 0;
}

#pageTop .subscription_area .subscription_wrapper .section_container .merit {
  width: 90%;
  margin: 0 auto 30px;
}

#pageTop .subscription_area .section_title, #pageTop .membership_area .section_title {
  margin-bottom: 0
}

#pageTop .membership_area .section_container .title {
  letter-spacing: 4.5px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important
}

#pageTop .subscription_area .btn_has_arrow_box a,
#pageTop .information_area .ttl_wrapper .btn_has_arrow_box a,
#pageTop .media_area .ttl_wrapper .btn_has_arrow_box a,
#pageTop .journal_area .ttl_wrapper .btn_has_arrow_box a,
#pageTop .concept_area .concept_wrapper .section_container .btn_has_arrow_box a {
  background-color: #c992af;
  color: white;
  border-radius: 100px;
  padding: 3px 15px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 16px;
  letter-spacing: 1.4px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}


  /*
INFORMATION
*/

#pageTop .information_area,
#pageTop .media_area,
#pageTop .journal_area {
  width: 90%;
  max-width: 1080px;
  margin: 80px auto;
}

#pageTop .information_area .ttl_wrapper,
#pageTop .media_area .ttl_wrapper,
#pageTop .journal_area .ttl_wrapper,
#pageTop .instagram_area .ttl_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

#pageTop .information_area .ttl_wrapper .ttl_box,
#pageTop .topics_area .ttl_box,
#pageTop .media_area .ttl_wrapper .ttl_box,
#pageTop .journal_area .ttl_wrapper .ttl_box,
#pageTop .instagram_area .ttl_wrapper .ttl_box {
  margin: 0;
}

#pageTop .information_area .section_container,
#pageTop .media_area .section_container,
#pageTop .journal_area .section_container {
  width: 100%;
}



#pageTop .subscription_area .section_container .cover_wrapper, #pageTop .membership_area .section_container .cover_wrapper {
  width: 100%;
  display: block;
  position: relative
}

#pageTop .subscription_area .section_container .cover_wrapper .subscription_cover_icon, #pageTop .membership_area .section_container .cover_wrapper .subscription_cover_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18%;
  z-index: 10
}

#pageTop .subscription_area .section_container .cover_wrapper .membership_cover_icon, #pageTop .membership_area .section_container .cover_wrapper .membership_cover_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  z-index: 10
}

#pageTop .subscription_area .section_container .list, #pageTop .membership_area .section_container .list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px
}

#pageTop .subscription_area .section_container .list .list_item, #pageTop .membership_area .section_container .list .list_item {
  align-self: stretch;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 24%
}

#pageTop .subscription_area .section_container .list .list_item img, #pageTop .membership_area .section_container .list .list_item img {
  display: block;
  width: 100%
}


#pageTop .media_area .section_container .slick-initialized .slick-slide {
  width: 150px;
  opacity: .6;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  padding: 0 10px;
}

#pageTop .media_area .section_container ul.media_slider li.media a {
  display: block;
}

#pageTop .media_area .section_container ul.media_slider li.media a .image_box, #pageTop .media_area .section_container ul.media_slider li.media a .text_box {
  display: block
}

#pageTop .media_area .section_container ul.media_slider li.media a .image_box {
  overflow: hidden;
}

#pageTop .media_area .section_container ul.media_slider li.media a .image_box img {
  /* width: 100%; */
  height: 260px;
  object-fit: contain;
  display: block;
  transition: transform .5s ease;
}

#pageTop .media_area .section_container ul.media_slider li.media a .image_box:hover img {
  transform: scale(1.1);
}

#pageTop .media_area .section_container .slick-initialized .slick-active {
  opacity: 1;
  transform: scale(1);
}

#pageTop .media_area .section_container ul.media_slider li.media a .text_box {
  margin-top: 10px !important;
  text-align: left;
  color: #4d4d4d;
  line-height: 1.4;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  font-size: 15px
}

#pageTop .information_area .section_container .info_list_box ul.info_list li.info_list_item {
  border-bottom: 1px dashed #c992af;
}

#pageTop .information_area .section_container .info_list_box ul.info_list li.info_list_item:first-of-type {
  border-top: 1px dashed #c992af;
}

#pageTop .information_area .section_container .info_list_box ul.info_list li.info_list_item a {
  color: gray;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  font-size: 16px;
  display: block;
  padding: 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex
}

#pageTop .information_area .section_container .info_list_box ul.info_list li.info_list_item a .date {
  letter-spacing: 1.4px;
  display: inline-block;
  margin-right: 20px;
}


#pageTop .line_area .section_title {
  margin-bottom: 0
}

#pageTop .line_area .section_container .title {
  text-align: center;
  margin-bottom: 5px;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  font-size: 27px;
  letter-spacing: 1.8px
}

#pageTop .line_area .section_container .text_box .text {
  text-align: center;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif !important;
  letter-spacing: 1.2px;
  font-size: 16px
}

#pageTop .line_area .section_container .btn_has_arrow_box {
  margin-top: 20px
}

#pageTop .line_area .section_container .btn_has_arrow_box .btn_has_arrow {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  padding: 1px 10px;
  font-size: 21px
}

#pageTop .line_area .section_container .btn_has_arrow_box .btn_has_arrow img {
  display: inline-block;
  width: 30px;
  margin-right: 8px
}

/*
コンセプト
*/

#pageTop .concept_area {
  background: url(./../../img/protech/top/bg_concept.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

#pageTop .concept_area .concept_wrapper {
  max-width: 1080px;
  margin: 25px auto 0;
  background: #fff;
  padding: 80px 0 40px;
}

#pageTop .concept_area .concept_wrapper .movie_box {
  text-align: center;
  margin-bottom: 35px;
}

#pageTop .concept_area .concept_wrapper .section_container .blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#pageTop .concept_area .concept_wrapper .section_container .ttl_blur {
  -webkit-animation-name: ttlBlur;
  animation-name: ttlBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes ttlBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes ttlBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

#pageTop .concept_area .concept_wrapper .section_container .concept_message_title {
  color: #c992af;
}

#pageTop .concept_area .concept_wrapper .section_container p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

/*
Instagram
*/

#pageTop .instagram_area {
  width: 90%;
  max-width: 1080px;
  margin: 80px auto;
}

#pageTop .instagram_area .instagram_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}

#pageTop .instagram_area .instagram_list .instagram_item {
  width: 32%;
  margin-bottom: 2%;
}

#pageTop .instagram_area .instagram_account {
  text-align: right;
  margin-top: -10px;
}

#pageTop .instagram_area .btn_has_arrow_box {
  width: 15%;
}

/*
会員特典
*/
#pageTop .membership_area {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

#pageTop .membership_area .btn_box {
  background: #e6eef1;
  margin-top: 20px;
  padding: 8px 0;
}

#pageTop .membership_area .btn_box .btn_has_arrow_box a {
  background-color: #7ba6b3;
  color: white;
  border-radius: 100px;
  padding: 3px 15px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif !important;
  font-size: 18px;
  letter-spacing: 1.4px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}


/* journal */
#journal .text_box {
  display: inline-block;
  padding: 0 10px;
}

#journal .text_box .category{
  margin: 0.25rem 0;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  background: #7ba6b3;
}

#journal .slick-slider .slick-track {
  display: flex;
}

#journal .slick-initialized .slick-slide:nth-child(odd) .text_box .category {
  background: #c992af;
}

#journal .slick-slide img {
  display: block;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
  object-fit: contain;
  background: #f8f8f8;
  cursor: pointer;
}

#journal .slick-arrow.prev-arrow,
#journal .slick-arrow.next-arrow {
  cursor: pointer;
}

#jounal .slick-slider .slick-slide:nth-child(odd) {
  background: #f8f1f5;
}

#journal .image_box {
  display: block;
  overflow: hidden;
}

#journal .text_box .title{
  margin-bottom: 0.5em;
  display: block;
  color: #808080;
  font-size: 16px;
  line-height: 1.5;
}

#journal .text_box .date{
  display: block;
  color: #d5d5d5;
  font-size: 12px;
}

#journal .title {
  display: block;
  padding: 10px;
}

#journal .slick-initialized .slick-slide {
  margin: 0 1rem;
  background: #f8f1f5;
  height: auto;
  opacity: .7;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
}

#journal .slick-initialized .slick-active {
  opacity: 1;
  transform: scale(1);
}

#journal .slick-initialized .slick-slide:nth-child(even) {
  background: #e6eef1;
}

@media screen and (min-width: 769px) {

  #journal #pageTop .section_area .section_container{
      width: 100%;
      max-width: initial;
      margin: 0 auto;
  }

}

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