body {
  background: #faf7ec !important;
}
.wrapper {
  min-height: calc(100vh - 40px);
  max-width: 1366px;
  margin: 0 auto;
}
.logo {
  padding-top: 28px;
  margin-bottom: 32px;
}
.logo img {
  width: 75px;
}
.main-header {
  color: #1a1311;
}
.main-header p:first-of-type {
  font-size: 30px;
  line-height: 30px;
  font-family: "tsuku_bold";
  text-transform: uppercase;
}
.main-header p:last-of-type {
  font-size: 12px;
  line-height: 8px;
  /* font-family: "hirakaku_w5"; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.main-header .title-header .bakery-font {
    font-family: 'Shippori Mincho', serif;
    font-size: 21px;
}
.content {
  padding: 0 8.5px;
  margin-top: 32px;
}
.title-header.bruno-crassy-title {
  font-family: "Oranienbaum" !important;
}
.item {
  position: relative;
  width: 100%;
  padding: 0 6.5px;
  flex: 0 0 50%;
  max-width: 50%;
  color: #1a1311;
  margin-bottom: 20px;
}
.item img {
  width: 100%;
  height: calc((100vw - 45px) / (2 * 1.4));
  border-radius: 10px;
  object-fit: cover;
}
.item p {
  font-size: 13px;
  line-height: 17px;
  /* font-family: "hirakaku_w5"; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-top: 12px;
}
.footer {
  background: #d7dedc;
  padding: 14px 0;
  color: #000000;
  font-size: 9px;
  line-height: 12px;
  /* font-family: "hirakaku_w3"; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.button-video {
  height: 50px;
  background: #f09225;
  border-radius: 36px;
  padding: 0 40px 0 30px;
  color: #ffffff;
  font-size: 15px;
  /* font-family: "hirakaku_w5"; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-top: 32px;
}
.button-back {
  height: 42px;
  border: 2px solid #f09225;
  background: transparent;
  border-radius: 25px;
  padding: 0 36px;
  font-size: 13px;
  line-height: 40px;
  /* font-family: "hirakaku_w5"; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #f09225;
  margin: 25px 0 50px;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  display: none;
}

.video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.video .button-play-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
  cursor: pointer;
}

.video .button-play-close img {
  padding: 15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.26);
  margin-bottom: 10px;
}

.video .button-play-close p {
  font-family: tsuku_bold serif;
  font-size: 0.875rem;
  font-weight: bold;
}

.show {
  display: block;
}

.btn-load-more {
  background: #eae6d8 no-repeat padding-box;
  border-radius: 10px;
  display: block;
  width: 350px;
  margin: auto;
  margin-top: 0.75rem;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 3.3125rem;
}

.item a p {
  color: #000;
}

#box-paginate {
  display: none;
}

#pagingDiv {
  margin: 0 auto;
}

#box-paginate button:hover {
  color: #000 !important;
}

.button-back:hover {
  color: #f09225;
}

button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media screen and (min-width: 577px) {
  .button-video img {
    vertical-align: text-top !important;
  }
}

@media screen and (max-width: 576px) {
  .button-video span {
    transform: translateY(-4px);
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .video video {
    width: 100%;
    height: auto !important;
  }

  .button-play-close {
    transform: scale(0.8) !important;
  }

  .wrapper-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .content {
    padding: 0 11.5px;
  }
  .item {
    padding: 0 8.5px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .item img {
    height: calc((720px - 75px) / (3 * 1.4));
  }

  .video .button-play-close {
    top: 20px;
    right: 20px;
  }
  .wrapper {
    max-width: 720px !important;
  }
  .button-video img {
    vertical-align: text-top !important;
  }
}

@media screen and (min-width: 992px) {
  .logo {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .logo img {
    width: 140px;
  }
  .main-header p:first-of-type {
    font-size: 48px;
    line-height: 52px;
  }
  .main-header .title-header .bakery-font {
    font-size: 36px;
  }
  .main-header p:last-of-type {
    font-size: 17px;
    line-height: 12px;
  }
  .content {
    padding: 0 15px;
    margin-top: 40px;
  }
  .item {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .item img {
    height: calc((960px - 120px) / (3 * 1.4));
  }
  .item p {
    font-size: 17px;
    line-height: 18px;
  }
  .button-video {
    height: 55px;
    font-size: 19px;
  }
  .button-back {
    margin: 25px 0 60px;
    height: 50px;
    padding: 15px 60px;
    font-size: 16px;
    line-height: 18px;
  }
  .footer {
    padding: 20px 0;
    font-size: 10px;
    line-height: 14px;
  }
  .wrapper {
    max-width: 960px !important;
  }
  .button-video img {
    vertical-align: top !important;
  }
}

@media screen and (min-width: 1200px) {
  .button-video {
    position: absolute;
    top: 0;
    right: 30px;
    margin-top: 0;
  }

  video .button-play-close {
    top: 20px;
    right: 30px;
  }

  .wrapper {
    max-width: 1140px !important;
  }

  .item {
    padding: 0 25px;
  }
  .item img {
    height: calc((1140px - 180px) / (3 * 1.4));
  }
}