@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* 共通部分 */
/*=======================================
　共通部分
=======================================*/

body {
  margin: 0;
  background-color: #ffffff;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.container picture,
.container img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}

.header-text .text-line1 {
  font-size: 3em;
  font-weight: bold;
  color: #4d5156;
}

.header-text .text-line2 {
  font-size: 1em;
  color: #4d5156;
}

.award-header-space {
  height: 80px;
}

.award-detail-space {
  height: 20px;
}

.award-product-space {
  height: 60px;
}

.award-footer-space {
  height: 320px;
}

.title {
  font-size: 24px;
  font-weight: bold;
}

.description {
  font-size: 18px;
  color: #555;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.product {
  max-width: 25%;
}

.product-image {
  width: 100%;
  height: auto;
}

.product-name {
  font-weight: bold;
}

.product-name,
.product-price {
  margin: 5px 0;
}

.details-block {
  margin-top: 20px;
}

.view-more-btn,
.close-btn,
.details-btn {
  display: block;
  cursor: pointer;
  margin-top: 20px;
}

.view-more-dis-btn,
.close-dis-btn,
.details-dis-btn {
  display: block;
  cursor: default;
  margin-top: 20px;
}

.close-btn,
.details-btn {
  display: none;
}

.close-btn-block {
  text-align: left;
}

.details-btn-block {
  text-align: right;
}

@media (max-width: 768px) {

  .award-header-space {
    height: 100px;
  }

  .header-text .text-line1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #4d5156;
  }

  .product-row {
    justify-content: center;
  }

  .product {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .product-image {
    width: 80%;
    height: auto;
  }

  .product-name {
    font-weight: bold;
    text-align: center;
  }

  .product-name,
  .product-price {
    margin: 5px 0;
    text-align: center;
  }

  .details-block {
    margin-top: 20px;
    text-align: left;
  }
}
