@charset "euc-jp";
/* --------------------- */
/* magazine_top_page --- */
/* --------------------- */
.content_ttl_img {
  width: 100%;
  font-size: 0; }
  .content_ttl_img .img_wrap {
    height: 23px; }
  .content_ttl_img img {
    width: auto;
    height: 100%; }
  .content_ttl_img span {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: bold; }

.ttl_border {
  text-align: center; }
  .ttl_border span {
    display: block;
    font-size: 1.6rem; }
  .ttl_border:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin-top: 38px;
    background-color: #777777; }

#top_cover {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #ccc; }
  #top_cover .part_scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 44px;
    height: 33px;
    background: url(https://file002.shop-pro.jp/PA01361/349/img/top/icon_top_scroll.svg) no-repeat right center;
    background-size: 100% auto;
    z-index: 2; }
    #top_cover .part_scroll a {
      display: block;
      width: 100%;
      height: 100%; }
  #top_cover .bx-wrapper,
  #top_cover .bx-viewport {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0; }
  #top_cover .bx-wrapper,
  #top_cover .bx-pager {
    margin: 0;
    padding: 0; }
  #top_cover .bx-pager {
    position: absolute;
    top: calc(100% - 27px);
    bottom: inherit;
    right: 7.5%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    #top_cover .bx-pager a {
      background-color: #fff;
      width: 7px;
      height: 7px;
      -moz-border-radius: 3.5px;
      -webkit-border-radius: 3.5px;
      border-radius: 3.5px; }
    #top_cover .bx-pager a:hover,
    #top_cover .bx-pager a.active {
      background-color: #222222; }

#slider_top_cover {
  margin: 0;
  padding: 0;
  width: 100%; }
  #slider_top_cover > div {
    width: 100% !important;
    height: auto; }

#top_news {
  padding: 73px 0 40px; }
  #top_news .content_ttl {
    float: left;
    width: 90px; }
  #top_news .news_body {
    margin-bottom: 10px;
    padding-left: calc( 90px + 12%); }
  #top_news iframe {
    width: 100%;
    height: 200px;
    font-weight: normal;
    border: none; }
  #top_news .news_more {
    display: block;
    text-align: right;
    font-size: 1.4rem; }
  #top_news .link_arrow {
    position: relative;
    display: inline-block;
    padding-right: 70px; }
    #top_news .link_arrow:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #222222; }
    #top_news .link_arrow:after {
      right: 0; }
  @media screen and (max-width: 768px) {
    #top_news .news_body {
      padding-left: calc( 90px + 10%); } }

#top_gift {
  height: 385px;
  padding: 58px 0 0;
  background: #F3FBFE url(https://file002.shop-pro.jp/PA01361/349/img/top/bg_gift.jpg) no-repeat right center;
  background-size: auto 100%; }
  #top_gift .content_ttl {
    width: 95px; }
  #top_gift .text_wrap {
    margin-left: 95px;
    padding-left: 6%; }
  #top_gift .ttl_sub {
    position: relative;
    width: 76px;
    top: -4px;
    margin-bottom: 18px; }
  #top_gift .des {
    margin-bottom: 40px;
    line-height: 2.25;
    letter-spacing: 0.04em;
    font-size: 1.4rem; }
  #top_gift .link_arrow {
    position: relative;
    padding: 12px 55px 12px 26px;
    font-size: 1.5rem;
    letter-spacing: 0.07em; }
    #top_gift .link_arrow:after {
      right: 18px; }
  @media screen and (max-width: 1024px) {
    #top_gift {
      background: #F3FBFE url(https://file002.shop-pro.jp/PA01361/349/img/top/bg_gift_tb.jpg) no-repeat right center;
      background-size: auto 100%; } }
  @media screen and (max-width: 768px) {
    #top_gift {
      height: 330px;
      padding: 40px 0 0; }
      #top_gift .inner_contents.middle {
        width: 100%; }
      #top_gift .content_ttl {
        width: 70px; }
      #top_gift .text_wrap {
        margin-left: 70px;
        padding-left: 4%; }
      #top_gift .des {
        font-size: 1.3rem;
        margin-bottom: 30px; } }

_:-ms-lang(x)::-ms-backdrop, #top_gift .link_arrow {
  padding: 14px 55px 10px 26px; }

#top_recommended {
  padding: 107px 0 40px;
  background-color: #E6E4DE; }
  #top_recommended .content_ttl {
    margin-bottom: 79px; }
  #top_recommended .list_recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #top_recommended .list_recommend li {
      width: calc( ( 99.9% - 20% ) / 5);
      margin-bottom: 60px;
      font-size: 1.4rem;
      margin-right: 0; }
      #top_recommended .list_recommend li:not(:nth-of-type(5n)) {
        margin-right: 5%; }
    #top_recommended .list_recommend .prd_name {
      padding-bottom: 12px;
      border-bottom: 1px solid #222222; }
  @media screen and (max-width: 1024px) {
    #top_recommended .list_recommend {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #top_recommended .list_recommend li {
        width: calc( ( 99.9% - 15% ) / 4);
        margin-bottom: 60px;
        font-size: 1.4rem;
        margin-right: 0 !important; }
        #top_recommended .list_recommend li:not(:nth-of-type(4n)) {
          margin-right: 5% !important; }
      #top_recommended .list_recommend .prd_name {
        padding-bottom: 12px;
        border-bottom: 1px solid #222222; } }

#top_ranking {
  padding: 108px 0 0; }
  #top_ranking .content_ttl {
    margin-bottom: 78px; }
  #top_ranking .bx-controls-direction a {
    width: calc( 40px * 1.5);
    height: calc( 12px * 1.5);
    top: 45%; }
  #top_ranking .bx-controls-direction .bx-prev {
    left: calc( -98px);
    background: url(https://file002.shop-pro.jp/PA01361/349/img/top/icon_arrow_big.svg) no-repeat center center;
    background-size: 75% auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #top_ranking .bx-controls-direction .bx-next {
    right: calc( -98px);
    background: url(https://file002.shop-pro.jp/PA01361/349/img/top/icon_arrow_big.svg) no-repeat center center;
    background-size: 75% auto; }
  #top_ranking .bx-wrapper,
  #top_ranking .bx-viewport {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    background-color: inherit; }
  #top_ranking .list_ranking li {
    padding-top: 18px;
    position: relative;
    font-size: 1.4rem; }
  #top_ranking .ranking_num {
    position: absolute;
    top: 0;
    left: calc( 50% - 18px);
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #222222;
    font-size: 1.9rem;
    color: #fff;
    font-family: "Times New Roman","ÞâÌÀÄ«", YuMincho, serif;
    border-radius: 50%;
    z-index: 2; }
  #top_ranking .prd_img_wrap {
    position: relative;
    height: 0;
    margin: 0 0 16px 0;
    padding-top: 100%;
    background-color: #fff; }
  #top_ranking .prd_img {
    position: absolute;
    width: 90%;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #top_ranking .prd_name {
    padding-bottom: 10px;
    border-bottom: 1px solid #777777; }

#top_page #container {
	overflow: hidden;
}