/* line 3, 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 8, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .bg_hexa {
  top: 45vw;
  position: absolute;
  width: 25%;
  opacity: 15%;
}

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

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

/* line 24, 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 29, 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 41, app/assets/stylesheets/customer_top.scss */
#body_sp.top .topick_container .topick_slider .topic_slick .slick_item img {
  width: 100%;
}

/* line 45, 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 53, 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 65, 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 68, 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 72, 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 78, 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 84, 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 87, 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 94, 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 101, 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 108, 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 117, 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 122, 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 128, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider {
  margin: 20px -14px;
}

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

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

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

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

/* line 147, 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 157, app/assets/stylesheets/customer_top.scss */
#body_sp.top .sp_slider .special_card .description {
  font-size: 0.6rem;
  padding: 8px 4px;
  color: black;
}

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

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

/* line 172, 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 179, app/assets/stylesheets/customer_top.scss */
#body_sp.top .special_slider .slick-item.single {
  padding-right: 10vw;
}

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

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

/* line 193, 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 199, app/assets/stylesheets/customer_top.scss */
#body_sp.top .banner_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

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

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

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

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

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

/* line 233, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .traffic-container .link {
  background-color: #f0f0f0;
  color: black;
  border: 1px solid black;
  padding: 8px 1rem;
  height: 40px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: lighter;
  justify-content: space-between;
  border-radius: 4px;
  margin: 1rem 3rem;
}

/* line 246, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .traffic-container .link .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 251, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .traffic-container .link .icon img {
  width: 14px;
}

/* line 257, app/assets/stylesheets/customer_top.scss */
#body_sp.top .anniversary_30th .traffic-container .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

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