@charset 'UTF-8';

/* ------------------------------------------
  common
------------------------------------------ */
body {
  margin: 0 auto;
}

.post_container {
  margin-bottom: 60px;
  margin-top: 60px;
}

.post_container_title {
  font-size: 2.8rem;
  margin-bottom: 60px;
  text-align: center;
}

.special .post_container {
  margin-top: 50px;
}

.post_tit {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px){
  .post_tit{
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px){
  .post_tit{
    width: 95%;
  }
}

.post_tit::before {
  color: #787878;
  content: '';
  display: inline-block;
  left: -60px;
  line-height: 1;
  position: absolute;
  top: -1em;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

.post_tit.information::before {
  content: 'Information';
}

.post_tit.event::before {
  content: 'Event';
}

.post_tit::after {
  background-color: #bfbfbf;
  content: '';
  display: block;
  height: 60px;
  left: -36px;
  position: absolute;
  top: 0;
  width: 1px;
}

.post_tit_content .headline {
  font-size: 2.8rem;
  line-height: 1.8;
}

.post_tit_content .date {
  background-color: #fafafa;
  font-size: 1.1rem;
  line-height: 17px;
  padding: 0 8px;
}

.post_content {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 50px;
}

.post_content a {
  color: #054639;
  font-size: 1.6rem;
  text-decoration: underline;
}

.post_content a:hover {
  opacity: .8;
  text-decoration: none;
}

.post_content a img {
  transition: .3s;
}

.post_content a:hover img {
  opacity: .8;
}

.post_content a span {
  font-size: 1.6rem;
}

.post_content strong {
  font-weight: bold;
}

.post_content * + p {
  margin: 30px 0;
}

.post_content  p {
  font-size: 1.4rem;
}

.post_content p:last-child {
  margin-bottom: 0;
}

.post_content p img {
  max-width: 1100px;
}

.post_content h4 {
  font-size: 2.4rem;
  margin: 30px 0;
}

.post_content h5 {
  border-left: #054639 5px solid;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px 0;
  padding-left: 16px;
}

.post_content h6 {
  background-color: #fafafa;
  font-size: 1.6rem;
  margin: 30px 0;
  padding: 0 10px;
}

.post_content ul {
  list-style: disc inside;
}

.post_content ol {
  list-style: decimal inside;
}

.post_content blockquote {
  background-color: #e6e6e6;
  background-image: url(../img/post/icon_blockquote@2x.png);
  background-position: 15px 27px;
  background-repeat: no-repeat;
  background-size: 17px auto;
  display: table;
  margin-top: 10px;
  padding: 50px 23px 30px;
}

.post_content .alignleft {
  float: left;
  margin: 0 30px 0 0;
}

.post_content .alignright {
  float: right;
  margin: 0 0 0 30px;
}

.post_content .alignnone, .post_content .aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    margin: 0 auto;
    min-width: auto;
  }

  .post_container {
    margin-top: 30px;
  }

  .post_container_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    text-align: center;
  }

  .post_tit_content {
    padding: 0 0 0 40px;
  }

  .post_tit_content .headline {
    font-size: 2rem;
  }

  .post_content {
    margin-top: 25px;
    padding: 0;
  }

  .post_content h4 {
    font-size: 2rem;
    margin: 20px 0;
  }

  .post_content h5 {
    font-size: 1.6rem;
    margin: 20px 0;
  }

  .post_content h6 {
    margin: 20px 0;
  }

  .post_content img {
    height: 100%;
    width: 100%;
  }

  .post_content .alignleft {
    float: none;
    margin: 0 auto;
  }

  .post_content .alignright {
    float: none;
    margin: 0 auto;
  }
}

/* ------------------------------------------
  special
------------------------------------------ */
.page_column.special {
  margin-top: 0;
}

.page_column.special .post_content {
  padding: 0;
}

.post_content .product_block {
  align-items: center;
  counter-increment: product_num;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.post_content .product_block + .product_block {
  margin-top: 70px;
}

.post_content .product_block:nth-of-type(even) {
  flex-direction: row-reverse;
}

.post_content .product_img {
  width: 546px;
}

.post_content .product_info {
  width: 546px;
}

.post_content .product_name {
  display: table;
  font-size: 2.6rem;
  margin: 0 auto;
  position: relative;
}

.post_content .product_name::before {
  color: #ede8e8;
  content: '0'counter(product_num);
  font-size: 9.6rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.post_content .product_name a {
  color: inherit;
  text-decoration: none;
}

.post_content .product_name a:hover {
  opacity: .6;
}

.post_content .product_name .tax {
  font-size: 1.4rem;
}

.post_content .product_desc {
  margin-top: 70px;
}

.product_item {
  border-top: #e6e6e6 1px solid;
  margin-top: 60px;
  padding-top: 50px;
}

.product_item_tit {
  font-size: 2.6rem;
  text-align: center;
}

.product_item .item_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.product_item .item_list .item {
  width: 224px;
}

.product_item .item_list .item + .item {
  margin-left: 20px;
}

.product_item .item_list .item:nth-child(5n+1) {
  margin-left: 0;
}

.product_item .item_list .item:nth-child(n+6) {
  margin-top: 30px;
}

.product_item .item_list .item.sale .img {
  position: relative;
}

.product_item .item_list .item.sale .img::before {
  background-color: #a50000;
  bottom: 5px;
  color: #fff;
  content: 'SALE';
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  width: 46px;
}

.product_item .item_list .item .txt {
  margin-top: 10px;
  text-align: center;
}

.product_item .item_list .item.new .txt::after {
  color: #ffbe00;
  content: 'NEW';
  font-size: 1.2rem;
  font-weight: bold;
}

.product_item .item_list .item .brand {
  color: #c8c8c8;
  font-size: 1.2rem;
}

.product_item .item_list .item .price {
  font-size: 1.2rem;
}

.product_item .item_list .item .tax {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .post_tit::before {
    left: 0;
  }

  .post_tit::after {
    left: 24px;
  }

  .page_column.special {
    margin-top: 10px;
  }

  .page_column.special .post_content {
    margin-top: 25px;
  }

  .page_content_mv {
    margin-bottom: 20px;
  }

  .page_content_mv .container {
    margin: 0;
  }

  .single_column .page_content_mv + .page_content_header {
    padding: 30px 0 0;
  }

  .special .post_container {
    margin-top: 30px;
  }

  .post_content .product_block {
    display: block;
    margin-top: 30px;
  }

  .post_content .product_block + .product_block {
    margin-top: 50px;
  }

  .post_content .product_img {
    width: auto;
  }

  .post_content .product_info {
    margin-top: 30px;
    width: auto;
  }

  .post_content .product_name {
    display: block;
    font-size: 2rem;
    padding-left: 80px;
    text-align: center;
  }

  .post_content .product_name::before {
    font-size: 7rem;
    transform: none;
  }

  .post_content .product_desc {
    margin-top: 30px;
  }

  .product_item {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product_item_tit {
    font-size: 2rem;
  }

  .product_item .item_list {
    margin-top: 20px;
  }

  .product_item .item_list .item {
    width: calc(50% - 10px);
  }

  .product_item .item_list .item:nth-child(5n+1) {
    margin-left: 20px;
  }

  .product_item .item_list .item:nth-child(odd) {
    margin-left: 0;
  }

  .product_item .item_list .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
