@charset "euc-jp";
.slider {
  position: relative;
}
.bx-wrapper .bx-viewport {
  background: #FBF3F6 !important;
  padding-top: 50px;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}
.info_block img,
.free_space_block img {
  max-width: 100%;
  height: auto;
}
.more_prd {
  display: none;
  clear: both;
  padding: .5em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 123.076%;
  cursor: pointer;
}

.info_block {
    line-height: 1.5;
    text-align: center;
    background: #FBF3F6;
    padding-bottom: 50px;
}
.news_lst {
  margin-bottom: 2em;
}
  .news_lst li {
    padding: .6em 0 .5em;
    border-bottom: 1px dotted #aaa;
  }
  .news_lst span {
    margin-right: .5em;
    color: #888;
  }
.free_space_block {
  margin-top: 3em;
}

#w_S_size .more_prd {
  display: block;
}
#w_S_size .prd_lst_6_over {
  display: none;
}
#w_S_size .news_lst {
  line-height: 2;
}

.bx-wrapper img {
    margin: auto;
}

.news__title {
    color: #D4005F;
    font-size: 43px;
    font-weight: bold;
    margin: 0;
    padding: 70px 0 15px;
}
.news__txt {
    font-size: 18px;
    font-weight: bold;
}
.recommend__title {
    color: #DC7713;
    font-size: 43px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.recommend__area {
    background: #FDF7F0;
    padding-bottom: 50px;
}
.popular__title {
    color: #006B40;
    font-size: 43px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.popular__area {
    background: #FEFBE5;
    padding-bottom: 50px;
}
.youtube{
    width: calc(1000px / 3 * 2);
    height: calc(1000px / 3 * 2 * 0.563);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
	margin: auto;
}
@media only screen and (max-width: 640px){
.youtube{
    width: 375px;
    height: calc(375px * 0.563);
}
}