/* line 2, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container {
  background-image: url(/assets/home_pickup-29c529ae5fdcb65079ae3d2db036cba81729237ee5fcbff0706156fdc5434cd0.png);
  background-size: 100% auto;
  position: relative;
}

/* line 7, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .bg_hexa {
  top: 45vw;
  position: absolute;
  width: 25%;
  opacity: 15%;
}

/* line 14, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider {
  padding: 4vw 0;
}

/* line 18, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick-list {
  margin-bottom: 0;
  overflow: visible;
}

/* line 23, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick_item {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  position: relative;
}

/* line 28, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick_item.unread::before {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BF4E47;
}

/* line 40, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick_item img {
  width: 100%;
}

/* line 44, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick_item .title {
  padding: 0.5em 1em;
  background-color: #0000008f;
  color: white;
  font-weight: 600;
  height: calc(1.5em * 2 + 1em);
  font-size: 0.8rem;
}

/* line 52, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick_item .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container, #body_sp.top .sp_container, #body_sp.top .official_container {
  padding: 20px 14px;
}

/* line 67, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container > .title, #body_sp.top .sp_container > .title, #body_sp.top .official_container > .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #5d5d5d;
}

/* line 71, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container > .title img, #body_sp.top .sp_container > .title img, #body_sp.top .official_container > .title img {
  height: 20px;
  margin-right: 6px;
}

/* line 77, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .article, #body_sp.top .sp_container .article, #body_sp.top .official_container .article {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #c7c7c7;
  align-items: flex-start;
}

/* line 83, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .article .eyecatch, #body_sp.top .sp_container .article .eyecatch, #body_sp.top .official_container .article .eyecatch {
  width: 40%;
}

/* line 86, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .article .eyecatch img, #body_sp.top .sp_container .article .eyecatch img, #body_sp.top .official_container .article .eyecatch img {
  border: 1px solid #e6e6e6;
  width: 100%;
  max-height: 25vw;
}

/* line 93, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .article .text_container, #body_sp.top .sp_container .article .text_container, #body_sp.top .official_container .article .text_container {
  padding-left: 10px;
  flex-shrink: 100;
  color: black;
  display: flex;
  flex-direction: column-reverse;
}

/* line 100, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .article .text_container .open_date, #body_sp.top .sp_container .article .text_container .open_date, #body_sp.top .official_container .article .text_container .open_date {
  font-size: 0.8rem;
  font-weight: lighter;
  text-align: right;
  padding-right: 0.5rem;
}

/* line 107, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .article .text_container .title, #body_sp.top .sp_container .article .text_container .title, #body_sp.top .official_container .article .text_container .title {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* line 116, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .more, #body_sp.top .sp_container .more, #body_sp.top .official_container .more {
  padding: 10px 0;
  text-align: right;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/customer_top.scss */
#body_sp.top .news_container .more a, #body_sp.top .sp_container .more a, #body_sp.top .official_container .more a {
  color: #813E85;
}

/* line 127, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider {
  margin: 20px -14px;
}

/* line 130, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .slick-track {
  display: flex;
}

/* line 134, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .special_card {
  margin: 4px;
  border-radius: 4px;
  height: auto;
}

/* line 135, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .special_card:first-child {
  margin-left: 20px;
}

/* line 143, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .special_card .eyecatch {
  width: 100%;
}

/* line 146, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .special_card .eyecatch img {
  width: 100%;
  border-radius: 4px;
  padding: 12px 0;
  background-color: white;
  box-shadow: #00000052 0 0 4px 1px;
  height: auto;
}

/* line 156, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .special_card .description {
  font-size: 0.6rem;
  padding: 8px 4px;
  color: black;
}

/* line 165, app/assets/stylesheets/customer_top.scss */
#body_sp.top .special_slider .slick-item {
  width: 30vw;
}

/* line 168, app/assets/stylesheets/customer_top.scss */
#body_sp.top .special_slider .slick-item .sp_col {
  padding: 8px 0 8px 10px;
}

/* line 171, app/assets/stylesheets/customer_top.scss */
#body_sp.top .special_slider .slick-item .sp_col img {
  width: 100%;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1vw;
}

/* line 178, app/assets/stylesheets/customer_top.scss */
#body_sp.top .special_slider .slick-item.single {
  padding-right: 10vw;
}

/* line 181, app/assets/stylesheets/customer_top.scss */
#body_sp.top .special_slider .slick-item.single img {
  width: 100%;
  height: auto;
}

/* line 189, app/assets/stylesheets/customer_top.scss */
#body_sp.top .banner_a, #body_sp.top .banner_b {
  padding: 0.5rem;
}

/* line 192, app/assets/stylesheets/customer_top.scss */
#body_sp.top .banner_a img, #body_sp.top .banner_b img {
  width: 100%;
  border: 1px solid #dedede;
}

/* line 198, app/assets/stylesheets/customer_top.scss */
#body_sp.top .banner_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* line 203, app/assets/stylesheets/customer_top.scss */
#body_sp.top .banner_footer img {
  width: 100%;
}

/* line 209, app/assets/stylesheets/customer_top.scss */
#body_sp.top .top_popup_banner_confirm .banner_image > img {
  width: 100%;
}

/* line 213, app/assets/stylesheets/customer_top.scss */
#body_sp.top .top_popup_banner_confirm .modal_close_btn {
  margin-top: 5px;
}

/* line 218, app/assets/stylesheets/customer_top.scss */
#body_sp.top .jasrac {
  color: #afafaf;
  padding: 5px;
}

/* line 224, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .title_container {
  margin: 1rem 3rem;
  border: 1px solid gray;
  padding: 1rem 2rem;
  background: white;
}

/* line 231, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .link_container {
  display: flex;
  gap: 4px;
  padding: 0 4px;
}

/* line 237, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .link_container .link img {
  width: 100%;
  border: 1px solid gray;
}
