@charset "UTF-8";
/* @use "component/_c-slider"; */
/* ==========================================================================
  _p-top
   ========================================================================== */
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
/* 共通
   ----------------------------------------------------------------- */
.grandtop .l-main form {
  margin: 0 auto 75px;
}
@media screen and (min-width: 768px) {
  .grandtop .l-main form {
    margin: 0 auto 150px;
  }
}

.c-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 30px;
    margin: 0 auto 70px;
  }
}

.c-button__pink {
  width: 80%;
  margin: 0 auto;
}
.c-button__pink a {
  display: block;
  background-color: #ec676d;
  color: #fff;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
.c-button__pink a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 23px;
  top: 27px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c-button__pink {
    position: absolute;
    right: 0;
    width: 235px;
  }
  .c-button__pink a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 10px 0 0;
    font-weight: normal;
  }
  .c-button__pink a::after {
    right: 15px;
    top: 14px;
  }
}

/* p-hotwords
   ----------------------------------------------------------------- */
.p-hotwords {
  margin: 0 0 0 18px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-hotwords::-webkit-scrollbar {
  display: none;
}
.p-hotwords__inner {
  display: flex;
  font-size: 14px;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-hotwords__inner::-webkit-scrollbar {
  display: none;
}
.p-hotwords__title {
  margin-right: 3px;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 0 1px;
  margin: 16px 3px 16px 0;
}
.p-hotwords__tag {
  white-space: nowrap;
  border: 1px solid #929a9f;
  border-radius: 15px;
  padding: 0 15px;
  margin-right: 10px;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 16px 10px 16px 0;
}
.p-hotwords__item:last-of-type a {
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-hotwords {
    width: 1200px;
    margin: 30px auto 10px;
    overflow-x: visible;
  }
  .p-hotwords__inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-hotwords__inner dd {
    margin: 0 0 20px;
  }
  .p-hotwords__title {
    margin: 0 3px 0 0;
  }
  .p-hotwords__tag {
    font-size: 15px;
    font-weight: normal;
    padding: 4px 20px 5px;
    margin: 0 10px;
  }
  .p-hotwords a:hover {
    border-bottom: 1px solid #929a9f;
    opacity: 0.5;
  }
}

/* p-top-mv
   ----------------------------------------------------------------- */
.swiper-container__mv {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-container__mv .swiper-wrapper {
  width: 100%;
}
.swiper-container__mv .swiper-slide {
  width: 100%;
  text-align: center;
}
.swiper-container__mv .swiper-slide img {
  width: 100%;
}
.swiper-container__mv .swiper-slide h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 30px 10px;
  line-height: 1.7;
}
.swiper-container__mv .swiper-slide p {
  font-size: 15px;
  text-align: left;
  margin: 0 30px;
  line-height: 1.7;
}
.swiper-container__mv .swiper-button-prev,
.swiper-container__mv .swiper-button-next {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin-top: 35%;
}
.swiper-container__mv .swiper-button-prev {
  left: 0;
}
.swiper-container__mv .swiper-button-next {
  right: 0;
}
.swiper-container__mv .swiper-button-prev::after,
.swiper-container__mv .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 35px;
  margin: auto;
  width: 35px;
  position: absolute;
}
.swiper-container__mv .swiper-button-prev::after {
  background-image: url(/ec/shop/images/top/preview.png);
}
.swiper-container__mv .swiper-button-next::after {
  background-image: url(/ec/shop/images/top/next.png);
}
.swiper-container__mv .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-container__mv .swiper-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: auto;
}
.swiper-container__mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container__mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 25px 7px 35px;
}
.swiper-container__mv .swiper-pagination-bullet {
  display: inline-block;
  background-color: #e6e6e6;
  height: 7px;
  width: 7px;
  border-radius: 4px;
}
.swiper-container__mv .swiper-pagination-bullet-active {
  background-color: #999;
}
.swiper-container__mv.is-only .swiper-button-prev, .swiper-container__mv.is-only .swiper-button-next {
  display: none;
}
.swiper-container__mv.is-only .swiper-slide {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .swiper-container__mv .swiper-wrapper {
    width: 100%;
  }
  .swiper-container__mv .swiper-slide {
    max-width: 750px;
  }
  .swiper-container__mv .swiper-slide h5 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 35px auto 10px;
  }
  .swiper-container__mv .swiper-slide p {
    font-size: 16px;
    text-align: center;
    line-height: 1.9;
  }
  .swiper-container__mv .swiper-slide a:hover h5, .swiper-container__mv .swiper-slide a:hover p {
    text-decoration: underline;
  }
  .swiper-container__mv .swiper-button-prev,
  .swiper-container__mv .swiper-button-next {
    cursor: pointer;
    height: 70px;
    width: 70px;
    margin-top: 14%;
  }
  .swiper-container__mv .swiper-button-prev::after,
  .swiper-container__mv .swiper-button-next::after {
    height: 70px;
    width: 70px;
  }
  .swiper-container__mv .swiper-pagination {
    width: 750px;
    margin: 0 auto;
  }
  .swiper-container__mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container__mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 40px 10px 90px;
  }
  .swiper-container__mv .swiper-pagination-bullet {
    cursor: pointer;
    height: 10px;
    width: 10px;
    border-radius: 5px;
  }
}

/* top_attention
   ----------------------------------------------------------------- */
.top_attention {
  margin: 0 20px 15px;
}
.top_attention p {
  border: 1px solid #ec676d;
  text-align: center;
  padding: 15px;
  margin: 0 auto 15px;
  line-height: 1.5;
}
.top_attention p a {
  color: #ec676d;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .top_attention {
    margin: 0 0 30px;
  }
  .top_attention p {
    padding: 25px 20px;
  }
  .top_attention p a {
    font-size: 18px;
  }
}

.p-hikitugi a {
  display: block;
  background-color: #ec676d;
  color: #fff;
  font-size: 17px;
  padding: 15px 30px 15px 15px;
  position: relative;
  line-height: 1.5;
  margin: 0 15px 40px;
  text-align: left;
}
.p-hikitugi a::after {
  display: inline-block;
  content: "";
  background: url(/ec/shop/images/top/hikitugi.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 10px;
  position: absolute;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .p-hikitugi a {
    width: 1200px;
    margin: 0 auto 70px;
    font-size: 22px;
    padding: 30px 0;
    text-align: center;
  }
  .p-hikitugi a::after {
    width: 24px;
    height: 24px;
    right: 20px;
    top: 35px;
  }
}

/* p-topbanner
   ----------------------------------------------------------------- */
.p-topbanner {
  border-bottom: 5px solid #F4F4F4;
  padding: 0 5px;
  margin: 0 auto 40px;
}
.p-topbanner .l-main__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin: 0 auto;
}
.p-topbanner__item {
  width: calc(50% - 3px);
}
.p-topbanner__item:nth-of-type(odd) {
  margin-right: 6px;
}
.p-topbanner__item a {
  display: block;
}
.p-topbanner__item img {
  width: 100%;
}
.p-topbanner h4 {
  font-weight: bold;
  font-size: 15px;
  margin: 15px 10px 5px;
  line-height: 1.7;
}
.p-topbanner p {
  font-size: 15px;
  margin: 0 10px 20px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-topbanner {
    margin-bottom: 70px;
  }
  .p-topbanner .l-main__inner {
    margin: 0 auto;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .p-topbanner .p-topbanner__item {
    width: 30%;
    margin-right: 5%;
  }
  .p-topbanner .p-topbanner__item:nth-of-type(2n+1) {
    margin-right: 5%;
  }
  .p-topbanner .p-topbanner__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-topbanner .p-topbanner__item:last-of-type {
    margin-right: 0;
  }
  .p-topbanner .p-topbanner__item img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .p-topbanner a:hover {
    text-decoration: underline;
  }
  .p-topbanner h4 {
    font-size: 18px;
    margin: 25px 10px 10px;
  }
  .p-topbanner p {
    font-size: 16px;
    margin: 0 10px 60px;
  }
}

/* p-toprecommend
   ----------------------------------------------------------------- */
.p-toprecommend .tab-area {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 0 25px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-toprecommend .tab-area::-webkit-scrollbar {
  display: none;
}
.p-toprecommend .tab {
  margin-right: 25px;
  white-space: nowrap;
  padding-bottom: 15px;
}
.p-toprecommend .tab.active {
  border-bottom: 6px solid #ec676d;
  font-weight: bold;
}
.p-toprecommend .panel {
  display: none;
  text-align: center;
}
.p-toprecommend .panel p {
  margin: 25px;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.p-toprecommend .panel.active {
  display: block;
}
.p-toprecommend .panelgoods {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.p-toprecommend .panelgoods.active {
  display: block;
}
.p-toprecommend .l-recommend__button {
  text-align: right;
  margin-right: 15px;
}
.p-toprecommend .l-recommend__button a {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #ec676d;
  color: #ec676d;
  border-radius: 18px;
  padding: 4px 25px 5px 20px;
  position: relative;
}
.p-toprecommend .l-recommend__button a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #ec676d;
  border-right: solid 1px #ec676d;
  position: absolute;
  right: 15px;
  top: 12px;
  transform: rotate(45deg);
}
.p-toprecommend .c-item {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-toprecommend .c-item::-webkit-scrollbar {
  display: none;
}
.p-toprecommend .c-item__inner {
  border-bottom: none;
}
.p-toprecommend .c-item__price {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-toprecommend {
    margin-bottom: 5px;
  }
  .p-toprecommend .l-recommend__button {
    margin-right: 0;
  }
  .p-toprecommend .l-recommend__button::after {
    width: 7px;
    height: 7px;
  }
  .p-toprecommend .l-recommend__button a {
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ec676d;
    color: #ec676d;
    border-radius: 18px;
    padding: 4px 30px 5px 20px;
  }
  .p-toprecommend .tab-area {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    overflow-x: visible;
  }
  .p-toprecommend .tab {
    cursor: pointer;
    margin-right: 70px;
    font-size: 18px;
    padding-bottom: 27px;
    max-width: 250px;
    white-space: normal;
  }
  .p-toprecommend .tab:last-of-type {
    margin-right: 0;
  }
  .p-toprecommend .tab.active {
    border-bottom: 6px solid #ec676d;
    font-weight: bold;
  }
  .p-toprecommend .panel {
    display: none;
    text-align: center;
  }
  .p-toprecommend .panel p {
    margin-top: 48px;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
  }
  .p-toprecommend .panel.active {
    display: block;
  }
  .p-toprecommend .panelgoods {
    display: none;
    text-align: center;
    margin-bottom: 0;
  }
  .p-toprecommend .panelgoods.active {
    display: block;
  }
  .p-toprecommend .c-item {
    overflow-x: visible;
  }
  .p-toprecommend .c-item__inner {
    width: 209px;
    margin-top: 30px;
  }
}

/* p-topcategory
   ----------------------------------------------------------------- */
.p-topcategory {
  background-color: #F4F4F4;
  padding: 15px 0 45px;
  margin-bottom: 35px;
}
.p-topcategory__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15px;
}
.p-topcategory__item {
  width: calc(50% - 7px);
  margin-bottom: 15px;
}
.p-topcategory__item a {
  display: block;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}
.p-topcategory__item a img {
  width: 100%;
}
.p-topcategory__item img {
  border-radius: 6px 6px 0 0;
}
.p-topcategory__item p {
  background-color: #fff;
  padding: 12px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 768px) {
  .p-topcategory {
    padding: 60px 0 40px;
    margin-bottom: 70px;
  }
  .p-topcategory__inner {
    justify-content: flex-start;
    margin: 0 auto;
  }
  .p-topcategory__item {
    width: 22.5%;
    margin: 0 3.3333% 40px 0;
  }
  .p-topcategory__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-topcategory__item a {
    border-radius: 15px;
  }
  .p-topcategory__item img {
    border-radius: 15px 15px 0 0;
  }
  .p-topcategory__item p {
    font-size: 18px;
    font-weight: normal;
    border-radius: 0 0 15px 15px;
  }
}

/* p-topgift
   ----------------------------------------------------------------- */
.p-topgift {
  margin-bottom: 35px;
  border-bottom: 5px solid #F4F4F4;
  padding-bottom: 40px;
}
.p-topgift__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #ec676d;
}
.p-topgift__title span {
  font-size: 12px;
  display: block;
  color: #e4b066;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
}
.p-topgift__title span::before, .p-topgift__title span::after {
  content: "";
  position: absolute;
  background-color: #e4b066;
  background-position: center;
  width: 1px;
  height: 10px;
  bottom: 2px;
}
.p-topgift__title span::before {
  margin-left: -9px;
  transform: rotate(-30deg);
}
.p-topgift__title span::after {
  margin-left: 8px;
  transform: rotate(30deg);
}
.p-topgift__iconunit {
  position: relative;
}
.p-topgift__iconunit__list {
  margin: 0 20px 35px;
  display: flex;
  justify-content: center;
}
.p-topgift__iconunit__item {
  width: calc(33.3% - 7px);
}
.p-topgift__iconunit__item:not(:last-of-type) {
  margin-right: 10px;
}
.p-topgift__iconunit__item img {
  width: 100%;
  margin-bottom: 15px;
}
.p-topgift__iconunit__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-topgift__iconunit__item p {
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}
.p-topgift__iconunit__line {
  text-align: center;
  position: relative;
  margin: 0 auto 35px;
}
.p-topgift__iconunit__line img {
  width: 31px;
}
.p-topgift__iconunit__line::after {
  content: "";
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #e60012, #e60012 2px, transparent 2px, transparent 2px);
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  top: 13px;
}
.p-topgift__banner {
  width: 80%;
  margin: 0 auto 40px;
  padding-top: 10px;
}
.p-topgift__banner a {
  display: block;
  margin-bottom: 20px;
}
.p-topgift__banner a:first-of-type {
  margin-bottom: 20px;
}
.p-topgift__banner a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topgift {
    padding-bottom: 90px;
    margin: 0 auto 70px;
  }
  .p-topgift .l-main__inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
  }
  .p-topgift__iconunit {
    width: 39.2%;
    margin-bottom: 60px;
    margin-top: 5px;
  }
  .p-topgift__iconunit.left {
    margin-right: 7%;
  }
  .p-topgift__iconunit.right {
    margin-left: 7%;
  }
  .p-topgift__iconunit__list {
    justify-content: space-between;
    margin: 0 auto;
  }
  .p-topgift__iconunit__list p {
    font-size: 18px;
    margin-top: 15px;
  }
  .p-topgift__title {
    font-size: 25px;
    margin-bottom: 37px;
  }
  .p-topgift__title span {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .p-topgift__title span::before, .p-topgift__title span::after {
    content: "";
    height: 13px;
    bottom: 1px;
  }
  .p-topgift__title span::before {
    margin-left: -13px;
    transform: rotate(-30deg);
  }
  .p-topgift__title span::after {
    margin-left: 12px;
    transform: rotate(30deg);
  }
  .p-topgift__iconunit__line {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 115px;
  }
  .p-topgift__iconunit__line img {
    width: 40px;
    margin-top: 120px;
  }
  .p-topgift__iconunit__line::after {
    background-image: linear-gradient(to bottom, #e60012 2px, transparent 2px);
    width: 1px;
    height: 270px;
    background-size: 2px 4px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-topgift__banner {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .p-topgift__banner a {
    margin: 0;
    width: 48.4%;
  }
  .p-topgift__banner a:first-of-type {
    margin: 0;
  }
  .p-topgift__banner a p {
    font-size: 24px;
  }
  .p-topgift__iconunit__item {
    width: 29.8%;
  }
  .p-topgift__iconunit__item p {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .p-topgift__iconunit__item img {
    margin-bottom: 0;
  }
  .p-topgift .c-button__pink {
    top: 2px;
  }
}

/* p-topcosme
   ----------------------------------------------------------------- */
.p-topcosme__selectarea {
  background: url(/ec/shop/images/top/cosme_bk_sp.jpg) no-repeat;
  padding: 30px 20px;
  background-size: cover;
  margin-bottom: 35px;
}
.p-topcosme__select a {
  display: block;
  text-align: center;
  padding: 25px 0;
  font-weight: bold;
  font-size: 19px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e6e6e6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-topcosme__select a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #ec676d;
  border-right: solid 2px #ec676d;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: rotate(45deg);
  border-radius: 2px;
}
.p-topcosme__select:first-of-type {
  margin-bottom: 15px;
}
.p-topcosme__select:first-of-type a {
  position: relative;
}
.p-topcosme__bannerarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15px;
}
.p-topcosme__bannerarea li {
  width: calc(50% - 7px);
  margin-bottom: 15px;
}
.p-topcosme__bannerarea li.large {
  width: 100%;
}
.p-topcosme__bannerarea li.middle {
  width: 100%;
}
.p-topcosme__bannerarea li img {
  width: 100%;
}
.p-topcosme .c-button__pink {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-topcosme {
    padding: 0;
    margin-bottom: 80px;
  }
  .p-topcosme .l-main__inner {
    position: relative;
  }
  .p-topcosme .c-button__pink {
    top: 0;
    margin: 0;
  }
  .p-topcosme__selectarea {
    background: url(/ec/shop/images/top/cosme_bk_pc.jpg) no-repeat;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
    height: 200px;
    padding: 40px 30px;
  }
  .p-topcosme__select {
    width: 48.3%;
    height: auto;
  }
  .p-topcosme__select::after {
    width: 13px;
    height: 13px;
    right: 30px;
  }
  .p-topcosme__select a {
    font-size: 23px;
    height: 120px;
    height: 120px;
    line-height: 120px;
    padding: 0;
  }
  .p-topcosme__select:first-of-type {
    margin: 0;
  }
  .p-topcosme__bannerarea {
    margin: 0 auto 40px;
    justify-content: flex-start;
  }
  .p-topcosme__bannerarea li {
    margin: 0 3.3333% 0 0;
  }
  .p-topcosme__bannerarea li:last-of-type {
    margin-right: 0;
  }
  .p-topcosme__bannerarea li.large {
    width: 1200px;
  }
  .p-topcosme__bannerarea li.middle {
    width: 48.3333%;
  }
  .p-topcosme__bannerarea li.small {
    width: 22.5%;
  }
}

/* p-top-news
   ----------------------------------------------------------------- */
.p-top-news {
  border-top: 5px solid #F4F4F4;
  padding: 15px 15px 0;
  margin-top: 40px;
}
.p-top-news__scroll {
  min-height: 100px;
  max-height: 250px;
  overflow: auto;
}
.p-top-news li {
  margin-bottom: 30px;
}
.p-top-news .newsdate {
  display: block;
  font-weight: bold;
  margin-block: 1px 4px;
  font-size: 16px;
}
.p-top-news .newsTitle {
  line-height: 2;
  font-size: 15px;
}
.p-top-news a {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}
.p-top-news .newsBody {
  display: block;
  line-height: 1.7;
}
.p-top-news__inner {
  width: 94.6666666667vw;
  margin: 0 auto;
}
.p-top-news__list {
  display: flex;
  flex-flow: column;
  font-size: 4vw;
  margin: 2.6666666667vw 0;
}
.p-top-news__list a {
  transition: opacity 0.6s ease 0s;
  display: inline;
}
.p-top-news__list a:hover {
  opacity: 0.7;
  border-bottom: solid 1px rgba(51, 51, 51, 0.7);
}
.p-top-news__content {
  margin-left: 5.3333333333vw;
  height: 400px;
}
.p-top-news .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc;
}
.p-top-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ec676d;
  border-radius: 0;
  width: 10px;
}
.p-top-news .mCSB_scrollTools {
  opacity: 1;
}
.p-top-news .mCSB_scrollTools .mCSB_draggerContainer {
  max-height: 300px;
  background: #e6e6e6;
  width: 2px;
}
.p-top-news .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.p-top-news .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.p-top-news .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.p-top-news .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ec676d;
  opacity: 1;
  transition: none;
}
.p-top-news .mCSB_draggerRail {
  display: none;
}
.p-top-news .mCSB_scrollTools .mCSB_dragger {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 70px 0 0;
  }
  .p-top-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 7px;
  }
  .p-top-news .mCSB_scrollTools .mCSB_draggerContainer {
    height: 250px;
    background: #ccc;
    width: 1px;
  }
  .p-top-news .mCSB_scrollTools .mCSB_dragger {
    right: 3px;
  }
  .p-top-news__scroll {
    height: auto;
    max-height: 250px;
    overflow: auto;
  }
  .p-top-news li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-top-news .newsTitle {
    line-height: 1.6;
    font-size: 16px;
    width: 1030px;
    display: block;
    margin: 0 10px 0 0;
  }
  .p-top-news .newsdate {
    display: block;
    margin-right: 45px;
    font-weight: normal;
  }
  .p-top-news .newsBody {
    line-height: 1.8;
    margin: 7px 10px 0 130px;
  }
  .p-top-news__inner {
    width: calc(100% - 60px);
    width: 1200px;
    align-items: center;
    justify-content: space-between;
  }
  .p-top-news__heading {
    width: 15%;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: min(3.2vw, 2rem);
    line-height: 1;
    margin: 0;
  }
  .p-top-news__heading span {
    font-size: min(1.6vw, 1rem);
    color: #333;
    margin-top: 15px;
  }
  .p-top-news__content {
    width: 79%;
    height: 265px;
    margin-right: 0;
  }
  .p-top-news__list {
    flex-flow: nowrap;
    font-size: 1rem;
    margin: 18px 30px 18px 0;
  }
  .p-top-news__list dt {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-news__heading {
    width: 12%;
  }
  .p-top-news__content {
    width: 82%;
  }
}/*# sourceMappingURL=top.css.map */