.top-section {
  padding-top: 85px;
}

@media only screen and (max-width: 767px) {
  .top-section {
    padding-top: 8.66vw;
  }
}

.top-ttl-secondary {
  position: relative;
  margin-bottom: 35px;
  padding-left: 20px;
  font-size: 3.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .top-ttl-secondary {
    margin-bottom: 5.33vw;
    font-size: 2.0rem;
  }
}

.top-ttl-secondary:first-letter {
  color: #c60e3b;
}

.top-ttl-secondary:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #000;
  content: '';
}

@media only screen and (max-width: 767px) {
  .top-ttl-secondary:before {
    width: 2.66vw;
    height: .53vw;
  }
}

.top-ttl-secondary__sub {
  padding-left: 10px;
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px) {
  .top-ttl-secondary__sub {
    padding-left: 2.6vw;
    font-size: 1.3rem;
  }
}

.top-txt-link,
.top-txt-link--bold {
  color: #222222;
}

.top-txt-link:hover,
.top-txt-link--bold:hover {
  text-decoration: underline;
}

.top-txt-link--bold {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .top-txt-link--bold {
    font-size: 1.3rem;
  }
}

.top-ico-arrow,
.top-ico-arrow--sm {
  display: inline-block;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {

  .top-ico-arrow,
  .top-ico-arrow--sm {
    width: 2.13vw;
    height: 2.13vw;
    vertical-align: middle;
  }
}

.top-ico-arrow:before,
.top-ico-arrow--sm:before,
.top-ico-arrow:after,
.top-ico-arrow--sm:after {
  position: absolute;
  background: #231815;
  content: '';
}

.top-ico-arrow:before,
.top-ico-arrow--sm:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

@media only screen and (max-width: 767px) {

  .top-ico-arrow:before,
  .top-ico-arrow--sm:before {
    height: .26vw;
  }
}

.top-ico-arrow:after,
.top-ico-arrow--sm:after {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
}

@media only screen and (max-width: 767px) {

  .top-ico-arrow:after,
  .top-ico-arrow--sm:after {
    width: .26vw;
  }
}

.top-ico-arrow--sm {
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 767px) {
  .top-ico-arrow--sm {
    width: 1.3vw;
    height: 1.3vw;
  }
}

.top-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.top-slider {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-slider-list__item {
    height: 520px;
    background-position: center center;
    background-size: cover;
  }

  .top-slider-list__item img {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__link {
    display: block;
    height: 520px;
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__entry {
    background-image: url(/img/img_mainslider_entry_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__sleep-magic {
    background-image: url(/img/img_mainslider_sleepmagic_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__k18 {
    background-image: url(/img/img_mainslider_k18_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__k18-events {
    background-image: url(/img/img_mainslider_k18events_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__k18-receive {
    background-image: url(/img/img_mainslider_k18receive_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__fathersday {
    background-image: url(/img/img_mainslider_fathersday_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__trial {
    background-image: url(/img/img_mainslider_trial_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__umouset {
    background-image: url(/img/img_mainslider_umouset_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__yokomuki {
    background-image: url(/img/img_mainslider_yokomuki_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__top_kv01 {
    background-image: url(/img/img_top_kv01_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__sale {
    background-image: url(/img/img_mainslider_sale_pc.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .top-slider-list__newlife {
    background-image: url(/img/img_mainslider_newlife_pc.jpg);
  }
}

.top-slider__arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.top-slider__arrow--left {
  left: -20px;
}

.top-slider__arrow--right {
  right: -20px;
}

@media only screen and (max-width: 767px) {
  .top-slider .slick-dots {
    position: static;
    margin-top: 4vw;
    font-size: 0;
  }

  .top-slider .slick-dots li {
    width: auto;
    height: auto;
  }

  .top-slider .slick-dots li+li {
    margin-left: 2.6vw;
  }

  .top-slider .slick-dots li button {
    width: 1.86vw;
    height: 1.86vw;
    padding: 0;
    background: #d9d9d9;
  }

  .slick-dots li.slick-active button {
    background: #666;
  }
}

@media only screen and (min-width: 768px) {
  .top-thumb {
    position: relative;
    margin-top: 40px;
  }

  .top-thumb-list__item {
    flex-basis: 24%;
    max-width: 24%;
    margin-right: 1.33%;
    cursor: pointer;
  }

  .top-thumb-list__item:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-thumb {
    display: none;
  }
}

.top-lineup-list {
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .top-lineup-list {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .top-lineup-list__item {
    flex-basis: 32%;
    max-width: 32%;
    margin-right: 2%;
  }

  .top-lineup-list__item:nth-child(3n) {
    margin-right: 0;
  }

  .top-lineup-list__item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top-lineup-list__item+.top-lineup-list__item {
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-lineup-list__link {
    display: block;
    font-size: 1.2rem;
    line-height: 1.25;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .top-lineup-list__img {
    float: left;
    width: 45.86vw;
    margin-right: 2.66vw;
  }
}

.top-lineup-list__ttl {
  margin: 8px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .top-lineup-list__ttl {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.top-category-list {
  flex-wrap: wrap;
}

.top-category-list__item {
  border: 1px solid #CCC;
}

@media only screen and (min-width: 768px) {
  .top-category-list__item {
    flex-basis: 18%;
    max-width: 18%;
    margin-right: 2.5%;
  }

  .top-category-list__item:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-category-list__item {
    flex-basis: 31.4%;
    max-width: 31.4%;
    margin-right: 2.9%;
  }

  .top-category-list__item:nth-child(3n) {
    margin-right: 0;
  }

  .top-category-list__item:nth-child(n + 4) {
    margin-top: 2.66vw;
  }
}

.top-category-list__link {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-category-list__link {
    padding-bottom: 2vw;
  }
}

.top-category-list__txt {
  margin: 35px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .top-category-list__txt {
    margin-top: 1.3vw;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-ranking-wrap {
    overflow-x: auto;
  }

  .top-ranking-wrap::-webkit-scrollbar {
    height: 1.06vw;
  }

  .top-ranking-wrap::-webkit-scrollbar-thumb {
    background: #DDD;
  }
}

@media only screen and (max-width: 767px) {
  .top-ranking-list {
    width: 175.3vw;
  }
}

.top-ranking-list__item {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-ranking-list__item {
    flex-basis: 20%;
    max-width: 20%;
    padding: 30px 0 0 30px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-ranking-list__item {
    flex-basis: 32.4vw;
    max-width: 32.4vw;
    margin-right: 2.66vw;
    padding-bottom: 4vw;
    font-size: 1.0rem;
  }

  .top-ranking-list__item:last-child {
    margin-right: 0;
  }
}

.top-ranking-list__ico,
.top-ranking-list__ico--red {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  border: 1px solid #c40f3c;
  background: #FFF;
  color: #c40f3c;
  font-size: 2.0rem;
  line-height: 28px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {

  .top-ranking-list__ico,
  .top-ranking-list__ico--red {
    width: 5.33vw;
    font-size: 1.5rem;
    line-height: 5.06vw;
  }
}

.top-ranking-list__ico--red {
  background: #c40f3c;
  color: #FFF;
}

.top-ranking-list__txt {
  margin-top: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .top-partner__ttl-sub {
    padding-left: 0;
  }
}

.top-partner-list {
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .top-partner-list__item {
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 4%;
  }

  .top-partner-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-partner-list__item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top-partner-list__item {
    flex-basis: 48.59%;
    max-width: 48.59%;
    margin-right: 1.41%;
  }

  .top-partner-list__item:nth-child(2n) {
    margin-right: 0;
  }

  .top-partner-list__item:nth-child(n + 3) {
    margin-top: 2.66vw;
  }
}

.top-partner-list__link {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .top-partner-list__link {
    font-size: 1.45rem;
  }
}

.top-contents-list {
  flex-wrap: wrap;
}

.top-contents-list__item {
  flex-basis: 32%;
  max-width: 32%;
  margin-right: 2%;
}

.top-contents-list__item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .top-contents-list__item {
    font-size: 1.0rem;
  }
}

.top-contents-list__ttl {
  margin: 8px 0 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .top-contents-list__ttl {
    font-size: 1.6rem;
  }
}

.top-sns-list {
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .top-sns-list {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .top-sns-list__item {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .top-sns-list__item {
    flex-basis: 16.13vw;
    max-width: 16.13vw;
  }

  .top-sns-list__item+.top-sns-list__item {
    margin-left: 6.66vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-news-list {
    width: 89.33vw;
    margin: 0 auto;
  }
}

.top-news-list__item {
  border-bottom: 1px solid #DDD;
}

@media only screen and (min-width: 768px) {
  .top-news-list__item {
    display: table;
    width: 100%;
    padding-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .top-news-list__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2.66vw;
    font-size: 1.0rem;
  }
}

.top-news-list__item+.top-news-list__item {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .top-news-list__item+.top-news-list__item {
    margin-top: 2.66vw;
  }
}

@media only screen and (min-width: 768px) {
  .top-news-list__cel {
    display: table-cell;
    vertical-align: middle;
  }
}

.top-news-list__date {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .top-news-list__date {
    width: 145px;
    padding-left: 10px;
  }
}

.top-news-list__category {
  background: #DDD;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .top-news-list__category {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .top-news-list__category {
    flex-basis: 16vw;
    max-width: 16vw;
    margin-left: 2vw;
  }
}

@media only screen and (min-width: 768px) {
  .top-news-list__ttl {
    padding-left: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .top-news-list__ttl {
    margin-top: 1.33vw;
  }
}

.top-news-btn {
  margin-top: 25px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .top-news-btn {
    margin-top: 3.33vw;
  }
}

.top header {
  background: #FFF;
}

.top header .headerNav li a {
  border-bottom-color: #000;
}

.top header .headerNav li.btnLogin a {
  background-color: #DDD;
}

@media only screen and (min-width: 768px) {

  .top header .headerNav li a,
  .top header .siteLogo .siteDescription,
  .top header #gNav .mainNav>li>a,
  .top header #gNav .mainNav>li>span {
    color: #222222;
  }
}

.top header #gNav .mainNav>li>a,
.top header #gNav .mainNav>li>span {
  font-weight: bold;
}

.top header #gNav .mainNav>li>a:hover,
.top header #gNav .mainNav>li>span:hover {
  color: #FFF;
}

.top header .shopingMenu .searchBox form {
  border: 1px solid #535353;
}

@media only screen and (max-width: 767px) {
  .top header .navTrigger a span {
    background: #000;
  }
}

.top footer {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .top footer {
    margin-top: 9.6vw;
  }
}


/*莨第嚊蜻顔衍*/
.close_cont {
  padding: 1% 4%;
  color: #e60012 text-align: center;
}

.close_cont .close_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
}

.close_cont .close_txt {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 0;
}

.close_cont .close_txt span {
  color: #e60012;
}
