/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  position: relative;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* --------------------------------
  top
-------------------------------- */
.top-sectionHeader {
  margin-bottom: 27px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-sectionHeader {
    margin-bottom: 56px;
  }
}

.top-sectionHeading {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
  color: #009bb9;
  font-family: sofia-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.top-sectionHeading::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #009bb9;
}
@media (min-width: 768px) {
  .top-sectionHeading {
    padding-bottom: 27px;
    font-size: 4.4rem;
  }
  .top-sectionHeading::after {
    width: 64px;
    height: 4px;
  }
}

.top-container {
  padding-right: calc(55px/2);
  padding-left: calc(55px/2);
  color: #483431;
}
@media (min-width: 768px) {
  .top-container {
    padding: 0;
  }
}

.top-hero_carousel {
  position: relative;
}
@media (max-width: 767.98px) {
  .top-hero_carousel {
    margin-right: calc(55px/2*-1);
    margin-left: calc(55px/2*-1);
  }
}
.top-hero_carousel .slick-slide {
  font-size: 0;
}
.top-hero_carousel .slick-slide img {
  width: 100%;
}
.top-hero_carousel .slick-dots {
  display: flex;
  position: absolute;
  right: calc(55px/2);
  bottom: 6.7085954%;
  font-size: 0;
  line-height: 1;
}
.top-hero_carousel .slick-dots li:not(:first-child) {
  margin-left: 8px;
}
.top-hero_carousel .slick-dots button {
  border: 0;
  width: 24px;
  height: 2px;
  background: #eee;
}
.top-hero_carousel .slick-dots .slick-active button {
  background-color: #009bb9;
}
@media (min-width: 768px) {
  .top-hero_carousel .slick-dots {
    right: 80px;
    bottom: -13px;
  }
}
@media screen and (min-width: 1600px) {
  .top-hero_carousel {
    margin-right: auto;
    margin-left: auto;
    width: 1552px;
  }
}

.top-hero_carousel_scroll {
  position: absolute;
  right: 18px;
  bottom: 23px;
}

.top-products {
  padding-right: calc(55px/2);
  padding-left: calc(55px/2);
  background: linear-gradient(to top, #0083d6, #48bbe1 30%, #68c0df 51%, #fff 86%, #fff 100%);
}
@media (max-width: 767.98px) {
  .top-products {
    margin-right: calc(55px/2*-1);
    margin-left: calc(55px/2*-1);
  }
}
@media (min-width: 768px) {
  .top-products {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    width: 1392px;
    background: linear-gradient(to top, #0083d6, #48bbe1 20%, #68c0df 40%, #fff 70%, #fff 100%);
  }
}

.top-products_table {
  border: 1px solid #fff;
  background: #fff;
}
@media (min-width: 768px) {
  .top-products_table {
    display: flex;
    border-right-width: 24px;
    border-left-width: 24px;
  }
}

.top-products_table_row {
  display: flex;
}

@media (max-width: 767.98px) {
  .top-products_table_category {
    flex: 1;
  }
  .top-products_table_category:not(:first-child) {
    position: relative;
  }
  .top-products_table_category:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #e4e4e4;
  }
}

@media (min-width: 768px) {
  .top-products_table_category.top-products_table_category-item-1 {
    width: calc(1120px/7);

    flex-basis: calc(1120px/7);
  }
  .top-products_table_category.top-products_table_category-item-2 {
    width: calc(1120px/7*2);

    flex-basis: calc(1120px/7*2);
  }
  .top-products_table_category.top-products_table_category-item-3 {
    width: calc(1120px/7*3);

    flex-basis: calc(1120px/7*3);
  }
  .top-products_table_category.top-products_table_category-item-4 {
    width: calc(1120px/7*4);

    flex-basis: calc(1120px/7*4);
  }
  .top-products_table_row:not(:first-child) .top-products_table_category {
    position: relative;
  }
  .top-products_table_row:not(:first-child) .top-products_table_category::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #e4e4e4;
  }
}

.top-products_table_header {
  display: flex;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.28571;

  justify-content: center;
  align-items: center;
}
.top-products_table_category-gold .top-products_table_header {
  background: #cdab71;
}
.top-products_table_category-mild .top-products_table_header {
  background: #91cde2;
}
.top-products_table_category-whitening .top-products_table_header {
  background: #c5c9c9;
}
.top-products_table_category-xyr .top-products_table_header {
  background: #edc7a1;
}
.top-products_table_category-bubble .top-products_table_header {
	background: #b3d9ef;
    color: #fbfbfb;
}
.top-products_table_category-bb .top-products_table_header {
  background: #c3aa91;
}
.top-products_table_category-limited .top-products_table_header {
  background: #74b7eb;
}
@media (min-width: 768px) {
  .top-products_table_header {
    padding: 6px 0;
    font-size: 1.4rem;
  }
}

.top-products_table_body {
  display: flex;
}

.top-products_table_item {
  flex: 1;
}
.top-products_table_item:not(:first-child) {
  position: relative;
}
.top-products_table_item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: #e4e4e4;
}
@media (min-width: 768px) {
  .top-products_table_item:not(:first-child)::before {
    width: 2px;
  }
}
.top-products_table_item a {
  display: block;
  position: relative;
  padding: 8px 0 24px;
  text-decoration: none;
  color: inherit;
}
.top-products_table_item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 30px;
  height: 6px;
  background: url(/common/img/icon_arrow_bk.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .top-products_table_item {
    width: calc(1120px/7);

    flex-basis: calc(1120px/7);
  }
  .top-products_table_item a {
    padding: 12px 0 32px;
  }
  .top-products_table_item a::after {
    right: 18px;
    bottom: 22px;
  }
}

.top-products_table_heading {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.33333;
}
@media screen and (max-width: 374px) {
  .top-products_table_heading {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .top-products_table_heading {
    font-size: 1.3rem;
    line-height: 1.30769;
  }
}

.top-products_table_img {
  position: relative;
  margin-top: 10px;
  height: 70px;
  text-align: center;
}
.top-products_table_img img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  transition: 0.5s -webkit-filter;
  transition: 0.5s filter;
  transition: 0.5s filter, 0.5s -webkit-filter;
}
.top-products_table_img.thin img {
  width: 20px;
}

a:hover .top-products_table_img img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
@media (min-width: 768px) {
  .top-products_table_img {
    margin-top: 3px;
    height: 160px;
  }
  .top-products_table_img img {
    /*width: 80px;*/
    width: 60px;
  }
  .top-products_table_img.thin img {
    width: 40px;
  }
  .top-products_table_img.thin2 img {
    width: 48px;
  }
}
@media (max-width: 767.98px) {
  .top-products_table_item-mild_pink .top-products_table_img,
  .top-products_table_item-mild_blue .top-products_table_img {
    /*height: 48px;*/
    height: 60px;
  }
}
.top-products_table_item-bb .top-products_table_img img {
  width: 40px;
}
@media (min-width: 768px) {
  .top-products_table_item-bb .top-products_table_img img {
    width: 88px;
  }
}

.top-products_note {
  padding: 8px 0 14px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .top-products_note {
    text-align: right;
  }
}

.top-pickup {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .top-pickup {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .top-pickup_container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1232px;
  }
  .top-pickup_col-md-left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-pickup_col-md-right {
    margin-left: 686px;
  }
}

.top-pickup_category {
  margin-bottom: 10px;
  line-height: 1;
}
.top-pickup_category span {
  display: inline-flex;
  padding: 5px 0.5em;
  min-height: 15px;
  background: #009fd6;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 1.3rem;

  align-items: center;
}
.top-pickup_large .top-pickup_category span {
  background: #fff;
  color: #009fd6;
}
@media (min-width: 768px) {
  .top-pickup_category span {
    font-size: 1.8rem;
  }
}

.top-pickup_item a {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
  color: inherit;
}
.top-pickup_item a:hover {
  opacity: 0.7;
}

.top-pickup_content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top-pickup_content {
    margin-top: 27px;
  }
}

.top-pickup_heading {
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.76923;
}
.top-pickup_heading::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 30px;
  height: 6px;
  background: url(/common/img/icon_arrow_bk.svg) no-repeat center;
  background-size: contain;
}
.top-pickup_large .top-pickup_heading {
  padding-bottom: 36px;
}
.top-pickup_large .top-pickup_heading::after {
  bottom: 24px;
  background-image: url(/common/img/icon_arrow_w_md.svg);
}
@media (min-width: 768px) {
  .top-pickup_heading {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
  .top-pickup_large .top-pickup_heading {
    padding-bottom: 44px;
  }
  .top-pickup_large .top-pickup_heading::after {
    bottom: 32px;
  }
}

.top-pickup_note {
  font-size: 1rem;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .top-pickup_large {
    margin-top: 24px;
  }
}

.top-pickup_large .top-pickup_note {
  padding-bottom: 24px;
}

.top-pickup_large_container {
  position: relative;
}

.top-pickup_large_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(47deg, #0083d6, #0083d6 10%, #48bbe1 49%, #68c0df 74%, #cef4ff 100%);
}

.top-pickup_large_inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.top-pickup_large-01 .top-pickup_large_container {
  margin-right: calc(55px/2*-1);
  padding: 0 calc(55px/2) 0 32px;
}

.top-pickup_large-01 .top-pickup_large_bg {
  top: 47px;
}

.top-pickup_large-01 .top-pickup_img {
  position: relative;
}

.top-pickup_large-01 .top-pickup_img_icon {
  position: absolute;
  top: 2.3611111%;
  right: 5.2083333%;
  left: 5.2083333%;
}

@media (min-width: 768px) {
  .top-pickup_large-01 .top-pickup_large_container {
    margin: 0;
    padding: 0 32px;
    width: 536px;
  }
  .top-pickup_large-01 .top-pickup_large_bg {
    top: 67px;
  }
  .top-pickup_large-01 .top-pickup_img_icon {
    top: 9px;
    right: 22px;
    left: 22px;
  }
}

@media (max-width: 767.98px) {
  .top-pickup_large-02 .top-pickup_large_container {
    margin-left: calc(55px/2*-1);
    padding: 40px 32px 0 calc(55px/2);
  }
}

.top-pickup_large-02 .top-pickup_large_bg {
  right: 32px;
}

.top-pickup_large-02 .top-pickup_img {
  margin-right: -32px;
}

.top-pickup_large-02 .top-pickup_content {
  padding-right: 16px;
}

@media (min-width: 768px) {
  .top-pickup_large-02 .top-pickup_large_container {
    margin-top: 56px;
    padding: 107px 0 0 56px;
    width: 600px;
  }
  .top-pickup_large-02 .top-pickup_large_bg {
    right: 90px;
    left: -24px;
  }
  .top-pickup_large-02 .top-pickup_img {
    margin-right: 0;
    margin-left: -56px;
  }
  .top-pickup_large-02 .top-pickup_content {
    margin-right: 90px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .top-pickup_large-02 .top-pickup_large_bg {
    left: calc((100vw - 1232px) / 2 * -1);
  }
}

.top-pickup_small {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .top-pickup_small {
    margin-top: 67px;
    width: 480px;
  }
}

@media (min-width: 768px) {
  .top-pickup_small-01 {
    margin-left: 120px;
  }
}

.top-pickup_small_list {
  display: flex;
  margin: 0 -16px;

  flex-wrap: wrap;
}

.top-pickup_small_listItem {
  margin: 0 16px;
  max-width: calc(50% - 32px);

  flex-basis: calc(50% - 32px);
}

.top-contents {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .top-contents {
    margin-top: 88px;
  }
}

.top-contents_about {
  background: url(/img/content_about_bg_sm.jpg) no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .top-contents_about {
    margin-right: calc(55px/2*-1);
    margin-left: calc(55px/2*-1);
  }
}
.top-contents_about a {
  display: block;
  padding: 0 0 74px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .top-contents_about {
    height: 480px;
    background-image: url(/img/content_about_bg_md.jpg);
    background-position: center;
  }
  .top-contents_about a {
    padding: 0;
    height: 100%;
  }
}

.top-contents_about_heading {
  margin: 0 auto 24px;
  padding: 18px 0 0;
  width: 196px;
}
@media (min-width: 768px) {
  .top-contents_about_heading {
    margin-bottom: 32px;
    padding-top: 66px;
    width: 529px;
  }
}

.top-contents_about_lead {
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.3rem;
  line-height: 1.76923;
}
@media (min-width: 768px) {
  .top-contents_about_lead {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

.top-contents_about_btn {
  margin-top: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-contents_about_btn {
    margin-top: 50px;
  }
}

.top-contents_shigaisen {
  margin-top: 6px;
  background: url(/img/2023/08/content_shigaisen_bg_sm.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .top-contents_shigaisen {
    margin-right: calc(55px/2*-1);
    margin-left: calc(55px/2*-1);
  }
}
.top-contents_shigaisen a {
  display: block;
  padding: 0 0 55px;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .top-contents_shigaisen {
    margin-top: 24px;
    height: 540px;
    background-image: url(/img/2023/08/content_shigaisen_bg_md.jpg);
    background-position: center;
  }
  .top-contents_shigaisen a {
    padding: 0;
    height: 100%;
  }
}

.top-contents_shigaisen_heading {
  margin: 0 auto 24px;
  padding: 36px 0 0;
  width: 192px;
}
@media (min-width: 768px) {
  .top-contents_shigaisen_heading {
    margin-bottom: 32px;
    padding-top: 43px;
    width: 528px;
  }
}

.top-contents_shigaisen_lead {
  text-align: center;
  letter-spacing: 0.07em;
  font-size: 1.3rem;
  line-height: 1.76923;
}
@media (min-width: 768px) {
  .top-contents_shigaisen_lead {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

.top-contents_shigaisen_btn {
  margin-top: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-contents_shigaisen_btn {
    margin-top: 50px;
  }
}

.top-contents_items {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .top-contents_items {
    margin-top: 104px;
  }
}

@media (max-width: 767.98px) {
  .top-contents_item {
    margin-right: calc(55px/2*-1);
    margin-left: calc(55px/2*-1);
  }
}

.top-contents_item:not(:first-child) {
  margin-top: 44px;
}

.top-contents_item a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .top-contents_item {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0 0;
    width: 1232px;
    min-height: 390px;
  }
  .top-contents_item:not(:first-child) {
    margin-top: 84px;
  }
}

@media (max-width: 767.98px) {
  .top-contents_item:nth-child(odd) .top-contents_item_img {
    margin-left: 60px;
  }
  .top-contents_item:nth-child(even) .top-contents_item_img {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .top-contents_item_img {
    position: absolute;
    top: 0;
  }
  .top-contents_item:nth-child(odd) .top-contents_item_img {
    right: 0;
  }
  .top-contents_item:nth-child(even) .top-contents_item_img {
    left: 0;
  }
}

.top-contents_item_content {
  position: relative;
}
@media (max-width: 767.98px) {
  .top-contents_item_content {
    margin-top: -50px;
  }
  .top-contents_item:nth-child(odd) .top-contents_item_content {
    margin-right: 60px;
    margin-left: 10px;
  }
  .top-contents_item:nth-child(even) .top-contents_item_content {
    margin-right: 10px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 374px) {
  .top-contents_item:nth-child(odd) .top-contents_item_content {
    margin-right: 32px;
  }
  .top-contents_item:nth-child(even) .top-contents_item_content {
    margin-left: 32px;
  }
}
@media (min-width: 768px) {
  .top-contents_item_content {
    display: flex;
    flex-direction: column;
    width: 416px;
    height: 400px;

    justify-content: center;
    align-items: center;
  }
  .top-contents_item:nth-child(odd) .top-contents_item_content {
    margin: 0 0 0 88px;
  }
  .top-contents_item:nth-child(even) .top-contents_item_content {
    margin: 0 0 0 728px;
  }
}

.top-contents_item_content_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(47deg, rgba(0, 131, 214, 0.92), rgba(0, 131, 214, 0.92) 16%, rgba(72, 187, 225, 0.92) 63%, rgba(104, 192, 223, 0.92) 79%, rgba(206, 244, 255, 0.92) 99%, rgba(206, 244, 255, 0.92) 100%);
}

.top-contents_item_content_inner {
  position: relative;
  z-index: 2;
  padding: 24px 24px;
  max-width: 100%;
  color: #fff;
}
@media screen and (max-width: 374px) {
  .top-contents_item_content_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.top-contents_item_content_header {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-contents_item_content_header {
    /*margin-bottom: 48px;*/
    margin-bottom: 20px;
  }
}

.top-contents_item_content_heading {
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.top-contents_item_content_heading::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #fff;
}
@media (min-width: 768px) {
  .top-contents_item_content_heading {
    padding-bottom: 32px;
    font-size: 4rem;
  }
  .top-contents_item_content_heading::after {
    width: 64px;
    height: 4px;
  }
}

.top-contents_item_content_lead {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  line-height: 1.76923;
}
@media screen and (max-width: 374px) {
  .top-contents_item_content_lead {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .top-contents_item_content_lead {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

.top-contents_item_content_btn {
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-contents_item_content_btn {
    margin-top: 18px;
  }
}

.top-contents_item_content_note {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .top-contents_item_content_note {
    margin-top: 18px;
  }
}

.top-news {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .top-news {
    margin-top: 88px;
  }
}

.top-news_carousel {
  position: relative;
  margin-right: calc(55px/2*-1);
  margin-left: calc(55px/2*-1);
  padding-top: 56px;
  padding-bottom: 24px;
  background: #e5f5fb;
}
.top-news_carousel .slick-slide {
  margin-right: 20px;
  width: calc((100vw - 55px - 20px) / 2);
}
@media (max-width: 767.98px) {
  .top-news_carousel {
    padding-right: calc(55px/2);
    padding-left: calc(55px/2);
  }
}
@media (min-width: 768px) {
  .top-news_carousel {
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 80px;
    padding-bottom: 64px;
    padding-left: calc((100vw - 1088px) / 2);
  }
  .top-news_carousel .slick-slide {
    margin-right: 64px;
    width: 320px;
  }
}

.top-news_carousel_controller {
  display: flex;
  position: absolute;
  top: 12px;
  right: calc(55px/2);
}
@media (min-width: 768px) {
  .top-news_carousel_controller {
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 1088px;

    justify-content: flex-end;
  }
}

.top-news_carousel_prev,
.top-news_carousel_next {
  display: block;
  opacity: 1;
  position: relative;
  border: 0;
  width: 3rem;
  height: 4rem;
  transition: opacity 0.3s;
  background: transparent;
}
.top-news_carousel_prev::before,
.top-news_carousel_next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top-news_carousel_prev:hover,
.top-news_carousel_next:hover {
  opacity: 0.7;
}

.top-news_carousel_prev:before {
  left: 0;
  background-image: url(/common/img/carousel_left.svg);
}

.top-news_carousel_next:before {
  right: 0;
  background-image: url(/common/img/carousel_right.svg);
}

@media (max-width: 767.98px) {
  .top-news_carousel_viewport {
    margin-right: calc(55px/2*-1);
  }
}

.top-news_carousel_item a {
  display: block;
  opacity: 1;
  position: relative;
  padding-bottom: 30px;
  transition: opacity 0.3s;
  text-decoration: none;
  color: inherit;
}
.top-news_carousel_item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 30px;
  height: 6px;
  background: url(/common/img/icon_arrow_bk.svg) no-repeat center;
  background-size: contain;
}
.top-news_carousel_item a:hover {
  opacity: 0.7;
}

.top-news_carousel_date {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1;
}
.top-news_carousel_date span {
  display: inline-flex;
  padding: 0 0.5em;
  min-height: 15px;
  background: #0face4;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 1.3rem;

  align-items: center;
}
@media (min-width: 768px) {
  .top-news_carousel_date {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .top-news_carousel_date span {
    font-size: 1.6rem;
  }
}

.top-news_carousel_heading {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .top-news_carousel_heading {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}
