/*スマホ用ここから-----------------------*/
@media screen and (max-width: 1189px) {
  /* CSS Document */
  /*スライドショー--------------------------------------*/
  .top_slide {
    padding: 70px 0 0 0;
    width: 100%;
  }
  .top-slideshow {
    max-width: 660px;
    margin: 0 auto 0px auto;
  }
  #slider {
    position: relative;
    width: calc(100% - 24px);
    margin: 0 12px;
    border-radius: 3px;
  }
  #slider img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #slider a img {
    display: block;
    transition: 0.3s all;
  }
  .prev_icon,
  .next_icon {
    position: absolute;
    top: 45%;
    z-index: 20;
    cursor: pointer;
    opacity: 0.5;
    width: 10px;
    height: 15px;
  }
  .prev_icon {
    left: 10px;
  }
  .next_icon {
    right: 10px;
  }
  .prev_icon:hover,
  .next_icon:hover {
    opacity: 1;
  }
  /*=============================
  		body_wrapperに指定
  =============================*/
  .top_body_wrapper {
    position: relative;
    background-color: #fff;
  }
  /*=============================
  top_main_imgに指定
  =============================*/
  .top_main_img {
    margin: 60px 0 40px 0;
    width: 100%;
    height: 100vw;
    background-color: antiquewhite;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
    background-image: url(https://file003.shop-pro.jp/PA01430/952/img/top/main_img_s@2x.jpg);
    background-size: 100vw 100vw;
  }
  .top_main_img img {
    display: none;
  }
  /*=============================
  container_topに指定
  =============================*/
  /*--------------------------------------------*/

}
@media screen and (max-width: 1189px) and (min-width: 768px) {
  .top_main_img {
    margin: 60px 0 40px 0;
    width: 100%;
    height: 36.06vw;
    background-color: antiquewhite;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
    background-image: url(https://file003.shop-pro.jp/PA01430/952/img/top/main_img.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 1189px) {
  .container_top {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container_top_first {
    padding: 20px 15px 0px 15px;
    color: #4a4a4a;
  }
  .container_top h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1.92px;
    padding: 0;
    margin: 0 0 25px 0;
  }
  .container_top figure {
    margin: 0;
    padding: 0;
  }
  .container_top p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0 24px 0;
  }
  .container_top p strong {
    font-size: 14px;
  }
  
.container_top div.main_explain {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    margin: 0px 0 22px 0;
    background: #fcf6ef 0% 0% no-repeat padding-box;
  }
  .container_top div.main_explain a {
    font-size: 14px;
    text-decoration: underline;
  }
  .container_top div.main_explain a:hover {
    text-decoration: none;
  }
  .container_top div.main_explain b,
  .container_top div.main_explain strong {
    font-size: 14px;
    line-height: 24px;
  }
  .container_top div.main_explain span {
    font-size: 14px;
  }
  .container_top div.main_explain h1,
  .container_top div.main_explain h2,
  .container_top div.main_explain h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .container_top div.main_explain h3:first-child {
    margin-top: 0;
  }
  .container_top div.main_explain h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
    width: 100%;
  }
  
  div.top_fav_body_wrapper {
    background-color: #fef7fe;
  }
  div.container_top_fav {
    padding: 60px 15px 25px 15px;
  }
  div.container_top_new {
    padding: 40px 15px 40px 15px;
  }
  div.container_top_pop {
    padding: 60px 15px 40px 15px;
  }
}
@media screen and (max-width: 1189px) and (min-width: 1024px) {
  /*スライドショー(タブレット用)    --------------------------------------*/
  .top-slideshow {
    max-width: 100%;
  }
  /*---------------------------*/
}
/*PC用ここから-----------------------*/
@media screen and (min-width: 1190px) {
  /* CSS Document */
  /*スライドショー--------------------------------------*/
  .top_slide {
    padding: 0 0 0;
    width: 1600px;
    height: auto;
  }
  .top-slideshow {
    margin-bottom: 0px;
  }
  #slider {
    position: relative;
  }
  #slider a img {
    transition: 0.3s all;
  }
  #slider a:hover img {
    opacity: 0.7;
    transition: 0.5s all;
  }
  .prev_icon,
  .next_icon {
    position: absolute;
    top: 45%;
    z-index: 20;
    cursor: pointer;
    opacity: 0.5;
  }
  .prev_icon {
    left: 10px;
  }
  .next_icon {
    right: 10px;
  }
  .prev_icon:hover,
  .next_icon:hover {
    opacity: 1;
  }
  /*=============================
  		body_wrapperに指定
  =============================*/
  .top_body_wrapper {
    position: relative;
    background-color: #fff;
  }
  /*=============================
  top_main_imgに指定
  =============================*/
  .top_main_img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
    margin: 133px auto 50px auto;
    width: 1600px;
  }
  /*=============================
  container_topに指定
  =============================*/
  /*--------------------------------------------*/
  /*------------------------------------------*/
  /*----------------------------------------*/
  /*-----------------------*/
}
@media screen and (min-width: 1190px) and (max-width: 1600px) {
  .top_main_img {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1190px) {
  .container_top {
    margin: 0 auto;
    width: 1170px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container_top_first {
    padding-top: 40px;
    padding-bottom: 0px;
    color: #4a4a4a;
  }
}
@media screen and (min-width: 1190px) and (max-width: 1400px) {
  .container_top_first {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1190px) {
  .container_top h2 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 0 0 55px 0;
  }
  .container_top figure {
    margin: 0;
    padding: 0;
  }
  .container_top p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 24px 0;
  }
  .container_top p strong {
    font-size: 16px;
  }
  
 .container_top div.main_explain {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 20px;
    margin: 0px 0 24px 0;
    background: #fcf6ef 0% 0% no-repeat padding-box;
  }
  .container_top div.main_explain a {
    font-size: 14px;
    text-decoration: underline;
  }
  .container_top div.main_explain a:hover {
    text-decoration: none;
  }
  .container_top div.main_explain b,
  .container_top div.main_explain strong {
    font-size: 16px;
    line-height: 26px;
  }
  .container_top div.main_explain span {
    font-size: 14px;
  }
  .container_top div.main_explain h3,
  .container_top div.main_explain h2,
  .container_top div.main_explain h1 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
  }
  .container_top div.main_explain h3:first-child {
    margin-top: 0;
  }
  .container_top div.main_explain h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
    width: 100%;
  }
  
  div.top_fav_body_wrapper {
    background-color: #fef7fe;
  }
  div.container_top_fav {
    padding-top: 76px;
    padding-bottom: 25px;
  }
  div.container_top_new {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  div.container_top_pop {
    padding-top: 76px;
    padding-bottom: 60px;
  }
}
