@charset "UTF-8";
html {
  font-size: 87.5%;
}

body {
  word-break: break-all;
  min-width: 1140px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*
  base
 */
a {
  color: #234;
  text-decoration: none;
}

a:hover {
  color: #234;
  text-decoration: none;
  opacity: 0.5;
}

.container {
  max-width: 1140px;
}

@media (max-width: 767px) {
  .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.guest-only, .member-only {
  display: none !important;
}

.thumb {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-letsgojp {
  border-color: #d10a1c !important;
}

.bg-letsgojp {
  background-color: #d10a1c !important;
}

.bg-fb {
  background-color: #4267b2 !important;
}

.spad {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .spad {
    display: none;
  }
}

/*
  pagination
*/
.pagination {
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #d10a1c;
  border-color: #d10a1c;
}

.icon-facebook {
  color: #4267B2;
}

.icon-facebook:after {
  font-family: "Font Awesome 5 Brands";
  content: "";
}

svg {
  height: 5rem;
  width: auto;
}

.icon-stars:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #fc0;
  white-space: nowrap;
  overflow: hidden;
}

.icon-stars.on {
  font-weight: bold;
}

.stars {
  position: relative;
}

.stars > .icon-stars.on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.star-rate {
  display: flex;
  justify-content: flex-end;
}

.btn-fb {
  background-color: #4267b2;
  color: #fff;
}

.btn-letsgojp {
  background-color: #d10a1c;
  color: #fff;
}

.favorite-btn {
  display: block;
  line-height: 28px;
  height: 28px;
  background: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius: 4px;
  color: #000000;
  font-size: 14px;
  padding: 0 15px;
  border: solid #cccccc 1px;
  text-decoration: none;
}

/*
  font size
*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 5vw;
    text-align: center;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3vw;
  }
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/*
  common parts
*/
h2.h2 {
  border: 1px solid #dddddd;
  padding: 1px;
  margin-top: 1rem;
}

h2.h2 span {
  display: block;
  background: #F4F2EE;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  border-left: 5px solid #D10A1C;
  padding-left: 10px;
}

.table-custom {
  border: 1px solid #dddddd;
}

.table-custom td:first-child {
  background-color: #F3F2EE;
}

.user-icon {
  border-radius: 50%;
}

.badge-pro,
.pro-badge {
  background-color: #c00;
  color: #fff;
  font-size: 0.6em;
  font-style: italic;
  white-space: nowrap;
  margin-left: 0.5em;
}

.badge-pro:before,
.pro-badge:before {
  content: "達人";
}

.badge-pro:empty {
  display: inline-block;
}

.content-block + .content-block {
  margin-top: 1rem;
}

.follow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  width: 80px;
  transition: all 0.1s linear;
  cursor: pointer;
  padding: 0;
}

.follow-btn:before {
  content: "追蹤";
}

.follow-btn.on {
  background-color: #c00;
  color: #fff;
  border: 0;
}

.follow-btn.on:before {
  content: "追蹤中";
}

.delete-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #000;
  color: #fff;
  border-radius: 12px;
  width: 80px;
  height: 24px;
  transition: all 0.1s linear;
  cursor: pointer;
}

.delete-btn:before {
  content: "刪除";
}

/*
  記事リスト
 */
.posts-grid .post {
  display: block;
  text-decoration: none;
}

.posts-grid a {
  display: block;
  text-decoration: none;
  border-top: 2px solid #d10a1c;
  padding-top: 10px;
}

.posts-grid a:hover {
  opacity: 0.8;
}

.posts-grid .post:nth-child(n+5) a {
  margin-top: 30px;
}

.posts-grid .category {
  display: block;
  background-color: #d10a1c;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.posts-grid .title {
  display: block;
  color: #234;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  height: 45px;
  overflow: hidden;
  margin: 0;
}

.posts-grid .thumb {
  width: 100%;
  margin-top: 10px;
}

.posts-grid .thumb:before {
  padding-top: 60%;
}

.posts-grid .coupon a {
  border: 0;
}

.posts-grid .coupon .thumb:before {
  display: none;
}

.posts-grid .coupon .title {
  display: table-cell;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  vertical-align: middle;
  width: 100%;
  height: 110px;
  padding: 10px;
}

.posts-grid .coupon .content {
  background: #f4f4ec url(/images/home/coupon_wrap.png) no-repeat right top;
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  height: 84px;
  padding: 10px 20px 10px 10px;
  margin-top: 10px;
  overflow: hidden;
}

#globalHeader {
  min-width: 1140px;
  background-color: #f3f3f0;
}
#globalHeader .active {
  background-color: #fff;
  color: #333;
}

header {
  background-color: #fff;
}

/*
    display settings
*/

@media screen and (min-width: 768px) {
    #sp_header_search_box {
        display: none!important;
    }
}

@media (max-width: 767px) {
  .pc-header {
    display: none;
  }

  #sp_header {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    background-color: #000;
  }

  #sp_header_top > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    color: #fff;
    font-size: 2rem;
  }

  #sp_header_logo {
    flex-grow: 1;
  }

  #sp_header_search {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 15px;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
    .for-sp,
    #sp_header,
    #sp_header img,
    .sp_header,
    .sp_header img,
    #sp_header_search
    {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /* header */
    #sp_header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    #sp_header_top {
        display: flex;
        justify-content: space-between;
        background-color: #d10a1c !important;
        height: 55px;
    }
    #sp_header_top > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
    }
    #sp_header_top > a + a {
        border-left: 1px solid  #810f13;
    }
    #sp_header_logo {
        flex-grow: 1;
    }
    #sp_header img { zoom: 0.5 }

    #sp_header_search {
        width: 100%;
        background: #333;
        color: #fff;
        padding: 15px;
    }
    #sp_header_search_by_keyword {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sp_header_search_by_keyword > div:first-child {
        flex-grow: 1;
    }
    #sp_header_search_by_keyword > div {
        white-space: nowrap;
    }
    #sp_header_search_by_keyword > div + div {
        margin-left: 15px;
    }
    #sp_header_search_by_attribute {
        display: none;
    }
    #sp_header_search_by_attribute > div {
        margin-top: 15px;
    }
}

#headerMain {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#headerRegions {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#headerRegions li {
  margin: 0;
  padding: 0;
}

#headerRegions li + li {
  margin-left: 5px;
}

#headerRegions a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #D10A1C;
  border-radius: 5px;
  color: #D10A1C;
  font-size: 20px;
  line-height: 1.25em;
  text-decoration: none;
  width: 55px;
  height: 55px;
}

#headerRegions li.on a,
#headerRegions li a:hover {
  background: #D10A1C;
  color: #fff;
  border-color: #D10A1C;
}

#headerRegions li.chugoku a {
  padding: 0 10px;
}

#headerRegions li.hokkaido a,
#headerRegions li.chugoku a,
#headerRegions li.wakayama a {
  font-size: 16px;
}

#headerNavi {
  position: relative;
  background: #d10a1c;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  padding: 5px 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 1140px;
  width: 100%;
}

#headerMenu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#headerMenu.right {
  justify-content: flex-end;
}

#headerMenu > li {
  display: block;
}

#headerMenu > li.div {
  border-right: 1px solid #fff;
}

#headerMenu > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 20px;
}

#headerMenu > li > a:hover {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

#headerSearch {
  position: relative;
}

#headerSearch:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-left: 15px;
  height: 30px;
  content: "";
}

#headerSearch input {
  position: relative;
  height: 30px;
  color: #fff;
  font-size: 16px;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border: none;
  outline: none;
  width: 100%;
}

#headerSearch input:-moz-placeholder-shown {
  color: #fff;
}

#headerSearch input:-ms-input-placeholder {
  color: #fff;
}

#headerSearch input:placeholder-shown {
  color: #fff;
}

#headerSearch input::-webkit-input-placeholder {
  color: #fff;
}

#headerSearch input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#headerSearch input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#headerSearch input:-ms-input-placeholder {
  color: #fff;
}

header.simple {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d10a1c;
  height: 55px;
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-widht: 100%;
}

header.simple img.logo {
  height: 35px;
}

.footer {
  background-color: #d10a1c;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    min-width: 1140px;
  }
}
.footer .copyright {
  background-color: #b30c1c;
  text-align: center;
}
.footer .nav-link {
  color: #fff;
}
.footer > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer .nav-common {
  border-top: #fff 1px solid;
}
@media (max-width: 767px) {
  .footer .nav-region .nav {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer .nav-region dl > *:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .nav {
    flex-direction: column;
    text-align: center;
  }
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
}
.modal .modal-wrapper {
  flex-grow: 1;
  max-height: 100%;
  overflow-y: auto;
  text-align: center;
}
.modal .modal-window {
  display: inline-block;
  position: relative;
  margin-top: 50px;
  border-radius: 5px;
}
.modal .modal-contents {
  text-align: left;
}
.modal .modal-close-btn {
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
}
.modal .modal-close-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .modal .model-window {
    border-radius: 0;
  }
  .modal .modal-close-btn {
    position: fixed;
    top: 0;
    right: 0;
    background: #c00;
    text-align: right;
    padding-right: 15px;
    width: 100%;
    z-index: 1;
  }
}

.modal.on {
  display: flex;
}

.posts-listview .post {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
}

/*
  recommended
*/
.library-recommended .user-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
}

.library-recommended .user-icon {
  width: 65px;
  height: 65px;
}

.library-recommended .user-name {
  display: flex;
  flex-grow: 1;
  align-items: center;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .library-recommended .user-name {
    font-size: 12px;
    margin-left: 10px;
  }
}
.library-recommended .pro-badge {
  padding: 0 3px;
  border-radius: 3px;
}

.library-recommended .follow-btn {
  margin-left: 10px;
}

/*
  ranking
*/
.library-ranking .user-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.library-ranking .rank {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #666;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.library-ranking .rank1 {
  border-color: #DBB25E;
  background-color: #DBB25E;
  color: #FFF;
}

.library-ranking .rank2 {
  border-color: #15274D;
  background-color: #15274D;
  color: #FFF;
}

.library-ranking .rank3 {
  border-color: #BC7845;
  background-color: #BC7845;
  color: #FFF;
}

.library-ranking .user-meta {
  margin-left: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .library-ranking .user-meta {
    margin-left: 10px;
  }
}
.library-ranking .user-icon {
  width: 48px;
  height: 48px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .library-ranking .user-icon {
    margin-left: 10px;
  }
}
.library-ranking .user-name {
  display: flex;
  flex-grow: 1;
  align-items: center;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .library-ranking .user-name {
    font-size: 12px;
  }
}
.library-ranking .likes {
  color: #999;
  font-size: 12px;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .library-ranking .likes {
    font-size: 10px;
  }
}
.library-ranking .likes span {
  color: #222;
}

.library-ranking .follow-btn {
  margin-left: 10px;
}

/*
  comment
*/
.library-comment .comment-wrapper {
  display: block;
  background-color: #fff;
  padding: 16px;
  margin-bottom: 14px;
}

.library-comment .user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.library-comment .header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.library-comment .user-name {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 10px;
}

.library-comment .likes {
  ont-size: 7px;
  white-space: nowrap;
  margin-left: 1rem;
}

.library-comment .likes span {
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
}

.library-comment .follow-btn {
  margin-left: 10px;
}

.library-comment .comment {
  border: 1px solid #EAEAEA;
  border-bottom: none;
  padding: 16px;
}

.library-comment .comment span {
  display: block;
  color: #222;
  font-size: 16px;
  height: 68px;
  overflow: hidden;
}

.library-comment .post-title {
  border: 1px solid #EAEAEA;
  padding: 16px;
}

.library-comment .post-title span {
  display: block;
  color: #37509C;
  font-size: 16px;
  height: 46px;
  overflow: hidden;
}

.user-header {
  background-color: #fff;
}

.user-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.user-name {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
}

.user-status {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-status li {
  flex-direction: column;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 0.5rem;
  width: 3rem;
}
.user-status li + li {
  margin-left: 2rem;
}
.user-status span {
  font-size: 1.5rem;
  color: #D1091C;
}

.user-likes {
  color: #999;
  font-size: 14px;
  margin-top: 1em;
}

.user-intro {
  font-size: 14px;
}

.pick .post-title {
  display: inline-block;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}

.pick .user-icon {
  width: 32px;
  height: 32px;
}

.pick .user-comment {
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .user-page {
    min-width: 1140px;
  }
  .user-page .container {
    max-width: 960px;
  }
}
.user-summary-page {
  background-color: #eee;
  width: 640px;
}
.user-summary-page .container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .user-summary-page {
    width: 100%;
  }
}
.content-tabs {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.content-tabs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-tabs ul > li {
  transition: all 0.1s ease-in-out;
}
.content-tabs ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 50px;
  padding: 15px 18px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.content-tabs ul > li.active,
.content-tabs ul > li:hover {
  border-bottom: 4px solid #c00;
}
.content-tabs ul > li.active > a {
  font-weight: 700;
}

.tab-contents {
  margin: 30px auto;
}

.user-card .user-icon {
  width: 42px;
  height: 42px;
}

.user-card .follow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}

.user-card .count {
  display: flex;
}

.user-card .count > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  color: #999;
  font-size: 8px;
}

.user-card .count > div + div {
  border-left: 1px solid #ccc;
}

.user-card .count > div > span {
  color: #222;
  font-size: 12px;
}

.search-page h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.search-page .nav-search {
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.search-page .nav-search > li {
  float: left;
}

#post .post-header {
  display: block;
  border-bottom: 5px solid #D10A1C;
  margin-bottom: 1rem;
}
#post .post-header h1.post-title {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#post .post-header .post-tab {
  display: block;
  background: #FFD900;
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#post .post-header .post-tab.active {
  background: #D10A1C;
  color: #ffffff;
}
#post .post-contents {
  width: 890px;
  margin: auto;
}
@media (max-width: 767px) {
  #post .post-contents {
    width: 100%;
  }
}
#post #postContent {
  width: 100%;
}
#post #postContent .bxslider {
  background: #eeeeee;
}
#post #postContent .bxslider li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 440px;
}
#post #postContent .bxslider img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#post #postContent .button-ec {
  display: inline-block !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  background-color: #D10A1C !important;
  border: 1px solid #D10A1C !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  text-decoration: none !important;
}
#post #postContent .button-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  border-radius: 0.3rem !important;
}
#post #footerCouponBtn {
  display: none;
}
#post #postHeadBtns {
  display: block;
  margin: 0;
  padding: 0;
}
#post #postHeadBtns li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 15px;
}
#post #postTags {
  margin: auto;
  max-width: 890px;
}
#post #postTags h3 {
  font-size: 18px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  margin: 1em 0 0.5em 0;
}
#post #postTags h3 {
  font-size: 18px;
}
#post #postTags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}
#post #postTags ul > li {
  display: block;
  padding: 5px;
  margin: 0;
}
#post #postTags ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  text-decoration: none;
  padding: 0 10px;
  background: #f7f7f7;
}
#post .comment-container {
  background-color: #eee;
  padding: 1rem;
  margin: 1rem auto 0;
}
@media (max-width: 767px) {
  #post .comment-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#post .comment-container .comment-form textarea {
  margin: 0;
  overflow: auto;
  width: 100%;
  resize: none;
  border: 1px solid rgba(34, 31, 32, 0.12);
  border-radius: 6px;
  padding: 13px;
  line-height: 1.3em;
  transition: box-shadow 0.1s linear, border 1s linear;
  height: 44px;
}
#post .comment-container .comment-form .facebook-btn {
  color: #999999;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}
#post .comment-container .comment-form .facebook-btn::after {
  font-family: "Font Awesome 5 Brands";
  content: "";
}
#post .comment-container .comment-form .facebook-btn.on {
  color: #4267B2;
}
#post .comment-container .comments .post-comment {
  margin-bottom: 1rem;
}
#post .comment-container .comments .post-comment:nth-child(n+3) {
  display: none;
}
#post .comment-container .facebook-comments {
  overflow: hidden;
}
#post .comment-container .facebook-comments .swiper-container {
  padding-bottom: 3rem;
}
#post .comment-container .post-comment {
  background-color: #fff;
  padding: 1rem;
}
#post .comment-container .post-comment .post-comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#post .comment-container .post-comment .post-comment-user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#post .comment-container .post-comment .post-comment-user-meta {
  flex-grow: 1;
  margin-left: 15px;
}
#post .comment-container .post-comment .post-comment-user-name {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
#post .comment-container .post-comment .post-comment-date {
  font-size: 12px;
  color: #999;
}
#post .comment-container .post-comment .context-menu {
  width: 30px;
  text-align: center;
}
#post .comment-container .post-comment .post-comment-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#post .comment-container .post-comment .post-comment-text {
  margin-left: 50px;
  height: 6rem;
  overflow: scroll;
}
#post .comment-container .post-comment .post-comment-text .user {
  color: #4267b2;
  font-weight: bold;
}
#post .comment-container .post-comment .post-comment-text .user:before {
  content: "@";
}
#post .comment-container .post-comment .like-btn {
  color: #ccc;
  text-align: center;
  white-space: nowrap;
  margin-left: 10px;
  cursor: pointer;
}
#post .comment-container .post-comment .like-btn.liked {
  color: #c00 !important;
}
#post .comment-container + .comment-container {
  margin-top: 0;
}
#post .youtube-frame {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 3rem auto;
}
#post .youtube-frame > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#post a.ec-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c00;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: calc(50% - 50px);
  right: 15px;
  z-index: 1;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #post a.ec-link-button {
    bottom: 15px;
  }
}

.register-page .container {
  width: 540px;
}
.register-page h1 {
  text-align: center;
}

.login-page .container {
  width: 320px;
}
.login-page h1 {
  text-align: center;
}

.password-reset-page .container {
  width: 320px;
}
.password-reset-page h1 {
  text-align: center;
}

a.coupon {
  display: flex;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 15px;
}

a.coupon > div.new:before {
  content: "New";
  background-color: #000;
  color: #fff;
  font-size: 10px;
  line-height: 85px;
  width: 50px;
  height: 50px;
  transform: rotate(315deg);
  position: absolute;
  text-align: center;
  top: -25px;
  left: -25px;
}

a.coupon > div {
  width: 50%;
  height: 120px;
  flex-grow: 1;
  z-index: -10;
}

a.coupon > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #d10a1c;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 2;
  position: relative;
}

a.coupon > div:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 120px;
  background: linear-gradient(45deg, #d10a1c 5px, transparent 0), linear-gradient(135deg, #d10a1c 5px, transparent 0);
  background-size: 10px 10px;
}

a.coupon > div:first-child > div {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

a.coupon .coupon_shopname {
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 1.5em;
  height: 1.5em;
}

a.coupon .coupon_title {
  max-height: 3em;
  line-height: 1em;
  font-size: 16px;
}

a.coupon .coupon_exp {
  background-color: #fff;
  color: #d10a1c;
  font-size: 12px;
  line-height: 1.5em;
  height: 1.5em;
  border-radius: 9px;
}

a.coupon > div:last-child {
  transition: all 0.5s ease;
  z-index: 1;
}

@media screen and (max-width: 320px) {
  a.coupon .coupon_title {
    font-size: 12px;
  }

  a.coupon .coupon_title h1,
a.coupon .coupon_title .h1 {
    font-size: 32px;
  }

  a.coupon .coupon_title h2,
a.coupon .coupon_title .h2 {
    font-size: 26px;
  }

  a.coupon .coupon_title h3,
a.coupon .coupon_title .h3 {
    font-size: 20px;
  }

  a.coupon .coupon_title h4,
a.coupon .coupon_title .h4 {
    font-size: 14px;
  }

  a.coupon .coupon_title h5,
a.coupon .coupon_title .h5 {
    font-size: 10px;
  }

  a.coupon .coupon_title h6,
a.coupon .coupon_title .h6 {
    font-size: 8px;
  }
}
/* クーポン詳細絵ページ */
.my-coupon a {
  color: blue;
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}

#homeSliderImgs a {
  display: none;
}

#homeSliderImgs div {
  height: 225px;
}

#homeSliderImgs div {
  width: 100%;
  height: 200px;
}

#homeSliderImgs .on {
  display: block;
}

#homeSliderTexts {
  height: 200px;
}

#regionsRecentPosts .post {
  margin-bottom: 1rem;
}

#regionsRecentPosts .title {
  font-size: 14px;
  line-height: 15px;
  height: 60px;
}

.posts1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
}

.posts1 .thumb {
  width: 100px;
}

.posts1 .thumb:before {
  padding-top: 60%;
}

.posts1 .category {
  display: block;
  background-color: #d10a1c;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.posts1 .region {
  display: block;
  color: #d10a1c;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 30px;
  height: 15px;
  overflow: hidden;
}

.posts1 .title {
  display: block;
  color: #234;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
}

/*
  ランキング
 */
#popularposts {
  margin: 0;
}
#popularposts #popularposts-switch {
  display: table;
  padding: 0;
  border: 1px solid #D10A1C;
  margin: 0;
  width: 100%;
}
#popularposts #popularposts-switch div {
  display: table-cell;
  color: #D10A1C;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  width: 25%;
  cursor: pointer;
}
#popularposts #popularposts-switch div.active {
  background-color: #D10A1C;
  color: #ffffff;
}
#popularposts #popularposts-switch div + div {
  border-left: 1px solid #d10a1c;
}

.right .posts {
  padding: 10px;
  border: 1px solid #eee;
}
.right .posts .monthly,
.right .posts .total,
.right .posts .coupon {
  display: none;
}
.right .posts .post {
  display: block;
  text-decoration: none;
  margin: 0;
}
.right .posts .post + .post {
  margin-top: 1rem;
}
.right .posts .post .thumb {
  width: 60px;
}
.right .posts .post .thumb:before {
  padding-top: 100%;
}
.right .posts .post .index {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.right .posts .post h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  margin: 0;
}

/*
  facebook page
*/
#rightCol h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

h2.facebook {
  background: #3B5998;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
}

.video {
  border-top: 2px solid #d10a1c;
  cursor: pointer;
  margin-bottom: 30px;
}

.video > h3, .video > a >h3{
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 10px 0;
}

.event-cal .calendar {
  border-collapse: collapse;
  border: 1px solid #d10a1c;
  width: 100%;
}
.event-cal .calendar th, .event-cal .calendar td {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.event-cal .calendar a {
  display: block;
  width: 100%;
}
.event-cal .calendar thead {
  background: #d10a1c;
  color: #fff;
}
.event-cal .calendar thead a {
  color: #fff;
}
.event-cal .calendar thead td.prev {
  text-align: left;
}
.event-cal .calendar thead td.next {
  text-align: right;
}
.event-cal .calendar tbody th {
  width: 14.2857142857%;
}
.event-cal .calendar tbody td {
  color: #ccc;
}
.event-cal .calendar tbody a:hover {
  background: #d10a1c;
  color: #fff;
  text-decoration: none;
}
.event-cal .calendar tfoot {
  text-align: center;
}
.event-cal .calendar tfoot a:hover {
  background-color: #d10a1c;
  color: #fff;
  text-decoration: none;
}
.event-cal .calendar-wrap {
  position: relative;
  margin-bottom: 15px;
}
.event-cal .calendar-open {
  position: relative;
  background: #eee;
  margin: 0px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.event-cal .calendar-open:after {
  position: absolute;
  right: 15px;
  color: #c00;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  content: "";
}
@media screen and (max-width: 767px) {
  .event-cal {
    display: none;
  }
}

@media (min-width: 768px) {
  .posts .post {
    display: block;
    background: #ffffff;
    color: #000000;
    margin-bottom: 30px;
  }
  .posts .post:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .posts .post .text {
    display: flex;
    border-top: 2px solid #d10a1c;
    padding: 10px 0;
  }
  .posts .post .category {
    flex-shrink: 0;
    background-color: #d10a1c;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 10px;
  }
  .posts .post .title {
    font-size: 1rem;
    line-height: 1.25rem;
    height: 3.75rem;
    overflow: hidden;
    margin: 0;
  }
  .posts .col-sm-3 .post .title {
    font-size: 14px;
    height: 3.75em;
  }
  .posts .post .thumb {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #eee;
  }
  .posts .post .thumb:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .posts .post .props {
    display: none;
  }
}
@media (max-width: 767px) {
  .posts .post {
    display: flex;
    flex-direction: row-reverse;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none !important;
  }
  .posts .post .thumb {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    margin-right: 10px;
  }
  .posts .post .thumb:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .posts .post .text {
    display: flex;
    width: 70%;
  }
  .posts .post .category {
    flex-shrink: 0;
    background: #d10a1c;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    overflow: hidden;
  }
  .posts .post .title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25em;
    max-height: 3.75em;
    overflow: hidden;
    margin: 0;
  }
  .posts .post .props {
    font-size: x-small;
  }
  .posts .post i {
    color: #ccc;
  }
}
.about-us-page img.main {
  min-width: 100%;
  margin-bottom: 1rem;
}
.about-us-page h1 {
  position: absolute;
  left: 13vw;
  top: -13vw;
}
.about-us-page a.contact {
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 50px;
  background: url("/images/about-us/contact_us-ch.png") 0 0 no-repeat;
  margin: auto;
}
.about-us-page a.contact:hover {
  background-position: 0 -49px;
}
.about-us-page a.facebook {
  background: url("/images/about-us/face_btn.png") 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 50px;
  margin: auto;
}
.about-us-page a.facebook:hover {
  background-position: 0 -49px;
}

#termsPage h2 {
  font-size: 1rem;
}

.search-comment {
  background-color: #fff;
}
.search-comment .user {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.search-comment .user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.search-comment .user-name {
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1rem;
}
.search-comment .comment {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.search-comment .comment .comment-text {
  color: #222;
  height: 4.5rem;
  overflow: hidden;
}
.search-comment .comment .like-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #ccc;
  white-space: nowrap;
  margin-left: 1rem;
}
.search-comment .post {
  padding: 1rem;
  border-top: 1px solid #eee;
}
.search-comment .post .post-title {
  color: #222;
  font-size: 1rem;
  font-weight: 700;
}
.search-comment .post .post-date {
  color: #999;
  font-size: 12px;
}

#toggle-drawer {
  display: none;
}

@media (min-width: 768px) {
  #drawer,
#drawer-close {
    display: none;
  }
}
@media (max-width: 767px) {
  #drawer {
    z-index: 9999;
    position: fixed;
    overflow: auto;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #eee;
    color: #333;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #drawer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #drawer ul li {
    margin: 0;
    padding: 0;
  }
  #drawer ul li + li {
    border-top: 1px solid #ddd;
  }
  #drawer ul li.Divider {
    background-color: #ddd;
  }
  #drawer ul li span, #drawer ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    line-height: 3rem;
    padding: 0 15px;
  }
  #drawer ul li a {
    color: #333;
    text-decoration: none !important;
  }
  #drawer ul li a i {
    color: #c00;
  }

  #drawer-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background 0.6s;
  }

  #toggle-drawer:checked ~ #drawer {
    transform: translateX(250px);
  }

  #toggle-drawer:checked ~ #drawer-close {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    cursor: pointer;
  }
}
/*
.swiper-container {
  width: 100%;
}
*/
#categoryContainer {
  position: relative;
}

#categoryTab {
  background: #fff;
  padding-top: 2px;
  border-bottom: 5px solid #c00;
  position: sticky;
  position: -webkit-sticky;
  top: 55px;
  z-index: 2;
}

#categoryTab .swiper-slide {
  background: #eee;
  text-align: center;
  line-height: 3em;
}

#categoryTab .swiper-slide.active {
  background: #c00;
  color: #fff;
}

#categoryBody {
  margin-top: 15px;
  border-botto: 5px solid #c00;
}

#categoryBody .swiper-slide {
  opacity: 0 !important;
}

#categoryBody .swiper-slide-active {
  opacity: 1 !important;
}

.video-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.video-thumbnail:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: -9.375%;
}

.ec-item {
  display: block;
}
.ec-item h3 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 10px 0;
}
.ec-item .thumb {
  height: auto;
  margin-bottom: 1rem;
}
.ec-item .thumb:before {
  padding-top: 100%;
}
.ec-item .price {
  color: #c00;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.ec-item .price span {
  font-size: 20px;
}
