@charset "UTF-8";
/* 商品
 ========================================================================== */
/* #main
========================================================================== */
#main {
  display: table;
  padding-bottom: 50px;
  vertical-align: top;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  #main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main {
    display: block;
    width: 100%;
  }
}
/* #left-contents
========================================================================== */
#left-contents {
  display: table-cell;
  width: 380px;
  padding: 40px 0 50px;
  vertical-align: top;
}

@media screen and (max-width: 1199px) {
  #left-contents {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #left-contents {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 25px 15px 10px;
    vertical-align: top;
  }
}
/* #right-contents
 ========================================================================== */
#right-contents {
  display: table-cell;
  padding-top: 40px;
  padding-left: 45px;
  vertical-align: top;
  -webkit-width: calc(100% - 375px);
  -moz-width: calc(100% - 375px);
  -ms-width: calc(100% - 375px);
  -o-width: calc(100% - 375px);
  width: calc(100% - 375px);
}

@media screen and (max-width: 767px) {
  #right-contents {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px 15px 35px;
    vertical-align: top;
  }
}
/* .facebook-wrap
 ========================================================================== */
.facebook-wrap {
  background-color: #f9fafc;
  border: 1px solid #3b5998;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.facebook-wrap .text p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.6;
}
.facebook-wrap .text .facebook-logo {
  margin-top: 0;
  width: 50%;
}
.facebook-wrap .text .facebook-logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .facebook-wrap {
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .facebook-wrap .text {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  .facebook-wrap .text .facebook-logo {
    width: 35%;
  }
  .facebook-wrap .fb-wrap {
    float: none;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .facebook-wrap .fb-wrap .fb_iframe_widget,
  .facebook-wrap .fb-wrap .fb_iframe_widget span,
  .facebook-wrap .fb-wrap .fb_iframe_widget iframe[style] {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}
/* .products-data
 ========================================================================== */
.products-data {
  line-height: 1.8em;
  /* ショッピングモールで購入 */
}
.products-data #products-img {
  margin-bottom: 25px;
}
.products-data #products-img img {
  width: 100%;
  height: auto;
}
.products-data #products-ttl .products-cat {
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #888;
  display: inline-block;
  line-height: 1.43;
  padding: 2px 2px 0;
  text-align: center;
  width: 48px;
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .products-data #products-ttl .products-cat {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 2px 2px;
    vertical-align: top;
  }
}
.products-data #products-date span,
.products-data #products-price span {
  margin-right: 6px;
  padding: 2px 5px 1px;
  line-height: 1em;
  border: 1px solid #888;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}
.products-data .btn-cmn01 {
  width: 100%;
}
.products-data .wrap-shopping {
  margin: 30px 0 0;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /* 購入にあたって */
  /* バックナンバー購入はこちらから */
}
.products-data .wrap-shopping .fbox {
  margin-bottom: 15px;
}
.products-data .wrap-shopping .shopping-number {
  margin: 12px 10px 0 0;
}
.products-data .wrap-shopping .shopping-stock {
  width: 60px;
  margin: 12px 10px 0 0;
  padding: 3px 5px;
  text-align: center;
  border-radius: 15px;
  background: #f5f5f5;
  font-size: 12px;
  font-size: 1.2rem;
}
.products-data .wrap-shopping .btn-cmn02 {
  width: 47%;
}
.products-data .wrap-shopping .text-aboutPurchase a {
  font-size: 12px;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products-data .wrap-shopping .btn-info a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-top: 40px;
}
.products-data .subscribe-wrap {
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 8px;
  letter-spacing: -0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-data .subscribe-wrap .subscribe-sttl {
  font-weight: 600;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .products-data .subscribe-wrap .subscribe-sttl {
    padding: 0 4px;
  }
}
.products-data .subscribe-wrap ul {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: center;
}
.products-data .subscribe-wrap ul li {
  padding-left: 10px;
  margin-bottom: 6px;
}
.products-data .subscribe-wrap ul li:last-child {
  margin-bottom: 0;
}
.products-data .subscribe-wrap ul li .btn-cmn02 {
  width: 100%;
}
.products-data .subscribe-wrap ul li .btn-cmn02 a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 10px;
}
.products-data .shoppingMoll-wrap {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-data .shoppingMoll-wrap ul {
  width: 181px;
}
.products-data .shoppingMoll-wrap ul li {
  margin-bottom: 11px;
}
.products-data .shoppingMoll-wrap ul li:last-child {
  margin-bottom: 0;
}
.products-data .shoppingMoll-sttl {
  font-weight: 600;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .products-data .shoppingMoll-sttl {
    padding: 0 4px;
  }
}
.products-data .shoppingMoll-btn {
  border: 1px solid #CF0020;
}
.products-data .shoppingMoll-btn a {
  display: block;
  padding: 14px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.products-data .shoppingMoll-btn a:hover {
  opacity: 0.7;
}
.products-data .shoppingMoll-btn.-amazon img {
  width: 78px;
}
.products-data .shoppingMoll-btn.-rakutenBooks img {
  width: 132px;
}
.products-data .link-list {
  border-bottom: 1px solid #ddd;
}
.products-data .link-list li {
  border-bottom: 1px dotted #ddd;
}
.products-data .link-list li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-data .link-list li a [class^=icon-]:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -5px 0 0;
  font-size: 10px;
  color: #555;
}
.products-data .link-list li a:hover {
  color: #cf0021;
}
.products-data .link-list li a:hover [class^=icon-]:before {
  color: #cf0021;
}
.products-data .link-list li:last-child {
  border-bottom: none;
}
.products-data .list-sns {
  margin-top: 30px;
}
.products-data .list-sns li {
  width: 32%;
  margin-right: 2%;
}
.products-data .list-sns li a {
  text-decoration: none;
}
.products-data .list-sns li span {
  display: block;
  border: 2px solid #ccc;
}
.products-data .list-sns li span.tw {
  padding: 5px 0 5px 48px;
  color: #68aade;
  border: 1px solid #68aade;
  background: url("/common/css/img/icon_twitter.png") 23px 9px no-repeat;
  background-size: 17px auto;
  font-size: 13px;
  font-size: 1.3rem;
}
.products-data .list-sns li span.fb {
  padding: 5px 0 5px 43px;
  color: #3b5998;
  border: 1px solid #3b5998;
  background: url("/common/css/img/icon_facebook.png") 23px 9px no-repeat;
  background-size: 9px auto;
  font-size: 13px;
  font-size: 1.3rem;
}
.products-data .list-sns li span.line {
  padding: 5px 0 5px 52px;
  color: #00b900;
  border: 1px solid #00b900;
  background: url("/common/css/img/icon_line.png") 25px 7px no-repeat;
  background-size: 22px auto;
  font-size: 13px;
  font-size: 1.3rem;
}
.products-data .list-sns li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .products-data .wrap-shopping .btn-cmn02 {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
  .products-data .subscribe-wrap ul li .btn-cmn02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .products-data {
    /* ショッピングモールで購入 */
  }
  .products-data #products-img {
    width: 90%;
    margin: 20px auto 25px;
    padding-top: 20px;
  }
  .products-data #products-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .products-data #products-date {
    float: left;
  }
  .products-data #products-price {
    float: left;
  }
  .products-data .wrap-shopping {
    padding: 15px 0 30px;
    /* 購入にあたって */
    /* バックナンバー購入はこちらから */
  }
  .products-data .wrap-shopping .shopping-number {
    margin-top: 17px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .products-data .wrap-shopping .shopping-number .select-btn {
    margin-top: -2px;
  }
  .products-data .wrap-shopping .shopping-stock {
    margin-top: 15px;
    width: 60px;
    padding: 2px 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .products-data .wrap-shopping .btn-cmn02 {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }
  .products-data .wrap-shopping .text-aboutPurchase a {
    font-size: 10px;
    font-size: 1rem;
  }
  .products-data .wrap-shopping .btn-info a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .products-data .wrap-shopping .subscribe-wrap .subscribe-sttl {
    font-size: 12px;
    font-size: 1.2rem;
    width: 36%;
  }
  .products-data .wrap-shopping .subscribe-wrap ul {
    width: 63%;
  }
  .products-data .wrap-shopping .subscribe-wrap ul li .btn-cmn02 {
    margin-top: 0;
  }
  .products-data .shoppingMoll-wrap {
    padding: 10px 0 30px;
  }
  .products-data .shoppingMoll-sttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .products-data .link-list {
    margin-bottom: 20px;
  }
  .products-data .link-list li a {
    padding: 8px 0 10px 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .products-data .list-sns li span.tw {
    padding: 5px 0 5px 38px;
    background: url("/common/css/img/icon_twitter.png") 13px 9px no-repeat;
    background-size: 17px auto;
  }
  .products-data .list-sns li span.fb {
    padding: 5px 0 5px 26px;
    background: url("/common/css/img/icon_facebook.png") 10px 9px no-repeat;
    background-size: 9px auto;
  }
  .products-data .list-sns li span.line {
    padding: 5px 0 5px 45px;
    background: url("/common/css/img/icon_line.png") 18px 7px no-repeat;
    background-size: 22px auto;
  }
}
/* .post-contents
 ========================================================================== */
.post-contents a:hover {
  text-decoration: none;
  color: #cf0021;
}
.post-contents .post-contents-head {
  margin-bottom: 30px;
  line-height: 1.6;
}
.post-contents .post-contents-head .post-contents-ttl {
  letter-spacing: -0.4em;
  margin-bottom: 10px;
}
.post-contents .post-contents-head .cap-date {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 125px;
  margin-right: 10px;
  height: inherit;
  vertical-align: middle;
  padding: 7px 0;
  line-height: 1;
  text-align: center;
  color: #cf0021;
  border: 1px solid #cf0021;
  border-radius: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
}
.post-contents .post-contents-head .cap-date span {
  display: block;
  padding-top: 3px;
  font-size: 11px;
  font-size: 1.1rem;
}
.post-contents .post-contents-head .post-ttl {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  overflow: hidden;
  color: #1c1c1c;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-contents .post-contents-head .post-sttl {
  margin-bottom: 10px;
  color: #1c1c1c;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-contents .post-contents-head .post-txt {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
}
.post-contents .post-contents-head .post-txt a {
  color: #cf0021;
}
.post-contents .wrap-next-info {
  position: relative;
  margin-bottom: 40px;
  padding: 47px 30px 30px;
  line-height: 1.6;
  border: 1px dotted #404040;
  background: url("/common/css/img/bg_stripe.png");
}
.post-contents .wrap-next-info .next-info-icon {
  position: absolute;
  top: 7px;
  left: -7px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 94px;
  height: 28px;
  padding: 3px 3px 0 0;
  text-align: center;
  color: #fff;
  background: url("/common/css/img/bg_next.png") left top no-repeat;
  background-size: 94px auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-contents .wrap-next-info .next-info-ttl {
  color: #1c1c1c;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-contents .wrap-next-info .next-info-cap {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.post-contents .wrap-apology {
  padding: 10px 20px 20px;
  border: 1px solid #ddd;
  margin-top: 40px;
}
.post-contents .wrap-apology .apology-ttl {
  margin-bottom: 5px;
  color: #1c1c1c;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-contents .wrap-apology .txt {
  margin-bottom: 0;
}
.post-contents .wrap-apology .txt strong {
  font-weight: normal;
  color: #cf0021;
}
.post-contents .url-list li {
  width: 25%;
  float: left;
}

@media screen and (max-width: 767px) {
  .post-contents .post-contents-head {
    margin-bottom: 20px;
  }
  .post-contents .post-contents-head .post-contents-ttl {
    margin-bottom: 5px;
  }
  .post-contents .post-contents-head .cap-date {
    float: none;
    width: auto;
    margin: 0;
    padding: 7px 10px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .post-contents .post-contents-head .cap-date span {
    display: inline;
    margin-left: 6px;
    font-size: 10px;
    font-size: 1rem;
  }
  .post-contents .post-contents-head .post-ttl {
    font-size: 20px;
    font-size: 2rem;
    display: block;
  }
  .post-contents .post-contents-head .post-sttl {
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .post-contents .post-contents-head .post-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .post-contents .wrap-next-info {
    margin-bottom: 20px;
    padding: 32px 15px 15px;
    background: url("/common/css/img/bg_stripe.png");
  }
  .post-contents .wrap-next-info .next-info-icon {
    top: 5px;
    left: -5px;
    width: 75px;
    height: 22px;
    padding: 3px 3px 0 0;
    background-size: 75px auto;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .post-contents .wrap-next-info .next-info-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-contents .wrap-next-info .next-info-cap {
    margin-top: 6px;
    font-size: 10px;
    font-size: 1rem;
  }
  .post-contents .wrap-apology {
    padding: 10px;
  }
  .post-contents .wrap-apology .apology-ttl {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-contents .wrap-apology .txt {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .post-contents .url-list li {
    width: 50%;
    float: left;
  }
}
/* 関連書籍のご案内
 ========================================================================== */
.sct-relation-products {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .sct-relation-products {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.sct-relation-products .list-release {
  text-align: center;
}
.sct-relation-products .list-release li {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sct-relation-products {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 15px 10px;
  }
}
/* 関連ニュース
 ========================================================================== */
.wrap-sct-relation-news {
  padding: 40px 0 30px;
  background: url("/common/css/img/bg_gray.png");
}
.wrap-sct-relation-news .sct-relation-news {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .wrap-sct-relation-news .sct-relation-news {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrap-sct-relation-news {
    padding: 25px 15px;
  }
  .wrap-sct-relation-news .sct-relation-news {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .wrap-sct-relation-news .sct-relation-news .list-topics .topics:nth-child(n+3) {
    display: none;
  }
}
/* 各号紹介
 ========================================================================== */
#page-backnumber h2 {
  margin-bottom: 40px;
}
#page-backnumber .list-release {
  text-align: left;
}
#page-backnumber .list-release li {
  margin-bottom: 50px;
}
#page-backnumber .list-release li .release-month {
  margin-bottom: 7px;
}
#page-backnumber .search-box {
  margin-bottom: 30px;
  display: table;
}
#page-backnumber .search-box p.ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 9%;
}
#page-backnumber .search-box ul {
  width: 100%;
  display: table-cell;
  text-align: left;
  padding-top: 7px;
  padding-left: 3%;
  border-left: 1px solid #ddd;
}
#page-backnumber .search-box ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 7px;
}
#page-backnumber .search-box ul li.active a {
  border: 1px solid #cf0021;
  color: #cf0021;
  font-weight: bold;
}
#page-backnumber .search-box ul li a {
  border: 1px solid #ddd;
  padding: 3px 16px;
}
#page-backnumber .search-box ul li a:hover {
  text-decoration: none;
  border: 1px solid #cf0021;
  color: #cf0021;
}
#page-backnumber .sct-relation-products {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  #page-backnumber h2 {
    margin-bottom: 25px;
  }
  #page-backnumber .list-release li {
    margin-bottom: 20px;
  }
  #page-backnumber .search-box {
    margin-bottom: 10px;
  }
  #page-backnumber .search-box p.ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  #page-backnumber .search-box ul {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    border-left: none;
  }
  #page-backnumber .search-box ul li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #page-backnumber .search-box ul li a {
    padding: 5px 10px;
  }
  #page-backnumber .sct-relation-products {
    padding: 0 10px !important;
  }
}
/* バックナンバー常備店
 ========================================================================== */
#page-shoplist #main {
  display: inherit;
}
#page-shoplist #sct-main {
  margin-bottom: 70px;
}
#page-shoplist #sct-main .fbox {
  margin: 0 -25px;
}
#page-shoplist #sct-main .fbox .img-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 0 25px;
}
#page-shoplist #sct-main .fbox .img-main .img-main-inner {
  display: block;
  text-align: center;
}
#page-shoplist #sct-main .fbox .main-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  padding: 0 25px;
}
#page-shoplist #sct-main .fbox .main-data .sttl-main {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #1c1c1c;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
}
#page-shoplist #sct-main .fbox .main-data .txt {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.8;
}
#page-shoplist #sct-main .fbox .main-data .btn-cmn01 {
  width: 35%;
}
#page-shoplist #sct-main .fbox .main-data .btn-cmn01 a[href$=".pdf"]:after {
  position: static;
}
#page-shoplist .list-shop .sttl {
  margin-top: 50px;
}
#page-shoplist .list-shop .sttl:first-child {
  margin-top: 0;
}
#page-shoplist .list-shop .tbl-th-side td.shop {
  border-right: 1px solid #ddd;
  width: 40%;
}

@media screen and (max-width: 767px) {
  #page-shoplist #sct-main {
    margin-bottom: 50px;
  }
  #page-shoplist #sct-main .fbox {
    margin: 0;
  }
  #page-shoplist #sct-main .fbox .img-main {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  #page-shoplist #sct-main .fbox .img-main .img-main-inner {
    display: block;
  }
  #page-shoplist #sct-main .fbox .main-data {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  #page-shoplist #sct-main .fbox .main-data .sttl-main {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #page-shoplist #sct-main .fbox .main-data .txt {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  #page-shoplist #sct-main .fbox .main-data .btn-cmn01 {
    width: 100%;
  }
  #page-shoplist #sct-main .fbox .main-data .btn-cmn01 a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #page-shoplist .list-shop .sttl {
    margin-top: 40px;
  }
  #page-shoplist .list-shop .tbl-th-side td.shop {
    width: 100%;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px dotted #ddd;
  }
}
/* HotTip
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.HotTip {
  background: url("/common/css/img/bg_gray.png");
}

.HotTip__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .HotTip__inner {
    max-width: 1200px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__inner {
    padding: 25px 15px 10px;
  }
}

/* Heading
───────────────────────────────── */
.HotTip__heading {
  background: inherit;
  border-top: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .HotTip__heading {
    margin-bottom: 1vw !important;
    display: block;
  }
}
.HotTip__heading .contents-ttl {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .HotTip__outline {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__outline {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2vw;
  }
  .HotTip__outline br {
    display: none;
  }
}

/* Content
───────────────────────────────── */
.HotTip__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
@media screen and (min-width: 768px) {
  .HotTip__list {
    margin: -12px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
  }
}

.HotTip__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .HotTip__item {
    width: 25%;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__item {
    scroll-snap-align: start;
    min-width: 61.8%;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.HotTip__link {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px -2px #8c8c8c;
          box-shadow: 0 0 6px -2px #8c8c8c;
  -webkit-transition: opacity 0.21s ease 0s;
  transition: opacity 0.21s ease 0s;
  height: 100%;
}
.HotTip__link, .HotTip__link:link, .HotTip__link:visited, .HotTip__link:hover, .HotTip__link:active {
  text-decoration: none;
}
.HotTip__link:hover {
  opacity: 0.8;
}

.HotTip__picture {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.HotTip__picture > .HotTip__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.HotTip__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .HotTip__text {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__text {
    padding: 15px 10px;
  }
}

.HotTip__title {
  color: #1c1c1c;
  font-family: "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .HotTip__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.HotTip__lead {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .HotTip__lead {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__lead {
    font-size: 10px;
    font-size: 1rem;
  }
}

.HotTip__label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  line-height: 1.25;
  padding: 0.382em 1.382em;
}
@media screen and (min-width: 768px) {
  .HotTip__label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__label {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .HotTip__date {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__date {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* More
───────────────────────────────── */
.HotTip__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .HotTip__more {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip__more {
    margin-top: 10px;
  }
}

.HotTip__moreLink {
  color: #1c1c1c;
  font-family: "Ryumin Medium KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .HotTip__moreLink {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.HotTip__moreLink:hover {
  text-decoration: none;
  color: #cf0021;
}

/* Meets online
───────────────────────────────── */
.HotTip-meets {
  background: url("/common/css/img/bg_gray.png");
}

.HotTip-meets__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__inner {
    max-width: 1200px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__inner {
    padding: 25px 15px 40px;
  }
}

/* Heading
───────────────────────────────── */
.HotTip-meets__heading {
  background: inherit;
  border-top: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .HotTip-meets__heading {
    margin-bottom: 1vw !important;
    display: block;
  }
}
.HotTip-meets__heading .contents-meets-ttl {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .HotTip-meets__outline {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__outline {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2vw;
  }
  .HotTip-meets__outline br {
    display: none;
  }
}

/* Content
───────────────────────────────── */
.HotTip-meets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__list {
    /*margin: 30px -12px -12px -12px;*/
    margin: -12px -12px -12px -12px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.HotTip-meets__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__item {
    width: 25%;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__item {
    width: 48.5%;
    margin-top: 20px;
  }
}

.HotTip-meets__link {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px -2px #8c8c8c;
          box-shadow: 0 0 6px -2px #8c8c8c;
  -webkit-transition: opacity 0.21s ease 0s;
  transition: opacity 0.21s ease 0s;
  height: 100%;
}
.HotTip-meets__link, .HotTip-meets__link:link, .HotTip-meets__link:visited, .HotTip-meets__link:hover, .HotTip-meets__link:active {
  text-decoration: none;
}
.HotTip-meets__link:hover {
  opacity: 0.8;
}

.HotTip-meets__picture {
  display: block;
  position: relative;
  padding-top: 68.61%;
}
.HotTip-meets__picture > .HotTip-meets__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.HotTip-meets__text {
  display: block;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__text {
    padding: 14px 14px 30px 14px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__text {
    padding: 15px 10px 25px;
  }
}

.HotTip-meets__lead {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__lead {
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__lead {
    font-size: 10px;
    font-size: 1rem;
    -webkit-line-clamp: 4;
  }
}

.HotTip-meets__label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
  padding: 0.55em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__label .icon {
    height: 22px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__label .icon {
    height: 3.5vw;
    margin-right: 1vw;
  }
}
.HotTip-meets__label .text {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__label .text {
    font-size: 13.5px;
    font-size: 1.35rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__label .text {
    font-size: 2.5vw;
  }
}

.HotTip-meets__date {
  color: #777;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 5px;
}
.HotTip-meets__date .new-tag {
  color: #cf0021;
  border: 1px solid #cf0021;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .HotTip-meets__date .new-tag {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__date .new-tag {
    font-size: 5px;
    font-size: 0.5rem;
    margin-right: 5px;
    padding: 0.1rem 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .HotTip-meets__date .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .HotTip-meets__date .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.HotTip-meets__events-bnr img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.HotTip-meets__events-bnr img:hover {
  opacity: 0.8;
}